@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwtsZfvRQkSJZH09E.woff2) format("woff2");
    unicode-range: u+0460 -052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwv8ZfvRQkSJZH09E.woff2) format("woff2");
    unicode-range: u+0301, u+0400 -045f, u+0490 -0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwtMZfvRQkSJZH09E.woff2) format("woff2");
    unicode-range: u+0102 -0103, u+0110 -0111, u+0128 -0129, u+0168 -0169, u+01a0-01a1, u+01af-01b0, u+0300 -0301, u+0303 -0304, u+0308 -0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwtcZfvRQkSJZH09E.woff2) format("woff2");
    unicode-range: u+0100 -02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/unbounded/v11/Yq6W-LOTXCb04q32xlpwu8ZfvRQkSJZH.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

:root {
    --popup-radius: 20px
}

@media screen and (max-width: 768px) {
    :root {
        --popup-radius: 12px
    }
}

.frozen, .map {
    overflow: hidden
}

.map {
    position: relative;
    background: #fff6e2;
    border-radius: 50px;
    font-family: Unbounded, sans-serif
}

.map-poly {
    fill: #87ae8e;
    transition: .3s;
    cursor: pointer
}

.map-brand.active .map-poly, .map-brand:hover .map-poly, .map-poly.active, .map-poly:hover {
    fill: #566859;
    outline: none !important
}

.map-filler, .map-name {
    pointer-events: none
}

.map-layers {
    display: grid;
    padding: 50px
}

@media screen and (max-width: 1200px) {
    .map-layers {
        padding: 32px
    }
}

@media screen and (max-width: 768px) {
    .map-layers {
        padding: 15px
    }
}

.map-layer {
    grid-area: 1/1;
    max-height: 650px;
    visibility: hidden;
    opacity: 0
}

@media screen and (max-width: 1200px) {
    .map-layer {
        max-height: none;
        margin-bottom: -35%
    }
}

.map-layer.active {
    visibility: visible;
    opacity: 1
}

.map-layer svg {
    width: 100%;
    height: 100%;
    object-position: center
}

.map-controls {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 64px;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .map-controls {
        flex-direction: column-reverse;
        padding: 32px
    }
}

.map .btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    pointer-events: auto
}

@media screen and (max-width: 1200px) {
    .map .btn-wrapper {
        flex-direction: row;
        flex-flow: row-reverse;
    }
}

@media screen and (max-width: 768px) {
    .map .btn-wrapper {
        gap: 8px
    }
}

.map button {
    background: #f8eac9;
    width: 64px;
    height: 48px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: .3s;
    font-family: Unbounded, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .map button {
        width: 42px;
        height: 32px
    }
}

.map button.active, .map button:hover {
    background: #f08569;
    color: #fff
}

.map-popup {
    background: #566859;
    box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, .2509803922);
    display: flex;
    position: relative;
    /*border-radius: var(--popup-radius) var(--popup-radius) 0 0;*/
    border-radius: var(--popup-radius);
    width: 660px;
    gap: 40px;
    box-sizing: border-box;
    padding-right: 60px;
    color: inherit;
    text-decoration: none;
    transition: .25s;
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width: 1200px) {
    .map-popup {
        border-radius: var(--popup-radius)
    }
}

@media screen and (max-width: 768px) {
    .map-popup {
        width: 100%;
        padding-right: 0;
        gap: 15px
    }
}

.map-popup.hidden {
    /*transform: translateY(102%);*/
    transform: translateY(calc(100% + 20px));
}

@media screen and (max-width: 1200px) {
    .map-popup.hidden {
        pointer-events: none;
        transform: scale(0);
        opacity: 0
    }
}

.map-popup-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 4px;
    z-index: 1;
    pointer-events: none
}

@media screen and (max-width: 1200px) {
    .map-popup-wrapper {
        position: static;
        margin-bottom: 100px;
        padding: 4px;
        min-height: 66px
    }
}

.map-popup-wrapper:has(.hidden) {
    pointer-events: none
}

.map-popup__logo {
    background: #fff;
    width: 200px;
    padding: 10px;
    /*border-radius: var(--popup-radius) var(--popup-radius) 0 0;*/
    border-radius: var(--popup-radius);
    flex-shrink: 0;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .map-popup__logo {
        border-bottom-left-radius: var(--popup-radius);
        width: 150px
    }
}

@media screen and (max-width: 768px) {
    .map-popup__logo {
        width: 100px
    }
}

.map-popup__logo-wrp {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .map-popup__logo-wrp {
        height: auto;
        min-height: 60px
    }
}

.map-popup__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.map-popup__logo img.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .map-popup__logo img {
        max-height: 50px
    }
}

.map-popup__logo span {
    font: 400 60px/1 Unbounded, sans-serif;
    font-style: normal;
    font-size: clamp(15px, 5vw, 30px);
    color: #566859;
    padding: 12px
}
.map-popup__logo span.hidden {
    display: none;
}

.map-popup__corner {
    position: absolute;
    right: 14px;
    top: 14px;
    display: flex;
    align-items: center;
    gap: 8px
}

@media screen and (max-width: 768px) {
    .map-popup__corner {
        right: 7px;
        top: 7px
    }
}

.map-popup__badge {
    background: #fff6e2;
    color: #566859;
    font: 400 9px/1.5 Unbounded, sans-serif;
    font-size: clamp(5px, 1vw, 9px);
    padding: 8px 14px;
    border-radius: 14px
}

@media screen and (max-width: 768px) {
    .map-popup__badge {
        padding: 4px 6px
    }
}

.map-popup__text {
    padding-top: 32px;
    color: #fff6e2
}

@media screen and (max-width: 1200px) {
    .map-popup__text {
        padding-top: 16px
    }
}

.map-popup__name {
    font-size: clamp(10px, 3vw, 20px);
    line-height: 1
}

.map-popup__desc {
    font-size: clamp(8px, 2vw, 12px);
    line-height: 1;
    margin-top: 12px;
    min-height: 24px;
    margin-bottom: 24px
}

@media screen and (max-width: 1200px) {
    .map-popup__desc {
        margin-bottom: 8px
    }
}

.map-rent .map-popup__desc {
    min-height: 0
}

.map .zoomist-wrapper {
    overflow: visible
}

@media screen and (min-width: 400px) {
    .map .zoomist-container {
        /*margin-top: -10vw*/
    }
}

@media screen and (min-width: 600px) {
    .map .zoomist-container {
        /*margin-top: -15vw*/
    }
}

@media screen and (min-width: 768px) {
    .map .zoomist-container {
        /*margin-top: -20vw*/
    }
}

@media screen and (min-width: 1200px) {
    .map .zoomist-container {
        /*margin-top: -30%*/
    }
}

.map.map-customer .map-free, .map.map-rent .map-brand {
    /*pointer-events: none*/
}

.map.map-rent .map-free .map-poly {
    fill: #566859
}

.tippy {
    font: 400 14px/1.4 Unbounded, sans-serif;
    padding: 20px 24px;
    color: #f8eac9;
    background: #566859;
    border-radius: 24px
}

#map-popup-close {
    height: 10px;
    width: 10px;
    border: none;
    background: transparent;
    padding: 0
}

@media screen and (min-width: 768px) {
    #map-popup-close {
        display: none
    }
}

#map-popup-close svg {
    width: 100%;
    height: 100%;
    display: block;
    color: #f8eac9
}

#map-popup-close svg:hover {
    color: #fff6e2
}

g:active, g:focus, g:focus-within, path:active, path:focus, path:focus-within {
    outline: none !important
}

[data-hide-popup="1"] {
    pointer-events: none !important
}

.zoomist-container {
    width: 100%
}

.zoomist-image {
    width: 100%;
    height: 100%;
    /*aspect-ratio: 1;*/
    scale: 1.75;
}

.zoomist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 1200px) {
    .zoomist-image {
        width: 100%;
        aspect-ratio: 1;
        scale: 1;
    }
}