/*Приведение сетки стандартных блоков к сетке зеро на мобильных*/
@media screen and (max-width: 479px) {
.t-col { padding: 0 20px !important; }
.t-container { max-width: 320px !important; }
}


/*Приведение размеров стандартного блока магазина ST315N на мобильных*/
@media screen and (max-width:1200px){
    /*Заголовок блока, название продукта*/
    .t-store__card .t-typography__title {
        font-size: 18px !important;
    }

    /*Отступ от заголовка до цены*/
    .t-store__card__price-wrapper {
        margin-top: 8px !important;
    }

    /*Отступ между ценой и кнопками*/    
    .t786 .t-store__card__btns-wrapper {
    margin-top: 16px;
    }
    
    /*Вертикальный отступ между карточками*/
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 40px !important;
    }

    /*заголовок карточек "похожие продукты*/    
    .js-store-prod-name.js-product-name.t-store__card__title.t-typography__title.t-name.t-name_md {
        line-height: 1.15 !important;
    }
}
.t-store__card-nlm057 a.js-store-prod-btn.t-store__card__btn.t-btn {
    height: 48px!important;
}


/*Приведение стандартных блоков потоков к сетке FD301*/
@media (min-width: 1200px) {
.t-feed__container {
    max-width: calc(100% - 40px);
}
.t-feed__post {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(33% - 36px);
}
}
@media (max-width:1200px) {
    .t897 .t-feed__post-title {
    font-size: 18px !important;
    }
    .t-feed__post-descr {
    font-size: 14px !important;
    }
}
.t-btn.t-btn_xs {width: 215px !important; height: 48px !important;}

/*Увеличение шрифта фильтров стандартного блока магазина ST315N*/
.t-store__filter__item-title.js-store-filter-item-title {
    font-size: 16px !important;
    font-family: GolosText;
}

/* Уменьшаем отступ в карточке стандартного блока магазина ST315N*/
.t-store__prod-snippet__container {
    padding-bottom: 64px !important;
    padding-top: 16px !important;
}

/* Уменьшаем отступ в карточке стандартного блока потока FD301*/
.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    padding: 64px 0 !important;
}
.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface {
    font-size: 20px;
    line-height: 1.3;
}
.t-redactor__text {
    font-size: 16px;
    line-height: 1.3;
}

.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-weight: 400;
    font-family: 'SourceSerif4';
}
@media (min-width:1200px) {
.t-uptitle_xxl {
    font-size: 56px !important; /* Меняем размер заголовка блока "смотрите также/больше рецептов"*/
}
.t-name_xs {
    font-size: 24px !important; /* Меняем размер заголовка карточки "смотрите также/больше рецептов"*/
}
.t-descr_xxs {
    font-size: 16px !important; /* Меняем размер описния карточки "смотрите также/больше рецептов"*/
}
}
@media (max-width:768px) {
.t-uptitle_xxl {
    font-size: 30px !important; /* Меняем размер заголовка блока "смотрите также/больше рецептов"*/
}
.t-name_xs {
    font-size: 18px !important; /* Меняем размер заголовка карточки "смотрите также/больше рецептов"*/
}
.t-descr_xxs {
    font-size: 14px !important; /* Меняем размер описния карточки "смотрите также/больше рецептов"*/
}
}



/* Похожие продукты стандартного блока магазина ST315N делаем по всей ширине*/
@media screen and (min-width: 1201px) {
.t-store__relevants__container .t-container {
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;);
  max-width: unset;
}
.t-store__relevants-grid-cont .js-product.t-store__card {
  max-width: calc(25% - 50px);
}
}
@media screen and (max-width: 1200px) {
.t-store__relevants__container .t-container {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;);
  max-width: unset;
}
}


/* Похожие рецепты стандартного блока потока FD301 делаем по всей ширине*/

.t-feed__post-popup__relevants-bgimg.t-bgimg.loaded {
    border-radius: 16px !important; /* скругляем углы у фото */
}