@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Manrope';
  src: url("fonts/Manrope-Medium.eot");
  src: local("Manrope Medium"), local("Manrope-Medium"), url("fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Medium.woff2") format("woff2"), url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Albertus Nova';
  src: url("fonts/AlbertusNovaThin.eot");
  src: local("Albertus Nova Thin"), local("AlbertusNovaThin"), url("fonts/AlbertusNovaThin.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertusNovaThin.woff2") format("woff2"), url("fonts/AlbertusNovaThin.woff") format("woff"), url("fonts/AlbertusNovaThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Albertus Nova';
  src: url("fonts/AlbertusNova.eot");
  src: local("Albertus Nova"), local("AlbertusNova"), url("fonts/AlbertusNova.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertusNova.woff2") format("woff2"), url("fonts/AlbertusNova.woff") format("woff"), url("fonts/AlbertusNova.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  font-size: 30px; }

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

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

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  color: #0A3B2C;
  font-weight: 500; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

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

.btn {
  height: 2.4rem;
  border-radius: 2.4rem;
  background: #FADCBC;
  color: #0A3B2C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  font-family: "Albertus Nova", sans-serif;
  padding: 0 2rem;
  font-size: 0.75rem; }
  .btn:hover {
    background: #f2c290; }

.social {
  display: flex;
  gap: 2.2rem; }
  .social li {
    display: inline-flex; }
  .social a {
    display: inline-flex;
    width: 1.1rem;
    color: #0A3B2C; }
    .social a:hover {
      color: #FADCBC; }
    .social a svg {
      width: 100%;
      height: auto; }

.section-title {
  font-weight: 400;
  font-size: 2.85rem;
  font-family: "Albertus Nova", sans-serif; }
  .section-title span {
    color: #FADCBC; }
  .section-title-small {
    font-size: 2.2rem; }

.section-subtitle {
  text-transform: uppercase;
  height: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.4rem;
  background: #127959;
  font-size: 1.5rem;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Albertus Nova", sans-serif;
  margin-bottom: 0.6rem; }

.section-text {
  line-height: 1.57; }
  .section-text p {
    margin-bottom: 1rem; }
    .section-text p:last-child {
      margin-bottom: 0; }
  .section-text span {
    color: #FADCBC; }

.cursor-anim {
  transition: .6s all;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  background: url(../img/icons/cursor-arrows.svg) center center no-repeat;
  background-size: contain;
  transition: .6s all; }
  .cursor-anim img {
    width: 100%;
    display: block;
    animation: swipeAnim 1.5s linear infinite alternate;
    margin-left: -.5rem; }

.form {
  font-family: "Albertus Nova", sans-serif; }
  .form > input {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color: #fff;
    letter-spacing: 0.05em; }
    .form > input::placeholder {
      color: #fff; }
  .form label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    gap: .75rem;
    font-size: 0.7rem; }
    .form label input {
      appearance: none;
      border: 1px solid #FADCBC;
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
      border-radius: 50%;
      transition: .6s all; }
      .form label input:checked {
        background: #FADCBC; }

.arrows {
  display: flex;
  justify-content: space-between;
  pointer-events: none; }
  .arrows span {
    pointer-events: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(179, 179, 179, 0.44);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px); }
    .arrows span:hover {
      background: #0A3B2C; }
    .arrows span svg {
      width: 0.95rem; }

.fixed-btns {
  position: fixed;
  z-index: 4;
  right: 1.2rem;
  bottom: 3.75rem;
  font-family: "Albertus Nova", sans-serif; }
  .fixed-btns li {
    margin-bottom: 0.75rem; }
    .fixed-btns li:last-child {
      margin-bottom: 0; }
  .fixed-btns a {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #0A3B2C;
    border-radius: 50%;
    color: #fff;
    font-size: 0.6rem;
    border: 0.35rem solid #127959;
    animation: pulse-btn 2s infinite; }
    .fixed-btns a img {
      width: 1.25rem; }
    .fixed-btns a span {
      margin-top: 0.3rem; }
    .fixed-btns a:hover {
      border-width: 0; }
    .fixed-btns a.live-open {
      font-size: .9rem;
      font-weight: 500;
      position: relative; }
      .fixed-btns a.live-open::after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: red;
        animation: pulse-red 1s infinite;
        right: 0.6rem;
        top: 0.6rem;
        content: ''; }
      .fixed-btns a.live-open:hover {
        border-width: .35rem;
        background: #127959; }

.scheme__img {
  height: 7.5rem;
  width: 7.3rem;
  position: relative; }
  .scheme__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain; }
    .scheme__img img:last-child {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      pointer-events: none; }
  .scheme__img svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .scheme__img svg path, .scheme__img svg rect {
      opacity: 0; }
      .scheme__img svg path:hover, .scheme__img svg rect:hover {
        opacity: 0.4; }
    .scheme__img svg a.active path, .scheme__img svg a.active rect {
      opacity: 0.5;
      pointer-events: none; }

@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 121, 89, 0.5); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes pulse-red {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes sound {
  0%,
	100% {
    height: .3rem; }
  50% {
    height: 1rem; } }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes swipeAnim {
  to {
    transform: translateX(1rem); } }
@keyframes svgPulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .3; }
  100% {
    opacity: 0; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #0A3B2C; }
  .preloader-loading {
    background: #0A3B2C;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .preloader-loading__load {
      display: inline-block;
      position: relative;
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      .preloader-loading__load div {
        display: block;
        position: absolute;
        width: 4rem;
        height: 4rem;
        margin: .4rem;
        border: 0.4rem solid #FADCBC;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #FADCBC transparent transparent transparent; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.45s; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .preloader-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .preloader__video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none; }
    .preloader__video video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
      .preloader__video video.mob {
        display: none; }
  .preloader__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8rem;
    height: 3rem;
    width: 12.5rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    font-size: .9rem; }
    .preloader__btn.active {
      opacity: 1;
      visibility: visible; }

.live {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .live-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    width: 48rem;
    height: 27rem;
    text-align: center; }
    .live-content iframe {
      width: 100%;
      height: 100%; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    width: 22rem;
    background: #fff;
    border-radius: 1.5rem;
    border-bottom: 0.65rem solid #127959; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3;
    background: #fff;
    color: #0A3B2C; }
    .feedback__close:hover {
      background: #FADCBC; }
    .feedback__close svg {
      width: .5rem;
      height: .5rem; }
  .feedback__title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Albertus Nova", sans-serif; }
  .feedback__text {
    line-height: 1.2;
    text-align: center;
    font-size: 0.7rem; }
  .feedback-form {
    margin: 2rem 0 0.8rem; }
    .feedback-form > input {
      margin-bottom: 1.5rem;
      color: #0A3B2C;
      border-color: #0A3B2C;
      width: 100%; }
      .feedback-form > input::placeholder {
        color: #0A3B2C; }
    .feedback-form .btn {
      margin-top: .5rem;
      width: 100%; }
  .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: 3.5rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 8rem; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 7;
  background: rgba(0, 0, 0, 0.8);
  font-family: "Albertus Nova", sans-serif;
  display: none; }
  .menu-content {
    width: 50vw;
    background: #0A3B2C;
    color: #FADCBC;
    height: 100%;
    padding: 5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: .8s all;
    transition-delay: .5s;
    cursor: default; }
  .menu__close {
    display: inline-flex;
    font-size: 0.8rem;
    cursor: pointer;
    gap: .3rem;
    line-height: 1; }
    .menu__close img {
      width: .7rem;
      margin-top: -0.3rem; }
  .menu__list li {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-transform: uppercase; }
    .menu__list li a {
      color: #FADCBC;
      border-bottom: .1rem solid transparent; }
      .menu__list li a:hover {
        border-color: #FADCBC; }
    .menu__list li:last-child {
      margin-bottom: 0; }
  .menu__lang {
    display: none; }
  .menu-social a {
    color: #FADCBC; }
    .menu-social a:hover {
      color: #fff; }
  .menu.active .menu-content {
    transform: none; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  transition: .6s all;
  z-index: 5;
  font-family: "Albertus Nova", sans-serif; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 11.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
    .header__logo img {
      width: 100%;
      display: block; }
      .header__logo img:last-child {
        display: none; }
  .header-left {
    display: flex;
    align-items: center;
    gap: 1rem; }
  .header__menu {
    height: 2.7rem;
    padding: 0;
    width: 5.5rem; }
    .header__menu img {
      width: 2rem; }
  .header__download {
    width: 2.7rem;
    height: 2.7rem;
    border: 1px solid #FADCBC;
    background: #0A3B2C;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1rem; }
    .header__download:hover {
      background: #127959; }
  .header-lang {
    position: relative;
    margin-right: 2rem;
    text-transform: capitalize; }
    .header-lang:hover .header-lang__list {
      display: block; }
    .header-lang__btn {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding-bottom: 1.5rem;
      margin-bottom: -1.5rem;
      color: #0A3B2C; }
      .header-lang__btn img {
        width: .5rem;
        margin-left: 0.8rem; }
    .header-lang__list {
      position: absolute;
      top: 1.5rem;
      width: 3.5rem;
      padding: 1rem;
      background: #0A3B2C;
      display: none; }
      .header-lang__list a {
        margin-bottom: 0.5rem;
        color: #fff;
        display: block; }
        .header-lang__list a:hover {
          color: #FADCBC; }
        .header-lang__list a:last-child {
          margin-bottom: 0; }
  .header-right {
    display: flex;
    align-items: center;
    gap: 1.5rem; }
  .header-sound {
    display: flex; }
    .header-sound__anim {
      display: flex;
      align-items: flex-end;
      gap: .2rem;
      height: 1rem;
      cursor: pointer; }
      .header-sound__anim span {
        width: 2px;
        height: 1rem;
        background: #0A3B2C;
        animation: sound 2s infinite; }
        .header-sound__anim span:nth-child(1) {
          animation-delay: 0s; }
        .header-sound__anim span:nth-child(2) {
          animation-delay: -0.2s; }
        .header-sound__anim span:nth-child(3) {
          animation-delay: -0.8s; }
        .header-sound__anim span:nth-child(4) {
          animation-delay: -0.4s; }
        .header-sound__anim span:nth-child(5) {
          animation-delay: -0.6s; }
      .header-sound__anim.active span {
        background: #FADCBC; }
  .header__tel {
    color: #0A3B2C;
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: 1.35rem; }
    .header__tel svg {
      width: 1.6rem; }
    .header__tel:hover {
      color: #FADCBC; }
  .header__btn {
    font-size: 0.9rem;
    padding: 0 2.5rem; }
  .header.scrolled {
    padding: 1rem 0;
    background: #fff;
    border-bottom: 1px solid #FADCBC; }
    .header.scrolled .header__logo {
      opacity: 1; }
  .header.hide {
    transform: translateY(-100%); }
  .header-white {
    color: #fff; }
    .header-white .header__logo {
      opacity: 1; }
      .header-white .header__logo img:first-child {
        display: none; }
      .header-white .header__logo img:last-child {
        display: block; }
    .header-white .header-lang__btn {
      color: #fff; }
      .header-white .header-lang__btn img {
        filter: brightness(0) invert(1); }
    .header-white .header-social a {
      color: #fff; }
      .header-white .header-social a:hover {
        color: #FADCBC; }
    .header-white .header__tel {
      color: #fff; }
      .header-white .header__tel:hover {
        color: #FADCBC; }
    .header-white.scrolled .header__tel {
      color: #0A3B2C; }
      .header-white.scrolled .header__tel:hover {
        color: #FADCBC; }
    .header-white.scrolled .header__logo img:first-child {
      display: block; }
    .header-white.scrolled .header__logo img:last-child {
      display: none; }
  .header-floor .header__logo {
    opacity: 1; }

.main {
  height: 100svh;
  background: url(../img/main.jpg) top center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .main__logo {
    width: 33rem;
    margin: 0 auto 4rem;
    opacity: 0;
    transform: translateY(3rem);
    transition: .8s all ease-in-out;
    transition-delay: .6s; }
    .main__logo img {
      width: 100%;
      display: inline-block; }
  .main .section-title {
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(3rem);
    transition: .8s all ease-in-out;
    transition-delay: 1s; }
  .main__text {
    font-size: 1.3rem;
    max-width: 32rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(3rem);
    transition: .8s all ease-in-out;
    transition-delay: 1.4s; }
  .main.active .main__logo, .main.active .section-title, .main.active .main__text {
    opacity: 1;
    transform: translateY(0); }

.about {
  position: relative;
  height: 60rem;
  z-index: 1;
  color: #fff;
  padding: 3rem 0; }
  .about__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .about__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .about-head {
    align-self: center;
    text-align: center; }
  .about__title {
    font-size: 1.55rem;
    font-weight: 400;
    font-family: "Albertus Nova", sans-serif;
    margin-bottom: 1.5rem; }
  .about__logo img {
    width: 13rem;
    display: inline-block; }
  .about-main {
    align-self: flex-end;
    text-align: right; }
    .about-main .about__title {
      margin-bottom: .5rem; }
  .about .section-text {
    max-width: 25.5rem;
    margin-bottom: 1.5rem; }
  .about-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .5rem;
    user-select: none; }
    .about-item:nth-child(1) {
      bottom: 10%;
      left: 15%; }
    .about-item:nth-child(2) {
      bottom: 32%;
      left: 30%; }
    .about-item:nth-child(3) {
      bottom: 50%;
      left: 70%; }
      .about-item:nth-child(3) .about-item__card {
        width: 19rem; }
    .about-item.active .about-item__btn span:first-child {
      opacity: 0; }
    .about-item.active .about-item__btn span:last-child {
      opacity: 1; }
    .about-item.active .about-item__card {
      opacity: 1;
      visibility: visible;
      transform: none;
      pointer-events: auto; }
    .about-item.active > .about-item__title {
      opacity: 0; }
    .about-item__btn {
      width: 2.5rem;
      height: 2.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #FADCBC;
      color: #0A3B2C;
      font-size: 1.3rem;
      border-radius: 50%;
      line-height: 1;
      position: relative;
      z-index: 2; }
      .about-item__btn span {
        position: absolute;
        transition: .6s all; }
        .about-item__btn span:last-child {
          opacity: 0; }
    .about-item__title {
      font-size: 1.5rem;
      font-family: "Albertus Nova", sans-serif;
      transition: .6s all; }
    .about-item__card {
      position: absolute;
      background: #fff;
      color: #0A3B2C;
      width: 25.6rem;
      padding: 3.1rem 3.1rem 2rem;
      left: 1.25rem;
      pointer-events: none;
      transition: .6s all;
      opacity: 0;
      visibility: hidden;
      transform: translateX(1.25rem); }
      .about-item__card .about-item__title {
        max-width: 14rem;
        margin-bottom: 1.5rem; }
    .about-item__numbers li {
      margin-bottom: 1rem;
      display: flex;
      align-items: flex-start;
      gap: 1rem; }
      .about-item__numbers li div {
        font-size: 3.1rem;
        color: #127959;
        font-family: "Albertus Nova", sans-serif;
        line-height: 1.2; }
      .about-item__numbers li:last-child {
        margin-bottom: 0; }

.infra {
  padding-top: 6.5rem; }
  .infra-head {
    text-align: center;
    max-width: 43rem;
    margin: 0 auto 3.5rem; }
  .infra .section-title {
    margin-bottom: 1rem; }
  .infra-main {
    box-shadow: 0 0.2rem 1.8rem rgba(10, 15, 40, 0.25);
    position: relative;
    height: 31.5rem;
    padding: 2rem;
    margin-bottom: 7rem; }
  .infra__map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .infra__map #infraMap {
      width: 100%;
      height: 100%; }
  .infra-list {
    display: flex;
    gap: .5rem; }
  .infra-item {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25);
    border-radius: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    padding-left: 0.6rem;
    padding-right: 1.25rem;
    height: 2rem;
    font-size: 0.7rem;
    display: flex;
    gap: .5rem;
    min-width: 4.5rem;
    position: relative;
    z-index: 2;
    background: #fff; }
    .infra-item svg {
      width: .9rem; }
    .infra-item:first-child {
      padding: 0 1rem; }
    .infra-item:hover {
      color: #FADCBC; }
    .infra-item.active {
      box-shadow: none;
      background: #0A3B2C;
      color: #fff;
      pointer-events: none; }
  .infra-info {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: #0A3B2C;
    display: flex;
    align-items: center;
    gap: .8rem;
    width: 34rem;
    padding: 1.2rem 2rem;
    font-size: 1rem;
    font-family: "Albertus Nova", sans-serif; }
    .infra-info__btn {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 1rem;
      color: #FADCBC; }
      .infra-info__btn img {
        width: 3.2rem; }
      .infra-info__btn:hover {
        color: #f2c290; }
  .infra-markers {
    display: none; }
    .infra-markers__item {
      font-family: "Manrope", sans-serif;
      max-width: 10rem; }
      .infra-markers__item p {
        display: flex;
        align-items: center;
        color: #999;
        gap: .2rem;
        margin-bottom: 0.2rem;
        font-size: 0.7rem; }
        .infra-markers__item p img {
          width: .8rem;
          flex-shrink: 0; }
      .infra-markers__item div {
        font-weight: 500;
        font-size: 0.8rem; }
  .infra-car {
    padding-bottom: 1rem; }
    .infra-car__title {
      font-weight: 100;
      text-align: center;
      font-size: 7.4rem;
      font-family: "Albertus Nova", sans-serif; }
    .infra-car__wrap {
      display: flex;
      gap: 2rem;
      align-items: flex-end;
      position: relative;
      z-index: 1;
      margin-top: -5rem; }
    .infra-car__list {
      width: calc(50% - 9rem);
      padding-bottom: 6rem; }
      .infra-car__list li {
        margin-bottom: 3.2rem;
        padding-bottom: 0.65rem;
        border-bottom: 1px solid rgba(10, 59, 44, 0.2);
        display: flex;
        font-size: 1.2rem;
        align-items: flex-end; }
        .infra-car__list li div {
          width: 3rem;
          font-size: 3rem;
          font-family: "Albertus Nova", sans-serif;
          color: #127959;
          line-height: .8; }
        .infra-car__list li:last-child {
          margin-bottom: 0; }
    .infra-car__img {
      width: 16rem; }

.arc {
  position: relative;
  z-index: 1;
  height: 60rem;
  color: #fff;
  padding: 4rem 0; }
  .arc .cursor-anim {
    display: none; }
  .arc__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .arc__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .arc .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .arc__title {
    font-weight: 100;
    text-align: center;
    font-size: 7.4rem;
    font-family: "Albertus Nova", sans-serif; }
  .arc-main {
    max-width: 26.5rem; }
    .arc-main-mob {
      display: none; }
    .arc-main__title {
      font-size: 1.3rem;
      font-family: "Albertus Nova", sans-serif;
      margin-bottom: 0.5rem; }
  .arc-item {
    position: absolute;
    display: flex;
    align-items: center;
    user-select: none; }
    .arc-item:nth-child(1) {
      top: 33%;
      left: 31%; }
    .arc-item:nth-child(2) {
      top: 49%;
      left: 39%; }
    .arc-item:nth-child(3) {
      top: 68%;
      left: 32%; }
    .arc-item:nth-child(4) {
      top: 33%;
      left: 72%; }
    .arc-item:nth-child(5) {
      top: 52%;
      left: 69%; }
    .arc-item:nth-child(6) {
      top: 68%;
      left: 67%; }
    .arc-item:nth-child(7) {
      top: 82%;
      left: 65%; }
    .arc-item.active .arc-item__btn span:first-child {
      opacity: 0; }
    .arc-item.active .arc-item__btn span:last-child {
      opacity: 1; }
    .arc-item.active .arc-item__card {
      opacity: 1;
      visibility: visible;
      transform: none;
      pointer-events: auto; }
    .arc-item__btn {
      width: 2.5rem;
      height: 2.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #FADCBC;
      color: #0A3B2C;
      font-size: 1.3rem;
      border-radius: 50%;
      line-height: 1;
      position: relative;
      z-index: 2; }
      .arc-item__btn span {
        position: absolute;
        transition: .6s all; }
        .arc-item__btn span:last-child {
          opacity: 0; }
    .arc-item__title {
      font-size: 1.5rem;
      font-family: "Albertus Nova", sans-serif;
      transition: .6s all;
      margin-bottom: 0.75rem; }
    .arc-item__card {
      position: absolute;
      background: #fff;
      color: #0A3B2C;
      width: 18rem;
      padding: 2rem;
      left: 1.25rem;
      pointer-events: none;
      transition: .6s all;
      opacity: 0;
      visibility: hidden;
      transform: translateX(1.25rem); }
    .arc-item__text {
      font-size: 0.9rem; }

.consult {
  padding: 12.5rem 0;
  background: #0A3B2C url(../img/pattern/consult.png) bottom center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1; }
  .consult::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    content: '';
    width: 22rem;
    height: 22rem;
    background: url(../img/pattern/consult.svg) center center no-repeat;
    background-size: contain;
    pointer-events: none; }
  .consult .section-title {
    margin-bottom: 2.2rem; }
  .consult-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 60rem;
    margin: 0 auto;
    gap: 1.5rem;
    position: relative;
    z-index: 2; }
    .consult-form > input {
      width: calc(50% - 7rem); }
    .consult-form .btn {
      width: 11rem; }
  .consult-white {
    color: #0A3B2C;
    background: #fff;
    padding: 9rem 0; }
    .consult-white::after {
      background-image: url(../img/pattern/consult-white.svg); }
    .consult-white .form > input {
      border-color: #0A3B2C;
      color: #0A3B2C; }
      .consult-white .form > input::placeholder {
        color: #0A3B2C; }
  .consult-params {
    padding: 11rem 0; }

.queue {
  position: relative;
  z-index: 1;
  height: 100svh; }
  .queue__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .queue__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .queue-info__item {
    position: absolute;
    height: 4.75rem;
    padding: 0 2.3rem;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Albertus Nova", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center; }
    .queue-info__item:nth-child(1) {
      top: 45%;
      left: 13%;
      background: #48BC95; }
    .queue-info__item:nth-child(2) {
      right: 13%;
      top: 55%;
      background: #F2DAAE; }

.yard {
  padding-top: 6rem;
  overflow: hidden;
  background: url(../img/pattern/yard.png) top left no-repeat;
  background-size: 50vw; }
  .yard .container {
    padding-right: 0;
    display: flex;
    align-items: flex-end; }
  .yard-wrap {
    width: 42.5%;
    padding-bottom: 7.8rem; }
  .yard .section-title {
    margin-bottom: 1rem; }
  .yard .section-text {
    margin-bottom: 1.7rem; }
  .yard-item {
    margin-bottom: 1.7rem;
    display: flex;
    align-items: center;
    gap: .6rem; }
    .yard-item img {
      flex-shrink: 0;
      width: 1.85rem; }
    .yard-item:last-child {
      margin-bottom: 0; }
  .yard__img {
    width: 70.5%;
    margin-left: -13%; }
    .yard__img img {
      width: 100%;
      display: block; }

.guest {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100svh;
  padding-top: 4rem; }
  .guest-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: #000; }
  .guest-item {
    height: 100svh; }
    .guest-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .guest-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 3rem; }
  .guest-main {
    width: 32rem; }
  .guest .section-title {
    line-height: 1.2;
    margin-bottom: 1rem; }
  .guest .section-text {
    margin-bottom: 1.5rem; }

.hall {
  padding: 9rem 0 7.5rem;
  background: url(../img/pattern/hall.png) bottom left no-repeat;
  background-size: 50vw; }
  .hall .container {
    display: flex;
    padding-right: 0;
    gap: 3.2rem; }
  .hall-left {
    width: calc(31% - 1.6rem);
    padding-top: 2.4rem; }
  .hall .section-title {
    margin-bottom: 1.1rem; }
  .hall .section-text {
    margin-bottom: 2rem; }
  .hall-right {
    width: calc(69% - 1.6rem);
    position: relative; }
  .hall-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0.75rem;
    width: calc(100% - 5rem); }
  .hall-item {
    width: 25.5rem;
    height: 31.7rem;
    margin-right: 1.4rem; }
    .hall-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.entry {
  background: url(../img/pattern/entry.png) bottom right no-repeat;
  background-size: 35vw; }
  .entry .container {
    padding-left: 0;
    display: flex;
    gap: 2.5rem; }
  .entry-wrap {
    width: calc(75% - 2.5rem);
    position: relative; }
  .entry-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.75rem;
    width: 100%;
    z-index: 2; }
  .entry-item {
    height: 38.4rem; }
    .entry-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .entry-info {
    width: 25%;
    padding-top: 2.2rem; }
  .entry .section-title {
    margin-bottom: 1rem; }

.select {
  padding-top: 9rem; }
  .select-head {
    text-align: center;
    margin-bottom: 2.5rem; }
  .select-list {
    display: flex;
    box-shadow: 0 0.2rem 1.8rem rgba(10, 15, 40, 0.25); }
  .select-item {
    width: 50%;
    overflow: hidden;
    height: 24.4rem;
    position: relative;
    z-index: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    font-family: "Albertus Nova", sans-serif;
    text-transform: uppercase; }
    .select-item__title {
      max-width: 13rem; }
    .select-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .select-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .select-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
    .select-item__ico {
      width: 2.75rem;
      border-radius: 50%; }
      .select-item__ico img {
        width: 100%;
        display: block; }
    .select-item:last-child {
      align-items: flex-end;
      text-align: right; }
    .select-item:hover .select-item__ico {
      animation: pulse-btn 2s infinite; }

.finish {
  padding-top: 8rem; }
  .finish .container {
    display: flex;
    gap: 2rem; }
  .finish-left {
    width: calc(40.5% - 1rem); }
  .finish .section-title {
    margin-bottom: 1rem; }
  .finish .section-text {
    margin-bottom: 2rem; }
  .finish-list {
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem; }
    .finish-list li {
      width: calc(50% - 1rem);
      display: flex;
      align-items: center;
      gap: 1rem; }
      .finish-list li img {
        width: 1.8rem; }
  .finish-right {
    width: calc(59.5% - 1rem);
    position: relative; }
  .finish-item {
    height: 27rem; }
    .finish-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .finish-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 1rem; }
  .finish .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    display: flex;
    gap: .9rem; }
    .finish .owl-dots .owl-dot {
      width: 0.3rem;
      height: 0.3rem;
      background: #fff;
      border-radius: 50%; }
      .finish .owl-dots .owl-dot.active {
        background: #127959; }

.box {
  padding: 5rem 0 3.3rem;
  background: url(../img/pattern/box.png) bottom center no-repeat;
  background-size: contain; }
  .box .section-title {
    text-align: center;
    margin-bottom: 2.5rem; }
  .box-list {
    display: flex;
    gap: 2.25rem;
    flex-wrap: wrap;
    font-size: 0.9rem; }
    .box-list li {
      width: calc(33.33333% - 1.5rem);
      display: flex;
      align-items: center;
      gap: .9rem; }
      .box-list li img {
        width: 1.8rem; }
      .box-list li span {
        max-width: 18rem; }

.plans {
  padding-top: 7rem;
  font-family: "Albertus Nova", sans-serif; }
  .plans-head {
    text-align: center;
    margin-bottom: 2.5rem; }
  .plans-choose {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem; }
    .plans-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      height: 2.15rem;
      border-radius: 2rem;
      letter-spacing: 0.05em;
      padding: 0 1rem;
      text-transform: uppercase;
      font-size: 0.7rem;
      min-width: 4rem; }
      .plans-choose li:hover {
        color: #FADCBC; }
      .plans-choose li.active {
        background: #FADCBC;
        pointer-events: none; }
  .plans-list {
    display: none; }
  .plans-slider {
    min-height: 20rem; }
  .plans .owl-item:last-child .plans-item::after {
    display: none; }
  .plans-item {
    padding: 0 2rem;
    cursor: pointer;
    position: relative; }
    .plans-item::after {
      position: absolute;
      right: -1px;
      height: 100%;
      width: 1px;
      content: '';
      top: 0;
      background: linear-gradient(180deg, rgba(29, 40, 59, 0) 0%, rgba(29, 40, 59, 0.38) 22.19%, #0A3B2C 50.31%, rgba(29, 40, 59, 0.55) 80.52%, #F8F0E8 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: 2.75rem;
      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: #63605D; }
    .plans-item__info {
      display: flex;
      gap: .2rem;
      align-items: center; }
      .plans-item__info p {
        color: #000; }
  .plans-wrap {
    position: relative; }
  .plans-arrows {
    position: absolute;
    bottom: 9.5rem;
    z-index: 2;
    margin-left: -3rem;
    width: calc(100% + 6rem); }
    .plans-arrows span {
      color: #FADCBC;
      border-color: #FADCBC;
      background: #0A3B2C; }
      .plans-arrows span:hover {
        background: #127959; }
  .plans-zoom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.7);
    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; }

.business {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100svh;
  padding-top: 4rem; }
  .business-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .business-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: #000; }
  .business-item {
    height: 100svh; }
    .business-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .business-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 3rem; }
  .business-main {
    width: 32rem; }
  .business .section-title {
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 24rem; }
  .business .section-text {
    margin-bottom: 1.5rem; }
  .business-info {
    width: 100%;
    background: rgba(40, 48, 68, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px); }
    .business-info__list {
      display: flex;
      justify-content: space-between;
      padding: 1.1rem 0; }
    .business-info li {
      display: flex;
      flex-direction: column;
      gap: .7rem;
      font-size: 0.8rem;
      letter-spacing: 0.05em;
      font-family: "Albertus Nova", sans-serif; }
      .business-info li img {
        width: 2.5rem; }
      .business-info li span {
        max-width: 8rem; }
      .business-info li:nth-child(6) span, .business-info li:nth-child(7) span {
        max-width: 10rem; }

.func {
  padding-top: 10rem; }
  .func .section-subtitle {
    position: absolute; }
  .func-block {
    margin-bottom: 9rem; }
    .func-block .container {
      gap: 4.5rem;
      display: flex;
      align-items: center; }
    .func-block .section-title {
      margin-bottom: 1rem; }
    .func-block .section-text {
      max-width: 23rem;
      margin-bottom: 2.2rem; }
    .func-block:nth-child(1) .container {
      padding-right: 0; }
    .func-block:nth-child(1) .func-item {
      margin-right: 2rem; }
    .func-block:nth-child(2) {
      margin-bottom: 0; }
      .func-block:nth-child(2) .container {
        padding-left: 0;
        flex-direction: row-reverse; }
      .func-block:nth-child(2) .func-arrows {
        right: 0; }
      .func-block:nth-child(2) .func-item {
        margin-left: 2rem; }
  .func-info {
    width: calc(31% - 2.25rem); }
  .func-gallery {
    width: calc(69% - 2.25rem);
    position: relative; }
  .func-wrap {
    transition: .4s all ease-in-out;
    opacity: 0;
    transform: translateY(2rem); }
    .func-wrap.active {
      opacity: 1;
      transform: none; }
  .func-item {
    width: 36.5rem;
    height: 31.5rem; }
    .func-item__img {
      width: 100%;
      height: 100%; }
      .func-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .func-item__title, .func-item__text {
      display: none; }
  .func-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36.5rem;
    padding: 0 .75rem; }

.team {
  padding-top: 9rem; }
  .team .container {
    padding-right: 0;
    display: flex;
    gap: 8.5rem; }
  .team-wrap {
    width: 43.5%; }
  .team__ico {
    width: 8rem;
    margin-bottom: 1.9rem; }
    .team__ico img {
      width: 100%; }
  .team .section-title {
    margin-bottom: 1rem; }
  .team__img {
    width: 56.5%; }
    .team__img img {
      width: 100%;
      display: block; }

.mission {
  padding-top: 5.5rem; }
  .mission .container {
    padding-left: 0;
    display: flex;
    gap: 5rem; }
  .mission__img {
    width: 56.5%; }
    .mission__img img {
      width: 100%;
      display: block; }
  .mission-wrap {
    padding-top: 1rem;
    width: 43.5%; }
  .mission .section-title {
    margin-bottom: 1.5rem; }
  .mission .section-text {
    margin-bottom: 2.5rem; }

.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%;
      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%;
        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) {
          animation-delay: -0.45s; }
        .choose-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .choose-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .choose-back {
    pointer-events: none;
    z-index: 3;
    position: absolute;
    top: 7rem;
    width: 100%; }
    .choose-back a {
      pointer-events: auto;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      gap: .3rem;
      border-radius: 2rem;
      height: 2rem;
      padding: 0 0.75rem;
      font-size: 0.85rem;
      border: 1px solid #FADCBC; }
      .choose-back a span {
        padding-bottom: 0.1rem; }
      .choose-back a svg {
        width: 1.05rem; }
      .choose-back a:hover {
        background: #0A3B2C; }
  .choose-map {
    background: rgba(11, 46, 52, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: absolute;
    right: 0;
    bottom: 10.5rem;
    padding: 1.25rem 1.5rem;
    z-index: 3;
    color: #fff;
    border-radius: .75rem; }
    .choose-map__title {
      font-size: 0.8rem;
      text-align: center;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
    .choose-map__img {
      height: 7rem;
      position: relative; }
      .choose-map__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
        .choose-map__img img:last-child {
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          pointer-events: none; }
      .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%;
        object-fit: cover; }
      .choose-main__img svg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .choose-main__img svg path {
          opacity: 0;
          transition: .1s all;
          animation: svgPulse 2s infinite linear;
          fill: #127959; }
          .choose-main__img svg path:hover {
            opacity: .6;
            fill: #127959;
            animation: none; }
  .choose-info {
    position: fixed;
    background: #0A3B2C;
    top: 20rem;
    left: 20rem;
    transform: translate(2%, -40%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    color: #B1B1B1;
    padding: 1.5rem;
    min-width: 11rem;
    text-align: center; }
    .choose-info::after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: .7rem .35rem .7rem 0;
      border-color: transparent #0A3B2C transparent transparent;
      left: -.3rem;
      top: 1.5rem; }
    .choose-info__top {
      font-size: 0.9rem;
      color: #FADCBC;
      text-transform: uppercase;
      font-weight: 500; }
      .choose-info__top div {
        font-size: 3rem;
        font-family: "Albertus Nova", sans-serif;
        line-height: 1.1; }
    .choose-info__bot {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(177, 177, 177, 0.5);
      display: flex;
      justify-content: center;
      gap: .5rem;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 400; }
    .choose-info.active {
      opacity: 1;
      visibility: visible; }
    .choose-info__number {
      font-size: 0.7rem;
      font-family: "Albertus Nova", sans-serif;
      color: #fff;
      font-weight: 400; }
      .choose-info__number span {
        font-size: 1.75rem; }
    .choose-info__square {
      color: #FADCBC;
      font-size: 1rem;
      font-family: "Albertus Nova", sans-serif;
      font-weight: 400;
      margin-top: 1.25rem;
      text-transform: uppercase; }
      .choose-info__square span {
        font-size: 2.15rem; }
  .choose-scheme {
    padding: 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px); }

.floor {
  padding-top: 10rem; }
  .floor .choose-back a {
    color: #0A3B2C; }
    .floor .choose-back a:hover {
      background: #FADCBC; }
  .floor > .container {
    display: flex;
    align-items: center;
    gap: 4rem;
    min-height: calc(100vh - 20rem); }
  .floor-list {
    width: 7.5rem;
    flex-shrink: 0;
    position: relative; }
    .floor-list::before, .floor-list::after {
      pointer-events: none;
      position: absolute;
      width: 2.5rem;
      height: 2rem;
      position: absolute;
      left: -1.5rem;
      content: ''; }
    .floor-list::before {
      background: linear-gradient(0deg, rgba(247, 246, 243, 0) 0%, #fff 100%);
      top: 0; }
    .floor-list::after {
      background: linear-gradient(180deg, rgba(247, 246, 243, 0) 0%, #fff 100%);
      bottom: 0; }
    .floor-list ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-transform: lowercase;
      max-height: 25rem;
      overflow: auto;
      padding: 1.5rem 0; }
      .floor-list ul::-webkit-scrollbar {
        display: none; }
    .floor-list li {
      margin-bottom: 1rem; }
      .floor-list li a {
        display: flex;
        align-items: center;
        gap: .6rem;
        color: #0A3B2C; }
        .floor-list li a:hover {
          color: #FADCBC; }
      .floor-list li:last-child {
        margin-bottom: 0; }
      .floor-list li div {
        text-align: center;
        width: 1rem;
        font-size: 1.1rem;
        font-family: "Albertus Nova", sans-serif; }
      .floor-list li span {
        font-size: 0.9rem;
        display: none;
        font-weight: 500; }
      .floor-list li.active {
        pointer-events: none; }
        .floor-list li.active a {
          color: #D89F65; }
        .floor-list li.active span {
          display: block; }
  .floor-main {
    width: 100%;
    height: 28rem; }
  .floor__img {
    width: 100%;
    height: 100%;
    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;
        fill: #127959; }
        .floor__img svg path:hover {
          opacity: .6; }
      .floor__img svg a.active {
        pointer-events: none; }
        .floor__img svg a.active path {
          opacity: .6; }
  .floor-scheme {
    width: 7.5rem;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: -6rem; }

.flat {
  background: url(../img/flat.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100svh;
  position: relative;
  color: #fff;
  padding: 7.25rem 0 2rem; }
  .flat .container {
    display: flex;
    gap: 4rem; }
  .flat-left {
    width: 42.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .flat .choose-back {
    position: static;
    margin-bottom: 4.5rem; }
  .flat__number {
    font-size: 2.25rem;
    font-family: "Albertus Nova", sans-serif;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .flat-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CDCDCD;
    font-family: "Albertus Nova", sans-serif;
    margin-bottom: 1rem; }
  .flat__square {
    font-size: 1.4rem;
    color: #FADCBC;
    text-transform: uppercase; }
    .flat__square span {
      font-size: 4.5rem;
      line-height: .7; }
  .flat__price {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05em; }
  .flat-info {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .flat-info li {
      margin-bottom: 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .flat-info li p:nth-child(2) {
        font-family: "Albertus Nova", sans-serif;
        font-weight: 300; }
  .flat__btn {
    font-size: 0.9rem;
    height: 3rem;
    width: 100%; }
  .flat-right {
    width: 57.5%;
    background: #fff;
    padding: 1.5rem; }
  .flat__img {
    padding: 1rem 2rem;
    height: 25rem;
    margin-bottom: 1rem; }
    .flat__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .flat-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .flat-scheme {
    width: 7.5rem;
    flex-shrink: 0; }
  .flat-floor {
    width: 11rem; }

.params {
  padding-top: 15rem;
  background: url(../img/pattern/params.png) top center no-repeat;
  background-size: contain; }
  .params-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 2.5rem; }
  .params__title {
    font-weight: 100;
    font-size: 7.4rem;
    font-family: "Albertus Nova", sans-serif;
    line-height: 1.03; }
  .params__result {
    text-align: right;
    font-weight: 500;
    font-size: 0.95rem;
    padding-bottom: 1rem; }
    .params__result span {
      display: block; }
  .params-wrap {
    min-height: 20rem; }
  .params-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem; }
  .params-item {
    width: calc(25% - 1.125rem);
    padding: 1rem;
    border: 1px solid #CDCDCD;
    position: relative; }
    .params-item__img {
      padding: 0.25rem 1.2rem;
      margin-bottom: 1.3rem;
      height: 10rem; }
      .params-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .params-item__number {
      font-size: 0.9rem;
      font-family: "Albertus Nova", sans-serif;
      margin-bottom: 0.5rem; }
    .params-item__info li {
      margin-bottom: 0.25rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-transform: uppercase;
      font-size: 0.55rem;
      color: #666; }
      .params-item__info li p:last-child {
        color: #0A3B2C;
        font-family: "Albertus Nova", sans-serif; }
      .params-item__info li:last-child {
        margin-bottom: 0; }
    .params-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .params-no {
    height: 20rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: none; }
    .params-no p {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
  .params-more {
    text-align: center; }
    .params-more .btn {
      height: 2.4rem;
      min-width: 10rem;
      padding: 0 1rem; }
    .params-more.hidden {
      display: none; }
  .params-words {
    display: none; }

.filter {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .filter-item {
    font-size: 0.8rem; }
    .filter-item__btns {
      margin-left: 1rem;
      display: flex;
      gap: .75rem; }
      .filter-item__btns button {
        font-family: "Albertus Nova", sans-serif;
        font-weight: 100;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 2.25rem;
        min-width: 8.25rem;
        border-radius: 2rem;
        font-size: 0.75rem;
        padding: 0 1rem; }
  .filter__reset {
    border: 1px solid #aaa;
    color: #aaa; }
    .filter__reset:hover {
      color: #D89F65; }
    .filter__reset.disabled {
      border-color: #CDCDCD;
      color: #CDCDCD; }
  .filter__result {
    color: #0A3B2C;
    background: #FADCBC; }
    .filter__result:hover {
      background: #f2c290; }
  .filter__title {
    line-height: 1;
    font-family: "Albertus Nova", sans-serif;
    color: #D89F65;
    margin-bottom: 0.35rem; }
  .filter-choose {
    display: flex;
    gap: .5rem; }
    .filter-choose label {
      cursor: pointer;
      user-select: none; }
      .filter-choose label input {
        display: none; }
        .filter-choose label input:checked + span {
          color: #fff;
          border-color: #0A3B2C;
          background: #0A3B2C; }
      .filter-choose label span {
        width: 2.25rem;
        height: 2.25rem;
        border: 1px solid #CDCDCD;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        transition: .6s all; }
        .filter-choose label span:hover {
          color: #D89F65; }
  .filter-range {
    height: 2.25rem;
    border: 1px solid #CDCDCD;
    border-radius: 2rem;
    width: 13rem; }
    .filter-range__values {
      display: flex;
      height: 100%;
      font-size: 0.7rem;
      color: #CDCDCD; }
      .filter-range__values span {
        font-size: 0.8rem;
        color: #0A3B2C; }
      .filter-range__values div {
        width: 50%;
        height: 100%;
        align-items: center;
        display: flex;
        gap: .2rem;
        padding-left: 0.85rem; }
        .filter-range__values div:last-child {
          border-left: 1px solid #CDCDCD; }
    .filter-range__input {
      padding: 0 .5rem; }
    .filter-range input {
      opacity: 0; }
    .filter-range .irs {
      font-size: 0.6rem;
      margin-top: -1.25rem;
      z-index: 2; }
    .filter-range .irs--flat {
      height: 2rem; }
    .filter-range .irs--flat .irs-line {
      height: .15rem;
      top: 1.25rem;
      background: transparent; }
    .filter-range .irs--flat .irs-handle {
      height: auto; }
    .filter-range .irs--flat .irs-max, .filter-range .irs--flat .irs-min {
      display: none; }
    .filter-range .irs--flat .irs-bar {
      height: 1px;
      top: 1.25rem; }
    .filter-range .irs--flat .irs-from, .filter-range .irs--flat .irs-to {
      font-size: 0;
      width: 0.8rem;
      height: 0.4rem;
      display: flex;
      border-radius: 0;
      justify-content: center;
      align-items: center;
      margin-top: 1.05rem;
      z-index: 5;
      flex-shrink: 0;
      box-sizing: border-box;
      padding: 0;
      border: 1px solid #f2c290;
      background: #F8F0E8;
      border-radius: 2rem; }
      .filter-range .irs--flat .irs-from::before, .filter-range .irs--flat .irs-to::before {
        display: none; }
    .filter-range .irs--flat .irs-single {
      display: none; }
    .filter-range .irs--flat .irs-bar {
      background: #D89F65; }

.footer {
  padding-top: 3rem;
  background: #0A3B2C url(../img/pattern/footer.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1; }
  .footer::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 61rem;
    height: 13.25rem;
    z-index: -1;
    content: '';
    background: url(../img/pattern/bot.png) bottom center no-repeat;
    background-size: contain; }
  .footer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 11.5rem; }
    .footer-head__link {
      display: inline-flex;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.7rem;
      gap: .75rem;
      align-items: center; }
      .footer-head__link svg {
        width: 2rem; }
      .footer-head__link:hover {
        color: #FADCBC; }
  .footer__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 16.5rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-main {
    text-align: center;
    position: relative; }
  .footer-social {
    position: absolute;
    left: 0;
    bottom: 4.5rem; }
    .footer-social a {
      color: #fff; }
      .footer-social a:hover {
        color: #FADCBC; }
  .footer__tel {
    font-size: 3.4rem;
    font-family: "Albertus Nova", sans-serif;
    letter-spacing: 0.11em;
    display: inline-block;
    color: #fff;
    margin-bottom: 1.7rem; }
    .footer__tel:hover {
      color: #FADCBC; }
  .footer-address__title {
    font-size: 1.1rem;
    opacity: .45;
    letter-spacing: 0.03em;
    margin-bottom: 1.3rem; }
  .footer-address__text {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    font-family: "Albertus Nova", sans-serif;
    max-width: 34rem;
    margin: 0 auto 1.3rem; }
  .footer-address__btn {
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    gap: .7rem; }
    .footer-address__btn svg {
      width: 1.2rem; }
    .footer-address__btn:hover {
      color: #FADCBC; }
  .footer-copy {
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6); }
    .footer-copy a {
      color: rgba(255, 255, 255, 0.6); }
      .footer-copy a:hover {
        color: #fff; }

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

  .container {
    padding: 0 8rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 7rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 6rem; }

  .guest-arrows, .business-arrows {
    padding: 0 1.5rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .guest-arrows, .business-arrows {
    padding: 0 1rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 4rem; } }
@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; }

  .menu-content {
    width: 80vw; }
  .menu__lang {
    display: flex; }
    .menu__lang a {
      color: #FADCBC;
      margin-right: 1rem; }
  .menu__list li {
    margin-bottom: 1.5rem; }
    .menu__list li a {
      font-size: 1.7rem; }

  .header__btn, .header-lang, .header-social {
    display: none; }
  .header__logo {
    width: 9rem; }

  .main {
    background-image: url(../img/main-mob.jpg); }
    .main__logo {
      width: 24rem; }

  .about__logo img {
    width: 10rem; }
  .about-item:nth-child(1) {
    bottom: 3%;
    left: 2%; }
  .about-item:nth-child(2) {
    bottom: 40%;
    left: 25%; }
  .about-item:nth-child(3) {
    bottom: 60%;
    left: 50%; }

  .infra-main {
    height: auto;
    box-shadow: none;
    padding: 0; }
  .infra-list {
    flex-wrap: wrap;
    margin-bottom: 1.5rem; }
  .infra__map {
    position: static;
    height: 31.5rem;
    box-shadow: 0 0.2rem 1.8rem rgba(10, 15, 40, 0.25); }
  .infra-car__title {
    font-size: 5rem; }
  .infra-car__wrap {
    flex-wrap: wrap;
    margin-top: -4rem;
    justify-content: center;
    align-items: flex-start; }
  .infra-car__img {
    order: -999;
    width: 50%; }
  .infra-car__list {
    width: calc(50% - 1rem); }
    .infra-car__list li {
      font-size: 1rem; }

  .arc {
    padding: 0; }
    .arc__title {
      font-size: 5rem; }
    .arc-wrap {
      overflow: auto;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .arc-scroll {
      width: 90rem;
      height: 100%;
      position: relative; }
    .arc .container {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    .arc .cursor-anim {
      display: flex;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20rem; }

  .consult {
    padding: 9rem 0; }

  .queue {
    height: 40rem; }
    .queue-info__item:nth-child(1) {
      left: 3rem; }
    .queue-info__item:nth-child(2) {
      right: 3rem; }

  .yard {
    background-size: 70vw; }
    .yard .container {
      padding: 0;
      flex-direction: column;
      gap: 3rem; }
    .yard-wrap {
      padding: 0 3rem;
      width: 100%; }
    .yard__img {
      width: 100%;
      margin-left: 0; }

  .guest {
    height: 80svh; }
    .guest-item {
      height: 80svh; }
    .guest-arrows {
      margin-top: 10vh;
      padding: 0 3rem; }

  .hall {
    background-size: 70vw; }
    .hall .container {
      padding: 0;
      flex-direction: column; }
    .hall-left {
      padding: 0 3rem;
      width: 100%; }
    .hall-right {
      width: 100%; }
    .hall-arrows {
      width: 100%; }
    .hall .owl-stage-outer {
      padding: 0 3rem; }

  .entry .container {
    flex-direction: column-reverse;
    padding: 0; }
  .entry-info {
    padding: 0 3rem;
    width: 100%; }
  .entry-wrap {
    width: 100%; }

  .select-list {
    flex-wrap: wrap; }
  .select-item {
    width: 100%; }

  .finish .container {
    flex-direction: column;
    gap: 3rem; }
  .finish-left {
    width: 100%; }
  .finish-right {
    width: 100%; }

  .box-list {
    gap: 2rem; }
    .box-list li {
      width: calc(50% - 1rem); }

  .plans-choose {
    flex-wrap: wrap; }
  .plans-item {
    padding: 0 1.5rem; }
    .plans-item__wrap {
      flex-direction: column;
      gap: .2rem; }
  .plans-zoom__img {
    width: calc(100vw - 6rem);
    height: 60vh; }
  .plans-arrows {
    position: static;
    margin-top: 3rem;
    width: auto;
    justify-content: center;
    gap: 1.5rem;
    margin-left: 0; }

  .business {
    height: 80svh; }
    .business-item {
      height: 80svh; }
    .business-arrows {
      margin-top: 5vh;
      padding: 0 3rem; }
    .business-info__list {
      flex-wrap: wrap;
      gap: 1rem; }

  .func .section-subtitle {
    position: static; }
  .func-block .container {
    gap: 3rem;
    flex-direction: column;
    padding: 0; }
  .func-block:nth-child(1) .container {
    padding-right: 0; }
  .func-block:nth-child(2) {
    margin-bottom: 0; }
    .func-block:nth-child(2) .container {
      padding-left: 0;
      flex-direction: column; }
    .func-block:nth-child(2) .func-arrows {
      right: 0; }
  .func-info {
    width: 100%;
    padding: 0 3rem; }
  .func-gallery {
    width: 100%; }
  .func .owl-stage-outer {
    padding: 0 3rem; }
  .func-arrows {
    width: 100%;
    padding: 0 3.75rem; }

  .team .container {
    flex-direction: column;
    gap: 3rem; }
  .team-wrap {
    width: 100%;
    padding-right: 3rem; }
  .team__img {
    width: 100%; }

  .mission .container {
    flex-direction: column-reverse;
    gap: 3rem; }
  .mission-wrap {
    width: 100%;
    padding-left: 3rem; }
  .mission__img {
    width: 100%; }

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

  .floor {
    padding-top: 14rem; }
    .floor > .container {
      flex-direction: column;
      gap: 3rem; }
    .floor-main {
      order: -999; }
    .floor-list {
      width: 24rem;
      margin: 0 auto; }
      .floor-list::before, .floor-list::after {
        top: -.5rem; }
      .floor-list::before {
        background: linear-gradient(270deg, rgba(247, 246, 243, 0) 0%, #fff 100%);
        left: -1rem;
        z-index: 2; }
      .floor-list::after {
        background: linear-gradient(90deg, rgba(247, 246, 243, 0) 0%, #fff 100%);
        bottom: auto;
        right: -.1rem;
        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-scheme {
      margin-bottom: 0; }

  .flat {
    padding-bottom: 3rem; }
    .flat .container {
      flex-direction: column; }
    .flat-left {
      width: 100%; }
    .flat-right {
      width: 100%; }

  .params {
    padding-top: 10rem;
    background-size: 150vw; }
    .params__title {
      font-size: 4rem; }
    .params-item {
      width: calc(50% - .75rem); }

  .filter {
    flex-wrap: wrap; }

  .footer::after {
    width: 100%; }
  .footer__logo {
    width: 14rem; }
  .footer-social {
    position: static;
    justify-content: center;
    margin: 3rem 0; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    font-size: 0.9rem; }

  .container {
    padding: 0 1rem; }

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

  .btn {
    font-size: 0.8rem; }

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

  .preloader__video video.desk {
    display: none; }
  .preloader__video video.mob {
    display: block; }
  .preloader__btn {
    font-size: 1rem;
    margin-top: 11rem; }

  .fixed-btns {
    right: .5rem;
    bottom: 2rem; }
    .fixed-btns li {
      margin-bottom: 0.5rem; }
    .fixed-btns a {
      width: 2.7rem;
      height: 2.7rem;
      font-size: 0.4rem;
      border: 0.15rem solid #127959; }
      .fixed-btns a span {
        margin-top: 0.1rem; }
      .fixed-btns a.live-open {
        font-size: .6rem; }
        .fixed-btns a.live-open::after {
          width: 4px;
          height: 4px;
          right: 0.4rem;
          top: 0.4rem; }

  .live-content {
    width: 90vw;
    height: 20rem; }

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

  .menu-content {
    width: 100vw;
    padding: 1.5rem 1rem 3rem;
    align-items: center; }
  .menu__lang a {
    color: #FADCBC;
    margin-right: 1rem; }
    .menu__lang a:last-child {
      margin-right: 0; }
  .menu__list li {
    margin-bottom: 1rem;
    text-align: center; }
    .menu__list li a {
      font-size: 1.2rem; }

  .header {
    padding: 1rem 0; }
    .header-left {
      gap: .5rem; }
    .header__menu {
      width: 2.5rem;
      height: 2.5rem; }
      .header__menu img {
        width: 1.6rem; }
    .header__logo {
      width: 8rem; }
    .header__download {
      width: 2.5rem;
      height: 2.5rem; }
    .header__tel {
      width: 2.5rem;
      height: 2.5rem;
      background: #FADCBC;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .header__tel span {
        display: none; }
    .header-right {
      gap: 1rem; }
    .header.scrolled {
      padding: 0.5rem 0; }
    .header-white .header__tel {
      color: #0A3B2C; }

  .main-content {
    padding: 0 1rem; }
  .main__logo {
    width: 90%;
    margin-bottom: 2rem; }
  .main .section-title {
    margin-bottom: 2rem; }
  .main__text {
    font-size: 1.1rem; }

  .about {
    height: 45rem;
    padding: 1.5rem 0; }
    .about__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.2); }
    .about__title {
      font-size: 1.2rem; }
    .about__logo img {
      width: 5rem; }
    .about .section-text {
      font-size: 0.85rem; }
    .about-item:nth-child(1) {
      bottom: 19rem;
      left: 1rem;
      z-index: 2; }
    .about-item:nth-child(2) {
      bottom: 23rem;
      left: 1rem; }
    .about-item:nth-child(3) {
      bottom: 27rem;
      left: 1rem; }
      .about-item:nth-child(3) .about-item__card {
        width: 15rem; }
    .about-item__btn {
      width: 2rem;
      height: 2rem;
      flex-shrink: 0; }
    .about-item__title {
      font-size: 1rem; }
    .about-item__card {
      width: 15rem;
      padding: 1.5rem 1rem;
      left: 1rem;
      transform: translateX(1rem); }
      .about-item__card .about-item__title {
        margin-bottom: .5rem; }
      .about-item__card .section-text {
        margin-bottom: 0; }
    .about-item__numbers li {
      margin-bottom: .5rem;
      gap: .5rem; }
      .about-item__numbers li div {
        font-size: 2.5rem; }

  .infra {
    padding-top: 5rem; }
    .infra-head {
      margin-bottom: 2.5rem; }
    .infra-main {
      margin-bottom: 4rem; }
    .infra-info {
      font-size: 0.9rem;
      padding: 0.75rem 1rem;
      width: 100%;
      flex-direction: column;
      align-items: flex-start; }
      .infra-info__btn {
        gap: .5rem; }
        .infra-info__btn img {
          width: 2.5rem; }
    .infra-car__title {
      font-size: 3.5rem; }
    .infra-car__wrap {
      margin-top: -2.5rem;
      gap: 0; }
    .infra-car__list {
      width: 100%;
      padding-bottom: 2.5rem; }
      .infra-car__list li {
        margin-bottom: 2.5rem;
        font-size: 0.9rem; }
        .infra-car__list li div {
          width: 2.5rem;
          font-size: 2.5rem; }

  .arc {
    height: 45rem; }
    .arc-scroll {
      width: 67rem; }
    .arc__title {
      font-size: 3rem; }
    .arc .container {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
    .arc-main-desk {
      display: none; }
    .arc-main-mob {
      display: block;
      position: absolute;
      bottom: 1.5rem;
      left: 1rem;
      width: 20rem; }
    .arc-item__btn {
      width: 2rem;
      height: 2rem; }
    .arc-item__title {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    .arc-item__card {
      width: 15rem;
      padding: 1.5rem 1rem;
      left: 1rem;
      transform: translateX(1rem); }
    .arc-item__text {
      font-size: 0.85rem; }
    .arc .cursor-anim {
      left: 10rem; }

  .consult {
    padding: 7rem 0;
    background-size: 60rem; }
    .consult-white {
      padding: 4rem 0; }
    .consult::after {
      width: 17rem;
      height: 17rem; }
    .consult .section-title {
      font-size: 1.5rem; }
    .consult-form > input {
      width: 100%; }
    .consult-form .btn {
      order: 999;
      width: 100%; }

  .queue {
    height: 25rem; }
    .queue-info__item {
      font-size: 0.9rem;
      height: 3rem;
      padding: 0 1rem; }
      .queue-info__item:nth-child(1) {
        left: 1rem; }
      .queue-info__item:nth-child(2) {
        right: 1rem;
        top: 20rem; }

  .yard {
    background-size: 35rem;
    padding-top: 5rem; }
    .yard-wrap {
      padding: 0 1rem; }

  .guest {
    padding-top: 3rem; }
    .guest-main {
      width: 100%; }
    .guest-arrows {
      padding: 0 1rem;
      margin-top: 0;
      top: auto;
      bottom: 4rem; }

  .hall {
    background-size: 35rem;
    padding: 5rem 0; }
    .hall-left {
      padding: 0 1rem; }
    .hall .owl-stage-outer {
      padding: 0 1rem; }
    .hall-item {
      width: 20rem;
      height: 25rem;
      margin-right: 1rem; }

  .entry-info {
    padding: 0 1rem; }
  .entry-item {
    height: 20rem; }

  .select {
    padding-top: 5rem; }
    .select-head {
      margin-bottom: 2rem; }
    .select-item {
      height: 14rem;
      padding: 1.5rem 1rem;
      font-size: 1.1rem; }
      .select-item__ico {
        width: 2.5rem; }
      .select-item:last-child {
        align-items: flex-end;
        text-align: right; }

  .finish {
    padding-top: 5rem; }
    .finish-list {
      gap: 1.2rem; }
      .finish-list li {
        width: 100%; }
    .finish-item {
      height: 20rem; }

  .box {
    background-size: 60rem; }
    .box .section-title {
      margin-bottom: 2rem; }
    .box-list {
      gap: 1.2rem; }
      .box-list li {
        width: 100%; }

  .plans {
    padding-top: 5rem; }
    .plans-zoom__img {
      width: calc(100vw - 2rem);
      height: 50vh;
      padding: 1rem; }
    .plans-choose {
      margin-bottom: 2rem;
      gap: .5rem 1rem; }
      .plans-choose li {
        height: 2rem;
        padding: 0 0.5rem;
        font-size: 0.65rem; }
    .plans-item__wrap {
      font-size: 0.8rem; }
    .plans-arrows {
      margin-top: 2rem;
      gap: 1rem; }

  .business {
    padding-top: 3rem;
    height: calc(80svh + 27rem); }
    .business-main {
      width: 100%; }
    .business-arrows {
      padding: 0 1rem;
      margin-top: 0;
      top: auto;
      bottom: 31rem; }
    .business-info {
      padding: 0.75rem;
      height: 27rem;
      background: #fff;
      color: #0A3B2C; }
      .business-info .container {
        padding: 0; }
      .business-info li {
        width: calc(50% - .5rem);
        text-align: center;
        align-items: center; }
        .business-info li img {
          width: 2.5rem; }

  .func {
    padding-top: 5rem; }
    .func .section-subtitle {
      margin-bottom: 1.5rem; }
    .func-info {
      padding: 0 1rem; }
    .func .owl-stage-outer {
      padding: 0 1rem; }
    .func-arrows {
      padding: 0 1rem; }
    .func-item {
      width: 21rem;
      height: 16rem; }
    .func .section-text {
      margin-bottom: 1.5rem; }
    .func-block {
      margin-bottom: 3rem; }
      .func-block .container {
        gap: 2rem; }
      .func-block:nth-child(1) .func-item {
        margin-right: 1rem; }
      .func-block:nth-child(2) .func-item {
        margin-left: 1rem; }

  .team {
    padding-top: 5rem; }
    .team .container {
      gap: 2rem; }
    .team__ico {
      margin-bottom: 1rem;
      width: 6rem; }
    .team-wrap {
      padding-right: 1rem; }

  .mission {
    padding-top: 5rem; }
    .mission .container {
      gap: 2rem; }
    .mission-wrap {
      padding-left: 1rem; }
    .mission .section-text {
      margin-bottom: 2rem; }

  .choose-back {
    top: 5rem; }
  .choose-info {
    top: 5rem;
    padding: 1rem;
    min-width: 6rem; }
    .choose-info__top {
      font-size: 0.8rem; }
      .choose-info__top div {
        font-size: 2rem; }
    .choose-info__bot {
      margin-top: 0.75rem;
      padding-top: 0.75rem;
      font-size: 0.75rem; }
    .choose-info__number span {
      font-size: 1rem; }
    .choose-info__square {
      margin-top: 0.5rem;
      font-size: 0.75rem; }
      .choose-info__square span {
        font-size: 1.1rem; }
  .choose-scheme {
    padding: 0.5rem; }

  .floor {
    padding-top: 9rem; }
    .floor-main {
      height: 20rem; }
    .floor-list {
      gap: 1rem;
      width: 100%; }
      .floor-list ul {
        max-width: 100%; }
      .floor-list li a div {
        font-size: 1rem; }
      .floor-list li.active span {
        position: absolute;
        margin-top: 1.2rem; }

  .flat {
    padding: 5rem 0 2rem; }
    .flat .container {
      gap: 2rem; }
    .flat .choose-back {
      margin-bottom: 1.5rem; }
    .flat__number {
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    .flat-flex {
      padding-bottom: .75rem;
      margin-bottom: .75rem; }
    .flat__square {
      font-size: 1rem; }
      .flat__square span {
        font-size: 3rem; }
    .flat__price {
      font-size: 0.9rem; }
    .flat-info {
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1.5rem; }
      .flat-info li {
        margin-bottom: 0.75rem; }
    .flat-right {
      padding: 1.5rem 1rem 1.5rem; }
    .flat__img {
      padding: 0;
      height: 20rem; }
    .flat-floor {
      width: 10rem; }

  .params {
    background-size: 60rem;
    padding-top: 8rem; }
    .params-head {
      padding-bottom: 0.5rem;
      margin-bottom: 2rem;
      gap: 1rem; }
    .params__title {
      font-size: 2.5rem; }
    .params__result {
      font-size: 0.7rem;
      padding-bottom: 0.25rem; }
      .params__result span {
        font-size: 1rem; }
    .params-list {
      gap: 1rem;
      margin-bottom: 2rem; }
    .params-item {
      width: 100%; }
      .params-item__img {
        height: 12rem; }
      .params-item__number {
        font-size: 1.1rem; }
      .params-item__info li {
        font-size: 0.75rem;
        margin-bottom: 0.5rem; }
    .params-more .btn {
      height: 2.6rem;
      font-size: 0.85rem;
      width: 100%; }

  .filter {
    gap: 1.5rem; }
    .filter-item {
      font-size: 0.9rem; }
      .filter-item__btns {
        margin-left: 0;
        gap: 1rem;
        width: 100%; }
        .filter-item__btns button {
          width: calc(50% - .5rem);
          height: 2.5rem;
          font-size: 0.8rem; }
    .filter-choose label span {
      width: 2.5rem;
      height: 2.5rem; }
    .filter-range {
      width: calc(100vw - 2rem);
      height: 2.5rem; }
      .filter-range__values {
        font-size: 0.8rem; }
        .filter-range__values span {
          font-size: .9rem; }
        .filter-range__values div {
          gap: .25rem;
          padding-left: 1rem; }
      .filter-range .irs--flat .irs-from, .filter-range .irs--flat .irs-to {
        width: 16px;
        height: 8px;
        margin-top: 1rem; }

  .footer {
    background-size: 60rem;
    background-position: bottom left;
    overflow: hidden; }
    .footer::after {
      width: 140%; }
    .footer-head {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 3rem; }
    .footer__logo {
      position: static;
      order: 999;
      transform: none;
      width: 100%;
      text-align: center;
      margin-top: 1rem; }
      .footer__logo img {
        width: 13rem;
        display: inline-block; }
    .footer__tel {
      font-size: 2.4rem; }
    .footer-address__text {
      font-size: 1.1rem; }
    .footer-copy {
      padding-bottom: 1.5rem;
      font-size: 0.9rem; }
      .footer-copy span {
        display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
