/* ------------- Скрытие маленькой иконки в Quize'е ----------------- */

.t835__quiz-description svg {
  display: none !important;
}

/*----- Отступт до иллюстраций на 1ом шаге в Quize'е -------------*/

.t835 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 12px !important;
    
}

/* ============================ Top-Menu background tranpsarency (clickable area) =========================================================== */

/* Menu record: let clicks pass through transparent overlay/background */
#rec369556008 .t396__filter,
#rec369556008 .t396__carrier {
  pointer-events: none !important;
}

/* Keep actual menu links/buttons clickable */
#rec369556008 a,
#rec369556008 .tn-atom,
#rec369556008 button {
  pointer-events: auto !important;
}

#rec369556008 .t396__artboard {
  pointer-events: none !important;
}
#rec369556008 .tn-elem,
#rec369556008 a,
#rec369556008 button {
  pointer-events: auto !important;
}
