@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff"), url("fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Playfair Display';
  src: url("fonts/PlayfairDisplay-Bold.eot");
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("fonts/PlayfairDisplay-Bold.woff") format("woff"), url("fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  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; }
  html.overflowH {
    overflow: hidden;
    scroll-behavior: auto;
    height: 100vh; }
    html.overflowH body {
      overflow: hidden;
      height: 100vh; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #013D4A;
  font-weight: 600; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 6rem; }

.section-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase; }
.section-title {
  font-size: 3.5rem;
  font-family: "Playfair Display", serif; }
.section-text {
  line-height: 1.4;
  font-size: 1rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  height: 3rem;
  background: #15A1A6;
  clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
  color: #fff; }
  .btn:hover {
    background: #9ECFD4; }
  .btn-dark {
    background: #013D4A; }
    .btn-dark:hover {
      background: #15A1A6; }

.arrows {
  display: flex;
  align-items: center;
  color: #15A1A6; }
  .arrows span {
    width: 5rem; }
    .arrows span img {
      width: 1.5rem; }
  .arrows-count {
    width: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    align-items: center; }
    .arrows-count div {
      font-size: 1.5rem;
      margin-top: -0.2rem; }

.form > input {
  margin-bottom: 2.5rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #15A1A6;
  color: #fff;
  background: transparent;
  padding-bottom: 0.65rem; }
  .form > input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .form > input:focus, .form > input:not(:placeholder-shown) {
    border-color: #fff; }
.form label {
  display: inline-flex;
  margin: 0.5rem 0 2rem;
  color: #437F81;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  user-select: none; }
  .form label input {
    appearance: none;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #15A1A6;
    position: relative; }
    .form label input::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0.4rem;
      height: 0.4rem;
      background: #15A1A6;
      opacity: 0;
      transition: .6s all; }
    .form label input:checked::after {
      opacity: 1; }
.form .btn {
  width: 100%; }

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    box-shadow: 0 0 0 0.75rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 61, 74, 0.5); }
  70% {
    box-shadow: 0 0 0 0.75rem 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 lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes logo {
  to {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013D4A url(../img/icons/pattern-big.svg) top right no-repeat;
  background-size: cover;
  z-index: 999; }
  .preloader__logo {
    width: 12rem;
    opacity: 0;
    animation: logo 1s forwards;
    transform: scale(0.8); }
    .preloader__logo img {
      width: 100%;
      display: block; }

.tel-popup {
  display: none; }

.feedback {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
  overflow: hidden; }
  .feedback.active .feedback__img,
  .feedback.active .feedback-wrap {
    transform: none; }
  .feedback.active .feedback__close {
    opacity: 1; }
  .feedback-main {
    display: flex;
    height: 100%; }
  .feedback__img {
    width: 50%;
    transition: .8s transform;
    transform: translateX(-100%); }
    .feedback__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .feedback__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.6rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    opacity: 0; }
    .feedback__close:hover {
      opacity: .7; }
    .feedback__close img {
      width: 100%; }
  .feedback-wrap {
    width: 50%;
    background: #013D4A;
    background-size: cover;
    transition: .8s transform;
    transform: translateX(100%);
    display: flex;
    align-items: center; }
  .feedback-content {
    max-width: 32.5rem;
    margin: 0 auto; }
  .feedback .section-text {
    margin-bottom: 3rem;
    text-align: center; }
  .feedback-done {
    max-width: 32.5rem;
    margin: 0 auto;
    display: none; }
    .feedback-done .section-text {
      opacity: .7;
      max-width: 19rem;
      margin: 0 auto; }
  .feedback__ico {
    margin: 3rem auto 2rem;
    width: 13rem; }
    .feedback__ico img {
      width: 100%;
      display: block; }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(1, 61, 74, 0.4);
  cursor: pointer;
  display: none; }
  .menu-content {
    background: #013D4A url(../img/icons/pattern-consult.svg) top right no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3rem 0 5rem;
    height: 100%;
    width: 50%;
    position: relative;
    cursor: default;
    transform: translateX(-100%);
    transition: .6s transform ease-in-out; }
  .menu.active .menu-content {
    transform: translateX(0); }
  .menu .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .menu .footer-lang {
    display: none; }
  .menu__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 1.6rem; }
    .menu__close:hover {
      opacity: .7; }
    .menu__close img {
      width: 100%; }
  .menu__list {
    font-size: 2rem;
    text-transform: uppercase; }
    .menu__list a {
      color: #fff; }
      .menu__list a:hover {
        color: #15A1A6; }
    .menu__list li {
      margin-bottom: 1.5rem; }
      .menu__list li:last-child {
        margin-bottom: 0; }
  .menu-lang {
    color: #fff;
    display: none; }
  .menu .footer-social {
    position: static;
    margin: 0; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  color: #fff;
  font-size: 0.8rem;
  transition: .6s all;
  padding: 3.5rem 0;
  font-weight: 400; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 2rem; }
  .header__menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    gap: .8rem; }
    .header__menu svg {
      width: 2rem;
      height: 2rem; }
    .header__menu:hover {
      color: #9ECFD4; }
  .header__btn {
    height: 2.5rem;
    width: 13rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    .header__btn svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
    .header__btn:hover {
      color: #9ECFD4; }
    .header__btn.feedback-open {
      width: 11rem; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.5rem;
    transition: .6s all; }
    .header__logo img {
      width: 100%;
      display: block; }
      .header__logo img:last-child {
        transition: .6s all;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        filter: brightness(0) invert(1); }
  .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: #013D4A;
      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: #9ECFD4; }
  .header__call {
    color: #fff; }
    .header__call:hover {
      color: #9ECFD4; }
  .header__mobile {
    display: none; }
  .header.start {
    color: #15A1A6; }
    .header.start .header__btn, .header.start .header__call, .header.start .header__mobile {
      color: #15A1A6; }
    .header.start .header__logo img {
      filter: none; }
  .header.scrolled {
    padding: 1.5rem 0;
    background: #013D4A; }
    .header.scrolled .header__logo {
      width: 4rem; }
  .header.hide {
    transform: translateY(-100%); }

.main {
  height: 100vh;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 12rem;
  transition: 1s all ease-in-out;
  overflow: hidden;
  background: #fff; }
  .main.start {
    margin: 9.5rem 6rem 2.5rem;
    height: calc(100vh - 12rem);
    width: calc(100% - 12rem); }
    .main.start .main-slider__item {
      height: calc(100vh - 12rem); }
    .main.start .owl-dots {
      opacity: 0; }
  .main.active {
    transform: translateY(30%); }
  .main-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
  .main-slider {
    display: block; }
    .main-slider__item {
      height: 100vh;
      position: relative; }
      .main-slider__item::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 64.55%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
        z-index: 2; }
      .main-slider__item video, .main-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .main__title {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    max-width: 40rem;
    margin: 0 auto;
    text-align: center; }
  .main .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    gap: 1.5rem;
    display: flex;
    align-items: center;
    z-index: 2;
    transition: .6s all; }
    .main .owl-dots::after {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #fff;
      content: '';
      pointer-events: none; }
    .main .owl-dots .owl-dot {
      width: 0.7rem;
      height: 0.7rem;
      border-radius: 50%;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all; }
      .main .owl-dots .owl-dot.active {
        background: transparent;
        animation: pulse-white 2s infinite; }
        .main .owl-dots .owl-dot.active span {
          width: 0.7rem;
          height: 0.7rem;
          background: #fff;
          transform: rotate(45deg);
          transition: .6s all; }

.about {
  padding: 6rem 0 8rem;
  background: url(../img/icons/pattern-about.svg) bottom right no-repeat;
  background-size: 22rem; }
  .about .container {
    padding-left: 0;
    display: flex;
    gap: 2.5rem; }
  .about-slider {
    width: 60%; }
    .about-slider__item {
      height: 41.5rem; }
      .about-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .about-wrap {
    width: calc(40% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .about .section-subtitle {
    margin-bottom: 2rem; }
  .about__title {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 1.5rem; }

.advantages {
  padding: 6rem 0;
  margin-top: -6rem; }
  .advantages .section-subtitle {
    position: absolute; }
  .advantages .container {
    padding-right: 0; }
  .advantages-item {
    display: flex;
    gap: 6rem; }
  .advantages-wrap {
    width: calc(40% - 6rem);
    padding-top: 3.6rem; }
  .advantages__name {
    font-size: 3rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 1.7rem; }
  .advantages__img {
    width: 60%;
    height: 41.5rem; }
    .advantages__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .advantages-arrows {
    margin-top: -3rem;
    position: relative;
    z-index: 2; }

.consult {
  display: flex;
  height: 100vh;
  color: #fff; }
  .consult__img {
    width: 50%; }
    .consult__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .consult-main {
    width: 50%;
    background: #013D4A url(../img/icons/pattern-consult.svg) top right no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }
  .consult-wrap {
    max-width: 32.5rem; }
  .consult__title {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 3.5rem;
    text-align: center;
    text-transform: uppercase; }

.location {
  padding: 6rem 0 5rem;
  overflow: hidden; }
  .location-head {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between; }
    .location-head .section-text {
      max-width: 38rem; }
  .location-map {
    height: 34.5rem;
    position: relative;
    margin-bottom: 3rem; }
    .location-map #locationMap {
      width: 100%;
      height: 100%; }
  .location__btn {
    position: absolute;
    z-index: 2;
    right: 6rem;
    bottom: 2.5rem;
    min-width: 13rem;
    padding: 0 1rem; }
  .location-markers {
    display: none; }
    .location-markers__item {
      font-family: 'Inter', sans-serif;
      max-width: 10rem; }
      .location-markers__item p {
        display: flex;
        align-items: center;
        color: #999;
        gap: .2rem;
        font-weight: 400;
        margin-bottom: 0.2rem;
        font-size: 0.7rem; }
        .location-markers__item p img {
          width: .8rem;
          flex-shrink: 0; }
      .location-markers__item div {
        font-size: 0.8rem;
        color: #013D4A; }
  .location-lists {
    font-size: 1rem;
    padding: 0 6rem;
    display: flex;
    justify-content: space-between; }
    .location-lists li {
      margin-bottom: 0.5rem; }
      .location-lists li::before {
        content: '• '; }
      .location-lists li:last-child {
        margin-bottom: 0; }

.yard {
  height: 100vh;
  background: url(../img/yard/bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 2rem; }
  .yard .section-title {
    margin-bottom: 1.7rem; }
  .yard-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.8rem;
    max-width: 65rem; }
    .yard-list li {
      display: flex;
      padding-left: .3rem;
      padding-right: 2rem;
      align-items: center;
      height: 3rem;
      gap: .45rem;
      font-size: 0.9rem;
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(5.9000000954px);
      -webkit-backdrop-filter: blur(5.9000000954px);
      clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0% 50%); }
      .yard-list li img {
        width: 3rem;
        flex-shrink: 0;
        position: relative;
        z-index: 1; }

.gallery {
  padding-top: 6rem; }
  .gallery-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem; }
    .gallery-head .section-text {
      max-width: 32rem; }
  .gallery-item {
    margin: 0 0.75rem;
    width: 54.5rem;
    height: 38.5rem;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    align-items: flex-end; }
    .gallery-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .gallery-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.14%, rgba(0, 0, 0, 0.8) 100%); }
      .gallery-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .gallery-item__wrap {
      max-width: 40rem; }
    .gallery-item__name {
      font-size: 2rem;
      font-family: "Playfair Display", serif;
      margin-bottom: 0.6rem; }
    .gallery-item__text {
      font-size: 1.1rem; }
  .gallery-main {
    position: relative; }
  .gallery-arrows span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .gallery-arrows span.arrow-left {
      left: 6rem; }
    .gallery-arrows span.arrow-right {
      right: 6rem; }

.plans {
  padding: 6rem 0 7.5rem; }
  .plans-head {
    text-align: center;
    margin-bottom: 2.2rem; }
  .plans .section-title {
    margin-bottom: 1.3rem;
    text-transform: uppercase; }
  .plans .section-text {
    margin-bottom: 2.2rem; }
  .plans-choose {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem; }
    .plans-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      padding: 0 1.2rem;
      height: 2.2rem;
      color: #013D4A;
      text-transform: uppercase;
      font-size: 0.7rem;
      font-weight: 600;
      border: 2px solid transparent; }
      .plans-choose li:hover {
        color: #15A1A6; }
      .plans-choose li.active {
        pointer-events: none;
        color: #15A1A6;
        border-color: #15A1A6; }
  .plans-list {
    display: none; }
  .plans-slider {
    min-height: 20rem;
    margin-bottom: 3rem; }
  .plans .owl-item:last-child .plans-item::after {
    display: none; }
  .plans-item {
    padding: 0 2.8rem;
    cursor: pointer;
    position: relative; }
    .plans-item::after {
      position: absolute;
      right: -1px;
      height: 100%;
      width: 1px;
      content: '';
      top: 0;
      background: linear-gradient(180deg, rgba(21, 161, 166, 0) 0%, rgba(21, 161, 166, 0.38) 22.19%, #15A1A6 50.31%, rgba(21, 161, 166, 0.55) 80.52%, #15A1A6 100%); }
    .plans-item:hover .plans-item__zoom {
      opacity: 1; }
    .plans-item__main {
      position: relative; }
    .plans-item__img {
      width: 100%;
      height: 17.5rem;
      margin-bottom: 1.5rem; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__zoom {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 5rem;
      opacity: 0;
      transition: .6s all; }
      .plans-item__zoom img {
        width: 100%;
        display: block; }
    .plans-item__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.7rem;
      text-transform: uppercase;
      color: #000; }
    .plans-item__info {
      display: flex;
      gap: .2rem;
      align-items: center; }
  .plans-arrows {
    justify-content: center; }
  .plans-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(1, 61, 74, 0.4);
    display: none;
    cursor: pointer; }
    .plans-zoom__img {
      width: 70vw;
      height: 90vh;
      padding: 3rem;
      background: #fff;
      cursor: default;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .plans-zoom__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }

.genplan {
  height: 100vh;
  position: relative;
  color: #fff;
  padding: 4rem 0; }
  .genplan .container {
    position: relative;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .genplan-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .genplan__img {
    height: 100%;
    width: 100%;
    position: relative; }
    .genplan__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .genplan__img svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .genplan__img svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        fill: #15A1A6; }
        .genplan__img svg path:hover {
          opacity: 1;
          fill: #15A1A6;
          animation: none; }
  .genplan-info {
    position: fixed;
    padding: .3rem .8rem .8rem;
    background: #013D4A;
    width: 11rem;
    color: #B1B1B1;
    text-transform: uppercase;
    font-weight: 400;
    top: 10rem;
    left: 10rem;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(2rem, -2rem);
    font-size: 0.8rem; }
    .genplan-info__name {
      font-size: 2.4rem;
      font-family: "Playfair Display", serif;
      color: #fff;
      text-transform: none;
      margin-bottom: 0.8rem; }
    .genplan-info__flats {
      font-family: "Playfair Display", serif;
      font-size: 1.2rem;
      color: #15A1A6;
      text-transform: none;
      margin-bottom: 1.2rem; }
    .genplan-info__price {
      margin-bottom: 0.5rem; }
    .genplan-info__square {
      margin-bottom: 1.3rem; }
    .genplan-info__end {
      padding-top: 2rem;
      border-top: 1px solid #3C4659; }
    .genplan-info::after {
      content: '';
      position: absolute;
      top: 1rem;
      left: -1rem;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 1rem 1.5rem 1rem 0;
      border-color: transparent #013D4A transparent transparent;
      transform: rotate(0deg); }
    .genplan-info.active {
      opacity: 1;
      visibility: visible; }

.building {
  height: 100svh;
  position: relative; }
  .building-loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
    .building-loading__load {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .building-loading__load div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: .4rem solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent; }
        .building-loading__load div:nth-child(1) {
          animation-delay: -0.45s; }
        .building-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .building-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .building__back {
    gap: .25rem;
    padding: 0 1.5rem;
    height: 2.5rem;
    position: absolute;
    left: 4.5rem;
    top: 8.5rem;
    z-index: 2;
    font-weight: 400;
    font-size: 0.8rem; }
    .building__back img {
      width: 1.3rem; }
  .building-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
    .building-main__img {
      height: 100%;
      width: 100%;
      position: relative; }
      .building-main__img::after {
        position: absolute;
        top: 0;
        width: 100%;
        height: 10rem;
        content: '';
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        pointer-events: none; }
      .building-main__img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .building-main__img svg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .building-main__img svg path {
          opacity: 0;
          transition: .1s all;
          animation: svgPulse 2s infinite linear;
          fill: #15A1A6; }
          .building-main__img svg path:hover {
            opacity: 1;
            fill: #15A1A6;
            animation: none; }
  .building-info {
    position: fixed;
    background: #013D4A;
    color: #15A1A6;
    top: 10rem;
    left: 10rem;
    z-index: 5;
    padding: 1.3rem 1.5rem;
    width: 22rem;
    padding: 2.5rem 2.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(2rem, -5rem); }
    .building-info.active {
      opacity: 1;
      visibility: visible; }
    .building-info__head {
      display: flex;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-family: "Playfair Display", serif;
      text-align: center;
      padding-bottom: 1.3rem;
      border-bottom: 1px solid #3C4659;
      margin-bottom: 2rem; }
      .building-info__head span {
        font-size: 4rem;
        display: block;
        line-height: 2rem;
        margin-bottom: 1.5rem; }
    .building-info__number {
      width: 50%;
      border-right: 1px solid #3C4659; }
    .building-info__block {
      width: 50%; }
    .building-info__bot {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 400; }
    .building-info__prices {
      color: #B1B1B1; }
    .building-info::after {
      content: '';
      position: absolute;
      top: 40%;
      left: -1rem;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 1rem 1.5rem 1rem 0;
      border-color: transparent #013D4A transparent transparent;
      transform: rotate(0deg); }

.floor {
  background: #013D4A url(../img/icons/pattern-big.svg) top right no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 100svh;
  padding: 10rem 5rem 2rem; }
  .floor-wrap {
    display: flex;
    align-items: center;
    height: calc(100vh - 12rem); }
  .floor-left {
    width: 20%;
    padding: 2rem 0;
    flex-shrink: 0;
    margin-right: 5rem; }
  .floor-list {
    position: relative;
    font-family: "Playfair Display", serif;
    padding: 2rem 0;
    border-right: 1px solid rgba(248, 240, 232, 0.2); }
    .floor-list::before, .floor-list::after {
      pointer-events: none;
      position: absolute;
      width: 3.5rem;
      height: 3rem;
      position: absolute;
      left: -1.5rem;
      content: ''; }
    .floor-list::before {
      background: linear-gradient(0deg, rgba(1, 62, 74, 0) 0%, #013E4A 100%);
      top: 1rem; }
    .floor-list::after {
      background: linear-gradient(180deg, rgba(1, 62, 74, 0) 0%, #013E4A 100%);
      bottom: 1rem; }
    .floor-list ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-transform: lowercase;
      max-height: 26rem;
      overflow: auto; }
      .floor-list ul::-webkit-scrollbar {
        display: none; }
    .floor-list li {
      margin-bottom: .75rem; }
      .floor-list li a {
        display: flex;
        align-items: center;
        color: #15A1A6; }
        .floor-list li a:hover {
          color: #9ECFD4; }
      .floor-list li:last-child {
        margin-bottom: 0; }
      .floor-list li div {
        text-align: center;
        font-size: 1.2rem; }
      .floor-list li span {
        font-size: 1rem;
        display: none;
        text-transform: uppercase; }
      .floor-list li.active {
        font-weight: 500; }
        .floor-list li.active div {
          font-size: 6rem;
          line-height: 3rem;
          margin-bottom: 1.5rem; }
        .floor-list li.active span {
          display: block; }
  .floor-main {
    flex-grow: 1; }
  .floor__img {
    width: 100%;
    height: 25rem;
    position: relative; }
    .floor__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
    .floor__img svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
      .floor__img svg path {
        opacity: 0;
        transition: .1s all;
        animation: svgPulse 2s infinite linear;
        fill: #15A1A6; }
        .floor__img svg path:hover {
          opacity: 1;
          fill: #15A1A6;
          animation: none; }
  .floor-right {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 16rem;
    flex-shrink: 0;
    margin-left: 3rem; }
  .floor__block {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 1.5rem; }
    .floor__block.mob {
      display: none; }
  .floor__compass {
    text-align: right; }
    .floor__compass img {
      width: 4rem;
      height: 4rem;
      object-fit: contain;
      display: inline-block;
      object-position: right; }
  .floor-scheme {
    width: 100%;
    height: 8rem;
    position: relative; }
    .floor-scheme img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
    .floor-scheme svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
      .floor-scheme svg path {
        opacity: 0;
        transition: .1s all;
        fill: #15A1A6; }
        .floor-scheme svg path:hover {
          opacity: 1; }
      .floor-scheme svg a.active {
        pointer-events: none; }
        .floor-scheme svg a.active path {
          opacity: 1; }
  .floor-info {
    position: fixed;
    background: #fff;
    color: #000;
    top: 10rem;
    left: 10rem;
    z-index: 5;
    padding: 1.3rem 1.5rem;
    width: 14rem;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(2rem, -5rem);
    font-weight: 400; }
    .floor-info.active {
      opacity: 1;
      visibility: visible; }
    .floor-info__head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 0.8rem; }
    .floor-info__number {
      font-weight: 600; }
    .floor-info__square {
      color: #15A1A6;
      font-size: 0.85rem;
      font-family: "Playfair Display", serif;
      line-height: 1rem; }
      .floor-info__square span {
        font-size: 2.5rem; }
    .floor-info__price {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #B3BED1;
      font-size: 0.7rem; }
      .floor-info__price span {
        font-size: 1rem;
        font-weight: 600; }

.flat .floor-wrap {
  justify-content: space-between; }
.flat-left {
  width: 24rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(248, 240, 232, 0.2);
  flex-shrink: 0; }
  .flat-left__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem; }
.flat-info {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase; }
  .flat-info__number {
    color: #15A1A6;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 3rem; }
    .flat-info__number span {
      font-size: 6rem; }
  .flat-info__list li {
    margin-bottom: 0.25rem; }
    .flat-info__list li:last-child {
      margin-bottom: 0; }
.flat__end {
  font-size: 0.8rem;
  font-weight: 400;
  color: #15A1A6;
  text-transform: uppercase; }
.flat__price {
  font-size: 1.5rem;
  margin-bottom: 5.5rem; }
.flat__btn {
  width: 100%; }
.flat-main {
  width: 28.5rem; }
.flat-img {
  width: 100%;
  height: 20rem;
  position: relative;
  margin-bottom: 2rem; }
  .flat-img img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: contain;
    opacity: 0;
    transition: .6s all; }
    .flat-img img.active {
      opacity: 1; }
.flat-btns {
  display: flex;
  gap: 1.2rem; }
  .flat-btns a {
    width: calc(50% - .6rem);
    height: 2.5rem;
    font-weight: 400;
    font-size: 0.8rem;
    background: #fff;
    color: #15A1A6; }
    .flat-btns a:hover {
      background: #15A1A6;
      color: #fff; }
    .flat-btns a.active {
      background: #15A1A6;
      color: #fff;
      pointer-events: none; }
.flat .floor-right {
  padding: 3rem 0; }

.developer {
  padding: 6rem 0; }
  .developer .container {
    padding-right: 0;
    display: flex;
    gap: 4rem; }
  .developer .section-subtitle {
    margin-bottom: 1rem; }
  .developer__title {
    font-family: "Playfair Display", serif;
    margin-bottom: 1.8rem;
    font-size: 2.5rem;
    max-width: 28rem; }
  .developer .section-text {
    margin-bottom: 1.7rem; }
  .developer__btn {
    width: 16rem; }
  .developer-wrap {
    width: 42.5%; }
  .developer__img {
    width: 58.5%; }

.footer {
  display: flex;
  overflow: hidden; }
  .footer-main {
    width: 50%;
    color: #fff;
    background: #013D4A;
    padding: 2rem 0;
    font-weight: 400;
    position: relative; }
    .footer-main a {
      color: #fff;
      border-bottom: 1px solid transparent; }
      .footer-main a:hover {
        border-color: #fff; }
  .footer .container {
    padding-right: 2.2rem; }
  .footer__logo {
    display: inline-block;
    width: 6.5rem;
    margin-bottom: 2.3rem;
    border: none !important; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-wrap {
    display: flex;
    margin-bottom: 3.5rem; }
  .footer-left {
    width: 55%;
    padding-right: 2rem; }
  .footer-right {
    width: 45%;
    padding-right: 2rem; }
  .footer__title {
    font-size: 1.5rem;
    margin-bottom: 1.8rem; }
  .footer-item {
    margin-bottom: 1.8rem;
    font-size: 1.1rem; }
    .footer-item:last-child {
      padding-top: 1rem; }
  .footer-menu li {
    margin-bottom: 1rem; }
  .footer-social {
    display: flex;
    gap: .75rem;
    position: absolute;
    left: calc(55% + 1.5rem);
    margin-top: -8.5rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      width: 3rem;
      height: 3rem;
      border: none;
      background: #fff;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #013D4A; }
      .footer-social a svg {
        width: 100%;
        height: 100%; }
      .footer-social a:hover {
        color: #15A1A6; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem; }
  .footer__map {
    width: 50%; }
    .footer__map #footerMap {
      width: 100%;
      height: 100%; }

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

  .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: #013D4A;
    border-radius: 50%;
    animation: pulse-green 2s infinite;
    border: 1px solid #fff; }
    .tel-popup svg {
      width: 1rem;
      height: 1rem; }

  .feedback-main {
    flex-direction: column; }
  .feedback__img {
    height: 50%;
    width: 100%;
    position: relative; }
    .feedback__img::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.25); }
  .feedback-wrap {
    width: 100%;
    height: 50%; }

  .menu-content {
    width: 80%; }
  .menu-lang {
    display: block; }
    .menu-lang a {
      color: #fff; }

  .header {
    padding: 2.5rem 0; }
    .header__btn, .header-lang, .header__call {
      display: none; }
    .header__logo {
      width: 5.5rem; }
    .header__mobile {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 3rem;
      color: #fff;
      position: relative; }
      .header__mobile svg:first-child {
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .header__mobile svg:nth-child(2) {
        width: 100%;
        height: 100%; }
    .header.scrolled {
      padding: 1rem 0; }
      .header.scrolled .header__logo {
        width: 3.5rem; }

  .main {
    padding-top: 30vh; }
    .main.start {
      margin-left: 3rem;
      margin-right: 3rem;
      width: calc(100% - 6rem); }

  .about {
    position: relative;
    padding-bottom: 12rem;
    background-size: 50%;
    background-position-y: 18rem; }
    .about .container {
      padding: 0 3rem;
      flex-direction: column-reverse; }
    .about-wrap {
      width: 100%; }
    .about-slider {
      width: 100%; }
      .about-slider__item {
        height: 30rem; }
    .about-arrows {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 7rem; }

  .advantages {
    position: relative; }
    .advantages .container {
      padding: 0 3rem; }
    .advantages .section-subtitle {
      position: static;
      margin-bottom: 2rem; }
    .advantages-item {
      flex-direction: column;
      gap: 2.5rem; }
    .advantages-wrap {
      padding-top: 0;
      width: 100%; }
    .advantages__img {
      height: 30rem;
      width: 100%; }
    .advantages-arrows {
      margin-top: 2rem;
      justify-content: center; }

  .consult {
    flex-direction: column;
    height: auto; }
    .consult__img {
      width: 100%; }
    .consult-main {
      width: 100%;
      padding: 3rem 0; }

  .location-head {
    flex-direction: column;
    gap: 1.5rem; }
  .location__btn {
    right: 50%;
    transform: translateX(50%); }
  .location-lists {
    padding: 0;
    gap: 2rem; }

  .yard {
    height: 80svh; }

  .gallery-head {
    gap: 1.5rem;
    flex-direction: column; }
  .gallery-item {
    width: 80vw;
    height: 70vw; }
  .gallery-arrows span.arrow-left {
    left: 1.5rem; }
  .gallery-arrows span.arrow-right {
    right: 1.5rem; }

  .plans-choose {
    flex-wrap: wrap; }
  .plans-item {
    padding: 0 1.5rem; }
    .plans-item__wrap {
      font-size: 0.6rem; }
  .plans-zoom__img {
    width: calc(100vw - 6rem);
    height: 60vh; }

  .genplan {
    height: 80svh;
    padding: 3rem 0; }
    .genplan-info {
      transform: none;
      right: 1rem;
      left: auto;
      top: 3rem;
      position: absolute; }
      .genplan-info::after {
        content: none; }
    .genplan-main {
      max-width: 100%;
      overflow: auto; }
    .genplan__img {
      width: 141.5svh; }

  .building__back {
    left: 2rem; }
  .building-info {
    transform: none;
    right: 1rem;
    left: auto;
    top: 8.5rem;
    position: absolute; }
    .building-info::after {
      content: none; }
  .building-main {
    max-width: 100%;
    overflow: auto; }
    .building-main__img {
      width: 177svh; }

  .floor {
    padding: 12rem 3rem 2rem;
    background-size: 150%;
    background-position: bottom right; }
    .floor-wrap {
      flex-direction: column;
      height: auto;
      gap: 2rem; }
    .floor__block {
      display: none;
      margin-bottom: 2.5rem; }
      .floor__block.mob {
        display: block; }
    .floor-left {
      width: 100%;
      margin-right: 0;
      border-bottom: 1px solid rgba(248, 240, 232, 0.2);
      padding: 0; }
    .floor-list {
      left: auto;
      top: auto;
      width: 24rem;
      margin: 0 auto;
      border: none;
      padding: 0; }
      .floor-list::before, .floor-list::after {
        top: -.5rem; }
      .floor-list::before {
        background: linear-gradient(270deg, rgba(1, 62, 74, 0) 0%, #013E4A 100%);
        left: -1rem;
        z-index: 2; }
      .floor-list::after {
        background: linear-gradient(90deg, rgba(1, 62, 74, 0) 0%, #013E4A 100%);
        bottom: auto;
        right: 0;
        left: auto; }
      .floor-list ul {
        gap: 1.5rem;
        flex-direction: row-reverse;
        justify-content: flex-start;
        max-height: none;
        max-width: 24rem;
        padding: 0 1.5rem 1.5rem; }
      .floor-list li {
        margin-bottom: 0;
        position: relative; }
        .floor-list li a {
          flex-direction: column;
          gap: .2rem; }
        .floor-list li.fade::after {
          left: -1rem; }
    .floor-main {
      width: 100%; }
    .floor-right {
      margin: 0;
      align-items: flex-end;
      flex-direction: row;
      width: 100%;
      margin-top: 3rem; }
    .floor-scheme {
      width: 16rem; }
    .floor-info {
      transform: none;
      right: 1rem;
      left: auto;
      top: 8.5rem;
      position: absolute; }
      .floor-info::after {
        content: none; }

  .flat-left {
    width: 100%;
    border: none;
    padding-right: 0; }
    .flat-left__wrap {
      align-items: flex-start; }
  .flat__end {
    margin-top: 2rem;
    text-align: right; }
  .flat__price {
    margin-bottom: 3rem; }
  .flat-main {
    order: -999; }
  .flat .floor-right {
    padding: 0;
    margin-top: 0; }

  .developer .container {
    padding: 0;
    flex-direction: column; }
  .developer-wrap {
    padding: 0 3rem;
    width: 100%; }
  .developer__img {
    width: 100%; }

  .footer {
    flex-direction: column; }
    .footer__logo {
      display: block;
      margin: 0 auto 2.3rem; }
    .footer-main {
      width: 100%; }
    .footer__map {
      height: 30rem;
      width: 100%; }
    .footer-social {
      left: 55%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2rem; }
  .section-text {
    font-size: 0.9rem; }

  .form > input {
    margin-bottom: 2rem; }
  .form label {
    margin-top: 0; }

  .preloader__logo {
    width: 9rem; }

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

  .feedback__close {
    top: 1rem;
    right: 1rem; }
  .feedback__img {
    height: calc(100% - 28rem); }
  .feedback-wrap {
    height: 28rem;
    padding: 2rem 1rem; }
  .feedback__ico {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 10rem; }

  .menu-content {
    width: 100%;
    padding: 2.5rem 0 4rem; }
  .menu .container {
    align-items: center;
    text-align: center; }
  .menu__list {
    font-size: 1.5rem; }

  .header {
    padding: 2rem 0; }
    .header__logo {
      width: 5rem; }
    .header__mobile {
      width: 3.5rem;
      height: 2.8rem; }
    .header__menu {
      gap: .5rem; }
      .header__menu svg {
        width: 1.7rem;
        height: 1.7rem; }
    .header.scrolled {
      padding: .75rem 0; }
      .header.scrolled .header__logo {
        width: 3.5rem; }

  .main__title {
    padding: 0 1rem;
    font-size: 2rem; }
  .main.start {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(100% - 3rem); }

  .about {
    padding: 5rem 0 10rem; }
    .about .container {
      padding: 0 1rem;
      gap: 2rem; }
    .about .section-subtitle {
      margin-bottom: 1rem; }
    .about__title {
      font-size: 1.5rem; }
    .about-slider__item {
      height: 25rem; }
    .about-arrows {
      bottom: 5.5rem; }

  .advantages {
    padding-bottom: 5rem; }
    .advantages .container {
      padding: 0 1rem; }
    .advantages .section-subtitle {
      margin-bottom: 1rem; }
    .advantages-item {
      gap: 2rem; }
    .advantages__name {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
    .advantages-arrows {
      margin-top: 1.5rem; }

  .consult-main {
    padding: 3rem 1rem; }
  .consult__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem; }

  .location {
    padding-top: 5rem; }
    .location .section-subtitle {
      margin-bottom: 1rem; }
    .location-head {
      margin-bottom: 3rem; }
    .location-lists {
      flex-wrap: wrap;
      gap: .5rem; }

  .yard {
    height: 50rem; }
    .yard-list {
      gap: 0.4rem; }
      .yard-list li {
        padding-left: .2rem;
        padding-right: 1.2rem;
        height: 2.5rem;
        gap: .3rem;
        font-size: 0.75rem;
        clip-path: polygon(0.8rem 0%, calc(100% - .8rem) 0%, 100% 50%, calc(100% - .8rem) 100%, 0.8rem 100%, 0% 50%); }
        .yard-list li img {
          width: 2.5rem;
          flex-shrink: 0;
          position: relative;
          z-index: 1; }

  .gallery {
    padding-top: 5rem; }
    .gallery-head {
      margin-bottom: 2.5rem; }
    .gallery-item {
      height: 25rem;
      margin: 0 0.5rem;
      padding: 1rem; }
      .gallery-item__name {
        font-size: 1.3rem; }
      .gallery-item__text {
        font-size: 0.9rem; }
    .gallery-arrows span.arrow-left {
      left: .5rem; }
    .gallery-arrows span.arrow-right {
      right: .5rem; }

  .plans {
    padding: 5rem 0; }
    .plans-choose {
      margin-bottom: 2rem; }
    .plans-zoom__img {
      width: calc(100vw - 2rem);
      height: 50vh;
      padding: 1rem; }
    .plans-item {
      padding: 0 1rem; }
      .plans-item__wrap {
        font-size: 0.7rem; }

  .genplan {
    padding: 2rem 0; }
    .genplan-info {
      padding: .2rem .5rem .5rem;
      width: 9rem;
      font-size: 0.7rem;
      top: 2rem; }
      .genplan-info__name {
        font-size: 1.5rem;
        margin-bottom: 0.4rem; }
      .genplan-info__flats {
        font-size: 1rem;
        margin-bottom: 1rem; }
      .genplan-info__square {
        margin-bottom: 1rem; }
      .genplan-info__end {
        padding-top: 1.5rem; }

  .building__back {
    left: 0.5rem;
    top: 6.5rem; }
  .building-info {
    top: 6.5rem;
    width: 12rem;
    padding: 1.5rem 1rem; }
    .building-info__head {
      font-size: .9rem;
      padding-bottom: 1rem;
      margin-bottom: 1.2rem; }
      .building-info__head span {
        font-size: 2.2rem;
        line-height: 1rem;
        margin-bottom: 1.5rem; }
    .building-info__bot {
      font-size: 0.7rem;
      flex-direction: column;
      gap: .8rem; }

  .floor {
    padding: 10rem 1rem 1.5rem;
    background-size: 200%; }
    .floor-list {
      gap: 1rem;
      width: 100%; }
      .floor-list ul {
        max-width: 100%;
        padding-top: 0.5rem; }
      .floor-list li.active div {
        font-size: 4rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        margin-top: -.5rem; }
    .floor__block {
      margin-bottom: 1.5rem;
      font-size: 2rem; }
    .floor__img {
      height: 18rem; }
    .floor-right {
      margin-top: 2rem; }
    .floor-scheme {
      width: 13rem;
      height: 7rem; }
    .floor-info {
      top: 6.5rem;
      width: 10rem;
      padding: .5rem; }
      .floor-info__head {
        margin-bottom: 0.6rem; }
      .floor-info__square {
        font-size: 0.7rem;
        line-height: 1rem; }
        .floor-info__square span {
          font-size: 1.9rem; }
      .floor-info__price {
        margin-top: .6rem;
        padding-top: .6rem; }
        .floor-info__price span {
          font-size: 0.9rem; }

  .flat-main {
    width: 100%; }
  .flat-img {
    margin-left: 1.5rem;
    width: calc(100% - 3rem); }
  .flat-info__number {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
    .flat-info__number span {
      font-size: 4rem; }
  .flat__price {
    margin-bottom: 2rem; }
  .flat-btns {
    gap: .8rem; }
    .flat-btns a {
      width: calc(50% - .4rem); }

  .developer {
    padding: 5rem 0 3rem; }
    .developer .container {
      gap: 3rem; }
    .developer-wrap {
      padding: 0 1rem; }
    .developer__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .developer__btn {
      width: 100%; }
    .developer__img {
      height: 25rem; }
      .developer__img img {
        height: 100%;
        object-fit: cover; }

  .footer .container {
    padding-right: 1rem; }
  .footer__logo {
    width: 5.5rem; }
  .footer-wrap {
    margin-bottom: 1.5rem; }
  .footer-right {
    padding-right: 0; }
  .footer__title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .footer-item {
    margin-bottom: 1.5rem;
    font-size: .9rem; }
    .footer-item:last-child {
      padding-top: 0; }
  .footer-social {
    position: static;
    margin-top: 0;
    margin-bottom: 2rem; }
  .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 */
