/* Исправление большого пробела после шапки */
.t-section__topwrapper {
  padding-top: 0 !important;
}

#rec .t-container {
  padding-top: 0 !important;
}

/* Убираем margin у градиентного блока */
.talentiks-gradient-block {
  margin-top: 0 !important;
}

.t-section,
.t-container,
.t-row,
.talentiks-gradient-block,
.features-container,
.talentiks-package-card,
.package-block {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.t-spacer,
.spacer-block {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}
