/* фикс сдвига видео */
.t-rec video,
.t-rec iframe {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
}

.t-rec .t-bgvideo,
.t-rec .t-cover__carrier {
    overflow: hidden !important;
}
/*********************************/

.uc-menu {
    border-bottom: 1px solid #e6e6e6;
}