.uc-mmvmenu {
    width: 50px; /* Замените 300px на ширину вашего блока меню */
    position: fixed; /* Фиксируем меню на странице */
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000;
}

@media (min-width: 980px) {

body > .t-records > div:not(#rec849867381) {
    margin-left: 100px; /* Отступ, равный ширине меню */
}
}


 .t-col  {
    margin-right: 0px !important;
}


.uc-exibitions-main .t-bgimg {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
