body{
}

:root {
    /* --light-grey: #F5F5F5; */
    --dark-grey: #343434;
    --gold: #B78D4F;
    --grey: #F6F6F6;
    --grey2: #515151;
    --red: #ED1D23;
    /* --brown: #bea58c; */
    /* --red: #B70D18; */
    /* --blue: #0063B0; */
    /* --white: white; */
    /* --black: black; */
}

/* панель управления */
.blind-panel{
    width: 100%;
    max-width: 1920px;
    padding: 0 var(--padding);
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--grey);
}

/* временные */
.blind-panel{
    /* position: fixed;
    z-index: 10000;
    top: 0px; */
}

.blind-panel__mult{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.blind-panel-main{
    display: flex;
    gap: 80px;
}

.blind-panel__item{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blind-panel__item-title{
    color: #8E8E8E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}


@media(max-width: 1280px){
    .blind-panel__item:not(.blind-panel__item_show-mob){
        display: none;
    }
}

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

    .header-blind__let-spac{
        flex-direction: column;
    }
}


/* Интервалы между буквами */

/* панель управления END*/


/* кнопки */
.header-blind__let-spac,
.header-blind__font-size{
    display: flex;
    gap: 8px;
}

.font-size_bottom {
    height: 60px;
    width: 60px;
    border-radius: 4px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.font-size_bottom.bottom-active {
    /* background: var(--dark-grey); */
    color: #B78D4F;
}

.font-size_bottom[data-font="blindSize1"] {
    font-size: 18px;
}

.font-size_bottom[data-font="blindSize2"] {
    font-size: 26px;
}

.font-size_bottom[data-font="blindSize3"] {
    font-size: 34px;
}

.typical-blind__bottom{
    padding: 15px 20px;
    border-radius: 4px;
    background: white;
    width: fit-content;
    cursor: pointer;
    display: block;
    white-space: nowrap;

    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.typical-blind__bottom.bottom-active{
    background: var(--dark-grey);
    color: white;
}

.blind-panel__left .blind-panel__item-content{
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--gold);
    cursor: pointer;
}

.blind-panel__item-content,
.blind-panel__item{
    height: 100%;
}

.blind-panel__item-content{
    display: flex;
    align-items: center;
}
/* панель управления END */


.blind .header.headroom--pinned,
.blind .header.headroom--unpinned{
    animation-name: none;
    /* position: relative; */
}

.blind .header_cover{
    position: relative;
}

/* слайдер топ */
.blind .cover{
    margin: auto;
    margin-bottom: 80px;
    margin-left: calc(var(--offset-left) - var(--padding));
    margin-right: calc(var(--offset-left) - var(--padding));
}

.blind .cover .scroll-bottom{
    display: none;
}


/* .blind .swiper-container{
    max-width: 1440px;
} */
 .blind .swiper-container {
    max-width: 1386px;
}

.blind .swiper-container .cover__item{
    height: 428px;
    background: #F6F6F6;
    border-radius: 12px;
}

.blind .slider-items_small .slider-slide{
    padding: 0;
}

.blind .cover-navigation{
    position: relative;
    color: black;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
    max-width: 1032px;
    justify-content: flex-end;
}

.blind .cover__content{
    padding: 20px 0px;
}

.blind .cover__pushkin {
    align-self: flex-end;
    margin-bottom: 20px;
}

.blind .cover__line.cover__line-absol{
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 70px 40px 40px 40px;
}

.blind .cover__content .age.cover__line-width-age{
    left: 40px;
    top: 20px;
}

.blind .cover__bg.bg-cover{
    display: none;
}

.blind .cover-counts{
    color: black;
    /* font-size: 20px; */
}

@media(max-width: 767px){
    .blind .cover{
        margin-left: 16px;
        margin-right: 16px;
    }
}
/* слайдер топ END */

/* Афиша */
/* .blind .poster-item:hover .poster-item__img, .poster-item[class*='_promo'] .poster-item__img {
    display: none;
} */

.blind .heading_indent p{
    margin-left: 0;
}

@media only screen and (min-width: 1280px) {
    .blind .poster-item:hover .poster-item__img, .poster-item[class*='_promo'] .poster-item__img {
        display: none;
    }
    .blind .poster-item__column:nth-child(1) {
        width: 230px;
    }
    .blind .poster-item__column:nth-child(2) {
        width: calc(100% - 480px);
    }
    .blind .poster-dates__wrap.swiper-wrapper{
        width: 84%;
    }
}

.blind .poster-arrows,
.blind .poster-arrows_next {
    width: 60px;
}

.blind .dates-slider__btn,
.blind .dates-slider__btn{
    width: 100%;
}

/* Афиша END */

/* Абонементы */
.blind .subscription .column{
    /* margin-left: calc(var(--offset-left) - var(--padding));
    margin-right: calc(var(--offset-left) - var(--padding)); */
    max-width: 1386px;
    margin: auto;
    width: 100%;
    flex-direction: column;
}

.column-item:not(:only-child):nth-child(1) .column-item:not(:only-child):nth-child(1){
    width: 100%;
    height: 100%;
}

.blind .subscription .subscription-contacts__item:not(:last-child) {
    margin: 0;
}

.blind .subscription .subscription-contacts{
    display: flex;
    justify-content: space-between;
}

.blind .column-item:not(:only-child):not(:nth-child(1)),
.blind .subscription .column-item:not(:only-child):nth-child(1) {
    width: 100%;
}

.blind .column-item:not(:only-child):not(:nth-child(1)){
    padding: 0;
}

.blind .subscription  .column-item:not(:only-child):not(:nth-child(1)) .column-item__content{
    margin-right: 0px;
}

.blind .subscription-items .subscription-item{
    background: #F6F6F6;
    border-radius: 12px;
}

.blind .subscription-item:not([class*='_border']){
    padding: 42px 32px 32px 32px;
    align-items: start;
}

.blind .subscription-item__number,
.blind .subscription-item:not([class*='_border']) .subscription-item__img::after,
.blind .subscription-item__img-inner img{
    display: none;
}

.blind .subscription-item__content{
    padding-top: 30px;
}

.blind .subscription-item__img .age{
    color: black;
    background: white;
    right: auto;
    top: -24px;
    white-space: nowrap;
}

.blind  .subscription-item:not([class*='_border']) .subscription-item__img{
    width: auto;
}

.blind .subscription-column,
.blind .subscription-column:nth-child(odd):not(:first-child),
.blind .subscription-column:nth-child(even){
    margin-top: 0;
}

.blind .subscription-column{
    padding: 0;
    width: calc(50% - 16px);
}

.blind .subscription-items{
    gap: 32px;
    margin: auto;
}

.blind .subscription-item__content{
    padding-left: 0;
}

@media (max-width: 1280px){
    .blind .subscription .column{
        margin-left: 0;
        margin-right: 0;
    }
    .blind .subscription-item:not([class*='_border']) .subscription-item__img{
        padding-bottom: 0;
        height: 0px;
    }

    .blind .subscription .column-item:not(:only-child):nth-child(1){
        margin-bottom: 50px;
    }

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


}


/* Абонементы END */

/* баннер */
.blind .promo:not([class*='_small']){
    /* height: 428px; */
    height: auto;
}

.blind .promo-wrap{
    height: fit-content;
    position: relative;
}

.blind .promo-content{
    background: #F6F6F6;
    border-radius: 12px;
    padding: 94px 0px 94px 0px;
}

.blind .promo-wrap .promo__bg-wrap{
    display: none;
}

.blind .promo-logo{
    /* top: 94px; */
    position: relative;
}

.blind .promo-content .logo-link{
    width: 90px;
}

/* @media only screen and (min-width: 1280px) and (max-width: 1919px) { */
@media only screen and (min-width: 1280px)  {
    .blind .cover__title {
        max-width: 100%;
    }

    .blind .promo-content{
        /* margin-left: calc(var(--offset-left) - var(--padding));
        margin-right: calc(var(--offset-left) - var(--padding)); */
        max-width: 1386px;
    margin: auto;
    width: 100%;
    }
}
@media(max-width: 767px){
    .blind .promo:not([class*='_small']){
        padding-bottom: 0;
    }
}
/* баннер END */

/* фестивали */


.blind .festivals .heading_center h2{
    justify-content: flex-start;
}
.blind .festivals .heading_center p{
    margin: 0;
    text-align: start;
}

.blind .festivals-slider .swiper-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blind .festivals-card__content h5 a{
    text-decoration: underline; 
}

.blind .festivals-card__content a:hover{
    color: black;
}

.blind .festivals-slider .slider-arrows{
    display: none;
}

.blind .festivals-slider .slider-slide.swiper-slide:not([class*='-visible']) > *{
    opacity: 1;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .blind .heading_indent {
        margin: auto;
        max-width: 1386px;
        /* margin: auto; */
        width: 100%;
    }
}

@media only screen and (min-width: 1280px)  {
    .blind .festivals .heading_center{
        /* margin-left: calc(var(--offset-left) - var(--padding));
        margin-right: calc(var(--offset-left) - var(--padding)); */
        max-width: 1386px;
        margin: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-slide.swiper-slide:not(:only-child) {
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
    .blind .festivals .slider-items_small {
        /* padding: 0 calc(34px - (var(--padding) / 2)); */
        padding: 0;
    }
}

/* фестивали END */



.blind .mailing{
    max-width: 1386px;
    margin: auto;
    margin-bottom: 60px;
    width: 100%;
}

.blind .contacts .heading.heading_indent{
    max-width: 1386px;
    margin: auto;
    width: 100%;
}
.blind .contacts .column-item__content{
    max-width: 1386px;
    margin: auto;
    /* margin-bottom: 60px; */
    width: 100%;
}

/* .blind .column-item__content.adapt-width{
    max-width: 1386px;
    margin: auto;
    width: 100%;
    padding: 0px 24px;
} */

.blind #js-show-iframe-wrapper{
    max-width: 1386px;
    margin: auto;
    width: 100%;
    padding: 0px;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px){
    .blind .column-item__content.adapt-width{
        margin: 0px;
        padding: 32px;
    }
}


@media only screen and (max-width: 1280px){
    .blind .column-item__content.adapt-width{
        margin: 0px;
        padding: 32px;
    }
}

.blind .btn.btn-red:not(.border):hover,
.blind .btn.btn-red:not(.border),
body.blind .btn.btn-red.border:hover,
body.blind .btn.btn-red.border{
    background-color: #343434;
    border-color: #343434;
    color: white;
}

body.blind .btn.btn-red.border .btn__icon{
    display: none;
}

.blind .btn.btn-red.border:not([disabled])::before {
    border-color: transparent;
}

.blind .btn.btn-red:not([disabled])::after{
    background-color: transparent;
}

.blind .footer_2023__artrockets{
    line-height: 110%;
}

@media(max-width: 767px){
    body.blind .poster-item__wrap .btn.btn-red.border{
        background: white;
        color: var(--red);
    }
}

/* цвет переопределение */
/* .blind .poster-item__column:nth-child(3) .btn__text, */
.blind  .ul-small ul,
.blind .promo-content p,
.blind .subscription-contacts__label,
.blind .cover__info,
.blind .cover__title,
.blind .cover-counts__now,
.blind .header_white .ticket-btn__name,
.blind .header_white .login__name,
.blind .header_white .search__name,
.blind .header_white .lang__name,
.blind .header_white .nav-menu__link,
.blind .header__logo-title{
    color: #343434;
}

.blind .cover-slider__btn svg,
.blind .header_white .lang__arrow svg,
.blind .header_white .ticket-btn__icon svg,
.blind .header_white .login__icon svg,
.blind .header_white .search__icon svg,
.blind .header_white .lang__icon svg{
    fill: black;
}
.blind .header__logo-desc{
    color: #8E8E8E;
}

.blind .cover-arrows__line{
    background-color: black;
}

.blind .link-doc__icon svg{
    fill: #B78D4F;
}

.blind .subscription-contacts__info,
.blind .link-more,
.blind .heading h2 .link-doc{
    color: #B78D4F;
}

/* откл ховеры */
.header_white .nav-menu__item:not([class*='_active']):hover .nav-menu__link,
.poster-item:hover .poster-item__price,
.poster-item:hover .poster-item__date-name, .poster-item[class*='_promo'] .poster-item__date-name,
.poster-item:hover .poster-item__content h4 span:not(.no-hover),
.poster-item:not(.no-hover):hover, .poster-item[class*='_promo'],
.blind .header_white .ticket-btn:hover .ticket-btn__name,
.blind .header_white .login:hover .login__name,
.blind .header_white .search:hover .search__name,
.blind .header_white .lang:hover .lang__name {
    color: black;
}

.blind .header_white .lang:hover .lang__arrow svg,
.blind .header_white .ticket-btn:hover .ticket-btn__icon svg,
.blind .header_white .login:hover .login__icon svg,
.blind .header_white .search:hover .search__icon svg,
.blind .header_white .lang:hover .lang__icon svg {
    fill: black;
}
/* откл ховеры  END */

/* размеры шрифта */
/* ## Таблица: px → rem (база 16px)

Формула: `px ÷ 16 = rem` */

/* 
| 12px | 0.75rem |
| 13px | 0.8125rem |
| 14px | 0.875rem |
| 15px | 0.9375rem |
| 16px | 1rem |
| 17px | 1.0625rem |
| 18px | 1.125rem |
| 19px | 1.1875rem |
| 20px | 1.25rem |
| 21px | 1.3125rem |
| 22px | 1.375rem |
| 23px | 1.4375rem |
| 24px | 1.5rem |
| 25px | 1.5625rem |
| 26px | 1.625rem |
| 27px | 1.6875rem |
| 28px | 1.75rem |
| 29px | 1.8125rem |
| 30px | 1.875rem |
| 31px | 1.9375rem |
| 32px | 2rem |
| 33px | 2.0625rem |
| 34px | 2.125rem |
| 35px | 2.1875rem |
| 36px | 2.25rem |
| 37px | 2.3125rem |
| 38px | 2.375rem |
| 39px | 2.4375rem |
| 40px | 2.5rem |
| 41px | 2.5625rem |
| 42px | 2.625rem |
| 43px | 2.6875rem |
| 44px | 2.75rem |
| 45px | 2.8125rem |
| 46px | 2.875rem |
| 47px | 2.9375rem |
| 48px | 3rem |
| 49px | 3.0625rem |
| 50px | 3.125rem | */
/* Базовый размер для всех элементов *//* Blind-версии в медиазапросах — просто копируете с префиксом */
/* === БАЗОВЫЕ РАЗМЕРЫ === */
html {
    font-size: 16px;
}
/* === УВЕЛИЧЕНИЕ БАЗЫ через html === */
html.blindSize2 {
    font-size: 24px;
}

html.blindSize3 {
    font-size: 28px;
}

/* === ОБЩИЕ ПРАВИЛА ДЛЯ ВСЕХ BLIND-ВЕРСИЙ === */
/* body.blind — сработает для всех: blind, blindSize2, blindSize3 */

/* body.blind h4,
body.blind .nav-menu__link {
    font-size: 1.5rem;
    line-height: 1.5;
} */

/* === МЕДИАЗАПРОСЫ === */
@media (min-width: 1280px) {
    body.blind h4{
        font-size: 1.5rem;
        line-height: 1.5;
    }

    /* 12px */
    body.blind .poster-item__info .age,
    body.blind .festivals-card__content .link-more,
    body.blind .subscription-item__img .age,
    body.blind .subscription-contacts__info,
    body.blind .subscription-contacts__label,
    body.blind .poster-month__name,
    body.blind .poster-date__name,
    body.blind .poster-item__price,
    body.blind .poster-item__date-name,
    body.blind .poster-item__date-names,
    body.blind .poster-item__info .label,
    body.blind .link-doc__name,
    body.blind .nav-menu__item{
        font-size: 0.75rem;
    }

    body.blind .ticket-btn__name,
    body.blind .login__name,
    body.blind .lang__name,
    body.blind .search__name{
        font-size: 0.75rem;
        font-weight: 600;
    }
    /* 14px */
    body.blind .contacts-info__label,
    body.blind .ul-small ul,
    body.blind .cover__content .subscription-item__content ul,
    body.blind .cover__content .subscription-item__content .label,
    body.blind .cover__content .label,
    body.blind .btn-large,
    body.blind .cover__info-item{
        font-size: 0.85rem;
    }

    /* 16px */
    body.blind .mailing__text,
    body.blind p,
    body.blind a{
        font-size: 1rem;
    }
    /* 20px */
    body.blind #js-show-iframe-wrapper .bf-104__text,
    body.blind .poster-date__number,
    body.blind .cover-counts{
        font-size: 1.25rem;
    }

    body.blind .promo:not([class*='_small']) .promo-content p{
        font-size: 1.5rem;
    }

    /* 32px */
    body.blind .poster-item__time,
    body.blind .poster-item__date-number,
    body.blind .cover-counts__now,
    body.blind .cover__title{
        font-size: 2rem!important;
        font-weight: 500;
    }

    /* 48px */
    body.blind .mailing__title,
    body.blind h2{
        font-size: 3rem;
    }
}











/*
html.blindLetter2 {
    --letter-spacing-12: 2px;
    --letter-spacing-14: 2.2px;
    --letter-spacing-16: 2.4px;
    --letter-spacing-20: 2.6px;
    --letter-spacing-32: 2.8px;
    --letter-spacing-48: 3px;
}

html.blindLetter3 {
    --letter-spacing-12: 3px;
    --letter-spacing-14: 3.2px;
    --letter-spacing-16: 3.4px;
    --letter-spacing-20: 3.6px;
    --letter-spacing-32: 3.8px;
    --letter-spacing-48: 4px;
} */
/* === МЕЖБУКВЕННЫЙ ИНТЕРВАЛ через html === */
html.blindLetter1 {
    --letter-spacing-12: 1px;
    --letter-spacing-14: 1.2px;
    --letter-spacing-16: 1.4px;
    --letter-spacing-20: 1.6px;
    --letter-spacing-32: 1.8px;
    --letter-spacing-48: 2px;
}

html.blindLetter2 {
    --letter-spacing-12: 2.5px;
    --letter-spacing-14: 2.8px;
    --letter-spacing-16: 3px;
    --letter-spacing-20: 3.2px;
    --letter-spacing-32: 3.5px;
    --letter-spacing-48: 3.8px;
}

html.blindLetter3 {
    --letter-spacing-12: 4px;
    --letter-spacing-14: 4.5px;
    --letter-spacing-16: 5px;
    --letter-spacing-20: 5.5px;
    --letter-spacing-32: 6px;
    --letter-spacing-48: 6.5px;
}

/* === МЕДИАЗАПРОСЫ === */
@media (min-width: 1280px) {
    body.blind .poster-item__info-desc span,
    body.blind h4 {
        /* letter-spacing: var(--letter-spacing-14); */
        letter-spacing: var(--letter-spacing-14);
    }

    /* 12px */
    body.blind .festivals-card__content .link-more,
    body.blind .subscription-item__img .age,
    body.blind .subscription-contacts__info,
    body.blind .subscription-contacts__label,
    body.blind .poster-month__name,
    body.blind .poster-date__name,
    body.blind .poster-item__price,
    body.blind .poster-item__date-name,
    body.blind .poster-item__date-names,
    body.blind .poster-item__info .label,
    body.blind .link-doc__name,
    body.blind .nav-menu__item {
        letter-spacing: var(--letter-spacing-12);
    }

    body.blind .ticket-btn__name,
    body.blind .login__name,
    body.blind .lang__name,
    body.blind .search__name {
        letter-spacing: var(--letter-spacing-12);
    }

    /* 14px */
    body.blind .contacts-info__label,
    body.blind .ul-small ul,
    body.blind .cover__content .subscription-item__content ul,
    body.blind .cover__content .subscription-item__content .label,
    body.blind .cover__content .label,
    body.blind .btn-large,
    body.blind .cover__info-item {
        letter-spacing: var(--letter-spacing-14);
    }

    /* 16px */
    body.blind .mailing__text,
    body.blind p,
    body.blind a {
        letter-spacing: var(--letter-spacing-16);
    }

    /* 20px */
    body.blind #js-show-iframe-wrapper .bf-104__text,
    body.blind .poster-date__number,
    body.blind .cover-counts {
        letter-spacing: var(--letter-spacing-20);
    }

    body.blind .promo:not([class*='_small']) .promo-content p {
        letter-spacing: var(--letter-spacing-20);
    }

    /* 32px */
    body.blind .poster-item__time,
    body.blind .poster-item__date-number,
    body.blind .cover-counts__now,
    body.blind .cover__title {
        letter-spacing: var(--letter-spacing-32);
    }

    /* 48px */
    body.blind .mailing__title,
    body.blind h2 {
        letter-spacing: var(--letter-spacing-48);
    }
}



/* цветовая схема */
.color2 .blind-panel{
    background-color: var(--grey2);
}

/* .color2 .typical-blind__bottom{
    background: var(--dark-grey);
    color: white;
}

.color2 .typical-blind__bottom.bottom-active{
    background: white;
    color: var(--dark-grey);
} */

.color2 .poster-date_red.poster-date_active .poster-date__name,
.color2 .poster-date_red.poster-date_active .poster-date__number{
    color: var(--red);
}

.color2 .cover-slider__btn svg{
    fill: white;
}

.color2 .contacts-info__link,
.color2 .typical-blind__bottom.bottom-active,
.color2 .subscription-item,
.color2 .subscription-item__title,
.color2 h5,
.color2 body,
.color2 .blind .cover-counts,
.color2 .poster-month__name,
.color2 .poster-date_active .poster-date__name,
.color2 .poster-item__content h4 span,
.color2 .poster-item,
.color2 .poster-date_active .poster-date__number,
.color2 .blind .ul-small ul, 
.color2 .blind .promo-content p, 
.color2 .blind .subscription-contacts__label, 
.color2 .blind .cover__info, 
.color2 .blind .cover__title, 
.color2 .blind .cover-counts__now, 
.color2 .blind .header_white .ticket-btn__name, 
.color2 .blind .header_white .login__name, 
.color2 .blind .header_white .search__name, 
.color2 .blind .header_white .lang__name, 
.color2 .blind .header_white .nav-menu__link, 
.color2 .blind .header__logo-title{
    color: white;
}

.color2 .blind .cover-arrows__line{
    background: white;
}

.color2 .section .content,
.color2 .container,
.color2 body.blind{
    background: var(--dark-grey);
}


.color2 .blind .mailing,
.color2 .blind .festivals-card,
.color2 .blind .promo-content,
.color2 .blind .subscription-items .subscription-item,
.color2 .poster-item:not([class*='_promo']):not(:last-child),
.color2 .poster-item:not([class*='_promo']):nth-child(odd),
.color2 .blind .swiper-container .cover__item{
    background: var(--grey2);
}

.color2 .font-size_bottom,
.color2 .typical-blind__bottom{
    color: var(--grey2);
}

.color2 .font-size_bottom.bottom-active {
    color: #B78D4F;
}

.blind .poster-arrows_next::after,
.blind .poster-arrows_prev::after{
    background: none;
}

.color2 .blind .header_white .ticket-btn__icon svg,
.color2 .blind .header_white .login__icon svg,
.color2 .blind .header_white .search__icon svg,
.color2 .blind .header_white .lang__arrow svg,
.color2 .header_white .lang__icon svg,
.blind .icon__slider-next,
.blind .icon__slider-prev{
    fill: white;
}


/* цветовая схема END */

 .blind .poster-arrows_prev,
 .blind .poster-arrows_next {
    background: #515151;

}

.color2 .blind .btn.btn-red:not(.border),
.color2 body.blind .btn.btn-red.border {
    background-color: white;
    border-color: white;
    color: var(--dark-grey);
}

.color2 .festivals-card{
    color: white;
}

/* ховеры темная тема */
.color2 .poster-item:not(.no-hover),
.color2 .poster-item:not(.no-hover):hover,
.color2 .poster-item .poster-item__date-names,
.color2 .poster-item__content h4 span:not(.no-hover){
    color: white!important  ;
}
/* ховеры темная тема END */