@charset "UTF-8";
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Erode Variable';
  src: url("fonts/Erode-Variable.ttf");
  src: url("fonts/Erode-Variable.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Bona Nova', serif;
  font-size: 1.05rem;
  color: #63333D; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #63333D; }

.container {
  padding: 0 7rem; }

.form-done {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  color: #63333D;
  display: none; }
  .form-done__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #FEDDBC; }
  .form-done__text {
    max-width: 20rem;
    margin-bottom: 2rem;
    color: #fff; }
  .form-done__img img {
    width: 5rem; }
  .form-done__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2.5rem;
    border-radius: 1.6rem;
    background: #fff;
    text-align: center;
    box-shadow: 7px 7px 1.6rem rgba(54, 54, 54, 0.25);
    background: #63333D;
    border: 1px solid #FEDDBC; }

.btn-disabled {
  pointer-events: none; }

.class-buttons {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  background: #F1E6E8;
  color: #63333D;
  font-size: 1.05rem; }
  .class-buttons li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: .6s all;
    background: transparent;
    padding: 0.45rem 1.25rem; }
    .class-buttons li.active {
      background: #63333D;
      color: #FEDDBC; }

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 106%; }
  .section-title span {
    display: block;
    text-align: center;
    font-size: 1.15rem;
    line-height: 120%;
    font-family: "Erode Variable"; }
  .section-title::before {
    display: block;
    width: 6rem;
    height: 3.2rem;
    background: url(../img/icons/title.svg) center left no-repeat;
    background-size: contain;
    content: ''; }
  .section-title-mountain::before {
    margin: 0 auto;
    height: 2.2rem;
    width: 14.25rem;
    background: url(../img/icons/title-mountain.svg) center bottom no-repeat;
    background-size: contain; }
  .section-title-yellow {
    color: #FEDDBC; }
    .section-title-yellow::before {
      background-image: url(../img/icons/title-yellow.svg); }
    .section-title-yellow.section-title-mountain::before {
      background-image: url(../img/icons/title-mountain-yellow.svg); }
  .section-title-empty::before {
    content: none; }
.section-text {
  line-height: 126.5%; }
  .section-text p {
    margin-bottom: 1rem; }
    .section-text p:last-child {
      margin-bottom: 0; }
  .section-text ul li {
    padding-left: .8rem;
    position: relative;
    margin-bottom: 0.4rem; }
    .section-text ul li::before {
      content: '';
      position: absolute;
      width: 0.3rem;
      height: 0.3rem;
      background: #FEDDBC;
      transform: rotate(45deg);
      top: .5rem;
      left: 0;
      font-weight: 500;
      font-size: 2rem; }
.section-form {
  font-size: 0.95rem; }
  .section-form .section-title {
    margin-bottom: 4rem;
    text-align: center; }
  .section-form .recaptcha-text {
    color: red;
    display: none;
    position: absolute;
    bottom: -1rem; }
  .section-form__flex {
    display: flex;
    justify-content: space-between; }
  .section-form__wrap {
    max-width: 54rem;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative; }
  .section-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; }
  .section-form__input input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #63333D;
    width: 17rem;
    padding: 0.5rem 0;
    color: #63333D;
    outline: none; }
    .section-form__input input::placeholder {
      color: #63333D; }
  .section-form__btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    gap: 1.3rem; }
    .section-form__btn:hover img {
      transform: translateX(-0.4rem); }
    .section-form__btn img {
      width: 3.3rem;
      transition: .6s all; }
  .section-form__check {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none; }
    .section-form__check input {
      appearance: none;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      border: 1px solid #FEDDBC;
      margin-right: 0.75rem;
      cursor: pointer;
      transition: .6s all;
      flex-shrink: 0; }
      .section-form__check input:checked {
        background: #FEDDBC; }
.section-info {
  max-width: 35rem;
  color: #fff;
  line-height: 126.5%;
  position: absolute;
  bottom: 2.5rem;
  font-size: 0.8rem; }
.section-btn {
  font-size: 0.95rem;
  height: 2.8rem;
  border-radius: 2.8rem;
  width: 12.5rem;
  border: 1px solid #fff;
  background: #fff;
  color: #63333D;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .section-btn:hover {
    background: #63333D;
    color: #fff; }

.fixed-btns {
  position: fixed;
  right: 2.5rem;
  bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  z-index: 4; }
  .fixed-btns a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    background: #63333D;
    color: #fff;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    font-size: 0.5rem;
    flex-direction: column;
    animation: pulse-yellow 2s infinite;
    border: 1px solid #FEDDBC; }
    .fixed-btns a img {
      width: 1.2rem;
      margin: 0.1rem 0; }
    .fixed-btns a svg {
      width: 1.8rem; }
    .fixed-btns a span {
      line-height: 100%; }
    .fixed-btns a:last-child {
      margin-bottom: 0; }

.doneby {
  margin-top: 1rem; }
  .doneby p {
    line-height: 140%;
    margin-bottom: 0; }
    .doneby p strong {
      font-weight: 700; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes preloaderLogo {
  to {
    opacity: 1; } }
.preloader {
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  background: #63333D url(../img/preloader-pattern.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__logo {
    width: 26rem;
    opacity: 0;
    animation: preloaderLogo 1s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }
  .preloader::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(43.49% 44.27% at 50% 49.95%, #63333D 0%, rgba(99, 51, 61, 0) 100%);
    content: '';
    position: absolute; }

.tech {
  width: 100vw;
  height: 100dvh;
  background: #63333D url(../img/preloader-pattern.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FEDDBC;
  font-size: 2rem;
  text-align: center; }
  .tech-content {
    margin-top: -5rem; }
  .tech__logo img {
    width: 20rem; }
  .tech__text {
    margin-top: 1rem; }

.teaser-wrapper {
  padding: 0 3rem;
  max-width: 61.5rem;
  margin: 0 auto; }
.teaser__title {
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 1.8rem; }
.teaser__text {
  line-height: 160%;
  font-size: 0.85rem; }
.teaser-header {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  top: 2rem; }
  .teaser-header .teaser-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .teaser-header__logo {
    width: 8rem;
    display: block; }
    .teaser-header__logo img {
      width: 100%;
      display: block; }
  .teaser-header__wrap {
    display: flex;
    align-items: center;
    gap: 4rem; }
  .teaser-header__lang {
    display: flex;
    gap: 1rem; }
    .teaser-header__lang a {
      color: #fff;
      font-size: 1rem; }
  .teaser-header__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500; }
    .teaser-header__tel img {
      width: 1.6rem; }
.teaser-main {
  position: relative; }
  .teaser-main__content {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 2.7rem;
    z-index: 2;
    width: 100%;
    padding: 0 1rem; }
  .teaser-main__logo {
    width: 38rem;
    margin: 0 auto 3rem; }
    .teaser-main__logo img {
      width: 100%;
      display: block; }
  .teaser-main__title {
    font-weight: 400;
    font-size: 3.25rem; }
  .teaser-main__item {
    height: 100vh; }
    .teaser-main__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
.teaser-info {
  color: #fff;
  background: #63333D url(../img/teaser-pattern.png) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
  position: relative;
  z-index: 1; }
  .teaser-info::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #63333D 0%, rgba(99, 51, 61, 0.71) 6.09%, rgba(99, 51, 61, 0) 13.8%); }
.teaser-advantages {
  display: flex;
  margin-bottom: 3.5rem; }
  .teaser-advantages__item {
    width: 33.333%;
    display: flex;
    align-items: center;
    gap: 1rem; }
  .teaser-advantages__img {
    width: 3.7rem;
    height: 3.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FEDDBC;
    border-radius: .5rem; }
    .teaser-advantages__img img {
      width: 2.15rem; }
  .teaser-advantages__text div {
    margin-bottom: 0.4rem;
    opacity: .7;
    font-size: 0.8rem; }
  .teaser-advantages__text p {
    font-weight: 400; }
.teaser-about {
  margin-bottom: 5rem;
  gap: 2rem; }
  .teaser-about__wrap {
    position: relative;
    width: 70%;
    margin: 2rem auto 0; }
  .teaser-about .teaser__title {
    margin-bottom: 1.25rem; }
  .teaser-about__item {
    height: 24rem;
    cursor: pointer; }
    .teaser-about__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 1rem; }
  .teaser-about__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    width: calc(100% + 2rem);
    left: -1rem;
    display: flex;
    justify-content: space-between; }
    .teaser-about__arrows span {
      pointer-events: auto;
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none;
      color: #63333D; }
      .teaser-about__arrows span svg {
        width: 100%;
        height: 100%;
        display: block; }
.teaser-location {
  margin-bottom: 3.5rem; }
  .teaser-location__map {
    width: 100%;
    height: 30.5rem;
    border-radius: 1rem;
    overflow: hidden; }
    .teaser-location__map #teaserMap {
      width: 100%;
      height: 100%; }
.teaser-form {
  box-shadow: 0px 4px 18px 0px rgba(110, 110, 110, 0.2);
  border-radius: .75rem;
  background: #fff;
  padding: 2rem 5.5rem;
  color: #63333D; }
  .teaser-form .teaser__title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #63333D; }
  .teaser-form__text {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.35rem; }
  .teaser-form__form {
    display: flex;
    gap: 1.9rem;
    align-items: flex-end;
    font-size: 0.8rem; }
  .teaser-form__item {
    width: 33.333%; }
  .teaser-form__name {
    margin-bottom: 0.7rem; }
  .teaser-form__input {
    position: relative; }
    .teaser-form__input img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.5rem;
      width: 1.4rem;
      display: block; }
    .teaser-form__input input {
      width: 100%;
      height: 2.3rem;
      background: rgba(99, 51, 61, 0.1);
      padding-left: 2.3rem;
      padding-right: 1.2rem;
      border: none;
      border-radius: .5rem;
      color: #63333D; }
  .teaser-form .btn {
    width: 33.333%;
    height: 2.3rem;
    background: #63333D;
    color: #fff;
    border-radius: .5rem; }
.teaser-footer {
  text-align: center;
  color: #63333D;
  background: #FEDDBC;
  padding: 1.15rem 0;
  font-size: 0.8rem; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 7;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .menu-content {
    width: 40%;
    margin-left: 60%;
    background: #63333D;
    color: #FEDDBC;
    height: 100%;
    padding: 5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    transition: .8s all;
    transition-delay: .5s;
    cursor: default; }
  .menu__close {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    cursor: pointer; }
    .menu__close img {
      width: .7rem;
      margin-right: 0.3rem; }
  .menu__list li {
    margin-bottom: 1rem; }
    .menu__list li a {
      color: #FEDDBC;
      font-size: 1.5rem;
      text-transform: uppercase;
      border-bottom: .1rem solid transparent; }
      .menu__list li a:hover {
        border-color: #FEDDBC; }
    .menu__list li:last-child {
      margin-bottom: 0; }
  .menu__lang {
    display: none; }
  .menu__btns {
    display: none; }
  .menu.show .menu-content {
    transform: none; }

.live {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .live-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    width: 85vw;
    height: 30vw;
    text-align: center;
    display: flex; }
    .live-content iframe {
      width: 50%;
      height: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: .6s all;
  padding: 2.5rem 0 1rem;
  background: transparent;
  font-weight: 700; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrap {
    display: flex;
    align-items: center; }
  .header__logo {
    display: block;
    width: 19rem;
    margin-right: 3.5rem;
    transition: .6s all; }
    .header__logo img {
      display: block;
      width: 100%; }
  .header__feedback {
    height: 2.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14rem;
    border-radius: 2.8rem;
    border: 1px solid #63333D;
    color: #63333D;
    background: #fff; }
    .header__feedback-uz {
      width: 14.5rem; }
    .header__feedback:hover {
      background: #63333D;
      color: #fff; }
  .header__btn {
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 2.8rem;
    border: 1px solid #63333D;
    color: #63333D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    padding: 0.5rem;
    text-align: center;
    margin-right: 1.1rem;
    background: #fff;
    font-family: "Proxima Nova"; }
    .header__btn svg {
      width: 1.5rem;
      height: 1.5rem; }
    .header__btn:hover {
      background: #63333D;
      color: #fff; }
  .header-lang {
    position: relative;
    margin-right: 5rem;
    margin-left: 2.5rem; }
    .header-lang:hover .header-lang__list {
      display: block; }
    .header-lang__btn {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding-bottom: 1.5rem;
      margin-bottom: -1.5rem;
      color: #63333D; }
      .header-lang__btn img {
        width: .4rem;
        margin-left: 0.35rem; }
    .header-lang__list {
      position: absolute;
      top: 1.5rem;
      width: 4.5rem;
      padding: 1rem;
      background: #63333D;
      display: none; }
      .header-lang__list a {
        margin-bottom: 0.5rem;
        color: #fff;
        display: block; }
        .header-lang__list a:hover {
          color: #FEDDBC; }
        .header-lang__list a.current {
          position: relative; }
        .header-lang__list a:last-child {
          margin-bottom: 0; }
  .header__call {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #63333D;
    font-family: "Proxima Nova";
    gap: 0.35rem;
    margin-right: 4.5rem; }
    .header__call svg {
      width: 1.6rem; }
    .header__call:hover {
      color: #FEDDBC; }
  .header__menu {
    color: #63333D;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    cursor: pointer;
    transition: .6s all; }
    .header__menu svg {
      width: 2.3rem; }
    .header__menu:hover {
      color: #FEDDBC; }
  .header.header-fixed {
    background: #fff;
    border-bottom: 1px solid #63333D;
    padding-top: 1rem; }
    .header.header-fixed .header__logo {
      width: 10rem; }

.main {
  height: 72rem;
  overflow: hidden;
  position: relative; }
  .main::after {
    position: absolute;
    animation: scale 40s linear infinite;
    background: url(../img/main-bg.png) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 4rem;
    width: 100%;
    height: calc(100% - 4rem);
    z-index: -1;
    content: ''; }
  .main-comfort::after {
    background-image: url(../img/main-bg-comfort.png); }
  .main__hat {
    width: 100%; }
    .main__hat img {
      width: 100%;
      display: block; }
  .main__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13.5rem;
    font-size: 5rem;
    width: 44rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }

.stock {
  position: relative;
  color: #fff;
  padding-top: 10rem;
  background: #63333D;
  color: #63333D; }
  .stock__image {
    position: absolute;
    right: 0;
    width: 21rem;
    top: 0;
    z-index: 2; }
    .stock__image img {
      width: 100%;
      display: block; }
  .stock-item {
    border-radius: 2.15rem;
    background: #fff url(../img/stock-pattern.png) top right no-repeat;
    background-size: 21rem;
    padding: 2.5rem 3.5rem; }
  .stock .section-title {
    margin-bottom: 2rem; }
  .stock__subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem; }
  .stock__list {
    max-width: 60rem; }
    .stock__list li {
      margin-bottom: 1.2rem;
      font-size: 1.1rem;
      font-weight: 700;
      display: flex;
      gap: .5rem; }
      .stock__list li::before {
        content: '\2022'; }
  .stock__text {
    font-style: italic;
    font-size: 1rem;
    max-width: 60rem;
    line-height: 150%; }
    .stock__text-normal {
      font-style: normal; }
  .stock-table {
    margin: 1.2rem 0; }
    .stock-table table th, .stock-table table td {
      border: 1px solid #63333D;
      text-align: center;
      padding: 0.4rem 1rem; }
    .stock-table table th {
      font-weight: 500;
      background: #FEDDBC; }
  .stock .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem; }
    .stock .owl-carousel .owl-dots .owl-dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #fff; }
      .stock .owl-carousel .owl-dots .owl-dot.active {
        position: relative; }
        .stock .owl-carousel .owl-dots .owl-dot.active::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 7px;
          height: 7px;
          background: #fff;
          border-radius: 50%;
          content: ''; }

.about-main {
  background: #63333D url(../img/about-pattern.png) left center no-repeat;
  background-size: contain;
  padding: 8rem 0;
  color: #fff;
  overflow: hidden; }
  .about-main .section-title {
    margin-bottom: 2rem; }
.about .container {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.about__img {
  width: 57%;
  position: relative; }
  .about__img::after {
    position: absolute;
    left: 0;
    content: '';
    width: 75rem;
    height: 5rem;
    background: url(../img/icons/pattern3.svg) center center no-repeat;
    background-size: cover; }
  .about__img img {
    width: 100%;
    display: block; }
.about-wrap {
  width: 43%;
  padding-right: 3rem;
  max-width: 30.5rem; }
.about__logo {
  width: 19rem;
  margin-bottom: 2.8rem; }
  .about__logo img {
    width: 100%;
    display: block; }
.about-consult {
  padding: 7.5rem 0 7rem;
  background: url(../img/icons/pattern1.png) top center no-repeat;
  background-size: 100vw; }
.about-banner {
  position: relative; }
  .about-banner__img {
    width: 100%; }
    .about-banner__img img {
      width: 100%;
      display: block; }

.location {
  padding-top: 10rem;
  overflow: hidden; }
  .location .section-title {
    text-align: center;
    margin-bottom: 3.5rem; }
  .location-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem; }
    .location-wrap .section-text {
      width: 30rem; }

.new-pattern {
  padding: 2.5rem 0; }
  .new-pattern img {
    width: 100%;
    display: block; }
.new .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0; }
.new .section-title {
  margin-bottom: 2rem; }
.new-wrap {
  width: 46%;
  padding-right: 3rem;
  max-width: 30.5rem; }
.new__img {
  width: 54%; }

.infra {
  display: flex;
  margin-top: -3rem;
  padding-top: 3rem; }
  .infra-wrap {
    width: 50%;
    position: relative; }
  .infra-info {
    background: #63333D;
    padding-top: 2.5rem;
    height: 38.5rem; }
    .infra-info::after {
      position: absolute;
      right: -1rem;
      bottom: 0;
      width: 28rem;
      height: 14rem;
      content: '';
      pointer-events: none;
      background: url(../img/infra/pattern.png) bottom center no-repeat;
      background-size: contain; }
  .infra .section-title {
    margin-bottom: 4.5rem; }
  .infra-content {
    transition: .6s all;
    opacity: 0;
    transform: translateY(2rem); }
    .infra-content__title {
      color: #FEDDBC;
      text-transform: uppercase;
      margin-bottom: 2rem; }
    .infra-content.show {
      opacity: 1;
      transform: none; }
  .infra-arrows {
    position: absolute;
    bottom: 1.5rem;
    gap: 1.1rem;
    display: flex; }
    .infra-arrows span {
      cursor: pointer;
      user-select: none;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .infra-arrows span img {
        width: 1.9rem;
        transition: .6s all; }
    .infra-arrows .arrow-left:hover img {
      transform: translateX(-0.2rem); }
    .infra-arrows .arrow-right:hover img {
      transform: translateX(0.2rem); }
  .infra .section-text {
    color: #fff;
    max-width: 28rem; }
  .infra-item {
    width: 28rem;
    height: 26rem;
    transition: .7s all; }
    .infra-item__img {
      width: 100%;
      height: 100%; }
      .infra-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .infra-item__title, .infra-item__text {
      display: none; }
  .infra .owl-stage-outer {
    height: 38.5rem; }
  .infra .owl-item {
    transition: .6s all; }
  .infra .big {
    transform: scale(1.3);
    transform-origin: top left;
    z-index: 2; }
  .infra-count {
    position: absolute;
    right: 12rem;
    bottom: 0;
    font-size: 1.2rem;
    z-index: 2; }
    .infra-count strong {
      font-size: 15rem;
      line-height: 0;
      font-weight: 400; }

.mountain {
  padding-top: 7.2rem;
  background: url(../img/mountain/bg.png) center center no-repeat;
  background-size: 100vw; }
  .mountain .section-title {
    margin-bottom: 5.5rem;
    text-align: center; }
  .mountain .section-text {
    margin-bottom: 12.5rem;
    max-width: 36.5rem; }
  .mountain-images {
    display: flex;
    align-items: flex-start;
    gap: 2rem; }
    .mountain-images img {
      width: 35%; }
      .mountain-images img:nth-child(2) {
        width: 30%; }

.arc {
  padding-top: 25rem;
  background: url(../img/icons/pattern1.png) top center no-repeat;
  background-size: 100vw;
  margin-top: -20rem;
  overflow: hidden; }
  .arc .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem; }
  .arc-spaced {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%; }
  .arc .section-text {
    max-width: 35rem;
    margin-top: 3rem; }
  .arc .about-banner .container {
    margin-bottom: 0; }
  .arc-pad {
    background: url(../img/icons/pattern1.png) top center no-repeat;
    background-size: 100vw; }
    .arc-pad.container {
      margin-bottom: 0;
      padding-top: 9rem;
      padding-bottom: 3.5rem; }
  .arc-carousel {
    position: relative; }
  .arc-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    left: 0; }
    .arc-arrows span {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 2;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      background: #63333D;
      border: 1px solid #FEDDBC;
      cursor: pointer;
      user-select: none; }
      .arc-arrows span img {
        width: 1rem; }
    .arc-arrows .arrow-left {
      left: 7rem; }
    .arc-arrows .arrow-right {
      right: 7rem; }
  .arc .section-info {
    z-index: 2; }
  .arc__img {
    width: 100%; }
    .arc__img img {
      width: 100%;
      display: block; }

.yard {
  display: flex;
  margin-top: -3rem;
  padding-top: 3rem; }
  .yard-wrap {
    color: #fff;
    background: #63333D;
    padding: 2.5rem 0;
    width: 50%;
    position: relative; }
  .yard .class-buttons {
    position: absolute;
    right: 1.3rem;
    top: 1.3rem; }
  .yard-banner {
    width: 50%;
    position: relative; }
    .yard-banner__img {
      width: 100%;
      height: 100%; }
      .yard-banner__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .yard-banner .section-info {
      left: 2rem;
      bottom: 2rem; }
  .yard .section-title {
    margin-bottom: 2rem; }
  .yard .section-text {
    margin-bottom: 3rem; }
  .yard-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .yard-list li {
      margin-bottom: 2rem;
      display: flex;
      align-items: center;
      gap: 1.2rem;
      font-size: 0.9rem;
      line-height: 110%;
      width: 43%; }
      .yard-list li img {
        width: 2.6rem;
        flex-shrink: 0; }
      .yard-list li span {
        display: block; }
      .yard-list li strong {
        font-size: 0.75rem; }
    .yard-list__comfort li {
      margin-bottom: 1rem;
      font-size: 0.85rem; }

.boulevard {
  background: url(../img/icons/pattern1.png) top center no-repeat;
  background-size: 100vw;
  padding-top: 7.5rem; }
  .boulevard-consult {
    padding-bottom: 8.5rem; }
  .boulevard .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden; }
  .boulevard .section-text {
    max-width: 36rem; }
  .boulevard-banner {
    position: relative;
    margin-top: 4.5rem; }
    .boulevard-banner__img {
      width: 100%;
      overflow: hidden; }
      .boulevard-banner__img img {
        width: 100%;
        display: block;
        animation: scale 40s linear infinite; }

.kids {
  background: #63333D;
  color: #fff; }
  .kids-pattern {
    padding: 2.15rem 0; }
    .kids-pattern img {
      width: 100%;
      display: block; }
  .kids .section-info {
    width: 100%;
    max-width: none; }
  .kids-content {
    display: flex; }
  .kids__img {
    width: 50%;
    position: relative; }
    .kids__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .kids-info {
    width: 50%; }
    .kids-info__img {
      width: 100%;
      height: 21rem;
      margin-bottom: 1.8rem; }
      .kids-info__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .kids-info__wrap {
      padding: 0 3rem; }
  .kids .section-title {
    margin-bottom: 1.5rem; }
  .kids .section-text {
    margin-bottom: 4.3rem;
    max-width: 33rem; }

.auto {
  padding-top: 10rem;
  position: relative; }
  .auto::after {
    position: absolute;
    bottom: 0;
    width: 52%;
    height: 37rem;
    background: #63333D;
    right: 0;
    content: '';
    z-index: -1; }
  .auto .section-title {
    margin-bottom: 3rem; }
  .auto-main {
    display: flex;
    gap: 4rem; }
  .auto__img {
    width: 65%; }
    .auto__img img {
      width: 100%;
      display: block; }
  .auto-info {
    width: 35%;
    padding-top: 5rem;
    color: #fff;
    position: relative;
    z-index: 2; }
    .auto-info::after {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 26rem;
      height: 18.5rem;
      content: '';
      background: url(../img/auto-pattern.png) bottom right no-repeat;
      background-size: contain;
      z-index: -1; }
  .auto .section-text {
    max-width: 26rem;
    padding-right: 1rem;
    margin-bottom: 3rem; }

.airport {
  padding-top: 6rem;
  height: 62rem;
  background: url(../img/airport.jpg) center 10rem no-repeat;
  background-size: 100vw; }
  .airport .section-title {
    margin-bottom: 1.5rem; }
  .airport .section-text {
    width: 32rem;
    margin-left: calc(100% - 32rem); }

.battery {
  position: relative;
  display: flex;
  align-items: flex-end; }
  .battery::before {
    position: absolute;
    bottom: 0;
    width: 52%;
    height: 100%;
    background: #63333D;
    left: 0;
    content: '';
    z-index: -1; }
  .battery-wrap {
    padding: 2.5rem 0 10rem;
    color: #fff;
    width: 40%; }
    .battery-wrap .container {
      padding-right: 5rem; }
  .battery .section-title {
    margin-bottom: 3.5rem; }
  .battery .section-text {
    margin-bottom: 2.7rem; }
  .battery__img {
    width: 60%; }
    .battery__img img {
      width: 100%;
      display: block; }

.commerce {
  color: #fff;
  background: #63333D;
  margin-top: -3rem; }
  .commerce-pattern img {
    width: 100%;
    display: block; }
  .commerce .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .commerce__img {
    padding: 1rem 0;
    width: 40%; }
    .commerce__img img {
      width: 100%;
      display: block; }
  .commerce-wrap {
    width: 50%;
    max-width: 33rem; }
  .commerce .section-title {
    margin-bottom: 2rem; }

.hall {
  padding-bottom: 7.5rem; }
  .hall .section-title {
    display: inline-block; }
  .hall-comfort {
    margin-bottom: 3rem; }
  .hall .doneby {
    margin-bottom: 2rem; }
  .hall-wrap {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    overflow: hidden;
    margin: 2rem 0; }
    .hall-wrap .section-text {
      max-width: 32.5rem; }
  .hall-list__item {
    display: flex;
    justify-content: space-between;
    width: 100vw; }
  .hall-main {
    position: relative; }
  .hall-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    left: 0; }
    .hall-arrows span {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 2;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      background: #63333D;
      border: 1px solid #FEDDBC;
      cursor: pointer;
      user-select: none; }
      .hall-arrows span img {
        width: 1rem; }
    .hall-arrows .arrow-left {
      left: 2.7rem; }
    .hall-arrows .arrow-right {
      right: 2.7rem; }
  .hall-item {
    width: 30%;
    height: 38rem; }
    .hall-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .hall-item:nth-child(2) {
      width: calc(40% - 4.4rem); }
  .hall-comfort .hall-item:nth-child(2) {
    margin-top: 5rem; }
  .hall-comfort .hall-item:nth-child(3) {
    margin-top: 10rem; }
  .hall-comfort .hall-arrows .arrow-left {
    transform: translateY(-6.5rem); }
  .hall-comfort .hall-arrows .arrow-right {
    transform: translateY(3rem); }
  .hall-business .hall-item:nth-child(2) {
    margin-top: 5rem; }
  .hall-business .hall-item:nth-child(1) {
    margin-top: 10rem; }
  .hall-business .hall-arrows .arrow-right {
    transform: translateY(-6.5rem); }
  .hall-business .hall-arrows .arrow-left {
    transform: translateY(3rem); }
  .hall-tab {
    display: none;
    opacity: 0;
    transition: .6s opacity; }
    .hall-tab:first-child {
      display: block; }
    .hall-tab.active {
      opacity: 1; }

.plans {
  padding-top: 5.5rem;
  background: #63333D;
  text-align: center; }
  .plans .section-title {
    margin-bottom: 1.5rem; }
  .plans .class-buttons {
    display: inline-flex;
    margin-bottom: 2.5rem; }
  .plans__main {
    margin-bottom: 5rem;
    height: 34rem; }
    .plans__main img {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: contain; }
  .plans-list {
    display: flex;
    gap: 2.1rem;
    justify-content: center;
    margin-bottom: 4rem; }
    .plans-list li {
      width: 18.2rem;
      height: 13rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid rgba(91, 27, 44, 0.5);
      background: #fff;
      user-select: none;
      cursor: pointer;
      border-radius: 2.5rem;
      padding: 0.85rem; }
  .plans-pattern img {
    width: 100%;
    display: block; }

.smart {
  padding: 3rem 0 10rem;
  background: #63333D url(../img/infra/pattern.png) bottom center no-repeat;
  background-size: 39rem;
  color: #fff; }
  .smart .section-title {
    text-align: center;
    margin-bottom: 5rem; }
    .smart .section-title::before {
      margin: 0 auto; }
  .smart-wrap {
    display: flex;
    gap: 5rem; }
  .smart-item {
    width: 50%;
    display: flex; }
    .smart-item__name {
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 1.4rem; }
    .smart-item__img {
      flex-shrink: 0;
      width: 11.5rem;
      margin-right: 2rem; }
      .smart-item__img img {
        width: 100%;
        display: block; }
    .smart-item__text {
      line-height: 133%;
      font-size: 0.9rem; }
      .smart-item__text strong {
        font-weight: 400;
        color: #FEDDBC; }
      .smart-item__text p {
        margin-bottom: 1rem; }
      .smart-item__text ul li {
        padding-left: .7rem;
        position: relative; }
        .smart-item__text ul li::before {
          content: '·';
          position: absolute;
          top: 0;
          left: 0;
          font-weight: 500;
          font-size: 1rem; }
    .smart-item:last-child .smart-item__img {
      width: 15.7rem;
      margin-right: 3.2rem; }

.func {
  background: url(../img/icons/pattern1.png) top center no-repeat;
  background-size: 100vw;
  padding: 9rem 0 10rem; }
  .func .section-title {
    margin-bottom: 4rem;
    text-align: center; }
  .func-wrap {
    display: flex;
    gap: 1.5rem; }
  .func-item {
    width: 100%;
    height: 26rem;
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 2; }
    .func-item.active .func-item__plus {
      opacity: 0; }
    .func-item.active .func-item__text {
      opacity: 1;
      transform: none; }
    .func-item__img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .func-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .func-item__name {
      position: absolute;
      bottom: 2.5rem;
      left: 0;
      width: 100%;
      padding: 0 3.4rem;
      font-size: 1.9rem;
      z-index: 3;
      letter-spacing: 0.02em;
      color: #FEDDBC; }
    .func-item__plus {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all; }
      .func-item__plus img {
        width: 5rem; }
    .func-item__text {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: linear-gradient(0deg, rgba(91, 27, 44, 0.8) 0%, rgba(91, 27, 44, 0.8) 100%);
      z-index: 2;
      padding: 4rem 3.4rem;
      transition: .6s all;
      font-size: 0.9rem;
      opacity: 0;
      transform: translateY(100%); }
      .func-item__text p {
        line-height: 133%; }
      .func-item__text span {
        display: inline-block;
        margin-top: 5rem;
        letter-spacing: 0.02em;
        font-size: 0.7rem; }

.floor {
  padding-bottom: 10rem;
  overflow: hidden; }
  .floor-wrap {
    display: flex;
    align-items: center;
    gap: 7rem; }
  .floor .section-title {
    margin-bottom: 2.7rem; }
  .floor .section-text {
    margin-bottom: 2rem; }
  .floor-info {
    width: 45%; }
    .floor-info__img {
      width: 100%; }
      .floor-info__img img {
        width: 100%;
        display: block; }
  .floor__img {
    width: 55%; }
    .floor__img img {
      width: 100%;
      display: block; }

.service {
  padding: 4rem 0;
  background: url(../img/service/bg.jpg) center center no-repeat;
  background-size: cover;
  height: 32rem;
  color: #fff; }
  .service .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .service-head {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .service__logo img {
    width: 7.5rem;
    display: block; }
  .service__title {
    color: #fff; }
  .service-list {
    display: flex;
    gap: 1.5rem; }
    .service-list__item {
      background: #63333D;
      width: 25%;
      height: 6.1rem;
      display: flex;
      align-items: center;
      padding: 0 1.5rem; }
    .service-list__ico {
      margin-right: 1.5rem;
      flex-shrink: 0;
      width: 1.9rem;
      font-weight: 700;
      font-size: 1.2rem;
      color: #FEDDBC; }
      .service-list__ico img {
        width: 100%;
        display: block; }
    .service-list__name {
      font-size: .95rem; }

.timeline {
  padding-top: 7.5rem; }
  .timeline .section-title {
    margin-bottom: 2rem; }
  .timeline-choose {
    display: flex;
    align-items: center;
    gap: 4rem;
    font-family: "Proxima Nova";
    margin-bottom: 3rem; }
    .timeline-choose__item {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      user-select: none;
      cursor: pointer; }
      .timeline-choose__item.current .timeline-choose__circle {
        background: #63333D; }
    .timeline-choose__circle {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      flex-shrink: 0;
      background: #fff;
      border: 1px solid #63333D; }
    .timeline-choose__text {
      font-size: 0.9rem;
      line-height: 180%; }
      .timeline-choose__text div {
        font-size: 1.4rem;
        font-weight: 700; }
  .timeline-tab {
    display: none; }
    .timeline-tab.current {
      display: block; }
  .timeline-list {
    display: flex;
    overflow: auto;
    max-width: 100%;
    gap: 1.5rem;
    padding-bottom: 2rem; }
    .timeline-list::-webkit-scrollbar {
      height: 0.4rem; }
    .timeline-list::-webkit-scrollbar-track {
      background: #ddd;
      border-radius: .4rem; }
    .timeline-list::-webkit-scrollbar-thumb {
      background: #63333D;
      border-radius: .4rem; }
  .timeline-item {
    width: calc(25% - 1.125rem);
    flex-shrink: 0;
    height: 27rem;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #fff; }
    .timeline-item:hover img {
      transform: scale(1.05); }
    .timeline-item::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 21.98%); }
    .timeline-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: .6s all; }
    .timeline-item p {
      position: absolute;
      left: 0;
      bottom: 1.5rem;
      padding: 0 2rem;
      width: 100%;
      z-index: 2;
      font-size: 2rem; }
  .timeline-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .timeline-popup__close {
      position: absolute;
      top: 0;
      right: 0;
      width: 2.5rem;
      height: 2.5rem;
      background: #63333D;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      user-select: none;
      z-index: 3;
      border: 1px solid #fff; }
      .timeline-popup__close img {
        width: 1rem; }
    .timeline-popup__item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      height: 100vh;
      width: 100%; }
      .timeline-popup__item img {
        display: block;
        width: 90% !important;
        height: calc(100% - 8rem);
        object-fit: contain; }
    .timeline-popup__arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0.8rem;
      z-index: 2;
      display: flex;
      gap: 1rem; }
      .timeline-popup__arrows span {
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid #fff;
        background: #63333D;
        user-select: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
        transition: .6s all; }
        .timeline-popup__arrows span:hover {
          background: #fff;
          color: #63333D; }
        .timeline-popup__arrows span svg {
          width: 2rem; }

.invest {
  padding: 7.5rem 0 13rem; }
  .invest .section-title {
    text-align: center;
    margin-bottom: 3.5rem; }
  .invest-main {
    display: flex;
    gap: 2rem; }
  .invest-wrap {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .invest-wrap .invest-info {
      width: 100%; }
  .invest .section-text {
    margin-bottom: 1.5rem; }
  .invest-info {
    position: relative;
    width: 50%; }
    .invest-info__img {
      width: 100%; }
      .invest-info__img img {
        width: 100%;
        display: block; }
    .invest-info__list {
      display: flex;
      gap: 2rem;
      align-items: flex-end;
      position: absolute;
      width: 100%;
      bottom: -2.7rem; }
      .invest-info__list li {
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0px 1.8518518209px 3.1481480598px 0px rgba(0, 0, 0, 0.02), 0px 8.1481485367px 6.5185184479px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04);
        backdrop-filter: blur(31px);
        padding: 1.1rem;
        width: 33.3333%;
        text-align: center; }
        .invest-info__list li div {
          margin-bottom: 0.35rem;
          color: #fff;
          font-size: 0.95rem;
          min-height: 1.5rem; }
        .invest-info__list li p {
          color: #63333D;
          font-weight: 700;
          font-family: "Proxima Nova"; }

.footer {
  background: #63333D url(../img/footer-pattern.png) 25vw bottom no-repeat;
  background-size: 57vw;
  color: #FEDDBC;
  padding-bottom: 3rem; }
  .footer-top > .container {
    padding-right: 0;
    display: flex;
    justify-content: space-between; }
  .footer-info {
    width: 45%;
    padding-top: 2.5rem;
    padding-right: 2rem; }
  .footer__logo {
    width: 18rem;
    margin-bottom: 2.8rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__title {
    margin-bottom: 2.5rem;
    font-size: 1.9rem; }
  .footer-list {
    font-size: 0.9rem; }
    .footer-list li {
      display: flex;
      align-items: center;
      gap: .75rem;
      margin-bottom: 2rem; }
      .footer-list li img {
        width: 1.6rem;
        flex-shrink: 0; }
    .footer-list__tel {
      font-size: 1.2rem; }
      .footer-list__tel a {
        color: #FEDDBC;
        font-family: "Proxima Nova"; }
        .footer-list__tel a:hover {
          color: #fff; }
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-social {
    display: flex; }
    .footer-social li {
      margin-right: 1rem;
      display: flex; }
      .footer-social li:last-child {
        margin-right: 0; }
      .footer-social li a {
        display: block; }
        .footer-social li a:hover {
          opacity: .8; }
        .footer-social li a img {
          width: 2.4rem; }
  .footer__top {
    width: 3.3rem;
    height: 3.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FEDDBC;
    background: #63333D; }
    .footer__top:hover img {
      transform: translateY(-0.3rem); }
    .footer__top img {
      width: 0.6rem;
      transition: .6s all; }
  .footer-right {
    width: 55%;
    position: relative; }
  .footer-map {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .footer-map #map {
      width: 100%;
      height: 100%; }
  .footer-copy {
    position: absolute;
    bottom: -3rem;
    width: 100%;
    color: #FEDDBC;
    font-size: 0.8rem; }
    .footer-copy a {
      color: #FEDDBC; }
      .footer-copy a:hover {
        color: #fff; }
    .footer-copy .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 3rem;
      padding-left: 0; }

.class-images img {
  display: none; }
  .class-images img:first-child {
    display: block; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 6rem; }

  .arc-arrows .arrow-left {
    left: 6rem; }
  .arc-arrows .arrow-right {
    right: 6rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .fixed-btns {
    right: 2rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 5rem; }

  .arc-arrows .arrow-left {
    left: 5rem; }
  .arc-arrows .arrow-right {
    right: 5rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 4rem; }

  .section-btn {
    border: 1px solid #63333D; }

  .menu-content {
    width: 80%;
    margin-left: 20%; }
  .menu__lang {
    display: flex; }
    .menu__lang a {
      color: #FEDDBC;
      margin-right: 1rem; }
  .menu__list li {
    margin-bottom: 1.5rem; }
    .menu__list li a {
      font-size: 1.7rem; }
  .menu__btns {
    display: flex;
    justify-content: center;
    gap: .7rem; }
    .menu__btns .header__feedback {
      display: inline-flex;
      border: 1px solid #fff; }
    .menu__btns .header__btn {
      display: inline-flex;
      margin-left: 0;
      width: 3rem;
      height: 3rem;
      margin-right: 0;
      border: 1px solid #fff; }

  .teaser-main__item {
    height: 55rem; }
  .teaser-main__logo {
    width: 24rem; }
  .teaser-main__content {
    width: 100%; }
  .teaser-main__title {
    font-size: 2.5rem; }
  .teaser-advantages {
    gap: 1.5rem;
    flex-wrap: wrap; }
    .teaser-advantages__item {
      width: 45%; }
  .teaser-about {
    flex-direction: column; }
    .teaser-about__content {
      width: 70%; }
    .teaser-about__wrap {
      width: 100%; }
    .teaser-about__item {
      height: 30rem; }
  .teaser-location__map {
    height: 26rem; }
  .teaser-form {
    padding: 2rem; }

  .header {
    padding-top: 1.5rem; }
    .header__feedback, .header__btn, .header-lang {
      display: none; }
    .header__logo {
      width: 12rem; }
    .header__call {
      margin-right: 3rem; }
    .header.header-fixed {
      padding: 0.8rem 0; }
      .header.header-fixed .header__logo {
        width: 9rem; }

  .main {
    height: 60rem; }
    .main::after {
      height: 100%;
      top: 0; }
    .main__hat {
      width: 120%;
      margin-left: -10%; }
    .main__title {
      font-size: 3rem;
      width: 26rem;
      top: 8rem; }

  .stock {
    padding-top: 7rem; }
    .stock__image {
      width: 10rem; }
    .stock-item {
      padding: 2.5rem;
      background-size: 15rem; }
    .stock-table table th, .stock-table table td {
      padding: 0.4rem; }

  .about-main {
    padding: 6rem 0;
    background-size: 10rem;
    background-position: 0 6rem; }
  .about .container {
    padding-right: 4rem;
    display: block; }
  .about-wrap {
    width: 100%;
    margin-bottom: 2rem;
    max-width: none; }
  .about__img {
    width: 100%; }
    .about__img::after {
      left: -4rem; }
  .about-consult {
    padding: 6rem 0; }
  .about-banner {
    overflow: hidden; }
    .about-banner__img {
      width: 130%;
      margin-left: -15%; }

  .location {
    padding-top: 6rem;
    overflow: hidden; }
    .location-wrap {
      display: block; }
      .location-wrap .section-text {
        margin-bottom: 1rem; }
    .location__map {
      width: 150%;
      margin-left: -25%; }

  .new-pattern {
    padding: 1rem 0;
    overflow: hidden; }
    .new-pattern img {
      max-width: none;
      width: 120%; }
  .new .container {
    padding-right: 4rem;
    display: block; }
  .new-wrap {
    width: 100%;
    padding-right: 0;
    max-width: none;
    margin-bottom: 2rem; }
  .new__img {
    width: 100%; }

  .infra {
    display: block; }
    .infra-wrap {
      width: 100%;
      overflow: hidden; }
    .infra .section-title {
      margin-bottom: 3.5rem; }
    .infra-info {
      height: 36rem; }
    .infra-count {
      bottom: 2.2rem; }
      .infra-count strong {
        font-size: 10rem; }

  .mountain {
    padding-top: 4rem;
    background-position-y: 10rem;
    background-size: 120vw; }
    .mountain .section-title {
      margin-bottom: 4rem; }
    .mountain .section-text {
      margin-bottom: 4rem; }
    .mountain-images {
      flex-direction: column;
      gap: 1.5rem; }
      .mountain-images img {
        width: 100%; }
        .mountain-images img:nth-child(2) {
          width: 100%; }

  .arc {
    margin-top: 0;
    padding-top: 6rem;
    background-image: none; }
    .arc-spaced {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; }
    .arc .section-title {
      display: inline-block; }
    .arc .container {
      display: block; }
    .arc-pad.container {
      padding-top: 6rem; }
    .arc-carousel__item {
      height: 30rem; }
      .arc-carousel__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

  .yard {
    display: block; }
    .yard-wrap {
      width: 100%; }
    .yard-banner {
      width: 100%; }

  .boulevard {
    padding-top: 6rem; }
    .boulevard .container {
      display: block; }
      .boulevard .container .section-title {
        margin-bottom: 2rem; }
    .boulevard-banner {
      margin-top: 3.5rem; }

  .kids-pattern {
    padding: 1rem 0;
    overflow: hidden; }
    .kids-pattern img {
      max-width: none;
      width: 120%; }
  .kids-content {
    flex-direction: column-reverse; }
  .kids-info {
    width: 100%; }
  .kids__img {
    width: 100%; }

  .auto {
    padding-top: 6rem; }
    .auto::after {
      content: none; }
    .auto-main {
      flex-direction: column-reverse;
      padding: 0 4rem; }
    .auto-info {
      width: 100%;
      color: #63333D;
      padding-top: 0; }
      .auto-info::after {
        content: none; }
    .auto__img {
      width: 100%; }

  .airport {
    padding-top: 6rem;
    height: 38rem;
    background-position: bottom center; }

  .battery {
    display: block; }
    .battery::before {
      content: none; }
    .battery .section-title {
      margin-bottom: 2.5rem; }
    .battery-wrap {
      width: 100%;
      background: #63333D;
      padding-bottom: 4rem; }
    .battery__img {
      width: 100%; }

  .commerce {
    margin-top: 0; }
    .commerce-pattern {
      overflow: hidden; }
      .commerce-pattern img {
        width: 120%;
        max-width: none; }
    .commerce .container {
      padding-top: 1rem;
      padding-bottom: 1rem;
      display: block; }
    .commerce-wrap {
      width: 100%; }
    .commerce__img {
      padding: 0;
      margin: 3rem auto 0;
      width: 60%; }

  .hall {
    padding-bottom: 6rem; }
    .hall-wrap {
      display: block;
      margin-bottom: 3rem; }
      .hall-wrap .section-text {
        margin-bottom: 1rem; }
    .hall-item {
      width: 32%;
      height: 20rem; }
      .hall-item:nth-child(2) {
        width: 32%; }
    .hall-comfort .hall-item:nth-child(3) {
      margin-top: 7rem; }
    .hall-comfort .hall-item:nth-child(2) {
      margin-top: 3.5rem; }
    .hall-business .hall-item:nth-child(1) {
      margin-top: 7rem; }
    .hall-business .hall-item:nth-child(2) {
      margin-top: 3.5rem; }
    .hall-arrows {
      display: none; }

  .plans__main {
    margin-bottom: 3rem;
    height: auto; }
  .plans-list {
    gap: 1.4rem;
    margin-bottom: 2rem; }
    .plans-list li {
      width: 33.333%;
      height: 7rem;
      padding: 0.5rem;
      border-radius: 1rem; }
  .plans-pattern {
    overflow: hidden; }
    .plans-pattern img {
      width: 120%;
      max-width: none; }

  .smart {
    background-size: 26rem; }
    .smart-wrap {
      display: block; }
    .smart-item {
      width: 100%;
      margin-bottom: 2rem; }
      .smart-item:last-child {
        flex-direction: row-reverse; }
        .smart-item:last-child .smart-item__img {
          margin-left: 3rem;
          margin-right: 0; }

  .func {
    padding: 6rem 0; }
    .func-wrap {
      flex-direction: column; }

  .floor {
    padding-bottom: 6rem; }
    .floor-wrap {
      display: block; }
    .floor-info {
      width: 100%;
      margin-bottom: 2.5rem; }
    .floor__img {
      width: 100%; }

  .service {
    padding: 3rem 0 5rem; }
    .service__logo img {
      width: 5rem; }
    .service-list {
      flex-wrap: wrap;
      justify-content: space-between; }
      .service-list__item {
        width: 48%;
        height: 4.5rem; }

  .timeline {
    padding-top: 5rem; }
    .timeline-item {
      width: calc(50% - .75rem); }
    .timeline-popup__item img {
      width: 100% !important; }

  .invest {
    padding: 6rem 0; }
    .invest-main {
      flex-direction: column; }
    .invest-wrap {
      width: 100%; }
    .invest-info {
      width: 100%;
      margin-bottom: 3rem; }

  .footer {
    padding: 0;
    background-position: center 27rem; }
    .footer-top > .container {
      padding: 0 4rem;
      display: block; }
    .footer-info {
      width: 100%;
      padding-bottom: 2.5rem; }
    .footer-right {
      width: 100%; }
    .footer-map {
      height: 25rem; }
    .footer-copy {
      position: static; }
      .footer-copy .container {
        padding: 0; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    font-size: 1rem; }

  .container {
    padding: 0 1rem; }

  .preloader__logo {
    width: 17rem; }

  .class-buttons {
    font-size: 0.95rem; }

  .tech {
    font-size: 1.5rem; }
    .tech__logo img {
      width: 15rem; }

  .form-done__wrap {
    width: 90vw;
    padding: 1.5rem; }

  .section-title {
    font-size: 2rem; }
    .section-title span {
      font-size: 0.9rem; }
    .section-title::before {
      width: 3rem;
      height: 1.6rem; }
    .section-title-mountain::before {
      height: 1.1rem;
      width: 7.2rem; }
  .section-form {
    padding: 0 1rem 7rem;
    position: relative; }
    .section-form__flex {
      flex-direction: column-reverse;
      gap: 1rem; }
    .section-form .section-title {
      margin-bottom: 2rem; }
    .section-form__row {
      display: block; }
    .section-form__input {
      width: 100%;
      margin-bottom: 1rem; }
      .section-form__input input {
        width: 100%; }
    .section-form__btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -6rem; }
  .section-info {
    bottom: 1.5rem;
    font-size: 0.7rem;
    max-width: 20rem; }

  .menu-content {
    width: 100%;
    margin-left: 0;
    padding: 1.5rem 1rem 2rem;
    align-items: center; }
  .menu__lang a {
    color: #FEDDBC;
    margin-right: 1rem; }
    .menu__lang a:last-child {
      margin-right: 0; }
  .menu__list li {
    margin-bottom: 1rem;
    text-align: center; }
    .menu__list li a {
      font-size: 1.25rem; }
  .menu__btns {
    display: flex;
    width: 100%; }
    .menu__btns .header__btn {
      margin-right: 0;
      font-size: 0.9rem; }

  .fixed-btns {
    right: 1rem;
    bottom: 3rem; }
    .fixed-btns a {
      margin-bottom: 1rem; }

  .live-content {
    width: 90vw;
    height: 70vh;
    flex-direction: column; }
    .live-content iframe {
      width: 100%; }

  .teaser-wrapper {
    padding: 0 1rem; }
  .teaser__text {
    font-size: 0.9rem; }
  .teaser__title {
    font-size: 1.5rem; }
  .teaser-header {
    top: 1.2rem; }
    .teaser-header__logo {
      width: 6rem; }
    .teaser-header__wrap {
      gap: 1rem; }
    .teaser-header__lang {
      gap: .75rem; }
  .teaser-info {
    padding: 3.5rem 0; }
  .teaser-main__item {
    height: 40rem; }
  .teaser-main__logo {
    width: 18rem;
    margin-bottom: 1rem; }
  .teaser-main__title {
    font-size: 1.7rem; }
  .teaser-advantages {
    gap: 1rem;
    flex-direction: column; }
    .teaser-advantages__item {
      width: 100%; }
  .teaser-about {
    margin-bottom: 3.5rem; }
    .teaser-about__content {
      width: 100%; }
    .teaser-about__item {
      height: 20rem; }
  .teaser-video {
    margin-bottom: 3rem; }
    .teaser-video video {
      height: 20rem; }
  .teaser-location {
    margin-bottom: 3rem; }
    .teaser-location__map {
      height: 20rem; }
  .teaser-form {
    padding: 1rem; }
    .teaser-form__text {
      font-size: 0.9rem;
      margin-bottom: 2rem; }
    .teaser-form__form {
      flex-direction: column;
      gap: 1rem;
      font-size: 0.9rem; }
    .teaser-form__item {
      width: 100%; }
      .teaser-form__item input {
        height: 2.6rem; }
    .teaser-form .btn {
      width: 100%;
      height: 2.6rem; }

  .header {
    padding-top: 1rem; }
    .header__logo {
      width: 9rem;
      margin-right: 0; }
    .header__call {
      margin-right: 1rem;
      gap: 0;
      font-size: 1.2rem; }
      .header__call svg {
        width: 1.2rem; }
    .header__menu {
      gap: .5rem;
      font-size: 0.9rem; }
      .header__menu svg {
        width: 1.7rem; }
    .header.header-fixed {
      padding: .7rem 0; }
      .header.header-fixed .header__logo {
        width: 7.5rem; }

  .main {
    height: 50rem; }
    .main__title {
      font-size: 2.5rem;
      width: auto;
      top: 7rem; }
    .main__hat {
      width: 200%;
      margin-left: -50%; }

  .stock {
    padding-top: 5rem; }
    .stock__image {
      width: 7rem; }
    .stock-item {
      padding: 1.5rem 1rem;
      background-size: 10rem; }
    .stock .section-title {
      margin-bottom: 1.5rem; }
    .stock__list li {
      margin-bottom: 1rem;
      font-size: 1rem;
      gap: .3rem; }
    .stock__text {
      font-size: 1rem; }
    .stock-table table {
      font-size: 0.7rem; }
      .stock-table table td, .stock-table table th {
        padding: 0.2rem; }

  .about {
    margin-top: -2rem; }
    .about-main {
      padding: 5rem 0 0;
      background-size: 6rem;
      background-position-y: 8rem; }
    .about__logo {
      width: 15rem;
      margin-bottom: 2rem; }
    .about .container {
      padding-right: 1rem; }
    .about-wrap {
      padding-right: 0; }
    .about__img {
      margin-left: -1rem;
      width: 100vw; }
      .about__img::after {
        content: none; }
    .about-consult {
      padding: 4rem 0;
      background-size: 160vw; }
    .about-banner__img {
      width: 150%;
      margin-left: -25%; }

  .location {
    padding-top: 5rem; }
    .location .section-title {
      margin-bottom: 2rem; }
    .location .section-text {
      width: 100%; }
    .location__map {
      width: 200%;
      margin-left: -50%; }

  .new-pattern img {
    width: 150%; }
  .new .container {
    padding-right: 1rem; }

  .infra .section-title {
    margin-bottom: 2rem; }
  .infra-info {
    height: 33rem; }
    .infra-info::after {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      right: auto;
      width: 20rem;
      height: 10rem; }
  .infra-item {
    width: 15rem;
    height: 12rem; }
  .infra .owl-stage-outer {
    height: 19rem; }
  .infra-count {
    font-size: 1rem;
    right: 4rem; }
    .infra-count strong {
      font-size: 5rem; }

  .mountain {
    padding-top: 2rem;
    background-position-y: 8rem;
    background-size: 140vw; }
    .mountain .section-title {
      margin-bottom: 2rem; }
    .mountain-images {
      gap: 1rem; }

  .arc {
    padding-top: 4rem; }
    .arc .container {
      margin-bottom: 3rem; }
    .arc .section-text {
      margin-top: 2rem; }
    .arc-pad {
      background: none; }
      .arc-pad.container {
        padding-top: 4rem;
        padding-bottom: 4rem; }
      .arc-pad + .about-banner {
        overflow: visible; }
    .arc-carousel__item {
      height: 18rem; }
    .arc-arrows {
      top: -5.5rem;
      transform: none; }
      .arc-arrows span {
        width: 3rem;
        height: 3rem; }
      .arc-arrows .arrow-left {
        left: 1rem; }
      .arc-arrows .arrow-right {
        right: auto;
        left: 5rem; }

  .yard .class-buttons {
    position: static;
    margin-bottom: 1.5rem;
    display: inline-flex; }
  .yard-list li {
    width: 100%;
    margin-bottom: 1rem; }
  .yard-banner .section-info {
    bottom: 1rem;
    left: 1rem; }

  .boulevard {
    padding-top: 4rem;
    background-size: 160vw; }
    .boulevard-consult {
      padding-bottom: 3rem; }
    .boulevard-banner__img {
      height: 20rem; }
      .boulevard-banner__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

  .kids-pattern img {
    width: 150%; }
  .kids-info__img {
    height: 13rem; }
  .kids-info__wrap {
    padding: 0 1rem; }
  .kids .section-text {
    margin-bottom: 3rem; }

  .auto {
    padding-top: 4rem; }
    .auto .section-title {
      margin-bottom: 2rem; }
    .auto-main {
      padding: 0 1rem;
      gap: 3rem; }
    .auto .section-text {
      padding-right: 0;
      margin-bottom: 2rem; }
    .auto__img {
      margin-left: -1rem;
      width: 100vw; }

  .airport {
    padding-top: 4rem;
    background-size: 140vw;
    height: 30rem; }
    .airport .section-text {
      width: 100%;
      margin-left: 0; }

  .battery-wrap {
    padding-bottom: 3rem; }
    .battery-wrap .container {
      padding-right: 1rem; }
  .battery .section-title {
    margin-bottom: 2rem; }
  .battery .section-text {
    margin-bottom: 2rem; }

  .commerce-pattern img {
    width: 150%; }
  .commerce__img {
    width: 80%; }

  .hall {
    padding-bottom: 4rem; }
    .hall-list {
      overflow: auto; }
      .hall-list::-webkit-scrollbar {
        display: none; }
      .hall-list__item {
        width: auto;
        margin-right: 1rem; }
        .hall-list__item:last-child {
          margin-right: 0; }
    .hall-wrap {
      margin-bottom: 2rem; }
    .hall-item {
      height: 20rem;
      width: 17rem;
      flex-shrink: 0;
      margin-right: 1rem; }
      .hall-item:last-child {
        margin-right: 0; }
      .hall-item:nth-child(2) {
        width: 20rem; }
    .hall-comfort .hall-item:nth-child(3) {
      margin-top: 5rem; }
    .hall-comfort .hall-item:nth-child(2) {
      margin-top: 2.5rem; }
    .hall-business .hall-item:nth-child(1) {
      margin-top: 5rem; }
    .hall-business .hall-item:nth-child(2) {
      margin-top: 2.5rem; }
    .hall .owl-carousel {
      display: flex; }

  .plans {
    padding-top: 5rem; }
    .plans .section-title {
      margin-bottom: 3rem; }
    .plans-list {
      gap: .5rem; }
      .plans-list li {
        padding: 0.5rem;
        border-radius: .75rem;
        height: 5rem; }
    .plans-pattern img {
      width: 150%; }

  .smart {
    padding-bottom: 8rem;
    background-size: 17rem; }
    .smart .section-title {
      margin-bottom: 3rem; }
    .smart-item {
      display: block; }
      .smart-item__img {
        width: 7rem;
        margin: 0 auto 1rem; }
      .smart-item:last-child .smart-item__img {
        width: 12rem;
        margin: 0 auto 1rem; }

  .func {
    background-size: 160vw;
    padding: 4rem 0; }
    .func-item {
      height: 20rem; }
      .func-item__name {
        bottom: 1.5rem;
        padding: 0 1.5rem;
        font-size: 1.5rem; }
      .func-item__text {
        padding: 3rem 1.5rem; }
        .func-item__text span {
          margin-top: 2rem; }

  .floor {
    padding-bottom: 5rem; }
    .floor .section-title {
      margin-bottom: 2rem; }

  .service {
    height: 45rem;
    padding-bottom: 3rem; }
    .service-list {
      gap: 1.2rem; }
      .service-list__item {
        width: 100%; }

  .timeline-choose {
    gap: 1.5rem;
    justify-content: space-between; }
    .timeline-choose__item {
      gap: 1rem; }
  .timeline-list {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-width: none; }
  .timeline-item {
    width: 17rem;
    height: 25rem; }
    .timeline-item p {
      font-size: 1.5rem;
      padding: 0 1rem; }
  .timeline-popup__item img {
    height: 60vh;
    object-fit: cover; }

  .invest {
    padding: 5rem 0; }
    .invest .section-title {
      margin-bottom: 2.5rem; }
    .invest-info__list {
      gap: .5rem; }
      .invest-info__list li {
        padding: 0.5rem; }
        .invest-info__list li div {
          font-size: 0.75rem; }

  .footer {
    padding-top: 3rem;
    background-image: none; }
    .footer-top > .container {
      padding: 0 1rem; }
    .footer__logo {
      width: 15rem; }
    .footer__title {
      margin-bottom: 2rem;
      font-size: 1.5rem; }
    .footer-info {
      padding: 0; }
    .footer-map {
      height: 15rem;
      margin-top: 2rem; }
    .footer-wrap {
      margin-top: 2rem; }
    .footer-copy .container {
      height: 4rem; }
    .footer-copy p span {
      display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
