@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Semibold.woff2") format("woff2"), url("fonts/Manrope-Semibold.woff") format("woff"), url("fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  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: 'Manrope', sans-serif;
  font-size: 0.9rem;
  color: #293D3E; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

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

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background: url(../img/icons/btn.png) center center no-repeat;
  background-size: cover;
  border-radius: .25rem;
  height: 2.2rem;
  padding: 0 1rem;
  min-width: 10.2rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 0.85rem; }
  .btn:hover {
    box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.34); }

.section-title {
  line-height: 1.33;
  font-size: 2.4rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background: url(../img/icons/title.png) center center no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.section-text {
  line-height: 1.55; }
  .section-text span {
    font-weight: 600; }

.white-title {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  text-transform: uppercase; }

.form > input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCE4E8;
  padding-bottom: 0.7rem;
  margin-bottom: 2rem;
  color: #0E2930;
  width: 100%; }
  .form > input::placeholder {
    color: #95A1A4; }
  .form > input:focus, .form > input:hover {
    border-color: #0E2930; }
.form label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: .6rem;
  font-size: 0.8rem;
  color: #0E2930;
  margin: -0.5rem 0 2.2rem; }
  .form label input {
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #0E2930;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex-shrink: 0; }
    .form label input::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background: #0E2930;
      content: '';
      transition: .6s all;
      opacity: 0; }
    .form label input:checked::after {
      opacity: 1; }
.form .btn {
  min-width: 11.6rem;
  height: 2.5rem; }

.arrows {
  display: flex;
  gap: 1.2rem; }
  .arrows span {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #fff;
    color: #0E2930;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border-radius: 50%; }
    .arrows span svg {
      width: 1.2rem;
      height: auto; }
    .arrows span:hover {
      background: #9AB2B6;
      border-color: #9AB2B6; }

.video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  cursor: pointer; }
  .video__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.6rem;
    border-radius: 50%;
    height: 2.6rem;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    border: 1px solid #fff; }
    .video__close:hover {
      color: #fff;
      background: #0E2930; }
    .video__close svg {
      width: .5rem;
      height: .5rem; }
  .video__main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
    height: 90svh;
    object-fit: cover;
    display: block;
    aspect-ratio: 16/9;
    max-width: 90vw; }
    .video__main .plyr {
      width: 100%;
      height: 100%; }
    .video__main video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }

.empty-block {
  height: 6rem;
  background: #0E2930; }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  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 svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 0; } }
@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0); }
  50% {
    transform: translate3d(0, 5px, 0); } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: radial-gradient(ellipse at center, #fffeea 0%, #fffeea 35%, #B7E8EB 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem; }
  .preloader__logo {
    width: 11.5rem; }
    .preloader__logo img {
      width: 100%;
      display: block; }
  .preloader .ocean {
    height: 5rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871; }
  .preloader .wave {
    background: url(../img/icons/wave.svg) repeat-x;
    background-size: 80rem;
    position: absolute;
    top: -9.8rem;
    width: 320rem;
    height: 10rem;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0); }
  .preloader .wave:nth-of-type(2) {
    top: -8.75rem;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1; }

.popup-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .popup-slider__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.6rem;
    border-radius: 50%;
    height: 2.6rem;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    border: 1px solid #fff; }
    .popup-slider__close:hover {
      color: #fff;
      background: #0E2930; }
    .popup-slider__close svg {
      width: .5rem;
      height: .5rem; }
  .popup-slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1; }
    .popup-slider__item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      z-index: -1;
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); }
    .popup-slider__item img {
      display: block;
      width: 90% !important;
      height: 100%;
      object-fit: contain; }
  .popup-slider__arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8rem;
    z-index: 2; }
    .popup-slider__arrows span:hover {
      background: #0E2930;
      color: #fff; }

.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;
  background: #fff;
  border-radius: 50%;
  animation: pulse-btn 2s infinite;
  color: #0E2930;
  border: 1px solid #0E2930; }
  .tel-popup svg {
    width: 1.4rem; }
  .tel-popup:hover {
    color: #8E4727;
    border-color: #8E4727; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  cursor: pointer; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.1rem;
    background: #fff;
    width: 24rem;
    cursor: default; }
  .feedback .section-title {
    margin-bottom: 1.2rem;
    font-size: 1.75rem;
    text-align: center; }
  .feedback__text {
    text-align: center;
    line-height: 1.4; }
  .feedback-form {
    margin: 1.5rem 0 0.8rem;
    font-size: 0.9rem; }
    .feedback-form .btn {
      width: 100%;
      height: 3rem; }
    .feedback-form label {
      font-size: 0.75rem; }
  .feedback__agree {
    font-size: 0.7rem;
    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: 4.3rem 0 3.2rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 10rem; }

.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: 50vw;
    background: #0E2930;
    color: #fff;
    height: 100%;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: .8s all;
    transition-delay: 0s;
    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 {
    font-size: 1.5rem;
    font-family: "Gilroy", sans-serif; }
    .menu__list li {
      margin-bottom: 1rem; }
      .menu__list li a {
        color: #fff;
        text-transform: uppercase;
        border-bottom: .1rem solid transparent; }
        .menu__list li a:hover {
          border-color: #fff; }
      .menu__list li:last-child {
        margin-bottom: 0; }
  .menu__lang {
    display: none; }
  .menu.active .menu-content {
    transform: none;
    transition-delay: .5s; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 5rem;
  z-index: 6;
  font-size: 0.8rem;
  transition: .6s all;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header-mobile {
    display: none; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9rem; }
    .header__logo img {
      width: 100%;
      display: block; }
    .header__logo-sliced {
      width: 3.8rem; }
      .header__logo-sliced img {
        width: 100%;
        display: block; }
  .header__menu {
    color: #293D3E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    gap: .5rem;
    text-transform: uppercase; }
    .header__menu svg {
      width: 3rem; }
    .header__menu:hover {
      color: #8E4727; }
  .header__choose {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0E2930;
    color: #fff;
    height: 2.2rem;
    padding: 0 1rem;
    min-width: 12.5rem;
    border-radius: .25rem; }
    .header__choose:hover {
      background: #8E4727; }
  .header-social {
    display: flex;
    gap: 2rem; }
    .header-social li {
      display: inline-flex; }
    .header-social a {
      display: inline-flex;
      color: #0E2930;
      width: 1.1rem; }
      .header-social a:hover {
        color: #8E4727; }
      .header-social a svg {
        width: 100%; }
  .header__tel {
    font-size: 1.05rem;
    color: #293D3E; }
    .header__tel:hover {
      color: #8E4727; }
  .header-lang {
    position: relative;
    text-transform: uppercase; }
    .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;
      text-transform: capitalize; }
      .header-lang__btn img {
        width: .5rem;
        margin-left: 0.35rem; }
    .header-lang__list {
      position: absolute;
      top: 1.5rem;
      width: 4.5rem;
      padding: 1rem;
      background: #0E2930;
      border: 1px solid rgba(255, 255, 255, 0.3);
      backdrop-filter: blur(20px);
      display: none; }
      .header-lang__list a {
        margin-bottom: 0.5rem;
        color: #fff;
        display: block; }
        .header-lang__list a:hover {
          color: #8E4727; }
        .header-lang__list a.current {
          position: relative; }
          .header-lang__list a.current::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            right: 0;
            width: 0.25rem;
            height: 0.25rem;
            border-radius: 50%;
            background: #fff; }
        .header-lang__list a:last-child {
          margin-bottom: 0; }
  .header-feedback {
    border-left: 1px solid #A6ADAE;
    margin-left: -0.5rem;
    padding: .3rem 0 .3rem 1.5rem; }
    .header-feedback a {
      color: #0E2930;
      font-weight: 600;
      text-transform: uppercase; }
      .header-feedback a:hover {
        color: #8E4727; }
  .header.hide {
    transform: translateY(-100%);
    box-shadow: none; }

.main {
  height: 100svh;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .main-content {
    max-width: 40rem; }
  .main__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .main__text {
    font-size: 1.1rem;
    margin-bottom: 1.5rem; }
  .main__btn {
    height: 2.9rem;
    min-width: 12rem; }
  .main__video {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8.3rem;
    height: 8.3rem;
    border-radius: 50%;
    background: url(../img/icons/btn-video.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
    animation: pulse-btn 2s infinite; }

.about-top {
  padding: 4rem 0 5rem; }
  .about-top .container {
    display: flex;
    justify-content: space-evenly; }
  .about-top__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .9rem;
    font-size: 1rem; }
    .about-top__item img {
      width: 3rem; }
.about-main .container {
  display: flex;
  gap: 6rem;
  padding-right: 0; }
.about-wrap {
  width: 45.5%; }
.about .section-title {
  margin-bottom: 2.5rem; }
.about .section-text {
  max-width: 26rem; }
.about-info {
  margin: 1.7rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0; }
  .about-info li {
    width: 45%;
    display: flex;
    gap: .7rem;
    align-items: center;
    font-weight: 600;
    font-family: "Gilroy", sans-serif; }
    .about-info li:nth-child(2n) {
      width: 55%; }
    .about-info li img {
      width: 1.9rem; }
.about__btn {
  margin-top: 1.7rem; }
.about__images {
  width: 54.5%;
  display: flex;
  align-items: center; }
  .about__images img {
    display: block; }
    .about__images img:nth-child(1) {
      width: 43%;
      position: relative;
      z-index: 1;
      margin-right: -14%; }
    .about__images img:nth-child(2) {
      width: 71%; }

.location {
  padding-top: 4.1rem; }
  .location .section-title {
    margin: 0 auto;
    max-width: 46.5rem;
    text-align: center; }
  .location-info {
    margin: 0 auto 2.5rem;
    max-width: 70rem;
    box-shadow: 0 1.9rem 1.25rem rgba(0, 0, 0, 0.04), 0 1rem 0.65rem rgba(0, 0, 0, 0.035), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.027), 0 0.1rem 0.15rem rgba(0, 0, 0, 0.01);
    padding: 3.5rem 4rem 3rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    font-size: 0.95rem;
    overflow: hidden; }
    .location-info__item {
      max-width: 25rem; }
      .location-info__item:last-child {
        max-width: 22.5rem; }
        .location-info__item:last-child ul li {
          margin-bottom: 1.4rem; }
    .location-info__text {
      line-height: 1.35;
      margin-bottom: 2.5rem; }
    .location-info__list {
      font-weight: 500;
      font-family: "Gilroy", sans-serif;
      padding-left: 1rem; }
      .location-info__list li {
        margin-bottom: 2.5rem;
        display: list-item; }
        .location-info__list li:last-child {
          margin-bottom: 0 !important; }
  .location__map {
    height: 40.5rem; }
    .location__map #locationMap {
      width: 100%;
      height: 100%; }
  .location-wrap {
    position: relative;
    z-index: 2;
    margin-top: -14rem; }
  .location-btn {
    text-align: center;
    margin-bottom: 0.8rem; }
    .location-btn a {
      height: 3.5rem;
      min-width: 13.6rem;
      gap: 1.3rem;
      padding-left: 0.5rem;
      justify-content: flex-start;
      border-radius: 2rem;
      font-size: 1rem; }
      .location-btn a img {
        width: 2.5rem; }
  .location-time {
    box-shadow: 0 1.9rem 1.25rem rgba(0, 0, 0, 0.04), 0 1rem 0.65rem rgba(0, 0, 0, 0.035), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.027), 0 0.1rem 0.15rem rgba(0, 0, 0, 0.01);
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 0 6rem 2.3rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    font-family: "Gilroy", sans-serif;
    position: relative;
    z-index: 1; }
    .location-time::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5.2rem;
      background: url(../img/icons/location.png) center center no-repeat;
      background-size: cover;
      content: '';
      z-index: -1; }
    .location-time__col {
      width: 40%; }
    .location-time__title {
      height: 5.2rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 1.1rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 1.3rem; }
      .location-time__title img {
        width: 2.25rem; }
    .location-time__item {
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      gap: 2.4rem; }
      .location-time__item:last-child {
        margin-bottom: 0; }
    .location-time__min {
      text-align: center;
      color: #293D3E;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 1; }
      .location-time__min span {
        display: block;
        font-size: 0.7rem;
        text-transform: uppercase; }
    .location-time__text {
      display: list-item;
      font-weight: 500;
      font-size: 0.95rem; }

.consult {
  padding-top: 6rem; }
  .consult-card {
    height: 30rem;
    position: relative;
    z-index: 1; }
  .consult__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .consult__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .consult__logo {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: 9.5rem; }
    .consult__logo img {
      width: 100%;
      display: block; }
    .consult__logo-white img {
      filter: brightness(0) invert(1); }
  .consult-main {
    position: absolute;
    right: 6rem;
    top: -0.5rem;
    height: calc(100% + 2rem);
    background: #FFF;
    box-shadow: 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
    width: 28.5rem;
    padding: 3rem 2rem 2rem; }
  .consult .section-title {
    font-size: 1.7rem;
    line-height: 1.47;
    margin-bottom: 1.2rem; }
  .consult .section-text {
    margin-bottom: 1.7rem; }
  .consult-form {
    max-width: 21rem; }
  .consult__error {
    color: red;
    font-size: 0.8rem;
    position: absolute;
    margin-top: -1.7rem;
    display: none; }
  .consult-download .consult-main {
    padding-top: 2rem; }
  .consult-download .section-title {
    margin-bottom: 0.5rem; }

.arc {
  padding-top: 13.5rem;
  background: url(../img/arc/bg.png) bottom center no-repeat;
  background-size: contain; }
  .arc .container {
    display: flex;
    gap: 7rem;
    align-items: flex-end; }
  .arc-wrap {
    width: 47%; }
    .arc-wrap__img {
      max-width: 28rem; }
      .arc-wrap__img img {
        width: 100%;
        display: block; }
  .arc .section-title {
    margin-bottom: 2.25rem; }
  .arc-info__item {
    margin-bottom: 2rem; }
  .arc-info p {
    font-size: 1rem;
    margin-bottom: 0.9rem; }
  .arc-info ul {
    font-family: "Gilroy", sans-serif;
    color: #0E2930;
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3.5rem;
    padding-left: 1.2rem; }
    .arc-info ul li {
      display: list-item; }
  .arc__img {
    width: 53%; }
    .arc__img img {
      width: 100%;
      display: block; }

.aparts {
  padding: 6rem 0 4rem;
  text-align: center; }
  .aparts .section-title {
    display: inline-block;
    margin-bottom: 3.5rem; }
  .aparts-item {
    position: relative;
    height: 30.5rem;
    cursor: pointer; }
    .aparts-item:hover .aparts-item__ico {
      opacity: 1; }
    .aparts-item:hover .aparts-item__name {
      border-color: #fff; }
    .aparts-item__img {
      width: 100%;
      height: 100%; }
      .aparts-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .aparts-item__ico {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 5rem;
      transition: .6s all;
      opacity: 0; }
      .aparts-item__ico img {
        width: 100%;
        display: block; }
    .aparts-item__name {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1.5rem;
      font-family: "Gilroy", sans-serif;
      font-weight: 500;
      font-size: 1.5rem;
      color: #fff;
      transition: .6s all;
      z-index: 2;
      text-transform: uppercase;
      border-bottom: 2px solid transparent; }
  .aparts-arrows {
    margin-top: 2.5rem;
    justify-content: flex-end; }
    .aparts-arrows span {
      border-color: #0E2930; }
      .aparts-arrows span:hover {
        background: #0E2930;
        color: #fff;
        border-color: #0E2930; }

.genplan {
  height: 48.5rem;
  position: relative;
  overflow: hidden; }
  .genplan-head {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: 4rem;
    left: 0;
    width: 100%; }
  .genplan-scroll {
    position: relative; }
  .genplan__img {
    width: 100%;
    height: 48.5rem;
    position: relative; }
    .genplan__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .genplan__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      z-index: 1;
      background: linear-gradient(to bottom, rgba(14, 41, 48, 0.9) 0%, rgba(14, 41, 48, 0.6) 10%, rgba(14, 41, 48, 0.3) 15%, rgba(14, 41, 48, 0) 20%); }
    .genplan__img svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .genplan__img svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        cursor: pointer; }
        .genplan__img svg path:hover {
          opacity: 1;
          animation: none; }
  .genplan-dots li {
    position: absolute;
    z-index: 2;
    font-size: 0.7rem;
    color: #0E2930;
    width: 2.65rem;
    height: 2.65rem;
    pointer-events: none;
    background: url(../img/icons/dots.svg) center center no-repeat;
    background-size: contain;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%); }
  .genplan-info {
    width: 11.2rem;
    height: 10.3rem;
    background: #D2C1A9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #0E2930;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(1rem, -2rem);
    z-index: 4; }
    .genplan-info__type {
      align-self: flex-end;
      font-family: "Gilroy", sans-serif;
      font-size: 2.2rem; }
    .genplan-info::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .5rem .75rem .5rem 0px;
      border-color: transparent #D2C1A9 transparent transparent;
      position: absolute;
      top: 1rem;
      left: -.7rem;
      content: ''; }
    .genplan-info.active {
      opacity: 1;
      visibility: visible; }
  .genplan-main {
    position: absolute;
    right: 0;
    top: 0;
    width: 37rem;
    height: 100%;
    background: #D2C1A9;
    z-index: 3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: .7s all ease-in-out; }
    .genplan-main.active {
      transform: translateX(0); }
  .genplan-top {
    height: 3.3rem;
    display: flex;
    justify-content: flex-end; }
  .genplan__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 3.3rem;
    height: 3.3rem; }
    .genplan__close svg {
      width: 1.3rem;
      height: auto; }
    .genplan__close:hover {
      color: #8E4727; }
  .genplan-arrows {
    position: absolute;
    width: 100%;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
    gap: 17.8rem;
    top: 9.3rem;
    opacity: 0; }
    .genplan-arrows span {
      pointer-events: auto;
      background: #0E2930;
      color: #fff;
      border-color: #0E2930; }
    .genplan-arrows.active {
      opacity: 1;
      transition: .5s all ease-in-out; }
  .genplan-list {
    opacity: 0; }
    .genplan-list.active {
      opacity: 1;
      transition: .5s all ease-in-out; }
  .genplan-item {
    display: none; }
    .genplan-item__slider {
      height: 14.2rem; }
    .genplan-item__img {
      height: 14.2rem; }
      .genplan-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .genplan-item__text {
      margin-top: .75rem;
      padding: 0 3.5rem;
      line-height: 1.25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      height: 6.25rem; }
    .genplan-item__info {
      padding: 0 3.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem 0;
      font-size: 1rem;
      margin: 1rem 0 1.5rem; }
      .genplan-item__info li {
        width: 50%; }
        .genplan-item__info li:nth-child(1), .genplan-item__info li:nth-child(2) {
          padding-bottom: 1rem;
          position: relative; }
          .genplan-item__info li:nth-child(1)::after, .genplan-item__info li:nth-child(2)::after {
            content: '';
            max-width: 10rem;
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: linear-gradient(to right, rgba(154, 178, 182, 0) 0%, #0e2930 50%, rgba(154, 178, 182, 0) 100%); }
      .genplan-item__info div {
        text-transform: uppercase;
        font-family: "Gilroy", sans-serif;
        font-size: 2rem;
        font-weight: 500; }
  .genplan-consult {
    background: url(../img/icons/genplan.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1.3rem 3.5rem;
    flex-grow: 1; }
    .genplan-consult__title {
      font-size: 1.25rem;
      margin-bottom: 1.5rem; }
    .genplan-consult__form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.5rem; }
      .genplan-consult__form input {
        width: calc(50% - .75rem);
        margin-bottom: 0;
        color: #fff; }
        .genplan-consult__form input::placeholder {
          color: rgba(255, 255, 255, 0.8); }
      .genplan-consult__form .btn {
        background: #fff;
        color: #0E2930; }

.infra {
  padding: 2rem 0 5rem;
  position: relative;
  z-index: 1;
  color: #fff; }
  .infra__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .infra__bg::after {
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); }
    .infra__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .infra-head {
    text-align: center;
    margin-bottom: 3.3rem; }
  .infra__subtitle {
    height: 1.4rem;
    border-radius: 2rem;
    background: #fff;
    color: #0E2930;
    padding: 0 1rem;
    font-size: 0.6rem;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.7rem; }
  .infra .white-title {
    margin: 0 auto;
    max-width: 30rem; }
  .infra .container {
    padding-right: 0; }
  .infra-main {
    display: flex;
    gap: 2rem; }
  .infra-info {
    width: 25%;
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .infra__title {
    font-size: 1.45rem;
    margin-bottom: 1.1rem;
    font-family: "Gilroy", sans-serif; }
  .infra__text {
    font-size: 0.8rem;
    line-height: 1.5; }
  .infra-wrap {
    opacity: 0;
    transform: translateY(1rem);
    transition: .6s all; }
    .infra-wrap.active {
      opacity: 1;
      transform: none; }
  .infra-arrows {
    gap: .9rem; }
    .infra-arrows span {
      color: #fff;
      border-color: #fff;
      background: transparent; }
      .infra-arrows span:hover {
        background: #fff;
        color: #0E2930; }
  .infra-slider {
    width: 75%; }
    .infra-slider__item {
      margin-right: 2.5rem;
      height: 27rem;
      width: 45vw; }
    .infra-slider__img {
      width: 100%;
      height: 100%; }
      .infra-slider__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .infra-slider__title, .infra-slider__text {
      display: none; }

.advantages {
  padding: 2.5rem 0 5.5rem; }
  .advantages__title {
    margin: 0 auto 3rem;
    text-align: center;
    max-width: 24rem; }
  .advantages-main {
    height: 44.5rem;
    background: url(../img/advantages/main.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 7.5rem;
    margin-bottom: 3rem; }
  .advantages-content {
    max-width: 34rem; }
  .advantages .white-title {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1.1rem; }
  .advantages-item {
    display: flex;
    position: relative;
    z-index: 1; }
    .advantages-item:nth-child(even) {
      flex-direction: row-reverse; }
      .advantages-item:nth-child(even) .advantages-item__img {
        clip-path: inset(0 100% 0 0); }
    .advantages-item:nth-child(3) .advantages-item__bg {
      bottom: -5.5rem; }
    .advantages-item__img {
      width: 50%;
      height: 30.5rem;
      overflow: hidden;
      will-change: clip-path;
      clip-path: inset(0 0 0 100%);
      transition: 1.5s all; }
      .advantages-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .advantages-item__wrap {
      width: 50%;
      position: relative;
      z-index: 1;
      padding: 5rem 6rem 0; }
    .advantages-item__bg {
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      width: 100%; }
      .advantages-item__bg img {
        width: 100%;
        display: block; }
    .advantages-item .section-title {
      font-size: 2rem;
      margin-bottom: 1.1rem; }
    .advantages-item .section-text {
      margin-bottom: 1.7rem; }
    .advantages-item.active .advantages-item__img {
      clip-path: inset(0 0 0 0) !important; }

.business {
  color: #fff; }
  .business-main {
    position: relative;
    z-index: 1;
    height: 40rem;
    padding: 3rem; }
  .business__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .business__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .business-head {
    margin: 0 auto 3.2rem;
    max-width: 26rem;
    text-align: center; }
  .business-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap; }
  .business-item {
    width: calc(33.3333% - 1rem);
    background: rgba(110, 110, 110, 0.35);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1.5rem 3rem 2.5rem;
    text-align: center; }
    .business-item__title {
      font-weight: 400;
      font-family: "Gilroy", sans-serif;
      font-size: 1.7rem;
      margin-bottom: 0.9rem;
      text-transform: uppercase; }

.news {
  color: #fff;
  background: #0E2930;
  padding-top: 6rem;
  margin-top: 7rem; }
  .news .container {
    display: flex;
    gap: 1.5rem;
    padding-right: 0; }
  .news-left {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .news-right {
    width: calc(100% - 21.5rem); }
  .news-item {
    width: 27rem;
    height: 33rem;
    margin-right: 1.5rem;
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .news-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .news-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.45); }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__title {
      font-family: "Gilroy", sans-serif;
      font-size: 1.3rem;
      line-height: 1.7rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3.4rem;
      margin-bottom: 1.7rem; }
    .news-item__text {
      display: none; }
    .news-item__wrap {
      padding-top: 1.75rem;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .news-item__more {
      color: #fff;
      font-size: 0.95rem;
      display: inline-flex;
      align-items: center;
      gap: .9rem; }
      .news-item__more img {
        width: 2.2rem !important; }
      .news-item__more span {
        transition: .6s all;
        border-bottom: 1px solid transparent; }
      .news-item__more:hover span {
        border-color: #fff; }
  .news-popup {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none; }
    .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: #0E2930;
      color: #fff;
      top: 0;
      right: 0; }
      .news-popup__close:hover {
        background: #8E4727; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      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(100dvh - 5rem);
      overflow: auto; }
    .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.3rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #0E2930; }
    .news-popup__text {
      line-height: 150%;
      font-size: 0.9rem; }
      .news-popup__text h2, .news-popup__text h3, .news-popup__text h4 {
        font-size: 1.2rem;
        font-weight: 600; }
      .news-popup__text strong {
        font-weight: 600; }

.timeline {
  padding: 9rem 0 5.5rem;
  background: #0E2930;
  color: #fff; }
  .timeline-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem; }
  .timeline-item {
    position: relative;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    height: 29.4rem;
    padding: 1.6rem 1.9rem;
    font-family: "Gilroy", sans-serif;
    font-size: 2rem;
    display: flex;
    align-items: flex-end; }
    .timeline-item img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -2;
      display: block;
      object-fit: cover; }
    .timeline-item::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.88%, rgba(0, 0, 0, 0.9) 100%); }

.choose {
  padding-top: 6rem;
  overflow: hidden; }
  .choose-item {
    display: flex;
    align-items: center; }
    .choose-item:nth-child(even) {
      flex-direction: row-reverse; }
      .choose-item:nth-child(even) .section-text {
        max-width: 24rem; }
    .choose-item__img {
      width: 50%;
      height: 30.5rem; }
      .choose-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .choose-item__wrap {
      width: 50%;
      padding: 0 6rem; }
    .choose-item .section-title {
      font-size: 2rem;
      margin-bottom: 1.1rem; }
    .choose-item .section-text {
      max-width: 30rem; }
  .choose-info {
    margin: 1rem 0;
    display: flex;
    padding-left: 1.2rem;
    font-size: 0.95rem;
    color: #0E2930;
    font-weight: 500;
    gap: 4rem; }
    .choose-info li {
      display: list-item; }

.invest {
  padding: 8.5rem 0 5rem; }
  .invest .section-title {
    max-width: 46rem;
    margin-bottom: 3.5rem; }
  .invest-wrap {
    display: flex;
    gap: 2rem; }
  .invest-left {
    width: 36.3%; }
  .invest__img {
    width: 100%; }
    .invest__img img {
      width: 100%;
      display: block; }
  .invest-main {
    width: 37.1%;
    padding-left: 1.5rem; }
  .invest__logo {
    width: 8rem;
    margin-bottom: 1.4rem; }
    .invest__logo img {
      width: 100%;
      display: block; }
  .invest-list {
    margin: 2rem 0 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    padding-left: 1.2rem;
    font-weight: 600;
    color: #0E2930; }
    .invest-list li {
      width: calc(50% - 2rem);
      display: list-item; }
  .invest__btn {
    margin-top: 2.5rem;
    height: 2.5rem; }
  .invest-right {
    width: 26.6%;
    align-self: flex-end; }

.footer {
  background: #0E2930;
  color: #fff;
  overflow: hidden;
  display: flex; }
  .footer-main {
    width: 50%;
    padding-top: 1rem; }
    .footer-main .container {
      padding-right: 1.5rem; }
  .footer__logo {
    width: 11rem;
    margin-bottom: 1.5rem; }
    .footer__logo img {
      width: 100%;
      display: block;
      filter: brightness(0) invert(1); }
  .footer-wrap {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin-bottom: 2.5rem; }
  .footer-col {
    max-width: 17rem;
    min-width: 40%; }
  .footer__title {
    font-size: 1.5rem;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 1.5rem; }
  .footer-info {
    font-size: 1.1rem; }
    .footer-info__item {
      margin-bottom: 1.5rem; }
      .footer-info__item:last-child {
        margin-bottom: 0; }
    .footer-info a {
      color: #fff; }
      .footer-info a:hover {
        color: #A3A3A3; }
  .footer__menu li {
    margin-bottom: 1.05rem; }
    .footer__menu li:last-child {
      margin-bottom: 0; }
  .footer__menu a {
    color: #A3A3A3; }
    .footer__menu a:hover {
      color: #fff; }
  .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-social {
    display: flex;
    gap: .75rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      width: 2.75rem;
      color: #0E2930; }
      .footer-social a:hover {
        color: #8E4727; }
      .footer-social a svg {
        width: 100%;
        height: auto; }
  .footer__top {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    color: #fff; }
    .footer__top:hover {
      color: #A3A3A3; }
    .footer__top img {
      width: 2.75rem; }
  .footer-copy {
    padding: 1.4rem 0;
    border-top: 1px solid #8E7676;
    font-size: 0.8rem;
    margin-top: 1.8rem; }
    .footer-copy .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer-copy a {
      color: #fff; }
      .footer-copy a:hover {
        color: #A3A3A3; }
  .footer__map {
    width: 50%;
    position: relative; }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }
    .footer__map a {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 3.5rem;
      height: 2.5rem; }

@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; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 5rem; }

  .location-time, .choose-item__wrap {
    padding-left: 5rem;
    padding-right: 5rem; }

  .consult-main {
    right: 5rem; }

  .advantages-item__wrap {
    padding: 5rem 5rem 0; } }
@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; }

  .video__main {
    height: auto;
    width: 100vw; }

  .popup-slider__item img {
    width: 100% !important;
    height: 70%;
    object-fit: cover; }

  .menu-content {
    width: 80vw; }
  .menu__lang {
    display: flex; }
    .menu__lang a {
      color: #fff;
      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: 1rem; }
    .menu__btns .header__btn {
      display: inline-flex; }
      .menu__btns .header__btn:last-child {
        margin-right: 0; }
    .menu__btns .header__tour, .menu__btns .header__pres {
      display: inline-flex;
      margin-left: 0;
      width: 3rem;
      height: 3rem; }

  .header {
    background: transparent;
    height: 7rem; }
    .header__logo-sliced, .header__choose, .header__logo, .header-social, .header__tel, .header-lang, .header-feedback {
      display: none; }
    .header__menu {
      color: #fff; }
    .header-mobile {
      display: block; }
      .header-mobile__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 7rem;
        transition: .6s all; }
        .header-mobile__logo img {
          width: 100%;
          display: block; }
      .header-mobile__tel {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 3rem;
        color: #fff;
        height: 3rem;
        border: 1px solid;
        border-radius: 50%; }
        .header-mobile__tel svg {
          width: 1.2rem;
          height: auto; }
    .header.scrolled {
      background: #fff;
      height: 5rem; }
      .header.scrolled .header-mobile__logo {
        width: 5rem; }
      .header.scrolled .header__menu, .header.scrolled .header-mobile__tel {
        color: #0E2930; }

  .main {
    padding-bottom: 0; }
    .main .container {
      flex-direction: column;
      gap: 4rem;
      margin-bottom: -4.15rem; }

  .about {
    padding-top: 5rem; }
    .about-top {
      padding: 2rem 0 3rem; }
      .about-top .container {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2rem; }
      .about-top__item {
        width: 40%;
        text-align: center; }
    .about-main .container {
      flex-direction: column;
      gap: 3rem; }
    .about-wrap {
      width: 100%; }
    .about__images {
      width: 100%; }

  .location-info {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    box-shadow: none;
    margin-top: 2rem; }
    .location-info__item {
      width: 100%;
      max-width: none !important;
      border-radius: 1.5rem;
      padding: 2rem;
      background: #fff;
      box-shadow: 0 1.9rem 1.25rem rgba(0, 0, 0, 0.04), 0 1rem 0.65rem rgba(0, 0, 0, 0.035), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.027), 0 0.1rem 0.15rem rgba(0, 0, 0, 0.01); }
  .location-time {
    padding: 0 3rem 2rem; }
    .location-time__col {
      width: calc(50% - 1rem); }

  .consult-card {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem; }
  .consult__bg {
    height: 40rem; }
  .consult__logo {
    position: static;
    margin-bottom: 4rem; }
  .consult-main {
    position: static;
    padding-top: 2rem; }
  .consult-download {
    padding-top: 2rem; }

  .arc {
    padding-top: 6rem;
    background-position: top center; }
    .arc .container {
      flex-direction: column;
      gap: 2rem; }
    .arc-wrap {
      width: 100%; }
      .arc-wrap__img {
        display: none; }
    .arc__img {
      width: 100%; }

  .aparts-item {
    height: 24rem; }

  .genplan-scroll {
    max-width: 100%;
    overflow: auto; }
  .genplan__img {
    width: 96.2rem; }

  .infra-main {
    flex-direction: column-reverse; }
  .infra-slider {
    width: 100%; }
    .infra-slider__item {
      width: calc(100vw - 6rem); }
  .infra-info {
    padding-top: 0;
    width: 100%; }
  .infra__text {
    max-width: 30rem;
    margin-bottom: 3rem;
    height: 6rem;
    margin-bottom: 1.5rem; }

  .advantages-main {
    padding-top: 4rem; }
  .advantages-item {
    flex-direction: column !important; }
    .advantages-item__img {
      width: 100%; }
    .advantages-item__wrap {
      width: 100%;
      padding: 3rem 3rem 5rem; }

  .business-main {
    height: auto; }
  .business-item {
    width: 100%; }

  .news {
    position: relative;
    padding-bottom: 4rem; }
    .news .container {
      flex-direction: column;
      padding: 0; }
    .news-arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    .news-left {
      padding: 0 3rem;
      width: 100%; }
    .news .owl-stage-outer {
      padding: 0 3rem; }
    .news-right {
      width: 100%; }
    .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__wrap {
      width: 100%;
      padding-top: 1rem; }

  .timeline {
    padding: 5rem 0 9rem;
    position: relative; }
    .timeline-arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 5rem; }

  .choose-item {
    flex-direction: column !important; }
    .choose-item__img {
      width: 100%; }
    .choose-item__wrap {
      width: 100%;
      padding: 3rem; }

  .invest {
    padding-top: 6rem; }
    .invest-wrap {
      flex-direction: column-reverse; }
    .invest-right {
      display: none; }
    .invest-main {
      width: 100%;
      padding-left: 0; }
    .invest-left {
      width: 100%; }

  .footer {
    flex-direction: column-reverse; }
    .footer__map {
      height: 30rem;
      width: 100%; }
    .footer-main {
      width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .video__main {
    aspect-ratio: none;
    max-width: none;
    height: 80svh; }

  .popup-slider__item img {
    height: 60%; }
  .popup-slider__arrows {
    bottom: 2rem; }

  .section-title, .white-title {
    font-size: 5.5vw; }

  .btn {
    min-height: 2.8rem;
    font-size: 0.9rem;
    min-width: 12rem; }

  .form .btn {
    width: 100%;
    height: 3rem; }

  .arrows {
    gap: .8rem;
    justify-content: center; }
    .arrows span svg {
      width: 1.5rem; }

  .tel-popup {
    right: 0.5rem; }

  .empty-block {
    height: 4rem; }

  .preloader {
    padding-bottom: 3rem; }
    .preloader__logo {
      width: 8rem; }

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

  .menu-content {
    width: 100vw;
    padding: 1.5rem 1rem 2rem;
    align-items: center; }
  .menu__list li {
    margin-bottom: 1rem;
    text-align: center; }
    .menu__list li a {
      font-size: 1.25rem; }
  .menu__btns {
    display: flex;
    gap: 1rem;
    width: 100%; }
    .menu__btns .header__btn {
      width: 100%;
      margin-right: 0;
      font-size: 0.9rem; }

  .header__menu svg {
    width: 1.5rem; }
  .header-mobile__tel {
    width: 2.5rem;
    height: 2.5rem; }
  .header.scrolled {
    height: 4rem; }
    .header.scrolled .header-mobile__logo {
      width: 4rem; }

  .main__title {
    font-size: 7vw;
    margin-bottom: 0.3rem; }
  .main__text {
    font-size: 1rem; }

  .about-top__item {
    font-size: 0.9rem; }
    .about-top__item img {
      width: 2.5rem; }
  .about .section-title {
    margin-bottom: 1.5rem; }

  .location-info__item {
    padding: 1.5rem 1rem; }
  .location-info__text {
    margin-bottom: 2rem; }
  .location-info__list li {
    margin-bottom: 1.5rem; }
  .location__map {
    height: 30rem; }
  .location-time {
    padding: 0 0 1rem;
    flex-direction: column; }
    .location-time::after {
      content: none; }
    .location-time__col {
      width: 100%; }
    .location-time__title {
      height: 4rem;
      background: url(../img/icons/btn.png) center center no-repeat;
      background-size: cover;
      gap: .7rem;
      margin-bottom: 0;
      padding: 0 1rem; }
      .location-time__title img {
        width: 2rem; }
    .location-time__list {
      padding: 1rem; }
    .location-time__item {
      margin-bottom: .75rem; }
    .location-time__min {
      font-size: 1.4rem; }
      .location-time__min span {
        font-size: 0.8rem; }

  .consult {
    padding-top: 4rem; }
    .consult .container {
      padding: 0; }
    .consult__logo {
      width: 7rem; }
    .consult__bg {
      height: 37rem; }
    .consult-card {
      padding: 1.5rem 1rem 0; }
    .consult-main {
      width: 100%;
      padding: 1.8rem 1rem; }
    .consult .section-title {
      font-size: 5.5vw;
      margin-bottom: 1rem; }
    .consult-download {
      padding-top: 1rem; }

  .arc {
    padding-top: 5rem;
    background-size: 200vw; }
    .arc .container {
      gap: .5rem; }
    .arc__img {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      align-self: flex-start; }

  .aparts {
    padding-top: 5rem; }
    .aparts .section-title {
      margin-bottom: 2rem; }
    .aparts .container {
      padding: 0; }
    .aparts .owl-stage-outer {
      padding: 0 1rem; }
    .aparts-arrows {
      padding: 0 1rem;
      margin-top: 2rem; }
    .aparts-item {
      width: 18rem; }

  .genplan {
    height: 45rem; }
    .genplan-head {
      top: 2rem; }
    .genplan__img {
      width: 89.2rem; }
    .genplan-main {
      width: 100%; }
    .genplan-arrows {
      display: none; }
    .genplan-top {
      height: 3rem; }
    .genplan__close {
      width: 3rem;
      height: 3rem; }
    .genplan-item__slider {
      height: 12rem; }
    .genplan-item__img {
      height: 12rem; }
    .genplan-item__text {
      padding: 0 1rem;
      margin-top: 1rem; }
    .genplan-item__info {
      padding: 0 1rem;
      font-size: 0.9rem;
      gap: .75rem 0; }
      .genplan-item__info li:nth-child(1), .genplan-item__info li:nth-child(2) {
        padding-bottom: 0.75rem; }
        .genplan-item__info li:nth-child(1)::after, .genplan-item__info li:nth-child(2)::after {
          max-width: 7rem; }
      .genplan-item__info div {
        font-size: 1.5rem; }
    .genplan-consult {
      padding: 1.5rem 1rem; }
      .genplan-consult__title {
        margin-bottom: 1rem;
        font-size: 1.15rem; }

  .infra {
    padding: 2rem 0 3rem; }
    .infra .section-title {
      margin-bottom: 1.5rem; }
    .infra-head {
      margin-bottom: 2rem; }
    .infra-slider__item {
      width: calc(100vw - 2rem);
      height: 22rem;
      margin-right: 1rem; }
    .infra__title {
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    .infra-wrap {
      padding-right: 1rem; }
    .infra-arrows {
      justify-content: flex-start; }
    .infra__text {
      font-size: 0.75rem;
      line-height: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      height: 6rem; }

  .advantages {
    padding-bottom: 4rem; }
    .advantages__title {
      margin-bottom: 1.2rem; }
    .advantages-main {
      height: 80svh;
      padding-top: 2rem; }
    .advantages .white-title {
      font-size: 5.5vw; }
    .advantages .section-text {
      font-size: 0.75rem; }
    .advantages-item:nth-child(3) .advantages-item__bg {
      bottom: -4rem; }
    .advantages-item__img {
      height: 25rem; }
    .advantages-item__wrap {
      padding: 1.5rem 1rem 4rem; }
    .advantages-item .section-title {
      font-size: 5.5vw;
      margin-bottom: 0.9rem; }

  .business-main {
    padding: 2.5rem 1rem; }
  .business-head {
    margin-bottom: 2rem; }
  .business .white-title {
    font-size: 6vw;
    margin: 0 auto 1rem;
    max-width: 70vw; }
  .business-item {
    padding: 1.5rem 1rem; }
    .business-item__title {
      font-size: 1.4rem; }

  .news {
    margin-top: 4rem;
    padding-top: 4rem; }
    .news-left {
      padding: 0 1rem;
      max-width: 15rem; }
    .news .owl-stage-outer {
      padding: 0 1rem; }
    .news-item {
      width: 18rem;
      margin-right: 1rem;
      height: 27rem;
      padding: 1rem; }
      .news-item__title {
        font-size: 1.1rem;
        line-height: 1.4rem;
        height: 2.8rem;
        margin-bottom: 0.75rem; }
      .news-item__wrap {
        padding-top: 0.75rem; }
      .news-item__more {
        gap: .7rem;
        font-size: 0.85rem; }

  .timeline {
    padding-bottom: 7rem; }
    .timeline-head {
      margin-bottom: 1.5rem;
      padding: 0 1rem; }
    .timeline .owl-stage-outer {
      padding: 0 1rem; }
    .timeline .container {
      padding: 0; }
    .timeline-item {
      width: 18rem;
      height: 27rem;
      padding: 1rem;
      text-transform: uppercase;
      font-size: 1.3rem; }
    .timeline-arrows {
      bottom: 3rem; }

  .choose {
    padding-top: 4rem; }
    .choose-item__img {
      height: 25rem; }
    .choose-item__wrap {
      padding: 1.5rem 1rem; }
    .choose-item .section-title {
      font-size: 5.5vw;
      margin-bottom: 0.9rem; }

  .invest {
    padding: 5rem 0 4rem; }
    .invest .section-title {
      margin-bottom: 2rem; }
    .invest__logo {
      width: 6rem; }
    .invest-list {
      margin: 1.5rem 0;
      gap: 1.5rem 3rem; }
      .invest-list li {
        width: calc(50% - 1.5rem); }
    .invest__img {
      margin-left: -1rem;
      width: calc(100% + 2rem); }

  .footer__map {
    height: 30rem; }
    .footer__map a {
      bottom: 1.5rem; }
  .footer-main {
    padding-top: 1.5rem; }
    .footer-main .container {
      padding-right: 1rem; }
  .footer__logo {
    width: 9rem;
    margin-bottom: 2.5rem; }
  .footer__title {
    font-size: 1.3rem; }
  .footer-info {
    font-size: 1rem; }
  .footer-copy {
    font-size: 0.9rem; }
    .footer-copy 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 */
