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

@media (min-width: 320px) and (max-width: 960px) {
  .t-records { 
    background-color: #FBFBFA; 
  } 
  
  body.t-body { 
    background-color: #FBFBFA !important; 
    background-image: url(); 
    background-repeat: repeat; 
    background-attachment: fixed; 
  } 
   
  @supports not (-webkit-touch-callout: none) { 
    body.t-body { 
      background-position: center; 
    } 
  }
}
/* ANNEXX конец кода */