@media (min-width: 1024px) {

/*Для товаров, введенных в ручную*/

    .t1025__itemwrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .t1025__item {
        flex: 47% 0 0;
        box-sizing: border-box;
    }
    
    .t1025__item:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    
    .t1025__price-buttons_in-row .t1025__price-wrapper {
        margin-right: 0px;
        justify-content: flex-end;
    }
    
    .t1025__price-buttons_in-row {
        display: inline-flex;
        width: auto !important;
    }
    
    .t1025__price-buttons_in-row .t1025__price-wrapper {
        display: inline-flex;
        width: auto !important;
    }
    
/*Для товаров автоматических*/

    .t1025 .t-store__card {
        flex: 47% 0 0;
        box-sizing: border-box;
    }
    
    .t-store__grid-cont_itemwrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .t1025 .t-store__card:nth-child(2) {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    
    .t-store__card__price-wrapper {
        margin-right: 0px;
        justify-content: flex-end;
    }
    
}


iframe {
        border-radius: 20px; /*скругление углов карты в футере*/
    }
    
.t-store__card__imgwrapper_column { /*Скрыть блок для фото в прайсе*/
        display: none;
    }
    
/*Отображение прайса в мобильной версии*/    

@media screen and (max-width: 980px) {
    .t1025 .t-store__card__contentwrapper {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .t1025 .t-store__card__textwrapper {
        margin-bottom: 0px !important;
    }
    
    .t-store__card__title .t-name_md {
        line-height: 1.15 !important;
    }
    
    .t1025 .t-store__card__price-buttons {
        width: 80px !important;
        height: auto;
    }
    
    .t1025 .t-store__card__price-buttons_in-row .t-store__card__price-wrapper { 
        display: flex;
        flex-direction: column;
    }
    
    .t1025 .t-store__card__price_old {
        margin-left: 0px !important;
        font-size: 18px !important;
    }
    
    .t-store__card .t-typography__title {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
    
    .t-store__card__price {
        font-size: 18px !important;
    }
    
    .t-store__card__price-currency {
        font-size: 18px !important;
    }
    
    .t1025 .t-store__card__price-buttons_in-row .t-store__card__price-wrapper {
        margin-bottom: 0px !important;
    }

}
    