/* ==== FIX: documents page spacing (h1 + grid) ==== */
/* если у страницы есть свой wrapper - подставь его вместо .documentsPage */
.documentsPage,
.documentsPage .secondTypeHeader,
.documentsPage.secondTypeHeader{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Заголовок "Документы" не должен лезть под шапку */
.documentsPage h1,
.documentsPage .documentsPage__title,
.documentsPage .sectionsPage__title{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Основной отступ сверху страницы (под фикс-хедер) */
.documentsPage{
  padding-top: 120px !important;
}

@media (min-width: 1024px){
  .documentsPage{
    padding-top: 140px !important;
  }
}

/* чтобы карточки не липли к заголовку */
.documentsPage__grid,
.aboutPage__documentsSection_cards,
.documentsPage .aboutPage__documentsSection_cards{
  margin-top: 40px !important;
}