.indent-100 {
  text-indent: 100px;
}


/* --- FIX: Zero Block #rec844419621 не перекрывает шапку --- */

/* 1) Опускаем сам блок и его слои */
#rec844419621,
#rec844419621 .t396,
#rec844419621 .t396__artboard,
#rec844419621 .t396__carrier,
#rec844419621 .t396__filter{
  position: relative;
  z-index: 0 !important;
}

/* 2) Фон/фильтр ZB не ловит клики (клики проходят в меню/шапку) */
#rec844419621 .t396__carrier,
#rec844419621 .t396__filter{
  pointer-events: none !important;
}

/* 3) На всякий — поднимаем типовые блоки меню Tilda */
#t-header, .t-header, .t-siteheader,
.t228, .t450, .t199, .t280, .t282, .t284{
  position: relative;
  z-index: 999999 !important;
}