.model-seo-text {
  margin-bottom: 50px;
}

.model-seo-text__icon--grey {
  background-color: #B7B7B7;
}

.section {
  width: 100%;
  height: calc(100vh - 48px - 10vh);
  min-height: 624px;
  background-color: #ffffff;
  max-height: 900px;
}

.section--big {
  height: calc(100vh - 48px - 10vh - 120px);
  min-height: 400px;
  max-height: 660px;
}

.section__center {
  max-width: 1072px;
  margin: 0 auto;
}

#specs {
  border-top: 1px solid rgba(183, 183, 183, 0.5);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 32px;
  background-color: #F1F1F1;
  overflow: hidden;
  z-index: 100;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: auto;
  scrollbar-width: none;
}

.nav__menu::-webkit-scrollbar {
  display: none;
}

.nav__item:not(:last-of-type) {
  margin-right: 40px;
}

.nav__link {
  display: block;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav__link:hover {
  color: #00AAD2;
}

.nav__link.active {
  color: #00AAD2;
  -webkit-box-shadow: inset 0px -3px 0 0px #00AAD2;
          box-shadow: inset 0px -3px 0 0px #00AAD2;
}

.nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__button {
  padding: 12px 19px !important;
}

.overflow-hidden .nav {
  z-index: 0;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 100%;
}

.banner.isEntered .blue-label {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.banner.isEntered .banner__title span,
.banner.isEntered .banner__subtitle span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner.isEntered::after {
  display: none;
}

.banner__head {
  position: absolute;
  top: 38px;
  left: 32px;
}

.banner__title {
  font-size: 7.6rem;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
}

.banner__title span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.banner__subtitle {
  color: #ffffff;
  overflow: hidden;
}

.banner__subtitle span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.banner__circle {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner__circle::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}

.blue-label {
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: #003B70;
  color: #ffffff;
  padding: 20px 39px 20px 32px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blue-label__top {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.blue-label__bottom {
  font-size: 1.6rem;
  font-weight: 500;
}

.blue-label hr {
  border-color: #37608D;
  margin-top: 6px;
  margin-bottom: 14px;
}

.blue-label--extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blue-label--extended .reservation__button {
  background-color: #fff;
  color: #003B70;
  padding: 12px 48px;
}

.blue-label--extended .reservation__button:hover {
  background-color: #EDF5FE;
}

.blue-label--extended .reservation__stock-text {
  color: #fff;
}

.blue-label__separate {
  width: 1px;
  height: 45px;
  background-color: #37608D;
  margin-left: 40px;
  margin-right: 40px;
}

.blue-label__reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-label__discount {
  font-size: 0;
}

.blue-label__discount .discount__label {
  color: #fff;
}

.h-buttons {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (max-width: 1262px) {
  .blue-label__reservation {
    display: none;
  }

  .blue-label__separate {
    display: none;
  }
}

.reservation {
  display: none;
  background-color: #F6F3F2;
}

.reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0;
}

.reservation__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.reservation__text {
  color: #000000;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-left: 24px;
}

.reservation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservation__stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}

.reservation__stock-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #003B70;
  margin-left: 12px;
}

@media (max-width: 1262px) {
  .reservation {
    display: block;
  }

  .reservation__text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-left: 24px;
  }

  .reservation__stock {
    margin-right: 32px;
    white-space: nowrap;
  }

  .reservation__icon {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 900px) {
  .reservation__desc {
    width: 490px;
    max-width: 100%;
    margin: 0 auto 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .reservation__info {
    width: 490px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .reservation__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .reservation__desc {
    margin-bottom: 24px;
  }

  .reservation__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .reservation__stock {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .reservation__button {
    width: 100%;
  }
}

@media (max-width: 415px) {
  .reservation__inner {
    padding: 24px 0;
  }

  .reservation__icon {
    width: 56px;
    height: 56px;
  }

  .reservation__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 16px;
  }
}

.design .presentation__icon--0 {
  top: 55%;
  left: 62%;
}

.design .presentation__icon--1 {
  top: 66%;
  left: 69%;
}

.design .presentation__icon--2 {
  top: 72%;
  left: 51%;
}

.s-parallax {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 8px;
  height: auto;
  max-height: 100%;
}

.s-parallax__head {
  position: absolute;
  top: 26px;
  left: 32px;
  z-index: 10;
}

.s-parallax__head h2 {
  font-weight: 500;
  opacity: 0.6;
  color: #C3BAB4;
  font-size: 2.0rem;
  line-height: 1.2;
}

.s-parallax__list {
  width: 100%;
}

.s-parallax__list--left {
  margin-right: 16px;
}

.s-parallax__list--right {
  margin-left: 16px;
}

.s-parallax__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 32px;
}

.s-parallax__item::after {
  content: '';
  display: block;
  position: relative;
}

.s-parallax__item--50::after {
  padding-bottom: 50%;
}

.s-parallax__item--100::after {
  padding-bottom: 100%;
}

.s-parallax__bg,
.s-parallax__bg0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.s-parallax__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-parallax__back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.s-parallax__description {
  position: absolute;
  left: 40px;
  bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  max-width: 380px;
}

.s-parallax__description span {
  font-weight: 500;
}

.s-parallax__description--black {
  color: #303030;
}

.dynamics {
  position: relative;
  background-color: #ddd;
  overflow: hidden;
}

.dynamics.isEntered::after {
  opacity: 0.2;
}

.dynamics.isEntered .dynamics__title span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.dynamics.isEntered .dynamics__tabs {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dynamics.isEntered .dynamics__specs-w {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dynamics.view0 .dynamics__back--view0 {
  opacity: 1;
}

.dynamics.view0 .dynamics__specs--0 {
  opacity: 1;
}

.dynamics.view0 .dynamics__graph--0 {
  opacity: 1;
}

.dynamics.view1 .dynamics__back--view1 {
  opacity: 1;
}

.dynamics.view1 .dynamics__specs--1 {
  opacity: 1;
}

.dynamics.view1 .dynamics__graph--1 {
  opacity: 1;
}

.dynamics::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics--2::after {
  opacity: 0.2;
}

.dynamics__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dynamics__back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dynamics__back--view0 {
  opacity: 0;
}

.dynamics__back--view1 {
  opacity: 0;
}

.dynamics__head {
  position: absolute;
  top: 48px;
  left: 32px;
  z-index: 10;
}

.dynamics__title {
  font-size: 7.6rem;
  line-height: 1.05;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}

.dynamics__title span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.dynamics__title--small {
  font-size: 2rem;
  line-height: 1.2;
  color: rgba(195, 186, 180, 0.6);
}

.dynamics__wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamics__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.dynamics__link {
  display: block;
  line-height: 56px;
  width: 212px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dynamics__link:hover {
  color: #B7B7B7;
}

.dynamics__link.active {
  background-color: #00AAD2;
}

.dynamics__specs {
  position: absolute;
  left: 32px;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.dynamics__specs-w {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__spec {
  color: #fff;
  overflow: hidden;
}

.dynamics__spec:not(:last-of-type) {
  margin-bottom: 17px;
}

.dynamics__description {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

.dynamics__description span {
  display: inline-block;
  text-align: right;
}

.dynamics__text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

.dynamics__graph {
  position: absolute;
  right: 32px;
  bottom: 40px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__graph img {
  display: block;
  max-width: 100%;
  height: auto;
}

#count1 {
  width: 57px;
}

#count2 {
  width: 23px;
}

#count3 {
  width: 58px;
}

#count4 {
  width: 37px;
}

.dynamics__specs-w--0 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dynamics__specs-w--1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dynamics__specs-w--2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dynamics__specs-w--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.dynamics__specs-w--4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.dynamics__specs-w--5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.dynamics__specs-w--6 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.dynamics__specs-w--7 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.dynamics__specs-w--8 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.dynamics__specs-w--9 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.d-composition {
  position: absolute;
  left: 32px;
  bottom: 40px;
  color: #fff;
  max-width: 400px;
  z-index: 10;
}

.d-composition__icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #E4DCD3;
  margin-bottom: 15px;
}

.d-composition__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 42px;
  max-height: 42px;
}

.d-composition__title {
  font-size: 36px;
  line-height: 1.11;
  font-weight: 500;
  margin-bottom: 15px;
}

.d-composition__description {
  font-size: 18px;
  line-height: 1.33;
}

.comfort {
  position: relative;
}

.comfort .presentation__icon--0 {
  top: 54%;
  left: 88%;
}

.comfort .presentation__icon--1 {
  top: 47%;
  left: 24%;
}

.comfort .presentation__icon--2 {
  top: 80%;
  left: 80%;
}

.safety {
  position: relative;
  overflow: hidden;
}

.safety.isEntered .safety__circle1,
.safety.isEntered .safety__circle2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.safety.isEntered .safety__back--2 {
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
}

.safety.isEntered .marker__center,
.safety.isEntered .marker__circle1,
.safety.isEntered .marker__circle2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.safety.isEntered .safety__back--3 {
  -webkit-transform: translate(4%, 0%);
          transform: translate(4%, 0%);
}

.safety.isEntered .safety__back--4 {
  -webkit-transform: translate(0px, 0) scale(1);
          transform: translate(0px, 0) scale(1);
}

.safety--1 {
  background-color: #E8E6E4;
}

.safety--2 {
  background-color: #E8E6E4;
  text-align: center;
  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;
}

.safety--3 {
  background-color: #F2F1F0;
}

.safety--4 {
  background-color: #E8E6E4;
}

.safety__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.safety__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.safety__back--0 {
  display: none;
}

.safety__back--1 {
  background-repeat: no-repeat;
  background-position: 109% 100%;
  background-size: 105vh;
}

.safety__back--2 {
  background-repeat: no-repeat;
  background-position: 100% 38%;
  background-size: 100%;
  -webkit-transform: translateX(9%);
          transform: translateX(9%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.safety__back--3 {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 44%;
  -webkit-transform: translate(-12%, 0%);
          transform: translate(-12%, 0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.safety__back--4 {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 47%;
  -webkit-transform: translate(10%, 0%);
          transform: translate(10%, 0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.safety__head {
  position: absolute;
  top: 26px;
  left: 32px;
  z-index: 10;
}

.safety__main {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 76px;
  line-height: 80px;
  font-weight: 500;
  overflow: hidden;
}

.safety__main span {
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.safety__main--small {
  opacity: 0.6;
  color: #C3BAB4;
  font-size: 20px;
  line-height: 24px;
}

.safety__main--small span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.safety__main--on span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.safety__circles {
  position: absolute;
  width: 180vh;
  height: 180vh;
  right: 50vh;
  bottom: 34%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.safety__circle1,
.safety__circle2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.safety__circle1 {
  width: 100%;
  height: 100%;
  background-color: #F3F2F1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.safety__circle2 {
  width: 76%;
  height: 76%;
  background-color: #F7F7F6;
}

.safety__title {
  font-size: 36px;
  line-height: 40px;
  color: #303030;
  font-weight: 500;
  margin-bottom: 18px;
}

.safety__title--right {
  text-align: right;
  max-width: 300px;
}

.safety__text {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

.safety__text--left {
  text-align: left;
  max-width: 460px;
  margin-left: 32px;
}

.safety__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 32px;
}

.safety__center-pic {
  margin: 32px auto 40px;
  position: relative;
  display: inline-block;
}

.safety__center-img {
  display: block;
}

.safety__center-img--change {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.marker {
  position: absolute;
  width: 432px;
  height: 432px;
}

.marker--2 {
  bottom: 30%;
  left: 66%;
}

.marker--3 {
  right: 67.5%;
  bottom: 5vw;
}

.marker--4 {
  right: 270px;
  bottom: 7vw;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.marker__center,
.marker__circle1,
.marker__circle2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.marker__center {
  width: 184px;
  height: 184px;
  background-color: #D9D1C3;
}

.marker__circle1 {
  width: 100%;
  height: 100%;
  background-color: rgba(217, 209, 195, 0.3);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.marker__circle2 {
  width: 72%;
  height: 72%;
  background-color: rgba(217, 209, 195, 0.3);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.marker__composition {
  position: absolute;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.marker__composition img {
  max-width: 80px;
}

.marker__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #303030;
  text-align: center;
}

.s-beep {
  position: absolute;
  left: 32px;
  bottom: 40px;
  max-width: 400px;
}

.schema {
  position: relative;
  height: 255px;
}

.schema img {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
}

.schema__animate {
  position: absolute;
  top: 0;
  left: 0;
}

.s-exit {
  position: absolute;
  width: 1024px;
  height: 1024px;
  top: 184px;
  right: 353px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.s-exit__circle1,
.s-exit__circle2,
.s-exit__center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.s-exit__circle1 {
  width: 100%;
  height: 100%;
  background-color: #F7F7F6;
}

.s-exit__circle2 {
  width: 64%;
  height: 64%;
  background-color: #FCFCFB;
}

.s-exit__center {
  width: 304px;
  height: 304px;
  overflow: hidden;
}

.s-exit__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-exit__description {
  position: relative;
  margin-top: calc(50% + 128px + 47px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.s-back {
  position: absolute;
  left: 32px;
  bottom: 41px;
  max-width: 480px;
}

.s-back__img {
  position: relative;
  margin-bottom: 31px;
}

.s-back__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.s-back__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
}

.s-back__circle--1 {
  top: 14px;
  left: 38px;
}

.s-back__circle--2 {
  top: 14px;
  left: 115px;
  background-color: #00AAD2;
  -webkit-animation: sCircle 1s;
          animation: sCircle 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
          box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
}

.s-back__circle--3 {
  top: 80px;
  left: 115px;
}

.s-back__circle--4 {
  top: 80px;
  left: 38px;
}

@-webkit-keyframes sCircle {
  0% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
  }

  30% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 20px rgba(0, 170, 210, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
  }
}

@keyframes sCircle {
  0% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
  }

  30% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 20px rgba(0, 170, 210, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
            box-shadow: 0 0 0 12px rgba(0, 170, 210, 0.3);
  }
}

.gallery {
  background-color: #E4DCD3;
  padding-top: 64px;
  padding-bottom: 83px;
}

.gallery__wrapper {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
}

.gallery__indicator {
  position: absolute;
  right: 32px;
  bottom: 32px;
  font-size: 14px;
  color: #fff;
}

.gallery__item {
  height: 544px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  outline: none;
}

.gallery__nav {
  max-width: 1008px;
  margin: 0 auto;
}

.gallery__nav-item {
  position: relative;
  height: 128px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  outline: none;
}

.gallery__nav-item:not(.slick-current)::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.32);
}

.gallery .slick-prev,
.gallery .slick-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 50%;
  z-index: 10;
}

.gallery .slick-prev::before,
.gallery .slick-next::before {
  content: '';
}

.gallery .slick-prev {
  left: 0;
  background-image: url("/images/santaFe/svg/left_slider.png");
}

.gallery .slick-next {
  right: 0;
  background-image: url("/images/santaFe/svg/right_slider.png");
}

.gallery__download {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  color: #000;
  margin-top: 41px;
  padding-left: 20px;
}

.gallery__download svg {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.complectations-section {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 64px;
}

@media only screen and (max-width: 1599px) {
  .complectations-section {
    padding: 64px 32px;
  }
}

@media only screen and (max-width: 900px) {
  .complectations-section {
    padding: 64px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .complectations-section {
    padding: 32px 0px;
  }
}

@media (max-width: 1600px) {
  .marker--3 {
    right: 64.5%;
  }
}

@media (max-width: 1400px) {
  .marker--3 {
    right: 63%;
  }
}

@media only screen and (max-width: 1262px) {
  .section {
    min-height: 0;
    height: auto;
    max-height: 100%;
  }

  .nav {
    padding: 0 40px;
  }

  .nav__buttons {
    display: none;
  }

  .banner {
    height: 520px;
  }

  .banner__head {
    left: 40px;
  }

  .blue-label__top {
    font-size: 30px;
  }

  .design .presentation__icon--0 {
    top: 57%;
    left: 54%;
  }

  .design .presentation__icon--1 {
    top: 63%;
    left: 68%;
  }

  .design .presentation__icon--2 {
    top: 70%;
    left: 28%;
  }

  .design .presentation__back {
    background-position: 66%;
  }

  .s-parallax {
    padding: 50px 40px 32px 40px;
  }

  .s-parallax__head {
    left: 40px;
  }

  .s-parallax__list--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .s-parallax__list--right {
    display: none;
  }

  .s-parallax__item {
    width: 100%;
  }

  .s-parallax__video {
    display: none;
  }

  .s-parallax__back {
    display: block;
  }

  .dynamics {
    height: 624px;
  }

  .dynamics__head {
    top: 30px;
    left: 40px;
  }

  .dynamics__video {
    display: none;
  }

  .dynamics__back {
    display: block;
  }

  .comfort .presentation__back {
    background-position: 84% 48%;
  }

  .comfort .presentation__icon--0 {
    top: 48%;
    left: 83%;
  }

  .comfort .presentation__icon--1 {
    top: 84%;
    left: 17%;
  }

  .comfort .presentation__icon--2 {
    top: 80%;
    left: 77%;
  }

  .safety {
    height: 624px;
  }

  .safety.isEntered .safety__back--3 {
    -webkit-transform: translate(40%, 0%) scale(1);
            transform: translate(40%, 0%) scale(1);
  }

  .safety.isEntered .safety__back--4 {
    -webkit-transform: translate(49%, 0px) scale(1);
            transform: translate(49%, 0px) scale(1);
  }

  .safety--5 {
    height: auto;
  }

  .safety__circles {
    width: 1200px;
    height: 1200px;
    right: 35%;
    bottom: 25%;
  }

  .safety:not(.s-parallax) .safety__main--small {
    display: none;
  }

  .safety__back--0 {
    background-size: cover;
    background-position: center;
    display: block;
  }

  .safety__back--1 {
    background-size: 640px;
  }

  .safety__back--2 {
    background-position: 100% 85%;
    background-size: 80%;
  }

  .safety__back--3 {
    -webkit-transform: translate(60%, 0%) scale(1);
            transform: translate(60%, 0%) scale(1);
    background-size: 57%;
  }

  .safety__back--4 {
    background-position: 0 100%;
    background-size: 640px;
    -webkit-transform: translate(53%, 0px) scale(1);
            transform: translate(53%, 0px) scale(1);
  }

  .safety__center {
    padding-bottom: 48px;
  }

  .safety__center-pic {
    margin-top: 48px;
    max-width: 770px;
  }

  .marker--2 {
    bottom: 7%;
    left: 6%;
  }

  .marker--3 {
    right: 48%;
    bottom: 0%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .marker--4 {
    left: 0;
    bottom: 1vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .s-beep {
    top: 47px;
    left: 40px;
    bottom: auto;
  }

  .schema {
    display: none;
  }

  .s-exit {
    top: 47px;
    left: 40px;
    right: auto;
    height: auto;
    max-width: 500px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .s-exit__circle1,
  .s-exit__circle2,
  .s-exit__center {
    display: none;
  }

  .s-exit__description {
    margin: 0;
  }

  .s-exit .safety__text {
    max-width: 350px;
  }

  .s-exit__center {
    width: 304px;
    height: 304px;
  }

  .s-back {
    top: 47px;
    left: 40px;
  }

  .s-back__img {
    display: none;
  }

  .presentation__img img {
    max-width: 70%;
    max-height: 70%;
  }

  .gallery {
    padding-top: 40px;
    padding-bottom: 59px;
  }

  .gallery__download {
    margin-top: 33px;
  }
}

@media (max-width: 1023px) {
  .safety--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }

  .safety__center {
    padding-bottom: 0;
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 40px;
  }

  .safety__title--right {
    text-align: left;
    max-width: 475px;
  }

  .safety__text--left {
    margin-left: 0;
  }

  .safety__center-pic {
    margin-top: 24px;
    max-width: 688px;
  }

  .safety.isEntered .safety__back--4 {
    -webkit-transform: translate(38%, 0px) scale(1);
            transform: translate(38%, 0px) scale(1);
  }

  .marker--3 {
    right: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    padding: 0 16px;
    overflow: auto;
  }

  .nav__item {
    margin-right: 24px;
  }

  .nav__item:not(:last-of-type) {
    margin-right: 24px;
  }

  .banner {
    height: 472px;
  }

  .banner.isEntered .preloader__circle {
    display: none;
  }

  .banner__head {
    top: 29px;
    left: 16px;
  }

  .banner__title {
    font-size: 38px;
    margin-bottom: 11px;
  }

  .banner__subtitle {
    font-size: 18px;
    font-weight: 400;
  }

  .banner__circle {
    display: none;
  }

  .blue-label {
    padding: 14px 10px 14px 16px;
  }

  .blue-label__top {
    font-size: 20px;
  }

  .blue-label__bottom {
    font-size: 16px;
  }

  .h-buttons {
    right: 16px;
  }

  .s-parallax {
    padding: 40px 16px 32px 16px;
  }

  .s-parallax__head {
    top: 25px;
    left: 16px;
  }

  .s-parallax__head h2 {
    font-size: 16px;
  }

  .s-parallax__description {
    top: 19px;
    left: 16px;
    bottom: auto;
    font-size: 14px;
    max-width: 216px;
  }

  .s-parallax__item {
    margin-bottom: 16px;
    min-height: 176px;
  }

  .dynamics {
    height: 472px;
  }

  .dynamics__head {
    top: 21px;
    left: 16px;
    right: 16px;
  }

  .dynamics__title {
    font-size: 38px;
  }

  .dynamics__title--small {
    font-size: 16px;
  }

  .dynamics__wrap {
    width: 100%;
  }

  .dynamics__link {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
  }

  .dynamics__tab {
    width: 50%;
  }

  .dynamics__graph {
    display: none;
  }

  .dynamics__specs {
    left: 16px;
    bottom: 22px;
  }

  .dynamics__spec:not(:last-of-type) {
    margin-bottom: 6px;
  }

  .d-composition__icon {
    width: 48px;
    height: 48px;
  }

  .d-composition__icon img {
    max-width: 30px;
    max-height: 30px;
  }

  .d-composition__title {
    font-size: 20px;
  }

  .d-composition__description {
    font-size: 14px;
  }

  .safety {
    height: 472px;
  }

  .safety.isEntered .safety__back--3 {
    -webkit-transform: translate(15%, 0%) scale(1);
            transform: translate(15%, 0%) scale(1);
  }

  .safety.isEntered .safety__back--4 {
    -webkit-transform: translate(5%, 0px) scale(1);
            transform: translate(5%, 0px) scale(1);
  }

  .safety--5 {
    height: auto;
  }

  .safety__head {
    left: 16px;
    top: 21px;
  }

  .safety__main {
    font-size: 38px;
    line-height: 40px;
  }

  .safety__main--small {
    font-size: 16px;
    line-height: 18px;
  }

  .safety__circles {
    width: 760px;
    height: 760px;
  }

  .safety__back--1 {
    background-size: 440px;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    background-position: 0 100%;
  }

  .safety__back--2 {
    background-size: 400px;
    background-position: 100% 100%;
  }

  .safety__back--3 {
    background-size: 480px;
    background-position: 100% 100%;
  }

  .safety__back--4 {
    background-size: 440px;
    background-position: 100% 100%;
  }

  .safety__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .safety__text {
    font-size: 14px;
    line-height: 21px;
  }

  .safety__center {
    margin: 0 16px;
    padding-top: 30px;
  }

  .safety__center-pic {
    max-width: 75%;
  }

  .safety--2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .s-beep,
  .s-exit,
  .s-back {
    top: 30px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .marker {
    width: 256px;
    height: 256px;
  }

  .marker--2 {
    left: 46%;
  }

  .marker--3 {
    right: 16%;
    bottom: 6%;
  }

  .marker--4 {
    left: 50%;
  }

  .marker__center {
    width: 112px;
    height: 112px;
  }

  .marker__text {
    font-size: 14px;
    line-height: 16px;
  }

  .marker__composition img {
    max-width: 48px;
  }

  .gallery {
    padding-top: 0px;
    padding-bottom: 42px;
  }

  .gallery__wrapper,
  .gallery__nav {
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
  }

  .gallery__download {
    margin-top: 26px;
    margin-left: 16px;
  }

  .gallery__item {
    height: 65vw;
  }

  .gallery__nav-item {
    height: 56px;
  }

  .s-parallax__description--black-mob {
    color: #666;
  }

  .s-parallax__description--black-mob span {
    color: #000;
  }

  .s-parallax__item--100-tablet::after {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .design .presentation__back {
    background-position: 67% 55%;
    background-size: 100%;
  }

  .design .presentation__icon--0 {
    top: auto;
    bottom: 40%;
    left: 69%;
  }

  .design .presentation__icon--1 {
    top: auto;
    bottom: 33%;
    left: 85%;
  }

  .design .presentation__icon--2 {
    top: auto;
    bottom: 24%;
    left: 48%;
  }

  .comfort .presentation__back {
    background-position: 50% 53%;
    background-size: 100%;
  }

  .comfort .presentation__icon--0 {
    top: 56%;
    left: 89%;
  }

  .comfort .presentation__icon--1 {
    top: 49%;
    left: 9%;
  }

  .comfort .presentation__icon--2 {
    top: 85%;
    left: 81%;
  }

  .marker--2 {
    left: 30%;
  }

  .marker--4 {
    left: 36%;
  }

  .safety__back--2 {
    background-size: 290px;
  }

  .safety__back--3 {
    background-size: 400px;
  }

  .safety__back--4 {
    background-size: 420px;
  }

  .safety .isEntered .safety__back--3 {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }

  .safety .isEntered .safety__back--4 {
    -webkit-transform: translate(20px, 0) scale(1);
            transform: translate(20px, 0) scale(1);
  }

  .safety__center-pic {
    max-width: 90%;
  }

  .s-parallax__item--100-mob::after {
    padding-bottom: 100%;
  }

  .s-parallax__item--50-mob::after {
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .comfort .presentation__icon--0 {
    top: 56%;
    left: 89%;
  }

  .comfort .presentation__icon--1 {
    top: 49%;
    left: 9%;
  }

  .comfort .presentation__icon--2 {
    top: 85%;
    left: 81%;
  }

  .safety__back--3 {
    background-size: 380px;
  }

  .safety__back--4 {
    background-size: 380px;
  }

  .marker--4 {
    left: 20%;
  }
}

@media only screen and (max-width: 415px) {
  .design .presentation__back {
    background-position: 67% 50%;
    background-size: 100%;
  }

  .design .presentation__icon--0 {
    top: auto;
    bottom: 39%;
    left: 67%;
  }

  .design .presentation__icon--1 {
    top: auto;
    bottom: 30%;
    left: 83%;
  }

  .design .presentation__icon--2 {
    top: auto;
    bottom: 22%;
    left: 42%;
  }

  .comfort .presentation__icon--0 {
    top: 56%;
    left: 85%;
  }

  .comfort .presentation__icon--1 {
    top: 49%;
    left: 9%;
  }

  .comfort .presentation__icon--2 {
    top: 85%;
    left: 81%;
  }

  .marker--2 {
    left: 10%;
  }

  .safety__back--3 {
    background-size: 100%;
  }

  .safety__back--4 {
    background-size: 340px;
  }

  .s-parallax__description {
    max-width: 260px;
  }
}

