/* Start:/local/templates/template2023/css/main.min.css?1770119969274170*/
@charset "UTF-8";
:root {
    --cl-primary: rgba(245, 241, 232, 0.75);
    --cl-accent: #ffb67b;
    --cl-secondary: rgba(245, 241, 232, 0.5);
    --cl-tertiary: #302f2e;
    --cl-quaternary: rgba(245, 241, 232, 0.25);
    --cl-stroke: rgba(245, 241, 232, 0.08);
    --font-base: NotoSans;
    --font-base-medium: NotoSans-Medium;
    --font-base-semibold: NotoSans-SemiBold;
    --font-title: Journalism;
    --lh-text: 1.6;
    --lh-text-lg: 1.8;
    --lh-title: 1.1;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.aside__button:focus-visible, .aside__sub:focus-visible, .aside__visually-impaired:focus-visible, .footer button.footer__text:focus-visible, .modal__back:focus-visible, .modal__close:focus-visible, .tabs__item:focus-visible, .text-more__button:focus-visible, a:focus-visible {
    outline: 2px solid var(--cl-accent);
    outline-offset: 4px
}

.chips-checkbox input, .promotion__promocode textarea, .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.banner, .bg, .gallery__container, .header__return, .header__wrap, .loader-wrap, .modal__wrap, body {
    background: center/cover url(../../../../../../local/templates/template2023/img/inhtml/bg.jpg) no-repeat var(--cl-tertiary)
}

.card__place-number, .header__item a, .theater__link, .theater__title, .title, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    line-height: var(--lh-title);
    letter-spacing: .06em;
    text-wrap: balance
}

.chips, .chips-checkbox--calendar, .search__box, .select__opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    font-size: 12px;
    padding: 0 19px;
    background-color: var(--cl-tertiary);
    -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    border-radius: 19px;
    border: 1px solid var(--cl-tertiary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.chips, .select__opener {
    letter-spacing: .06em;
    text-transform: uppercase
}

.chips-checkbox:focus-within .chips, .chips:focus-visible, .select:focus-within .select__opener {
    border-color: var(--cl-accent)
}

.banner-slide__box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55.38%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#181919));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #181919 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #181919 100%);
    pointer-events: none
}

.description__extra-imgs img, .partner__head img, .partners__item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff
}

.order-bar__pc-reset, .place-error__refresh, .place__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--cl-stroke)
}

.order-bar__pc-reset svg, .place-error__refresh svg, .place__delete svg {
    width: 12px;
    height: 12px;
    stroke: var(--cl-primary)
}

.payment__check, .select-date__check {
    width: 20px;
    height: 20px;
    border: 1px solid var(--cl-primary);
    border-radius: 50%
}

.payment input:checked + label .payment__check, .select-date__item input:checked + label .select-date__check {
    background: var(--cl-accent) center/16px url(../../../../../../local/templates/template2023/img/inhtml/check-radio.svg) no-repeat;
    border-color: var(--cl-accent)
}

@-webkit-keyframes moveUpDown {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes moveUpDown {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes moveDownUp {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-180deg);
        transform: translateY(0) rotate(-180deg)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(-180deg);
        transform: translateY(-5px) rotate(-180deg)
    }
}

@keyframes moveDownUp {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(-180deg);
        transform: translateY(0) rotate(-180deg)
    }
    50% {
        -webkit-transform: translateY(-5px) rotate(-180deg);
        transform: translateY(-5px) rotate(-180deg)
    }
}

@-webkit-keyframes moveLeftRight {
    0%, 100% {
        -webkit-transform: translateX(0) rotate(-90deg);
        transform: translateX(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateX(-5px) rotate(-90deg);
        transform: translateX(-5px) rotate(-90deg)
    }
}

@keyframes moveLeftRight {
    0%, 100% {
        -webkit-transform: translateX(0) rotate(-90deg);
        transform: translateX(0) rotate(-90deg)
    }
    50% {
        -webkit-transform: translateX(-5px) rotate(-90deg);
        transform: translateX(-5px) rotate(-90deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateReverse {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotateReverse {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes fillTimeline {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes fillTimeline {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes runnerTheater {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes runnerTheater {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@-webkit-keyframes runner {
    to {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes runner {
    to {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-webkit-keyframes posterAnimation {
    0% {
        -webkit-transform: translate(-50%, 0) rotate(0);
        transform: translate(-50%, 0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, 0) rotate(180deg);
        transform: translate(-50%, 0) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(-50%, 0) rotate(360deg);
        transform: translate(-50%, 0) rotate(360deg)
    }
}

@keyframes posterAnimation {
    0% {
        -webkit-transform: translate(-50%, 0) rotate(0);
        transform: translate(-50%, 0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, 0) rotate(180deg);
        transform: translate(-50%, 0) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(-50%, 0) rotate(360deg);
        transform: translate(-50%, 0) rotate(360deg)
    }
}

@-webkit-keyframes posterAnimationXS {
    0% {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(0, -50%) rotate(360deg);
        transform: translate(0, -50%) rotate(360deg)
    }
}

@keyframes posterAnimationXS {
    0% {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(0, -50%) rotate(360deg);
        transform: translate(0, -50%) rotate(360deg)
    }
}

@-webkit-keyframes posterImgAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes posterImgAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: top
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    display: block
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.tippy-box[data-animation=fade][data-state=hidden], [data-animation=fade][data-state=hidden].seat-info {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.seat-info, .tippy-box {
    position: relative;
    color: #fff;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    -o-transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top] > .tippy-arrow, [data-placement^=top].seat-info > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before, [data-placement^=top].seat-info > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow, [data-placement^=bottom].seat-info > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before, [data-placement^=bottom].seat-info > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow, [data-placement^=left].seat-info > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before, [data-placement^=left].seat-info > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow, [data-placement^=right].seat-info > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before, [data-placement^=right].seat-info > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible], [data-inertia][data-state=visible].seat-info {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    -o-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging, [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: opacity .2s linear .5s;
    -o-transition: opacity .2s linear .5s;
    transition: opacity .2s linear .5s;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@font-face {
    font-family: Journalism;
    src: url(../../../../../../local/templates/template2023/fonts/Journalism.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/Journalism.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NotoSans;
    src: url(../../../../../../local/templates/template2023/fonts/NotoSans.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/NotoSans.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: NotoSans-Medium;
    src: url(../../../../../../local/templates/template2023/fonts/NotoSans-Medium.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/NotoSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: NotoSans-SemiBold;
    src: url(../../../../../../local/templates/template2023/fonts/NotoSans-SemiBold.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/NotoSans-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Gogol;
    src: url(../../../../../../local/templates/template2023/fonts/Gogol.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/Gogol.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    src: url(../../../../../../local/templates/template2023/fonts/Inter.woff) format("woff"), url(../../../../../../local/templates/template2023/fonts/Inter.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

* {
    padding: 0;
    margin: 0;
    border: none
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active {
    outline: 0
}

a:active {
    outline: 0
}

a, a:link, a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

aside, footer, header, main, nav, section {
    display: block
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul, ul li {
    list-style: none
}

img, svg {
    max-width: 100%;
    height: auto
}

address {
    font-style: normal
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent
}

input::-ms-clear {
    display: none
}

button, input[type=submit] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    cursor: pointer
}

button:active, button:focus, input:active, input:focus {
    outline: 0
}

button {
    line-height: var(--lh-text-lg)
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

label {
    cursor: pointer
}

::-webkit-scrollbar {
    background-color: #302f2e
}

::-webkit-scrollbar-thumb {
    background-color: #3f3e3c
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--cl-secondary)
}

html {
    font-size: 14px;
    scrollbar-color: #3f3e3c #302f2e
}

body {
    font-family: var(--font-base), sans-serif;
    color: var(--cl-primary);
    line-height: var(--lh-text)
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

b, strong {
    font-family: var(--font-base-semibold)
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--cl-primary);
    -webkit-box-shadow: 0 0 0 1000px var(--cl-tertiary) inset
}

.page-overflow {
    margin-top: 100vh;
    z-index: 2
}

.errortext {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    text-align: center;
    color: #f14d4d
}

svg {
    stroke-linecap: round
}

.icon-spinner {
    -webkit-animation: 2.5s linear infinite rotate;
    animation: 2.5s linear infinite rotate
}

.grecaptcha-badge {
    visibility: hidden
}

a.skip-link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px 15px;
    color: var(--cl-tertiary);
    background: var(--cl-accent);
    -webkit-transform: translateY(-100%) translateX(-50%);
    -ms-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    z-index: 1
}

a.skip-link:focus {
    -webkit-transform: translateY(20%) translateX(-50%);
    -ms-transform: translateY(20%) translateX(-50%);
    transform: translateY(20%) translateX(-50%)
}

.header__container {
    position: fixed;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(24, 25, 25, .95);
    padding: 12px 16px;
    border-bottom: 1px solid var(--cl-stroke);
    z-index: 100
}

.header__logo {
    width: 132px;
    position: relative;
    z-index: 2
}

.header__logo img {
    display: block;
    width: 100%
}

.header__title {
    display: none;
    font-size: 12px;
    text-align: center;
    color: var(--cl-secondary);
    margin-top: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__wrap {
    position: fixed;
    top: 0;
    left: auto;
    right: -150vw;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 1
}

.header__tiles {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
    transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
    z-index: 1
}

.header__tiles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 25, 25, .75);
    z-index: 1
}

.header__tiles-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-animation: 16s linear infinite runner;
    animation: 16s linear infinite runner
}

.header__tiles-line:nth-child(2) {
    -webkit-animation-duration: 22s;
    animation-duration: 22s
}

.header__tiles-line:nth-child(3) {
    -webkit-animation-duration: 28s;
    animation-duration: 28s
}

.header__tiles-line:nth-child(4) {
    -webkit-animation-duration: 34s;
    animation-duration: 34s
}

.header__tiles-img {
    --tile-margin: 3vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 30vh;
    height: 30vh;
    margin: var(--tile-margin);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%
}

.header__tiles-img--large {
    width: 100vh;
    border-radius: 20vh
}

.header__nav {
    height: calc(100% - 82px);
    overflow: hidden auto;
    position: relative;
    z-index: 2
}

.header__list {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

.header__item {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 66px;
    position: relative
}

.header__item a {
    font-size: 40px;
    text-transform: uppercase;
    color: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__item.active a {
    color: var(--cl-accent)
}

.header__item:last-child {
    margin-bottom: 0
}

.header__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 82px;
    border-top: 1px solid var(--cl-stroke);
    position: relative;
    z-index: 2
}

.header__option {
    width: 50%;
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 6px;
    position: relative
}

.header__option:first-child {
    border-right: 1px solid var(--cl-stroke)
}

.header__option svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__option span {
    display: inline-block;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    margin-top: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__option span span, .header__option span svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

.header__option span span {
    line-height: 16px;
    color: #302f2e;
    background-color: var(--cl-accent);
    border-radius: 16px;
    padding: 0 4.5px
}

.header__option span svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-secondary)
}

.header__option a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__option a:first-child {
    width: 100%;
    height: 100%
}

.header__option--auth, .header__option--exit {
    padding: 0
}

.header__option--auth a:first-child, .header__option--exit a:first-child {
    padding: 8px 6px
}

.header__option--exit span {
    padding-right: 20px
}

.header__exit {
    position: absolute;
    top: 46px;
    left: auto;
    right: calc(50% - 38px);
    display: block;
    width: 16px;
    height: 16px;
    z-index: 1
}

.header__hamburger {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2
}

.header__hamburger span {
    position: absolute;
    left: 3px;
    right: 3px;
    display: block;
    width: calc(100% - 6px);
    height: 2px;
    border-radius: 2px;
    background-color: var(--cl-primary);
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__hamburger span:first-child {
    top: 3px
}

.header__hamburger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto
}

.header__hamburger span:nth-child(3) {
    top: auto;
    bottom: 3px
}

.header__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 8px);
    position: relative;
    border-radius: 16px;
    margin: auto -8px 15px 16px;
    padding: 6px 8px 8px
}

.header__return-icon {
    position: absolute;
    top: 14px;
    left: auto;
    right: 12px;
    width: 11px;
    height: 12px;
    stroke: rgba(245, 241, 232, .75);
    z-index: 1
}

.header__return-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 14px
}

.header__return-list {
    margin-bottom: auto
}

.header__return-item {
    margin-bottom: 6px
}

.header__return-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    color: var(--cl-accent) !important;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.header__return-button {
    width: 100%;
    margin-top: 12px
}

.header__return-button.button {
    padding-left: 4px;
    padding-right: 4px
}

.footer {
    background-color: rgba(0, 0, 0, .15);
    margin-top: auto;
    padding: 24px 0;
    position: relative;
    border-top: 1px solid var(--cl-stroke);
    z-index: 1
}

.footer__container {
    padding: 0 16px
}

.footer__info {
    font-size: 0;
    padding-right: 20px
}

.footer__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 8px
}

.footer__item--wide {
    width: 100%
}

.footer__text {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.footer__text--more {
    display: none;
    color: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    margin: 20px 0;
    padding-right: 24px
}

.footer__text--more svg {
    position: absolute;
    top: 10px;
    left: auto;
    right: 4px;
    display: block;
    width: 10px;
    height: 10px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.footer__text--more.mobile {
    display: inline-block
}

.footer__text--more.active svg {
    top: 8px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer__text--sign-up {
    display: block;
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer__text--sign-up.desktop {
    display: none
}

.footer a.footer__text--link {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer__app {
    margin-bottom: 20px
}

.footer__app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.footer__app-list a {
    width: 122px;
    height: 32px
}

.footer__app-list a svg {
    display: block;
    width: 100%;
    height: 100%
}

.footer__socials {
    position: absolute;
    inset: auto 16px 167px auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    z-index: 1
}

.footer__social {
    display: block;
    width: 24px;
    height: 24px
}

.footer__social svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--cl-primary);
    color: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer__social--max {
    padding: 2px
}

.banner {
    margin-top: 48px
}

.banner.fixed {
    position: fixed;
    inset: 0;
    height: calc(var(--vh, 1vh) * 100 - 48px)
}

.banner__content {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 48px);
    overflow: hidden
}

.banner__date {
    position: absolute;
    width: 300px;
    top: 24px;
    left: 16px;
    z-index: 11
}

.banner__slider-control {
    position: absolute;
    bottom: 32px;
    right: 16px;
    z-index: 11
}

.banner__circle {
    position: absolute;
    left: -117px;
    bottom: -124px
}

.banner-friends .swiper {
    z-index: unset
}

.banner-friends .banner-slide__title {
    bottom: -35px
}

.banner-friends .banner__content > .banner-slide {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: unset
}

.banner-friends__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.banner-friends__info .title {
    font-size: 60px
}

.banner-friends__info p {
    max-width: 354px;
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.banner-friends__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.afisha.page-overflow {
    position: static
}

.afisha__container {
    padding: 0 16px;
    overflow: hidden
}

.afisha__title {
    font-size: 60px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px
}

.afisha__pin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform
}

.afisha__pin {
    position: relative;
    padding: 16px 0 0;
    z-index: 3
}

.afisha__pin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.71vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(24, 25, 25, .95)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(24, 25, 25, .95) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(24, 25, 25, .95) 100%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.afisha__pin.pin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11
}

.afisha__pin.pin .afisha__pin-content {
    -webkit-transform: translateY(-66px);
    -ms-transform: translateY(-66px);
    transform: translateY(-66px);
    margin: 0 16px
}

.afisha__pin.pin .afisha__tabs {
    visibility: hidden
}

.afisha__pin.pin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17.71vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(24, 25, 25, .95)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(24, 25, 25, .95) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(24, 25, 25, .95) 100%);
    pointer-events: none;
    opacity: 1
}

.afisha__pin.pin.scroll-up .afisha__pin-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.afisha__pin.pin.scroll-up .afisha__tabs {
    visibility: visible
}

.afisha__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 10
}

.afisha__filters .hide {
    display: none
}

.afisha__filters-chips {
    max-width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.afisha__filters-chips::-webkit-scrollbar {
    display: none;
    width: 0 !important
}

.afisha__filters-chips, .afisha__filters-chips > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.afisha__listing {
    margin-top: 55px
}

.afisha__list {
    width: 100%
}

.afisha__months {
    display: none
}

.afisha__circle {
    width: 137px;
    height: 142px;
    position: sticky;
    bottom: 0;
    margin-inline: auto 0;
    overflow: hidden;
    z-index: 2
}

.afisha__circle .circle {
    position: absolute;
    top: 19px;
    left: 19px
}

.afisha__circle .circle::after {
    top: 84px;
    right: auto;
    left: 84px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.afisha .card {
    margin-bottom: 80px
}

.profile__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px
}

.profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.profile .afisha__container > div:not([class]) {
    -webkit-margin-after: 32px;
    margin-block-end: 32px
}

.profile.afisha .afisha__pin-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.profile.afisha .afisha__tabs {
    visibility: visible
}

.profile .header__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.data {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.data__wrap {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    mix-blend-mode: exclusion;
    padding: 32px 16px 320px
}

.data__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.data__exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data__exit svg {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    stroke: var(--cl-secondary);
    margin-right: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.data__exit span {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.data h2 {
    font-size: 40px;
    color: var(--cl-secondary);
    margin-bottom: 24px
}

.data form {
    width: 100%;
    max-width: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    text-align: left
}

.data form + form {
    -webkit-margin-before: 30px;
    margin-block-start: 30px
}

.data .checkbox label {
    gap: 18px
}

.data .checkbox label::before {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.data .checkbox + .checkbox {
    -webkit-margin-before: -15px;
    margin-block-start: -15px
}

.cart .input input, .cart .input__value {
    width: 100%
}

.cart__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin: 16px 16px 32px
}

.cart__panel-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart__panel-mob .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-left: -38px
}

.cart__panel-mob .return {
    z-index: 1
}

.cart__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.cart__form-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin: 24px 0 40px
}

.cart__form-email .checkbox label {
    font-size: 12px;
    color: var(--cl-secondary)
}

.cart__form-email .checkbox a {
    color: var(--cl-accent)
}

.cart__form-email .input__hint {
    position: absolute
}

.cart__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 64px 0
}

.cart__form .input__hint {
    min-height: 25px
}

.cart__policy {
    color: var(--cl-secondary);
    margin-top: 16px;
    font-size: 14px
}

.cart__policy a {
    color: var(--cl-accent)
}

.cart__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    margin: 16px 0
}

.cart__list li {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    list-style-type: disc;
    color: var(--cl-secondary)
}

.cart__list li a, .cart__list li span {
    color: var(--cl-accent)
}

.cart__list.cl-primary {
    margin-bottom: 40px
}

.cart__list.cl-primary li {
    font-size: 16px;
    color: var(--cl-primary)
}

.cart__list + .cart__link {
    padding-left: 20px;
    margin-top: 16px
}

.cart__link {
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.cart__link a {
    color: var(--cl-accent)
}

.cart__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0
}

.cart__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.cart__info-item span:first-child {
    color: var(--cl-secondary)
}

.cart__info-item a {
    color: var(--cl-accent)
}

.cart-success__container {
    min-height: 100vh
}

.cart-success__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-top: 60px;
    margin-bottom: 20px
}

.cart-success__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-success__use {
    margin: 64px 0
}

.subscription {
    margin-top: 40px
}

.subscription .return, .subscription .title {
    margin-bottom: 16px
}

.subscription p {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    margin-bottom: 32px
}

.subscription__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.subscription__price {
    font-size: 24px
}

.subscription__number {
    font-family: var(--font-base-medium);
    font-size: 16px;
    line-height: var(--lh-text-lg);
    margin-top: 24px
}

.subscription .selector__subtitle {
    margin-bottom: 20px
}

.subscription-create__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 16px;
    padding-bottom: 165px
}

.subscription-create .return {
    display: none
}

.subscription-create__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px
}

.subscription-create__title-wrap img {
    display: none
}

.subscription-create .title {
    font-size: 60px;
    padding-right: 8px
}

.subscription-create p {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    white-space: pre-line;
    margin-bottom: 16px
}

.subscription-create p span {
    color: var(--cl-accent)
}

.subscription-create p.error {
    color: #f14d4d
}

.subscription-create__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background-color: #302f2e;
    border-radius: 50%
}

.subscription-create__back svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary)
}

.subscription-create__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.subscription-create__link svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: var(--cl-accent);
    margin-right: 8px
}

.subscription-create__link span {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent)
}

.subscription-create__result {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 89px;
    z-index: 1
}

.subscription-create__price-title {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.subscription-create__price {
    font-size: 32px
}

.subscription-create__time-wrap {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.subscription-create__card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% + 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -16px
}

.subscription-create__card .ticket {
    width: 360px
}

.performances__box-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.performances__box, .performances__duration, .performances__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.performances__main {
    margin-bottom: -16px
}

.performances .performances__text p {
    font-size: 14px;
    color: var(--cl-secondary)
}

.performances__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.performances__icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 16px
}

.performances__icons-item span {
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent);
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.performances__icons-item img, .performances__icons-item.w-28 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--cl-stroke);
    border: 1px solid var(--cl-stroke);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.performances__icons-item.w-28 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.performances__icons-item.w-28 img {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 0
}

.performances__icons-item:hover span {
    visibility: visible;
    opacity: 1
}

.performances__icons-item:hover img, .performances__icons-item:hover.w-28 {
    border-color: var(--cl-accent)
}

.performances__duration > div > span {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.performances__duration-time {
    font-size: 16px
}

.performances__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.performances__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.performances__info-item img {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.performances__info-item span {
    font-size: 14px;
    color: var(--cl-secondary)
}

.performances__info-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid var(--cl-secondary);
    font-size: 10px
}

.performances__performers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0 16px
}

.performances__performers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.performances__performers-list.is-hide .performer:nth-child(n+6) {
    display: none
}

.performances__more {
    font-size: 14px;
    color: var(--cl-accent);
    text-align: left
}

.performances__tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px
}

.performances__tabs-head .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.performances__tabs-head .title:not(.active) {
    color: var(--cl-quaternary)
}

.performances__tabs-head .title:not(.active):hover {
    color: var(--cl-primary)
}

.performances__tabs-head .title.active {
    border-color: var(--cl-accent)
}

.performances__tabs-content {
    display: none;
    margin-top: 32px
}

.performances__tabs-content.active {
    display: block
}

.performances .txt-wrap + .txt-wrap {
    margin-top: 32px
}

.performances .txt-title {
    font-size: 16px;
    letter-spacing: .96px;
    text-transform: uppercase;
    color: var(--cl-secondary);
    margin-bottom: 16px
}

.performances .txt-subtitle {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 8px
}

.performances .txt-less {
    font-size: 14px;
    color: var(--cl-secondary)
}

.partners__box + .partners__box {
    margin-top: 64px
}

.partners__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.partners__title {
    font-family: var(--font-base);
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.partners__item img {
    width: 155px;
    height: 85px
}

.theater .banner {
    height: calc(var(--vh, 1vh) * 100)
}

.theater .banner__circle {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.theater .banner__circle.circle::after {
    right: 0;
    left: 0;
    margin: auto
}

.theater .swiper, .theater__video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.theater__video {
    background-color: var(--cl-tertiary);
    z-index: 2
}

.theater__video video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.theater__controls {
    position: absolute;
    top: auto;
    left: 16px;
    bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.theater__controls button {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer
}

.theater__controls button svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theater .swiper {
    z-index: 1
}

.theater .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.theater .swiper-button-next, .theater .swiper-button-prev {
    top: auto;
    bottom: 150px;
    width: 48px;
    height: 48px
}

.theater .swiper-button-next::after, .theater .swiper-button-prev::after {
    content: none
}

.theater .swiper-button-next svg, .theater .swiper-button-prev svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theater .swiper-button-next {
    left: 80px
}

.theater .swiper-button-prev {
    left: 16px
}

.theater__content {
    position: relative
}

.theater__overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 47, 46, .75);
    padding: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.theater__overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 11
}

.theater__title {
    max-width: 340px;
    font-size: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
    visibility: hidden
}

.theater__title.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.theater__title span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px
}

.theater__title span.bottom, .theater__title span.small {
    margin-bottom: 0
}

.theater__title span.small {
    max-width: 70px;
    font-family: var(--font-base);
    font-size: 12px;
    line-height: var(--lh-text-lg);
    text-transform: none;
    margin-top: -6px;
    margin-left: 16px
}

.theater__title span.accent {
    color: var(--cl-accent)
}

.theater__title span.bottom {
    position: relative;
    padding-left: 84px
}

.theater__title span.bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 68px;
    height: 1px;
    background-color: var(--cl-primary);
    z-index: 1
}

.theater__item {
    border-top: 1px solid var(--cl-stroke);
    position: relative
}

.theater__link {
    display: block;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    padding: 54px 16px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theater__scroll {
    --gap: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cl-accent);
    padding: 48px 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    gap: var(--gap);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.theater__scroll img {
    display: inline-block;
    vertical-align: middle;
    height: 104px;
    border-radius: 52px
}

.theater__scroll span {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-title);
    font-size: 60px;
    line-height: var(--lh-text);
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cl-tertiary)
}

.theater__scroll-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%
}

.contact .title {
    font-size: 40px
}

.contact .description p {
    font-size: 14px;
    margin-bottom: 32px
}

.contact .footer__text--link, .contact a.footer__text--link {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 8px
}

.contact .footer__text--link:last-child, .contact a.footer__text--link:last-child {
    margin-right: 0
}

.contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    background-color: var(--cl-tertiary);
    border-radius: 32px;
    text-align: center;
    padding: 32px
}

.contact__form .input {
    width: 100%;
    text-align: left
}

.contact__form .input + .input__hint {
    margin-top: -26px;
    margin-left: 0;
    margin-right: auto;
    color: #f14d4d
}

.contact__form .button {
    margin-top: 16px
}

.contact__title {
    font-family: var(--font-base-medium);
    font-size: 24px
}

.tariffs__head {
    margin: 32px 16px
}

.tariffs__head .title {
    margin-bottom: 8px
}

.tariffs__more.text-more {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    gap: 8px;
    -webkit-mask-image: unset;
    mask-image: unset
}

.tariffs__more-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.tariffs__more.active .tariffs__more-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buy__box-scheme, .buy__content {
    height: calc(var(--vh, 1vh) * 100 - 48px);
    position: relative
}

.buy__empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 128px 0
}

.buy__empty img {
    width: 48px;
    height: 48px
}

.buy__empty span {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.buy__chips {
    position: relative;
    -webkit-margin-before: 13px;
    margin-block-start: 13px
}

.buy__chips-items {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-inline: -16px;
    padding-inline: 16px
}

.buy__chips-items::-webkit-scrollbar {
    display: none;
    width: 0 !important
}

.buy__chips .chips {
    white-space: nowrap
}

.buy__chips .chips::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.buy__chips .chips.active {
    color: var(--color);
    border-color: var(--color)
}

.buy__chips.show-arrows {
    padding: 0 32px
}

.buy__chips.show-arrows .buy__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buy__panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 16px 0
}

.buy__panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 154px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 26, 25, 0)), color-stop(30.62%, rgba(26, 27, 26, .75)), color-stop(57.85%, rgba(27, 28, 27, .9)), to(#1d1e1d));
    background: -o-linear-gradient(bottom, rgba(25, 26, 25, 0) 0, rgba(26, 27, 26, .75) 30.62%, rgba(27, 28, 27, .9) 57.85%, #1d1e1d 100%);
    background: linear-gradient(0deg, rgba(25, 26, 25, 0) 0, rgba(26, 27, 26, .75) 30.62%, rgba(27, 28, 27, .9) 57.85%, #1d1e1d 100%);
    pointer-events: none
}

.buy__panel .return {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2
}

.buy__panel-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 54px
}

.buy__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary)
}

.buy__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: var(--cl-secondary);
    stroke-width: 1.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.buy__box-select {
    position: relative
}

.buy__box-select .buy-select {
    display: none
}

.buy__box-select.active {
    z-index: 10
}

.buy__box-select.active .icon-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.buy__box-select.active .buy-select {
    display: block
}

.buy__select {
    position: absolute;
    min-width: 230px;
    width: calc(100% - 32px);
    top: calc(100% + 10px);
    left: 0;
    z-index: 2
}

.buy__datepicker.is-desktop {
    display: none
}

.buy__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    color: var(--cl-secondary)
}

.buy__date svg {
    width: 16px;
    height: 16px;
    fill: var(--cl-secondary)
}

.buy__info-bar {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid var(--cl-stroke);
    background-color: var(--cl-tertiary);
    padding-inline: 16px;
    z-index: 2
}

.buy__tickets {
    padding-block: 12px 32px
}

.buy__tickets .place-error {
    margin-top: 8px
}

.buy__list-title {
    display: none
}

.buy__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: var(--lh-text-lg);
    padding-block: 8px
}

.buy__bar > button {
    text-align: left
}

.buy__bar > button span {
    display: block;
    line-height: var(--lh-text-lg)
}

.buy__bar > button > span {
    font-size: 12px;
    color: var(--cl-secondary)
}

.buy__bar > button > span:nth-child(2) {
    display: none
}

.buy__bar > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.buy__bar > div:nth-child(2) a.button, .buy__bar > div:nth-child(2) button:nth-child(1) {
    padding-inline: 7px
}

.buy__bar-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-block: -6px -2px
}

.buy__bar-price span {
    font-size: 24px;
    color: var(--cl-primary)
}

.buy__bar-price svg {
    display: none;
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.buy__button {
    position: absolute;
    top: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    border-radius: 50%;
    cursor: pointer
}

.buy__button svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.buy__button--prev {
    left: -12px
}

.buy__button--prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 4px
}

.buy__button--next {
    left: auto;
    right: -12px
}

.buy__button--next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 4px
}

.selector__wrap {
    width: 100%;
    min-height: calc(100vh - 48px);
    position: relative;
    padding: 40px 16px
}

.selector__background {
    position: absolute;
    inset: auto 0 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 240px;
    mix-blend-mode: lighten;
    z-index: 1
}

.selector__background img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.selector__close {
    position: absolute;
    top: 32px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    border-radius: 50%;
    cursor: pointer;
    z-index: 3
}

.selector__close svg {
    display: block;
    width: 14px;
    height: 14px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.selector__inner {
    position: relative;
    z-index: 2
}

.selector__subtitle {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cl-secondary);
    margin-bottom: 32px;
    padding-right: 46px
}

.selector__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden
}

.selector__step {
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: var(--cl-secondary);
    background-color: var(--cl-tertiary);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.selector__step:not(:last-child)::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto 0;
    display: block;
    width: 100vh;
    height: 1px;
    background-color: var(--cl-tertiary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1
}

.selector__step.active {
    color: var(--cl-tertiary);
    background-color: var(--cl-accent)
}

.selector__step.active::before {
    background-color: var(--cl-accent)
}

.selector__step.prev {
    color: var(--cl-accent)
}

.selector__step.prev::before {
    background-color: var(--cl-accent)
}

.selector__step.disabled {
    cursor: default;
    pointer-events: none
}

.selector__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.selector__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.selector__title {
    font-family: var(--font-base-medium);
    font-size: 24px;
    line-height: var(--lh-text);
    text-align: center;
    margin-bottom: 12px
}

.selector__item {
    display: block;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    background-color: var(--cl-tertiary);
    border: 1px solid var(--cl-stroke);
    border-radius: 16px;
    padding: 8px 44px 8px 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    cursor: pointer
}

.selector__item.active {
    border-color: var(--cl-accent)
}

.selector__item.active .selector__icon {
    opacity: 1;
    visibility: visible;
    background-color: var(--cl-accent)
}

.selector__item.active .selector__icon svg {
    opacity: 1;
    visibility: visible
}

.selector__icon {
    position: absolute;
    inset: 0 18px 0 auto;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid var(--cl-accent);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.selector__icon svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: var(--cl-tertiary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.selector-banner__content {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 48px);
    min-height: 535px;
    max-height: 600px;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/selector/selector-banner-bg-mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.selector-banner__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50.75%, #0a0907), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #0a0907 50.75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #0a0907 50.75%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none
}

.selector-banner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    right: 16px;
    bottom: 32px;
    left: 16px;
    z-index: 1
}

.selector-banner__box p {
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.selector-banner__box .button {
    margin-top: 16px
}

.page-list__container {
    min-height: 100vh;
    padding: 0 16px 64px
}

.page-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px
}

.page-list__head .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.page-list__head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.page-list__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: var(--cl-primary);
    font-family: var(--font-base);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000
}

.page-list--news .card__day {
    color: var(--cl-primary)
}

.page-list .afisha__pin.pin .afisha__pin-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cursor, .shape {
    display: none
}

.card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 252px;
    position: relative
}

.card__date {
    position: relative;
    z-index: 2;
    -webkit-margin-after: 10px;
    margin-block-end: 10px
}

.card__warning {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: #f14d4d;
    margin-bottom: 22px
}

.card__warning--process {
    color: var(--cl-accent)
}

.card__text {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-bottom: 16px
}

.card__day {
    font-size: 60px;
    white-space: nowrap;
    position: relative
}

.card__time {
    font-size: 12px;
    text-transform: uppercase;
    margin-block: -5px 23px
}

.card__time span:nth-child(2) {
    color: var(--cl-accent)
}

.card__reminder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    border-radius: 50%;
    margin-top: 16px;
    position: relative
}

.card__reminder svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card__reminder svg:nth-child(2) {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.card__reminder.active svg:nth-child(2) {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.card__img-box {
    position: absolute;
    top: -18px;
    left: auto;
    right: -48px;
    display: block;
    width: 252px;
    height: 324px;
    border: 1px solid var(--cl-stroke);
    border-radius: 15px;
    padding: 11px;
    z-index: 1
}

.card__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 8px 59px rgba(0, 0, 0, .6);
    box-shadow: 0 8px 59px rgba(0, 0, 0, .6)
}

.card__like {
    position: absolute;
    top: -8px;
    left: auto;
    right: 204px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 48px;
    border: 1px solid var(--cl-stroke);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}

.card__like svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0);
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card__like.active {
    border-color: var(--cl-accent)
}

.card__like.active svg {
    fill: var(--cl-accent);
    stroke: var(--cl-accent)
}

.card__like:is(:hover,:focus-visible) {
    border-color: var(--cl-accent)
}

.card__like:is(:hover,:focus-visible) svg {
    stroke: var(--cl-accent)
}

.card__content {
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
    z-index: 2
}

.card__content .remark {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px
}

.card__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -webkit-padding-end: 180px;
    padding-inline-end: 180px
}

.card__wrap h2 {
    font-size: 30px;
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card__wrap .button {
    white-space: nowrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.card__order {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: var(--cl-secondary);
    font-size: 12px;
    line-height: var(--lh-text-lg)
}

.card__title-wrap {
    display: contents
}

.card__column {
    display: none
}

.card__item {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.card__places-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px 16px
}

.card__places-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.card__places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.card__places-title {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    letter-spacing: .72px;
    text-transform: uppercase;
    color: var(--cl-secondary)
}

.card__places-info {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.card__places-link, .card__places-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 12px
}

.card__places-link img, .card__places-link svg, .card__places-load img, .card__places-load svg {
    width: 16px;
    height: 16px
}

.card__places-link svg, .card__places-load svg {
    stroke: var(--cl-accent)
}

.card__places-load {
    color: var(--cl-secondary)
}

.card__places-load img {
    -webkit-animation: 3s linear infinite rotate;
    animation: 3s linear infinite rotate
}

.card__places-link span {
    color: var(--cl-accent)
}

.card__description {
    display: none
}

.card__place {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 104px;
    text-align: center;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 8px 8px 12px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card__place-row {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-bottom: 2px;
    white-space: nowrap
}

.card__place-number {
    font-size: 40px
}

.card__place-text {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-top: -2px
}

.card__place.disabled {
    pointer-events: none;
    opacity: .3
}

.card__tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    -webkit-margin-before: 4px;
    margin-block-start: 4px
}

.card__ticket a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px
}

.card__ticket a span {
    display: block;
    font-size: 14px;
    line-height: var(--lh-text-lg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card__ticket a span:first-child {
    white-space: nowrap;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.card__ticket a span:nth-of-type(2) {
    width: 51%
}

.card__ticket a::after {
    content: "";
    min-width: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dotted var(--cl-quaternary);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.card__more {
    display: inline-block;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    letter-spacing: .06em;
    text-transform: uppercase;
    -webkit-margin-after: 4px;
    margin-block-end: 4px;
    padding-right: 24px;
    position: relative
}

.card__more svg {
    position: absolute;
    top: 6px;
    left: auto;
    right: 4px;
    display: block;
    width: 10px;
    height: 10px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.card__more:hover {
    color: var(--cl-accent)
}

.card__more.active svg {
    top: 4px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.card__more.active + .card__column {
    display: block
}

.card--canceled .card__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.card--canceled .card__day, .card--canceled .card__row, .card--canceled .card__wrap h2 {
    color: var(--cl-secondary);
    opacity: .5
}

.card--canceled .remark {
    opacity: .5
}

.card--canceled .remark span {
    color: var(--cl-secondary) !important
}

.card--canceled .remark__icon img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.card--canceled.card--return {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 0
}

.card--canceled.card--return .remark {
    opacity: 1;
    margin: 0 0 18px
}

.card--canceled.card--return .remark span {
    display: block;
    line-height: var(--lh-text-lg)
}

.card--canceled.card--return .card__wrap {
    gap: 0;
    padding: 0
}

.card--canceled.card--return .card__content {
    gap: 0
}

.card--canceled.card--return .card__row {
    opacity: 1
}

.card--canceled.card--return .card__date {
    margin-right: 29px
}

.card--canceled.card--return .card__warning {
    white-space: nowrap;
    margin-bottom: 18px
}

.card--canceled.card--return .card__title-wrap {
    margin-bottom: 4px
}

.card--canceled.card--return .card__time {
    display: block;
    line-height: 29px
}

.card--canceled.card--return .card__description {
    display: block
}

.card--canceled.card--return .card__item {
    font-size: 16px;
    line-height: 29px
}

.card--canceled.card--return .card__item a {
    color: var(--cl-accent);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.card--rescheduled .card__day {
    color: var(--cl-primary)
}

.card--rescheduled .card__day::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 16px;
    display: block;
    width: 1px;
    height: 61px;
    background-color: #f14d4d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.aside {
    position: fixed;
    top: 40px;
    left: auto;
    right: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 12
}

.aside__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 10px 0 0 10px;
    background-color: var(--cl-stroke)
}

.aside__button svg {
    display: block;
    width: 10px;
    height: 10px;
    stroke: var(--cl-primary);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aside__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 20px 0 0 20px;
    padding: 12px 13px 16px
}

.aside a.aside__lang {
    display: block;
    font-size: 16px;
    color: var(--cl-secondary)
}

.aside__search, .aside__sub, .aside__visually-impaired {
    display: block;
    width: 23px;
    height: 23px
}

.aside__search svg, .aside__sub svg, .aside__visually-impaired svg {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.aside__visually-impaired svg {
    fill: var(--cl-secondary)
}

.aside__visually-impaired.active svg {
    fill: var(--cl-accent)
}

.aside__search {
    margin-top: 5px
}

.aside__search svg {
    stroke: var(--cl-secondary)
}

.aside__sub {
    margin-top: 5px
}

.aside__sub svg {
    fill: var(--cl-secondary)
}

.aside.active {
    right: 0
}

.aside.active .aside__button svg {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    border-radius: 8px;
    border: 1px solid var(--cl-primary);
    background-color: transparent;
    padding: 3px 15px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.button svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.button:active, .button:focus-visible {
    outline: 0;
    border-color: var(--cl-accent)
}

.button.disabled, .button:disabled, .button[disabled] {
    color: var(--cl-quaternary);
    border-color: #424140;
    cursor: default;
    pointer-events: none
}

.button.disabled svg, .button:disabled svg, .button[disabled] svg {
    stroke: #424140
}

.button.fill {
    color: var(--cl-tertiary);
    border-color: var(--cl-accent);
    background-color: var(--cl-accent)
}

.button.fill svg {
    stroke: var(--cl-tertiary)
}

.button.fill::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: transparent;
    border: 1px solid var(--cl-tertiary);
    border-radius: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.button.fill:active::before, .button.fill:focus-visible::before, .button.fill:visited::before {
    opacity: 1;
    visibility: visible
}

.button.fill.disabled, .button.fill:disabled, .button.fill[disabled] {
    color: var(--cl-quaternary);
    background-color: #424140;
    border-color: #424140
}

.button.md {
    font-size: 14px;
    border-radius: 12px;
    padding: 7px 15px
}

.button.md svg {
    width: 24px;
    height: 24px
}

.button.md.fill::before {
    border-radius: 12px
}

.button.lg {
    min-height: 56px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 16px;
    padding: 11px 31px
}

.button.lg svg {
    width: 32px;
    height: 32px
}

.button.lg.fill::before {
    border-radius: 16px
}

.title {
    font-size: 40px
}

.title.sm {
    font-size: 88px
}

.title.lg, .title.md {
    font-size: 60px
}

.banner-slide {
    position: relative;
    height: calc(var(--vh, 1vh) * 100 - 48px);
    background: #1e201e
}

.banner-slide__box {
    position: relative;
    height: 72vh
}

.banner-slide__date {
    position: absolute;
    top: 24px;
    left: 16px
}

.banner-slide__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, .5);
    box-shadow: 0 0 150px rgba(0, 0, 0, .5);
    z-index: -1
}

.banner-slide__title {
    width: calc(100% - 32px);
    margin: 0 16px;
    max-width: 616px;
    position: absolute;
    z-index: 1
}

.banner-slide__title .title {
    color: var(--cl-accent)
}

.banner-slide__info {
    max-width: 255px;
    font-size: 12px;
    text-align: right;
    margin-left: auto;
    margin-right: 16px
}

.banner-slide__more {
    display: none
}

.banner-slide .split-line {
    display: block !important
}

.banner-slide .split-char {
    display: inline-block !important;
    white-space: nowrap;
    will-change: transform
}

@supports (-webkit-touch-callout:none) {
    .banner-slide .split-word {
        white-space: nowrap !important
    }

    @media (max-width: 600px) {
        .banner-slide .title.lg {
            font-size: 42px
        }

        .banner-slide .banner-slide__title {
            bottom: 40px
        }
    }
}

.banner-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    color: var(--cl-primary);
    z-index: 1
}

.banner-date__months {
    font-size: 14px
}

.banner-date__dates {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px
}

.banner-date__dates a, .banner-date__dates span {
    display: block
}

.control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

.control__timeline, .control__timeline.swiper-pagination-bullets {
    width: 238px
}

.control__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.control__timeline span {
    width: 100%;
    position: relative;
    height: 2px;
    border-radius: 1px
}

.control__timeline span::after, .control__timeline span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 2px
}

.control__timeline span::before {
    width: 100%;
    background-color: var(--cl-secondary);
    opacity: .5
}

.control__timeline span::after {
    width: 0;
    background-color: var(--cl-primary)
}

.control__timeline span.active {
    border-radius: 0
}

.control__timeline span.active::after {
    -webkit-animation: 5.5s linear fillTimeline;
    animation: 5.5s linear fillTimeline
}

.control__buttons {
    display: none;
    gap: 32px
}

.control__buttons .swiper-button-disabled {
    display: none
}

.control__btn {
    width: 24px;
    height: 24px
}

.control__btn svg {
    width: 24px;
    height: 24px;
    stroke: var(--cl-primary)
}

.control-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--cl-tertiary);
    -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
    border-radius: 50%
}

.control-btn svg {
    width: 24px;
    height: 24px;
    stroke: var(--cl-secondary);
    stroke-width: 1.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.circle {
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 248px;
    height: 248px;
    border-radius: 100%;
    border: 1px solid var(--cl-stroke);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.circle img {
    -webkit-animation: 25s linear infinite rotateReverse;
    animation: 25s linear infinite rotateReverse
}

.circle::after {
    content: "";
    position: absolute;
    top: 72px;
    right: 95px;
    width: 14px;
    height: 35px;
    background: url(../../../../../../local/templates/template2023/img/inhtml/circles/circle-arrow.svg) center/contain
}

.seat-info, .tippy-box {
    font-family: var(--font-base);
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    background-color: #444;
    padding: 8px 16px;
    border-radius: 8px;
    pointer-events: auto !important
}

.seat-info:not([data-theme~=large]) .tippy-content, .tippy-box:not([data-theme~=large]) .tippy-content {
    max-width: 180px
}

.seat-info .tippy-content, .tippy-box .tippy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--cl-primary);
    padding: 0
}

.seat-info .tippy-content span, .tippy-box .tippy-content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.seat-info .tippy-content span.red, .tippy-box .tippy-content span.red {
    color: #f14d4d
}

.seat-info .tippy-content img, .tippy-box .tippy-content img {
    width: 16px;
    height: 16px
}

.seat-info .tippy-arrow, .tippy-box .tippy-arrow {
    color: #444
}

.seat-info ul, .tippy-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.seat-info li, .tippy-box li {
    margin-bottom: 8px
}

.seat-info li:last-child, .tippy-box li:last-child {
    margin-bottom: 0
}

.seat-info li a, .tippy-box li a {
    color: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tippy-box[data-theme~=large], [data-theme~=large].seat-info {
    border-radius: 16px;
    padding: 16px 24px
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

.tabs__item {
    display: block;
    position: relative;
    font-size: 16px;
    height: 34px;
    color: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 6px
}

.tabs__item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0)
}

.tabs__item.active {
    color: var(--cl-accent)
}

.tabs__item.active::after {
    background: var(--cl-accent)
}

.tabs__item:is(:hover,:focus-visible) {
    color: var(--cl-accent)
}

.tabs-content {
    display: none
}

.tabs-content.active {
    display: block
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.chips {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap
}

.chips svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.chips-checkbox input:checked + label {
    color: var(--cl-accent);
    border-color: var(--cl-accent)
}

.chips-checkbox--calendar {
    padding: 0 20px
}

.chips-checkbox--calendar svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
    fill: transparent;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.chips.active {
    color: var(--cl-accent);
    border-color: var(--cl-accent)
}

.chips.active svg {
    stroke: var(--cl-accent)
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 4px
}

.search__back, .search__close {
    line-height: 0
}

.search__back svg, .search__close svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary)
}

.search__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    cursor: pointer
}

.search__close {
    position: absolute;
    right: 16px;
    cursor: pointer
}

.search__box {
    position: relative;
    width: 100%;
    border-color: var(--cl-accent)
}

.search__box input {
    width: 100%;
    height: 100%;
    padding-right: 15px
}

.search__box input::-webkit-search-cancel-button {
    display: none
}

.select {
    min-width: 120px
}

.select__container {
    position: relative;
    z-index: 11
}

.select__container select {
    display: none
}

.select__container:not(.is-open).is-change .select__opener, .select__container:not(.is-open):hover .select__opener {
    color: var(--cl-accent);
    border-color: var(--cl-accent)
}

.select__container:not(.is-open).is-change .select__opener::after, .select__container:not(.is-open):hover .select__opener::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/select/arrow-accent.svg)
}

.select__container.is-open {
    z-index: 12
}

.select__container.is-open .select__opener {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--cl-tertiary);
    border-bottom-color: var(--cl-stroke)
}

.select__container.is-open .select__opener::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__container.is-open .select__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15)
}

.select__opener {
    position: relative;
    gap: 16px;
    cursor: pointer;
    white-space: nowrap
}

.select__opener span {
    display: block;
    padding-right: 20px
}

.select__opener::after {
    content: "";
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/select/arrow.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px
}

.select__opener:focus-visible {
    outline: 0
}

.select__panel, .select__panel-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.select__panel-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.select__panel-group + .select__panel-group::before {
    content: "";
    display: block;
    border-top: 1px solid var(--cl-stroke);
    margin: 0 16px
}

.select__panel {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    width: 100%;
    background-color: var(--cl-tertiary);
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    padding: 8px 0 16px
}

.select__checkbox input {
    display: none
}

.select__checkbox input:checked + label {
    color: var(--cl-accent)
}

.select__checkbox input:checked + label::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/select/check.svg);
    opacity: 1
}

.select__option {
    display: block;
    position: relative;
    font-size: 12px;
    padding-inline: 20px 30px;
    cursor: pointer
}

.select__option::after {
    content: "";
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.select__option.is-selected {
    color: var(--cl-accent)
}

.select__option.is-selected::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/select/radio.svg);
    opacity: 1
}

.select--filters {
    min-width: 178px
}

.select--filters .select__opener {
    gap: 4px
}

.poster {
    display: block;
    background-color: #0b0a06;
    border-radius: 32px;
    -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 40px rgba(0, 0, 0, .2);
    margin-bottom: 52px;
    padding: 16px 16px 227px;
    position: relative;
    overflow: hidden
}

.poster__wrap {
    position: relative;
    z-index: 3
}

.poster__title {
    font-size: 20px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent);
    margin-bottom: 8px
}

.poster__text {
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.poster__text span {
    color: var(--cl-accent)
}

.poster__img {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
    z-index: 2
}

.poster__animation {
    position: absolute;
    top: auto;
    left: 50%;
    display: block;
    width: 320px;
    height: 320px;
    z-index: 2;
    -webkit-animation: 20s infinite posterAnimation;
    animation: 20s infinite posterAnimation
}

.poster__animation::after, .poster__animation::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    background-color: var(--cl-stroke);
    z-index: 1
}

.poster__animation::before {
    width: 36px;
    height: 2px
}

.poster__animation::after {
    width: 2px;
    height: 36px
}

.poster__animation img {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: 20s infinite posterImgAnimation;
    animation: 20s infinite posterImgAnimation
}

.poster__animation img:first-child, .poster__animation img:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto 0
}

.poster__animation img:first-child {
    left: 0
}

.poster__animation img:nth-child(3) {
    left: auto;
    right: 0
}

.poster__animation img:nth-child(2), .poster__animation img:nth-child(4) {
    left: 0;
    right: 0;
    margin: 0 auto
}

.poster__animation img:nth-child(2) {
    top: 0
}

.poster__animation img:nth-child(4) {
    top: auto;
    bottom: 0
}

.poster .button {
    margin-top: 20px
}

.scroll-lock {
    height: 100%;
    overflow: hidden;
    padding-right: var(--scrollbarWidth);
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 48px;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.overlay.active {
    visibility: visible;
    opacity: 1
}

.modal {
    position: fixed;
    inset: 48px 0 0 0;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 101
}

.modal__wrap {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 48px);
    z-index: 1
}

.modal__back, .modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    z-index: 1
}

.modal__back svg, .modal__close svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal__back {
    position: absolute;
    top: 32px;
    left: 16px
}

.modal__close {
    position: absolute;
    top: 16px;
    right: 16px
}

.modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 101
}

.modal.active[data-modal=modal-messages] {
    z-index: 102
}

.modal-ticket .modal__wrap {
    width: 100%;
    max-width: 688px;
    background: unset;
    border: unset;
    border-radius: unset;
    -webkit-margin-before: 32px;
    margin-block-start: 32px
}

.modal-ticket .modal__close {
    top: 16px;
    right: 16px
}

.modal-ticket__info {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-quaternary);
    margin-bottom: 32px;
    text-align: center;
    padding-inline: 50px
}

.modal-wide .modal__wrap {
    padding: 32px
}

.modal-wide[data-modal=modal-select-date] .modal__wrap {
    -webkit-padding-before: 20px;
    padding-block-start: 20px
}

.modal-wide__title {
    font-size: 24px;
    margin-bottom: 32px
}

.modal-wide p {
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.modal-wide p + p {
    margin-top: 16px
}

.modal-default .modal__wrap {
    padding: 32px 32px 40px
}

.modal-default .title {
    padding-inline: 32px
}

.modal-default__content, .modal-default__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.modal-default__content {
    text-align: center
}

.modal-default__content p {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-top: -16px
}

.modal-default__content .input {
    width: 100%
}

.modal-default__content .button, .modal-default__content .message {
    margin-top: 8px
}

.modal-counter .modal__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: unset
}

.modal-counter__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    width: 360px;
    height: 188px;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-modal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.modal-counter__box p {
    margin-inline: 32px;
    text-align: center
}

.modal-counter__box p a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal-counter__box p a:hover {
    color: var(--cl-accent)
}

.modal-counter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.modal-counter__buttons a.button {
    padding-inline: 7px
}

.modal-light .modal__wrap {
    background-color: #f6f6f6
}

.modal-light .modal__close svg {
    stroke: var(--cl-tertiary)
}

.modal.modal-calendar .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

.modal.modal-calendar .modal__close {
    top: 36px;
    right: 24px
}

.modal.modal-calendar .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 79px);
    border-radius: 16px;
    margin-top: 79px;
    padding: 22px;
    background: center/cover url(../../../../../../local/templates/template2023/img/inhtml/bg.jpg) no-repeat var(--cl-tertiary);
    gap: 30px;
    overflow-x: hidden;
    overflow-y: auto
}

.modal.modal-calendar .modal__wrap {
    width: 100%;
    max-width: 331px;
    height: auto;
    background: 0 0;
    margin: 0 auto
}

.modal.modal-calendar .modal__wrap--aside {
    height: auto;
    background: center/cover url(../../../../../../local/templates/template2023/img/inhtml/bg.jpg) no-repeat var(--cl-tertiary);
    margin: 0 auto 32px;
    padding: 12px 16px 10px
}

.modal.modal-calendar .modal__wrap--aside .card {
    display: block;
    min-height: 0
}

.modal.modal-calendar .modal__wrap--aside .card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.modal.modal-calendar .modal__wrap--aside .card__wrap {
    display: block;
    padding: 0
}

.modal.modal-calendar .modal__wrap--aside .card__wrap h2 {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.modal.modal-calendar .modal__wrap--aside .card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 160px
}

.modal.modal-calendar .modal__wrap--aside .card__day {
    font-family: var(--font-base);
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 22px;
    text-transform: none;
    white-space: nowrap;
    color: var(--cl-accent);
    margin: 0
}

.modal.modal-calendar .modal__wrap--aside .card__time {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 22px;
    margin: 0
}

.modal.modal-calendar .modal__wrap--aside .card h2 {
    margin: 8px 0 6px
}

.modal.modal-calendar .modal__wrap--aside .card h2 a {
    display: block;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: .06em
}

.modal.modal-calendar .modal__wrap--aside .card .button {
    margin: 0
}

.modal.modal-calendar .modal__wrap--aside .card__img-box {
    width: 148px;
    min-width: 148px;
    height: 148px;
    margin: -10px 24px 0 0
}

.modal.modal-calendar .modal__wrap--aside .card__row {
    max-width: 420px;
    margin: 12px 0 0;
    gap: 12px
}

.modal.modal-calendar .modal__wrap--aside .card__column {
    width: 100%
}

.modal.modal-calendar .modal__wrap .simplebar-content {
    display: block
}

.modal.modal-calendar .modal__wrap .simplebar-content:after, .modal.modal-calendar .modal__wrap .simplebar-content:before {
    margin-right: -30px
}

.modal.modal-calendar .modal__aside {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.modal.modal-calendar .modal__aside .modal__close, .modal.modal-calendar .modal__aside-wrap {
    display: none
}

.modal.modal-calendar .modal__aside-wrap.show {
    display: block
}

.modal.modal-calendar .modal__months {
    width: 292px;
    height: 324px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto
}

.modal.modal-calendar .modal__months .simplebar-track.simplebar-vertical {
    width: 4px !important
}

.modal.modal-calendar .modal__months .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
    background: var(--cl-accent) !important;
    opacity: 1 !important
}

.modal.modal-calendar .modal__month {
    display: none;
    margin: 0 0 32px
}

.modal.modal-calendar .modal__month:last-child {
    margin: 0
}

.modal.modal-calendar .modal__month.first-day-1 .modal__day:nth-child(7n+6) .modal__number, .modal.modal-calendar .modal__month.first-day-1 .modal__day:nth-child(7n+7) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-2 .modal__day:nth-child(7n+5) .modal__number, .modal.modal-calendar .modal__month.first-day-2 .modal__day:nth-child(7n+6) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-2 .modal__day:first-child {
    margin-left: 44px
}

.modal.modal-calendar .modal__month.first-day-3 .modal__day:nth-child(7n+4) .modal__number, .modal.modal-calendar .modal__month.first-day-3 .modal__day:nth-child(7n+5) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-3 .modal__day:first-child {
    margin-left: 85px
}

.modal.modal-calendar .modal__month.first-day-4 .modal__day:nth-child(7n+3) .modal__number, .modal.modal-calendar .modal__month.first-day-4 .modal__day:nth-child(7n+4) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-4 .modal__day:first-child {
    margin-left: 126px
}

.modal.modal-calendar .modal__month.first-day-5 .modal__day:nth-child(7n+2) .modal__number, .modal.modal-calendar .modal__month.first-day-5 .modal__day:nth-child(7n+3) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-5 .modal__day:first-child {
    margin-left: 167px
}

.modal.modal-calendar .modal__month.first-day-6 .modal__day:nth-child(7n+1) .modal__number, .modal.modal-calendar .modal__month.first-day-6 .modal__day:nth-child(7n+2) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-6 .modal__day:first-child {
    margin-left: 208px
}

.modal.modal-calendar .modal__month.first-day-0 .modal__day:nth-child(7n) .modal__number, .modal.modal-calendar .modal__month.first-day-0 .modal__day:nth-child(7n+1) .modal__number {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.first-day-0 .modal__day:first-child {
    margin-left: 249px
}

.modal.modal-calendar .modal__month.current, .modal.modal-calendar .modal__month.current ~ .modal__month {
    display: block
}

.modal.modal-calendar .modal__month.current .modal__title {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__month.current .modal__day {
    pointer-events: none
}

.modal.modal-calendar .modal__month.current .modal__inner {
    opacity: .2;
    pointer-events: none;
    cursor: default
}

.modal.modal-calendar .modal__title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: .06em;
    margin: 0 0 4px
}

.modal.modal-calendar .modal__heads {
    width: calc(100% + 6px);
    margin: 0 -3px 4px 0;
    font-size: 0
}

.modal.modal-calendar .modal__head {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    font-family: NotoSans-Medium;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 3px
}

.modal.modal-calendar .modal__head:nth-child(6), .modal.modal-calendar .modal__head:nth-child(7) {
    color: var(--cl-accent)
}

.modal.modal-calendar .modal__days {
    width: 298px;
    margin: 0 -2px;
    font-size: 0
}

.modal.modal-calendar .modal__day {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 62px;
    margin: 0 3px;
    padding: 6px 3px
}

.modal.modal-calendar .modal__day.current, .modal.modal-calendar .modal__day.current ~ .modal__day {
    pointer-events: auto
}

.modal.modal-calendar .modal__day.current .modal__inner:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--cl-accent);
    border-radius: 50%;
    z-index: 2
}

.modal.modal-calendar .modal__day.current .modal__inner, .modal.modal-calendar .modal__day.current ~ .modal__day .modal__inner {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto
}

.modal.modal-calendar .modal__day.active .modal__inner {
    -webkit-box-shadow: 0 0 10px 0 var(--cl-accent);
    box-shadow: 0 0 10px 0 var(--cl-accent)
}

.modal.modal-calendar .modal__day.active .modal__inner .modal__image {
    border-color: var(--cl-accent)
}

.modal.modal-calendar .modal__day.two .modal__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.modal.modal-calendar .modal__day.two .modal__inner:before {
    width: 70%
}

.modal.modal-calendar .modal__day.two .modal__inner .modal__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    z-index: 1
}

.modal.modal-calendar .modal__day.two .modal__inner .modal__image:nth-child(2) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.modal.modal-calendar .modal__day.two .modal__inner .modal__number {
    top: 2px;
    left: 10px;
    right: auto
}

.modal.modal-calendar .modal__day.two.active .modal__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.modal.modal-calendar .modal__day.two.active .modal__inner:before {
    width: 70%
}

.modal.modal-calendar .modal__day.two.active .modal__inner .modal__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    -webkit-box-shadow: 0 0 10px 0 var(--cl-accent);
    box-shadow: 0 0 10px 0 var(--cl-accent);
    z-index: 1
}

.modal.modal-calendar .modal__day.two.active .modal__inner .modal__image:nth-child(2) {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.modal.modal-calendar .modal__day.two.active .modal__inner .modal__number {
    top: 2px;
    left: 10px;
    right: auto
}

.modal.modal-calendar .modal__day.two.current.active .modal__inner:after {
    top: 1px;
    left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-calendar .modal__day.no-tickets {
    pointer-events: none
}

.modal.modal-calendar .modal__day.no-tickets .modal__inner {
    cursor: default
}

.modal.modal-calendar .modal__day.no-tickets .modal__inner img {
    opacity: .2
}

.modal.modal-calendar .modal__day.no-tickets .modal__inner svg {
    display: block
}

.modal.modal-calendar .modal__inner {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 73px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    position: relative;
    overflow: visible;
    cursor: pointer
}

.modal.modal-calendar .modal__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    border-radius: 73px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    background: -o-linear-gradient(top, #000, transparent);
    background: linear-gradient(to bottom, #000, transparent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2
}

.modal.modal-calendar .modal__inner:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal.modal-calendar .modal__inner svg {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13px;
    height: 13px;
    fill: #706762;
    z-index: 3
}

.modal.modal-calendar .modal__number {
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    font-family: NotoSans-Medium;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 4
}

.modal.modal-calendar .modal__image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 73px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal.modal-calendar .modal__image:nth-child(2) {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.modal.modal-calendar.show.active .modal__aside {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.modal-return .modal__wrap {
    width: 100%;
    max-width: 746px;
    position: relative;
    text-align: center;
    background-color: #181716;
    padding: 36px
}

.modal-return .modal__close {
    top: 36px;
    right: 36px;
    width: 38px;
    height: 38px;
    background-color: #302f2e;
    border-radius: 50%
}

.modal-return__inner {
    display: none;
    max-height: calc(100vh - 180px)
}

.modal-return__inner.active {
    display: block
}

.modal-return__inner--form {
    margin-bottom: -36px
}

.modal-return__inner[data-step="2"] .modal-return__text--small {
    max-width: 567px;
    margin: 26px auto 0
}

.modal-return__inner[data-step="2"] .simplebar-content-wrapper {
    height: 100% !important
}

.modal-return__inner[data-step="9"] .modal-return__title {
    margin-bottom: 12px
}

.modal-return__content {
    width: 100%;
    max-height: calc(100vh - 180px)
}

.modal-return__title {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: .06rem;
    color: var(--cl-accent);
    padding: 0 40px
}

.modal-return__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: rgba(245, 241, 232, .5)
}

.modal-return__text--little, .modal-return__text--small {
    font-size: 14px;
    line-height: 25px
}

.modal-return__text--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.modal-return__text--line span.line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background-color: rgba(245, 241, 232, .5)
}

.modal-return__text--line:first-child {
    margin-bottom: 14px
}

.modal-return__text--primary {
    color: rgba(245, 241, 232, .75)
}

.modal-return__text--title {
    padding: 0 40px
}

.modal-return__text a {
    color: var(--cl-accent);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.modal-return__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    text-align: left;
    margin-top: 18px
}

.modal-return__label {
    display: block;
    background-color: rgba(30, 32, 31, .95);
    border: 1px solid rgba(245, 241, 232, .08);
    border-radius: 20px;
    padding: 16px 52px 16px 24px;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    -o-transition: border-color .3s, box-shadow .3s;
    position: relative;
    cursor: pointer
}

.modal-return__label.active {
    border-color: var(--cl-accent);
    -webkit-box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078);
    box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078)
}

.modal-return__select {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    display: block;
    width: 100%;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #302f2e;
    border: 1px solid rgba(245, 241, 232, .08);
    border-radius: 18px;
    padding: 24px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.modal-return__item {
    width: 100%
}

.modal-return__item--select {
    position: relative
}

.modal-return__item.active .modal-return__label {
    border-color: var(--cl-accent)
}

.modal-return__item.active .modal-return__select {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.modal-return__item .select-date__item label > div:first-child {
    max-width: 100%;
    overflow: hidden
}

.modal-return__item .select-date__item label > div span {
    max-width: 180px
}

.modal-return__item .disabled {
    opacity: .5;
    pointer-events: none;
    cursor: default
}

.modal-return__inner-label {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.modal-return__check {
    position: absolute;
    top: 0;
    left: auto;
    right: 26px;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: border-color .3s, background .3s;
    -o-transition: border-color .3s, background .3s;
    transition: border-color .3s, background .3s;
    z-index: 1
}

.modal-return__input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.modal-return__input:checked + .modal-return__label {
    border-color: var(--cl-accent);
    -webkit-box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078);
    box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078)
}

.modal-return__input:checked + .modal-return__label .modal-return__check {
    border-color: var(--cl-accent);
    background: var(--cl-accent) center/16px url(../../../../../../local/templates/template2023/img/inhtml/check-radio.svg) no-repeat
}

.modal-return__disclaimer {
    background-color: #181716;
    border: 1px solid var(--cl-accent);
    border-radius: 20px;
    margin: 26px 0 12px;
    padding: 14px
}

.modal-return__disclaimer.hidden {
    display: none
}

.modal-return__disclaimer-title {
    max-width: 500px;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    color: var(--cl-accent);
    margin: 0 auto
}

.modal-return__disclaimer-text {
    max-width: 500px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: var(--cl-accent);
    margin: 0 auto
}

.modal-return__file {
    position: relative;
    margin: 83px 0 37px
}

.modal-return__file--help {
    margin-bottom: 15px
}

.modal-return__file--help + .modal-return__text {
    margin-bottom: 14px
}

.modal-return__file-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.modal-return__file-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 178px;
    border: 1px dashed rgba(245, 241, 232, .5);
    border-radius: 16px;
    padding: 20px
}

.modal-return__file-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 100px);
    min-height: 120px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    background-color: rgba(30, 32, 31, .95);
    border-radius: 20px;
    padding: 17px 14px;
    z-index: 1
}

.modal-return__file-inner {
    width: 209px;
    height: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px
}

.modal-return__file-inner img {
    display: block;
    width: 26px
}

.modal-return__file-name {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px
}

.modal-return__form {
    margin-bottom: 36px
}

.modal-return__form .input {
    margin-bottom: 10px
}

.modal-return__form .input + .modal-return__text--line {
    margin-top: 14px;
    margin-bottom: 14px
}

.modal-return__form .input + .checkbox, .modal-return__form .input + .modal-return__text--line.modal-return__text--method {
    margin-top: 28px
}

.modal-return__form .checkbox {
    text-align: left
}

.modal-return__form .checkbox:not(:last-child) {
    margin-bottom: 6px
}

.modal-return__form--result .checkbox, .modal-return__form--result .input {
    pointer-events: none
}

.modal-return__form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%
}

.modal-return__form-wrap .input {
    width: calc(33.3333333333% - 10.6666666667px)
}

.modal-return__method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    background-color: rgba(30, 32, 31, .95);
    border-radius: 20px;
    margin: 12px 0 26px;
    padding: 12px
}

.modal-return__method .payment__method svg {
    fill: var(--cl-accent)
}

.modal-return__next, .modal-return__next-wrap, .modal-return__prev {
    position: absolute;
    top: calc(100% + 16px);
    height: 40px;
    z-index: 1
}

.modal-return__prev {
    left: 0
}

.modal-return__next {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 168px;
    z-index: 1
}

.modal-return__next--final, .modal-return__next--inner {
    position: static
}

.modal-return__next--final {
    margin-top: 55px
}

.modal-return .auth__number-wrap {
    margin: 32px auto 38px
}

.modal-return__next-wrap {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px
}

.modal-return__next-wrap .modal-return__next {
    position: static;
    margin: 0
}

.auth .modal__wrap {
    text-align: center;
    padding: 32px 45px
}

.auth__input {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary)
}

.auth__tab {
    display: none
}

.auth__tab.active {
    display: block
}

.auth .input {
    margin-bottom: 40px
}

.auth__message {
    display: none;
    max-width: 270px;
    font-size: 14px;
    line-height: var(--lh-text-lg);
    text-align: center;
    color: var(--cl-quaternary);
    margin: 46px auto 0
}

.auth__message--new {
    display: none;
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.auth__warning {
    display: none;
    font-size: 14px;
    line-height: var(--lh-text-lg);
    text-align: center;
    color: #f14d4d;
    margin: 12px 0 32px
}

.auth__number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 204px;
    margin: 60px auto 32px
}

.auth__number {
    width: 36px;
    font-size: 40px;
    line-height: var(--lh-text);
    text-align: center;
    color: var(--cl-primary);
    border-bottom: 2px solid var(--cl-accent)
}

.auth__number::-webkit-inner-spin-button, .auth__number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.auth__number[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.auth__link {
    display: block;
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-block: -30px 40px
}

.auth__link:disabled, .auth__link[disabled] {
    color: rgba(245, 241, 232, .25);
    pointer-events: none
}

.auth h2 {
    font-size: 36px;
    line-height: var(--lh-title);
    letter-spacing: .06em;
    color: var(--cl-primary);
    margin-bottom: 16px;
    padding: 0 20px
}

.auth .tabs {
    gap: 0;
    margin: 0 -45px
}

.auth .tabs__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 33.3333333333%
}

.auth .tabs__item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--cl-stroke)
}

.auth .tabs__item.active::after {
    background-color: var(--cl-accent)
}

.auth p {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    margin: 28px auto 32px
}

.auth.modal--auth-number .auth__message {
    display: block
}

.auth.modal--auth-number .auth__message--new {
    display: none
}

.auth.modal--auth-password .input {
    -webkit-margin-before: 40px;
    margin-block-start: 40px
}

.auth.modal--auth-password .checkbox {
    margin-block: -30px 40px
}

.auth.new .auth__message {
    display: none
}

.auth.back .auth__message, .auth.new .auth__message--new {
    display: block
}

.auth.back .auth__message--new, .auth.back.new .auth__message {
    display: none
}

.auth.back.new .auth__message--new {
    display: block
}

.auth.warn .auth__number-wrap {
    margin-bottom: 12px
}

.auth.warn .auth__number {
    border-color: #f14d4d
}

.auth.warn .auth__warning {
    display: block
}

.auth-page.modal {
    opacity: 1;
    visibility: visible;
    z-index: 10
}

.detail .gap-16 {
    gap: 16px
}

.detail .gap-32 {
    gap: 32px
}

.detail .gap-64 {
    gap: 64px
}

.detail__container {
    position: relative
}

.detail__top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 10
}

.detail__reserv-panel {
    display: none
}

.detail__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    border-radius: 50%
}

.detail__like svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary);
    fill: rgba(0, 0, 0, 0)
}

.detail__like.active svg {
    fill: var(--cl-accent);
    stroke: var(--cl-accent)
}

.detail__content-left {
    position: relative
}

.detail__panel-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 32px;
    z-index: 1
}

.detail__panel-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#202221));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, #202221 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #202221 100%);
    pointer-events: none
}

.detail__tabs {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.detail__panel {
    position: sticky;
    bottom: 0;
    padding: 6px 16px;
    background-color: var(--cl-tertiary);
    border-top: 1px solid var(--cl-stroke);
    z-index: 1
}

.detail__panel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.detail__panel-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.detail__panel .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
}

.detail__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--cl-stroke);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.detail__basket svg {
    width: 24px;
    height: 24px;
    stroke: var(--cl-primary)
}

.detail__basket-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--cl-accent);
    font-size: 12px;
    color: var(--cl-tertiary)
}

.detail__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.detail .select__panel {
    top: auto;
    bottom: 38px
}

.detail__checkbox {
    margin-bottom: 15px
}

.detail__content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px
}

.detail__content-right .title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.detail__content-right .description {
    margin-bottom: 32px
}

.detail-container {
    margin: 0 16px
}

.detail.detail-artist .banner-detail__slide {
    -webkit-mask-image: unset;
    mask-image: unset
}

.detail-afisha {
    margin-top: 80px
}

.detail-afisha__title {
    margin: 0 24px
}

.detail-afisha__circle {
    display: none
}

.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.description p {
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.description iframe {
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 16/9
}

.description__accent span {
    display: block;
    color: var(--cl-accent)
}

.description__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.description__box-title {
    font-size: 12px;
    color: var(--cl-secondary);
    margin-bottom: 2px
}

.description__box-text {
    font-size: 16px
}

.description__extra-item {
    width: 100%;
    display: block;
    border-top: 1px solid var(--cl-stroke);
    border-bottom: 1px solid var(--cl-stroke)
}

.description__extra-item + .description__extra-item {
    border-top: 0
}

.description__extra button.description__extra-box {
    width: 100%
}

.description__extra-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    min-height: 104px;
    padding: 40px 0
}

.description__extra-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: var(--font-base);
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.description__extra-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.description__extra-count span {
    font-size: 20px
}

.description__extra-count svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.description__extra svg {
    stroke: var(--cl-primary);
    width: 24px;
    height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.description__extra-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 320px
}

.description__extra-imgs a {
    display: block
}

.description__extra-imgs img {
    width: 64px;
    height: 64px
}

.description__suspension-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.description__suspension-points.space-between span:last-child {
    color: var(--cl-accent);
    white-space: nowrap
}

.description__suspension-points:not(.space-between) span:first-child {
    color: var(--cl-accent)
}

.description__suspension-points span {
    display: block;
    font-size: 14px;
    color: var(--cl-secondary)
}

.description__inner-list {
    padding-left: 16px
}

.description__inner-list li {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    list-style-type: disc
}

.description__list {
    margin-bottom: 32px
}

.description__item {
    margin-bottom: 20px
}

.description__item:last-child {
    margin-bottom: 0
}

.description__name {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-bottom: 4px
}

.banner-detail__content {
    position: relative;
    -webkit-filter: drop-shadow(0 0 150px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 150px rgba(0, 0, 0, .5))
}

.banner-detail__control {
    display: none
}

.banner-detail__slide {
    position: relative;
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(#000 55%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #000), to(transparent));
    mask-image: linear-gradient(#000 55%, transparent 100%)
}

.banner-detail__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery {
    --thumb-size: 80px;
    --thumbs-height: 104px;
    --thumbs-width: 400px;
    display: none;
    position: fixed;
    inset: 48px 0 0 0;
    z-index: 100
}

.gallery.active {
    display: block
}

.gallery__container {
    width: 100%;
    height: 100%
}

.gallery__box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery__control, .gallery__panel {
    display: none
}

.gallery__main {
    height: calc(100% - var(--thumbs-height))
}

.gallery__main-slider {
    height: 100%
}

.gallery__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery__main-item img, .gallery__main-item video {
    max-width: 100%;
    height: auto;
    border-top: 1px solid var(--cl-quaternary);
    border-bottom: 1px solid var(--cl-quaternary)
}

.gallery__main-item video {
    padding: 0 1px
}

.gallery__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--thumbs-height);
    background: var(--cl-tertiary);
    border-top: 1px solid var(--cl-stroke)
}

.gallery__thumbs-slider {
    padding: 0 16px
}

.gallery__thumbs-item {
    position: relative;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border: 1px solid var(--cl-quaternary);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer
}

.gallery__thumbs-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 182, 123, .4);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.gallery__thumbs-item.active {
    border-color: var(--cl-accent)
}

.gallery__thumbs-item.active::after {
    opacity: 1
}

.gallery__thumbs-item.active svg {
    stroke: var(--cl-accent)
}

.gallery__thumbs-item img, .gallery__thumbs-item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery__thumbs-video {
    position: absolute;
    bottom: 4px;
    left: 4px;
    line-height: 0
}

.gallery__thumbs-video svg {
    width: 24px;
    height: 24px;
    fill: var(--cl-primary)
}

.gallery__thumbs-video span {
    display: none
}

.datepicker {
    position: relative;
    min-width: calc(100% - 100px);
    padding-right: 32px
}

.datepicker.lg {
    min-width: calc(100% - 215px)
}

.datepicker .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.datepicker__swiper {
    position: relative
}

.datepicker__swiper.shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68.89%;
    background: -webkit-gradient(linear, right top, left top, from(var(--cl-tertiary)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(right, var(--cl-tertiary), rgba(0, 0, 0, 0));
    background: linear-gradient(-90deg, var(--cl-tertiary), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none
}

.datepicker__item {
    text-align: center;
    width: auto
}

.datepicker__btn {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.datepicker__btn.active {
    color: var(--cl-accent)
}

.datepicker__week {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: -2px
}

.datepicker__date {
    position: relative;
    left: 2px
}

.datepicker__month {
    min-width: 18px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .06em;
    color: var(--cl-secondary);
    cursor: default
}

.datepicker__time {
    font-size: 12px;
    margin-top: -6px
}

.datepicker .control__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.datepicker .control__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.datepicker .control__btn:disabled {
    display: none
}

.datepicker .control__btn svg {
    stroke: var(--cl-quaternary);
    stroke-width: 2
}

.datepicker .control__btn.prev {
    left: 0
}

.datepicker .control__btn.next {
    right: 0
}

.remark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 580px;
    gap: 4px
}

.remark span {
    font-size: 12px;
    color: var(--cl-accent) !important
}

.remark__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45px;
    height: 48px;
    background: url(../../../../../../local/templates/template2023/img/inhtml/remark/remark-stroke.svg) center/contain no-repeat
}

.remark__icon img {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 3px
}

.remark__icon + .remark__icon {
    margin-left: -8px
}

.loader {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 248px;
    height: 248px;
    margin: 40px auto
}

.loader.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loader img {
    position: absolute;
    inset: 0
}

.loader img:nth-child(2) {
    -webkit-animation: 5s linear infinite rotate;
    animation: 5s linear infinite rotate
}

.loader img:nth-child(3) {
    -webkit-animation: 6s linear infinite rotateReverse;
    animation: 6s linear infinite rotateReverse
}

.loader-wrap {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 101
}

.loader-wrap img {
    inset: auto
}

.loader-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.premiere {
    font-family: Gogol;
    font-size: 40px;
    line-height: var(--lh-title);
    color: var(--cl-secondary)
}

.checkbox input {
    display: none
}

.checkbox label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checkbox label::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--cl-primary);
    border-radius: 3px
}

.checkbox label:hover::before {
    border-color: var(--cl-accent)
}

.checkbox label a {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checkbox label a:hover {
    opacity: .7
}

.checkbox input:checked + label::before {
    border-color: var(--cl-accent);
    background: var(--cl-accent) center url(../../../../../../local/templates/template2023/img/inhtml/check.svg) no-repeat
}

.checkbox input:disabled + label {
    pointer-events: none
}

.checkbox input:disabled + label::before {
    border-color: var(--cl-quaternary)
}

.input__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    gap: 12px;
    border-bottom: 1px solid var(--cl-secondary);
    text-align: left;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    position: relative
}

.input__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49px;
    min-width: 49px;
    height: 48px;
    border-right: 1px solid var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.input__aside svg {
    display: block;
    width: 24px;
    height: 24px;
    stroke: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.input__aside svg.icon-calendar, .input__aside svg.icon-mail, .input__aside svg.icon-menu, .input__aside svg.icon-person, .input__aside svg.icon-sale, .input__aside svg.icon-text {
    stroke: rgba(0, 0, 0, 0) !important;
    fill: var(--cl-secondary)
}

.input__aside svg.icon-home {
    fill: #302f2e
}

.input__value {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 3px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    margin-top: -6px
}

.input__value input, .input__value select, .input__value textarea {
    font-size: 16px;
    line-height: 29px
}

.input__value input[name=captcha_word] + .input__label {
    white-space: normal
}

.input__label {
    font-size: 16px;
    line-height: 22px;
    color: var(--cl-primary);
    -webkit-transform: translateY(19px);
    -ms-transform: translateY(19px);
    transform: translateY(19px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
    white-space: nowrap
}

.input input::-webkit-input-placeholder, .input select::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.input input::-moz-placeholder, .input select::-moz-placeholder, .input textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.input input:-ms-input-placeholder, .input select:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.input input::-ms-input-placeholder, .input select::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.input input::placeholder, .input select::placeholder, .input textarea::placeholder {
    color: rgba(0, 0, 0, 0)
}

input:not(:-moz-placeholder-shown) + .input__label, select:not(:-moz-placeholder-shown) + .input__label, textarea:not(:-moz-placeholder-shown) + .input__label {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cl-secondary);
    transform: translateY(0)
}

input:not(:-ms-input-placeholder) + .input__label, select:not(:-ms-input-placeholder) + .input__label, textarea:not(:-ms-input-placeholder) + .input__label {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cl-secondary);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.input.constant .input__label, input:is(:focus,:focus-visible) + .input__label, input:not(:placeholder-shown) + .input__label, select:is(:focus,:focus-visible) + .input__label, select:not(:placeholder-shown) + .input__label, textarea:is(:focus,:focus-visible) + .input__label, textarea:not(:placeholder-shown) + .input__label {
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--cl-secondary);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.input__hint {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    margin-top: 6px;
    padding: 0 12px;
    text-align: left
}

.input .select__opener {
    min-width: 196px;
    height: auto;
    font-size: 16px;
    line-height: 29px;
    text-transform: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -4px;
    padding: 0 50px 0 0;
    overflow: hidden
}

.input .select__opener span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 0
}

.input .select__panel {
    border-radius: 16px;
    padding: 16px 0
}

.input.input--select .input__value {
    max-width: calc(100% - 60px);
    margin: 0;
    padding: 0
}

.input.input--textarea.active .input__aside::after {
    background-color: var(--cl-accent)
}

.input.active .input__aside, .input.active .input__content {
    border-color: var(--cl-accent)
}

.input.active .input__aside svg {
    stroke: var(--cl-accent)
}

.input.active .input__aside svg.icon-calendar, .input.active .input__aside svg.icon-mail, .input.active .input__aside svg.icon-person, .input.active .input__aside svg.icon-sale, .input.active .input__aside svg.icon-text {
    fill: var(--cl-accent)
}

.input.active.warn .input__aside, .input.active.warn .input__content {
    border-color: #f14d4d
}

.input.active.warn .input__aside svg {
    stroke: #f14d4d
}

.input.active.warn .input.input--textarea .input__aside::after {
    background-color: #f14d4d
}

.input.active.warn.input--textarea .input__aside::after {
    background-color: #f14d4d
}

.input.warn .input__aside svg {
    stroke: #f14d4d
}

.input.warn .input__aside svg.icon-calendar, .input.warn .input__aside svg.icon-mail, .input.warn .input__aside svg.icon-person, .input.warn .input__aside svg.icon-sale, .input.warn .input__aside svg.icon-text {
    fill: #f14d4d
}

.input.warn .input__hint {
    color: #f14d4d
}

.input--textarea .input__aside {
    border-right: none
}

.input--textarea .input__aside::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.input--textarea textarea {
    height: 29px;
    resize: vertical
}

.no-results {
    text-align: center;
    padding: 120px 16px
}

.no-results__icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 16px
}

.no-results__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    stroke: var(--cl-secondary);
    fill: rgba(0, 0, 0, 0)
}

.no-results p {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.no-results p a {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.no-results .button {
    margin-top: 24px
}

.return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.return.not-mob {
    gap: 8px
}

.return svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary)
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    background: var(--cl-tertiary);
    border-radius: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 16px;
    z-index: 5
}

.person > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.person__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.person__wrap svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    stroke: var(--cl-accent)
}

.person__phone {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    word-break: break-all
}

.person__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.person__link span {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.person__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    stroke: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.person__exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.person__exit span {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.person__exit svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 18px;
    stroke: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-block: 32px 64px
}

.order-title__text {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.order-title__text div > span, .order-title__text > span {
    color: var(--cl-primary)
}

.order-title__text:nth-child(1) {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-title__text:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px
}

.order-title__text:nth-child(2) .button {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-title::after {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    content: "";
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: var(--cl-secondary)
}

.order-title--return {
    margin: 0 0 22px !important
}

.order-title--return .order-title__text:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px
}

.order-title__reason {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    background-color: #302f2e;
    border-radius: 24px;
    margin-left: 15px;
    padding: 8px 29px
}

.payment input {
    display: none
}

.payment input:checked + label {
    border-color: var(--cl-accent)
}

.payment input:checked + label .payment__method svg {
    fill: var(--cl-accent)
}

.payment input:checked + label .payment__method::after {
    opacity: 1
}

.payment input:disabled + label {
    background: rgba(48, 47, 46, .4);
    pointer-events: none
}

.payment input:disabled + label .payment__method svg {
    background: 0 0;
    fill: var(--cl-secondary)
}

.payment input:disabled + label .payment__title {
    color: var(--cl-quaternary)
}

.payment__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: var(--cl-tertiary);
    border: 1px solid var(--cl-stroke);
    border-radius: 20px;
    padding: 15px
}

.payment__check {
    position: absolute;
    top: 14px;
    right: 14px
}

.payment__method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: var(--cl-stroke);
    border: 1px solid var(--cl-stroke);
    border-radius: 50%
}

.payment__method svg {
    width: 100%;
    height: 100%;
    fill: var(--cl-primary)
}

.payment__method [class^=icon-] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.payment__method::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.payment__method._card::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/card-shine.png)
}

.payment__method .icon-card {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/card-shadow.png)
}

.payment__method._pushkin::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/pushkin-shine.png)
}

.payment__method .icon-pushkin {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/pushkin-shadow.png)
}

.payment__method._cash::after {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/cash-shine.png)
}

.payment__method .icon-cash {
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/payment/cash-shadow.png)
}

.payment__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.payment__title {
    font-family: var(--font-base-semibold);
    font-size: 16px
}

.payment__info {
    font-size: 12px;
    color: var(--cl-secondary)
}

.payment__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 4px
}

.payment__images img {
    width: 40px;
    height: 24px;
    border: 1px solid var(--cl-stroke);
    border-radius: 4px
}

.place {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.place::after {
    content: "";
    min-width: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border-bottom: 1px dotted var(--cl-quaternary);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.place__price, .place__seat {
    font-size: 14px
}

.place__seat {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.place__seat svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-secondary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.place__old-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--cl-quaternary);
    text-decoration: line-through
}

.place__price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.place__delete svg {
    stroke-width: 1.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.place-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: #f14d4d;
    margin-top: -8px
}

.place-error a {
    text-decoration: underline
}

.place-error svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: #f14d4d
}

.place-error .icon-no-tickets {
    stroke-width: 2;
    margin-right: 12px
}

.place-error__refresh svg {
    width: 14px;
    height: 14px;
    stroke: none
}

.place.error, .place.time-is-up {
    color: #f14d4d
}

.place.error {
    text-decoration: line-through
}

.place.error-count .place__seat {
    color: #f14d4d
}

.ticket__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.ticket__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ticket__list-item + .ticket__list-item {
    margin-top: 32px
}

.ticket__list-item .ticket-perf {
    margin-bottom: 16px
}

.ticket__list-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.ticket__list p.ticket__list-info, .ticket__list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--cl-primary)
}

.ticket__list p.ticket__list-info span, .ticket__list-info span {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: inherit
}

.ticket__list p.ticket__list-info span:first-child, .ticket__list-info span:first-child {
    font-family: var(--font-base-medium)
}

.ticket__list p.ticket__list-info .error, .ticket__list-info .error {
    font-size: 14px;
    color: #f14d4d
}

.ticket__list p.ticket__list-info .button, .ticket__list-info .button {
    margin-top: 8px
}

.ticket__place-name {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    letter-spacing: .06em;
    color: var(--cl-secondary);
    text-transform: uppercase;
    margin-top: 8px
}

.ticket__place-name:first-child {
    margin-top: 0
}

.ticket__performance > svg, .ticket__toggle {
    display: none
}

.ticket--single-item + .ticket--single-item {
    margin-top: 8px
}

.ticket--subs .ticket__list-item + .ticket__list-item {
    margin-top: 16px
}

.ticket--subs .place + .ticket__list-place {
    display: none;
    margin-top: 8px
}

.ticket--subs .place.active + .ticket__list-place {
    display: block
}

.ticket--subs .place.active .place__seat svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ticket--subs .ticket__list {
    height: 650px;
    position: relative;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-several.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7px 16px
}

.ticket--subs .ticket__list::after, .ticket--subs .ticket__list::before {
    content: "";
    position: absolute;
    left: 32px;
    right: 32px;
    height: 32px;
    z-index: 1
}

.ticket--subs .ticket__list::before {
    top: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#302f2e), to(rgba(48, 47, 46, 0)));
    background: -o-linear-gradient(top, #302f2e 0, rgba(48, 47, 46, 0) 100%);
    background: linear-gradient(180deg, #302f2e 0, rgba(48, 47, 46, 0) 100%)
}

.ticket--subs .ticket__list::after {
    bottom: 7px;
    background: -webkit-gradient(linear, left bottom, left top, from(#302f2e), to(rgba(48, 47, 46, 0)));
    background: -o-linear-gradient(bottom, #302f2e 0, rgba(48, 47, 46, 0) 100%);
    background: linear-gradient(0deg, #302f2e 0, rgba(48, 47, 46, 0) 100%)
}

.ticket--subs .ticket__list-box {
    padding: 32px 16px;
    height: 100%;
    overflow-x: hidden
}

.ticket--subs .ticket__name {
    font-size: 14px
}

.ticket--subs .ticket__list-item {
    min-height: 112px;
    padding: 14px 16px;
    border-radius: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23F5F1E8BF' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")
}

.ticket--subs .ticket__list-item.selected {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23FFB67BFF' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")
}

.ticket--subs .ticket__list-item.empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 32px
}

.ticket--subs .ticket__list-item .ticket-perf + .place {
    margin-top: -4px
}

.ticket-perf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.ticket-perf img {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.ticket-perf__box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ticket-perf__date {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.ticket-perf__title {
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.order-bar__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-bar__content-left, .order-bar__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-bar__content-left {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.order-bar__group {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px
}

.order-bar__text {
    font-size: 14px;
    color: var(--cl-secondary)
}

.order-bar__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 16px;
    font-family: var(--font-base-medium);
    font-size: 32px
}

.order-bar__sum-old {
    font-family: var(--font-base);
    font-size: 16px;
    text-decoration: line-through;
    color: var(--cl-secondary)
}

.order-bar__link {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    text-align: left;
    color: var(--cl-accent)
}

.order-bar__link.active {
    opacity: .1
}

.order-bar__pc {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

.order-bar__pc-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.order-bar__pc-reset svg {
    stroke-width: 1.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.text-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.text-more .text-more__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    line-height: 29px;
    overflow: hidden;
    max-height: 232px;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, #000));
    -webkit-mask-image: linear-gradient(to top, transparent, #000 30%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(30%, #000));
    mask-image: linear-gradient(to top, transparent, #000 30%)
}

.text-more__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 29px;
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.text-more__button span:nth-of-type(2) {
    display: none
}

.text-more__button svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.text-more.active .text-more__content {
    max-height: none;
    -webkit-mask-image: unset;
    mask-image: unset
}

.text-more.active span:nth-of-type(1) {
    display: none
}

.text-more.active span:nth-of-type(2) {
    display: block
}

.text-more.active .text-more__button svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion__content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.accordion__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px
}

.accordion .active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion .active + .accordion__content {
    max-height: none;
    opacity: 1;
    visibility: visible
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: calc(var(--vh, 1vh) * 100 - 48px);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 104% auto;
    mix-blend-mode: exclusion
}

.not-found__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 56px 16px 32px
}

.not-found h2 {
    font-size: 60px;
    color: var(--cl-primary);
    margin-bottom: 16px
}

.not-found p {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.not-found .button {
    margin: 32px 0
}

.not-found__label {
    font-size: 16px;
    font-family: var(--font-base-medium);
    line-height: var(--lh-text-lg);
    color: var(--cl-primary);
    margin-top: auto
}

.promocode {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 372px;
    border-radius: 16px;
    border: 1px solid var(--cl-stroke);
    background: var(--cl-tertiary);
    padding: 32px 20px 43px;
    max-height: 288px;
    overflow-y: auto
}

.promocode.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promocode__close {
    position: absolute;
    top: 8px;
    right: 8px
}

.promocode__close svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-secondary)
}

.promocode__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 16px
}

.promocode__input .input.active svg {
    stroke: none;
    fill: var(--cl-accent)
}

.promocode__input svg {
    stroke: none;
    fill: var(--cl-secondary)
}

.promocode__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.promocode__list-title {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    letter-spacing: .72px;
    color: var(--cl-secondary);
    text-transform: uppercase;
    -webkit-margin-after: -4px;
    margin-block-end: -4px
}

.promocode__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promocode__item-code {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent)
}

.promocode__item p {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.promocode__error {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: #f14d4d
}

.duration__box::after, .duration__box::before, .duration__item:not(.duration__item:first-child,.duration__item:last-child)::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #424140;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.duration {
    position: relative;
    min-width: 170px
}

.duration.one-act {
    max-width: 88px
}

.duration::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #424140
}

.duration__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.duration__box::after {
    right: 0
}

.duration__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.duration__item:last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.duration__item:first-child, .duration__item:only-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.duration__item span {
    font-size: 10px;
    color: var(--cl-secondary)
}

.duration__act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.duration__act span {
    color: var(--cl-primary)
}

.duration__act span:nth-child(1) {
    font-family: var(--font-title);
    font-size: 24px;
    position: relative;
    bottom: 4px
}

.duration__act + span {
    color: var(--cl-primary)
}

.performer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.performer img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid var(--cl-secondary);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.performer__character {
    font-size: 14px;
    color: var(--cl-secondary)
}

.performer__name {
    font-size: 16px
}

.performer__more {
    font-size: 12px;
    color: var(--cl-secondary)
}

.performer.accent img {
    border-color: var(--cl-accent)
}

.performer.accent .performer__box {
    position: relative
}

.performer.accent .performer__box::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -8px;
    left: -8px;
    background: url(../../../../../../local/templates/template2023/img/inhtml/remark/stars.svg) center/contain no-repeat
}

.mass-media {
    height: 100%
}

.mass-media__title {
    font-family: var(--font-base-medium);
    font-size: 24px;
    margin-bottom: 16px
}

.mass-media__tabs .tabs {
    padding: 0 32px;
    margin: 0 -32px
}

.mass-media__tabs .tabs__item {
    white-space: nowrap
}

.mass-media__tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
    max-height: 70vh
}

.mass-media__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.mass-media__article-date {
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.mass-media__article a.mass-media__article-title, .mass-media__article-title {
    display: block;
    font-size: 20px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent)
}

.mass-media__article p {
    color: var(--cl-secondary)
}

.mass-media p {
    font-size: 14px
}

.partner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.partner__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    line-height: var(--lh-text-lg);
    -webkit-padding-end: 20px;
    padding-inline-end: 20px
}

.partner__head img {
    width: 155px;
    height: 85px
}

.partner__head a {
    font-size: 14px;
    color: var(--cl-accent)
}

.partner__title {
    font-size: 16px
}

.timer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--cl-secondary)
}

.timer__warn {
    display: none;
    max-width: 160px;
    font-size: 12px;
    color: #f14d4d
}

.timer__warn a, .timer__warn span {
    display: block;
    text-align: right
}

.timer__warn a {
    text-decoration: underline
}

.timer svg {
    width: 24px;
    height: 24px;
    fill: var(--cl-secondary)
}

.timer.red .timer__box {
    color: #f14d4d
}

.timer.red svg {
    fill: #f14d4d
}

.timer.warn .timer__box {
    display: none
}

.timer.warn .timer__warn {
    display: block
}

.theater-detail {
    min-height: calc(100vh - 48px);
    position: relative
}

.theater-detail .return {
    margin-bottom: 16px
}

.theater-detail .return svg {
    min-width: 16px
}

.theater-detail__aside, .theater-detail__content {
    padding: 16px
}

.theater-detail__aside {
    position: absolute;
    top: 0;
    left: -150vw;
    width: 100vw;
    height: calc(100vh - 48px);
    background-color: var(--cl-tertiary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.theater-detail__title {
    font-size: 40px;
    margin-bottom: 24px
}

.theater-detail__item {
    margin-bottom: 16px
}

.theater-detail__item:last-child {
    margin-bottom: 0
}

.theater-detail__link {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    padding-right: 20px;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.theater-detail__link svg {
    position: absolute;
    top: 9px;
    right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.theater-detail__link.active {
    color: var(--cl-accent)
}

.theater-detail__link.active svg {
    stroke: var(--cl-accent)
}

.theater-detail__link.active::after {
    background: var(--cl-accent)
}

.theater-detail__subtitle {
    font-size: 32px;
    margin-bottom: 16px
}

.theater-detail__wrap {
    max-width: 900px;
    margin-bottom: 24px
}

.theater-detail__wrap:last-child {
    margin-bottom: 0
}

.theater-detail .performer {
    display: block;
    margin-bottom: 16px
}

.theater-detail .performer:last-child {
    margin: 0
}

.theater-detail__inner-title {
    font-size: 24px;
    line-height: var(--lh-text-lg);
    margin-bottom: 16px
}

.theater-detail__inner-subtitle {
    font-size: 18px;
    line-height: var(--lh-text-lg);
    margin: 16px 0
}

.theater-detail__return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    gap: 24px;
    border-radius: 24px;
    background-color: #181716;
    margin: 26px 0;
    padding: 28px
}

.theater-detail__return-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.theater-detail__return-title {
    font-size: 40px;
    color: var(--cl-accent);
    margin-bottom: 1px
}

.theater-detail__text {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    margin-bottom: 24px
}

.theater-detail__text:last-child {
    margin-bottom: 0
}

.theater-detail__text a {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theater-detail__text--return {
    font-size: 14px;
    margin-bottom: 0
}

.theater-detail__inner-list {
    margin-bottom: 24px;
    padding-left: 24px
}

.theater-detail__inner-list:last-child {
    margin-bottom: 0
}

.theater-detail__inner-item {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    position: relative;
    margin-bottom: 18px
}

.theater-detail__inner-item a {
    display: inline-block;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.theater-detail__inner-item:last-child {
    margin-bottom: 0
}

.theater-detail__inner-item::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -14px;
    width: 4px;
    height: 4px;
    background-color: var(--cl-primary);
    border-radius: 50%
}

.theater-detail__inner-item--link::before {
    background-color: var(--cl-accent)
}

.theater-detail .detail {
    max-width: 100%
}

.theater-detail.theater-mobile .theater-detail__aside {
    left: 0
}

.ticket-use__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px
}

.ticket-use__title {
    font-size: 20px;
    line-height: var(--lh-text-lg);
    margin-bottom: 16px
}

.ticket-use__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px
}

.ticket-use__list li {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    list-style-type: disc;
    color: var(--cl-primary)
}

.ticket-use__list li a, .ticket-use__list li span {
    color: var(--cl-accent)
}

.ticket-use__box {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 268px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 16px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 16px 60px 0 rgba(0, 0, 0, .3);
    background-color: var(--cl-tertiary);
    border: 1px solid var(--cl-stroke)
}

.ticket-use__box > img {
    height: 152px;
    -o-object-fit: cover;
    object-fit: cover
}

.ticket-use__box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary)
}

.ticket-use__box-text img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover
}

.ticket-detail__content {
    width: 320px;
    height: 560px;
    margin: 0 auto;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-detail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ticket-detail__info {
    position: relative;
    height: 240px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ticket-detail__info-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ticket-detail__date {
    font-size: 12px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.ticket-detail__name {
    font-size: 16px;
    font-family: var(--font-base-medium);
    margin-top: 4px;
    display: box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 68px
}

.ticket-detail__place-name {
    font-size: 14px;
    line-height: var(--lh-text-lg)
}

.ticket-detail__place-seat {
    font-size: 24px;
    line-height: var(--lh-text-lg)
}

.ticket-detail__interaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.ticket-detail__interaction svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-accent)
}

.ticket-detail__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 320px
}

.ticket-detail__qr img {
    width: 240px;
    height: 240px
}

.ticket-detail__qr-num {
    font-size: 12px;
    letter-spacing: .72px;
    color: var(--cl-tertiary);
    margin-top: -6px
}

.ticket-detail__qr-dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 258px;
    height: 258px;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    font-family: var(--font-base-medium);
    color: var(--cl-tertiary);
    text-align: center;
    background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/qr-dummy.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.ticket-slider {
    --pb: 60px;
    padding-bottom: var(--pb)
}

.ticket-slider__control .control-btn {
    position: absolute;
    top: calc(50% - var(--pb));
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.ticket-slider__control .control-btn.prev {
    left: 0
}

.ticket-slider__control .control-btn.next {
    right: 0
}

.ticket-slider__control .control-btn.swiper-button-lock {
    display: none
}

.ticket-slider__pagination {
    position: absolute;
    bottom: 0;
    margin-top: 32px;
    text-align: center;
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.simplebar-track {
    margin-top: 32px;
    margin-bottom: 32px;
    background: #424140
}

.simplebar-track::after {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0
}

.simplebar-track.simplebar-vertical {
    width: 1px
}

.simplebar-track.simplebar-horizontal {
    display: none;
    height: 0;
    width: 0
}

.simplebar-scrollbar::before {
    inset: 0;
    border-radius: 0;
    opacity: 1;
    background-color: var(--cl-primary)
}

.tariffs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-block: 6px
}

.tariffs-item p {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary);
    text-align: center
}

.tariffs-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7px
}

.tariffs-item__title img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px
}

.tariffs-item__title span {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary)
}

.tariffs-table__head {
    min-height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px;
    background-color: var(--cl-tertiary)
}

.tariffs-table__head .button {
    display: none
}

.tariffs-table__head .button.is-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px
}

.tariffs-table__head .button span {
    display: none
}

.tariffs-table__tabs-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 32px 16px
}

.tariffs-table__tabs-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tariffs-table__tabs-content p {
    font-size: 20px;
    line-height: var(--lh-text-lg)
}

.tariffs-table__tabs-content ul {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px
}

.tariffs-table__tabs-content ul li {
    list-style-type: disc
}

.tariffs-table__tabs-content ul li > span {
    display: block;
    font-size: 14px;
    color: var(--cl-accent)
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.message svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin: 2px;
    stroke: var(--cl-tertiary);
    background-color: var(--cl-accent);
    border-radius: 50%
}

.message span {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    color: var(--cl-primary)
}

.promotion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background-color: var(--cl-tertiary);
    border-radius: 20px;
    padding: 24px
}

.promotion__box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.promotion__box > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.promotion__box > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    color: var(--cl-accent)
}

.promotion__box > div a svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-accent);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.promotion__tariff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px
}

.promotion__tariff .title {
    font-size: 60px
}

.promotion__tariff img {
    width: 41px;
    height: 41px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.promotion__date {
    color: var(--cl-secondary)
}

.promotion__promocode {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    color: var(--cl-accent)
}

.promotion__promocode svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: var(--cl-accent)
}

.promotion__info {
    font-size: 14px;
    line-height: var(--lh-text-lg);
    color: var(--cl-secondary)
}

.os.active {
    display: block
}

.os:not(.active) {
    display: none
}

.buy-select__tabs {
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    background-color: #444;
    border-radius: 19px;
    padding-top: 8px
}

.buy-select__tabs .tabs {
    gap: 8px
}

.buy-select__tabs .tabs__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.buy-select__tabs .tabs-content {
    padding-block: 16px;
    padding-inline: 20px 16px
}

.buy-select__tabs .tabs-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.buy-select__tabs .tabs-content ul a {
    display: block;
    color: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.buy-select__tabs .tabs-content ul a:hover, .buy-select__tabs .tabs-content ul li.active a {
    color: var(--cl-accent)
}

.banner-info {
    right: 16px;
    left: 16px;
    bottom: 16px;
    z-index: 10
}

.banner-info:not(.fixed) {
    position: absolute
}

.banner-info.fixed {
    position: fixed;
    z-index: 101
}

.banner-info.is-hide {
    display: none
}

.banner-info.with-btn .banner-info__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-info.without-img {
    bottom: 24px
}

.banner-info.without-img .banner-info__info {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 32px
}

.banner-info.without-img .banner-info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.banner-info__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--cl-stroke)
}

.banner-info__close svg {
    width: 12px;
    height: 12px;
    stroke: var(--cl-primary)
}

.banner-info__container {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--cl-stroke);
    background-color: var(--cl-tertiary);
    -webkit-box-shadow: 0 16px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 16px 60px 0 rgba(0, 0, 0, .3);
    overflow: hidden
}

.banner-info__container > img {
    width: 112px;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-info__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding: 16px
}

.banner-info__info p {
    font-size: 12px;
    line-height: 20px
}

.banner-info__info p.banner-info__title {
    font-size: 16px
}

.banner-info__info a {
    color: var(--cl-accent);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.banner-info__info a:hover {
    opacity: .7
}

.banner-info .os {
    height: 30px
}

.banner-info .os.os-other {
    width: 72px;
    height: 72px
}

.select-date__title {
    font-size: 16px;
    line-height: var(--lh-text-lg);
    padding-inline: 64px;
    text-align: center;
    -webkit-margin-after: 32px;
    margin-block-end: 32px
}

.select-date__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.select-date__item.active .select-date__item-wrap {
    border-color: var(--cl-accent)
}

.select-date__item.disabled {
    color: var(--cl-quaternary);
    opacity: .4;
    pointer-events: none
}

.select-date__item label, .select-date__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid var(--cl-stroke);
    background: var(--cl-tertiary);
    -webkit-box-shadow: 0 2px 21px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, .2);
    padding: 8px 16px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.select-date__item label > div, .select-date__item-wrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-date__item label > div:first-child, .select-date__item-wrap > div:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 8px
}

.select-date__item label > div:last-child, .select-date__item-wrap > div:last-child {
    gap: 16px
}

.select-date__item label > div span, .select-date__item-wrap > div span {
    display: block;
    max-width: 130px;
    font-size: 12px;
    line-height: var(--lh-text-lg)
}

.select-date__item label > div span:first-child, .select-date__item-wrap > div span:first-child {
    color: var(--cl-secondary)
}

.select-date__item input {
    display: none
}

.select-date__item input:checked + label {
    border-color: var(--cl-accent)
}

.select-date__check {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.notify {
    position: fixed;
    top: 64px;
    right: 16px;
    left: 16px;
    z-index: 10
}

.notify.is-hide {
    display: none
}

.notify__close {
    position: absolute;
    top: 8px;
    right: 8px
}

.notify__close svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-secondary)
}

.notify__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--cl-stroke);
    background-color: var(--cl-tertiary);
    padding: 32px 20px 24px;
    font-size: 16px;
    line-height: var(--lh-text-lg)
}

.notify__content a {
    color: var(--cl-accent)
}

.scheme {
    position: relative;
    width: 100%;
    height: 100%
}

.scheme svg {
    width: 100%;
    height: 100%
}

.scheme svg [data-bitrix-id] {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.scheme__svg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.scheme__zoom {
    position: absolute;
    right: 16px;
    bottom: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    z-index: 1
}

.scheme__zoom button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--cl-tertiary);
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .15);
    border: 1px solid var(--cl-accent)
}

.scheme__zoom button svg {
    width: 16px;
    height: 16px;
    stroke: var(--cl-primary)
}

.scheme__zoom button:disabled, .scheme__zoom button[disabled] {
    background-color: #545250;
    border-color: #545250;
    pointer-events: none
}

.scheme__zoom button:disabled svg, .scheme__zoom button[disabled] svg {
    stroke: var(--cl-quaternary)
}

.seat-info {
    display: none;
    width: 268px;
    position: absolute;
    padding: 12px 24px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .8);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .8);
    z-index: 11
}

.seat-info__close {
    position: absolute;
    top: 10px;
    right: 10px
}

.seat-info__close svg {
    width: 16px;
    height: 16px;
    fill: transparent;
    stroke: var(--cl-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.seat-info__name {
    font-size: 16px;
    color: var(--cl-secondary)
}

.seat-info__text {
    font-family: var(--font-base-medium);
    font-size: 14px;
    line-height: var(--lh-text-lg);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.seat-info__text.lg {
    font-size: 18px
}

.seat-info__text span:first-child {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.seat-info__text::after {
    content: "";
    min-width: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    border-bottom: 1px dotted var(--cl-quaternary);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.seat-info__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-margin-before: 8px;
    margin-block-start: 8px
}

.seat-info__info svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: var(--cl-accent)
}

.seat-info .button.fill {
    display: block;
    margin-inline: auto;
    -webkit-margin-before: 16px;
    margin-block-start: 16px;
    text-align: center
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 40px
}

.counter .button {
    width: 41px;
    height: 41px;
    padding: 0
}

.counter .button svg {
    width: 16px;
    height: 16px
}

.counter .button.disabled svg, .counter .button:disabled svg, .counter .button[disabled] svg {
    stroke: #f5f1e8
}

.counter__count-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.counter__count-price span {
    line-height: var(--lh-text-lg)
}

.counter__count-price span:nth-child(1) {
    font-family: var(--font-base-medium)
}

.counter__count-price span:nth-child(2) {
    font-size: 24px
}

@media (min-width: 375px) {
    .theater__title {
        letter-spacing: .06em
    }

    .theater__title span.small {
        letter-spacing: 0
    }

    .theater__title span.bottom {
        padding-left: 96px
    }

    .theater__title span.bottom::before {
        width: 80px
    }

    .theater__controls {
        bottom: 110px
    }

    .theater__link {
        font-size: 60px
    }

    .modal.modal-calendar .modal__months {
        width: calc(100% + 16px);
        height: 366px
    }

    .modal.modal-calendar .modal__month.first-day-2 .modal__day:first-child {
        margin-left: 51px
    }

    .modal.modal-calendar .modal__month.first-day-3 .modal__day:first-child {
        margin-left: 99px
    }

    .modal.modal-calendar .modal__month.first-day-4 .modal__day:first-child {
        margin-left: 147px
    }

    .modal.modal-calendar .modal__month.first-day-5 .modal__day:first-child {
        margin-left: 195px
    }

    .modal.modal-calendar .modal__month.first-day-6 .modal__day:first-child {
        margin-left: 243px
    }

    .modal.modal-calendar .modal__month.first-day-0 .modal__day:first-child {
        margin-left: 291px
    }

    .modal.modal-calendar .modal__head {
        width: 42px
    }

    .modal.modal-calendar .modal__days {
        width: calc(100% + 6px);
        margin: 0 -3px
    }

    .modal.modal-calendar .modal__day {
        width: 42px;
        height: 72px
    }

    .modal.modal-calendar .modal__day.two .modal__inner .modal__number, .modal.modal-calendar .modal__day.two.active .modal__inner .modal__number, .modal.modal-calendar .modal__day.two.current.active .modal__inner:after {
        left: 12px
    }

    .modal.modal-calendar .modal__inner svg {
        top: 41px
    }
}

@media (min-width: 430px) {
    .card__ticket a span:nth-of-type(2) {
        width: 59%
    }

    .card__ticket a::after {
        min-width: 28px
    }
}

@media (min-width: 600px) {
    .modal-counter .modal__wrap {
        max-width: 360px;
        border: unset;
        border-radius: unset;
        overflow: unset
    }

    .modal-counter .modal__close {
        top: -32px;
        right: -32px
    }
}

@media (min-width: 601px) {
    .header__item {
        margin-bottom: 100px
    }

    .header__item a {
        font-size: 60px
    }

    .header__item:last-child {
        margin-bottom: 0
    }

    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 24px
    }

    .footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .footer__item {
        width: auto;
        padding-right: 40px
    }

    .footer__text--more {
        display: inline-block;
        margin: 0
    }

    .footer__text--more.mobile {
        display: none
    }

    .footer__text--copyright {
        margin-top: 20px
    }

    .footer__aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .footer__app {
        margin-bottom: 46px
    }

    .footer__app-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__socials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
        gap: 16px;
        margin-right: 16px
    }

    .banner__slider-control {
        bottom: 48px;
        right: 60px
    }

    .banner-friends .banner-slide__title {
        bottom: -50px
    }

    .banner-friends__info .title {
        font-size: 88px
    }

    .banner-friends__links {
        position: static;
        margin-top: 16px
    }

    .afisha__pin.pin .afisha__pin-content {
        margin: 0 32px
    }

    .afisha__container {
        padding: 0 32px;
        overflow: unset
    }

    .afisha__title {
        margin-bottom: 16px
    }

    .afisha__filters-chips {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px
    }

    .afisha__filters-chips > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px
    }

    .afisha__listing {
        margin-top: 28px
    }

    .afisha__month-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .afisha__months {
        display: block;
        position: sticky;
        top: 200px;
        bottom: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        padding-top: 60px;
        z-index: 2
    }

    .cart__container {
        margin: 32px 32px 64px
    }

    .cart__policy {
        font-size: 12px
    }

    .subscription-create__container {
        max-width: 552px;
        margin: 32px auto;
        padding-bottom: 110px
    }

    .subscription-create .return {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .subscription-create__title-wrap img {
        display: block;
        width: 222px;
        height: 222px;
        margin: -22px -16px 0 0
    }

    .subscription-create .title {
        font-size: 88px
    }

    .subscription-create p {
        max-width: 500px
    }

    .subscription-create__back {
        display: none
    }

    .subscription-create__link span {
        font-size: 16px
    }

    .subscription-create__result {
        padding-top: 0
    }

    .subscription-create__time-wrap {
        position: static;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin: 0 32px 0 auto
    }

    .subscription-create__result .button.md {
        font-size: 16px;
        padding: 15px 31px
    }

    .subscription-create__card {
        margin: 0;
        width: auto
    }

    .performances__main {
        gap: 8px
    }

    .performances__box, .performances__duration {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .performances__box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .performances__duration {
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .performances__duration .duration {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .performances__icons {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

    .performances__icons-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 0
    }

    .performances__section .title {
        font-size: 60px
    }

    .theater .banner__circle {
        right: 33px;
        left: auto;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .theater__overlay {
        padding: 60px
    }

    .theater__title {
        max-width: 500px;
        font-size: 88px
    }

    .theater__title span {
        margin-bottom: 9px
    }

    .theater__title span.bottom, .theater__title span.small {
        margin-bottom: 0
    }

    .theater__title span.small {
        max-width: 90px;
        font-size: 16px;
        margin-top: 10px;
        margin-left: 24px
    }

    .theater__title span.bottom {
        padding-left: 138px
    }

    .theater__title span.bottom::before {
        width: 114px
    }

    .theater__controls {
        left: 32px;
        bottom: 32px
    }

    .theater .swiper-button-next, .theater .swiper-button-prev {
        bottom: 40px
    }

    .theater__link {
        padding: 67px 16px
    }

    .buy__chips {
        -webkit-margin-before: 20px;
        margin-block-start: 20px
    }

    .buy__chips-items {
        margin-inline: -32px;
        padding-inline: 32px
    }

    .buy__panel {
        padding: 32px 32px 0
    }

    .buy__panel::before {
        height: 172px
    }

    .buy__panel .return {
        top: 32px;
        left: 32px
    }

    .buy__panel-info {
        padding: 0 38px
    }

    .buy__info-bar {
        padding-inline: 32px
    }

    .buy__tickets {
        padding-block: 0 32px
    }

    .buy__bar {
        padding-block: 20px
    }

    .selector__wrap {
        padding: 40px
    }

    .selector__background {
        height: 600px
    }

    .selector__close {
        right: 40px
    }

    .selector__subtitle {
        margin-bottom: 36px
    }

    .selector__content, .selector__steps {
        max-width: 320px
    }

    .selector__steps {
        margin: 0 auto 32px
    }

    .selector__content {
        margin: 0 auto
    }

    .selector-banner__content {
        min-height: 700px;
        max-height: 973px;
        background-image: url(../../../../../../local/templates/template2023/img/inhtml/selector/selector-banner-bg.jpg);
        background-size: auto 79%;
        background-position: 86% top
    }

    .selector-banner__content::after {
        height: 550px
    }

    .selector-banner__box {
        gap: 16px;
        right: 64px;
        bottom: 64px;
        left: 64px
    }

    .selector-banner__box p {
        max-width: 310px
    }

    .selector-banner__box .title {
        font-size: 60px
    }

    .selector-banner__box .button {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 31px
    }

    .page-list__head {
        margin-bottom: 16px
    }

    .page-list__head-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-list__head-box .select {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .page-list__container {
        padding: 0 32px;
        overflow: unset
    }

    .shape {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        z-index: 2
    }

    .shape img {
        position: absolute;
        height: 834px;
        will-change: left, top
    }

    .shape img:first-child {
        top: 200px;
        left: -180px
    }

    .shape img:last-child {
        top: -200px;
        left: 390px
    }

    .card--canceled.card--return {
        padding-left: 88px
    }

    .card--canceled.card--return .card__time span:first-child {
        display: block
    }

    .card--canceled.card--return .card__date {
        padding-bottom: 0
    }

    .card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 0
    }

    .card__date {
        width: 65px;
        min-width: 65px;
        text-align: right;
        margin-right: 17px;
        padding-bottom: 16px
    }

    .card__day {
        font-size: 40px;
        color: var(--cl-accent);
        margin-bottom: 4px
    }

    .card__time {
        margin-block: 0
    }

    .card__time span:first-child {
        display: none
    }

    .card__time span:nth-child(2) {
        color: var(--cl-primary)
    }

    .card__img-box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 184px;
        height: 236px;
        margin-right: 17px
    }

    .card__like {
        top: -14px;
        left: -14px;
        right: auto
    }

    .card__wrap {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        -webkit-padding-before: 30px;
        padding-block-start: 30px
    }

    .card__wrap .button {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .card__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 32px
    }

    .card__column {
        display: block
    }

    .card__column:nth-child(2) {
        display: none
    }

    .card__ticket a span:nth-of-type(2) {
        width: 50%
    }

    .card__description {
        display: block
    }

    .card__more {
        display: none
    }

    .card--remark .card__wrap {
        padding-top: 0
    }

    .card--premiere .card__date {
        padding: 4px 0 0
    }

    .card--premiere .card__img-box {
        width: 220px;
        height: 282px
    }

    .card--premiere .card__like {
        top: -10px;
        left: -8px
    }

    .card--canceled .card__date {
        padding-bottom: 80px
    }

    .card--rescheduled .card__date {
        margin-top: -10px;
        padding-bottom: 90px
    }

    .card--rescheduled .card__day::before {
        left: auto;
        right: 22px
    }

    .title.sm {
        font-size: 120px
    }

    .title.md {
        font-size: 88px
    }

    .banner-slide {
        background: unset
    }

    .banner-slide__box {
        height: 75vh
    }

    .banner-slide__date {
        top: 60px;
        left: 60px
    }

    .banner-slide__title {
        width: calc(100% - 120px);
        margin: 0 60px;
        top: 40vh
    }

    .banner-slide__info {
        max-width: 360px;
        font-size: 14px;
        margin-top: 49px;
        margin-right: 60px
    }

    .banner-date__months {
        font-size: 16px
    }

    .banner-date__dates {
        font-size: 60px
    }

    .control__timeline, .control__timeline.swiper-pagination-bullets {
        width: 410px
    }

    .poster {
        min-height: 362px;
        padding: 52px 231px 52px 52px
    }

    .poster::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 117px;
        height: 100%;
        background-color: rgba(210, 93, 0, .6);
        -webkit-filter: blur(141.004px);
        filter: blur(141.004px);
        -webkit-transform: matrix(.5, -.87, -.87, -.5, 0, 0);
        -ms-transform: matrix(.5, -.87, -.87, -.5, 0, 0);
        transform: matrix(.5, -.87, -.87, -.5, 0, 0);
        z-index: 1
    }

    .poster__wrap {
        max-width: 480px
    }

    .poster__title {
        font-family: var(--font-title);
        line-height: var(--lh-title);
        letter-spacing: .06em;
        font-size: 60px
    }

    .poster__img {
        top: 0;
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
        max-width: none;
        height: 100%
    }

    .poster__animation {
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: block;
        width: 380px;
        height: 380px;
        -webkit-animation: 20s infinite posterAnimationXS;
        animation: 20s infinite posterAnimationXS
    }

    .poster__animation::before {
        width: 50px
    }

    .poster__animation::after {
        height: 50px
    }

    .poster__animation img {
        width: 144px;
        height: 144px
    }

    .overlay {
        top: 0
    }

    .modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0
    }

    .modal__wrap {
        height: auto;
        margin: auto;
        max-height: calc(100% - 64px);
        border-radius: 32px;
        background-image: unset;
        background-color: var(--cl-tertiary);
        border: 1px solid var(--cl-stroke)
    }

    .modal__back, .modal__close {
        width: auto;
        height: auto;
        background-color: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .modal__close {
        top: 32px;
        right: 32px
    }

    .modal__close svg {
        width: 24px;
        height: 24px
    }

    .modal-ticket .modal__wrap {
        -webkit-margin-before: auto;
        margin-block-start: auto
    }

    .modal-wide .modal__wrap {
        max-width: 600px
    }

    .modal-default .modal__wrap {
        max-width: 380px
    }

    .modal.modal-calendar .simplebar-content {
        gap: 34px
    }

    .modal.modal-calendar .modal__content {
        height: calc(100vh - 136px);
        gap: 34px;
        background: 0 0;
        margin-top: 136px;
        padding: 0
    }

    .modal.modal-calendar .modal__wrap {
        max-width: 488px;
        height: 610px;
        border-radius: 22px;
        padding: 20px 24px 12px;
        background: center/cover url(../../../../../../local/templates/template2023/img/inhtml/bg.jpg) no-repeat var(--cl-tertiary)
    }

    .modal.modal-calendar .modal__wrap--aside {
        height: auto;
        padding: 20px 34px 22px
    }

    .modal.modal-calendar .modal__wrap--aside .card__content {
        max-width: 260px
    }

    .modal.modal-calendar .modal__wrap--aside .card__day {
        font-family: var(--font-title);
        font-size: 28px;
        line-height: 30px;
        text-transform: uppercase
    }

    .modal.modal-calendar .modal__wrap--aside .card__time {
        font-size: 15px;
        line-height: 28px;
        margin-left: 6px
    }

    .modal.modal-calendar .modal__wrap--aside .card h2 {
        margin: 6px 0
    }

    .modal.modal-calendar .modal__wrap--aside .card h2 a {
        font-size: 50px;
        line-height: 55px
    }

    .modal.modal-calendar .modal__wrap--aside .card__img-box {
        width: 223px;
        min-width: 223px;
        height: 286px;
        margin: -24px -44px 0 0
    }

    .modal.modal-calendar .modal__wrap--aside .card__column {
        width: 50%
    }

    .modal.modal-calendar .modal__wrap .simplebar-content:after, .modal.modal-calendar .modal__wrap .simplebar-content:before {
        margin-right: -34px
    }

    .modal.modal-calendar .modal__months {
        width: calc(100% + 16px);
        height: 100%
    }

    .modal.modal-calendar .modal__month {
        margin: 0 0 40px
    }

    .modal.modal-calendar .modal__month:last-child {
        margin: 0
    }

    .modal.modal-calendar .modal__month.first-day-2 .modal__day:first-child {
        margin-left: 66px
    }

    .modal.modal-calendar .modal__month.first-day-3 .modal__day:first-child {
        margin-left: 128px
    }

    .modal.modal-calendar .modal__month.first-day-4 .modal__day:first-child {
        margin-left: 190px
    }

    .modal.modal-calendar .modal__month.first-day-5 .modal__day:first-child {
        margin-left: 252px
    }

    .modal.modal-calendar .modal__month.first-day-6 .modal__day:first-child {
        margin-left: 314px
    }

    .modal.modal-calendar .modal__month.first-day-0 .modal__day:first-child {
        margin-left: 376px
    }

    .modal.modal-calendar .modal__title {
        font-size: 52px;
        line-height: 57px;
        margin: 0 0 14px
    }

    .modal.modal-calendar .modal__heads {
        width: calc(100% + 4px);
        margin: 0 -4px 14px
    }

    .modal.modal-calendar .modal__head {
        width: 54px;
        font-family: NotoSans-SemiBold;
        font-size: 9px;
        line-height: 12px;
        margin: 0 4px
    }

    .modal.modal-calendar .modal__days {
        width: calc(100% + 8px);
        margin: 0 -4px
    }

    .modal.modal-calendar .modal__day {
        width: 54px;
        height: 94px;
        margin: 0 4px;
        padding: 8px 4px
    }

    .modal.modal-calendar .modal__day.current .modal__inner:after {
        top: 3px
    }

    .modal.modal-calendar .modal__day.two .modal__inner .modal__number, .modal.modal-calendar .modal__day.two.active .modal__inner .modal__number {
        top: 3px;
        left: 16px
    }

    .modal.modal-calendar .modal__day.two.current.active .modal__inner:after {
        top: 2px;
        left: 16px
    }

    .modal.modal-calendar .modal__inner, .modal.modal-calendar .modal__inner:before {
        border-radius: 96px
    }

    .modal.modal-calendar .modal__inner svg {
        top: 54px;
        width: 17px;
        height: 17px
    }

    .modal.modal-calendar .modal__number {
        top: 5px;
        font-size: 19px;
        line-height: 23px
    }

    .modal.modal-calendar .modal__image {
        border-radius: 96px
    }

    .auth .modal__wrap {
        max-width: 380px
    }

    .auth__number-wrap {
        margin: 60px auto 101px
    }

    .auth__warning {
        margin: 12px 0 64px
    }

    .auth .tabs {
        margin: 0 -32px
    }

    .auth.warn .auth__number-wrap {
        margin-bottom: 12px
    }

    .auth-page {
        bottom: 222px
    }

    .detail__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 18px
    }

    .detail .select {
        margin-bottom: 15px
    }

    .detail__top-panel {
        top: 32px
    }

    .detail__panel {
        padding: 22px 32px
    }

    .detail .select, .detail__checkbox {
        margin-top: -15px
    }

    .detail__content-right {
        margin-top: 24px
    }

    .detail-container {
        margin: 0 60px
    }

    .detail-afisha {
        margin-top: 64px
    }

    .detail-afisha__title {
        margin: 0 64px;
        color: var(--cl-quaternary)
    }

    .description__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px
    }

    .description__extra-title {
        font-size: 24px
    }

    .description__suspension-points:not(.space-between) span {
        max-width: 49%
    }

    .description__suspension-points:not(.space-between) span:last-child {
        width: 49%;
        min-width: 49%
    }

    .description__suspension-points li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 4px
    }

    .description__suspension-points li::after {
        content: "";
        min-width: 35px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-bottom: 1px dotted var(--cl-quaternary);
        padding-top: 15px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .description__suspension-points li.no-dots::after {
        content: none
    }

    .description__suspension-points li span:nth-of-type(1) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .banner-detail__slide {
        height: 770px
    }

    .datepicker.datepicker--ml {
        padding-left: 32px
    }

    .datepicker__swiper {
        padding-left: 0;
        margin-left: 0
    }

    .no-results {
        padding: 250px 0
    }

    .person {
        max-width: 327px
    }

    .payment__box {
        padding: 15px 23px
    }

    .payment__check {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 23px
    }

    .payment__group {
        padding-right: 70px;
        gap: 0
    }

    .payment__title {
        font-family: var(--font-base)
    }

    .order-bar__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 0 32px
    }

    .accordion__content-box {
        gap: 32px;
        margin-bottom: 64px
    }

    .not-found {
        background-size: contain
    }

    .not-found__wrap {
        max-width: 608px;
        padding: 32px 64px 64px
    }

    .duration {
        max-width: 244px
    }

    .duration__item {
        min-width: 48px
    }

    .timer__box {
        display: -ms-grid;
        display: grid;
        grid-template-areas:"a a" "b c";
        -ms-grid-columns: 24px auto;
        grid-template-columns:24px auto
    }

    .timer svg {
        grid-area: b;
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }

    .timer span:nth-of-type(1) {
        grid-area: a;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .timer span:nth-of-type(2) {
        grid-area: c;
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }

    .theater-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

    .theater-detail__aside {
        position: sticky;
        top: 0;
        left: 0;
        height: 100vh;
        width: 304px;
        min-width: 304px;
        overflow: hidden auto;
        padding: 32px
    }

    .theater-detail__aside .return {
        display: none
    }

    .theater-detail__content {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 32px
    }

    .theater-detail__content .return {
        display: none
    }

    .theater-detail__subtitle {
        font-size: 40px
    }

    .theater-detail__inner-title {
        margin-bottom: 32px
    }

    .theater-detail.theater-mobile .theater-detail__aside {
        position: sticky;
        height: 100vh
    }

    .tariffs-item {
        gap: 8px
    }

    .tariffs-item__title {
        gap: 16px
    }

    .tariffs-item__title img {
        width: 41px;
        height: 41px
    }

    .tariffs-item__title span {
        font-family: var(--font-title);
        line-height: var(--lh-title);
        letter-spacing: .06em;
        font-size: 40px
    }

    .tariffs-table__head {
        min-height: 116px;
        gap: 32px;
        padding: 0 32px
    }

    .tariffs-table__tabs-content {
        margin: 32px
    }

    .promotion__box {
        max-width: 520px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .promotion__box > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promotion__box > div:last-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .promotion__promocode {
        margin-block: auto
    }

    .banner-info.with-btn, .banner-info.without-img {
        bottom: 32px
    }

    .banner-info.without-img .banner-info__container {
        min-width: 551px;
        width: 551px
    }

    .banner-info.without-img .banner-info__info {
        gap: 32px
    }

    .banner-info {
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 741px) {
    .modal.modal-calendar .modal__close {
        top: 74px;
        right: 74px
    }
}

@media (min-width: 768px) {
    .profile .afisha__container > div:not([class]) {
        -webkit-margin-after: 64px;
        margin-block-end: 64px
    }

    .profile .afisha__pin {
        -webkit-padding-before: 32px;
        padding-block-start: 32px
    }

    .profile .afisha__pin-content {
        position: relative;
        -webkit-padding-end: 360px;
        padding-inline-end: 360px
    }

    .profile .afisha__pin-content .person {
        position: absolute;
        top: 0;
        right: 0
    }

    .profile .afisha__filters-chips > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 901px) {
    .pl {
        padding-left: 180px
    }

    .ml {
        margin-left: 180px
    }

    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__container {
        left: 0;
        width: 180px;
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: rgba(0, 0, 0, .15);
        border-right: 1px solid var(--cl-stroke);
        border-bottom: 0;
        padding: 0
    }

    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid var(--cl-stroke);
        padding: 16px 6px
    }

    .header__logo:hover .header__title {
        color: var(--cl-accent)
    }

    .header__title {
        display: block
    }

    .header__wrap {
        position: static;
        width: 100%;
        background: unset
    }

    .header__tiles {
        display: none
    }

    .header__nav {
        padding-right: 20px
    }

    .header__item {
        text-align: left;
        margin-bottom: 40px;
        padding-left: 44px
    }

    .header__item a {
        font-family: var(--font-base);
        font-size: 16px;
        line-height: var(--lh-text);
        letter-spacing: 0
    }

    .header__item a:hover {
        color: var(--cl-accent)
    }

    .header__item::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 0;
        display: block;
        width: 24px;
        height: 1px;
        background-color: var(--cl-accent);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        z-index: -1
    }

    .header__item.active::before {
        opacity: 1;
        visibility: visible;
        z-index: 1
    }

    .header__item:last-child {
        margin-bottom: 0
    }

    .header__option:hover svg {
        stroke: var(--cl-accent)
    }

    .header__option:hover span {
        color: var(--cl-accent)
    }

    .header__option:hover span span {
        color: #302f2e
    }

    .header__option:hover span svg {
        stroke: var(--cl-accent)
    }

    .header__option--auth:hover svg, .header__option--exit:hover svg {
        stroke: var(--cl-primary)
    }

    .header__option--auth:hover span, .header__option--exit:hover span {
        color: var(--cl-primary)
    }

    .header__option--auth a:hover svg, .header__option--exit a:hover svg {
        stroke: var(--cl-accent)
    }

    .header__option--auth a:hover span, .header__option--exit a:hover span {
        color: var(--cl-accent)
    }

    .header__exit:hover svg {
        stroke: var(--cl-accent)
    }

    .header__hamburger {
        display: none
    }

    .footer__container {
        max-width: 675px;
        margin: 0 auto;
        padding: 0
    }

    .footer__socials {
        margin-right: 32px
    }

    .footer__text--more:hover {
        color: var(--cl-accent)
    }

    .footer__text--more:hover svg {
        stroke: var(--cl-accent)
    }

    .footer__social:hover svg {
        fill: var(--cl-accent);
        color: var(--cl-accent)
    }

    .banner {
        margin-top: 0
    }

    .banner.fixed, .banner__content {
        height: 100vh;
        max-height: 100vh
    }

    .banner__date {
        top: 10vh
    }

    .banner__slider-control {
        width: calc(53vw - var(--scrollbarWidth));
        right: 0;
        padding: 0 64px
    }

    .banner__circle {
        left: 42px;
        bottom: -124px
    }

    .banner-friends__info .title {
        font-size: 60px
    }

    .banner-friends__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner-friends .banner-slide__title {
        max-width: 274px;
        top: 11vh;
        bottom: unset;
        left: 48px
    }

    .afisha__pin.pin {
        left: 180px
    }

    .afisha__pin.pin .afisha__pin-content {
        width: min(100%, 657px);
        margin: 0 auto
    }

    .afisha__container {
        width: min(100%, 657px);
        padding: 0;
        margin: 0 auto
    }

    .afisha__title {
        font-size: 60px;
        margin-bottom: 16px
    }

    .afisha__listing {
        margin-top: 52px
    }

    .afisha__months {
        font-size: 60px;
        top: 180px;
        padding-top: 60px;
        margin-left: -50px
    }

    .afisha__months + .afisha__list {
        margin-left: -16px
    }

    .afisha .card {
        margin-bottom: 40px
    }

    .profile .header__return {
        display: none
    }

    .subscription .title {
        width: 50%;
        min-width: 50%;
        padding-right: 20px
    }

    .subscription__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .subscription--selector .subscription__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .subscription--selector .subscription__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .subscription--selector .title {
        width: 100%;
        padding-right: 0
    }

    .subscription--selector p {
        width: 344px;
        min-width: 344px
    }

    .subscription--selector .button {
        margin: 0 0 0 45px
    }

    .subscription__price {
        font-size: 32px
    }

    .subscription__number {
        margin-top: 53px
    }

    .subscription-create__container {
        max-width: 657px
    }

    .subscription-create .return {
        margin-bottom: 16px
    }

    .theater .banner__circle {
        right: 93px
    }

    .theater__overlay {
        padding: 60px 120px
    }

    .theater__controls {
        left: 40px
    }

    .theater__controls button {
        width: 80px;
        height: 80px
    }

    .theater__controls button:hover svg {
        fill: var(--cl-accent)
    }

    .theater .swiper-button-next, .theater .swiper-button-prev {
        width: 80px;
        height: 80px
    }

    .theater .swiper-button-next:hover svg, .theater .swiper-button-prev:hover svg {
        stroke: var(--cl-accent)
    }

    .theater .swiper-button-next {
        left: 136px
    }

    .theater .swiper-button-prev {
        left: 40px
    }

    .theater__scroll-content {
        -webkit-animation: 25s linear infinite paused runnerTheater;
        animation: 25s linear infinite paused runnerTheater
    }

    .theater__link:is(:hover,:focus-visible) {
        outline: 0
    }

    .theater__link:is(:hover,:focus-visible) .theater__scroll {
        opacity: 1;
        visibility: visible;
        z-index: 1
    }

    .theater__link:is(:hover,:focus-visible) .theater__scroll .theater__scroll-content {
        -webkit-animation-play-state: running;
        animation-play-state: running
    }

    .contact a.footer__text--link:hover {
        opacity: .7
    }

    .tariffs__head {
        margin: 40px 64px 32px
    }

    .selector__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 100vh;
        padding: 40px 32px
    }

    .selector__background {
        top: 0;
        right: auto;
        margin: 0;
        height: 100%;
        mix-blend-mode: screen
    }

    .selector__background img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left bottom;
        object-position: left bottom
    }

    .selector__close {
        right: 32px
    }

    .selector__inner {
        max-width: 358px;
        margin: 0
    }

    .selector__subtitle {
        margin-bottom: 32px
    }

    .selector__content, .selector__steps {
        max-width: 100%
    }

    .selector__steps {
        max-width: 402px;
        margin: 0 0 32px
    }

    .selector__content {
        margin: 0;
        gap: 16px
    }

    .selector__title {
        line-height: 130%;
        text-align: left
    }

    .page-list__head .title {
        font-size: 60px
    }

    .page-list__container {
        width: min(100%, 657px);
        padding: 0;
        margin: 0 auto
    }

    .card--canceled.card--return .card__content {
        max-width: 100%
    }

    .card__content {
        max-width: calc(100% - 278px)
    }

    .card__date {
        width: 75px;
        min-width: 75px
    }

    .card__ticket a span:nth-of-type(2) {
        width: 57%
    }

    .aside__button:hover svg {
        stroke: var(--cl-accent)
    }

    .button:hover {
        color: var(--cl-accent);
        border-color: var(--cl-accent)
    }

    .button:hover svg {
        stroke: var(--cl-accent)
    }

    .button:hover.disabled, .button:hover:disabled, .button:hover[disabled] {
        color: var(--cl-quaternary);
        border-color: #424140;
        cursor: default
    }

    .button:hover.disabled svg, .button:hover:disabled svg, .button:hover[disabled] svg {
        stroke: #424140
    }

    .button.fill:hover {
        color: var(--cl-tertiary);
        -webkit-box-shadow: 0 0 40px rgba(255, 182, 123, .5);
        box-shadow: 0 0 40px rgba(255, 182, 123, .5)
    }

    .button.fill:hover svg {
        stroke: var(--cl-tertiary)
    }

    .button.fill:hover.disabled, .button.fill:hover:disabled, .button.fill:hover[disabled] {
        color: var(--cl-quaternary);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .button.fill:hover.disabled::before, .button.fill:hover:disabled::before, .button.fill:hover[disabled]::before {
        opacity: 0;
        visibility: hidden
    }

    .banner-slide {
        height: 100vh;
        max-height: 100vh
    }

    .banner-slide__box {
        height: 100vh
    }

    .banner-slide__box::after {
        content: none
    }

    .banner-slide__date {
        left: 28px
    }

    .banner-slide__img {
        position: absolute;
        inset: auto 0 0 auto;
        width: calc(53vw - var(--scrollbarWidth));
        height: 90vh;
        border-radius: 200px 0 0;
        z-index: unset
    }

    .banner-slide__img::before {
        content: "";
        display: block;
        position: absolute;
        top: -32px;
        left: -25px;
        width: calc(100% + 25px);
        height: calc(100% + 32px);
        border-top: 1px solid var(--cl-stroke);
        border-left: 1px solid var(--cl-stroke);
        border-radius: 220px 0 0;
        pointer-events: none
    }

    .banner-slide__img::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 68.96%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
        pointer-events: none
    }

    .banner-slide__title {
        width: 100%;
        margin: 0;
        left: 148px;
        top: 33vh
    }

    .banner-slide__more {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-top: 40px;
        position: fixed;
        right: calc(48vw - var(--scrollbarWidth));
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .banner-slide__more.hide {
        opacity: 0;
        visibility: hidden
    }

    .banner-slide__more span {
        font-size: 16px
    }

    .banner-slide__info {
        position: absolute;
        bottom: 88px;
        right: 60px;
        margin: 0;
        z-index: 1
    }

    .banner-date {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .banner-date__months {
        font-family: var(--font-title);
        line-height: var(--lh-title);
        letter-spacing: .06em;
        font-size: 88px;
        color: var(--cl-stroke)
    }

    .banner-date__dates {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
        position: absolute;
        top: 55px;
        left: 70px;
        font-size: 60px
    }

    .banner-date__dates.shadow {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(58%, #d9d9d9), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(left, #d9d9d9 58%, rgba(0, 0, 0, 0));
        background-image: linear-gradient(90deg, #d9d9d9 58%, rgba(0, 0, 0, 0));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .control__timeline, .control__timeline.swiper-pagination-bullets {
        width: 100%
    }

    .circle::after {
        right: 0;
        left: 0;
        margin: 0 auto
    }

    .seat-info li a:hover, .tippy-box li a:hover {
        color: var(--cl-accent)
    }

    .poster {
        margin-bottom: 40px
    }

    .auth-page {
        left: 180px;
        bottom: 222px
    }

    .detail-afisha__title {
        font-size: 60px
    }

    .detail-afisha__circle {
        display: block;
        --height: 167px;
        width: 208px;
        height: var(--height);
        margin-bottom: calc(var(--height) * -1);
        position: sticky;
        top: 0;
        margin-inline: auto 0;
        overflow: hidden;
        z-index: 2
    }

    .detail-afisha__circle .circle {
        position: absolute;
        bottom: 19px;
        left: 19px
    }

    .detail-afisha__circle .circle::after {
        top: 136px;
        right: auto;
        left: 114px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .order-title {
        margin-block: 0 -32px
    }

    .order-title:first-child {
        -webkit-margin-before: 32px;
        margin-block-start: 32px
    }

    .order-title__text:nth-child(1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 6px
    }

    .order-title--return .order-title__text:nth-child(1) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .order-title__sum::before {
        content: "| "
    }

    .order-title--return {
        margin: 0 0 32px !important
    }

    .not-found {
        min-height: 100vh
    }

    .not-found__wrap {
        max-width: 512px;
        padding: 96px 76px 64px
    }

    .theater-detail {
        min-height: 100vh
    }

    .ticket-use__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 64px
    }

    .ticket-use__box {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .tariffs-table__head {
        height: 116px;
        padding: 0 64px
    }

    .tariffs-table__tabs-content {
        margin: 32px 64px
    }
}

@media (min-width: 901px) and (min-width: 1201px) {
    .detail-afisha__circle .circle:hover::after {
        -webkit-animation: 1.2s linear infinite moveDownUp;
        animation: 1.2s linear infinite moveDownUp
    }
}

@media (min-width: 1024px) {
    .data__wrap {
        background-position: right center;
        padding: 40px 64px
    }

    .data__exit:hover svg {
        stroke: var(--cl-accent)
    }

    .data__exit:hover span {
        color: var(--cl-accent)
    }

    .data h2 {
        font-size: 60px;
        margin-bottom: 40px
    }

    .data form {
        gap: 40px
    }

    .data .checkbox + .checkbox {
        -webkit-margin-before: -25px;
        margin-block-start: -25px
    }

    .cart__container {
        width: 100%;
        max-width: 652px;
        margin: 32px auto
    }

    .cart__panel-mob {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .cart__panel-mob .title {
        margin: 0
    }

    .cart__content-right .return {
        margin-bottom: 16px
    }

    .performances .detail__reserv-panel {
        margin-bottom: -32px
    }

    .buy__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto;
        min-height: 100vh
    }

    .buy__box-scheme {
        position: sticky;
        top: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100vh
    }

    .buy__chips {
        position: fixed;
        top: 0;
        left: 212px;
        right: calc(var(--width-info) + 32px);
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-padding-before: 32px;
        padding-block-start: 32px;
        margin-inline: -32px;
        padding-inline: 32px
    }

    .buy__chips::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 26, 25, 0)), to(#1d1e1d));
        background: -o-linear-gradient(bottom, rgba(25, 26, 25, 0) 0, #1d1e1d 100%);
        background: linear-gradient(0deg, rgba(25, 26, 25, 0) 0, #1d1e1d 100%);
        height: 102px;
        z-index: -1;
        pointer-events: none
    }

    .buy__chips.show-arrows {
        -webkit-padding-before: 32px;
        padding-block-start: 32px;
        padding-inline: 32px;
        padding-left: 60px;
        padding-right: 60px
    }

    .buy__chips .buy__button {
        top: 32px
    }

    .buy__chips .buy__button--prev {
        left: 12px
    }

    .buy__chips .buy__button--next {
        right: 12px
    }

    .buy__info-bar, .buy__panel {
        position: static
    }

    .buy__info, .buy__panel, .buy__panel-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px
    }

    .buy__info {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        --width-info: 336px;
        width: var(--width-info);
        background-color: var(--cl-tertiary);
        padding: 32px 32px 24px
    }

    .buy__panel {
        padding: 0
    }

    .buy__panel::before {
        content: none
    }

    .buy__panel .return {
        position: static
    }

    .buy__panel-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

    .buy__title {
        text-align: left;
        font-size: 24px
    }

    .buy__datepicker.is-desktop {
        display: block;
        width: 100%
    }

    .buy__datepicker.is-desktop .datepicker {
        width: 100%;
        max-width: none
    }

    .buy__datepicker.is-mobile {
        display: none
    }

    .buy__info-bar {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 32px;
        border-top: 0;
        background-color: unset;
        padding-inline: 0
    }

    .buy__tickets {
        padding-block: 0
    }

    .buy__list-title {
        display: block;
        font-size: 20px;
        line-height: var(--lh-text-lg)
    }

    .buy__bar {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-block: 0
    }

    .buy__bar > button {
        pointer-events: none
    }

    .buy__bar > button > span {
        font-size: 14px
    }

    .buy__bar > button > span:nth-child(1) {
        display: none
    }

    .buy__bar > button > span:nth-child(2) {
        display: block
    }

    .buy__button {
        display: none
    }

    .selector-banner__content {
        min-height: unset;
        max-height: unset;
        height: 510px;
        background-size: cover;
        background-position: center top
    }

    .selector-banner__content::after {
        content: none
    }

    .selector-banner__box {
        gap: 16px;
        inset: 64px auto auto 64px
    }

    .selector-banner__box p {
        font-size: 16px
    }

    .selector-banner__box .title {
        font-size: 60px
    }

    .card__ticket a:hover span {
        color: var(--cl-accent)
    }

    .modal__back:hover svg, .modal__close:hover svg {
        stroke: var(--cl-accent)
    }

    .auth .modal__wrap {
        padding: 32px
    }

    .auth .auth__message--new:hover {
        opacity: .7
    }

    .banner-detail__slide {
        height: 100vh;
        -webkit-mask-image: unset;
        mask-image: unset
    }

    .banner-detail__slide::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 88.46%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(26, 25, 24, .4)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(26, 25, 24, .4) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(26, 25, 24, .4) 100%);
        pointer-events: none
    }

    .banner-detail__control {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 32px 32px;
        z-index: 1
    }

    .gallery {
        top: 0
    }

    .gallery__close {
        position: absolute;
        top: 64px;
        right: calc(var(--thumbs-width) + 64px);
        width: 32px;
        height: 32px;
        z-index: 2
    }

    .gallery__close svg {
        width: 100%;
        height: 100%;
        stroke: var(--cl-secondary)
    }

    .gallery__close .icon-back {
        display: none
    }

    .gallery__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gallery__panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .gallery__panel .title {
        font-size: 60px
    }

    .gallery__name {
        font-size: 14px;
        color: var(--cl-secondary)
    }

    .gallery__control {
        display: block
    }

    .gallery__control .control-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1
    }

    .gallery__control .control-btn.prev {
        left: 32px
    }

    .gallery__control .control-btn.next {
        right: 32px
    }

    .gallery__pagination {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 18px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 14px;
        color: var(--cl-secondary);
        z-index: 2
    }

    .gallery__main {
        position: relative;
        height: 100%;
        width: calc(100% - var(--thumbs-width))
    }

    .gallery__main-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 64px 120px
    }

    .gallery__main-item img, .gallery__main-item video {
        border-radius: 24px;
        border: 1px solid var(--cl-quaternary);
        overflow: hidden;
        max-width: 100%;
        max-height: 100%
    }

    .gallery__thumbs {
        height: 100%;
        width: var(--thumbs-width);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 32px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-top: 0;
        padding: 32px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: hidden
    }

    .gallery__thumbs:hover {
        overflow: auto
    }

    .gallery__thumbs::-webkit-scrollbar {
        width: 0 !important;
        display: none
    }

    .gallery__thumbs-slider {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: unset;
        height: auto
    }

    .gallery__thumbs-wrapper {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row wrap !important;
        flex-flow: row wrap !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        gap: 16px
    }

    .gallery__thumbs-item {
        --thumb-size: 160px
    }

    .input:hover .input__aside, .input:hover .input__content {
        border-color: var(--cl-accent)
    }

    .input--textarea:hover .input__aside::after {
        background-color: var(--cl-accent)
    }

    .input.warn:hover .input__aside, .input.warn:hover .input__content {
        border-color: #f14d4d
    }

    .input.warn.input--textarea:hover .input__aside::after {
        background-color: #f14d4d
    }

    .input.constant:hover .input__aside, .input.constant:hover .input__content {
        border-color: var(--cl-secondary)
    }

    .input.constant.input--textarea:hover .input__aside::after {
        background-color: var(--cl-secondary)
    }

    .input.constant.warn:hover .input__aside, .input.constant.warn:hover .input__content {
        border-color: #f14d4d
    }

    .input.constant.warn.input--textarea:hover .input__aside::after {
        background-color: #f14d4d
    }

    .return {
        gap: 8px
    }

    .person__link:hover span, .person__link:hover svg {
        opacity: .7
    }

    .person__exit:hover span {
        color: var(--cl-accent)
    }

    .person__exit:hover svg {
        stroke: var(--cl-accent)
    }

    .banner-info__container {
        width: 352px;
        max-width: 425px
    }

    .banner-info__container img {
        width: 96px
    }

    .banner-info__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-inline: 24px
    }

    .notify {
        top: 32px;
        right: 60px;
        left: auto
    }

    .notify__content {
        max-width: 366px
    }

    .scheme__zoom {
        right: 16px;
        bottom: 16px
    }

    .seat-info {
        -webkit-transform: translate(-50%, calc(-100% - 35px));
        -ms-transform: translate(-50%, calc(-100% - 35px));
        transform: translate(-50%, calc(-100% - 35px))
    }

    .seat-info::after {
        content: "";
        position: absolute;
        bottom: -31px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 32px 7px 0;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #444;
        border-style: solid
    }

    .seat-info .button.fill, .seat-info__close {
        display: none
    }

    .seat-info.bottom {
        -webkit-transform: translate(-50%, 35px);
        -ms-transform: translate(-50%, 35px);
        transform: translate(-50%, 35px)
    }

    .seat-info.bottom::after {
        top: -31px;
        bottom: unset;
        border-top-color: rgba(0, 0, 0, 0);
        border-bottom-color: #444;
        border-top-width: 0;
        border-bottom-width: 32px
    }
}

@media (min-width: 1201px) {
    .header__return-link:hover {
        opacity: .7
    }

    .footer__container {
        max-width: 957px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .footer__text--sign-up:hover, .footer a.footer__text--link:hover {
        opacity: .7
    }

    .footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .footer__info {
        padding-right: 0
    }

    .footer__item--wide {
        width: auto
    }

    .footer__text--sign-up {
        display: none;
        margin-left: 32px
    }

    .footer__text--sign-up.desktop {
        display: inline-block
    }

    .footer__text--copyright {
        margin-top: 0
    }

    .footer__app {
        margin-bottom: 19px
    }

    .footer__aside {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset
    }

    .banner__circle {
        left: 100px
    }

    .banner-friends__info .title {
        font-size: 88px
    }

    .banner-friends__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .banner-friends .banner-slide__title {
        max-width: 385px;
        top: 17vh;
        left: 80px
    }

    .banner-friends .banner__slider-control {
        bottom: 32px
    }

    .afisha__pin.pin .afisha__pin-content {
        width: min(100%, 957px)
    }

    .afisha__circle .circle:hover::after {
        -webkit-animation: 1.2s linear infinite moveLeftRight;
        animation: 1.2s linear infinite moveLeftRight
    }

    .afisha__container {
        width: min(100%, 957px)
    }

    .afisha__pin {
        padding: 32px 0 0
    }

    .afisha__title {
        padding-top: 100px;
        font-size: 88px
    }

    .afisha__list .order-title {
        padding-left: 40px
    }

    .afisha__months {
        font-size: 88px;
        margin-left: -50px
    }

    .afisha__months + .afisha__list {
        margin-left: -16px
    }

    .afisha .card {
        margin-bottom: 64px
    }

    .profile .afisha__pin-content {
        -webkit-padding-before: 20px;
        padding-block-start: 20px
    }

    .data__wrap {
        padding: 40px 128px
    }

    .cart__buying .title, .cart__info .title {
        font-size: 60px
    }

    .cart__buying .cart__policy, .cart__panel-mob {
        display: none
    }

    .cart__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 64px;
        min-height: 100vh;
        width: auto;
        max-width: 1200px;
        padding: 80px 64px;
        margin: 0 auto
    }

    .cart__content-left {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 360px
    }

    .cart__content-right {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .cart__buying > .title {
        margin-bottom: 32px
    }

    .cart__payment {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        -ms-grid-rows: 248px;
        grid-template-rows:248px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 24px
    }

    .cart__form-email .checkbox a {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .cart__form-email .checkbox a:hover {
        opacity: .7
    }

    .cart__info-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px
    }

    .cart-success__head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 100px
    }

    .cart-success__head .title {
        font-size: 60px
    }

    .cart-success__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px
    }

    .subscription .title {
        font-size: 88px;
        padding-right: 75px
    }

    .subscription-create__container {
        max-width: 957px;
        min-height: 100vh;
        margin: 0 auto;
        padding: 80px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 80px
    }

    .subscription-create__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 360px)
    }

    .subscription-create__result {
        position: static;
        margin-top: 56px;
        padding-top: 0
    }

    .subscription-create__card {
        width: 360px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .subscription-create__link:hover {
        opacity: .7
    }

    .performances__main > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 16px
    }

    .performances__main .remark {
        margin-right: auto
    }

    .performances__duration {
        gap: 32px
    }

    .contact .title {
        font-size: 60px
    }

    .contact .footer__text--link, .contact a.footer__text--link {
        margin-right: 20px
    }

    .contact .footer__text--link:last-child, .contact a.footer__text--link:last-child {
        margin-right: 0
    }

    .contact__form {
        padding: 40px 78px
    }

    .tariffs__head {
        margin: 30px 256px 40px;
        text-align: center
    }

    .tariffs__head .title {
        font-size: 88px
    }

    .tariffs__head .text-more__button {
        margin-inline: auto
    }

    .tariffs__more-content, .tariffs__more.text-more {
        gap: 16px
    }

    .buy__chips .chips:hover {
        color: var(--color)
    }

    .buy__button:hover svg {
        stroke: var(--cl-accent)
    }

    .buy__info {
        --width-info: 400px
    }

    .selector__wrap {
        padding: 40px 64px
    }

    .selector__close {
        right: 64px
    }

    .selector__close:hover svg {
        stroke: var(--cl-accent)
    }

    .selector__inner {
        max-width: 504px
    }

    .selector__step:hover {
        color: var(--cl-accent)
    }

    .selector__step.active:hover {
        color: var(--cl-tertiary)
    }

    .selector__step.disabled:hover {
        color: var(--cl-secondary)
    }

    .selector__title {
        font-family: var(--font-base);
        font-size: 48px
    }

    .selector__item {
        padding: 16px 52px 16px 24px
    }

    .selector__item:hover {
        border-color: var(--cl-accent)
    }

    .selector__item:hover .selector__icon {
        opacity: 1;
        visibility: visible
    }

    .selector-banner__content {
        height: 705px;
        background-size: cover;
        background-position: center top
    }

    .selector-banner__box {
        top: 160px;
        left: 160px
    }

    .selector-banner__box .title {
        font-size: 88px
    }

    .page-list__head {
        padding-top: 100px
    }

    .page-list__container {
        width: min(100%, 957px);
        padding-bottom: 128px
    }

    .card--canceled.card--return .card__item a:hover {
        opacity: .7
    }

    .card__date {
        width: 98px;
        min-width: 98px;
        padding-bottom: 50px
    }

    .card__day {
        font-size: 60px
    }

    .card__img-box {
        width: 252px;
        height: 288px
    }

    .card__like {
        top: 2px;
        left: 1px
    }

    .card__content {
        max-width: unset
    }

    .card__wrap h2 {
        -webkit-padding-end: 80px;
        padding-inline-end: 80px;
        font-size: 40px
    }

    .card__wrap h2:hover {
        opacity: .7
    }

    .card__wrap .button {
        margin-top: 18px
    }

    .card__title-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card__column {
        width: calc(50% - 16px);
        min-width: calc(50% - 16px)
    }

    .card__column:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card__place:hover {
        background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-bg-hover.png)
    }

    .card__item a {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .card__item a:hover {
        color: var(--cl-accent)
    }

    .card__ticket a span:nth-of-type(2) {
        width: 75%
    }

    .card--remark .card__wrap {
        margin-top: -40px
    }

    .card--premiere .card__date {
        padding: 20px 0 0
    }

    .card--premiere .card__img-box {
        width: 344px;
        height: 430px
    }

    .card--premiere .card__like {
        top: 11px;
        left: 14px
    }

    .card--premiere .card__wrap {
        margin-top: -30px
    }

    .title.sm {
        font-size: 220px
    }

    .title.md {
        font-size: 120px
    }

    .title.lg {
        font-size: 88px
    }

    .banner-slide__date {
        top: 10vh;
        left: 48px
    }

    .banner-slide__title {
        left: 188px
    }

    .control-btn:hover svg, .control__btn:hover svg {
        stroke: var(--cl-accent)
    }

    .circle:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .circle:hover img {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

    .circle:hover::after {
        -webkit-animation: 1.2s linear infinite moveUpDown;
        animation: 1.2s linear infinite moveUpDown
    }

    .chips-checkbox--calendar:hover {
        border-color: var(--cl-accent)
    }

    .chips-checkbox--calendar:hover svg {
        stroke: var(--cl-accent)
    }

    .chips:hover {
        color: var(--cl-accent)
    }

    .chips:hover .icon-search {
        stroke: var(--cl-accent)
    }

    .poster {
        min-height: 0;
        margin-bottom: 64px
    }

    .modal.modal-calendar .simplebar-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px;
        padding-top: 32px !important
    }

    .modal.modal-calendar .modal__close {
        top: 61px;
        right: 48px
    }

    .modal.modal-calendar .modal__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 520px;
        margin-right: 571px;
        height: auto;
        gap: 32px;
        margin-top: 58px;
        overflow-y: hidden
    }

    .modal.modal-calendar .modal__wrap--aside {
        width: 531px;
        max-width: 531px
    }

    .modal.modal-calendar .modal__wrap--aside .card__time {
        font-size: 16px;
        line-height: 28px
    }

    .modal.modal-calendar .modal__wrap--aside .card__img-box {
        margin: -49px -13px 0 0
    }

    .modal.modal-calendar .modal__wrap .simplebar-content {
        padding-top: 0 !important
    }

    .modal.modal-calendar .modal__wrap .simplebar-content:after, .modal.modal-calendar .modal__wrap .simplebar-content:before {
        margin-right: -32px
    }

    .modal.modal-calendar .modal__aside .modal__close {
        display: block;
        top: 8px;
        right: 8px
    }

    .modal.modal-calendar .modal__month.current .modal__inner:hover {
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .modal.modal-calendar .modal__day.current .modal__inner:hover, .modal.modal-calendar .modal__day.current ~ .modal__day .modal__inner:hover {
        -webkit-box-shadow: 0 0 10px 0 var(--cl-accent);
        box-shadow: 0 0 10px 0 var(--cl-accent)
    }

    .modal.modal-calendar .modal__day.current .modal__inner:hover .modal__image, .modal.modal-calendar .modal__day.current ~ .modal__day .modal__inner:hover .modal__image {
        border-color: var(--cl-accent)
    }

    .modal.modal-calendar .modal__day.two .modal__inner:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0
    }

    .modal.modal-calendar .modal__day.two .modal__inner:hover:before {
        width: 70%
    }

    .modal.modal-calendar .modal__day.two .modal__inner:hover .modal__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 70%;
        -webkit-box-shadow: 0 0 10px 0 var(--cl-accent);
        box-shadow: 0 0 10px 0 var(--cl-accent);
        z-index: 1
    }

    .modal.modal-calendar .modal__day.two .modal__inner:hover .modal__image:nth-child(2) {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
        opacity: 1;
        visibility: visible;
        z-index: 2
    }

    .modal.modal-calendar .modal__day.two .modal__inner:hover .modal__number {
        top: 2px;
        left: 12px;
        right: auto
    }

    .modal.modal-calendar .modal__day.two.current .modal__inner:hover:after {
        top: 2px;
        left: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .modal.modal-calendar .modal__inner:hover {
        -webkit-box-shadow: 0 0 10px 0 var(--cl-accent);
        box-shadow: 0 0 10px 0 var(--cl-accent)
    }

    .modal.modal-calendar .modal__inner:hover .modal__image {
        border-color: var(--cl-accent)
    }

    .modal.modal-calendar.show.active .modal__content {
        width: 1091px;
        margin-right: 0
    }

    .modal-return__text a:hover {
        opacity: .7
    }

    .modal-return__label:hover {
        border-color: var(--cl-accent);
        -webkit-box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078);
        box-shadow: 0 2px 21px 0 rgba(255, 182, 123, .1490196078)
    }

    .modal-return__label:hover .modal-return__check {
        border-color: var(--cl-accent)
    }

    .auth__link:hover {
        opacity: .7
    }

    .auth-page {
        bottom: 150px
    }

    .detail__like:hover svg {
        stroke: var(--cl-accent)
    }

    .detail__basket:hover {
        border-color: var(--cl-accent)
    }

    .detail__basket:hover svg {
        stroke: var(--cl-accent)
    }

    .detail__wrap {
        gap: 24px
    }

    .detail__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 80vh calc(100vw - 80vh - 180.5px - var(--scrollbarWidth));
        grid-template-columns:80vh calc(100vw - 80vh - 180.5px - var(--scrollbarWidth))
    }

    .detail__top-panel {
        left: 80vh;
        height: 25px;
        margin-bottom: 32px
    }

    .detail__reserv-panel {
        display: block;
        height: 25px
    }

    .detail__content-left {
        width: 80vh;
        position: sticky;
        top: 0;
        bottom: 0;
        height: 100vh
    }

    .detail__content-right {
        margin-top: 32px
    }

    .detail__scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .detail-container {
        margin: 0 32px
    }

    .detail__panel {
        width: 100%;
        margin-top: auto
    }

    .detail-afisha {
        margin-top: 128px
    }

    .detail-afisha__title {
        margin: 0 96px;
        font-size: 88px
    }

    .description__extra {
        margin-top: auto
    }

    .description__extra-item:hover .description__extra-title {
        color: var(--cl-accent)
    }

    .description__extra-item:hover .description__extra-box svg {
        stroke: var(--cl-accent)
    }

    .datepicker__btn:hover, .input .select__option:hover {
        color: var(--cl-accent)
    }

    .no-results p a:hover {
        opacity: .7
    }

    .person {
        max-width: 405px;
        padding: 24px 20px
    }

    .person__phone {
        font-size: 20px
    }

    .payment__box {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 23px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .payment__box:hover {
        -webkit-box-shadow: 0 40px 48px -40px rgba(255, 182, 123, .4), 0 -40px 48px -40px rgba(255, 182, 123, .4);
        box-shadow: 0 40px 48px -40px rgba(255, 182, 123, .4), 0 -40px 48px -40px rgba(255, 182, 123, .4);
        border-color: var(--cl-accent)
    }

    .payment__check {
        top: 14px;
        right: 14px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .payment__group {
        padding-right: 0;
        gap: 8px
    }

    .payment__images {
        margin-top: auto
    }

    .place__delete:hover svg {
        stroke: #f14d4d
    }

    .ticket__list {
        height: 650px;
        position: relative;
        background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-several.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 7px 16px
    }

    .ticket__list::after, .ticket__list::before {
        content: "";
        position: absolute;
        left: 32px;
        right: 32px;
        height: 32px;
        z-index: 1
    }

    .ticket__list::before {
        top: 7px;
        background: -webkit-gradient(linear, left top, left bottom, from(#302f2e), to(rgba(48, 47, 46, 0)));
        background: -o-linear-gradient(top, #302f2e 0, rgba(48, 47, 46, 0) 100%);
        background: linear-gradient(180deg, #302f2e 0, rgba(48, 47, 46, 0) 100%)
    }

    .ticket__list::after {
        bottom: 7px;
        background: -webkit-gradient(linear, left bottom, left top, from(#302f2e), to(rgba(48, 47, 46, 0)));
        background: -o-linear-gradient(bottom, #302f2e 0, rgba(48, 47, 46, 0) 100%);
        background: linear-gradient(0deg, #302f2e 0, rgba(48, 47, 46, 0) 100%)
    }

    .ticket__list-box {
        padding: 32px 16px;
        height: 100%;
        overflow-x: hidden
    }

    .ticket--single .ticket__content {
        gap: 0
    }

    .ticket--single .ticket__performance {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-mask-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-mask.svg);
        mask-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-mask.svg);
        color: #fff;
        width: 360px;
        height: 461px;
        white-space: normal
    }

    .ticket--single .ticket__performance::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 66.53%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .45)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .45) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .45) 100%);
        pointer-events: none
    }

    .ticket--single .ticket__performance::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;
        height: 4px;
        background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/line.png);
        background-size: cover;
        background-repeat: no-repeat
    }

    .ticket--single .ticket__performance > svg {
        display: block
    }

    .ticket--single .ticket__list {
        height: 188px;
        background-image: url(../../../../../../local/templates/template2023/img/inhtml/ticket/ticket-place.svg);
        padding: 0 16px 7px
    }

    .ticket--single .ticket__list::before {
        top: 0
    }

    .ticket--subs .ticket__list-item.empty:hover {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23FFB67BFF' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
        color: var(--cl-accent)
    }

    .ticket--subs .ticket__list-item.empty:hover .button {
        border-color: var(--cl-accent)
    }

    .ticket-perf--single img {
        display: none
    }

    .ticket-perf--single .ticket-perf__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 32px
    }

    .ticket-perf--single .ticket-perf__date {
        font-size: 14px;
        color: var(--cl-primary)
    }

    .ticket-perf--single .ticket-perf__title {
        font-family: var(--font-title);
        line-height: var(--lh-title);
        letter-spacing: .06em;
        font-size: 60px
    }

    .order-bar__pc-reset:hover svg {
        stroke: #f14d4d
    }

    .text-more__button:hover {
        opacity: .7
    }

    .not-found__wrap {
        max-width: 696px;
        padding: 110px 128px 64px
    }

    .not-found h2 {
        font-size: 88px
    }

    .duration {
        max-width: 340px
    }

    .theater-detail__link:hover {
        color: var(--cl-accent)
    }

    .theater-detail__link:hover svg {
        stroke: var(--cl-accent)
    }

    .theater-detail__inner-item a:hover, .theater-detail__text a:hover {
        opacity: .7
    }

    .theater-detail__aside {
        width: 448px;
        min-width: 448px;
        padding: 32px 64px
    }

    .theater-detail__title {
        font-size: 60px;
        margin-bottom: 32px
    }

    .theater-detail__content {
        padding: 64px
    }

    .theater-detail__wrap {
        margin-bottom: 48px
    }

    .theater-detail__wrap:last-child {
        margin-bottom: 0
    }

    .theater-detail__inner-subtitle {
        font-size: 20px
    }

    .tariffs-table__info.is-mobile {
        display: none
    }

    .tariffs-table__head {
        position: sticky;
        top: 0
    }

    .tariffs-table__head > div:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 16px 0
    }

    .tariffs-table__head > div:not(:first-child) {
        padding: 16px 32px
    }

    .tariffs-table__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 32px;
        padding: 0 64px;
        border-bottom: 1px solid var(--cl-stroke)
    }

    .tariffs-table__row.row-btns {
        height: 105px;
        position: sticky;
        bottom: 0;
        border-bottom: unset
    }

    .tariffs-table__row.row-btns .button {
        display: none
    }

    .tariffs-table__row.row-btns > div.hover {
        background-color: rgba(0, 0, 0, 0)
    }

    .tariffs-table__row.row-btns > div.hover .button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .tariffs-table__row > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s
    }

    .tariffs-table__row > div.hover {
        background-color: var(--cl-tertiary)
    }

    .tariffs-table__row > div:first-child {
        padding: 32px 0
    }

    .tariffs-table__row > div:not(:first-child) {
        text-align: center;
        padding: 32px
    }

    .tariffs-table__row svg {
        width: 24px;
        height: 24px
    }

    .tariffs-table__row svg.icon-close {
        stroke: var(--cl-secondary)
    }

    .tariffs-table__row svg.icon-check-large {
        stroke: var(--cl-accent)
    }

    .banner-info__close svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .banner-info__close:hover svg {
        stroke: var(--cl-accent)
    }

    .select-date__item:hover .select-date__item-wrap {
        border-color: var(--cl-accent)
    }

    .scheme__zoom {
        right: 64px;
        bottom: 64px
    }

    .scheme__zoom button:hover svg {
        stroke: var(--cl-accent)
    }
}

@media (min-width: 1201px) and (min-width: 601px) {
    .modal.modal-calendar .modal__day.two .modal__inner:hover .modal__number {
        top: 3px;
        left: 16px
    }
}

@media (min-width: 1340px) {
    .cart__form {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 244px 1fr 1fr;
        grid-template-columns:244px 1fr 1fr
    }

    .cart__form .input:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
    }
}

@media (min-width: 1439px) {
    .modal.modal-calendar .modal__close {
        top: 101px;
        right: 126px
    }
}

@media (min-width: 1440px) {
    .detail-container {
        margin: 0 64px
    }
}

@media (min-width: 1801px) {
    .footer__container {
        max-width: 1060px
    }

    .banner__circle {
        left: 140px
    }

    .banner-friends .banner-slide__title {
        top: 19vh;
        left: 140px
    }

    .afisha__pin.pin .afisha__pin-content {
        width: min(100%, 1060px)
    }

    .afisha__filters-chips {
        overflow: visible
    }

    .afisha__container {
        width: min(100%, 1060px)
    }

    .subscription-create__container {
        max-width: 1060px;
        padding: 100px 0
    }

    .subscription-create__result {
        margin-top: 153px
    }

    .theater .banner__circle {
        right: 313px
    }

    .theater__overlay {
        padding: 60px 340px
    }

    .selector__inner {
        margin: 0 242px
    }

    .selector__subtitle {
        padding-right: 0
    }

    .selector-banner__content {
        height: 767px
    }

    .page-list__container {
        width: min(100%, 1060px)
    }

    .banner-slide__date {
        left: 88px
    }

    .banner-slide__title {
        left: 228px
    }

    .banner-slide__info {
        right: 64px
    }

    .detail__content-right {
        margin-top: 32px
    }

    .detail-container {
        max-width: 540px;
        margin: 0 auto 0 128px
    }

    .detail-afisha__title {
        margin: 0 160px
    }

    .not-found__wrap {
        max-width: 1355px;
        padding: 200px 340px 64px
    }

    .not-found .button {
        margin: 48px 0
    }

    .banner-info:not(.fixed) {
        left: 32px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width: 1200px) {
    .cart--reservation .cart__content-left, .cart__content-right .return, .payment--card .payment__info, .payment__info br {
        display: none
    }

    .ticket--single .ticket__performance {
        background-image: none !important
    }

    .tariffs-item.active {
        border-color: var(--cl-accent)
    }

    .tariffs-item.active .tariffs-item__title span {
        color: var(--cl-accent)
    }

    .tariffs-table__head > div:first-child, .tariffs-table__info.is-desktop {
        display: none
    }
}

@media (max-width: 1024px) {
    .buy__info-bar .place-error {
        margin-block: -5px 10px
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .gallery {
        top: 0
    }

    .gallery__main {
        height: 100%
    }

    .gallery__main img, .gallery__main video {
        max-height: 100%;
        border: 0;
        border-left: 1px solid var(--cl-quaternary);
        border-right: 1px solid var(--cl-quaternary)
    }

    .gallery__thumbs {
        display: none
    }
}

@media (max-width: 1023px) {
    .header__return {
        margin: 8px 0 32px;
        padding: 10px 12px 12px
    }

    .header__return-icon {
        top: 18px;
        right: 20px
    }

    .cart__panel-mob .title {
        font-family: var(--font-base);
        font-size: 16px
    }

    .buy__bar .icon-down-less {
        display: block
    }

    .buy__bar + .ticket {
        display: none
    }

    .buy__bar.active .icon-down-less {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .buy__bar.active + .ticket {
        display: block
    }

    .modal-return .modal__wrap {
        max-width: 588px
    }

    .modal-return__label {
        padding: 16px 24px
    }

    .modal-return__check {
        display: none
    }

    .modal-return__disclaimer-text, .modal-return__disclaimer-title {
        max-width: 326px
    }

    .modal-return__file-label {
        padding: 32px
    }

    .modal-return__file-text {
        width: calc(100% - 88px);
        min-height: 103px;
        font-size: 14px;
        line-height: 25px;
        padding: 14px
    }

    .modal-return__next--final {
        margin-top: 22px
    }

    .detail:not(.detail-artist) .detail__scroll {
        -webkit-margin-before: -250px;
        margin-block-start: -250px
    }

    .detail__content-right .description {
        position: relative;
        z-index: 1
    }

    .gallery__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 16px;
        left: 16px;
        width: 38px;
        height: 38px;
        background-color: var(--cl-tertiary);
        border-radius: 100%;
        z-index: 2
    }

    .gallery__close svg {
        width: 16px;
        height: 16px;
        stroke: var(--cl-primary)
    }

    .gallery__close .icon-close {
        display: none
    }

    .return:not(.not-mob) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        background-color: var(--cl-tertiary);
        border-radius: 100%
    }

    .return:not(.not-mob) span {
        display: none
    }

    .theater-detail__return {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
        margin: 24px 0;
        padding: 24px
    }

    .theater-detail__return-title {
        font-size: 36px;
        margin-bottom: 0
    }

    .theater-detail .return:not(.not-mob) {
        gap: 8px;
        border-radius: 0;
        width: auto;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent
    }

    .theater-detail .return:not(.not-mob) span {
        display: block
    }

    .seat-info {
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (max-width: 900px) {
    .pt-mob {
        padding-top: 48px
    }

    #bx-panel.bx-panel-folded {
        position: fixed !important;
        top: 0 !important
    }

    body:has(.bx-panel-folded) .header__container {
        top: 39px
    }

    body:has(.bx-panel-folded) .afisha__pin.pin {
        top: 87px
    }

    .header__return {
        display: none
    }

    .header.active .header__wrap {
        right: 0
    }

    .header.active .header__hamburger span:first-child {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header.active .header__hamburger span:nth-child(2) {
        width: 0
    }

    .header.active .header__hamburger span:nth-child(3) {
        bottom: 11px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .banner-friends .banner__slider-control {
        left: 16px;
        right: auto
    }

    .banner-friends .banner__circle {
        right: -117px;
        left: auto
    }

    .banner-friends .banner__circle::after {
        right: auto;
        left: 95px
    }

    .afisha__pin.pin {
        top: 48px
    }

    .afisha__tabs .tabs {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0 16px;
        margin: 0 -16px
    }

    .afisha__tabs .tabs::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }

    .afisha__tabs .tabs__item {
        white-space: nowrap
    }

    .profile .header__return {
        margin-top: -56px
    }

    .banner-slide__title {
        height: 194px;
        bottom: 0
    }

    .banner-slide__title-box {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto
    }

    .chips.with-icon {
        padding: 0;
        width: 38px;
        border-radius: 100%
    }

    .chips.with-icon span {
        display: none
    }
}

@media (max-width: 767px) {
    .profile .header__return {
        margin-top: 8px
    }
}

@media (max-width: 600px) {
    .header__return {
        margin-bottom: 19px
    }

    .banner-friends__links {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: fixed;
        top: 72px;
        left: 16px;
        right: 16px;
        padding: 0 16px;
        margin: 0 -16px
    }

    .banner-friends__links::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }

    .banner-friends__links .chips {
        white-space: nowrap
    }

    .afisha__filters-chips {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-inline: -16px;
        padding-inline: 16px
    }

    .afisha__filters-chips::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }

    .profile.afisha .afisha__pin {
        position: static;
        padding-top: 32px
    }

    .profile.afisha .afisha__pin-content {
        margin: 0
    }

    .cart__buying .title {
        font-family: var(--font-base-medium);
        font-size: 24px;
        margin-bottom: 16px
    }

    .cart__info .title {
        margin-bottom: 16px
    }

    .cart__order .cart__policy {
        display: none
    }

    .card--canceled.card--return {
        gap: 14px
    }

    .card--canceled.card--return .card__time {
        line-height: 25px
    }

    .card--canceled.card--return .card__item {
        font-size: 14px;
        line-height: 25px
    }

    .card--subscription .card__wrap {
        min-height: 223px
    }

    .card--subscription .card__wrap h2 {
        margin-block: auto
    }

    .modal.modal-calendar .modal__wrap--aside:last-child {
        margin: 0 auto 96px
    }

    .modal.modal-calendar .modal__wrap--aside .card__time:before {
        content: " · "
    }

    .modal-return .modal__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: calc(var(--vh, 1vh) * 100 - 110px);
        margin-top: 62px;
        padding: 24px
    }

    .modal-return .modal__close {
        top: -43px;
        right: 24px;
        width: 24px;
        height: 24px;
        background-color: transparent
    }

    .modal-return .modal__close svg {
        width: 100%;
        height: 100%
    }

    .modal-return__inner.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }

    .modal-return__inner--form {
        margin-bottom: -24px
    }

    .modal-return__inner--form .modal-return__next {
        margin-bottom: 24px
    }

    .modal-return__title {
        font-size: 40px;
        line-height: 44px;
        padding: 0
    }

    .modal-return__text--small {
        font-size: 12px;
        line-height: 22px
    }

    .modal-return__text--title {
        padding: 0
    }

    .modal-return__list {
        margin-top: 34px
    }

    .modal-return__select {
        padding: 8px
    }

    .modal-return__select .title {
        max-width: calc(100% - 120px);
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .modal-return__select .select-date__check {
        display: none
    }

    .modal-return__item .select-date__item label > div span {
        max-width: 130px
    }

    .modal-return__disclaimer {
        padding: 28px
    }

    .modal-return__disclaimer-title {
        max-width: 275px;
        font-size: 28px;
        line-height: 31px
    }

    .modal-return__disclaimer-text {
        max-width: 275px;
        font-size: 12px;
        line-height: 22px
    }

    .modal-return__file {
        width: 100%;
        margin-bottom: auto
    }

    .modal-return__file--help {
        margin-bottom: 15px
    }

    .modal-return__file-label {
        height: 196px;
        padding: 20px
    }

    .modal-return__file-text {
        width: calc(100% - 58px);
        min-height: 153px;
        background-color: #232524
    }

    .modal-return__file-inner, .modal-return__file-name {
        font-size: 14px;
        line-height: 25px
    }

    .modal-return__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        margin-bottom: 24px
    }

    .modal-return__form-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .modal-return__form-wrap .input {
        width: 100%
    }

    .modal-return__method {
        background-color: #232524
    }

    .modal-return__next, .modal-return__next-wrap, .modal-return__prev {
        position: static;
        margin-top: auto
    }

    .modal-return__next--final {
        margin-top: auto
    }

    .modal-return .auth__number-wrap {
        margin-top: 82px
    }

    .modal-return__next-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
        margin-top: auto
    }

    .modal-return__next-form .modal-return__next {
        margin: 0
    }

    .detail__wrap--excursion {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .detail__wrap--excursion .select {
        margin-bottom: 15px
    }

    .detail__wrap--excursion .detail__checkbox {
        margin-top: -2px
    }

    .datepicker .datepicker__swiper {
        margin-left: -16px;
        padding-left: 16px
    }

    .datepicker .control__btn.prev {
        display: none
    }

    .order-title--return .order-title__text {
        font-size: 14px
    }

    .order-title__reason {
        display: none
    }

    .mass-media__tabs .tabs {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
        -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
        mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
        mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%)
    }

    .mass-media__tabs .tabs::-webkit-scrollbar {
        display: none;
        width: 0 !important
    }

    .mass-media {
        padding: 0 16px;
        margin: 0 -16px
    }

    .theater-detail__return {
        padding: 18px
    }

    .theater-detail__return-title {
        font-size: 32px
    }

    .tariffs-item p span, .ticket-slider__control .control-btn {
        display: none
    }

    .tariffs-table__head .button {
        position: fixed;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tariffs-table__head .button span {
        display: block;
        white-space: nowrap
    }
}

@media (max-width: 459px) {
    .footer__socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

@media (min-width: 901px) and (max-width: 1200px) {
    .banner-friends .banner__slider .banner-slide__img {
        width: calc(46vw - var(--scrollbarWidth))
    }

    .banner-friends .banner__slider-control {
        width: calc(46vw - var(--scrollbarWidth));
        bottom: 20px;
        padding: 0 20px
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    .cart__buying .title {
        display: none
    }

    .payment--card .payment__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .payment--card .payment__images {
        margin-top: 0
    }

    .ticket__performance {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ticket__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        gap: 3px
    }

    .ticket__toggle svg {
        width: 16px;
        height: 16px;
        stroke: var(--cl-secondary)
    }

    .ticket__toggle:not(.active) svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .tariffs-table__head .button {
        display: block;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (min-width: 601px) and (max-width: 1023px) {
    .performances__performers-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr;
        gap: 16px 32px
    }

    .performances__performers-list.is-hide .performer:nth-child(n+5) {
        display: none
    }
}

@media (any-pointer: fine) {
    [data-cursor=gallery], [data-cursor=show] {
        cursor: pointer
    }

    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
        z-index: 5000;
        line-height: 0
    }

    .cursor.is-gallery span:nth-of-type(1) {
        display: none
    }

    .cursor.is-gallery span:nth-of-type(2) {
        display: block
    }

    .cursor__circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 98px;
        height: 98px;
        border-radius: 100%
    }

    .cursor__circle::after {
        content: "";
        display: block;
        width: 32.66%;
        height: 32.66%;
        border: 1px solid var(--cl-accent);
        border-radius: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .cursor span {
        opacity: 0;
        display: block;
        position: absolute;
        left: 18px;
        bottom: 23px;
        font-size: 12px;
        line-height: var(--lh-text-lg);
        color: var(--cl-accent);
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .cursor span:nth-of-type(2) {
        display: none
    }

    .cursor.more::after {
        content: url(../../../../../../local/templates/template2023/img/inhtml/cursor/arrow.svg);
        display: block;
        width: 35px;
        height: 14px;
        position: absolute;
        right: -7px;
        bottom: 14px
    }

    .cursor.more .cursor__circle::after {
        width: 100%;
        height: 100%;
        background-color: rgba(30, 32, 31, .95)
    }

    .cursor.more span {
        opacity: 1
    }
}

/* End */
/* /local/templates/template2023/css/main.min.css?1770119969274170 */
