.t-store__filter__item-controls-container {
    max-height: 260px;
}
.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 300px;
}

/* Меняем вертикальныеотступы между карточками в каталоге производителей*/
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 8px;
}
}
/* Меняем размер шрифта в фильтрах в каталоге производителей*/
@media screen and (max-width: 960px) {
.t-name_xs {
    font-size: 16px;
}
}
/* Меняем размер шрифта впопапах продуктов*/
@media screen and (max-width: 640px) {
.t-name_xl {
    font-size: 26px;
}
}



/*Изменение размера шрифта стандартных блоков в адаптивах для детальных новостей*/
@media screen and (max-width:1200px){
        /*TX02*/
    .t050__title {
        font-size:36px !important;
    }
}
@media screen and (max-width:640px){
        /*TX02*/
    .t050__title {
        font-size:30px !important;
    }
}
@media screen and (max-width:480px){
        /*TX02*/
    .t050__title {
        font-size:23px !important;
    }
}


/*Уменьшаем ширину между полями в формах*/
    
    .t706 .t-form_bbonly .t-input-block {
    margin-bottom: 16px;   /* в корзине */
    } 
    .t702 .t-input-group {
    margin-bottom: 16px; /* в форме стать партнером */
    }

/*Ставим иконку корзины выше всех слоев*/

.uc-cart {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
}


/*Изменение размера шрифта стандартных блоков в адаптивах для раздела медиа*/
@media screen and (max-width:640px){
    .t915 .t-feed__post-title {
        font-size: 18px !important;
        padding-bottom: 8px !important;
    }
}




/*Изменение размеров стандартных блоков в адаптивах для детальных раздела медиа, стандартные попапы*/
.t-feed__post-popup__content-wrapper {
    justify-content: left;
}

.t-feed__post-popup__title-wrapper {
    padding-bottom: 24px !important; /* отутсуп у главного заголовка*/
    padding-top: 64px !important;
}
    .t-descr_xxs {
        font-size: 14px !important; /* подписи к реккомендованным карточкам*/
    }    
.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    font-size: 20px !important; /* лид*/
    line-height: 1.4 !important;
    font-weight: 500;
}
.t-text_md {
    font-size: 18px; /* основной текст*/
    line-height: 1.5;
}
.t-feed__post-popup__relevants-item-descr {
    color: #93a7ab !important; /* цвет подписи к реккомендованным карточкам*/
}
.t-feed__post-popup__relevants-item-title {
    margin-bottom: 16px !important; /* отступ от заголовка до подписи к реккомендованным карточкам*/
}
.t-feed__post-popup__relevants-imgwrapper {
    margin-bottom: 24px; /* отступ от картинки до зщаголовка к реккомендованным карточкам*/
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
        font-size: 20px !important; /* лид*/
        line-height: 1.4 !important;
        font-weight: 500;
    }
    .t-text_md {
        font-size: 18px; /* основной текст*/
        line-height: 1.5;
    }
}

@media screen and (max-width: 320px) {
    .t-descr_xxs {
        font-size: 14px !important; /* подписи к реккомендованным карточкам*/
    }
    .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
        font-size: 16px !important; /* лид*/
        line-height: 1.4 !important;
        font-weight: 500;
    }
    .t-text_md {
        font-size: 16px; /* основной текст*/
        line-height: 1.5;
    }
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 23px;
    }
        .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
        font-size: 18px;
    }
    .t-title_xxs {
    font-size: 22px;
    }
}