

/* Start:/local/templates/prokatlight/styles.css?17226427384465*/
html,
body {
    position: relative;
    height: 100%;
    transform: translate3d(0,0,0);
}

@media (max-width: 48em) {
	html,
body {
      width: 100vw;
      overflow-x: clip;
  }
}
.modal {
    opacity: 0.99;
    visibility: hidden;
    z-index: -1000;
}
.modal.modal_show {
    visibility: visible;
    z-index: 1000;
}
[data-modal="#rentModal"]:hover .info-item__icon.icon::after {
    opacity: 1;
}
.video {
    position: relative;

    .vjs-loading-spinner,
    .vjs-control-bar,
    .vjs-error-display,
    .vjs-modal-dialog,
    .vjs-text-track-display,
    .vjs-title-bar,
    .vjs-poster {
        display: none;
    }

    .vjs-playing {
        .vjs-big-play-button {
            transform: translate(-50%, -50%) scale(0);
        }
    }

    .vjs-big-play-button {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease;

        svg path {
            stroke: #FF6C01FF;
            fill: transparent;
        }
    }

    video {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.detailed-gallery-swiper {
    margin-bottom: 2rem;
    
    .video {
        pointer-events: none;
    }
}

.custom-swiper-slider .swiper-slide {
    width: auto !important
}

.gallery-modal .video {
    height: 100%;
}

._mobile-only{
    overflow-y: hidden;
}

.gallery-modal .vjs-big-play-button {
    flex: 0 0 9rem;
    width: 9rem;
    height: 9rem;
}

.scroll-to-btn.icon {
    position: fixed;
    z-index: 100;
    left: 50%;
    
    height: 7rem;
    
    transform: translate(-50%, 0);
}

.detailed__gallery-characteristics-dropdown-item-subtitle {
    margin-right: 2rem;
    
    font-size: 1.8rem;
    line-height: 140%;
    text-transform: uppercase;
}

.rent-modal.characteristics-modal .characteristics__title {
    text-align: left;
}

.rent-modal__price-wrap {
    margin-bottom: 4rem;
}

.rent-modal__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rent-modal__footer-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6F6F6F;
}

.rent-modal .detailed__rent-info-total span {
    margin-left: 0.5rem;
}

.rent-modal__footer-text span {
    color: #ffffff;
}

.rent-modal__footer .characteristics__button.btn {
    margin: 0;
}

[data-modal="#rentModal"] {
    cursor: pointer;
}

@media (max-width: 48em) {
    .three-scroll {
        position: relative;
        
        --groundOpacity: 0;
    }
    .rent-modal__footer-text {
        font-size: 3rem;
        line-height: 140%;
    }
    .rent-modal__footer {
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        row-gap: 4rem;
    }
    .rent-modal__price-wrap {
        margin-bottom: 6.4rem;
    }
    .rent-modal .detailed__rent-info-total span {
        margin-left: 1rem;
    }
    .rent-modal .detailed__rent {
        margin-bottom: 6.4rem;
    }
    .detailed__gallery-characteristics-dropdown-item {
        max-width: 34rem;
        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .detailed__gallery-characteristics-dropdown-item-subtitle {
        margin-right: 4rem;
        
        font-size: 3rem;
        line-height: 160%;
    }
    .gallery-modal .vjs-big-play-button {
        flex: 0 0 12rem;
        width: 12rem;
        height: 12rem;
    }
    .scroll-to-btn.icon {
        display: none;
    }
}

.air-datepicker.-is-mobile- {
    color: #dedede !important;
}

.air-datepicker-cell.-disabled- {
    color: #4a4a4a !important;
}

.simplebar-content{
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;}


@media (min-width: 48em) {
	.footer__main-block {
      max-width: 26rem;
  }
    .three-scroll .condition__slider.swiper,
    .routes__tabs-attractions,
    .three-scroll__wrapper {
        overflow: hidden;
    }

    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

body.noscroll {
    overflow: hidden;
}


.simplebar-content {
    /*min-width: 160px;*/
    /*z-index: 1;*/
    /*max-height: 200px; !* Ограничение высоты *!*/
    overflow-y: auto; /* Внутренняя прокрутка */
}

/*.dropdown.active .simplebar-content {*/
/*    display: block;*/
/*}*/
/* End */
/* /local/templates/prokatlight/styles.css?17226427384465 */
