/*Отступ меню*/
.t199__holder, #nav278999169{
        
        line-height:50px;
        height:50px;
    }

/*Шрифт меню*/    
#nav278999169 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
    
.t199__lang a:hover{
    opacity: 0.5;
}

.t-descr_xxs{
   font-size: 18px;
}

/*Тень меню*/    
.t199__header{
    box-shadow:rgb(0 0 0 / 13%) 0 2px 2px;
    
}
/*Blur эффект Меню*/
.t199__header.t199__is__active{
         backdrop-filter: blur(10px);
        background-color: rgb(255 255 255 / 56%);
    }
    
/*News border-radius*/
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg{
        border-radius: 5px;

}