@media screen and (min-width: 1441px) {
    body {
        font-size: 14.4px;
    }
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar {
    width: 0em;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.pano.pano--old {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.5s ease;
}

.pano.pano--old.half {
    clip-path: inset(0 50% 0 0);
}

.pano.pano--old.full {
    clip-path: inset(0 0 0 100%);
}

.pano.pano--new {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.5s ease;
}

.pano.pano--new.half {
    clip-path: inset(0 0 0 50%);
}

.zIndex {
    z-index: 1;
}

.wrapper--popup-mask {
    -webkit-mask-image: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0.00, rgba(0, 0, 0, 1)),
            color-stop(0.65, rgba(0, 0, 0, 1)),
            color-stop(1.00, rgba(0, 0, 0, 0)));
}

.pano {
    cursor: initial;
    transition: all .2s linear !important;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.pointerEventsNone {
    pointer-events: none;
}

.button.button--fact:after {
    content: "";
    position: absolute;
    right: -2em;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
}

.button.button--fact.is-active .txt {
    opacity: .3;
}

.splide__track {
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.preloader {
    transition: opacity .5s linear;
}

.img--preloader--bg {
    position: fixed;
}

.ad {
    z-index: 900;
    transition: opacity .5s linear;
}

@media screen and (max-width: 479px) {
    .pano.pano--old.half {
        clip-path: inset(0 0 50% 0);
    }

    .pano.pano--new.half {
        clip-path: inset(50% 0 0 0);
    }
}


.panorama_ads, .custom_created_wrapper {
    display: none !important;
}
