.t-slds__container {
    background-color: #FDF2F6;
    height: 125px;
}
    
@media only screen and (max-width : 479px) {
    
    .t-slds__container {
    background-color: #FDF2F6;
    height: 200px;
}

}

@media only screen and (min-width : 480px) {
    .t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_16-9 {
    padding-bottom: 125px;
    padding-top: 125px;
}
 
    .t-slds__container {
    background-color: #FDF2F6;
    height: 250px;
}

}

@media only screen and (min-width : 1200px) {
    .t-slds__container {
    background-color: #FDF2F6;
    height: 600px;
}

}

.t-store__load-more-btn {
    color: rgb(45, 42, 42);
    border: 3px solid rgb(239, 228, 232);
    background-color: rgb(239, 228, 232);
    border-radius: 8px;
    font-family: Inter;
    font-weight: 600;
    padding-left: 94px;
    height: 80px;
    padding-right: 94px;
}

.t-btn_sm {
    height: 80px;
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}

.t-store__card__sold-out-msg:after {
  content:'Мероприятие доступно только под заказ для групп. Подробнее →';
  visibility: visible;
  display: block;
  color: #0e8f42;
}

.t-store__card:after {
    content: "билетов осталось: " attr(data-product-inv);
    font-family: 'Inter',Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #2d2a2a;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.uc-otziv .t-slds__container {
height: 350px;
}