/* Фикс для слишком широкого header */
#t-header.t-records {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    margin: 0 auto !important;
}
.t-records {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}