.t-store__card {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    padding: 0 0 !important;
}
.t-store__card__textwrapper {
    margin-bottom: 0;
    padding: 24px 24px !important;
}

.t-store__card-list {
    justify-content: center;
    align-items: stretch !important;
}
.t-store__card__price-currency {
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}

.t-store__card__price-value:before {
    content: 'от ';
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}
.t-store__card__mark {
    height: 30px;
}


@media screen and (max-width: 960px) {
    
.t-store__grid-cont .t-store__card-list {
    row-gap: 20px !important;
}


}