.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;
}

.t780__price-currency {
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
}

.t780__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.t780__price:before {
    content: 'от ';
    font-size: 18px;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 400;
    margin-right: 4px;
}
#allrecords strong em {
    font-style: normal;
    background: #eee9e9;
    padding: 8px 14px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 6px;
}
.t780 .t-container.js-product.js-product-single {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.t780 .t-container.js-product.js-product-single > div {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
}




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


}