﻿/*!
Theme Name: net-theatre
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: net-theatre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

net-theatre is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
body {
    background-color: black !important;
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.6);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
    margin-top: 60px
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

body {
    min-height: 100vh;
    background: #1f1f1f;
    overflow-x: hidden !important;
    font-family: 'Roboto Sans', sans-serif;
}

.none {
    display: none !important;
}

@media (max-width:767px) {
    .reverse {
        flex-flow: column-reverse !important;
    }
}

* {
    transition: 0.3s
}

.wp-block-file__button {
    display: none;
}

.memory__video-inner {
    position: relative;
}

.memory__video-inner::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*    top: 3.125rem;*/
    /*    bottom: 3.125rem;*/
    width: 100vw;
    background: #000;
    height: 527px;
    top: 0rem;
    bottom: 0rem;
}

.acf-ui-datepicker .ui-widget select {
    color: #000 !important
}

@media (max-width:767px) {
    .memory__video-inner::before {
        height: 232px;
    }
}

.memory__video-inner iframe {
    width: 100%;
    height: 100%;
    /*    padding: 3.125rem 0;*/
    position: relative;
    z-index: 2;
}

.typography p {
    margin: 0 0 1.875rem;
}

.typography h5 {
    padding: .625rem 0 1.25rem;
    font-weight: 700;
    color: #cdd7e7;
    font-size: 1.125rem;
}

.typography h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #cdd7e7;
    padding-bottom: 2.5rem;
    margin: 0;
}

.typography ul {
    list-style: none;
    padding: 0 0 1.25rem 1.25rem;
    margin: 0;
}

.typography ul li {
    position: relative;
    padding-left: 1.5625rem;
    display: block;
    padding-bottom: 1.875rem;
}

.typography ul li::before {
    content: 'â€”';
    position: absolute;
    top: 2px;
    left: 0;
}

.typography a:hover {
    text-decoration: underline;
    color: #fff;
}

.wp-block-file a {
    text-decoration: underline;
}

.wp-block-file a:hover {
    color: #fff;
}

.contacts__item--fix>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 1.1rem 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    flex-direction: column;
}


.contacts__item--fix p {
    margin-bottom: 0px;
}

.contacts__item--fix>div>p:first-child {
    flex: 0 0 41%;
}

.contacts__item--fix>div>p:nth-child(2) {
    flex: 0 0 30%;
}

.contacts__item--fix>div>p:last-child {
    flex: 0 0 29%;
}

.pagination__pages .page-numbers:not(.dots) {
    font-size: .875rem;
    border-radius: 20px;
    color: #ededed;
    margin: 0 5px;
    line-height: 1.125rem;
    padding: 0.375rem 0.625rem;
    border: 1px solid #7f7f7f;
    cursor: pointer;
}

.pagination__pages .page-numbers:hover {
    text-decoration: underline;
}

.pagination__pages .page-numbers.current {
    border-radius: 20px;
    margin: 0 10px;
    border-color: #ededed;
    cursor: default;
}

.pagination__pages .page-numbers.dots {
    margin: 0 .46875rem;
}

a.video__gallery-link::after {
    background: url(images/video-play.png) 50% 50%/contain;
}

.lity-content,
.lity-container {
    max-width: 56rem;
    width: 100%;
}

html.lity-active {
    overflow: hidden;
}

.lity-wrap {
    overflow: auto;
}

.lity-close {
    position: absolute;
    right: 20px;
    top: 76px;
    font-size: 50px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    font-size: 50px;
}

.lity-close:active {
    top: 73px;
}

.team__modal-container {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #00000085;
    color: #c2c2c3;
}

section.team {
    padding: 0 0 50px
}

.main-contacts .partners__group-pic {
    filter: grayscale(100%);
    transition: .2s;
}

.main-contacts .partners__group-pic:hover {
    filter: grayscale(0);
}

button.slick-arrow.slick-prev {
    background: url(images/arrow-left-gray.png) 50% 50%/contain;
}

button.slick-arrow.slick-next {
    background: url(images/arrow-right-gray.png) 50% 50%/contain;
}

div.repertoire__middle {
    z-index: 5;
}

.repertoire__middle .vote-block span.rating-text {
    letter-spacing: .05em;
    color: #e8a92c;
    font-size: 20px;
    font-family: "FiraSansExtraCondensed", Arial, sans-serif;
}


@media (max-width: 767px) {
    .bannerinfo .description {
        display: block;
    }

    .bannerinfo h1 {
        margin: .67em 0;
    }

    .play__block.play__block-genre,
    .play__block.play__block-duration,
    .play__block.play__block-rating,
    .play__block.play__block-date {
        width: 50%;
    }

    .play__block-title {
        font-size: .7rem;
    }
}

.repertoire__rating {
    flex-flow: column;
    align-items: flex-start;
}


.play__block-rating .vote-block ol.show-current {
    margin-top: 4px;
}

.play__block-rating .vote-block span.rating-text {
    letter-spacing: .05em;
    color: #929ba9;
    font-size: 20px;
    font-family: "FiraSansExtraCondensed", Arial, sans-serif;
}

.play__block-rating .vote-block .rating-info {
    letter-spacing: .05em;
    color: #929ba9;
    font-family: "FiraSansExtraCondensed", Arial, sans-serif;
}

.repertoire__middle .vote-block .rating-info {
    letter-spacing: .05em;
    color: #e8a92c;
    font-family: "FiraSansExtraCondensed", Arial, sans-serif;
}

.repertoire__middle .vote-block ol.show-current {
    margin-top: 4px;
}

.search__section .error__content-inner {
    text-align: left;
}

.search__section article:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer__block-items a:hover,
.header__subnav a:hover {
    color: #e8a92b;
}

.btn {
    background: none;
}

.header {
    border-bottom: 0.5px solid #ffffff17;
    z-index: 99999;
    position: relative;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    width: 100%;
    background-color: #0a0a0a4a !important;
}

.h-fixed {
    position: fixed !important;
}

.page_title {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    margin: 20px 0px 70px 0px;
}

@media (max-width:767px) {
    .page_title {
        margin: 40px 0
    }
}


.tags2 {
    /*    width: 70%;*/
    display: flex
}

@media (max-width:767px) {
    .tags2 {
        /*    display: none;*/
    }
}

#menu-tags {
    display: flex;
    align-items: center;
    gap: 7px;
    width: auto;
    padding: 0;
    height: 60px;
    list-style-type: none;
    overflow-x: scroll;
}

#menu-tags::-webkit-scrollbar {
    display: none;
}

#menu-tags {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#menu-tags li {
    padding: 8px 12px;
    color: #999;
    border: 0.7px solid #555;
    background: #222;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 0.7rem;
    white-space: nowrap;
}

#menu-tags li:hover {
    background: #555;
    color: #fff
}

.globaltags {
    display: flex;
    align-items: center;
    gap: 7px;
    /*    width:200px;*/
    height: 100px;
    overflow-x: scroll;
}

.globaltags::-webkit-scrollbar {
    display: none;
}

.globaltags {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media (max-width:767px) {
    .globaltags {
        display: block;
    }
}


.mobilefilter {
    display: flex;
    align-items: center;
    gap: 7px;
    width: auto;
    height: 80px;
    overflow-x: scroll;
}

.mobilefilter::-webkit-scrollbar {
    display: none;
}

.mobilefilter {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media (min-width:767px) {
    .mobilefilter {
        display: none;
    }
}



.tagitem {
    padding: 8px 12px;
    color: #999;
    border: 0.7px solid #555;
    background: #222;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 0.7rem;
    white-space: nowrap;
}

.tagitem:hover {
    background: #555;
    color: #fff
}

.repertoire__stage--active.tagitem {
    background: #555;
    color: #fff;
}

.newbutton {
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1.7;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #FFD654;
    padding: 15px 40px;
    border: 0.7px solid #ffd654;
    width: 260px;
    border-radius: 10px;
    transition: 0.4s;
    cursor: pointer;
}

@media (max-width:767px) {
    .newbutton {
        font-size: 0.7rem;
        padding: 10px;
        width: 150px
    }

    .newbutton {
        font-size: .9rem;
        padding: 15px;
        width: 180px;
        font-weight: 400;
    }

    .mobmenu-link-container a:first-child .newbutton.mobmenu {
        margin-top: 50px;
    }

    .mobmenu-link-container .allbutton {
        font-size: .9rem;
        width: 250px;
        padding: 20px;
        margin: 15px auto;
    }

    .newbutton.mobmenu {
        padding: 20px;
        margin: 15px auto;
        width: 250px;
    }

    .header__3d-tour {
        display: none !important;
    }
}

.newbutton:hover {
    background: #ffd654;
    color: #000
}

.partners {
    background-color: white !important;
}

.partners__logo {
    transition: .35s ease;
}

.partners__logo:hover {
    height: 150px;
}


@media (max-width:767px) {
    .gosuslugi {
        display: none !important;
    }

    .mainBanner {
        margin: 0 !important;
    }

    .partners,
    .myrow.light,
    .partners2 {
        display: none !important;
    }


}

.partners {
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin: 70px auto 50px;
}

section {
    width: 100%;
    padding: 50px 0;
}

section.light {
    background: #fff
}

section.light h2 {
    color: #333;
    text-align: center
}

section.light .allbutton {
    background: #ffd654;
    color: #333
}

section.light h2 {
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 0px;
    letter-spacing: 1.5px;
}

section.pagination {
    padding: 0 !important
}

.myrow.light h2 {
    color: #333;
    text-align: center
}

.myrow.light {
    background: #fff;
    padding: 30px 30px 50px;
    border-radius: 25px
}

.partner {
    filter: grayscale(1);
    opacity: 0.8;
    cursor: pointer
}

.partner:hover {
    filter: grayscale(0);
    opacity: 1
}

.partner img {
    height: 120px;
    width: auto;
}

@media (max-width:767px) {
    .partner {
        width: 40%;
    }
}

@media(max-width:770px) {
    .mainBanner__inner.gif {
        /*margin-top:-120px;*/
    }
}

.ylwbutton {
    background: #ffd654;
    color: #333;
    text-align: center;
    font-size: 0.8rem;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px;
    border-radius: 10px;
    transition: 0.4s;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: none;
}

.playbill__btn--disabled {
    background: #7f7f7f;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 0.75rem !important;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px;
    border: 0px !important;
    border-radius: 10px;
    transition: 0.4s;
    cursor: not-allowed;
    border: none;
    /*    margin:0 auto;*/
}


.playbill__performance .parentcontrol {
    font-size: 0.9em;
    border: 0.7px solid #dd4f4f;
    border-radius: 6px;
    padding: 4px 4px;
    margin-bottom: 5px: color: #dd4f4f;
    display: inline-block;
    width: fit-content;
}

.playbill__performance .play__block-text {
    font-size: .9em;
    border: 0.7px solid;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 6px;
    color: #fff6;
    line-height: inherit;
}

@media (max-width:767px) {
    .playbill__performance {
        padding-bottom: 10px !important;
    }
}

@media (max-width:767px) {
    .playbill__item::before {
        border: 1px solid #2d2d2d;
    }
}


.ylwpart {
    width: 300px;
    background: #ffd654;
    color: #333;
    text-align: center;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 10px;
    transition: 0.4s;
    cursor: pointer;
    border: none;
    margin: 0 auto;
}

.partners .h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    color: #6d6d6d;
    line-height: 0px;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0 auto;
}

.ylwpart:hover {
    background: #1f1f1f;
    color: #ffd654
}




.playbill__info .ylwbutton {
    width: 49% !important;
    margin: inherit;
}

.partners a .ylwbutton {
    width: 300px;
}

.ylwbutton:hover {
    background: #1f1f1f;
    color: #ffd654
}

.graybtn {
    color: #999;
    border: 0.7px solid #656565;
    font-size: 0.8rem;
    width: 350px;
    text-align: center !important;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.contact_info .graybtn {
    width: 210px;
}

@media (max-width: 767px) {
    .contact_info .graybtn {
        width: 180px;
    }
}

.page-id-80 .single-news__text.typography {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}

.single-news .container .typography iframe {
    width: 100% !important
}

.page-id-70 .single-news {
    padding: 0 !important
}

.contact-position {
    color: #7d7d7d;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-name {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 4px !important;
}

.contacts__item--fix {
    transition: .2s;
    /*    border: 1px solid #444;*/
    background-color: #333;
    cursor: pointer;
    border-radius: 20px;
    width: 24%;
    margin-bottom: 20px;
}


.wpcf7 input {
    direction: ltr;
    background: #ededed;
    height: 40px;
    color: #000 !important;
    width: 100%;
    border-radius: 5px;
}

.wpcf7 input[type="file"] {
    background: #fff;
}

textarea {
    width: 100%;
}

.refund {
    position: relative;
    color: #266eec;
    border-radius: 10px;
    border: 1px solid #266eec;
    padding: 5px 10px;
    margin: 10px 0px 15px;
    display: block;
    width: fit-content;
}

.wpcf7 label span.star {
    font-size: 1.1rem;
    color: #ff0000;
    line-height: 0.5rem;
    font-weight: 600
}

@media (max-width:767px) {
    .contacts__item--fix {
        width: 100%
    }
}

.footer-buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.btncenter {
    margin: 0 auto
}

.togglebtn {
    border: 0.7px solid #656565;
    font-size: 0.8rem;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 7px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.togglebtn.photo__toggler--active,
.togglebtn.repertoire__stage--active {
    text-decoration: none !important;
}

.togglebtn.photo__toggler--active:hover,
.team__toggler--active:hover {
    background-color: #f3f3f3;
}

.photo__toggler--active {
    text-decoration: none !important;
    background-color: #4e4e4e !important;
    color: #fff;
}

.team__toggler .container {
    padding: 0
}

.togglebtn.photo__toggler:hover {
    background-color: #4e4e4e !important;
    color: #fff
}

.photo__toggler,
.team__toggler {
    border: 0.7px solid #656565;
    font-size: 0.8rem;
    width: 240px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 7px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.photo__toggler:hover,
.team__toggler:hover {
    background-color: #4e4e4e !important;
    color: #fff;
    text-decoration: none;
}


/*.repertoire__stage {margin: 0 10px;}*/
.repertoire__stages .togglebtn {
    width: auto;
}

/*
.repertoirenew {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 290px;
    background-position: center !important;
    overflow: hidden;
    border-radius: 15px;
    width: 31.5% !important;
    transition: 0.3s;
    background-size: 120% !important;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 73%));
    box-shadow: -1px 60px 79px -32px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: -1px 60px 79px -32px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: -1px 60px 79px -32px rgba(0, 0, 0, 0.73);
}*/

.repertoirenew {
    border-radius: 15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 20px !important;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-size: cover !important;
    object-fit: cover !important;
}

.repertoirenew:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.repertoirenew .parentcontrol {
    border: 0.8px solid #dd4f4f57;
    border-radius: 7px;
    padding: 3px 7px 4px 10px;
    color: #dd4f4f;
    height: 24px;
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.repertoirenew .parentcontrol:hover {
    background: transparent;
    color: #dd4f4f;
    border: 0.8px solid #dd4f4f57;
}

.repertoirenew .repertoire__title {
    display: inline-block;
    padding: 0.75rem 1.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #e8e8e8;
    height: 60px;
}

.repertoire__container .globaltags {
    height: auto
}

.repertoire__inner.repinnernew {
    display: flex;
    gap: 1%;
    justify-content: flex-start;
}

.repflex {
    position: relative;
    bottom: -150px;
    margin-top: -50px;
    display: flex;
    flex-direction: column;
}

.repflex .playbill__zhanr,
.repflex .repertoire__director,
.repflex .play__block-text,
.repflex .play__time {
    font-size: .9em;
    border: 0.7px solid #999;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 6px;
    color: #999;
    line-height: normal;
}

.premier_tag {
    cursor: pointer;
}

.premier_tag:hover {
    color: #282828;
    background: #e8a92c;
}

.repflex .repertoire__middle {
    padding: 0;
    margin-left: 10px;
}

.repflex .playbill__director {
    margin-top: 0px;
    margin-left: 20px;
}

.playbill__dir,
.playbill__zhanr,
.play__block-text,
.parentcontrol,
.playbill__tag,
.premier_tag,
{
cursor: pointer;
}

.playbill__dir:hover,
.playbill__zhanr:hover,
.play__block-text:hover,
.parentcontrol:hover,
.playbill__tag:hover,
.stage_tag:hover {
    background: #ffffffad;
    color: #000;
}

.repflex .description {
    white-space: normal;
    width: 380px;
    margin: 0px 0 5px;
    color: #fff;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    display: none;
}

.repertoirenew:hover .repflex {
    bottom: -12px;
}

.repertoirenew:hover .repertoire__title {
    bottom: -150px;
    display: flex;
    flex-direction: column;
}

@media (max-width:767px) {
    .repertoirenew {
        width: 86% !important;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }

    .repertoire__stages {
        display: none !important
    }
}

.playbill__item img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.apostthumb {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.playbill__item:hover img {
    scale: 1.1;
}

.playbill__tag:hover {
    background: #e8a92c;
    color: #282828
}



@media only screen and (min-width: 960px) and (max-width: 1199px) {

    .container {
        padding: 0 4% !important;
    }

    .apostthumb {
        height: 140px !important;
    }

    .playbill__name {
        font-size: 0.7rem !important;
    }

    .playbill__info {
        height: fit-content !important;
    }

    .playbill__zhanr,
    .playbill__dir,
    .stage_tag,
    .playbill__performance .play__block-text,
    .playbill__performance .parentcontrol,
    .premier_tag {
        font-size: .7em !important;
    }

    .playbill-buttons .btn {
        min-width: auto !important;
        font-size: .6rem !important;
        line-height: 1;
    }

    .playbill-buttons .ylwbutton {
        font-size: 0.8rem !important;
    }

    .pushkin-list p {
        margin: 10px 0 0 43px !important;
        font-size: 0.6rem !important;
        width: 80px !important;
    }

    .playbill__play {
        margin-top: 10px !important;
    }

    .playbill__item::before {
        left: -15px !important;
        right: -15px !important;
    }

    .playbill__day {
        width: 3rem !important;
        font-size: 2.5rem !important;
    }

    .playbill__day-about {
        padding-top: 0.5rem !important;
    }

    .playbill__month {
        font-size: .9rem !important;
    }

    .playbill__time {
        font-size: .7rem !important;
        padding-right: 10px !important;
    }

    .playbill__weekday {
        font-size: .7rem !important;
    }


    .repertoirenew {
        background-size: 140% !important;
    }

    .repertoirenew:hover {
        background-size: 160% !important;
    }

}

/* hotnews */
.hotnews,
.hotnews__item {
    display: flex;
}

.hotnews {
    justify-content: space-between;
}

.hotnews__item {
    align-items: center;
    color: white;
    background-color: black;
    border-radius: 15px;
    padding: 2px 25px 0px 10px;
    cursor: pointer;
    margin-right: 15px;
    height: 100%;
}

.hotnews__img img {
    max-height: 90px;
    border-radius: 10px;
    margin-right: 20px;
    max-width: none;
    transition: max-height 0.3s ease;
}

.hotnews__item:hover {
    padding: 12px 25px 8px 10px;
}

.hotnews__item:hover .hotnews__img img {
    max-height: 105px;
}

.hotnews__title {
    margin-bottom: 5px;
    font-size: 18px;
}

.hotnews__arrow {
    display: none;
    position: relative;
    top: 25px;
    margin-left: auto;
}

.swiper-wrapper {
    align-items: stretch !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) .hotnews__item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40%;
    /* Размытие будет применяться к правой половине слайда */
    background-color: rgba(31, 31, 31, 1);
    /* Цвет фона для размытия (прозрачный белый) */
    box-shadow: -60px 0px 60px 50px rgba(31, 31, 31, 1);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.hotnews__item {
    margin-right: 0;
}

@media screen and (max-width: 770px) {
    .hotnews__item {
        padding: 0px 4px 0px 4px;
    }

    .hotnews__img {
        max-width: 130px;
    }

    .hotnews__img img {
        max-height: 60px;
    }

    .hotnews__title {
        font-size: 12px
    }

    .hotnews__description {
        font-size: 11px
    }

    .playbill {
        margin-top: 20px !important;
    }

    .swiper-initialized {
        margin-top: 20px !important;
    }

    .hotnews__img {
        pointer-events: none;
    }

    .hotnews__item {
        pointer-events: none;
    }
}

/* end hotnews */
.flexcards {
    justify-content: space-evenly;
    display: flex;
    flex-flow: column;
    margin-top: 40px
}

.flexcard {
    width: 100%;
    margin: 10px 0;
}

.flexcards-s {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    flex-flow: row;
}

.flexcard-s {
    width: 100%;
    margin: 10px 0;
}

@media (max-width:767px) {
    .flexcard {
        display: flex !important;
    }

    .flexcard-s {
        display: flex !important;
    }
}


@media (max-width:767px) {
    .graybtn {
        width: 100%
    }
}

@media (max-width:767px) {
    .graybtn {
        width: 100%
    }
}

.graybtn:hover {
    background: #4e4e4e;
    color: #fff !important;
}

.userinfo {
    margin: 0px 0 50px;
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px) {
    .userinfo {
        flex-flow: column;
        margin-bottom: -50px
    }
}

.news h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    color: #9e9e9e;
    line-height: 0px;
    letter-spacing: 1.5px;
}



.news__blocks {
    width: 31.9%;
}

.newswrap {
    display: flex;
    flex-wrap: wrap;
}

.newswrap .news__blocks .repertoirenew {
    width: 100% !important;
}

.news__title {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    padding-bottom: 3rem;
    /*    height: 40px;*/
    /*    line-height: 1.625rem;*/
    overflow: hidden;
    font-weight: 400;
    color: #e8e8e8;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.newsexcerpt {
    font-size: 0.8rem;
    height: 45px;
    overflow: hidden;
    display: none;
}

.newsdate {
    font-size: .8rem
}

.newsitem .repflex {
    position: relative;
    padding: 0 1.5rem 0;
    bottom: 0;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
}


.search-results .mainTitle {
    padding: 6rem 0 0 !important
}

.mainTitle {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 3rem 0 0 !important;
}

/*.page-template-default .mainTitle .container h1{margin-bottom: 30px !important;}*/
.page-template-template-videogalary h1 {
    margin: 60px 0 20px !important;
}

.photo__togglers {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .mainTitle--playbill {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        padding: 1.875rem 0 !important;
    }

    .single-news {
        padding: 0rem 0 0 !important;
    }
}


@media (max-width: 767px) {
    .mainTitle.mainTitle--news .container {
        padding: 0;
    }

    .mainTitle--news h1 {
        padding: 0 4%;
    }

    section.news__blocks-section .container .photo__togglers {
        padding: 0 4%;
    }
}


@media (max-width:767px) {
    .news__blocks {
        width: 94% !important;
        margin: 0 auto
    }

    .newsitem .repflex {
        bottom: -230px;
    }

    .repflex .description {
        display: none;
    }
}

.divider_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
    margin: 0px 0;
}

.video-wrapper {
    margin-top: -70px;
    /* Telling our absolute positioned video to 
  be relative to this element */
    position: relative;

    width: 100%;
    height: 670px;

    /* Will not allow the video to overflow the 
  container */
    overflow: hidden;

    /* Centering the container's content vertically 
  and horizontally */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767px) {
    .container--small {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .video-wrapper {
        height: 620px
    }
}

video.wide {
    min-height: 100%;
    min-width: auto;
    /*    height: 100%;width: auto*/
}

@media (max-width:767px) {
    video {
        height: 100%;
        width: auto
    }
}

.flexwrap {
    display: flex;
    align-items: center;
}

.footercontact {
    display: flex;
    font-size: 0.8rem;
    gap: 20px;
    height: 20px;
    color: #838383;
}

.leftfooter {
    width: 70%;
    display: flex;
    flex-flow: column;
}

@media (max-width:767px) {
    .leftfooter {
        width: 100%;
    }

    .siteversion {
        width: 100% !important;
    }

    .footercontact {
        height: auto;
        gap: 0;
        flex-wrap: wrap;
    }

    .footercontact p {
        /*    width: 45%;*/
        margin-right: 20px;
        line-height: 2px;
    }

    .siteversion {
        flex-flow: column;
        color: #838383;
        display: flex;
        font-size: 0.9rem;
    }

}

.footernew {
    width: 100%;
    border-top: 1px solid #292929;
    padding: 20px;
    height: 90px;
}

.amirlogo {
    float: right;
    display: none;
    border-radius: 10px;
    width: 170px;
    height: 50px;
    padding: 8px;
    background-color: #fff;
    margin-right: 20px;
}

.amirlogo:hover {
    background-color: #272727
}

.amirlogo img {
    opacity: 0.5;
}

.amiricon {
    padding: 7px;
    height: 36px;
    background-color: #e0e0e0;
    border-radius: 10px;
    width: 36px;
    margin-right: 10px;
}

.amirlogo p {
    margin-top: 3px;
    height: 2px;
    font-size: 0.7rem;
    color: #858585;
}

.amirlogo p.amir {
    color: #aaa;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.ratefooter {
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width:767px) {
    .footernew {
        overflow: hidden;
    }

    .footerlogo img {
        height: auto;
        width: 80px
    }

    .mobhidden {
        display: none !important;
    }

}

.footerlogo {
    width: auto;
    opacity: 1.0;
    margin-bottom: 30px
}

.footerlogo img {
    height: auto;
    width: 80px
}

.mobhidden {
    display: block
}

.madeby {
    font-weight: 900;
    font-style: italic;
    font-size: 1.2rem
}

.siteversion {
    color: #838383;
    font-size: 0.9rem;
    width: 15%;
    padding-top: 10px
}

.footernav {
    display: flex;
    font-size: 1rem;
    gap: 20px;
    height: 30px;
    font-size: 0.9rem;
}

@media (max-width:767px) {
    .footernav {
        display: none;
    }
}

.footernav p {
    cursor: pointer
}

.footernav p:hover {
    opacity: 0.7
}

.contact_info {
    color: #999;
    font-size: 1rem;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0px
}

@media (max-width:767px) {
    .contact_info {
        width: 90%
    }
}

.contact_info .text {
    margin: 0 auto
}

@media (max-width:767px) {
    .contact_info .text {
        width: 90%;
        font-size: 0.9rem;
    }
}

.social {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 30px 0
}

.socicon {
    background: #4B4B4B;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    padding: 0px 0 0 0;
    cursor: pointer
}

.socicon svg {
    top: 25%;
    position: relative;
}

.socicon:hover {
    background: #666;
    transform: scale(1.1)
}


/*Ð¡Ð¢Ð ÐÐÐ˜Ð¦Ð Ð¡ÐŸÐ•ÐšÐ¢ÐÐšÐ›Ð¯*/
.perfbanner {
    /*    margin-top: -90px*/
}

.bannerinfo {
    width: 600px;
    padding: 0px 0 0px 120px;
    color: #fff;
}

.bannerinfo {
    margin: 50px 0 0px 110px;
    width: 530px;
    background-color: #0a0a0a73 !important;
    font-size: .9rem;
    padding: 30px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(13px);
    z-index: 99999;
    border-bottom: 0.5px solid #ffffff17;
    border-radius: 20px;
}

.bannerinfo.gif {
    z-index: 99999;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: #0a0a0a4a !important;
    width: 550px;
    margin: 50px 0px 0px 110px;
    padding: 30px;
    overflow: hidden;
    border-radius: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bannerinfo.glass {
    z-index: 99999;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: #0a0a0a4a !important;
    width: 550px;
    margin: 0px 0 0px 110px;
    padding: 30px;
    overflow: hidden;
    border-radius: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:767px) {

    .bannerinfo.gif,
    .bannerinfo.glass {
        width: 100% !important;
        margin: 440px 0 -120px 0 !important;
        position: relative;
        top: 120%;
        bottom: 0;
        padding: 20px;
        border-radius: 15px;
    }
}

.mainBanner__inner.gif {
    top: 320px
}

button:hover .left,
button:hover .right {
    border: 0.1em solid #ffd654;
}

button #slideleft::after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 1px;
    height: 50%;
    bottom: 0;
    background: linear-gradient(to bottom, #333 0%, transparent 100%);
}

.shadowright {
    display: block;
    left: -10px;
    width: 1px;
    height: 50%;
    bottom: 0;
    background: linear-gradient(to bottom, #333 0%, transparent 100%);
}


button {
    width: 60px;
    background: none;
    border: 0px;
    cursor: pointer
}

button:hover .left:after,
button:hover .right:after {
    border-top: 0.1em solid #ffd654;
    border-right: 0.1em solid #ffd654;
}

.left {
    display: inline-block;
    width: 2em;
    height: 2em;
    border: 0.1em solid #828282;
    border-radius: 50%;
    margin-right: .5em;
}

.left:after {
    transition: .3s;
    content: '';
    display: inline-block;
    margin-top: 0.6em;
    margin-left: 0.3em;
    width: 0.6em;
    height: 0.6em;
    border-top: 0.1em solid #828282;
    border-right: 0.1em solid #828282;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.right {
    display: inline-block;
    width: 2em;
    height: 2em;
    border: 0.1em solid #828282;
    border-radius: 50%;
    margin-left: .5em;
}

.right:after {
    transition: .3s;
    content: '';
    display: inline-block;
    margin-top: 0.6em;
    margin-left: -0.3em;
    width: 0.6em;
    height: 0.6em;
    border-top: 0.1em solid #828282;
    border-right: 0.1em solid #828282;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*ÐšÐ½Ð¾Ð¿ÐºÐ¸ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð°*/
a.prev:hover .leftslide:after,
a.next:hover .rightslide:after {
    border-top: 0.1em solid #fff;
    border-right: 0.1em solid #fff;
}

.leftslide {
    display: inline-block;
    width: 3em;
    height: 3em;
    /*  border: 0.1em solid #333;*/
    border-radius: 50%;
    margin-right: 1.5em;
}

.leftslide:after {
    transition: .3s;
    content: '';
    display: inline-block;
    margin-top: 1em;
    margin-left: 1em;
    width: 0.8em;
    height: 0.8em;
    border-top: 0.1em solid #ddd;
    border-right: 0.1em solid #ddd;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.rightslide {
    display: inline-block;
    width: 3em;
    height: 3em;
    /*  border: 0.1em solid #333;*/
    border-radius: 50%;
    margin-left: 1.5em;
}

.rightslide:after {
    transition: .3s;
    content: '';
    display: inline-block;
    margin-top: 1em;
    margin-left: 1em;
    width: 0.8em;
    height: 0.8em;
    border-top: 0.1em solid #ddd;
    border-right: 0.1em solid #ddd;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ÐšÐ½Ð¾Ð¿ÐºÐ¸ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð°*/




.flexcell {
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #333;
    cursor: pointer;
    display: flex;
}

.flexcards2 {
    justify-content: space-between;
    display: flex;
    margin-top: 40px
}

.flexcell:hover {
    background-color: #fff;
    scale: 1.05
}

.flexcol {
    width: 32%
}

.bigcell {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 370px;
    background: url(../../uploads/2022/12/about_theatre2-1.png) #333;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 45px bottom;
    padding: 40px;
}

.bigcell:hover {
    background-position: 40px bottom;
}

.flexcell:hover p,
.flexcell:hover h3,
.flexcell:hover h4 {
    color: #333;
}


.bigcell h4 {
    font-size: 42px;
    line-height: 0px;
    margin-bottom: 25px;
}

.bigcell p {
    font-size: 14px;
    width: 60%;
}

.mediumcell {
    width: 100%;
    height: 170px;
}

.smallcell {
    width: 46%;
    height: 170px;
    float: left;
    padding: 40px 10px;
}

.smallcell.media {
    background: url(../../uploads/2022/12/media1.png) #333;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 75px;
    display: block
}

.smallcell.media:hover {
    background: url(../../uploads/2022/12/media2.png) #fff;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 70px;
}

.smallcell.media h3,
.smallcell.contactcell h3 {
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
}

.people {
    background: url(../../uploads/2022/12/theater-masks.png) #333;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 245px 20px;
    padding: 40px;
    display: block
}

.people:hover {
    background-position: 240px 20px;
}


.kids {
    background: url(../../uploads/2022/12/kids.png) #333;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 275px 30px;
    padding: 40px;
    display: block
}

.kids:hover {
    background-position: 270px 30px;
}

.kids p {
    width: 60% !important
}


@media (max-width:767px) {
    .people {
        background-position: 235px 30px;
    }

    .kids {
        background-position: 245px 55px;
    }

    .newscell {
        background-position: 235px 30px;
    }

    .cafe {
        background-position: 265px 40px !important;
    }

    .sert {
        background-position: 265px 40px;
    }
}

@media (max-width:400px) {
    .kids h3 {
        margin-bottom: 0 !important;
        margin-top: 10px;
        width: 150px;
        font-size: 22px !important;
        line-height: 20px !important
    }

    .people {
        background-position: 190px 30px
    }

    .kids {
        background-position: 190px 55px
    }

    .newscell {
        background-position: 190px 30px !important
    }

    .cafe {
        background-position: 205px 40px !important
    }

    .sert {
        background-position: 210px 40px !important
    }
}



.doctag {
    padding: 8px 12px;
    color: #999;
    border: 0.7px solid #555;
    background: #222;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 0.7rem;
    white-space: normal;
    width: fit-content;
    transition: 0.3s
}

.doctag a,
.docs-list a {
    color: #fff !important;
    text-decoration: none
}

p.doctag {
    margin: 0 0 1.875rem;
}

.typography p {
    margin: 15px 0;
}

.doctag:hover,
.wp-block-file:hover {
    color: #fff;
    background: #555;
    text-decoration: none !important
}

.doctag:hover a {
    color: #fff;
}

.typography a:hover {
    text-decoration: none !important;
}



.wp-block-file {
    padding: 8px 12px;
    color: #fff;
    border: 0.7px solid #555;
    background: #222;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7rem;
    white-space: nowrap;
    width: fit-content;
    margin-bottom: 1.5em;
}

.wp-block-file a {
    text-decoration: none !important
}

.typography a {
    color: #cfcfcf;
}


.cafe {
    background: url(../../uploads/2022/12/coffee.png) #333;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 285px 40px;
    padding: 40px;
    display: block
}

.cafe:hover {
    background-position: 280px 40px;
}

.cafe p {
    width: 60% !important
}


.smallcell.contactcell {
    background: url(../../uploads/2022/12/telephone2.png) #333;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 75px;
    display: block
}

.smallcell.contactcell:hover {
    background: url(../../uploads/2022/12/telephone.png) #fff;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 70px;
}

.smallcell.vk {
    background: url(../../uploads/2025/05/icons8-vk-500-300x300.png) #333;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 75px;
    display: block
}

.smallcell.vk:hover {
    background: url(../../uploads/2025/05/icons8-vk-500-1.png) #fff;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 70px;
}

.smallcell.tour {
    background: url(../../uploads/2022/12/tour1.png) #333;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 75px;
    display: block;
    padding: 40px 0
}

.smallcell.tour:hover {
    background: url(../../uploads/2022/12/tour.png) #fff;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center 70px;
}


.smallcell h3 {
    text-align: center;
    margin-top: 5px;
    font-size: 16px !important;
    text-transform: uppercase;
}


.newscell {
    background: url(../../uploads/2022/12/newscell.png) #333;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 245px 20px;
    padding: 40px;
    display: block
}

.newscell:hover {
    background-position: 240px 20px;
}

.sert {
    background: url(../../uploads/2022/12/certificate.png) #333;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 275px 40px;
    padding: 40px;
    display: block
}

.sert:hover {
    background-position: 270px 40px;
}

.sert h3 {
    margin-bottom: 0px !important;
    margin-top: 10px;
    width: 150px;
    font-size: 22px !important;
    line-height: normal !important;
}

.mediumcell {
    padding: 20px 40px;
}

.mediumcell p {
    width: 50%;
    font-size: 14px
}

.flexcell h3 {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: 0;
}

@media (max-width:767px) {
    .flexcards2 {
        flex-direction: column;
    }

    .flexcol {
        width: 100%;
    }
}






.bannerinfo h1 {
    text-transform: uppercase;
    font-size: 2.2rem;
}

@media (max-width:767px) {
    .bannerinfo h1 {
        line-height: 1;
        font-size: 6vw;
        white-space: normal;
    }

    .description {
        margin: 10px 0 15px !important;
        font-size: .8rem;
    }

    .bannerinfo.glass .buttons,
    .bannerinfo.gif .buttons {
        margin-top: 0px
    }

    .bannerinfo.glass .buttons .morebtn,
    .bannerinfo.gif .buttons .morebtn {
        display: block;
        font-size: 0.8rem;
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .buttons .ylwbutton {
        width: 50% !importnat;
        height: 50px;
    }
}

.metainfo {
    text-transform: uppercase;
    font-size: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.4;
    gap: 5px;
    margin: 0 0 10px 0;
    /*    height: 24px;*/
    align-items: center;
}

.metainfo .parentcontrol {
    border-radius: 7px;
    padding: 3px 7px;
}

.author {
    color: #ffffffad;
    padding: 6px 0;
}

.genre,
.author,
.scenetype {
    border: 0.7px solid #ffffffad;
    border-radius: 7px;
    padding: 3px 7px;
    color: #ffffffad;
    cursor: pointer;
    white-space: nowrap;
}

.bannerinfo .play__time {
    border: 0.7px solid #ffffffad;
    border-radius: 7px;
    padding: 3px 7px;
    color: #ffffffad;
    cursor: pointer;
    margin: 0;
    font-size: .6rem;
    line-height: normal;
    white-space: nowrap;
}

.bannerinfo .playbill__tag {
    margin-bottom: 0
}

.genre:hover,
.author:hover,
.scenetype:hover,
.bannerinfo .play__time:hover {
    background: #ffffffad;
    color: #000
}

.scenetype {
    color: #ffffffad;
}

.description {
    margin: 20px 0 25px;
    line-height: 1.6;
	font-size:1.05em;
}

.director span,
.artists span {
    color: #ffffffad;
    margin: 0 15px 0 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
}

.director {
    margin: 0 0 10px 0
}

.artists {
    margin: 0 0 50px 0
}

.artists {
    margin: 0 0 50px 0
}

.buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.buttons .ylwbutton {
    width: 50%
}

.mainBanner--play {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 650px;
    background-color: #000;
}

.mainBanner {
    margin-top: -70px;
}

.rhombus {
    z-index: 99;
    width: 400px;
    margin-top: -50px;
    margin-left: -70px;
    height: 400px;
    -webkit-transform: rotate(-45deg);
    position: absolute;
}

.season {
    width: 280px;
    height: 280px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background-color: #0a0a0a21 !important;
    margin: 0 auto;
    position: absolute;
    top: 45%;
}

@media (max-width:767px) {

    .newglass .buttons {
        margin-top: 20px
    }

    .rhombus {
        background-repeat: no-repeat;
        background-size: 90% !important;
        margin-top: -80px;
        margin-left: -50px;
    }

    .season {
        width: 250px;
        height: 250px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 9999;
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
        background-color: #0a0a0a21 !important;
        margin: 0 auto;
        position: absolute;
        top: 60%;
    }
}

.mainBanner__img-wrapper {
    /*    height: 620px;*/
    height: 60vw;
    overflow: hidden
}


@media (max-width:767px) {
    .mainBanner {
        background-position: center center !important;
    }

    .mainBanner__img-wrapper {
        height: 431px;
        background-size: contain !important;
        background-position: bottom center !important;
        overflow: hidden;
    }



    .mainBanner--play {
        /*        height: 840px;*/
        height: 600px;
    }

    .mainBanner--play .mainBanner__img-wrapper--blackout {
        position: relative;
    }

    .meropriyatiya-template-default .mainBanner--play {
        /**/
        background-size: 120% !important;
        background-position: top center !important;
        background-color: #000 !important;
        min-height: 520px;
        max-height: 650px;
        height: fit-content;
        /*    height: 660px;*/
    }

    .metainfo {
        column-gap: 10px;
        font-size: 0.6rem;
    }
}

.morebtn {
    /*    display: none;*/
    background: #ffffff1f;
    color: #fff;
    width: 50%;
    padding: 15px;
    border: 0px solid #656565;
    font-size: 0.8rem;
    margin: 0 0 0px 0px;
    float: right;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.morebtn:hover {
    background: #ffffff;
    color: #666
}

.bannerinfo .play__block {
    display: contents;
}


.parentcontrol {
    border: 0.7px solid #dd4f4f;
    border-radius: 40px;
    padding: 6px 10px 6px 15px;
    color: #dd4f4f;
    font-size: .6rem;
    cursor: pointer
}

.parentcontrol:hover {
    background-color: #dd4f4f;
    color: #000
}

.metainfo .parentcontrol {
    border-radius: 7px;
    padding: 3px 7px;
}

.myrow {
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width:767px) {
    .myrow {
        width: 100%;
    }

    .flexwrap {
        flex-flow: column
    }


    .bannerinfo {
        margin: 10px 0 0 0;
        max-height: fit-content;
        position: absolute;
        bottom: -130px;
        background-color: #0a0a0a73 !important;
        font-size: .9rem;
        width: 100%;
        padding: 0 25px 25px;
        overflow: hidden;
        backdrop-filter: blur(13px);
        z-index: 99999;
        border-bottom: 0.5px solid #ffffff17;
        border-radius: 20px;
    }
}

.fulldescr h2 {
    font-weight: 400;
    font-size: 1.5rem;
    color: #878787;
    text-transform: uppercase;
}

.fulldescr {
    width: 100%;
    margin-right: 20px;
}

.fulldescr p {
    color: #CCCCCC;
    line-height: 1.5;
    margin: 40px 60px 0 0;
}

@media (max-width:767px) {
    .fulldescr {
        width: 100%
    }

    .fulldescr p {
        line-height: 1.9;
        font-size: 0.9rem;
        margin: 40px 0px 0 0;
    }
}

.pushkincard {
    align-self: baseline;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 40px;
    width: 250px;
    background: url(images/pushkin.png) #5149C8;
    height: 150px;
    float: right;
    background-position: 110px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff
}

.pushkincard:hover {
    background-color: #625ad5;
    transform: scale(1.03);
    background-position: 130px 15px;
}

.pushkin-list {
    border-radius: 10px;
    width: 60px;
    overflow: hidden;
    background: url(images/pushkin.png) #2a2a2a;
    height: 42px;
    float: right;
    background-position: 3px 4px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}

.pushkin-list p {
    color: #838383;
    margin: 7px 0 0 50px;
    font-size: 0.8rem;
    width: 90px;
}

.pushkin-list:hover {
    background-color: #695fff
}

.pushkin-list:hover p {
    color: #fff
}


.playbill-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-self: flex-start;
    width: 100%;
    height: 42px;
    flex-flow: row;
}

.playbill-buttons a {
    display: flex;
    align-items: center;
}

@media (max-width:767px) {

    .pushkincard {
        width: 100%;
        transform: scale(0.7);
        background-position: 180px 15px;
    }

    .pushkincard:hover {
        background-position: 160px 15px;
    }
}

.pushkincard h4 {
    width: 160px;
    text-align: left;
    margin: 40px 0 20px 35px;
    text-transform: uppercase;
}

.pushkincard a {
    font-size: 12px;
    border-radius: 10px;
    padding: 7px 15px;
    text-transform: uppercase;
    margin: 18px 0 0 35px;
    border: 1px solid #fff;
    width: fit-content;
    color: white
}

/*Ð¡Ð¢Ð ÐÐÐ˜Ð¦Ð Ð¡ÐŸÐ•ÐšÐ¢ÐÐšÐ›Ð¯*/



.pushkin-button {
    opacity: .8;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    align-self: baseline;
    border-radius: 30px;
    width: 187px;
    background: url(images/pushkin.png);
    background-color: #5044ff73;
    height: 60px;
    float: right;
    font-size: 0.7rem;
    padding: 6px 24px 0;
    background-position: 106px 6px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
    position: fixed;
    bottom: 15px;
    left: 40px;
    z-index: 9999;
    text-transform: uppercase;
    transition: all .2s ease-in;
    -webkit-box-shadow: 0px 2px 15px 0px rgb(91 79 255 / 18%);
    -moz-box-shadow: 0px 2px 15px 0px rgb(91 79 255 / 18%);
    box-shadow: 0px 2px 15px 0px rgb(91 79 255 / 18%);
}

.pushkin-button:hover {
    background-color: #695fff;
    background-position: 103px 6px;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(91 79 255 / 33%);
    -moz-box-shadow: 0px 2px 20px 0px rgb(91 79 255 / 33%);
    box-shadow: 0px 2px 20px 0px rgb(91 79 255 / 33%);
    opacity: 1;
}

.pushkin-button .pushkin p {
    width: 100px
}


.single-news__ratings {
    display: none !important;
}

.single-news__date {
    font-size: 20px;
    margin-bottom: -40px;
}

.single-news__title {
    font-size: 32px;
}

.newtitle {
    position: absolute;
    bottom: 0px !important;
    padding: 0 4% 2%;
    /*    left: -50%;*/
    /*    right: -50%;*/
    width: 100%;
    z-index: 9999;
}

.mainBanner--news {
    height: 80vh !important;
    position: relative
}

.single-post .mainBanner--news {
    height: 100vh !important;
    position: relative
}

.single-post .mainBanner {
    margin-top: -100px;
}

.single-post .mainBanner--news .mainBanner__img-wrapper {
    height: 100vh;
}

.mainBanner--news .mainBanner__img-wrapper {
    height: 80vh;
    /*    background-position: center !important; */
    background-size: 100% !important;
}

@media (max-width:767px) {
    .single-post .mainBanner--news {
        height: 40vh !important;
    }

    .newtitle .single-news__date {
        font-size: 16px;
    }

    .newtitle .single-news__title {
        font-size: 16px !important;
        line-height: normal;
    }

    .newtitle {
        left: 0;
        right: 0
    }

    .mainBanner--news {
        height: 50vh !important;
        position: relative
    }

    .single-post .mainBanner {
        margin-top: -80px;
    }

    .mainBanner--news .mainBanner__img-wrapper {
        height: 45vh !important;
    }

    .mainBanner--news .mainBanner__img-wrapper {
        /*    height: 100vh !important; */
        background-size: 112% !important;
        background-position: top !important;
    }

    .mainBanner--news .mainBanner__inner {
        top: 30px;
        position: inherit;
        transform: none;
        padding: 0;
    }

}


@media (max-width:767px) {
    .pushkin-button p {
        display: none;
    }

    .pushkin-button {
        width: 60px;
        height: 60px;
        padding: 2px 24px 0;
        background-position: 2px 6px;
        bottom: 15px;
        left: 15px;
        opacity: .7;
    }

    .pushkin-button:hover {
        background-position: 9px 6px;
    }

    .contacts {
        padding-bottom: 30px;
    }
}


.footer__socials.footer__socials--custom svg path {
    opacity: .8;
    transition: .2s;
}

.footer__socials.footer__socials--custom svg:hover path,
.footer__socials.footer__socials--custom svg:focus path {
    opacity: 1;
    fill: text;
}

.single-news .footer__socials--custom.footer__socials {
    left: 105px;
}

.footer__rules {
    /*    text-decoration: underline;*/
}

div.header__mobile-dropdown {
    z-index: 13;
    max-height: 100vh;
    overflow-y: auto;
    height: 140vh;
}

.open-mobile-menu {
    overflow: hidden;
}


@media (max-width:767px) {
    #specialButton {
        border: 1px solid #393939;
        border-radius: 15px;
        width: 260px;
        height: 55px;
        color: transparent;
        margin: 0 auto 15px;
        padding: 20px 0 10px 0;
    }
}

.repertoire__pic {
    overflow: hidden;
}

.wp-block-gallery li::before {
    display: none;
}

.wp-block-gallery .blocks-gallery-grid {
    padding-left: 0;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    padding-left: 0;
}

.team__block .team__member {
    text-decoration: none;
}

.team__block a.team__member:hover {
    text-decoration: underline;
}

.artists__block {
    display: flex;
    justify-content: flex-start;
    gap: 1%;
    flex-wrap: wrap
}

.artists__block .artists {
    width: 15%;
    flex-direction: column;
    display: flex;
}

.artists__block .artists .member_title {
    text-align: center
}

span.artist_role {
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    color: #909090;
    font-size: 12px;
}


.member_title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    width: 210px;
    margin: 0 auto;
}

.artists__block .member_title {
    width: auto;
    font-size: 1.1rem;
    color: #d0d0d0;
}

.artists__block .artist_role {
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.5;
}

.artists__block {
    gap: 2%
}

.single-collective .mainBanner--news {
    background-color: transparent;
}

/*.single-collective .mainBanner__img-wrapper{background: none !important;}*/
.single-collective .mainBanner--news .mainBanner__img-wrapper {
    background-position: top !important;
    background-size: 50% !important;
}

.avatar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.avatar-image {
    width: 400px;
    height: 420px;
    margin: 120px 0 20px;
    border-radius: 90px;
    overflow: hidden;
    transition: 0.3
}

.avatar-image:hover {
    transform: scale(1.05)
}

.avatar .artistname {
    font-size: 2rem;
    text-align: center;
}

@media (max-width:767px) {
    .member_title {
        font-size: 1rem;
        width: auto
    }

    .artists__block .artist_role {
        padding: 0 5px;
    }

    .avatar {
        padding: 10%
    }

    .avatar-image {
        width: 100%;
        height: 320px;
        margin: 80px 0 30px;
    }

    .avatar .artistname {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 5px;
    }
}



.team_list_photo {
    height: 240px;
    border-radius: 40%;
    margin: 0 auto 30px;
    width: 240px;
}

.artists .team_list_photo {
    height: 150px;
    width: 150px;
}

a.artists:hover .team_list_photo {
    transform: scale(1.1);
    background-size: 100% !important
}

a.artists {
    width: 12%;
    gap: 1%
}

@media (max-width:767px) {
    .team__block .team__member {
        width: 49% !important;
    }

    a.artists,
    .artists__block .artists {
        width: 49%;
        gap: 2%
    }

    .artists .team_list_photo {
        height: 130px;
        width: 130px;
    }

    .team_list_photo {
        height: 150px;
        margin: 0 auto 15px;
        width: 150px;
    }
}

@media (max-width:350px) {

    .team_list_photo {
        height: 100px;
        margin: 0 auto 15px;
        width: 100px;
    }
}

.to-get__ways {
    display: none;
}

.to-get__route-numbers {
    font-size: 1.5em;
}

.slick-arrow {
    cursor: pointer;
}

.contacts__item--fix {
    transition: .2s;
}

.wp-block-group__inner-container p {
    margin: 0 !important;
}

.contacts__item--fix:hover {
    /*   background: rgb(255 255 255 / 7%);*/
    scale: 1.05;
}

.team__member {
    cursor: pointer;
}

.header__nav-link {
    cursor: pointer;
}

.team__toggler:hover {
    color: #cdd7e7;
}

.playbill__open:hover {
    color: #cdd7e7;
}

.main-contacts__text a {
    color: #cdd7e7;
}

.main-contacts__text a:hover {
    color: #ebeff5;
}

.footer__rules:hover {
    color: #cdd7e7;
}

.news__open:hover {
    color: #bab7b7;
}

.footer__soc {
    cursor: pointer;
}

.footer__soc path {
    transition: .3s fill;
}

.footer__soc:hover path {
    fill: #aaa7a7;
}

.main-contacts__text {
    font-size: 1rem !important;
    transform: translateY(-52px);
}

.playbill__name:hover {
    color: #cdd7e7;
    text-decoration: underline;
}

.playbill__name {
    position: relative;
}

.playbill__age {
    display: none;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.playbill .footer__rules {
    text-transform: uppercase;
}

html,
body {
    width: 100%;
    height: 100%;
}

.content {
    flex: 1 0 auto;
    padding: 0px !important;
}

.wrapper {
    height: 100%
}

.vidbg-container video {
    opacity: 1 !important;
    top: 0% !important;
    left: 0% !important;
    transform: translate(-0%, -0%) !important;
}

@media (max-width: 767px) {
    .container .container.playbill__items {
        padding: 0 0;
    }
}


@media (max-width: 1025px) {
    .main-contacts__text {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 767px) {
    .footer__mobile-title-inner {
        padding-right: 0 !important;
    }

    img.main-contacts__logo {
        left: 0;
    }

    .search__section .error__content-inner {
        text-align: center;
    }

    .search__section article {
        padding: 40px 20px;
    }

    .contacts__item--fix>div {
        flex-direction: column;
        padding: .8125rem 2.1875rem .9375rem 2.1875rem;
    }

    a.footer__rules {
        margin: 0 0 20px;
        display: inline-block;
    }
}

.main-contacts .partners__group-pic {
    height: 185px !important;
}

.repertoire__middle {
    /* bottom: auto !important;
    top: 10px;
    z-index: 4 !important; */
}

.news__item {
    padding: 0 25px !important;
}

html .repertoire__pic {
    background-color: transparent !important;
}

html .repertoire__pic a {
    background-color: transparent !important;
}

html .repertoire__pic a {
    background-color: transparent !important;
}




.repertoire__middle .playbill__age {
    position: absolute;
    bottom: 156px;
}

.news__block {
    transition: .2s;
    padding: 2rem 0 !important;
}

.news__block:hover {
    background: rgb(255 255 255 / 5%);
}

.play__actor {
    padding: 0 15px;
    box-sizing: border-box;
}

.play__about-inner .play__block-text:hover {
    background: transparent;
    color: #e6e6e6
}

.vote-block {
    padding-bottom: 0 !important;
    /*    padding-top: 20px;*/
}

.repertoire__middle .vote-block .rating-info {
    transform: translateY(-25px);
}

.h2--repertuar {
    font-size: 1.875rem;
    line-height: 2.5rem;
    color: #cdd7e7;
    text-align: center;
}


div.header__nav-link {
    text-transform: none;
}

.header__nav-text {
    position: relative;
    text-decoration: none;
    color: inherit;
}

.header__nav-text:hover {
    color: #e8a92c !important;
}

.header__nav-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #e8a92c;
    transition: width 0.3s ease;
}

.header__nav-text:hover::after {
    width: 100%;
}

.header__subnav-link {
    text-decoration: none;
    position: relative;
}

.header__subnav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #e8a92c;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}

.header__subnav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

html[class*=special-color-] .header__logo {
    background-color: black !important;
}

html[class*=special-color-] .footer__logo {
    background-color: black !important;
}

html[class*=special-color-] .main-contacts__logo {
    background-color: black !important;
}

html[class*=special-color-] .slick-arrow {
    /* background-color: black !important; */
    color: transparent !important;
}

html[class*=special-color-] .slick-next::before {
    content: ">";
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: black !important;
}

html[class*=special-color-] .slick-prev::before {
    content: "<";
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: black !important;
}

.photo__gallery--custom .fancy {
    margin-bottom: 0 !important;
    display: block !important;
}

.photo__gallery--custom .photo__gallery-item {
    margin: 1%;
    border-radius: 13px;
    overflow: hidden;
}


@media (max-width:767px) {
    .photo__gallery--custom .photo__gallery-item {
        margin: 2% 3%;
    }
}


.popups-custom {
    display: none;
}

.popup-massage__massage {
    font-family: "FiraSansExtraCondensed", Arial, sans-serif;
    font-size: 1rem;
}

.popup-massage {
    max-width: 800px !important;
    background-color: #525252 !important;
    color: #f3f3f3;
}

.popup-massage .fancybox-button {
    padding: 0 !important;
}

.up-button {
    transition: .3s opacity, 0s .3s height, 0s .3s width;
    position: fixed;
    bottom: 15px;
    right: 40px;
    cursor: pointer;
    opacity: 0;
    height: 0px;
    width: 0px;
    z-index: 999;
}

@media (max-width: 425px) {
    .up-button {
        bottom: 15px;
        right: 20px;
    }
}

.up-button--show {
    transition: .3s opacity, 0s 0s height, 0s 0s width;
    opacity: .7;
    height: 61px;
    width: 58px;
}

.up-button--show:hover {
    opacity: 1
}

.playbill__age {
    position: static;
    margin-left: 0px;
}

.playbill__name-text {
    margin-right: 10px;
}

.playbill__day-about {
    min-width: 67px;
}

.playbill__links {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 776px) {
    .playbill__links {
        justify-content: space-between;
        flex-direction: column;
    }

    .playbill__links .footer__rules {
        margin: 5px 0;
    }
}

.mainBanner.mainBanner--bg {
    flex: 0 0 499px;
}

@media (max-width: 991px) {
    .mainBanner.mainBanner--bg {
        flex: 0 0 420px;
    }
}

@media (max-width: 767px) {
    .mainBanner.mainBanner--bg {
        flex: 0 0 350px;
    }
}

@media (max-width: 575px) {
    .repertoirenew .parentcontrol {
        margin-top: 20px;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .repertoirenew .repertoire__title {
        padding: 1.2rem 1.25rem 0.5rem;
        position: absolute;
    }

    .mainBanner.mainBanner--bg {
        flex: 0 0 217px;
    }
}

.cookie_policy {

    background: #171717;
    padding: 15px 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .cookie_policy {
        background: #ffffff;
        bottom: 20px;
        border-radius: 10px;
        width: 100%;
        color: #9d9d9d;
        z-index: 99999;
        margin: 0 auto;
        font-size: 0.9rem;
        padding: 10px 0px;
    }

    .cookie_policy__close {
        border: none;
        height: 40px;
        background: transparent;
        color: #fff;
        font-size: 1.4rem;
        width: 20%;
        background: #000;
        cursor: pointer;
        border-radius: 11px;
    }
}

.cookie_policy__wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cookie_policy__wrap a {
    text-decoration: underline;
}

.cookie_policy__close {
    border: none;
    height: 40px;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    background: #000;
    cursor: pointer;
    border-radius: 11px;
    /*    width: 10%;*/
    margin: 0px 0px 0px 10px;
}

.cookie_policy__close:hover {
    background-color: #666;
}

@media(max-width:600px) {
    .video-wrapper img {
        height: auto;
    }
}

@media(max-width: 1400px) {
    .pushkin-list p {
        color: #838383;
        margin: 7px 0 0 43px;
        font-size: 0.7rem;
        width: 90px;
    }

    .playbill-buttons .ylwbutton {
        font-size: 0.8rem !;
    }
}

@media(max-width: 1023px) {
    .playbill-buttons .ylwbutton {
        font-size: 0.8rem !important;
    }

    .playbill__day {
        font-size: 2rem;
    }

    .playbill__date {
        margin-bottom: 9px;
    }

    .playbill__month {
        font-size: 0.8rem;
    }

    .playbill__weekday,
    .playbill__time {
        font-size: 0.7rem;
    }

    .apostthumb {
        height: auto;
    }

    .playbill__name {
        font-size: 0.9rem;
    }

    .playbill__item {
        justify-content: flex-start;
    }
}

@media(max-width: 956px) {
    .playbill-buttons .ylwbutton {
        font-size: 0.55rem;
    }

    .playbill__day {
        font-size: 2rem;
    }

    .playbill__date {
        margin-bottom: 9px;
    }

    .playbill__month {
        font-size: 0.8rem;
    }

    .playbill__weekday,
    .playbill__time {
        font-size: 0.7rem;
    }

    .apostthumb {
        height: auto;
    }

    .playbill__name-text {
        font-size: 0.9rem;
    }

    .playbill__item {
        justify-content: flex-start;
    }
}

.playbill__director * {
    cursor: pointer;
}

#js-show-iframe-wrapper {
    min-width: 80% !important;
}

.bf-102__decor {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bf-102__content {
    text-align: center;
}

.bf-102__bottom-wrap {
    justify-content: center;
}

.qr {
    text-align: center;
    background: white;
    color: black;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: LatoWeb, sans-serif;
    font-weight: 700;
    padding: 16px 12px 12px 12px;
}

@media (max-width:767px) {
    .qr {
        display: none;
    }

    .gif {
        z-index: 0 !important;
    }

    .footer-buttons {
        margin-bottom: 20px;
        flex-direction: column;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .playbill__director {
        display: none;
    }

}

/*
.content{
	padding: 0px 0 0 0 !important;
}*/

.header-down-menu {
    position: absolute;
    right: 0;
    margin-top: 110px;
}

.header-down-menu ul>li {
    list-style: none;
    float: left;
}

.header-down-menu a {
    background: transparent;
    border: 1px solid #555555;
    border-radius: 10px;
    padding: 8px 10px;
    color: #555555;
    text-transform: uppercase;
    margin: 10px;
}

.header-down-menu a:hover {
    background: #555555;
    border: 1px solid #555555;
    color: #fff;
    transition: .4s;
}

@media(max-width: 600px) {

    .mob-m-xl {
        position: relative;
        width: 100%;
        margin-top: -20px;
    }

    .repertoirenew .repertoire__title {
        bottom: -207px;
    }

    .repertoirenew:hover .repertoire__title {
        bottom: -207px;
    }

    .repertoirenew:hover {
        background-size: 120% !important;
        scale: 1;
    }

    .repertoirenew .playbill__director>div {
        display: none !important;
    }

    .repertoirenew .playbill__director {
        height: 30px;
    }
}


@media(max-width: 530px) {

    .mob-m-xl {
        position: relative;
        margin-top: -20px;
    }

}

@media(max-width: 345px) {

    .mob-m-xl {
        position: relative;
        width: 100%;
    }

    .repertoirenew .repertoire__title {
        bottom: -193px;
    }

    .repertoirenew:hover .repertoire__title {
        bottom: -193px;
    }

    .repertoirenew .repertoire__title {
        font-size: 11px;
        line-height: 1.025rem;
        height: 40px;
    }

}

section {
    background: #1F1F1F;
}

.block label {
    border: 0.8px solid #dd4f4f57;
    border-radius: 7px;
    padding: 1px 7px 3px;
    color: #dd4f4f;
    height: 24px;
    font-size: 0.8rem;
}

.block {
    border-radius: 15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0));
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 20px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.block:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.block img {
    width: 100%;
    height: 230px;
    background-size: cover;
    object-fit: cover;
    background-position: 50% 50%;
    border-radius: inherit;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.block img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.block label {
    position: absolute;
    top: 12px;
    right: 12px;
}

.block:hover label {
    position: absolute;
    top: 12px;
    right: 12px;
}

.block h2 {
    position: absolute;
    top: 0px;
    left: 11px;
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.block:hover h2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 11px;
    font-size: 14px;
    color: #fff;
}

.block div {
    transition: 0.5s;
    transform: translateY(0%);
}

.block:hover div {
    transform: translateY(-30%);
    z-index: 9999;
    color: #fff;
    position: absolute;
    transition: .4s;
    left: 12px;
    bottom: 12px;
}

.block div .sp1 {
    border: 0.7px solid #ffffffad;
    border-radius: 7px;
    padding: 3px 7px;
    color: #ffffffad;
    cursor: pointer;
    font-size: 12px;
}

.block div .sp1:hover {
    background: #ffffffad;
    color: #000;
    transition: .4s;
}

.block div .sp2 {
    border: 0.7px solid #e8a92c;
    border-radius: 7px;
    padding: 3px 7px;
    color: #e8a92c;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 12px;
}

.block div .sp2:hover {
    background: #e8a92c;
    color: #282828;
    transition: .4s;
}

.block div .sp3 {
    border: 0.7px solid #dd4f4f;
    border-radius: 7px;
    padding: 3px 7px;
    color: #dd4f4f;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 12px;
}

.block div .sp2:hover {
    background: #dd4f4f;
    color: #000;
    transition: .4s;
}

.block p {
    visibility: hidden;
    z-index: 9999;
    color: #fff;
    font-size: 13px;
    position: absolute;
    transition: .4s;
    left: 12px;
    right: 12px;
    bottom: 50px;
    opacity: 0;
}

.block:hover p {
    visibility: visible;
    z-index: 9999;
    color: #fff;
    font-size: 13px;
    position: absolute;
    transition: .4s;
    left: 12px;
    right: 12px;
    bottom: 50px;
    opacity: 0;
    animation: to-text 2.5s forwards;
}

@keyframes to-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media(max-width: 600px) {
    .block:hover p {
        opacity: 1;
        animation: none;
    }
}


.contentS {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pad-3 {
    padding: 5px 10px;
}

.col-3 {
    width: 33.3333%;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-10 {
    width: 10%;
}


@media(max-width: 1000px) {
    .col-3 {
        width: 50%;
    }

}

@media(max-width: 600px) {
    .col-3 {
        width: 100%;
    }

    .block {
        height: 180px;
    }

}


.filter-item {
    position: relative;
    padding-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.filter-item__title2,
.ilter-item__list2 {
    display: inline-block;
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    line-height: 22px;
}

.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -15px;
    /*background: url(images/checkbox-3.png) 0 0 no-repeat;*/
    background: #fff;
}

/* Checked */
.checkbox-other input[type=checkbox]+span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}

.checkbox-other input[type=checkbox]:checked+span:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 4px;
    top: -18px;
    background: url(images/checkbox-4.png) 0 0 no-repeat;
    opacity: 1;
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover */
.checkbox-other span:hover:after {
    filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before,
.checkbox-other span:active:after {
    filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled+span {
    color: #666;
    cursor: default;
}

.checkbox-other input[type=checkbox]:disabled+span:before,
.checkbox-other input[type=checkbox]:disabled+span:after {
    filter: grayscale(100%);
    opacity: 0.6;
}