@font-face {
  font-family: 'Oceanic';
  src: url("fonts/OceanicGroteskTRIAL-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Oceanic';
  src: url("fonts/OceanicGroteskTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
  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: 'Oceanic', sans-serif;
  font-size: 0.9rem;
  padding-top: 3.5rem; }

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

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

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

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

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

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

.filter {
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: relative;
  z-index: 1;
  font-size: 0.75rem; }
  .filter-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 1rem; }
  .filter-select-type {
    min-width: 12.5vw; }
  .filter-select-projects {
    min-width: 13.5vw; }
  .filter-select-end {
    min-width: 9vw; }
  .filter-select select {
    opacity: 0; }
  .filter-range {
    height: 3rem;
    border: 1px solid #DFE4EF;
    width: 13vw;
    flex-grow: 1;
    border-radius: .5rem;
    padding: 1rem 0.8rem 0; }
    .filter-range__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.4rem; }
    .filter-range__value {
      font-size: 0.65rem;
      color: #80634F; }
    .filter-range .irs {
      font-size: 0.6rem;
      margin-top: -.8rem;
      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, .filter-range .irs--flat .irs-from, .filter-range .irs--flat .irs-to {
      display: none; }
    .filter-range .irs--flat .irs-bar {
      height: .15rem;
      top: 1.25rem;
      background: #80634F; }
    .filter-range .irs--flat .irs-single {
      font-size: 0;
      border-radius: 50%;
      width: .5rem;
      height: .5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1.1rem;
      z-index: 5;
      background: #80634F;
      padding: 0; }
      .filter-range .irs--flat .irs-single::before {
        display: none; }
    .filter-range input {
      opacity: 0; }
  .filter-rooms {
    display: flex;
    gap: 1rem; }
    .filter-rooms__name {
      height: 3rem;
      border-radius: .5rem;
      border: 1px solid #DFE4EF;
      padding: 0 1rem;
      display: inline-flex;
      align-items: center; }
    .filter-rooms__choose {
      display: flex;
      gap: 1rem; }
      .filter-rooms__choose label {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none; }
        .filter-rooms__choose label input {
          appearance: none;
          display: none; }
          .filter-rooms__choose label input:checked + span {
            background: #80634F;
            color: #fff;
            border-color: #80634F; }
        .filter-rooms__choose label span {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #DFE4EF;
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          font-weight: 500;
          transition: .6s all;
          color: #80634F; }
          .filter-rooms__choose label span:hover {
            background: #80634F;
            color: #fff;
            border-color: #80634F; }
  .filter-reset {
    height: 3rem;
    padding: 0 .5rem;
    border-radius: .5rem;
    border: 1px solid #DFE4EF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    color: #8694B1;
    min-width: 10rem; }
    .filter-reset svg {
      width: 1.2rem;
      color: #80634F;
      transition: .6s all; }
    .filter-reset:hover {
      background: #61AC3A;
      color: #fff; }
      .filter-reset:hover svg {
        color: #fff; }
    .filter-reset.disabled svg {
      color: #8694B1; }
  .filter-bot {
    display: flex;
    justify-content: space-between; }
  .filter-wrap {
    display: flex;
    gap: 1.5rem; }
  .filter-submit {
    height: 3rem;
    border-radius: .5rem;
    background: #80634F;
    color: #fff;
    padding: 0 2.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .8rem; }
    .filter-submit img {
      width: 0.8rem; }
    .filter-submit:hover {
      background: #61AC3A; }

.section-title {
  font-size: 1.6rem;
  font-weight: 400; }

.customSelect {
  position: relative;
  z-index: auto; }
  .customSelect__option--value {
    height: 3rem;
    width: 100%;
    padding: 0 .8rem;
    padding-right: 2.1rem !important;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #DFE4EF;
    white-space: normal;
    line-height: 1.1;
    font-size: inherit;
    border-radius: .5rem; }
    .customSelect__option--value::after {
      background-image: url(../img/icons/select.svg);
      background-size: contain;
      width: 1rem;
      height: 1rem; }
  .customSelect__option {
    padding: 0 .8rem;
    height: 3rem;
    display: flex;
    align-items: center;
    border-radius: .5rem; }
  .customSelect--active .customSelect__option--value:hover, .customSelect--active .customSelect__option--value:focus {
    background: #fff; }
  .customSelect--active .customSelect__option--value {
    border-radius: .5rem;
    border: 1px solid #DFE4EF; }
  .customSelect__dropdown {
    border-radius: .5rem;
    background: #fff;
    border: 1px solid #DFE4EF;
    z-index: 4;
    padding: 0; }
    .customSelect__dropdown .customSelect__option {
      border-radius: 0;
      height: 2.2rem;
      font-size: inherit; }
      .customSelect__dropdown .customSelect__option:hover {
        background: #80634F;
        color: #fff; }
  .customSelect button:disabled {
    pointer-events: none;
    color: #ccc; }

@keyframes projectsTiming {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  7% {
    opacity: 1;
    transform: translateY(0); }
  22% {
    opacity: 1;
    transform: translateY(0); }
  32% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0; } }
@keyframes pulse-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(128, 99, 79, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@keyframes fill {
  100% {
    fill: #F1EFED; } }
@keyframes logoFade {
  to {
    opacity: 1;
    transform: scale(1); } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #80634F;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__logo {
    width: 26.5rem; }
    .preloader__logo img {
      width: 100%;
      display: block;
      opacity: 0;
      transform: scale(0.8);
      animation: logoFade 1s linear forwards; }

.tel-popup {
  position: fixed;
  bottom: 4rem;
  right: 1.5rem;
  animation: pulse-btn 2s infinite;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #80634F;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  z-index: 5; }
  .tel-popup img {
    width: 2.5rem; }
  .tel-popup:hover {
    background: #61AC3A; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    background: #606048;
    color: #fff;
    width: 22rem;
    border-radius: 1.25rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    color: #000;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    z-index: 3; }
    .feedback__close:hover {
      background: #606048;
      color: #fff; }
    .feedback__close svg {
      width: .5rem;
      height: .5rem; }
  .feedback__title {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase; }
  .feedback__text {
    text-align: center; }
  .feedback-form {
    margin: 2.5rem 0 1.5rem;
    font-size: 0.8rem; }
    .feedback-form input {
      margin-bottom: 2rem;
      width: 100%;
      background: transparent;
      border: none;
      padding-bottom: 0.4rem;
      border-bottom: 1px solid #A3A2A2; }
      .feedback-form input::placeholder {
        color: #A3A2A2; }
      .feedback-form input:focus, .feedback-form input:not(:placeholder-shown), .feedback-form input:hover {
        border-color: #fff; }
    .feedback-form .btn {
      width: 100%;
      height: 3rem;
      border-radius: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #606048;
      background: #fff;
      border: 1px solid #fff; }
      .feedback-form .btn:hover {
        color: #fff;
        background: #606048; }
  .feedback__agree {
    font-size: 0.75rem;
    text-align: center;
    max-width: 20rem;
    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; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
  background: #606048 url(../img/icons/pattern-almaar.png) top left no-repeat;
  background-size: 200vw; }
  .mobile-menu .container {
    padding-bottom: 4rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 3.5rem; }
  .mobile-menu__close {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    background: #fff; }
    .mobile-menu__close img {
      width: .7rem; }
  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }
  .mobile-menu__social {
    display: flex;
    gap: 2rem;
    font-weight: 500;
    font-size: 1rem; }
    .mobile-menu__social a {
      color: #fff; }

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 3.5rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-wrap {
    display: flex;
    align-items: center; }
  .header__logo {
    width: 8rem;
    display: block;
    margin-right: 3rem; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 2rem; }
    .header-menu a {
      color: #000; }
      .header-menu a:hover {
        color: #61AC3A; }
  .header-lang {
    position: relative;
    font-size: 0.7rem;
    text-transform: capitalize; }
    .header-lang.active .header-lang__dropdown {
      opacity: 1;
      visibility: visible;
      transform: none; }
    .header-lang__btn {
      display: inline-flex;
      align-items: center;
      gap: .3rem;
      padding-bottom: .6rem;
      margin-bottom: -.6rem;
      cursor: default; }
      .header-lang__btn img {
        width: 1.2rem; }
    .header-lang__dropdown {
      position: absolute;
      top: 100%;
      left: -1rem;
      background: #fff;
      padding: 1rem;
      margin-top: .5rem;
      width: 3rem;
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: .2s all;
      transform: translateY(-0.5rem); }
      .header-lang__dropdown ul li {
        margin-bottom: .5rem; }
        .header-lang__dropdown ul li:last-child {
          margin-bottom: 0; }
        .header-lang__dropdown ul li a {
          color: #000; }
          .header-lang__dropdown ul li a:hover {
            color: #61AC3A; }
  .header__fav {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.2rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid;
    color: #80634F;
    border-radius: 50%; }
    .header__fav:hover {
      color: #61AC3A; }
    .header__fav.active svg path {
      fill-opacity: 1; }
  .header__tel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
    width: 8.5rem;
    border-radius: 2rem;
    border: 1px solid;
    color: #80634F;
    font-weight: 500;
    font-size: 0.7rem; }
    .header__tel svg {
      display: none; }
    .header__tel:hover {
      color: #61AC3A; }
  .header-mobile {
    display: none; }

.main {
  height: 40rem;
  position: relative;
  z-index: 1; }
  .main-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
  .main-item {
    height: 40rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 9rem;
    color: #fff; }
    .main-item-project {
      padding-bottom: 6rem; }
    .main-item__links {
      margin: -1rem 0 1.8rem;
      display: flex;
      align-items: center;
      gap: .4rem;
      font-size: 0.7rem; }
      .main-item__links a {
        color: #fff; }
        .main-item__links a:last-child {
          pointer-events: none;
          background: rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(0.5rem);
          -webkit-backdrop-filter: blur(0.5rem);
          display: inline-flex;
          justify-content: center;
          align-items: center;
          height: 2rem;
          padding: 0 0.8rem;
          border-radius: 2rem; }
    .main-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1; }
      .main-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 61.54%, rgba(0, 0, 0, 0.4) 71.63%); }
      .main-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .main-item__title {
      font-size: 3.6rem;
      font-weight: 400;
      margin-bottom: 0.5rem; }
    .main-item__text {
      font-size: 1.6rem;
      margin-bottom: 1.6rem;
      max-width: 27rem; }
    .main-item__line {
      height: 2px;
      background: rgba(255, 255, 255, 0.4);
      width: 27rem;
      overflow: hidden;
      border-radius: 1rem;
      backdrop-filter: blur(2.5rem);
      -webkit-backdrop-filter: blur(2.5rem);
      margin-bottom: 2.4rem; }
      .main-item__line span {
        width: 0%;
        height: 100%;
        background: #fff;
        display: block; }
    .main-item__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0 1.6rem;
      height: 3.3rem;
      background: #80634F;
      color: #fff;
      border-radius: 2rem;
      font-size: 0.8rem; }
      .main-item__btn:hover {
        background: #61AC3A; }
  .main .owl-item.active .main-item__line span {
    width: 100%;
    transition: width 6s linear; }
  .main-banner {
    position: absolute;
    top: 3rem;
    right: 0;
    z-index: 2; }
    .main-banner__img {
      width: 16.8rem; }
      .main-banner__img img {
        width: 100%;
        display: block; }
  .main-arrows {
    position: absolute;
    right: 0;
    bottom: 9rem;
    z-index: 2;
    pointer-events: none; }
    .main-arrows .arrows {
      pointer-events: auto; }
      .main-arrows .arrows span {
        color: #000;
        border-color: #fff; }
        .main-arrows .arrows span:hover {
          color: #fff;
          border-color: #80634F; }

.choose {
  margin-top: -12rem;
  padding-top: 6rem; }

.projects {
  padding-top: 5rem; }
  .projects .section-title {
    margin-bottom: 2.3rem; }
  .projects-list {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap; }
  .projects-item {
    width: calc(50% - .75rem);
    padding: 0.4rem;
    border-radius: 1.25rem;
    border: 1px solid #DFE4EF; }
    .projects-item.active .projects-item__wrap {
      gap: .5rem; }
    .projects-item.active .projects-item__info {
      width: 15.5rem;
      opacity: 1;
      border: 1px solid #80634F;
      padding: 0.8rem; }
    .projects-item.active .projects-item__btn {
      opacity: 1; }
    .projects-item__wrap {
      display: flex;
      gap: 0;
      margin-bottom: 1.5rem;
      height: 20rem;
      overflow: hidden;
      transition: .6s all ease-in-out; }
    .projects-item__main {
      width: 100%;
      overflow: hidden;
      border-radius: .85rem;
      position: relative;
      z-index: 1;
      height: 100%; }
    .projects-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
      .projects-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .projects-item__head {
      position: absolute;
      left: 0;
      top: 1.2rem;
      padding: 0 1.2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      font-size: 0.6rem; }
      .projects-item__head div {
        padding: 0 0.8rem;
        height: 1.2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 1rem; }
        .projects-item__head div:nth-child(1) {
          background: #80634F;
          color: #fff;
          font-weight: 500; }
        .projects-item__head div:nth-child(2) {
          background: #fff;
          color: #61AC3A; }
    .projects-item__btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      height: 5rem;
      width: 5rem;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(0.5rem);
      -webkit-backdrop-filter: blur(0.5rem);
      font-size: 0.7rem;
      font-weight: 500;
      opacity: 0; }
      .projects-item__btn:hover {
        background: #61AC3A; }
    .projects-item__info {
      flex-shrink: 0;
      border-radius: .85rem;
      font-size: 0.6rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      opacity: 0;
      transition: .6s all ease-in-out;
      width: 0;
      padding: 0;
      border: 0;
      overflow: hidden; }
    .projects-item__queue {
      box-shadow: 0 0.4rem 1.5rem 0.75rem rgba(197, 197, 197, 0.1);
      padding: 0.6rem;
      background: #fff;
      border-radius: .5rem;
      width: 13.9rem; }
      .projects-item__queue li {
        margin-bottom: 0.6rem;
        display: flex;
        justify-content: space-between; }
        .projects-item__queue li:last-child {
          margin-bottom: 0; }
    .projects-item__flats {
      width: 13.9rem; }
      .projects-item__flats h4 {
        font-size: 0.7rem;
        margin-bottom: 1.2rem;
        font-weight: 500; }
        .projects-item__flats h4 span {
          color: #80634F; }
      .projects-item__flats li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.7rem; }
        .projects-item__flats li:last-child {
          margin-bottom: 0; }
        .projects-item__flats li p {
          font-weight: 500;
          color: #80634F;
          font-size: 0.75rem; }
    .projects-item__bot {
      padding: 0 1.1rem .6rem; }
    .projects-item__flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: .6rem; }
    .projects-item__name {
      font-weight: 500;
      font-size: 1.2rem;
      line-height: 1; }
    .projects-item__price {
      line-height: 1;
      font-size: 1rem; }
    .projects-item__location {
      height: 1.5rem;
      position: relative;
      overflow: hidden;
      font-size: 0.7rem;
      font-weight: 400; }
      .projects-item__location li {
        display: flex;
        align-items: center;
        gap: .25rem;
        height: 1.5rem;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        animation: projectsTiming 12s infinite;
        width: 100%;
        opacity: 0; }
        .projects-item__location li:nth-child(1) {
          animation-delay: 0s; }
        .projects-item__location li:nth-child(2) {
          animation-delay: 3s; }
        .projects-item__location li:nth-child(3) {
          animation-delay: 6s; }
        .projects-item__location li:nth-child(4) {
          animation-delay: 9s; }
        .projects-item__location li:nth-child(5) {
          animation-delay: 12s; }
        .projects-item__location li:nth-child(6) {
          animation-delay: 15s; }
        .projects-item__location li:nth-child(7) {
          animation-delay: 18s; }
        .projects-item__location li:nth-child(8) {
          animation-delay: 21s; }
        .projects-item__location li:nth-child(9) {
          animation-delay: 24s; }
        .projects-item__location li:nth-child(10) {
          animation-delay: 27s; }
        .projects-item__location li div {
          display: flex;
          align-items: center;
          gap: .25rem;
          color: #8694B1; }
        .projects-item__location li img {
          width: 0.9rem !important; }
        .projects-item__location li::before {
          width: .35rem;
          height: 0.35rem;
          border-radius: 50%;
          background: #61AC3A;
          content: '';
          margin: 0 .3rem; }

.consult {
  padding: 5rem 0; }
  .consult-main {
    background: url(../img/consult.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44.5rem;
    border-radius: 1.25rem;
    color: #fff;
    text-align: center; }
  .consult-card {
    border-radius: 1.2rem;
    background: linear-gradient(0deg, rgba(97, 97, 97, 0.2) 0%, rgba(97, 97, 97, 0.2) 100%), linear-gradient(0deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%);
    box-shadow: 0 0 4.316px 0 rgba(0, 0, 0, 0.1), 0 2.158px 17.265px 0 rgba(0, 0, 0, 0.12), 6.474px 6.474px 1.079px -7.554px rgba(255, 255, 255, 0.75) inset, -6.474px -6.474px 1.079px -7.554px rgba(255, 255, 255, 0.8) inset, 2.158px 2.158px 2.158px -1.079px rgba(255, 255, 255, 0.75) inset, -2.158px -2.158px 2.158px -1.079px rgba(255, 255, 255, 0.75) inset;
    backdrop-filter: blur(12.9489011765px);
    width: 52rem;
    padding: 3rem 4.2rem 1rem; }
  .consult-head {
    margin: 0 auto 5rem;
    max-width: 22rem; }
  .consult__title {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1.2rem; }
  .consult__text {
    font-size: 0.8rem;
    opacity: .7; }
  .consult-form {
    display: flex;
    justify-content: center;
    margin-bottom: 1.8rem;
    gap: 1.5rem;
    font-size: 0.8rem; }
    .consult-form input {
      width: 33.333%;
      padding: 0 1.5rem;
      height: 3rem;
      color: #61AC3A;
      border: none;
      background: rgba(255, 255, 255, 0.05);
      box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
      border-radius: 2rem; }
      .consult-form input::placeholder {
        color: #fff; }
    .consult-form .form_btn {
      padding: 0 1.5rem;
      height: 3rem;
      width: 33.333%;
      color: #fff;
      background: rgba(255, 255, 255, 0.05);
      box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
      border-radius: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .consult-form .form_btn img {
        margin-right: -0.5rem;
        width: 1.2rem; }
      .consult-form .form_btn:hover {
        background: #61AC3A; }

.categories .section-title {
  margin-bottom: 2rem; }
.categories-list {
  display: grid;
  grid-template-columns: 41fr 59fr;
  gap: 1.5rem;
  width: 100%; }
.categories-item {
  height: 18rem;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  color: #fff; }
  .categories-item p {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    height: 1.35rem;
    padding: 0 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    font-size: 0.7rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.4rem);
    -webkit-backdrop-filter: blur(0.4rem);
    box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22); }
  .categories-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .categories-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 37.5rem; }
  .categories-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1; }
  .categories-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2; }
  .categories-item:nth-child(4), .categories-item:nth-child(5) {
    grid-row: 3; }
  .categories-item:nth-child(4) {
    grid-column: 1 / span 2;
    width: calc(59% - 0.75rem);
    margin-right: auto; }
  .categories-item:nth-child(5) {
    grid-column: 1 / span 2;
    width: calc(41% - 0.75rem);
    margin-left: auto; }

.almaar {
  padding-top: 5rem; }
  .almaar-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem; }
    .almaar-head .almaar__logo {
      width: 19.5rem; }
    .almaar-head .almaar__text {
      max-width: 24.5rem; }
  .almaar__logo img {
    width: 100%;
    display: block; }
  .almaar-main .container {
    padding-left: 1.5rem;
    display: flex;
    align-items: center; }
  .almaar-info {
    width: 59.5%;
    height: 22rem;
    color: #fff;
    background: #606048 url(../img/icons/pattern-almaar.png) center left no-repeat;
    background-size: cover;
    border-radius: 1.25rem;
    padding: 4rem 8.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .almaar-info .almaar__logo {
      width: 8.5rem; }
  .almaar .categories-item {
    width: calc(40.5% + 1.2rem);
    margin-left: -1.2rem;
    position: relative;
    z-index: 1; }

.numbers {
  padding-top: 5rem; }
  .numbers .container {
    display: flex; }
  .numbers__title {
    margin-bottom: 6.5rem; }
  .numbers-left {
    width: 50%;
    padding-right: 1.5rem;
    border-right: 1px solid #DFE4EF; }
    .numbers-left .numbers-item:last-child {
      border-bottom: none; }
  .numbers-right {
    width: 50%;
    padding-left: 1.5rem; }
  .numbers-item {
    padding: 3rem 0;
    border-bottom: 1px solid #DFE4EF;
    margin-bottom: 2rem; }
    .numbers-item:last-child {
      margin-bottom: 0; }
    .numbers-item__value {
      font-size: 4.7rem;
      color: #80634F;
      margin-bottom: 0.8rem; }

.news {
  padding-top: 5rem; }
  .news-head {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .news .owl-item {
    position: relative; }
    .news .owl-item::after {
      content: '';
      position: absolute;
      top: 0;
      right: -0.75rem;
      width: 1px;
      height: 100%;
      background: #DFE4EF;
      z-index: 1; }
    .news .owl-item:last-child {
      content: none; }
  .news-item {
    padding-top: 1.7rem;
    font-size: 0.8rem;
    position: relative; }
    .news-item:hover .news-item__name {
      color: #80634F; }
    .news-item__tag {
      margin-bottom: 1.2rem;
      height: 2.15rem;
      border-radius: 2rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0 1.25rem;
      border: 1px solid #DFE4EF;
      color: #80634F; }
    .news-item__date {
      margin-bottom: 1.2rem; }
    .news-item__name {
      max-width: 25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 2.9rem;
      font-size: 1.2rem;
      line-height: 1.45rem;
      transition: .6s all;
      margin-bottom: 1.2rem; }
    .news-item__img {
      height: 12rem;
      position: relative; }
      .news-item__img span {
        position: absolute;
        color: #fff;
        bottom: 1.2rem;
        left: 1.2rem;
        z-index: 2;
        font-size: 1.2rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 1.25rem; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-single {
    padding: 3rem 0 4rem; }
    .news-single .container {
      display: flex;
      align-items: flex-start;
      gap: 3rem; }
    .news-single__main {
      width: 100%; }
    .news-single__title {
      font-size: 2.5rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    .news-single__wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .news-single__img {
      width: 100%;
      margin-bottom: 2rem; }
      .news-single__img img {
        width: 100%;
        display: block;
        border-radius: 1.25rem; }
    .news-single__content {
      line-height: 1.5;
      font-size: 0.9rem; }
      .news-single__content ul, .news-single__content ol {
        padding-left: 1.5rem; }
        .news-single__content ul li, .news-single__content ol li {
          display: list-item; }
  .news-side {
    flex-shrink: 0;
    width: 27rem; }
    .news-side__title {
      font-weight: 400;
      font-size: 1.5rem; }
    .news-side .news-item {
      margin: 0 0 1rem; }

.stories {
  padding: 6rem 0; }
  .stories .section-title {
    margin-bottom: 3rem; }
  .stories-main {
    position: relative; }
  .stories .owl-stage {
    display: flex;
    align-items: center;
    height: 42.5rem;
    margin-left: -4.25rem; }
  .stories-item {
    width: 14rem;
    height: 25rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 1.5rem;
    transition: .6s all ease-in-out;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    will-change: width, height; }
    .stories-item__date {
      position: absolute;
      opacity: 0;
      font-size: 0.8rem;
      transition: .6s all; }
    .stories-item__name {
      transition: .6s all;
      font-weight: 500; }
    .stories-item__video {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      background: url() center center no-repeat;
      background-size: cover;
      will-change: transform; }
      .stories-item__video::after {
        background: linear-gradient(180deg, rgba(17, 17, 17, 0) 67.94%, rgba(17, 17, 17, 0.6) 83.97%, rgba(17, 17, 17, 0.8) 100%), linear-gradient(0deg, rgba(17, 17, 17, 0) 82.82%, rgba(17, 17, 17, 0.4) 91.41%, rgba(17, 17, 17, 0.6) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: ''; }
      .stories-item__video::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: linear-gradient(0deg, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 100%);
        transition: .6s all; }
      .stories-item__video video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
  .stories .center .stories-item {
    width: 22.5rem;
    height: 42.5rem;
    justify-content: space-between;
    align-items: flex-start; }
    .stories .center .stories-item__date {
      opacity: 1;
      position: static; }
    .stories .center .stories-item__name {
      font-size: 1.1rem; }
    .stories .center .stories-item__video::before {
      opacity: 0; }
  .stories-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
    width: 27.5rem;
    justify-content: space-between; }
    .stories-arrows span {
      pointer-events: auto;
      width: 5rem;
      height: 5rem;
      background: rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(0.75rem);
      -webkit-backdrop-filter: blur(0.75rem);
      border: none;
      color: #fff; }

.sales {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem; }
  .sales-main {
    color: #fff;
    background: #606048;
    width: 45.5%;
    padding: 2.5rem 0; }
  .sales__title {
    font-size: 2rem;
    font-weight: 500;
    max-width: 17rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem; }
  .sales__subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.8rem; }
  .sales__text {
    max-width: 15rem;
    margin-bottom: 2.5rem; }
  .sales__map {
    width: 54.5%;
    height: 40.4rem; }
    .sales__map #salesMap {
      width: 100%;
      height: 100%; }
  .sales-form {
    width: 27rem; }
    .sales-form .form-item {
      margin-bottom: 1.5rem; }
      .sales-form .form-item p {
        color: #E2E2E2;
        font-size: 0.7rem;
        margin-bottom: 0.5rem; }
      .sales-form .form-item input {
        background: transparent;
        border: none;
        border-bottom: 1px solid #A3A2A2;
        font-size: 0.8rem;
        font-weight: 400;
        width: 100%;
        padding-bottom: 0.4rem; }
        .sales-form .form-item input::placeholder {
          color: #A3A2A2; }
        .sales-form .form-item input:focus, .sales-form .form-item input:hover, .sales-form .form-item input:not(:placeholder-shown) {
          border-color: #fff; }
    .sales-form .form_btn {
      margin-top: 3rem;
      width: 13rem;
      height: 3rem;
      border-radius: 3rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #606048;
      background: #fff;
      border: 1px solid #fff;
      font-size: 0.8rem; }
      .sales-form .form_btn:hover {
        color: #fff;
        background: #606048; }

.about {
  padding-top: 5rem; }
  .about-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .about__address {
    display: flex;
    align-items: center;
    gap: .8rem; }
    .about__address img {
      width: 1.2rem;
      flex-shrink: 0; }
    .about__address span {
      max-width: 14rem; }
  .about-main .container {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 3rem; }
  .about__img {
    width: 54%;
    border-radius: 0 1.25rem 1.25rem 0; }
    .about__img img {
      width: 100%;
      display: block;
      overflow: hidden; }
  .about-wrap {
    width: 46%; }
  .about-info {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    margin-bottom: 2.5rem; }
    .about-info__left .about-info__svg {
      width: 12.8rem;
      margin: 1rem 0 5.5rem; }
      .about-info__left .about-info__svg svg path {
        stroke-dasharray: 1404;
        stroke-dashoffset: 1404;
        fill: transparent; }
    .about-info__right .about-info__svg {
      margin-top: 1.5rem; }
      .about-info__right .about-info__svg svg path {
        stroke-dasharray: 1865;
        stroke-dashoffset: 1865;
        fill: transparent; }
    .about-info__svg {
      color: #F1EFED;
      width: 12.6rem; }
      .about-info__svg svg {
        width: 100%;
        height: auto;
        display: block; }
    .about-info__line {
      margin-right: 1rem;
      flex-shrink: 0;
      width: 0.4rem;
      height: 15rem;
      background: #F1EFED; }
    .about-info__numbers {
      font-size: 1rem;
      margin-bottom: 3.5rem; }
      .about-info__numbers:last-child {
        margin-bottom: 0; }
      .about-info__numbers div {
        font-size: 3.6rem;
        color: #80634F;
        margin-bottom: 0.25rem; }
    .about-info.active .about-info__svg svg path {
      animation: strokeLines 3s forwards, fill .5s forwards 2.5s; }
  .about__text {
    line-height: 1.44;
    max-width: 34rem; }

.infra {
  padding-top: 5rem; }
  .infra-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .infra-wrap {
    display: flex;
    gap: 1.5rem; }
  .infra-left {
    width: calc(100% - 50rem);
    border-radius: 1.25rem;
    overflow: hidden; }
  .infra__map {
    height: 100%;
    width: 100%; }
    .infra__map #infraMap {
      width: 100%;
      height: 100%; }
  .infra-right {
    width: 48.5rem; }
  .infra-slide {
    height: 31.5rem;
    width: 20rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .infra-slide-double {
      width: 27rem; }
      .infra-slide-double .infra-item {
        height: 50%; }
  .infra-item {
    height: 100%;
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative; }
    .infra-item__img {
      width: 100%;
      height: 100%; }
      .infra-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .infra-item__info {
      position: absolute;
      top: 1.2rem;
      left: 1.2rem;
      height: 1.35rem;
      padding: 0 0.8rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 1rem;
      font-size: 0.7rem;
      font-weight: 500;
      background: rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(0.4rem);
      -webkit-backdrop-filter: blur(0.4rem);
      box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
      color: #fff;
      gap: .1rem; }
      .infra-item__info p {
        font-weight: 400; }
      .infra-item__info img {
        width: 0.9rem !important;
        filter: brightness(0) invert(1); }

.arc .container {
  display: flex;
  gap: 9vw;
  padding-right: 0; }
.arc-left {
  width: calc(34.5% - 4.5vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.arc__subtitle {
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.8rem; }
.arc__title {
  font-size: 2.25rem;
  font-weight: 400; }
  .arc__title span {
    color: #61AC3A; }
.arc-right {
  width: calc(65.5% - 4.5vw); }
.arc-slider .owl-stage {
  display: flex;
  align-items: flex-end; }
.arc-slider .owl-dots {
  display: flex;
  margin-top: 1.2rem;
  border-radius: 2px;
  overflow: hidden; }
  .arc-slider .owl-dots .owl-dot {
    flex-grow: 1;
    height: 2px;
    background: #BFB0A6; }
    .arc-slider .owl-dots .owl-dot.active {
      background: #80634F;
      border-radius: 2px; }
.arc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem; }
.arc-counter {
  font-size: 1rem; }
.arc-item__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.6rem; }
.arc-item__text {
  line-height: 1.3;
  font-size: 0.8rem;
  margin-bottom: 1.2rem; }
.arc-item__img {
  height: 12.3rem;
  border-radius: 1.25rem;
  overflow: hidden; }
  .arc-item__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.arc-images__item {
  height: calc(100svh - 3.5rem);
  overflow: hidden;
  border-radius: 1.25rem 0 0 1.25rem; }
  .arc-images__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.plans {
  padding-top: 5rem; }
  .plans-head {
    background: #F7FBF5;
    padding: 4rem 0; }
  .plans-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem; }
  .plans-item {
    width: 33.33333%;
    border-right: 1px solid #DFE4EF;
    border-bottom: 1px solid #DFE4EF;
    padding: 0.75rem; }
    .plans-item:nth-child(3n) {
      border-right: none; }
    .plans-item:nth-last-child(-n+3) {
      border-bottom: none; }
    .plans-item__card {
      background: #fff;
      border-radius: 1.25rem;
      transition: .6s all;
      padding: 1.5rem; }
      .plans-item__card:hover {
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1); }
    .plans-item__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .plans-item__name {
      font-size: 1.2rem; }
      .plans-item__name p {
        height: 1.2rem;
        color: #80634F;
        border-radius: 2rem;
        border: 1px solid;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 0.6rem;
        font-size: 0.6rem;
        margin-top: 0.6rem; }
    .plans-item__fav {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      width: 1.6rem;
      color: #DFEED7; }
      .plans-item__fav svg {
        width: 100%;
        height: auto; }
      .plans-item__fav.active {
        color: #80634F; }
    .plans-item__img {
      margin: .2rem auto;
      height: 9rem;
      max-width: 12rem; }
      .plans-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .plans-item__rooms {
      font-size: 1rem;
      margin-bottom: 0.8rem; }
    .plans-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 2rem;
      font-size: 0.8rem; }
    .plans-item__info {
      color: #B7BCC3;
      max-width: 11.25rem; }
    .plans-item__price {
      flex-shrink: 0;
      font-weight: 500;
      color: #80634F; }

.inner {
  padding-top: 5rem; }
  .inner-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem; }
  .inner__text {
    max-width: 38rem; }
  .inner-main {
    position: relative; }
  .inner-item {
    height: 37rem;
    overflow: hidden;
    border-radius: 1.25rem; }
    .inner-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .inner-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    left: 0;
    width: 100%;
    padding: 0 2rem;
    justify-content: space-between; }
    .inner-arrows span {
      pointer-events: auto;
      border: none;
      box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
      color: #fff;
      background: rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(0.4rem);
      -webkit-backdrop-filter: blur(0.4rem); }
  .inner .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    z-index: 2;
    display: flex;
    gap: .6rem; }
    .inner .owl-dots .owl-dot {
      box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(0.4rem);
      -webkit-backdrop-filter: blur(0.4rem);
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%; }
      .inner .owl-dots .owl-dot.active {
        background: #fff; }

.yard {
  padding-top: 5rem; }
  .yard-head {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem; }
  .yard__text {
    max-width: 16.5rem; }
  .yard-list {
    display: flex;
    flex-wrap: wrap; }
  .yard-item {
    width: 33.33333%;
    border-right: 1px solid #DFE4EF;
    border-bottom: 1px solid #DFE4EF;
    padding: 0.75rem;
    height: 19.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    gap: .8rem; }
    .yard-item.active .yard-item__img {
      opacity: 1; }
    .yard-item:nth-child(3n) {
      border-right: none; }
    .yard-item:nth-last-child(-n+3) {
      border-bottom: none; }
    .yard-item__ico {
      width: 2.5rem; }
      .yard-item__ico img {
        width: 100%;
        display: block; }
    .yard-item__name {
      max-width: 13rem; }
    .yard-item__img {
      position: absolute;
      width: calc(100% - 1.5rem);
      height: calc(100% - 1.5rem);
      border-radius: 1.25rem;
      overflow: hidden;
      transition: .6s all;
      opacity: 0; }
      .yard-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

.security {
  padding: 5rem 0; }
  .security-main {
    height: calc(100vh - 3.5rem);
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 8rem 6rem 6rem 8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .security__text {
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.2rem;
    max-width: 26rem; }
  .security__title {
    font-weight: 500;
    font-size: 3.1rem;
    align-self: flex-end; }
  .security__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 1.25rem;
    overflow: hidden; }
    .security__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.genplan-main {
  height: calc(100vh - 3.5rem);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
.genplan__title {
  font-size: 2.4rem;
  font-weight: 500; }
.genplan__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 1.25rem;
  overflow: hidden; }
  .genplan__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.genplan__btn {
  box-shadow: inset 0.54px 1.08px 1.08px 0.54px rgba(255, 255, 255, 0.22), inset -0.43px -1.08px 0.32px 1.08px rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  border-radius: 3rem;
  padding: 0 1.5rem;
  align-self: center; }
  .genplan__btn:hover {
    background: #61AC3A; }

.parking {
  font-size: 1rem; }
  .parking-main {
    height: 40rem;
    position: relative;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 4rem; }
  .parking-count {
    position: absolute;
    bottom: 4rem; }
    .parking-count div {
      font-size: 2.6rem;
      font-weight: 500;
      margin-bottom: 0.4rem; }
  .parking__title {
    font-weight: 500;
    font-size: 2.6rem;
    margin: 1.2rem; }
  .parking__text {
    line-height: 1.4;
    max-width: 35rem; }
  .parking__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 1.25rem;
    overflow: hidden; }
    .parking__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.6); }
    .parking__bg img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.other {
  padding: 5rem 0 4rem; }
  .other-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .other .projects-item {
    width: 100%; }

.footer-main {
  padding: 4rem 0 3rem;
  background: #606048 url(../img/icons/pattern-footer.png) top center no-repeat;
  background-size: cover;
  color: #fff; }
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17.5rem; }
.footer-address {
  max-width: 14rem; }
  .footer-address div {
    font-size: 0.8rem;
    margin-bottom: 0.6rem; }
.footer-nav {
  display: flex;
  gap: 4rem; }
  .footer-nav__title {
    font-weight: 500; }
  .footer-nav li {
    margin-top: 0.6rem; }
    .footer-nav li a {
      color: #fff; }
.footer__logo {
  width: 100%; }
  .footer__logo img {
    width: 100%;
    display: block; }
.footer-copy {
  padding: 1.4rem 0;
  font-size: 0.8rem; }
  .footer-copy .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-copy a {
    color: #61AC3A; }
    .footer-copy a:hover {
      text-decoration: underline; }

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

  .container {
    padding: 0 5rem; }

  .tel-popup {
    right: 1rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .filter {
    position: relative; }
    .filter-top {
      flex-wrap: wrap; }
    .filter-reset {
      position: absolute;
      width: calc(50% - 2.75rem);
      left: 2rem;
      bottom: 2rem; }
    .filter-item {
      flex-grow: 1; }
    .filter-range {
      width: auto; }
    .filter-bot {
      flex-direction: column; }
    .filter-wrap {
      margin-bottom: 1.5rem; }
    .filter-submit {
      width: calc(50% - .75rem);
      margin-left: calc(50% + .75rem); }

  .header-menu {
    display: none; }
  .header__logo {
    margin-right: 0; }
  .header-mobile {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #80634F;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1.2rem;
    border: 1px solid;
    border-radius: 50%; }
    .header-mobile svg {
      width: 1rem; }

  .main-banner {
    top: 2rem; }
    .main-banner__img {
      width: 12rem; }

  .projects-item {
    width: 100%; }

  .consult-main {
    height: auto;
    padding: 5rem 2rem; }
  .consult-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .almaar-head {
    flex-direction: column;
    gap: 2rem; }
  .almaar-main .container {
    flex-direction: column-reverse;
    padding-left: 3rem; }
  .almaar-info {
    width: 100%; }
  .almaar .categories-item {
    width: 100%;
    margin-left: 0; }

  .numbers-item__value {
    font-size: 4rem; }

  .news-single {
    padding-bottom: 3rem; }
    .news-single .container {
      flex-direction: column; }
    .news-single__title {
      font-size: 2.2rem; }
  .news-side {
    width: 100%; }
    .news-side__list {
      display: flex;
      gap: 1rem; }

  .sales {
    flex-direction: column; }
    .sales-main {
      width: 100%; }
    .sales__map {
      width: 100%;
      height: 30rem; }

  .about-main .container {
    flex-direction: column; }
  .about__img {
    width: 100%; }
  .about-wrap {
    width: 100%;
    padding-left: 3rem; }

  .infra-wrap {
    flex-direction: column-reverse; }
  .infra-left {
    width: 100%;
    height: 30rem; }
  .infra .owl-stage-outer {
    margin: 0 -3rem;
    padding: 0 3rem; }
  .infra-right {
    width: 100%; }

  .arc .container {
    flex-direction: column;
    gap: 2rem; }
  .arc-left {
    width: 100%;
    padding-right: 3rem;
    gap: 3rem; }
  .arc-right {
    width: 100%; }
  .arc-images__item {
    height: 40rem; }

  .plans-item {
    width: 50%;
    border-right: 1px solid #DFE4EF;
    border-bottom: 1px solid #DFE4EF; }
    .plans-item__card {
      padding: 1rem; }
    .plans-item:nth-child(3n) {
      border-right: 1px solid #DFE4EF; }
    .plans-item:nth-last-child(-n+3) {
      border-bottom: 1px solid #DFE4EF; }
    .plans-item:nth-child(2n) {
      border-right: none; }
    .plans-item:nth-last-child(-n+2) {
      border-bottom: none; }

  .inner-head {
    flex-direction: column; }
  .inner-item {
    height: 25rem; }

  .yard-head {
    flex-direction: column; }
  .yard-item {
    width: 50%;
    border-right: 1px solid #DFE4EF;
    border-bottom: 1px solid #DFE4EF;
    height: 16rem; }
    .yard-item:nth-child(3n) {
      border-right: 1px solid #DFE4EF; }
    .yard-item:nth-last-child(-n+3) {
      border-bottom: 1px solid #DFE4EF; }
    .yard-item:nth-child(2n) {
      border-right: none; }
    .yard-item:nth-last-child(-n+2) {
      border-bottom: none; }

  .security-main {
    height: 40rem;
    padding: 2rem; }

  .genplan-main {
    height: 40rem;
    padding: 2rem; }

  .footer-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 10rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

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

  .tel-popup {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 3rem;
    right: 0.5rem; }

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

  .filter {
    padding: 1rem;
    font-size: 0.8rem; }
    .filter-item {
      width: 100%; }
    .filter-rooms {
      flex-direction: column; }
    .filter-wrap {
      gap: 1rem;
      flex-direction: column; }
    .filter-range {
      width: 100%; }
      .filter-range__value {
        font-size: 0.8rem; }
    .filter-submit {
      width: calc(40% - .5rem);
      margin-left: calc(60% + .5rem); }
    .filter-reset {
      width: calc(60% - 1.5rem);
      bottom: 1rem;
      left: 1rem; }

  .mobile-menu {
    background-size: 300vw; }
    .mobile-menu .container {
      padding-bottom: 2rem; }
    .mobile-menu__list {
      font-size: 1.4rem; }
      .mobile-menu__list li {
        margin-bottom: 1.3rem; }
    .mobile-menu__social {
      gap: 1.5rem; }

  .header__logo {
    width: 7rem; }
  .header__tel {
    width: 2.25rem;
    height: 2.25rem; }
    .header__tel span {
      display: none; }
    .header__tel svg {
      display: inline-block;
      width: 1rem; }
  .header-lang {
    font-size: 0.8rem; }
  .header__fav {
    margin: 0 0.8rem; }
  .header-mobile {
    margin-left: 0.8rem; }

  .main-item {
    padding-bottom: 4.2rem; }
    .main-item__title {
      font-size: 2rem; }
    .main-item__text {
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    .main-item__line {
      width: 100%; }
    .main-item__btn {
      font-size: 0.9rem; }
    .main-item__links {
      margin-top: 0; }
  .main-banner {
    top: 1rem; }
  .main-arrows {
    bottom: 4.2rem; }

  .choose {
    margin-top: -8rem;
    padding-top: 5rem; }

  .projects {
    padding-top: 4rem; }
    .projects .section-title {
      margin-bottom: 1.5rem; }
    .projects-item.active .projects-item__info {
      width: 100%;
      padding: 0.7rem;
      height: 15rem; }
    .projects-item.active .projects-item__btn {
      opacity: 1; }
    .projects-item__wrap {
      flex-direction: column;
      height: auto; }
    .projects-item__main {
      height: 15rem; }
    .projects-item__head {
      top: .8rem;
      padding: 0 .8rem;
      font-size: 0.7rem; }
      .projects-item__head div {
        padding: 0 0.7rem; }
    .projects-item__info {
      font-size: 0.75rem;
      width: 100%;
      height: 0;
      gap: 1rem; }
    .projects-item__queue {
      width: 100%; }
    .projects-item__flats {
      width: 100%; }
      .projects-item__flats h4 {
        font-size: 0.8rem;
        margin-bottom: 0.6rem; }
    .projects-item__location {
      font-size: 0.8rem; }

  .consult {
    padding: 4rem 0; }
    .consult .container {
      padding: 0; }
    .consult-main {
      border-radius: 0;
      padding: 4rem 1rem; }
    .consult-card {
      padding: 3rem 1rem 1rem; }
    .consult-head {
      margin-bottom: 2rem; }
    .consult__text {
      font-size: 0.8rem; }
    .consult-form {
      font-size: 0.9rem;
      flex-direction: column;
      gap: 1rem; }
      .consult-form input, .consult-form .form_btn {
        width: 100%; }

  .categories .section-title {
    margin-bottom: 1.5rem; }
  .categories-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap; }
  .categories-item {
    height: 14rem; }
    .categories-item p {
      font-size: 0.8rem;
      height: 1.5rem;
      top: 1rem;
      left: 1rem; }
    .categories-item:nth-child(1) {
      height: 29rem; }
    .categories-item:nth-child(4) {
      width: 100%; }
    .categories-item:nth-child(5) {
      width: 100%;
      margin-left: 0; }

  .almaar {
    padding-top: 4rem; }
    .almaar-head {
      gap: 1rem;
      margin-bottom: 2rem; }
      .almaar-head__logo {
        width: 15rem; }
    .almaar-main .container {
      padding-left: 1rem; }
    .almaar-info {
      padding: 2.5rem 1rem 1.5rem;
      height: auto;
      gap: 2rem; }

  .numbers {
    padding-top: 4rem; }
    .numbers .container {
      flex-direction: column; }
    .numbers-left {
      border-right: none;
      border-bottom: 1px solid #DFE4EF;
      width: 100%; }
    .numbers-right {
      padding-left: 0;
      width: 100%; }
    .numbers__title {
      margin-bottom: 2rem; }
    .numbers-item {
      padding: 2rem 0; }
      .numbers-item__value {
        margin-bottom: 0.3rem; }

  .news {
    padding-top: 4rem; }
    .news-item {
      font-size: 0.9rem; }
    .news-single {
      padding: 2rem 0 3rem; }
      .news-single__title {
        font-size: 1.5rem; }
    .news-side {
      width: 100%; }
      .news-side__title {
        font-size: 1.3rem; }
      .news-side__list {
        margin-left: -1rem;
        width: calc(100% + 2rem);
        overflow: auto;
        padding: 0 1rem; }
        .news-side__list::-webkit-scrollbar {
          display: none; }
      .news-side .news-item {
        flex-shrink: 0;
        width: calc(100vw - 4rem); }

  .stories {
    padding: 4rem 0; }
    .stories .owl-stage {
      height: 30rem;
      margin-left: -3.4rem; }
    .stories-item {
      width: 10rem;
      height: 18rem;
      border-radius: 1rem;
      margin: 0 1rem;
      padding: 1rem; }
    .stories .center .stories-item {
      width: 16.8rem;
      height: 30rem; }
    .stories-arrows {
      width: 19.8rem; }
      .stories-arrows span {
        width: 3rem;
        height: 3rem; }

  .sales__title {
    font-size: 1.5rem;
    max-width: 13rem;
    margin-bottom: 1.5rem; }
  .sales-form {
    width: 100%; }
    .sales-form .form-item {
      margin-bottom: 1.2rem; }
      .sales-form .form-item p {
        font-size: 0.8rem; }
      .sales-form .form-item input {
        font-size: 0.9rem; }
    .sales-form .form_btn {
      margin-top: 1rem;
      font-size: 0.9rem; }
  .sales__map {
    height: 20rem; }

  .about {
    padding-top: 4rem; }
    .about-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem; }
    .about-wrap {
      padding-left: 1rem; }
    .about-info {
      gap: 2rem; }
      .about-info__left .about-info__svg {
        width: 8.4rem;
        margin: .5rem 0 2.75rem; }
      .about-info__right .about-info__svg {
        margin-top: .75rem; }
      .about-info__svg {
        width: 8.2rem; }
      .about-info__line {
        margin-right: .5rem;
        width: 0.2rem;
        height: 10rem; }
      .about-info__numbers {
        margin-bottom: 2rem;
        font-size: 0.9rem; }
        .about-info__numbers div {
          font-size: 2.5rem; }

  .infra {
    padding-top: 4rem; }
    .infra-head {
      margin-bottom: 1.5rem; }
    .infra-slide {
      height: 22.5rem;
      width: 14.2rem;
      gap: 1rem; }
      .infra-slide-double {
        width: 19.8rem; }
        .infra-slide-double .infra-item {
          height: 50%; }
    .infra .owl-stage-outer {
      margin: 0 -1rem;
      padding: 0 1rem; }
    .infra-wrap {
      gap: 1rem; }
    .infra-item__info {
      top: 1rem;
      left: 1rem;
      height: 1.5rem;
      font-size: 0.8rem; }
    .infra-left {
      height: 19.8rem; }

  .arc {
    position: relative;
    padding-bottom: 4rem; }
    .arc__subtitle {
      font-size: 0.9rem; }
    .arc__title {
      font-size: 2rem; }
    .arc-left {
      padding-right: 0; }
    .arc .container {
      padding-right: 1rem;
      gap: 1rem; }
    .arc-images__item {
      height: 20rem;
      border-radius: 1.25rem; }
    .arc-item__text {
      margin-bottom: 1rem;
      font-size: 0.9rem; }
    .arc-nav {
      bottom: .5rem;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 0 1rem; }

  .plans {
    padding-top: 3rem; }
    .plans-head {
      padding: 3rem 0; }
    .plans-list {
      padding-top: 2rem; }
    .plans-item {
      width: 100%;
      padding: 0.5rem 0;
      border-right: none;
      border-bottom: 1px solid #DFE4EF; }
      .plans-item:nth-child(2n) {
        border-right: none;
        border-bottom: 1px solid #DFE4EF; }
      .plans-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #DFE4EF; }
      .plans-item:nth-child(3n) {
        border-right: none; }
      .plans-item:last-child {
        border-bottom: none; }
      .plans-item__name p {
        font-size: 0.75rem;
        height: 1.4rem; }
      .plans-item__bot {
        font-size: 0.85rem;
        gap: 1rem; }

  .inner {
    padding-top: 4rem; }
    .inner .container {
      padding: 0; }
    .inner-head {
      padding: 0 1rem; }
    .inner-arrows {
      padding: 0 1rem; }
    .inner .owl-dots {
      bottom: 1rem; }

  .yard {
    padding-top: 4rem; }
    .yard-item {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #DFE4EF;
      height: 14rem; }
      .yard-item:nth-child(2n) {
        border-right: none;
        border-bottom: 1px solid #DFE4EF; }
      .yard-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #DFE4EF; }
      .yard-item:nth-child(3n) {
        border-right: none; }
      .yard-item:last-child {
        border-bottom: none; }
      .yard-item__img {
        width: 100%;
        height: calc(100% - 1rem); }

  .security {
    padding: 4rem 0; }
    .security-main {
      height: 30rem;
      padding: 1.5rem 1rem; }
    .security__text {
      font-size: 1rem; }
    .security__title {
      font-size: 2rem; }

  .genplan-main {
    height: 30rem;
    padding: 1.5rem 1rem; }
  .genplan__title {
    font-size: 2rem; }

  .parking {
    font-size: 0.9rem; }
    .parking-main {
      height: 30rem;
      padding-bottom: 0; }
    .parking__title {
      font-size: 2rem; }
    .parking__text {
      padding: 0 1rem;
      margin-bottom: 5rem; }
    .parking-count {
      position: static; }
      .parking-count div {
        font-size: 2rem; }

  .other {
    padding: 4rem 0 3rem; }
    .other-head {
      margin-bottom: 1.5rem; }

  .footer-main {
    padding: 3rem 0 1.5rem;
    background-size: 200vw; }
  .footer-wrap {
    margin-bottom: 5rem; }
  .footer-address div {
    font-size: 0.9rem; }
  .footer-nav {
    gap: 1rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .footer-nav__item {
      width: 50%; }
  .footer-copy {
    font-size: 0.9rem;
    padding: 1.2rem 0; }
    .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 */
