:root {
    --color-accent-700: #ff2c45;
    --color-accent-800: #e42858;
    --color-accent-900: #cd1c49;
    --color-gray-100: #ffffff;
    --color-gray-200: #fafbfe;
    --color-surface-gray-200-transperent-88: rgba(250, 251, 254, 0.88);
    --color-surface-gray-400-transperent-88: rgba(219, 228, 236, 0.88);
    --color-gray-300: #ecf2f8;
    --color-gray-400: #dbe4ec;
    --color-gray-500: #d1d9e1;
    --color-gray-600: #aebecc;
    --color-gray-700: #6c7a88;
    --color-gray-800: #4b535b;
    --color-gray-900: #1a1e21;
    --color-200-trancperent-88: rgba(250, 251, 254, 0.8784313725);
    --color-900-trancperent-40: rgba(26, 30, 33, 0.4);
    --color-bg-overlays-transparent-80: rgba(26, 30, 33, 0.8);
    --color-brand-700: #006f69;
    --color-brand-800: #005450;
    --color-brand-900: #003b38;
    --color-brand-hover-overlays-transparent-32: rgba(0, 84, 80, 0.32);
    --color-brand-hover-overlays-transparent-48: rgba(0, 84, 80, 0.48);
    --color-brand-active-element-transparent-72: rgba(0, 84, 80, 0.72);
    --color-effect-900-transparent-24: rgba(32, 35, 38, 0.2392156863);
    --color-effect-900-transparent-40: rgba(32, 35, 38, 0.4);
    --color-semantic-success: #83af8d;
    --color-semantic-warning: #f1b161;
    --color-semantic-warning-transparent-16: rgba(241, 177, 97, 0.16);
    --color-semantic-info: #64a5f8;
    --color-semantic-danger: #e7473a;
    --color-surface-success: #83af8d;
    --color-surface-warning-transparent-16: rgba(131, 175, 141, 0.16);
    --color-surface-success-available-transparent-20: rgba(131, 175, 141, 0.2);
    --color-surface-success-available-hover-transparent-60: rgba(131, 175, 141, 0.6);
    --color-surface-gray-100: var(--color-gray-100);
    --color-surface-gray-200: var(--color-gray-200);
    --color-surface-gray-300: var(--color-gray-300);
    --color-surface-gray-400: var(--color-gray-400);
    --color-surface-gray-500: var(--color-gray-500);
    --color-surface-gray-600: var(--color-gray-600);
    --color-surface-gray-700: var(--color-gray-700);
    --color-surface-gray-800: var(--color-gray-800);
    --color-surface-gray-900: var(--color-gray-900);
    --color-surface-gray-900-transperent-40: rgba(26, 30, 33, 0.2);
    --color-shadow-gray-900-transperent-40: rgba(26, 30, 33, 0.16);
    --surface-gray-700: var(--color-gray-700);
    --surface-gray-900: var(--color-gray-900);
    --surface-gray-900-transperent-40: rgba(26, 30, 33, 0.2);
    --color-surface-gray-900: var(--color-gray-900);
    --color-surface-accent-700: var(--color-accent-700);
    --color-surface-accent-800: var(--color-accent-800);
    --color-surface-brand-700: var(--color-brand-700);
    --color-surface-brand-800: var(--color-brand-800);
    --color-surface-brand-900: var(--color-brand-900);
    --color-surface-semantic-success: var(--color-semantic-success);
    --color-surface-semantic-warning-transparent-16: var(--color-semantic-warning-transparent-16);
    --border-gray-200: var(--color-gray-200);
    --border-gray-400: var(--color-gray-400);
    --border-gray-500: var(--color-gray-500);
    --border-gray-600: var(--color-gray-600);
    --border-gray-600-transparent-40: rgba(174, 190, 204, 0.4);
    --border-gray-600-transparent-88: rgba(174, 190, 204, 0.88);
    --border-gray-900: var(--color-gray-900);
    --border-accent-800: var(--color-accent-800);
    --border-accent-900: var(--color-accent-900);
    --border-brand-700: var(--color-brand-700);
    --border-brand-800: var(--color-brand-800);
    --border-brand-900: var(--color-brand-900);
    --border-semantic-warning: var(--color-semantic-warning);
    --border-semantic-danger: var(--color-semantic-danger);
    --text-gray-200: var(--color-gray-200);
    --text-gray-400: var(--color-gray-400);
    --text-gray-600: var(--color-gray-600);
    --text-gray-700: var(--color-gray-700);
    --text-gray-800: var(--color-gray-800);
    --text-gray-900: var(--color-gray-900);
    --text-danger: var(--color-semantic-danger);
    --text-warning: var(--color-semantic-warning);
    --not-found-color: var(--not-found-color);
    --icon-gray-200: var(--color-gray-200);
    --icon-gray-400: var(--color-gray-400);
    --icon-gray-600: var(--color-gray-600);
    --icon-gray-700: var(--color-gray-700);
    --icon-gray-900: var(--color-gray-900);
    --icon-warning: var(--color-semantic-warning);
    --icon-danger: var(--color-semantic-danger);
    --shadow-gray-900-transparent-24: rgba(32, 35, 38, 0.2392156863);
    --shadow-gray-900-transparent-40: rgba(32, 35, 38, 0.4);
    --bg-overlay: rgba(26, 29, 33, 0.8);
    --hover-overlays-transparent-32: rgba(0, 84, 80, 0.32);
    --hover-overlays-transparent-48: rgba(0, 84, 80, 0.48);
    --active-element-transparent-72: rgba(0, 84, 80, 0.72);
    --color-special-accent-sold-overlays-transparent-16: rgba(228, 40, 88, 0.1607843137);
    --color-special-accent-sold-overlays-transparent-72: rgba(228, 40, 88, 0.7215686275);
    --color-special-200-transparent-88: rgba(250, 251, 254, 0.88);
    --surface-accent-800: var(--color-accent-800);
    --border-accent-900: var(--color-accent-900);
    --surface-gray-700: var(--color-gray-700);
    --surface-gray-900: var(--color-gray-900);
}

:root {
    --flat-plan-size: 350px;
}

:root {
    --space-0: 0px;
    --space-025: 1px;
    --space-05: 2px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 28px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;
    --space-20: 80px;
    --space-24: 96px;
    --space-28: 112px;
    --space-32: 128px;
    --space-40: 160px;
    --border-space-0: 0px;
    --border-space-025: 1px;
    --border-space-05: 2px;
    --border-space-1: 4px;
    --border-space-2: 8px;
    --border-space-3: 12px;
    --border-space-4: 16px;
    --border-space-5: 20px;
    --border-space-6: 24px;
    --border-space-8: 32px;
    --border-space-10: 40px;
    --border-space-12: 48px;
    --border-space-16: 64px;
    --border-space-20: 80px;
    --border-space-24: 96px;
    --border-space-28: 112px;
    --border-space-32: 128px;
}

[data-3d_tour_v2_container] {
    height: calc(100vh - var(--s3d-header));
    height: 100vh;
    position: relative;
}

[data-smarto-tours-title-container] {
    position: absolute;
    left: var(--space-2);
    bottom: var(--space-2);
    z-index: 3;
    color: white;
}

.s3d-smarto-tours {
    position: relative;
    --nav-button-size: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s3d-smarto-tours a-scene {
    display: block;
    width: 100%;
    overflow: hidden;
}

.s3d-smarto-tours__menu {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
    padding: var(--space-2);
    z-index: 3;
    transform: translateZ(1px);
}

.s3d-smarto-tours__css-hotspots-wrapper {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    pointer-events: none;
    overflow: visible;
    z-index: 2;
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label {
    position: absolute;
    transform: translate(-50%, -50%);
    color: var(--text-gray-900);
    border-radius: 6px;
    white-space: nowrap;
    transition: opacity 0.15s;
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__title {
        width: 25px;
        height: 50px;
    }
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__hover {
    width: 225px;
    height: 130px;
    border-radius: var(--space-2);
    border: 1px solid var(--border-gray-200);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.25s ease-in-out;
}


@media screen and (max-width:600px){
    .s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__hover  {
        height: 175px;
    }
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__title {
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='129' height='199' viewBox='0 0 129 199' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='129' height='199' rx='64.5' fill='white'/%3E%3Cg clip-path='url(%23clip0_1191_1960)'%3E%3Cpath d='M61 93L68 93L68 149L61 149L61 93Z' fill='%230A0F13'/%3E%3Cpath d='M64.5 48.9997L89 73.1281L83.7334 78.4492L68 63L68 93L61 93L61 63L45.2666 78.4492L40 73.1281L64.5 48.9997Z' fill='%230A0F13'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1191_1960'%3E%3Crect width='100' height='49' fill='white' transform='translate(40 149) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
}

@media screen and (max-width: 600px) {
    .s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__title {
        position: relative;
    }
    .s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200%;
        height: 200%;
    }
}


.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hotspot-label--info .hotspot-label__title  {
    width: 24px;
    height: 24px;
    background: var(--color-gray-100);
    border: 2px solid var(--color-brand-800);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: var(--space-1);
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hotspot-label--has-image .hotspot-label__hover {
    background: #fafbfe40;
    backdrop-filter: blur(3px);
}
.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hotspot-label--has-image .hotspot-label__hover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hotspot-label--info .hotspot-label__hover {
    height: auto;
    border: none;
    background: transparent;
    text-align: center;
    padding: 8px 12px;
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hotspot-label--info .hotspot-label__hover span {
    font-size: 14px;
    position: static;
    width: 100%;
    display: block;
    white-space: initial;
    height: auto;
    background: transparent;
    color: white;
    text-shadow: 0 0 black;
    text-shadow: 0px 0px 14px black;
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__hover .hotspot-label__button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: var(--icon-gray-200);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-1);
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label__hover span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--icon-gray-200);
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
    text-align: center;
    font-size: 16px;
}
.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.active .hotspot-label__hover,
.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label:hover .hotspot-label__hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -100%);
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label img {
    display: block;
    width: 250%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.s3d-smarto-tours__css-hotspots-wrapper .hotspot-label.hidden {
    opacity: 0;
    pointer-events: none;
}

.s3d-smarto-tours__nav-button {
    background-color: var(--icon-gray-200);
    width: var(--nav-button-size);
    height: var(--nav-button-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--space-6);
}

.s3d-smarto-tours__nav-button.active .s3d-smarto-tours__nav-button-icon--when-active {
    display: initial;
}

.s3d-smarto-tours__nav-button.active .s3d-smarto-tours__nav-button-icon--when-inactive {
    display: none;
}

.s3d-smarto-tours__nav-button-icon--when-active {
    display: none;
}

.s3d-smarto-tours__nav-button-icon--when-inactive {
    display: initial;
}

.s3d-smarto-tours__nav-button svg {
    width: 60%;
    height: 60%;
}

.s3d-smarto-tours__nav-button svg [fill] {
    fill: var(--color-brand-800);
}

.s3d-smarto-tours__nav-button svg [stroke] {
    stroke: var(--color-brand-800);
}

.s3d-smarto-tours__nav-button:hover {
    background-color: var(--icon-gray-400);
}

.s3d-smarto-tours__nav-button:hover svg [fill] {
    fill: var(--color-brand-900);
}

.s3d-smarto-tours__nav-button:hover svg [stroke] {
    stroke: var(--color-brand-900);
}

.s3d-smarto-tours__navbar {
    position: absolute;
    left: calc(var(--nav-button-size) + var(--space-2));
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transform: translateX(-300%) translateZ(1px);
    transition: 0.35s ease-in-out;
    z-index: 10;
    gap: var(--space-1);
    background: #f9fafdb5;
    padding: var(--space-2);
    border-radius: var(--space-2);
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    overflow-y: auto;
    justify-content: flex-start;
}

.s3d-smarto-tours__navbar>* {
    width: 100%;
}

.s3d-smarto-tours__navbar.visible {
    transform: translateX(0) translateZ(1px);
}

.s3d-smarto-tours__options {
    position: absolute;
    right: 0;
    bottom: calc(var(--dev-logo-height) + 4px);
    padding: var(--space-2);
    z-index: 2;
    transform: translateZ(1px);
}

.s3d-smarto-tours__loading-screen {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-brand-800);
    color: var(--text-gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 10;
    gap: var(--space-2);
}

.s3d-smarto-tours .loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
}

.s3d-smarto-tours .loader:before,
.s3d-smarto-tours .loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.s3d-smarto-tours .loader:after {
    color: #fff;
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.a-enter-vr.fullscreen {
    background: #005450 url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27108%27 height=%2762%27 viewBox=%270 0 108 62%27%3E%3Ctitle%3Eaframe-vrmode-noborder-reduced-tracking%3C/title%3E%3Cpath d=%27M68.81,21.56H64.23v8.27h4.58a4.13,4.13,0,0,0,3.1-1.09,4.2,4.2,0,0,0,1-3,4.24,4.24,0,0,0-1-3A4.05,4.05,0,0,0,68.81,21.56Z%27 fill=%27%23fff%27/%3E%3Cpath d=%27M96,0H12A12,12,0,0,0,0,12V50A12,12,0,0,0,12,62H96a12,12,0,0,0,12-12V12A12,12,0,0,0,96,0ZM41.9,46H34L24,16h8l6,21.84,6-21.84H52Zm39.29,0H73.44L68.15,35.39H64.23V46H57V16H68.81q5.32,0,8.34,2.37a8,8,0,0,1,3,6.69,9.68,9.68,0,0,1-1.27,5.18,8.9,8.9,0,0,1-4,3.34l6.26,12.11Z%27 fill=%27%23fff%27/%3E%3C/svg%3E') 50% 50% no-repeat !important;
}

.connected-tours-wrapper {
    position: absolute;
    z-index: 2;
    left: calc(var(--nav-button-size) + var(--space-2));
    bottom: calc(var(--nav-button-size) * 3 + var(--space-5));
    transform-origin: bottom;
    transform: translateX(-130%) translateZ(1px);
    transition: 0.35s ease-in-out;
    background: var(--text-gray-200);
    background: #fafbfe85;
    border-radius: var(--space-2);
    padding: var(--space-4);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.connected-tours-wrapper a {
    text-decoration: none;
    color: var(--color-brand-800);
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}
.connected-tours-wrapper a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left;
    width: 100%;
    height: 1px;
    background-color: var(--color-brand-800);
    transition: transform 0.25s ease-in-out;
    transform: scaleX(0);
}

.connected-tours-wrapper a:hover:before {
    transform: scaleX(1);
}

.connected-tours-wrapper.visible {
    transform: translateX(0) translateZ(1px);
}

.flatplan-wrapper {
    --flat-plan-size: 350px;
    --flat-plan-scale: 0.85;
    --accent-color: var(--color-brand-800);
    position: absolute;
    z-index: 2;
    left:  calc(var(--nav-button-size) + var(--space-2));
    bottom: 0;
    transform-origin: bottom;
    transform: var(--flat-plan-scale);
    transform: scale(var(--flat-plan-scale)) translateX(-130%) translateZ(1px);
    transition: 0.35s ease-in-out;
    background: var(--text-gray-200);
    background: #fafbfe85;
    border-radius: var(--space-2);
    padding: var(--space-4);
    text-align: center;
}

@media screen and (max-width: 600px) {
    .flatplan-wrapper {
        --flat-plan-scale: 1;
    }
}

.flatplan-wrapper__nav {
    margin-bottom: var(--space-2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-2);
    grid-area: var(--space-1);
}

.flatplan-wrapper.visible {
    transform: scale(var(--flat-plan-scale)) translateX(0) translateZ(1px);
}

.flat-plan {
    width: var(--flat-plan-size);
    height: var(--flat-plan-size);
    z-index: 4;
    position: relative;
}

.flat-plan-level-button {
    background-color: var(--icon-gray-200);
    padding: var(--space-2);
    border-radius: var(--space-1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-surface-gray-300);
    background-color: var(--color-surface-gray-200-transperent-88);
    padding: var(--space-2) var(--space-3);
    border: 1px solid var(--border-gray-400);
    border-radius: var(--space-2);
    color: var(--text-gray-900);
    transition: 0.25s ease-out;
    cursor: pointer;
}
.flat-plan-level-button:only-child {
    display: none;
}

.flat-plan-level-button:hover {
    background-color: var(--icon-gray-400);
}

.flat-plan-level-button.active {
    background-color: var(--border-brand-800);
    color: var(--text-gray-200);
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .flat-plan {
        transform: scale(var(--flat-plan-scale));
        transform-origin: bottom left;
        left: 0;
        transition: 0.25s ease-in-out;
    }
}

.flat-plan-pin {
    position: absolute;
    /* background-color: green; */
    border-radius: 50%;
    cursor: pointer;
    --size: 20px;
    width: var(--size);
    height: var(--size);
}

.flat-plan-pin.active {
    pointer-events: none;
    z-index: 2;
}

.flat-plan-pin:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 25px;
    z-index: 99;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHk9IjBweCIgaWQ9IkxheWVyXzEiIHg9IjBweCI+CiA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7fQoJLnN0MXtmaWxsOiNFNkU2RTY7c3Ryb2tlOiMxNDE0MTQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MntmaWxsOiNGRkZGRkY7c3Ryb2tlOiMxNDE0MTQ7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgogPGcgaWQ9InF1YWRyYXRvX2NlbnRyYXRvcmUiPgogIDxyZWN0IHdpZHRoPSI2NCIgY2xhc3M9InN0MCIgaGVpZ2h0PSI2NCIvPgogPC9nPgogPGcgaWQ9Imljb25hIj4KICA8cGF0aCBkPSJNMzIsMy4yYzEwLjYsMCwxOS4yLDguNiwxOS4yLDE5LjJsMCwwYzAsMTIuNC0xMCwzMC42LTE5LjIsMzguNGwwLDBjLTkuMy03LjgtMTkuMi0yNi0xOS4yLTM4LjRsMCwwICAgQzEyLjgsMTEuOCwyMS40LDMuMiwzMiwzLjJMMzIsMy4yeiIgY2xhc3M9InN0MSIvPgogIDxjaXJjbGUgY3g9IjMyIiBjbGFzcz0ic3QyIiBjeT0iMjIuNCIgcj0iNC4zIi8+CiA8L2c+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.flat-plan-pin.active:after {
    background: #e6e6e6;
    border: 1px solid #141414;
    border-radius: 20px;
    cursor: default;
    height: 16px;
    position: absolute;
    visibility: inherit;
    width: 16px;
    pointer-events: auto;
    transform-origin: 50% 50%;
}

.flat-plan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flat-plan-pin svg {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600%;
    height: 600%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-box: fill-box;
    transform: translateX(-50%) translateY(-50%);
}

.flat-plan-pin.active svg {
    display: initial;
}

.s3d-smarto-tours__textures {
    position: absolute;
    left: calc(var(--nav-button-size) + var(--space-2));
    bottom: 20px;
    z-index: 2;
    background: #fafbfe85;
    border-radius: var(--space-2);
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    transition: .25s ease-in-out;
    transform: translateX(-220%);
    opacity: 0;
    gap: 8px;
}

.s3d-smarto-tours__textures ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.s3d-smarto-tours__texture-group-title {
    font-family: "Inter Display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--color-brand-800);
}

.s3d-smarto-tours__textures.visible {
    transform: translateX(0);
    opacity: 1;
}

.s3d-smarto-tours__texture-button {
    font-family: "Inter Display", sans-serif;
    background: var(--color-surface-gray-200-transperent-88);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    background: transparent;
    border: 1px solid var(--color-brand-800);
    color: var(--border-brand-800);
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
    .s3d-smarto-tours__texture-button:hover {
        background: var(--color-brand-800);
        color: var(--text-gray-200);
    }
}

.s3d-smarto-tours__texture-button img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid --color-brand-800;
}


.menu-container {
    position: absolute;
    width: 175px;
    height: 175px;
    pointer-events: all;
}

.center-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px var(--color-brand-800);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border: 2px solid var(--color-brand-800);
}

.center-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.option-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.option-item:hover {
    overflow: visible;
}

.option-item:hover .option-label {
    opacity: 1;

}

.option-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option-item:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    border-color: #667eea;
}

.menu-container:hover .option-item {
    opacity: 1;
}

/* Позиціонування елементів по колу */
.menu-container:hover .option-item:nth-child(2) {
    transform: translate(-50%, -50%) translate(0, -70px);
}

.menu-container:hover .option-item:nth-child(3) {
    transform: translate(-50%, -50%) translate(60px, -35px);
}

.menu-container:hover .option-item:nth-child(4) {
    transform: translate(-50%, -50%) translate(60px, 35px);
}

.menu-container:hover .option-item:nth-child(5) {
    transform: translate(-50%, -50%) translate(0, 70px);
}

.menu-container:hover .option-item:nth-child(6) {
    transform: translate(-50%, -50%) translate(-60px, 35px);
}

.menu-container:hover .option-item:nth-child(7) {
    transform: translate(-50%, -50%) translate(-60px, -35px);
}

.option-label {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.option-item:hover .option-label {
    opacity: 1;
}


.popup,
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 101;
  width: 100vw;
}

.popup {
    display: block;
}

.popup img {
  width: 100vw;
  height: 50vh;
  object-fit: contain;
}

.popup-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup-flat-plan-img {
  position: relative;
  width: 50%;
  height: 100%;
  width: var(--flat-plan-size) !important;
  height: var(--flat-plan-size) !important;
  flex-shrink: 0;
}

.popup-flat-plan-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-flat-plan-img-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.popup-flat-plan-img-of-flat {
  position: relative;
  width: 100%;
  height: auto;
}

.popup-flat-plan-img-of-flat img {
  width: 100%;
  height: 100%;
}

.popup-flat-plan-img-of-flat:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  z-index: 99;
}

.popup input[type="range"] {
  width: 100%;
  margin-top: 10px;
}

.toggle-popup {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
}

.add-pin-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: rgb(229, 255, 0);
  border-radius: 50%;
  z-index: 99;
}


.ButtonIconLeft {
    border-radius: var(--border-space-2);
    padding: var(--space-2) var(--space-3);
    color: var(--text-gray-900);
    background-color: var(--color-surface-gray-200);
    background-color: var(--color-surface-gray-200-transperent-88);
    border: 1px solid var(--border-gray-400);
    cursor: pointer;
    font-size: 13px;
    font-family: "Inter Display",sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.ButtonIconLeft span {
    font-size: 13px;
    font-family: "Inter Display",sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none
}

@media screen and (max-width: 768px) {
    .ButtonIconLeft span {
        font-size:11px
    }
}

.ButtonIconLeft svg {
    width: 24px;
    height: 24px;
    margin-right: var(--space-1)
}

.ButtonIconLeft svg:not(.ButtonIconLeft__icon--no-paints) {
    fill: var(--icon-gray-900)
}

.ButtonIconLeft svg:not(.ButtonIconLeft__icon--no-paints) path {
    fill: var(--icon-gray-900)
}

.ButtonIconLeft--secondary {
    background-color: var(--color-surface-brand-800);
    border: 1px solid var(--color-brand-900);
    color: var(--text-gray-200)
}

.ButtonIconLeft--secondary svg:not(.ButtonIconLeft__icon--no-paints) {
    fill: var(--icon-gray-200);
    stroke: var(--icon-gray-200)
}

.ButtonIconLeft--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .ButtonIconLeft--centered span {
        font-size:13px
    }
}

.ButtonIconLeft--dark {
    border-radius: var(--Spacing-Corner-radius-radius-2,8px);
    background: var(--colors-gray-900-transparent-60,rgba(26,30,33,.6));
    backdrop-filter: blur(20px);
    border-color: transparent;
    color: var(--text-gray-200)
}

.ButtonIconLeft:disabled {
    background-color: var(--color-surface-gray-100);
    border: 1px solid var(--border-gray-400);
    color: var(--text-gray-600);
    cursor: not-allowed
}

.ButtonIconLeft:disabled svg {
    fill: var(--icon-gray-600)
}

.ButtonIconLeft[data-filter-not-empty]::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color-surface-success);
    border-radius: 50%;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.ButtonIconLeft--filter path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    transform-box: fill-box
}

.s3d-smarto-tours__accelerometer-toggle{
    position: fixed;
    left: 50%;
    bottom: var(--space-4);
    transform: translateX(-50%) translateZ(1px);
    z-index: 550;
}

.checkbox-wrapper-6 {
    pointer-events: all;
    --width:40px;
    --height: 24px
}

.checkbox-wrapper-6 .tgl {
    display: none;
}

.checkbox-wrapper-6 .tgl,
.checkbox-wrapper-6 .tgl:after,
.checkbox-wrapper-6 .tgl:before,
.checkbox-wrapper-6 .tgl *,
.checkbox-wrapper-6 .tgl *:after,
.checkbox-wrapper-6 .tgl *:before,
.checkbox-wrapper-6 .tgl+.tgl-btn {
    box-sizing: border-box;
}

.checkbox-wrapper-6 .tgl::-moz-selection,
.checkbox-wrapper-6 .tgl:after::-moz-selection,
.checkbox-wrapper-6 .tgl:before::-moz-selection,
.checkbox-wrapper-6 .tgl *::-moz-selection,
.checkbox-wrapper-6 .tgl *:after::-moz-selection,
.checkbox-wrapper-6 .tgl *:before::-moz-selection,
.checkbox-wrapper-6 .tgl+.tgl-btn::-moz-selection,
.checkbox-wrapper-6 .tgl::selection,
.checkbox-wrapper-6 .tgl:after::selection,
.checkbox-wrapper-6 .tgl:before::selection,
.checkbox-wrapper-6 .tgl *::selection,
.checkbox-wrapper-6 .tgl *:after::selection,
.checkbox-wrapper-6 .tgl *:before::selection,
.checkbox-wrapper-6 .tgl+.tgl-btn::selection {
    background: none;
}

.checkbox-wrapper-6 .tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: var(--width);
    height: var(--height);
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: inset 0px 0px 2px rgba(32, 35, 38, 0.24);
}

.checkbox-wrapper-6 .tgl+.tgl-btn:after,
.checkbox-wrapper-6 .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: calc(var(--width) / 2);
    height: calc(var(--width) / 2);

    box-shadow: 0px 1px 2px var(--shadow-gray-900-transparent-40);
}



.checkbox-wrapper-6 .tgl+.tgl-btn:after {
    left: 0;
}

.checkbox-wrapper-6 .tgl+.tgl-btn:before {
    display: none;
}

.checkbox-wrapper-6 .tgl:checked+.tgl-btn:after {
    left: calc(50% - 2px);
}

.checkbox-wrapper-6 .tgl-light+.tgl-btn {
    background: var(--surface-gray-700);
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.checkbox-wrapper-6 .tgl-light+.tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.checkbox-wrapper-6 .tgl-light:checked+.tgl-btn {
    background: var(--color-surface-semantic-success);
}