/*отразить контента по горизонтали в попапах с костюмами*/
@media screen and (min-width: 960px){
.t750__container {
    display: flex;
    flex-direction: row-reverse;
}
}

/*нижние отступы в карточках костюмов*/
@media screen and (max-width: 960px) {
    .t856__col {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 640px) {
    .t856__col {
        margin-bottom: 20px !important;
    }
}

/*убираем отступы в отзывах*/
.t923__textwrapper {
    padding: 18px 0px !important;
}

.t923__paddingsmall.t-card__btn-wrapper {
    padding: 0 !important;
}

.t-btn_xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*карточки с мероприятиями (дни рождения, выпускные, новый год, масленица, квесты, другие праздники)*/
    .uc-holiday .t-card__col:nth-child(6n + 1) .t774__wrapper { /*обводка 1 карточки*/
        border: 1px #FF4C29 solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 2) .t774__wrapper { /*обводка 2 карточки*/
        border: 1px #862EFF solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 3) .t774__wrapper { /*обводка 3 карточки*/
        border: 1px #F34270 solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 4) .t774__wrapper { /*обводка 4 карточки*/
        border: 1px #FF4C29 solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 5) .t774__wrapper { /*обводка 5 карточки*/
        border: 1px #FFB614 solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 6) .t774__wrapper { /*обводка 6 карточки*/
        border: 1px #F34270 solid;
        box-sizing: border-box;
        border-style: dashed;
    }

    .uc-holiday .t-card__col:nth-child(6n + 1) .t-card__title { /*заголовок 1 карточки*/
        color: #FF4C29;
    }

    .uc-holiday .t-card__col:nth-child(6n + 2) .t-card__title { /*заголовок 2 карточки*/
        color: #862EFF;
    }

    .uc-holiday .t-card__col:nth-child(6n + 3) .t-card__title { /*заголовок 3 карточки*/
        color: #F34270;
    }

    .uc-holiday .t-card__col:nth-child(6n + 4) .t-card__title { /*заголовок 4 карточки*/
        color: #FF4C29;
    }

    .uc-holiday .t-card__col:nth-child(6n + 5) .t-card__title { /*заголовок 5 карточки*/
        color: #FFB614;
    }

    .uc-holiday .t-card__col:nth-child(6n + 6) .t-card__title { /*заголовок 6 карточки*/
        color: #F34270;
    }

    .uc-holiday .t-card__col:nth-child(6n + 1) .t-card__btn { /*кнопка 1 карточки*/
        background-color: #FF4C29 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 2) .t-card__btn { /*кнопка 2 карточки*/
        background-color: #862EFF !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 3) .t-card__btn { /*кнопка 3 карточки*/
        background-color: #F34270 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 4) .t-card__btn { /*кнопка 4 карточки*/
        background-color: #FF4C29 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 5) .t-card__btn { /*кнопка 5 карточки*/
        background-color: #FFB614 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 6) .t-card__btn { /*кнопка 6 карточки*/
        background-color: #F34270 !important;
        margin: 0px !important;
    }
    
    .uc-holiday .t-card__col:nth-child(6n + 1) .t-card__btn:hover { /*наведение на кнопку 1 карточки*/
        background-color: #FFB614 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 2) .t-card__btn:hover { /*наведение на кнопку 2 карточки*/
        background-color: #F34270 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 3) .t-card__btn:hover { /*наведение на кнопку 3 карточки*/
        background-color: #862EFF !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 4) .t-card__btn:hover { /*наведение на кнопку 4 карточки*/
        background-color: #FFB614 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 5) .t-card__btn:hover { /*наведение на кнопку 5 карточки*/
        background-color: #FF4C29 !important;
        margin: 0px !important;
    }

    .uc-holiday .t-card__col:nth-child(6n + 6) .t-card__btn:hover { /*наведение на кнопку 6 карточки*/
        background-color: #862EFF !important;
        margin: 0px !important;
    }
    
    .uc-holiday .t-card__btn-wrapper { /*ширина кнопок*/
        display: grid;
        margin: 0px !important;
    }
    
    .uc-holiday .t-btn_sm { /*стили текста у кнопок*/
        height: 55px !important;
        font-size: 18px !important;
        padding-top: 4px;
    }
    
/*миниатюры фотографий в галерее попапа*/
    .t-slds__bgimg {
        border-radius: 5px !important;
    }