.t-store__card__textwrapper {
    display: flex !important;
    flex-direction: column !important;
}
.t-store__card .t-typography__descr {
    flex: 1 1 auto !important;
}

.uc-datepopup form {
    display: none !important;
}

@media screen and (max-width: 560px) {
    .t-popup__block-close {
        background: #f4f7f6 !important;
    }
    .t-popup__close-icon g{
        background: #262626 !important;
    }
}