/* Убираем невидимые перекрытия у Zero Block с иконками */
#rec1350138681 .t396__filter,
#rec1350138681 .t396__carrier {
  pointer-events: none !important;
}

/* Явно разрешаем клики на ссылках и интерактивных элементах в меню */
#rec1350138681 .tn-elem a,
#rec1350138681 .tn-elem [href] {
  pointer-events: auto !important;
  cursor: pointer;
  position: relative;
  z-index: 10;
}