@media screen and (min-width: 1200px) {
    /* Код сработает для ВСЕХ блоков типа ST205 на странице */
    .t762 .t-store__prod-popup__container,
    .t762 .t762__container {
        max-width: 1200px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 1200px) {
    #rec2376367071 .t-container {
        max-width: 1200px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        box-sizing: border-box !important;
    }
    #rec2376367071 .t-col {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
}


@media screen and (min-width: 960px) {
    /* Добавляет отступ сверху для всего контента сайта */
    body {
        padding-top: 100px !important; /* Укажите высоту вашего меню */
    }
}

/* 1. Поднимаем баннер T972 на максимально возможный уровень */
.t972, 
.t972__cookie-widget {
    z-index: 9999999999 !important;
}

/* 2. Принудительно опускаем виджет JivoSite под баннер */
#jivo-iframe-container, 
div[class^="jivo-"], 
jdiv {
    z-index: 999999999 !important;
}