/*для 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: none; */
  /*display: grid;*/
  grid-template-columns: repeat(1, 1fr);
  gap: 36px;
  row-gap: 36px;
  max-width: calc(100% - 34px);
}
@media(min-width:481px){
    #allrecords ul.t-feed__container{
    max-width: calc(100% - 34px - 5vw);
    }
}
@media(min-width:640px){
   #allrecords ul.t-feed__container {
      grid-template-columns: repeat(2, 1fr);
      /*max-width: calc(100% - 40px);*/
      gap: 30px;
   }
#allrecords ul.t-feed__container{
    max-width: calc(100% - 20px);
    }
}

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

.t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
  height: 212px;
  margin-bottom: 14px;
}
.t-feed__col-grid__wrapper {
  padding: 0 22px 14px;
}
.t-feed__container .t-feed__post-date {
  font-size: 12px;
}
.t-feed__container .t-feed__post-title {
  font-weight: 700;
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg, .t-feed__slider-grid__post-wrapper .t-feed__post-bgimg {
  height: 240px;
  width: 100%;
}
