/*для pop-up (уменьшаем заголовки)*/
.t-descr_md {
    font-size: 14px;
    line-height: 1.55;
}

/*уменьшаем размер шрифта в кнопке*/
.t-submit {
    font-size: 14px !important;
}

/*уменьшаем текст в потоках*/
.t-text_md {
    font-size: 14px !important;
    line-height: 1.4;
}

/*заголовки в потоках*/
.t-title_xxs {
    font-size: 23px !important;;
    line-height: 1.23;
}

/*уменьшаем отступ снизу в потоках (ПК)*/
.t-feed__post-popup__container {
    padding-bottom: 5px;
}

/*уменьшаем отступ снизу в потоках (мобильные)*/
@media screen and (max-width: 560px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        padding-bottom: 0px;
    }
}

/*потоки и новости (для открытия / закрытия)*/
#allrecords ul.t-feed__container {
    margin-bottom: 0;
    padding-left: 0;
    display: none;
}
/****************** 18122025*******************/

#allrecords ul.t-feed__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /*grid-template-columns: repeat(3, 1fr);*/
  gap: 36px;
  row-gap: 43px;
  max-width: calc(100% - 34px);
  margin-top: 10px;
}
.t-feed__col-grid__wrapper {
  padding: 0 22px 14px;
}
 .t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
  height: 212px;
  margin-bottom: 14px;
}

 .t-feed__col-grid__post-wrapper .t-feed__post-bgimg, .t-feed__slider-grid__post-wrapper .t-feed__post-bgimg {
  height: 240px;
  width: 100%;
}
@media(min-width:481px){
    #allrecords  ul.t-feed__container{
        /*grid-template-columns: repeat(2, 1fr);*/
    max-width: calc(100% - 20px);
    row-gap: 20px;
    }
     .t-feed__col-grid__wrapper {
  padding: 0 14px 14px;
}
}
@media(min-width:641px){
        #allrecords ul.t-feed__container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-width:960px){
   #allrecords ul.t-feed__container {
      grid-template-columns: repeat(3, 1fr);
      /*max-width: calc(100% - 40px);*/
      gap: 20px;
      row-gap: 52px;
   }
#allrecords ul.t-feed__container{
    max-width: calc(100% - 20px);
    }
    .t-feed__col-grid__wrapper {
  padding: 0 14px 22px;
}
}
@media(min-width:1200px){
    #allrecords ul.t-feed__container {
    max-width: calc(100% - 38px);
   }

 .t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
height: auto;
  max-height: 337px;

}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg, .t-feed__slider-grid__post-wrapper .t-feed__post-bgimg {
  height: auto;

}
.t-feed__col-grid__wrapper {
  padding: 0 25px 22px;
}
   
}

#allrecords ul.t-feed__container li {
  padding: 0;
  margin: 0 !important;
  max-width: 100%;
  background-color: #f2f2f2;;
}



 .t-feed__container .t-feed__post-date {
  font-size: 12px;
}
.t-feed__container .t-feed__post-title {
  font-weight: 700;
}


@media(min-width:760px){
#rec1710127121 .js-feed-container li:last-child{
    display:none !important;
}
}
@media(min-width:1024px){
#rec1710127121 .js-feed-container li:last-child{
    display:initial !important;
}
    
}
.t-feed__post-popup__date-parts-wrapper_aftertext{
    display:none !important;
}

.t-feed__textwrapper {
  padding-bottom: 10px;
}

