/*БЛОК НОВОСТИ*/

/*Размер текста в посте новости*/
.t-text_md {
    font-size: 16px !important;
    color: #20304a;
    font-weight: 400;
    line-height: 1.55;
}
/*Размер текста в заголовке новости*/
.t-title_xxs {
    font-size: 32px;
    color: #20304a;
    font-weight: 700;
    line-height: 1.23;
}

@media screen and (max-width: 480px){
.t-text_md {
    font-size: 14px !important;
    color: #20304a;
    font-weight: 400;
    line-height: 1.55;
}
.t-title_xxs {
    font-size: 24px;
    color: #20304a;
    font-weight: 700;
    line-height: 1.23;
}    
}

.ot_idei li:not(:last-child) {
    margin-bottom: 7px;
}


 /* Sticky блок - замените на Id блока который должен прилипнуть */
 .uc-menu  {
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  top: 0px;
 }

.t-records {
  overflow: unset !important;
}
