﻿@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('./fonts/Montserrat-Light.woff2') format('woff2'), url('./fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./fonts/Montserrat-Regular.woff2') format('woff2'), url('./fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('./fonts/Montserrat-SemiBold.woff2') format('woff2'), url('./fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./fonts/Montserrat-Bold.woff2') format('woff2'), url('./fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'GrandCrystal';
    src: local('GrandCrystal Regular'), local('GrandCrystal-Regular'), url('./fonts/GrandCrystal-Regular.woff2') format('woff2'), url('./fonts/GrandCrystal-Regular.woff') format('woff');
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

ul, ol {
    padding-left: 0;
    list-style: none;
    overflow: auto;
}

body {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(68, 68, 68, 1);
    background: #fff;
    margin: 0;
    padding: 0;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.b24-form-btn {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Arial', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%) !important;
    border-radius: 0 !important;
}

.b24-form-header-title {
    font-size: 4rem !important;
    margin-bottom: 40px !important;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%) !important;
    color: transparent !important;
    background-clip: text !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 40px 40px 20px 40px !important;
    line-height: 0.9 !important;
}

.feedback .b24-form-header-title {
    padding: 40px 40px 20px 40px !important;
}

.b24-form-header {
    padding: 0 !important;
    text-align: left !important;
    border-bottom: none !important;
}

.b24-form .b24-form-style-modern .b24-form-control-string .b24-form-control {
    border-top: 1px !important;
    border-left: 1px !important;
    border-right: 1px !important;
    border-radius: 0px !important;
    border: 1px solid rgba(204, 204, 204, 1) !important;
    padding: 24px 16px 6px !important;
    height: 60px !important;
}

.b24-form .b24-form-control-icon-after .b24-form-control-label {
    padding: 0 16px;
}


.feedback .b24-form-control-icon-after .b24-form-control {
    padding: 24px 16px 6px !important;
}

.b24-form-scroll-textable {
    display: none;
}

.b24-form .b24-form-style-modern .b24-form-control-text .b24-form-control {
    border-top: 1px !important;
    border-left: 1px !important;
    border-right: 1px !important;
    border-radius: 0px !important;
    border: 1px solid rgba(204, 204, 204, 1) !important;
}

/*.b24-form-control-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}*/

.b24-form-field-agreement a.b24-form-field-agreement-link {
    font-family: 'Montserrat', 'Arial', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    color: rgba(68, 68, 68, 1) !important;
    line-height: 1.2 !important;
}

.b24-window-close {
    opacity: 1 !important;
    background: none !important;
    right: 16px !important;
    top: 16px !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none !important;
}

.b24-window-scroll-anchor {
    display: none !important;
}

.b24-window-scroll-arrow-up-box {
    display: none !important;
}

.b24-window-scroll-arrow-down-box {
    display: none !important;
}

.b24-window-close:after, .b24-window-close:before {
    height: 24px !important;
    width: 2px !important;
    background-color: rgba(68, 68, 68, 1) !important;
}

.b24-form-content {
    padding: 20px 40px !important;
}

.b24-form-sign {
    padding: 10px 40px !important;
}

.b24-window-popup-wrapper {
    width: auto !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
}

.feedback .b24-form {
    width: 50% !important;
    transition: all 0.3s ease-in-out;
}

    .feedback .b24-form:hover {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    }

.feedback .b24-form-header-title {
    font-size: 2.4rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: rgba(17, 17, 17, 1) !important;
    opacity: 0.3 !important;
    background: none !important;
}

.feedback .b24-form-wrapper {
    max-width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.feedback .b24-form-style-classic {
    height: 100% !important;
}

.feedback .b24-form-content {
    height: 100% !important;
    padding: 40px 40px 20px !important;
}

.feedback .b24-form-sign {
    padding: 0px 40px 40px !important;
}

.b24-form .b24-form-control-alert .b24-form-control-alert-message {
    bottom: -25px !important;
}

.b24-form-scroll-textable {
    display: none !important;
}

.feedback .b24-form .b24-form-content form div:nth-child(2) {
    margin-top: auto !important;
}

.b24-form .b24-form-control-alert {
    margin-bottom: 20px !important;
}

.b24-form .b24-form-field {
    margin-bottom: 20px !important;
}

.feedback .b24-form-content form {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.feedback .b24-form .b24-form-control-alert.b24-form-control-string .b24-form-control {
    background: none !important;
    border: 1px solid rgba(194, 194, 194, 1) !important;
}

.feedback .b24-form .b24-form-control-string .b24-form-control {
    height: 60px !important;
    border-radius: 0px !important;
    background: none !important;
    border: 1px solid rgba(194, 194, 194, 1) !important;
}

@property --myColor1 {
    syntax: '<color>';
    initial-value: #a647ab;
    inherits: false;
}

@property --myColor2 {
    syntax: '<color>';
    initial-value: #184eca;
    inherits: false;
}

@property --myColor3 {
    syntax: '<color>';
    initial-value: #fff;
    inherits: false;
}

@property --myColor4 {
    syntax: '<color>';
    initial-value: #fff;
    inherits: false;
}

.hoverBg {
    background: linear-gradient( 84.55deg, var(--myColor1) 0%, var(--myColor2) 100% );
    transition: --myColor1 0.3s ease-in-out, --myColor2 0.3s ease-in-out;
}

    .hoverBg:hover {
        --myColor1: #b148c6 !important;
        --myColor2: #b148c6 !important;
    }

.hoverText {
    transition: all 0.3s ease-in-out;
}

    .hoverText:hover {
        color: rgba(177, 72, 198, 1) !important;
    }

.hoverBorder {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(84.55deg, #fff 0%, #fff 100%);
    transition: all 0.3s ease-in-out;
}

    .hoverBorder:hover {
        border-image-source: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    }

.hoverZoom img {
    transition: all 0.3s ease-in-out;
}

.hoverZoom:hover img {
    transform: scale(1.1);
}

body.is-lock {
    overflow: hidden;
}

.main {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1680px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 72px;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

    .header.shadow {
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .header .row {
        display: flex;
    }

    .header .burger {
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 72px;
        width: 72px;
        padding: 0;
        margin: 0;
        cursor: pointer;
        margin-left: -23px;
        transition: all 0.3s ease-in-out;
    }

        .header .burger span {
            display: block;
            width: 24px;
            height: 2px;
            background: #000;
            margin: 3px 0;
            align-self: center;
            transition: all 0.3s ease-in-out;
        }

    .header .logo {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .header .logo img {
            width: 155px;
        }

    .header .menu {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding: 0 40px;
    }

        .header .menu li {
            list-style: none;
        }

        .header .menu a {
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 1.8rem;
            color: #000;
        }

        .header .menu li:first-child a {
            font-size: 1.8rem;
            font-weight: 600;
            color: transparent;
            background-clip: text;
        }

    .header .contacts {
        display: flex;
        align-items: center;
        gap: 16px;
        border-left: 1px solid #fff;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(17px);
        -webkit-backdrop-filter: blur(17px);
        padding: 0 40px;
    }

    .header .phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
        color: transparent;
        background-clip: text;
        margin-left: auto;
        width: 100%;
        max-width: 280px;
    }

    .header .request {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        width: 230px;
        height: 72px;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff;
        overflow: hidden;
    }

.mobile-menu {
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    top: 72px;
    max-width: 760px;
    bottom: auto;
    overflow: hidden;
    background: #fff;
    transform: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    height: 0;
    margin-left: -23px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.header .burger.active span:nth-child(1) {
    width: 45%;
    margin: -5px 0;
    transform: rotate(45deg);
    background: #000;
}

.header .burger.active span:nth-child(2) {
    opacity: 0;
    background: #000;
}

.header .burger.active span:nth-child(3) {
    width: 45%;
    margin: -5px 0;
    transform: rotate(-45deg);
    background: #000;
}

.header .burger.active {
    background: rgba(68, 68, 68, 1);
}

    .header .burger.active span:nth-child(1) {
        width: 45%;
        margin: -5px 0;
        transform: rotate(45deg);
        background: #fff;
    }

    .header .burger.active span:nth-child(2) {
        opacity: 0;
        background: #fff;
    }

    .header .burger.active span:nth-child(3) {
        width: 45%;
        margin: -5px 0;
        transform: rotate(-45deg);
        background: #fff;
    }

.breadcrumbs-wrap {
    background: #fff;
    padding: 110px 0 0;
}

    .breadcrumbs-wrap.mw1200 .container {
        max-width: 1280px;
    }

    .breadcrumbs-wrap.absolute {
        position: absolute;
        top: 152px;
        width: 100%;
        margin: 0 auto;
        z-index: 1000;
        left: 0;
        right: 0;
        background: transparent;
        padding: 0;
    }

        .breadcrumbs-wrap.absolute .container {
            padding: 0 120px;
        }




    .breadcrumbs-wrap .breadcrumbs {
        display: flex;
        gap: 30px;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .breadcrumbs-wrap li a {
        text-decoration: none;
        position: relative;
        font-size: 1.4rem;
        color: rgba(17, 17, 17, 1);
        text-decoration: none;
        display: inline-block;
    }

    .breadcrumbs-wrap.absolute li a {
        color: #fff;
        opacity: 1;
    }

    .breadcrumbs-wrap li a span {
        font-size: 1.4rem;
        color: rgba(17, 17, 17, 1);
        text-decoration: none;
        display: block;
        position: relative;
    }

    .breadcrumbs-wrap.absolute li a span {
        color: #fff;
        opacity: 1;
    }

    .breadcrumbs-wrap li > span {
        font-size: 1.4rem;
        color: rgba(17, 17, 17, 1);
        text-decoration: none;
        display: inline-block;
        position: relative;
        opacity: 0.5;
    }

    .breadcrumbs-wrap.absolute li > span {
        color: #fff;
        opacity: 1;
    }

    .breadcrumbs-wrap li:not(:last-child) a::after {
        content: '/';
        display: block;
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .breadcrumbs-wrap h1 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        font-size: 7.2rem;
        font-weight: 300;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        line-height: 0.9;
        margin: 60px 0;
    }

    .breadcrumbs-wrap.absolute h1 {
        background: none;
        color: #fff;
    }

.swiper-promo {
    height: calc(100vh - 72px);
}

.swiper-pagination {
    bottom: 55px !important;
    width: 240px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative !important;
}

.swiper-promo .swiper-slide {
    display: flex;
}

    .swiper-promo .swiper-slide::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 70.38%, rgba(0, 0, 0, 0.2) 100% ), linear-gradient(0deg, rgba(61, 74, 96, 0.1), rgba(61, 74, 96, 0.1));
        z-index: 100;
    }

    .swiper-promo .swiper-slide picture img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.swiper-promo .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
    width: 64px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.swiper-promo .swiper-pagination-bullet-active {
    height: 8px !important;
}

.mobile-menu .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobile-menu .list a {
        display: block;
        font-size: 1.8rem;
        text-decoration: none;
        color: rgba(17, 17, 17, 1);
        overflow: hidden;
    }

.mobile-menu .contacts-mob {
    display: flex;
}

    .mobile-menu .contacts-mob > img {
        max-width: 100%;
        height: 120px;
        object-fit: cover;
        display: none;
    }

    .mobile-menu .contacts-mob h5 {
        margin: 0;
        margin-bottom: 16px;
        color: rgba(17, 17, 17, 1);
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1;
    }

.mobile-menu .content {
    background: rgba(241, 241, 241, 1);
    padding: 16px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-menu .contacts-mob .phone-mob {
    margin: 0;
    color: rgba(17, 17, 17, 1);
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
    text-decoration: none;
}

.mobile-menu .contacts-mob p {
    margin: 0;
    color: rgba(17, 17, 17, 1);
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 24px;
}

.mobile-menu .contacts-mob .social {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

    .mobile-menu .contacts-mob .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

        .mobile-menu .contacts-mob .social a svg {
            fill: rgba(204, 204, 204, 1);
            transition: all 0.3s ease-in-out;
        }

        .mobile-menu .contacts-mob .social a:hover svg {
            fill: rgba(68, 68, 68, 1);
        }

.mobile-menu .contacts-mob .map-mob {
    text-decoration: none;
    color: rgba(17, 17, 17, 1);
    font-size: 1.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mobile-menu .contacts-mob .map-mob img {
        width: 12px;
    }

.mobile-menu button {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    width: 100%;
    height: 70px;
    display: none;
    margin-top: 16px;
}

.mobile-menu.active {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    height: 400px;
}

.mobile-menu .container .row {
    display: grid !important;
    grid-template-areas: 'list contacts';
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

.mobile-menu .list {
    grid-area: list;
    margin: 0;
}

.mobile-menu .contacts-mob {
    grid-area: contacts;
}

.mobile-menu button {
    grid-area: button;
}

.phone-mobile {
    display: none;
}

.promo {
    margin-top: 72px;
}

    .promo .title {
        display: inline-block;
        text-decoration: none;
        z-index: 300;
        position: relative;
        color: #fff;
        font-size: 6.4rem;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 300px;
    }

    .promo .link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        position: absolute;
        right: 40px;
        bottom: 0;
        z-index: 1000;
        bottom: 55px;
        text-decoration: none;
        width: 230px;
        height: 80px;
        font-size: 1.8rem;
        color: rgba(17, 17, 17, 1);
        line-height: 1.2;
        font-weight: 600;
        text-decoration: none;
        overflow: hidden;
        background: #fff;
        gap: 24px;
    }

        .promo .link img {
            width: 12px;
            height: 12px;
        }

.advantages {
    padding: 80px 0 20px;
    background: #fff;
}

    .advantages .top {
        display: flex;
        justify-content: space-between;
    }

    .advantages .row {
        display: grid;
        grid-template-areas: 'top swiper';
        grid-gap: 200px;
    }

    .advantages .top {
        grid-area: top;
    }

    .advantages .swiper-advantages {
        grid-area: swiper;
        margin: 0;
    }

        .advantages .swiper-advantages .swiper-wrapper {
            gap: 40px;
        }

.swiper-advantages .swiper-slide {
    cursor: pointer;
    flex: 1 0;
    overflow: hidden;
}

    .swiper-advantages .swiper-slide div {
        overflow: hidden;
        height: 160px;
    }

    .swiper-advantages .swiper-slide img {
        width: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
        height: 100%;
    }

    .swiper-advantages .swiper-slide p {
        font-size: 1.8rem;
        color: rgba(68, 68, 68, 1);
        margin-bottom: 0;
        margin-top: 16px;
    }

.advantages .top h2 {
    margin: 0;
    font-size: 3.2rem;
    color: rgba(68, 68, 68, 1);
    background-clip: text;
    line-height: 1.2;
    font-weight: 600;
    /*    margin-right: 180px;*/
}

.advantages .top .info {
    display: flex;
    gap: 40px;
}

    .advantages .top .info div {
        width: 230px;
    }

    .advantages .top .info p {
        margin: 0;
        font-size: 2.4rem;
    }

.select-section {
    padding: 80px 0;
}

    .select-section h2 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        font-weight: 400;
        font-size: 7.2rem;
        text-transform: uppercase;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        margin: 0;
        margin-bottom: 40px;
        line-height: 0.9;
    }

    .select-section .info {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .select-section .col {
        position: relative;
        max-width: 780px;
        width: 100%;
        overflow: hidden;
        height: 480px;
    }

.advantages .bottom .col img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.select-section .col:not(:first-child) {
    max-width: 370px;
    width: 100%;
}

.select-section .col div:first-of-type {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: absolute;
    left: 16px;
    top: 16px;
    width: 135px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.select-section .col div p:first-child {
    font-weight: 600;
    font-size: 3.2rem;
    color: #000;
    margin: 0;
}

.select-section .col div p:last-child {
    color: #000;
    font-size: 1.6rem;
    border: 1px solid #000;
    padding: 8px;
    margin: 0;
    text-transform: lowercase;
    font-weight: 400;
}

.select-section .col div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

    .select-section .col div:last-of-type svg path {
        transition: all 0.3s ease-in-out;
        stroke: rgba(157, 72, 174, 1);
    }

.select-section .col:hover div:last-of-type {
    background: rgba(157, 72, 174, 1);
}

    .select-section .col:hover div:last-of-type svg path {
        stroke: #fff;
    }

.advantages-zoom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    padding: 20px 0;
    height: 100%;
}

    .advantages-zoom.active {
        display: flex;
    }

    .advantages-zoom .wrap {
        max-height: 750px;
        overflow: auto;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .advantages-zoom .wrap div {
            background: #fff;
            padding: 56px 40px 40px;
            max-width: 600px;
            width: 100%;
            display: none;
            position: relative;
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        }

            .advantages-zoom .wrap div.active {
                display: block;
            }

            .advantages-zoom .wrap div img {
                width: 100%;
                max-width: 100%;
                display: block;
                object-fit: cover;
            }

            .advantages-zoom .wrap div h5 {
                font-family: 'Montserrat', 'Arial', sans-serif;
                font-weight: 600;
                font-size: 3.2rem;
                margin: 16px 0;
                color: rgba(17, 17, 17, 1);
            }

            .advantages-zoom .wrap div p {
                font-family: 'Montserrat', 'Arial', sans-serif;
                margin: 0;
                font-weight: 400;
                font-size: 1.8rem;
                color: rgba(68, 68, 68, 1);
            }

    .advantages-zoom button {
        cursor: pointer;
        position: absolute;
        top: 16px;
        right: 16px;
        background: none;
        border: none;
        width: 36px;
        height: 36px;
    }

.infrastructure-main {
    background: rgba(241, 241, 241, 1) url('./UISite/images/pattern.jpg') no-repeat;
    background-size: cover;
    padding: 80px 0;
}

    .infrastructure-main .row {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .infrastructure-main .col {
        display: flex;
        gap: 40px;
    }

        .infrastructure-main .col:nth-child(odd) {
            flex-direction: row-reverse;
        }

        .infrastructure-main .col div {
            display: flex;
            flex-direction: column;
            width: 50%;
        }

    .infrastructure-main .img {
        height: 470px;
    }

        .infrastructure-main .img img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

    .infrastructure-main h2 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        font-weight: 400;
        margin: 0;
        font-size: 7.2rem;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        line-height: 0.9;
        background-clip: text;
        margin-bottom: 32px;
    }

    .infrastructure-main p {
        margin: 0;
        font-size: 2.4rem;
        color: rgba(68, 68, 68, 1);
        margin-bottom: 60px;
    }

    .infrastructure-main a {
        font-size: 2.4rem;
        display: flex;
        gap: 10px;
        color: #000;
        text-decoration: none;
        align-items: center;
    }

        .infrastructure-main a img {
            height: 12px;
        }

.planning {
    padding: 80px 0;
}

    .planning h2 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        font-weight: 400;
        margin: 0;
        font-size: 7.2rem;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        margin-bottom: 40px;
        line-height: 0.9;
        display: inline-block;
    }

    .planning .info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }

    .planning .col {
        background: linear-gradient(84.55deg, #c2c2c2 0%, #c2c2c2 100%);
        text-decoration: none;
        position: relative;
    }

        .planning .col .wrap {
            padding: 20px 20px 40px 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 24px;
            position: relative;
            z-index: 100;
        }

        .planning .col:hover {
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        }

        .planning .col::before {
            content: '';
            background: #fff;
            position: absolute;
            left: 1px;
            top: 1px;
            bottom: 1px;
            right: 1px;
            z-index: 50;
        }

        .planning .col:hover::before {
            left: 2px;
            top: 2px;
            bottom: 2px;
            right: 2px;
        }

        .planning .col .wrap div:nth-child(1) {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 300px;
        }

            .planning .col .wrap div:nth-child(1) img {
                max-width: 100%;
                display: block;
                object-fit: contain;
                width: 100%;
                height: 100%;
            }

        .planning .col .wrap div:nth-child(2) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

            .planning .col .wrap div:nth-child(2) span:nth-child(1) {
                display: inline-block;
                margin: 0;
                font-size: 3.2rem;
                display: block;
                font-weight: 600;
                background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
                color: transparent;
                background-clip: text;
                line-height: 1.2;
                opacity: 0.8;
            }

            .planning .col .wrap div:nth-child(2) span:nth-child(2) {
                font-size: 1.8rem;
                color: #000;
                font-weight: 600;
                margin-bottom: 20px;
                opacity: 0.8;
            }

        .planning .col p {
            color: #000;
            margin: 0;
            font-size: 1.8rem;
            opacity: 0.8;
            max-width: 90%;
        }

    .planning .room {
        position: relative;
        flex: 1 0 380px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-decoration: none;
    }

        .planning .room > img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .planning .room div {
            position: absolute;
            bottom: 16px;
            right: 16px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 24px;
            justify-content: center;
            background: #fff;
            padding: 13px 24px;
            color: #000;
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 1.2;
            width: 100%;
            max-width: 240px;
            height: 80px;
            border: 10px solid;
            border-image-slice: 1;
            border-width: 2px;
            border-image-source: linear-gradient(84.55deg, #fff 0%, #fff 100%);
            transition: all 0.3s ease-in-out;
        }

        .planning .room:hover div {
            border-image-source: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            color: rgba(177, 72, 198, 1) !important;
        }

        .planning .room div img {
            width: 12px;
            height: 12px;
        }

.map .row {
    position: relative;
}

.map-style {
    width: 100%;
    max-width: 1600px;
    height: 600px;
    margin: 80px auto 0;
}

.ymaps-2-1-79-ground-pane {
    -ms-filter: grayscale(100%);
    filter: #808080;
    -webkit-filter: grayscale(100%);
}

.map .info {
    position: absolute;
    z-index: 100;
    width: 500px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(1640px);
    padding: 90px 60px;
}

    .map .info h3 {
        color: #000;
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .map .info a {
        text-decoration: none;
        cursor: pointer;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        background: linear-gradient( 84.55deg, var(--myColor1) 0%, var(--myColor2) 100% );
        width: 270px;
        height: 72px;
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 32px;
        position: relative;
        transition: --myColor1 0.3s ease-in-out, --myColor2 0.3s ease-in-out;
    }

        .map .info a:hover {
            --myColor1: #b148c6 !important;
            --myColor2: #b148c6 !important;
        }

        .map .info a div {
            position: absolute;
            left: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            width: 68px;
            height: 68px;
        }

.news-main {
    background: #fff;
    padding: 80px 0 40px;
}

    .news-main .row > a {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        line-height: 0.9;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        font-size: 7.2rem;
        font-weight: 400;
        margin-bottom: 24px;
    }


    .news-main .swiper-wrapper .swiper-slide {
        text-decoration: none;
        position: relative;
        height: 400px;
        width: 100%;
        display: block;
        transition: all 0.3s ease-in-out;
    }

        .news-main .swiper-wrapper .swiper-slide img {
            max-width: 100%;
            width: 100%;
            display: block;
            height: 100%;
            object-fit: cover;
        }

        .news-main .swiper-wrapper .swiper-slide div:first-of-type {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .news-main .swiper-wrapper .swiper-slide:hover {
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        }

            .news-main .swiper-wrapper .swiper-slide:hover div:last-of-type {
                background: rgba(255, 255, 255, 0.95);
            }

        .news-main .swiper-wrapper .swiper-slide div:last-of-type {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            padding: 16px 16px 24px 16px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            transition: all 0.3s ease-in-out;
        }

            .news-main .swiper-wrapper .swiper-slide div:last-of-type p {
                color: rgba(17, 17, 17, 1);
                margin: 0;
                margin-bottom: 10px;
                line-height: 1.2;
                font-size: 1.8rem;
                max-width: 90%;
            }

            .news-main .swiper-wrapper .swiper-slide div:last-of-type span {
                color: rgba(17, 17, 17, 1);
                font-size: 1.2rem;
            }

.gallery-main {
    padding: 80px 0 80px;
    background: #fff;
}

    .gallery-main .row > a {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        margin-bottom: 40px;
        line-height: 0.9;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        font-size: 7.2rem;
        font-weight: 400;
    }

    .gallery-main .info {
        display: grid;
        grid-template-areas: 'col1 col3 col4' 'col2 col3 col5';
        gap: 2px;
        grid-template-rows: 330px 330px;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .gallery-main .info .col {
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }

            .gallery-main .info .col img {
                max-width: 100%;
                object-fit: cover;
                height: 100%;
                display: block;
                width: 100%;
            }

            .gallery-main .info .col:nth-child(1) {
                grid-area: col1;
            }

            .gallery-main .info .col:nth-child(2) {
                grid-area: col2;
            }

            .gallery-main .info .col:nth-child(3) {
                grid-area: col3;
            }

            .gallery-main .info .col:nth-child(4) {
                grid-area: col4;
            }

            .gallery-main .info .col:nth-child(5) {
                grid-area: col5;
            }

            .gallery-main .info .col div {
                width: 100%;
                height: 100%;
            }

        .gallery-main .info span {
            background: rgba(255, 255, 255, 1);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            position: absolute;
            left: 16px;
            top: 16px;
            padding: 8px;
            color: #000;
            font-size: 1.4rem;
            line-height: 1;
        }

.feedback {
    padding: 80px 0 60px;
    background: rgba(241, 241, 241, 1);
    position: relative;
}

    .feedback .col {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .feedback h2 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        font-weight: 400;
        font-size: 7.2rem;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        line-height: 0.9;
        margin: 0;
        margin-bottom: 40px;
        display: inline-block;
    }

    .feedback .info {
        width: 50%;
        background: #fff;
        display: flex;
        transition: all 0.3s ease-in-out;
    }

        .feedback .info > img {
            max-width: 300px;
            display: block;
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .feedback .info:hover {
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
        }

        .feedback .info .content {
            padding: 40px;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            .feedback .info .content h5 {
                font-size: 2.4rem;
                margin: 0;
                margin-bottom: 40px;
                color: rgba(17, 17, 17, 1);
                opacity: 0.3;
            }

            .feedback .info .content a:first-of-type {
                text-decoration: none;
                font-size: 3.2rem;
                font-weight: 600;
                color: rgba(17, 17, 17, 1);
                margin-bottom: 24px;
                display: inline-block;
                transition: color 0.3s ease-in-out;
            }

            .feedback .info .content a:hover:first-of-type {
                color: rgba(157, 72, 174, 1);
            }

            .feedback .info .content p {
                margin: 0;
                font-size: 1.8rem;
                color: rgba(68, 68, 68, 1);
                margin-bottom: 24px;
            }

            .feedback .info .content a:nth-of-type(2) {
                font-size: 1.8rem;
                color: rgba(68, 68, 68, 1);
                text-decoration: none;
                margin-bottom: 24px;
                transition: all 0.3s ease-in-out;
            }

                .feedback .info .content a:nth-of-type(2):hover {
                    color: #a647ab;
                }

            .feedback .info .content a:last-of-type {
                font-size: 1.8rem;
                color: rgba(0, 0, 0, 1);
                text-decoration: none;
                margin-top: auto;
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .feedback .info .content .social {
                display: flex;
                align-items: center;
                gap: 24px;
                margin-bottom: 80px;
            }

                .feedback .info .content .social a {
                    display: block;
                    margin: 0 !important;
                    font-size: 0 !important;
                }

                    .feedback .info .content .social a svg {
                        transition: all 0.3s ease-in-out;
                        fill: rgba(204, 204, 204, 1);
                    }

                    .feedback .info .content .social a:hover svg {
                        fill: rgba(68, 68, 68, 1);
                    }

            .feedback .info .content a:last-of-type img {
                height: 12px;
            }

.footer {
    padding: 60px 0 80px;
    background: #f1f1f1;
    position: relative;
}

    .footer .row {
        display: grid;
        grid-template-areas:
            'logo menu'
            'address menu'
            'registr info'
            'copyright privacy';
        gap: 0 40px;
        grid-template-columns: 1fr 1fr;
    }

        .footer .row::before {
            content: '';
            height: 1px;
            display: block;
            width: 100%;
            max-width: 1600px;
            margin: 0 auto;
            border-top: 1px solid rgba(17, 17, 17, 1);
            opacity: 0.2;
            position: absolute;
            top: -60px;
        }

    .footer .logo {
        grid-area: logo;
        margin-bottom: 40px;
    }

    .footer .address {
        grid-area: address;
    }

        .footer .address p:first-child {
            margin-bottom: 16px;
        }

        .footer .address p {
            font-size: 1.8rem;
            color: #000;
            margin: 0;
            opacity: 0.5;
        }

    .footer .registr {
        font-size: 1.8rem;
        color: #000;
        margin: 0;
        opacity: 0.5;
        max-width: 500px;
        margin: 100px 0;
        grid-area: registr;
    }

    .footer .info {
        grid-area: info;
        font-size: 1.8rem;
        color: #000;
        margin: 0;
        opacity: 0.5;
        max-width: 650px;
        margin: 100px 0;
    }

    .footer .menu {
        grid-area: menu;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin: 0;
        gap: 24px 120px;
        align-items: flex-start;
    }

        .footer .menu li {
            list-style: none;
            display: flex;
        }

            .footer .menu li a {
                font-size: 1.8rem;
                font-weight: 400;
                text-decoration: none;
                color: rgba(17, 17, 17, 1);
                position: relative;
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease-in-out;
            }
                .footer .menu li a:hover {
                    border-bottom: 1px solid rgba(177, 72, 198, 1);
                }
    .footer .copyright {
        grid-area: copyright;
        display: flex;
        gap: 150px;
    }

        .footer .copyright p {
            font-size: 1.8rem;
            font-weight: 400;
            color: rgba(119, 119, 119, 1);
            margin: 0;
        }

        .footer .copyright a {
            font-size: 1.8rem;
            font-weight: 400;
            text-decoration: none;
            color: rgba(119, 119, 119, 1);
        }

    .footer .privacy {
        grid-area: privacy;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin: 0;
        gap: 0 120px;
    }

        .footer .privacy a {
            font-size: 1.8rem;
            font-weight: 400;
            text-decoration: none;
            color: rgba(119, 119, 119, 1);
            display: block;
            transition: all 0.3s ease-in-out;
        }

.catalog h5 {
    display: inline-block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    color: transparent;
    background-clip: text;
    margin-bottom: 24px;
}

.section-box input {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    cursor: pointer;
}

.section-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

    .section-box .col {
        height: 150px;
        background-size: cover !important;
        width: 100%;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }

    .section-box label > img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-box .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .section-box input:checked ~ .overlay {
        background: linear-gradient( 84.55deg, rgba(166, 71, 171, 0.8) 0%, rgba(24, 78, 202, 0.8) 100% );
    }

/*    .section-box input:hover ~ .overlay {
        pointer-events: none;
        background: linear-gradient( 84.55deg, rgba(166, 71, 171, 0.8) 0%, rgba(24, 78, 202, 0.8) 100% );
    }
*/
    .section-box .overlay div {
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        position: absolute;
        left: 16px;
        top: 16px;
        width: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 16px;
        z-index: 200;
    }

        .section-box .overlay div p:first-child {
            font-weight: 600;
            font-size: 3.2rem;
            color: #000;
            margin: 0;
        }

        .section-box .overlay div p:last-child {
            color: #000;
            font-size: 1.6rem;
            border: 1px solid #000;
            padding: 8px;
            margin: 0;
            text-transform: lowercase;
            font-weight: 400;
        }

.filter span {
    font-size: 1.4rem;
    color: rgba(17, 17, 17, 1);
    opacity: 0.5;
    margin-bottom: 16px;
    display: block;
}

.filter-box {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .filter-box label[for='submit'] {
        cursor: pointer;
        width: 240px;
        height: 60px;
        padding: 1px;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    }

    .filter-box input[type='submit'] {
        width: 100%;
        height: 100%;
        border: none;
        background: linear-gradient( 84.55deg, var(--myColor3) 0%, var(--myColor4) 100% );
        transition: --myColor3 0.3s ease-in-out, --myColor4 0.3s ease-in-out, color 0.3s ease-in-out;
        text-wrap: nowrap;
        white-space: nowrap;
        overflow: inherit;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        cursor: pointer;
        padding: 0;
        color: rgb(0, 0, 0);
        border-radius: 0px;
    }

        .filter-box input[type='submit']:hover {
            --myColor3: #b148c6 !important;
            --myColor4: #184eca !important;
            color: #fff;
        }

    .filter-box label[for='reset'] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        border: 1px solid rgba(204, 204, 204, 1);
        background: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .filter-box label[for='reset'] svg {
            transition: all 0.3s ease-in-out;
            fill: rgba(68, 68, 68, 1);
        }

        .filter-box label[for='reset']:hover {
            background: rgba(68, 68, 68, 1);
        }

            .filter-box label[for='reset']:hover svg {
                fill: #fff;
            }

    .filter-box input[type='reset'] {
        appearance: none;
        -webkit-appearance: none;
        border: none;
        background: none;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
        cursor: pointer;
    }

.filter-list > div {
    display: flex;
    gap: 8px;
}

.filter-list label div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 0 16px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.filter-list label {
    cursor: pointer;
}
/*.filter-list label input:hover ~ div {
    background: rgba(68, 68, 68, 1);
    color: #fff;
    pointer-events: none;
}*/
.filter-list label input {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    cursor: pointer;
}

    .filter-list label input:checked ~ div {
        background: rgba(68, 68, 68, 1);
        color: #fff;
    }

.catalog-box {
    display: flex;
    background: #fff;
    padding: 40px 0 24px;
    flex-wrap: wrap;
    margin: 0 -12px;
}

    .catalog-box .col {
        background: linear-gradient(84.55deg, #c2c2c2 0%, #c2c2c2 100%);
        transition: all 0.3s ease-in-out;
        margin: 12px;
        width: calc((100% / 4) - 24px);
        text-decoration: none;
        position: relative;
    }

        .catalog-box .col::before {
            content: '';
            background: #fff;
            position: absolute;
            z-index: 50;
            left: 1px;
            top: 1px;
            bottom: 1px;
            right: 1px;
        }

        .catalog-box .col:hover {
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        }

        .catalog-box .col .wrap {
            position: relative;
            z-index: 100;
            padding: 20px 20px 40px 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 24px;
        }

        .catalog-box .col:hover::before {
            left: 2px;
            top: 2px;
            bottom: 2px;
            right: 2px;
        }

        .catalog-box .col .wrap div:first-child {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 300px;
        }

            .catalog-box .col .wrap div:first-child img {
                max-width: 100%;
                display: block;
                object-fit: contain;
                width: 100%;
                height: 100%;
            }

        .catalog-box .col .wrap div:last-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

            .catalog-box .col .wrap div:last-child span:nth-child(1) {
                display: inline-block;
                margin: 0;
                font-size: 3.2rem;
                font-weight: 600;
                background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
                color: transparent;
                background-clip: text;
                line-height: 1.2;
                opacity: 0.8;
            }

            .catalog-box .col .wrap div:last-child span:nth-child(2) {
                font-size: 1.8rem;
                color: #000;
                font-weight: 600;
                margin-bottom: 20px;
                opacity: 0.8;
            }

            .catalog-box .col .wrap div:last-child p {
                color: #000;
                margin: 0;
                font-size: 1.8rem;
                opacity: 0.8;
            }

.more {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 1px;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
}

    .more button {
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        background: #fff;
        border: none;
        width: 100%;
        height: 100%;
        color: rgba(17, 17, 17, 1);
        cursor: pointer;
    }

.watched {
    padding: 80px 0;
}

    .watched h2 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        line-height: 0.9;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        font-size: 7.2rem;
        font-weight: 400;
    }

    .watched .info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }

.apartment {
    background: #fff;
    padding: 80px 0;
}

    .apartment .wrap {
        display: flex;
        border: 1px solid rgba(204, 204, 204, 1);
        margin-bottom: 80px;
    }

    .apartment .col:nth-child(1) {
        width: 50%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .apartment .compass {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 100;
    }
    .swiper-apartment2 {
        width: 100%;
    }

    .swiper-apartment2 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 420px;
    }

        .swiper-apartment2 .swiper-slide img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

.swiper-apartment {
    max-width: 460px;
    margin-top: auto;
}

    .swiper-apartment .swiper-slide {
        height: 136px;
        min-width: 136px;
        background: #fff;
        padding: 20px 10px;
        cursor: pointer;
    }

        .swiper-apartment .swiper-slide.swiper-slide-thumb-active {
            background: rgba(241, 241, 241, 1);
        }

        .swiper-apartment .swiper-slide img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

.apartment .col:nth-child(2) {
    width: 50%;
    background: #f1f1f1;
    padding: 40px 40px 60px;
    display: flex;
    flex-direction: column;
}

    .apartment .col:nth-child(2) span {
        font-size: 1.8rem;
        font-weight: 600;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 30px;
    }

    .apartment .col:nth-child(2) h2 {
        display: inline-block;
        margin: 0;
        color: #fff;
        font-size: 4rem;
        font-weight: 600;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        margin-bottom: 16px;
    }

    .apartment .col:nth-child(2) p {
        margin: 0;
        font-size: 2.4rem;
        font-weight: 600;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 40px;
    }

    .apartment .col:nth-child(2) ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 60px;
    }

        .apartment .col:nth-child(2) ul li {
            padding: 0;
            margin: 0;
            color: rgba(17, 17, 17, 1);
            font-size: 1.8rem;
        }

    .apartment .col:nth-child(2) button {
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 350px;
        width: 100%;
        height: 70px;
        cursor: pointer;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    }

.payment {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

    .payment h2 {
        font-weight: 600;
        font-size: 3.2rem;
        margin: 0;
        color: rgba(68, 68, 68, 1);
        max-width: 150px;
        line-height: 1.2;
    }

    .payment .list {
        display: flex;
        gap: 40px;
        max-width: 1200px;
        width: 100%;
        position: relative;
    }

        .payment .list .item {
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            padding-top: 4px;
            width: 100%;
        }

            .payment .list .item .zoom {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 100000;
                padding: 20px 0;
                height: 100%;
                display: none;
            }

                .payment .list .item .zoom.active {
                    display: flex;
                }

            .payment .list .item .content {
                height: 100%;
                display: flex;
                flex-direction: column;
                padding: 24px 60px 24px 24px;
                position: relative;
                display: flex;
                flex-direction: column;
                background: rgba(241, 241, 241, 1);
            }

            .payment .list .item h5 {
                cursor: pointer;
                margin: 0;
                font-size: 2.4rem;
                font-weight: 700;
                background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
                color: transparent;
                background-clip: text;
                margin-bottom: 8px;
            }

            .payment .list .item span {
                color: rgba(17, 17, 17, 1);
                font-size: 2.4rem;
            }

            .payment .list .item .content button {
                cursor: pointer;
                position: absolute;
                top: 24px;
                right: 24px;
                border: none;
                background: none;
            }


                .payment .list .item .content button img {
                    max-width: 100%;
                    width: 100%;
                    display: block;
                    object-fit: cover;
                }

            .payment .list .item .wrap {
                max-height: 750px;
                overflow: auto;
                position: relative;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .payment .list .item .box {
                display: block;
                font-size: 2.4rem;
                background: #fff;
                padding: 20px;
                color: rgba(17, 17, 17, 1);
                margin: 0;
                z-index: 10000;
                padding: 60px 60px 40px 40px;
                max-width: 600px;
                width: 100%;
                position: relative;
                box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
            }

                .payment .list .item .box button {
                    cursor: pointer;
                    position: absolute;
                    top: 16px;
                    right: 16px;
                    background: none;
                    border: none;
                    width: 36px;
                    height: 36px;
                }

            .payment .list .item .zoom.open {
                display: flex;
            }

.news-list .list {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin: -20px;
}

.news-list .row .list .item:first-child {
    display: block;
    text-decoration: none;
    position: relative;
    height: 600px;
    width: 100%;
    max-width: 100%;
}

.news-list .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

    .news-list .img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.news-list .item {
    position: relative;
    height: 400px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: calc((100% / 3) - 40px);
    margin: 20px;
}

    .news-list .item .plate {
        position: absolute;
        left: 40px;
        bottom: 40px;
        padding: 16px 24px 24px 24px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        text-decoration: none;
        background: rgba(255, 255, 255, 0.8);
        min-width: 500px;
        transition: all 0.3s ease-in-out;
    }

    .news-list .item .plate {
        display: none;
    }

    .news-list .item:first-child .plate {
        display: block;
    }

    .news-list .item:first-child .content {
        display: none;
    }

    .news-list .item:hover {
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    }

        .news-list .item:hover .plate {
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        }

        .news-list .item:hover .content {
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        }

    .news-list .item .content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px 24px 24px 32px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.3s ease-in-out;
    }

    .news-list .item h5 {
        font-weight: 600;
        font-size: 2.4rem;
        color: rgba(17, 17, 17, 1);
        margin: 0;
    }

    .news-list .item p {
        margin: 0;
        font-size: 2.4rem;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 10px;
    }

    .news-list .item span {
        font-size: 1.4rem;
        color: rgba(17, 17, 17, 1);
        display: block;
    }

.news-list .plate img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 32px;
    right: 40px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

    .pagination a.active {
        background: rgba(68, 68, 68, 1);
        color: #fff;
        border: 1px solid rgba(68, 68, 68, 1);
    }

    .pagination a:hover {
        background: rgba(68, 68, 68, 1);
        color: #fff;
        border: 1px solid rgba(68, 68, 68, 1);
    }

        .pagination a:hover svg {
            fill: #fff;
        }

    .pagination a {
        color: rgba(17, 17, 17, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: 1px solid rgba(204, 204, 204, 1);
        background: rgba(255, 255, 255, 1);
        text-decoration: none;
        font-size: 2.4rem;
        transition: all 0.3s ease-in-out;
    }

        .pagination a svg {
            fill: #B148C6;
            transition: all 0.3s ease-in-out;
        }

    .pagination span {
        color: rgba(17, 17, 17, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: 1px solid rgba(204, 204, 204, 1);
        background: rgba(255, 255, 255, 1);
        text-decoration: none;
        font-size: 2.4rem;
    }

.news {
    padding: 40px 0 80px;
}

    .news .content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .news h2 {
        font-size: 7.2rem;
        font-weight: 300;
        margin: 0;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        margin: 0 auto 24px;
        line-height: 1;
    }

    .news span {
        font-size: 1.8rem;
        margin: 0;
        color: rgba(68, 68, 68, 1);
        margin: 0;
        margin-bottom: 60px;
        display: block;
    }

    .news .images {
        display: flex;
        margin: 0;
        margin-bottom: 32px;
        gap: 2px;
    }

    .news .content img {
        max-width: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        height: 100%;
    }

    .news .images div {
        width: 100%;
    }

    .news p {
        margin: 0;
        margin-bottom: 32px;
        color: rgba(68, 68, 68, 1);
        font-size: 1.8rem;
    }

    .news h5 {
        margin: 0;
        font-family: 'Montserrat', 'Arial', sans-serif;
        margin-bottom: 32px;
        color: rgba(68, 68, 68, 1);
        font-size: 2.4rem;
    }

    .news ul {
        padding: 0;
        margin: 0;
        margin-bottom: 32px;
        list-style: none;
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

        .news ul li {
            color: rgba(68, 68, 68, 1);
            font-size: 1.8rem;
            position: relative;
            padding-left: 35px;
        }

            .news ul li::before {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                display: block;
                height: 1px;
                width: 20px;
                background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            }

    .news .bottom {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        gap: 40px;
    }

        .news .bottom a:first-child {
            font-size: 1.8rem;
            font-weight: 600;
            text-decoration: none;
            color: rgba(17, 17, 17, 1);
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            border: 1px solid rgba(204, 204, 204, 1);
            max-width: 220px;
            width: 100%;
            min-height: 70px;
            transition: all 0.3s ease-in-out;
        }

            .news .bottom a:first-child:hover {
                background: rgba(177, 72, 198, 1);
                color: #fff;
            }

                .news .bottom a:first-child:hover svg path {
                    stroke: #fff;
                }

            .news .bottom a:first-child svg path {
                stroke: #111;
                transition: all 0.3s ease-in-out;
            }

        .news .bottom a:last-child {
            max-width: 600px;
            min-height: 70px;
            text-decoration: none;
            display: flex;
            border: 1px solid rgba(204, 204, 204, 1);
        }

            .news .bottom a:last-child img {
                width: 90px;
                object-fit: cover;
                display: block;
            }

            .news .bottom a:last-child div {
                display: flex;
                justify-content: center;
                align-items: center;
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                background: rgba(241, 241, 241, 1);
                flex: 1 0 70px;
            }

            .news .bottom a:last-child p {
                padding: 8px 24px;
                font-size: 1.8rem;
                font-weight: 400;
                color: rgba(17, 17, 17, 1);
                margin: 0;
            }

            .news .bottom a:last-child div img {
                width: 24px;
                height: 24px;
            }

.gallery {
    padding: 0 0 80px;
}

    .gallery .info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .gallery .info a {
            text-decoration: none;
            display: block;
            height: 330px;
            position: relative;
            overflow: hidden;
        }

            .gallery .info a img {
                height: 100%;
                max-width: 100%;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .gallery .col span {
        position: absolute;
        left: 16px;
        top: 16px;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        font-size: 1.8rem;
        color: rgba(17, 17, 17, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        height: 40px;
    }

.purchase .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.purchase .col {
    padding: 40px;
    border: 1px solid rgba(204, 204, 204, 1);
    display: flex;
    gap: 40px;
    align-items: center;
}

    .purchase .col div {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

.purchase h5 {
    margin: 0;
    font-size: 3.2rem;
    color: rgba(17, 17, 17, 1);
}

.purchase p {
    font-size: 2.4rem;
    color: rgba(68, 68, 68, 1);
    margin: 0;
}

.purchase img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.contacts {
    padding: 0 0 60px 0;
}


    .contacts .row .image {
        height: 500px;
        margin-bottom: 80px;
        overflow: hidden;
    }

        .contacts .row .image img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

    .contacts .row .list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 160px 40px;
    }

    .contacts .phone {
        text-decoration: none;
        color: #fff;
        font-size: 3.2rem;
        font-weight: 600;
        text-transform: uppercase;
        color: transparent;
        background-clip: text;
        margin-bottom: 24px;
        display: block;
    }

    .contacts .social {
        display: flex;
        align-items: center;
        gap: 24px;
    }

        .contacts .social a {
            display: block;
            text-decoration: none;
        }

            .contacts .social a svg {
                transition: all 0.3s ease-in-out;
                fill: rgba(204, 204, 204, 1);
            }

            .contacts .social a:hover svg {
                fill: rgba(68, 68, 68, 1);
            }

    .contacts .mail {
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
        color: rgba(68, 68, 68, 1);
        display: block;
    }

    .contacts button {
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        width: 280px;
        height: 72px;
    }

    .contacts p {
        font-size: 1.8rem;
        color: rgba(68, 68, 68, 1);
        margin: 0;
    }

    .contacts h4 {
        font-size: 3.2rem;
        color: rgba(68, 68, 68, 1);
        margin: 0;
    }

    .contacts h5 {
        font-size: 2.4rem;
        color: rgba(68, 68, 68, 1);
        margin: 0;
        margin-bottom: 10px;
    }

.about {
    position: relative;
}

    .about .hero {
        height: 760px;
        background-size: cover !important;
        padding: 80px;
        margin-top: 72px;
        position: relative;
        display: flex;
        align-items: center;
    }



        .about .hero p {
            color: #fff;
            max-width: 490px;
            font-size: 1.8rem;
            margin: 0;
            position: relative;
            z-index: 100;
            width: 100%;
        }

    .about .box {
        padding: 80px 0;
        display: grid;
        grid-template-areas:
            'col1 col1'
            'col2 col2'
            'col3 col3'
            'col4 col4'
            'col5 col6';
        gap: 80px 40px;
    }

        .about .box .images img {
            max-width: 100%;
            width: 100%;
            display: block;
            height: 100%;
            object-fit: cover;
        }

        .about .box .images {
            height: 470px;
        }

        .about .box .col .content h2 {
            font-family: 'GrandCrystal', 'Arial', sans-serif;
            font-weight: 400;
            font-size: 7.2rem;
            line-height: 0.9;
            margin: 0;
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            color: transparent;
            background-clip: text;
            margin-bottom: 32px;
        }

        .about .box .col .content p {
            margin: 0;
            font-size: 2.4rem;
            color: rgba(68, 68, 68, 1);
            opacity: 0.8;
        }

        .about .box .col a {
            display: flex;
            gap: 8px;
            align-items: center;
            text-decoration: none;
            margin: 0;
            font-size: 2.4rem;
            color: rgba(17, 17, 17, 1);
        }

            .about .box .col a img {
                width: 12px;
                height: 12px;
            }

        .about .box .col:nth-child(1) {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            grid-area: col1;
            align-items: center;
        }

        .about .box .col:nth-child(2) {
            grid-area: col2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

            .about .box .col:nth-child(2) .content {
                order: 1;
            }

        .about .box .col:nth-child(3) {
            grid-area: col3;
        }

        .about .box .col:nth-child(3) {
            grid-area: col3;
        }

            .about .box .col:nth-child(3) p {
                margin-bottom: 40px;
            }

        .about .box .col:nth-child(4) {
            grid-area: col4;
        }

            .about .box .col:nth-child(4) p {
                margin-bottom: 40px;
            }

        .about .box .col:nth-child(5) {
            align-self: flex-start;
            display: flex;
            flex-direction: column-reverse;
            grid-area: col5;
        }

            .about .box .col:nth-child(5) h2 {
                margin-top: 24px;
            }

        .about .box .col:nth-child(6) {
            align-self: flex-start;
            display: flex;
            flex-direction: column-reverse;
            grid-area: col6;
        }

            .about .box .col:nth-child(6) h2 {
                margin-top: 24px;
            }



.ceo {
    background: rgba(241, 241, 241, 1);
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

    .ceo.white {
        background: #fff;
    }

    .ceo.p0 {
        padding: 80px 0;
    }

    .ceo h5 {
        font-weight: 600;
        font-size: 3.2rem;
        margin: 0;
        color: rgba(17, 17, 17, 1);
    }

        .ceo h5.violet {
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            color: transparent;
            background-clip: text;
        }

    .ceo p {
        font-weight: 400;
        font-size: 1.8rem;
        margin: 0;
        color: rgba(68, 68, 68, 1);
    }

.infrastructure .hero {
    height: 760px;
    background-size: cover !important;
    padding: 80px;
    margin-top: 72px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.commercial .hero {
    height: 760px;
    background-size: cover !important;
    padding: 80px;
    margin-top: 72px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

    .about .hero::before,
    .infrastructure .hero::before,
    .parking .hero::before,
    .commercial .hero::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(98.24deg, rgba(0, 0, 0, 0.3) 6.28%, rgba(0, 0, 0, 0) 70.98%);
        z-index: 100;
    }

.infrastructure .hero .content {
    position: relative;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 1);
    max-width: 960px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.commercial .hero .content {
    position: relative;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 1);
    max-width: 960px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.infrastructure .hero .content div {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .infrastructure .hero .content div:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 1);
    }

.infrastructure .hero .content p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.infrastructure .hero .content span {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}


.commercial .hero .content div {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .commercial .hero .content div:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 1);
    }

.commercial .hero .content p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.commercial .hero .content ul {
    margin: 0;
    padding: 0;
}

    .commercial .hero .content ul li {
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 1);
        margin: 0;
        list-style: none;
        padding-left: 30px;
        position: relative;
    }



        .commercial .hero .content ul li::before {
            content: '';
            height: 1px;
            width: 20px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 1);
        }

.map-img img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}

.entertainment {
    padding: 80px 0;
}

    .entertainment ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 60px 40px;
    }

    .entertainment .content {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
    }

    .entertainment ul li {
        display: flex;
        gap: 24px;
    }

        .entertainment ul li div {
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .entertainment ul li h5 {
            margin: 0;
            font-size: 2.4rem;
            font-weight: 600;
            color: rgba(68, 68, 68, 1);
        }

        .entertainment ul li p {
            margin: 0;
            font-size: 1.8rem;
            font-weight: 400;
            color: rgba(68, 68, 68, 1);
        }

.parking .hero {
    height: 760px;
    background-size: cover !important;
    padding: 80px;
    margin-top: 72px;
    position: relative;
    display: flex;
    align-items: flex-end;
}



.parking .info {
    margin: 80px 0;
}

.parking .hero .content {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 1);
    max-width: 460px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 200;
    width: 100%;
}

    .parking .hero .content div {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .parking .hero .content div:not(:last-child) {
            border-right: 1px solid rgba(255, 255, 255, 1);
        }

    .parking .hero .content p {
        font-size: 2.4rem;
        color: rgba(255, 255, 255, 1);
        margin: 0;
    }

    .parking .hero .content span {
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 1);
        margin: 0;
    }

.parking .info {
    display: flex;
    border: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 80px;
}

.parking .col:nth-child(1) {
    width: 50%;
    padding: 40px;
}

.swiper-parking2 {
    margin-bottom: 40px;
}

    .swiper-parking2 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 640px;
        padding: 100px;
        cursor: pointer;
    }

        .swiper-parking2 .swiper-slide img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.swiper-parking {
    max-width: 620px;
}

    .swiper-parking .swiper-slide {
        height: 136px;
        min-width: 136px;
        background: #fff;
        padding: 20px 10px;
        cursor: pointer;
    }

        .swiper-parking .swiper-slide.swiper-slide-thumb-active {
            background: rgba(241, 241, 241, 1);
        }

        .swiper-parking .swiper-slide img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

.parking .info .col:nth-child(2) {
    width: 50%;
    background: #f1f1f1;
    padding: 40px 40px 60px;
    display: flex;
    flex-direction: column;
}

    .parking .info .col:nth-child(2) h2 {
        display: inline-block;
        margin: 0;
        color: #fff;
        font-size: 4rem;
        font-weight: 600;
        text-transform: uppercase;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        margin-bottom: 40px;
    }

    .parking .info .col:nth-child(2) span:nth-of-type(1) {
        font-size: 1.8rem;
        font-weight: 600;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 8px;
    }

    .parking .info .col:nth-child(2) span:nth-of-type(2) {
        font-size: 2.4rem;
        font-weight: 400;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 60px;
    }

    .parking .info .col:nth-child(2) p {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(17, 17, 17, 1);
        margin-bottom: 40px;
    }

    .parking .info .col:nth-child(2) ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 60px;
    }

        .parking .info .col:nth-child(2) ul li {
            padding: 0;
            margin: 0;
            color: rgba(17, 17, 17, 1);
            font-size: 1.8rem;
        }

    .parking .info .col:nth-child(2) button {
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 350px;
        width: 100%;
        height: 70px;
        cursor: pointer;
    }

.ceo2 {
    margin: 80px 0 0 0;
    padding: 80px;
    background: url('./images/pattern.jpg') no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

    .ceo2 .images {
        height: 470px;
    }

    .ceo2 .content {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .ceo2 h5 {
        font-family: 'GrandCrystal', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        line-height: 0.9;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        font-size: 7.2rem;
        font-weight: 400;
    }

    .ceo2 p {
        font-size: 2.4rem;
        opacity: 0.8;
        color: rgba(68, 68, 68, 1);
        margin: 0;
    }

    .ceo2 img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    display: none;
    align-items: center;
    justify-content: center;
}

    .modal.active {
        display: flex;
    }

    .modal form {
        background: #fff;
        padding: 40px;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        position: relative;
    }

        .modal form h5 {
            font-size: 4rem;
            margin: 0;
            margin-bottom: 40px;
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            color: transparent;
            background-clip: text;
        }

        .modal form label span {
            color: rgba(17, 17, 17, 1);
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 2.4rem;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .modal form input {
            width: 100%;
            height: 82px;
            border: 1px solid rgba(194, 194, 194, 1);
            padding: 16px 24px;
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 2.4rem;
            font-weight: 400;
            color: #000;
        }

            .modal form input::placeholder {
                font-family: 'Montserrat', 'Arial', sans-serif;
                font-size: 2.4rem;
                font-weight: 400;
                color: rgba(68, 68, 68, 1);
            }

        .modal form .name {
            margin-bottom: 20px;
        }

        .modal form .phone {
            margin-bottom: 40px;
        }

        .modal form .checkbox {
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            color: rgba(68, 68, 68, 1);
            display: flex;
            gap: 10px;
            align-items: center;
            position: relative;
            line-height: 1.2;
            margin-bottom: 40px;
        }

            .modal form .checkbox span {
                cursor: pointer;
                display: flex;
                flex: 0 0 32px;
                border: 1px solid #c2c2c2;
                width: 32px;
                height: 32px;
                align-items: center;
                justify-content: center;
                margin: 0;
            }

            .modal form .checkbox input:checked + span {
                background: url('./images/check.svg') no-repeat;
                background-position: center;
            }

            .modal form .checkbox input {
                visibility: hidden; /* <-- Hide the default checkbox. The rest is to hide and allow tabbing, which display:none prevents */
                display: block;
                height: 0;
                width: 0;
                position: absolute;
                overflow: hidden;
            }

        .modal form button[type='submit'] {
            width: 100%;
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 2.4rem;
            font-weight: 400;
            color: #fff;
            background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
            grid-area: button;
        }

        .modal form button[type='button'] {
            position: absolute;
            right: 16px;
            top: 16px;
            background: none;
            border: none;
            cursor: pointer;
        }


.header .menu li:not(:first-child) {
    display: none;
}

.select-section h5 {
    font-family: 'GrandCrystal', 'Arial', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 7.2rem;
    background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    color: transparent;
    background-clip: text;
    margin-bottom: 40px;
    line-height: 0.9;
    display: inline-block;
}

.select-section .col img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}

.commercial .list {
    padding: 80px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

    .commercial .list div h2 {
        font-family: 'Montserrat', 'Arial', sans-serif;
        display: inline-block;
        margin: 0;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
        color: transparent;
        background-clip: text;
        font-size: 3.2rem;
        font-weight: 600;
    }

    .commercial .list div p {
        margin: 0;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        color: rgba(68, 68, 68, 1);
    }

    .commercial .list div button {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        width: 300px;
        height: 60px;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff;
        overflow: hidden;
        margin-top: 40px;
    }

.commercial img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*banner-cookie*/

.hide {
    display: none !important;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.align-center {
    align-items: center;
}

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

#banner-cookie {
    display: none;
    font-weight: 400;
    font-size: 1.4rem;
    color: rgba(68, 68, 68, 1);
}

    #banner-cookie .banner-cookie-text a {
        color: inherit;
        outline: none !important;
        -webkit-tap-highlight-color: transparent;
    }

        #banner-cookie .banner-cookie-text a:hover {
            text-decoration: none;
        }

    #banner-cookie .banner-cookie-container {
        position: absolute;
        z-index: 1111;
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    #banner-cookie .banner-cookie-item {
        position: fixed;
        background: #FFFFFF;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15) !important;
        display: flex;
        max-width: 1200px;
        padding: 20px;
        gap: 5px;
        align-items: center;
        margin: 0 40px;
        flex-direction: column;
    }

        #banner-cookie .banner-cookie-item p {
            font-size: 1.4rem;
            font-weight: 700;
            color: #000000;
            margin: 0;
            padding: 0;
        }

    #banner-cookie .btn-cancel {
        cursor: pointer;
        padding: 1px;
        background: linear-gradient(84.55deg, #a647ab 0%, #184eca 100%);
    }

        #banner-cookie .btn-cancel button {
            width: 100%;
            height: 100%;
            border: none;
            background: linear-gradient( 84.55deg, var(--myColor3) 0%, var(--myColor4) 100% );
            transition: --myColor3 0.3s ease-in-out, --myColor4 0.3s ease-in-out, color 0.3s ease-in-out;
            font-family: 'Montserrat', 'Arial', sans-serif;
            font-size: 1.8rem;
            font-weight: 400;
            cursor: pointer;
            color: rgb(0, 0, 0);
            padding: 10px;
            text-wrap: nowrap;
            white-space: nowrap;
            overflow: inherit;
        }

    #banner-cookie .btn-accept button {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        font-family: 'Montserrat', 'Arial', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
        overflow: hidden;
        padding: 10px;
        text-wrap: nowrap;
        white-space: nowrap;
        overflow: inherit;
    }

        #banner-cookie .btn-cancel button:hover,
        #banner-cookie .btn-accept button:hover {
            --myColor3: #b148c6 !important;
            --myColor4: #184eca !important;
            color: #fff;
        }


    #banner-cookie [data-ck-br-ss-accept] + span {
        color: #AAAAAA;
        font-size: 1.2rem;
    }

    #banner-cookie .custom-checkbox + span {
        padding-left: 0px;
    }

    #banner-cookie [data-ck-br-ss-accept] + span a {
        color: #AAAAAA;
    }

        #banner-cookie [data-ck-br-ss-accept] + span a:hover {
            text-decoration: none;
        }

    #banner-cookie .custom-checkbox input[type="checkbox"]:checked + label,
    #banner-cookie .custom-checkbox input[type="checkbox"]:not(:checked) + label {
        font-weight: 700;
    }
/*banner-cookie*/
@media (min-width: 1400px) {
    .header .menu li:nth-child(4) {
        display: block;
    }
}

@media (min-width: 1300px) {
    .header .menu li:nth-child(3) {
        display: block;
    }
}

@media (min-width: 1200px) {
    .header .menu li:nth-child(2) {
        display: block;
    }
}


@media (max-width: 1919px) {
    .footer .row::before {
        display: none;
    }

    .header .contacts {
        padding: 0 20px;
    }
}

@media (max-width: 1599px) {

    .news p {
        font-size: 1.4rem;
    }

    .news h5 {
        font-size: 1.8rem;
    }

    .news h2 {
        font-size: 6rem;
    }

    .ceo h5 {
        font-size: 2.4rem;
    }

    .about .box .col .content h2 {
        font-size: 6rem;
    }

    .about .box .col .content p {
        font-size: 1.4rem;
    }

    .commercial .hero .content p {
        font-size: 1.8rem;
    }

    .contacts .phone {
        font-size: 2.4rem;
    }

    .contacts h5 {
        font-size: 1.8rem;
    }

    .contacts p {
        font-size: 1.4rem;
    }

    .section-box .overlay div p:first-child {
        font-size: 2.4rem;
    }

    .section-box .col div p:last-child {
        font-size: 1.4rem;
    }

    .pagination a {
        font-size: 1.8rem;
    }

    .catalog-box .col .wrap div:last-child span:nth-child(1) {
        font-size: 2.4rem;
    }

    .catalog-box .col .wrap div:last-child span:nth-child(2) {
        font-size: 1.4rem;
    }

    .catalog-box .col .wrap div:last-child p {
        font-size: 1.2rem;
    }

    .catalog h5 {
        font-size: 1.8rem;
    }

    .footer .menu li a {
        font-size: 1.4rem;
    }

    .filter-box input[type='submit'] {
        font-size: 1.8rem;
    }

    .filter-list label div {
        font-size: 1.8rem;
    }

    .footer .info {
        font-size: 1.4rem;
    }

    .footer .registr {
        font-size: 1.4rem;
    }

    .footer .privacy a {
        font-size: 1.4rem;
    }

    .footer .copyright a {
        font-size: 1.4rem;
    }

    .footer .copyright p {
        font-size: 1.4rem;
    }

    .feedback .info > img {
        display: none;
    }

    .gallery-main .row > a {
        font-size: 6rem;
    }

    .news-main .row > a {
        font-size: 6rem;
    }

    .planning h2 {
        font-size: 6rem;
    }

    .infrastructure-main h2 {
        font-size: 6rem;
    }

    .breadcrumbs-wrap h1 {
        font-size: 6rem;
    }

    .watched h2 {
        font-size: 6rem;
    }

    .feedback h2 {
        font-size: 6rem;
    }

    .planning .room div {
        font-size: 1.4rem;
    }

    .planning .col .wrap div:nth-child(2) span:nth-child(1) {
        font-size: 2.4rem;
    }

    .planning .col .wrap div:nth-child(2) span:nth-child(2) {
        font-size: 1.4rem;
    }

    .planning .col p {
        font-size: 1.4rem;
    }

    .infrastructure-main h2 {
        font-size: 6rem;
    }

    .infrastructure-main p {
        font-size: 1.8rem;
    }

    .select-section h5 {
        font-size: 6rem;
    }

    .infrastructure-main a {
        font-size: 1.8rem;
    }

    .advantages .row {
        gap: 40px;
    }

    .advantages .swiper-advantages .swiper-wrapper {
        gap: 20px;
    }

    .header .menu a {
        font-size: 1.4rem;
    }


    .payment h2 {
        grid-area: title;
    }

    .payment .list {
        grid-area: list;
        max-width: 100%;
    }

    .payment .list {
        max-width: 100%;
    }

    .catalog-box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ceo2 {
        grid-template-columns: 1fr;
    }





    .header .burger {
        margin-left: 0;
    }

    .promo {
        margin-top: 72px;
    }




    .planning .room {
        flex: 1 0 calc(50% - 24px);
    }


    .planning .col {
        flex: 1 0 calc(50% - 24px);
    }


    .header .contacts {
        padding: 0;
    }

    .header .social a svg {
        fill: #000;
    }

    .header .burger span {
        background: #000;
    }

    .header .container .row {
        display: flex;
        border: none;
        justify-content: space-between;
    }

    .header > .container {
        padding: 0;
    }


    .header .menu {
        padding: 0 0 0 20px;
    }

    .header .burger {
        transition: all 0.3s ease-in-out;
    }

    .mobile-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        bottom: auto;
        overflow: auto;
        background: #fff;
        transform: translateX(-110%);
        transition: all 0.3s ease-in-out;
        height: 400px;
        margin-left: 0;
    }

    .watched .info {
        grid-template-columns: 1fr 1fr;
    }


    .footer {
        padding: 24px 0 40px;
    }



        .footer .logo {
            margin: 0;
        }



        .footer .privacy {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

    .header .phone {
        font-size: 1.4rem;
    }

    .header .request {
        font-size: 1.4rem;
    }

    .promo .title {
        font-size: 4rem;
    }

    .promo .link {
        font-size: 1.4rem;
    }

    .header .menu li:first-child a {
        font-size: 1.4rem;
    }

    .swiper-advantages .swiper-slide p {
        font-size: 1.4rem;
    }

    .payment h2 {
        max-width: 100%;
        font-size: 2.4rem;
    }

    .payment .list .item h5 {
        font-size: 1.8rem;
    }

    .payment .list .item span {
        font-size: 1.8rem;
    }

    .apartment .col:nth-child(2) span {
        font-size: 1.4rem;
    }

    .apartment .col:nth-child(2) h2 {
        font-size: 3.2rem;
    }

    .apartment .col:nth-child(2) p {
        font-size: 1.8rem;
    }

    .apartment .col:nth-child(2) ul li {
        font-size: 1.4rem;
    }

    .payment .list .item .box {
        font-size: 1.8rem;
    }

    .swiper-parking2 .swiper-slide {
        padding: 40px;
    }

    .parking .info .col:nth-child(2) h2 {
        font-size: 3.2rem;
    }

    .parking .info .col:nth-child(2) ul li {
        font-size: 1.4rem;
    }

    .purchase h5 {
        font-size: 2.4rem;
    }

    .purchase p {
        font-size: 1.8rem;
    }

    .parking .info .col:nth-child(2) p {
        font-size: 1.4rem;
    }

    .parking .info .col:nth-child(2) span:nth-of-type(1) {
        font-size: 1.4rem;
    }

    .parking .info .col:nth-child(2) span:nth-of-type(2) {
        font-size: 1.8rem;
    }

    .gallery .col span {
        font-size: 1.4rem;
    }

    .ceo p {
        font-size: 1.4rem;
    }

    .entertainment ul li p {
        font-size: 1.4rem;
    }

    .entertainment ul li h5 {
        font-size: 1.8rem;
    }

    .commercial .list div h2 {
        font-size: 2.8rem;
    }

    .commercial .list div p {
        font-size: 1.4rem;
    }

    .commercial .list div button {
        font-size: 1.4rem;
    }

    .ceo2 h5 {
        font-size: 6rem;
    }

    .ceo2 p {
        font-size: 1.8rem;
    }
}


@media (max-width: 1199px) {
    .news ul {
        margin-bottom: 16px;
    }

    .news .images {
        margin-bottom: 16px;
    }

    .news p {
        margin-bottom: 16px;
    }

    .news h5 {
        margin-bottom: 16px;
    }

    .news span {
        margin-bottom: 32px;
    }

    .swiper-promo {
        height: 500px;
    }

    .ceo2 {
        padding: 40px;
    }

    .swiper-parking2 .swiper-slide {
        padding: 20px;
    }

    .parking .info .col:nth-child(2) button {
        max-width: 100%;
    }

    .parking .info .col:nth-child(2) {
        padding: 40px;
    }

        .parking .info .col:nth-child(2) h2 {
            margin-bottom: 20px;
        }

        .parking .info .col:nth-child(2) span:nth-of-type(2) {
            margin-bottom: 20px;
        }

        .parking .info .col:nth-child(2) ul {
            gap: 12px;
            margin-bottom: 40px;
        }

        .parking .info .col:nth-child(2) p {
            margin-bottom: 40px;
        }

    .swiper-parking2 .swiper-slide {
        height: 330px;
    }

    .parking .info {
        flex-direction: column;
    }

    .parking .col:nth-child(1) {
        width: 100%;
    }

    .parking .info .col:nth-child(2) {
        width: 100%;
    }

    .ceo {
        padding: 40px;
        gap: 24px;
    }

    .about .box .col .content h2 {
        margin-top: 0px;
    }

    .about .box .col:nth-child(1) {
        display: block;
    }

    .about .box .col:nth-child(2) {
        display: block;
    }

    .about .box .col:nth-child(5) {
        display: block;
    }

    .about .box .col:nth-child(6) {
        display: block;
    }

    .about .box .col .content h2 {
        margin-bottom: 24px;
    }

    .about .box .col .content p {
        margin-bottom: 24px;
    }

    .about .box {
        padding: 40px 0;
        display: grid;
        grid-template-areas:
            'col1'
            'col2'
            'col3'
            'col4'
            'col5'
            'col6';
        gap: 40px;
    }

        .about .box .images {
            height: 400px;
        }

    .commercial .list div button {
        margin-top: 20px;
    }

    .commercial .list {
        padding: 40px 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery {
        padding: 0 0 40px;
    }

    .purchase .col {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

        .purchase .col div {
            gap: 16px;
        }

    .purchase img {
        max-width: 100%;
        height: 300px;
    }

    .contacts .row .image {
        margin-bottom: 40px;
    }

    .contacts {
        padding: 0 0 40px;
    }

    .map-style {
        margin: 40px auto 0;
    }

    .contacts .row .list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .apartment .wrap {
        margin-bottom: 40px;
    }

    .apartment {
        padding: 40px 0;
    }

    .swiper-apartment .swiper-slide {
        padding: 10px;
    }

    .swiper-apartment {
        max-width: 440px;
    }

    .apartment .col:nth-child(2) button {
        max-width: 100%;
    }

    .apartment .col:nth-child(2) ul {
        margin-bottom: 40px;
    }

    .apartment .col:nth-child(2) p {
        margin-bottom: 40px;
    }

    .apartment .col:nth-child(2) h2 {
        margin-bottom: 16px;
    }

    .apartment .col:nth-child(2) span {
        margin-bottom: 16px;
    }

    .swiper-apartment2 {
        margin-bottom: 24px;
    }

        .swiper-apartment2 .swiper-slide {
            height: 330px;
        }

    .apartment .col:nth-child(1) {
        width: 100%;
    }

    .apartment .col:nth-child(2) {
        width: 100%;
        padding: 40px;
    }

    .apartment .wrap {
        flex-direction: column;
    }

    .payment .list .item .box {
        padding: 20px 60px 20px 20px;
    }

    .payment .list .item .content button {
        top: 16px;
        right: 16px;
    }

    .payment .list {
        gap: 16px;
    }

    .payment {
        display: grid;
        grid-template-areas: 'title title' 'list list';
        gap: 24px;
    }

        .payment .list .item .content {
            padding: 16px 48px 16px 16px;
        }

    .filter-box {
        gap: 16px;
    }

    filter-list {
        grid-area: list;
    }

    .filter-box label[for='submit'] {
        grid-area: submit;
        width: 100%;
    }

    .filter-box label[for='reset'] {
        grid-area: reset;
    }

    .section-box {
        gap: 8px;
        margin-bottom: -16px;
    }

        .section-box .col {
            height: 85px;
        }

        .section-box .overlay {
            background: rgba(204, 204, 204, 1);
        }

            .section-box .overlay div {
                width: auto;
                height: auto;
                left: 2px;
                top: 2px;
                right: 2px;
                bottom: 2px;
                backdrop-filter: blur(0px);
                -webkit-backdrop-filter: blur(0px);
                background: #fff;
                align-items: center;
                padding: 0;
            }

        .section-box .col div p:last-child {
            border: none;
            padding: 0;
        }

    .catalog h5 {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .filter {
        margin-bottom: 40px;
    }

    .pagination {
        background: #fff;
        margin: 30px -40px 0;
        padding: 0 40px;
    }

    .catalog {
        background: #f1f1f1;
    }

    .catalog-box .col {
        width: calc((100% / 3) - 16px);
        margin: 8px;
    }

        .catalog-box .col .wrap div:first-child {
            height: 160px;
        }

    .catalog-box {
        margin: 0 -40px;
        padding: 40px 32px 24px;
    }

        .catalog-box .wrap {
            padding: 20px;
        }

    .footer .row {
        display: grid;
        grid-template-areas:
            'logo address'
            'menu menu'
            'registr info'
            'copyright privacy';
        gap: 0 40px;
        grid-template-columns: 1fr 1fr;
    }

    .footer .registr {
        margin: 60px 0;
    }

    .footer .address {
        align-self: center;
    }

    .footer .info {
        margin: 60px 0;
    }

    .feedback .b24-form-content {
        padding: 16px 40px 20px !important;
    }

    .feedback .info .content h5 {
        margin-bottom: 24px;
    }

    .feedback .info .content {
        padding: 40px 24px;
    }

    .feedback .col {
        flex-direction: column;
    }

    .feedback .info {
        width: 100%;
    }

        .feedback .info > img {
            display: block;
            max-width: 240px;
            height: auto;
        }

    .feedback .b24-form {
        width: 100% !important;
    }

    .feedback {
        padding: 40px 0 20px;
    }

    .gallery-main {
        padding: 40px 0;
    }

        .gallery-main .info {
            grid-template-rows: 186px 186px;
        }

    .news-main .swiper-wrapper .swiper-slide {
        height: 285px;
    }

    .news-main .row > a {
        margin-bottom: 24px;
    }

    .news-main {
        padding: 40px 0;
    }

    .news-main {
        padding: 40px 0;
    }

    .map .info {
        width: 340px;
        padding: 50px 40px;
    }

        .map .info > img {
            width: 60px;
        }

    .planning .wrap {
        padding: 40px 0;
    }

    .infrastructure-main .col div {
        width: 100%;
    }

    .infrastructure-main .col .img {
        width: 100%;
        height: 440px;
    }

    .infrastructure-main p {
        margin-bottom: 24px;
    }

    .infrastructure-main {
        padding: 40px 0;
    }

        .infrastructure-main .col {
            flex-direction: column-reverse;
        }

            .infrastructure-main .col:nth-child(odd) {
                flex-direction: column-reverse;
            }

    .select-section .col div:first-of-type {
        flex-direction: row;
        width: 200px;
        height: 75px;
        padding: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .infrastructure-main .row {
        gap: 60px;
    }

    .select-section {
        padding: 20px 0 40px;
    }

        .select-section .info {
            display: grid;
            grid-template-areas: 'col1 col1' 'col2 col3';
            gap: 16px;
            justify-content: stretch;
        }

        .select-section .col:nth-child(1) {
            grid-area: col1;
            max-width: 100%;
        }

        .select-section .col:nth-child(2) {
            grid-area: col2;
            max-width: 100%;
        }

        .select-section .col:nth-child(3) {
            grid-area: col3;
            max-width: 100%;
        }

    .advantages .row {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }

    .advantages .swiper-advantages {
        margin-bottom: 40px;
    }

    .advantages .top h2 {
        margin-bottom: 2.4rem;
    }

    .swiper-advantages .swiper-slide {
        flex: none;
    }

    .advantages .swiper-advantages .swiper-wrapper {
        gap: 0;
    }

    .advantages {
        padding: 40px 0 0;
    }

    .promo .link {
        width: 170px;
        height: 60px;
        right: 40px;
        bottom: 40px;
    }

    .promo .title {
        margin-top: 120px;
    }

    .header .menu {
        display: none;
    }

    .container {
        padding: 0 40px;
    }



    .about .hero {
        align-items: flex-end;
    }

    .breadcrumbs-wrap.absolute .container {
        padding: 0 40px;
    }

    .about .hero::before,
    .parking .hero::before,
    .commercial .hero::before,
    .infrastructure .hero::before {
        background: linear-gradient(100.12deg, rgba(0, 0, 0, 0.2) 7.57%, rgba(0, 0, 0, 0) 59.26%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    }

    .about .hero,
    .commercial .hero,
    .parking .hero,
    .infrastructure .hero {
        margin: 72px -40px 0;
        height: 560px;
        padding: 40px;
    }

    .breadcrumbs-wrap h1 {
        margin: 40px 0;
    }

    .map {
        margin: 0 -40px;
    }


    .footer .menu {
        margin-top: 60px;
        gap: 24px 40px;
    }

    .entertainment ul {
        grid-template-columns: 1fr 1fr;
    }

    .ceo {
        grid-template-columns: 1fr;
    }



    .gallery .info {
        grid-template-columns: 1fr 1fr;
    }



    .mobile-menu {
        bottom: 0;
    }

    .news-list .item {
        width: calc((100% / 2) - 40px);
    }


    .planning .col .wrap div:nth-child(1) {
        height: 160px;
        width: 100%;
    }

    .planning .info {
        display: grid;
        grid-template-areas: 'col1 col2 col3' 'col4 col4 col4';
        grid-template-columns: 1fr 1fr 1fr;
    }

    .planning .col:nth-child(1) {
        grid-area: col1;
    }

    .planning .col:nth-child(2) {
        grid-area: col2;
    }

    .planning .col:nth-child(3) {
        grid-area: col3;
    }

    .planning .room {
        grid-area: col4;
        height: 112px;
    }

        .planning .room div {
            left: 16px;
            right: 16px;
            top: 16px;
            bottom: 15px;
            max-width: 100%;
            width: auto;
        }

    .planning .col .wrap {
        padding: 20px;
        gap: 16px;
    }

        .planning .col .wrap div:nth-child(2) span:nth-child(2) {
            margin-bottom: 8px;
        }
}

@media (max-width: 767px) {
    .breadcrumbs-wrap li > span {
        font-size: 1.2rem;
    }
    .breadcrumbs-wrap li a span {
        font-size: 1.2rem;
    }
    .news .images {
        flex-direction: column;
    }

    #banner-cookie .banner-cookie-item > div:first-child,
    #banner-cookie .banner-cookie-item > div:last-child > div {
        max-height: 40vh;
        overflow-y: auto;
    }

    #banner-cookie .banner-cookie-container {
        bottom: 0px;
    }

    #banner-cookie .banner-cookie-item {
        padding: 16px;
        margin: 0;
    }

        #banner-cookie .banner-cookie-item > div:first-child,
        #banner-cookie .banner-cookie-item > div > div:last-child > div:last-child {
            flex-direction: column;
        }

            #banner-cookie .banner-cookie-item > div:first-child > div:last-child {
                flex-direction: column;
            }

            #banner-cookie .banner-cookie-item > div:first-child > div:last-child,
            #banner-cookie [data-ck-br-ss-accept] {
                width: 100%;
            }

    .news h2 {
        font-size: 4rem;
    }

    .ceo2 .images {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .ceo2 h5 {
        font-size: 4rem;
    }

    .parking .info .col:nth-child(2) {
        padding: 24px 16px;
    }

    .about .box .images {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .about .box .col .content h2 {
        font-size: 4rem;
    }

    .commercial .list {
        padding: 20px 0;
        gap: 10px;
    }

        .commercial .list div h2 {
            font-size: 1.8rem;
        }

    .entertainment {
        padding: 20px 0;
    }

        .entertainment ul li {
            gap: 12px;
        }

        .entertainment ul {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .entertainment .content {
            gap: 6px;
        }

    .ceo.p0 {
        padding: 20px 0;
        gap: 20px;
    }

    .gallery .info a {
        height: 220px;
    }

    .purchase img {
        height: 220px;
    }

    .purchase .row {
        gap: 20px;
    }

    .contacts .row .image {
        height: 300px;
    }

    .payment .list .item .content {
        padding: 24px;
    }

    .payment .list .item .box {
        font-size: 1.4rem;
        padding: 24px 48px 24px 24px;
    }

    .apartment {
        padding: 24px 0 40px;
    }

        .apartment .wrap {
            margin-bottom: 48px;
        }

    .swiper-apartment2 {
        margin-bottom: 16px;
    }

    .swiper-apartment {
        max-width: 220px;
    }

        .swiper-apartment .swiper-slide {
            min-width: 60px;
            height: 60px;
            padding: 5px;
        }

    .apartment .col:nth-child(2) ul {
        margin-bottom: 24px;
    }

    .apartment .wrap .col {
        padding: 24px 16px;
    }

    .catalog .filter {
        margin-bottom: 24px;
    }

    .catalog h5 {
        font-size: 1.8rem;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .section-box {
        margin-bottom: 0px;
    }

        .section-box .col {
            height: 85px;
        }

        .section-box .overlay {
            background: rgba(204, 204, 204, 1);
        }

            .section-box .overlay div {
                width: auto;
                height: auto;
                left: 2px;
                top: 2px;
                right: 2px;
                bottom: 2px;
                backdrop-filter: blur(0px);
                -webkit-backdrop-filter: blur(0px);
                background: #fff;
                align-items: center;
                padding: 0;
            }

        .section-box .col div p:first-child {
            font-size: 2.4rem;
        }

        .section-box .col div p:last-child {
            border: none;
            padding: 0;
            font-size: 1.4rem;
        }


    .filter-list label div {
        font-size: 1.8rem;
    }

    .filter-list > div {
        flex-wrap: wrap;
        grid-area: list;
    }

    .filter-box label[for='submit'] {
        grid-area: submit;
        height: 60px;
    }

    .filter-box input[type='submit'] {
        font-size: 1.8rem;
    }

    .filter-box label[for='reset'] {
        grid-area: reset;
        height: 60px;
    }


    .filter-box input[type='label'] {
        font-size: 1.8rem;
    }

    .catalog-box {
        margin: 0 -16px;
        background: #fff;
        padding: 24px 8px 16px;
    }

        .catalog-box .col {
            width: 100%;
        }

            .catalog-box .col .wrap {
                padding: 16px;
                flex-direction: row-reverse;
                width: 100%;
                gap: 16px;
            }

                .catalog-box .col .wrap div:last-child span:nth-child(1) {
                    font-size: 2.4rem;
                }

                .catalog-box .col .wrap div:last-child span:nth-child(2) {
                    font-size: 1.4rem;
                    margin-bottom: 14px;
                }

                .catalog-box .col .wrap div:last-child p {
                    font-size: 1.2rem;
                }

                .catalog-box .col .wrap div:first-child {
                    width: 120px;
                    height: 120px;
                    flex: 0 0 120px;
                    align-self: center;
                }



    .feedback .b24-form-header-title {
        padding: 24px !important;
    }

    .map .info > img {
        width: auto;
    }

    .planning .info {
        grid-template-areas: none;
    }

    .planning .col:nth-child(1) {
        grid-area: inherit;
    }

    .planning .col:nth-child(2) {
        grid-area: inherit;
    }

    .planning .col:nth-child(3) {
        grid-area: inherit;
    }

    .planning .room {
        grid-area: inherit;
    }

    .select-section .info {
        display: flex;
    }

    .select-section .col div:last-of-type {
        bottom: 8px;
        right: 8px;
    }

    .select-section h5 {
        font-size: 4rem;
    }

    .select-section {
        padding: 24px 0;
    }

    .advantages .top h2 {
        margin-right: 0;
    }

    .b24-form-header-title {
        padding: 24px 24px 16px 24px !important;
    }

    .b24-form-content {
        padding: 16px 16px 0 16px !important;
    }

    .b24-form-sign {
        padding: 16px !important;
    }

    .feedback .b24-form-content {
        padding: 12px 24px 12px 24px !important;
    }

    .feedback .b24-form-sign {
        padding: 0px 24px 24px !important;
    }

    .planning .col .wrap div:nth-child(1) {
        height: 120px;
        width: 120px;
    }

    .planning .room div {
        left: 16px;
        right: 16px;
        top: 16px;
        bottom: 15px;
        max-width: 100%;
        width: auto;
    }

    .planning {
        padding: 40px 0;
    }


        .planning .info {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .planning .col .wrap {
            gap: 0;
            flex-direction: row-reverse;
            justify-content: space-between;
            gap: 16px;
            align-items: center;
            padding: 16px;
        }

            .planning .col .wrap div:nth-child(2) span:nth-child(1) {
                font-size: 2.4rem;
                display: inline-block;
            }

            .planning .col .wrap div:nth-child(2) span:nth-child(2) {
                font-size: 1.4rem;
                display: block;
            }

        .planning .col p {
            font-size: 1.2rem;
        }

        .planning .room {
            flex: 1 0 auto;
            height: 112px;
            padding: 16px;
        }

    .feedback .col {
        flex-direction: column;
    }

    .header .menu {
        display: none;
    }

    .modal form h5 {
        font-size: 3.2rem;
    }


    .parking .hero h1 {
        font-size: 4rem;
        margin-bottom: 200px;
    }



    .ceo2 {
        margin: 40px 0 0 0;
        padding: 20px;
    }

        .ceo2 .content {
            gap: 16px;
        }

    .parking .info {
        margin: 40px 0;
        flex-direction: column;
    }

    .ceo2 h5 {
        font-size: 4rem;
    }

    .ceo2 p {
        font-size: 1.8rem;
    }

    .parking .info .col {
        width: 100%;
        padding: 26px 16px;
    }

        .parking .info .col:nth-child(2) {
            width: 100%;
            padding: 26px 16px;
        }

    .swiper-parking2 .swiper-slide img {
        max-width: 350px;
        width: 100%;
        height: 330px;
    }

    .swiper-parking {
        max-width: 400px;
    }

        .swiper-parking .swiper-slide {
            padding: 5px;
            height: auto;
            min-width: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .swiper-parking .swiper-slide img {
                width: 60px;
                height: 60px;
            }

    .swiper-parking2 {
        margin-bottom: 16px;
    }

    .parking .info .col:nth-child(2) h2 {
        margin-bottom: 16px;
        font-size: 3.2rem;
    }

    .parking .info .col:nth-child(2) span:nth-of-type(2) {
        margin-bottom: 24px;
    }

    .parking .info .col:nth-child(2) p {
        margin-bottom: 24px;
    }

    .parking .info .col:nth-child(2) ul {
        margin-bottom: 24px;
    }

    .parking .col:nth-child(2) ul li {
        font-size: 1.4rem;
    }

    .parking .col:nth-child(2) button {
        font-size: 1.8rem;
        width: 100%;
    }





    .about .ceo {
        padding: 20px;
        gap: 20px;
    }

    .purchase h5 {
        font-size: 2.4rem;
    }

    .purchase p {
        font-size: 1.8rem;
    }

    .gallery button {
        font-size: 1.8rem;
    }

    .gallery .info {
        grid-template-columns: 1fr;
    }

    .gallery {
        padding: 0 0 40px;
    }

    .news {
        padding: 40px 0;
    }

        .news .bottom {
            flex-direction: column;
        }


    .news-list .row > .item {
        margin-bottom: 20px;
    }

    .news-list .list {
        margin-bottom: 20px;
    }

    .news-list .item p {
        font-size: 1.8rem;
    }

    .news-list .item span {
        font-size: 1.2rem;
    }

    .news-list .item .plate {
        padding: 16px 16px 16px 24px;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .news-list .item .content {
        padding: 16px 16px 16px 24px;
    }

    .news-list .list {
        grid-template-columns: 1fr;
    }

    .news-list .row > .item {
        height: 400px;
    }

    .news-list .row .list .item {
        height: 400px;
        width: 100%;
    }

        .news-list .row .list .item:first-child {
            height: 400px;
        }


    .gallery-main h2 {
        font-size: 4rem;
        margin-bottom: 2.4rem;
    }

    .news-main h2 {
        font-size: 4rem;
        margin-bottom: 2.4rem;
    }

    .promo .title {
        display: flex;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 4rem;
    }



    .select-section {
        padding: 24px 0 40px;
    }

    .advantages {
        padding: 24px 0 0;
    }

        .advantages h2 {
            margin: 0;
            line-height: 1;
        }

        .advantages .top h2 span {
            font-size: 2.4rem;
            color: rgba(68, 68, 68, 1);
            line-height: 1;
        }

    .swiper-advantages {
        overflow: visible !important;
        margin-bottom: 64px;
    }

        .swiper-advantages .swiper-slide img {
            max-width: 100%;
            width: 100%;
            object-fit: cover;
            display: block;
        }

        .swiper-advantages .swiper-slide p {
            margin: 0;
            margin-top: 16px;
            font-weight: 400;
            color: rgba(68, 68, 68, 1);
        }

    .select-section h2 {
        font-size: 4rem;
    }

    .select-section .info {
        flex-direction: column;
        gap: 16px;
    }

        .select-section .info .col > img {
            max-width: 100%;
            width: 100%;
            object-fit: cover;
            display: block;
            height: 100%;
        }

    .select-section .col div p:last-child {
        padding: 4px;
    }

    .select-section .col div:first-of-type {
        flex-direction: row;
        width: 155px;
        height: 50px;
        padding: 8px;
        gap: 8px;
    }

    .select-section .col {
        max-width: 100%;
        height: 300px;
    }

        .select-section .col:not(:first-child) {
            max-width: 100%;
            height: 140px;
        }

    .select-section .info .col a {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, 0.8);
        width: 56px;
        height: 56px;
        position: absolute;
        right: 8px;
        bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .select-section .info .col a img {
            width: 12px;
        }

    .select-section .col div {
        width: 160px;
        height: 54px;
        flex-direction: row;
        gap: 16px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

        .select-section .col div p:first-child {
            font-size: 2.4rem;
        }

        .select-section .col div p:last-child {
            font-size: 1.4rem;
        }

        .select-section .col div:first-child {
            left: 8px;
            top: 8px;
        }

    .infrastructure-main {
        padding: 24px 0 40px;
    }

        .infrastructure-main .row {
            gap: 16px;
        }


        .infrastructure-main p {
            font-size: 1.4rem;
            margin-bottom: 24px;
        }

        .infrastructure-main a {
            font-size: 1.4rem;
        }

            .infrastructure-main a img {
                width: 12px;
            }


    .map .info {
        width: 100%;
    }

    .map {
        border-top: 2px solid rgba(194, 194, 194, 1);
        border-bottom: 2px solid rgba(194, 194, 194, 1);
    }

        .map .row {
            border: none;
        }

        .map .info h3 {
            font-size: 2.4rem;
        }

        .map .info a {
            width: 265px;
            font-size: 1.8rem;
        }

        .map .info {
            border: none;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    .news-main {
        padding: 40px 0;
    }

        .news-main .swiper-news .swiper-slide a {
            min-height: 400px;
            position: relative;
            display: block;
        }

        .news-main .swiper-wrapper .swiper-slide a div {
            padding: 16px 16px 24px 16px;
        }

            .news-main .swiper-wrapper .swiper-slide a div p {
                font-size: 1.8rem;
                margin-bottom: 5px;
            }

            .news-main .swiper-wrapper .swiper-slide a div span {
                font-size: 1.2rem;
            }

    .gallery-main {
        padding: 24px 0 40px;
    }

        .gallery-main h2 {
            margin-bottom: 24px;
            display: flex;
            flex-direction: column;
            max-width: 100%;
        }

            .gallery-main h2 a {
                font-size: 3.2rem;
            }

            .gallery-main h2 span {
                font-size: 3.2rem;
            }

        .gallery-main .info {
            display: grid;
            grid-template-areas:
                'col1 col3'
                'col2 col3'
                'col4 col5';
            gap: 2px;
            grid-template-rows: 150px 150px 150px;
            grid-template-columns: 1fr 1fr;
        }

            .gallery-main .info span {
                top: 8px;
                left: 8px;
                font-size: 1rem;
            }

    .feedback {
        padding: 24px 0 40px;
    }



        .feedback .info .content {
            padding: 24px;
        }

            .feedback .info .content h5 {
                margin-bottom: 24px;
                font-size: 2.4rem;
            }

            .feedback .info .content a:first-of-type {
                margin-bottom: 24px;
                font-size: 2.8rem;
            }

            .feedback .info .content p {
                margin-bottom: 24px;
                font-size: 1.8rem;
            }

            .feedback .info .content a:last-of-type {
                font-size: 1.8rem;
            }

                .feedback .info .content a:last-of-type img {
                    height: 12px;
                }


    .breadcrumbs-wrap {
        padding: 94px 0 0;
    }

        .breadcrumbs-wrap a {
            font-size: 1.2rem;
        }







    .more button {
        font-size: 1.8rem;
    }

    .watched {
        padding: 24px 0 40px;
    }


    .advantages-zoom .wrap div {
        padding: 56px 15px 32px;
    }

        .advantages-zoom .wrap div h5 {
            font-size: 1.8rem;
            margin: 16px 0;
        }

        .advantages-zoom .wrap div p {
            font-size: 1.4rem;
        }

    .mobile-menu .container .row {
        padding: 0;
    }

    .feedback .info > img {
        max-width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
    }

    .feedback .info {
        flex-direction: column;
    }

    .watched h2 {
        font-size: 4rem;
    }

    .breadcrumbs-wrap.absolute .container {
        padding: 0 16px;
    }

    .about .hero, .commercial .hero, .parking .hero, .infrastructure .hero {
        padding: 40px 16px;
    }

        .commercial .hero .content div:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 1);
        }

        .commercial .hero .content p {
            font-size: 1.8rem;
        }

        .parking .hero .content div:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 1);
        }

        .parking .hero .content div {
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .parking .hero .content p {
            font-size: 1.8rem;
        }

        .parking .hero .content span {
            font-size: 1.4rem;
            color: rgba(255, 255, 255, 1);
            margin: 0;
        }

        .parking .hero .content {
            grid-template-columns: 1fr;
        }

        .about .hero .content,
        .parking .hero .content,
        .commercial .hero .content,
        .infrastructure .hero .content {
            grid-template-columns: 1fr;
        }

            .infrastructure .hero .content div:not(:last-child) {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 1);
            }

            .infrastructure .hero .content p {
                font-size: 1.8rem;
            }

        .about .hero::before,
        .parking .hero::before,
        .commercial .hero::before,
        .infrastructure .hero::before {
            background: rgba(33, 33, 33, 0.8);
        }

    .about .hero,
    .parking .hero,
    .commercial .hero,
    .infrastructure .hero {
        margin: 72px -16px 0;
        height: 560px;
    }

    .breadcrumbs-wrap.absolute {
        top: 112px;
    }



    .pagination span {
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
    }

    .pagination a {
        width: 40px;
        height: 40px;
        font-size: 1.8rem;
    }

    .pagination {
        margin: 30px -16px 0;
        background: #fff;
        padding: 0 16px;
        justify-content: center;
    }

    .breadcrumbs-wrap h1 {
        margin: 24px 0 24px;
        font-size: 4rem;
    }

    .infrastructure-main h2 {
        margin: 16px 0;
        font-size: 4rem;
    }



    .planning h2 {
        font-size: 4rem;
        margin-bottom: 24px;
    }

    .map {
        margin: 0 -20px;
    }

    .container {
        padding: 0 16px;
    }

    .news-main .row > a {
        font-size: 4.2rem;
        margin-bottom: 24px;
    }

    .gallery-main .row > a {
        font-size: 4rem;
        margin-bottom: 24px;
    }

    .feedback h2 {
        font-size: 4rem;
        margin-bottom: 24px;
    }

    .mobile-menu {
        left: 0;
        right: 0;
        max-width: 100%;
        position: absolute;
        height: 100vh;
        padding: 32px 0 200px;
    }

        .mobile-menu.active {
            height: 100vh;
        }

    .gallery label:last-child {
        margin-left: 0;
    }

    .payment .list {
        flex-direction: column;
        gap: 16px;
    }


    .swiper-pagination {
        bottom: 24px !important;
    }

    .mobile-menu button {
        display: flex;
    }

    .header .phone {
        display: none;
    }

    .header .phone-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        text-decoration: none;
    }

    .header .request {
        display: none;
    }

    .mobile-menu .contacts-mob > img {
        height: 224px;
        object-fit: cover;
        display: block;
    }
    .mobile-menu .contacts-mob {
        flex-direction: column;
    }

    .mobile-menu .list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        list-style: none;
        padding: 0;
        margin-bottom: 40px;
    }

    .mobile-menu {
        bottom: 0;
        align-items: flex-start;
    }

        .mobile-menu .container > .row {
            display: flex !important;
            flex-direction: column;
        }

    .promo .link {
        bottom: 50px;
        left: 16px;
        right: 16px;
        width: auto;
        width: auto;
        height: 60px;
    }

    .header .contacts {
        display: none;
    }

    .footer {
        padding: 24px 0 40px;
    }

        .footer .row {
            grid-template-areas:
                'logo'
                'address'
                'menu'
                'registr'
                'info'
                'copyright'
                'privacy';
            grid-template-columns: 1fr;
            gap: 0 40px;
        }

        .footer .address {
            margin-top: 0px;
            margin-bottom: 0px;
            align-self: center;
        }

            .footer .address p {
                font-size: 1.4rem;
            }

        .footer .menu {
            gap: 16px 40px;
            margin: 0;
            margin-top: 32px;
        }

            .footer .menu li a {
                font-size: 1.4rem;
            }

        .footer .copyright {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 16px;
        }

        .footer .registr {
            font-size: 1.4rem;
            margin: 32px 0 32px 0;
            max-width: 100%;
        }

        .footer .info {
            font-size: 1.4rem;
            margin: 32px 0 32px 0;
            max-width: 100%;
        }

        .footer .copyright p {
            font-size: 1.4rem;
        }

        .footer .copyright a {
            font-size: 1.4rem;
        }

        .footer .privacy {
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
            grid-template-columns: 1fr;
        }

            .footer .privacy a {
                font-size: 1.4rem;
            }

        .footer .logo img {
            max-width: 200px
        }
}

@media (max-width: 576px) {
    .footer .info {
        font-size: 1.4rem;
        margin: 0 0 32px 0;
        max-width: 100%;
    }

    .footer .registr {
        font-size: 1.4rem;
        margin: 32px 0 16px 0;
        max-width: 100%;
    }

    .footer .address {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .footer .row {
        grid-template-areas:
            'logo '
            'address'
            'menu'
            'registr'
            'info'
            'copyright'
            'privacy';
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer .copyright {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }
}
