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



/* Меняем цвет маркеров в списках*/
   li::marker  { color: #8CADB9 !important; }
  



/*Изменение прозрачности в названии полей формы в зероблоке) */
.t-input__vis-ph { opacity: 1; }



/*Изменение ширины и отступов в стандартном блоке Новости FD301 (работает с корректировкой отступов в модификации аннекса в хедере) */
@media (min-width: 1920px) and (max-width: 2560px) {
.t897 {
    padding-left: 64px;
}
}
@media (min-width: 1200px) and (max-width: 1919px) {
.t897 {
    padding-left: 53px;
}
}

@media screen and (min-width: 1023px) {
    .t-col {
    margin-left: 4px;
    margin-right: 4px;
    }
    
    .t897__container {
    max-width: 940px;
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: 940px;
    }
}
@media screen and (min-width: 1199px) {
    .t897__container {
        max-width: 1370px;
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: 1370px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4 {
        max-width: 430px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_6 {
        max-width: 650px;
    }
    .t758 .t-container {
        max-width: 1320px; /* хлебные крошки */
}
}
@media screen and (min-width: 1679px) {
    .t897__container {
        max-width: 1390px;
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: 1390px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4 {
        max-width: 438px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_6 {
        max-width: 660px;
    }
    .t758 .t-container {
        max-width: 1340px; /* хлебные крошки */
}
}
@media screen and (min-width: 1919px) {
    .t897__container {
        max-width: 1380px;
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: 1380px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4 {
        max-width: 433px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_6 {
        max-width: 654px;
    }
    .t758 .t-container {
        max-width: 1326px; /* хлебные крошки */
}
}
@media screen and (min-width: 2559px) {
    .t897__container {
        max-width: 1382px;
    }
    .js-feed-parts-select-container.t-col.t-col_12 {
        max-width: 1382px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4 {
        max-width: 422px;
    }
    .js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_6 {
        max-width: 622px;
    }
    .t758 .t-container {
        max-width: 1320px; /* хлебные крошки */
    }
}
@media (min-width: 320px) and (max-width: 980px){
    li.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_6.t-align_left {
        margin-top: 16px !important;
    }
}




/* Размер шрифта в адаптивах стандартных блоков*/
@media screen and (max-width: 1200px) {
.t-feed__post-date {
    padding-top: 24px !important; /* Новости FD301, заголовок*/
}
.t897 .t-feed__post-descr {
    font-size: 14px !important; /* Новости FD301, описание*/
}
.t897 .t-feed__post-date {
    font-size: 14px !important; /* Новости FD301, дата*/
}
.t-text {
    font-size: 15px !important; /* Текст TX01, используется в детальных новостей*/
}
.t848__descr {
    font-size: 15px !important; /* Текст SV301, 2 колонки, используется в детальных новостей*/    
}
.t431__th {
    font-size: 14px !important; /* Таблица Cl46, заголовок*/
}
.t431__td {
    font-size: 14px !important; /* Таблица Cl46, содержимое таблицы*/
}
.t026__title  {
    font-size: 20px !important; /* Заголовок TL05, используется в детальных новостей*/    
}
.t120__title  {
    font-size: 16px !important; /* Заголовок TL05, используется в детальных новостей*/    
}
.t119__preface  {
    font-size: 15px !important; /* Лид TX02, используется в детальных новостей*/    
}
}





/* Размер отсупа между карточками - Новости FD301 */
@media screen and (max-width: 960px) {
.t-feed__grid-col:not(.t-slds__item) {
    margin-top: 32px!important;
} 
.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: 32px!important;
}
}

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: 0px;
}




/* Ховер на заголовках карточек - Новости FD301 */
.t-feed__col-grid__post-wrapper:hover div .js-feed-post-title.t-feed__post-title.t-name.t-name_md {
    color: #8EB7C2 !important;
}




 /* скругление углов у картинки - Новости FD301*/
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 16px;
}




/* Уменьшение ширины заголовоков Новости FD301 на экранах свыше 1200px - Новости*/
@media screen and (min-width: 1200px) {
div:nth-child(1).js-feed-post-title.t-feed__post-title.t-name.t-name_md {
    max-width: 96% !important;
}
}




/* Сдвигаем текст в детальных новостей на экранах свыше 1440px - Новости*/
@media screen and (min-width: 1440px) {
.t-prefix_4 {
    padding-left: 382px;
}
}
@media screen and (min-width: 1200px) {
.t-prefix_4 {
    padding-left: 376px;
}
}
@media screen and (min-width: 96px) and (max-width: 1200px) {
.t-prefix_4 {
    padding-left: 10px;
}
}




/* Меняем отображение блока - Аккордеон TX16N2*/
.t668__wrapper {
    border-radius: 16px; /* Скругляем углы раскрывающихся плашек*/
}
@media screen and (min-width: 1440px) {
.t668 .t-container {
    max-width: 1320px;
}
.t668 .t-col_12 {
    max-width: 1320px;
}
}
@media screen and (max-width: 1440px) {
.t668 .t-container {
    max-width: 1094px;
}
.t668 .t-col_12 {
    max-width: 1094px;
}
.t668__title  {
    font-size: 18px !important;
}
.t668__text {
    font-size: 14px !important;
}
}
@media screen and (max-width: 1200px) {
.t668 .t-container {
    max-width: 940px;
}
.t668 .t-col_12 {
    max-width: 940px;
}
.t668__title  {
    font-size: 18px !important;
}
.t668__text {
    font-size: 14px !important;
}
}
@media screen and (max-width: 680px) {
.t668 .t-container {
    max-width: 680px;
}
.t668 .t-col_12 {
    max-width: 680px;
}
.t668__title {
    font-size: 18px !important;
    max-width: 610px;
}
.t668__text {
    font-size: 14px !important;
}
}
@media screen and (max-width: 480px) {
.t668__title  {
    font-size: 18px !important;
    max-width: 610px;
}
.t668__text {
    font-size: 14px !important;
}
}
@media screen and (min-width: 300px) {
.t668__title  {
    font-size: 16px !important;
    max-width: 280px;
}
.t668__text {
    font-size: 14px !important;
}
}



/* Меняем цвет иконки - Новости, шаринг SM01 */
.t449__white-black .ya-share2__link {
    background-color: #cae7ef !important;
}
.t449__white-black .ya-share2__badge {
    background-color: #cae7ef !important;
}