html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, button, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none
}

html, body {
    min-height: 100%;
    height: 100%;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation
}

.col-center-2::before {
    content: "";
    position: absolute;
    background: url(../img/pattern.svg) repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

::placeholder {
    color: rgba(0,0,0,.3)
}

*, *:focus, *:hover {
    outline: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

strong, b {
    font-weight: 700
}

i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    max-width: 100%
}

a, button {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

h1, h2 {
    font-weight: 700
}

button:disabled {
    cursor: default;
    opacity: .3
}

a, button, input, textarea, .hover-a, .more svg path, .document-items svg path, .banner picture::before, .bi-bottom button svg path, .banner-content picture::before, .select2-selection__arrow, .select2-container, .instagram-xs svg path, .go-top svg path, .button-ar i svg path, .banner-xxl picture::before, .news-items picture::before, .border-light svg, .instagram-items-5 svg path, .banner-xl picture::before, .tabcontent-default .prev-t2 svg path, .tabcontent-default .next-t2 svg path, .favorites-links svg path, .col-left, .label-1::before, .label-1-title::before, .label-1-title::after, .button-promo-2 picture::before, .cp-items .lr-vc i svg path {
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

*, *:focus, *:hover {
    outline: none
}

button:active, button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0 !important
}

input:focus, textarea:focus, select:focus {
    outline: none
}

input, textarea, select {
    outline: none;
    border-radius: 0;
    font-family: "Nunito Sans"
}

    textarea, input[type=text], input[type=button], input[type=submit] {
        -webkit-appearance: none;
        border-radius: 0
    }

header, main, footer, section, div, p, a, button, ul, ol, li, nav, span, form, picture {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

input, textarea {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    resize: none !important;
    margin: 0px;
    -webkit-appearance: none;
    outline-style: none;
    border-color: rgba(0,0,0,0)
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clear {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both
}

.show {
    display: block !important
}

.hide, .lg-sub-html {
    display: none !important
}

.open_window {
    overflow: hidden;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none
}

.overflow-hidden {
    overflow: hidden
}

.open_window, .open_window .wrapper, .home-number-wrapper .bottom-nav, .construction-progress .touch, .construction-progress .shadow-right {
    pointer-events: none
}

    .open_window .window-wrapper, .home-number-wrapper .height-xl {
        pointer-events: auto
    }

    .open_window .b24-widget-button-shadow, .open_window .b24-widget-button-wrapper, .open-menu-body .b24-widget-button-shadow, .open-menu-body .b24-widget-button-wrapper {
        display: none !important
    }

body {
    width: 100%;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    color: var(--black);
    background: var(--white);
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}

:root {
    --black: rgba(0, 0, 0, 1);
    --black-09: rgba(0, 0, 0, 0.9);
    --black-08: rgba(0, 0, 0, 0.8);
    --black-07: rgba(0, 0, 0, 0.7);
    --black-06: rgba(0, 0, 0, 0.6);
    --black-05: rgba(0, 0, 0, 0.5);
    --black-04: rgba(0, 0, 0, 0.4);
    --black-03: rgba(0, 0, 0, 0.3);
    --black-02: rgba(0, 0, 0, 0.2);
    --black-01: rgba(0, 0, 0, 0.1);
    --black-0: rgba(0, 0, 0, 0);
    --white: rgba(255, 255, 255, 1);
    --white-07: rgba(255, 255, 255, 0.7);
    --white-06: rgba(255, 255, 255, 0.6);
    --white-05: rgba(255, 255, 255, 0.5);
    --white-04: rgba(255, 255, 255, 0.4);
    --white-02: rgba(255, 255, 255, 0.2);
    --white-01: rgba(255, 255, 255, 0.1);
    --white-0: rgba(255, 255, 255, 0);
    --color-light: rgba(239, 239, 235, 1);
    --color-light2-05: rgba(244, 242, 237, 0.5);
    --color-light3: rgba(250, 249, 246, 1);
    --color-light3-04: rgba(250, 249, 246, 0.4);
    --color-light3-07: rgba(250, 249, 246, 0.7);
    --color-light4: rgba(229, 212, 206, 1);
    --color-yellow-light: rgba(255, 254, 240, 1);
    --color-yellow-light2: rgba(246, 245, 225, 1);
    --color-main: rgba(184, 134, 58, 1);
    --color-main-01: rgba(184, 134, 58, 0.1);
    --color-main-02: rgba(184, 134, 58, 0.2);
    --color-main-008: rgba(184, 134, 58, 0.08);
    --color-main-005: rgba(184, 134, 58, 0.05);
    --color-main-0: rgba(184, 134, 58, 0);
    --color-main-01-hex: rgba(250, 246, 240, 1);
    --color-red: rgba(232, 95, 95, 1);
    --color-green: rgba(137, 170, 40, 1);
    --color-yellow: rgba(246, 223, 9, 1)
}

.gradient-type-1 {
    background: #69391c;
    background: -moz-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
    background: linear-gradient(135deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%)
}

.gradient-bg {
    background: #69391c;
    background: -moz-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
    background: linear-gradient(135deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%)
}

.green-items {
    color: var(--white);
    background: var(--color-green)
}

.quote {
    display: inline-block;
    background: url(../img/quote.svg) no-repeat
}

.quote-type-0 .quote {
    position: absolute
}

.pattern-bg {
    position: relative
}

.swiper-slide.pattern-bg {
    overflow: hidden
}

.pattern-bg::before {
    content: "";
    position: absolute;
    background: url(../img/pattern.svg) repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1
}

.items-bg {
    background: var(--color-light3)
}

.wrapper, .center-items, .lrc-vc, .lr-vc, .lr-vb, .r-vc, .l-vc, .trb-c, .lt-c, .tlb-c, .l-b, .rl-lr {
    display: flex
}

.center-items {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center
}

.lrc-vc {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.lr-vc {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.lr-vb {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch
}

.r-vc {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center
}

.l-vc {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch
}

.trb-c {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center
}

.tlb-c {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch
}

.lt-c {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch
}

.l-b {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch
}

.rl-lr {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center
}

.br50 {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.br0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.padding-0 {
    padding: 0 !important
}

.img-style-1 {
    object-fit: cover;
    -webkit-background-size: cover;
    object-position: center;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block
}

.img-style-2 {
    object-fit: cover;
    -webkit-background-size: cover;
    object-position: center;
    background-position: center;
    display: block
}

.img-style-height {
    display: block;
    height: 100%
}

.scale-a img {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all 1s
}

.scale-a picture {
    overflow: hidden
}

.scale-a:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.05)
}

.ti-style-2 {
    background: none !important
}

.inner-page-top {
    position: relative;
    background: var(--white)
}

.maska {
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.border-gray {
    border: 1px solid var(--black-02)
}

.no-gradient::before {
    display: none !important
}

.wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh
}

.wrapper-v2 .col-center {
    margin: auto !important
}

.wrapper-v2 .top-header-promo {
    width: 100% !important;
    margin-left: 0 !important;
    max-height: 80vh
}

.col-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    min-height: 100vh;
    background: var(--color-main-01-hex);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    align-self: flex-start
}

.col-center {
    min-height: 100%;
    position: relative;
    background: var(--white)
}

.height-xl {
    background: var(--color-light3);
    position: relative
}

.border-light {
    border: 1px solid var(--black-02)
}

    .border-light:hover {
        border-color: var(--color-main)
    }

    .border-light:active svg {
        opacity: .5
    }

.bg-items {
    background: var(--color-main-005)
}

.language {
    display: flex
}

    .language span {
        color: var(--white);
        background: var(--color-main);
        display: block
    }

    .language a {
        display: block;
        background: var(--white)
    }

.col-left {
    z-index: 2
}

    .col-left h1 {
        font-weight: 800
    }

    .col-left p {
        color: var(--black-06)
    }

nav a, nav button {
    display: block;
    position: relative;
    background: none
}

    nav a:hover, nav button:hover {
        color: var(--color-main)
    }

.active-page {
    color: var(--color-main)
}

.phone-button:hover {
    color: var(--white);
    background: var(--color-main)
}

.phone-button:hover {
    color: var(--white);
    border-color: var(--color-main)
}

    .phone-button:hover a {
        color: var(--white)
    }

.favorites-links {
    position: relative
}

    .favorites-links i {
        position: absolute;
        background: var(--color-main);
        color: var(--white)
    }

    .instagram-xs:hover svg path, .favorites-links:hover svg path {
        stroke: var(--color-main)
    }

.links-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    position: relative;
    overflow: hidden;
    width: 100%
}

    .links-banner picture {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .links-banner .button {
        color: var(--white);
        background: var(--black-08);
        position: relative;
        z-index: 2
    }

    .links-banner:hover .button {
        background: var(--black-09)
    }

.more {
    background: var(--white);
    position: relative;
    z-index: 2
}

.links-banner:hover .more {
    background: var(--color-main)
}

    .links-banner:hover .more svg path {
        stroke: var(--white)
    }

.top-header-promo {
    position: relative;
    height: 100vh;
    z-index: 1
}

.background-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

    .background-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%)
    }

    .background-wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%)
    }

    .background-wrapper img {
        -webkit-animation: scale-img 8s alternate;
        animation: scale-img 8s alternate
    }

@-webkit-keyframes scale-img {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scale-img {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.thp-content {
    position: relative;
    z-index: 2;
    height: 100%
}

.label-1 {
    position: relative;
    color: var(--white);
    background: var(--color-main)
}

.wrapper-v2 .label-1::before {
    background: url(../img/circle-text-en.svg) center
}

.wrapper-v2-cn .label-1::before {
    background: url(../img/circle-text-cn.svg) center
}

.label-1::before {
    content: "";
    position: absolute;
    background: url(../img/circle-text.svg) center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4
}

.label-1:hover::before {
    opacity: 1
}

.label-1:active::before {
    opacity: .4
}

.label-1::before, .qr-items::before {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 12s linear infinite
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.label-1-title {
    position: relative;
    text-align: center
}

    .label-1-title::before, .label-1-title::after {
        content: "";
        position: absolute
    }

    .label-1-title::before {
        background: url(../img/label-element-left.svg) no-repeat
    }

    .label-1-title::after {
        background: url(../img/label-element-right.svg) no-repeat
    }

.label-1:hover i::before, .label-1:hover i::after {
    opacity: .4
}

.big-title {
    text-align: right
}

    .big-title i {
        color: var(--color-main)
    }

    .big-title strong {
        font-weight: 700;
        display: block;
        color: var(--color-light)
    }

.header-inner {
    position: relative
}

.hi-logo .language {
    display: flex
}

.text-items-type1 {
    position: relative;
    width: 100%;
    z-index: 3;
    background: var(--white)
}

.quote-type-1 .quote {
    position: absolute;
    left: 0
}

.center-text {
    margin: auto;
    position: relative;
    z-index: 4
}

    .center-text a:hover {
        color: var(--color-main)
    }

.bg-text {
    position: absolute;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-weight: 800;
    color: var(--color-light2-05);
    text-transform: uppercase;
    left: 0
}

    .bg-text ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        overflow: hidden;
        height:11rem;
        transform: translate(100%, 0)
    }

.first-items, .second-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0
}

.bg-text .first-items {
    animation: ticker 30s infinite linear forwards
}

.bg-text .second-items {
    animation: 30s ticker 15s infinite linear forwards
}

@keyframes ticker {
    0% {
        transform: translate(100%, 0)
    }

    50% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

.button-promo-1 {
    background: var(--color-light3);
    text-align: left;
    overflow: hidden
}

.bp-top {
    position: relative;
    z-index: 2
}

    .bp-top i {
        border: 1px solid var(--color-light4)
    }

.button-promo-1:hover .bp-top i, .button-promo-3:hover .bp-top i, .button-promo-4:hover .bp-top i {
    border-color: var(--color-main)
}

.bp-top span {
    background: var(--white)
}

.button-promo-1:hover .bp-top span {
    background: var(--color-light3)
}

.bp-middle {
    width: 100%;
    display: block
}

    .bp-middle img {
        margin: auto
    }

.bp-bottom {
    position: relative
}

    .bp-bottom small {
        display: block
    }

    .bp-bottom strong, .bp-bottom small {
        position: relative;
        z-index: 2
    }

    .bp-bottom img {
        position: absolute;
        right: 0
    }

.button-promo-2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--color-light3);
    text-align: left
}

    .button-promo-2 .bp-top i {
        border-color: var(--white);
        background: var(--white)
    }

    .button-promo-2:active .bp-top i {
        border-color: var(--white-0);
        background: var(--white-06)
    }

    .button-promo-2 span {
        color: var(--white);
        background: var(--black-05)
    }

    .button-promo-2 picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden
    }

        .button-promo-2 picture::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            background: -moz-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
            background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
            opacity: .1
        }

    .button-promo-2 .bp-bottom strong {
        color: var(--white)
    }

    .button-promo-2:hover picture::before {
        opacity: .2
    }

.button-promo-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--white);
    text-align: left;
    border: 1px solid var(--color-light4)
}

    .button-promo-3 .bp-top span {
        background: var(--color-light3)
    }

    .button-promo-3 .bp-bottom strong {
        display: block
    }

    .button-promo-3 picture {
        right: 0;
        top: 0;
        height: 100%
    }

        .button-promo-3 picture, .button-promo-3 picture .bp3-img-1, .button-promo-3 picture .bp3-img-2 {
            position: absolute;
            padding-top:20%
        }

            .button-promo-3 picture .bp3-img-1 {
                max-width: inherit
            }

            .button-promo-3 picture .bp3-img-2 {
                max-width: inherit;
                right: 0;
                bottom: 0
            }

.button-promo-4 {
    text-align: left;
    background: var(--color-yellow-light);
    position: relative;
    overflow: hidden
}

    .button-promo-4 .bp-top span {
        background: var(--color-yellow-light2)
    }

    .button-promo-4 .bp-bottom strong {
        display: block
    }

    .button-promo-4 picture, .bp4-img-2, .bp4-img-3 {
        position: absolute
    }

    .button-promo-4 picture {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.bp4-img-2 {
    right: 0;
    bottom: 0
}

.bp4-img-3 {
    top: 30%;
    left: 0
}

.houses-tab-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.ht-title h2 i {
    background: var(--color-main);
    color: var(--white)
}

.sliders-tab, .content-slider {
    position: relative;
    overflow: hidden;
    z-index: 3
}

.ht-navigation {
    position: absolute;
    background: var(--black-07);
    z-index: 2
}

.ht-button {
    color: var(--color-light3);
    background: var(--color-main-0)
}

    .ht-button:disabled {
        color: var(--color-light3) !important;
        background: var(--color-main-0)
    }

    .ht-button.active {
        color: var(--color-light3) !important;
        background: var(--color-main)
    }

    .ht-button:hover {
        color: var(--color-main)
    }

.tabcontent {
    display: none
}

.htab-slider-wrapper {
    height: 100%
}

    .htab-slider-wrapper .swiper-container {
        height: 100%
    }

.pages {
    position: absolute;
    z-index: 2;
    color: var(--color-light3);
    background: var(--black-07)
}

    .pages .slider-pagination {
        width: auto
    }

.prev, .next {
    position: absolute;
    z-index: 2;
    background: var(--black-07);
    cursor: pointer
}

.next {
    transform: rotate(180deg)
}

    .prev:hover, .next:hover {
        background: var(--black-09)
    }

.prev:active {
    background: var(--black-06)
}

.next:active {
    background: var(--black-06)
}

.zoom {
    position: absolute;
    background: var(--black-07) url(../img/zoom-in.svg) center no-repeat;
    z-index: 3
}

    .zoom:hover {
        background-color: var(--black-09)
    }

    .zoom:active {
        background-color: var(--black-06)
    }

.bottom-nav {
    position: absolute;
    z-index: 2
}

.button-default {
    color: var(--black);
    background: var(--color-light3)
}

    .button-default:hover {
        color: var(--color-main)
    }

    .button-default:active {
        color: var(--color-light3);
        background: var(--color-main)
    }

.border-main {
    border: 1px solid var(--color-main);
    background: var(--white-06)
}

    .border-main:hover {
        color: var(--color-light3);
        background: var(--color-main)
    }

    .border-main:active {
        color: var(--white-06)
    }

.htab-slider-wrapper picture::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    z-index: 3
}

.htab-slider-wrapper picture img {
    z-index: -1
}

.mstyle2 {
    display: none
}

.ico-wrappers {
    display: flex
}

.loader-items svg {
    margin: auto;
    display: block
}

.blockquote-type-1 {
    background: var(--color-main-005);
    position: relative
}

    .blockquote-type-1 .quote {
        position: absolute;
        left: 20%
    }

.construction-progress {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

    .construction-progress picture {
        position: relative
    }

    .construction-progress .height-xl picture {
        display: block;
        height: 100%
    }

.cp-items {
    position: absolute;
    z-index: 3;
    color: var(--color-light3);
    background: var(--black-07)
}

    .cp-items .cp-title-xs, .cp-items .cp-title-xl {
        display: block
    }

    .cp-items .cp-title-xs {
        color: var(--color-light3-07)
    }

    .cp-items .lr-vc {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }

        .cp-items .lr-vc strong {
            color: var(--color-light3);
            background: var(--black-08);
            font-weight: 400
        }

    .cp-items:hover .lr-vc strong {
        background: var(--black-09)
    }

    .cp-items .lr-vc i {
        background: var(--color-light3)
    }

    .cp-items:hover .lr-vc i {
        background: var(--color-main)
    }

        .cp-items:hover .lr-vc i svg path {
            stroke: var(--color-light3)
        }

.construction-progress .shadow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.text-bg {
    background: var(--color-main-005);
    position: relative
}

.sertifikaty-wrapper .text-bg i {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative
}

.tbd {
    color: var(--black);
    background: var(--color-main-01);
    font-weight: 600;
    border: 1px solid var(--color-main-0)
}

    .tbd:hover {
        color: var(--black);
        border-color: var(--color-main)
    }

    .tbd.active {
        cursor: default;
        color: var(--color-light3);
        background: var(--color-main)
    }

    .tbd:active {
        color: var(--color-light3)
    }

.tabcontent-default {
    position: relative;
    display: none
}

.planirovochnye-resheniya_content.tabcontent-default {
    display: block
}

.tabcontent-default .swiper-container .img-style-1 {
    z-index: 2;
    position: relative;
    background-repeat: no-repeat
}

.tabcontent-default .swiper-container picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery-wrappers {
    position: relative;
    overflow: hidden
}

.swiper-slide .swiper-lazy {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat
}

.gw-items {
    width: 100%;
    position: relative
}

    .gw-items::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: var(--white);
        z-index: 3
    }

.prev-t2, .next-t2 {
    border: 1px solid var(--black-02);
    background: var(--white);
    position: absolute;
    cursor: pointer
}

.next-t2 {
    transform: rotate(180deg)
}

    .prev-t2:hover, .next-t2:hover {
        border-color: var(--color-main)
    }

    .prev-t2:active, .next-t2:active {
        background: var(--color-main)
    }

    .prev-t2 svg path, .next-t2 svg path {
        stroke: var(--black)
    }

    .prev-t2:active svg path, .next-t2:active svg path {
        stroke: var(--color-light3)
    }

.swiper-button-disabled {
    opacity: .2;
    cursor: default !important
}

    .swiper-button-disabled.prev-t2 svg path, .swiper-button-disabled.next-t2 svg path {
        stroke: var(--black)
    }

    .swiper-button-disabled.prev-t2:hover, .swiper-button-disabled.next-t2:hover {
        border-color: var(--black-02) !important
    }

    .swiper-button-disabled.prev-t2:active, .swiper-button-disabled.next-t2:active {
        background: var(--white) !important
    }

.open_window .swiper-button-disabled, .inner-small-page .swiper-button-disabled, .home-slider .swiper-button-disabled {
    opacity: 0
}

.more-inf-button {
    position: absolute;
    z-index: 2;
    background: var(--black-07)
}

    .more-inf-button:hover {
        background-color: var(--black-08)
    }

    .more-inf-button:active {
        background-color: var(--black-06)
    }

.mne-vazhno {
    position: relative;
    overflow: hidden
}

    .mne-vazhno .tab-button-default button {
        white-space: nowrap
    }

.parkovka-dlya-avtomobiley {
    position: relative;
    overflow: hidden
}

.parking-inf {
    border: 1px solid var(--black-02)
}

    .parking-inf .l-vc strong {
        white-space: nowrap
    }

.parking-left a .p-text {
    text-decoration: underline
}

.parking-left a:hover .p-text {
    color: var(--color-main)
}

.ico-parking {
    background: url(../img/parking.svg) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.ico-kladovye {
    background: url(../img/kladovye.svg) no-repeat;
    display: inline-block;
    vertical-align: middle
}

.col-title-2 .quote {
    position: absolute;
    transform: rotate(180deg)
}

.col-w50 {
    width: 100%
}

.banner-xl, .banner-xxl {
    position: relative;
    overflow: hidden;
    z-index: 3
}

.banner-xxl {
    width: auto
}

.full-width {
    width: 100%
}

.col-w50 .full-width {
    width: 50%
}

.banner-xl picture, .banner-xxl picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

    .banner-xl picture::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: .6
    }

    .banner-xxl picture::before, .banner-content picture::before, .apartment-fb picture::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: .7
    }

.banner-xl:hover picture::before, .banner-xxl:hover picture::before, .banner-content:hover picture::before {
    opacity: .9
}

.bottom-banner {
    z-index: 2;
    color: var(--color-light3)
}

    .bottom-banner strong {
        display: block
    }

    .bottom-banner i {
        display: inline-block
    }

    .bottom-banner small {
        position: absolute
    }

.komfort-live h2 {
    position: relative;
    display: inline-block;
    padding-right: 0
}

.circular-waves {
    position: absolute;
    background: var(--color-red);
    z-index: 2
}

    .circular-waves::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        animation: waves .8s linear infinite
    }

.instagram-gallery {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "instagram-items-1 instagram-items-2 instagram-items-3 instagram-items-5" "instagram-items-1 instagram-items-4 instagram-items-4 instagram-items-6"
}

    .instagram-gallery picture {
        position: relative
    }

.instagram-items-1 {
    grid-area: instagram-items-1
}

.instagram-items-2 {
    grid-area: instagram-items-2
}

.instagram-items-3 {
    grid-area: instagram-items-3
}

.instagram-items-4 {
    grid-area: instagram-items-4
}

.instagram-items-5 {
    grid-area: instagram-items-5;
    background: var(--color-main)
}

    .instagram-items-5:hover {
        background: var(--color-main-01-hex)
    }

        .instagram-items-5:hover svg path {
            stroke: var(--color-main)
        }

    .instagram-items-5:active svg path {
        opacity: .5
    }

.instagram-items-6 {
    grid-area: instagram-items-6
}

.instagram-gallery i {
    position: absolute;
    z-index: 2;
    color: var(--color-light3);
    background: var(--black-07)
}

.news-items {
    position: relative;
    color: var(--color-light3);
    overflow: hidden
}

    .news-items picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden
    }

        .news-items picture::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            z-index: 2;
            width: 100%;
            height: 100%;
            opacity: .7
        }

    .news-items:hover picture::before {
        opacity: .9
    }

    .news-items h3, .news-items span {
        position: relative;
        z-index: 3
    }

        .news-items h3 i {
            display: block
        }

    .news-items span {
        display: flex
    }

.user img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.date {
    background: var(--black-07)
}

.block-wrapper-items .col-w50, .col-w25 {
    display: flex;
    flex-wrap: wrap
}

.news-date {
    display: inline-block;
    background: var(--color-main-01-hex)
}

.inner-small-page {
    position: inherit
}

    .inner-small-page::after {
        content: "";
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(184, 134, 58, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(184, 134, 58, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(184, 134, 58, 0.1) 0%, rgba(255, 255, 255, 0) 100%)
    }

.inner-small-page-wrapper {
    overflow: hidden
}

.content-text h2 {
    font-weight: 800
}

.content-text h3 {
    font-weight: 800
}

.content-text ul {
    list-style-type: disc
}

.content-text ol {
    list-style-type: decimal
}

.content-text a {
    color: var(--color-main)
}

.content-text blockquote {
    color: var(--white);
    background: var(--color-main)
}

    .content-text blockquote p {
        margin: 0 !important
    }

.col-w25 .news-items picture::before {
    opacity: .5
}

.col-w25 .date {
    background-color: var(--black-04)
}

.in-archive:hover {
    color: var(--color-main)
}

.bottom-form-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .bottom-form-wrapper::after {
        content: "";
        position: absolute;
        background: url(../img/sr_logo.svg) no-repeat;
        right: 0
    }

.center-text.ct-left {
    max-width: 100%
}

.form-wrapper {
    border: 1px solid var(--black-02);
    z-index: 4
}

    .form-wrapper.banner-xl {
        overflow: inherit
    }

.phone-masker {
    display: flex;
    position: relative;
    background: var(--color-main-005)
}

    .phone-masker.is-open {
        z-index: 9
    }

    .phone-masker.is-init {
        width: 100%;
        display: flex;
        align-items: center
    }

    .phone-masker input {
        font-weight: 600;
        background: none;
        flex-grow: 1;
        border: 0;
        width: 100%
    }

.phone-masker__prefix-btn {
    position: absolute;
    background: var(--color-main);
    border: 0
}

    .phone-masker__prefix-btn::before {
        content: "";
        position: absolute;
        background: url(../img/arrow-white.svg) center no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .phone-masker__prefix-btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform .2s;
        transition: transform .2s
    }

.is-open > .phone-masker__prefix-btn::before {
    transform: rotate(-180deg)
}

.phone-masker__prefix {
    flex-shrink: 0;
    display: none;
    font-weight: 800
}

.is-init > .phone-masker__prefix {
    display: block
}

.phone-masker__prefix-box {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 0;
    border: 1px solid var(--black-01);
    padding: 20px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background: var(--white)
}

.is-open > .phone-masker__prefix-box {
    left: 0;
    width: auto;
    visibility: visible
}

.phone-masker__prefix-list {
    overflow: auto;
    white-space: nowrap;
    color: var(--black)
}

.phone-masker__prefix-item {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

    .phone-masker__prefix-item.is-active {
        color: var(--color-main)
    }

    .phone-masker__prefix-item:hover, .phone-masker__prefix-item:focus {
        background: var(--color-main-01)
    }

.fw-bottom p {
    color: var(--black-03)
}

.button-ar {
    background: none;
    position: relative
}

    .button-ar:active {
        color: var(--color-main)
    }

    .button-ar i {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid var(--color-main)
    }

    .button-ar:hover i {
        background: var(--color-main)
    }

        .button-ar:hover i svg path {
            stroke: var(--color-light3)
        }

.bottom-form-wrapper .form-sent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    background: var(--color-main-005);
    border-color: var(--color-green)
}

    .bottom-form-wrapper .form-sent p strong {
        display: block
    }

.phone-bottom-wrapper {
    background: var(--color-main-005)
}

.qr-items {
    position: absolute;
    top: 50%;
    background: var(--color-main);
    border: 1px solid var(--color-main)
}

.wrapper-v2 .qr-items::before {
    background: url(../img/qr-kp-text-en.svg) no-repeat center
}

.wrapper-v2-cn .qr-items::before {
    background: url(../img/qr-kp-text-cn.svg) no-repeat center
}

.qr-items::before {
    content: "";
    position: absolute;
    background: url(../img/qr-kp-text.svg) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.address-items p strong {
    display: block
}

.way, .way a {
    color: var(--black-03)
}

    .way a:hover {
        color: var(--color-main)
    }

    .way li {
        margin-top: 5px
    }

        .way li, .way li i {
            display: inline-block
        }

.filter-wrapper {
    position: relative
}

.filter-items strong {
    display: block
}

.size-wrapper {
    position: relative;
    background: var(--color-main-005);
    display: flex;
    flex-wrap: wrap
}

    .size-wrapper button {
        background: var(--color-main-0);
        font-weight: 600
    }

        .size-wrapper button:hover {
            color: var(--color-main)
        }

        .size-wrapper button.active {
            color: var(--white);
            background: var(--color-main)
        }

.filter-items.favorites-links-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.select2-container {
    position: relative;
    background: var(--color-main-005)
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        user-select: none;
        -webkit-user-select: none
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 600
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    background: var(--color-main);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: block;
        background: url(../img/arrow-white.svg) no-repeat center;
        width: 100%;
        height: 100%
    }

.select2-dropdown {
    border: 1px solid var(--black-01);
    z-index: 9;
    background: var(--white)
}

.select2-results__option--selected {
    color: var(--white);
    background: var(--color-main) !important;
    border-color: var(--color-main-0) !important
}

.select2-results__options {
    display: flex;
    flex-wrap: wrap
}

.select2-results__option {
    border: 1px solid var(--black-01);
    text-align: center
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--color-main-01)
}

.select2-container--open .select2-selection__arrow {
    transform: rotate(-180deg)
}

.bn-right {
    left: inherit
}

    .bn-right .button-default {
        margin-right: 0 !important
    }

.vybrat-kvartiru-top-banner picture::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: .5
}

.vybrat-kvartiru-top-banner.pattern-bg::before, .construction-progress .pattern-bg::before {
    z-index: 1
}

.vybrat-kvartiru-top-banner picture, .construction-progress .height-xl picture {
    z-index: 2
}

.vybrat-kvartiru-top-banner .bottom-nav, .construction-progress .touch, .construction-progress .shadow-right {
    z-index: 3
}

.title-br {
    display: block
}

.svg-white svg path {
    stroke: var(--color-light3)
}

.right-ico-button {
    left: inherit !important
}

.block-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px
}

.block-items {
    margin: 30px 0 0 30px;
    padding: 30px;
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -o-calc(25% - 30px);
    width: calc(25% - 30px);
    border: 1px solid var(--black-02)
}

    .block-items:hover {
        border-color: var(--color-main)
    }

.bi-bottom a {
    font-weight: 800
}

    .bi-bottom a:hover {
        color: var(--color-main)
    }

    .bi-bottom a i {
        display: block;
        font-weight: 600;
        color: var(--black)
    }

    .bi-bottom a:hover i {
        color: var(--black)
    }

.bi-bottom button {
    background: var(--color-main-0)
}

    .bi-bottom button:active svg path, .bi-bottom button.active svg path {
        stroke: var(--white)
    }

    .bi-bottom button:active svg, .bi-bottom button.active svg {
        transform: scale(1) !important
    }

    .bi-bottom button:active, .bi-bottom button.active {
        background: var(--color-main)
    }

    .bi-bottom button.active {
        border-color: var(--color-main)
    }

        .bi-bottom button.active:hover svg {
            transform: scale(0.9) !important
        }

    .bi-bottom button svg {
        opacity: 1 !important
    }

    .bi-bottom button:hover svg {
        transform: scale(1.1)
    }

.home-number {
    color: var(--white);
    background: var(--color-main)
}

.home-small-title {
    color: var(--white);
    background: var(--black-05)
}

.banner-content {
    position: relative;
    overflow: hidden
}

    .banner-content picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

.bc-items {
    position: relative;
    z-index: 2
}

    .bc-items strong {
        color: var(--color-light3)
    }

.banner-link {
    position: absolute;
    z-index: 2;
    color: var(--white-07)
}

    .banner-link:hover {
        color: var(--white)
    }

.planirovochnye-resheniya .tabcontent-default {
    border: 1px solid var(--black-02)
}

    .planirovochnye-resheniya .tabcontent-default .button-default {
        background: var(--color-main-01);
        font-weight: 600;
        border: 1px solid var(--color-main-0)
    }

        .planirovochnye-resheniya .tabcontent-default .button-default:hover {
            color: var(--black);
            border-color: var(--color-main)
        }

        .planirovochnye-resheniya .tabcontent-default .button-default:active {
            color: var(--white);
            background: var(--color-main)
        }

.zoom-button {
    background: none
}

    .zoom-button svg path {
        stroke: var(--black)
    }

.hor-wrapper {
    position: relative;
    overflow: hidden
}

    .hor-wrapper picture {
        display: block;
        width: 100%;
        height: 100%
    }

.hw-inner {
    max-width: 80%;
    width: 100%
}

.apartment-wrapper {
    position: relative;
    z-index: 4
}

.apartment-tab {
    width: 100%
}

.apartment-tab-img {
    overflow: hidden;
    position: relative
}

    .apartment-tab-img picture {
        display: block;
        height: 100%
    }

.apartment-img-default picture, .apartment-img-default img {
    width: auto;
    display: block
}

.apartment-img-default img {
    cursor: zoom-in
}

.apartment-hor-scroll picture, .apartment-hor-scroll img {
    width: 100%;
    height: auto
}

.apartment-tab-bottom .button-default {
    background: var(--color-main-01);
    font-weight: 600;
    border: 1px solid var(--color-main-0)
}

    .apartment-tab-bottom .button-default:hover {
        color: var(--black);
        border-color: var(--color-main)
    }

    .apartment-tab-bottom .button-default:active {
        color: var(--white);
        background: var(--color-main)
    }

.apartment-fb {
    width: 40%;
    color: var(--color-light3)
}

    .apartment-fb picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

.apartment-id, .apartment-title, .apartment-bottom {
    position: relative;
    z-index: 2
}

.apartment-bottom {
    background: var(--black-05);
    width: 100%
}

    .apartment-bottom:hover {
        background: var(--black-07)
    }

    .apartment-bottom .ww-form-title strong strong {
        display: block;
        width: 100%
    }

    .apartment-bottom .ww-form-2 {
        margin-top: 0 !important
    }

.sunup {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white);
    z-index: 2
}

.apartment-fb-type-2 {
    position: relative;
    color: var(--black)
}

    .apartment-fb-type-2 .apartment-bottom {
        color: var(--color-light);
        background: var(--color-main)
    }

    .apartment-fb-type-2 .tel {
        color: var(--color-light)
    }

    .apartment-fb-type-2 .text-items {
        display: block
    }

.apartment-items .swiper-wrapper picture {
    display: flex
}

.apartment-items .zoom-button {
    position: absolute;
    right: 0;
    bottom: 0
}

.lg-outer .lg-image {
    min-height: 80% !important
}

.apartment-items .swiper-wrapper {
    height: 100% !important
}

.check-wrapper .button-default {
    border: 1px solid var(--color-main);
    background: var(--color-main-0);
    white-space: nowrap
}

    .check-wrapper .button-default:hover {
        color: var(--white);
        background: var(--color-main)
    }

.check-wrapper ul li {
    position: relative
}

    .check-wrapper ul li::before {
        content: "";
        position: absolute;
        background: url(../img/check-li.svg) no-repeat;
        top: 0;
        left: 0
    }

.contacts-wrapper {
    height: 100%
}

.maps-wrapper-page {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.contacts-items {
    background: var(--white);
    position: relative;
    z-index: 2
}

.contacts-tel {
    display: inline-block
}

.contacts-items-bottom {
    border-top: 1px solid var(--black-02)
}

.cib-links .button-default {
    background: var(--color-main-01-hex);
    white-space: nowrap;
    padding: 0;
    width: 100%;
    border: 1px solid var(--color-main-0)
}

    .cib-links .button-default:hover {
        border-color: var(--color-main)
    }

    .cib-links .button-default:active {
        background: var(--color-main)
    }

.video-items {
    width: 100%;
    overflow: hidden
}

    .video-items i {
        background: var(--black-07);
        position: relative;
        z-index: 3;
        cursor: pointer
    }

        .video-items i:active {
            background: var(--black-07)
        }

        .video-items i:hover {
            background: var(--black-09)
        }

    .video-items .video-ico {
        margin: 0 0 30px 30px
    }

    .video-items picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

.document-items:hover {
    color: var(--white);
    background: var(--color-main)
}

    .document-items:hover .border-light {
        border-color: var(--white-02)
    }

    .document-items:hover svg path {
        stroke: var(--white)
    }

.top-header-promo-2 {
    color: var(--color-light)
}

    .top-header-promo-2 .background-wrapper::after {
        background: var(--black-05)
    }

.thp-2-items {
    position: relative;
    z-index: 2;
    height: 100%
}

.thp-2-middle h1 {
    text-transform: uppercase
}

.label-2 {
    position: absolute;
    color: var(--color-light);
    background: var(--color-main);
    text-align: center
}

    .label-2 strong {
        display: block
    }

.top-header-promo-2 {
    background: none !important
}

.pw-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "project-1 project-3 project-4 project-4" "project-2 project-3 project-5 project-6";
    width: 100%;
    height: 100%
}

.project-items {
    position: relative;
    overflow: hidden
}

    .project-items picture {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }

    .project-items i {
        position: absolute;
        z-index: 3
    }

.project-1 {
    grid-area: project-1
}

.project-2 {
    grid-area: project-2
}

.project-3 {
    grid-area: project-3
}

.project-4 {
    grid-area: project-4
}

.project-5 {
    grid-area: project-5
}

.project-6 {
    grid-area: project-6
}

.project-title {
    color: var(--color-light) !important;
    background: var(--black-07)
}

.project-items:hover .project-title {
    background: var(--color-main)
}

.year-slider-wrapper {
    position: relative;
    border-top: 1px solid var(--white-02)
}

    .year-slider-wrapper .content-is {
        height: inherit !important
    }

.year-wrapper {
    color: var(--color-light);
    background: var(--color-main)
}

    .year-wrapper h2 {
        color: var(--white-05)
    }

.year-slider-wrapper .prev, .year-slider-wrapper .next {
    background: none;
    border: 1px solid var(--white-05)
}

    .year-slider-wrapper .prev:hover, .year-slider-wrapper .next:hover {
        background: var(--white-02);
        border-color: var(--white-0)
    }

.year-slider-wrapper .prev {
    left: inherit !important
}

.year-slider-wrapper .next {
    right: 0
}

.year-slider-wrapper .swiper-slide {
    opacity: 0 !important
}

.year-slider-wrapper .swiper-slide-active {
    opacity: 1 !important
}

.year-title {
    font-weight: 800;
    display: block
}

    .year-title i {
        opacity: .5;
        font-weight: 600;
        display: inline-block
    }

.banner {
    position: relative;
    overflow: hidden;
    color: var(--white)
}

    .banner picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

        .banner picture::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
            z-index: 2;
            opacity: .7
        }

    .banner:hover picture::before {
        opacity: .8
    }

    .banner p {
        max-width: 60%
    }

    .banner p, .banner .button-default {
        position: relative;
        z-index: 3
    }

.sertifikaty-wrapper {
    position: relative;
    overflow: hidden
}

.slider-items-wrapper {
    position: relative
}

    .slider-items-wrapper .swiper-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch !important;
        align-content: stretch;
        height: 100% !important
    }

.slider-item {
    border: 1px solid var(--black-02);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

    .slider-item:hover {
        border-color: var(--color-main)
    }

.sertifikaty picture {
    display: block;
    margin: auto
}

.sertifikaty p {
    text-align: center
}

.sertifikaty:hover p {
    color: var(--color-light);
    background: var(--color-main)
}

.table th {
    font-weight: 700
}

.table tr:nth-child(2n) td {
    background: var(--color-main-008)
}

.table tr th, .table tr td {
    width: 50%
}

    .table tr th:last-child, .table tr td:last-child {
        padding-left: 0
    }

.load_items {
    cursor: default;
    -webkit-transition: all 0ms linear;
    transition: all 0ms linear
}

    .load_items .ico-button {
        background-color: var(--color-main);
        background-image: url(../img/loaders.svg) !important;
        background-size: 1.25vw !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-transition: all 0ms linear;
        transition: all 0ms linear
    }

        .load_items .ico-button svg {
            opacity: 0
        }

.phone-masker.errro {
    background: #ffeef2 !important
}

.footer-wrapper {
    position: relative
}

   /* .footer-wrapper::after {
        content: "";
        display: block;
        background: url(../img/pattern-xl.svg) repeat top left;
        width: 100%
    }*/

.footer-site {
    border-top: 1px solid var(--black-01);
    display: grid;
    grid-template-columns: 35% 55% 10%;
    grid-template-rows: auto auto;
    grid-auto-columns: auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "footer-1 footer-2 footer-2" "footer-3 footer-3 footer-4"
}

.footer-1 {
    grid-area: footer-1;
    color: var(--black-03)
}

    .footer-1 a[href^="tel:"] {
        color: var(--black-03);
        text-decoration: none;
        pointer-events: none
    }

    .footer-1 a {
        color: var(--black-03);
        text-decoration: underline
    }

        .footer-1 a:hover {
            color: var(--black)
        }

.footer-2 {
    grid-area: footer-2
}

.pdf-links i {
    display: block;
    background: url(../img/pdf.svg) no-repeat left center;
    color: var(--black) !important
}

.footer-2 a:last-child {
    margin-right: 0
}

.footer-2 a:hover {
    color: var(--color-main)
}

.footer-3 {
    grid-area: footer-3;
    width: fit-content
}

    .footer-3 strong {
        font-weight: 400
    }

    .footer-3:hover i {
        color: var(--color-main);
        background: var(--color-light2-05);
        border-color: var(--color-main)
    }

.footer-4 {
    grid-area: footer-4;
    text-align: right;
    position: relative
}

.go-top {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-90deg)
}

    .go-top:hover svg path {
        stroke: var(--color-light3)
    }

    .go-top:active svg {
        opacity: .5
    }

.window-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: grid !important;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    background: var(--black-07);
    transition: all .55s ease
}

    .window-wrapper.hide-window {
        opacity: 0 !important;
        visibility: hidden !important
    }

.open_window .window-wrapper {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll
}

.ww-container {
    position: relative;
    align-self: center;
    justify-self: center
}

.window-width-1 {
    width: 100%
}

.ww-items, .ww-title {
    position: relative
}

.ww-title {
    color: var(--color-light3)
}

.ww-container .top-close .ico-button {
    margin: auto
}

.close {
    background: var(--color-main-0);
    border: 1px solid var(--white-02)
}

    .close:hover {
        background: var(--color-main);
        border-color: var(--white-0)
    }

    .close:active svg {
        opacity: .6
    }

.ww-content {
    background: var(--white);
    position: relative;
    z-index: 2
}

    .ww-content .swiper-wrapper {
        height: auto !important
    }

    .ww-content h2 {
        font-weight: 700
    }

.ww-title::before {
    content: "";
    position: absolute;
    background: var(--white);
    width: 100%;
    left: 0
}

.window-width-1 .ww-content {
    position: relative
}

    .window-width-1 .ww-content a {
        color: var(--color-main)
    }

.inf-items {
    border: 1px solid var(--black-02)
}

    .inf-items ol {
        list-style-type: decimal
    }

        .inf-items ol li:first-child {
            margin: 0
        }

.close-text {
    display: block;
    color: var(--color-light3);
    text-align: center;
    opacity: .5;
    width: 100%;
    cursor: pointer
}

    .close-text:hover {
        opacity: 1
    }

.content-is {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.content-img-slider {
    position: relative;
    overflow: hidden;
    z-index: 3
}

.window-sale-xl {
    background: var(--color-main);
    position: fixed;
    z-index: 99
}

.ws-img {
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.ws-form {
    color: var(--color-light)
}

.ws-title h2 {
    width: 80%
}

.ws-title .close:hover {
    background: var(--white-02)
}

.ws-forms-items {
    border-top: 1px solid var(--white-02)
}

    .ws-forms-items .phone-masker.is-init {
        background: var(--white)
    }

    .ws-forms-items .phone-masker__prefix {
        color: #000
    }

    .ws-forms-items .fw-bottom p {
        color: var(--white-05)
    }

    .ws-forms-items .button-ar {
        color: var(--color-light)
    }

        .ws-forms-items .button-ar:active {
            color: var(--white-02)
        }

        .ws-forms-items .button-ar i {
            border-color: var(--color-light)
        }

            .ws-forms-items .button-ar i svg path {
                stroke: var(--color-light)
            }

        .ws-forms-items .button-ar:hover i {
            border-color: var(--white-0);
            background: var(--white-02)
        }

    .ws-forms-items .phone-masker__prefix-item {
        color: var(--black)
    }

        .ws-forms-items .phone-masker__prefix-item.is-active {
            color: var(--color-main)
        }

    .ws-forms-items .phone-masker.is-init {
        margin-top: 0
    }

    .ws-forms-items .ww-form-2 {
        margin-top: 0;
        background: var(--white-02);
        text-align: left
    }

        .ws-forms-items .ww-form-2 strong {
            display: block
        }

.main-color-form {
    background: var(--color-main)
}

    .main-color-form .phone-masker.is-init {
        margin-top: 0 !important
    }

    .main-color-form .phone-masker.is-init, .apartment-bottom .phone-masker.is-init {
        color: var(--black);
        background: var(--white)
    }

    .main-color-form .fw-bottom p, .apartment-bottom .fw-bottom p {
        color: var(--white-05)
    }

    .main-color-form .button-ar, .apartment-bottom .button-ar {
        color: var(--color-light)
    }

        .main-color-form .button-ar i, .apartment-bottom .button-ar i {
            border-color: var(--color-light)
        }

        .main-color-form .button-ar:hover i, .apartment-bottom .button-ar:hover i {
            border-color: var(--white-0);
            background: var(--white-02)
        }

        .main-color-form .button-ar:active, .apartment-bottom .button-ar:active {
            color: var(--white-02)
        }

        .main-color-form .button-ar i svg path, .apartment-bottom .button-ar i svg path {
            stroke: var(--color-light)
        }

.ww-form-title, .apartment-bottom .ww-form-title {
    color: var(--color-light)
}

    .ww-form-title strong {
        max-width: 60%
    }

    .apartment-bottom .ww-form-title strong {
        max-width: 100%
    }

    .ww-form-title a {
        color: var(--color-light)
    }

.main-color-form .ww-form-2 {
    margin-top: 0;
    color: var(--color-light);
    background: var(--white-02);
    text-align: left;
    display: block
}

    .main-color-form .ww-form-2 strong {
        display: block
    }

.open_img-inf {
    z-index: 3
}

.active-img-button {
    background-color: var(--color-main) !important;
    transform: rotate(45deg) !important
}

.gallery-items-inf {
    position: absolute;
    z-index: 2;
    color: var(--color-light3);
    background: var(--black-07);
    -webkit-animation: gii .25s linear;
    animation: gii .25s linear
}

@-webkit-keyframes gii {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gii {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bottom-fixed-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: var(--black-05)
}

.button-w100 {
    width: 100%
}

.map {
    position: relative
}

.map__filter {
    position: relative;
    width: 100%;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none
}

body[class*=-fullscreen] .raspolozhenie-i-infrastruktura .map__filter {
    position: fixed;
    z-index: 99999
}

.open_window ymaps[class*=-controls__toolbar_right] {
    display: none !important
}

.map__filter::-webkit-scrollbar {
    display: none
}

.map__filter-toggle-btn {
    display: none
}

.map__filter-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, min-content);
    grid-auto-flow: column;
    gap: 0;
    min-width: 0;
    margin: 0;
    list-style: none
}

.map__filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    background: #f3e4cb;
    border: 0
}

.map__filter-btn-badge {
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    background: var(--color, #408de4);
    border-radius: 50%
}

.map__filter-btn.is-active {
    background: #f6af5e
}

.map__zoom-controls {
    display: grid
}

.map__btn {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #fff 50% 50% no-repeat;
    background-size: 70% auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear
}

    .map__btn:hover {
        background-color: var(--color-main-01-hex);
        border-color: var(--color-main)
    }

.map__zoom-in {
    background-image: url(../img/maps/plus.svg);
    background-position: center
}

.map__zoom-out {
    background-image: url(../img/maps/minus.svg);
    background-position: center
}

.map__fullscreen-btn {
    background-image: url(../img/maps/maximize.svg);
    background-position: center
}

body[class*=-fullscreen] .map__fullscreen-btn {
    background-image: url(../img/maps/minimize.svg);
    background-position: center
}

body[class*=-fullscreen] .htpl-t {
    display: none !important
}

.map__radius-hint {
    position: relative;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    white-space: nowrap
}

.map__radius-hint-text1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.map__radius-hint-text2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.map__filter {
    position: absolute;
    z-index: 2;
    width: auto;
    overflow: visible
}

.map__filter-toggle-btn, .map__filter-toggle-icon {
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0;
    cursor: pointer;
    border-radius: 50%
}

.map__filter-toggle-btn {
    z-index: 2;
    opacity: 0
}

.map__filter-toggle-icon {
    background: var(--color-main) url(../img/maps/filter.svg) no-repeat center
}

.map__filter-list {
    display: none;
    grid-auto-flow: unset;
    background: #fff
}

:checked ~ .map__filter-list {
    display: block
}

.map__filter-btn {
    font-weight: 400;
    background: none
}

    .map__filter-btn.is-active {
        color: #e39b54;
        background: none
    }

ymaps[class*=-b-cluster-tabs__menu-item_current_yes] {
    background: var(--color-main);
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    ymaps[class*=-b-cluster-tabs__menu-item_current_yes] ymaps {
        color: var(--white) !important
    }

ymaps[class*=-balloon__content] {
    padding: 15px
}

ymaps[class*=-cluster-tabs__menu-item] {
    margin-bottom: 0;
    padding: 8px 10px 8px 10px
}

    ymaps[class*=-cluster-tabs__menu-item] ymaps {
        padding: 0 !important
    }

ymaps[class*=-b-cluster-tabs__menu-item-text] {
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

ymaps[class*=-b-cluster-tabs__section_type_content] {
    padding: 0 0 0 15px
}

ymaps[class*=-balloon__close-button] {
    height: 30px
}

ymaps[class*=-b-cluster-tabs__section_type_nav] {
    border-right: 0
}

.map__radius-hint .map__radius-hint-text1, .map__radius-hint .map__radius-hint-text2 {
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

ymaps[class*=-b-cluster-content__body] a, ymaps[class*=-balloon_layout_normal] ymaps[class*=-balloon__content] ymaps ymaps a {
    color: var(--color-main);
    display: inline-block;
    margin: 15px 0 0 0;
    border: 2px solid var(--color-main-01-hex);
    background: var(--color-main-01-hex);
    padding: 0 10px 0 10px;
    line-height: 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

    ymaps[class*=-b-cluster-content__body] a:hover {
        background: none
    }

ymaps[class*=-balloon-content__header] {
    padding-right: 15px
}

ymaps[class*=-b-cluster-tabs__menu] {
    padding-right: 5px
}

.kontakty_map {
    height: 100%
}

    .kontakty_map ymaps[class*=-areas-pane], .kontakty_map .map__radius-hint-text1, .kontakty_map .map__radius-hint-text2, .kontakty_map ymaps[class*=-map-copyrights-promo], .kontakty_map .map__fullscreen-btn, .window-wrapper ymaps[class*=-controls__toolbar_left], .window-wrapper ymaps[class*=-gototech], .raspolozhenie-i-infrastruktura ymaps[class*=-gotoymaps] {
        display: none !important
    }

    .kontakty_map ymaps[class*=-controls__control] {
        position: absolute
    }

.cookie-item {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99999;
    background: var(--color-main);
    color: var(--white);
    border-radius: 2rem;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 34px auto auto;
    gap: 10px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    line-height: 16px
}

    .cookie-item a {
        color: var(--white);
        text-decoration: underline
    }

        .cookie-item a:hover {
            opacity: .5
        }

    .cookie-item svg {
        width: 34px;
        height: 34px
    }

    .cookie-item button {
        background: var(--white);
        color: var(--color-main);
        border: 1px solid var(--white);
        height: 36px;
        border-radius: 20px;
        font-size: 15px;
        line-height: 16px;
        padding: 0 15px 0 15px;
        font-weight: 600
    }

        .cookie-item button:hover {
            color: var(--white);
            background: var(--color-main)
        }

@media all and (max-height: 600px) {
    .window-sale-xl {
        position: absolute
    }
    
}

@media all and (min-width: 1600px) {
    .window-wrapper {
        -webkit-backdrop-filter: blur(0.2604166667vw);
        backdrop-filter: blur(0.2604166667vw)
    }

    .window-width-1 {
        width: 32.2916666667vw
    }

    .window-width-2 {
        width: 38.5416666667vw
    }

    .ww-title {
        padding: 1.4583333333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
        -webkit-border-radius: 1.25vw 1.25vw 0 0;
        border-radius: 1.25vw 1.25vw 0 0
    }

        .ww-title h2 {
            font-size: 1.4583333333vw;
            line-height: 1.4583333333vw
        }

    .window-width-2 .ww-title h2 {
        font-size: 1.25vw
    }

    .window-width-1 .ww-title {
        padding-left: 3.125vw;
        padding-right: 3.125vw
    }

    .ww-container .top-close {
        padding-top: 4.1666666667vw;
        padding-bottom: 3.125vw
    }

    .ww-content {
        padding: .5208333333vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
        -webkit-border-radius: 0 0 1.25vw 1.25vw;
        border-radius: 0 0 1.25vw 1.25vw
    }

        .ww-content h2 {
            font-size: .9375vw;
            line-height: 1.1458333333vw
        }

    .ww-title::before {
        height: 2.6041666667vw;
        -webkit-border-radius: 1.25vw 1.25vw 0 0;
        border-radius: 1.25vw 1.25vw 0 0;
        bottom: -1.0416666667vw
    }

    .window-width-1 .ww-content {
        padding: 1.5625vw 3.125vw 3.125vw 3.125vw
    }

    .inf-items {
        border-width: .0520833333vw;
        padding: 1.0416666667vw 1.5625vw 1.0416666667vw 1.5625vw;
        font-size: .9375vw;
        line-height: 1.4583333333vw
    }

    .ww-content .phone-masker, .ww-content .fw-bottom, .ww-form-2 {
        margin-top: 1.0416666667vw
    }

    .close-text {
        font-size: .8333333333vw;
        padding: 3.125vw 0 4.1666666667vw 0
    }

    .content-is, .ww-content .maps-wrapper {
        height: 23.4375vw
    }

    .apartment-tab-img .content-is {
        height: 100%
    }

    .main-color-form {
        padding: 3.125vw
    }

    .ww-form-title {
        padding: 0 0 1.0416666667vw 0
    }

        .ww-form-title strong {
            font-size: 1.4583333333vw;
            line-height: 1.4583333333vw
        }

        .ww-form-title a {
            font-size: .8333333333vw
        }

    .main-color-form .ww-form-2 {
        padding: 1.5625vw
    }

    .main-color-form .fw-bottom {
        margin-top: 1.0416666667vw
    }

    .window-sale-xl {
        top: 1.5625vw;
        right: 1.5625vw;
        box-shadow: 0 .2604166667vw .78125vw var(--black-03)
    }

    .ws-img {
        -webkit-border-radius: 1.25vw 0 0 1.25vw;
        border-radius: 1.25vw 0 0 1.25vw;
        width: 12.7604166667vw
    }

    .ws-form {
        padding: 3.125vw;
        width: 32.2916666667vw
    }

    .ws-title h2 {
        font-size: 1.4583333333vw;
        line-height: 1.4583333333vw;
        max-width: 18.75vw
    }

    .ws-form p {
        font-size: .8333333333vw;
        line-height: 1.25vw
    }

    .ws-forms-items {
        padding-top: 1.5625vw;
        border-width: .0520833333vw
    }

        .ws-forms-items .fw-bottom {
            margin-top: 1.0416666667vw
        }

        .ws-forms-items .ww-form-2 {
            padding: 1.5625vw
        }

    .inf-items {
        border-width: .0520833333vw
    }

        .inf-items h3 {
            margin-bottom: .5208333333vw
        }

        .inf-items ol {
            margin-left: 1.0416666667vw
        }

            .inf-items ol li {
                margin-top: 1.0416666667vw
            }

    .table {
        font-size: .8333333333vw;
        text-align: left;
        width: -moz-calc(100% + 4.166666666666667vw);
        width: -webkit-calc(100% + 4.166666666666667vw);
        width: -o-calc(100% + 4.166666666666667vw);
        width: calc(100% + 4.1666666667vw);
        margin-left: -2.0833333333vw
    }

        .table th {
            padding: 0 2.0833333333vw 1.0416666667vw 2.0833333333vw
        }

        .table td {
            padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw
        }
}

@media all and (max-width: 1600px) {
    .inner-small-page {
        
    }

    .window-wrapper {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .window-width-1 {
        width: 620px
    }

    .window-width-2 {
        width: 740px
    }

    .ww-title {
        padding: 26px 40px 55px 40px;
        -webkit-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0
    }

        .ww-title h2, .window-width-2 .ww-title h2 {
            font-size: 22px;
            line-height: 24px
        }

    .window-width-1 .ww-title {
        padding-left: 60px;
        padding-right: 60px
    }

    .ww-container .top-close {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .ww-content {
        padding: 10px 40px 40px 40px;
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px
    }

        .ww-content h2 {
            font-size: 18px;
            line-height: 22px
        }

    .ww-title::before {
        height: 50px;
        -webkit-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
        bottom: -20px
    }

    .window-width-1 .ww-content {
        padding: 30px 60px 60px 60px
    }

    .inf-items {
        border-width: 1px;
        padding: 20px 30px 20px 30px;
        font-size: 18px;
        line-height: 28px
    }

    .ww-content .phone-masker, .ww-content .fw-bottom, .ww-form-2 {
        margin-top: 20px
    }

    .close-text {
        font-size: 16px;
        padding: 60px 0 80px 0
    }

    .content-is, .ww-content .maps-wrapper {
        height: 450px
    }

    .apartment-tab-img .content-is {
        height: 100%
    }

    .close {
        width: 40px !important;
        height: 40px !important
    }

        .close svg {
            width: 24px !important;
            height: 24px !important
        }

    .main-color-form {
        padding: 60px
    }

    .window-wrapper .ww-form-title {
        padding: 0 0 20px 0
    }

        .window-wrapper .ww-form-title strong {
            font-size: 28px;
            line-height: 28px
        }

        .window-wrapper .ww-form-title a {
            font-size: 16px
        }

    .main-color-form .ww-form-2 {
        padding: 30px
    }

    .main-color-form .fw-bottom {
        margin-top: 20px
    }

    .load_items .ico-button {
        background-size: 24px !important
    }

    .window-sale-xl {
        top: 30px;
        right: 30px;
        box-shadow: 0 5px 15px var(--black-03);
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .ws-img {
        -webkit-border-radius: 24px 0 0 24px;
        border-radius: 24px 0 0 24px
    }

    .ws-form {
        padding: 60px;
        width: 620px
    }

    .ws-title h2 {
        font-size: 28px;
        line-height: 28px;
        max-width: 360px
    }

    .window-sale-xl .mt20 {
        margin-top: 20px
    }

    .window-sale-xl .mt30 {
        margin-top: 30px
    }

    .ws-form p {
        font-size: 16px;
        line-height: 24px
    }

    .ws-forms-items {
        padding-top: 30px;
        border-width: 1px
    }

        .ws-forms-items .fw-bottom, .window-wrapper .fw-bottom {
            margin-top: 20px
        }

        .ws-forms-items .ww-form-2, .window-wrapper .ww-form-2 {
            padding: 30px
        }

        .ws-forms-items .phone-masker, .window-wrapper .phone-masker {
            height: 60px;
            box-shadow: inset 0px 4px 4px var(--black-01);
            -webkit-border-radius: 30px;
            border-radius: 30px
        }

            .ws-forms-items .phone-masker.is-init, .window-wrapper .phone-masker.is-init {
                padding-left: 90px
            }

            .ws-forms-items .phone-masker input, .window-wrapper .phone-masker input {
                font-size: 18px;
                height: 60px;
                padding-right: 15px;
                padding-left: 10px
            }

        .ws-forms-items .phone-masker__prefix-btn, .window-wrapper .phone-masker__prefix-btn {
            top: 12px;
            left: 20px;
            width: 53px;
            height: 36px;
            -webkit-border-radius: 24px;
            border-radius: 24px
        }

            .ws-forms-items .phone-masker__prefix-btn::before, .window-wrapper .phone-masker__prefix-btn::before {
                background-size: 24px
            }

        .ws-forms-items .phone-masker__prefix, .window-wrapper .phone-masker__prefix {
            font-size: 18px
        }

        .ws-forms-items .phone-masker__prefix-box, .window-wrapper .phone-masker__prefix-box {
            margin: 2px 0 0;
            border-width: 1px;
            padding: 20px;
            -webkit-border-radius: 24px;
            border-radius: 24px;
            box-shadow: 0 3px 5px var(--black-01)
        }

        .ws-forms-items .phone-masker__prefix-list, .window-wrapper .phone-masker__prefix-list {
            max-height: 340px;
            font-size: 15px;
            line-height: 18px
        }

        .ws-forms-items .phone-masker__prefix-item, .window-wrapper .phone-masker__prefix-item {
            padding: 8px 10px;
            max-width: 270px;
            -webkit-border-radius: 12px;
            border-radius: 12px
        }

        .ws-forms-items .fw-bottom p, .window-wrapper .fw-bottom p {
            font-size: 14px;
            line-height: 18px;
            max-width: 300px
        }

        .ws-forms-items .button-ar, .window-wrapper .button-ar {
            font-size: 16px
        }

            .ws-forms-items .button-ar i, .window-wrapper .button-ar i {
                width: 50px;
                height: 50px;
                border-width: 1px;
                margin-left: 15px
            }

        .ws-forms-items .ico-button svg, .window-wrapper .ico-button svg {
            width: 24px;
            height: 24px
        }

    .inf-items {
        border-width: 1px
    }

        .inf-items h3 {
            margin-bottom: 10px
        }

        .inf-items ol {
            margin-left: 20px
        }

            .inf-items ol li {
                margin-top: 20px
            }

    .table {
        font-size: 16px;
        text-align: left;
        width: -moz-calc(100% + 80px);
        width: -webkit-calc(100% + 80px);
        width: -o-calc(100% + 80px);
        width: calc(100% + 80px);
        margin-left: -40px
    }

        .table th {
            padding: 0 40px 20px 40px
        }

        .table td {
            padding: 20px 40px 20px 40px
        }
}

@media all and (min-width: 1250px) {
    body {
        
    }

    .height-default {
        height: 28.125vw
    }

    h2 {
        font-size: 1.6666666667vw;
        line-height: 1.6666666667vw
    }

    .pattern-bg::before {
        background-size: 3.8020833333vw 2.5520833333vw
    }

    .br30 {
        -webkit-border-radius: 1.5625vw;
        border-radius: 1.5625vw
    }

    .br24 {
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw
    }

    .br24-top {
        -webkit-border-radius: 1.25vw 1.25vw 0 0;
        border-radius: 1.25vw 1.25vw 0 0
    }

        .br24-top.inner-page-top {
            -webkit-border-radius: 0;
            border-radius: 0
        }

    .br24-bottom {
        -webkit-border-radius: 0 0 1.25vw 1.25vw;
        border-radius: 0 0 1.25vw 1.25vw
    }

    .mt120 {
        margin-top: 6.25vw
    }

    .mt100 {
        margin-top: 12vw
    }

    .pt100 {
        padding-top: 5.2083333333vw
    }

    .mt90 {
        margin-top: 4.6875vw
    }

    .mt80 {
        margin-top: 4.2875vw
    }

    .mt70 {
        margin-top: 3.70vw !important
    }

    .mt60 {
        margin-top: 3.125vw
    }

    .mt55 {
        margin-top: 2.8645833333vw
    }

    .mt45 {
        margin-top: 2.34375vw
    }

    .pt45 {
        padding-top: 2.34375vw
    }

    .mt30 {
        margin-top: 1.5625vw
    }

    .mt20 {
        margin-top: 1.0416666667vw
    }

    .ml30 {
        margin-left: 1.5625vw
    }

    .mr40 {
        margin-right: 2.0833333333vw
    }

    .mr20 {
        margin-right: 1.0416666667vw
    }

    .mr10 {
        margin-right: .5208333333vw
    }

    .padding-xl {
        padding: 2.6041666667vw 3.125vw 2.6041666667vw 3.125vw
    }

    .content-margin-lr-30 {
        margin-left: 1.5625vw;
        margin-right: 1.5625vw
    }

    .content-paddin-lr {
        padding-top: 3rem;
        padding-bottom: 1rem;
        padding-left: 3.125vw;
        padding-right: 3.125vw
    }

    .ico-button svg {
        width: 1.25vw;
        height: 1.25vw
    }

    .swiper-lazy-preloader {
        width: 2.1875vw;
        height: 2.1875vw;
        margin-left: -1.09375vw;
        margin-top: -1.09375vw;
        border-width: .1041666667vw
    }

    .border-light {
        border-width: .0520833333vw
    }

    .green-items {
        padding: .78125vw
    }

    .inner-page-top {
        min-height: 5.2083333333vw
    }

    .border-gray {
        border-width: .0520833333vw
    }

    .top-style.col-left {
        color: var(--color-light);
        background: var(--color-main-0);
        border-color: var(--white-02)
    }

        .top-style.col-left:hover {
            background: var(--black-04);
            border-color: var(--white-0);
            -webkit-backdrop-filter: blur(0.2604166667vw);
            backdrop-filter: blur(0.2604166667vw)
        }

    .top-style .cl-bottom {
        border-color: var(--white-02)
    }

    .top-style.col-left p {
        color: var(--white-06)
    }

    .top-style nav a, .top-style nav button {
        color: var(--color-light)
    }

        .top-style nav a:hover, .top-style nav button:hover {
            color: var(--color-main)
        }

    .top-style.col-left nav.fw600 {
        font-weight: 400
    }

    .top-style.col-left .language a, .thp-left .language a {
        color: var(--color-light);
        background: var(--white-02)
    }

        .top-style.col-left .language a:hover, .thp-left .language a {
            border-color: var(--color-light)
        }

    .thp-left .language a {
        border-color: var(--white-0)
    }

        .thp-left .language a:hover {
            border-color: var(--color-light)
        }

    .top-style.col-left .active-page {
        color: var(--color-main)
    }

    .top-style.col-left .phone-button {
        color: var(--color-light);
        border-color: var(--white-02)
    }

        .top-style.col-left .phone-button a {
            color: var(--color-light)
        }

        .top-style.col-left .phone-button:hover {
            border-color: var(--color-main)
        }

    .top-style.col-left .favorites-links svg path, .top-style.col-left .instagram-xs svg path {
        stroke: var(--color-light)
    }

    .top-style.col-left .favorites-links:hover svg path, .top-style.col-left .instagram-xs:hover svg path {
        stroke: var(--color-main)
    }

    .col-left {
        width: 20.0520833333vw;
        padding: 2.6041666667vw 1.5625vw 1.5625vw 1.5625vw;
        border-right: .0520833333vw solid var(--white-0)
    }

    .cl-middle {
        padding: 0 1.5625vw 0 1.5625vw
    }

    .cl-top {
        padding: 0 0 0 1.5625vw
    }

    .logo svg {
        width: 5.3645833333vw;
        height: 1.0416666667vw
    }

    .language {
        margin: 1.5625vw 0 0 0
    }

        .language li {
            margin-right: .5208333333vw
        }

        .language a, .language span {
            line-height: 1.4583333333vw;
            padding: 0 .78125vw 0 .78125vw;
            -webkit-border-radius: .78125vw;
            border-radius: .78125vw
        }

        .language a {
            border: .0520833333vw solid var(--color-main-0)
        }

            .language a:hover {
                border: .0520833333vw solid var(--color-main)
            }

        .language span {
            border: .0520833333vw solid var(--color-main)
        }

    .col-left h1 {
        margin-top: 1.3020833333vw;
        margin-bottom: .78125vw;
        font-size: 1.25vw
    }

    nav {
        font-size: 1.2vw;
        margin-top: 1.5625vw;
        margin-bottom: 1.5625vw
    }

        nav a, nav button {
            padding: .5208333333vw 0 .5208333333vw 0;
            line-height: 1.4416666667vw
        }

    .cl-bottom {
        padding-top: 2.0833333333vw;
        border-top: .0520833333vw solid var(--black-01)
    }

    .phone-button {
        border: .0520833333vw solid var(--black-01);
        height: 2.6041666667vw;
        width: 10.4166666667vw;
        font-size: .8333333333vw
    }

    .favorites-links i {
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        top: -.5208333333vw;
        right: -0.625vw;
        font-size: .78125vw
    }

    .instagram-xs svg, .favorites-links svg {
        width: 1.25vw;
        height: 1.25vw
    }

    .links-banner {
        height: 9.375vw;
        margin-top: 2.0833333333vw
    }

        .links-banner .button {
            height: 2.3958333333vw;
            font-size: .8333333333vw;
            padding: 0 1.0416666667vw 0 1.0416666667vw;
            margin: 0 0 1.0416666667vw 1.0416666667vw
        }

    .more {
        margin: 0 1.0416666667vw 1.0416666667vw 0
    }

    .col-center {
        width: -moz-calc(100% - 20.052083333333332vw);
        width: -webkit-calc(100% - 20.052083333333332vw);
        width: -o-calc(100% - 20.052083333333332vw);
        width: calc(100% - 20.0520833333vw)
    }

    .top-header-promo {
        width: -moz-calc(100% + 20.052083333333332vw);
        width: -webkit-calc(100% + 20.052083333333332vw);
        width: -o-calc(100% + 20.052083333333332vw);
        width: calc(100% + 20.0520833333vw);
        margin-left: -20.0520833333vw;
        padding-left: 20.0520833333vw
    }

    .background-wrapper::before {
        width: 31.25vw
    }

    .label-1 {
        margin: 2.6041666667vw 4.6875vw 0 0
    }

    .big-title {
        padding: 0 4.6875vw 4.6875vw 0
    }

        .big-title i {
            font-size: 1.875vw
        }

        .big-title strong {
            font-size: 3.3333333333vw;
            line-height: 3.3333333333vw;
            margin-top: .5208333333vw
        }

    .thp-left, .right-nav {
        display: none
    }

    .header-inner {
        display: none
    }

    .cp-inner.br24-top {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important
    }

    .wrapper-v2 {
        overflow-x: hidden
    }

        .wrapper-v2 .thp-left {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            padding: 2.6041666667vw 0 0 4.6875vw;
            z-index: 2;
            color: var(--color-light)
        }

            .wrapper-v2 .thp-left h1 {
                margin-top: 1.3020833333vw;
                margin-bottom: .78125vw;
                font-size: 1.25vw
            }

            .wrapper-v2 .thp-left p {
                color: var(--white-06);
                max-width: 11.4583333333vw
            }

            .wrapper-v2 .thp-left .label-1-title {
                display: none
            }

        .wrapper-v2 .top-header-promo {
            min-height: 31.25vw
        }

        .wrapper-v2 .bg-text {
            overflow: inherit;
            width: -moz-calc(100% + 20.052083333333332vw);
            width: -webkit-calc(100% + 20.052083333333332vw);
            width: -o-calc(100% + 20.052083333333332vw);
            width: calc(100% + 20.0520833333vw);
            margin-left: -10.0260416667vw
        }

    .text-items-type1 {
        padding: 4.6875vw 1.5625vw 0 1.5625vw
    }

    .quote-type-1 .quote, .quote-type-0 {
        top: -2.0833333333vw
    }

    .center-text {
        max-width: 30.7291666667vw;
        font-size: 1.25vw;
        line-height: 1.7708333333vw
    }

        .center-text a, .way a {
            background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 0.052083333333333336vw), rgba(0, 0, 0, 0.2) 0);
            background: -o-linear-gradient(top, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
            background: linear-gradient(180deg, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
            background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 0.052083333333333336vw), rgba(0, 0, 0, 0.2) 0);
            background: -o-linear-gradient(top, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
            background: linear-gradient(180deg, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0)
        }

    .text-xl {
        font-size: 1.6666666667vw;
        line-height: 1.875vw;
        padding-bottom: 1.5625vw
    }

    .bg-text {
        top: 7.2916666667vw;
        font-size: 9.0625vw;
        line-height: 11.2916666667vw;
        height: 10.7708333333vw
    }

    .second-items {
        padding-right: 2.0833333333vw;
        padding-left: 2.0833333333vw
    }

    .quote {
        background-size: 4.84375vw 4.1145833333vw;
        width: 4.84375vw;
        height: 4.1145833333vw
    }

    .promo-banners {
        padding-right: 1.5625vw
    }

    .button-promo-1, .pb-col-2 {
        width: -moz-calc(25% - 1.5625vw);
        width: -webkit-calc(25% - 1.5625vw);
        width: -o-calc(25% - 1.5625vw);
        width: calc(25% - 1.5625vw)
    }

    .button-promo-1 {
        margin-left: 1.5625vw;
    }

    .bp-top {
        padding: 1vw 1vw 0 1vw
    }

        .bp-top i {
            border-width: .0520833333vw
        }

        .bp-top span {
            font-size: .78125vw;
            height: 1.7708333333vw;
            padding: 0 .78125vw 0 .78125vw
        }

    .bp-middle img {
        width: 14.71vw;
        height: auto
    }

    .bp-bottom {
        padding: 0 1.5625vw 1.5625vw 1.5625vw
    }

        .bp-bottom strong {
            font-size: .9375vw;
            line-height: 1.25vw
        }

        .bp-bottom small {
            font-size: .6770833333vw;
            margin-top: .28125vw
        }

        .bp-bottom img {
            bottom: -2.0833333333vw;
            width: 15.7291666667vw;
            height: 7.7083333333vw
        }

    .button-promo-2, .button-promo-3 {
        height: 16.28125vw
    }

        .button-promo-2 picture img {
            width: 13.75vw;
            height: auto;
            margin:auto;
            margin-top: 15%;
        }

        .button-promo-2 .bp-bottom strong {
            font-size: 1.4583333333vw
        }

    .button-promo-3 {
        margin-top: 1.5625vw
    }

        .button-promo-3 .bp-bottom strong {
            
        }

        .button-promo-3 picture .bp3-img-1 {
            right: 5.2083333333vw;
            top: 4.1666666667vw;
            width: 4.6354166667vw;
            height: 4.84375vw
        }

        .button-promo-3 picture .bp3-img-2 {
            width: 13vw;
            height: auto;
            margin:auto
        }

    .button-promo-4 {
        width: -moz-calc(50% - 1.5625vw);
        width: -webkit-calc(50% - 1.5625vw);
        width: -o-calc(50% - 1.5625vw);
        width: calc(50% - 1.5625vw);
    }

        .button-promo-4 .bp-bottom strong {
            font-size: 1.4583333333vw;
            line-height: 1.4583333333vw;
        }

        .button-promo-4 .bp-bottom p {
            font-size: .7291666667vw;
            line-height: .9375vw
        }

        .button-promo-4 .bp4-img-1 {
            height: auto;
            width: 70%
        }

    .bp4-img-2 {
        width: 5vw;
        height: 6.7708333333vw
    }

    .bp4-img-3 {
        width: 4.53125vw;
        height: 8.125vw
    }

    .ht-title h2 strong {
        font-size: 1.6666666667vw;
        line-height: 1.6666666667vw;
    }

    .ht-title h2 i {
        font-size: 5vw;
        width: 6.25vw;
        height: 6.25vw;
        margin-right: 1.0416666667vw;
        letter-spacing: .2604166667vw
    }

    .ht-title p {
        font-size: .8333333333vw;
        line-height: .9375vw
    }

    .height-xl {
        height: 36.9791666667vw
    }

    .ht-navigation {
        top: 2.6041666667vw;
        left: 3.125vw;
        height: 2.6041666667vw;
        padding: 0 .3125vw 0 .3125vw
    }

    .ht-button {
        height: 2.0833333333vw;
        width: 3.90625vw;
        font-size: .8333333333vw
    }

    .pages {
        top: 3.125vw;
        right: 3.125vw;
        font-size: .9375vw;
        height: 2.0833333333vw;
        min-width: 3.6458333333vw;
        padding: 0 .2604166667vw 0 .2604166667vw
    }

    .content-img-slider .pages {
        top: 1.5625vw;
        right: 1.5625vw
    }

    .content-img-slider .prev {
        left: 1.5625vw
    }

        .content-img-slider .prev:active {
            left: 1.3020833333vw
        }

    .content-img-slider .next {
        right: 1.5625vw
    }

        .content-img-slider .next:active {
            right: 1.3020833333vw
        }

    .prev, .next {
        top: -moz-calc(50% - 1.1979166666666667vw);
        top: -webkit-calc(50% - 1.1979166666666667vw);
        top: -o-calc(50% - 1.1979166666666667vw);
        top: calc(50% - 1.1979166667vw)
    }

    .prev {
        left: 3.125vw
    }

    .next {
        right: 3.125vw
    }

    .prev:active {
        left: 2.9166666667vw
    }

    .next:active {
        right: 2.9166666667vw
    }

    .zoom {
        right: 1.5625vw;
        bottom: 1.5625vw;
        background-size: 1.25vw
    }

    .houses-tab-wrapper .zoom {
        right: 3.125vw;
        bottom: 2.6041666667vw
    }

    .bottom-nav {
        left: 3.125vw;
        bottom: 2.6041666667vw
    }

        .bottom-nav .button-default {
            margin-right: 1.0416666667vw
        }

    .button-default {
        font-size: .8333333333vw;
        height: 2.6041666667vw;
        padding: 0 1.5625vw 0 1.5625vw
    }

    .mstyle {
        margin-right: .2604166667vw
    }

    .button-xl {
        height: 2.9166666667vw
    }

    .border-main {
        border-width: .0520833333vw
    }

    .ico-wrapper h1 {
        font-size: 2.1875vw;
        line-height: 1.6666666667vw
    }

    .ico-wrappers {
        margin-right: 3.125vw
    }

    .ico-col {
        width: -moz-calc(25% - 3.125vw);
        width: -webkit-calc(25% - 3.125vw);
        width: -o-calc(25% - 3.125vw);
        width: calc(25% - 3.125vw);
        margin-left: 3.125vw
    }

    .ico-items {
        margin-top: 3.125vw
    }

        .ico-items picture, .ico-items picture img {
            width: 4.1666666667vw;
            height: 4.1666666667vw
        }

        .ico-items p {
            font-size: .8333333333vw;
            line-height: 1.0416666667vw;
            padding: 0 0 0 1.0416666667vw;
            width: -moz-calc(100% - 4.166666666666667vw);
            width: -webkit-calc(100% - 4.166666666666667vw);
            width: -o-calc(100% - 4.166666666666667vw);
            width: calc(100% - 4.1666666667vw)
        }

    .blockquote-type-1 {
        min-height: 8.8541666667vw;
        font-size: 1.25vw;
        line-height: 1.7708333333vw
    }

        .blockquote-type-1 .quote {
            top: -1.0416666667vw
        }

        .blockquote-type-1 p {
            max-width: 35vw
        }

    .cp-items {
        bottom: 3.125vw;
        left: 3.125vw;
        width: 16.9270833333vw
    }

        .cp-items .cp-title-xs, .cp-items .cp-title-xl {
            padding-left: 1.5625vw;
            padding-right: 1.5625vw
        }

        .cp-items .cp-title-xs {
            font-size: .9375vw;
            padding-top: 1.5625vw
        }

        .cp-items .cp-title-xl {
            font-size: 1.25vw;
            padding-top: .2604166667vw;
            padding-bottom: 1.5625vw
        }

        .cp-items .lr-vc {
            padding: 0 1.0416666667vw 1.0416666667vw 1.0416666667vw
        }

            .cp-items .lr-vc strong {
                height: 2.3958333333vw;
                padding-left: 1.0416666667vw;
                padding-right: 1.0416666667vw;
                font-size: .8333333333vw
            }

    .text-bg {
        padding: 1.5625vw
    }

    .text-style {
        font-size: .9375vw;
        line-height: 1.4583333333vw
    }

    .w3-4 {
        width: -moz-calc(75% - 1.5625vw);
        width: -webkit-calc(75% - 1.5625vw);
        width: -o-calc(75% - 1.5625vw);
        width: calc(75% - 1.5625vw)
    }

    .gallery-wrapper .swiper-slide {
        margin-left: 1.5625vw
    }

    .gallery-wrappers {
        padding-right: 1.5625vw
    }

    .gw-items::before {
        width: .15625vw
    }

    .swiper-slide.gallery-items-1-4 {
        width: -moz-calc(25% - 1.5625vw);
        width: -webkit-calc(25% - 1.5625vw);
        width: -o-calc(25% - 1.5625vw);
        width: calc(25% - 1.5625vw)
    }

    .swiper-slide.gallery-items-2-4 {
        width: -moz-calc(50% - 1.5625vw);
        width: -webkit-calc(50% - 1.5625vw);
        width: -o-calc(50% - 1.5625vw);
        width: calc(50% - 1.5625vw)
    }

    .swiper-slide.gallery-items-3-4 {
        width: -moz-calc(75% - 1.5625vw);
        width: -webkit-calc(75% - 1.5625vw);
        width: -o-calc(75% - 1.5625vw);
        width: calc(75% - 1.5625vw)
    }

    .prev-t2, .next-t2 {
        border-width: .0520833333vw;
        top: -3.9583333333vw
    }

    .prev-t2 {
        right: 4.4791666667vw
    }

        .prev-t2:active {
            right: 4.7395833333vw
        }

    .swiper-button-disabled.prev-t2:active {
        right: 4.4791666667vw
    }

    .next-t2 {
        right: 1.5625vw
    }

        .next-t2:active {
            right: 1.3020833333vw
        }

    .swiper-button-disabled.next-t2:active {
        right: 1.5625vw
    }

    .more-inf-button {
        top: 1.5625vw;
        left: 1.5625vw
    }

    .mne-vazhno {
        padding-right: 1.5625vw
    }

    .parkovka-dlya-avtomobiley {
        padding-right: 1.5625vw
    }

    .col-title h2 {
        width: -moz-calc(25% - 1.5625vw);
        width: -webkit-calc(25% - 1.5625vw);
        width: -o-calc(25% - 1.5625vw);
        width: calc(25% - 1.5625vw);
        margin-left: 3.125vw
    }

    .col-title .text-bg {
        width: -moz-calc(50% - 1.5625vw);
        width: -webkit-calc(50% - 1.5625vw);
        width: -o-calc(50% - 1.5625vw);
        width: calc(50% - 1.5625vw)
    }

    .parking-inf {
        width: -moz-calc(75% - 1.5625vw);
        width: -webkit-calc(75% - 1.5625vw);
        width: -o-calc(75% - 1.5625vw);
        width: calc(75% - 1.5625vw);
        margin-left: 1.5625vw;
        border-width: .0520833333vw;
        padding: 1.5625vw
    }

    .parking-left {
        font-size: .8333333333vw;
        line-height: .8333333333vw
    }

        .parking-left p.l-vc {
            margin-right: 3.125vw
        }

        .parking-left strong {
            font-size: 2.5vw;
            line-height: 2.5vw
        }

            .parking-left strong sup {
                font-size: 1.3541666667vw
            }

    .ico-parking, .ico-kladovye {
        background-size: 2.7083333333vw 2.7604166667vw;
        width: 2.7083333333vw;
        height: 2.7604166667vw
    }

    .p-text {
        margin-left: .78125vw
    }

    .col-title-2 {
        padding-right: 1.5625vw
    }

        .col-title-2 h2, .col-title-2 .text-bg {
            width: -moz-calc(50% - 1.5625vw);
            width: -webkit-calc(50% - 1.5625vw);
            width: -o-calc(50% - 1.5625vw);
            width: calc(50% - 1.5625vw)
        }

        .col-title-2 h2 {
            margin-left: 3.125vw;
            max-width: 21.875vw
        }

        .col-title-2 .text-bg {
            margin-left: 1.5625vw
        }

        .col-title-2 .quote {
            right: 1.5625vw;
            bottom: -1.0416666667vw;
            background-size: 3.3333333333vw 2.8125vw;
            width: 3.3333333333vw;
            height: 2.8125vw
        }

    .col-w50, .col-w25 {
        padding-right: 1.5625vw
    }

    .banner-xl {
        width: -moz-calc(50% - 1.5625vw);
        width: -webkit-calc(50% - 1.5625vw);
        width: -o-calc(50% - 1.5625vw);
        width: calc(50% - 1.5625vw)
    }

    .col-w25 .banner-xl {
        width: -moz-calc(25% - 1.5625vw);
        width: -webkit-calc(25% - 1.5625vw);
        width: -o-calc(25% - 1.5625vw);
        width: calc(25% - 1.5625vw)
    }

    .banner-xxl {
        font-size: .9375vw
    }

    .bottom-banner {
        padding: 1.5625vw;
        color: var(--color-light3)
    }

        .bottom-banner strong {
            font-size: 1.4583333333vw;
            line-height: 1.4583333333vw;
            margin-bottom: 1.0416666667vw
        }

        .bottom-banner i {
            line-height: 2.6041666667vw
        }

        .bottom-banner small {
            right: 1.5625vw;
            bottom: 1.5625vw;
            font-size: .9375vw
        }

    .bg-text.bg-text-type-2 {
        top: 3.125vw
    }

    .bg-text.bg-text-type-22 {
        top: 0vw
    }

    .circular-waves {
        right: -1.0416666667vw;
        top: 1.9416666667vw;
        width: .78125vw;
        height: .78125vw
    }

        .circular-waves::before {
            width: .78125vw;
            height: .78125vw
        }

    @keyframes waves {
        0% {
            box-shadow: 0 0 0 0 rgba(232,95,95,.2),0 0 0 .5208333333vw rgba(232,95,95,.2)
        }

        100% {
            box-shadow: 0 0 0 .5208333333vw rgba(232,95,95,.2),0 0 0 .78125vw rgba(232,95,95,0)
        }
    }

    .instagram-gallery {
        padding-right: 1.5625vw
    }

    .instagram-items-1 {
        margin-left: 1.5625vw
    }

    .instagram-items-2 {
        margin-left: 1.5625vw;
        margin-bottom: .78125vw
    }

    .instagram-items-3 {
        margin-left: 1.5625vw;
        margin-bottom: .78125vw
    }

    .instagram-items-4 {
        margin-left: 1.5625vw;
        margin-top: .78125vw
    }

    .instagram-items-5 {
        -webkit-border-radius: 7.2916666667vw;
        border-radius: 7.2916666667vw;
        margin-left: 1.5625vw;
        margin-bottom: .78125vw
    }

        .instagram-items-5 svg {
            width: 2.8125vw;
            height: 2.8125vw
        }

    .instagram-items-6 {
        margin-left: 1.5625vw;
        margin-top: .78125vw
    }

    .instagram-gallery i {
        left: 1.5625vw;
        bottom: 1.5625vw;
        padding: 0 1.5625vw 0 1.5625vw;
        height: 2.6041666667vw;
        font-size: .8333333333vw
    }

    .news-items {
        height: 18.75vw;
        padding: 1.5625vw
    }

    .date {
        padding: 0 .78125vw 0 .78125vw;
        height: 1.7708333333vw
    }

    .news-items h3 {
        font-size: 1.4583333333vw;
        line-height: 1.6666666667vw
    }

        .news-items h3 i {
            font-size: .8333333333vw
        }

    .news-items picture::before {
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw
    }

    .user img {
        width: 3.125vw;
        height: 3.125vw
    }

    .user i {
        font-size: .8333333333vw;
        line-height: .8333333333vw;
        margin-left: 1.0416666667vw
    }

    .news-date {
        line-height: 1.7708333333vw;
        padding: 0 .78125vw 0 .78125vw
    }

    .content-text h2, .content-text h3, .content-text p {
        margin-top: 1.5625vw
    }

    .content-text h2 {
        font-size: 1.25vw;
        line-height: 1.25vw
    }

    .content-text h3 {
        font-size: .9375vw;
        line-height: .9375vw
    }

    .content-text p, .content-text ul, ol {
        font-size: .9375vw;
        line-height: 1.6666666667vw
    }

    .content-text ul, .content-text ol {
        margin: 1.5625vw 0 0 1.5625vw
    }

    .content-text a {
        background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 0.052083333333333336vw), rgba(0, 0, 0, 0.2) 0);
        background: -o-linear-gradient(top, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
        background: linear-gradient(180deg, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
        background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 0.052083333333333336vw), rgba(0, 0, 0, 0.2) 0);
        background: -o-linear-gradient(top, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0);
        background: linear-gradient(180deg, transparent calc(100% - 0.0520833333vw), rgba(0, 0, 0, 0.2) 0)
    }

    .content-text blockquote {
        margin-top: 1.5625vw;
        padding: 1.5625vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw
    }

    .content-slider, .video-items {
        
    }

    .in-archive {
        font-size: .8333333333vw
    }

    .form-wrapper {
        border-width: .0520833333vw;
        min-height: 16.6666666667vw
    }

        .form-wrapper p {
            font-size: .8333333333vw;
            line-height: 1.1458333333vw
        }

    .phone-masker {
        height: 3.125vw;
        box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-01);
        margin-top: 2.0833333333vw
    }

        .phone-masker:focus-within, .errro {
            box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-02)
        }

        .phone-masker.is-init {
            padding-left: 4.6875vw
        }

        .phone-masker input {
            font-size: .9375vw;
            height: 3.125vw;
            padding-right: .78125vw;
            padding-left: .5208333333vw
        }

    .phone-masker__prefix-btn {
        top: .625vw;
        left: 1.0416666667vw;
        width: 2.7604166667vw;
        height: 1.875vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw
    }

        .phone-masker__prefix-btn::before {
            background-size: 1.25vw
        }

    .phone-masker__prefix {
        font-size: .9375vw
    }

    .phone-masker__prefix-box {
        margin: .1041666667vw 0 0;
        border-width: .0520833333vw;
        padding: 1.0416666667vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw;
        box-shadow: 0 .15625vw .2604166667vw var(--black-01)
    }

    .phone-masker__prefix-list {
        max-height: 17.7083333333vw;
        font-size: .78125vw;
        line-height: .9375vw
    }

    .phone-masker__prefix-item {
        padding: .4166666667vw .5208333333vw;
        max-width: 14.0625vw;
        -webkit-border-radius: .625vw;
        border-radius: .625vw
    }

    .fw-bottom {
        margin-top: 2.0833333333vw
    }

        .fw-bottom p {
            font-size: .7291666667vw;
            line-height: .9375vw;
            max-width: 15.625vw
        }

    .button-ar {
        font-size: .8333333333vw
    }

        .button-ar i {
            width: 2.6041666667vw;
            height: 2.6041666667vw;
            border-width: .0520833333vw;
            margin-left: .78125vw
        }

    .bottom-form-wrapper .form-sent p {
        font-size: .9375vw;
        line-height: 1.25vw
    }

    .bottom-form-wrapper::after {
        background-size: 20.46875vw 5.625vw;
        bottom: 2.6041666667vw;
        width: 20.46875vw;
        height: 5.625vw
    }

    .phone-bottom-wrapper strong {
        font-size: .9375vw
    }

    .phone-bottom-wrapper a {
        font-size: 2.1875vw
    }

    .qr-items {
        right: 3.125vw;
        margin-top: -4.4791666667vw;
        width: 8.9583333333vw;
        height: 8.9583333333vw;
        border-width: .0520833333vw
    }

        .qr-items::before {
            background-size: 8.75vw !important
        }

        .qr-items svg {
            width: 3.9583333333vw;
            height: 3.9583333333vw
        }

    .address-items {
        min-height: 16.6666666667vw
    }

        .address-items svg {
            width: 1.7708333333vw;
            height: 1.7708333333vw
        }

        .address-items p {
            font-size: .9375vw
        }

            .address-items p strong {
                font-size: 1.25vw;
                margin-bottom: .2604166667vw
            }

    .way li i {
        margin: 0 .5208333333vw 0 .5208333333vw
    }

    .ipt-title h1 {
        font-size: 1.875vw;
        line-height: 2.1875vw
    }

    .bn-right {
        right: 3.125vw
    }

        .bn-right .button-default {
            margin-left: 1.0416666667vw
        }

    .spisok-domov {
        padding-right: 1.5625vw
    }

    .right-ico-button {
        right: 1.5625vw
    }

    .filter-items strong {
        margin-bottom: .78125vw
    }

    .size-wrapper {
        box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-01);
        -webkit-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        height: 2.6041666667vw;
        padding: 0 .3125vw 0 .3125vw
    }

        .size-wrapper:hover {
            box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-02)
        }

        .size-wrapper button {
            font-size: .8333333333vw;
            height: 2.0833333333vw;
            padding: 0 .78125vw 0 .78125vw
        }

    .result-title {
        font-size: 1.6666666667vw;
        line-height: 2.6041666667vw
    }

    .filter-items.favorites-links-wrapper .l-vc {
        height: 2.6041666667vw
    }

    .select-wrapper {
        min-width: 7.8125vw
    }

    .select2-container {
        box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-01);
        -webkit-border-radius: 1.5625vw;
        border-radius: 1.5625vw
    }

    .select2-container--open {
        box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-02)
    }

    .select2-container .select2-selection--single {
        height: 2.6041666667vw
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.6041666667vw;
        font-size: .8333333333vw
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 1.0416666667vw;
        padding-right: 1.0416666667vw
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 1.9270833333vw;
        width: 1.9270833333vw;
        top: .3645833333vw;
        right: .3125vw
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            background-size: 1.25vw
        }

    .select2-dropdown {
        border-width: .0520833333vw;
        padding: 1.0416666667vw;
        -webkit-border-radius: 1.25vw;
        border-radius: 1.25vw;
        box-shadow: 0 .15625vw .2604166667vw var(--black-01);
        font-size: .78125vw;
        line-height: .9375vw
    }

    .select2-results__option {
        padding: .4166666667vw .5208333333vw;
        -webkit-border-radius: .625vw;
        border-radius: .625vw;
        width: 100%;
        margin: .1041666667vw;
        border-width: .0520833333vw
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 15.625vw
    }

    .block-wrapper {
        padding-right: 1.5625vw
    }

    .block-items {
        margin: 1.5625vw 0 0 1.5625vw;
        padding: 1.5625vw;
        width: -moz-calc(25% - 1.5625vw);
        width: -webkit-calc(25% - 1.5625vw);
        width: -o-calc(25% - 1.5625vw);
        width: calc(25% - 1.5625vw);
        border: 1px solid var(--black-02)
    }

    .bi-bottom a {
        font-size: 1.1458333333vw;
        line-height: 1.1458333333vw;
        padding-right: .5208333333vw
    }

        .bi-bottom a i {
            font-size: .8333333333vw;
            line-height: .8333333333vw;
            margin-top: .5208333333vw
        }

    .block-items picture img {
        height: 9.7395833333vw
    }

    .home-number {
        font-size: 2.1875vw;
        line-height: 2.1875vw;
        width: 6.25vw;
        height: 6.25vw
    }

    .home-small-title {
        font-size: .9375vw;
        line-height: .9375vw;
        padding: .3645833333vw .625vw .3645833333vw .625vw;
        -webkit-border-radius: .78125vw;
        border-radius: .78125vw
    }

    .banner-content {
        height: 11.1979166667vw
    }

    .bc-items strong {
        font-size: 1.875vw;
        line-height: 1.875vw;
        margin-left: 3.125vw
    }

    .bc-items button {
        margin-left: 1.0416666667vw
    }

    .banner-link {
        left: 3.125vw;
        bottom: 1.5625vw
    }

    .planirovochnye-resheniya {
        padding-right: 0 !important
    }

        .planirovochnye-resheniya .tabcontent-default {
            border-width: .0520833333vw;
            padding: 1.5625vw
        }

    .prc-title {
        font-size: .8333333333vw
    }

    .hor-wrapper {
        width: -moz-calc(100% + 3.125vw);
        width: -webkit-calc(100% + 3.125vw);
        width: -o-calc(100% + 3.125vw);
        width: calc(100% + 3.125vw);
        margin: 1.0416666667vw 0 1.0416666667vw -1.5625vw
    }

    .apartment-wrapper {
        padding: 1.5625vw
    }

    .apartment-tab {
        padding-right: 1.5625vw
    }

        .apartment-tab .tab-button-default {
            box-shadow: inset 0px .2083333333vw .2083333333vw var(--black-01);
            height: 2.6041666667vw;
            padding: 0 .3125vw 0 .3125vw
        }

            .apartment-tab .tab-button-default .button-default {
                height: 2.0833333333vw
            }

    .apartment-tab-img {
        height: 25vw;
        padding: 1.5625vw 0 1.5625vw 0
    }

    .apartment-tab-bottom .button-default {
        border-width: .0520833333vw
    }

    .apartment-fb {
        min-height: 31.7708333333vw
    }

        .apartment-fb picture::before, .apartment-bottom {
            -webkit-border-radius: 0 0 1.25vw 1.25vw;
            border-radius: 0 0 1.25vw 1.25vw
        }

        .apartment-fb .ww-form-title strong {
            font-size: 1.4583333333vw;
            line-height: 1.4583333333vw
        }

    .apartment-bottom {
        padding: 2.6041666667vw
    }

        .apartment-bottom .phone-masker.is-init {
            margin-top: .5208333333vw
        }

        .apartment-bottom .fw-bottom {
            margin-top: 1.5625vw
        }

        .apartment-bottom .ww-form-title {
            margin-bottom: 1.0416666667vw
        }

    .apartment-id {
        padding: 2.6041666667vw 2.6041666667vw 0 2.6041666667vw
    }

    .apartment-title {
        padding: 1.0416666667vw 2.6041666667vw 1.0416666667vw 0
    }

    .apartment-title {
        font-size: 1.9791666667vw;
        line-height: 1.9791666667vw
    }

    .apartment-img-default img {
        height: 100%
    }

    .sunup svg {
        width: 5.2083333333vw;
        height: 5.2083333333vw
    }

    .apartment-fb-type-2 .ww-form-title {
        padding-bottom: 0 !important;
        margin-bottom: 2.0833333333vw
    }

    .apartment-fb-type-2 .tel {
        font-size: 2.1875vw;
        line-height: 2.1875vw
    }

    .apartment-fb-type-2 .text-items {
        font-size: .8333333333vw;
        line-height: 1.1458333333vw;
        margin-top: 2.0833333333vw
    }

    .check-wrapper {
        padding: 2.6041666667vw
    }

        .check-wrapper h3 {
            font-size: 1.25vw;
            line-height: 1.4583333333vw;
            padding-bottom: .5208333333vw
        }

        .check-wrapper ul {
            font-size: .8333333333vw;
            margin-right: 3.125vw
        }

            .check-wrapper ul li {
                margin-top: .78125vw;
                padding-left: 1.8229166667vw
            }

                .check-wrapper ul li::before {
                    background-size: 1.25vw;
                    width: 1.25vw;
                    height: 1.25vw
                }

    .contacts-items {
        margin: 3.125vw 3.125vw 0 0;
        width: 18.0729166667vw
    }

    .contacts-items-top {
        padding: 1.5625vw
    }

        .contacts-items-top h2 {
            font-size: 1.1458333333vw;
            line-height: 1.1458333333vw;
            margin-bottom: 1.0416666667vw
        }

    .contacts-tel {
        font-size: 1.4583333333vw;
        line-height: 1.4583333333vw
    }

    .contacts-items-bottom {
        border-top-width: .0520833333vw;
        padding: 1.5625vw
    }

        .contacts-items-bottom p {
            font-size: .8333333333vw;
            line-height: 1.25vw
        }

    .cib-links .button-default {
        font-size: .7291666667vw;
        border-width: .0520833333vw
    }

        .cib-links .button-default:first-child {
            margin-right: .2604166667vw
        }

        .cib-links .button-default:last-child {
            margin-left: .2604166667vw
        }

    .document-items {
        padding: 1.5625vw;
        height: 12.5vw
    }

        .document-items h3 {
            font-size: .9375vw;
            line-height: 1.25vw
        }

    .thp-2-items {
        padding: 2.6041666667vw 3.125vw 3.125vw 3.125vw
    }

    .thp-2-top {
        font-size: .9375vw;
        line-height: 1.25vw
    }

    .thp-2-middle {
        padding: 1.5625vw 0 1.5625vw 0
    }

        .thp-2-middle strong {
            font-size: 1.25vw;
            line-height: 1.25vw
        }

        .thp-2-middle h1 {
            font-size: 3.3333333333vw;
            line-height: 3.3333333333vw
        }

        .thp-2-middle ul {
            font-size: 1.1vw
        }

        .thp-2-middle li {
            margin-top: .78125vw
        }

    .thp-2-bottom strong {
        font-size: 2.5vw;
        line-height: 2.5vw
    }

    .thp-2-bottom p {
        font-size: 1.1vw;
        line-height: 1.2vw;
        margin: -.2604166667vw 0 0 .78125vw
    }

    .achievements-col-1 {
        margin-right: 3.125vw
    }

    .label-2 {
        right: 3.125vw;
        bottom: 2.125vw;
        width: 12.5vw;
        height: 12.5vw
    }

        .label-2 strong {
            font-size: 5vw;
            line-height: 5vw
        }

        .label-2 p {
            font-size: .9375vw;
            line-height: .9375vw
        }

    .project-wrapper {
        padding-right: 1.5625vw
    }

    .project-1 {
        margin-left: 1.5625vw;
        margin-bottom: .78125vw
    }

    .project-2 {
        margin-left: 1.5625vw;
        margin-top: .78125vw
    }

    .project-3 {
        margin-left: 1.5625vw
    }

    .project-4 {
        margin-left: 1.5625vw;
        margin-bottom: .78125vw
    }

    .project-5 {
        margin-left: 1.5625vw;
        margin-top: .78125vw
    }

    .project-6 {
        margin-left: 1.5625vw;
        margin-top: .78125vw
    }

    .project-title {
        left: 1.5625vw;
        bottom: 1.5625vw
    }

    .kompaniya-segodnya {
        padding-right: 1.5625vw
    }

        .kompaniya-segodnya .col-text, .year-wrapper {
            padding: 3.125vw;
            width: -moz-calc(50% - 1.5625vw);
            width: -webkit-calc(50% - 1.5625vw);
            width: -o-calc(50% - 1.5625vw);
            width: calc(50% - 1.5625vw);
            margin-left: 1.5625vw
        }

    .year-slider-wrapper {
        margin: 3.125vw 0 0 0;
        padding: 3.125vw 0 0 0;
        border-top-width: .0520833333vw
    }

        .year-slider-wrapper .prev, .year-slider-wrapper .next {
            top: 3.125vw;
            border-width: .0520833333vw
        }

            .year-slider-wrapper .prev:active {
                right: 3.3854166667vw
            }

            .year-slider-wrapper .next:active {
                right: -.2604166667vw
            }

        .year-slider-wrapper .prev {
            right: 3.1770833333vw
        }

    .year-title {
        font-size: 3.75vw;
        line-height: 3.75vw;
        margin: -0.78125vw 0 0 0
    }

        .year-title i {
            font-size: 1.25vw;
            margin: 0 0 0 .5208333333vw
        }

    .year-slider-wrapper .content-text {
        margin-top: -.5208333333vw
    }

    .banner {
        height: 18.2291666667vw;
        padding: 3.125vw
    }

        .banner p {
            font-size: 1.875vw;
            line-height: 2.1875vw
        }

    .slider-items-wrapper {
        padding-right: 1.5625vw
    }

    .slider-item-type-2 {
        padding: 1.5625vw
    }

    .swiper-slide.gallery-items-1-5 {
        width: -moz-calc(20% - 1.5625vw);
        width: -webkit-calc(20% - 1.5625vw);
        width: -o-calc(20% - 1.5625vw);
        width: calc(20% - 1.5625vw);
        margin: 0 0 0 1.5625vw
    }

    .slider-item {
        border-width: .0520833333vw
    }

    .sertifikaty picture img {
        height: 10.4166666667vw;
        margin: 1.5625vw 0 1.5625vw 0
    }

    .sertifikaty p {
        padding: 1.0416666667vw 1.5625vw 1.0416666667vw 1.5625vw;
        font-size: .8333333333vw;
        line-height: 1.1458333333vw;
        min-height: 4.375vw
    }

    .slider-item-type-2 picture {
        height: 6.25vw
    }

    .links-404 {
        display: none
    }

    /*.footer-wrapper::after {
        height: 6.25vw;
        background-size: 80.9375vw 7.8125vw
    }*/

    .footer-site {
        border-width: .0520833333vw;
        padding: 3.125vw 1.5625vw 3.125vw 1.5625vw
    }

    .footer-1 {
        font-size: .9vw;
        line-height: 1.2vw;
        padding: 0 0 1.5625vw 0
    }

    .footer-2 {
        font-size: .8333333333vw
    }

    .pdf-links i {
        margin-top: .2604166667vw;
        background-size: 1.3020833333vw;
        padding-left: 1.8229166667vw;
        font-size: .625vw;
        line-height: 1.3020833333vw
    }

    .footer-2 a {
        margin-right: 3.125vw
    }

    .footer-3 {
        font-size: .85291666667vw;
        line-height: 1.2vw
    }

        .footer-3 i {
            height: 2.0833333333vw;
            font-size:1.6rem;
            padding-left: .78125vw;
            padding-right: .78125vw;
            margin-left: .78125vw
        }

    .go-top:active {
        bottom: -.2604166667vw
    }

    .gallery-items-inf {
        top: 2.7604166667vw;
        left: 2.7604166667vw;
        padding: 1.5625vw;
        width: -moz-calc(100% - 4.322916666666667vw);
        width: -webkit-calc(100% - 4.322916666666667vw);
        width: -o-calc(100% - 4.322916666666667vw);
        width: calc(100% - 4.3229166667vw);
        max-width: 17.7083333333vw;
        -webkit-backdrop-filter: blur(0.2604166667vw);
        backdrop-filter: blur(0.2604166667vw)
    }

    .loader-items {
        padding: 3.125vw 0 3.125vw 0
    }

        .loader-items svg {
            width: 1.7708333333vw;
            height: 1.7708333333vw
        }

    body[class*=-fullscreen] .map__filter {
        top: 2.7604166667vw;
        left: 2.7604166667vw
    }

    .map__filter-list {
        padding: .78125vw .5208333333vw
    }

    .map__filter-btn {
        padding: 5px .78125vw;
        font-size: .7291666667vw;
        -webkit-border-radius: 1.3020833333vw;
        border-radius: 1.3020833333vw
    }

    .map__filter-btn-badge {
        width: 1.3020833333vw;
        height: 1.3020833333vw;
        line-height: 1.3020833333vw;
        margin-left: .5208333333vw
    }

    .map__zoom-controls {
        gap: .5208333333vw;
        margin: 0 1.5625vw 1.5625vw 0
    }

    .map__btn {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        font-size: 1.0416666667vw;
        border-width: .0520833333vw
    }

    .map__zoom-in {
        background-size: 1.25vw
    }

    .map__zoom-out {
        background-size: 1.25vw
    }

    .map__fullscreen-btn {
        background-size: 1.25vw;
        margin: 1.5625vw 1.5625vw 0 0
    }

    body[class*=-fullscreen] .map__fullscreen-btn {
        background-size: 1.25vw
    }

    .map__radius-hint {
        font-size: .7291666667vw
    }

    .map__filter {
        top: 2.7604166667vw;
        left: 2.7604166667vw
    }

    .map__filter-toggle-btn, .map__filter-toggle-icon {
        top: -1.1979166667vw;
        left: -1.1979166667vw;
        width: 2.3958333333vw;
        height: 2.3958333333vw
    }

    .map__filter-toggle-icon {
        background-size: 1.25vw !important
    }

    .map__filter-list {
        padding: .78125vw .5208333333vw;
        border-radius: .78125vw
    }

    .map__filter-btn {
        padding: .2604166667vw .78125vw
    }

    .kontakty_map ymaps[class*=-controls__control] {
        left: 1.5625vw !important
    }

    .cookie-item {
        bottom: 1.5625vw;
        left: 21.6145833333vw;
        border-radius: 2rem;
        grid-template-columns: 1.7708333333vw auto auto;
        gap: .5208333333vw;
        padding: .5208333333vw;
        font-size: .78125vw;
        line-height: .8333333333vw
    }

        .cookie-item svg {
            width: 1.7708333333vw;
            height: 1.7708333333vw
        }

        .cookie-item button {
            border-width: .0520833333vw;
            height: 1.875vw;
            border-radius: 1.0416666667vw;
            font-size: .78125vw;
            line-height: 16px;
            padding: 0 .78125vw 0 .78125vw
        }
}

@media screen and (min-width: 1360px)and (max-height: 720px) {
    .links-banner {
        height: 8.8541666667vw
    }
}

@media screen and (max-width: 1360px)and (max-height: 720px) {
    .links-banner {
        height: 150px
    }
}

@media all and (min-width: 1460px) {
    .label-1 {
        width: 11.9791666667vw;
        height: 11.9791666667vw;
        margin: 2.6041666667vw 4.6875vw 0 0
    }

        .label-1::before, .wrapper-v2 .label-1::before, .wrapper-v2-cn .label-1::before {
            background-size: 14.0625vw
        }

    .label-1-title {
        width: 4.6875vw;
        font-size: .9375vw;
        line-height: .9375vw
    }

        .label-1-title.center-items {
            height: 2.7083333333vw
        }

        .label-1-title::before, .label-1-title::after {
            background-size: .9895833333vw 2.9166666667vw;
            width: .9895833333vw;
            height: 2.9166666667vw;
            top: -.5208333333vw
        }

        .label-1-title.center-items::before, .label-1-title.center-items::after {
            top: 0
        }

        .label-1-title::before {
            left: -1.40625vw
        }

        .label-1-title::after {
            right: -1.40625vw
        }

    .ico-button {
        width: 2.3958333333vw;
        height: 2.3958333333vw
    }
}

@media all and (max-width: 1460px) {
    .col-left h1 {
        font-size: 1.3541666667vw
    }

    .col-left p {
        font-size: .95vw
    }

    nav {
        font-size: 1.2vw
    }

    .label-1 {
        width: 210px;
        height: 210px;
        z-index: 4
    }

        .label-1::before, .wrapper-v2 .label-1::before, .wrapper-v2-cn .label-1::before {
            background-size: 250px
        }

    .label-1-title {
        width: 90px;
        font-size: 16px;
        line-height: 18px
    }

        .label-1-title.center-items {
            height: 52px
        }

        .label-1-title::before, .label-1-title::after {
            background-size: 19px 56px;
            width: 19px;
            height: 56px;
            top: -10px
        }

        .label-1-title.center-items::before, .label-1-title.center-items::after {
            top: 0
        }

        .label-1-title::before {
            left: -27px
        }

        .label-1-title::after {
            right: -27px
        }

    .bp-top i {
        display: none
    }

    .ico-button {
        width: 32px;
        height: 32px
    }

    .spisok-domov .more-inf-button {
        display: none
    }

    .pomescheniya-v-arendu .more-inf-button {
        display: none
    }
}

@media all and (max-width: 1320px) {
    .inner-small-page {
    
    }
}

@media all and (max-width: 1250px) {
    body {
        font-size: 14px
    }

    .height-default {
        height: 400px
    }

    .swiper-lazy-preloader {
        width: 40px !important;
        height: 40px !important;
        margin-left: -20px !important;
        margin-top: -20px !important;
        border-width: 2px !important
    }

    h2 {
        font-size: 32px;
        line-height: 32px
    }

    .pattern-bg::before {
        background-size: 73px 49px
    }

    .br30 {
        -webkit-border-radius: 30px;
        border-radius: 30px
    }

    .br24 {
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

    .br24-top {
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .br24-bottom {
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px
    }

    .mt120 {
        margin-top: 120px
    }

    .mt100 {
        margin-top: 60px
    }

    .pt100 {
        padding-top: 60px
    }

    .mt90 {
        margin-top: 60px
    }

    .mt60 {
        margin-top: 60px
    }

    .mt55 {
        margin-top: 55px
    }

    .mt45 {
        margin-top: 45px
    }

    .pt45 {
        padding-top: 45px
    }

    .mt30 {
        margin-top: 30px
    }

    .mt20 {
        margin-top: 20px
    }

    .ml30 {
        margin-left: 30px
    }

    .mr40 {
        margin-right: 40px
    }

    .mr20 {
        margin-right: 20px
    }

    .mr10 {
        margin-right: 10px
    }

    .tm30 {
        margin-top: -30px !important
    }

    .padding-xl {
        padding: 40px
    }

    .qr-items {
        display: none
    }

    .content-margin-lr-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .content-paddin-lr {
        padding-left: 60px;
        padding-right: 60px
    }

    .ico-button svg {
        width: 24px;
        height: 24px
    }

    .swiper-lazy-preloader {
        width: 42px;
        height: 42px;
        margin-left: -21px;
        margin-top: -21px;
        border-width: 2px
    }

    .border-light {
        border-width: 1px
    }

    .green-items {
        padding: 15px
    }

    .inner-page-top {
        min-height: 40px
    }

    .border-gray {
        border-width: 1px
    }

    .open-menu-body {
        overflow: hidden;
        touch-action: none;
        -webkit-overflow-scrolling: none;
        overscroll-behavior: none
    }

        .open-menu-body, .open-menu-body .wrapper {
            pointer-events: none
        }

            .open-menu-body .col-left, .open-menu-body .htpl-t {
                pointer-events: auto
            }

    .hide-menu {
        display: none !important
    }

    .menu i {
        width: 18px;
        height: 2px;
        background: var(--color-light3);
        position: relative
    }

        .menu i::before, .menu i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 18px;
            height: 2px;
            background: var(--color-light3);
            -webkit-transition: all 250ms linear;
            transition: all 250ms linear
        }

        .menu i::before {
            top: -6px
        }

        .menu i::after {
            bottom: -6px
        }

    .open-menu-body .menu i {
        background: var(--white-0)
    }

        .open-menu-body .menu i::before {
            transform: rotate(45deg);
            top: 0
        }

        .open-menu-body .menu i::after {
            transform: rotate(-45deg);
            bottom: 0
        }

    .fixed .htpl-t {
        -webkit-animation: translateY .35s linear;
        animation: translateY .35s linear
    }

    @-webkit-keyframes translateY {
        from {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px)
        }

        to {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }
    }

    @keyframes translateY {
        from {
            -webkit-transform: translateY(-66px);
            transform: translateY(-66px)
        }

        to {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }
    }

    .sticky_top .htpl-t {
        -webkit-transform: translateY(-66px);
        transform: translateY(-66px);
        -webkit-transition: .35s;
        transition: .35s
    }

    .fixed .top-header-promo, .fixed .header-inner {
        z-index: 99
    }

    .fixed .htpl-t, .open-menu-body .htpl-t {
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        min-width: 320px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px 10px 30px;
        background: var(--black-08);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        height:66px
    }

    .fixed .htpl-t {
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px
    }

    .open-menu-body .htpl-t {
        -webkit-border-radius: 0;
        border-radius: 0
    }

        .open-menu-body .htpl-t::before, .open-menu-body .htpl-t::after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            top: 0
        }

    .fixed .right-nav, .open-menu-body .right-nav {
        position: relative;
        top: inherit;
        right: inherit
    }

        .fixed .right-nav a, .fixed .right-nav button {
            background: var(--black-0);
            border: 1px solid var(--white-02)
        }

            .fixed .right-nav a:hover, .fixed .right-nav button:hover, .fixed .right-nav button.open-menu {
                background: var(--white-02);
                border: 1px solid var(--white-0)
            }

        .open-menu-body .right-nav a, .open-menu-body .right-nav button, .header-inner .right-nav a, .header-inner .right-nav button {
            background: var(--white-0);
            border: 1px solid var(--white-02)
        }

            .open-menu-body .right-nav a:hover, .open-menu-body .right-nav button:hover, .header-inner .right-nav a:hover, .header-inner .right-nav button:hover {
                background: var(--white-02);
                border: 1px solid var(--white-0)
            }

    .open-menu-body .htpl-t {
        background: #69391c;
        background: -moz-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: -webkit-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: linear-gradient(135deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%)
    }

    .open-menu-body .cl-top {
        display: none
    }

    .col-left {
        width: 100%;
        padding: 0 30px 0 30px;
        border-right: none;
        position: fixed;
        top: 66px;
        left: auto;
        right: 0;
        z-index: 991;
        overflow-y: scroll;
        height: -moz-calc(100vh - 66px);
        height: -webkit-calc(100vh - 66px);
        height: -o-calc(100vh - 66px);
        height: calc(100vh - 66px);
        min-height: -moz-calc(100vh - 66px);
        min-height: -webkit-calc(100vh - 66px);
        min-height: -o-calc(100vh - 66px);
        min-height: calc(100vh - 66px);
        background: none !important
    }

        .col-left::after {
            content: "";
            position: fixed;
            top: 66px;
            right: 0;
            background: var(--black-07);
            width: -moz-calc(100% - 385px);
            width: -webkit-calc(100% - 385px);
            width: -o-calc(100% - 385px);
            width: calc(100% - 385px);
            height: 100%;
            z-index: -1;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px)
        }

        .col-left::before {
            content: "";
            position: fixed;
            top: 66px;
            left: 0;
            background: var(--white);
            width: 385px;
            height: 100%;
            z-index: -1;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px)
        }

    .cl-top, .cl-middle {
        padding: 0 30px 0 30px
    }

    .cl-middle, .cl-bottom {
        max-width: 325px
    }

    .logo svg {
        width: 103px;
        height: 20px
    }

    .col-left h1, .col-left p {
        display: none
    }

    .language {
        margin: 30px 0 0 0
    }

        .language li {
            margin-right: 10px
        }

        .language a, .language span {
            line-height: 28px;
            padding: 0 15px 0 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px
        }

            .language a, .language a:hove, .language span {
                border-width: 1px
            }

        .language span {
            border: 1px solid var(--color-main)
        }

        .language a {
            color: var(--color-light);
            background: var(--white-02);
            border: 1px solid var(--white-0)
        }

            .language a:hover {
                border-color: var(--white)
            }

    .open-menu-body .language, .fixed .language, .open-menu-body .thp-left h1, .fixed .thp-left h1, .open-menu-body .thp-left p, .fixed .thp-left p, .open-menu-body .logo-title, .fixed .logo-title {
        display: none !important
    }

    nav {
        font-size: 1.3rem;
        margin-top: 60px;
        margin-bottom: 60px
    }

        nav a, nav button {
            padding: 10px 0 10px 0;
            line-height: 35px
        }

    .cl-bottom {
        padding-top: 40px;
        border-top: 1px solid var(--black-01)
    }

    .favorites-links i {
        width: 22px;
        height: 22px;
        top: -10px;
        right: -12px;
        font-size: 15px
    }

    .instagram-xs svg, .favorites-links svg {
        width: 24px;
        height: 24px
    }

    .phone-button {
        border: 1px solid var(--black-01);
        height: 50px;
        width: 200px;
        font-size: 16px
    }

    .links-banner {
        margin-top: 40px;
        margin-bottom: 30px;
        height: 210px
    }

        .links-banner .button {
            height: 46px;
            font-size: 16px;
            padding: 0 20px 0 20px;
            margin: 0 0 20px 20px
        }

    .more {
        margin: 0 20px 20px 0
    }

    .col-center {
        width: 100%;
        overflow-x: hidden
    }

    .top-header-promo {
        width: 100%;
        max-height: 70vh;
        margin-left: 0;
        padding-left: 0;
        
    }

    .thp-left {
        display: flex;
        position: absolute;
        padding: 40px 0 90px 30px;
        z-index: 3;
        color: var(--color-light);
        height: 100%;
        width: 100%
    }

        .thp-left h1 {
            font-size: 34px;
            margin-bottom: 10px
        }

        .thp-left p {
            font-size: 16px;
            line-height: 22px;
            color: var(--white-06);
            max-width: 280px
        }

        .thp-left .label-1-title {
            width: 90px;
            display: block;
            margin: 0 0 0 30px
        }

    .htpl-m {
        padding-top: 30px
    }

    .thp-left .label-1-title {
        opacity: 0
    }

    .background-wrapper::before {
        width: 400px;
        opacity: .9
    }

    .thp-content {
        position: unset
    }

    .label-1 {
        position: absolute;
        right: 30px;
        bottom: 60px
    }

    .big-title {
        display: none
    }

    .right-nav {
        position: absolute;
        z-index: 3;
        top: 30px;
        right: 30px
    }

        .right-nav a, .right-nav button {
            width: 46px;
            height: 46px;
            line-height: 0;
            background: var(--black-07)
        }

            .right-nav a:hover, .right-nav button:hover {
                background: var(--color-main)
            }

        .right-nav button {
            margin-left: 15px
        }

    .header-inner {
        height: 230px
    }

        .header-inner .thp-left {
            padding: 30px
        }

        .header-inner .language {
            margin-top: 10px
        }

        .header-inner .logo-title {
            font-size: 24px;
            display: block;
            color: var(--color-light);
            margin-top: 5px
        }

        .header-inner p {
            margin-top: 5px;
            font-size: 13px;
            line-height: 14px
        }

        .header-inner .language a, .header-inner .language span {
            line-height: 26px;
            font-size: 13px
        }

        .header-inner .language span {
            border: 1px solid var(--color-main)
        }

    .text-items-type1 {
        padding: 60px 30px 0 30px;
        margin-top: -30px;
        -webkit-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0
    }

    .ti-style-2 {
        margin-top: 0
    }

    .quote-type-1 .quote {
        top: -30px
    }

    .quote-type-0 {
        top: -60px
    }

    .center-text {
        max-width: 590px;
        font-size: 20px;
        line-height: 28px
    }

        .center-text.quote-type-1 {
            max-width: 30%
        }

        .center-text a, .way a {
            background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
            background: -o-linear-gradient(top, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
            background: linear-gradient(180deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
            background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
            background: -o-linear-gradient(top, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
            background: linear-gradient(180deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0)
        }

    .text-xl {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 30px
    }

    .bg-text {
        top: 100px;
        font-size: 124px;
        line-height: 130px;
        height: 130px
    }

    .first-items, .second-items {
        padding-right: 20px;
        padding-left: 20px
    }

    .quote {
        background-size: 70px 60px;
        width: 70px;
        height: 60px
    }

    .promo-banners {
        padding-left: 10px;
        padding-right: 30px;
        padding-bottom: 20px
    }

        .promo-banners .ml30 {
            margin-left: 20px
        }

    .button-promo-1, .pb-col-2 {
        width: -moz-calc(25% - 20px);
        width: -webkit-calc(25% - 20px);
        width: -o-calc(25% - 20px);
        width: calc(25% - 20px)
    }

    .button-promo-1 {
        margin-left: 20px;
        height: 540px
    }

    .bp-top {
        padding: 10px 30px 0 10px
    }

        .bp-top i {
            border-width: 1px
        }

        .bp-top span {
            font-size: 13px;
            height: 32px;
            padding: 0 15px 0 15px
        }

    .bp-middle {
        padding-left: 10px;
        padding-right: 10px;
        width: auto
    }

    .bp-bottom {
        padding: 0 30px 10px 30px
    }

        .bp-bottom strong {
            font-size: 16px;
            line-height: 22px
        }

        .bp-bottom small {
            font-size: 12px;
            margin-top: 10px
        }

        .bp-bottom img {
            bottom: -40px;
            width: 302px;
            height: 148px
        }

    .button-promo-2, .button-promo-3 {
        height: 255px
    }

        .button-promo-2 picture img {
            margin:25% auto;
            width: 14rem;            
            height: auto

        }

        .button-promo-2 .bp-bottom strong {
            font-size: 24px
        }

    .button-promo-3 {
        margin-top: 30px
    }

        .button-promo-3 .bp-bottom strong {
            
        }

        .button-promo-3 picture .bp3-img-1 {
            right: 30px;
            top: 80px;
            width: 89px;
            height: 93px
        }

        .button-promo-3 picture .bp3-img-2 {
            width: 14rem;
            height: auto
        }

    .button-promo-4 {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: calc(50% - 20px);
        height: 540px
    }

        .button-promo-4 .bp-bottom strong {
            font-size: 24px;
            line-height: 28px;
            width: 120px
        }

        .button-promo-4 .bp-bottom p {
            font-size: 14px;
            line-height: 18px
        }

    .bp4-img-2 {
        width: 96px;
        height: 130px
    }

    .bp4-img-3 {
        width: 87px;
        height: 156px
    }

    .houses-tab-wrapper .sliders-tab {
        -webkit-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .ht-title h2 strong {
        font-size: 26px;
        line-height: 26px;
    }

    .ht-title h2 i {
        font-size: 76px;
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
        min-height: 5rem;
        margin-right: 20px;
        letter-spacing: 5px
    }

    .ht-title p {
        font-size: 16px;
        line-height: 18px;
        white-space: nowrap
    }

    .height-xl {
        height: 610px
    }

        .height-xl.mt60 {
            margin-top: 40px
        }

    .ht-navigation {
        top: 30px;
        left: 30px;
        height: 50px;
        padding: 0 6px 0 6px
    }

    .ht-button {
        height: 40px;
        width: 75px;
        font-size: 16px
    }

    .pages {
        top: 30px;
        right: 30px;
        font-size: 18px;
        height: 40px;
        min-width: 70px;
        padding: 0 5px 0 5px
    }

    .content-img-slider .pages {
        top: 30px;
        right: 30px
    }

    .content-img-slider .prev {
        left: 30px
    }

        .content-img-slider .prev:active {
            left: 25px
        }

    .content-img-slider .next {
        right: 30px
    }

        .content-img-slider .next:active {
            right: 25px
        }

    .prev, .next {
        top: -moz-calc(50% - 20px);
        top: -webkit-calc(50% - 20px);
        top: -o-calc(50% - 20px);
        top: calc(50% - 20px)
    }

    .prev {
        left: 30px
    }

    .next {
        right: 30px
    }

    .prev:active {
        left: 26px
    }

    .next:active {
        right: 26px
    }

    .zoom {
        right: 30px;
        bottom: 30px;
        background-size: 24px
    }

    .houses-tab-wrapper .zoom {
        right: 30px;
        bottom: 30px
    }

    .bottom-nav {
        left: 30px;
        bottom: 30px
    }

        .bottom-nav .button-default {
            margin-right: 20px
        }

    .button-default {
        font-size: 16px;
        height: 50px;
        padding: 0 30px 0 30px
    }

    .mstyle {
        margin-right: 5px
    }

    .button-xl {
        height: 56px
    }

    .border-main {
        border-width: 1px
    }

    .full-width-slider.mt45 {
        margin-top: 30px
    }

    .ico-wrapper h1 {
        font-size: 36px;
        line-height: 32px
    }

    .ico-wrappers {
        padding-left: 40px;
        padding-right: 60px
    }

    .ico-col {
        width: 25%
    }

    .ico-items {
        padding: 40px 0 0 20px
    }

        .ico-items picture, .ico-items picture img {
            width: 70px;
            height: 70px
        }

        .ico-items p {
            font-size: 14px;
            line-height: 18px;
            padding: 0 0 0 15px;
            width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
            width: -o-calc(100% - 70px);
            width: calc(100% - 70px)
        }

    .blockquote-type-1 {
        min-height: 170px;
        font-size: 24px;
        line-height: 34px
    }

        .blockquote-type-1 .quote {
            top: -20px
        }

        .blockquote-type-1 p {
            max-width: 70vw
        }

    .construction-progress {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .cp-items {
        bottom: 30px;
        left: 30px;
        width: 300px
    }

        .cp-items .cp-title-xs, .cp-items .cp-title-xl {
            padding-left: 30px;
            padding-right: 30px
        }

        .cp-items .cp-title-xs {
            font-size: 18px;
            padding-top: 30px
        }

        .cp-items .cp-title-xl {
            font-size: 24px;
            padding-top: 5px;
            padding-bottom: 30px
        }

        .cp-items .lr-vc {
            padding: 0 20px 20px 20px
        }

            .cp-items .lr-vc strong {
                height: 46px;
                padding-left: 20px;
                padding-right: 20px;
                font-size: 16px
            }

    .text-bg {
        padding: 30px
    }

    .text-style {
        font-size: 15px;
        line-height: 22px
    }

    .w3-4 {
        width: -moz-calc(75% - 20px);
        width: -webkit-calc(75% - 20px);
        width: -o-calc(75% - 20px);
        width: calc(75% - 20px)
    }

    .gw-items {
        width: inherit;
        padding-left: 10px
    }

    .gallery-wrappers {
        padding-right: 30px
    }

    .gallery-wrapper .swiper-slide {
        margin-left: 20px
    }

    .gw-items::before {
        display: none
    }

    .gallery-wrapper .swiper-slide {
        width: 280px
    }

    .prev-t2, .next-t2 {
        border: 1px solid var(--black-02);
        top: -76px
    }

    .prev-t2 {
        right: 86px
    }

        .prev-t2:active {
            right: 91px
        }

    .swiper-button-disabled.prev-t2:active {
        right: 86px
    }

    .next-t2 {
        right: 30px
    }

        .next-t2:active {
            right: 25px
        }

    .swiper-button-disabled.next-t2:active {
        right: 30px
    }

    .more-inf-button {
        top: 30px;
        left: 30px
    }

    .gallery-wrappers h2 {
        width: 100% !important;
        max-width: 300px
    }

    .mne-vazhno {
        padding-right: 30px
    }

        .mne-vazhno .mt60 {
            margin-top: 30px
        }

    .parkovka-dlya-avtomobiley {
        padding-right: 30px
    }

    .col-title h2 {
        width: 260px;
        margin-left: 60px;
        padding-right: 10px
    }

    .col-title .text-bg {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .parking-inf {
        width: -moz-calc(75% - 20px);
        width: -webkit-calc(75% - 20px);
        width: -o-calc(75% - 20px);
        width: calc(75% - 20px);
        margin-left: 30px;
        border-width: 1px;
        padding: 30px
    }

    .parking-left {
        font-size: 16px;
        line-height: 16px
    }

        .parking-left p.l-vc {
            margin-right: 20px
        }

        .parking-left strong {
            font-size: 48px;
            line-height: 48px
        }

            .parking-left strong sup {
                font-size: 26px
            }

    .ico-parking, .ico-kladovye {
        background-size: 52px 53px;
        width: 52px;
        height: 53px
    }

    .p-text {
        margin-left: 15px
    }

    .col-title-2 {
        padding-right: 30px
    }

        .col-title-2 h2, .col-title-2 .text-bg {
            width: -moz-calc(50% - 20px);
            width: -webkit-calc(50% - 20px);
            width: -o-calc(50% - 20px);
            width: calc(50% - 20px)
        }

        .col-title-2 h2 {
            margin-left: 60px;
            max-width: 420px
        }

        .col-title-2 .text-bg {
            margin-left: 30px
        }

        .col-title-2 .quote {
            right: 30px;
            bottom: -20px;
            background-size: 64px 54px;
            width: 64px;
            height: 54px
        }

    .col-w50, .col-w25 {
        padding-right: 30px
    }

    .banner-xl {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .col-w25 .banner-xl {
        width: -moz-calc(25% - 20px);
        width: -webkit-calc(25% - 20px);
        width: -o-calc(25% - 20px);
        width: calc(25% - 20px)
    }

    .banner-xxl {
        font-size: 18px
    }

    .pomescheniya-v-arendu .col-w50, .col-w25 {
        padding-left: 10px
    }

    .pomescheniya-v-arendu .banner-xl {
        margin-left: 20px
    }

    .bottom-banner {
        padding: 30px;
        color: var(--color-light3)
    }

        .bottom-banner strong {
            font-size: 28px;
            line-height: 28px;
            margin-bottom: 20px
        }

        .bottom-banner i {
            line-height: 50px
        }

        .bottom-banner small {
            right: 30px;
            bottom: 30px;
            font-size: 18px
        }

    .bg-text.bg-text-type-2 {
        top: 80px
    }

    .maps-wrapper {
        border-width: 1px
    }

    .circular-waves {
        right: -20px;
        top: -20px;
        width: 15px;
        height: 15px
    }

        .circular-waves::before {
            width: 15px;
            height: 15px
        }

    @keyframes waves {
        0% {
            box-shadow: 0 0 0 0 rgba(232,95,95,.2),0 0 0 10px rgba(232,95,95,.2)
        }

        100% {
            box-shadow: 0 0 0 10px rgba(232,95,95,.2),0 0 0 15px rgba(232,95,95,0)
        }
    }

    .instagram-gallery {
        padding-right: 30px
    }

    .instagram-items-1 {
        margin-left: 30px
    }

    .instagram-items-2 {
        margin-left: 20px;
        margin-bottom: 10px
    }

    .instagram-items-3 {
        margin-left: 20px;
        margin-bottom: 10px
    }

    .instagram-items-4 {
        margin-left: 20px;
        margin-top: 10px
    }

    .instagram-items-5 {
        -webkit-border-radius: 140px;
        border-radius: 140px;
        margin-left: 20px;
        margin-bottom: 10px
    }

        .instagram-items-5 svg {
            width: 54px;
            height: 54px
        }

    .instagram-items-6 {
        margin-left: 20px;
        margin-top: 10px
    }

    .instagram-gallery i {
        left: 30px;
        bottom: 30px;
        padding: 0 20px 0 20px;
        height: 40px;
        font-size: 13px
    }

    .komfort-live .height-default {
        height: inherit
    }

    .news-items {
        height: 360px;
        padding: 30px
    }

    .date {
        padding: 0 15px 0 15px;
        height: 34px
    }

    .news-items h3 {
        font-size: 22px;
        line-height: 28px
    }

        .news-items h3 i {
            font-size: 16px
        }

    .news-items picture::before {
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

    .user img {
        width: 60px;
        height: 60px
    }

    .user i {
        font-size: 16px;
        line-height: 16px;
        margin-left: 15px
    }

    .novosti-i-aktsii .ml30, .block-wrapper-items .ml30 {
        margin-left: 20px
    }

    .novosti-i-aktsii .col-w50, .block-wrapper-items .col-w50 {
        padding-left: 10px
    }

    .block-wrapper-items .mt30 {
        margin-top: 20px
    }

    .inner-small-page {
        width: 100%
    }

    .content-slider.height-default, .video-items {
        height: 540px
    }

    .news-date {
        line-height: 34px;
        padding: 0 15px 0 15px
    }

    .content-text h2, .content-text h3, .content-text p {
        margin-top: 30px
    }

    .content-text h2 {
        font-size: 24px;
        line-height: 24px
    }

    .content-text h3 {
        font-size: 18px;
        line-height: 18px
    }

    .content-text p, .content-text ul, ol {
        font-size: 18px;
        line-height: 32px
    }

    .content-text ul, .content-text ol {
        margin: 30px 0 0 20px
    }

    .content-text a {
        background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
        background: -o-linear-gradient(top, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
        background: linear-gradient(180deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
        background: -webkit-linear-gradient(top, transparent -webkit-calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
        background: -o-linear-gradient(top, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0);
        background: linear-gradient(180deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.2) 0)
    }

    .content-text blockquote {
        margin-top: 30px;
        padding: 30px;
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

    .content-slider, .video-items {
        
    }

    .in-archive {
        font-size: 16px
    }

    .bottom-form-wrapper {
        padding-left: 0px
    }

    .form-wrapper {
        border-width: 1px;
        min-height: 320px
    }

        .form-wrapper p {
            font-size: 16px;
            line-height: 22px
        }

    .phone-masker {
        height: 60px;
        box-shadow: inset 0px 4px 4px var(--black-01);
        margin-top: 40px
    }

        .phone-masker:focus-within, .errro {
            box-shadow: inset 0px 4px 4px var(--black-02)
        }

        .phone-masker.is-init {
            padding-left: 90px
        }

        .phone-masker input {
            font-size: 18px;
            height: 60px;
            padding-right: 15px;
            padding-left: 10px
        }

    .phone-masker__prefix-btn {
        top: 12px;
        left: 20px;
        width: 53px;
        height: 36px;
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

        .phone-masker__prefix-btn::before {
            background-size: 24px
        }

    .phone-masker__prefix {
        font-size: 18px
    }

    .phone-masker__prefix-box {
        margin: 2px 0 0;
        border-width: 1px;
        padding: 20px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        box-shadow: 0 3px 5px var(--black-01)
    }

    .phone-masker__prefix-list {
        max-height: 340px;
        font-size: 15px;
        line-height: 18px
    }

    .phone-masker__prefix-item {
        padding: 8px 10px;
        max-width: 270px;
        -webkit-border-radius: 12px;
        border-radius: 12px
    }

    .fw-bottom {
        margin-top: 40px
    }

        .fw-bottom p {
            font-size: 14px;
            line-height: 18px;
            max-width: 300px
        }

    .button-ar {
        font-size: 16px
    }

        .button-ar i {
            width: 50px;
            height: 50px;
            border-width: 1px;
            margin-left: 15px
        }

    .bottom-form-wrapper .form-sent p {
        font-size: 18px;
        line-height: 24px
    }

    .bottom-form-wrapper {
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px;
        padding-bottom: 30px;
        background: var(--white);
        z-index: 1
    }

        .bottom-form-wrapper .banner-xl {
            margin-left: 20px
        }

        .bottom-form-wrapper::after {
            background-size: 393px 108px;
            bottom: 70px;
            width: 393px;
            height: 108px
        }

    .phone-bottom-wrapper strong {
        font-size: 18px
    }

    .phone-bottom-wrapper a {
        font-size: 42px
    }

    .qr-items {
        right: 60px;
        margin-top: -86px;
        width: 172px;
        height: 172px;
        border-width: 1px
    }

        .qr-items::before {
            background-size: 168px
        }

        .qr-items svg {
            width: 76px;
            height: 76px
        }

    .address-items {
        min-height: 320px
    }

        .address-items svg {
            width: 34px;
            height: 34px
        }

        .address-items p {
            font-size: 18px
        }

            .address-items p strong {
                font-size: 24px;
                margin-bottom: 5px
            }

    .ipt-title.pt45 {
        padding-top: 30px
    }

    .way li i {
        margin: 0 10px 0 10px
    }

    .ipt-title h1 {
        font-size: 36px;
        line-height: 42px
    }

    .bn-right {
        right: 30px
    }

        .bn-right .button-default {
            margin-left: 20px
        }

    .spisok-domov {
        padding-right: 30px
    }

    .right-ico-button {
        left: inherit;
        right: 30px
    }

    .filter-items strong {
        margin-bottom: 15px
    }

    .size-wrapper {
        box-shadow: inset 0px 4px 4px var(--black-01);
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 50px;
        padding: 0 6px 0 6px
    }

        .size-wrapper:hover {
            box-shadow: inset 0px 4px 4px var(--black-02)
        }

        .size-wrapper button {
            font-size: 16px;
            height: 40px;
            padding: 0 12px 0 12px
        }

    .result-title {
        font-size: 32px;
        line-height: 50px
    }

    .filter-items.favorites-links-wrapper .l-vc {
        height: 50px
    }

    .filter-items.mr40 {
        margin-right: 20px
    }

    .filter-wrapper .select-wrapper {
        min-width: 120px
    }

    .select-wrapper {
        min-width: 150px
    }

    .select2-container {
        box-shadow: inset 0px 4px 4px var(--black-01);
        -webkit-border-radius: 30px;
        border-radius: 30px
    }

    .select2-container--open {
        box-shadow: inset 0px 4px 4px var(--black-02)
    }

    .select2-container .select2-selection--single {
        height: 50px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        font-size: 16px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 20px;
        padding-right: 20px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 37px;
        width: 37px;
        top: 7px;
        right: 6px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            background-size: 24px
        }

    .select2-dropdown {
        border-width: 1px;
        padding: 20px;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        box-shadow: 0 3px 5px var(--black-01);
        font-size: 15px;
        line-height: 18px
    }

    .select2-results__option {
        padding: 8px 10px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        width: 100%;
        margin: 2px;
        border-width: 1px
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 300px
    }

    .block-wrapper {
        padding-right: 30px;
        padding-left: 10px
    }

    .block-items {
        margin: 20px 0 0 20px;
        padding: 20px;
        width: -moz-calc(25% - 20px);
        width: -webkit-calc(25% - 20px);
        width: -o-calc(25% - 20px);
        width: calc(25% - 20px);
        border: 1px solid var(--black-02)
    }

    .bi-bottom a {
        font-size: 20px;
        line-height: 20px;
        padding-right: 10px
    }

        .bi-bottom a i {
            font-size: 14px;
            line-height: 14px;
            margin-top: 10px
        }

    .block-items picture img {
        height: 187px
    }

    .home-number {
        font-size: 42px;
        line-height: 42px;
        width: 120px;
        height: 120px
    }

    .home-small-title {
        font-size: 18px;
        line-height: 18px;
        padding: 7px 12px 7px 12px;
        -webkit-border-radius: 15px;
        border-radius: 15px
    }

    .banner-content {
        height: 215px
    }

    .bc-items strong {
        font-size: 28px;
        line-height: 28px;
        margin-left: 60px
    }

    .bc-items button {
        margin-left: 20px
    }

    .banner-link {
        left: 60px;
        bottom: 30px
    }

    .planirovochnye-resheniya {
        padding-right: 0 !important
    }

        .planirovochnye-resheniya .tabcontent-default {
            border-width: 1px;
            padding: 30px;
            margin-top: 30px
        }

    .prc-title {
        font-size: 16px
    }

    .hor-wrapper {
        width: -moz-calc(100% + 60px);
        width: -webkit-calc(100% + 60px);
        width: -o-calc(100% + 60px);
        width: calc(100% + 60px);
        margin: 20px 0 20px -30px
    }

    .apartment-wrapper {
        padding: 0px
    }

    .apartment-tab {
        padding: 30px
    }

        .apartment-tab .tab-button-default {
            box-shadow: inset 0px 4px 4px var(--black-01);
            height: 50px;
            padding: 0 6px 0 6px
        }

            .apartment-tab .tab-button-default .button-default {
                height: 40px
            }

    .apartment-tab-img {
        height: 480px;
        padding: 30px 0 30px 0
    }

    .apartment-tab-bottom .button-default {
        border-width: 1px
    }

    .apartment-fb {
        min-height: 610px
    }

        .apartment-fb, .apartment-fb picture {
            -webkit-border-radius: 0 24px 24px 0 !important;
            border-radius: 0 24px 24px 0 !important
        }

            .apartment-fb picture::before {
                -webkit-border-radius: 0 24px 24px 0;
                border-radius: 0 24px 24px 0
            }

    .apartment-bottom {
        -webkit-border-radius: 0 0 24px 0;
        border-radius: 0 0 24px 0
    }

    .apartment-id {
        padding: 30px 30px 0 30px
    }

    .apartment-title {
        padding: 20px 30px 20px 30px;
        font-size: 32px;
        line-height: 32px
    }

    .apartment-bottom {
        padding: 30px
    }

        .apartment-bottom .phone-masker.is-init {
            margin-top: 10px
        }

        .apartment-bottom .fw-bottom {
            margin-top: 30px
        }

        .apartment-bottom .ww-form-title {
            margin-bottom: 20px
        }

            .apartment-bottom .ww-form-title strong {
                font-size: 24px;
                line-height: 24px
            }

    .sunup {
        top: 30px
    }

        .sunup svg {
            width: 80px;
            height: 80px
        }

    .apartment-fb-type-2 .ww-form-title {
        padding-bottom: 0 !important;
        margin-bottom: 40px
    }

    .apartment-bottom .fw-bottom p {
        padding-right: 10px;
        font-size: 12px;
        line-height: 14px;
        max-width: 220px
    }

    .apartment-fb-type-2 .tel {
        font-size: 32px;
        line-height: 32px
    }

    .apartment-fb-type-2 .text-items {
        font-size: 16px;
        line-height: 22px;
        margin-top: 40px
    }

    .check-wrapper {
        padding: 0px;
        background: none;
        display: block
    }

    .check-wrapper-content .items {
        background: var(--color-main-005);
        padding: 40px;
        margin-bottom: 30px;
        width: 50%;
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

        .check-wrapper-content .items:first-child {
            margin-right: 15px
        }

        .check-wrapper-content .items:last-child {
            margin-left: 15px
        }

    .check-wrapper h3 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 10px
    }

    .check-wrapper ul {
        font-size: 14px;
        margin-right: 0
    }

        .check-wrapper ul li {
            margin-top: 15px;
            padding-left: 35px;
            padding-right: 20px
        }

            .check-wrapper ul li::before {
                background-size: 24px;
                width: 24px;
                height: 24px
            }

    .cwc-col-1 .items {
        margin-right: 0 !important;
        width: 100%
    }

    .contacts-items {
        margin: 60px 60px 0 0;
        width: 350px
    }

    .contacts-items-top {
        padding: 30px
    }

        .contacts-items-top h2 {
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 20px
        }

    .contacts-tel {
        font-size: 28px;
        line-height: 28px
    }

    .contacts-items-bottom {
        border-top-width: 1px;
        padding: 30px
    }

        .contacts-items-bottom p {
            font-size: 16px;
            line-height: 24px
        }

    .cib-links .button-default {
        font-size: 14px;
        border-width: 1px
    }

        .cib-links .button-default:first-child {
            margin-right: 5px
        }

        .cib-links .button-default:last-child {
            margin-left: 5px
        }

    .document-items {
        padding: 30px;
        height: 240px
    }

        .document-items h3 {
            font-size: 16px;
            line-height: 22px
        }

    .top-header-promo-2 .background-wrapper {
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

    .thp-2-items {
        padding: 50px 30px 50px 30px
    }

    .thp-2-top {
        font-size: 16px;
        line-height: 20px
    }

    .thp-2-middle {
        padding: 30px 0 30px 0
    }

        .thp-2-middle strong {
            font-size: 20px;
            line-height: 20px
        }

        .thp-2-middle h1 {
            font-size: 64px;
            line-height: 64px
        }

        .thp-2-middle ul {
            font-size: 16px;
            margin-top: 20px
        }

        .thp-2-middle li {
            margin-top: 15px
        }

    .thp-2-bottom strong {
        font-size: 48px;
        line-height: 48px
    }

    .thp-2-bottom p {
        font-size: 16px;
        line-height: 18px;
        margin: -5px 0 0 15px
    }

    .achievements-col-1 {
        margin-right: 60px
    }

    .label-2 {
        right: 30px;
        bottom: -50px;
        width: 200px;
        height: 200px
    }

        .label-2 strong {
            font-size: 76px;
            line-height: 76px
        }

        .label-2 p {
            font-size: 16px;
            line-height: 16px
        }

    .project-wrapper {
        padding-right: 30px;
        padding-left: 10px
    }

    .project-1 {
        margin-left: 20px;
        margin-bottom: 10px
    }

    .project-2 {
        margin-left: 20px;
        margin-top: 10px
    }

    .project-3 {
        margin-left: 20px
    }

    .project-4 {
        margin-left: 20px;
        margin-bottom: 10px
    }

    .project-5 {
        margin-left: 20px;
        margin-top: 10px
    }

    .project-6 {
        margin-left: 20px;
        margin-top: 10px
    }

    .project-title {
        left: 30px;
        bottom: 30px;
        height: 40px;
        padding: 0 20px 0 20px;
        font-size: 13px
    }

    .kompaniya-segodnya {
        padding-right: 30px;
        padding-left: 10px
    }

        .kompaniya-segodnya .col-text, .year-wrapper {
            padding: 40px;
            width: -moz-calc(50% - 20px);
            width: -webkit-calc(50% - 20px);
            width: -o-calc(50% - 20px);
            width: calc(50% - 20px);
            margin-left: 20px
        }

    .year-slider-wrapper {
        margin: 60px 0 0 0;
        padding: 60px 0 0 0;
        border-top-width: 1px
    }

        .year-slider-wrapper .prev, .year-slider-wrapper .next {
            top: 60px;
            border-width: 1px
        }

            .year-slider-wrapper .prev:active {
                right: 55px
            }

            .year-slider-wrapper .next:active {
                right: -5px
            }

        .year-slider-wrapper .prev {
            right: 50px
        }

    .year-title {
        font-size: 72px;
        line-height: 72px;
        margin: -15px 0 0 0
    }

        .year-title i {
            font-size: 24px;
            margin: 0 0 0 10px
        }

    .year-slider-wrapper .content-text {
        margin-top: -10px
    }

    .banner {
        height: 350px;
        padding: 40px
    }

        .banner p {
            font-size: 30px;
            line-height: 38px;
            max-width: 70%
        }

    .slider-items-wrapper {
        padding-right: 30px;
        padding-left: 10px
    }

    .slider-item-type-2 {
        padding: 20px 10px 20px 10px
    }

    .swiper-slide.gallery-items-1-5 {
        width: 280px;
        margin: 0 0 0 20px
    }

    .slider-item {
        border-width: 1px
    }

    .sertifikaty picture img {
        height: 200px;
        margin: 30px 0 30px 0
    }

    .sertifikaty p {
        padding: 20px 30px 20px 30px;
        font-size: 16px;
        line-height: 22px;
        min-height: 84px
    }

    .slider-item-type-2 picture {
        height: 120px
    }

    .footer-site {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "footer-2 footer-2" "footer-1 footer-1" "footer-3 footer-4";
        padding-left: 0;
        padding-right: 0
    }

    .footer-wrapper {
        margin-top: -30px;
        background: #69391c;
        background: -moz-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: -webkit-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: linear-gradient(135deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%)
    }

        .footer-wrapper .footer-site {
            margin-top: 0;
            padding: 90px 0 60px 0
        }

        .footer-wrapper a {
            color: var(--color-light3)
        }

        .footer-wrapper::after {
            display: none
        }

    .footer-site {
        border-top: none;
        padding: 0 30px 0 30px
    }

    .footer-1 {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 30px 0 30px 0;
        color: var(--color-light3-04)
    }

    .footer-2 {
        font-size: 1.3rem;
        margin-left: 0
    }

    .pdf-links i {
        display: none
    }

    .footer-2 a {
        margin-right: 30px
    }

    .footer-3 {
        font-size: 14px;
        line-height: 18px
    }

        .footer-3 i {
            height: 40px;
            font-size:1.5rem;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 0;
            border-color: var(--white-0);
            background: var(--white-01)
        }

        .footer-3 strong {
            display: none
        }

    .go-top {
        border-color: var(--white-0);
        background: var(--white-01)
    }

        .go-top svg path {
            stroke: var(--white)
        }

        .go-top:active {
            bottom: -5px
        }

    .gallery-items-inf {
        top: 0px;
        left: 0px;
        padding: 90px 30px 30px 30px;
        width: 100%;
        max-width: 100%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .loader-items {
        padding: 60px 0 60px 0
    }

        .loader-items svg {
            width: 34px;
            height: 34px
        }

    .map__box {
        height: 540px
    }

    body[class*=-fullscreen] .map__filter {
        top: 53px;
        left: 53px
    }

    .map__filter-list {
        padding: 10px
    }

    .map__filter-btn {
        padding: 5px 15px;
        font-size: 14px;
        border-radius: 25px
    }

    .map__filter-btn-badge {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-left: 10px
    }

    .map__zoom-controls {
        gap: 10px;
        margin: 0 30px 30px 0
    }

    .map__btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
        border-width: 1px
    }

    .map__zoom-in {
        background-size: 20px
    }

    .map__zoom-out {
        background-size: 20px
    }

    .map__fullscreen-btn {
        background-size: 20px;
        margin: 30px 30px 0 0
    }

    body[class*=-fullscreen] .map__fullscreen-btn {
        background-size: 24px
    }

    .map__radius-hint {
        font-size: 14px
    }

    .map__filter {
        top: 50px;
        left: 50px
    }

    .map__filter-toggle-btn, .map__filter-toggle-icon {
        top: -20px;
        left: -20px;
        width: 40px;
        height: 40px
    }

    .map__filter-toggle-icon {
        background-size: 20px !important
    }

    .map__filter-list {
        padding: 15px 10px;
        border-radius: 15px
    }

    .map__filter-btn {
        padding: 5px 15px
    }

    .kontakty_map ymaps[class*=-controls__control] {
        left: 30px !important
    }

    .kontakty_map {
        overflow: hidden;
        -webkit-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0
    }
}

@media all and (min-width: 1250px) {
    .hover-t:hover {
        -webkit-transform: translateY(-0.5208333333vw);
        transform: translateY(-0.5208333333vw);
        -webkit-box-shadow: 0 .5208333333vw 1.0416666667vw 0 var(--black-04);
        box-shadow: 0 .5208333333vw 1.0416666667vw 0 var(--black-04)
    }

    .hover-t2:hover {
        -webkit-transform: translateY(-0.5208333333vw);
        transform: translateY(-0.5208333333vw);
        -webkit-box-shadow: 0 .2604166667vw 1.0416666667vw 0 var(--black-01);
        box-shadow: 0 .2604166667vw 1.0416666667vw 0 var(--black-01)
    }

    .wrapper-v2 .top-header-promo .background-wrapper {
        -webkit-border-radius: 0 0 1.5625vw 1.5625vw;
        border-radius: 0 0 1.5625vw 1.5625vw
    }
}

@media all and (min-width: 1025px)and (max-width: 1250px) {
    .hover-t:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 10px 20px 0 var(--black-04);
        box-shadow: 0 10px 20px 0 var(--black-04)
    }

    .hover-t2:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 5px 20px 0 var(--black-01);
        box-shadow: 0 5px 20px 0 var(--black-01)
    }
}

@media all and (max-width: 1249px) {
    .apartment-img-default picture, .apartment-img-default img {
        width: 100%;
        height: 100%;
        display: block
    }
}

@media all and (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    ::-webkit-scrollbar-thumb {
        background: var(--color-main)
    }

    ::-webkit-scrollbar-track {
        background: var(--color-main-008)
    }

    ::selection {
        background: var(--color-main)
    }

    .button-promo-1:hover, .button-promo-4:hover {
        background: var(--white)
    }

    .button-promo-1:active .bp-top i, .button-promo-3:active .bp-top i, .button-promo-4:active .bp-top i {
        border-color: var(--color-light3);
        background: var(--color-light3)
    }

    .top-header-promo {
        min-height: 600px
    }

    .construction-progress .touch {
        display: none
    }

    .open-sale, .sale-window.window-wrapper {
        display: none
    }
}

@media all and (max-width: 1024px) {
    .content-paddin-lr {
        padding-left: 30px;
        padding-right: 30px
    }

    .touch {
        display: block;
        position: absolute;
        z-index: 2;
        background: var(--black-07) url(../img/touch.svg) no-repeat center;
        background-size: 15px 24px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .ico-button {
        width: 40px;
        height: 40px
    }

    .promo-banners .mt60, .promo-banners .mt120, .button-promo-3 {
        margin-top: 0
    }

    .button-promo-1, .button-promo-2, .button-promo-3, .button-promo-4 {
        height: 400px
    }

    .pb-wrapper {
        display: flex;
        overflow-x: auto
    }

    .button-promo-2 picture img {
        width: 80%;
        height: auto;
        margin-top:50%;
    }

    .button-promo-3 picture img {
        width: 100%;
        height: auto;
        margin-top: 50%;
    }

    .button-promo-1 {
        width: 280px
    }

        .button-promo-1:hover .bp-top span {
            background: var(--white)
        }

    .pb-col-2 {
        width: 580px;
        display: flex
    }

    .button-promo-3 {
        margin-left: 20px
    }

    .button-promo-4 {
        width: 280px
    }

    .button-promo-3 picture .bp3-img-1 {
        right: 80px;
        top: 120px
    }

    .bp4-img-3 {
        display: none
    }

    .bp4-img-2 {
        right: -60px
    }

    .button-promo-4 .bp-bottom strong {
        width: auto
    }

    .button-promo-4 picture {
        padding-left: 10px;
        padding-right: 10px
    }

    .houses-tab-wrapper {
        margin-top: 5rem
    }

    .htab-slider-wrapper .swiper-lazy::before {
        height: 50%
    }

    .ico-wrapper {
        position: relative
    }

        .ico-wrapper::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
            width: 40px;
            height: 340px;
            z-index: 9
        }

    .ico-wrappers {
        padding-left: 10px;
        padding-right: 30px;
        padding-bottom: 20px
    }

    .ico-main {
        display: flex;
        overflow-x: auto
    }

    .ico-col {
        width: 280px
    }

    .blockquote-type-1 {
        margin-top: 40px
    }

    .construction-progress .height-xl {
        overflow-y: hidden;
        overflow-x: auto
    }

    .construction-progress picture {
        width: 1320px
    }

    .construction-progress .touch {
        right: 30px;
        top: 30px;
        display: block
    }

    .construction-progress .shadow-right {
        display: none
    }

    .hor-scroll {
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px;
        width: -moz-calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        width: -o-calc(100% + 30px);
        width: calc(100% + 30px)
    }

        .hor-scroll button {
            white-space: nowrap
        }

    .mne-vazhno .w3-4 {
        width: auto;
        margin-right: 0;
        margin-top: 10px
    }

    .prev-t2, .next-t2 {
        display: none
    }

    .parking-inf {
        width: auto
    }

    .col-title h2 {
        width: 280px;
        margin-left: 30px;
        padding-right: 20px
    }

    .col-title-2 h2 {
        margin-left: 30px
    }

    .bottom-banner strong {
        font-size: 24px
    }

    .bottom-banner small {
        font-size: 16px
    }

    .komfort-live .height-default {
        height: 400px
    }

    .bottom-bg-text .center-text {
        margin-left: 0;
        margin-right: 0
    }

    .bottom-bg-text h2 {
        margin-top: 0
    }

    .text-items-type1.text-items-type0 {
        padding-top: 60px
    }

    .text-items-type1 {
        padding-top: 130px
    }

    .bottom-form-wrapper {
        
    }

        .bottom-form-wrapper .padding-xl {
            padding: 30px
        }

    .phone-masker__prefix-btn, .sale-window .phone-masker__prefix-btn {
        width: 43px !important
    }

    .phone-masker.is-init, .sale-window .phone-masker.is-init {
        padding-left: 75px !important
    }

    .phone-masker input, .sale-window .phone-masker input {
        font-size: 16px !important
    }

    .phone-bottom-wrapper a {
        font-size: 36px
    }

    .fw-bottom p, .ws-forms-items .fw-bottom p {
        font-size: 13px;
        line-height: 16px
    }

    .vybrat-kvartiru-top-banner picture::before {
        display: block;
        height: 50%;
        opacity: 1
    }

    .bottom-nav.bn-right {
        left: 30px;
        right: inherit
    }

        .bottom-nav.bn-right .button-default {
            margin-left: 0;
            margin-right: 30px
        }

    .block-items {
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: calc(33.33% - 20px)
    }

    .vybrat-kvartiru-top-banner .rl-lr {
        display: block
    }

    .home-number {
        margin-bottom: 20px
    }

    .bc-items strong {
        margin-left: 30px
    }

    .banner-link {
        left: 30px
    }

    .hw-inner {
        max-width: 90%
    }

    .check-wrapper-content .items:first-child {
        margin-right: 10px
    }

    .check-wrapper-content .items:last-child {
        margin-left: 10px
    }

    .check-wrapper-content .items {
        margin-bottom: 20px
    }

    .contacts-items {
        margin: 30px 30px 0 0
    }

    .col-w25 .banner-xl {
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: calc(33.33% - 20px)
    }

    .project-wrapper {
        padding: 0
    }

    .pw-hor-scroll {
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px
    }

    .pw-items {
        display: flex;
        width: inherit;
        padding-left: 10px;
        padding-right: 30px
    }

    .project-items {
        height: 100%;
        width: 280px;
        margin: 0 0 0 20px
    }

    .kompaniya-segodnya {
        display: block;
        padding-left: 30px
    }

        .kompaniya-segodnya .col-text, .year-wrapper {
            width: 100%;
            margin: 0
        }

    .year-wrapper {
        margin-top: 20px
    }

    .banner {
        height: 320px
    }

        .banner p {
            font-size: 28px;
            line-height: 36px;
            max-width: 80%
        }

    .footer-site {
        padding-left: 0;
        padding-right: 0
    }

    .ww-content .window-text p {
        font-size: 16px;
        line-height: 24px
    }

    .lg-outer .lg-image {
        min-height: auto !important
    }

    .sale-window .ww-content {
        color: var(--color-light3);
        background: var(--color-main)
    }

    .sale-window .ww-title::before {
        background: var(--color-main)
    }

    .window-sale-xl {
        display: none
    }

    .open-sale {
        display: flex;
        position: fixed;
        left: 30px;
        bottom: 30px;
        background: var(--black-07);
        z-index: 9;
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0 0 0 4px var(--black-02);
        box-shadow: 0 0 0 4px var(--black-02)
    }

        .open-sale svg path {
            stroke: var(--color-yellow);
            fill: var(--color-yellow)
        }

        .open-sale:hover {
            background: var(--color-main)
        }

    .open_window .open-sale {
        display: none
    }
}

@media all and (min-width: 990px) {
    .apartment-tab .tab-button-default {
        background: var(--color-main-005);
        width: inherit
    }

        .apartment-tab .tab-button-default .button-default {
            white-space: nowrap;
            margin-right: 0;
            background: none
        }

        .apartment-tab .tab-button-default .tbd.active {
            color: var(--color-light3) !important;
            background: var(--color-main)
        }

        .apartment-tab .tab-button-default .button-default:hover {
            color: var(--color-main);
            border-color: var(--color-main-0)
        }

    .apartment-tab-bottom .touch {
        display: none
    }

    #s-mebelyu .swiper-autoheight, #s-mebelyu .swiper-autoheight .swiper-slide {
        height: 100%
    }

    .bfw-buttons {
        visibility: hidden
    }
}

@media all and (max-width: 990px) {
    .apartment-wrapper {
        flex-direction: column-reverse;
        border: 0;
        margin-top: 15px
    }

    .apartment-tab {
        padding: 0
    }

    .apartment-tab, .apartment-fb {
        width: 100%;
        color: var(--black)
    }

        .apartment-bottom, .apartment-fb picture {
            display: none
        }

    .apartment-fb {
        min-height: inherit;
        background: none
    }

        .apartment-fb.pattern-bg::before {
            display: none
        }

    .apartment-id {
        padding: 10px 0 0 0
    }

    .apartment-title {
        height: inherit;
        font-size: 24px;
        line-height: 24px;
        margin: 15px 0 30px 0;
        padding: 0;
        font-weight: 800
    }

    .apartment-items {
        border: 1px solid var(--black-02);
        -webkit-border-radius: 24px;
        border-radius: 24px;
        padding: 30px;
        margin: 20px 0 0 0
    }

    .apartment-tab .tab-button-default {
        box-shadow: none;
        padding: 0
    }

        .apartment-tab .tab-button-default .button-default {
            height: 50px
        }

    .sunup {
        top: inherit;
        right: 20px;
        bottom: 20px
    }

    .apartment-tab-nav, .apartment-hor-scroll {
        width: -moz-calc(100% + 60%);
        width: -webkit-calc(100% + 60%);
        width: -o-calc(100% + 60%);
        width: calc(100% + 60px);
        margin-left: -30px;
        padding-left: 30px;
        padding-right: 30px
    }

    .apartment-img-default {
        height: auto
    }

    .apartment-tab-img {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 80px
    }

    .apartment-hor-scroll {
        overflow-x: auto;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

        .apartment-hor-scroll picture {
            max-width: 100%
        }

        .apartment-hor-scroll img {
            min-height: 320px;
            height: auto;
            max-width: none;
            width: auto
        }

    .apartment-items .zoom-button {
        display: none
    }

    .apartment-tab-bottom .touch {
        display: block;
        position: relative;
        background-color: var(--color-main)
    }

    .apartment-tab-img .swiper-container picture {
        position: relative !important
    }

    .apartment-tab-img .prev {
        left: 0 !important
    }

    .apartment-tab-img .next {
        right: 0 !important
    }

    .apartment-tab-bottom {
    
    }

    #plan-etazha .apartment-hor-scroll {
        margin-bottom: 70px
    }

    #plan-etazha .apartment-tab-bottom .touch {
        margin-right: 20px
    }

    #s-mebelyu .swiper-slide {
        height: auto
    }

    .aw-no-button .apartment-tab-img {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    .filter-wrapper {
        display: block
    }

        .filter-wrapper .mr40 {
            margin-right: 0
        }

    .sw-items {
        margin-top: 20px
    }

    .filter-bottom {
        margin-top: 20px;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: stretch
    }

        .filter-bottom .filter-items {
            position: relative;
            right: 0;
            padding: 10px 0 10px 0
        }

            .filter-bottom .filter-items:first-child {
                padding-left: 10px;
                padding-right: 10px;
                background: var(--color-main-01);
                text-align: center;
                width: 65%
            }

                .filter-bottom .filter-items:first-child i {
                    line-height: inherit
                }

            .filter-bottom .filter-items strong {
                margin-bottom: 5px
            }

    .size-wrapper {
        height: auto;
        padding: 6px 6px 12px 6px
    }

        .size-wrapper button {
            border: 1px solid var(--black-02);
            margin: 6px 0 0 6px
        }

            .size-wrapper button:hover {
                border-color: var(--color-main)
            }

            .size-wrapper button.active {
                border: 1px solid var(--black-0)
            }

    .filter-items.favorites-links-wrapper {
        text-align: right
    }

        .filter-items.favorites-links-wrapper .l-vc {
            justify-content: flex-end
        }

    .check-wrapper-content .items {
        padding: 30px
    }

    .check-wrapper h3 {
        font-size: 18px;
        line-height: 24px
    }

    .check-wrapper ul li {
        padding-right: 0
    }

    .check-wrapper .items .lt-c {
        display: block
    }

    .thp-2-middle ul {
        display: none
    }

    .thp-2-bottom {
        display: block
    }

    .achievements-col-1, .achievements-col-2 {
        display: block
    }

    .achievements-col-1 {
        padding-bottom: 30px
    }

    .thp-2-bottom p {
        margin: 5px 0 0 0
    }

    .thp-2-middle h1 {
        font-size: 54px;
        line-height: 54px;
        margin-top: 20px
    }

    .bottom-fixed-wrapper {
        padding: 15px 30px 15px 30px;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .open_window .bfw-buttons {
        visibility: hidden
    }

    .bfw-buttons {
        visibility: visible
    }

    .bottom-fixed-items .footer-wrapper .footer-site {
        padding-bottom: 140px
    }
}

@media all and (min-width: 900px) {
    .phone-bottom-wrapper:hover {
        color: var(--color-light3);
        background: var(--color-main)
    }

        .phone-bottom-wrapper:hover a {
            color: var(--color-light3)
        }

        .phone-bottom-wrapper:hover .qr-items {
            border-color: var(--white-02)
        }
}

@media all and (max-width: 900px) {
    .parking-inf {
        padding: 0;
        border: 0;
        display: block
    }

        .parking-inf .button-xl {
            width: 100%;
            margin-top: 20px
        }

    .parkovka-dlya-avtomobiley .col-title.l-vc {
        display: block
    }

    .parkovka-dlya-avtomobiley .text-bg {
        width: auto;
        margin-left: 30px;
        margin-top: 30px
    }

    .parkovka-dlya-avtomobiley .col-title h2 {
        width: auto
    }

    .pomescheniya-v-arendu .col-title-2 {
        display: block
    }

    .col-title-2 .text-bg {
        margin-top: 30px;
        width: auto
    }

    .col-title-2 h2 {
        width: auto;
        max-width: inherit
    }

    .pomescheniya-v-arendu .banner-xl {
        margin-top: 30px
    }

    .bottom-banner small {
        bottom: inherit;
        top: 30px
    }

    .instagram-gallery {
        height: inherit !important;
        margin-left: 10px
    }

    .instagram-items-1 {
        display: none
    }

    .instagram-gallery {
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 0px 0px;
        grid-template-areas: "instagram-items-2 instagram-items-3" "instagram-items-4 instagram-items-4" "instagram-items-6 instagram-items-5"
    }

    .instagram-items-6 {
        margin-top: 20px
    }

    .instagram-items-5 {
        margin-top: 20px;
        margin-bottom: 0
    }

    .bottom-form-wrapper .col-w50 {
        display: block;
        padding-right: 0
    }

    .bottom-form-wrapper .banner-xl {
        width: auto;
        margin-left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0
    }

    .phone-masker, .fw-bottom {
        margin-top: 30px
    }

    .form-wrapper {
        min-height: inherit
    }

    .bottom-form-wrapper .padding-xl {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .phone-bottom-wrapper a {
        margin: 60px 0 60px 0;
        color: var(--white);
        background: var(--color-main);
        text-align: center;
        font-size: 20px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        height: 60px;
        line-height: 60px;
        display: block
    }

    .bottom-form-wrapper::after {
        display: none
    }

    .banner-xl.address-items {
        min-height: inherit;
        padding-top: 60px
    }

    .address-items p {
        margin: 30px 0 30px 0
    }

    .bottom-form-wrapper {
        padding-left: 0px
    }

    .spisok-domov .col-title {
        display: block
    }

    .spisok-domov .title-br {
        display: inline-block
    }

    .spisok-domov .text-bg {
        width: auto;
        margin-left: 30px;
        margin-top: 30px
    }

    .block-items {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .footer-2, .footer-2 a {
        display: block
    }

        .footer-2 a:first-child {
            margin-top: 0
        }

        .footer-2 a {
            font-size: 16px;
            margin-top: 10px
        }
}

@media all and (min-width: 768px) {
    .planirovochnye-resheniya .touch {
        display: none
    }
}

@media all and (max-width: 768px) {
    h2 {
        font-size: 28px;
        line-height: 32px
    }

    .button-default {
        padding: 0 20px 0 20px
    }

    .houses-tab-wrapper .zoom {
        display: none
    }

    .blockquote-type-1 {
        margin-left: 0;
        margin-right: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 22px;
        line-height: 28px
    }

        .blockquote-type-1 .quote {
            left: 30px
        }

        .blockquote-type-1 p {
            text-align: center;
            padding-left: 30px;
            padding-right: 30px
        }

    .blockquote-type-1-2 {
        margin: 0 !important;
        position: relative;
        z-index: 3
    }

    .construction-progress {
        margin-top: 0
    }

        .construction-progress .touch {
            right: inherit;
            left: 30px
        }

    .user i {
        font-size: 14px;
        line-height: 18px;
        max-width: 120px
    }

    .news-items h3 {
        font-size: 20px;
        line-height: 24px
    }

    .date {
        font-size: 13px
    }

    .col-w25 .banner-xl {
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .way {
        font-size: 12px
    }

    .ipt-title h1 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .banner-content {
        height: auto;
        display: block;
        padding: 60px
    }

    .bc-items {
        display: block;
        padding: 0px
    }

        .bc-items strong {
            margin: 0;
            display: block;
            padding-bottom: 10px
        }

        .bc-items button {
            margin: 20px 0 0 0;
            width: 100%
        }

    .banner-link {
        display: block;
        margin-top: 30px;
        position: relative;
        bottom: inherit;
        left: inherit
    }

    .hor-wrapper {
        overflow-x: auto
    }

    .hw-inner {
        max-width: 100%
    }

        .hw-inner picture img {
            padding: 0 30px 20px 30px
        }

        .hw-inner img {
            min-height: 320px;
            height: auto;
            max-width: none;
            width: auto
        }

    .planirovochnye-resheniya .zoom-button {
        display: none
    }

    .planirovochnye-resheniya .touch {
        position: relative;
        background-color: var(--color-main)
    }

    .planirovochnye-resheniya .r-vc {
        justify-content: flex-start
    }

    .contacts-items {
        width: 320px
    }

    .banner {
        height: auto;
        min-height: 320px
    }

        .banner p {
            padding-bottom: 30px
        }

    .window-wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .window-width-2 {
        max-width: 100%
    }

    .content-is, .ww-content .maps-wrapper {
        height: 320px
    }
}

@media all and (min-width: 640px) {
    .open-menu-body .fixed .htpl-t {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .hi-logo {
        text-align: center
    }

    .header-inner p {
        margin: auto;
        margin-top: 5px
    }

    .planirovochnye-resheniya .mtitle {
        display: none
    }

    .ww-title .close {
        display: none
    }

    .window-swipe-bg {
        display: none
    }

    .contacts-items {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.08)
    }
}

@media all and (max-width: 640px) {
    html, body {
        min-height: 100vh;
        height: 100vh
    }

    h2 {
        font-size: 24px;
        line-height: 26px
    }

    .height-xl {
        height: 400px
    }

    .height-default {
        height: 320px
    }

    .button-default {
        font-size: 14px
    }

    .banner-xxl {
        font-size: 14px
    }

    .open-menu-body .htpl-t::before {
        background: #69391c;
        background: -moz-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: -webkit-linear-gradient(-45deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        background: linear-gradient(135deg, rgb(105, 57, 28) 0%, rgb(164, 111, 59) 100%);
        z-index: -1;
        height: 66px;
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px
    }

    .open-menu-body .htpl-t::after {
        background: var(--white);
        z-index: -2;
        height: 300px
    }

    .col-left {
        width: 100%;
        min-width: 320px;
        left: 0;
        right: inherit;
        background: var(--white) !important;
        padding-bottom: 60px
    }

    .cl-middle, .cl-bottom {
        max-width: inherit
    }

    .col-left::after, .col-left::before {
        display: none
    }

    .cl-top, .cl-middle {
        padding: 0
    }

    .top-header-promo {
        min-height: 450px;
        max-height: 500px
    }

    .label-1 {
        display: none
    }

    .htpl-m {
        padding-top: 0
    }

    .thp-left .label-1-title {
        opacity: 1;
        background: none;
        color: var(--color-light)
    }

    .thp-left h1 {
        font-size: 28px
    }

    .language a, .language span {
        padding: 0 10px 0 10px
    }

    .thp-left .label-1-title i {
        height: 32px
    }

    .quote-type-1 .quote {
        left: 60px
    }

    .center-text {
        width: 100%
    }

    .bg-text {
        top: 2rem;
        font-size: 8rem;
        line-height: 8rem
    }

    .text-xl {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px
    }

    .text-items-type1, .text-items-type1.text-items-type0 {
        padding-top: 110px
    }

    .quote-type-0 {
        display: none
    }

    .center-text {
        font-size: 16px;
        line-height: 24px
    }

    .promo-banners {
        margin-top: 30px
    }

    .ht-title h2 i {
        width: 80px;
        height: 80px;
        font-size: 64px
    }

    .ht-title h2 strong {
        font-size: 22px;
        line-height: 20px
    }

    .ht-title p, .bottom-nav button, .zoom, .pages {
        display: none
    }

    .wrapper-v2 .bottom-nav button {
        display: flex
    }

    .height-xl.mt60 {
        margin-top: 30px
    }

    .ht-navigation {
        top: 0;
        left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        padding: 0 30px 0 30px;
        height: 60px
    }

    .ht-button {
        letter-spacing: 0;
        width: 40px;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        margin-right: 10px
    }

        .ht-button:last-child {
            margin-right: 0
        }

    .bottom-nav .button-default {
        margin-right: 15px
    }

    .button-default .mstyle {
        display: none
    }

    .mstyle2 {
        display: block;
        font-size: 13px;
        opacity: .4;
        font-weight: 400;
        margin-top: 5px
    }

    .bottom-nav .button-default {
        text-transform: capitalize
    }

    .ico-wrapper h1 {
        font-size: 32px;
        margin-bottom: 10px
    }

    .ico-items {
        padding-top: 20px
    }

    .blockquote-type-1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        padding-top: 10px
    }

        .blockquote-type-1 .quote {
            top: -30px
        }

    .blockquote-type-2 {
        margin-top: 60px
    }

    .cp-items {
        display: block;
        position: relative;
        left: 0;
        bottom: auto;
        width: auto;
        margin: 30px 30px 0 30px;
        height: 260px;
        background: none
    }

    .construction-progress-title {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        position: relative;
        background: var(--black-06);
        -webkit-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0
    }

    .construction-progress picture {
        width: 865px
    }

    .cp-items .cp-title-xs {
        padding-top: 20px;
        padding-left: 20px;
        font-size: 16px
    }

    .cp-items .cp-title-xl {
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 20px
    }

    .cp-items picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .cp-items .lr-vc i {
        display: none
    }

    .construction-progress .height-xl::after {
        width: 40%;
        height: 400px
    }

    .prev {
        left: 15px
    }

    .next {
        right: 15px
    }

    .prev:active {
        left: 11px
    }

    .next:active {
        right: 11px
    }

    .tab-button-default .button-default {
        font-size: 14px;
        height: 46px;
        margin-right: 10px
    }

        .tab-button-default .button-default:last-child {
            margin-right: 0
        }

    .mne-vazhno .text-bg {
        padding: 0;
        background: none;
        margin-right: 0
    }

    .parkovka-dlya-avtomobiley .text-bg {
        margin-top: 20px;
        padding: 0;
        background: none
    }

    .parking-left p.l-vc, .parking-left .l-vc {
        display: inline-block
    }

    .parking-left .p-text {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px
    }

    .parking-left a .p-text {
        display: block
    }

    .parking-left strong {
        line-height: 53px
    }

    .parking-inf .button-xl {
        height: 50px
    }

    .col-w50 {
        display: block
    }

    .banner-xl {
        width: auto
    }

    .col-w50 .full-width {
        width: 100%
    }

    .bottom-banner strong {
        font-size: 20px;
        margin-bottom: 15px
    }

    .col-title-2 .text-bg {
        padding: 0;
        background: none;
        margin-top: 20px
    }

    .col-title-2 .quote {
        display: none
    }

    .pomescheniya-v-arendu .col-w50 {
        margin-top: 30px
    }

    .pomescheniya-v-arendu .banner-xl {
        margin-top: 20px
    }

    .center-text.quote-type-1 {
        display: none
    }

    .bottom-banner small {
        font-size: 14px
    }

    .raspolozhenie-i-infrastruktura {
        margin-top: 30px
    }

    .instagram-gallery i {
        display: none
    }

    .instagram-gallery .img-style-1 {
        min-height: 140px
    }

    .instagram-items-5 svg {
        width: 34px;
        height: 34px
    }

    .circular-waves {
        right: -15px;
        top: -15px
    }

    .news-items {
        height: 320px
    }

    .block-wrapper-items .col-w50 {
        display: block
    }

    .ipt-title-2 {
        display: block
    }

        .ipt-title-2 h1 {
            margin-bottom: 20px
        }

    .content-slider.height-default {
        height: 320px
    }

    .content-slider .pages {
        display: flex
    }

    .post-bottom-inf {
        display: block
    }

        .post-bottom-inf .user {
            margin-bottom: 20px
        }

            .post-bottom-inf .user i {
                max-width: inherit;
                font-size: 16px
            }

    .content-text p, .content-text ul, ol {
        font-size: 16px;
        line-height: 28px
    }

    .content-text h2 {
        font-size: 22px;
        line-height: 22px
    }

    .col-w25 .banner-xl {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    .in-archive {
        margin-top: 80px;
        white-space: nowrap
    }

    .post-bottom-inf-type-2 {
        display: flex;
        align-items: flex-start
    }

        .post-bottom-inf-type-2 .button-default {
            white-space: nowrap
        }

    .fw-bottom.lr-vc {
        flex-direction: column-reverse;
        align-items: stretch
    }

    .fw-bottom {
        margin-top: 20px
    }

    .button-ar {
        width: 100%;
        height: 46px;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--black-02);
        -webkit-border-radius: 24px;
        border-radius: 24px
    }

        .button-ar:hover {
            color: var(--color-light3);
            background: var(--color-main);
            border: 1px solid var(--color-main)
        }

    .fw-bottom p {
        margin-top: 20px
    }

    .button-ar i {
        display: none
    }

    .phone-masker__prefix-btn, .sale-window .phone-masker__prefix-btn {
        left: 15px !important
    }

    .phone-masker.is-init, .sale-window .phone-masker.is-init {
        padding-left: 70px !important
    }

    .address-items p strong {
        font-size: 18px !important
    }

    .address-items .button-default {
        margin-right: 10px !important;
        white-space: nowrap
    }

    .spisok-domov .text-bg {
        margin-top: 20px;
        padding: 0;
        background: none
    }

    .banner-xxl .bottom-banner strong {
        font-size: 24px;
        line-height: 26px
    }

    .size-wrapper button {
        font-size: 14px;
        height: 32px
    }

    .filter-wrapper.mt45 {
        margin-top: 20px
    }

    .block-items {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    .home-number {
        font-size: 24px;
        line-height: 24px;
        width: 80px;
        height: 80px
    }

    .home-small-title {
        font-size: 14px;
        line-height: 14px
    }

    .inner-home {
        margin-top: 30px
    }

    .banner-content {
        padding: 40px 30px 40px 30px
    }

    .bc-items strong {
        font-size: 24px;
        line-height: 24px;
        max-width: 100px
    }

    .planirovochnye-resheniya .tab-button-default .button-default {
        padding-left: 0;
        padding-right: 0;
        width: 46px
    }

        .planirovochnye-resheniya .tab-button-default .button-default i {
            display: none
        }

    .planirovochnye-resheniya .mtitle {
        margin: 30px 0 20px 30px;
        display: block
    }

    .planirovochnye-resheniya .tab-button-default {
        margin-top: 0
    }

    .planirovochnye-resheniya .hor-wrapper picture img {
        max-height: 360px
    }

    .sunup svg {
        width: 64px;
        height: 64px
    }

    .full-width-slider {
        height: 320px
    }

    .apartment-tab-bottom {
        
    }

    .apartment-tab-img {
        margin-bottom: 0
    }

    .check-wrapper-content {
        display: block
    }

        .check-wrapper-content .items {
            width: 100%
        }

            .check-wrapper-content .items:first-child {
                margin-right: 0
            }

            .check-wrapper-content .items:last-child {
                margin-left: 0
            }

    .contacts-wrapper {
        height: auto
    }

    .contacts-items {
        width: 100%;
        margin: 0
    }

    .maps-wrapper-page {
        display: none
    }

    .contacts-tel {
        display: block;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: var(--white);
        background: var(--color-main);
        height: 60px;
        font-size: 20px;
        line-height: 20px
    }

    .thp-2-items {
        padding-bottom: 80px
    }

    .thp-2-top {
        font-size: 14px;
        line-height: 18px
    }

    .thp-2-middle strong {
        font-size: 18px;
        line-height: 18px
    }

    .thp-2-middle h1 {
        font-size: 38px;
        line-height: 38px;
        margin-top: 20px
    }

    .thp-2-bottom strong {
        font-size: 36px;
        line-height: 36px
    }

    .thp-2-bottom p {
        font-size: 18px
    }

    .label-2 {
        width: 130px;
        height: 130px
    }

        .label-2 strong {
            font-size: 48px;
            line-height: 48px
        }

        .label-2 p {
            font-size: 12px;
            line-height: 12px
        }

    .top-header-promo-2 {
        max-height: 70vh;
    }

    .kompaniya-segodnya {
        padding: 0
    }

    .year-slider-wrapper {
        margin: 30px 0 0 0;
        padding: 30px 0 0 0
    }

        .year-slider-wrapper .prev, .year-slider-wrapper .next {
            top: 30px
        }

    .kompaniya-segodnya .col-text {
        padding: 0 30px 0 30px;
        background: none
    }

    .year-wrapper {
        margin-top: 60px;
        padding: 60px 30px 60px 30px;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .year-title {
        font-size: 48px;
        line-height: 48px;
        margin: 0
    }

        .year-title i {
            font-size: 18px
        }

    .banner {
        padding: 60px 30px 60px 30px
    }

        .banner p {
            font-size: 18px;
            line-height: 24px;
            max-width: 100%
        }

        .banner picture::before {
            opacity: .8
        }

    .window-wrapper {
        height: 100vh;
        padding: 60px 0 0 0;
        overflow: hidden
    }

    .window-swipe-bg {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: var(--white-0);
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block
    }

    .swipe-element {
        position: absolute;
        background: var(--white-04);
        width: 40px;
        height: 4px;
        z-index: 3;
        top: -15px;
        left: 50%;
        margin-left: -20px;
        -webkit-border-radius: 4.5px;
        border-radius: 4.5px
    }

    .window-wrapper .ww-container {
        z-index: 2;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .55s;
        transition: transform .55s
    }

    .window-wrapper.hide-window .ww-container {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .transition-0 {
        -webkit-transition: -webkit-transform 0s !important;
        transition: transform 0s !important
    }

    .window-width-1, .window-width-2 {
        padding: 0;
        max-width: 100%;
        width: 100%
    }

    .close-text {
        display: none
    }

    .ww-container {
        align-self: flex-end
    }

    .window-width-1 .ww-title {
        padding-left: 30px;
        padding-right: 30px
    }

    .ww-title h2 {
        max-width: 80%
    }

    .ww-content {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .window-width-1 .ww-content {
        padding: 10px 30px 80px 30px
    }

    .ww-content {
        padding-bottom: 80px
    }

        .ww-content .is-open > .phone-masker__prefix-box, .main-color-form .is-open > .phone-masker__prefix-box {
            width: 100%
        }

        .ww-content .button-ar, .main-color-form .button-ar {
            height: 52px;
            border-color: var(--color-main);
            font-size: 18px
        }

        .ww-content .fw-bottom p, .main-color-form .fw-bottom p {
            width: 100%;
            max-width: 100%
        }

        .ww-content .phone-masker__prefix-list, .main-color-form .phone-masker__prefix-list {
            max-height: 100px
        }

        .ww-content .phone-masker__prefix-item {
            max-width: 100%
        }

    .ww-container .top-close {
        display: none
    }

    .window-wrapper {
        background: none
    }

        .window-wrapper::before {
            content: "";
            position: fixed;
            background: var(--black-07);
            width: 100%;
            height: 100vh;
            top: 0;
            left: 0
        }

        .window-wrapper .content-img-slider .pages {
            display: flex;
            font-size: 14px;
            min-width: 60px;
            height: 36px
        }

    .main-color-form.br24-bottom {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .main-color-form {
        padding: 40px 30px 80px 30px
    }

    .window-wrapper .ww-form-title strong {
        font-size: 22px;
        line-height: 24px;
        display: block
    }

    .ww-form-title a {
        display: none
    }

    .window-text {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 10px;
        border: 0
    }

    .window-width-2 .ww-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .load_items {
        background: var(--color-main);
        text-indent: -9999px !important
    }

        .load_items i {
            display: block !important
        }

    .table tr th, .table tr td {
        padding-right: 30px
    }

        .table tr th:last-child, .table tr td:last-child {
            padding-left: 10px
        }

        .table tr th:first-child, .table tr td:first-child {
            padding-right: 10px
        }

    .sale-window .ww-content .button-ar, .main-color-form .button-ar {
        border-color: var(--color-light3)
    }

        .sale-window .ww-content .button-ar:hover, .main-color-form .button-ar:hover {
            border-color: var(--white-0);
            background: var(--white-02)
        }

        .ws-forms-items .button-ar:active, .main-color-form .button-ar:active {
            color: var(--color-light3)
        }

    .open-sale {
        left: 10px;
        bottom: 10px
    }

    .gallery-items-inf {
        height: 100%
    }

    .map__box {
        height: 440px !important
    }

    .map__fullscreen-btn {
        margin: 20px 20px 0 0
    }

    .map__zoom-controls {
        margin: 0 20px 30px 0
    }

    .map__filter-list {
        padding: 0
    }

    .map__filter {
        position: relative;
        top: inherit;
        left: inherit;
        display: flex;
        overflow-x: auto;
        padding-bottom: 20px;
        width: -moz-calc(100% + 60px);
        width: -webkit-calc(100% + 60px);
        width: -o-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -30px;
        padding-left: 30px
    }

    .map__filter-btn {
        color: var(--black);
        background: var(--color-main-01);
        font-weight: 600;
        border: 1px solid var(--color-main-0);
        height: 46px;
        padding: 0 20px 0 20px
    }

        .map__filter-btn:hover {
            color: var(--black);
            border-color: var(--color-main)
        }

        .map__filter-btn.is-active {
            cursor: default;
            color: var(--color-light3);
            background: var(--color-main)
        }

            .map__filter-btn.is-active .map__filter-btn-badge {
                color: var(--color-main) !important;
                background: #fff !important
            }

    .map__filter-btn-badge {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px
    }

    .map__filter-list {
        display: flex !important
    }

        .map__filter-list li {
            padding-right: 10px
        }

            .map__filter-list li:last-child {
                padding-right: 30px
            }

    .map__filter-toggle-icon, .map__filter-toggle-btn {
        display: none
    }

    body[class*=-fullscreen] .map__filter {
        top: 0;
        left: 0;
        background: var(--white);
        padding-top: 10px;
        padding-bottom: 10px;
        width: -moz-calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        width: -o-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    body[class*=-fullscreen] .map__fullscreen-btn {
        margin-top: 90px
    }

    body[class*=-fullscreen] .map__filter-list {
        padding-left: 10px
    }

        body[class*=-fullscreen] .map__filter-list li:last-child {
            padding-right: 10px
        }

    a[class*=-gototech] {
        display: none !important
    }

    .cookie-item {
        max-width: 300px;
        left: 10px;
        bottom: 10px;
        font-size: 13px;
        line-height: 14px
    }

        .cookie-item button {
            font-size: 14px;
            padding: 0 10px 0 10px
        }
}

@media all and (min-width: 423px) {
    ymaps[class*=-balloon_layout_normal] {
        padding: 0;
        box-shadow: 0 5px 15px -7px rgba(0,0,0,.5);
        -webkit-border-radius: 12px;
        border-radius: 12px
    }

    ymaps[class*=-balloon__layout] {
        -webkit-border-radius: 12px;
        border-radius: 12px
    }

    ymaps[class*=-balloon__close-button] {
        margin: 10px 10px 0 0
    }
}

@media all and (max-width: 423px) {
    .d-sm-none{
        display: none
    }
    ymaps[class*=-balloon_layout_panel] {
        box-shadow: none;
        -webkit-border-radius: 0 0 24px 24px;
        border-radius: 0 0 24px 24px;
        border: 1px solid var(--color-main-01)
    }

    ymaps[class*=-balloon__content] {
        padding: 10px
    }

    ymaps[class*=-b-cluster-tabs__section_type_content] {
        padding: 0 0 0 10px
    }

    ymaps[class*=-b-cluster-tabs__section_type_nav] {
        width: 90px
    }

    .parking-left strong {
        font-size: 42px
    }
}

@media all and (max-width: 360px) {
    .phone-button {
        width: 180px;
        font-size: 14px
    }

    .right-nav button {
        margin-left: 10px
    }

    .button-promo-1, .ico-col, .gallery-wrapper .swiper-slide, .project-items, .swiper-slide.gallery-items-1-5 {
        width: 260px !important
    }

    .pb-col-2 {
        width: 540px
    }

    .ht-button {
        margin-right: 5px
    }

    .ht-title h2 i {
        width: 70px;
        height: 70px;
        font-size: 54px;
        margin-right: 15px
    }

    .parking-left .p-text {
        font-size: 12px
    }

    .instagram-gallery .img-style-1 {
        min-height: 130px
    }

    .thp-2-middle h1 {
        font-size: 34px;
        margin-top: 10px
    }

    .label-2 {
        width: 125px;
        height: 125px
    }

    .map__box {
        height: 420px !important
    }
}

@media (max-width: 600px) {

    .footer-3:hover i {
        color: var(--color-light3) !important;
        background: var(--color-light2-05);
        border-color: var(--color-main)
    }
}



.houses-tab-wrapper {
    margin-top: 5rem
}

.opacity-50 {
    opacity: .8;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.modal-back {
    background: var(--color-main);
    border-radius:2rem;
}

.mh-100 {
    height: 40vh !important
}