 .t-slds__bgimg {border-radius: 15px;}


/*название и цена на одном уровне*/
.t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
}

.t-store__card__price-wrapper {
    white-space: nowrap;
    margin-left: 15px;
    margin-top: 0;
}

@media only screen and (min-width: 370px) and (max-width: 640px) {
 /*отсутпы от карточек*/  
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 5px !important;}
.t812__pricelist-item__title {padding-right: 10px !important;}
.t-store__card__title.t-name {font-size: 12px !important;} 

}
    .t-store__card__bgimg {border-radius: 15px;}
.t778 .t-store__card__wrap_all  {border-radius: 15px;}

    .t-store__prod-popup__close-txt {
        font-weight: 600 !important;
    }