/*Список потоков в мобилке на две колонки*/
@media screen and (max-width: 960px) {
    .t2823__items {
        --cards-in-row: 2 !important;
        --cards-column-gap: 20px !important;
    }
}
/*Окна → Шапка*/
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #fff;
    }
    .t-popup__container {
        border-radius: none !important;
    }
    .t702 .t702__wrapper {
        padding: 0 20px 60px 20px;
    }
}
/*Окна → Чек-боксы*/
@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 14px !important;
    }
    .t-descr_md {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    .t-descr_xxs {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}
/*Архив поисков → Уменьшения отступа м/у именем и тегами*/
#rec3679581301 .t-cms__card {
    --row-gap: 0px;
}