@charset "UTF-8";

@font-face {
    font-family: "helvetica";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}

@font-face {
    font-family: "helvetica";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "helvetica";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

::-moz-selection {
    background-color: #2d6367;
    color: #fff;
}

::selection {
    background-color: #2d6367;
    color: #fff;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

html {
    font-size: 16px;
}

body {
    font-family: helvetica, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #202020;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
}

.btn {
    padding: 1.21875rem 1.78125rem;
    height: 3.5rem;
    border-radius: 111px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: helvetica, sans-serif;
    background-color: #fff;
    color: #202020;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn:hover {
    background-color: #2d6367;
    color: #fff;
}

.btn--primary {
    background-color: #2d6367;
    color: #fff;
}

.btn--primary:hover {
    background-color: #214b4e;
}

.btn--border {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
}

.btn--border:hover {
    background-color: #fff;
    color: #202020;
}

.btn--border-green {
    border: 1px solid #2d6367;
    background-color: transparent;
    color: #2d6367;
}

.btn--border-green:hover {
    background-color: #2d6367;
    color: #fff;
}

.input {
    height: 3.5rem;
    border-radius: 111px;
    border: 1px solid #e6e6e6;
    outline: none;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    font-family: helvetica, sans-serif;
    padding: 19.5px 20px;
}

.input--border {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #fff;
}

.input--border::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: helvetica, sans-serif;
    font-size: 0.875rem;
}

.input--border::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: helvetica, sans-serif;
    font-size: 0.875rem;
}

.input--border:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: helvetica, sans-serif;
    font-size: 0.875rem;
}

.input--border::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: helvetica, sans-serif;
    font-size: 0.875rem;
}

.input--border::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: helvetica, sans-serif;
    font-size: 0.875rem;
}

.success {
    font-size: 0.75rem;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.range-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.range-label {
    display: block;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.range-value {
    height: 3.75rem;
    border-radius: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    font-size: 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.1019607843);
}

.custom-range {
    width: calc(100% - 60px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: 0 auto;
}

/* линия */

.custom-range::-webkit-slider-runnable-track {
    height: 1px;
    background: #fff;
    border-radius: 999px;
}

.custom-range::-moz-range-track {
    height: 1px;
    background: #fff;
    border-radius: 999px;
}

/* кружок */

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: none;
    margin-top: -6px;
}

.custom-range::-moz-range-thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.select {
    position: relative;
    width: 100%;
}

.select.is-open .select__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.select.is-open .select__current svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select__current {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    border-radius: 111px;
    background: #fff;
    cursor: pointer;
    color: #000;
}

.select__current svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.range-group .select__current {
    background: rgba(255, 255, 255, 0.1019607843);
    cursor: pointer;
    color: #fff;
    border: none;
}

.range-group .select__current svg path {
    stroke: #fff;
}

.select__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    padding: 4px 20px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}

.select__option {
    width: 100%;
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    background: transparent;
    cursor: pointer;
    color: #000;
}

.select__option:last-child {
    border-bottom: none;
}

.select__option:hover,
.select__option.active {
    color: #2d6367;
}

.footer {
    padding-top: 76px;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer--bottom {
    padding: 24px 0 40px;
    color: rgba(32, 32, 32, 0.5);
    border-top: 1px solid #e6e6e6;
    position: relative;
    z-index: 2;
}

.footer--bottom .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer--bottom p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer--bottom a {
    max-width: 25.25rem;
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer--bottom a:hover {
    color: #2d6367;
}

.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 90px;
}

.footer-main__logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer-main__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    max-width: 25.25rem;
    width: 100%;
}

.footer-main__column span {
    font-size: 1.25rem;
    line-height: 130%;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

.footer-main__column span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 0.75C14.205 0.75 13.0179 1.50591 12.0214 2.27109C10.7357 3.25491 9.61393 4.43053 8.75786 5.77837C8.11607 6.789 7.5 8.01413 7.5 9C7.5 8.01413 6.88393 6.78797 6.24214 5.77837C5.385 4.43053 4.26321 3.25491 2.97964 2.27109C1.98214 1.50591 0.792858 0.749999 4.76837e-07 0.749999' stroke='%23202020' stroke-width='1.5'/%3e%3c/svg%3e ");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 9px;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer-main__column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer-main__column.active span:after {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

@media(max-width: 1023.5px) {
    .footer-main__column.active ul {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        margin-top: 24px;
    }
}


.footer-main__column a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer-main__column a:hover {
    color: #2d6367;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.container {
    max-width: 1920px;
    padding: 0 76px;
    margin: 0 auto;
    width: 100%;
}

.project-page .container {
    height: 100%;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.25rem;
}

.h1 {
    font-family: PlayfairDisplay, sans-serif;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
}

.h2 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    font-size: 2.75rem;
    line-height: 120%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
    position: relative;
}

.h3 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
}

.full-height {
    height: 100dvh;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-94 {
    margin-top: 94px;
}

.swiper-navigation-icon {
    display: none;
}

.bg-green {
    background:
        linear-gradient(180deg, #2d6367 0%, #0e1f20 100%),
        linear-gradient(168.02deg, #085554 4.68%, #042f2e 91.25%);
    color: #fff;
}

.nav-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.nav-block * {
    position: static;
}

.nav-block .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 6.625rem;
    height: 56px;
    border-radius: 1111px;
    border: 1px solid #e6e6e6;
    font-size: 1.5rem;
    line-height: 100%;
    font-family: PlayfairDisplay, sans-serif;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
}

.nav-block--v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.nav-block--v2 .slider-arrow {
    border: none;
}

.nav-block--v2 .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 20px;
}

.slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    border-radius: 50%;
    position: relative;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.slider-arrow:after {
    display: none;
}

.slider-arrow.swiper-button-disabled svg {
    opacity: 0.32;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
}

.breadcrumb-separator {
    color: rgba(32, 32, 32, 0.5);
}

.breadcrumb-item a {
    color: rgba(32, 32, 32, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #2d6367;
}

.breadcrumb-item span {
    color: #202020;
}

.breadcrumbs.--project {
    position: absolute;
    left: 0;
    top: 98px;
    width: 100%;
    z-index: 1;
}

.breadcrumbs.--project * {
    color: #fff;
}

.breadcrumbs.--project a,
.breadcrumbs.--project .breadcrumb-separator {
    opacity: .8;
}

.breadcrumbs.--project a:hover {
    opacity: 1 !important;
    color: #fff;
}

.breadcrumbs.--project span {
    opacity: 1 !important;
}


.video-bg {
    position: relative;
}

.video-bg video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-screen-home.video-bg video {
    object-position: 15%;
}



.home .header {
    background-color: transparent;
}

.home .header::before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: transparent;
    pointer-events: none;
    z-index: -1;
}

.home .header-fix {
    background: #788e8f;
}

.home .header-fix~.burger-dropdown {
    background: #788e8f;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #788e8f;
    padding: 14px 0;
    z-index: 10;
    isolation: isolate;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header-fix {
    background: #788e8f;
}

.header-fix~.burger-dropdown {
    background: #788e8f;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 0.875rem;
}

.header__info .btn {
    height: 44px;
}

.header__info a:not(.btn) {
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.header__info a:not(.btn):hover {
    color: #2d6367;
}

.header__info a:not(.btn) svg {
    display: none;
}

.header .logo {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
}

.burger:hover small {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.burger__icon {
    width: 0.9375rem;
    height: 0.9375rem;
    position: relative;
}

.burger__icon span {
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #fff;
    border-radius: 111px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.burger__icon span:nth-child(1) {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.burger__icon span:nth-child(2) {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.burger.active .burger__icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active .burger__icon span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger small {
    font-size: 0.875rem;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.burger-dropdown {
    position: absolute;
    left: 0;
    top: 58px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-top: none;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #788e8f;
}

.home .burger-dropdown {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    background-color: transparent;
}

.home .header-fix .burger-dropdown {
    background: #788e8f;
}

.burger-dropdown.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.burger-dropdown ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 15rem;
}

.burger-dropdown li:nth-child(-n + 4) a {
    border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.burger-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    height: 3.75rem;
    padding: 1.25rem;
    color: #fff;
    min-width: 15rem;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.burger-dropdown a:hover:after {
    right: 35px;
}

.burger-dropdown a:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.75 0C0.75 0.6625 1.37992 1.65179 2.01758 2.48214C2.83742 3.55357 3.81711 4.48839 4.94031 5.20179C5.7825 5.73661 6.80344 6.25 7.625 6.25C6.80344 6.25 5.78164 6.76339 4.94031 7.29821C3.81711 8.0125 2.83742 8.94732 2.01758 10.017C1.37992 10.8482 0.75 11.8393 0.75 12.5' stroke='white' stroke-width='1.5'/%3e%3c/svg%3e ");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

body:not(.home) .burger-dropdown {
    background: #788e8f;
}

.sect-calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 32px;
    min-height: 29.1875rem;
}

.calculator-columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

.calculator-columns__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 76px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.calculator-columns__column p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

.payment {
    margin-top: 24px;
}

.payment-wrapper>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.payment-wrapper small {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.payment-wrapper span {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
}

.contacts__inner {
    position: relative;
    z-index: 2;
}

.contacts-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.contact-item span {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.875rem;
}

.contact-item a:not(.btn),
.contact-item p {
    color: #202020;
}

.contact-item .btn {
    color: #2d6367;
    border-color: #2d6367;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 8px;
}

.contact-item .btn:hover {
    background-color: #2d6367;
    color: #fff;
}

.map-block {
    height: 686px;
    margin-top: 60px;
}

#map [class*="ground-pane"] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.lock {
    overflow: hidden;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 20;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.popup__content {
    max-width: 53rem;
    width: 100%;
    padding: 76px;
    position: relative;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0;
    -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 32px;
}

.popup__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.popup__title p {
    font-size: 0.875rem;
    line-height: 100%;
}

.popup-promo .popup__content {
    max-width: 541px;
    background-color: #fff;
    color: #202020;
}

.popup-promo .h2 {
    font-size: 2.05rem;
}

.popup-promo .popup__close {
    color: #202020;
}

.popup-promo .popup__text {
    max-height: 50vh;
    overflow-y: auto;
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 150%;
}

.popup-promo .popup__text p,
.popup-promo .popup__text ul,
.popup-promo .popup__text ol {
    margin-bottom: 16px;
}

.popup-promo .popup__text> :last-child {
    margin-bottom: 0;
}

.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: none;
    z-index: 2;
}

.popup-leed-form .leed-form {
    max-width: 22.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.popup-leed-form .popup__title {
    max-width: 22.0625rem;
}

.popup__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

.popup__img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__img img {
    max-width: 100%;
    width: auto;
}

.popup-success .popup__content {
    max-width: 31.5625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-success .popup__title {
    width: 100%;
}

.popup-success .popup__text {
    width: 100%;
}

.popup-success .close-popup.btn {
    max-width: 100%;
    width: 100%;
}

.popup-chess .popup__body {
    padding: 1.625rem 4.75rem;
}

.popup-chess .popup__content {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 0;
}

.popup-chess .popup__close {
    right: 32px;
    top: 32px;
}

.chess {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5fr;
    grid-template-columns: 1fr 5fr;
}

.chess__sidebar {
    border-right: 1px solid #e6e6e6;
}

.chess__sidebar .custom-select select {
    height: 2.75rem;
    font-size: 0.875rem;
}

.sidebar__header {
    padding: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar__body {
    padding: 32px;
}

.chess__catalog {
    padding: 32px;
}

.chess__catalog-title {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 32px;
    font-weight: 500;
}

.chess__catalog-title--mobile {
    display: none;
}

.floor-slider {
    height: 612px;
    margin: 12px 0;
}

.floor-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 111px;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 11.5px 20px;
    margin-bottom: 4px;
    font-size: 0.875rem;
    line-height: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.floor-slide:hover {
    background-color: #214b4e;
    color: #fff;
}

.floor-slide.active {
    background-color: #2d6367;
    color: #fff;
}

.floor-slide.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.sidebar__body .slider-arrow {
    height: 1.5rem;
    border-radius: 111px;
    width: 100%;
}

.sidebar-item>span {
    display: none;
    font-size: 0.875rem;
    color: rgba(32, 32, 32, 0.5);
}

.sidebar-item--mobile {
    display: none;
}

.main-screen.main-screen-about {
    min-height: 560px;
    height: 100vh;
    overflow: hidden;
}

.main-screen-about__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main-screen.main-screen-about .main-screen__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about__desc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.about__desc-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    max-width: 720px;
    line-height: 120%;
}

.about__img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px 0 0 32px;
    overflow: hidden;
}

.mansory {
    overflow: hidden;
}

.cards-slider {
    position: relative;
}

.cards-slider .swiper-pagination {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
    bottom: 0px;
    padding: 0 16px;
}

.cards-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin: 0;
    background-color: #e6e6e6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
}

.cards-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2d6367;
    width: 83px;
}

.card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.card__content {
    position: absolute;
    inset: 32px;
    padding: 0;
    color: #fff;
    z-index: 2;
    max-width: 270px;
    font-size: 16px;
}

.card__content p {
    margin-top: 8px;
}

.card-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.card-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.card-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

.card-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.card-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.card-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

.why-us__slider {
    display: none;
}

.why-us__inner {
    position: relative;
    margin: 140px 0;
}

.why-us__inner .title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.why-us__inner.active .title {
    opacity: 0;
}

.why-us__imgs {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 868px;
}

.why-us__imgs:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 868px;
    height: 868px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #e6e6e6;
    border-radius: 50%;
}

.why-us__imgs:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 660px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

.why-us__imgs img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 660px;
    height: 660px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.why-us__imgs img.active {
    opacity: 1;
}

.why-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 124px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.why-us-item {
    position: relative;
    border-radius: 32px;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    min-height: 268px;
    max-width: 615px;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}

.why-us-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background: linear-gradient(168.02deg, #085554 4.68%, #042f2e 91.25%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.why-us-item.active {
    color: #fff;
}

.why-us-item.active::before {
    opacity: 1;
    z-index: 1;
}

.why-us-item.active .why-us-item__description {
    color: rgba(255, 255, 255, 0.5);
}

.why-us-item:hover {
    color: #fff;
}

.why-us-item:hover::before {
    opacity: 1;
    z-index: 1;
}

.why-us-item:hover .why-us-item__description {
    color: rgba(255, 255, 255, 0.5);
}

.why-us-item__title {
    font-size: 20px;
    font-weight: 400;
    font-family: PlayfairDisplay, sans-serif;
    line-height: 100%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
    position: relative;
    z-index: 2;
}

.why-us-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(32, 32, 32, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.why-us-slider.advantages-list .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.why-us-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    height: 400px;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    overflow: hidden;
}

.why-us-slide__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    padding-left: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.why-us-slide__desc h3 {
    font-size: 20px;
}

.why-us-slide__desc p {
    color: rgba(32, 32, 32, 0.5);
    line-height: 120%;
}

.why-us-slide__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 480px;
    flex: 0 1 480px;
    margin-right: -40px;
}

.why-us-slide__img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 480px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #e6e6e6;
    border-radius: 50%;
}

.why-us-slide__img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}

.why-us-slide__img img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    z-index: 2;
}

.core-values__inner>.mission {
    display: none;
}

.core-values-slider .nav-block {
    position: absolute;
    left: calc(50% + 48px);
    bottom: 424px;
    z-index: 2;
}

.core-values-slider .nav-block .swiper-pagination {
    width: 40px;
}

.core-slide {
    opacity: 0 !important;
}

.core-slide.swiper-slide-active {
    opacity: 1 !important;
}

.core-slide__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.core-slide__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.core-slide__img img {
    width: 100%;
    height: 100%;
    max-height: 822px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
}

.core-slide__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.core-desc {
    height: 100%;
    border: 1px solid #e6e6e6;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border-radius: 32px;
    padding: 32px 32px 120px 32px;
}

.core-desc>* {
    max-width: 680px;
}

.core-desc h3 {
    line-height: 120%;
}

.core-desc p {
    color: rgba(32, 32, 32, 0.5);
}

.mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(168.02deg, #085554 4.68%, #042f2e 91.25%);
    padding: 32px;
    border-radius: 32px;
    color: #fff;
    position: relative;
    height: 360px;
}

.mission span,
.mission p {
    max-width: 50%;
}

.mission span {
    font-size: 20px;
    font-weight: 500;
}

.mission p {
    color: rgba(255, 255, 255, 0.5);
}

.mission img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 400px;
}

.detail-appartament__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 2fr 32px 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}

.detail-appartament__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
}

.detail-appartament__img address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-style: normal;
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.875rem;
    line-height: 100%;
}

.detail-appartament__img a:not(.btn) {
    width: 100%;
    height: 100%;
}

.detail-appartament__img-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.detail-appartament__img-btn .btn--border {
    border-color: #e6e6e6;
    color: #2d6367;
    gap: 9px;
}

.detail-appartament__img-btn .btn--border:hover {
    background-color: #2d6367;
    color: #fff;
}

.detail-appartament__img-btn .btn--border:hover svg path {
    fill: #fff;
}

.detail-appartament__img-btn .btn--border svg path {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.detail-appartament__img img {
    width: auto;
    max-width: 100%;
}

.detail-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 32px;
}

.detail-desc__header {
    padding: 24px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.detail-desc__header h1 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 100%;
    font-variant-numeric: lining-nums proportional-nums;
    max-width: 80%;
}

.detail-desc__header .link-share {
    position: absolute;
    right: 24px;
    top: 24px;
}

.detail-desc__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(32, 32, 32, 0.1) #fff;
}

.detail-desc__item:nth-child(odd):after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
}

.detail-desc__item h3 {
    font-family: PlayfairDisplay, sans-serif;
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.detail-desc__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.detail-desc__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.875rem;
    gap: 12px;
    line-height: 100%;
}

.detail-desc__item li span {
    color: rgba(32, 32, 32, 0.5);
}

.detail-desc__item li small {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dashed #e6e6e6;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.detail-desc__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 32px;
}

.detail-desc__footer .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
    font-size: 1.25rem;
    font-weight: 500;
}

.detail-desc__footer .price--old {
    text-decoration: line-through;
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.875rem;
}

.detail-desc__footer p {
    font-size: 0.875rem;
    color: rgba(32, 32, 32, 0.5);
}

.detail-desc__footer p b {
    color: #202020;
    font-weight: 400;
}

.detail-desc__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.detail-desc__btns .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.link-share {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    background: none;
}

.link-share:hover {
    border-color: #2d6367;
}

.fancybox__backdrop {
    background-color: #fff !important;
    opacity: 1;
}

.catalog-list {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.appartament-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.appartament-item:hover {
    border-color: #2d6367;
}

.appartament-item:hover .appartament-item__header h3,
.appartament-item:hover .appartament-item__header address {
    color: #2d6367;
}

.appartament-item__header {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.appartament-item__header h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.appartament-item__header address {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 100%;
    color: rgba(32, 32, 32, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-style: normal;
}

.appartament-item__body {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.appartament-item__body img {
    max-width: 100%;
    width: auto;
    height: 16.3125rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.appartament-item__footer {
    padding: 20px;
}

.appartament-item--top {
    color: rgba(32, 32, 32, 0.5);
    margin-bottom: 12px;
}

.appartament-item--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.appartament-desc .price span {
    font-size: 1.25rem;
    line-height: 100%;
}

.appartament-desc .price p {
    margin-top: 4px;
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.875rem;
    line-height: 100%;
}

.appartament-desc .price p b {
    font-weight: 400;
    color: #202020;
}

.label {
    display: inline-block;
    height: 1.5rem;
    border-radius: 111px;
    padding: 3.5px 10px;
    background-color: rgba(45, 99, 103, 0.1019607843);
    color: #2d6367;
    font-size: 0.875rem;
    line-height: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 12px;
}

.favorite {
    width: 3.5rem;
    height: 3.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    will-change: transform;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: none;
}

.favorite:hover:not(.active) {
    border-color: #2d6367;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.favorite:hover:not(.active) svg path {
    stroke: #2d6367;
}

.favorite.active svg path {
    fill: #2d6367;
    stroke: #2d6367;
}

.favorite svg path {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.favorite-toast {
    position: fixed;
    z-index: 10000;
    right: 24px;
    bottom: 24px;
    max-width: min(360px, calc(100vw - 32px));
    padding: 14px 18px;
    border-radius: 12px;
    background-color: #2d6367;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.3;
    -webkit-box-shadow: 0 8px 30px rgba(32, 32, 32, 0.18);
    box-shadow: 0 8px 30px rgba(32, 32, 32, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.favorite-toast.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.favorite-toast--error {
    background-color: #8c3535;
}

[data-favorites-list][aria-busy="true"] {
    min-height: 180px;
    opacity: 0.45;
    pointer-events: none;
}

[data-favorites-empty][hidden] {
    display: none !important;
}

@media (max-width: 767.5px) {
    .favorite-toast {
        right: 16px;
        bottom: 16px;
        left: 16px;
        max-width: none;
        text-align: center;
    }
}

.catalog__filter {
    margin-bottom: 32px;
}

.filter__open {
    display: none;
}

.filter__modal {
    background: #fff;
}

.filter__head {
    display: none;
}

.filter__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.filter__label {
    display: block;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: rgba(32, 32, 32, 0.5);
}

.filter__range-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    font-size: 14px;
    color: #222;
}

.filter__range-row span:nth-child(2) {
    color: #cfcfcf;
}

.filter__range-row span:last-child {
    text-align: right;
}

.filter__rooms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.filter__rooms label {
    cursor: pointer;
}

.filter__rooms label:nth-child(1) span {
    /* padding: 0 40px; */
}

.filter__rooms input {
    display: none;
}

.filter__rooms span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3.75rem;
    height: 3.75rem;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    font-size: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.filter__rooms span:hover {
    border-color: rgba(45, 99, 103, 1);
}

.filter__rooms input:checked+span {
    background: #2f6f73;
    border-color: #2f6f73;
    color: #fff;
}

.filter__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.filter__found {
    color: rgba(32, 32, 32, 0.5);
    font-size: ren(16);
}

.filter__success {
    display: none;
}

.filter__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #2d6367;
    font-size: 1rem;
    cursor: pointer;
}

.filter-range {
    position: relative;
}

.filter-range__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 32px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.75rem;
    padding: 0 1.25rem;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
}

.filter-range__separator {
    width: 12px;
    height: 1px;
    background: #e5e5e5;
    margin: 0 auto;
}

.filter-range__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.filter-range__field span {
    font-size: 1rem;
    color: #9a9a9a;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filter-range__field--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter-range__field--right input {
    text-align: right;
}

.filter-range__input {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 1rem;
    color: #202020;
    max-width: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter__item:nth-child(2) .filter-range__input {
    max-width: 90px;
}

.filter-range__input:focus {
    outline: none;
}

.filter-range__input::-webkit-outer-spin-button,
.filter-range__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-range__input {
    -moz-appearance: textfield;
}

.filter-range__slider {
    position: relative;
    height: 14px;
    max-width: 88%;
    margin: -8px auto 0;
}

.filter-range__track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 999px;
}

.filter-range__track::before {
    content: "";
    position: absolute;
    left: var(--left-percent, 0%);
    right: calc(100% - var(--right-percent, 100%));
    height: 100%;
    background: #2d6367;
    border-radius: 999px;
}

.filter-range__range {
    position: absolute;
    width: 100%;
    height: 14px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-range__range::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2d6367;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.filter-range__range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2f6f73;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
}

.filter-range__range::-webkit-slider-runnable-track {
    background: transparent;
}

.filter-range__range::-moz-range-track {
    background: transparent;
}

.filter__found--mobile {
    display: none;
}

.filter__close {
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    font-weight: 400;
}

.catalog-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 25rem;
    text-align: center;
    gap: 12px;
}

.catalog-empty * {
    max-width: 25.5rem;
}

.catalog-empty p {
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 500;
}

.catalog-empty span {
    display: inline-block;
}

.custom-select {
    position: relative;
}

.custom-select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 0.75C11.364 0.75 10.4143 1.29975 9.61714 1.85625C8.58857 2.57175 7.69114 3.42675 7.00629 4.407C6.49286 5.142 6 6.033 6 6.75C6 6.033 5.50714 5.14125 4.99371 4.407C4.308 3.42675 3.41057 2.57175 2.38371 1.85625C1.58571 1.29975 0.634286 0.75 -1.19209e-07 0.749999' stroke='%232D6367' stroke-width='1.5'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.custom-select select {
    width: 100%;
    height: 3.75rem;
    padding: 0 2.5rem 0 1.25rem;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    line-height: 100%;
    color: #202020;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.custom-select select:focus {
    border-color: #2d6367;
}

.general__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #2d6367;
    height: 68px;
    padding: 4px;
    margin-bottom: 32px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.general__pages a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    padding: 0 50px;
    text-align: center;
    border-radius: 111px;
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    border: 1px solid transparent;
}

.general__pages a:focus,
.general__pages a.active {
    background-color: #214b4e;
    color: #fff;
}

.general__pages a.active {
    background-color: #2d6367;
    color: #fff;
}

.general__pages a:hover {
    border-color: rgba(45, 99, 103, 1);
}

.general__filter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 32px;
}

.general__filter--column-1 {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
}

.general__filter .filter__promo-category.filter__rooms span {
    padding: 22px 32px;
}

.general__filter .select__promo-category {
    display: none;
}

.general__filter .filter__item {
    min-width: 220px;
}

.general__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.promotion-news-loader {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    min-height: 260px;
    margin-bottom: 32px;
    padding: 48px 24px;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    background: linear-gradient(168.02deg,
            rgba(8, 85, 84, 0.08) 4.68%,
            rgba(4, 47, 46, 0.04) 91.25%);
    color: #2d6367;
    text-align: center;
}

.promotion-news-loader__spinner,
.promotion-news-button-loader {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(45, 99, 103, 0.2);
    border-top-color: #2d6367;
    -webkit-animation: promotionNewsLoaderSpin 0.8s linear infinite;
    animation: promotionNewsLoaderSpin 0.8s linear infinite;
}

.promotion-news-loader__spinner {
    width: 56px;
    height: 56px;
    border-width: 3px;
    -webkit-box-shadow: 0 0 0 12px rgba(45, 99, 103, 0.06);
    box-shadow: 0 0 0 12px rgba(45, 99, 103, 0.06);
}

.promotion-news-loader__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.promotion-news-button-loader {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    vertical-align: -3px;
}

@-webkit-keyframes promotionNewsLoaderSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes promotionNewsLoaderSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.load-more {
    margin-top: 32px;
}

.load-more .btn {
    max-width: 180px;
    width: 100%;
}

.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    font-family: inherit;
}

.promo-item:hover .promo-item__img {
    -webkit-transform: translate(-50%, 90px);
    -ms-transform: translate(-50%, 90px);
    transform: translate(-50%, 90px);
}

.promo-item:hover h3 {
    height: 190px;
}

.promo-item:hover .btn {
    background-color: #2d6367;
    color: #fff;
}

.promo-item--top {
    display: block;
    padding: 32px;
    border-radius: 32px;
    background: linear-gradient(168.02deg, #085554 4.68%, #042f2e 91.25%);
    color: #fff;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.promo-item h3 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.promo-item time {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    height: 24px;
    border: 1px solid #e6e6e6;
    margin-bottom: 16px;
    border-radius: 111px;
    padding: 5px 10px;
}

.promo-item__img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 240px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
}

.promo-item__img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    padding: 32px;
    cursor: pointer;
    color: rgba(32, 32, 32, 0.5);
    height: 370px;
    font-size: 14px;
    line-height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article:hover {
    border-color: #2d6367;
}

.article:hover h3 {
    color: #2d6367;
}

.article.accent,
.article:first-child {
    background: linear-gradient(168.02deg, #085554 4.68%, #042f2e 91.25%);
    color: rgba(255, 255, 255, 0.5);
    border: none;
}

.article.accent h3,
.article:first-child h3 {
    color: #fff;
}

.article__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.article__desc h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #202020;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}

.detail-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.detail-page__content img {
    max-width: 100%;
    width: 100%;
    max-height: 800px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
    min-height: 400px;
}

.detail-page__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 418px;
    flex: 0 1 418px;
}

.detail-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.detail-text * {
    font-size: 16px;
    line-height: 135%;
}

.detail-text h3 {
    font-size: 20px;
    font-weight: 500;
}

.detail-text ul {
    list-style: disc;
    margin-left: 2.3rem;
}

.detail-text ul li {
    margin-bottom: 0.6rem;
}

.detail-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.detail-form__img {
    background-color: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 32px 0 32px;
}

.detail-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.detail-form__wrapper h3 {
    font-family: PlayfairDisplay, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    font-variant-numeric: lining-nums proportional-nums;
}

.detail-form__wrapper p {
    font-size: 14px;
}

.detail-form__wrapper .leed-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.detail-form__wrapper .leed-form small {
    font-size: 12px;
    line-height: 100%;
    color: rgba(32, 32, 32, 0.5);
}

.sect-form-detail {
    display: none;
}

.main-screen-home {
    position: relative;
}

.main-screen-home:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(240.82deg,
            rgba(255, 255, 255, 0) 56.82%,
            rgba(0, 0, 0, 0.35) 85.26%);
    z-index: 2;
}

.main-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: #fff;
    position: relative;
}

.main-screen.video-bg video {
    opacity: 1;
}

.main-screen__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 76px 0;
    position: relative;
    z-index: 2;
    max-width: 568px;
}

.advantages__inner {
    max-width: 66.75rem;
    width: 100%;
    margin: 0 auto;
}

.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
}

.advantages-list .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.advantage-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.advantage-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    transition: transform .8s ease;
}





.advantage-item__img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}



.advantage-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 4.6875rem;

}


@media(min-width: 1024px) {
    .advantage-item:nth-child(even) .advantage-item__img {
        transform: translateX(-50%);
    }

    .advantage-item:nth-child(odd) .advantage-item__img {
        transform: translateX(50%);
    }

    .advantage-item .advantage-item__desc {
        opacity: 0;
        transition: opacity .8s ease .3s;
    }

    .advantage-item.active .advantage-item__desc {
        opacity: 1;
    }

    .advantage-item.active .advantage-item__img {
        transform: translateX(0);
    }
}



.advantage-item__desc p {
    line-height: 120%;
}

.spaces-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 37.875rem;
}

.space-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.space-item__img:before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 100%);
}

.space-item__img img,
.space-item__img video {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 33.75rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.space-item__img ul {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.space-item__img ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 24px;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem;
    border-radius: 111px;
}

.space-item__desc {
    margin-top: 20px;
}

.space-item.active .space-desc__hide {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
}

.space-desc {
    position: relative;
}

.space-desc__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
}

.space-desc__text {
    font-size: 0.875rem;
    margin-top: 8px;
}

.space-desc__hide {
    font-size: 0.875rem;
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    visibility: hidden;
}

.space-desc__hide>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.space-desc__hide span {
    color: rgba(32, 32, 32, 0.5);
}

.space-desc__hide a {
    color: #2d6367;
    text-decoration: underline;
    text-underline-offset: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: right;
}

.space-desc__hide a:hover {
    text-decoration: none;
}

.space-desc__hide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.space-desc__hide li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.space-desc__hide li>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.space-desc__hide li>*:last-child {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.space-desc__label {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    color: #2d6367;
    font-size: 0.75rem;
    border-radius: 111px;
    background: rgba(45, 99, 103, 0.1215686275);
    padding: 4px 8px;
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.sect-form__inner {
    padding: 4.75rem;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    position: relative;
}

.sect-form__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 140px;
}

.sect-form__img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sect-form__img img {
    max-width: 23.125rem;
}

.sect-form .form-wrapper {
    max-width: 40.875rem;
}

.sect-form .leed-form {
    margin-top: 16px;
}

.form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.form-wrapper small {
    font-size: 0.75rem;
    color: rgba(32, 32, 32, 0.5);
}

.leed-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.leed-form>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.form-consent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 130%;
    color: rgba(32, 32, 32, 0.7);
}

.form-consent--light {
    color: rgba(255, 255, 255, 0.8);
}

.form-consent__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-consent__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #2d6367;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-consent--light .form-consent__box {
    border-color: #fff;
}

.form-consent__box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0.7);
    -ms-transform: rotate(45deg) scale(0.7);
    transform: rotate(45deg) scale(0.7);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-consent__input:checked+.form-consent__box {
    background-color: #2d6367;
}

.form-consent--light .form-consent__input:checked+.form-consent__box {
    background-color: #fff;
}

.form-consent--light .form-consent__input:checked+.form-consent__box::after {
    border-color: #2d6367;
}

.form-consent__input:checked+.form-consent__box::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.form-consent__input:focus-visible+.form-consent__box {
    -webkit-box-shadow: 0 0 0 3px rgba(45, 99, 103, 0.2);
    box-shadow: 0 0 0 3px rgba(45, 99, 103, 0.2);
}

.form-consent__input.error+.form-consent__box {
    border-color: #d43c3c;
}

.form-consent__input:required:invalid+.form-consent__box {
    border-color: #2d6367;
}

.form-consent__text {
    padding-top: 2px;
    color: #b9b9b9;
}

.comfortable-life__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 32px;
}

.comfortable-item:hover span,
.comfortable-item:hover p {
    color: #2d6367;
}

.comfortable-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.comfortable-item__image {
    height: 18.125rem;
    max-width: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease;
    position: relative;
}

.comfortable-item--hover {
    cursor: pointer;
}

.comfortable-item--hover:hover .comfortable-item__image {
    transform: scale(1.1);
}

.comfortable-item__link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: 10px;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background-color: #fff;
    transition: all .3s ease;
}

.comfortable-item--hover:hover .comfortable-item__link {
    background-color: #e5ecec;
}

.comfortable-item__desc {
    margin-top: 20px;
}

.comfortable-item__desc span {
    font-size: 1.25rem;
    font-weight: 500;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.comfortable-item__desc p {
    color: rgba(32, 32, 32, 0.5);
    font-size: 0.875rem;
    margin-top: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.awards__inner {
    position: relative;
}

.awards__slider .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 2;
    gap: 0;
}

.awards__slider .arrow-next {
    border-radius: 0 24px 24px 0;
}

.awards__slider .arrow-prev {
    border-radius: 24px 0px 0px 24px;
}

.award-slide {
    width: 18.75rem;
    padding: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-right: 32px;
}

.award-slide__img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.award-slide__desc {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-list ::-webkit-scrollbar {
    display: none;
}

.news-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    min-height: 16.25rem;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 32px;
    border-radius: 32px;
    color: rgba(32, 32, 32, 0.5);
    cursor: pointer;
}

.news-item:hover {
    border-color: #2d6367;
    color: #2d6367 !important;
}

.news-item:hover .news-item__desc span {
    color: #2d6367;
}

.news-item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.news-item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.news-item.bg-green .news-item__desc p {
    color: rgba(255, 255, 255, 0.5);
}

.news-item.bg-green .news-item__desc span {
    color: #fff;
}

.news-item.bg-green .news-item__date {
    color: rgba(255, 255, 255, 0.5);
}

.news-item__desc span {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    color: #202020;
    margin-bottom: 16px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-item__desc p {
    font-size: 0.875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-item__date {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.news-btn-all {
    display: none;
}

.news-btn-all .btn {
    max-width: 100%;
    width: 100%;
}

.not-found {
    min-height: calc(100vh - 74px);
    margin-top: 74px;
}

.not-found__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.not-found__inner img {
    margin-bottom: 18px;
    width: auto;
    max-width: 100%;
}

.not-found__inner h3 {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 12px;
    font-weight: 500;
}

.not-found__inner p {
    font-size: 0.875rem;
}

.project-page .header.header-fix {
    position: absolute;
}

.hidden-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

#project-map {
    width: 100%;
    height: 686px;
    border-radius: 24px;
    overflow: hidden;
}

#project-map [class*="ground-pane"] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.project-main {
    min-height: 100dvh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.project-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(41.98%, rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 41.98%,
            rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.project-main .filter__grid .btn {
    max-width: 100%;
    width: 100%;
}

.project-main.video-bg video {
    opacity: 1;
}

.project-main .filter__rooms label:first-child {
    /* -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1; */
}

.project-main__inner .filter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    height: auto;
    padding: 25px 0px;
}

.project-main__inner .filter__modal {
    background: transparent;
}

.project-main__inner .filter__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.project-main__inner .filter__grid .btn {
    height: 3.75rem;
}

.project-main__inner .filter-range__track {
    background: transparent;
}

.project-main-desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 229px;
    color: #fff;
    z-index: 5;
}

.project-main-desc__inner {
    /* max-width: 33.75rem; */
}

.project-main-desc__inner p {
    margin-top: 20px;
}

.about-project {
    height: 100vh;
}

.about-project__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-project__slider {
    display: none;
}

.about-project__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32.5rem;
    flex: 1 1 32.5rem;
    position: absolute;
    left: 0;
    right: 0;
}

.about-project__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 100%;
    max-width: 50%;
}

.about-project__img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-project-slider {
    height: 100%;
}

.about-project-slider .swiper-pagination {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    bottom: auto;
    top: 225px;
    padding: 0 16px;
}

.about-project-slider .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
    border-radius: 0;
    height: 2px;
    background-color: rgba(45, 99, 103, 0.5);
}

.about-project-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #516c58;
}

.about-project-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.about-project-slide__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 16px;
}

.about-project-slide__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.about-project-slide__img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
}

.about-desc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    height: 100%;
    line-height: 100%;
    width: 40%;
    padding: 32px 0;
}

.about-desc__inner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.about-desc__inner p {
    line-height: 120%;
}

.advantages-project {
    padding: 32px 0;
    overflow: hidden;
}

.advantages-project .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    border: 1px solid rgba(81, 108, 88, 0.3215686275);
    border-radius: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #2d6367;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

.about-project .advantages-project .nav-block {
    border: none;
}

.advantages-project .nav-block .slider-arrow {
    border: none;
}

.advantages-project .nav-block .arrow-next {
    border-radius: 0 50% 50% 0;
}

.advantages-project .nav-block .arrow-prev {
    border-radius: 50% 0 0 50%;
}

.advantages-project .nav-block .swiper-pagination {
    border: none;
    font-size: 1.25rem;
}



.advantages-project--botanika .nav-block {
    left: auto;
    right: 0;
}

.advantages-project--botanika .advantages-slide__left {
    padding-bottom: 0;
}

.advantages-project__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.advantages-project-slider {
    margin-top: -100px;
    /* overflow: hidden; */
    position: relative;
}

.advantages-project-slider--v2 .advantages-slide__inner {
    -ms-grid-columns: 1fr 1.1fr;
    grid-template-columns: 1fr 1.1fr;
}

.advantages-project-slider--v2 .advantages-slide__right {
    width: 100%;
}

.advantages-project-slider--v2 .advantages-slide__right img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
}

.advantages-slide {
    opacity: 0 !important;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}

.advantages-slide.swiper-slide-active,
.advantages-slide.swiper-slide-prev,
.advantages-slide.swiper-slide-next {
    opacity: 1 !important;
}

/* .advantages-slide.swiper-slide-active .advantages-slide__right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
} */

.advantages-slide.swiper-slide-active .advantages-slide__left {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.advantages-slide__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 128px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-slide__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25.625rem;
    flex: 0 1 25.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 1rem;
    line-height: 100%;
    padding: 2.5rem 0 5.5rem;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition:
        opacity 1s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 1s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 1s ease,
        transform 1s ease;
    transition:
        opacity 1s ease,
        transform 0.6s ease,
        -webkit-transform 0.6s ease;
}

.advantages-slide__left>* {
    max-width: 100%;
    line-height: 120%;
}

.advantages-slide__left h3 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
}

.advantages-slide__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46.25rem;
    flex: 0 1 46.25rem;
    border-radius: 32px;
    overflow: hidden;
    -ms-grid-column-align: end;
    justify-self: end;
    overflow: hidden;
    /* padding: 24px 0; */
}

.advantages-slide__right picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages-slide__right img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 37.5rem;
    height: 100%;
}

.advantages-slide__right {
    transition: transform 1s linear;
}

/* ---------- NEXT ---------- */

/* новый снизу */
@media(min-width: 1440px) {
    .swiper-slide-next .advantages-slide__right {
        transform: translateY(160%);
    }

    .is-next .advantages-slide__right {
        transform: translateY(160%);
    }

    .swiper-slide-active .advantages-slide__right {
        transform: translateY(0);
    }

    .swiper-slide-prev .advantages-slide__right {
        transform: translateY(-160%);
    }

    .is-prev .advantages-slide__right {
        transform: translateY(-160%);
    }
}





.nav-block::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

@media(min-width: 1024px) {
    .advantages-project-slider .nav-block {
        --progress: 0deg;
    }

    .nav-block::before {
        background: conic-gradient(#516C58 0deg,
                #516C58 var(--progress),
                rgba(81, 108, 88, .2) var(--progress));
    }
}


/* .advantages-project-slider .nav-block>* {
    position: relative;
    z-index: 1;
} */

/* .dir-next .swiper-slide-active .advantages-slide__right {
    transform: translateY(100%);
}
.dir-prev .swiper-slide-active .advantages-slide__right {
    transform: translateY(-100%);
} */

.project-sect-form {
    padding: 32px 0;
}

.project-sect-form .container {
    height: auto;
}

.project-sect-form .leed-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 27.5rem;
}

.project-sect-form .leed-form .input {
    background-color: transparent;
    border: 1px solid rgba(81, 108, 88, 0.3215686275);
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .leed-form ::-webkit-input-placeholder {
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .leed-form ::-moz-placeholder {
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .leed-form :-ms-input-placeholder {
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .leed-form ::-ms-input-placeholder {
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .leed-form ::placeholder {
    color: rgba(45, 99, 103, 0.5);
}

.project-sect-form .form-wrapper small {
    max-width: 27.5rem;
}

.project-sect-form .sect-form__inner {
    max-width: 66.75rem;
    margin: 0 auto;
    border: 1px solid rgba(81, 108, 88, 0.3215686275);
}

.project-sect-form .sect-form__img {
    right: 44px;
}

.project-sect-form .sect-form__img img {
    max-width: 29.6875rem;
}

.project-calculator {
    padding: 32px 0;
    position: relative;
    background: linear-gradient(168.02deg, #516c58 4.68%, #253128 91.25%);
    overflow: hidden;
}

.project-calculator video {
    opacity: 0.05 !important;
}





.project-calculator .sect-calculator__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 3;
}

.project-calculator .calculator-columns {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    border-radius: 32px;
}

.project-calculator .calculator-columns__column {
    border-color: rgba(255, 255, 255, 0.1019607843);
}

.project-calculator .calculator-columns__column:last-child {
    border: none;
}









.gallery {
    padding: 40px 0;
}

.gallery__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;

    .nav-block {
        position: static;
        min-width: 170px;
    }
}

.gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}






.gallery__tooltip {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 111px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 56px;
    cursor: pointer;
    background-color: transparent;
    padding: 12px 15px 12px 12px;
    overflow: hidden;

}

.gallery__tooltip:hover {
    background-color: #fff;
}

.gallery__tooltip:hover .gallery__tooltip-content {
    opacity: 1;
}

.gallery__tooltip-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #5c735d;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
}

.gallery__tooltip-dot:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.gallery__tooltip-content {
    position: static;
    left: 50%;
    bottom: calc(100% + 12px);
    min-width: auto;
    color: #202020;
    white-space: nowrap;
    /* background-color: #fff; */
    padding: 0;
    opacity: 1;
    border-radius: 111px;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 16px;
    opacity: 0;
}

@media screen and (max-width: 1023.5px) {
    .gallery__tooltip-content {
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
    }

    .gallery__tooltip {
        background-color: transparent;
        padding: 0;
    }

    .gallery__tooltip:hover {
        background-color: #fff;
        padding: 12px 15px 12px 12px;
        z-index: 4;
    }

    .gallery__tooltip:hover .gallery__tooltip-content {
        opacity: 1;
        visibility: visible;
        background-color: #fff;
    }


}

.bg-batanika {
    background: linear-gradient(168.02deg, #516c58 4.68%, #253128 91.25%);
    color: #fff;
}

.bg-live {
    background: linear-gradient(168.02deg, #62414a 4.68%, #422c32 91.25%);
    color: #fff;
}

.bg-iq {
    background: linear-gradient(168.02deg, #11366f 4.68%, #0a2041 91.25%);
    color: #fff;
}

.bg-iq .btn {
    background-color: #ff7757;
    color: #fff;
}

.bg-iq .btn:hover {
    background-color: #ec6546;
}

.progress-item {
    border-radius: 24px;
    position: relative;
    width: 18.625rem;
    height: 35.4375rem;
    overflow: hidden;
    color: #fff;
    margin-right: 32px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    will-change: transform;
}

.progress-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.progress-item:hover .progress-item__btn span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.progress-item:hover .progress-item__desc,
.progress-item:hover .progress-item__live {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.progress-item:hover .progress-item__live {
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
}

.progress-item--video:before {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: transparent !important;
}

.progress-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%);
}

.progress-item__img {
    height: 100%;
    width: 100%;
}

.progress-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.progress-item__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.progress-item__btn span {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    will-change: transform;
}

.progress-item__live {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 12px;
    height: 32px;
    font-size: 0.875rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.progress-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 24px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.progress-item__desc small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 12px;
}

.progress {
    scrollbar-width: none;
}

.progress .container {
    height: auto;
}

.progress::-webkit-scrollbar {
    display: none;
}

.progress__inner {
    position: relative;
    z-index: 2;
}


.want-apartament {
    position: relative;
}

.want-apartament__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    position: absolute;
    top: 50%;
    left: 76px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 32.5rem;
}

.want-apartament__inner .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.want-apartament__img {
    position: absolute;
    left: 0;
    right: -76px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.want-apartament__img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.want-apartament__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.want-apartament__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25%;
    z-index: 2;
}

.want-apartament__btn::before {
    content: "";
    position: absolute;
    inset: -110px;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0.35) 35%,
            rgba(255, 255, 255, 0.18) 55%,
            rgba(255, 255, 255, 0.07) 72%,
            rgba(255, 255, 255, 0) 100%);
}

.want-apartament__btn::after {
    content: "";
    position: absolute;
    inset: -45px;
    border-radius: 50%;
    border: 18px solid rgba(255, 255, 255, 0.18);
    z-index: -1;
}

.want-apartament__btn a {
    width: 10.125rem;
    height: 10.125rem;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
}

.contacts-project {
    padding-top: 75px;
    margin-top: -6.25rem;
}

.contacts-project.video-bg video {
    opacity: 0.2;
}




@media screen and (max-width: 1440.5px) {
    .container {
        padding: 0 32px;
    }
}

@media (min-width: 768px) {
    .grid-cards {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 394px 32px 394px;
        grid-template-rows: 394px 394px;
        gap: 32px;
    }

    .grid-cards>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .grid-cards>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .grid-cards>*:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }

    .grid-cards>*:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .grid-cards>*:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .grid-cards>*:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }

    .project-main__inner .filter {
        color: #fff;
    }

    .project-main__inner .filter__label {
        color: rgba(255, 255, 255, 0.5);
    }

    .project-main__inner .filter-range {
        bottom: -7px;
    }

    .project-main__inner .filter-range__range::-webkit-slider-thumb {
        background: #fff;
    }

    .project-main__inner .filter-range__range::-moz-range-thumb {
        background: #fff;
    }

    .project-main__inner .filter-range__track:before {
        background-color: #fff;
    }

    .project-main__inner .filter-range__input {
        color: #fff;
    }

    .project-main__inner .filter-range__field span {
        color: rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 1024px) {
    .advantage-item:nth-child(even) .advantage-item__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .advantages-slide__right {
        /* opacity: 0;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px); */
        /* -webkit-transition:
            opacity 1s ease,
            -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
        transition:
            opacity 1s ease,
            -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
        transition:
            opacity 1s ease,
            transform 1s cubic-bezier(0.22, 1, 0.36, 1);
        transition:
            opacity 1s ease,
            transform 1s cubic-bezier(0.22, 1, 0.36, 1),
            -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1); */
    }
}

@media (min-width: 1025px) {
    .advantages-list .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advantages-list .nav-block {
        display: none;
    }
}

@media (min-width: 1279px) {
    .space-item:hover .space-desc__hide {
        max-height: 400px;
        opacity: 1;
        visibility: visible;
        margin-top: 12px;
        border-top: 1px solid #e6e6e6;
        padding-top: 12px;
    }

    .space-item:hover .space-item__img img,
    .space-item:hover .space-item__img video {
        height: 22.875rem;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 18px;
    }

    .chess {
        -ms-grid-columns: 1fr 6fr;
        grid-template-columns: 1fr 6fr;
    }
}

@media (min-width: 1921px) {
    .about__inner {
        gap: 180px;
    }

    .about__desc-inner {
        margin-left: auto;
    }

    .advantages-slide__left>* {
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    body {
        font-size: 16px;
    }

    .about__desc-inner {
        max-width: 520px;
    }

    .grid-cards {
        -ms-grid-rows: 300px 300px;
        grid-template-rows: 300px 300px;
    }

    .card__content h3 {
        font-size: 24px;
    }

    .why-us__imgs:before {
        width: 704px;
        height: 704px;
    }

    .why-us__imgs:after {
        width: 536px;
        height: 536px;
    }

    .why-us__imgs img {
        width: 482px;
        height: 482px;
    }

    .why-us-item {
        max-width: 450px;
        min-height: 260px;
    }

    .core-values-slider .nav-block {
        bottom: 304px;
    }

    .core-slide__img img {
        height: 630px;
    }

    .core-desc {
        max-height: 358px;
    }

    .mission {
        font-size: 14px;
        line-height: 120%;
        height: 240px;
    }

    .mission span,
    .mission p {
        max-width: 65%;
    }

    .mission img {
        max-width: 240px;
    }

    .general__filter {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }

    .general__list {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }

    .advantages-project-slider--v2 .advantages-slide__inner {
        -ms-grid-columns: 0.8fr 1.2fr;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .advantages-slide__left>* {
        max-width: 25.625rem;
    }
}

@media screen and (max-width: 1279.5px) {
    .container {
        padding: 0 32px;
    }

    .sect-calculator__inner {
        min-height: auto;
    }

    .calculator-columns__column {
        padding: 32px;
    }

    .contacts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 24px;
    }

    .contact-item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .map-block {
        margin-top: 32px;
        height: 390px;
    }

    .popup-success .popup__content {
        padding: 5rem;
    }

    .popup-chess .popup__body {
        padding: 2rem;
    }

    .chess {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .chess__sidebar {
        border: none;
    }

    .chess__sidebar .custom-select select {
        height: 3.75rem;
        font-size: 1rem;
    }

    .sidebar__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 24px;
        border: none;
        padding: 0;
        margin-bottom: 24px;
    }

    .sidebar__body {
        display: none;
    }

    .chess__catalog {
        padding: 0;
    }

    .chess__catalog-title {
        display: none;
    }

    .chess__catalog-title--mobile {
        display: block;
        margin-bottom: 24px;
    }

    .sidebar-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .sidebar-item>span {
        display: block;
        margin-bottom: 12px;
    }

    .sidebar-item--mobile {
        display: block;
    }

    .main-screen.main-screen-about {
        min-height: 350px;
    }

    .main-screen.main-screen-about .main-screen__inner {
        padding: 32px 0;
    }

    .about__inner {
        -ms-grid-columns: 1.03fr 0.97fr;
        grid-template-columns: 1.03fr 0.97fr;
    }

    .grid-cards {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: 236px 236px 236px;
        grid-template-rows: 236px 236px 236px;
    }

    .grid-cards>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .grid-cards>*:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .grid-cards>*:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .grid-cards>*:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .grid-cards>*:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .grid-cards>*:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .grid-cards>*:nth-child(9) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .grid-cards>*:nth-child(10) {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    .grid-cards>*:nth-child(11) {
        -ms-grid-row: 2;
        -ms-grid-column: 5;
    }

    .grid-cards>*:nth-child(12) {
        -ms-grid-row: 2;
        -ms-grid-column: 6;
    }

    .grid-cards>*:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(14) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .grid-cards>*:nth-child(15) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .grid-cards>*:nth-child(16) {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
    }

    .grid-cards>*:nth-child(17) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .grid-cards>*:nth-child(18) {
        -ms-grid-row: 3;
        -ms-grid-column: 6;
    }

    .card-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
    }

    .card-2 {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        background-position: top;
    }

    .card-3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    .card-4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 4;
        grid-column: 3/7;
        background-position: center;
    }

    .card-5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
    }

    .card-6 {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }

    .why-us__slider {
        display: block;
    }

    .why-us__inner {
        display: none;
    }

    .why-us-slider.advantages-list .nav-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .core-values__inner>.mission {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px;
    }

    .core-values-slider .nav-block {
        bottom: 32px;
    }

    .core-slide__img img {
        height: 420px;
    }

    .core-slide__desc .mission {
        display: none;
    }

    .core-desc {
        max-height: 420px;
    }

    .general__list {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }

    .detail-page__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px;
    }

    .spaces-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        height: auto;
    }

    .space-item__img img,
    .space-item__img video {
        height: 15.375rem;
    }

    .space-desc__label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .sect-form__inner {
        padding: 32px;
    }

    .sect-form__img {
        right: 30px;
    }

    .sect-form__img img {
        max-width: 18.75rem;
    }

    .comfortable-life .text-center {
        text-align: left;
    }

    .comfortable-life .h2 br {
        display: none;
    }

    .awards__slider .nav-block {
        display: none;
    }

    .news-list {
        gap: 24px;
    }

    .news-item {
        padding: 24px;
    }

    .news-item:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .news-item__desc span {
        font-size: 1.125rem;
    }

    .project-main__inner .filter__grid {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }

    .project-main-desc {
        bottom: 296px;
    }

    .advantages-project-slider {
        margin-top: 0;
    }

    .advantages-project-slider--v2 .advantages-slide__inner {
        -ms-grid-columns: 0.8fr 1fr;
        grid-template-columns: 0.8fr 1fr;
    }

    .advantages-slide__left {
        padding: 2.5rem 0 5.5rem;
    }

    .advantages-slide__right img {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .progress-item {
        margin-right: 24px;
    }
}

@media (max-width: 1230px) {
    .detail-appartament__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 1200px) {
    .catalog-list {
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 1150px) {
    .sect-form__img {
        right: 0px;
    }

    .sect-form .form-wrapper {
        max-width: 28.125rem;
    }

    .leed-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .project-sect-form .sect-form__img {
        right: 0;
    }
}

@media screen and (max-width: 1023.5px) {
    .footer--bottom {
        padding: 40px 0;
    }

    .advantages-slide__inner {
        gap: 32px;
    }

    .footer--bottom .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer--bottom p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer--bottom a {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .footer-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .footer-main__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }

    .footer-main__column {
        width: 100%;
    }

    .footer-main__column span {
        margin-bottom: 0;
        cursor: pointer;
    }

    .footer-main__column span:after {
        opacity: 1;
    }

    .footer-main__column ul {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
    }

    .main {
        gap: 5rem;
    }

    .h1 {
        font-size: 3.5rem;
        line-height: 4.25rem;
    }

    .h2 {
        font-size: 2rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .mb-40 {
        margin-bottom: 24px;
    }

    .header {
        padding: 1.125rem 0;
    }

    .header__info .btn {
        display: none;
    }

    .header__info a:not(.btn) svg {
        display: block;
    }

    .header__info a:not(.btn) span {
        display: none;
    }

    .header .logo {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .burger-dropdown {
        left: 0;
        top: 50px;
    }

    .burger-dropdown ul {
        height: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .burger-dropdown a {
        min-width: 13.75rem;
    }

    .calculator-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .calculator-columns__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
    }

    .calculator-columns__column:nth-child(1) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .payment-wrapper span {
        font-size: 1.5rem;
    }

    .popup__content {
        padding: 32px;
    }

    .popup-leed-form .leed-form {
        max-width: 20.75rem;
    }

    .popup-leed-form .popup__title {
        max-width: 20.75rem;
    }

    .popup__img {
        max-width: 290px;
    }

    .popup__img img {
        max-width: 290px;
    }

    .about__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about__desc-inner {
        max-width: 100%;
    }

    .about__img {
        padding: 0 32px;
    }

    .about__img img {
        height: 420px;
        border-radius: 32px;
    }

    .grid-cards {
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid-cards>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-cards>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .card {
        height: 240px;
        grid-column: auto;
    }

    .why-us-slide {
        height: 343px;
    }

    .why-us-slide__desc {
        padding-left: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
    }

    .why-us-slide__desc p {
        font-size: 14px;
    }

    .why-us-slide__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 370px;
        flex: 0 1 370px;
        margin-right: 20px;
    }

    .why-us-slide__img:before {
        width: 370px;
        height: 370px;
    }

    .why-us-slide__img:after {
        width: 290px;
        height: 290px;
    }

    .why-us-slide__img img {
        width: 290px;
        height: 290px;
    }

    .core-values-slider .nav-block {
        left: 32px;
    }

    .core-slide__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .core-slide__img img {
        height: auto;
        max-height: 530px;
    }

    .core-slide__desc {
        min-height: 300px;
    }

    .detail-desc__header h1 {
        font-size: 1.5rem;
    }

    .detail-desc__body {
        height: auto;
        overflow: hidden;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 48px;
    }

    .detail-desc__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        position: relative;
    }

    .detail-desc__footer .price {
        font-size: 1.125rem;
    }

    .appartament-item__body img {
        height: 14.375rem;
    }

    .filter__grid {
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .filter__rooms label:nth-child(1) span {
        padding: 0 14.5px;
    }

    .article {
        height: 300px;
    }

    .detail-page__form {
        display: none;
    }

    .sect-form-detail {
        display: block;
    }

    .main-screen__inner {
        padding: 44px 0;
    }

    .advantages {
        overflow: hidden;
    }

    .advantages__inner .title.text-center {
        text-align: left;
    }

    .advantage-item {
        gap: 16px;
        padding: 24px;
        border: 1px solid #e6e6e6;
        border-radius: 24px;
    }

    .advantage-item__desc {
        padding: 0;
    }

    .sect-form__img img {
        max-width: 19.375rem;
    }

    .sect-form .form-wrapper {
        max-width: 20.75rem;
    }

    .comfortable-life__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .comfortable-item {
        border: 1px solid #e6e6e6;
        border-radius: 20px;
    }

    .comfortable-item__image {
        border-radius: 20px 20px 0 0;
        height: 12.625rem;
    }

    .comfortable-item__desc {
        margin-top: 0;
        padding: 20px;
    }

    .award-slide {
        margin-right: 24px;
    }

    .award-slide__desc {
        font-size: 1.125rem;
    }

    #project-map {
        height: calc(100vh - 72px);
    }

    .project-main__inner .filter {
        padding: 29px 0px;
    }

    .about-project {
        height: auto;
    }

    .about-project__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-project__desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0 2rem;
        position: static;
    }

    .about-project__img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .about-project__img img {
        height: 512px;
    }

    .about-desc {
        height: 512px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .about-desc__inner {
        width: 100%;
    }

    .advantages-project:not(.gallery) .nav-block {
        border: none;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        bottom: -10px;
        width: 100%;
    }

    .advantages-project:not(.gallery) .nav-block .slider-arrow {
        display: none;
    }

    .advantages-project:not(.gallery) .nav-block .swiper-pagination {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .advantages-project:not(.gallery) .nav-block .swiper-pagination-bullet {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        border-radius: 111px;
        height: 2px;
        background-color: rgba(32, 32, 32, 0.5);
    }

    .advantages-project:not(.gallery) .nav-block .swiper-pagination-bullet-active {
        background-color: #2d6367;
    }

    .advantages-project--live .nav-block .swiper-pagination-bullet-active {
        background-color: #422c32;
    }

    .advantages-project--iq .nav-block .swiper-pagination-bullet-active {
        background-color: #0a2041;
    }

    .advantages-project-slider {
        overflow: hidden;
        height: auto;
        position: static;
    }

    .advantages-project-slider--v2 .advantages-slide__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .advantages-project-slider--v2 .advantages-slide__right img {
        max-width: 100%;
        width: 100%;
        max-height: 400px;
    }

    .advantages-slide__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages-slide__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        height: 200px;
        overflow: auto;
        padding-right: 20px;
    }

    .advantages-slide__left>* {
        max-width: 100%;
    }

    .advantages-slide__right {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    .advantages-slide__right img {
        height: auto;
        max-height: none;
        max-width: 500px;
    }

    .gallery {
        height: auto;
        padding: 32px 0;
    }

    .gallery__tabs {
        width: 100%;
    }

    .gallery__tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .gallery__image {
        min-height: 500px;
    }

    .want-apartament {
        height: auto;
        padding-top: 80px;
    }

    .want-apartament__inner {
        position: static;
        text-align: center;
        margin: 0px auto 32px;
        max-width: 28.75rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .want-apartament__inner .title br {
        display: none;
    }

    .want-apartament__img {
        position: static;
        width: 100vw;
        margin: 0 -32px;
    }

    .want-apartament__img img {
        max-height: 785px;
        -o-object-position: top;
        object-position: top;
    }

    .want-apartament__btn {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .contacts-project {
        margin-top: -5rem;
    }

    .space-desc__text {
        padding-right: 80px;
    }
}

@media screen and (max-width: 767.5px) {
    .container {
        padding: 0 16px;
    }

    .h1 {
        font-size: 2.5rem;
        line-height: 100%;
    }

    .h2 {
        font-size: 1.75rem !important;
    }

    .burger-dropdown {
        left: 0;
    }

    .calculator-columns__column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 24px;
    }

    .contacts-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__body {
        padding: 0;
        overflow: hidden;
        align-items: flex-start;
    }

    .popup__content {
        padding: 72px 24px;
        height: 100svh;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0;
    }

    .popup-leed-form .leed-form {
        max-width: 100%;
    }

    .popup__img {
        position: relative;
        bottom: -76px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        overflow: hidden;
    }

    .popup-success .popup__content {
        text-align: center;
        padding: 1.5rem;
        max-width: 100%;
    }

    .popup-chess .popup__body {
        padding: 0;
    }

    .popup-chess .popup__close {
        right: 24px;
        top: 24px;
    }

    .chess {
        padding: 24px 16px;
    }

    .chess__sidebar .custom-select select {
        height: 3.5rem;
    }

    .sidebar__header {
        gap: 12px;
    }

    .main-screen.main-screen-about {
        min-height: 230px;
        height: 230px;
    }

    .main-screen.main-screen-about .main-screen__inner {
        padding: 16px 0;
    }

    .about__img {
        padding: 0 16px;
    }

    .cards-slider {
        padding-bottom: 26px;
    }

    .card {
        width: 95%;
        background-position: top;
    }

    .card__content {
        inset: 24px;
    }

    .why-us-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        gap: 0px;
    }

    .why-us-slide__desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 24px;
    }

    .why-us-slide__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 325px;
        flex: 0 0 325px;
        margin-right: 0;
    }

    .why-us-slide__img:before {
        width: 310px;
        height: 310px;
    }

    .why-us-slide__img:after {
        width: 220px;
        height: 220px;
    }

    .core-values__inner>.mission {
        margin-top: 24px;
    }

    .core-values-slider .nav-block {
        left: 24px;
        bottom: 24px;
    }

    .core-slide__inner {
        gap: 24px;
    }

    .core-desc {
        padding: 24px 24px 104px 24px;
        max-height: none;
    }

    .mission {
        height: auto;
        padding: 24px;
    }

    .mission span,
    .mission p {
        max-width: 100%;
    }

    .mission img {
        display: none;
    }

    .detail-appartament__img {
        padding: 0;
        gap: 20px;
    }

    .detail-appartament__img address {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }

    .detail-appartament__img a:not(.btn) {
        padding: 0 20px 20px 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .detail-appartament__img-btn {
        padding: 0 20px 20px 20px;
    }

    .detail-appartament__img-btn .btn {
        max-width: 100%;
        width: 100%;
    }

    .detail-desc__body {
        gap: 20px;
    }

    .detail-desc__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .detail-desc__item:nth-child(odd):after {
        display: none;
    }

    .filter__rooms label:nth-child(1) span {
        padding: 0 50px;
    }

    .filter__rooms span {
        height: 3.5rem;
        min-width: 3.5rem;
    }

    .filter__bottom {
        position: sticky;
        left: 0;
        right: 0;
        bottom: -25px;
        padding: 16px 0;
        background: #fff;
        margin-top: 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .filter__found {
        display: none;
    }

    .filter__success {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: helvetica, sans-serif;
    }

    .filter__reset {
        height: 3.5rem;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #202020;
        font-weight: 500;
        border: 1px solid #e5e5e5;
        border-radius: 999px;
        font-size: 0.875rem;
    }

    .filter__reset svg {
        display: none;
    }

    .filter-range__inputs {
        height: 3.5rem;
    }

    .filter__found--mobile {
        display: block;
        margin-top: 16px;
        color: rgba(32, 32, 32, 0.5);
        font-size: 1rem;
    }

    .custom-select select {
        height: 3.5rem;
    }

    .general__pages {
        max-width: 100%;
    }

    .general__pages a {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .general__filter {
        gap: 24px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .general__filter .filter__promo-category {
        display: none;
    }

    .general__filter .select__promo-category {
        display: block;
    }

    .general__list {
        /* -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; */
        gap: 16px;
    }

    .main-screen {
        background-position: 50%;
    }

    .main-screen__inner {
        padding: 40px 0;
    }

    .advantage-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .space-desc__title {
        padding-right: 80px;
    }


    .sect-form__inner {
        padding: 24px;
    }

    .sect-form__img {
        display: none;
    }

    .sect-form .form-wrapper {
        max-width: 100%;
    }

    .sect-form .h2 {
        font-size: 28px;
    }

    .award-slide {
        margin-right: 16px;
    }

    .news-list {
        gap: 16px;
        margin: 0 -16px;
        padding: 0 16px;
    }

    .news-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        min-width: 276px;
        max-width: 276px;
    }

    .news-item:nth-child(2) {
        display: none;
    }

    .news-btn-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
    }

    .project-main__inner .filter {
        padding: 24px 0px;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .project-main__inner .filter__modal {
        background-color: #fff;
    }

    .project-main__inner .filter__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .project-main__inner .filter__grid .btn {
        background-color: #516c58;
        color: #fff;
        max-width: 100%;
        width: 100%;
    }

    .project-main__inner .filter__grid .filter__item-btn {
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #e6e6e6;
        width: 100%;
    }

    .project-main__inner .filter._open .filter__modal {
        height: 517px;
        -webkit-transform: translateY(-412px);
        -ms-transform: translateY(-412px);
        transform: translateY(-412px);
    }

    .project-main-desc {
        bottom: 104px;
    }

    .about-project__inner {
        display: none;
    }

    .about-project__slider {
        display: block;
        padding-top: 32px;
        height: 100%;
    }

    .about-project__slider .title {
        padding: 0 16px;
    }

    .about-project__desc {
        padding: 0 16px;
    }

    .about-project-slide__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .advantages-project__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages-project-slider--v2 .advantages-slide__right img {
        height: 310px;
    }

    .advantages-slide__left {
        height: 250px;
    }

    .advantages-slide__right {
        height: auto;
    }

    .advantages-slide__right img {
        height: 270px;
    }

    .project-sect-form .leed-form {
        max-width: 100%;
    }

    .project-sect-form .form-wrapper small {
        max-width: 100%;
    }

    .project-calculator .sect-calculator__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 115dvh;
    }

    .gallery {
        padding: 32px 0 0;
    }

    .gallery .select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gallery__tabs {
        display: none;
    }

    .gallery__image-wrap {
        border-radius: 0;
        margin: 0 -16px;
    }

    .gallery__image {
        aspect-ratio: 390/661;
        min-height: auto;
        height: 660px;
    }

    .progress-item {
        margin-right: 16px;
    }

    .want-apartament {
        padding-top: 32px;
    }

    .want-apartament__inner {
        margin: 32px auto 32px;
    }

    .want-apartament__img {
        margin: 0 -16px;
    }
}

@media (max-width: 767.5px) {
    .filter__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 3.5rem;
        border: 1px solid #2d6367;
        color: #2d6367;
        font-weight: 500;
        border-radius: 999px;
        background: #fff;
        font-size: 0.875rem;
        font-family: helvetica, sans-serif;
    }

    .filter__modal {
        position: fixed;
        inset: 0;
        z-index: 100;
        padding: 24px 16px;
        overflow-y: auto;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition:
            transform 0.3s ease,
            -webkit-transform 0.3s ease;
    }

    .filter._open .filter__modal {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .filter__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 24px;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .filter__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .filter__rooms {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 16px;
    }

    .section-scroll {
        overflow-y: auto;
    }
}

@media (max-width: 630px) {
    .catalog-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .general__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1279.5px) {

    .space-item:hover .space-item__img img,
    .space-item:hover .space-item__img video {
        height: 15.375rem;
    }
}

@media (max-height: 670px) {
    .advantages-slide__left {
        /* height: 240px; */
        overflow: auto;
        margin-bottom: 52px;
    }

    .advantages-slide__right img {
        /* height: 220px; */
    }

    .progress-item {
        /* height: 27.5rem; */
    }
}


.w-100 {
    width: 100%;
}

.gallery-slider {
    width: 100%;
}

.gallery-slide__img {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.gallery-slide__img picture {
    display: flex;
    width: 100%;
}

.gallery-slide__img img {
    width: 100%;
    height: 100%;
    max-height: 75vh;
    min-height: 600px;
    object-fit: cover;

}

@media screen and (max-width: 1023.5px) {
    .gallery.advantages-project .nav-block .slider-arrow {
        display: flex;
    }

    .gallery-slide__img img {
        max-height: auto;
        min-height: auto;
        aspect-ratio: 704/817;
    }
}

@media screen and (max-width: 767.5px) {
    .gallery {
        padding-bottom: 0;
    }

    .gallery .container {
        padding: 0;
    }

    .gallery__top {
        padding: 0 16px;
    }

    .gallery-slider {
        height: 100%;
    }

    .gallery-slider .swiper-wrapper {
        align-items: stretch;
    }

    .gallery-slide {
        height: auto;
    }

    .gallery-slide__img {
        border-radius: 0;
        height: 100%;
    }

    .gallery-slide__img picture {
        height: 100%;
    }

    .gallery-slide__img img {
        max-height: none;
    }

    /* .mobile-hidden {
        display: none;
    } */

    .popup-leed-form .popup__title {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

.project-page--iq {
    .video-bg video {
        opacity: 0.8;
    }

    .advantages-project .nav-block {
        color: #0a2041;
        border: 1px solid transparent;
    }

    .advantages-project .advantages-slide__right {
        border-radius: 2px !important;
    }

    .advantages-project .advantages-slide__right img {
        border-radius: 2px !important;
    }

    .project-calculator {
        background: linear-gradient(168.02deg, #11366f 4.68%, #0a2041 91.25%);
    }

    .project-calculator .btn {
        background-color: #ff7757;
        color: #fff;
    }

    .project-calculator .btn:hover {
        background-color: rgb(248, 103, 70);
    }



    .gallery .nav-block {
        border: 1px solid #11366F52;
        color: #0A2041;
    }

    .gallery .gallery__tooltip-dot {
        background-color: #0A2041;
    }


    .gallery .gallery__tooltip-dot {
        background-color: #FF7757;
    }

    .sect-form .sect-form__inner {
        border: 1px solid rgba(15, 49, 100, 0.3215686275);
    }

    .sect-form .btn {
        background-color: #ff7757;
    }

    .sect-form .btn:hover {
        background-color: #ec6546;
    }

    .sect-form .leed-form .input {
        border: 1px solid rgba(15, 49, 100, 0.3215686275);
        color: rgba(15, 49, 100, 0.5);
    }

    .sect-form .leed-form ::-webkit-input-placeholder {
        color: rgba(15, 49, 100, 0.5);
    }

    .sect-form .leed-form ::-moz-placeholder {
        color: rgba(15, 49, 100, 0.5);
    }

    .sect-form .leed-form :-ms-input-placeholder {
        color: rgba(15, 49, 100, 0.5);
    }

    .sect-form .leed-form ::-ms-input-placeholder {
        color: rgba(15, 49, 100, 0.5);
    }

    .sect-form .leed-form ::placeholder {
        color: rgba(15, 49, 100, 0.5);
    }

    .contacts .contact-item .btn {
        border-color: #ff7757;
        color: #ff7757;
    }

    .contacts .contact-item .btn:hover {
        background-color: #ff7757;
        color: #fff;
    }


    .filter__rooms span:hover {
        border-color: #ff7757;
    }

    .filter__rooms input:checked+span {
        border-color: #ff7757;
        background-color: #ff7757;
    }

    .project-main__inner .filter__grid .btn:hover {
        background-color: #ff7757;
    }

    .footer-main__logo .logo path {
        fill: #ff7757;
    }
}

.project-page--live {
    .advantages-project .nav-block {
        color: #422c32;
        border: 1px solid transparent;
    }

    .project-calculator {
        background: linear-gradient(168.02deg, #62414a 4.68%, #422c32 91.25%);
    }

    .gallery .nav-block {
        border: 1px solid #422C3252;
        color: #422C32;
    }

    .gallery .gallery__tooltip-dot {
        background-color: #422c32;
    }


    .sect-form .sect-form__inner {
        border: 1px solid rgba(66, 44, 50, 0.3215686275);
    }

    .sect-form .btn {
        background-color: #422c32;
    }

    .sect-form .btn:hover {
        background-color: #583a42;
    }

    .sect-form .leed-form .input {
        border: 1px solid rgba(66, 44, 50, 0.3215686275);
        color: rgba(66, 44, 50, 0.5);
    }

    .sect-form .leed-form ::-webkit-input-placeholder {
        color: rgba(66, 44, 50, 0.5);
    }

    .sect-form .leed-form ::-moz-placeholder {
        color: rgba(66, 44, 50, 0.5);
    }

    .sect-form .leed-form :-ms-input-placeholder {
        color: rgba(66, 44, 50, 0.5);
    }

    .sect-form .leed-form ::-ms-input-placeholder {
        color: rgba(66, 44, 50, 0.5);
    }

    .sect-form .leed-form ::placeholder {
        color: rgba(66, 44, 50, 0.5);
    }


    .contacts .contact-item .btn {
        border-color: #422c32;
        color: #422c32;
    }

    .contacts .contact-item .btn:hover {
        border-color: #422c32;
        background-color: #422c32;
        color: #fff;
    }

    .filter__rooms span:hover {
        border-color: #422c32;
    }

    .filter__rooms input:checked+span {
        border-color: #422c32;
        background-color: #422c32;
    }

    .project-main__inner .filter__grid .btn:hover {
        background-color: #422c32;
    }

    .footer-main__logo .logo path {
        fill: #422c32;
    }


}

.project-page--botanika {
    .contacts .contact-item .btn {
        border-color: #516C58;
        color: #516C58;
    }

    .contacts .contact-item .btn:hover {
        border-color: #516C58;
        background-color: #516C58;
        color: #fff;
    }

    .filter__rooms span:hover {
        border-color: #516C58;
    }

    .filter__rooms input:checked+span {
        border-color: #516C58;
        background-color: #516C58;
    }

    .project-main__inner .filter__grid .btn:hover {
        background-color: #516C58;
    }


    .btn--primary {
        background-color: #516C58;
    }

    .advantages-project .nav-block {
        color: #516C58;

    }

    .advantages-project:not(.gallery) .nav-block {
        border: 1px solid transparent;
    }

}

.form-field {
    position: relative;
}

.form-field__label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #999;
    font-size: 15px;
    transition: top .18s ease, transform .18s ease, font-size .18s ease, color .18s ease;
}

.form-field .input:focus+.form-field__label,
.form-field .input:not(:placeholder-shown)+.form-field__label {
    top: 5px;
    transform: translateY(0);
    font-size: 12px;
}


@media(max-width: 1023.5px) {
    .advantages-project .nav-block {
        border: none !important;
    }
}

