@font-face {
  font-family: 'SF Pro Display';
  src: url("fonts/SFProDisplay-Regular.eot");
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SFProDisplay-Regular.woff2") format("woff2"), url("fonts/SFProDisplay-Regular.woff") format("woff"), url("fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SF Pro Display';
  src: url("fonts/SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/SFProDisplay-Medium.woff2") format("woff2"), url("fonts/SFProDisplay-Medium.woff") format("woff"), url("fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Playfair Display';
  src: url("fonts/PlayfairDisplay-Italic.eot");
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url("fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("fonts/PlayfairDisplay-Italic.woff") format("woff"), url("fonts/PlayfairDisplay-Italic.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;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'SF Pro Display', sans-serif;
  background: #191919;
  color: #fff;
  font-size: 0.85rem; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #000;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 4.5rem;
  width: 100%; }

.section-title {
  color: #F8F0E8;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 400; }

.section-text {
  line-height: 1.22;
  font-size: 1.4rem; }
  .section-text span {
    font-family: "Playfair Display", sans-serif; }

.hover-anim, .about-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .hover-anim img, .hover-anim canvas, .about-anim img, .about-anim canvas {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }

.form {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem; }
  .form input {
    width: 100%;
    height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 1rem; }
  .form .btn {
    background: #fff;
    color: #191919;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    height: 2.75rem;
    width: 100%;
    margin-top: 1rem; }
    .form .btn:hover {
      color: #F8F0E8; }

.arrows {
  display: flex;
  justify-content: flex-end;
  gap: 1rem; }
  .arrows span {
    width: 2.15rem;
    height: 2.15rem;
    background: #F8F0E8;
    color: #191919;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 50%; }
    .arrows span svg {
      width: 100%;
      height: 100%; }
    .arrows span:hover {
      background: #fff; }

.lines {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  pointer-events: none; }
  .lines svg {
    width: 200vw;
    height: 100%;
    display: block;
    animation: moveLine 60s linear infinite alternate; }
  .lines-main {
    color: #252525; }
  .lines-infra {
    color: #6A644A;
    position: sticky;
    height: 100vh;
    top: 0; }

.mouse-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem; }
  .mouse-wrap-main {
    transform: none; }

.mouse {
  height: 2.4rem;
  width: 1.7rem;
  border: .15rem solid #fff;
  border-radius: 1.6rem;
  position: relative; }
  .mouse .scrollWheel {
    height: .75rem;
    width: .15rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: .5rem;
    border-radius: 1px;
    transform: scaleY(0);
    animation: scroll 2s linear infinite; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes wheel {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
@keyframes carLight {
  from {
    box-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff,  0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff, 0px 0px 50px #7B96B8, 0px 0px 150px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px -10px 100px #7B96B8, 0px -10px 100px #7B96B8; } }
@keyframes letter-glow {
  0% {
    opacity: 0; }
  66% {
    opacity: 1; }
  77% {
    opacity: 1; }
  100% {
    opacity: 0.9; } }
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #EAEAEA; } }
@keyframes moveLine {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100vw); } }
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  25% {
    transform: scaleY(1);
    transform-origin: top; }
  26% {
    transform-origin: bottom; }
  50% {
    transform: scaleY(0);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 98;
  background: #191919;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader-logo {
    display: flex;
    gap: 2.2rem;
    align-items: center; }
    .preloader-logo__ico {
      width: 7rem; }
      .preloader-logo__ico svg {
        width: 100%;
        display: block;
        height: auto; }
        .preloader-logo__ico svg path {
          fill: transparent;
          stroke-dasharray: 2213;
          stroke-dashoffset: 2213;
          animation: strokeLines 10s forwards, fill .5s forwards 2s; }
    .preloader-logo__words {
      width: 13rem; }
      .preloader-logo__words svg {
        width: 100%;
        display: block;
        height: auto; }
        .preloader-logo__words svg path {
          animation: letter-glow 0.7s 0s ease both;
          opacity: 0; }
          .preloader-logo__words svg path:nth-child(1) {
            animation-delay: 0.57s; }
          .preloader-logo__words svg path:nth-child(2) {
            animation-delay: 0.64s; }
          .preloader-logo__words svg path:nth-child(3) {
            animation-delay: 0.71s; }
          .preloader-logo__words svg path:nth-child(4) {
            animation-delay: 0.78s; }
          .preloader-logo__words svg path:nth-child(5) {
            animation-delay: 0.85s; }
          .preloader-logo__words svg path:nth-child(6) {
            animation-delay: 0.92s; }
          .preloader-logo__words svg path:nth-child(7) {
            animation-delay: 0.99s; }
          .preloader-logo__words svg path:nth-child(8) {
            animation-delay: 1.06s; }
          .preloader-logo__words svg path:nth-child(9) {
            animation-delay: 1.13s; }
          .preloader-logo__words svg path:nth-child(10) {
            animation-delay: 1.2s; }
          .preloader-logo__words svg path:nth-child(11) {
            animation-delay: 1.27s; }
          .preloader-logo__words svg path:nth-child(12) {
            animation-delay: 1.34s; }
          .preloader-logo__words svg path:nth-child(13) {
            animation-delay: 1.41s; }
          .preloader-logo__words svg path:nth-child(14) {
            animation-delay: 1.48s; }
          .preloader-logo__words svg path:nth-child(15) {
            animation-delay: 1.55s; }

.tel-popup {
  display: none; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  font-size: 0.9rem; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    border-bottom: .65rem solid #fff;
    background: #191919;
    color: #fff;
    width: 22rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    color: #fff;
    background: #191919;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    border: 1px solid #fff; }
    .feedback__close:hover {
      background: #fff;
      color: #191919; }
    .feedback__close svg {
      width: .5rem;
      height: .5rem; }
  .feedback__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    color: #F8F0E8; }
  .feedback__text {
    line-height: 1.2;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem; }
  .feedback__agree {
    font-size: 0.8rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 3.5rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 8rem; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
  background: #191919; }
  .mobile-menu .container {
    padding: 1rem 3rem 6rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    border-radius: 50%; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__logo {
    width: 10rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__lang {
    font-size: 1.2rem;
    display: flex;
    gap: 1rem; }
    .mobile-menu__lang a {
      color: #fff; }
  .mobile-menu__list {
    font-size: 2rem;
    text-align: center; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }
  .mobile-menu__wrap {
    display: flex;
    align-items: center;
    gap: 2rem; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 1.5rem 0;
  transition: .6s all; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 10rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 3.3rem;
    margin-right: 1.8rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        color: #F8F0E8; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
  .header-lang {
    position: relative; }
    .header-lang:hover .header-lang__btn svg {
      transform: rotate(180deg); }
    .header-lang:hover .header-lang__dropdown {
      display: block; }
    .header-lang__btn {
      display: inline-flex;
      gap: .5rem;
      padding-bottom: .6rem;
      margin-bottom: -.6rem;
      cursor: default; }
      .header-lang__btn svg {
        width: 1rem; }
    .header-lang__dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      background: #191919;
      padding: 1rem;
      border: 1px solid #fff;
      margin-top: .5rem;
      width: 4.5rem;
      display: none; }
      .header-lang__dropdown ul li {
        margin-bottom: .5rem; }
        .header-lang__dropdown ul li:last-child {
          margin-bottom: 0; }
        .header-lang__dropdown ul li a {
          color: #fff; }
          .header-lang__dropdown ul li a:hover {
            color: #F8F0E8; }
  .header__call {
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: "Playfair Display", sans-serif;
    font-size: 1rem; }
    .header__call:hover {
      color: #F8F0E8; }
    .header__call svg {
      width: 1rem;
      height: 1rem; }
  .header__btn {
    height: 2.5rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(7px);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
    border-radius: 2.5rem; }
    .header__btn:hover {
      background: #191919; }
  .header-mobile {
    display: none; }
  .header.scrolled {
    padding: 1rem 0;
    background: #191919;
    border-bottom: 1px solid #F8F0E8; }
  .header.hide {
    transform: translateY(-100%); }

.main {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.5rem; }
  .main.active .main__text p {
    opacity: 1;
    transform: translateY(0); }
  .main.active .main__title span {
    opacity: 1;
    transform: translateY(0); }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden; }
    .main__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      animation: scale 40s linear infinite; }
  .main__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    .main__text p {
      max-width: 8.5rem;
      opacity: 0;
      transform: translateY(1rem);
      transition: .7s all ease-in-out; }
      .main__text p:last-child {
        transition-delay: .3s; }
  .main__title {
    display: flex;
    font-size: 11.6vw;
    line-height: 1;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: -0.04em;
    perspective: 800px; }
    .main__title span {
      min-width: 1.5vw;
      transform: rotateY(60deg);
      opacity: 0;
      transition: .6s all ease-in-out; }
      .main__title span:nth-child(1) {
        transition-delay: 0s; }
      .main__title span:nth-child(2) {
        transition-delay: 0.08s; }
      .main__title span:nth-child(3) {
        transition-delay: 0.16s; }
      .main__title span:nth-child(4) {
        transition-delay: 0.24s; }
      .main__title span:nth-child(5) {
        transition-delay: 0.32s; }
      .main__title span:nth-child(6) {
        transition-delay: 0.4s; }
      .main__title span:nth-child(7) {
        transition-delay: 0.48s; }
      .main__title span:nth-child(8) {
        transition-delay: 0.56s; }
      .main__title span:nth-child(9) {
        transition-delay: 0.64s; }
      .main__title span:nth-child(10) {
        transition-delay: 0.72s; }
      .main__title span:nth-child(11) {
        transition-delay: 0.8s; }
      .main__title span:nth-child(12) {
        transition-delay: 0.88s; }
      .main__title span:nth-child(13) {
        transition-delay: 0.96s; }
      .main__title span:nth-child(14) {
        transition-delay: 1.04s; }
      .main__title span:nth-child(15) {
        transition-delay: 1.12s; }

.about {
  padding-top: 10rem; }
  .about .container {
    display: flex;
    padding-left: 0;
    gap: 4.5rem; }
  .about__img {
    width: 60%;
    height: 35.5rem;
    position: relative; }
  .about-wrap {
    width: 40%; }
  .about .section-title {
    margin-bottom: 6rem; }
  .about .section-text {
    margin-bottom: 2rem; }
  .about__text {
    margin-bottom: 3rem; }
  .about-numbers {
    display: flex;
    gap: 3rem; }
    .about-numbers__item {
      display: flex;
      align-items: flex-end;
      gap: 2rem; }
      .about-numbers__item div {
        font-size: 5rem;
        font-family: "Playfair Display", sans-serif;
        line-height: 1;
        color: #F8F0E8; }
      .about-numbers__item p {
        max-width: 5rem; }
        .about-numbers__item p span {
          display: block; }
          .about-numbers__item p span:first-child {
            margin-bottom: 0.5rem; }

.location {
  padding-top: 13rem; }
  .location-main {
    margin-bottom: 10rem; }
    .location-main .container {
      display: flex;
      gap: 6.5rem; }
  .location-left {
    width: 45.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem; }
  .location-right {
    width: 54.5%;
    position: relative; }
  .location__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8.7rem;
    height: 8.7rem;
    margin-left: -4.35rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    color: #fff;
    border-radius: 50%;
    border: .5rem solid #252525;
    text-align: center; }
    .location__btn:hover {
      border-width: .1rem; }
  .location__img {
    width: 100%; }
    .location__img img {
      width: 100%;
      display: block; }
  .location-sky {
    position: relative;
    height: 45.5rem;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3.25rem; }
    .location-sky__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      overflow: hidden; }
      .location-sky__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        animation: scale 40s linear infinite; }
    .location-sky .section-text {
      max-width: 32.5rem; }

.genplan {
  padding-top: 7rem; }
  .genplan .section-title {
    margin-bottom: 2.5rem; }
  .genplan__img {
    width: 100%;
    display: block;
    height: 45.5rem; }
    .genplan__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.arc {
  padding-top: 8rem; }
  .arc-head {
    text-align: center; }
  .arc .section-title {
    margin-bottom: 4rem; }
  .arc .section-text {
    max-width: 37rem;
    margin: 0 auto 4.4rem; }
  .arc-wrap {
    height: 120rem; }
  .arc__img {
    height: 44rem;
    padding: 0 25vw;
    position: sticky;
    top: 2rem;
    overflow: hidden; }
    .arc__img img {
      width: 100vw;
      height: 100%;
      object-fit: cover;
      display: block; }

.consult {
  padding: 4.5rem 0 7.5rem; }
  .consult-wrap {
    text-align: center;
    max-width: 68rem;
    margin: 0 auto; }
  .consult .section-title {
    margin-bottom: 2rem; }
  .consult .section-text {
    margin-bottom: 4rem; }
  .consult .form {
    flex-direction: row; }
    .consult .form .btn {
      margin-top: 0;
      margin-left: 1rem; }

.infra {
  background: #736C4F;
  position: relative;
  z-index: 1; }
  .infra-main {
    padding: 6rem 0 9rem;
    margin-top: -100vh; }
  .infra .section-title {
    text-align: center;
    margin-bottom: 4.5rem; }
  .infra-head {
    display: flex;
    gap: 5rem;
    margin-bottom: 8rem; }
    .infra-head__item {
      width: 50%;
      display: flex;
      gap: 1.6rem; }
    .infra-head__wrap {
      padding-top: 8rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .infra-head__img {
      width: 17.7rem;
      flex-shrink: 0; }
      .infra-head__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .infra-head .section-title {
      text-align: left;
      margin-bottom: 0; }
      .infra-head .section-title span {
        font-family: "Playfair Display", sans-serif;
        font-size: 1.3em; }
    .infra-head__text div {
      font-size: 2.2rem;
      margin-bottom: 2rem;
      color: #F8F0E8; }
  .infra-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15rem; }
  .infra__title {
    color: #F8F0E8;
    letter-spacing: -0.04em;
    font-size: 9rem;
    position: sticky;
    top: 5rem; }
  .infra-list {
    width: 54.5rem;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2.2rem;
    position: relative; }
  .infra__text {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.5rem;
    font-size: 0.75rem;
    line-height: 1.666; }
  .infra-item {
    width: calc(50% - 1.1rem);
    height: 37.5rem;
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    align-items: flex-end; }
    .infra-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
    .infra-item:nth-child(2n) {
      transform: translateY(11.5rem); }

.plans {
  padding-top: 6rem; }
  .plans .container {
    display: flex;
    gap: 1rem;
    padding-right: 0; }
  .plans .section-title {
    margin-bottom: 2rem; }
  .plans-choose {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-bottom: 0.75rem; }
    .plans-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 4rem;
      width: 10rem;
      border: 1px solid #F8F0E8;
      color: #fff;
      font-size: 1.4rem;
      gap: .2rem;
      background: #191919; }
      .plans-choose li span {
        font-size: 1.2em;
        font-family: "Playfair Display", sans-serif; }
      .plans-choose li:hover {
        color: #F8F0E8; }
      .plans-choose li.active {
        pointer-events: none;
        color: #191919;
        background: #F8F0E8; }
  .plans-side {
    width: 52%; }
  .plans-wrap {
    padding-right: 5rem; }
  .plans-tabs {
    padding-top: 1rem; }
  .plans-tab {
    display: none; }
    .plans-tab:first-child {
      display: block; }
  .plans-item {
    height: calc(16vw - 2rem);
    padding: 2rem;
    background: #EAEAEA;
    cursor: pointer;
    transition: .6s all;
    margin-bottom: 1rem; }
    .plans-item:last-child {
      margin-bottom: 0; }
    .plans-item__img {
      width: 100%;
      height: 100%; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__rooms, .plans-item__name, .plans-item__floors, .plans-item__square {
      display: none; }
    .plans-item.active {
      background: #F8F0E8; }
  .plans-main {
    width: 48%;
    background: #EAEAEA;
    color: #191919;
    margin-top: 1rem;
    padding: 0 2.5rem 2.5rem; }
    .plans-main__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 3rem; }
    .plans-main__rooms div {
      font-family: "Playfair Display", sans-serif;
      font-size: 5rem; }
    .plans-main__info li {
      margin-bottom: .5rem;
      font-size: 1.5rem;
      display: flex;
      align-items: flex-end;
      gap: .5rem; }
      .plans-main__info li p {
        font-size: 1.2em;
        font-family: "Playfair Display", sans-serif; }
      .plans-main__info li:last-child {
        margin-bottom: 0; }
    .plans-main__img {
      height: 27rem;
      padding: 0 1.5rem; }
      .plans-main__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.lobby {
  padding-top: 10.5rem; }
  .lobby .container {
    padding-left: 0;
    display: flex;
    gap: 6rem; }
  .lobby-left {
    width: calc(55% - 3rem);
    position: relative; }
  .lobby-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 2; }
    .lobby-arrows span {
      color: #fff;
      background: #191919; }
      .lobby-arrows span:hover {
        background: #F8F0E8;
        color: #191919; }
  .lobby-slider__item {
    height: 38.5rem; }
    .lobby-slider__item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .lobby-right {
    width: calc(45% - 3rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .lobby .section-text {
    max-width: 37rem; }

.parking {
  padding-top: 10.5rem;
  overflow: hidden; }
  .parking .container {
    display: flex;
    gap: 3.3rem;
    align-items: center; }
  .parking-left {
    width: 31.5rem;
    flex-shrink: 0; }
  .parking .section-title {
    margin-bottom: 3rem; }
  .parking__number {
    font-size: 28vw;
    color: #252525;
    font-family: "Playfair Display", sans-serif;
    line-height: 0;
    transform: scale(15);
    transform-origin: center left;
    transition: 1s all;
    opacity: 0; }
    .parking__number.active {
      transform: none;
      opacity: 1; }
  .parking-car {
    position: relative;
    width: 75rem;
    margin-left: calc(100% - 75rem);
    transition: 2s all;
    transform: translateX(100%); }
    .parking-car__img {
      width: 100%;
      display: block; }
    .parking-car__wheel {
      position: absolute;
      width: 16%;
      display: block;
      bottom: 7%;
      animation: wheel 2s linear infinite; }
    .parking-car__light {
      position: absolute;
      bottom: 55.8%;
      left: 6%;
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff; }
      .parking-car__light.active {
        animation: carLight .4s ease-out 2; }
    .parking-car #wheel1 {
      left: 12%; }
    .parking-car #wheel2 {
      left: 72%; }

.news {
  padding-top: 11rem; }
  .news .section-title {
    margin-bottom: 1.5rem; }
  .news-arrows {
    margin-bottom: 2.2rem; }
  .news-item {
    background: #fff;
    cursor: pointer;
    color: #191919;
    text-transform: uppercase;
    transition: .6s all; }
    .news-item:hover {
      background: #F8F0E8; }
      .news-item:hover .news-item__btn {
        background: #191919;
        color: #fff; }
    .news-item__img {
      height: 17rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__wrap {
      padding: 1.5rem 2rem 2rem; }
    .news-item__tag {
      font-size: 0.7rem;
      color: #858585;
      margin-bottom: 0.75rem; }
    .news-item__title {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      height: 7.5rem;
      margin-bottom: 2rem; }
    .news-item__text {
      display: none; }
    .news-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .news-item__date {
      font-size: 0.7rem; }
    .news-item__btn {
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #191919;
      color: #191919;
      background: #F8F0E8;
      border-radius: 50%;
      transition: .6s all; }
      .news-item__btn svg {
        width: 0.45rem; }
  .news-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
    color: #fff; }
    .news-popup__close {
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      background: #fff;
      color: #191919;
      top: 0;
      right: 0; }
      .news-popup__close:hover {
        background: #F8F0E8; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #191919;
      box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
      width: 70rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      display: flex;
      gap: 1.1rem;
      max-height: calc(100svh - 5rem);
      overflow: auto;
      line-height: 1.4; }
      .news-popup__content strong {
        font-weight: 500; }
    .news-popup__img {
      width: 45%;
      position: sticky;
      top: 0; }
      .news-popup__img img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: 87vh; }
    .news-popup__wrap {
      width: 55%; }
    .news-popup__title {
      font-size: 1.8rem;
      font-weight: 400;
      margin-bottom: 1.5rem;
      padding-right: 2rem;
      color: #F8F0E8; }

.footer {
  padding: 8.5rem 0 3rem;
  font-weight: 500;
  color: #929293;
  font-size: 0.7rem;
  text-transform: uppercase; }
  .footer-main {
    display: flex;
    justify-content: space-between; }
  .footer-wrap {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.5rem; }
  .footer__phone span {
    display: block;
    margin-bottom: 0.9rem; }
  .footer__phone a {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    line-height: 0.8;
    font-family: "Playfair Display", sans-serif; }
    .footer__phone a:hover {
      color: #F8F0E8; }
  .footer-location__title {
    margin-bottom: 0.8rem; }
  .footer-location__wrap {
    color: #fff;
    display: flex;
    align-items: center; }
    .footer-location__wrap div {
      width: 13.5rem; }
    .footer-location__wrap a {
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: .55rem; }
      .footer-location__wrap a svg {
        width: 0.85rem; }
      .footer-location__wrap a span {
        border-bottom: 1px solid; }
      .footer-location__wrap a:hover {
        color: #F8F0E8; }
  .footer-worktime {
    display: flex;
    align-items: flex-end; }
    .footer-worktime__text {
      width: 13.5rem; }
      .footer-worktime__text div {
        margin-bottom: 0.4rem; }
        .footer-worktime__text div:last-child {
          margin-bottom: 0; }
    .footer-worktime__inst {
      color: #fff;
      width: 1.15rem;
      display: inline-flex; }
      .footer-worktime__inst svg {
        width: 100%;
        height: auto; }
      .footer-worktime__inst:hover {
        color: #F8F0E8; }
  .footer__logo {
    text-align: center; }
    .footer__logo img {
      display: inline-block;
      width: 13.6rem; }
  .footer-copy {
    text-align: center; }
  .footer__text {
    font-size: 0.6rem;
    text-transform: none; }
  .footer-logos {
    display: flex;
    gap: 2rem; }
    .footer-logos img {
      width: 6.5rem; }
  .footer-links {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .footer-links__wrap {
      display: flex;
      gap: .8rem; }
  .footer__novas a {
    color: #929293; }
    .footer__novas a:hover {
      color: #F8F0E8; }
  .footer__down {
    height: 2rem;
    padding-left: 0.6rem;
    padding-right: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    color: #191919;
    background: #F8F0E8;
    border-radius: 2rem;
    gap: .35rem;
    text-transform: uppercase; }
    .footer__down img {
      width: 1.1rem; }
    .footer__down:hover {
      background: #fff; }
  .footer__top {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F8F0E8;
    border-radius: 50%; }
    .footer__top img {
      width: 0.75rem; }
    .footer__top:hover {
      background: #fff; }

@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; }

  .infra__title {
    font-size: 7.5rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .header-menu {
    gap: 2.5rem;
    margin-right: 1rem; }

  .container {
    padding: 0 3rem; }

  .infra-head {
    gap: 3rem; } }
@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; } }
@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 3rem; }

  .lines svg {
    animation-duration: 20s; }

  .tel-popup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    position: fixed;
    bottom: 3rem;
    right: 1.5rem;
    z-index: 5;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background: #191919;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulse-btn 2s infinite; }
    .tel-popup svg {
      width: 1rem;
      height: 1rem; }

  .header {
    padding: 1rem 0; }
    .header-menu {
      display: none; }
    .header-lang, .header__btn {
      display: none; }
    .header-mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #fff;
      color: #fff;
      width: 2.8rem;
      height: 2.8rem;
      border-radius: 50%; }
      .header-mobile svg {
        width: 1.2rem; }

  .main {
    height: 55rem; }
    .main__text {
      margin-bottom: 1.5rem; }

  .about {
    padding-top: 6rem; }
    .about .container {
      flex-direction: column-reverse;
      padding-left: 3rem;
      gap: 3rem; }
    .about .section-title {
      margin-bottom: 3rem; }
    .about__img {
      width: 100%;
      height: calc(70vw - 6rem); }
    .about-wrap {
      width: 100%; }

  .location {
    padding-top: 8rem; }
    .location-main {
      margin-bottom: 6rem; }
      .location-main .container {
        flex-direction: column; }
    .location-left {
      width: 100%; }
    .location-right {
      width: 100%; }
    .location__btn {
      transform: translateX(-50%);
      top: -4.35rem;
      left: 50%;
      margin-left: 0; }

  .genplan__img {
    overflow: auto;
    height: auto; }
    .genplan__img::-webkit-scrollbar {
      display: none; }
    .genplan__img img {
      max-width: none;
      width: 150svh;
      height: 70svh; }

  .arc {
    padding-top: 6rem; }
    .arc .section-title {
      margin-bottom: 3rem; }
    .arc-wrap {
      height: auto; }
    .arc__img {
      height: 35rem; }
    .arc .mouse-wrap {
      display: none; }

  .infra-main {
    padding-bottom: 6rem; }
  .infra .section-title {
    margin-bottom: 3rem; }
  .infra-head {
    flex-direction: column;
    margin-bottom: 6rem; }
    .infra-head__item {
      width: 100%; }
  .infra__title {
    position: static; }
  .infra-block {
    flex-direction: column; }
  .infra-list {
    width: 100%; }
  .infra__text {
    width: 20rem; }
  .infra-item {
    height: 30rem; }

  .plans .container {
    flex-direction: column;
    padding-right: 3rem; }
  .plans-side {
    width: 100%; }
  .plans-wrap {
    padding-right: 0; }
  .plans-item {
    height: calc(32vw - 2rem);
    padding: 1.5rem; }
  .plans-main {
    width: 100%; }

  .lobby {
    padding-top: 6rem; }
    .lobby .container {
      padding-left: 3rem;
      flex-direction: column-reverse; }
    .lobby-right {
      width: 100%;
      gap: 3rem; }
    .lobby-left {
      width: 100%; }

  .parking {
    padding-top: 6rem; }
    .parking .container {
      flex-direction: column;
      gap: 5rem; }
    .parking-left {
      align-self: flex-start; }
    .parking__number {
      font-size: 35vw; }
    .parking-car {
      width: 90%;
      margin-left: 10%;
      margin-top: 4rem; }

  .news {
    padding-top: 6rem; }
    .news-popup__content {
      display: block; }
    .news-popup__close {
      transform: none;
      right: 0;
      top: 0;
      width: 3rem;
      height: 3rem; }
    .news-popup__img {
      width: 100%;
      position: static; }
    .news-popup__title {
      padding-right: 0;
      font-size: 1.4rem; }
    .news-popup__wrap {
      width: 100%;
      padding-top: 1rem; }

  .footer {
    padding: 5rem 0 5rem;
    position: relative;
    font-size: 0.8rem; }
    .footer-main {
      flex-direction: column;
      gap: 3rem; }
    .footer-wrap {
      width: 100%; }
      .footer-wrap:nth-child(2) {
        order: -999; }
    .footer-copy {
      position: absolute;
      bottom: 2rem;
      left: 0;
      width: 100%; }
    .footer__text {
      font-size: 0.8rem;
      max-width: 30rem; }
    .footer__down {
      height: 2.5rem;
      font-size: 0.75rem; }
      .footer__down img {
        width: 1.5rem; }
    .footer-worktime__inst {
      width: 1.5rem; }
    .footer__top {
      height: 2.5rem;
      width: 2.5rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2.2rem; }

  .section-text {
    font-size: 1.1rem; }

  body {
    font-size: 0.9rem; }

  .preloader-logo {
    gap: 1.55rem; }
    .preloader-logo__ico {
      width: 4.8rem; }
    .preloader-logo__words {
      width: 9rem; }

  .mobile-menu .container {
    padding: 0.75rem 1rem 4rem; }
  .mobile-menu__logo {
    width: 7rem; }
  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem; }
  .mobile-menu__lang {
    font-size: 1.1rem; }
  .mobile-menu__list {
    font-size: 1.4rem; }
    .mobile-menu__list li {
      margin-bottom: 1.3rem; }

  .tel-popup {
    right: 0.5rem;
    bottom: 2rem; }

  .feedback-content {
    width: calc(100% - 2rem);
    padding: 2rem 1rem; }

  .header {
    padding: 0.75rem 0; }
    .header__logo {
      width: 7rem; }
    .header-wrap {
      gap: 1rem; }
    .header-mobile {
      width: 2.5rem;
      height: 2.5rem; }
    .header.scrolled {
      padding: 0.75rem 0; }

  .main {
    height: 40rem; }
    .main__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      content: ''; }
    .main__text {
      flex-direction: column;
      align-items: center;
      margin-bottom: 1rem; }
      .main__text p {
        max-width: none; }

  .about {
    padding-top: 5rem; }
    .about .section-title {
      margin-bottom: 2rem; }
    .about .container {
      padding-left: 1rem;
      gap: 2.5rem; }
    .about-numbers {
      flex-direction: column;
      gap: 1.5rem; }
    .about__img {
      margin-left: -1rem;
      width: 100vw;
      height: 70vw; }

  .location {
    padding-top: 5rem; }
    .location-main {
      margin-bottom: 4rem; }
    .location .container {
      gap: 4.5rem; }
    .location__btn {
      font-size: 0.7rem;
      width: 6rem;
      height: 6rem;
      border-width: .3rem;
      top: -3rem; }
    .location-sky {
      height: 30rem;
      padding-bottom: 2rem; }

  .genplan {
    padding-top: 5rem; }
    .genplan .section-title {
      margin-bottom: 1rem; }

  .arc {
    padding-top: 5rem; }
    .arc .section-title {
      margin-bottom: 2rem; }
    .arc__img {
      height: 20rem; }

  .consult {
    padding: 4rem 0 5rem; }
    .consult .section-title {
      font-size: 1.7rem; }
    .consult .section-text {
      margin-bottom: 2rem; }
    .consult .form {
      flex-direction: column; }
      .consult .form .btn {
        margin-left: 0;
        margin-top: 1rem; }

  .infra-main {
    padding: 5rem 0; }
  .infra .section-title {
    margin-bottom: 2rem; }
  .infra-head {
    gap: 2rem;
    margin-bottom: 4rem; }
    .infra-head__item {
      flex-direction: column; }
    .infra-head__wrap {
      padding-top: 0; }
    .infra-head .section-title {
      margin-bottom: 1rem; }
    .infra-head__text div {
      font-size: 1.6rem;
      margin-bottom: 1.2rem; }
    .infra-head__img {
      width: 100%;
      height: 30rem; }
      .infra-head__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .infra-block {
    margin-bottom: 3rem; }
  .infra__title {
    font-size: 4rem;
    margin-bottom: 2rem; }
  .infra-list {
    gap: 1rem; }
  .infra-item {
    width: calc(50% - .5rem);
    height: calc(65vw - 1rem);
    padding: 1rem .5rem; }
    .infra-item:nth-child(2n) {
      transform: translateY(2rem); }
    .infra-item__name {
      font-size: .85rem; }
  .infra__text {
    position: static;
    margin-top: 2rem; }

  .plans {
    padding-top: 5rem; }
    .plans .container {
      padding-right: 1rem; }
    .plans-choose {
      margin-bottom: 1.5rem; }
      .plans-choose li {
        font-size: 1rem;
        height: 3rem;
        width: 7rem; }
    .plans-item {
      padding: 2rem;
      height: calc(50vw - 1.5rem); }
    .plans-main {
      padding: 0 1rem 1rem; }
      .plans-main__head {
        margin-bottom: 2rem;
        gap: 2rem; }
      .plans-main__rooms div {
        font-size: 3rem; }
      .plans-main__info {
        flex-shrink: 0; }
        .plans-main__info li {
          font-size: 1.1rem; }
      .plans-main__img {
        height: 22rem;
        padding: 1rem; }
        .plans-main__img img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: contain; }

  .lobby {
    padding-top: 5rem; }
    .lobby .container {
      padding-left: 1rem;
      gap: 3rem; }
    .lobby-right {
      gap: 2rem; }
    .lobby-slider__item {
      height: 24rem; }

  .parking {
    padding-top: 5rem; }
    .parking-left {
      width: 100%; }
    .parking .container {
      gap: 3rem; }
    .parking .section-title {
      margin-bottom: 2rem; }
    .parking-car {
      width: 100%;
      margin-left: 0;
      margin-top: 3rem; }

  .news {
    padding-top: 5rem; }
    .news-item__img {
      height: 14rem; }
    .news-item__wrap {
      padding: 1.5rem; }
    .news-item__tag, .news-item__date {
      font-size: 0.8rem; }

  .footer__logo img {
    width: 10rem; }
  .footer-logos {
    justify-content: center; }
  .footer-links {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.2rem; } }
@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 */
