div#sch-17246-530,
.may-photo-viewer__stage,
.may-green-viewer__stage,
.may-comfort__viewer,
.may-base__viewer {
    position: relative;
    overflow: hidden;
}

div#may-37126-400 div#yblsd-31547-60 {
    width: 100%;
}

div#may-37126-2000,
div#may-37126-1200 {
    margin-top: unset;
}

div#sch-17246-530>img.bk-image {
    display: block;
}

.may-genplan-mobile-summary,
.may-genplan-disclaimer__close,
.may-genplan-modal,
.may-key-figures__mobile-note,
.may-key-figures__mobile-copy,
.may-harmony__mobile-grid,
.may-comfort__slide[hidden],
.may-base__slide[hidden],
.may-infra__title,
.may-infra__icon:not(.may-infra__icon--all)::before,
.may-infra__icon:not(.may-infra__icon--all)::after,
.may-infra__marker,
.may-infra__zoom,
.may-infra__brand {
    display: none;
}

html.may-genplan-scroll-restoring {
    scroll-behavior: auto !important;
}

div.akdm-block-caption {
    color: #070707;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
    text-transform: none;
}

div.esd-ysts-inner span {
    text-transform: unset;
}

.may-genplan-disclaimer {
    position: absolute;
    left: clamp(16px, 5.5vw, 110px);
    bottom: 68px;
    z-index: 4;
    box-sizing: border-box;
    width: min(360px, calc(100% - 32px));
    padding: 10px 20px;
    border: 0;
    border-radius: 25px;
    background: #fff;
    color: #0b0b0b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(5px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}


.may-genplan-mobile-summary {
    position: relative;
    z-index: 5;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 46px;
    align-items: center;
    gap: 14px;
    border: 0;
    background: #fff;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    cursor: default;
}

.may-genplan-mobile-summary__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #050505;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
}

.may-genplan-mobile-summary:hover+.may-genplan-disclaimer,
.may-genplan-mobile-summary:focus-visible+.may-genplan-disclaimer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.items-contayner-grup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 760px) {
    .may-genplan-disclaimer {
        left: 16px;
        right: 16px;
        bottom: 14px;
        width: auto;
        padding: 10px 16px;
        font-size: 9px;
        line-height: 1.15;
    }

    .items-contayner-grup {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 560px) {
    #may-37126-500 {
        padding: 0;
        background: #fff;
    }

    #may-37126-500 .center-block-contayner,
    #may-37126-500 .item-contayner {
        width: 100%;
        max-width: none;
    }

    #sch-17246-520 {
        margin: 0;
    }

    div#sch-17246-530 {
        background: #fff;
    }

    div#sch-17246-530>img.bk-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: 51% 50%;
    }

    .may-genplan-mobile-summary {
        position: relative;
        z-index: 6;
        display: flex;
        width: 100%;
        min-height: 35px;
        align-items: center;
        gap: 7px;
        padding: 8px 16px;
        border: 0;
        background: #fff;
        color: #050505;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        cursor: pointer;
        transition: background-color .2s ease;
    }

    .may-genplan-mobile-summary__icon {
        display: inline-flex;
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
        align-items: center;
        justify-content: center;
        border: 1px solid #050505;
        border-radius: 50%;
        font-size: 8px;
        font-weight: 700;
        line-height: 1;
        font-style: normal;
    }

    .may-genplan-disclaimer {
        display: none;
    }

    body.may-genplan-modal-open {
        position: fixed;
        width: 100%;
        overflow: hidden;
        overscroll-behavior: none;
    }

    .may-genplan-modal:not([hidden]) {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: flex;
        align-items: flex-end;
    }

    .may-genplan-modal__backdrop {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, .62);
        cursor: pointer;
    }

    .may-genplan-modal__dialog {
        position: relative;
        z-index: 1;
        width: 100%;
        max-height: 80vh;
        max-height: 80dvh;
        overflow-y: auto;
        background: #fff;
        color: #050505;
        font-family: "Montserrat", Arial, sans-serif;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, .12);
    }

    .may-genplan-modal__title {
        display: flex;
        min-height: 35px;
        align-items: center;
        gap: 7px;
        padding: 8px 16px;
        background: #f1f1f1;
        font-size: 9px;
        font-weight: 500;
        line-height: 1.2;
    }

    .may-genplan-modal__content {
        min-height: 0;
        padding: 16px 16px 28px;
        background: #fff;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.32;
        text-align: left;
    }

    .may-genplan-disclaimer__close {
        position: relative;
        z-index: 7;
        display: block;
        float: right;
        width: 28px;
        height: 28px;
        margin: -1px 0 6px 12px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #eef0f4;
    }

    .may-genplan-disclaimer__close::before,
    .may-genplan-disclaimer__close::after {
        content: "";
        position: absolute;
        top: 13px;
        left: 8px;
        width: 12px;
        height: 1px;
        background: #333;
    }

    .may-genplan-disclaimer__close::before {
        transform: rotate(45deg);
    }

    .may-genplan-disclaimer__close::after {
        transform: rotate(-45deg);
    }
}

#may-37126-100.block-contayner,
#may-37126-200,
#may-37126-300,
#may-37126-800,
.may-infra__map-canvas [class*="controls__control"],
.may-infra__map-canvas [class*="copyright"],
.may-infra__map-canvas [class*="gototech"],
.may-infra__map-canvas [class*="gotoymaps"],
.may-infra__map-canvas [class*="map-copyrights"] {
    display: none !important;
}

.may-freedom {
    padding: 50px 0 40px;
    background: #fff;
}

.may-freedom__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 30px;
    width: min(1100px, calc(100% - 120px));
    margin: 0 auto;
}

.may-freedom__left,
.may-storage-parking__item {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.may-freedom__top {
    display: flex;
    align-items: start;
    gap: 54px;
    margin-bottom: 80px;
}

.may-freedom__button,
.may-storage-parking__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.may-freedom__button {
    min-height: 36px;
    padding: 14px 34px 14px;
    background: #c48778;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    box-shadow: inset 0 -2px 0 rgba(117, 57, 45, .24);
    border-radius: 25px;
}

.may-freedom__button:hover,
.may-freedom__button:focus-visible,
.may-storage-parking__button:hover,
.may-storage-parking__button:focus-visible,
.may-retail-access__button:hover,
.may-retail-access__button:focus-visible {
    background: #bd7766;
    color: #fff;
    text-decoration: none;
}

.may-freedom__button:focus-visible,
.may-storage-parking__button:focus-visible,
.may-retail-access__button:focus-visible {
    outline: 2px solid #0f5a82;
    outline-offset: 3px;
}

.may-freedom__offer strong {
    display: block;
    font-weight: 700;
    font-size: 36px;
    text-transform: unset;
    color: #000;
}

.may-freedom__offer span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 1px;
}

.may-freedom__title {
    margin: 0 0 55px;
    color: #070707;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
}

.may-freedom__text {
    margin-bottom: 30px;
    color: #050505;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
}

.may-freedom__text p,
#may-37126-400 p.akdm-block-text,
.may-harmony__text p,
.may-harmony__card,
.may-green-viewer__text p {
    margin: 0;
}

.may-freedom__text p+p {
    margin-top: 12px;
}

.may-freedom__image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.may-freedom__image--wide {
    aspect-ratio: 1.48;
    margin-top: auto;
    border-radius: 25px;
}

.may-freedom__image--tall {
    height: 100%;
    min-height: 590px;
    border-radius: 25px;
}

@media (max-width: 980px) {
    .may-freedom__inner {
        grid-template-columns: 1fr;
        width: min(700px, calc(100% - 40px));
    }

    .may-freedom__top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 30px;
    }

    .may-freedom__button {
        width: fit-content;
    }

    .may-freedom__image--tall {
        min-height: 0;
        aspect-ratio: 1.25;
    }
}

@media (max-width: 560px) {
    .may-freedom {
        padding: 16px 0 14px;
    }

    .may-freedom__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 14px;
    }

    .may-freedom__left,
    .may-freedom__text {
        display: contents;
    }

    .may-freedom__top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        order: 1;
        margin: 0 0 16px;
    }

    .may-freedom__offer {
        order: 1;
    }

    .may-freedom__button {
        order: 2;
        width: fit-content;
        min-height: 20px;
        padding: 5px 12px 5px;
        border-radius: 10px;
        font-size: 18px;
    }

    .may-freedom__offer strong {
        font-size: 21px;
        line-height: 1.08;
        margin-top: 7px;
    }

    .may-freedom__offer span {
        margin-top: 4px;
        font-size: 18px;
    }

    .may-freedom__title {
        order: 2;
        max-width: 100%;
        margin: 0 0 16px;
        font-size: 21px;
        line-height: .98;
    }

    .may-freedom__text p {
        color: #050505;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.12;
    }

    .may-freedom__text p:first-child {
        order: 3;
        margin: 0 0 12px;
    }

    .may-freedom__text p:last-child {
        order: 5;
        margin: 19px 0 16px;
    }

    .may-freedom__image--wide,
    .may-freedom__image--tall {
        border-radius: 6px;
    }

    .may-freedom__image--wide {
        order: 4;
        aspect-ratio: 1.45;
        margin: 0;
    }

    .may-freedom__image--tall {
        order: 6;
        aspect-ratio: .82;
        min-height: 0;
        height: auto;
        object-position: center;
    }
}

@media (max-width: 560px) {
    #may-37126-400 {
        display: none !important;
    }
}

.may-key-figures {
    padding: 0 0 57px;
    border-bottom: 3px solid #e4e4e4;
    background: #fff;
}

.may-key-figures__inner {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    max-width: 1680px;
    min-height: 300px;
    margin: 0 auto;
    padding: 0 15px;
}

.may-key-figures__summary {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 300px;
}

.may-key-figures__title {
    margin: 0;
    color: #070707;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
}

.may-key-figures__summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    row-gap: 80px;
    column-gap: 65px;
}

.may-key-figures__metric {
    min-width: 110px;
    color: #050505;
}

.may-key-figures__metric.metric-number-3 {
    min-width: 170px;
}

.may-key-figures__metric.metric-number-4 {
    min-width: 140px;
}

.may-key-figures__metric strong {
    display: block;
    color: #050505;
    font-size: 32px;
    font-weight: 800;
    line-height: .95;
    white-space: nowrap;
}

.may-key-figures__metric span {
    display: block;
    margin-top: 4px;
    color: #050505;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.08;
}

.may-key-figures__metric--wide {
    grid-column: 1 / -1;
}

.may-key-figures__note {
    margin: 0;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.may-key-figures__card {
    min-height: 300px;
    padding: 66px 76px 86px;
    border-radius: 25px;
    background: #f4f4f4;
    gap: 13px;
}

.may-key-figures__position {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 58px;
}

.may-key-figures__badge {
    justify-self: start;
    min-width: 80px;
    padding: 5px 11px 4px;
    border: 1.50px solid #c48778;
    background: rgba(255, 255, 255, 0);
    border-radius: 25px;
    color: #c98372;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 0.01em;
    color: #c48778;
}

.may-key-figures__row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-left: 25px;
}

.may-key-figures__row--first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
}

.may-key-figures__row--second {
    width: 100%;
}

.may-key-figures__card .may-key-figures__metric strong {
    font-size: 28px;
}

.may-key-figures__card .may-key-figures__metric span {
    font-size: 16px;
}

@media (max-width: 1180px) {
    .may-key-figures__inner {
        grid-template-columns: 1fr;
    }

    .may-key-figures__summary {
        min-height: 0;
        padding-left: 0;
    }

    .may-key-figures__summary-grid {
        grid-template-columns: repeat(3, minmax(0, max-content));
        justify-content: start;
        gap: 28px;
        padding: 28px 0;
    }

    .may-key-figures__metric--wide {
        grid-column: auto;
    }
}

@media (max-width: 820px) {
    .may-key-figures__card {
        grid-template-rows: auto;
        gap: 26px;
        padding: 24px;
    }

    .may-key-figures__position {
        gap: 14px;
    }

    .may-key-figures__row,
    .may-key-figures__row--first,
    .may-key-figures__row--second {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 20px 22px;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .may-key-figures {
        padding: 10px 0 12px;
        border-bottom: 0;
    }

    .may-key-figures__inner {
        display: block;
        min-height: 0;
        padding: 0 6px;
    }

    .may-key-figures__summary {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .may-key-figures__title {
        margin: 0 0 17px;
        font-size: 20px;
        line-height: 1.08;
    }

    .may-key-figures__summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 36px;
        align-content: start;
        justify-content: start;
        max-width: 100%;
        padding: 0 0 17px 25px;
    }

    .may-key-figures__summary .may-key-figures__metric--wide {
        grid-column: 1 / -1;
    }

    .may-key-figures__summary .may-key-figures__metric strong {
        font-size: 18px;
    }

    .may-key-figures__summary .may-key-figures__metric span {
        margin-top: 2px;
        font-size: 10px;
        line-height: 1.05;
    }

    .may-key-figures__note {
        display: none;
    }

    .may-key-figures__card {
        display: block;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        margin-bottom: 10px;
    }

    .may-key-figures__position {
        display: block;
        padding: 10px 22px 22px;
        border-radius: 7px;
        background: #f4f4f4;
    }

    .may-key-figures__mobile-copy+.may-key-figures__position {
        margin-top: 21px;
        padding-bottom: 21px;
    }

    .may-key-figures__badge {
        min-width: 0;
        margin-bottom: 17px;
        padding: 3px 9px 4px;
        border-color: #c98372;
        border-radius: 999px;
        font-size: 11px;
        line-height: 1;
    }

    .may-key-figures__row,
    .may-key-figures__row--first,
    .may-key-figures__row--second {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 33px;
    }

    .may-key-figures__card .may-key-figures__metric strong {
        font-size: 18px;
        line-height: .95;
    }

    .may-key-figures__card .may-key-figures__metric span {
        margin-top: 3px;
        font-size: 10px;
        line-height: 1.04;
    }

    .may-key-figures__mobile-note {
        display: block;
        margin: 7px 0 8px 20px;
        color: #050505;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.1;
    }

    .may-key-figures__mobile-copy {
        display: block;
        margin: 0 20px;
        color: #050505;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.12;
        margin-top: 15px;
    }

    .may-key-figures__mobile-copy p {
        margin: 0 0 18px;
    }

    .may-key-figures__mobile-copy strong {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.12;
    }

    .may-key-figures__mobile-copy ul {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .may-key-figures__mobile-copy li {
        position: relative;
        padding-left: 21px;
        font-weight: 400;
        font-size: 14px;
    }

    .may-key-figures__mobile-copy li::before {
        content: "";
        position: absolute;
        top: .52em;
        left: 0;
        width: 13px;
        height: 1px;
        background: #050505;
    }
}

.may-entrance-groups {
    padding: 38px 0 52px;
    background: #fff;
}

.may-entrance-groups__inner,
.may-storage-parking__inner {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.may-entrance-groups__head {
    display: grid;
    grid-template-columns: minmax(300px, .48fr) minmax(0, .82fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 70px;
}

.may-entrance-groups__title,
.may-storage-parking__title {
    margin: 0;
    color: #070707;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.12;
}

.may-entrance-groups__title span,
.may-storage-parking__title span {
    display: block;
    color: #6b6b6b;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.1;
}

.may-entrance-groups__text,
.may-storage-parking__text {
    color: #050505;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.28;
}

.may-entrance-groups__text {
    margin: 0;
}

.may-entrance-groups__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.may-entrance-groups__image,
.may-storage-parking__image {
    display: block;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.may-entrance-groups__image {
    aspect-ratio: 1.35;
}

.may-entrance-groups__image--facade {
    object-position: 53% 48%;
}

.may-storage-parking {
    padding: 36px 0 54px;
    background: #fff;
}

.may-storage-parking__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.may-storage-parking__title {
    min-height: 64px;
    margin-bottom: 28px;
}

.may-storage-parking__image {
    aspect-ratio: 1.48;
    margin-bottom: 42px;
}

.may-storage-parking__text {
    max-width: 560px;
    min-height: 70px;
    margin: 0 0 30px;
}

.may-storage-parking__button {
    width: fit-content;
    min-height: 43px;
    padding: 8px 20px 9px;
    border-radius: 6px;
    background: #c98372;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 -2px 0 rgba(117, 57, 45, .22);
}

@media (max-width: 980px) {
    .may-entrance-groups__head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .may-entrance-groups__grid,
    .may-storage-parking__inner {
        grid-template-columns: 1fr;
    }

    .may-storage-parking__title,
    .may-storage-parking__text {
        min-height: 0;
    }

    .may-storage-parking__image {
        margin-bottom: 22px;
    }

}

@media (max-width: 560px) {

    .may-entrance-groups,
    .may-storage-parking {
        padding: 0 0 16px;
    }

    .may-entrance-groups .may-entrance-groups__inner,
    .may-storage-parking .may-storage-parking__inner {
        width: 100%;
        padding: 0 8px;
    }

    .may-entrance-groups__head {
        /*display: none;*/
        padding-top: 20px;
    }

    .may-entrance-groups__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .may-entrance-groups__title,
    .may-storage-parking__title {
        min-height: 0;
        margin: 0 0 24px;
        font-size: 24px;
        line-height: .98;
    }

    .may-entrance-groups__title span,
    .may-storage-parking__title span {
        margin-bottom: 2px;
        font-size: 24px;
        line-height: 1;
    }

    .may-entrance-groups__text,
    .may-storage-parking__text {
        min-height: 0;
        margin: 0 0 22px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
    }

    .may-entrance-groups__image,
    .may-storage-parking__image {
        border-radius: 6px;
    }

    .may-entrance-groups__image {
        aspect-ratio: 1.42 / 1;
    }

    .may-storage-parking {
        padding-top: 5px;
    }

    .may-storage-parking__inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .may-storage-parking__item {
        overflow: hidden;
        margin: 0;
        border-radius: 6px 6px 0 0;
        background: #f4f4f4;
    }

    .may-storage-parking__item:first-child {
        order: 2;
        margin-top: 24px;
    }

    .may-storage-parking__item:last-child {
        order: 1;
    }

    .may-storage-parking__image {
        order: 1;
        aspect-ratio: 1.42 / 1;
        margin: 0 0 17px;
        border-radius: 6px 6px 0 0;
    }

    .may-storage-parking__title {
        order: 2;
        padding: 0 15px;
    }

    .may-storage-parking__text {
        order: 3;
        padding: 0 15px;
    }

    .may-storage-parking__button {
        order: 4;
        width: fit-content;
        min-height: 20px;
        margin: 0 15px 21px;
        padding: 3px 12px 4px;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 500;
    }
}

.may-harmony {
    padding: 36px 0 50px;
    background: #fff;
}

.may-harmony__inner,
.may-comfort__inner,
.may-base__inner {
    width: min(100% - 20px, 1280px);
    margin: 0 auto;
}

.may-harmony__head {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

.may-harmony__title {
    margin: 0;
    color: #0b0b0b;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.may-harmony__text {
    width: 100%;
    color: #0b0b0b;
    font-size: 12px;
    line-height: 1.25;
}

.may-harmony__text p+p {
    margin-top: 10px;
}

.may-harmony__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 22px;
    align-items: start;
}

.may-harmony__column {
    display: grid;
    gap: 26px;
    min-width: 0;
}

.may-harmony__card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.48 / 1;
    border-radius: 12px;
    object-fit: cover;
    background: #eef1f2;
}

.may-harmony__card figcaption {
    margin-top: 10px;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.may-harmony__card--large img {
    aspect-ratio: 1 / 1;
}

.may-harmony__card--transport img {
    object-position: center;
}

@media (max-width: 1180px) {
    .may-harmony__grid {
        column-gap: 18px;
    }
}

@media (max-width: 900px) {
    .may-harmony {
        padding: 52px 0;
    }

    .may-harmony__head {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 36px;
    }

    .may-harmony__text {
        max-width: none;
        font-size: 14px;
        line-height: 1.35;
    }

    .may-harmony__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }
}

@media (max-width: 560px) {
    .may-harmony {
        padding: 16px 0 22px;
    }

    .may-harmony .may-harmony__inner {
        width: 100%;
        padding: 0 8px;
    }

    .may-harmony__head {
        gap: 13px;
        margin-bottom: 18px;
    }

    .may-harmony__title {
        max-width: none;
        font-size: 20px;
        line-height: .98;
    }

    .may-harmony__text {
        font-weight: 400;
        font-size: 14px;
    }

    .may-harmony__text p+p {
        margin-top: 13px;
    }

    .may-harmony__grid {
        display: none;
    }

    .may-harmony__mobile-grid {
        display: grid;
        grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
        gap: 8px;
        align-items: start;
    }

    .may-harmony__mobile-column {
        display: grid;
        gap: 9px;
    }

    .may-harmony__card img,
    .may-harmony__card--large img {
        aspect-ratio: 1.42 / 1;
        border-radius: 6px;
    }

    .may-harmony__card--mobile-tall img {
        aspect-ratio: .73 / 1;
    }

    .may-harmony__mobile-column:first-child .may-harmony__card:nth-child(2) img {
        aspect-ratio: .78 / 1;
    }

    .may-harmony__card figcaption {
        margin-top: 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.05;
    }
}

.may-photo-viewer {
    padding: 12px 0 56px;
    background: #fff;
}

.may-photo-viewer__inner,
.may-green-viewer__inner {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
    font-family: "Montserrat", Arial, sans-serif;
}

.may-photo-viewer__stage {
    background: #edf0ed;
    aspect-ratio: 1.64 / 1;
}

.may-photo-viewer__main,
.may-green-viewer__main,
.may-comfort__image,
.may-base__image,
.may-infra-home-marker img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.may-photo-viewer__arrow,
.may-green-viewer__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .18s ease;
}

.may-photo-viewer__arrow:hover,
.may-photo-viewer__arrow:focus-visible,
.may-green-viewer__arrow:hover,
.may-green-viewer__arrow:focus-visible {
    background: rgba(0, 0, 0, .42);
}

.may-photo-viewer__arrow:focus-visible,
.may-green-viewer__arrow:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .9);
    outline-offset: 3px;
}

.may-photo-viewer__arrow::before,
.may-green-viewer__arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
}

.may-photo-viewer__arrow--prev,
.may-comfort__arrow--prev,
.may-base__arrow--prev,
.may-green-viewer__arrow--prev {
    left: 28px;
}

.may-photo-viewer__arrow--prev::before,
.may-comfort__arrow--prev::before,
.may-base__arrow--prev::before,
.may-green-viewer__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.may-photo-viewer__arrow--next,
.may-comfort__arrow--next,
.may-base__arrow--next,
.may-green-viewer__arrow--next {
    right: 28px;
}

.may-photo-viewer__arrow--next::before,
.may-comfort__arrow--next::before,
.may-base__arrow--next::before,
.may-green-viewer__arrow--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.may-photo-viewer__thumbs,
.may-green-viewer__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.may-photo-viewer__thumbs {
    gap: 16px;
    margin-top: 26px;
}

.may-photo-viewer__thumb,
.may-green-viewer__thumb {
    overflow: hidden;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.may-photo-viewer__thumb img,
.may-green-viewer__thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: opacity .18s ease, transform .18s ease;
}

.may-photo-viewer__thumb img {
    aspect-ratio: 1.58 / 1;
}

.may-photo-viewer__thumb:hover img,
.may-photo-viewer__thumb:focus-visible img,
.may-green-viewer__thumb:hover img,
.may-green-viewer__thumb:focus-visible img {
    transform: scale(1.02);
}

.may-photo-viewer__thumb:not(.is-active) img,
.may-green-viewer__thumb:not(.is-active) img {
    opacity: .72;
}

.may-photo-viewer__thumb.is-active img,
.may-green-viewer__thumb.is-active img,
.may-infra__zoom button:hover,
.may-infra__zoom button:focus-visible {
    opacity: 1;
}

.may-photo-viewer__thumb:focus-visible,
.may-green-viewer__thumb:focus-visible {
    outline: 2px solid #0f5a82;
    outline-offset: 4px;
}

.may-photo-viewer__caption {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 72px;
    align-items: start;
    margin-top: 26px;
}

.may-photo-viewer__title,
.may-green-viewer__title {
    margin: 0;
    color: #0b0b0b;
    font-family: inherit;
    font-weight: 700;
}

.may-photo-viewer__title {
    font-size: 18px;
    line-height: 1.2;
}

.may-photo-viewer__title span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
}

.may-photo-viewer__text,
.may-green-viewer__text {
    color: #0b0b0b;
    font-weight: 500;
}

.may-photo-viewer__text {
    max-width: 760px;
    margin: 0;
    font-size: 11px;
    line-height: 1.25;
}

@media (max-width: 900px) {
    .may-photo-viewer {
        padding: 4px 0 48px;
    }

    .may-photo-viewer__stage {
        aspect-ratio: 1.35 / 1;
    }

    .may-photo-viewer__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .may-photo-viewer__caption {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
    }

    .may-photo-viewer__text {
        max-width: none;
        font-size: 13px;
        line-height: 1.35;
    }
}

@media (max-width: 560px) {
    .may-photo-viewer {
        padding: 8px 0 14px;
    }

    .may-photo-viewer .may-photo-viewer__inner {
        width: 100%;
        padding: 0 8px;
    }

    .may-photo-viewer__stage {
        aspect-ratio: 1.42 / 1;
    }

    .may-photo-viewer__thumbs {
        display: none;
    }
    .may-green-viewer__thumbs {
        display: none;
    }

    .may-photo-viewer__caption {
        gap: 14px;
        margin-top: 15px;
    }

    .may-photo-viewer__title {
        font-size: 20px;
        line-height: .98;
    }

    .may-photo-viewer__title span {
        margin-bottom: 2px;
        color: #6b6b6b;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .may-photo-viewer__text {
        font-size: 11px;
        line-height: 1.2;
    }

}

.may-comfort {
    padding: 20px 0 54px;
    background: #fff;
}

.may-comfort__head,
.may-base__head {
    display: grid;
    align-items: start;
    margin-bottom: 14px;
}

.may-comfort__head {
    grid-template-columns: 260px minmax(260px, 360px) minmax(380px, 1fr);
    gap: 36px 42px;
}

.may-comfort__title,
.may-base__title {
    margin: 0;
    color: #0b0b0b;
    font-size: 24px;
    font-weight: 700;
}

.may-comfort__title {
    line-height: 1.15;
}

.may-comfort__lead,
.may-base__lead {
    color: #0b0b0b;
    font-size: 12px;
}

.may-comfort__lead {
    margin: 3px 0 0;
    line-height: 1.25;
}

.may-comfort__tabs,
.may-base__tabs {
    display: grid;
    align-self: center;
    padding: 4px;
    border-radius: 999px;
    background: #f0f1f4;
}

.may-comfort__tabs {
    grid-template-columns: repeat(4, minmax(92px, 1fr));
}

.may-comfort__tab,
.may-base__tab {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #0b0b0b;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.may-comfort__tab.is-active,
.may-base__tab.is-active {
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

.may-comfort__viewer {
    background: #e8e4df;
    aspect-ratio: 1.49 / 1;
}

.may-comfort__slide,
.may-base__slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.may-comfort__arrow,
.may-base__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    border: unset;
    border-radius: 50%;
    background: rgba(100, 100, 100, .58);
    cursor: pointer;
    transform: translateY(-50%);
}

.may-comfort__arrow::before,
.may-base__arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
}

.may-comfort__hotspot,
.may-base__hotspot {
    position: absolute;
    left: var(--x);
    top: var(--y);
    z-index: 4;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #2647a6;
    cursor: pointer;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}

.may-comfort__hotspot:hover,
.may-comfort__hotspot:focus-visible,
.may-comfort__hotspot.is-open,
.may-base__hotspot:hover,
.may-base__hotspot:focus-visible,
.may-base__hotspot.is-open {
    z-index: 8;
}

.may-comfort__plus::before,
.may-comfort__plus::after,
.may-base__plus::before,
.may-base__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.may-comfort__plus::after,
.may-base__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.may-comfort__hotspot:hover .may-comfort__plus::after,
.may-comfort__hotspot:focus-visible .may-comfort__plus::after,
.may-comfort__hotspot.is-open .may-comfort__plus::after,
.may-base__hotspot:hover .may-base__plus::after,
.may-base__hotspot:focus-visible .may-base__plus::after,
.may-base__hotspot.is-open .may-base__plus::after {
    opacity: 0;
}

.may-comfort__tooltip,
.may-base__tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    background: #fff;
    color: #0b0b0b;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-4px);
    transition: opacity .18s ease, transform .18s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.may-comfort__tooltip {
    min-width: 116px;
    max-width: 190px;
    padding: 9px 16px;
    border-radius: 999px;
    line-height: 1.15;
}

.may-comfort__hotspot:hover .may-comfort__tooltip,
.may-comfort__hotspot:focus-visible .may-comfort__tooltip,
.may-comfort__hotspot.is-open .may-comfort__tooltip,
.may-base__hotspot:hover .may-base__tooltip,
.may-base__hotspot:focus-visible .may-base__tooltip,
.may-base__hotspot.is-open .may-base__tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 1180px) {
    .may-comfort__head {
        grid-template-columns: 240px 1fr;
    }

    .may-comfort__tabs {
        grid-column: 1 / -1;
        width: min(100%, 560px);
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .may-comfort {
        padding: 44px 0;
    }

    .may-comfort__inner {
        width: min(100% - 30px, 1280px);
    }

    .may-comfort__head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

    .may-comfort__lead {
        max-width: 620px;
        font-size: 14px;
        line-height: 1.35;
    }

    .may-comfort__tabs {
        width: 100%;
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-self: stretch;
        border-radius: 22px;
    }

    .may-comfort__viewer {
        aspect-ratio: 1 / .88;
    }

    .may-comfort__arrow {
        width: 32px;
        height: 32px;
    }

    .may-comfort__arrow--prev {
        left: 12px;
    }

    .may-comfort__arrow--next {
        right: 12px;
    }

    .may-comfort__hotspot {
        width: 24px;
        height: 24px;
    }

    .may-comfort__tooltip {
        min-width: 104px;
        max-width: 150px;
        padding: 8px 12px;
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .may-comfort {
        padding: 20px 0 14px;
    }

    .may-comfort .may-comfort__inner {
        width: 100%;
        padding: 0 8px;
    }

    .may-comfort__head {
        display: flex;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 15px;
    }

    .may-comfort__title {
        font-size: 20px;
        line-height: 1.05;
    }

    .may-comfort__lead {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.18;
    }

    .may-comfort__tabs {
        display: flex;
        width: calc(100% + 16px);
        margin: 4px -8px 0;
        gap: 0;
        overflow-x: auto;
        padding: 5px 8px;
        border-radius: 0;
        background: #f0f1f4;
        scrollbar-width: none;
    }

    .may-comfort__tabs::-webkit-scrollbar {
        display: none;
    }

    .may-comfort__tab {
        min-width: 81px;
        min-height: 31px;
        padding: 0 14px;
        font-size: 14px;
        font-weight: 500;
    }

    .may-comfort__viewer {
        display: flex;
        gap: 7px;
        overflow: hidden;
        background: transparent;
        aspect-ratio: auto;
    }

    .may-comfort__slide,
    .may-comfort__slide[hidden] {
        position: relative;
        display: block;
        flex: 0 0 calc(84% - 2px);
        width: auto;
        height: auto;
        aspect-ratio: 1.42 / 1;
    }

    .may-comfort__slide[hidden] {
        visibility: visible;
    }

    .may-comfort__slide.is-active {
        z-index: 2;
    }

    .may-comfort__image {
        border-radius: 6px;
    }

    .may-comfort__arrow,
    .may-comfort__plus {
        display: none;
    }

    .may-comfort__hotspot {
        --tooltip-x: -50%;
        width: 30px;
        height: 30px;
        border: 0;
        background: transparent;
        box-shadow: none;
        touch-action: manipulation;
    }

    .may-comfort__hotspot::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        border: 1px solid #1a49a3;
        border-radius: 50%;
        background: #fff;
        content: "";
        transform: translate(-50%, -50%);
    }

    .may-comfort__tooltip {
        display: block;
        top: calc(50% + 11px);
        min-width: 100px;
        max-width: 150px;
        padding: 7px 10px;
        border-radius: 14px;
        font-size: 9px;
        line-height: 1.15;
    }

    .may-comfort__hotspot.is-tooltip-left-edge {
        --tooltip-x: -18%;
    }

    .may-comfort__hotspot.is-tooltip-right-edge {
        --tooltip-x: -82%;
    }

    .may-comfort__hotspot.is-tooltip-above .may-comfort__tooltip {
        top: auto;
        bottom: calc(50% + 11px);
    }

    .may-comfort__hotspot:not(.is-open) .may-comfort__tooltip {
        opacity: 0;
        transform: translateX(var(--tooltip-x)) translateY(-4px);
    }

    .may-comfort__hotspot.is-open .may-comfort__tooltip {
        opacity: 1;
        transform: translateX(var(--tooltip-x)) translateY(0);
    }
}

.may-base {
    padding: 20px 0 28px;
    background: #fff;
}

.may-base__head {
    grid-template-columns: 260px minmax(420px, 1fr) minmax(220px, 260px);
    gap: 36px;
}

.may-base__title {
    line-height: 1.18;
}

.may-base__lead {
    margin: 2px 0 0;
    line-height: 1.18;
}

.may-base__tabs {
    grid-template-columns: repeat(2, minmax(96px, 1fr));
}

.may-base__viewer {
    background: #d8d3cb;
    aspect-ratio: 1.51 / 1;
}

.may-base__tooltip {
    min-width: 128px;
    max-width: 290px;
    padding: 10px 18px;
    border-radius: 24px;
    line-height: 1.18;
}

@media (max-width: 1180px) {
    .may-base__head {
        grid-template-columns: 240px 1fr;
    }

    .may-base__tabs {
        grid-column: 1 / -1;
        width: min(100%, 320px);
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .may-base {
        padding: 44px 0 28px;
    }

    .may-base__inner {
        width: min(100% - 30px, 1280px);
    }

    .may-base__head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

    .may-base__lead {
        max-width: 620px;
        font-size: 14px;
        line-height: 1.35;
    }

    .may-base__tabs {
        width: 100%;
        grid-column: auto;
        justify-self: stretch;
    }

    .may-base__viewer {
        aspect-ratio: 1 / .88;
    }

    .may-base__arrow {
        width: 32px;
        height: 32px;
    }

    .may-base__arrow--prev {
        left: 12px;
    }

    .may-base__arrow--next {
        right: 12px;
    }

    .may-base__hotspot {
        width: 24px;
        height: 24px;
    }

    .may-base__tooltip {
        min-width: 110px;
        max-width: 220px;
        padding: 8px 12px;
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .may-base {
        padding: 14px 0 20px;
    }

    .may-base .may-base__inner {
        width: 100%;
        padding: 0 8px;
    }

    .may-base__head {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 14px;
    }

    .may-base__title {
        max-width: 240px;
        font-size: 20px;
        line-height: .98;
    }

    .may-base__lead {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.16;
    }

    .may-base__tabs {
        display: flex;
        width: fit-content;
        gap: 0;
        padding: 4px;
        border-radius: 999px;
    }

    .may-base__tab {
        min-width: 77px;
        min-height: 31px;
        padding: 0 14px;
        font-weight: 500;
        font-size: 14px;
    }

    .may-base__viewer {
        display: flex;
        gap: 7px;
        overflow: hidden;
        background: transparent;
        aspect-ratio: auto;
    }

    .may-base__slide,
    .may-base__slide[hidden] {
        position: relative;
        display: block;
        flex: 0 0 calc(84% - 2px);
        width: auto;
        height: auto;
        aspect-ratio: 1.42 / 1;
    }

    .may-base__slide[hidden] {
        visibility: visible;
    }

    .may-base__slide.is-active {
        z-index: 2;
    }

    .may-base__image {
        border-radius: 6px;
    }

    .may-base__arrow,
    .may-base__plus {
        display: none;
    }

    .may-base__hotspot {
        --tooltip-x: -50%;
        width: 30px;
        height: 30px;
        border: 0;
        background: transparent;
        box-shadow: none;
        touch-action: manipulation;
    }

    .may-base__hotspot::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        border: 1px solid #1a49a3;
        border-radius: 50%;
        background: #fff;
        content: "";
        transform: translate(-50%, -50%);
    }

    .may-base__tooltip {
        display: block;
        top: calc(50% + 11px);
        min-width: 106px;
        max-width: 170px;
        padding: 7px 10px;
        border-radius: 14px;
        font-size: 9px;
        line-height: 1.15;
    }

    .may-base__hotspot.is-tooltip-left-edge {
        --tooltip-x: -18%;
    }

    .may-base__hotspot.is-tooltip-right-edge {
        --tooltip-x: -82%;
    }

    .may-base__hotspot.is-tooltip-above .may-base__tooltip {
        top: auto;
        bottom: calc(50% + 11px);
    }

    .may-base__hotspot:not(.is-open) .may-base__tooltip {
        opacity: 0;
        transform: translateX(var(--tooltip-x)) translateY(-4px);
    }

    .may-base__hotspot.is-open .may-base__tooltip {
        opacity: 1;
        transform: translateX(var(--tooltip-x)) translateY(0);
    }
}

.may-green-viewer {
    padding: 36px 0 42px;
    background: #fff;
}

.may-green-viewer__head {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 36px;
}

.may-green-viewer__title {
    font-size: 24px;
    line-height: 1.12;
}

.may-green-viewer__text {
    font-size: 12px;
    line-height: 1.3;
}

.may-green-viewer__text p+p {
    margin-top: 13px;
}

.may-green-viewer__stage {
    background: #e7efe5;
    aspect-ratio: 1.55 / 1;
}

.may-green-viewer__thumbs {
    gap: 10px;
    margin-top: 14px;
}

.may-green-viewer__thumb img {
    aspect-ratio: 1.52 / 1;
}

@media (max-width: 900px) {
    .may-green-viewer__head {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px;
    }

    .may-green-viewer__text {
        max-width: none;
        font-size: 14px;
        line-height: 1.35;
    }

    .may-green-viewer__stage {
        aspect-ratio: 1.22 / 1;
    }

    .may-green-viewer__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .may-green-viewer {
        padding: 30px 0 34px;
    }

    .may-green-viewer__inner {
        width: min(100% - 30px, 1280px);
    }

    .may-green-viewer__title {
        font-size: 24px;
    }

    .may-green-viewer__stage {
        aspect-ratio: 1 / .88;
    }

    .may-green-viewer__arrow {
        width: 32px;
        height: 32px;
    }

    .may-green-viewer__arrow--prev {
        left: 12px;
    }

    .may-green-viewer__arrow--next {
        right: 12px;
    }
}

.may-infra {
    padding: 38px 0 44px;
    background: #fff;
}

.may-infra__inner {
    display: grid;
    grid-template-columns: 275px minmax(0, 1fr);
    gap: 38px;
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
    font-family: "Montserrat", Arial, sans-serif;
}

.may-infra__filters {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-self: start;
    min-height: 385px;
    padding: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(19, 36, 56, .03);
}

.may-infra__filter {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #101010;
    font: inherit;
    text-align: left;
    cursor: pointer;
    padding: 0 10px;
}

.may-infra__filter.is-active {
    border-color: transparent;
    background: #d0d0d040;
}

.may-infra__filter.is-active .may-infra__name {
    color: #c98372;
}

.may-infra__filter.is-active:focus-visible {
    outline: 0;
}

.may-infra__filter:hover {
    background: #d0d0d040;
}

.may-infra__filter:hover .may-infra__name,
.may-infra__filter:focus-visible .may-infra__name {
    color: #c98372;
}

.may-infra__filter:focus-visible {
    outline: 2px solid rgba(15, 90, 130, .28);
    outline-offset: 3px;
}

.may-infra__icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1.5px solid #c98372;
    background: #fff;
    color: #c98372;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.may-infra__icon.may-infra__icon--all {
    border-radius: 50%;
    border: 0;
    background-color: #f4f4f4;
}

.may-infra__marker,
.may-infra__zoom button {
    background: #c98372;
    color: #fff;
}

.may-infra__filter.is-active .may-infra__icon--all {
    background-color: transparent;
    background-image: url('/local/templates/vibor/img/round-icons/marker-all.svg?v=1');
    color: #fff;
}

.may-infra__icon::before,
.may-infra__icon::after,
.may-infra__marker::before,
.may-infra__marker::after {
    position: absolute;
    content: "";
}


.may-infra__icon--transport::before {
    left: 6px;
    top: 6px;
    width: 11px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

.may-infra__icon--transport::after {
    left: 8px;
    bottom: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 7px 0 0 currentColor;
}

.may-infra__icon--education::before {
    left: 7px;
    top: 6px;
    width: 10px;
    height: 11px;
    background:
        linear-gradient(currentColor, currentColor) 4px 3px / 2px 8px no-repeat,
        linear-gradient(currentColor, currentColor) 0 4px / 10px 2px no-repeat;
}

.may-infra__icon--education::after {
    left: 6px;
    top: 6px;
    width: 5px;
    height: 7px;
    border: 1.5px solid currentColor;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: 7px 0 0 -1px transparent, 7px 0 0 0 currentColor;
}

.may-infra__icon--parks::before {
    left: 7px;
    top: 5px;
    width: 11px;
    height: 9px;
    border-radius: 50% 50% 45% 45%;
    background: currentColor;
}

.may-infra__icon--parks::after {
    left: 11px;
    top: 13px;
    width: 2px;
    height: 6px;
    background: currentColor;
}

.may-infra__icon--shopping::before,
.may-infra__icon--products::before {
    left: 7px;
    top: 8px;
    width: 10px;
    height: 8px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 2px 2px 4px 4px;
}

.may-infra__icon--shopping::after,
.may-infra__icon--products::after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.may-infra__icon--sport::before {
    left: 6px;
    top: 11px;
    width: 12px;
    height: 2px;
    background: currentColor;
}

.may-infra__icon--sport::after {
    left: 5px;
    top: 8px;
    width: 4px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    box-shadow: 10px 0 0 -1px currentColor, 13px 0 0 -1px currentColor;
}

.may-infra__icon:not(.may-infra__icon--all) {
    border: 0;
    background-color: transparent;
}

.may-infra__icon--all {
    background-image: url('/local/templates/vibor/img/round-icons/all.svg');
}


.may-infra__icon--transport {
    background-image: url('/local/templates/vibor/img/round-icons/transport.svg');
}

.may-infra__icon--education {
    background-image: url('/local/templates/vibor/img/round-icons/education.svg');
}

.may-infra__icon--parks {
    background-image: url('/local/templates/vibor/img/round-icons/park.svg');
}

.may-infra__icon--shopping {
    background-image: url('/local/templates/vibor/img/round-icons/shopping-cart-1.svg');
}

.may-infra__icon--products {
    background-image: url('/local/templates/vibor/img/round-icons/shopping-cart-2.svg');
}

.may-infra__icon--sport {
    background-image: url('/local/templates/vibor/img/round-icons/gym.svg');
}

.may-infra__icon--healthcare {
    background-image: url('/local/templates/vibor/img/round-icons/medic.svg');
}

.may-infra__icon--shoppingcenters {
    background-image: url('/local/templates/vibor/img/round-icons/tc.svg');
}

.may-infra__filter.is-active .may-infra__icon--transport {
    background-image: url('/local/templates/vibor/img/round-icons/marker-transport.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--education {
    background-image: url('/local/templates/vibor/img/round-icons/marker-education.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--parks {
    background-image: url('/local/templates/vibor/img/round-icons/marker-park.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--shopping {
    background-image: url('/local/templates/vibor/img/round-icons/marker-shopping-cart-1.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--products {
    background-image: url('/local/templates/vibor/img/round-icons/marker-shopping-cart-2.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--sport {
    background-image: url('/local/templates/vibor/img/round-icons/marker-gym.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--healthcare {
    background-image: url('/local/templates/vibor/img/round-icons/marker-medic.svg?v=2');
}

.may-infra__filter.is-active .may-infra__icon--shoppingcenters {
    background-image: url('/local/templates/vibor/img/round-icons/marker-tc.svg?v=2');
}


.may-infra__name {
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .18s ease;
}

.may-infra__count {
    color: #7b8490;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

.may-infra__map {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    border-radius: 26px;
    background: #e5efe4;
}

.may-infra__map-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.may-infra-home-marker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, .95);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(8, 54, 78, .38);
    transform: translate(-50%, -50%);
}

.may-infra__map-message {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    padding: 12px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    color: #0b0b0b;
    font-size: 13px;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.may-infra__iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}

.may-infra__marker {
    position: absolute;
    left: var(--x);
    top: var(--y);
    z-index: 5;
    width: 33px;
    height: 33px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, transform .2s ease;
    box-shadow: 0 7px 14px rgba(15, 90, 130, .23);
}

.may-infra__marker::before {
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.may-infra__marker--transport::before {
    width: 15px;
    height: 7px;
    border: 2px solid currentColor;
    border-radius: 4px;
}

.may-infra__marker--transport::after {
    left: 10px;
    top: 20px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 10px 0 0 currentColor;
}

.may-infra__marker--education::before {
    width: 13px;
    height: 12px;
    background:
        linear-gradient(currentColor, currentColor) 6px 2px / 2px 10px no-repeat,
        linear-gradient(currentColor, currentColor) 0 5px / 14px 2px no-repeat;
}

.may-infra__marker--parks::before {
    width: 14px;
    height: 10px;
    border-radius: 50% 50% 45% 45%;
    background: currentColor;
}

.may-infra__marker--parks::after {
    left: 16px;
    top: 18px;
    width: 2px;
    height: 7px;
    background: currentColor;
}

.may-infra__marker--shopping::before,
.may-infra__marker--products::before {
    width: 13px;
    height: 9px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 2px 2px 4px 4px;
}

.may-infra__marker--shopping::after,
.may-infra__marker--products::after {
    left: 12px;
    top: 8px;
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.may-infra__marker--sport::before {
    width: 15px;
    height: 2px;
    background: currentColor;
}

.may-infra__marker--sport::after {
    left: 10px;
    top: 13px;
    width: 4px;
    height: 8px;
    border-left: 2px solid currentColor;
    border-right: 2px solid currentColor;
    box-shadow: 10px 0 0 -1px currentColor, 13px 0 0 -1px currentColor;
}

.may-infra__marker:hover,
.may-infra__marker:focus-visible {
    transform: translate(-50%, -50%) scale(1.08);
}

.may-infra__marker:focus-visible {
    outline: 3px solid rgba(15, 90, 130, .28);
    outline-offset: 3px;
}

.may-infra__marker.is-muted {
    opacity: .22;
    transform: translate(-50%, -50%) scale(.92);
}

.may-infra__zoom {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.may-infra__zoom button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    opacity: .62;
    cursor: pointer;
}

.may-infra__zoom button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.may-infra__brand {
    position: absolute;
    right: 12px;
    bottom: 8px;
    z-index: 4;
    color: #191919;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

@media (max-width: 900px) {
    .may-infra__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .may-infra__filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        padding: 14px;
        border-radius: 18px;
    }

    .may-infra__map {
        min-height: 360px;
        border-radius: 20px;
    }
}

@media (max-width: 560px) {
    .may-infra {
        padding: 15px 0 26px;
    }

    .may-infra__title {
        display: block;
        margin: 0 8px 25px;
        color: #0b0b0b;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.05;
    }

    .may-infra .may-infra__inner {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 9px;
    }

    .may-infra__filters {
        position: absolute;
        left: 19px;
        right: 19px;
        bottom: 6px;
        z-index: 8;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 0;
        gap: 5px;
        overflow-x: auto;
        padding: 0 0 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        scrollbar-width: none;
    }

    .may-infra__filters::-webkit-scrollbar {
        display: none;
    }

    .may-infra__filter {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        min-height: 24px;
        align-items: center;
        gap: 5px;
        padding: 4px 10px 4px 7px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .94);
        color: #243044;
        box-shadow: 0 1px 4px rgba(15, 37, 63, .16);
    }

    .may-infra__filter.is-active {
        background: #2f7df2;
        color: #fff;
        border-color: transparent;
    }

    .may-infra__filter.is-active .may-infra__name {
        color: #fff;
    }

    .may-infra__icon {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        border-color: currentColor;
        color: inherit;
    }

    .may-infra__filter.is-active .may-infra__icon {
        background-color: transparent;
        color: #fff;
    }

    .may-infra__filter.is-active .may-infra__icon--all {
        background-color: #f4f4f4;
        color: #c98372;
    }

    .may-infra__icon--all::before {
        left: 5px;
        top: 5px;
        width: 6px;
        height: 4px;
        border-width: 1.5px;
    }

    .may-infra__name {
        font-size: 9px;
        font-weight: 700;
        line-height: 1;
    }

    .may-infra__count {
        display: none;
    }

    .may-infra__map {
        min-height: 420px;
        border-radius: 0;
    }

    .may-infra__zoom {
        right: 12px;
        bottom: 62px;
        gap: 4px;
    }

    .may-infra__zoom button {
        width: 24px;
        height: 24px;
        background: rgba(255, 255, 255, .94);
        color: #1d2530;
        font-size: 17px;
        font-weight: 500;
        opacity: 1;
        box-shadow: 0 1px 4px rgba(15, 37, 63, .18);
    }

    .may-infra__marker {
        width: 24px;
        height: 24px;
    }

    .may-infra-home-marker {
        width: 44px;
        height: 44px;
        border-width: 2px;
    }

}

.may-retail-access {
    padding: 42px 0 46px;
    background: #fff;
}

.may-retail-access__inner {
    width: min(1250px, calc(100% - 24px));
    margin: 0 auto;
}

.may-retail-access__retail {
    display: grid;
    grid-template-columns: minmax(0, 1.95fr) minmax(300px, .9fr);
    gap: 66px;
    align-items: start;
    margin-bottom: 46px;
}

.may-retail-access__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.72;
    object-fit: cover;
}

.may-retail-access__content {
    padding-top: 24px;
}

.may-retail-access__title {
    margin: 0 0 44px;
    color: #070707;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
}

.may-retail-access__title span {
    display: block;
    color: #6b6b6b;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.08;
}

.may-retail-access__text {
    max-width: 350px;
    margin-bottom: 36px;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.23;
}

.may-retail-access__text p {
    margin: 0 0 17px;
}

.may-retail-access__text ul {
    margin: 0;
    padding-left: 22px;
}

.may-retail-access__button {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    padding: 8px 19px 9px;
    border-radius: 6px;
    background: #c98372;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(117, 57, 45, .22);
}

.may-retail-access__infra-title {
    margin: 0 0 40px;
    color: #070707;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.15;
}

.may-retail-access__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 44px;
}

.may-retail-access__cards p {
    min-height: 140px;
    margin: 0;
    padding: 32px 28px;
    border-radius: 17px;
    background: #f4f4f4;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.18;
}

.may-retail-access__note {
    margin: 0;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
}

@media (max-width: 1060px) {
    .may-retail-access__retail {
        grid-template-columns: 1fr;
        gap: 26px;
        margin: 0;
    }

    .may-retail-access__content {
        padding-top: 0;
    }

    .may-retail-access__text {
        max-width: 680px;
        font-weight: 400;
    }

    .may-retail-access__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .item-col-text-white {
        padding: 20px;
    }
}

@media (max-width: 620px) {
    .may-retail-access {
        padding: 32px 0 38px;
    }

    .may-retail-access__inner {
        width: calc(100% - 28px);
    }

    .may-retail-access__title,
    .may-retail-access__title span,
    .may-retail-access__infra-title {
        font-size: 23px;
        font-weight: 500;
    }

    .may-retail-access__title {
        margin-bottom: 24px;
    }

    .may-retail-access__cards {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .may-retail-access__cards p {
        min-height: 0;
        padding: 22px;
    }

    .may-retail-access__button {
        width: 100%;
        font-size: 18px;
    }
}

.may-freedom__inner,
.may-entrance-groups__inner,
.may-storage-parking__inner,
.may-harmony__inner,
.may-photo-viewer__inner,
.may-comfort__inner,
.may-base__inner,
.may-green-viewer__inner,
.may-infra__inner,
.may-retail-access__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 981px) {

    .may-entrance-groups,
    .may-storage-parking,
    .may-harmony,
    .may-comfort,
    .may-base,
    .may-green-viewer,
    .may-retail-access {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .may-photo-viewer {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .may-entrance-groups__head {
        grid-template-columns: minmax(380px, .48fr) minmax(0, .82fr);
        gap: 54px;
        margin-bottom: 80px;
    }

    .may-entrance-groups__title,
    .may-storage-parking__title,
    .may-harmony__title,
    .may-photo-viewer__title,
    .may-comfort__title,
    .may-base__title,
    .may-green-viewer__title,
    .may-retail-access__title,
    .may-retail-access__infra-title {
        font-size: 32px;
        font-weight: 800;
        line-height: 1.12;
    }

    .may-entrance-groups__title span,
    .may-storage-parking__title span,
    .may-photo-viewer__title span,
    .may-retail-access__title span {
        font-size: 32px;
        line-height: 1.08;
    }

    .may-entrance-groups__text,
    .may-storage-parking__text,
    .may-harmony__text,
    .may-photo-viewer__text,
    .may-comfort__lead,
    .may-base__lead,
    .may-green-viewer__text,
    .may-retail-access__text,
    .may-retail-access__cards p,
    .may-retail-access__note {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.18;
    }

    .may-entrance-groups__grid,
    .may-storage-parking__inner {
        gap: 30px;
    }

    .may-entrance-groups__image,
    .may-storage-parking__image,
    .may-harmony__card img {
        border-radius: 25px;
    }

    .may-storage-parking__title {
        min-height: 84px;
        margin-bottom: 36px;
    }

    .may-storage-parking__text {
        min-height: 94px;
        margin-bottom: 36px;
    }

    .may-storage-parking__button,
    .may-retail-access__button {
        min-height: 36px;
        padding: 14px 34px;
        border-radius: 25px;
        font-size: 26px;
        font-weight: 500;
    }

    .may-harmony__head {
        grid-template-columns: 520px minmax(0, 1fr);
        gap: 100px;
        margin-bottom: 70px;
    }

    .may-harmony__text p+p,
    .may-green-viewer__text p+p {
        margin-top: 12px;
    }

    .may-harmony__grid {
        column-gap: 30px;
    }

    .may-harmony__column {
        gap: 34px;
    }

    .may-harmony__card figcaption {
        margin-top: 12px;
        font-size: 20px;
        font-weight: 500;
    }

    .may-photo-viewer__thumbs {
        gap: 20px;
        margin-top: 28px;
    }

    .may-photo-viewer__caption {
        grid-template-columns: 420px minmax(0, 1fr);
        gap: 80px;
        margin-top: 36px;
    }

    .may-photo-viewer__title span {
        margin-bottom: 6px;
    }

    .may-comfort__head {
        grid-template-columns: minmax(260px, .7fr) minmax(320px, 1fr) minmax(380px, 1.15fr);
        gap: 54px;
        margin-bottom: 28px;
    }

    .may-base__head {
        grid-template-columns: 360px minmax(520px, 1fr) minmax(260px, 340px);
        gap: 54px;
        margin-bottom: 28px;
    }

    .may-comfort__tab,
    .may-base__tab {
        min-height: 50px;
        font-size: 17px;
    }

    .may-green-viewer__head {
        grid-template-columns: 400px minmax(0, 1fr);
        gap: 54px;
        margin-bottom: 55px;
    }

    .may-retail-access__retail {
        grid-template-columns: minmax(0, 1.9fr) minmax(420px, .9fr);
        gap: 80px;
        margin-bottom: 60px;
    }

    .may-retail-access__content {
        padding-top: 30px;
    }

    .may-retail-access__title {
        margin-bottom: 55px;
    }

    .may-retail-access__text {
        max-width: 430px;
        margin-bottom: 42px;
    }

    .may-retail-access__infra-title {
        margin-bottom: 50px;
    }

    .may-retail-access__cards {
        gap: 30px;
        margin-bottom: 50px;
    }

    .may-retail-access__cards p {
        min-height: 170px;
        padding: 36px 32px;
        border-radius: 25px;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {

    .may-comfort__head,
    .may-base__head {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .may-comfort__tabs,
    .may-base__tabs {
        grid-column: 1 / -1;
    }
}
@media (max-width: 767px) {
    .may-entrance-groups__image--facade {
        display: none;
    }
}