.uc-invisible {
    pointer-events: none; /* Отключаем события мыши для контейнера, чтобы он не блокировал события для элементов под ним */
}
.uc-multiply {
    mix-blend-mode: multiply;
}
.uc-cookies {
    box-shadow: none !important;
    position: relative;
    z-index: 100000;
}
.uc-logo {
    mix-blend-mode: difference;
  filter: invert(1);
}
