

/* Start:/local/templates/prokatlight/style.css?176464608615432*/
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__options {
    padding: 0.6rem 0;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}
.select-lang .select__option {
    padding: 0.6rem 1.6rem;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.select-lang .select__option._is-selected {
    color: #ff6c01;
}

.menu-header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26.6rem 2rem;
    padding-bottom: 12rem;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: rgb(25, 28, 32);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-110%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
._menu-opened .menu-header {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.menu-header__nav {
    margin-bottom: 12rem;
    display: flex;
    flex-direction: column;
    row-gap: 6.4rem;
}
.menu-header__nav-link {
    transition: color 0.3s ease;
}
.menu-header__nav-link:active {
    color: #ff6c01;
}
.menu-header__contacts {
    margin-bottom: 12rem;
    display: flex;
    column-gap: 2.4rem;
}
.menu-header__btn {
    width: 100%;
    margin-bottom: 12rem;
}
.menu-header__languages {
    display: flex;
    align-items: center;
    gap: 4.8rem;
}
.menu-header__language {
    font-size: 4rem;
    line-height: 140%;
    text-transform: uppercase;
}
.menu-header__language.--active {
    color: #ff6c01;
}

.footer {
    position: relative;
}
.footer::after {
    content: "";
    position: absolute;
    background: url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/sections/footer/background.webp") no-repeat;
    background-size: cover;
    inset: 0;
    top: -15rem;
    z-index: -3;
}
.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    top: -5rem;
    z-index: -2;
    background: linear-gradient(360deg, rgba(25, 28, 32, 0) 30.92%, #191c20 100%);
}
.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 2.6rem 0 6.6rem;
}
.footer__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12rem;
}
.footer__main-left {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.footer__main-left p {
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: uppercase;
    color: #6f6f6f;
    max-width: 90%;
}
.footer__main-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 1.8rem;
}
.footer__main-block p {
    line-height: 110%;
    text-transform: uppercase;
    color: #6f6f6f;
}
.footer__main-block ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer__main-block ul li {
    line-height: 140%;
    color: #ffffff;
}
.footer__main-subscription {
    width: 38rem;
    display: flex;
    flex-direction: column;
    gap: 3.8rem;
}
.footer__main-subscription form {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.footer__main-subscription input,
.footer__main-subscription input::placeholder {
    font-size: 1.8rem;
    line-height: 133%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6f6f6f;
}
/*.footer__logo {*/
/*    width: 11.5rem;*/
/*}*/
.footer__social {
    gap: 1.6rem;
    align-self: flex-end;
}
.footer__bottom {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
    padding-top: 2rem;
    border-top: 0.1rem solid #6f6f6f;
}
.footer__bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom ul li a {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
    transition: 0.3s color ease;
}

html {
    font-family: "Roboto";
}

.h {
    font-family: "Druk Wide Cyr";
    font-weight: 501;
    text-transform: uppercase;
}
.h_1 {
    font-size: 6rem;
    line-height: 120%;
    letter-spacing: 0.15rem;
}
.h_2 {
    font-size: 5.2rem;
    line-height: 130%;
    letter-spacing: 0.1rem;
}
.h_3 {
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: 2%;
}

.subtitle {
    font-family: Roboto;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 140%;
}
.subtitle_sm {
    font-size: 2rem;
    line-height: 98%;
    text-transform: uppercase;
    color: #6f6f6f;
}

.txt {
    line-height: 140%;
}
.txt_14 {
    font-size: 1.4rem;
}
.txt_caps {
    font-size: 2rem;
    text-transform: uppercase;
}

.btn {
    position: relative;
    padding: 2rem 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: radial-gradient(55.63% 191.15% at 60.94% 0%, rgba(254, 254, 254, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    color: #ffffff;
    overflow: hidden;
}
.btn::before, .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 0.8rem;
    box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
}
.btn::before {
    background: radial-gradient(54% 100% at 50% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #ff6c01 0%, #b34f06 100%);
}
.btn::after {
    opacity: 0;
    background: radial-gradient(54% 100% at 50% 0%, rgba(255, 255, 255, 0.48) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #dc5e01 0%, #ae4a01 100%);
    transition: opacity 0.3s ease;
}
.btn_ghost {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset 0 -0.16rem 0.81rem rgba(255, 168, 0, 0.48), inset 0.32rem 0.32rem 0.16rem rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.4rem);
    color: #ff6c01;
}
.btn_ghost::before, .btn_ghost::after {
    content: none;
}
.btn._is-disabled::before {
    background: radial-gradient(54% 100% at 50% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #b0b0b0 0%, #6c6c6c 100%);
}
.btn._is-disabled::after {
    content: none;
}
.btn._is-disabled .btn__txt {
    color: #6f6f6f;
}
.btn__txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}

.icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 7rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    box-shadow: inset 0 -0.16rem 0.8rem rgba(255, 168, 0, 0.48), inset 0.32rem 0.32rem 0.16rem rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.5rem);
    overflow: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.icon::before, .icon::after {
    content: "";
    position: absolute;
    bottom: 0;
}
.icon::before {
    left: 50%;
    height: 2.5rem;
    width: 125%;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/btn-gradient.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
.icon::after {
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 108, 1, 0.4);
    opacity: 0;
    backdrop-filter: blur(0.8rem);
    box-shadow: 0 0.45rem 0.76rem -0.3rem rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease;
}
.icon_white {
    box-shadow: inset 0 -0.16rem 0.8rem rgba(255, 255, 255, 0.48), inset 0.32rem 0.32rem 0.16rem rgba(255, 255, 255, 0.1);
}
.icon_white svg path {
    fill: #ffffff;
}
.icon_white::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 21.64%, rgba(255, 255, 255, 0.5) 69.31%);
}
.icon_white::before {
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/btn-gradient-white.svg);
}
.icon.choose__sl-arr_prev.swiper-button-disabled {
    pointer-events: none;
}
.icon.choose__sl-arr_prev.swiper-button-disabled svg path {
    stroke: #6f6f6f;
}
.icon._is-disabled {
    box-shadow: inset 0 -0.16rem 0.8rem rgba(173, 173, 173, 0.48), inset 0.32rem 0.32rem 0.16rem rgba(255, 255, 255, 0.1);
}
.icon._is-disabled svg path {
    fill: #6f6f6f;
}
.icon._is-disabled::after {
    background: linear-gradient(64deg, #b5b5b5 21.64%, #818181 69.31%);
}
.icon._is-disabled::before {
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/btn-gradient-white.svg);
}
.icon svg {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
}
.icon svg path {
    transition: fill 0.3s ease;
}
.icon svg:first-child {
    position: relative;
    z-index: 3;
}
.icon svg:last-child {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    filter: blur(0.2rem);
    transform: translate(-50%, -50%);
}
.icon:not(.icon._is-disabled, .icon._no-hover)._is-active, .icon:not(.icon._is-disabled, .icon._no-hover):active {
    box-shadow: inset 0 -0.16rem 0.8rem #9e4504, inset 0.32rem 0.32rem 0.16rem #ff6c00;
}
.icon:not(.icon._is-disabled, .icon._no-hover)._is-active::after, .icon:not(.icon._is-disabled, .icon._no-hover):active::after {
    opacity: 1;
    background: rgb(255, 108, 1);
}
.icon:not(.icon._is-disabled, .icon._no-hover)._is-active::before, .icon:not(.icon._is-disabled, .icon._no-hover):active::before {
    opacity: 0;
}
.icon:not(.icon._is-disabled, .icon._no-hover)._is-active svg path, .icon:not(.icon._is-disabled, .icon._no-hover):active svg path {
    fill: #ffffff;
}

.tabs__navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.tab {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.3rem solid #6f6f6f;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #6f6f6f;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}
.tab._is-active {
    border-bottom: 0.3rem solid #ff6c01;
    color: #ff6c01;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea:focus,
input:focus {
    outline: none;
}

.input__hint,
.field-hint {
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 0;
    color: #e20707;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
._has-error .input__hint,
._has-error .field-hint {
    opacity: 1;
    visibility: visible;
}

.input {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.1rem;
}
.input__field {
    padding-bottom: 2rem;
    padding-right: 2rem;
    display: block;
    width: 100%;
    line-height: 1;
    border-bottom: 0.1rem solid #6f6f6f;
    transition: border-bottom 0.3s ease;
}
.input__field::placeholder {
    text-transform: uppercase;
    color: #6f6f6f;
    transition: color 0.3s ease;
}
.input__textarea {
    resize: none;
    padding-right: 2rem;
    display: block;
    width: 100%;
    line-height: 1;
    border-bottom: 0.1rem solid #6f6f6f;
    transition: border-bottom 0.3s ease;
}
.input__textarea::placeholder {
    text-transform: uppercase;
    color: #6f6f6f;
    transition: color 0.3s ease;
}
.input._has-focus .input__field {
    border-bottom: 1px solid #ffffff;
}
.input._has-error .input__field {
    border-bottom: 1px solid #e20707;
}
.input._has-error .input__textarea {
    border-bottom: 1px solid #e20707;
}

.textarea._has-focus .input__textarea {
    border-bottom: 0.1rem solid #ffffff;
}
.textarea._has-error .input__textarea {
    border-bottom: 1px solid #e20707;
}

.info-item {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
}
.info-item__icon {
    flex: 0 0 8.2rem;
    width: 8.2rem;
    height: 8.2rem;
}
.info-item__icon svg {
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}
.info-item__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
}
.info-item__text {
    color: #6f6f6f;
}

.sl-pagination {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.sl-pagination .swiper-pagination-bullet {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 4.4rem;
    height: 0.2rem;
    background-color: #ffffff;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.sl-pagination .swiper-pagination-bullet::after {
    content: attr(data-index);
    transform: translateX(calc(100% + 1rem)) scale(0);
    transition: transform 0.3s ease;
}
.sl-pagination .swiper-pagination-bullet::before {
    co
/* 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?176464608615432 */
/* /local/templates/prokatlight/styles.css?17226427384465 */
