/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-LightItalic.woff") format("woff"), url("../static/fonts/Poppins-LightItalic.woff2") format("woff2"), url("../static/fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-Light.woff") format("woff"), url("../static/fonts/Poppins-Light.woff2") format("woff2"), url("../static/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-RegularItalic.woff") format("woff"), url("../static/fonts/Poppins-RegularItalic.woff2") format("woff2"), url("../static/fonts/Poppins-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-Regular.woff") format("woff"), url("../static/fonts/Poppins-Regular.woff2") format("woff2"), url("../static/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-MediumItalic.woff") format("woff"), url("../static/fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../static/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-Medium.woff") format("woff"), url("../static/fonts/Poppins-Medium.woff2") format("woff2"), url("../static/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("../static/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../static/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-SemiBold.woff") format("woff"), url("../static/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../static/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-BoldItalic.woff") format("woff"), url("../static/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../static/fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Poppins";
  src: url("../static/fonts/Poppins-Bold.woff") format("woff"), url("../static/fonts/Poppins-Bold.woff2") format("woff2"), url("../static/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  background: #ffffff;
  color: #404040; }

a {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #126bc4; }
  a:hover {
    color: #093867; }

.app {
  width: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.wrapper {
  width: 100%;
  max-width: calc(135rem + 30px);
  padding: 0 15px;
  margin: 0 auto;
  height: 100%; }
  @media (max-width: 768px) {
    .wrapper {
      max-width: 72rem; } }

div img {
  width: 100%; }

.header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  height: 10rem;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ececee; }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 15px; }
    .header .wrapper a:not(.button),
    .header .wrapper .selected {
      color: #000;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      font-size: 12px;
      line-height: 1.28;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: .05em; }
      .header .wrapper a:not(.button):hover, .header .wrapper a:not(.button).active,
      .header .wrapper .selected:hover,
      .header .wrapper .selected.active {
        color: #ed1c24; }
  .header__burger {
    display: none; }
    .header__burger .menu-burger {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      line-height: 48px;
      cursor: pointer;
      background: transparent;
      border: none;
      outline: none; }
    .header__burger .menu-burger span {
      position: relative;
      display: block;
      margin: auto;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .header__burger .menu-burger span:after,
    .header__burger .menu-burger span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -6px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .header__burger .menu-burger span:after {
      top: 6px; }
    .header__burger .menu-burger span:after,
    .header__burger .menu-burger span:before,
    .header__burger .menu-burger span {
      width: 22px;
      height: 2px;
      background-color: #000;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      will-change: transform; }
    .header__burger .menu-burger span:before,
    .header__burger .menu-burger span:after {
      -webkit-transition-duration: 0.22s, 0.22s;
           -o-transition-duration: 0.22s, 0.22s;
              transition-duration: 0.22s, 0.22s;
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      -o-transition-property: top, transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }
    .header__burger .menu-burger.active span {
      -webkit-transition: background .22s 0s ease;
      -o-transition: background .22s 0s ease;
      transition: background .22s 0s ease;
      background: transparent; }
    .header__burger .menu-burger.active span:before,
    .header__burger .menu-burger.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.22s;
      -o-transition-delay: 0s, 0.22s;
         transition-delay: 0s, 0.22s; }
    .header__burger .menu-burger.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header__burger .menu-burger.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header__block {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    display: block;
    height: 3rem; }
    .header__logo > * {
      width: auto;
      height: 100%; }
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header__nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__nav li {
      line-height: 0;
      font-size: 0; }
      .header__nav li:not(:last-child) {
        margin-right: 2.6rem; }
  .header__lang {
    position: relative;
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .header__lang .selected,
    .header__lang a {
      color: #000;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .header__lang .selected:hover,
      .header__lang a:hover {
        color: #ed1c24; }
    .header__lang .selected {
      cursor: pointer;
      position: relative;
      display: block;
      padding-right: 1.5rem; }
      .header__lang .selected::after {
        content: '';
        position: absolute;
        right: 0;
        top: 3px;
        width: 8px;
        height: 10px;
        background: url("../static/app/img/ico-dropdown.svg") no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .header__lang ul {
      display: none;
      position: absolute;
      background-color: #fff;
      bottom: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      left: -1rem;
      right: -1rem;
      padding: .5rem 1rem; }
  @media (max-width: 768px) {
    .header {
      height: 5.6rem; }
      .header .wrapper {
        max-width: 100%; }
      .header__burger {
        display: block; }
      .header__burger .menu-burger {
        padding: 0;
        margin-left: -1.2rem; }
      .header__logo {
        height: 3rem; }
      .header__nav {
        display: none; } }

.button {
  display: inline-block;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  padding: 1.2rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  outline: none;
  border: none;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: .33s all ease;
  -o-transition: .33s all ease;
  transition: .33s all ease;
  white-space: normal;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  background: #ed1c24;
  color: #fff; }
  .button:hover {
    background: #000;
    color: #fff; }
  .button_black {
    background: #000; }
    .button_black:hover {
      background: #ed1c24; }

.bg-bottom {
  background-position: bottom; }

.promo {
  overflow: hidden;
  max-height: 100rem;
  height: calc(100vh - 10rem);
  min-height: 52rem; }
  .promo .swiper {
    height: 100%; }
    .promo .swiper:hover .swiper-button-prev,
    .promo .swiper:hover .swiper-button-next {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .promo .swiper-button-prev {
      -webkit-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
              transform: translateX(-200%);
      left: 5rem; }
    .promo .swiper-button-next {
      -webkit-transform: translateX(200%);
          -ms-transform: translateX(200%);
              transform: translateX(200%);
      right: 5rem; }
    .promo .swiper-button-prev, .promo .swiper-button-next {
      position: absolute;
      top: 50%;
      width: 6rem;
      height: 6rem;
      vertical-align: middle;
      text-align: center;
      margin-top: -3rem;
      z-index: 10;
      cursor: pointer;
      color: #fff;
      -webkit-transition: .33s;
      -o-transition: .33s;
      transition: .33s;
      background-color: #333; }
      .promo .swiper-button-prev::after, .promo .swiper-button-next::after {
        font-size: 14px; }
    .promo .swiper-slide-caption {
      height: 100%;
      position: relative;
      z-index: 1; }
      .promo .swiper-slide-caption::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: .3; }
    .promo .swiper .wrapper {
      position: relative;
      z-index: 2; }
  .promo .wrapper {
    max-width: calc(135rem + 200px);
    padding: 0 100px; }
  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .promo__title > * {
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 7rem;
    color: #fff; }
  .promo__subtitle {
    margin-top: 3rem; }
    .promo__subtitle > * {
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 3rem;
      color: #fff; }
  .promo__btn {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 2.5rem; }
  .promo__img {
    max-width: 45rem; }
  @media (max-width: 768px) {
    .promo {
      height: calc(100vh - 5.6rem);
      min-height: 40rem; }
      .promo .wrapper {
        max-width: calc(135rem + 30px);
        padding: 0 15px; }
      .promo__title {
        margin: 0 auto; }
        .promo__title > * {
          font-size: 3.2rem;
          line-height: 1.16667;
          text-align: center; }
      .promo__subtitle {
        max-width: 62rem;
        margin: 2rem auto 0;
        text-align: center; }
        .promo__subtitle > * {
          font-size: 2rem;
          line-height: 1.5; }
      .promo__btn {
        margin-top: 3.5rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .promo__img {
        max-width: 30rem;
        margin: 0 auto; }
      .promo .swiper-button-prev,
      .promo .swiper-button-next {
        display: none; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0; }
  .row > * {
    width: calc(100% / 5);
    padding: 0 2rem;
    height: 10rem;
    display: block; }
  .row img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.text {
  padding: 8rem 0 10rem;
  position: relative; }
  .text.height {
    min-height: calc(100vh - 10rem); }
  .text video {
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    min-height: 58vh;
    -o-object-fit: cover;
       object-fit: cover; }
  .text p:not(:last-child) {
    margin-bottom: 2rem; }
  .text__bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%; }
    .text__bg > * {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .text__bg + .wrapper > * {
      width: 41%; }
  @media (max-width: 768px) {
    .text {
      padding: 6rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .text video {
        min-height: 33rem; }
      .text__bg {
        position: static;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: -6rem; }
        .text__bg + .wrapper > * {
          width: unset; } }

.form {
  padding: 10rem 0;
  position: relative;
  min-height: calc(100vh - 10rem); }
  .form-title {
    margin-bottom: 4rem; }
    .form-title > * {
      text-align: center;
      font-size: 3.6rem;
      line-height: 4.2rem;
      font-weight: 700; }
  .form__container {
    width: 41%;
    margin-left: auto; }
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 2rem; }
    .form__row:not(:last-child) {
      margin-bottom: 2rem; }
    .form__row > * {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .form__submit {
    padding-top: 2rem; }
  .form__bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%; }
    .form__bg > * {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .form__inner {
    margin-top: 4rem; }
  @media (max-width: 768px) {
    .form {
      padding: 7rem 0 0;
      min-height: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .form__bg {
        display: block;
        position: static;
        margin-top: 8rem;
        height: 33vw;
        min-height: 200px;
        width: 100%; }
      .form__container {
        width: 100%;
        margin-left: unset; } }
  @media (max-width: 666px) {
    .form__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .form__row > *:not(:last-child) {
        margin-bottom: 2rem; } }

.input {
  width: 100%; }
  .input input,
  .input textarea {
    width: 100%;
    outline: none;
    background-color: transparent;
    padding: 1rem 2rem;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #c7c7c7;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #888; }
    .input input:focus, .input input:not(:placeholder-shown),
    .input textarea:focus,
    .input textarea:not(:placeholder-shown) {
      background: #fff; }
    .input input::-webkit-input-placeholder,
    .input textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #000; }
    .input input:-ms-input-placeholder,
    .input textarea:-ms-input-placeholder {
      opacity: 1;
      color: #000; }
    .input input::-ms-input-placeholder,
    .input textarea::-ms-input-placeholder {
      opacity: 1;
      color: #000; }
    .input input::placeholder,
    .input textarea::placeholder {
      opacity: 1;
      color: #000; }
  .input input {
    height: 4.6rem; }
  .input textarea {
    min-height: 20rem;
    max-height: 40rem; }

.menu {
  background-color: #fff;
  position: fixed;
  top: 5.6rem;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.16, 0.22, 0.83);
  -o-transition: all 0.3s cubic-bezier(0.34, 0.16, 0.22, 0.83);
  transition: all 0.3s cubic-bezier(0.34, 0.16, 0.22, 0.83);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 1.1rem;
  min-width: 28rem;
  -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
          box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
  border-right: 1px solid #f3f3f3; }
  .menu.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .menu__btn {
    padding: 2rem 0; }
    .menu__btn > * {
      width: 100%; }
  .menu__nav {
    margin-bottom: 4.6rem;
    margin: 0 -1.1rem; }
    .menu__nav li {
      position: relative; }
      .menu__nav li:not(:last-child) {
        margin-bottom: 4px; }
      .menu__nav li > * {
        padding: 11px 56px 11px 18px;
        width: 100%;
        display: inline-block;
        font-size: 12px;
        line-height: 1.5;
        color: #000;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .menu__nav li > *.active, .menu__nav li > *:hover {
          background: #ed1c24;
          color: #fff; }

.footer {
  background: #111111;
  overflow: hidden;
  margin-top: -.5rem; }
  .footer .header__logo {
    margin-bottom: 3rem; }
  .footer a {
    font-size: 1.4rem;
    line-height: 1.625;
    color: #ed1c24;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer a:hover {
      color: #fff; }
  .footer__title {
    margin-bottom: 2.2rem; }
    .footer__title > * {
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.44444;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px; }
  .footer__container {
    position: relative;
    padding: 8rem 0; }
    .footer__container ul li:not(:last-child) {
      margin-bottom: 1.1rem; }
    .footer__container .wrapper {
      position: relative;
      z-index: 2; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5rem; }
    .footer__content > * {
      width: calc(100% / 3 - 10rem);
      margin: 0 5rem; }
  .footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    .footer__bg > * {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .footer__bg::before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: "";
      background-color: #000;
      opacity: .8; }
  .footer__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32%;
    z-index: 1; }
    .footer__map > * {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .footer__text > * {
    line-height: 1.625;
    font-size: 1.4rem;
    color: #fff; }
  .footer__contacts > * {
    color: #888;
    font-size: 1.4rem;
    line-height: 1.625;
    font-style: normal; }
    .footer__contacts > *:not(.footer__title):not(:last-child) {
      margin-bottom: 1.6rem; }
  .footer__bottom {
    padding: 2rem 0; }
    .footer__bottom .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer__bottom > * {
      font-size: 1.4rem;
      line-height: 1.71429;
      color: #888; }
  .footer__mobile {
    display: none;
    height: 30rem; }
    .footer__mobile > * {
      width: 100%;
      height: 100%; }
  @media (max-width: 768px) {
    .footer__map {
      display: none; }
    .footer__bg {
      width: 100%; }
    .footer__mobile {
      display: block; }
    .footer__container {
      padding: 5rem 0 2rem; }
    .footer__content {
      max-width: unset;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; }
      .footer__content > * {
        width: calc(50% - 3rem) !important;
        margin: 0 1.5rem 3rem !important; } }
  @media (max-width: 666px) {
    .footer__content > * {
      width: calc(100% - 3rem) !important; } }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .socials a {
    padding: 0 .8rem; }
    .socials a:hover path {
      fill: #ed1c24; }
  .socials svg,
  .socials img {
    max-width: 1.5rem;
    max-height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain; }
    .socials svg path,
    .socials img path {
      fill: #fff;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.content {
  overflow: hidden; }
  .content .swiper-pagination {
    position: absolute;
    z-index: 10;
    display: block;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .content .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .content .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .33s;
    -o-transition: .33s;
    transition: .33s;
    position: relative;
    opacity: 1;
    margin: 0 10px !important; }
  .content .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px; }
  .content .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .content .swiper-pagination-bullet-active {
    background: #ed1c24; }
  .content .swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%; }
  @media (min-width: 992px) {
    .content .swiper-container-horizontal > .swiper-pagination {
      bottom: 70px; } }
  .content .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px; }

.section-title {
  max-width: 88rem;
  margin: 0 0 4rem; }
  .section-title.big > * {
    font-size: 4rem;
    line-height: 1.35; }
    @media (max-width: 768px) {
      .section-title.big > * {
        font-size: 2.8rem; } }
  .section-title > * {
    font-size: 3rem;
    line-height: 1.43333;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .section-title > * {
        font-size: 2.4rem; } }
  .section-title::after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 5rem;
    margin: 1.5rem 0 0;
    background: #ed1c24;
    will-change: transform, opacity; }
  @media (max-width: 768px) {
    .section-title {
      margin-bottom: 1.6rem; } }

.section-text {
  max-width: 88rem; }
  .section-text > * {
    line-height: 2; }

.bg-gray-lighter {
  background-color: #f8f8f8; }

.brands {
  margin-top: -4rem; }
  .brands__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.5rem; }
    .brands__row > * {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 35rem;
      height: 10rem;
      margin: 4rem 2.5rem 0;
      display: block; }
      .brands__row > *:hover img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      .brands__row > * img {
        width: 100%;
        height: 100%;
        max-width: 20rem;
        margin: 0 auto;
        display: block;
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  @media (max-width: 768px) {
    .brands {
      margin-top: -3rem; }
      .brands__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .brands__row > * {
          height: 10rem;
          margin: 5rem 2.5rem 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.not-animated {
  opacity: 0; }

html {
  font-size: 10px; }

@media (max-width: 1600px) {
  html {
    font-size: 9px; } }

@media (max-width: 1440px) {
  html {
    font-size: 8px; } }

@media (max-width: 1280px) {
  html {
    font-size: 7px; } }

@media (max-width: 991px) {
  html {
    font-size: 6px; } }

@media (max-width: 768px) {
  html {
    font-size: 10px; }
  body {
    font-size: 1.4rem;
    line-height: 2rem; } }
