@font-face{
    font-family:'pragmatica-medium';
    src:url(../font/Pragmatica_Medium-2a6d7dcdd04278a72835c168d82469ffb6654c08a06903cca0e2b0063a0c3db8.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'pragmatica-light';
    src:url(../font/Pragmatica_Light-270a60db3a97a494705425c8788aa69d5dcd06b7d62ae7c888caae07135a2c6b.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'pragmatica-regular';
    src:url(../font/pragmatica-regular-e7da11cd870d90f2edf0fa4a4662261681ebe59e5c8eabf51e467dacd0155de2.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../font/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../font/HelveticaNeueCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



html, body {
    font: 100%/1.4 "pragmatica-light", Arial, Verdana;
    margin: 0;
    width: 100%;    
}
*{
    box-sizing: border-box;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.container {
    width: 1180px;
	margin: 0 auto;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #b44119;
}
b, strong, .bold {
    font-family: "pragmatica-medium";
    font-weight: normal;
}
.link {
    text-decoration: none;
    color: #000;
}
.upper{
    text-transform: uppercase;
}

.sidebar-item:hover,
a.news-card__title:hover,
.link:hover,
.content-body__text a:hover {
    color: #b44119;
}
.SmartCaptcha-Shield{
    z-index: 9999;
}
.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom{
    bottom: 5% !important;
}

.btn {
    display: inline-block;
    background: #FFF;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 10px;
    padding: 4px 8px 2px 8px;
    outline: none;
    line-height: 1.4;
    /*font-weight: bold;*/
    width: fit-content;
    margin-top: 5px;
    cursor: pointer;
    font-family: 'pragmatica-medium';
}
.btn.no_active{
    cursor: default;
}

.btn.btn_inverted{
    font-size: 14px;
    color: #FFF;
    background-color: #b44119;
    border-color: #b44119;
}
.btn:hover,
.open-responsive-menu.active-open-responsive-menu {
    color: #FFF;
    background-color: #b44119;
    border-color: #b44119;
}
.btn.btn_inverted:hover{
    color: #000;
    background-color: #FFF;
    border-color: #000;
}

.btn.btn_black{
    background: #000;
    border-color: #000;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5em 20px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "pragmatica-medium";
    width: 100%;
    font-size: 1em;
}
.btn.btn_black:hover{
    background: #b44119;
    border-color: #b44119;
}
.btn.no_active:hover{
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}

.jconfirm.jconfirm-light .container{
    width: 100%;
    max-width: 560px;
}

.jconfirm.jconfirm-light .jconfirm-buttons button.btn-brick{
    font-size: 14px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #000;

    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    border-radius: 0;
    border: 1px solid #FFF;
    padding: 6px 10px;
}
.jconfirm.jconfirm-light .jconfirm-buttons button.btn-brick:hover{
    color: #FFF;
    background-color: #b44119;
    border-color: #b44119;
}

.jconfirm .row{
    display: block;
}
video{
    max-width: 100%;
}


/*jconfirm-dark_video*/
.jconfirm.jconfirm-dark_video iframe{
    width: 100%;
}
.jconfirm.jconfirm-dark_video .jconfirm-bg{
    background-color: #0d0d0d;
    opacity: .95;
}
.jconfirm.jconfirm-dark_video .jconfirm-box{
    background: #000;
}
.jconfirm.jconfirm-dark_video  .jconfirm-box div.jconfirm-closeIcon{
    color: #fff;
    opacity: .9;
}
.jconfirm.jconfirm-dark_video .container{
    width: 100%;
    max-width: 950px;
}

.custom_video_block{
    display: flex;
    justify-content: center;
    align-items: center;
}


.form-input {
    outline: none;
    font-size: 0.9em;
    line-height: 0.9em;
    border: 1px solid #808285;
    border-top: none;
    padding: 4px 6px;
    color: #808285;
    margin: 0;
    width: 82%;
    font-family: 'pragmatica-regular';
}

.form-input:first-child {
    border-top: 1px solid #808285;
}

.form-search-input {
    width: 300px;
    margin-right: 7px;
}

.responsive-menu {
    display: none;
    position: relative;
}

.responsive-nav-menu {
    display: none;
    padding: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    z-index: 2;
    background: #fff;
    position: absolute;
    top: 100%;
    width: calc(100% + 67px);
}


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

.row .sidebar {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
    min-width: calc(25% - 24px);
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}


/*.sidebar-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.play-sidebar-info .sidebar-list {*/
/*    flex-direction: column;*/
/*}*/
.sidebar-list{
    margin-bottom: 20px;
}


.sidebar-list .sidebar-list_drop_block{
    margin-bottom: 24px;
}
.sidebar-list .sidebar-list_drop_block .sidebar-list_drop_title{
    font-weight: bold;
    cursor: pointer;
}
.sidebar-list .sidebar-list_drop_block .sidebar-list_drop_content{
    display: none;
}
.sidebar-list .sidebar-list_drop_block.active .sidebar-list_drop_content{
    display: block;
}

.play-sidebar-info .sidebar-item {
    text-transform: none;
}

.content {
    margin-top: 30px;
}

.content-body {
    flex: 1 1 75%;
    max-width: 75%;
}
.news_detail_page .content-body {
    max-width: 880px;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px;
}

.media-title,
.sidebar-item {
    color: #808285;
    display: block;
    line-height: 1.4;
    font-family: "pragmatica-medium";
    margin-bottom: 0;
}
.play-sidebar-menu .sidebar-item{
    text-transform: uppercase;
}

.sidebar-item.active {
    color: #000000;
}
.red .sidebar-item {
    text-transform: none;
}
.red .sidebar-item.active {
    color: #b44119;
}

.sidebar-title,
.sidebar-info-title {
    font-family: "pragmatica-medium";
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: 0.3em;
    text-transform: uppercase;
}
.sidebar-title{
    font-size: 1em;
    line-height: 1.4em;
}

.news-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    justify-content: stretch;
}
.news-card__img {
    overflow: hidden;
}

.news-card__img img {
    width: 100%;
    object-fit: cover;
}
.main-video .news-card__date,
.news-card__date {
    color: #b44119;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.83em;
    margin-bottom: 5px;
}
.main-video .news-card__title,
.news-card__title {
    font-family: "pragmatica-medium";
    text-transform: uppercase;
    margin-bottom: 12px;
    padding: 0;
    line-height: 1.25;
    text-decoration: none;
    color: #000000;
    min-width: 100%;
}
.main-video .news-card__summary,
.news-card__summary {
    flex: 2;
    font-size: 0.83em;
    padding: 0;
    margin-bottom: 6px;
    font-family: "pragmatica-regular";
}
.stripped_content,
.tours_list{
    max-width: 575px;
}
.tours_block{
    display: flex;
    margin-bottom: 45px;
}
.tours_title,
.tours_date_block{
    font-family: "pragmatica-medium";
    text-transform: uppercase;
}
.tours_date_block{
    flex-basis: 80px;
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
}
.tours_content_block{
    flex-grow: 2;
}
.tours_title{
    font-size: 1.1em;
}
.tours_desc{
    font-size: 0.83em;
    line-height: 1.3;
    font-family: "pragmatica-regular";
}

.tours_img_block {
    margin-left: 20px;
    flex-basis: 175px;
    min-width: 175px;
    max-width: 175px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.tours_img_block img {
    max-width: 100%;
    max-height: 100%;
}



.content-body__img{
    margin-bottom: 2em;
}
.content-body__img img {
    width: 100%;
}

/*.play-info-performance-detail .content-body__img img {*/
/*    height: 475px;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/

.open-responsive-menu,
.show-more .btn {
    display: block;
    width: 100%;
    padding: 10px 0 6px;
    margin: 10px 0;
    font-size: 0.9em;
}

.links-list {
    display: flex;
    flex-direction: column;
}

.links-list__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    align-items: flex-start;
}

.links-list__above {
    text-transform: uppercase;
    color: #808285;
    font-size: 0.83em;
    font-weight: bold;
}

.links-list__link {
    font-family: "pragmatica-medium";
    text-transform: uppercase;
}

.links-list__caption {
    font-size: 0.83em;
    padding-top: 0.5em;
    font-family: "pragmatica-regular";
}

.sidebar-info-caption {
    margin-bottom: 1.4em;
    font-family: "pragmatica-light";
}

.sidebar-info-caption .link {
    text-decoration: underline;
}

.sidebar-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.redactor a,
.content-body__text a {
    color: #000;
}

.redactor img,
.content-body__text img {
    max-width: 100%;
}

.redactor a:hover {
    color: #b44119;
}

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

.gallery__item {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.gallery__item img {
    width: 100%;
}

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

.people__item {
    display: block;
    width: calc(24% - 20px);
    margin: 0 20px 40px 0;
    text-decoration: none;
}

.list-container .people__item .people__img{
    height: min-content;
    display: none;
}
.list-container.show_img_people .people__item .people__img{
    display: block;
}


.person-info__img img,
.people__img img {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.people__name {
    font-size: 1.1em;
    color: #000000;
    font-family: "pragmatica-medium";
    text-transform: uppercase;

}

.person-info {
    display: flex;
    flex-direction: column;
}

.person-info__title {
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.person-info__body {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.person-info__col {
    flex: 0 1 22%;
}

.rich-text p{
    margin-bottom: 1em;
}
.rich-text a{
    text-decoration: underline;
}
.rich-text hr{
    padding: 0;
    border-top: 1px solid #000;
    margin: 2em 0;
    display: block;
}

.person-info__col.rich-text {
    flex: 0 1 77%;
    margin-left: 2%;
}

.person-info__img {
    margin-top: 1em;
    margin-bottom: 2em;
}



.person-info__performances-title {
    font-size: 1.1em;
    line-height: 1;
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: bold;
}

.person-info__performance-item {
    margin-bottom: 0.3em;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.performance-list {
    display: flex;
    flex-direction: column;
}

.performance-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    width: 88%;
    align-items: stretch;
}

.performance-poster {
    flex: 0 1 49%;
}

.performance-poster,
.performance-poster img {
    display: block;
    width: 100%;
}

.performance-info {
    flex: 0 0 48%;

    display: flex;
    flex-direction: column;
    /*opacity: 0;*/
    /*transition: opacity 0.1s ease-in-out;*/
}

.performance-info__scene {
    color: #808285;
    text-transform: uppercase;
    font-size: 0.83em;
    font-weight: bold;
}

.performance-info__title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}

.performance-info__title:hover {
    color: #000000;
}

.performance-info__desc {
    flex: 1;
    font-size: 0.83em;
    overflow: hidden;
    position: relative;

    min-height: 1px;
    flex-basis: 1px;
    flex-grow: 2;
    height: 100%;

}

.performance-info__desc::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(transparent, white);
}
.js-casts-performance{
    display: none;
    margin-bottom: 12px;
}
.performance-info__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.performance-info__meta a {
    margin-top: 3.5em;
    margin-right: 5px;
}
.nearest_events_performances .egr_btns_block .btn{
    margin-right: 8px;
}
.nearest_events_performances .egr_btns_block{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}


.play-info {
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
}

.play-info-performance-detail {
    width: 100%;
    max-width: 880px;
}

/*.play-info__poster {*/
/*    width: 100%;*/
/*}*/

.play-info__inner {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.play-info__annotation {
    flex: 0 0 63%;
}

.performance-tickets {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    margin-left: 2%;
}

.play-info__meta {
    /*display: flex;*/
    /*flex-direction: column;*/
    line-height: 1.3;
    padding-top: 0.8em;
}

.play-info__meta:first-child {
    padding-top: 0;
}

.play-info__meta-item {
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: 1em;
}
.play-info__meta-item.events_help_cast_row .event__casts_time{
    display: none;
}


.play-sidebar-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.7em;
    font-size: 1.1em;
    line-height: 1.3;
}

.play-sidebar-title {
    font-size: 1.5em;
    line-height: 1.2;
    padding-bottom: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
}
.play-sidebar__actors{
    margin-bottom: 0.65em;
}
.play-sidebar-actor {
    text-decoration: none;
    color: #000000;
    display: block;
    font-family: "pragmatica-medium";
}

.play-sidebar-subtitle {
    text-transform: uppercase;
    padding: 1em 0 0.8em 0;
    font-weight: bold;
}

/*.play-sidebar-menu {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/



.play-info-mobile-poster {
    display: none;
}

.play-info-mobile-poster img {
    width: 100%;
}

/*.play-info-mobile-poster-performance-detail img {*/
/*    height: 370px;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/

.play-sidebar-info__col {
    display: flex;
    flex-direction: column;
}

.performance-tickets-mobile {
    display: none;
}

.media-block {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #000;
}

.media-title {
    margin-bottom: 1em;
}

.show-more.media {
    display: none;
}
.open_custom_video .news-card__img,
.open_custom_video .news-card__title,
.swipebox .news-card__img,
.swipebox .news-card__title {
    height: auto;
}
.news-card__title {
    height: 78px;
    overflow: hidden;
}

.redactor {
    display: flex;
    flex-direction: column;
}

#is_rent_event{
    display: none;
}

.buy-btn {
    background: #000000;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2em;
    padding: 0.5em 20px;
    text-align: center;
    font-family: "pragmatica-medium";
}

.tickets-page .row {
    width: 100%;
}

footer .partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    flex: 0 0 20%;
    margin: 20px 15px 0;
    text-decoration: none;
}

.partner-item__title {
    text-transform: uppercase;
    text-align: center;
    color: #808285;
    font-family: "pragmatica-medium";
    font-size: 0.83em;
    margin-bottom: 0.5em;
    min-height: 37px;
}

.partner-item img {
    max-width: 100%;
}

.partners-row {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-top: 20px;*/
}

.partners-txt{
text-transform: uppercase;
    color: #808285;
    font-family: "pragmatica-medium";
    font-size: 0.83em;
    margin-bottom: 0.5em;
    min-height: 37px;
    text-align: center;
    text-align: middle;
}

.partner-wrapper {
    width: auto;
    float: none;
    text-align: center;
    margin-top: 20px;
}

.group-title {
    flex: 0 0 100%;
    text-align: center;

    font-family: "pragmatica-medium";
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

.main-slider {
    width: 100%;
}

.slide-item {
    display: flex;
}

.slide-item__info {
    flex: 0 0 25%;
    width: 25%;
    display: flex;
    flex-direction: column;
}

.slide-item__img {
    flex: 1 1 calc(75% - 2%);
    margin-left: 2%;
}

.slide-item__img img {
    width: 100%;
}

.slide-item__title {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: "pragmatica-medium";
}

.slide-item__text {
    margin-top: 1.3em;
    font-size: 1.1em;
    line-height: 1.2;
}

.slide-item__buttons {
    margin-top: 1.2em;
    display: flex;
}

.slide-item__buttons .btn {
    margin-right: 5px;
}

.splide__arrow {
    display: block;
    background: url(../img/arrows.png) no-repeat left center;
    width: 26px;
    height: 10px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.splide__arrow--next {
    background-position: right center;
    left: 43px;
}

.main-slider {
    margin-bottom: 2.85em;
}

.main-video-title {
    text-transform: uppercase;
    color: #b44119;
    font-size: 0.6em;
    line-height: 1.6;
    font-family: "pragmatica-medium";
}

.main-video .news-card {
    width: auto;
}

footer {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
}
.footer__col img {
    max-width: 100%;
}

.footer__title {
    color: #808285;
    text-transform: uppercase;
    font-family: "pragmatica-medium";
    font-size: 0.83em;
    margin-bottom: 6px;
}

.footer__text {
    font-size: 0.83em;
    font-family: "pragmatica-regular";
}
.subscribe-form {
    width: 100%;
}
.subscribe-form .form-input{
    margin-bottom: 6px;
    width: 100%;
}
/*.btn.subscribe-button{*/
/*    border: 1px solid #808285;*/
/*    color: #808285;*/
/*}*/


.tickets-page a:not(.btn){
    text-decoration: underline;
}


.ckeditor_four_columns_image{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-template-areas:
    "cfc_col cfc_image cfc_image cfc_image"
    "cfc_col cfc_cell1 cfc_cell2 cfc_cell3"
}
.cfc_col{
    grid-area: cfc_col;
}
.cfc_image{
    grid-area: cfc_image;
}
.cfc_cell1{
    grid-area: cfc_cell1;
}
.cfc_cell2{
    grid-area: cfc_cell2;
}
.cfc_cell3{
    grid-area: cfc_cell3;
}


.ckeditor_four_columns > tbody > tr{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.ckeditor_four_columns > tbody > tr > td{
    display: block;
}


.ckeditor_three_columns > tbody > tr{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 20px;
}
.ckeditor_three_columns > tbody > tr > td{
    display: block;
}

.socials {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}

.socials__item {
    flex: 0 0 30px;
    width: 30px;
    margin-right: 15px;
}

.socials__item img {
    width: 100%;
}

footer .partners {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    grid-column-start: 1;
    grid-column-end: 5;
}

footer .partner-item {
    /*flex: 0 0 135px;*/
    width: 135px;
    max-width: 135px;
    flex-basis: 135px;
    /*margin-left: 0;*/
    margin: 16px;
}

.footer__image {
    text-align: center;
}

.form-field_checkbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 4px;
}
.form-field{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 4px;
}
.form-field .form-field__label{
    flex-basis: calc(50% - 24px);
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
    margin-right: 24px;
}

.form-field .form-field__input-wrap{
    flex-grow: 2;
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    max-width: calc(50% - 0px);
}
.form-field input[type='text'],
.form-field input[type='password'],
.form-field input[type='email'],
.form-field input[type='tel']{
    width: 100%;
    padding: 4px 6px;
    background: #fff;
    border: 1px solid #333;
    box-shadow: none;
    text-transform: none;
    border-radius: 2px;
    outline: none;
}
.form-field input[type='text']:focus,
.form-field input[type='password']:focus,
.form-field input[type='email']:focus,
.form-field input[type='tel']:focus{
    border: 1px solid #b44119;
    box-shadow: inset 0px 0px 4px 0px #b4411947;
}

.form-field input[type='text']:read-only,
.form-field input[type='password']:read-only,
.form-field input[type='email']:read-only,
.form-field input[type='tel']:read-only{
    background-color: #f3f2f2;
    border-color: #efefef;
    cursor: default;
}

.form-field input[type='text']:read-only:focus,
.form-field input[type='password']:read-only:focus,
.form-field input[type='email']:read-only:focus,
.form-field input[type='tel']:read-only:focus{
    border: 1px solid #efefef;
    box-shadow: none;
}


.registration_form_block h2,
.login_form_block h2{
    text-align: center;
    font-size: 1.3em;
    color: #333;
}
.login_btn{
    border: 0px;
    background: #b44119;
    color: #fff;
    width: 100%;
    padding: 6px 12px;
    cursor: pointer;
    max-width: 160px;
    text-align: center;
    font-size: 0.83em;
    transition: background-color ease-in-out 300ms;
}
.login_btn:hover{
    background: #c13a0cde;
}
.white_login_btn{
    border: 1px solid #b44119;
    background: #fff;
    text-transform: uppercase;
    color: #b44119;
    padding: 3px 12px;
    cursor: pointer;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
    left: -12px;
    transition: background-color ease-in-out 300ms;
}

.white_login_btn:hover{
    background: #b441190f;
}
.link_row_registration{
    color: #b44119;
    font-size: 0.9em;
    text-align: end;
    width: 100%;
    margin-bottom: 24px;
}
.link_row_registration a{
    color: #b44119;
    transition: color ease-in-out 300ms;
}
.link_row_registration a:hover{
    color: #c13a0cde;
}
.form-field_checkbox label.checkbox{
    flex-grow: 1;
    transition: color ease-in-out 300ms;
}
.form-field_checkbox label.checkbox:hover{
    color: #888;
}
.form-field_checkbox label.checkbox a{
    color: #b44119;
    transition: color ease-in-out 300ms;
}

.registration_form_block,
.login_form_block{
    display: none;
}
.registration_form_block.active,
.login_form_block.active{
    display: block;
}

.chosen-container .chosen-drop{
    border-bottom: 0 !important;
    border-top: 1px solid #aaa !important;
    top: auto !important;
    bottom: 100% !important;
    border-radius: 4px 4px 0 0 !important;
}

.chosen_calendar .chosen-container-single .chosen-single{
    border-radius: 0px;
}
.chosen_calendar .chosen-container .chosen-results li.highlighted{
    background: #b44119;
}

.profile_order_item{
    margin-bottom: 40px;
}
.profile_order_item_reserv_id span{
    color: #b44119;
}
.potdi_performance_name{
    font-size: 1.1em;
    margin-bottom: 6px;
    font-weight: bold;
}
.profile_order_ticket_data{
    padding-left: 20px;
}
.profile_menu{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.profile_menu a{
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.profile_menu a.active,
.profile_menu a:hover{
    color: #b44119;
}




.pushkincardicon{
    content: "";
    background-color: initial !important;
    border: 0;
    height: 30px;
    width: 110px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/static/core/img/logo_longpushkin_30_100.png');
}
.pushkincardicon:hover{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-image: url(/static/core/img/logo_longpushkin_30_100.png) !important;
    background-color: initial !important;
    border: 0 !important;
}

.nearest_events_performances .egr_btns_block .pushkincardicon{
    width: 60px;
    height: 60px;
    background-image: url('/static/core/img/logopushkin_60-60.png') !important;
}
.nearest_events_performances .egr_btns_block .pushkincardicon:hover{
    background-image: url('/static/core/img/logopushkin_60-60.png') !important;
}

.search_result_contener{
    padding: 2em 0 2em 0;
    border-top: 1px solid #000;
    display: flex;
}

.search_result_block_title{
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    margin-right: 3%;
    flex-grow: 1;
    text-transform: uppercase;
    color: #808285;
    font-family: "pragmatica-medium";
}
.search_result_list{
    width: 100%;
    flex-grow: 2;
}
.link_search_title{
    font-family: "pragmatica-medium";
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.search_summary {
    padding-bottom: 1em;
    font-size: 0.83em;
    padding-top: 0.5em;
    font-family: "pragmatica-regular";
}

a.show_more_search{
    color: #808285;
    text-transform: uppercase;
    font-family: "pragmatica-medium";
    position: relative;
    display: inline-block;
}
a.show_more_search:hover{
    color: #b44119
}
.search_result_query{
    margin-bottom: 20px;
}

.documents_list h3{
    margin: 0;
    margin-bottom: 12px;
    font-size: 1em;
}
.document_group{
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 36px;
    border-bottom: 1px solid #ccc;
    padding: 12px;
}
.document_group:last-of-type{
    border: 0;
}
.document_group a{
    text-decoration: underline;
}
.play_sidebar_mob_all_block_fast,
.play_sidebar_mob_all_block{
    display: none;
}

@media screen and (max-width: 1200px) {
	.container {
		width: calc(100% - 20px);
	}
    .slide-item__text {
        font-size: 0.9em;
    }
    .ckeditor_three_columns > tbody > tr,
    .ckeditor_four_columns > tbody > tr{
        grid-gap: 30px 15px;
    }
    .ckeditor_four_columns_image{
        grid-gap: 30px 15px;
    }

    .performance-info__meta a{
        margin-top: 1.5em;
    }
}
@media screen and (max-width: 1060px) {
    .ckeditor_three_columns > tbody > tr{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .ckeditor_four_columns > tbody > tr{
        grid-template-columns: repeat(2, 1fr);
    }
    .ckeditor_four_columns_image{
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "cfc_col cfc_image cfc_image"
            "cfc_cell1 cfc_cell2 cfc_cell3";
    }

    /*.play-info-performance-detail .content-body__img img {*/
    /*    height: 410px;*/
    /*}*/
}

@media screen and (max-width: 960px) {
    .ckeditor_three_columns > tbody > tr{
        grid-template-columns: repeat(1, 1fr);
    }
    .document_group {
        grid-template-columns: repeat(1, 1fr);
    }
    /*.news-card {*/
    /*    width: calc(33% - 1px);*/
    /*    margin-right: 1px;*/
    /*}*/

    .btn.news-card__link {
        font-size: 0.9em;
        padding: 10px 5px 8px;
    }

    /*.row .sidebar {*/
    /*    flex: 1 1 24%;*/
    /*}*/

    .main-news  .news-card__title {
        font-size: 0.8em;
    }

    .main-news .news-card__summary {
        font-size: 0.75em;
    }

    .btn {
        font-size: 0.9em;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .gallery__item {
        width: calc(25% - 1px);
        margin-bottom: 1px;
        margin-right: 1px;
    }

    .people__item {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(50% - 10px);
    }

    .people__name {
        display: block;
        height: 37px;
    }

    .performance-info__meta a {
        margin-top: 20px;
    }
    .performance-list .performance-info__meta a {
        margin-top: 0px;
    }
    .performance-item{
        width: 95%;
    }
    .performance-poster {
        flex: 0 1 45%;
    }
    .performance-info {
        flex: 0 0 52%;
        display: flex;
        flex-direction: column;
    }

    .tickets-page {
        flex-wrap: wrap;
    }

    .tickets-page .sidebar {
        flex: 0 0 calc(50% - 24px);
        max-width: calc(50% - 24px);
        min-width: calc(50% - 24px);
    }

    .sidebar-info-title {
        font-size: 1.2em;
    }

    .slide-item {
        flex-wrap: wrap;
    }

    .slide-item__info {
        flex: 0 0 100%;
        width: 100%;
        order: 1;
    }

    .slide-item__img {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        order: 0;
    }

    .splide__arrow {
        background-image: url(../img/arrows-light.png);
        padding: 15px 0;
        left: auto;
        bottom: auto;
        top: 0;
        right: 65px;
    }

    .splide__arrow--next {
        right: 15px;
    }

    .sidebar.main-video {
        display: none;
    }
    .content-body.main-news{
        max-width: 100%;
        flex-basis: 100%;
    }
    .main-news .news-card__title {
        font-size: 1em;
        /*padding-right: 5px;*/
    }
    .main-news .news-card__summary {
        font-size: 0.83em;
    }

    footer {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
    }
    .subscribe-form .form-input{
        padding: 12px 5px 10px;
        font-size: 0.8em;
    }
    .socials__item {
        flex: 0 0 40px;
        width: 40px;
    }
    footer .social_block{
         grid-column-start: 1;
         grid-column-end: 4;
        text-align: center;
    }
    footer .social_block .socials{
        justify-content: center;
    }
    footer .partners{
        grid-column-end: 4;
    }
    .news-list{
        column-gap: 12px;
    }
    .header-top__repertoire_block .header-top__repertoire:last-of-type{
        display: none;
    }
    /*.content-body__img img {*/
    /*    height: 370px*/
    /*}*/
        .performance-info__desc {
        display: none;
    }

    .performance-info__title {
        flex: 1;
    }
}


@media screen and (max-width: 860px) {
    .ckeditor_four_columns_image {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "cfc_col cfc_col"
            "cfc_image cfc_image"
            "cfc_cell1 cfc_cell2"
            "cfc_cell3 cfc_cell3";
    }
}

@media screen and (max-width: 840px) {
    .news-list{
        grid-template-columns: repeat(2, 260px);
    }

    /*.play-info-performance-detail .content-body__img img {*/
    /*    height: 330px;*/
    /*}*/
}


@media screen and (max-width: 768px) {
    .content.row {
        flex-wrap: wrap;
    }
    .row .sidebar,
    .content-body {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row .sidebar {
        margin: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .stripped_content,
    .tours_list{
        max-width: 100%;
    }
    .sidebar-info-title {
        font-size: 1.5em;
    }
    /*.sidebar-list {*/
    /*    flex-direction: row;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .sidebar-title{
        text-align: center;
    }
    .sidebar-list.row_mob{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /*gap: 20px;*/
    }
    .sidebar-list.row_mob .sidebar-item{
        margin: 0px 12px;
    }
    .sidebar-list.row_mob .sidebar-list_drop_block{
        margin: 0px 12px;
        width: 100%;
    }

    .row.rotate_content .sidebar{
        order: 2;
    }
    .rich-text img{
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
    }
    #performance-info .rich-text img {
        min-width: 0;
        max-width: 215px;
        width: auto !important;
        height: auto !important;
    }

    /*.sidebar-item  {*/
    /*    margin-right: 10px;*/
    /*}*/
    .sidebar__search-label {
        width: 100%;
    }
    .sidebar__search {
        width: 100%;
        padding: 10px 8px 6px;
        font-size: 0.9em;
    }
    .people__item {
        width: calc(25% - 10px);
    }
    .performance-tickets {
        display: none;
    }
    .performance-tickets.redactor {
        display: flex;
        flex: 1 1 100%;
    }
    .play-info__annotation {
        flex: 1 1 100%;
    }
    .play-info__poster {
        display: none;
    }
    .play-sidebar-menu {
        /*flex-direction: row;*/
        /*width: 100%;*/
        margin-top: 20px;
    }
    .play-info-mobile-poster {
        display: block;
    }
    .play-sidebar-title {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .play-sidebar-info {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    .play-sidebar-info__col {
        flex: 1 1 calc(50% - 20px);
        padding-right: 20px;
    }
    .play-sidebar-info .play-sidebar-info__col:last-of-type .play-sidebar-subtitle {
        padding-top: 0;
    }
    .performance-tickets-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        width: 100%;
    }
    footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-news{
        flex-grow: 2;
    }

    footer .social_block{
         grid-column-start: initial;
         grid-column-end: initial;
         text-align: initial;
    }
    footer .social_block .socials{
        justify-content: flex-start;
    }
    footer .partners {
        justify-content: center;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .news-list{
        grid-template-columns: repeat(3, 1fr);
    }

    .play_sidebar_mob_all_block_hide,
    .play-sidebar-mob_block{
        display: none;
    }
    .play_sidebar_mob_all_block_fast,
    .play_sidebar_mob_all_block{
        display: block;
    }
    .play_sidebar_mob_trigger{
        display: block;
        width: 100%;
        padding: 10px 0 6px;
        margin: 10px 0;
        font-size: 0.9em;
    }
}


@media screen and (max-width: 648px) {

    .gallery__item {
        width: calc(50% - 1px);
    }
    .tours_img_block{
        flex-basis: 150px;
        min-width: 150px;
        max-width: 150px;
    }

    .news-card__title {
        height: 60px;
        font-size: 0.8em;
    }
    .main-news .news-card__summary {
        margin-bottom: 10px;
    }

    footer {
        display: block;
    }
    footer .social_block{
        text-align: center;
    }
    footer .social_block .socials{
        justify-content: center;
    }
    .footer__col{
        margin-bottom: 12px;
    }
    .ckeditor_three_columns > tbody > tr{
        grid-template-columns: repeat(1, 1fr);
    }
    .ckeditor_four_columns > tbody > tr{
        grid-template-columns: repeat(1, 1fr);
    }
    .ckeditor_four_columns_image {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
            "cfc_col"
            "cfc_image"
            "cfc_cell1"
            "cfc_cell2"
            "cfc_cell3";
    }

    /*.play-info-mobile-poster-performance-detail img {*/
    /*    height: 320px;*/
    /*}*/
}

@media screen and (max-width: 560px) {
    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /*.play-info-mobile-poster-performance-detail img {*/
    /*    height: 270px;*/
    /*}*/
}
@media screen and (max-width: 500px) {

    .tours_img_block{
        display: none;
    }
    .news-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .news-card__title{
        height: auto;
    }
    .news-card__summary {
        margin-bottom: 10px;
    }

    .news-card__img {
        width: 100%;
        height: fit-content;
    }

    .news-card__img img {
        width: 100%;
    }

    .hide-img.news-card__img {
        display: none;
    }

    .people__item {
        display: flex;
        width: 100%;
        margin-right: 0;
    }

    .people__img {
        flex: 1 1 calc(50% - 10px);
        padding-right: 10px;
    }

    .people__name {
        flex: 1 1 50%;
    }

    .performance-poster {
        display: none;
    }

    .performance-item {
        width: 100%;
        align-items: flex-start;
    }

    .performance-info {
        flex: 1 1 100%;
    }

    .play-sidebar-info__col {
        font-size: 0.8em;
    }

    .show-more.media {
        display: block;
    }

    .media-block {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .media-title {
        display: none;
    }

    .media-container {
        display: none;
    }
    .media-container.active {
        flex-wrap: wrap;
        display: flex;
    }
    .media-container.active .news-card{
        width: 100%;
    }
    .tickets-page .sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .partner-item {
        flex: 0 0 calc(45% - 5px);
        width: calc(45% - 5px);
        margin: 20px 5px 0;
    }


    .performance-info__desc {
        display: block;
        flex: 0 0 auto;
    }
    .performance-info__desc::after {
        background: none;
    }
    .performance-info__title {
        flex: 0 0 auto;
    }
    /*.play-info-mobile-poster-performance-detail img {*/
    /*    height: 250px;*/
    /*}*/
}
@media screen and (max-width: 450px) {
    .form-search-input {
        width: 200px;
    }
}

@media screen and (max-width: 360px) {
    /*.play-sidebar-menu {*/
    /*    font-size: 0.8em;*/
    /*}*/
    .partner-item {
        flex-basis: 100%;
        width: 100%;
        margin: 20px 0px 0;
    }
}
