/* 1. Скрыть кнопку подарка (запуск виджета) */
div[id^="gl_"],
div[class*="gl_"],
img[src*="game-lead"],
a[href*="game-lead"],
.glead-widget,
#gift,
.gift,
#promo,
.promo {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* 2. Скрыть всплывающее окно (оверлей) от fancyboxw */
.fancyboxw-slide,
.fancyboxw-bg,
.fancyboxw-overlay,
.fancyboxw-container,
.fancyboxw-stage,
.fancyboxw-content,
.fancyboxw-iframe,
iframe[src*="game-lead"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* 3. Уничтожить body-класс, который включает модалку */
body.fancyboxw-active,
body[class*="fancyboxw"] {
    overflow: auto !important;
}

/* 4. На всякий случай: запретить клики по любым fancyboxw элементам */
[class*="fancyboxw"] {
    pointer-events: none !important;
}
