#rec1851397091 .t396__artboard {
    background: transparent !important;
    pointer-events: none;
}

#rec1851397091 .t396__elem {
    pointer-events: auto;
}


/* 
  #rec1851397091 {
    background: transparent !important;
}*/
  
  /* ===== Липкое меню (любой экземпляр rec1851309011) ===== */
  #rec1851309011 { z-index: 10000; }
  #rec1851309011.is-stuck{
    position: fixed !important;
    top: 0 !important;
    left: 0; right: 0;
    width: 100%;
    z-index: 10000;
  }

  /* ===== Подменю (любой экземпляр rec1851397091) =====
     СКРЫТО по умолчанию везде */
  #rec1851397091,
  #rec1851397091 .t396__artboard,
  #rec1851397091 .t396__carrier,
  #rec1851397091 .t396__filter{
    display: none !important;
  }

  /* Открыто — показываем */
  #rec1851397091.is-open,
  #rec1851397091.is-open .t396__artboard,
  #rec1851397091.is-open .t396__carrier,
  #rec1851397091.is-open .t396__filter{
    display: block !important;
  }

  /* Подменю всегда фиксируем под меню */
  #rec1851397091{
    position: fixed !important;
    left: 0; right: 0;
    width: 100%;
    top: var(--submenu-top, 0px);
    z-index: 9999;
  }

  /* Чтобы не влияло на поток */
  #rec1851397091.t-rec{
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .js-mainmenu-item{ cursor: pointer; }



/* логотип как "якорь" для подсказки */
.logo1 { position: relative; }

