

/* Start:/local/templates/prokatlight/style.css?176464757463193*/
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 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6c01;
    filter: blur(0.4rem);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff6c01;
    transform: scaleX(1.55);
    transform-origin: left;
}
.sl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}
.sl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: translateX(calc(100% + 1rem)) scale(1);
}

[data-showmore] [data-showmore-button] span {
    position: relative;
    font-weight: 500;
    line-height: 110%;
}
[data-showmore] [data-showmore-button] span:last-child {
    display: none;
}
[data-showmore]._showmore-active [data-showmore-button] span {
    display: none;
}
[data-showmore]._showmore-active [data-showmore-button] span:last-child {
    display: inline-block;
}

.news-card a {
    background: #191c20;
    position: relative;
    padding-bottom: 2rem;
    min-height: 63.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s box-shadow ease;
}
.news-card__image {
    height: 37.4rem;
    position: relative;
}
.news-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: -0.1rem;
    right: -0.1rem;
    background: linear-gradient(180deg, rgba(25, 28, 32, 0) 36.37%, #191c20 85.18%);
}
.news-card__image img {
    height: 100%;
    object-fit: cover;
}
.news-card__content {
    padding: 0 0.7rem 0 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-top: -9rem;
    height: 100%;
}
.news-card__category {
    font-weight: 400;
    font-size: 2rem;
    line-height: 110%;
    text-transform: uppercase;
    color: #ff6c01;
    display: block;
    margin-bottom: 2rem;
}
.news-card__title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 140%;
    margin-bottom: 2rem;
    display: block;
    font-family: "Druk Wide Cyr";
}
.news-card__description {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
}
.news-card__description:not(:last-child) {
    margin-bottom: 0.5rem;
}
.news-card__description:last-of-type {
    margin-bottom: 4rem;
}
.news-card__link {
    margin-top: auto;
    width: fit-content;
}

.item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-card__image-wrap {
    margin-bottom: 3.5rem;
    height: 18rem;
    transition: transform 0.3s ease;
}
.item-card__image {
    height: 100%;}
.item-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}
.item-card__heading {
    margin-bottom: 1.2rem;
    font-family: "Druk Wide Cyr";
    line-height: 130%;
    text-transform: uppercase;
}
.item-card__text {
    font-size: 1.6rem;
    line-height: 140%;
    color: #9D9D9D;
}

.dropdown .select {
    position: relative;
}
.dropdown .select._is-opened .select__title::after {
    transform: rotate(-180deg);
}
.dropdown .select._is-filled .select__value._has-label::before {
    display: none;
}
.dropdown .select._is-filled .select__content {
    display: block;
}
.dropdown .select .simplebar-track.simplebar-vertical {
    width: 0.2rem;
    background-color: rgba(194, 194, 194, 0.25);
}
.dropdown .select .simplebar-scrollbar {
    background-color: #ff6c01;
}
.dropdown .select .simplebar-scrollbar:before {
    border-radius: 0;
}
.dropdown .select__title {
    padding-right: 0.7rem;
}
.dropdown .select__value._has-label::before {
    content: attr(data-sel-label);
    padding-left: 0.5rem;
    font-size: 2rem;
    text-transform: uppercase;
}
.dropdown .select__content {
    display: none;
    text-transform: uppercase;
}
.dropdown .select__title {
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.dropdown .select__title::after {
    content: "";
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/icons/arr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
.dropdown .select__options {
    position: absolute;
    z-index: 2;
    top: calc(100% + 1.2rem);
    left: 0;
    padding: 2rem;
    width: 100%;
    background-color: rgb(36, 39, 42);
}
.dropdown .select__option {
    display: block;
    width: 100%;
    line-height: 133%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.dropdown .select__option._is-selected {
    color: #ff6c01;
}
.dropdown .select__option:not(.dropdown .select__option:last-child) {
    margin-bottom: 1.6rem;
}

.showmore-btn {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
    color: #ff6c01;
}
.showmore-btn::after {
    content: "";
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/icons/arr-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.form {
    display: flex;
    flex-direction: column;
}
.form__heading {
    margin-bottom: 6.5rem;
}
.form__fields {
    margin-bottom: 6.8rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
}
.form__fields .textarea textarea {
    height: 9.2rem;
}
.form__footer {
    display: flex;
    flex-direction: column;
}
.form__text {
    margin-bottom: 6.4rem;
    max-width: 51rem;
    color: #6f6f6f;
}

.contacts-box {
    padding: 8rem 10rem 2.2rem 10rem;
    display: flex;
    flex-direction: column;
    background-image: url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/concrete.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.contacts-box__list {
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    row-gap: 3.9rem;
}
.contacts-box__item {
    display: flex;
    flex-direction: column;
}
.contacts-box__subtitle {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 110%;
    text-transform: uppercase;
    color: #6f6f6f;
}
.contacts-box__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
}
.contacts-box__info {
    margin-top: 0.8rem;
}
.contacts-box__socials {
    display: flex;
    column-gap: 1.6rem;
}

.promotion-btn {
    position: fixed;
    z-index: 100;
    top: 89.3rem;
    right: 14rem;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 8rem;
    opacity: 0;
    visibility: hidden;
}
.promotion-btn__icon.icon svg {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
}
.promotion-btn__btn {
    padding: 0;
    width: 0;
    height: 6rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-2.4rem);
    transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.promotion-btn__btn span {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.link-w-hover, .header .select__value, .header__tel {
    position: relative;
    transition: color 0.3s ease;
}
.link-w-hover::after, .header .select__value::after, .header__tel::after {
    content: "";
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #ffffff;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.link-w-hover:active, .header .select__value:active, .header__tel:active {
    color: #ff6c01;
}
.link-w-hover:active::after, .header .select__value:active::after, .header__tel:active::after {
    background-color: #ff6c01;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(25, 28, 32, 0.6);
    backdrop-filter: blur(0.6rem);
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.modal-show body::after {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: visibility 0.8s ease 0s;
    display: none;
}
.modal.modal_show {
    z-index: 1000;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.modal.modal_show .modal__content {
    visibility: visible;
    transform: scale(1);
}
._is-loaded .modal {
    display: block;
}
.modal__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    height: 100%;
}
.modal__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease 0s;
}
.lock .modal__content {
    visibility: visible;
}
.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 10;
}
.modal__body {
    position: relative;
    display: flex;
    flex-direction: column;
}

.modal.attractions-modal {
    overflow-x: hidden;
}
.promotion-modal .banner__subtitle {
    color: #6f6f6f;
}

.characteristics-modal .modal__body {
    width: 100%;
    max-width: 80.7rem;
}
.characteristics-modal .characteristics__wrapper {
    padding: 6rem;
    position: relative;
    background: #24272a url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/components/modal/characteristics-background.png") no-repeat center;
    background-size: cover;
}
.characteristics-modal .characteristics__title {
    margin-bottom: 4rem;
    text-align: center;
}
.characteristics-modal .characteristics__button {
    margin: 6.2rem auto 0;
    padding: 2rem 7.2rem;
    display: block;
}
.gallery-modal-swiper .swiper-slide {
    display: flex;
    align-items: center;
}
.characteristics-modal .detailed__gallery-characteristics-block:not(:last-child) {
    margin-bottom: 4rem;
}

.gallery-modal .modal__wrapper {
    padding: 4rem 0;
}
.gallery-modal .modal__content {
    height: 100%;
}
.gallery-modal .modal__body {
    max-width: 164rem;
    height: 100%;
    width: 100%;
}
.gallery-modal .modal__close {
    top: 4rem;
}
.gallery-modal .gallery__wrapper {
    height: 100%;
    position: relative;
}
.gallery-modal .gallery__wrapper .swiper {
    height: 100%;
}
.gallery-modal .gallery__image {
    max-width: 134.2rem;
    width: 100%;
    height: 93rem;
    margin: 0 auto;
}
.gallery-modal .gallery__image img {
    height: 100%;
    object-fit: cover;
}
.gallery-modal .gallery__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.gallery-modal .gallery__navigation-button {
    transition: 0.3s opacity ease;
}
.gallery-modal .gallery__navigation .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.reservation-modal .modal__body {
    width: 100%;
    max-width: 80.7rem;
}
.reservation-modal .reservation__title {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6rem;
}
.reservation-modal .reservation__wrapper {
    background: #24272a url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/components/modal/characteristics-background.png") no-repeat center;
    background-size: cover;
    padding: 6rem;
}
.reservation-modal .reservation__form {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.reservation-modal .reservation__form .input {
    position: relative;
}
.reservation-modal .reservation__form .input input,
.reservation-modal .reservation__form .input input::placeholder {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 133%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6f6f6f;
}
.reservation-modal .reservation__form .input input {
    color: #ffffff;
}
.reservation-modal .reservation__form .input input,
.reservation-modal .reservation__form .input .input__hint {
    transition: none;
}
.reservation-modal .reservation__form .input.datepicker::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/icons/calendar.svg") no-repeat center;
    background-size: cover;
    width: 2rem;
    height: 2rem;
}
.reservation-modal .reservation__form-agree {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reservation-modal .reservation__form-agree-text {
    font-size: 1.4rem;
    line-height: 140%;
    color: #6f6f6f;
    max-width: 24.6rem;
    width: 100%;
    display: block;
}
.reservation-modal .reservation__form-agree-button {
    padding: 2rem 7.2rem;
}

.success-modal .modal__body {
    max-width: 53.4rem;
    width: 100%;
}
.success-modal .success__wrapper {
    background: #24272a url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/components/modal/characteristics-background.png") no-repeat center;
    background-size: cover;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.success-modal .success__icon {
    margin-bottom: 6rem;
    width: 10.7rem;
    height: 10.7rem;
    flex: 0 0 10.7rem;
}
.success-modal .success__icon svg {
    width: 4.2rem;
    height: 4.2rem;
    flex: 0 0 4.2rem;
}
.success-modal .success__title {
    margin-bottom: 3.2rem;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.success-modal .success__description {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 4rem;
}
.success-modal .success__button {
    padding: 2rem 3.7rem;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
}

.c-scrollbar:hover {
    transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3);
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
}
.hero {
    position: relative;
    margin-bottom: 0;
    height: 110.6rem;
    overflow: hidden;
}
.hero__mountains {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: -16rem;
    width: 110%;
    height: 92%;
    transform: translateY(-110%);
}
.hero__mountains img {
    height: 100%;
    object-fit: cover;
}
.hero__mountains img._desktop-only {
    will-change: transform;
}
._is-active .hero__mountains img._desktop-only {
    transform: translate3d(0, calc(var(--scrollY) / 4), 0);
}
.hero__bg {
    position: absolute;
    top: 0;
    left: -2rem;
    width: 102%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/hero-bg.webp");
    background-position: 0 -29rem;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: clip-path, transform;
    filter: blur(0.5rem);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
._is-active .hero__bg {transform: translate3d(0, calc(var(--scrollY) / 2), 0);
}
.hero__content {
    position: relative;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.hero__content_front {
    z-index: 7;
}
.hero__content_back {
    z-index: 2;
    padding-top: 18.4rem;
    text-align: center;
}
._is-active .hero__content_back .hero__container {
    transform: translate3d(0, calc(var(--scrollY) * 0.5), 0);
}
.hero__content_back .hero__container {
    justify-items: center;
}
.hero__container {
    display: grid;
}
.hero__subtitle {
    max-width: 43rem;
    font-size: 3.2rem;
}
.hero__heading {
    margin-bottom: 4rem;
    max-width: 105rem;
}
.hero__heading span {
    display: block;
}
.hero__heading-txt {
    margin-bottom: 3.2rem;
    line-height: 110%;
}
.hero__list {
    display: flex;
    column-gap: 1.8rem;
    transform-origin: 50% 50%;
}
.hero__car {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;
    width: 109%;
}
.hero__car-image {
    object-fit: contain;
}
._is-active .hero__car-image {
    transform: translate3d(0, calc(var(--scrollY) / 5), 0);
}
.hero__anchor {
    transform: scale(0.2);
    transform-origin: 50% 50%;
}
.hero__anchor {
    justify-self: end;
    grid-column: 3/4;
}

.promotion-btn {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 50% 50%;
}

.choose {
    position: relative;
    padding-top: 0;
    margin-bottom: 20rem;
    --whiteGradientOpacity: 0;
}
.three-scroll::before {
    content: "";
    position: absolute;
    z-index: 6;
    top: -58.2rem;
    left: 0;
    width: 100%;
    height: 59rem;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/ground.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: var(--groundOpacity);
}
.three-scroll::after {
    content: "";
    position: absolute;
    z-index: 6;
    top: -51rem;
    left: 0;
    width: 100%;
    height: 52.5rem;
    background: linear-gradient(179.97deg, rgba(25, 28, 32, 0) 80.02%, rgba(25, 28, 32, 0.632705) 91.71%, rgba(25, 28, 32, 0.820708) 94.01%, rgba(25, 28, 32, 0.924678) 96.23%, rgba(25, 28, 32, 0.967385) 97.08%, rgba(25, 28, 32, 0.98187) 99.04%, #191c20 103.25%);
    opacity: var(--groundOpacity);
}
.choose__container {
    display: flex;
    flex-direction: column;
}
.choose__head {
    margin-bottom: 8rem;
}
.choose__body {
    position: relative;
    z-index: 7;
    display: grid;
    grid-template-columns: 3fr 9fr;
}
.choose__info {
    display: flex;
    flex-direction: column;
}
.choose__text {
    margin-bottom: 17.3rem;
    max-width: 37rem;
    min-height: 8.5rem;
}
.choose__pagination {
    margin-bottom: 6rem;
    align-self: center;
}
.choose__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    transform: translateY(-0.5rem);
}
.choose__info-item:nth-child(2) svg {
    width: 3rem;
    height: 3rem;
}
.choose__carousel {
    position: relative;
    margin-bottom: 12.3rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
}
._is-hovered .choose__carousel::before {
    opacity: 0;
}
._is-hovered .choose__carousel::after {
    opacity: 1;
}
._is-passed .choose__carousel:not(._is-passed .choose__carousel._is-animating)::before {
    opacity: 1;
}
.choose__carousel._is-animating::before {
    opacity: 0;
}
.choose__carousel::before, .choose__carousel::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -11rem;
    left: -11rem;
    width: 120rem;
    height: 180rem;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
}
.choose__carousel::before {
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/white-gradient.webp);
    opacity: var(--whiteGradientOpacity);
}
.choose__carousel::after {
    opacity: 0;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/orange-gradient.svg);
}
.choose__carousel._is-animating .choose__heading-wrap {
    opacity: 0;
}
.choose__slider.swiper {
    margin: 0;
    min-width: 0;
    overflow: visible;
}
.choose__sl-navigation {
    display: flex;
    justify-content: center;
    column-gap: 1.6rem;
    width: 77rem;
    transform: translate(-2.5rem, -0.3rem);
}
.choose__characteristics-icon {
    flex: 0 0 8.2rem;
    width: 8.2rem;
    height: 8.2rem;
}
.choose__characteristics-icon svg {
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}
.choose__characteristics-icon svg path {
    transition: stroke 0.3s ease;
}
.choose__characteristics-txt {
    color: #6f6f6f;
}
.choose__btn {
    align-self: flex-end;
    transform: translateY(-7rem);
}
.choose__heading {
    display: block;
    font-size: 4.8rem;
    line-height: 120%;
    user-select: none;
}
.choose__heading-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 12.4rem;
    width: 90rem;
    transform: translate(-7rem, 0.3rem);
    text-align: center;
    transition: opacity 0.4s ease;
}

.slide-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    user-select: none;
}
.slide-choose__image-wrap {
    width: 100%;
}
.slide-choose__image {
    object-fit: contain;
}
.banner__container {
    position: relative;
    display: grid;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/concrete.webp);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.banner__container.container {
    padding: 4.8rem 4.8rem 25.2rem 4.8rem;
}
.banner__container::after {
    content: "";
    position: absolute;
    bottom: -21rem;
    right: -46rem;
    height: 92rem;
    width: 172%;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/track.webp);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(4deg);
}
.banner__content {
    display: flex;
    flex-direction: column;
}
.banner__subtitle {
    margin-bottom: 4rem;
}
.banner__heading {
    margin-bottom: 3.2rem;
    font-size: 3.6rem;
    line-height: 130%;
    letter-spacing: 0.06rem;
}
.banner__text {
    margin-bottom: 5.8rem;
    max-width: 46.7rem;
    line-height: 2.52rem;
    color: #6f6f6f;
}
.banner__btn {
    align-self: flex-start;
}
.banner__image-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    width: 60rem;
    transform: scale(1.4) translate(1.3rem, 11.9rem);
}
.banner__image {
    object-fit: contain;
}

.advantages__container .advantages__head,
.advantages__container .advantages__body {
    display: grid;
}
.advantages__head {
    margin-bottom: 6.8rem;
}
.advantages__heading-wrap {
    display: flex;
    flex-direction: column;
}
.advantages__subtitle {
    margin-bottom: 1.8rem;
    color: #6f6f6f;
}
.advantages__text {
    padding-top: 3.8rem;
    max-width: 79rem;
    line-height: 137%;
    color: #6f6f6f;
}
.advantages__content {
    padding-top: 12.8rem;
}
.advantages__list {
    display: flex;
    flex-direction: column;
    row-gap: 4.5rem;
}
.advantages__list .info-item__text {
    line-height: 143%;
    max-width: 54.5rem;
}
.advantages__speedometer-wrap {
    width: 80rem;
    height: 50rem;
    background: linear-gradient(171.21deg, #ff6c01 -149.9%, rgba(255, 108, 1, 0) 90.05%);
}

.speedometer {
    position: relative;
}
.speedometer__wrap {
    height: 50rem;
    overflow: visible;
}
.speedometer__needle {
    width: 2.1rem;
    height: 12.5rem;
}
.speedometer__needle g {
    transform: matrix(-0.00103, -1, 1, -0.00103, -12.0927, 377.24);
}
.speedometer__curve {
    position: absolute;
    bottom: 0.5rem;
    left: 8.2rem;
    width: 67.5rem;
    height: 45.4rem;
}
.speedometer__progress {
    position: absolute;
    z-index: -1;
    height: 0;
    top: 6.8rem;
    right: 8rem;
    padding-top: 30rem;
    width: 40.8rem;
    transform: scaleX(-1);
}
.speedometer__progress svg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}
.speedometer__progress path {
    stroke: url(#speedometerProgressGradient);
    stroke-width: 163px;
    stroke-dasharray: 4632, 4634;
    stroke-dashoffset: 4633;
}
.speedometer__inner {
    position: relative;
    width: 80rem;
    height: 57rem;
    overflow: hidden;
    transform: translate(-2rem, 3rem);
}
.speedometer__inner::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    right: -1.2rem;
    width: 13rem;
    height: 42.6rem;
    background-image: url(/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/bg/speedometer-scale.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.speedometer__num {
    position: absolute;
    font-size: 2rem;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.3);
}
.speedometer__num::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 11.3rem;
    width: 0.14rem;
    background-color: rgba(255, 255, 255, 0.1);
}
.speedometer__num:first-child::after, .speedometer__num:last-child::after {
    content: none;
}
.speedometer__num_0 {
    bottom: -4rem;
    left: 4.1rem;
}
.speedometer__num_1 {
    bottom: 15.8rem;
    left: -0.5rem;
}
.speedometer__num_1::after {
    top: -3.5rem;
    left: 6.2rem;
    height: 10rem;
    transform: rotate(90deg);
}
.speedometer__num_2 {
    bottom: 35.4rem;
    left: 5rem;
}
.speedometer__num_2::after {
    top: -0.4rem;
    left: 6.9rem;
    transform: rotate(121deg);
}
.speedometer__num_3 {
    left: 19rem;
    top: 4rem;
}
.speedometer__num_3::after {
    top: 2.7rem;
    left: 4.5rem;
    transform: rotate(150deg);
}
.speedometer__num_4 {
    top: -1.2rem;
    left: 39.2rem;
}
.speedometer__num_4::after {
    top: 3.3rem;
    left: 0.5rem;
    height: 12rem;
    transform: rotate(180deg);
}
.speedometer__num_5 {
    top: 4rem;
    right: 20rem;
}
.speedometer__num_5::after {
    top: 2.6rem;
    left: -3.3rem;
    height: 12.5rem;
    transform: rotate(29deg);
}
.speedometer__num_6 {
    top: 18.8rem;
    right: 6rem;
}
.speedometer__num_6::after {
    top: -0.8rem;
    left: -6.3rem;
    height: 12.5rem;
    transform: rotate(60deg);
}
.speedometer__num_7 {
    bottom: 15.5rem;
    right: 1.1rem;
}
.speedometer__num_7::after {
    top: -3rem;
    left: -5.3rem;
    height: 10rem;
    transform: rotate(90deg);
}
.speedometer__num_8 {
    bottom: -4rem;
    right: 5.1rem;
}
.speedometer__nums {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}
.speedometer__text-wrap {
    position: absolute;
    bottom: 10.2rem;
    left: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3.4rem;
    text-align: center;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}
.speedometer__score {
    font-size: 11.2rem;
    line-height: 110%;
    text-transform: uppercase;
}
.speedometer__text {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 140%;
    transform: translateX(0.8rem);
}

.loader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #191c20;
}
.loader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 9.4rem;
}
.loader__icon-wrap {
    position: relative;
    animation: wheelBounce 1.6s infinite;
    transform-origin: center;
}
.loader__icon-wrap::after {
    content: "";
    position: absolute;
    top: calc(100% + 1.2rem);
    left: 50%;
    width: 18.8rem;
    height: 5rem;
    background-image: url("/local/templates/prokatlight/../../local/templates/prokatlight/assets/images/components/loader/wheel-shadow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation: wheelShadowBounce 1.6s infinite;
}
.loader__icon-inner {
    width: 20.7rem;
    transform-origin: center;
    animation: wheelRotate 1.6s infinite;
}
.loader__progress {
    user-select: none;
}

@keyframes wheelRotate {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    }
    50% {
        transform: rotate(180deg);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }
    100% {
        transform: rotate(360deg);
        animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    }
}
@keyframes wheelBounce {
    0% {
        transform: translateY(-4rem);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }
    45% {
        transform: translateY(4rem);
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }
    100% {
        transform: translateY(-4rem);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    }
}
@keyframes wheelShadowBounce {
    0% {
        transform: translateZ(-2rem) translateX(-50%) scale(1.3);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
        opacity: 0.05;
    }
    45% {
        transform: translateZ(0) translateX(-50%);
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        opacity: 0.3;
    }
    100% {
        transform: translateZ(-2rem) translateX(-50%) scale(1.3);
        animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
        opacity: 0.05;
    }
}
.car-park {
    padding-top: 22.4rem;
}
.car-park__container {
    display: flex;
    flex-direction: column;
}
.car-park__head {
    margin-bottom: 8rem;
}
.car-park__heading.h {
    letter-spacing: 0.18rem;
}
.car-park__body {
    display: flex;
    flex-direction: column;
}
.car-park__content-head {
    margin-bottom: 10.4rem;
    display: flex;
    flex-direction: column;
}
.car-park__sort {
    display: flex;
    gap: 2rem;
}
.car-park__sort .dropdown {
    flex: 0 0 53.4rem;
    width: 53.4rem;
}
.car-park__filters-btn {
    flex: 0 0 10.7rem;
    width: 10.7rem;
    height: 10.7rem;
}
.car-park__filters-btn svg {
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}
.car-park__content {
    display: flex;
    flex-direction: column;
}
.car-park__items {
    margin-bottom: 6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 10rem;
}
.car-park__showmore-btn {
    align-self: center;
}

.application {
    padding-top: 22.4rem;
}
.application__container {
    display: flex;
    flex-direction: column;
}
.application__content {
    display: flex;
    flex-direction: column;
}
.application__content-head {
    display: flex;
    flex-direction: column;
}
.application__heading {
    margin-bottom: 3.2rem;
}
.application__map-container {
    position: relative;
    display: flex;
    flex-direction: column;
}
.application__contacts-box {
    margin-bottom: 8rem;
}
.application__map {
    margin-bottom: 4.8rem;
    width: 100%;
    height: 88rem;
    order: -1;
}

.error404 {
    position: relative;
}
.error404__content {
    position: absolute;
    top: 20.4rem;
}
.error404__title {
    font-size: 12rem;
    margin-bottom: 4rem;
}
.error404__text {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 4rem;
}
.error404__image-mob {
    display: none;
}
.policy-processing {
    padding-top: 20.4rem;
}
.policy-processing__wrapper {
    width: 108rem;
    margin: 0 auto;
}
.policy-processing__title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
}
.policy-processing__h2 {
    margin-bottom: 2.2rem;
    font-size: 3.2rem;
}
.policy-processing__text {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
}
.policy-processing__text p {
    margin-bottom: 2rem;
}
.policy-processing__text p:last-child {
    margin-bottom: 0;
}
.policy-processing__content {
    margin-bottom: 4rem;
}
.policy-processing__content li {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 140%;
}
.policy-processing__update {
    font-size: 18px;
    line-height: 140%;
    color: #6f6f6f;
}
.terms-use {
    padding-top: 20.4rem;
}
.terms-use__wrapper {
    width: 108rem;
    margin: 0 auto;
}
.terms-use__title {
    font-size: 3.6rem;
    margin-bottom: 6rem;
}
.terms-use__h2 {
    margin-bottom: 2.2rem;
    font-size: 3.2rem;
}
.terms-use__text {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 4rem;
}
.terms-use__text p {
    margin-bottom: 2rem;
}
.terms-use__text p:last-child {
    margin-bottom: 0;
}
.terms-use__content {
    margin-bottom: 4rem;
}
.terms-use__content li {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 140%;
}
.terms-use__update {
    font-size: 18px;
    line-height: 140%;
    color: #6f6f6f;
}
figure {
    margin: 0;
}

.routes {
    min-height: 90rem;
    overflow: hidden;
}
.routes__title {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 10;
    letter-spacing: 0.05rem;
}
.routes__tabs {
    position: relative;
}
.routes__tabs-attractions {
    position: absolute;
    right: -1rem;
    max-width: 39.5rem;
    width: 100%;
    top: 4rem;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    text-align: start;
}
.routes__tabs-attractions-title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 140%;
    margin-bottom: 3.2rem;
    display: block;
}
.routes__tabs-attractions-swiper .swiper-wrapper {
    margin-bottom: 4rem;
}
.routes__tabs-attractions-swiper-text {
    display: none;
}
.routes__tabs-attractions-swiper figure {
    max-width: 100%;
    width: 100%;
    height: 29rem;
    user-select: none;
}
.routes__tabs-attractions-swiper figure img {
    height: 100%;
    object-fit: cover;
}
.routes__tabs-attractions-navigation {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.routes__tabs-attractions-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    margin-bottom: 5.2rem;
    min-height: 12.5rem;
    text-align: start;
}
.routes__tabs-attractions-text._shown {
    visibility: visible;
    opacity: 1;
}
.routes__tabs-info {
    position: absolute;
    top: 0;
    max-width: 36rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.routes__tabs-info-text {
    font-size: 2rem;
    line-height: 140%;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 36rem;
    text-align: start;
    z-index: 10;
    margin-top: 12rem;
}
.routes__tabs-info-list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 45rem;
}
.routes__tabs-info-item {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.routes__tabs-info-item-designation {
    max-width: 2.4rem;
    width: 100%;
    height: 2.4rem;
    background: var(--color);
}
.routes__tabs-info-item-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.routes__tabs-info-item-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
}
.routes__tabs-info-item-description {
    font-weight: 400;
    font-size: 1.8rem;
    color: #6f6f6f;
}
.routes__tabs-info-button {
    width: 100%;
    padding: 5rem 8rem;
}
.routes__tabs-overlay {
    position: absolute;
    opacity: 1;
    right: -15rem;
    top: -30rem;
    width: 99.5rem;
    height: 100rem;
    background: linear-gradient(270deg, #191c20 40%, rgba(25, 28, 32, 0) 100%);
    transition: 1s opacity ease;
}
.routes__tabs-content {
    position: relative;
    min-height: 58rem;
    margin-bottom: 10rem;
}
.routes__tabs-content-path {
    position: absolute;
    opacity: 0;
}
.routes__tabs-navigation {
    justify-content: center;
    position: relative;
    z-index: 20;
}
.routes__tabs-body-wrapper {
    position: relative;
}
.routes__tabs-body:nth-of-type(1) .routes__tabs-content-path {
    top: 21rem;
    left: 59rem;
    width: 39.1rem;
    height: 39.7rem;
}
.routes__tabs-body:nth-of-type(2) .routes__tabs-content-path {
    transform: rotate(-1deg);
    top: 6.7rem;
    left: 40rem;
    width: 77.1rem;
    height: 39.7rem;
}
.routes__tabs-body:nth-of-type(3) .routes__tabs-content-path {
    top: 12rem;
    left: 34.2rem;
    width: 61.1rem;
    height: 39.7rem;
}
.routes__tabs-body:nth-of-type(4) .routes__tabs-content-path {
    top: 12rem;
    left: 71.2rem;
    width: 38.1rem;
    height: 39.7rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.news {
    padding-top: 20.4rem;
}
.news__title {
    text-align: center;
    margin-bottom: 6rem;
}
.news__navigation {
    margin-bottom: 8rem;
}
.news__navigation-list {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 1.5rem;
    width: fit-content;
    margin: 0 auto;
}
.news__navigation-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background: #6f6f6f;
}
.news__navigation-item button {
    padding: 0 3.2rem;
    position: relative;
    transition: 0.3s color ease;
    font-size: 2rem;
    line-height: 110%;
    text-transform: uppercase;
    color: #6f6f6f;
}
.news__navigation-item button::after {
    content: "";
    position: absolute;
    bottom: -1.7rem;
    background: #ff6c01;
    width: 100%;
    height: 0.4rem;
    transition: 0.3s opacity ease;
    opacity: 0;
    left: 0;
    z-index: 1;
}
.news__navigation-item.--active button {
    color: #ff6c01;
}
.news__navigation-item.--active button::after {
    opacity: 1;
}
.news__filters {
    margin-bottom: 4rem;
}
.news__filters-list {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}
.news__filters-item {
    color: #6f6f6f;
}
.news__filters-item button {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 140%;
    transition: 0.3s color ease;
}
.news__filters-item.--active {
    color: #ffffff;
}
.news__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 2rem;
    margin-bottom: 8rem;
}
.news__articles-button {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0 auto;
}
.news__articles-button span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 140%;
    color: #ff6c01;
}
.news__articles-button img {
    max-width: 2rem;
    width: 100%;
    height: 2rem;
    transition: 0.3s transform ease;
}

.promotion {
    margin-bottom: 24rem;
    padding-top: 20.4rem;
}
.promotion__title {
    margin-bottom: 8rem;
}
.promotion__poster {
    position: relative;
    padding: 3.6rem 3.6rem 3.6rem 3.9rem;
    max-width: 126.3rem;
    width: 100%;
}
.promotion__poster-info {
    max-width: 63.4rem;
}
.promotion__poster-background {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.promotion__poster-car {
    position: absolute;
    right: -40rem;
    bottom: -2.5rem;
    max-width: 100rem;
    width: 100%;
    max-height: 90rem;
}
.promotion__poster-car img {
    width: 100%;
    height: 100%;
}
.promotion__poster-title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 3.6rem;
}
.promotion__poster-description {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
    margin-bottom: 2.4rem;
    max-width: 56.3rem;
}
.promotion__poster-condition {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 6rem;
    display: block;
}

.popular__title {
    margin-bottom: 6rem;
    max-width: 77.2rem;
}

.rental {
    margin-bottom: 20rem;
    padding-top: 20.4rem;
}
.rental__title {
    margin-bottom: 9rem;
}
.rental__tabs {
    display: flex;
    justify-content: space-between;
}
.rental__tabs-navigation {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    max-width: max-content;
    width: 100%;
}
.rental__tabs-button {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s all ease;
    position: relative;
}
.rental__tabs-button::after {
    content: "";
    position: absolute;
}
.rental__tabs-content {
    position: relative;
    width: 100%;
    max-width: 113.2rem;
}
.rental__tabs-body {
    position: absolute;
    top: -1rem;
    width: 100%;
}
.rental__tabs-body-wrapper {
    max-width: 66rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.rental__tabs-body-title {
    margin-bottom: 4rem;
}
.rental__tabs-body-description {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 130%;
    text-transform: uppercase;
}
.rental__tabs-body-list {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
}
.rental__tabs-body-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.rental__tabs-body-item-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #6f6f6f;
    display: block;
}
.rental__tabs-body-item-text {
    font-size: 2rem;
    line-height: 140%;
    color: #6f6f6f;
}
.rental__tabs-body-image-wrapper img {
    object-fit: cover;
    height: 100%;
    border-radius: inherit;
}
.rental__tabs-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
}
.rental__documents {
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.rental__document {
    width: fit-content;
}
.rental__document a {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.rental__document a span {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 140%;
    transition: 0.3s color ease;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-1rem);
    }
    60% {
        transform: translateY(-0.5rem);
    }
}
@keyframes rotate {
    to {
        transform: rotate(-180deg);
    }
}
.detailed {
    padding-top: 18rem;
}
.detailed .swiper-slide {
    width: auto;
}
.detailed__articul {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 110%;
    text-transform: uppercase;
    color: #6f6f6f;
}
.detailed__title {
    margin-bottom: 4rem;
}
.detailed__content {
    display: flex;
    gap: 2rem;
}
.detailed__gallery {
    max-width: 53.4rem;
}
.detailed__gallery .detailed-gallery-swiper {
    margin-bottom: 2rem;
}
.detailed__gallery .detailed__gallery-thumbnail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
}
.detailed__gallery .detailed__gallery-thumbnail .swiper-slide-thumb-active .detailed__gallery-thumbnail-image::after {
    opacity: 1;
}
.detailed__gallery .detailed__gallery-thumbnail .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.detailed__gallery .detailed__gallery-thumbnail .swiper-slide {
    cursor: pointer;
}
.detailed__gallery-image {
    max-width: 53.3rem;
    width: 100%;
    height: 44.1rem;
}
.detailed__gallery-image img {
    height: 100%;
    object-fit: cover;
}
.detailed__gallery-thumbnail-image {
    max-width: 11rem;
    width: 100%;
    height: 10rem;
    position: relative;
}
.detailed__gallery-thumbnail-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(25, 28, 32, 0.4);
    opacity: 0;
    transition: 0.3s opacity;
}
.detailed__gallery-thumbnail-image img {
    height: 100%;
    object-fit: cover;
}
.detailed__gallery-characteristics {
    max-width: 67.2rem;
}
.detailed__gallery-characteristics-title {
    font-size: 2rem;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: block;
}
.detailed__gallery-characteristics-title:first-child {
    margin-bottom: 0.9rem;
}
.detailed__gallery-characteristics-block {
    display: flex;
    gap: 8rem;
}
.detailed__gallery-characteristics-block:not(:last-child) {
    margin-bottom: 2rem;
}
.detailed__gallery-characteristics-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.detailed__gallery-characteristics-item {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
}
.detailed__gallery-characteristics-item span {
    color: #ffffff;
}
.detailed__gallery-characteristics-description {
    font-size: 1.8rem;
    line-height: 140%;
    color: #6f6f6f;
}
.detailed__gallery-characteristics-description:not(:last-child) {
    margin-bottom: 2rem;
}
.detailed__gallery-characteristics-description span {
    color: #ffffff;
}
.detailed__gallery-characteristics-dropdown {
    margin-bottom: 2rem;
    position: relative;
    max-width: 57.4rem;
}
.detailed__gallery-characteristics-dropdown:not(.detailed__gallery-characteristics-dropdown.--active) .detailed__gallery-characteristics-dropdown-icon {
    animation: bounce 2s infinite;
}
.detailed__gallery-characteristics-dropdown.--active .detailed__gallery-characteristics-dropdown-icon {
    animation: rotate 0.5s forwards;
}
.detailed__gallery-characteristics-dropdown-heading {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #6f6f6f;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.detailed__gallery-characteristics-dropdown-heading .detailed__gallery-characteristics-dropdown-item {
    margin-right: auto;
    color: #ff6c01;
}
.detailed__gallery-characteristics-dropdown-icon {
    transition: 0.3s transform ease;
    max-width: 2rem;
    width: 100%;
    height: 2rem;
}
.detailed__gallery-characteristics-dropdown-wrapper {
    position: absolute;
    top: 8rem;
    padding: 2rem;
    background: #24272a;
    width: 100%;
}
.detailed__gallery-characteristics-dropdown-body {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    max-height: 14.4rem;
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.footer_menu-desc{
    font-size: 130%;
}

.car-park__img_detail-wrap {
    display: flex;
    width: 70%;        /* регулируешь нужный процент */
    min-width: 60px;   /* чтобы на телефоне не стала слишком маленькой */
    max-width: 160px;  /* чтобы на 4K не стала слишком огромной */
}

.car-park__img_detail-wrap img {
    margin-left: 28%;
    width: 100%;
    height: auto;
    display: block;
}

@media only all and (min-width: 48em) {
    .footer__logo{
        display: grid;
        grid-auto-flow: column;
        align-items: center;
        width: 22rem;
    }
    .footer_menu-mobile{
        display: none;
    }
}
@media only all and (max-width: 48em) {
    .car-park__img_detail-wrap_mob{
        display: flex;
    }
    .car-park__img_detail-wrap_mob-img{
        width: 10%;        /* регулируешь нужный процент */
    }
    .car-park__img_detail-wrap img {
        width: 100%;
        height: auto;
        display: block;
    }
    .car-park__img_detail-wrap{
        display: none;
    }
    .footer_menu-desc{
        display: none;
    }
}

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