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