/*Фиксация хэддера зеро*/
.uc-site-headder {
    width: 100%;
    position: fixed; 
    top: 0; 
    z-index: 9997; 
} 