@font-face {
  font-family: 'FoglihtenNo06';
  src: url("fonts/FoglihtenNo06.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
:root {
  font-size: 30px; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #00579A; }

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; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  color: #393939;
  font-weight: 500;
  font-size: 0.9rem; }

.container {
  padding: 0 9.5rem; }

.section-title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #00579A;
  font-family: "FoglihtenNo06";
  letter-spacing: .00001em; }

.section-text {
  font-size: 0.9rem;
  line-height: 150%; }
  .section-text p {
    margin-bottom: 1.5rem; }
    .section-text p strong {
      font-weight: 600; }
    .section-text p:last-child {
      margin-bottom: 0; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #00579A;
  border-radius: 2.5rem; }
  .btn:hover {
    background: #1f69ac; }
  .btn-white {
    border: 1px solid #fff;
    background: #fff;
    color: #00579A; }
    .btn-white:hover {
      background: #00579A;
      color: #fff; }

.arrows {
  display: flex;
  gap: 1.3rem; }
  .arrows div {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #fff;
    color: #393939;
    cursor: pointer;
    user-select: none;
    transition: .6s all;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .arrows div:hover {
      color: #fff;
      background: #00579A; }
    .arrows div svg {
      width: .72rem;
      height: .72rem; }

.fixed-btns {
  position: fixed;
  z-index: 4;
  right: 1.2rem;
  bottom: 3.75rem; }
  .fixed-btns li {
    margin-bottom: 0.75rem; }
    .fixed-btns li:last-child {
      margin-bottom: 0; }
  .fixed-btns a {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00579A;
    border-radius: 50%;
    color: #fff;
    font-size: 0.4rem;
    border: 0.35rem solid #1f69ac;
    animation: pulse-blue 2s infinite;
    transition: none; }
    .fixed-btns a img {
      width: 100%;
      display: block; }
    .fixed-btns a span {
      margin-top: 0.3rem; }
    .fixed-btns a.live-open {
      font-size: .7rem;
      font-weight: 500;
      position: relative;
      border: 0.35rem solid #1f69ac; }
      .fixed-btns a.live-open::after {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: red;
        animation: pulse-red 1s infinite;
        right: 0.5rem;
        top: 0.5rem;
        content: ''; }

.zoom-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 87, 154, 0.6);
  z-index: 5;
  display: none; }
  .zoom-image__content {
    width: 55rem;
    height: 35rem;
    border-radius: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    overflow: hidden; }
  .zoom-image__img {
    background: #fff;
    height: 100%;
    width: 63%;
    padding: 5rem;
    position: relative; }
    .zoom-image__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .zoom-image .plans-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem; }
    .zoom-image .plans-arrows div {
      position: static; }
  .zoom-image__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/pattern.png) center center no-repeat;
    background-size: cover;
    width: 37%;
    color: #fff;
    font-weight: 400;
    padding: 6rem 2.5rem 2.5rem;
    position: relative; }
  .zoom-image__rooms, .zoom-image__square {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
    .zoom-image__rooms span, .zoom-image__square span {
      font-weight: 500;
      font-size: 1.25rem; }
  .zoom-image__btn {
    margin-top: 3rem;
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    color: #00579A;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #fff; }
    .zoom-image__btn:hover {
      color: #fff;
      background: #00579A; }
  .zoom-image__close {
    right: 2.5rem;
    top: 2.5rem;
    position: absolute;
    cursor: pointer; }
    .zoom-image__close svg {
      width: 1.6rem; }
  .zoom-image__fav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    cursor: pointer; }
    .zoom-image__fav svg {
      margin-right: 0.5rem;
      width: 1.25rem;
      height: 1.25rem; }
    .zoom-image__fav.liked svg path {
      fill: #fff; }

.iti {
  width: 100%; }
  .iti__flag-container, .iti__selected-flag {
    outline: none; }
  .iti ::-webkit-scrollbar {
    width: .3rem; }
  .iti ::-webkit-scrollbar-thumb {
    border-radius: .2rem; }
  .iti__country-list {
    font-size: 0.7rem;
    z-index: 3; }

.stock-popup {
  position: fixed;
  right: 0;
  top: 7.5rem;
  transition: .6s all;
  z-index: 6;
  width: 23rem; }
  .stock-popup img {
    width: 100%;
    display: block; }
  .stock-popup.hide {
    transform: translateX(100%); }

@keyframes scale {
  50% {
    transform: scale(1.1); } }
@keyframes growShrink {
  0% {
    r: 1; }
  3% {
    r: 2; }
  5% {
    r: 3; }
  12% {
    r: 3; }
  30% {
    r: 1; } }
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 87, 154, 0.3); }
  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 pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes plant-animation {
  from {
    transform: translateY(10%) rotateZ(-10deg) rotateX(-90deg); }
  to {
    transform: translateY(0) rotateZ(0) rotateX(0); } }
@keyframes plant-move {
  from {
    transform: rotateZ(-10deg); }
  to {
    transform: rotateZ(0); } }
@keyframes showLogo {
  100% {
    opacity: 1; } }
@keyframes blowing {
  0% {
    transform: translate(0, 0) rotate(0); }
  20% {
    transform: translate(15vw, -10vh) rotate(170deg); }
  65% {
    transform: translate(60vw, -12vh) rotate(550deg); }
  80% {
    transform: translate(80vw, -17vh) rotate(740deg); }
  100% {
    transform: translate(120vw, -25vh) rotate(920deg); } }
@keyframes shine {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
@keyframes wheel {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-360deg); } }
@keyframes carLight {
  from {
    box-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff,  0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff, 0px 0px 50px #7B96B8, 0px 0px 150px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px 10px 100px #7B96B8, 0px -10px 100px #7B96B8, 0px -10px 100px #7B96B8; } }
.menu {
  position: fixed;
  background: rgba(22, 22, 22, 0.85);
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none; }
  .menu-content {
    width: 60%;
    color: #fff;
    background: #00579A;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: .6s all ease-in-out;
    overflow: hidden;
    transform: skew(-20deg) translateX(-70rem); }
  .menu-wrap {
    position: absolute;
    top: 50%;
    transform: skew(20deg) translate(70rem, -50%);
    left: 9.5rem;
    transition: .6s all ease-in-out; }
  .menu-list {
    margin-bottom: 3rem;
    font-family: "FoglihtenNo06";
    letter-spacing: 0.03em; }
    .menu-list li {
      margin-bottom: 1.5rem; }
      .menu-list li a {
        font-size: 1.8rem;
        line-height: 100%;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase; }
        .menu-list li a:hover {
          opacity: .7; }
      .menu-list li:last-child {
        margin-bottom: 0; }
      .menu-list li > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1.1rem; }
        .menu-list li > div a {
          font-size: 1.1rem;
          margin-bottom: 0.7rem; }
          .menu-list li > div a:last-child {
            margin-bottom: 0; }
  .menu-more {
    display: flex;
    align-items: center; }
    .menu-more .about__btn {
      background: #fff;
      height: 4rem;
      width: 15rem;
      margin-right: 3rem; }
      .menu-more .about__btn:hover {
        border-color: #fff; }
    .menu-more .header-lang {
      margin-right: 2rem; }
  .menu__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    cursor: pointer;
    left: calc(60% - 3.5rem);
    transition: .6s all;
    opacity: 0; }
    .menu__close svg {
      width: 1.25rem; }
  .menu-mobile {
    display: none; }

.bird {
  background-image: url(../img/birds.svg);
  filter: invert(100%);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s; }

.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s; }

.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.bird-container {
  position: absolute;
  top: 0%;
  left: -7.5vw;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.bird-container--one {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.bird-container--two {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.bird-container--three {
  -webkit-animation-duration: 14.6s;
  animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s; }

.bird-container--four {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s; }

.bird-container--five {
  -webkit-animation-duration: 12.6s;
  animation-duration: 12.6s;
  -webkit-animation-delay: 12.5s;
  animation-delay: 12.5s; }

.bird-container--six {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: 8.25s;
  animation-delay: 8.25s; }

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0; } }
@keyframes fly-cycle {
  100% {
    background-position: -900px 0; } }
@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4); }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5); }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6); }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6); }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); } }
@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4); }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5); }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6); }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6); }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6); } }
@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5); }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4); }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6); }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45); }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5); }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); } }
@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5); }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4); }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6); }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45); }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5); }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45); } }
.form__input input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
  outline: none;
  width: 100%; }
  .form__input input::placeholder {
    color: #fff; }
.form__check {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 0.9rem;
  margin-bottom: 3rem; }
  .form__check input {
    appearance: none;
    width: 1.35rem;
    height: 1.35rem;
    margin-right: 1.35rem;
    border: .15rem solid #fff;
    position: relative;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0; }
    .form__check input:checked {
      background: #00579A; }
.form__info {
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  opacity: .45; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25rem;
    background: url(../img/water.png) bottom center no-repeat;
    background-size: 100vw;
    content: '';
    opacity: .5; }
  .preloader__logo {
    width: 13rem;
    opacity: 0;
    animation: showLogo 1s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.live {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  background: rgba(0, 87, 154, 0.6);
  backdrop-filter: blur(9px);
  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: 6;
  background: rgba(0, 87, 154, 0.6);
  backdrop-filter: blur(9px);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 25rem; }
  .feedback__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer; }
    .feedback__close img {
      width: 1.25rem;
      display: block; }
  .feedback-done {
    text-align: center;
    display: none; }
    .feedback-done .feedback__title {
      margin-bottom: 1.5rem; }
    .feedback-done .feedback__info {
      margin-bottom: 2rem;
      font-size: 0.75rem; }
  .feedback__title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2.2rem; }
  .feedback-form__input {
    position: relative;
    margin-bottom: 1.5rem; }
    .feedback-form__input input {
      width: 100%;
      display: flex;
      align-items: center;
      border: none;
      outline: none;
      height: 3.2rem;
      background: #F7F7F7;
      border-radius: .8rem;
      padding: 0 1.2rem;
      font-size: 0.7rem; }
  .feedback-form__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.2rem;
    border-radius: 1rem;
    width: 100%;
    color: #fff;
    background: #00579A;
    border: none;
    font-size: 0.9rem;
    transition: .6s all; }
    .feedback-form__btn:hover {
      background: #1f69ac; }
  .feedback__info {
    font-size: 0.6rem;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1.5rem; }
  .feedback__img {
    margin-bottom: 1.5rem; }
    .feedback__img img {
      display: inline-block;
      width: 4rem; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  padding-top: 1rem;
  color: #fff;
  text-transform: uppercase;
  transition: .6s all; }
  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrap {
    display: flex;
    align-items: center; }
  .header__menu {
    width: 7.25rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    color: #fff;
    font-size: 0.6rem;
    line-height: 100%;
    margin-right: 3rem;
    text-transform: uppercase;
    cursor: pointer;
    background: #00579A;
    transition: .6s all; }
    .header__menu:hover {
      background: #1f69ac; }
    .header__menu img {
      margin-right: 1rem;
      width: .9rem; }
  .header__soy {
    width: 7.5rem;
    display: block; }
    .header__soy img {
      width: 100%;
      display: block; }
  .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .header-logo__murad {
      width: 6.7rem;
      display: block; }
    .header-logo__soy {
      width: 7.5rem;
      display: none; }
  .header__fav {
    cursor: pointer;
    margin-right: 1.6rem;
    color: #fff; }
    .header__fav.active {
      position: relative; }
      .header__fav.active::after {
        position: absolute;
        top: -.1rem;
        right: -.2rem;
        width: 0.5rem;
        height: 0.5rem;
        background: red;
        border-radius: 50%;
        content: ''; }
    .header__fav svg {
      width: 1.2rem;
      height: 1.2rem;
      display: block; }
  .header__tour {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.55rem;
    text-align: center;
    padding: 1rem;
    margin-right: 1rem; }
  .header__choose {
    font-size: 0.6rem;
    gap: .5rem;
    margin-right: 1rem;
    width: 10.75rem;
    height: 2.5rem; }
    .header__choose img {
      width: 0.8rem; }
  .header__tel {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem; }
    .header__tel:hover {
      color: #00579A; }
    .header__tel img {
      width: 2.5rem; }
  .header-lang {
    position: relative;
    font-size: 0.7rem;
    margin-left: 3rem; }
    .header-lang:hover .header-lang__list {
      display: block; }
    .header-lang:hover .header-lang__btn img {
      transform: rotate(180deg); }
    .header-lang__btn {
      padding-bottom: 1.5rem;
      margin-bottom: -1.5rem;
      color: #fff;
      display: flex;
      align-items: center; }
      .header-lang__btn svg {
        width: .55rem;
        margin-left: 0.25rem; }
    .header-lang__list {
      position: absolute;
      top: 1.5rem;
      left: -.5rem;
      width: 4rem;
      padding: 1rem;
      background: #fff;
      backdrop-filter: blur(5px);
      display: none;
      border-radius: .75rem; }
      .header-lang__list a {
        margin-bottom: 0.5rem;
        display: block;
        color: #00579A; }
        .header-lang__list a:last-child {
          margin-bottom: 0; }
  .header-hide {
    transform: translateY(-7rem); }
  .header-scrolled, .header-white {
    padding-top: 0; }
    .header-scrolled .header, .header-white .header {
      color: #00579A; }
      .header-scrolled .header-content, .header-white .header-content {
        background: #fff;
        padding: 1.3rem 2.5rem;
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        width: calc(100% + 5rem);
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
        border-radius: 0 0 1.5rem 1.5rem; }
      .header-scrolled .header-logo__murad, .header-white .header-logo__murad {
        display: none; }
      .header-scrolled .header-logo__soy, .header-white .header-logo__soy {
        display: block; }
      .header-scrolled .header__tel, .header-white .header__tel {
        color: #00579A; }
        .header-scrolled .header__tel:hover, .header-white .header__tel:hover {
          color: #1f69ac; }
      .header-scrolled .header-lang, .header-white .header-lang {
        margin-left: 0; }
        .header-scrolled .header-lang__btn, .header-white .header-lang__btn {
          color: #00579A; }
        .header-scrolled .header-lang__list, .header-white .header-lang__list {
          border: 1px solid #00579A; }
      .header-scrolled .header__soy, .header-white .header__soy {
        display: none; }
      .header-scrolled .header__fav, .header-white .header__fav {
        color: #00579A; }

.main {
  overflow: hidden; }
  .main-banner {
    height: 100vh;
    position: relative; }
    .main-banner__img {
      height: 100%;
      position: relative;
      overflow: hidden; }
      .main-banner__img::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
        content: '';
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 60%); }
      .main-banner__img::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 1;
        background: linear-gradient(353deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 50%); }
      .main-banner__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        animation: scale 40s linear infinite; }
    .main-banner__title {
      position: absolute;
      left: 0;
      bottom: 3rem;
      width: 100%;
      z-index: 2;
      color: #fff;
      font-size: 2.6rem;
      line-height: 118%;
      text-align: right; }
      .main-banner__title .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem; }
      .main-banner__title h1 {
        font-size: 1em; }
    .main-banner__birds {
      position: absolute;
      width: 100%;
      pointer-events: none;
      top: 10vh; }
      .main-banner__birds-two {
        transform: translateX(10%); }
      .main-banner__birds-three {
        transform: translate(5%); }
  .main-mark {
    width: 6rem;
    flex-shrink: 0; }
    .main-mark img {
      width: 100%;
      display: block; }
  .main-count {
    position: absolute;
    right: 0;
    top: 7rem;
    z-index: 2;
    color: #fff;
    text-transform: uppercase; }
    .main-count__video {
      width: 23rem;
      margin-bottom: 1.3rem;
      display: block; }
      .main-count__video video {
        width: 100%;
        display: block; }
    .main-count__title {
      font-size: 1.05rem;
      margin-bottom: 1.2rem;
      letter-spacing: 0.06%;
      font-weight: 500;
      white-space: nowrap; }
    .main-count__list {
      display: flex;
      gap: .75rem;
      padding-right: 2rem; }
      .main-count__list li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 4.5rem;
        width: 5rem;
        border-radius: 1rem;
        background: rgba(31, 26, 144, 0.5);
        backdrop-filter: blur(11px);
        flex-direction: column;
        font-size: 0.7rem; }
        .main-count__list li div {
          font-size: 1.5rem;
          margin-bottom: 0.3rem;
          font-weight: 500; }
      .main-count__list .plural {
        display: none; }
    .main-count__done {
      padding: .75rem 1rem;
      border-radius: 5rem;
      background: #1F1A90;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 500;
      white-space: nowrap;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      display: none; }
  .main-slogan {
    position: relative;
    padding: 8.5rem 0;
    background: url(../img/main-leaf.png) 30vw 0 no-repeat;
    background-size: 60vw;
    color: #00579A;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-slogan__title {
      font-size: 5rem;
      font-family: "FoglihtenNo06";
      font-weight: 400; }
    .main-slogan__text {
      text-align: right;
      font-size: 1.2rem;
      font-weight: 600; }
    .main-slogan__water {
      position: absolute;
      left: 0;
      bottom: -1rem;
      width: 100%;
      pointer-events: none; }
      .main-slogan__water img {
        width: calc(100% + 2rem);
        max-width: none;
        margin-left: -1rem;
        display: block; }
      .main-slogan__water svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block; }
    .main-slogan #water {
      filter: url("#turbulence"); }

.about {
  background: url(../img/pattern.png) 0 0 repeat;
  background-size: 100vw;
  position: relative;
  overflow: hidden; }
  .about-head {
    margin-bottom: 6rem;
    color: #fff; }
    .about-head .container {
      padding-right: 0;
      display: flex;
      align-items: flex-end;
      gap: 3.5rem; }
    .about-head__info {
      padding-bottom: 1.5rem;
      width: 40%; }
    .about-head__img {
      width: 60%; }
      .about-head__img img {
        width: 100%;
        display: block; }
  .about__title {
    margin-bottom: 3rem; }
  .about__logo {
    width: 8.5rem;
    margin-bottom: 2.5rem; }
    .about__logo img {
      width: 100%;
      display: block; }
  .about-leafs {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 20rem; }
    .about-leafs .leaf {
      width: 2.5rem;
      display: block;
      position: absolute; }
      .about-leafs .leaf:nth-child(1) {
        bottom: 5%;
        left: -10%;
        animation: blowing 12s 1s linear infinite; }
      .about-leafs .leaf:nth-child(2) {
        bottom: 10vh;
        left: -10%;
        animation: blowing 6s linear infinite; }
      .about-leafs .leaf:nth-child(3) {
        bottom: 0vh;
        left: -10%;
        animation: blowing 9s 3s linear infinite; }
      .about-leafs .leaf:nth-child(4) {
        bottom: 3vh;
        left: -10%;
        animation: blowing 9s linear infinite; }
      .about-leafs .leaf:nth-child(5) {
        bottom: 9vh;
        left: -10%;
        animation: blowing 12s 3s linear infinite; }
  .about-info {
    margin-left: 4.5rem;
    width: calc(100% - 4.5rem);
    background: #fff; }
    .about-info__img img {
      width: 100%;
      display: block; }
    .about-info__wrap {
      padding: 6rem 0 2.5rem;
      position: relative;
      z-index: 1; }
      .about-info__wrap .container {
        padding-left: 5rem; }
    .about-info__flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2.5rem;
      margin-bottom: 8.5rem; }
    .about-info__text {
      width: 40%; }
    .about-info__list {
      display: flex;
      gap: 2.5rem;
      flex-wrap: wrap;
      width: 60%; }
      .about-info__list li {
        width: calc(25% - 1.875rem);
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem; }
        .about-info__list li img {
          width: 4.5rem; }
        .about-info__list li p {
          font-size: 0.7rem;
          font-weight: 600;
          color: #00579A;
          text-align: center; }
    .about-info__title {
      margin-bottom: 2rem; }
    .about-info__text {
      width: 50%; }
    .about-info__green {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      z-index: -1; }
      .about-info__green img {
        width: 100%;
        display: block; }

.yard {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 5rem;
  color: #fff;
  z-index: 1; }
  .yard__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .yard__bg::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      backdrop-filter: blur(1.5rem);
      background: rgba(0, 0, 0, 0.5); }
    .yard__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .yard .container {
    padding-right: 0; }
  .yard-wrap {
    display: flex;
    align-items: center; }
  .yard-content {
    width: 22rem;
    margin-right: 2rem;
    transform: translateY(30%);
    opacity: 0;
    transition: .7s all; }
    .yard-content.show {
      opacity: 1;
      transform: none; }
  .yard__title {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 3rem;
    max-width: 18rem; }
  .yard__text {
    line-height: 150%;
    font-size: 0.8rem; }
  .yard-carousel {
    width: calc(100% - 24rem); }
    .yard-carousel__item {
      width: 37.5rem;
      margin-right: 2.5rem; }
    .yard-carousel__img {
      width: 100%;
      height: 27rem; }
      .yard-carousel__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 1rem; }
    .yard-carousel__title {
      display: none; }
    .yard-carousel__text {
      display: none; }
  .yard-count {
    font-size: 1.45rem;
    font-weight: 600;
    margin-right: 35vw; }
    .yard-count strong {
      font-size: 3.6rem; }
  .yard-bot {
    align-items: flex-end; }

.location {
  padding-top: 10rem;
  position: relative; }
  .location__subtitle {
    font-weight: 600;
    margin-bottom: 1.3rem;
    color: #00579A; }
  .location__title {
    margin-bottom: 2rem; }
  .location-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.7rem; }
  .location__text {
    width: 43rem; }
  .location__btn {
    height: 2.7rem;
    min-width: 13.2rem;
    padding: 0 1rem;
    gap: 1rem;
    margin-top: 1rem; }
  .location-main {
    display: flex;
    gap: 2.5rem; }
  .location-info {
    width: 35%;
    background: rgba(239, 239, 239, 0.4);
    box-shadow: 0px 1.8518518209px 3.1481480598px 0px rgba(0, 0, 0, 0.02), 0px 8.1481485367px 6.5185184479px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.5185203552px 25.4814815521px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(31px);
    border-radius: 1.5rem;
    padding: 2.5rem 2.1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .location-info__title {
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      font-size: 1.2rem;
      font-weight: 600;
      color: #00579A;
      gap: 1.75rem; }
      .location-info__title img {
        width: 2.25rem; }
    .location-info__list li {
      margin-bottom: 1rem;
      font-weight: 600; }
      .location-info__list li:last-child {
        margin-bottom: 0; }
      .location-info__list li::before {
        content: '\2022';
        margin-right: 0.5rem; }
  .location__map {
    width: 65%; }
    .location__map img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }
  .location__leaf {
    position: absolute;
    right: 4rem;
    top: -8rem;
    width: 21rem;
    z-index: -1;
    transform: translateY(10%) rotateZ(-10deg) rotateX(-90deg);
    animation: plant-animation 3s ease-in-out 0.5s forwards, plant-move 3s ease infinite alternate-reverse; }
    .location__leaf img {
      width: 100%;
      display: block; }
  .location__green {
    bottom: -6.5rem;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 28rem; }
    .location__green img {
      width: 100%; }

.arc {
  padding-top: 13rem;
  background: url(../img/arc/pattern.svg) right 1rem no-repeat;
  background-size: 43rem; }
  .arc__subtitle {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #00579A; }
  .arc__title {
    margin-bottom: 2.4rem; }
  .arc__text {
    max-width: 43rem;
    margin-bottom: 2rem; }
  .arc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
  .arc-item {
    height: 18.5rem;
    border-radius: 1rem;
    overflow: hidden;
    width: calc(25% - 1.5rem);
    position: relative; }
    .arc-item__big {
      width: calc(50% - 1rem); }
    .arc-item__img {
      width: 100%;
      height: 100%; }
      .arc-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .arc-item__wrap {
      position: absolute;
      left: 0;
      top: 0;
      transition: .6s all;
      padding: 2rem 1.75rem;
      color: #fff;
      height: 100%;
      width: 100%;
      background: transparent;
      transform: translateY(12.5rem);
      border-radius: 1rem; }
    .arc-item__title {
      font-size: 1rem; }
    .arc-item__text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 150%;
      font-size: 0.8rem;
      margin-top: 1rem;
      transition: .6s all;
      opacity: 0;
      width: calc(100% - 3.5rem); }
    .arc-item.active .arc-item__wrap {
      transform: none;
      background: linear-gradient(360deg, #00579A 0%, rgba(0, 87, 154, 0) 100%), linear-gradient(0deg, rgba(0, 87, 154, 0.75) 0%, rgba(0, 87, 154, 0.75) 100%); }
    .arc-item.active .arc-item__text {
      opacity: 1; }

.lobby {
  padding-bottom: 11rem;
  position: relative; }
  .lobby-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .lobby-wrap {
    width: 40rem;
    margin-bottom: 2.5rem; }
  .lobby__title {
    margin-bottom: 1.6rem;
    max-width: 21rem; }
  .lobby__shine {
    width: 31rem;
    flex-shrink: 0;
    position: relative; }
    .lobby__shine img {
      width: 100%;
      display: block; }
  .lobby__light {
    position: absolute;
    bottom: 0rem;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden; }
    .lobby__light::after {
      content: '';
      bottom: 0;
      transform: translateX(100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      z-index: 1;
      animation: shine 2s infinite;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
      /* W3C */
      /* IE6-9 */ }
  .lobby-main {
    display: flex;
    gap: 2rem; }
  .lobby-left, .lobby-right {
    width: 50%; }
  .lobby__img {
    margin-bottom: 1.5rem; }
    .lobby__img img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }
  .lobby__text {
    margin: 2.5rem 0 1.75rem; }
  .lobby-list {
    display: flex;
    flex-wrap: wrap; }
    .lobby-list li {
      width: 50%;
      display: flex;
      align-items: center;
      gap: 1.5rem;
      margin-bottom: 3rem; }
    .lobby-list img {
      width: 4.5rem; }
    .lobby-list p {
      font-size: 0.7rem;
      color: #00579A;
      font-weight: 600;
      max-width: 10rem; }
      .lobby-list p span {
        display: block;
        font-weight: 500; }
  .lobby__stone {
    position: absolute;
    right: 50%;
    bottom: -2rem;
    width: 12.5rem; }
    .lobby__stone img {
      width: 100%;
      display: block; }

.parking {
  padding: 4.5rem 0 21rem;
  color: #fff;
  background: url(../img/pattern-big.png) top left no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .parking-wrap {
    display: flex;
    justify-content: space-between; }
  .parking-item {
    width: 30rem; }
  .parking__title {
    margin-bottom: 1.25rem;
    color: #fff; }
  .parking-car {
    position: absolute;
    width: 58rem;
    right: 7vw;
    bottom: 1.5rem;
    transition: 2s all;
    transform: translateX(100%); }
    .parking-car__img {
      width: 100%;
      display: block; }
    .parking-car__wheel {
      position: absolute;
      width: 16%;
      display: block;
      bottom: 7%;
      animation: wheel 2s linear infinite; }
    .parking-car__light {
      position: absolute;
      bottom: 55.8%;
      left: 6%;
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff; }
      .parking-car__light.active {
        animation: carLight .4s ease-out 2; }
    .parking-car #wheel1 {
      left: 12%; }
    .parking-car #wheel2 {
      left: 72%; }

.plans {
  padding: 11rem 0 10rem;
  position: relative;
  overflow: hidden; }
  .plans__title {
    margin-bottom: 2.2rem;
    max-width: 27rem; }
  .plans-wrap {
    display: flex; }
  .plans-carousel, .plans .owl-stage-outer {
    height: 100%; }
  .plans .owl-stage {
    display: flex;
    align-items: stretch;
    height: 100%; }
  .plans-filter {
    width: 20.5rem;
    margin-right: 3.5rem;
    border-radius: 1.5rem;
    backdrop-filter: blur(1.5rem);
    background: rgba(239, 239, 239, 0.4);
    padding: 2rem 2.2rem; }
    .plans-filter__title {
      font-size: 1.2rem;
      margin-bottom: 3rem; }
    .plans-filter__item {
      margin-bottom: 2rem; }
    .plans-filter__btn {
      width: 100%;
      height: 2.8rem;
      font-size: 0.7rem;
      text-transform: uppercase;
      box-shadow: 0px 4px 45px 0px rgba(60, 178, 68, 0.2);
      margin-top: -2rem; }
    .plans-filter__name {
      color: #787878;
      font-size: 0.7rem;
      margin-bottom: 0.9rem;
      font-weight: 600; }
    .plans-filter__range {
      margin-top: -1rem; }
      .plans-filter__range .irs-line {
        background: rgba(0, 0, 0, 0.3); }
      .plans-filter__range .irs--flat {
        height: 2rem; }
      .plans-filter__range .irs--flat .irs-line {
        height: .15rem;
        top: 1.25rem; }
      .plans-filter__range .irs--flat .irs-handle {
        height: auto;
        display: none; }
      .plans-filter__range .irs--flat .irs-max, .plans-filter__range .irs--flat .irs-min {
        display: none; }
      .plans-filter__range .irs--flat .irs-bar {
        background: #00579A;
        height: .2rem;
        top: 1.25rem; }
      .plans-filter__range .irs--flat .irs-from, .plans-filter__range .irs--flat .irs-to {
        background: #fff;
        border: .1rem solid #eee;
        font-size: 0;
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .6rem;
        z-index: 2; }
        .plans-filter__range .irs--flat .irs-from::after, .plans-filter__range .irs--flat .irs-to::after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url(../img/icons/lines.svg) center center no-repeat;
          background-size: .5rem;
          content: ''; }
        .plans-filter__range .irs--flat .irs-from::before, .plans-filter__range .irs--flat .irs-to::before {
          display: none; }
      .plans-filter__range .irs--flat .irs-single {
        display: none; }
    .plans-filter__square {
      margin-top: 0.2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8rem;
      font-weight: 600; }
    .plans-filter__rooms {
      display: flex;
      gap: .65rem;
      flex-wrap: wrap; }
    .plans-filter__check {
      display: flex;
      margin-bottom: 0.65rem;
      width: calc(33.3333% - .86666rem);
      cursor: pointer;
      user-select: none; }
      .plans-filter__check input {
        display: none; }
        .plans-filter__check input:checked + span {
          color: #fff;
          border: none;
          background: #00579A;
          box-shadow: 0px 4px 25px 0px rgba(60, 178, 68, 0.18); }
      .plans-filter__check span {
        width: 100%;
        height: 3rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 1px dashed #cdcdcd;
        font-weight: 600;
        font-size: 0.8rem;
        border-radius: .2rem; }
  .plans-main {
    width: calc(100% - 24rem);
    position: relative; }
  .plans-arrows div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
    z-index: 3; }
  .plans-arrows .arrow-left {
    left: -1.2rem; }
  .plans-arrows .arrow-right {
    right: -1.2rem; }
  .plans-item {
    border-radius: 1.5rem;
    padding: 2.4rem 2rem;
    backdrop-filter: blur(1.5rem);
    background: rgba(239, 239, 239, 0.4);
    height: 100%; }
    .plans-item:hover .plans-item__zoom {
      opacity: 1; }
    .plans-item__img {
      height: 16rem;
      margin-bottom: 4rem; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-fit: contain; }
    .plans-item__zoom {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 2.75rem;
      height: 2.75rem;
      background: #00579A;
      transition: .6s all;
      border-radius: 50%;
      cursor: pointer;
      top: 10rem;
      opacity: 0; }
      .plans-item__zoom img {
        width: 1rem !important; }
      .plans-item__zoom:hover {
        background: #1f69ac; }
    .plans-item__info {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
      .plans-item__info li {
        font-size: 0.7rem;
        color: #787878; }
        .plans-item__info li div:first-child {
          font-size: 1.25rem;
          margin-bottom: 0.2rem;
          font-weight: 600;
          color: #393939; }
  .plans__green {
    bottom: 0;
    right: 0;
    width: 60vw;
    position: absolute;
    z-index: -1; }
    .plans__green img {
      width: 100%;
      display: block; }

.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden; }
  .more__img {
    width: 49%;
    position: relative;
    z-index: 1; }
    .more__img img {
      width: 100%;
      display: block; }
  .more-wrap {
    width: 60%;
    margin-left: -10%;
    background: #00579A;
    color: #fff;
    padding: 5.5rem 0 4.5rem;
    overflow: hidden; }
  .more-form {
    width: 29rem;
    margin: 0 auto; }
  .more-arrow {
    position: absolute;
    right: -2rem;
    transform: scaleX(-1);
    top: -2.5rem;
    width: 20rem;
    height: 20rem;
    display: flex;
    justify-content: center;
    color: #fff; }
    .more-arrow__wrap {
      transform: scale(0.5);
      display: flex;
      justify-content: center; }
  .more svg.animation-svg {
    fill: #fff;
    width: 500px;
    height: 300px;
    display: block; }
  .more circle:nth-child(1) {
    animation: 2s infinite growShrink 0.125s; }
  .more circle:nth-child(2) {
    animation: 2s infinite growShrink 0.25s; }
  .more circle:nth-child(3) {
    animation: 2s infinite growShrink 0.375s; }
  .more circle:nth-child(4) {
    animation: 2s infinite growShrink 0.5s; }
  .more circle:nth-child(5) {
    animation: 2s infinite growShrink 0.625s; }
  .more circle:nth-child(6) {
    animation: 2s infinite growShrink 0.75s; }
  .more circle:nth-child(7) {
    animation: 2s infinite growShrink 0.875s; }
  .more circle:nth-child(8) {
    animation: 2s infinite growShrink 1s; }
  .more circle:nth-child(9) {
    animation: 2s infinite growShrink 1.125s; }
  .more circle:nth-child(10) {
    animation: 2s infinite growShrink 1.25s; }
  .more__title {
    font-weight: 600;
    margin-bottom: 1.75rem;
    font-size: 2rem;
    animation: pulse 2s infinite; }
  .more__text {
    font-size: 0.95rem;
    margin-bottom: 3rem;
    line-height: 156%; }
  .more .btn {
    width: 14rem;
    height: 3.2rem; }
  .more .form__input {
    margin-bottom: 3rem; }
    .more .form__input input {
      text-transform: uppercase;
      border-color: #D9D9D9; }
      .more .form__input input:focus {
        color: #fff; }
      .more .form__input input::placeholder {
        color: #D9D9D9; }
  .more .iti {
    color: #393939; }
    .more .iti input {
      color: #fff; }
  .more .iti__arrow {
    border-top-color: #fff; }
    .more .iti__arrow--up {
      border-block-color: #fff; }
  .more__leaf {
    position: absolute;
    top: 35vw;
    width: 50%;
    z-index: -1; }
    .more__leaf img {
      width: 100%;
      display: block; }

.footer {
  display: flex;
  position: relative; }
  .footer .container {
    padding-right: 2.5rem;
    position: relative; }
  .footer-info {
    padding: 3.5rem 0 2.5rem;
    color: #fff;
    background: #00579A url(../img/pattern.png) top left no-repeat;
    background-size: 150vw;
    width: 50%; }
  .footer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem; }
  .footer__logo {
    width: 9rem;
    display: block; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-item {
    margin-bottom: 1.75rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem; }
    .footer-item__ico {
      width: 1.6rem;
      flex-shrink: 0; }
      .footer-item__ico img {
        width: 100%; }
    .footer-item__title {
      margin-bottom: .8rem;
      font-size: 1rem;
      line-height: 100%; }
    .footer-item__text {
      color: #fff;
      font-size: .9rem;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem; }
      .footer-item__text a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #00579A;
        border: 1px solid #fff;
        font-size: 0.8rem;
        height: 2.7rem;
        width: 11rem;
        border-radius: 2.7rem;
        gap: .8rem;
        flex-shrink: 0;
        letter-spacing: normal; }
        .footer-item__text a svg {
          width: 0.8rem; }
        .footer-item__text a:hover {
          background: #00579A;
          color: #fff; }
    .footer-item__wrap {
      padding-top: .3rem; }
  .footer-wrap {
    margin: 3.5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-social {
    display: flex; }
    .footer-social li {
      margin-right: 1rem; }
      .footer-social li:last-child {
        margin-right: 0; }
      .footer-social li a {
        display: block; }
        .footer-social li a img {
          width: 2.4rem;
          display: block; }
        .footer-social li a:hover {
          opacity: .8; }
  .footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem; }
    .footer-copy a {
      color: #fff; }
      .footer-copy a:hover {
        color: rgba(255, 255, 255, 0.45); }
  .footer-map {
    width: 50%; }
    .footer-map #footer-map {
      width: 100%;
      height: 100%; }
  .footer-top {
    z-index: 3;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.7rem; }
    .footer-top svg {
      width: 2rem;
      margin-left: 0.75rem; }

@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 8.5rem; }

  .fixed-btns {
    right: 1rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; }

  .more-arrow {
    top: -3.5rem; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 7.5rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 7rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; }

  .container {
    padding: 0 6rem; }

  .about-info {
    margin-left: 2.5rem;
    width: calc(100% - 2.5rem); }
    .about-info__wrap .container {
      padding-left: 3.5rem; }

  .more-arrow {
    top: -4rem; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 4rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 3rem; } }
@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 4rem; }

  .fixed-btns {
    bottom: 5rem; }

  .menu-content {
    width: 100%; }
  .menu-wrap {
    left: 5.5rem; }
  .menu__close {
    left: auto;
    right: 5rem; }
  .menu .header__choose {
    display: inline-flex;
    border: 1px solid #fff; }
  .menu .header__fav {
    display: block; }
  .menu-mobile {
    display: flex;
    align-items: center; }
  .menu-lang {
    margin-bottom: 3rem;
    display: flex;
    gap: 1rem;
    text-transform: uppercase; }
    .menu-lang a {
      color: #fff; }

  .zoom-image__img {
    padding: 2.5rem; }
  .zoom-image__content {
    width: 95vw; }
  .zoom-image__close {
    top: 1.5rem;
    right: 1.5rem; }
  .zoom-image__wrap {
    padding: 4.5rem 1.5rem; }

  .header__soy, .header__choose, .header__fav, .header-lang, .header__tel span {
    display: none; }
  .header-scrolled .header-content, .header-white .header-content {
    padding: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem); }

  .main-banner {
    height: 40rem; }
    .main-banner__img::after {
      background: linear-gradient(353deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0) 47%); }
    .main-banner__birds {
      top: 2rem;
      width: 70rem; }
    .main-banner h1 br {
      display: none; }
  .main-count__title {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .main-count__list {
    display: flex;
    gap: .75rem; }
    .main-count__list li {
      height: 4rem;
      width: 5rem;
      border-radius: .7rem;
      font-size: 0.7rem; }
      .main-count__list li div {
        font-size: 1.4rem; }
  .main-slogan {
    padding: 7rem 0; }
    .main-slogan__title {
      font-size: 3.5rem; }

  .about-head {
    padding-top: 2rem;
    margin-bottom: 5rem; }
    .about-head .container {
      display: block;
      padding-right: 4rem; }
    .about-head__info {
      width: 100%; }
    .about-head__img {
      width: 100%; }
  .about-info {
    margin-left: 0;
    width: 100%; }
    .about-info__wrap {
      padding: 2rem 0; }
    .about-info__flex {
      display: block;
      margin-bottom: 5rem; }
    .about-info__text {
      width: 100%;
      margin-bottom: 2rem; }
    .about-info__list {
      width: 100%; }
    .about-info__bot .about-info__text {
      width: 60%; }

  .yard {
    padding: 5rem 0; }
    .yard-main .container {
      padding-left: 0; }
    .yard-wrap {
      display: block; }
    .yard-content {
      width: 40rem;
      padding: 0 3rem;
      margin-bottom: 2rem; }
    .yard__title {
      margin-bottom: 2.5rem; }
    .yard-carousel {
      width: 100%; }
      .yard-carousel .owl-stage-outer {
        padding: 0 1.2rem; }
    .yard-bot {
      padding: 0 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1rem; }
    .yard-count {
      margin-right: 0; }

  .location {
    padding-top: 5rem; }
    .location-wrap {
      display: block; }
    .location__text {
      max-width: 30rem; }
    .location__btn {
      margin-top: 2rem; }
    .location-main {
      display: block; }
    .location-info {
      width: 100%;
      margin-bottom: 2rem;
      flex-direction: row; }
    .location__map {
      width: 100%; }
    .location__leaf {
      width: 15rem;
      margin-top: -2rem;
      right: 2rem; }
    .location__green {
      bottom: 0; }

  .arc {
    padding-top: 8rem;
    background-size: 20rem; }
    .arc-list {
      gap: 1rem; }
    .arc-item {
      width: calc(50% - .5rem);
      height: 17rem; }
      .arc-item__wrap {
        transform: translateY(11rem);
        padding: 1.5rem 1rem; }
      .arc-item__text {
        width: calc(100% - 2rem); }

  .lobby {
    padding-bottom: 3rem; }
    .lobby-head {
      flex-direction: column-reverse;
      align-items: center; }
    .lobby__shine {
      width: 25rem;
      margin-bottom: 2rem; }
    .lobby__text {
      margin-bottom: 0; }
    .lobby-main {
      display: block; }
    .lobby-left {
      width: 100%;
      display: flex;
      gap: 1.5rem; }
    .lobby-right {
      width: 100%; }
    .lobby-list {
      margin-top: 2rem; }
      .lobby-list li {
        margin-bottom: 2rem; }
    .lobby__stone {
      width: 10rem;
      bottom: 20rem; }

  .parking {
    padding: 5rem 0 2rem; }
    .parking-car {
      position: relative;
      right: 0;
      width: 100%;
      bottom: 0; }
    .parking-wrap {
      display: block; }
    .parking-item {
      margin-bottom: 2rem; }

  .plans {
    padding: 5rem 0; }
    .plans .container {
      padding-right: 4rem; }
    .plans-wrap {
      display: block; }
    .plans-filter {
      margin: 0 auto 2rem; }
    .plans-main {
      width: 100%; }
    .plans__green {
      bottom: 5rem;
      width: 70vw; }

  .more {
    display: block;
    padding-bottom: 0; }
    .more__img {
      width: 100%; }
    .more-wrap {
      width: 100%;
      margin-left: 0;
      margin-top: -6rem;
      padding-top: 10rem; }
    .more-wrap {
      position: relative; }
    .more-arrow {
      left: auto;
      right: -80px;
      top: 17px; }
    .more__leaf {
      display: none; }

  .footer {
    flex-direction: column-reverse; }
    .footer-head {
      margin-bottom: 2.5rem; }
    .footer-map {
      width: 100%;
      height: 22rem; }
    .footer-info {
      width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1.2rem; }

  .fixed-btns a {
    width: 3rem;
    height: 3rem;
    border-width: .4rem; }
    .fixed-btns a span {
      font-size: 0.5rem;
      margin-top: 0.2rem; }
    .fixed-btns a.live-open::after {
      width: 5px;
      height: 5px;
      right: 0.3rem;
      top: .3rem; }

  .preloader__logo {
    width: 10rem; }
  .preloader::after {
    background-size: 200vw; }

  .live-content {
    width: 90vw;
    height: 20rem; }

  .feedback-content {
    width: 95vw;
    padding: 2.5rem 1.4rem; }

  .section-text p {
    margin-bottom: 1.1rem; }

  .iti__country-list {
    width: 80vw;
    font-size: 0.85rem; }

  .menu-wrap {
    left: 1.3rem; }
  .menu-list li {
    margin-bottom: 1.5rem; }
    .menu-list li a {
      font-size: 1.5rem; }
    .menu-list li > div a {
      font-size: 1.05rem; }
  .menu-more .about__btn {
    margin-right: 2rem; }
  .menu__close {
    right: 1.3rem;
    width: 6rem;
    height: 6rem; }

  .zoom-image__content {
    display: block;
    height: auto; }
  .zoom-image__img {
    width: 100%;
    height: 45vh;
    padding: 2.5rem 1.5rem 3rem; }
  .zoom-image__close {
    top: 0.6rem;
    right: 0.6rem; }
    .zoom-image__close svg path {
      fill: #00579A; }
  .zoom-image__wrap {
    padding: 1.5rem;
    width: 100%;
    position: static; }
  .zoom-image__fav {
    bottom: 6rem; }
  .zoom-image__btn {
    margin-top: 4rem; }

  .stock-popup {
    width: 12rem; }

  .header-logo__murad {
    width: 4rem;
    margin-top: -0.4rem; }
  .header-logo__soy {
    width: 6rem; }
  .header-scrolled .header-content, .header-white .header-content {
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem); }
  .header__tour {
    margin-right: 0.5rem; }
  .header__menu {
    width: 2.5rem;
    margin-right: 0; }
    .header__menu img {
      margin-right: 0;
      width: 1.1rem; }
    .header__menu span {
      display: none; }

  .main-banner {
    height: 35rem; }
    .main-banner__title {
      font-size: 1.5rem;
      bottom: 2rem; }
    .main-banner .container {
      flex-direction: column;
      align-items: flex-end; }
    .main-banner h1 br {
      display: block; }
  .main-slogan {
    text-align: center;
    background-size: 90vw; }
    .main-slogan__text {
      text-align: center; }
    .main-slogan__water {
      text-align: center;
      overflow: hidden; }
      .main-slogan__water img {
        width: 60rem;
        max-width: none; }
  .main-count {
    top: 5rem;
    right: 50%;
    transform: translateX(50%); }
    .main-count .container {
      padding: 0; }
    .main-count__title {
      font-size: .9rem;
      margin-bottom: 0.5rem; }
    .main-count__list {
      display: flex;
      gap: .75rem; }
      .main-count__list li {
        height: 3rem;
        width: 4rem;
        border-radius: .7rem;
        font-size: 0.6rem; }
        .main-count__list li div {
          font-size: 1.25rem;
          margin-bottom: .1rem; }

  .about {
    background-size: 50rem; }
    .about__title {
      margin-bottom: 2rem; }
    .about-head {
      margin-bottom: 4rem; }
      .about-head .container {
        padding-right: 1.2rem; }
    .about-info__img img {
      height: 15rem;
      object-fit: cover; }
    .about-info__wrap {
      padding-bottom: 5rem; }
      .about-info__wrap .container {
        padding-left: 1.2rem; }
    .about-info__flex {
      margin-bottom: 3rem; }
    .about-info__list {
      gap: 1.5rem; }
      .about-info__list li {
        width: calc(50% - .75rem); }
    .about-info__bot .about-info__text {
      width: 100%; }
    .about-info__green {
      width: 70%; }

  .yard {
    padding: 4rem 0; }
    .yard-content {
      padding: 0 1.2rem;
      width: 100%; }
    .yard__title {
      font-size: 1.3rem;
      margin-bottom: 1.5rem; }
    .yard-carousel__item {
      width: 20rem;
      margin-right: 1.2rem; }
    .yard-carousel__img {
      height: 15rem; }
    .yard-bot {
      padding: 0 1.2rem; }
    .yard-count {
      font-size: 1.3rem; }
      .yard-count strong {
        font-size: 2.4rem; }

  .location-info {
    display: block;
    padding: 1.5rem; }
    .location-info__title {
      margin-bottom: 1rem; }
    .location-info__item {
      margin-bottom: 2rem; }
  .location__text {
    width: 100%; }
  .location__map {
    margin-left: -1.2rem;
    width: 100vw; }
    .location__map img {
      height: 25rem;
      object-fit: cover;
      border-radius: 0; }
  .location__leaf {
    right: 1.2rem;
    width: 9rem;
    top: -1.5rem; }
  .location__green {
    width: 20rem;
    bottom: 15rem; }

  .arc {
    background-size: 12rem;
    padding-top: 5rem; }
    .arc__title {
      margin-bottom: 1.5rem; }
    .arc-item {
      width: 100%; }

  .lobby__shine {
    width: 15rem; }
  .lobby-wrap {
    width: 100%; }
  .lobby__text {
    margin-top: 0; }
  .lobby-left {
    display: block; }
  .lobby-list li {
    width: 100%;
    margin-bottom: 1.5rem; }
  .lobby__stone {
    display: none; }

  .parking {
    padding-top: 3rem;
    background-size: 55rem;
    background-repeat: repeat; }
    .parking-item {
      width: 100%; }
    .parking-car {
      margin-left: -1.2rem;
      width: 100vw; }
      .parking-car__light {
        width: 0.3rem;
        height: 0.3rem; }

  .plans {
    padding: 4rem 0; }
    .plans .container {
      padding-right: 1.2rem; }
    .plans-filter {
      width: 100%; }
    .plans-carousel {
      margin-left: -1.2rem;
      width: 100vw; }
    .plans-arrows {
      display: none; }
    .plans-item__img {
      margin-bottom: 2rem; }
    .plans__green {
      width: 80vw;
      bottom: 20rem; }

  .more-wrap {
    padding-top: 8.5rem; }
  .more-form {
    width: 100%;
    padding: 0 1.2rem; }
  .more__title {
    font-size: 1.45rem;
    margin-bottom: 3rem; }
  .more .form__input {
    margin-bottom: 2rem; }
  .more .form__check {
    margin-bottom: 2rem; }
  .more .form__info {
    margin-top: -.5rem; }
  .more-arrow {
    left: 40px;
    right: auto; }
  .more__text {
    margin-bottom: 2rem; }

  .footer-info {
    background-size: cover; }
  .footer .container {
    padding-right: 1.2rem; }
  .footer__logo {
    width: 8rem; }
  .footer-map .ymaps-2-1-79-events-pane {
    pointer-events: none; }
  .footer-item {
    margin-bottom: 2rem;
    gap: 0.7rem; }
    .footer-item__ico {
      width: 1.2rem; }
    .footer-item__text {
      flex-direction: column;
      align-items: flex-start; }
  .footer-copy p 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 */
