/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: #D8C3A5 !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 

/*шрифты в потоках*/
    .t-text_md {
        font-size: 16px !important;
    }
    
    .t-redactor__h4 {
        font-size: 20px !important;
        font-family: 'CirceRounded', Arial, sans-serif !important;
        font-weight: 500 !important;
    }
    
    .t-title {
        font-weight: 500 !important;
    }
