

/* Start:/local/templates/prokatlight/style.css?17646475742896*/
html {
    scroll-behavior: smooth;
}
body {
    font-style: normal;
    font-weight: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.8rem;
    color: #ffffff;
    background-color: #191c20;
}

input,
textarea {
    -webkit-animation: bugfix infinite 1s;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
}

a {
    color: unset;
}

a,
a:hover {
    text-decoration: none;
}

button,
input,
a,
textarea {
    outline: none;
    cursor: pointer;
    font: inherit;
}
button:focus,
input:focus,
a:focus,
textarea:focus {
    outline: none;
}
button:active,
input:active,
a:active,
textarea:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    color: inherit;
    font: inherit;
    text-align: inherit;
    padding: 0;
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

section {
    margin-bottom: 20rem;
}

.container {
    width: 164rem;
    margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

svg,
img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.lock html, .lock body {
    overflow: hidden;
    touch-action: none;
}

main {
    position: relative;
}

section {
    margin-bottom: 20rem;
}

svg {
    -webkit-transform: translate3d(0, 0, 0);
}

.three-scroll__wrapper.swiper-wrapper {
    flex-direction: column;
}

.header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    will-change: contents;
}
.header__container {
    padding: 3.2rem 0;
    padding-top: 2.5rem;
    display: grid;
    grid-template-columns: 5fr 2fr 5fr;
    align-items: center;
}
.header__nav {
    display: flex;
    column-gap: 3.2rem;
}
.header__logo {
    justify-self: center;
    width: 10rem;
    transform: translate(0.9rem, -0.3rem);
}
.header__group {
    display: flex;
    align-items: center;
    justify-self: end;
    column-gap: 3.2rem;
}
.header__link {
    font-weight: 500;
}
.header__link_lang {
    text-transform: uppercase;
}
.header__link._is-active {
    color: #ff6c01;
}
.header__tel {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 110%;
}
.header__hamburger svg {
    width: 4.8rem;
    height: 2.4rem;
}

.select-lang .select__body {
    position: relative;
}
.select-lang .select__content {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
.select-lang .select
/* End */


/* 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/style.css?17646475742896 */
/* /local/templates/prokatlight/styles.css?17226427384465 */
