/* /english/dlya-detey/ only (this file is not linked elsewhere).
   Mobile: hide Bitrix circle — sticky CTA is the conversion control.
   Desktop: keep the widget; aek layers still need a z-index bump. */

.b24-widget-button-wrapper {
  z-index: 1000002 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.b24-widget-button-inner-container {
  transform: none !important;
}

@media (max-width: 768px) {
  .b24-widget-button-wrapper,
  .b24-widget-button-shadow,
  .b24-widget-button-popup,
  [class^="b24-widget-button"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .aek__hero-blob-y,
  .aek__hero-blob-m {
    display: none !important;
  }

  .aek__float-1,
  .aek__float-2,
  .aek__float-3,
  .aek__spin,
  .aek__sparkle,
  .aek__mascot,
  .aek__pix-block,
  .aek__gameui-panel {
    will-change: auto;
    animation: none !important;
  }
}
