/*Поток блога 4 карточки в ряду*/
@media screen and (min-width: 960px) {
.uc-potoc_tovar    .t-container{
    max-width: calc(100% - 24px);
    min-width: calc(100% - 24px)
   }
}

@media screen and (min-width: 960px) {
.uc-potoc_tovar    .t-col_3 {
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
        
} 
}

@media screen and (max-width: 639px) {
.uc-potoc_tovar    .t-col_3 {
    margin-bottom: 20px;
} 
}





/*Поток блога 4 карточки в ряду*/
@media screen and (min-width: 960px) {
.uc-potoc_blog    .t897__container{
    max-width: calc(100% - 24px);
    min-width: calc(100% - 24px)
   }
}

@media screen and (min-width: 960px) {
.uc-potoc_blog    .t-col_3 {
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
} 
}

@media screen and (max-width: 960px) {
    .t-feed__container_inrow1 .t-feed__post:first-child, .t-feed__container_inrow2 .t-feed__post:nth-child(-n+2), .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3), .t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
        margin-top: 20px !important;
    }
}



