/*Футер сайта*/
body>div+div:not(.os-scrollbar){
    background-color: #F7F1EC;
}


/* ANX014 внешний вид тела страницы */ 

body.t-body { 
 background-color: #F7F1EC!important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 