/* прилипающее меню в мобильной версии */ 
.uc-fixed-mobile {
    position: sticky;
    position: -webkit-sticky;
    z-index: 999;
    top: 60px;
}

.uc-fixed-mobile .t-records {
    overflow: unset !important;
}