@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-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff"), url("fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  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: 'Inter';
  src: url("fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff"), url("fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Classica';
  src: url("fonts/Classica.ttf");
  src: local("Classica"), local("Classica"), url("fonts/Classica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  -webkit-transition: .6s all;
  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: 'Inter', sans-serif;
  color: #72724F; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

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

.btn {
  font-size: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  color: #72724F;
  position: relative;
  z-index: 1;
  background: #F9F9A3;
  font-weight: 500;
  text-align: center; }
  .btn::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 0%;
    content: '';
    z-index: -1;
    background: #fff;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .btn:hover::after {
    width: 100%; }
  .btn-trans {
    border: 1px solid #F9F9A3;
    background: transparent;
    color: #fff; }
    .btn-trans::after {
      background: #F9F9A3; }
    .btn-trans:hover {
      color: #72724F; }
  .btn-green {
    background: #72724F;
    color: #fff; }
    .btn-green::after {
      background: #F9F9A3; }
    .btn-green:hover {
      color: #72724F; }
  .btn-white {
    background: #fff; }
    .btn-white::after {
      background: #F9F9A3; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem; }
  .social li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .social a {
    color: #fff;
    width: 1.1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social a svg {
      width: 100%; }
    .social a:hover {
      color: #F9F9A3; }

.section-title {
  font-size: 3rem;
  font-weight: 600; }

.form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.95rem;
  color: #72724F;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background: transparent; }
  .form input::-webkit-input-placeholder {
    color: #B5B5B5; }
  .form input:-ms-input-placeholder {
    color: #B5B5B5; }
  .form input::-ms-input-placeholder {
    color: #B5B5B5; }
  .form input::placeholder {
    color: #B5B5B5; }
  .form input:hover, .form input:focus {
    border-color: #72724F; }
.form .btn {
  width: 100%;
  margin-top: -0.5rem; }

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .arrows span {
    width: 4rem;
    height: 4rem;
    background: #F9F9A3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%; }
    .arrows span img {
      width: 1.1rem; }
    .arrows span:hover {
      background: #fff; }

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 163, 0.5);
            box-shadow: 0 0 0 0 rgba(249, 249, 163, 0.5); }
  70% {
    -webkit-box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }

@keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 249, 163, 0.5);
            box-shadow: 0 0 0 0 rgba(249, 249, 163, 0.5); }
  70% {
    -webkit-box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
            box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@-webkit-keyframes svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 0; } }
@keyframes svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .8; }
  100% {
    opacity: 0; } }
@-webkit-keyframes logoFade {
  to {
    opacity: 1; } }
@keyframes logoFade {
  to {
    opacity: 1; } }
@-webkit-keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fill {
  100% {
    fill: #F7F8A2; } }
@keyframes fill {
  100% {
    fill: #F7F8A2; } }
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.preloader {
  background: #72724F;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99; }
  .preloader__logo {
    width: 17rem;
    position: relative; }
    .preloader__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      opacity: 0;
      -webkit-animation: logoFade 1s linear forwards 2s;
              animation: logoFade 1s linear forwards 2s; }
    .preloader__logo svg {
      width: 100%;
      display: block; }
      .preloader__logo svg path {
        stroke-dasharray: 1310;
        stroke-dashoffset: 1310;
        fill: transparent;
        -webkit-animation: strokeLines 7s forwards, fill .5s forwards 2s;
                animation: strokeLines 7s forwards, fill .5s forwards 2s; }

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

.fixed-popup {
  position: fixed;
  z-index: 4;
  right: 2rem;
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  font-size: 0.8rem; }
  .fixed-popup__close {
    width: 2rem;
    height: 2rem;
    background: #72724F;
    border: 1px solid #F9F9A3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 0;
    right: 0; }
    .fixed-popup__close img {
      width: 50%; }
  .fixed-popup.active {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .fixed-popup__btn {
    -webkit-animation: pulse-btn 2s infinite;
            animation: pulse-btn 2s infinite;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: .5rem;
    pointer-events: auto;
    border: 1px solid #FFF; }
    .fixed-popup__btn img {
      width: 100%;
      -webkit-transition: .6s all;
      transition: .6s all; }
    .fixed-popup__btn:hover {
      background: #72724F; }
      .fixed-popup__btn:hover img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
  .fixed-popup__card {
    min-height: 24rem;
    width: 17.2rem;
    background: #fff;
    color: #fff;
    padding: 1.5rem;
    color: #72724F;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    -webkit-transition: .5s all;
    transition: .5s all;
    pointer-events: auto;
    display: none; }
    .fixed-popup__card::after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: .6rem 0 .6rem .8rem;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      right: -0.7rem;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      bottom: 1.5rem;
      content: ''; }
    .fixed-popup__card.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none;
      display: block; }
  .fixed-popup .feedback__title {
    font-size: 1.2rem; }
  .fixed-popup .feedback__text {
    font-size: 0.8rem; }
  .fixed-popup__done {
    display: none; }
  .fixed-popup .feedback__img {
    margin-top: 2.5rem; }
  .fixed-popup .feedback-form input {
    margin-bottom: 1.5rem; }
  .fixed-popup .feedback-form p {
    margin-top: -.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem; }
  .fixed-popup .feedback-form .btn {
    font-size: 0.8rem;
    height: 2.7rem; }

.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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2.1rem;
    background: #fff;
    width: 24rem;
    cursor: default; }
  .feedback__title {
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    text-align: center; }
  .feedback__text {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4; }
  .feedback-form {
    margin: 1.5rem 0 0.8rem;
    font-size: 0.9rem; }
  .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; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
  background: #72724F; }
  .mobile-menu .container {
    padding: .5rem 3rem 6rem;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2.8rem;
    height: 2.8rem;
    background: #72724F;
    border: 1px solid #F9F9A3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__logo {
    width: 4.6rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: rgba(114, 114, 79, 0.5);
  backdrop-filter: blur(6.8000001907px);
  -webkit-backdrop-filter: blur(6.8000001907px);
  font-size: 0.9rem;
  z-index: 5; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    width: 4.6rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.2rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        color: #F9F9A3; }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__tel {
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .3rem;
    margin-right: 2.1rem; }
    .header__tel svg {
      color: transparent;
      width: 1.4rem;
      height: 1.4rem;
      -webkit-transition: .6s all;
      transition: .6s all; }
    .header__tel:hover {
      color: #F9F9A3; }
      .header__tel:hover svg {
        color: #F9F9A3; }
  .header__lang {
    width: 2.8rem;
    margin-right: 0.65rem;
    height: 2.8rem; }
  .header__btn {
    height: 2.8rem;
    width: 12.5rem; }
  .header-mobile {
    display: none; }

.main {
  height: calc(100svh + 3.5rem);
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main__bg video {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
    .main__bg img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1;
      -o-object-fit: cover;
         object-fit: cover; }
  .main__btn {
    font-weight: 400;
    width: 12rem;
    margin-bottom: 2.25rem; }
  .main__title {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.05; }
  .main__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 4.5rem;
    width: 16.7rem; }
    .main__logo img {
      width: 100%;
      display: block; }

.about {
  padding: 6.5rem 0 9.5rem;
  background: #72724F;
  color: #fff;
  position: relative;
  z-index: 1; }
  .about__patterns img {
    position: absolute;
    width: 21rem;
    display: block; }
    .about__patterns img:first-child {
      bottom: 0;
      left: 0;
      z-index: -1; }
    .about__patterns img:nth-child(2) {
      top: 0;
      right: 0;
      z-index: -3; }
  .about-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem; }
  .about-item {
    width: calc(33.33333% - 1rem);
    height: 13.9rem;
    -webkit-transition: .6s all;
    transition: .6s all;
    background: #83835F;
    padding: 2.2rem;
    position: relative;
    z-index: 1;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.1; }
    .about-item:hover {
      background: #A9A986; }
    .about-item p {
      max-width: 13rem; }
    .about-item img {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      width: 52%;
      z-index: -1; }
  .about-main {
    padding-top: 4rem;
    position: relative; }
  .about-img {
    position: absolute;
    z-index: -2;
    right: 0;
    height: 37.5rem;
    overflow: hidden; }
    .about-img__clouds img {
      position: absolute;
      z-index: -1;
      display: block; }
      .about-img__clouds img:nth-child(1) {
        width: 20rem;
        top: 12rem;
        left: 10rem;
        -webkit-transform: translateX(-20rem);
                transform: translateX(-20rem);
        -webkit-transition: 20s -webkit-transform;
        transition: 20s -webkit-transform;
        transition: 20s transform;
        transition: 20s transform, 20s -webkit-transform; }
      .about-img__clouds img:nth-child(2) {
        width: 40rem;
        top: 0rem;
        left: 40rem;
        -webkit-transform: translateX(-50rem);
                transform: translateX(-50rem);
        -webkit-transition: 60s -webkit-transform;
        transition: 60s -webkit-transform;
        transition: 60s transform;
        transition: 60s transform, 60s -webkit-transform; }
    .about-img__clouds.active img {
      -webkit-transform: none !important;
              transform: none !important; }
    .about-img__img {
      height: 100%;
      position: relative;
      z-index: 1; }
      .about-img__img img {
        height: 100%;
        display: block; }
  .about__title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 23rem; }
    .about__title span {
      display: block;
      font-size: 8.5rem;
      font-family: "Classica", sans-serif;
      line-height: 1; }
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem; }
  .about-text {
    width: 48.5%;
    text-align: justify; }
    .about-text div {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      font-weight: 700;
      line-height: 1.46; }
    .about-text p {
      font-size: 0.95rem;
      line-height: 1.78; }
  .about-info {
    width: 51.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .about-info__item {
      width: calc(33.33333% - .6666rem);
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      -webkit-transition: .6s all;
      transition: .6s all;
      color: #fff;
      font-size: 0.9rem;
      padding: 1rem 1.5rem 1.2rem; }
      .about-info__item:hover {
        color: #72724F;
        background: #F9F9A3; }
    .about-info__value {
      font-size: 1.9rem;
      font-weight: 600;
      border-bottom: 1px solid;
      padding-bottom: 0.3rem;
      margin-bottom: 0.75rem;
      max-width: 10rem; }
    .about-info__text {
      line-height: 1.4;
      max-width: 6.5rem; }

.location {
  padding-top: 7.5rem;
  position: relative; }
  .location-main {
    position: absolute;
    left: 0;
    z-index: 2;
    pointer-events: none;
    width: 100%; }
    .location-main .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 1rem; }
  .location__text {
    text-align: justify;
    line-height: 1.5;
    max-width: 35rem; }
  .location__map {
    height: 37.5rem;
    position: relative;
    background: #fff; }
    .location__map::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(65.18%, rgba(255, 255, 255, 0)), to(#FFF)), -webkit-gradient(linear, right top, left top, color-stop(76.96%, rgba(255, 255, 255, 0)), to(#FFF)), -webkit-gradient(linear, left top, right top, color-stop(78.75%, rgba(255, 255, 255, 0)), to(#FFF)), -webkit-gradient(linear, left bottom, left top, color-stop(58.09%, rgba(255, 255, 255, 0)), to(#FFF));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65.18%, #FFF 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 76.96%, #FFF 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 78.75%, #FFF 100%), linear-gradient(0deg, rgba(255, 255, 255, 0) 58.09%, #FFF 100%); }
    .location__map #locationMap {
      height: 100%;
      width: 100%; }
  .location-buttons {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    top: 23.5rem; }
    .location-buttons .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .location-buttons .btn {
      pointer-events: auto; }
  .location__link {
    height: 6.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 4rem;
    gap: 1rem;
    font-size: 0.55rem; }
    .location__link svg {
      width: 1.45rem;
      height: 1.45rem; }
  .location-zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .location-zoom .btn {
      width: 4rem;
      height: 3.4rem;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .location-zoom .btn svg {
        width: 1rem;
        height: 1rem; }

.infra {
  padding: 3.7rem 0 8rem;
  position: relative; }
  .infra .section-title {
    text-align: right;
    margin-bottom: 1.25rem; }
  .infra-item {
    height: 39rem;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 5rem 10vw 0 15vw; }
    .infra-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .infra-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .infra-item .about__title {
      margin-bottom: 2.5rem; }
    .infra-item__text {
      padding-left: 60%;
      line-height: 1.35;
      text-align: justify; }
  .infra-choose {
    position: absolute;
    z-index: 2; }
    .infra-choose__item {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 20vw;
      margin-top: -3rem;
      z-index: 2;
      margin-left: 10vw; }
      .infra-choose__item:nth-child(2) {
        width: 60vw; }
        .infra-choose__item:nth-child(2) .infra-choose__svg {
          height: 30vw; }
          .infra-choose__item:nth-child(2) .infra-choose__svg span {
            height: 60vw;
            width: 60vw; }
      .infra-choose__item:nth-child(3) {
        width: 80vw; }
        .infra-choose__item:nth-child(3) .infra-choose__svg {
          height: 40vw; }
          .infra-choose__item:nth-child(3) .infra-choose__svg span {
            height: 80vw;
            width: 80vw; }
      .infra-choose__item.active .infra-choose__time {
        opacity: 1;
        -webkit-transform: none;
                transform: none; }
      .infra-choose__item.active .infra-choose__svg div {
        width: 100%;
        -webkit-transition: 5s all;
        transition: 5s all; }
    .infra-choose__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      margin-right: -3.25rem; }
    .infra-choose__time {
      position: absolute;
      z-index: 2;
      width: 13rem;
      height: 13rem;
      -webkit-transition: .6s all;
      transition: .6s all;
      background: #fff;
      border: 1px solid #E1E1E1;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 0.7rem;
      text-align: center;
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      pointer-events: none; }
      .infra-choose__time div {
        font-size: 4.25rem;
        line-height: 1; }
    .infra-choose__img {
      width: 6.5rem;
      height: 6.5rem;
      border: 1px solid #fff;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer; }
      .infra-choose__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .infra-choose__svg {
      position: absolute;
      bottom: -3rem;
      width: 100%;
      height: 10vw;
      overflow: hidden;
      z-index: -1;
      pointer-events: none; }
      .infra-choose__svg span {
        position: absolute;
        width: 20vw;
        height: 20vw;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.4); }
      .infra-choose__svg div {
        overflow: hidden;
        width: 0%;
        position: relative;
        height: 100%; }
        .infra-choose__svg div span {
          border-color: #fff; }

.consult {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem; }
  .consult__img {
    width: 45%; }
    .consult__img img {
      width: 100%;
      display: block; }
  .consult-wrap {
    width: 55%;
    padding-right: 3rem; }
  .consult .section-title {
    margin-bottom: 1.5rem; }
  .consult__text {
    margin-bottom: 4rem; }
  .consult-form {
    max-width: 27rem; }
    .consult-form input {
      margin-bottom: 3.5rem; }
    .consult-form .btn {
      width: 12.5rem;
      margin-top: -2rem; }
  .consult-green {
    background: #72724F;
    color: #fff;
    position: relative;
    z-index: 1; }
    .consult-green .form input {
      color: #fff; }
      .consult-green .form input:focus, .consult-green .form input:hover {
        border-color: #F9F9A3; }
  .consult__pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 20.3rem; }
    .consult__pattern img {
      width: 100%;
      display: block; }

.yard {
  margin-top: 9.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .yard-left {
    width: 50%;
    background: #72724F url(../img/yard/bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3rem 0 2rem; }
    .yard-left .container {
      padding-right: 3rem; }
    .yard-left .yard__title {
      max-width: 19rem; }
    .yard-left .yard__text {
      text-align: justify;
      max-width: 28rem; }
  .yard-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .yard__parking {
    width: 7.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .yard__parking img {
      width: 100%;
      display: block; }
  .yard__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.26;
    margin-bottom: 1.5rem;
    max-width: 35.5rem; }
  .yard__text {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: justify; }
  .yard__cars {
    margin-top: 4rem;
    width: calc(100% - 3rem); }
    .yard__cars img {
      width: 100%;
      display: block; }
  .yard-right {
    width: 50%;
    background: #FCFCDA;
    color: #72724F; }
    .yard-right .yard-content {
      padding: 0 4rem 3rem; }
  .yard-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.3rem; }
  .yard__camera {
    width: 41%;
    margin-top: -5rem; }
    .yard__camera img {
      width: 100%;
      display: block; }
  .yard__sakura {
    width: 59%; }
    .yard__sakura img {
      width: 100%;
      display: block; }

.comfort {
  padding: 15rem 0 4rem;
  position: relative;
  z-index: 1; }
  .comfort::after {
    width: 100%;
    height: 20rem;
    background: #72724F;
    position: absolute;
    bottom: 0;
    left: 0;
    content: ''; }
  .comfort .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem; }
  .comfort__text {
    line-height: 1.4;
    max-width: 32rem;
    text-align: justify; }
  .comfort .owl-stage-outer {
    padding: 2.5rem 0 6rem; }
  .comfort .owl-item:nth-child(2n) .comfort-item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comfort .owl-item:nth-child(2n) .comfort-item__img::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(44.58%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.58%, rgba(0, 0, 0, 0.8) 100%); }
  .comfort-item {
    position: relative;
    width: 27.3rem;
    height: 36rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: .6s all;
    transition: .6s all; }
    .comfort-item:hover {
      -webkit-box-shadow: 0px 5rem 4rem 0px rgba(0, 0, 0, 0.07), 0px 3.2rem 2.4rem 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
              box-shadow: 0px 5rem 4rem 0px rgba(0, 0, 0, 0.07), 0px 3.2rem 2.4rem 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02); }
      .comfort-item:hover .comfort-item__wrap {
        color: #72724F;
        background: #FCFCDA; }
    .comfort-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .comfort-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, color-stop(44.58%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 44.58%, rgba(0, 0, 0, 0.8) 100%); }
      .comfort-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .comfort-item__wrap {
      padding: 2rem 1.2rem 2.4rem 2rem;
      -webkit-transition: .6s all;
      transition: .6s all;
      color: #fff; }
    .comfort-item__title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      font-weight: 500; }
    .comfort-item__text {
      line-height: 1.4;
      text-align: justify; }
  .comfort-arrows {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 2;
    padding-right: 7rem;
    margin-top: -8rem; }

.genplan {
  height: 100vh;
  position: relative;
  color: #fff;
  padding: 5rem 0; }
  .genplan .container {
    position: relative;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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%;
      -o-object-fit: cover;
         object-fit: cover; }
    .genplan__img svg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .genplan__img svg path {
        opacity: 0;
        -webkit-transition: .1s all;
        transition: .1s all;
        -webkit-animation: svgPulse 2s infinite linear;
                animation: svgPulse 2s infinite linear;
        fill: #F9F9A3; }
        .genplan__img svg path:hover {
          opacity: 1;
          fill: #F9F9A3;
          -webkit-animation: none;
                  animation: none; }
  .genplan__btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    pointer-events: auto;
    width: 8.4rem;
    height: 8.4rem;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #72724F;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    gap: .65rem;
    border-radius: 50%; }
    .genplan__btn img {
      width: 2.75rem; }
    .genplan__btn:hover {
      background: #F9F9A3; }
  .genplan-info {
    position: fixed;
    font-weight: 600;
    font-size: 1.5rem;
    height: 2.7rem;
    width: 10rem;
    background: #F9F9A3;
    color: #72724F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 10rem;
    left: 10rem;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(-50%, -5rem);
            transform: translate(-50%, -5rem); }
    .genplan-info::after {
      content: '';
      bottom: -2.3rem;
      position: absolute;
      width: 0.8rem;
      height: 2.3rem;
      background: url(../img/icons/pin.svg) top center no-repeat;
      background-size: contain; }
    .genplan-info.active {
      opacity: 1;
      visibility: visible; }

.developer {
  padding: 6rem 0; }
  .developer .container {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem; }
  .developer .section-subtitle {
    margin-bottom: 1rem; }
  .developer__title {
    font-family: 'Inter', sans-serif;
    margin-bottom: 1.8rem;
    font-size: 2.5rem;
    max-width: 28rem; }
  .developer .section-text {
    margin-bottom: 1.7rem;
    text-align: justify; }
  .developer__btn {
    width: 16rem; }
  .developer-wrap {
    width: 42.5%;
    position: relative;
    z-index: 1; }
  .developer__img {
    width: 58.5%; }

.news {
  padding-top: 8rem;
  position: relative;
  z-index: 1;
  background: #72724F;
  color: #fff; }
  .news__pattern {
    width: 21.5rem;
    position: absolute;
    top: -5rem;
    right: 0;
    z-index: -1; }
    .news__pattern img {
      width: 100%;
      display: block; }
  .news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem; }
  .news-item {
    height: 34rem;
    position: relative;
    z-index: 1;
    padding: 2rem 2rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    .news-item:hover .news-item__wrap {
      color: #F9F9A3; }
    .news-item:hover .news-item__btn {
      border-color: #F9F9A3; }
    .news-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .news-item__img::after {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .news-item__date {
      text-align: center;
      -ms-flex-item-align: start;
          align-self: flex-start;
      color: #fff; }
      .news-item__date span {
        display: block;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1.1; }
    .news-item__wrap {
      -webkit-transition: .6s all;
      transition: .6s all;
      color: #fff; }
    .news-item__title {
      font-size: 1.3rem;
      line-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3.6rem;
      margin-bottom: 2.5rem; }
    .news-item__text {
      display: none; }
    .news-item__btn {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 1.5rem;
      gap: 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .news-item__btn img {
        width: 2.2rem !important; }
  .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: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: #72724F;
      color: #fff;
      top: 0;
      right: 0; }
      .news-popup__close:hover {
        background: #F9F9A3;
        color: #72724F; }
    .news-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #fff;
      -webkit-box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
              box-shadow: 0px 0.35rem 0.9rem rgba(167, 167, 167, 0.25);
      width: 70rem;
      max-width: calc(100% - 2rem);
      padding: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.1rem;
      max-height: calc(100dvh - 5rem);
      overflow: auto; }
    .news-popup__img {
      width: 45%;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
      .news-popup__img img {
        width: 100%;
        display: block;
        -o-object-fit: cover;
           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: #72724F; }
    .news-popup__text {
      line-height: 150%;
      font-size: 0.9rem; }

.choose {
  height: 100svh;
  position: relative; }
  .choose-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); }
    .choose-loading__load {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2; }
      .choose-loading__load div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: .4rem solid #fff;
        border-radius: 50%;
        -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
                animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent; }
        .choose-loading__load div:nth-child(1) {
          -webkit-animation-delay: -0.45s;
                  animation-delay: -0.45s; }
        .choose-loading__load div:nth-child(1) {
          -webkit-animation-delay: -0.3s;
                  animation-delay: -0.3s; }
        .choose-loading__load div:nth-child(1) {
          -webkit-animation-delay: -0.15s;
                  animation-delay: -0.15s; }
  .choose__back {
    position: absolute;
    left: 5.5rem;
    z-index: 3;
    top: 5.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    width: 12rem;
    gap: 1.2rem;
    color: #fff;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid transparent; }
    .choose__back:hover {
      border-color: #fff;
      background: #72724F; }
    .choose__back img {
      width: 1.15rem; }
  .choose-map {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    position: absolute;
    right: 5.5rem;
    bottom: 2.5rem;
    padding: 1rem 0.75rem;
    z-index: 3; }
    .choose-map__img {
      height: 4.2rem;
      position: relative; }
      .choose-map__img img {
        height: 100%;
        display: block; }
      .choose-map__img svg {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
  .choose-main {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .choose-main__img {
      height: 100%;
      width: 100%;
      position: relative; }
      .choose-main__img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .choose-main__img svg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .choose-main__img svg path {
          opacity: 0;
          -webkit-transition: .1s all;
          transition: .1s all;
          -webkit-animation: svgPulse 2s infinite linear;
                  animation: svgPulse 2s infinite linear;
          fill: #F9F9A3; }
          .choose-main__img svg path:hover {
            opacity: 1;
            fill: #F9F9A3;
            -webkit-animation: none;
                    animation: none; }
  .choose-info {
    position: fixed;
    height: 8rem;
    width: 13.3rem;
    background: url(../img/icons/choose.svg) center center no-repeat;
    background-size: contain;
    color: #000;
    top: 10rem;
    left: 10rem;
    z-index: 5;
    padding: 1.3rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(-100%, -3.5rem);
            transform: translate(-100%, -3.5rem); }
    .choose-info.active {
      opacity: 1;
      visibility: visible; }
    .choose-info__top {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 1.1rem; }
    .choose-info__bot {
      max-width: 9rem;
      border-top: 1px solid #e4e4e4;
      padding-top: 0.9rem;
      font-size: 0.8rem;
      color: #c5c5c5;
      font-weight: 300; }
      .choose-info__bot span {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
        color: #000;
        margin-top: 0.2rem; }

.floor-main {
  width: 93%;
  margin-left: 7%;
  height: 30rem;
  position: relative; }
  .floor-main img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain; }
  .floor-main svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .floor-main svg path {
      opacity: 0;
      -webkit-transition: .1s all;
      transition: .1s all;
      -webkit-animation: svgPulse 2s infinite linear;
              animation: svgPulse 2s infinite linear;
      fill: #F9F9A3; }
      .floor-main svg path:hover {
        opacity: 1;
        fill: #F9F9A3;
        -webkit-animation: none;
                animation: none; }
.floor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .floor-info__name {
    font-size: 0.8rem;
    margin-bottom: 1.25rem; }
    .floor-info__name span {
      font-size: 1.5rem; }
  .floor-info__list li {
    margin-bottom: 0.8rem; }
    .floor-info__list li:last-child {
      margin-bottom: 0; }
    .floor-info__list li a {
      width: 3.3rem;
      height: 0.2rem;
      display: block;
      background: #fff;
      border-radius: .2rem; }
      .floor-info__list li a:hover {
        background: #F9F9A3; }
      .floor-info__list li a.active {
        background: #F9F9A3;
        pointer-events: none; }
.floor-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  width: 3rem;
  height: 5.1rem; }
  .floor-btns a svg {
    width: .5rem; }
  .floor-btns a:hover {
    background: #72724F;
    color: #fff; }
  .floor-btns a:last-child {
    margin-bottom: 0; }
.floor .flat-info {
  opacity: 0;
  -webkit-transition: .6s all;
  transition: .6s all;
  visibility: hidden; }
  .floor .flat-info.active {
    opacity: 1;
    visibility: visible; }

.flat {
  background: -webkit-gradient(linear, left top, right top, from(#72724F), to(#8F8F61));
  background: linear-gradient(to right, #72724F, #8F8F61);
  color: #fff;
  padding: 5rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  min-height: 100svh; }
  .flat::before {
    z-index: -1;
    height: 21.8rem;
    width: 35.4rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/icons/pattern-flat.png) bottom left no-repeat;
    background-size: contain; }
  .flat-breadcrumbs {
    position: absolute;
    bottom: 2.5rem;
    left: 5.5rem;
    font-size: 0.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .85rem; }
    .flat-breadcrumbs span {
      width: 1.25rem;
      height: 1px;
      background: #fff; }
    .flat-breadcrumbs a {
      color: #fff; }
      .flat-breadcrumbs a:hover {
        color: #F9F9A3; }
      .flat-breadcrumbs a:last-child {
        color: #F9F9A3;
        pointer-events: none; }
  .flat .choose-map {
    background: none;
    padding: 0; }
    .flat .choose-map__img {
      height: auto;
      width: 11.5rem; }
      .flat .choose-map__img img {
        width: 100%;
        height: auto; }
  .flat .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem; }
  .flat-left, .flat-right {
    width: 14.9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .flat-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.7rem; }
    .flat-switch p {
      -webkit-transition: .6s all;
      transition: .6s all; }
      .flat-switch p.active {
        color: #F9F9A3; }
    .flat-switch label {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 1.5rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: #E6E6E6;
      width: 2.3rem;
      height: 1.2rem;
      padding: 0 0.3rem; }
      .flat-switch label input {
        display: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .flat-switch label input:checked + span {
          margin-left: 1rem; }
      .flat-switch label span {
        width: 0.7rem;
        height: 0.7rem;
        border-radius: 50%;
        background: #72724F;
        -webkit-transition: .6s all;
        transition: .6s all; }
  .flat-info {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 2.3rem; }
    .flat-info__name {
      font-weight: 700;
      padding-bottom: 1.1rem;
      margin-bottom: 1.1rem;
      font-size: 1.4rem;
      border-bottom: 1px solid #fff;
      line-height: 1;
      white-space: nowrap; }
    .flat-info__list {
      font-size: 0.8rem; }
      .flat-info__list li {
        margin-bottom: 1.25rem; }
        .flat-info__list li:last-child {
          margin-bottom: 0; }
      .flat-info__list div {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.2rem; }
  .flat-rooms {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 1.4rem 2.3rem;
    font-size: 0.8rem; }
    .flat-rooms li {
      margin-bottom: 0.85rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .flat-rooms li p {
        font-weight: 700; }
      .flat-rooms li:last-child {
        margin-bottom: 0; }
  .flat-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flat__img {
    width: 36rem;
    height: 36rem;
    margin: -2rem auto 1.3rem;
    position: relative; }
    .flat__img img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      -webkit-transition: .6s all;
      transition: .6s all;
      -o-object-fit: contain;
         object-fit: contain;
      opacity: 0;
      visibility: hidden; }
      .flat__img img.active {
        opacity: 1;
        visibility: visible; }
  .flat-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem; }
    .flat-btns a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 1.4rem;
      padding-right: 1rem;
      gap: .6rem;
      font-size: 0.9rem;
      color: #F9F9A3;
      border: 1px solid #F9F9A3;
      height: 3rem;
      min-width: 13.25rem; }
      .flat-btns a svg {
        width: 1.2rem; }
      .flat-btns a:hover {
        color: #72724F;
        background: #F9F9A3; }
      .flat-btns a:nth-child(2) {
        color: #72724F;
        background: #F9F9A3; }
        .flat-btns a:nth-child(2):hover {
          color: #F9F9A3;
          background: transparent; }

.footer {
  text-align: center;
  background: #72724F;
  color: #fff;
  padding: 11.5rem 0 1.5rem;
  position: relative;
  z-index: 1; }
  .footer__pattern {
    width: 20.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .footer__pattern img {
      width: 100%;
      display: block; }
  .footer__logo {
    width: 14.5rem;
    display: inline-block;
    margin-bottom: 4.5rem; }
    .footer__logo img {
      width: 100%;
      display: inline-block; }
  .footer-item__title {
    font-size: 1.25rem;
    margin-bottom: 0.7rem; }
  .footer-item__tel {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4rem; }
    .footer-item__tel:hover {
      color: #F9F9A3; }
  .footer-item__address {
    max-width: 30rem;
    margin: 0 auto 1.5rem;
    font-size: 2.1rem; }
  .footer-item__btn {
    width: 12.5rem;
    font-size: 0.8rem;
    gap: .5rem; }
    .footer-item__btn img {
      width: 1.2rem; }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9rem;
    margin-bottom: 2.3rem; }
  .footer__novas {
    color: #fff;
    font-size: 0.9rem; }
    .footer__novas:hover {
      color: #F9F9A3; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 3rem; }

  .choose__back {
    left: 3rem; }

  .flat-breadcrumbs {
    left: 3rem; }

  .social {
    gap: 1.5rem; } }
@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; }

  .flat__img {
    margin-bottom: 1rem;
    width: 35rem;
    height: 35rem; } }
@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; }

  .fixed-popup {
    bottom: 1rem;
    right: 0.5rem; }

  .header-menu {
    display: none; }
  .header__btn {
    display: none; }
  .header-social {
    display: none; }
  .header-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F9F9A3;
    color: #fff;
    width: 2.8rem;
    height: 2.8rem; }
    .header-mobile svg {
      width: 1.2rem; }

  .main {
    height: 55rem; }
    .main__logo {
      -webkit-transform: none;
              transform: none;
      left: auto;
      right: 3rem; }

  .about {
    padding: 6rem 0; }
    .about__patterns img {
      position: absolute;
      width: 14rem; }
    .about-item {
      width: calc(50% - .75rem); }
    .about__title {
      font-size: 2rem;
      margin-bottom: 30vw; }
      .about__title span {
        font-size: 5rem; }
    .about-img {
      height: auto;
      width: 100%;
      margin-top: 3rem; }
      .about-img__clouds img:nth-child(1) {
        left: 5vw;
        top: 10vw;
        width: 30vw;
        -webkit-transform: translateX(-20vw);
                transform: translateX(-20vw); }
      .about-img__clouds img:nth-child(2) {
        left: 30vw;
        width: 80vw;
        -webkit-transform: translateX(-40vw);
                transform: translateX(-40vw); }
      .about-img img {
        height: auto;
        width: 100%; }
    .about-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .about-text {
      width: 100%; }
    .about-info {
      width: 100%; }

  .location-main {
    position: static; }
    .location-main .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .location__map {
    height: 30rem; }
  .location-buttons {
    top: auto;
    bottom: 12rem; }

  .infra-item {
    padding: 3rem; }
    .infra-item__text {
      padding-left: 20%; }
  .infra-choose__item {
    margin-top: -2rem;
    margin-left: 3rem; }
  .infra-choose__wrap {
    margin-right: -2rem; }
  .infra-choose__time {
    width: 8rem;
    height: 8rem; }
    .infra-choose__time div {
      font-size: 3rem; }
  .infra-choose__img {
    width: 4rem;
    height: 4rem; }
  .infra-choose__svg {
    bottom: -2rem; }

  .consult {
    padding-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .consult-wrap {
      padding-left: 3rem;
      width: 100%; }
    .consult__img {
      width: calc(100% - 6rem); }
    .consult__pattern {
      width: 14rem; }

  .yard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 7rem; }
    .yard-left, .yard-right {
      width: 100%; }

  .comfort {
    padding-top: 7rem; }
    .comfort > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

  .genplan {
    height: 80svh;
    padding: 3rem 0; }
    .genplan-info {
      -webkit-transform: none;
              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; }

  .news__pattern {
    width: 14rem;
    top: 0; }
  .news-popup__content {
    display: block; }
  .news-popup__close {
    -webkit-transform: none;
            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; }

  .choose-info {
    -webkit-transform: none;
            transform: none;
    right: 1rem;
    left: auto;
    top: 5.5rem;
    position: absolute;
    background: #fff;
    border-radius: .5rem; }
  .choose-main {
    max-width: 100%;
    overflow: auto; }
    .choose-main__img {
      width: 177svh; }
  .choose-map {
    right: auto;
    left: 3rem; }

  .floor-main {
    margin-left: 0;
    width: 100%; }

  .flat {
    padding: 13rem 0 6rem; }
    .flat-switch {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 10rem;
      margin-bottom: 0; }
    .flat .container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .flat-main {
      -webkit-box-ordinal-group: -998;
          -ms-flex-order: -999;
              order: -999; }
    .flat .choose-map {
      display: none; }
    .flat__img {
      margin-top: 0; }

  .footer {
    padding-top: 7rem; }
    .footer__pattern {
      width: 14rem; }
    .footer-wrap {
      margin-top: 5rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .fixed-popup {
    bottom: 1.5rem; }

  .container {
    padding: 0 1rem; }

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

  .arrows span {
    width: 3rem;
    height: 3rem; }

  .tel-popup {
    right: 0.5rem; }

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

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

  .header__logo {
    width: 3.5rem; }
  .header__tel {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #F9F9A3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0.5rem; }
    .header__tel svg path {
      stroke: #fff; }
    .header__tel span {
      display: none; }
  .header__lang {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem; }
  .header-mobile {
    width: 2.5rem;
    height: 2.5rem; }

  .main {
    height: 45rem;
    text-align: center;
    padding-bottom: 0;
    z-index: 3; }
    .main .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: -5rem; }
    .main__logo {
      position: static;
      margin: 0 auto 1.5rem;
      width: 12rem; }
    .main__title {
      font-size: 2rem; }
    .main__btn {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 1000;
          -ms-flex-order: 999;
              order: 999;
      margin-top: 2rem; }

  .about {
    padding-top: 10rem; }
    .about__patterns img {
      width: 8rem; }
    .about-item {
      width: 100%;
      padding: 1.5rem;
      font-size: 1rem;
      height: 11rem; }
    .about__title {
      font-size: 1.5rem; }
      .about__title span {
        font-size: 3rem; }
    .about-info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .about-info__item {
        width: calc(50% - .5rem); }
      .about-info__value {
        font-size: 2rem; }

  .location {
    padding-top: 5rem; }
    .location-buttons {
      bottom: 2rem; }

  .infra {
    padding-bottom: 0; }
    .infra-item {
      padding: 1.5rem 1rem; }
      .infra-item__text {
        padding-left: 10%;
        font-size: 0.8rem; }
      .infra-item .about__title {
        margin-bottom: 1rem;
        font-size: 1.2rem; }
    .infra-choose__item {
      margin-top: -1.5rem;
      margin-left: 1rem; }
    .infra-choose__wrap {
      margin-right: -1.5rem; }
    .infra-choose__time {
      width: 6rem;
      height: 6rem; }
    .infra-choose__img {
      width: 3rem;
      height: 3rem; }
    .infra-choose__svg {
      bottom: -1.5rem; }

  .consult {
    gap: 2rem; }
    .consult-wrap {
      padding: 0 1rem; }
    .consult__text {
      margin-bottom: 2rem; }
    .consult-form input {
      margin-bottom: 2rem; }
    .consult__img {
      width: 100%; }
    .consult__pattern {
      width: 8rem; }

  .yard {
    margin-top: 4rem; }
    .yard-top {
      gap: 0;
      margin-bottom: 0; }
    .yard__camera {
      margin-top: -3rem; }
    .yard__sakura {
      width: 65%;
      margin-left: -6%; }
    .yard-right .yard-content {
      padding: 0 1rem 2rem; }
    .yard__title {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .yard__text {
      font-size: 1rem; }
    .yard-left .container {
      padding-right: 1rem; }
    .yard-wrap {
      gap: 1rem; }
    .yard__parking {
      width: 4rem; }
    .yard__cars {
      margin-top: 2rem;
      width: 100%; }

  .comfort {
    padding-top: 5rem; }
    .comfort .container {
      gap: 1rem; }
    .comfort-item {
      width: calc(100vw - 4rem);
      height: 28rem; }
      .comfort-item__wrap {
        padding: 1rem 1rem 1.5rem; }
      .comfort-item__title {
        margin-bottom: 1rem;
        font-size: 1.3rem; }
      .comfort-item__text {
        font-size: 0.9rem; }
    .comfort-arrows {
      margin-top: -5rem;
      padding-right: 1rem; }

  .genplan__btn {
    font-size: 0.8rem;
    width: 6rem;
    height: 6rem;
    gap: .5rem; }
    .genplan__btn img {
      width: 2rem; }
  .genplan-info {
    font-size: 1rem;
    height: 2rem;
    width: 6rem; }
    .genplan-info::after {
      bottom: -1.15rem;
      width: 0.4rem;
      height: 1.15rem; }

  .news {
    padding: 5rem 0 8rem;
    position: relative; }
    .news__pattern {
      width: 8rem; }
    .news-arrows {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 3.5rem; }
    .news-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .news-item {
      height: 28rem;
      padding: 1rem 1rem 1.5rem; }
      .news-item__title {
        font-size: 1.1rem;
        line-height: 1.5rem;
        height: 3rem;
        margin-bottom: 1.5rem; }
      .news-item__btn {
        font-size: 0.9rem; }

  .choose__back {
    left: 1rem;
    top: 4.5rem;
    font-size: 0.7rem;
    gap: .5rem;
    height: 2rem;
    width: 9rem; }
    .choose__back img {
      width: 0.9rem; }
  .choose-map {
    left: 1rem;
    padding: 0.5rem; }
    .choose-map__img {
      height: 3rem; }
  .choose-info {
    height: 6rem;
    width: 10rem;
    padding: .8rem 1rem;
    top: 4.5rem; }
    .choose-info__top {
      font-size: 0.8rem;
      margin-bottom: .7rem; }
    .choose-info__bot {
      padding-top: 0.6rem;
      font-size: 0.7rem; }
      .choose-info__bot span {
        font-size: 1rem;
        margin-top: 0.1rem; }

  .floor-main {
    height: 20rem; }
  .floor-info {
    height: 100%;
    gap: 1.5rem; }

  .flat {
    padding-top: 8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .flat::before {
      height: 12rem;
      width: 18rem; }
    .flat .container {
      gap: 2rem 1rem;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .flat-left, .flat-right {
      width: calc(50% - .5rem); }
    .flat-breadcrumbs {
      left: 1rem;
      bottom: 1rem;
      gap: .5rem;
      width: calc(100% - 2rem);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .flat-breadcrumbs span {
        width: 1rem; }
    .flat-switch {
      top: 8rem; }
    .flat-info {
      padding: 1rem; }
      .flat-info__name {
        font-size: 1.1rem;
        padding-bottom: 0.7rem;
        margin-bottom: 0.7rem; }
      .flat-info__list li {
        margin-bottom: .9rem; }
      .flat-info__list div {
        font-size: 0.95rem; }
    .flat-rooms {
      padding: 1rem; }
    .flat__img {
      width: 90vw;
      height: 90vw;
      margin-top: 2rem; }
    .flat-btns a {
      width: calc(50% - .5rem);
      min-width: 0;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 0.8rem;
      gap: .4rem; }
      .flat-btns a svg {
        width: 1rem;
        height: 1rem; }

  .developer {
    padding: 5rem 0 3rem; }
    .developer .container {
      gap: 3rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .developer-wrap {
      padding: 0 1rem;
      width: 100%; }
    .developer__title {
      font-size: 2rem;
      margin-bottom: 1.5rem; }
    .developer__btn {
      width: 100%; }
    .developer__img {
      height: 25rem;
      width: 100%;
      padding: 0 1rem; }
      .developer__img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

  .footer {
    padding-top: 4rem; }
    .footer__pattern {
      width: 8rem; }
    .footer__logo {
      width: 10rem;
      margin-bottom: 2rem; }
    .footer-item__title {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    .footer-item__tel {
      font-size: 2rem;
      margin-bottom: 2rem; }
    .footer-item__address {
      font-size: 1.5rem; }
    .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 */