/**Убрать отступ между кейсами**/
@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;
    }
}

@media screen and (max-width: 960px) {
    .t-feed__grid-col:not(.t-slds__item) {
        margin-top: 20px!important;
    }
}

/**Увеличить шрифт в попапе**/
.t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
    line-height: 1.3!important;
    font-size: 14px!important;
}

/**Убрать чёрный фон в попапе**/
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #EBEBED!important;
    }
}