/*14:14*/
.container.divider {
    margin-top: 164px;
}

.person-link {
    text-decoration: underline!important;
    cursor: pointer;
}

.show-cover__wrapper .swiper-slide img,
.show-cover__wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-main__pagination-area.hidden {
    display: none;
}

.home-main__pagination-area .swiper-button-disabled {
    display: block!important;
}
.show-tab-content .show-main-info:last-child .show-column__element-content{
    margin-bottom: 24px;
}
.show-cover__wrapper {
    height: 749px;
    border-radius: 10px;
    position: relative;
}
.show-cover__wrapper::before {
    content: '';
    width: 100%;
    height: 214px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #0A0C15, transparent);
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
    pointer-events: none;
}
.show-cover__wrapper.canceled {
    margin-bottom: 76px;
    position: relative;
}
.show-cover__wrapper.canceled::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #0A0C15F2 10%, #A09D9D99 50%);
    border-radius: 10px;
}
.show-cover {
    position: absolute;
    bottom: 42px;
    left: 42px;
    color: var(--main-text-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    z-index: 2;
}
.show-cover p {
    margin: 0px;
}
.show-cover__date {
    font-size: 18px;
}
.show-cover__title {
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    font-family: 'Playfair Display';
}
.show-cover__premier {
    position: absolute;
    color: var(--main-text-color);
    right: 32px;
    top: 32px;
    background: linear-gradient(0deg, #36060A, #541319);
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
}


.show-tabs {
    margin-top: 120px;
    margin-bottom: 64px;
}
.show-tabs.hidden {
    display: none;
}
.show-tab {
    color: var(--main-text-color);
    background: transparent;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: .2s;
}
.show-tab[disabled] {
    display: none;
}
.show-tab:hover {
    background: rgba(255, 255, 255, 0.034);
}
.show-tab.active {
    background: linear-gradient(0deg, #36060A, #541319);
}

.show-tab-content {
    color: var(--main-text-color);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.show-tab-content.double-w-title.double-row {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    color: var(--main-text-color);
}

.show-tab-content.double-w-title .show-double-elements-after {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.show-tab-content.hidden {
    display: none!important;
}
.show-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.show-column::after {
    content: '';
    position: absolute;
    height: 280px;
    width: 1px;
    background: #6E050F;
    top: 0;
    left: -30px;
}
.show-column:first-child::after {
    display: none;
}

.show-column.main-info__elements::after {
	content: '';
    position: absolute;
    height: 173px;
    width: 1px;
    background: #6E050F;
    top: 0;
    left: -60px;
}

.show-column__element-premier {
    width: fit-content;
    background: #6E050F;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 10px;
}
.show-column__element-title {
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 700;
    width: 75%;
    margin-top: 0px;
    margin-bottom: 8px;
}
.show-column__element-content {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.show-column__element-content li {
    position: relative;
    margin-left: 20px;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    flex-wrap: wrap;
}
.show-column__element-content li .col-li-text {
    display: flex;
    width: 90%;
}
.show-column__element-content li.clear {
    margin-left: 0px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.show-column__element-content li.clear img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 10px;
}
.show-column__element-content li.clear::before {
    display: none;
}
.show-column__element-content li::before {
    content: '';
    position: absolute;
    transform: translateY(15px);
    left: -20px;
    width: 8px;
    height: 8px;
    background: #6E050F;
    border-radius: 100%;
}

.show-about {
    color: var(--main-text-color);
    margin-top: 64px;
    line-height: 40px;
    font-size: 18px;
    width: 100%;
}
.show-about .wysiwyg-content {
    margin: 0px;
}
.show-about.hidden {
    display: none;
}

.show-tab-content.double {
    display: flex;
}
.show-double-elements {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.show-double-elements .show-element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 108px;
}
.show-subelement__name {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 700;
}
.show-subelement__name img {
    width: 24px;
    height: 26px;
    object-fit: contain;
}

.show-subelement__title {
    margin-top: 0px!important;
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
/* .show-element.full-size .show-subelement__title {
    margin-bottom: 19px;
} */
.show-subelement__title.default {
    text-transform: unset;
}

.show-subelement__content-short {
    line-height: 40px;
    font-size: 18px;
}
.show-element.full-size .right-btn {
    padding-top: 14px;
}

/* .show-element:nth-child(1) {
    width: 70%;
} */
.show-element.full-size:nth-child(1) {
    display: block;
}
.show-element:nth-child(2) {
    width: 30%!important;
    display: block; 
    position: relative;
}

.show-element:nth-child(2)::after {
    content: '';
    position: absolute;
    height: 280px;
    width: 1px;
    background: #6E050F;
    top: 0;
    left: -60px;
} 

.no-lines .show-element:nth-child(2)::after {
    display: none !important;
    content: none !important;
}

.show-tab-content.double-w-title .show-element:nth-child(2) {
    width: 100%!important;
}
.show-element.no-border:nth-child(2)::after {
    display: none;
}

.show-tab-content .show-main-info:last-child {
    position: relative;
    justify-self: end;
    grid-column: -2 / -1;
    padding-right: 40px;
}

.show-tab-content .show-main-info:last-child .show-column__element-title {
    width: 100%;
}

.show-tab-content.single {
    display: block;
}

.show-column__content {
    width: fit-content;
}

.container.divider[data-post-type="show"] .show-column__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.container.divider[data-post-type="show"] .show-column__content .show-column__element-title {
    margin-bottom: 8px;
}
.container.divider[data-post-type="show"]  .show-main-info .show-column__element {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.container.divider[data-post-type="show"]  .show-main-info .show-column__element .show-column__element-title {
    margin: 0px;
    width: 100%;
}
.container.divider[data-post-type="show"]  .show-main-info .show-column__element .show-column__element-content {
    margin-bottom: 16px;
}

.show-press {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 171px;
}
.show-press__subelement {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.show-press__subelement a {
    text-decoration: none;
    color: var(--main-text-color);
}
.show-press__item {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.show-press__item p {
    margin: 0px;
}
.show-press__item_title {
    font-size: 32px;
}
.show-press__item_info {
    font-size: 16px;
    opacity: .5;
}


.show-videos__wrapper {
    margin-top: 121px;
    position: relative;
}
.show-video__item {
    width: 100%;
    position: relative;
}
.show-video__item::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJtMjQuNTA1IDE3LjMzNy02LjM5NC00LjI2NGEyIDIgMCAwIDAtMy4xMSAxLjY2OHY4LjUyNmEyIDIgMCAwIDAgMy4xMSAxLjY2NGw2LjM5NC00LjI2NGEyIDIgMCAwIDAgMC0zLjMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgPHBhdGggZD0iTTM3IDE5YTE4IDE4IDAgMSAxLTM2IDAgMTggMTggMCAwIDEgMzYgMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.show-video__item img {
    width: 100%;
}

.show-videos__title {
    font-family: 'Playfair Display';
    font-size: 64px;
    font-weight: 700;
    color: var(--main-text-color);
    line-height: 60px;
}

.show-other__wrapper {
    position: relative;
    margin-top: 120px;
}
.show-other__title {
    font-size: 64px;
    color: var(--main-text-color);
    margin: 0px;
    margin-bottom: 64px;
    font-family: 'Playfair Display';
    font-weight: 700;
}

.global-main__pagination-area.navigation .global-main__next-slide {
    position: absolute;
    right: -54px;
    top: 54%;
    transform: translate(-50%,-50%);
    background: var(--main-solid-background-transparent);
    z-index: 3;
    padding: 10px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.global-main__pagination-area.navigation .global-main__prev-slide {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translate(-50%,-50%);
    background: var(--main-solid-background-transparent);
    z-index: 3;
    padding: 10px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.show-other__wrapper .global-main__pagination-area.navigation .global-main__next-slide {
    right: -50px;
}

.show-column__default-wrapper {
    display: flex;
    align-items: center;
    gap: 66px;
    flex-wrap: wrap;
}
.show-column__default-wrapper .show-column__default {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--main-text-color);
    text-decoration: none;
}
.show-column__default-wrapper .show-column__element {
    display: flex;
    align-items: center;
    gap: 18px;
}
.show-column__default-wrapper .show-column__element svg {
    margin-top: 5px;
}
.show-column__default-wrapper .show-column__element p {
    font-family: 'PLAYFAIR DISPLAY';
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    line-height: 40px;
}

/* .show-tab-content.double-w-title {
    color: var(--main-text-color);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.show-tab-content.double-w-title .show-double-elements {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3, 1fr);
}
.show-tab-content.double-w-title .show-element:nth-child(2)::after {
    display: none;
}
.show-tab-content.double-w-title .show-element:nth-child(3) {
    position: relative;
    display: block;
}
.show-tab-content.double-w-title .show-element:nth-child(3)::after {
    content: '';
    position: absolute;
    height: 280px;
    width: 1px;
    background: #6E050F;
    top: 0;
    left: -60px;
} */

/* .show-program_subelements {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    align-items: flex-start;
} */

.show-program_subelements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "a b"
    "a c"
	"a d";
  gap: 36px;
}

/* Перший блок */
.show-program_subelements .show-subelement:nth-child(1) {
  grid-area: a;
}

/* Другий блок */
.show-program_subelements .show-subelement:nth-child(2) {
  grid-area: b;
}

/* Третій блок */
.show-program_subelements .show-subelement:nth-child(3) {
  grid-area: c;
}

/* Четвертий блок */
.show-program_subelements .show-subelement:nth-child(4) {
  grid-area: d;
}

.show-subelement__dates {
    display: flex;
    flex-direction: column;
/*     gap: 8px; */
}
.show-tab-content.double .show-element {
    width: 100%;
}
.show-subelement__date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}
.show-subelement__date p {
    margin: 0px;
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 40px;
}

.show-subelement__acts {
    margin-top: 32px;
}
.show-subelement__act-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.show-subelement__act-title svg {
    flex-shrink: 0;
}
.show-tab-content.double .show-subelement__acts ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0px 20px;
    justify-content: center;
}
.show-tab-content.double .show-subelement__acts ul li {
    position: relative;
    line-height: 32px;
    font-size: 18px;
}

.show-tab-content.double ul li::before {
    content: '';
    position: absolute;
    transform: translateY(15px);
    left: -20px;
    width: 8px;
    height: 8px;
    background: #6E050F;
    border-radius: 100%;
}
.show-tab-content.double .show-subelement__act-content {
    margin-bottom: 32px;
}
.show-tab-content.double .show-subelement__act-content:last-child {
    margin: 0px;
}
.show-tab-content.double .show-subelement__act-execute__field {
    margin: 0px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.show-tab-content.double .show_subelement.main-info ul {
    padding: 0px;
}

.show-tab-content.double .show-subelements__wrapper {
    display: flex;
    justify-content: space-between;
}

.show-tab-content.double .show-double-elements {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 206px;
}

.show-tab-content.double-w-title .show-subelements__wrapper {
    display: flex;
    justify-content: space-between;
}

.show-tab-content.double-w-title .show-double-elements {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 206px;
}

/*----------------------------------------*/

 .show-tab-content.double-w-title.double-row .show-element:nth-child(2) {
    width: 100%!important;
}
.show-tab-content.double-w-title.double-row .show-element.main-info {
    width: 30%!important;
}
/* .show-tab-content.double-w-title .main-info .show_subelement p {
    font-size: 24px!important;
} */
.show-tab-content.double-w-title .main-info .show_subelement::after {
    content: '';
    position: absolute;
    height: 280px;
    width: 1px;
    background: #6E050F;
    top: 0;
    left: -60px;
}
.show-tab-content.double-w-title.double-row .show-subelements__wrapper {
    margin-bottom: 48px;
}
.show-tab-content.double-w-title.double-row .show-element:last-child .show-subelements__wrapper {
    margin: 0px;
}

.show-tab-content.only-two .show-column:nth-child(3)::after {
    display: none;
}

.show_subelement.main-info__elements .show-column__element-title {
    margin: 0px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 0px;
}
.main-info__elements .show-column__element-content {
    line-height: 40px;
    padding: 0px!important;
} 
/*--------------------------*/

.show-plus {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--second-text-color);
    font-family: 'Playfair Display';
    font-size: 24px;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 64px;
}
.show-plus > * {
    color: var(--second-text-color);
    text-decoration: none;
    font-family: 'Playfair Display';
    font-weight: 700;
    line-height: 40px;
}

.show-double-elements-after {
    margin-top: 23px;
}
.show-double-elements-after__title {
    margin: 0px;
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.show-double-element-after__items {
    margin: 0px;
    margin-top: 8px;
    gap: 8px!important;
}
.show-double-element-after__items li {
    line-height: 30px!important;
    font-size: 18px!important;
    text-transform: uppercase;
}

.swiper-button-lock,
.swiper-button-disabled {
  display: none !important;
}


.h2{
    width:420px;
    height: 200px;
    size: 18px;

}


.container.divider[data-post-type="concert"] .show-element.full-size:nth-child(1) {
    width: 763px;
}
.container.divider[data-post-type="concert"] .show-double-elements {
    width: 100%;
}
.container.divider[data-post-type="concert"] .show-double-elements .show-element:nth-child(2) {
    width: unset !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.container.divider[data-post-type="concert"] .show-element:nth-child(2)::after {
    height: 173px;
}
.container.divider[data-post-type="concert"] .show-column__element-title {
    width: 100%;
}
.container.divider[data-post-type="concert"] .show-tab-content.double-w-title .show-element:nth-child(3)::after {
    display: none;
}
.container.divider[data-post-type="concert"] .show-double-elements__row {
    width: 824px;
}
.container.divider[data-post-type="concert"] .show-double-elements__row .show-element {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper {
    gap: 120px;
}
.container.divider[data-post-type="concert"] .show-subelement__title.default {
    margin-top: 0px;
}
.container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper .show-subelement:nth-child(1) {
    position: relative;
}
.container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper .show-subelement:nth-child(1)::after {
    content: '';
    position: absolute;
    height: calc(100% - 15px);
    width: 1px;
    background: #6E050F;
    right: -40px;
    top: 15px;
}
.container.divider[data-post-type="concert"] .show-tab-content.double-w-title .main-info .show_subelement::after {
    height: 173px;
}
.container.divider[data-post-type="concert"] .show-column__content {
    width: 249px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.container.divider[data-post-type="concert"] .show-tab-content.only-two .show-main-info::after {
    display: block!important;
    height: 173px;
    max-width: 164px;
}
.container.divider[data-post-type="concert"] .show-tab-content.only-two .show-main-info .show-column__element-title {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.container.divider[data-post-type="concert"] .show-tab-content.double-w-title:not(.double-row) .show-main-info {
    margin-top: -72px;
}

.show-main-info ul li {
    line-height: 40px!important;
}

.container.divider[data-post-type="show"] .show-column__content,
.container.divider[data-post-type="opera"] .show-column__content {
    gap: 24px;
}

.container.divider[data-post-type="opera"] .show-column .show-column__element:first-child,
.container.divider[data-post-type="opera"] .show-column .show-column__content:first-child {
    margin: 0px;
}
.container.divider[data-post-type="opera"] .show-column .show-column__element,
.container.divider[data-post-type="opera"] .show-column .show-column__content {
    margin-top: 24px;
}

.show-element.concert {
    display: flex!important;
    flex-direction: column;
    gap: 32px;
}
.show-element.concert svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.concert-title {
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.concert-dates {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.concert-dates div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.concert-comp__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 700;
    line-height: 40px;
}
.concert-comp {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
}
.concert-comp__desc {
    font-size: 18px;
    line-height: 40px;
}
.concert-comp__title svg {
    width: 23px!important;
    height: 27px!important;
}
.concert-about__elements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    align-items: flex-start;
}
.concert-about__element-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display';
    line-height: 40px;
    margin-bottom: 24px;
}
.concert-about__element-desc {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 40px;
}
.concert-about__element-execute {
    font-size: 18px;
    line-height: 40px;
}
.concert-about__element .show-column__element-content {
    margin-top: 16px;
}
.concert-about__element .show-column__element-content li {
    font-size: 18px;
    line-height: 32px;
}

/* .show-double-elements .show-element .show-subelement__title {
    margin-top: 8px!important;
    margin-bottom: 24px!important;
    text-transform: unset;
} */

/* базові кнопки */
.closest-show__category {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 5px 22px;
    border-radius: 10px;
    transition: .2s;
    user-select: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: #F4EBE0;
    line-height: 38px;
    font-size: 18px;
}

/* активна */
.closest-show__category.active,
.closest-show__category[aria-selected="true"] {
  background: #F4EBE0;
  color: #000000;
}

/* hover */
.closest-show__category:hover {
  background: #700002;
  color: #ffffff;
}

/* кнопка "Назад" */
.closest-show__category-exit {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 5px 22px;
    border-radius: 10px;
    transition: .2s;
    user-select: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: #F4EBE0;
    line-height: 38px;
    font-size: 18px;
}

.closest-show__category-exit:hover {
  background: #700002;
  color: #ffffff;
}

h2#show-videos-heading,
h2#show-other-heading {
  color: #F4EBE0; /* світлий */
  font-size: 64px;
}



/* acces */

.show-other{
    padding: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.accessibility-mode .show-tab.active,
body.accessibility-mode .show-cover__premier  {
    background:  #ffffff;
}
body.accessibility-mode .show-cover,
body.accessibility-mode .show-cover *{
  color: #fff !important;
  fill: #fff !important;
  border-color: #fff !important;
}
body.accessibility-mode .show-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
  
}
body.accessibility-mode .show-column__element-list__image{
  display:inline-block;
  vertical-align:middle;
  max-width:none !important;
}
/* body.accessibility-mode .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 4px 4px 4px 4px;
    z-index: 1;
    display: block;
} */
body.accessibility-mode .show-column__element-content li {
    display: flex;
    gap: 10px;              
    line-height: normal !important;  
    flex-wrap: wrap;        
    max-width: 100%;        
}

body.accessibility-mode .show-column__element-list__image {
    width: 1em !important;   
    height: auto !important;
    flex-shrink: 0 !important;
}

body.accessibility-mode .show-column__element-content li .col-li-text {
    font-size: inherit;
    line-height: 1.4; 
    word-break: break-word; 
}

body.accessibility-mode .show-column {
  word-break: break-word;   
  hyphens: auto;            
}
body.accessibility-mode .global-main__pagination-area.navigation .global-main__prev-slide {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translate(-50%, -50%);
    background:#fff;
    z-index: 3;
    padding: 10px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.accessibility-mode .global-main__pagination-area.navigation .global-main__next-slide {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    background: #ffffffef;
    z-index: 3;
    padding: 10px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.accessibility-mode .show-column__element-premier {
    background: #e8e8e8;
    border: 2px solid #000;  
    border-radius: 4px;      
}


/* body.accessibility-mode .swiper {
    display: none;
} */
 body.accessibility-mode .person-review::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjYSkiIGZpbGw9IiMwMDAwMDAiPgogICAgPHBhdGggZD0iTTE5LjYwNyAxNC4wNjRjLS4yMjggMS43MzItMS43NTggMy4yOTktNC41NTggNC42NjRsLS41MDQuMjQ2IDIuMDY3IDMuODE2LjQ2Ni0uMjM2QzIyLjk5OCAxOS41NTMgMjYgMTUuMzExIDI2IDkuOTQ4YzAtMS44NS0uNTg3LTMuNDQ5LTEuNzQ2LTQuNzUtMS4xNzUtMS4zMi0yLjYtMS45OS00LjIzOC0xLjk5LTEuNDcyIDAtMi43Mi41MjQtMy43MDggMS41NTgtLjk4MyAxLjAyNy0xLjQ4MiAyLjMwMi0xLjQ4MiAzLjc5IDAgMS40MDcuNTA0IDIuNjYgMS40OTcgMy43MjcuODc1Ljk0IDEuOTc4IDEuNTM3IDMuMjg0IDEuNzgxTTE3LjA4NCA1LjUxYy43OS0uODI0IDEuNzQ5LTEuMjI1IDIuOTMyLTEuMjI1IDEuMzM2IDAgMi40Ni41MzMgMy40MzUgMS42MjkuOTkyIDEuMTE0IDEuNDc0IDIuNDM0IDEuNDc0IDQuMDM1IDAgMi40NTgtLjY5MiA0LjY3OC0yLjA1NyA2LjU5Ni0xLjMwMyAxLjgzMS0zLjI1NiAzLjQ0Ny01LjgxMiA0LjgxbC0xLjAzNS0xLjkxMmMzLjExNC0xLjYzMiA0LjY5MS0zLjU5NCA0LjY5MS01LjgzNnYtLjQ4bC0uNDc3LS4wNTRjLTEuMjg1LS4xNDYtMi4zMDctLjY0NC0zLjEyNi0xLjUyMi0uODEyLS44NzMtMS4yMDctMS44NTItMS4yMDctMi45OTMgMC0xLjIyLjM4Ny0yLjIxNiAxLjE4Mi0zLjA0OE01LjAxNyAxNC4wNjNjLS4yMjYgMS43MzMtMS43NDMgMy4zLTQuNTIgNC42NjZMMCAxOC45NzRsMi4wMTYgMy44MTguNDctLjIzOGM1Ljk0OC0zIDguOTYzLTcuMjQyIDguOTYzLTEyLjYwNiAwLTEuODUxLS41OTUtMy40NS0xLjc2OC00Ljc1M0M4LjQ5MyAzLjg3NyA3LjA2MSAzLjIxIDUuNDI1IDMuMjFjLTEuNDczIDAtMi43MTUuNTI1LTMuNjkgMS41NkMuNzY1IDUuNzk1LjI3NCA3LjA3LjI3NCA4LjU1N2MwIDEuNDA3LjUwNCAyLjY2IDEuNDk3IDMuNzI2YTUuODMgNS44MyAwIDAgMCAzLjI0NSAxLjc4bS0yLjUtOC41NTZjLjc3NS0uODIzIDEuNzI3LTEuMjIzIDIuOTA4LTEuMjIzIDEuMzM3IDAgMi40NjguNTM0IDMuNDU3IDEuNjMxIDEuMDA0IDEuMTE0IDEuNDkyIDIuNDMzIDEuNDkyIDQuMDMzIDAgMi40NTgtLjY5NSA0LjY3Ny0yLjA2NiA2LjU5Ni0xLjMwOSAxLjgzLTMuMjcgMy40NDYtNS44MzcgNC44MDhsLTEuMDA3LTEuOTA5YzMuMDkxLTEuNjMyIDQuNjU4LTMuNTk0IDQuNjU4LTUuODM3di0uNDhsLS40NzYtLjA1NGMtMS4yNTktLjE0NS0yLjI2OS0uNjQzLTMuMDg4LTEuNTIyLS44MTItLjg3Mi0xLjIwNy0xLjg1MS0xLjIwNy0yLjk5MyAwLTEuMjIuMzgxLTIuMjE5IDEuMTY1LTMuMDUiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImEiPgogICAgICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMjYgMjZIMFYwaDI2eiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+Cjwvc3ZnPgo=");
    position: absolute;
    right: 0;
    bottom: 0;
}
body.accessibility-mode .show-subelement__content-short {
  white-space: normal !important;    
  word-break: break-word !important; 
  overflow-wrap: anywhere !important; 
}


/* === Tablet === */
@media (min-width: 769px) and (max-width: 1200px) {
    h2#show-videos-heading,
    h2#show-other-heading {
        font-size: 54px;
    }
  .container.divider {
    margin-top: 138px;
  }
  .closest-show__category {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 8px 19px;
    border-radius: 10px;
    transition: .2s;
    user-select: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: #F4EBE0;
    line-height: 32px;
    font-size: 16px;
  }
  .closest-show__category-exit {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 8px 19px;
    border-radius: 10px;
    transition: .2s;
    user-select: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: #F4EBE0;
    line-height: 32px;
    font-size: 16px;
  }
  .show-cover__wrapper {
    height: clamp(400px, 40vw, 500px);
    border-radius: 10px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  .show-cover__wrapper::before {
    content: '';
    width: 100%;
    height: clamp(100px, 12vw, 140px);
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #0A0C15, transparent);
    border-radius: 0 0 10px 10px;
    z-index: 2;
    pointer-events: none;
  }
  .show-cover {
    bottom: clamp(10px, 2vw, 20px);
    left: clamp(10px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1vw, 10px);
    z-index: 2;
  }
  .show-cover__title {
    font-size: clamp(24px, 3vw, 36px);
    line-height: clamp(28px, 4vw, 44px);
  }
  .show-cover__date {
    font-size: 16px;
  }
  .show-cover__premier {
    font-size: 14px;
    padding: clamp(4px, 1vw, 6px) clamp(8px, 2vw, 12px);
    right: clamp(8px, 2vw, 16px);
    top: clamp(8px, 2vw, 16px);
  }

  /* Tabs */
  .show-tabs {
    margin-top: clamp(60px, 6vw, 80px);
    margin-bottom: clamp(20px, 4vw, 40px);
  }
  .show-tab {
    font-size: 16px;
    padding: 8px 12px;
  }

  .show-tab-content {
    gap: clamp(24px, 3vw, 32px);
    position: relative;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  .show-tab-content.double .show-double-elements {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(24px, 3vw, 32px);
  }
  .show-tab-content.double .show-element {
    width: 100% !important;
    position: relative;
  }

	.show-program_subelements {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
	  "d";
  }
	
	.show-tab-content.double-w-title .show-double-elements {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(24px, 3vw, 32px);
    gap: 32px;
    flex-direction: column-reverse;
}


.show-tab-content.double-w-title.double-row {
    gap: 32px;
}
	
	.container.divider[data-post-type="concert"] .show-tab-content.only-two .show-main-info .show-column__element-title {
    line-height: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
}
	
  /* --- MAIN INFO --- */
  .show-tab-content > .show-column.show-main-info,
  .show-tab-content .show-column.show-main-info,
  .show-tab-content .show-main-info:last-child {
    grid-column: 1 / -1 !important;
    order: -1 !important;
    align-self: start !important;
    justify-self: stretch !important;
    padding-right: 0 !important;
    position: relative;
    z-index: 2;
  }

  /* Колонки main-info (оба варианта структуры) */
  .show-column.show-main-info .show-column__element,
  .show_subelement.show-main-info .show-column__element {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(clamp(138px, 17vw, 210px), 1fr));
    grid-auto-rows: auto;
    gap: clamp(6px, 0.8vw, 14px)!important;
    align-items: start;
    margin: 0 !important;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: clamp(10px, 1vw, 32px);
  }

  /* Контент main-info */
  .show-tab-content.double .show-element .show-main-info .show-column__content,
  .show-tab-content.double .show-element .show-subelement.show-main-info .show-column__content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .show-column.show-main-info .show-column__element > .show-column__element-title,
  .show-column.show-main-info .show-column__element > p,
  .show_subelement.show-main-info .show-column__element > .show-column__element-title,
  .show_subelement.show-main-info .show-column__element > p {
    grid-row: 1;
    margin: 0;
    display: flex;
    /* justify-content: center; */
  }

  .show-column.show-main-info .show-column__element > .show-column__element-content,
  .show-column.show-main-info .show-column__element > ul,
  .show_subelement.show-main-info .show-column__element > .show-column__element-content,
  .show_subelement.show-main-info .show-column__element > ul {
    grid-row: 2;
    margin: 0;
  }

  .show-column.show-main-info .show-column__element-title,
  .show_subelement.show-main-info .show-column__element-title {
    font-weight: 600;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: clamp(18px, 2vw, 24px);
  }
  .show-column.show-main-info .show-column__element-content li,
  .show_subelement.show-main-info .show-column__element-content li {
    font-size: clamp(12px, 1.4vw, 16px);
    line-height: clamp(18px, 2vw, 24px);
    gap: clamp(3px, 1vw, 12px);
  }
  .show-column__element-content li .col-li-text {
    width: 77%;
  }

  .show-column__element-content li::before{
    transform: translateY(10px);
  }
  /* Горизонтальная линия */
  .show-column.show-main-info::after,
  .show_subelement.show-main-info::after,
  .show-tab-content .show-subelement.show-main-info::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    width: 100% !important;
    background: #6E050F !important;
    top: auto !important;
    bottom: 0px !important;
    pointer-events: none;
  }

	.show-column.show-main-info::after {
		width: 100%;
	}
	
  /* Вертикальные линии */
  .show-tab-content > .show-column:not(.show-main-info):not(:last-child)::after,
  .show-tab-content .show-column:not(.show-main-info):not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    left: clamp(-24px, 2vw, -80px);
    width: 2px;
    background: #6E050F;
    pointer-events: none;
    height: auto;
  }
  .container.divider[data-post-type="concert"] .show-tab-content.only-two .show-main-info::after {
    max-width: 164px;
  }
  .container.divider[data-post-type="concert"] .show-tab-content.double-w-title .main-info .show_subelement::after{
    max-width: 164px;
  }
   .container.divider[data-post-type="concert"] .show-subelement__title{
    font-size: clamp(20px, 2vw, 22px);
   }
   .container.divider[data-post-type="concert"] .concert-title{
    font-size: clamp(22px, 2vw, 24px);
   }
   .container.divider[data-post-type="concert"] .col-li-text{
    font-size: clamp(16px, 1.55vw, 18px)
   }
   .container.divider[data-post-type="concert"] .concert-comp__desc{
    font-size: clamp(16px, 1.55vw, 18px)
   }
   .container.divider[data-post-type="concert"] .show-column__element-title{
    font-size: clamp(20px, 2vw, 22px);
   }
   .wysiwyg-content ul li{
    font-size: clamp(15px, 1.5vw, 16px);
   }
   .show-subelement__date p{
    font-size: clamp(20px, 2vw, 22px);    
   }
  @supports(selector(:has(*))) {
    .show-tab-content.double .show-double-elements > .show-element:has(.show-subelement.show-main-info) {
      order: -1;
    }
  }
  .show-tab-content.double .show-subelement.show-main-info,
  .show-tab-content.double .show-element .show-subelement.show-main-info {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Другие колонки */
  .show-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
    margin: 0;
    position: relative;
    max-width: 100%;
  }
  .show-column__element-title {
    font-size: clamp(18px, 1.5vw, 20px);
    margin-bottom: 8px;
  }
  .show-column__element-content li {
    font-size: 16px;
    line-height: clamp(28px, 2vw, 32px);
  }

  /* Ограничение ширины для wysiwyg */
  .show-about {
    width: 90%;
    font-size: 16px;
    line-height: clamp(24px, 2vw, 28px);
    margin-top: clamp(48px, 6vw, 64px);
  }
  .show-about .wysiwyg-content {
    max-width: 90%;
  }
  .wysiwyg-content{
    font-size: clamp(16px, 1.5vw, 18px);;
  }

  /* Double элементы */
  .show-double-elements {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 32px);
  }
  .show-element {
    width: 100% !important;
    position: relative;
  }
  .show-double-elements .show-element {
    display: block;
  }
  /* Заголовки блоков */
  .show-other__title,
  .show-videos__title {
    font-size: clamp(24px, 3vw, 36px);
    line-height: clamp(28px, 4vw, 44px);
  }

  /* Press */
  .show-press {
    grid-template-columns: 1fr;
    gap: clamp(24px, 3vw, 40px);
  }

  /* Concert */
  .concert-comp {
    width: 100%;
  }
  .concert-about__elements {
    grid-template-columns: 1fr;
    gap: clamp(16px, 2vw, 24px);
  }
  .concert-about__element-title {
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: clamp(28px, 2vw, 32px);
  }
  .concert-about__element-desc,
  .concert-about__element-execute {
    font-size: 16px;
    line-height: clamp(24px, 2vw, 28px);
  }

  /* Пагинация */
  .global-main__pagination-area.navigation .global-main__next-slide,
  .global-main__pagination-area.navigation .global-main__prev-slide {
    top: 50%;
  }
  .global-main__pagination-area.navigation .global-main__next-slide {
		right: clamp(-35px, -1vw, -60px);
  }
  .global-main__pagination-area.navigation .global-main__prev-slide {
    left: clamp(-4px, -1vw, -10px);
  }

  /* Default wrapper */
  .show-column__default-wrapper {
    display: flex;
    flex-direction: row;
    gap: clamp(16px, 2vw, 32px);
    position: relative;
    max-width: 100%;
  }
/*   .show-column__default-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #6E050F;
    transform: translateX(-50%);
    pointer-events: none;
  } */
}


/* === Mobile === */
@media (max-width: 768px) {
    .show-element.concert {
        gap: 24px!important;
    }
    .concert-title {
        font-size: 18px;
    }
    h2#show-videos-heading,
    h2#show-other-heading {
        font-size: 40px;
    }
    .concert-dates {
        font-size: 18px;
    }
    .concert-dates div {
        gap: 10px;
    }
    .concert-comp {
        width: 100%;
        gap: 16px;
    }
    .show-tab-content.double ul li::before{
        transform: translateY(15px);
    }
    .concert-comp__title {
        font-size: 18px;
    }
    .concert-comp__desc {
        font-size: 16px;
    }
    .concert-about__elements {
        display: flex!important;
        flex-direction: column;
    }
    .concert-about__element-title {
        font-size: 18px;
        line-height: 30px;
        gap: 10px;
        margin-bottom: 16px;
    }
    .concert-about__element-execute,
    .concert-about__element-desc {
        font-size: 16px;
        line-height: 30px;
    }
    .concert-about__element-desc {
        margin-bottom: 16px;
    }
    .concert-about__element .show-column__element-content {
        padding-right: 10px;
        margin-top: 8px;
    }
    .concert-about__element .show-column__element-content li {
        font-size: 16px;
        line-height: 30px;
    }
    .closest-show__category {
        appearance: none;
        -webkit-appearance: none;
        border: none;
        padding: 15.5px 16px;
        border-radius: 10px;
        transition: .2s;
        user-select: none;
        cursor: pointer;
        background: rgba(0, 0, 0, 0);
        color: #F4EBE0;
        line-height: 100%;
        font-size: 14px;
    }
    .closest-show__category-exit {
        appearance: none;
        -webkit-appearance: none;
        border: none;
        padding: 15.5px 16px;
        border-radius: 10px;
        transition: .2s;
        user-select: none;
        cursor: pointer;
        background: rgba(0, 0, 0, 0);
        color: #F4EBE0;
        line-height: 100%;
        font-size: 14px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper .show-subelement:nth-child(1)::after {
        display: none;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.only-two .show-main-info::after {
        display: none!important;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.double-w-title:not(.double-row) .show-main-info {
        margin: 0px;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.double-w-title .main-info .show_subelement::after {
        height: 1px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper {
        gap: 0px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row {
        width: 100%;
    }
    .container.divider[data-post-type="concert"] .show-double-elements .show-element:nth-child(2) {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements p {
        margin-bottom: 0px;
    }
    .container.divider[data-post-type="concert"] .show-element.full-size:nth-child(1) {
        width: 100%;
    }
    .container.divider[data-post-type="concert"] .show-double-elements {
        width: 100%;
        display: flex;
        gap: 50px;
    }
    .container.divider[data-post-type="concert"] .show-element.main-info {
        width: 100%;
        display: flex;
    }
    .container.divider[data-post-type="concert"] .main-info .show_subelement::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background: #6E050F;
        left: 0px;
        top: 112px;
    }
    .container.divider[data-post-type="concert"] .show-element.main-info .show-column__element-title {
        font-size: 18px!important;
    }
    .container.divider[data-post-type="concert"] .show-element.main-info li {
        font-size: 16px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements .show-element:nth-child(2) .show_subelement::after {
        bottom: -25px;
    }

    .show-double-elements__row .show-subelements__wrapper {
        display: flex;
        flex-direction: column;
    }
    .show-tab-content.double-w-title .show-double-elements .show-element {
        position: relative;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper .show-subelement:nth-child(1) .show-subelement__members {
        margin-bottom: 48px;
        position: relative;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelements__wrapper .show-subelement:nth-child(1) .show-subelement__members::after {
        content: '';
        position: absolute;
        background: #6E050F;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -24px;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.double-w-title .show-subelement__title {
        display: none;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.double-w-title .show-subelement__members .show-subelement__title {
        display: flex;
        font-size: 18px;
        line-height: 30px;
    }    
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelement__title {
        display: flex!important;
        font-size: 18px;
        line-height: 30px;
    }
    .container.divider[data-post-type="concert"] .show-tab-content.double-w-title .show-subelement__title.mobile {
        display: flex;
        margin-bottom: -16px;
        font-size: 18px;
        line-height: 30px;
    }
    .show-subelement__members ul li {
        font-size: 16px!important;
        line-height: 30px!important;
    }
    .show-subelement__members ul {
        margin-bottom: 0px;
    }
    .container.divider[data-post-type="concert"] .show-double-elements__row .show-subelement__title {
        margin: 0px;
    }
    .show-tab-content.double-w-title .show-subelement__date p,
    .show-tab-content.double-w-title .show-subelement__act-title {
        font-size: 18px;
        line-height: 30px;
    }
    .show-tab-content.double-w-title .show-subelement__act-title {
        gap: 8px;
    }
    .show-tab-content.double-w-title .show-subelement__act-title svg {
        width: 16px;
        height: 18px;
    }
    .show-tab-content.double-w-title .show-subelement__date svg {
        width: 15px;
        height: 15px;
    }
    .show-subelement__content-short .wysiwyg-content,
    .show-subelement__content-short .wysiwyg-content ul li,
    .show-tab-content.double-w-title p {
        font-size: 16px;
        line-height: 30px;
    }

    .show-tab-content.double .show-double-elements .show-element {
        gap: 32px;
    }
    .show-tab-content.double .show-double-elements .show-element .right-btn {
        margin-bottom: 0px;
    }

	.show-tab-content.double-w-title.double-row {
		gap: 32px;
	}


	.show-double-element-after__items li{
			font-size: 16px !important;
			line-height: 30px !important;
	}
	
    .container.divider[data-post-type="opera"] .show-column__content:first-child {
        margin: 0px;
    }
    .container.divider[data-post-type="opera"] .show-column__content {
        margin-top: 8px;
    }


    .container.divider {
        margin-top: 104px;
    }
    .closest-show__categories {
        margin-bottom: 32px!important;
        margin-top: 104px;
    }
    .show-other__title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .show-other__wrapper {
        padding: 0px 10px;
        margin-top: 64px;
    }
    .show-cover__wrapper {
        height: 275px;
        width: 100%;
        border-radius: 4px;
    }
    .show-cover__wrapper::before {
        border-radius: 0px 0px 4px 4px;
    }
    .home-main__prev-slide,
    .home-main__next-slide {
        display: none!important;
        position: absolute;
        opacity: 0!important;
        pointer-events: none;
    }
    .show-cover {
        bottom: 16px;
        left: 16px;
        gap: 0px;
    }
    .show-cover__date {
        font-size: 12px;
        line-height: normal;
    }
    .show-cover__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px!important;
    }
    .show-cover__premier {
        position: absolute;
        display: block!important;
        color: var(--main-text-color);
        right: 16px;
        top: 16px;
        background: linear-gradient(0deg, #36060A, #541319);
        padding: 8px 4px;
        min-width: 75px;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        z-index: 2;
    }
    .show-cover .more-btn {
        height: 31px;
        border-width: 2px;
        font-size: 12px!important;
        min-width: 178px;
    }
    .show-tabs {
        display: flex;
        align-items: center;
        overflow: scroll;
        margin-top: 48px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 40px;
        padding: 4px;
    }
    .show-tabs::-webkit-scrollbar {
        display: none;
    }
    .show-tab {
        white-space: nowrap;
    }
    .show-tab-content {
        display: flex;
        flex-direction: column-reverse;
        padding: 0px 15px;
        gap: 48px;
    }
    .show-tab-content .show-main-info:last-child {
        position: static;
    }
    .show-tab-content .show-main-info .show-column__element .show-column__element-title {
        margin: 0px;
        margin-bottom: 0px;
        line-height: 40px;
    }
    .show-tab-content .show-main-info .show-column__element ul:last-child {
        margin: 0px;
    }
    .show-column::after {
        content: '';
        height: 1px;
        width: 100%;
        left: 0px;
        top: -24px;
    }
    .show-column__element-content li::before {
        top: -5px;
    }
    .show-column__element {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .container.divider[data-post-type="concert"] .show-column__content .show-column__element-title {
        margin: 0px;
    }
    .container.divider[data-post-type="concert"] .show-column__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .show-column:first-child::after {
        display: block!important;
    }
    .show-column:last-child::after {
        display: none!important;
    }
    .global-main__pagination-area.navigation .global-main__next-slide {
        right: -30px!important;
    }
    .global-main__pagination-area.navigation .global-main__prev-slide {
        left: 20px;
    }

    .show-element:nth-child(1) {
        width: 100%;
    }
    .show-element:nth-child(2) {
        width: 100% !important;
    }
    .show-tab-content.double .show-double-elements {
        display: flex;
        justify-content: space-between;
        gap: 75px;
        flex-direction: column-reverse;
    }
    .show-subelement__content-short {
        font-size: 16px;
        line-height: 30px;
    }
    .show-subelement__title {
        font-size: 18px;
        line-height: 30px;
    }
    .show-double-elements .show-element {
        display: flex;
        flex-direction: column;
    }
    .show-double-elements .show-element:nth-child(2) .show_subelement {
        position: relative;
    }
    .show-double-elements .show-element:nth-child(2) .show_subelement::after {
        content: '';
        background: #6E050F;
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0px;
        bottom: -24px;
    }

    .show-column__default-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .show-column__default-wrapper .show-column__element p {
        font-size: 18px;
    }
/*     .show-column__default-wrapper .show-column__element svg {
        width: 15px;
        height: 15px;
    } */

    .show-tab {
        font-size: 16px;
    }

    .show-column__element .show-column__element-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .show-column__element-title {
        font-size: 18px;
        line-height: 40px;
        width: 100%;
    }

    .show-column__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .show-column__element-content li {
        font-size: 16px;
        line-height: 30px;
    }

    .show-column__element-content li.clear img {
        width: 18px;
        height: 18px;
        margin-top: 5px;
    }
    .show-main-info .show-column__element-content li.clear {
        align-items: center;
    }
    .show-main-info li.clear img {
        margin-top: 0px;
    }

    .show-plus {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 40px;
    }
    .show-plus p {
        margin: 0px;
    }
    .show-plus > * {
        line-height: 30px;
        font-size: 18px;
    }

    .show-about {
        width: 90%;
        padding: 0px 15px;
        font-size: 16px;
        margin-top: 64px!important;
    }
    
    .show-videos__title {
        font-size: 40px;
    }

    .show-videos__wrapper {
        padding: 0px 15px;
        margin-top: 64px;
    }

    

    .right-btn {
        margin-bottom: 66px;
    }

    .show-press__subelement {
        gap: 24px;
    }

    .show-press__item {
        gap: 8px;
    }
    
    .show-press__item_title {
        font-size: 16px;
    }

    .show-press__item_info {
        font-size: 14px;
    }

    .show-column__default-wrapper .show-column__default {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .show-column__default-wrapper .show-column__element {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: row;
    }
    .show-column__default-wrapper .show-column__element p {
        line-height: 20px;
    }

    .show-main-info .show-column__element-title {
        margin-bottom: 0px!important;
    }
	
  .show-program_subelements {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
	  "d";
    gap: 16px;
  }
	
	.show-subelement__date p {
		font-size: 18px;
	}
	
	.show-subelement__act-title {
		font-size: 18px;
	}
	
}