/* 1) Схлопываем сам Zero-block и убираем фон */
#rec1405367691,
#rec1405367691 .t396__artboard,
#rec1405367691 .t396__carrier,
#rec1405367691 .t396__filter{
  height:0 !important;
  min-height:0 !important;
  background:transparent !important;
}

/* 2) Чтобы меню было видно за пределами нулевой высоты */
#rec1405367691 .t396__artboard{ overflow:visible !important; }

/* 3) Поднимаем блок с меню поверх остальных секций */
#rec1405367691{ position:relative; z-index:2000; }

/* 4) Растягиваем контейнер меню на всю ширину и сбрасываем фикс. высоту */
#rec1405367691 .tn-elem[data-elem-id="1759936766132"]{
  top:0 !important; left:0 !important;
  width:100% !important;
  height:auto !important;
  z-index:2001 !important;
}
#rec1405367691 .tn-elem[data-elem-id="1759936766132"] .tn-atom{ width:100% !important; }

/* 5) На всякий случай — поднимем выпадашки, если что-то перекрывает */
#rec1405367691 .submenu,
#rec1405367691 .subsubmenu{ z-index:2002 !important; }

/* 6) (опционально) Прячем это десктоп-меню на мобилках, 
      чтобы не конфликтовало с мобильным бургером Тильды */
@media (max-width:980px){
  #rec1405367691{ display:none; }
}

/* Код для статей из потоков */
.t-feed__post-popup__content img {
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 10px !important;
}

.t-col_8 {
    max-width: 1200px !important;
}

.js-feed-post-text .t-redactor__text {
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    font-family: 'Gilroy', Arial, sans-serif;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
}

.js-feed-post-text .t-redactor__h2 {   
    color: #333333;
}