/*!
 * 
 * @version: 1.0.0
 *
 * @author: SE7ENSKY Frontend studio <info@se7ensky.com>
 *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/assets/node_modules/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/assets/node_modules/slick.eot);
    src: url(/assets/node_modules/slick.eot?#iefix) format('embedded-opentype'), url(/assets/node_modules/slick.woff) format('woff'), url(/assets/node_modules/slick.ttf) format('truetype'), url(/assets/node_modules/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

h1,h2,h3,h4,h5,h6{font-weight:bold}h1{margin:0 0 55px;font-size:42px}h2{margin:0 0 20px;font-size:32px}h3{margin:0 0 15px;font-size:22px}h4{margin:0 0 15px;font-size:18px}h5{margin:0 0 15px;font-size:16px}h6{margin:0 0 15px;font-size:14px}p{margin:0 0 15px}a{transition:0.2s color ease-in-out}a:focus{outline:none}.container{position:relative;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}@media (min-width:1000px){.container{width:980px}}@media (min-width:768px) and (max-width:999px){.container{width:760px}}.embed-responsive{position:relative;padding-bottom:56.25%}.embed-responsive iframe,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.separator{position:relative;width:100%;height:1px;background-color:#d7d7d7}.separator:before,.separator:after{content:'';position:absolute;width:100px;height:1px;background-color:#d7d7d7;top:0;bottom:0}.separator:before{left:-100px}.separator:after{right:-100px}@font-face{font-family:'Pangram';src:url(/assets/pangram-regular.woff2) format('woff2'),url(/assets/pangram-regular.woff) format('woff'),url(/assets/pangram-regular.ttf) format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'Pangram';src:url(/assets/pangram-medium.woff2) format('woff2'),url(/assets/pangram-medium.woff) format('woff'),url(/assets/pangram-medium.ttf) format('truetype');font-weight:500;font-style:normal}@font-face{font-family:'Pangram';src:url(/assets/pangram-bold.woff2) format('woff2'),url(/assets/pangram-bold.woff) format('woff'),url(/assets/pangram-bold.ttf) format('truetype');font-weight:600;font-style:normal}@font-face{font-family:'Pangram';src:url(/assets/pangram-extrabold.woff2) format('woff2'),url(/assets/pangram-extrabold.woff) format('woff'),url(/assets/pangram-extrabold.ttf) format('truetype');font-weight:bold;font-style:normal}.page_simple{padding:180px 0 80px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media (max-width:767px){.page_simple{padding:95px 0 10px;overflow-x:hidden}}.page_simple .page__content{padding-left:85px}@media (max-width:767px){.page_simple .page__content{padding:0 30px 0 55px}}.page_simple .page__text{margin-bottom:50px}@media (max-width:767px){.page_simple .page__text{margin-bottom:35px;font-size:15px;line-height:1.6}}@media (max-height:768px) and (max-width:1219px){.page_simple .page__title{padding-left:85px}}@media (min-width:768px) and (max-width:999px){.page_simple .page__title{padding-left:85px}}@media (max-width:767px){.page_simple .page__title{padding-left:55px}}.page__title{font-size:42px;font-weight:bold;text-transform:uppercase;margin-bottom:55px}@media (min-width:768px) and (max-width:999px){.page__title{margin-bottom:35px}}@media (max-width:767px){.page__title{margin-bottom:15px;font-size:32px}}@media (min-width:1000px){.page__text{line-height:2.2}}@media (max-width:767px){.page__text{font-size:15px;line-height:1.6}}@media (min-width:1000px){.page__section{margin-bottom:150px}}@media (min-width:768px) and (max-width:999px){.page__section{margin-bottom:100px}}@media (max-width:767px){.page__section{margin-bottom:70px}}.page__section:last-child{margin-bottom:0}.btn{display:inline-block;vertical-align:middle;padding:17px 50px;border:0 none;border-radius:0;font-family:"Pangram",sans-serif;font-size:20px;line-height:1.3;color:#fff;text-transform:uppercase;font-weight:bold;text-align:center;white-space:nowrap;background:#121212;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:0.15s transform ease-in-out}.btn:hover{transform:scale(1.1)}.btn:active{transform:scale(1.05);color:#fff}.btn:focus{outline:none}a.btn{text-decoration:none}.row{display:flex;flex-wrap:wrap;margin:0 -10px}.col-1{width:8.333333333333334%}@media (max-width:767px){.col-1{width:100%}}.col-2{width:16.666666666666668%}@media (max-width:767px){.col-2{width:100%}}.col-3{width:25%}@media (max-width:767px){.col-3{width:100%}}.col-4{width:33.333333333333336%}@media (max-width:767px){.col-4{width:100%}}.col-5{width:41.66666666666667%}@media (max-width:767px){.col-5{width:100%}}.col-6{width:50%}@media (max-width:767px){.col-6{width:100%}}.col-7{width:58.333333333333336%}@media (max-width:767px){.col-7{width:100%}}.col-8{width:66.66666666666667%}@media (max-width:767px){.col-8{width:100%}}.col-9{width:75%}@media (max-width:767px){.col-9{width:100%}}.col-10{width:83.33333333333334%}@media (max-width:767px){.col-10{width:100%}}.col-11{width:91.66666666666667%}@media (max-width:767px){.col-11{width:100%}}.col-12{width:100%}@media (max-width:767px){.col-12{width:100%}}[class^="col-"],[class*=" col-"]{padding:0 10px}.form__footer{margin-top:30px}@media (min-width:768px) and (max-width:999px){.form__footer{top:80%}}@media (max-width:999px){.form__footer{position:absolute;right:25px;text-align:right;margin-top:10px;margin-bottom:30px}}@media (max-width:767px){.form__footer{top:100%}}.form__button{padding-top:15px;padding-bottom:15px}@media (min-width:1000px){.form__button{width:100%}}.form .row{margin:0 -25px}@media (max-width:767px){.form .row{position:relative}}.form .col-6{padding:0 25px}.form__subtitle{margin-bottom:45px;font-size:42px;line-height:1.2;font-weight:bold;text-transform:uppercase}@media (min-width:768px){.form__subtitle{margin-bottom:45px;font-size:42px}}@media (max-width:767px){.form__subtitle{position:relative;font-size:32px;margin-bottom:30px}}.form-group{position:relative;margin-bottom:20px}.form-control{display:block;width:100%;height:53px;padding:15px 20px;font-family:"Pangram",sans-serif;font-size:18px;line-height:1.3;color:#121212;border:1px solid #000;background-color:#fff;border-radius:0;transition:0.2s border-color ease-in-out;outline:0 none;-webkit-appearance:none}textarea.form-control{height:auto;resize:vertical}.form-control::-webkit-input-placeholder{color:#bbb;-webkit-transition:0.15s opacity ease-in-out;transition:0.15s opacity ease-in-out}.form-control::-moz-placeholder{color:#bbb;-moz-transition:0.15s opacity ease-in-out;transition:0.15s opacity ease-in-out}.form-control:-moz-placeholder{color:#bbb;-moz-transition:0.15s opacity ease-in-out;transition:0.15s opacity ease-in-out}.form-control:-ms-input-placeholder{color:#bbb;-ms-transition:0.15s opacity ease-in-out;transition:0.15s opacity ease-in-out}.form-control:focus::-webkit-input-placeholder{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.form-control:focus::-moz-placeholder{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.form-control:focus:-moz-placeholder{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.form-control:focus:-ms-input-placeholder{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.form-control-md{padding-top:12px;padding-bottom:12px;height:46px}.form-control-sm{padding:10px;height:39px}.has-error .form-control{border-color:brandColor}form{width:100%}fieldset{padding:0;margin:0;border:0 none;min-width:0}.error-message{display:none}.has-error .error-message{display:block}.control-label{display:block}html{box-sizing:border-box;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,*:before,*:after{box-sizing:inherit}html,body{margin:0;padding:0;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-variant-ligatures:none;-webkit-font-variant-ligatures:none;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-shadow:rgba(0,0,0,0.01) 0 0 1px}body{position:relative;font-family:"Pangram",sans-serif;font-size:16px;line-height:1.5;color:#121212}img{image-rendering:-webkit-optimize-contrast}

/*# sourceMappingURL=main.a36508db.css.map*/