/* БОКОВЫЕ ПАНЕЛИ СТАТЬИ */
.sticky-container {
  margin-top: 2.5em !important;
}
.sticky.is-stuck.is-at-top {
  margin-top: 7em !important;
}
/* ОГЛАВЛЕНИЕ СТАТЬИ ПРАВАЯ ПАНЕЛЬ*/
.article__toc__link--active {
  font-weight: bold;
}
/* ТЕЛО СТАТЬИ */
/* Корневой контейнер */
.grid-container.article.full {
  margin-bottom: 0 !important;
}
.article {
  margin-top: 4.5rem !important;
}
/* Хлебные кроши */
.article .article__content nav {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
/* Заголовки */
.article .article__content article h1 {
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
  font-weight: 200 !important;
  margin: 0 0 1rem 0 !important;
}
.article .article__content article h2 {
  margin: calc(2 * 1rem) 0 calc(0.5 * 1rem) 0 !important;
}
/* Аккордеон */
  .expand-control {
    margin-bottom: 0px;
  }
/* ПОДВАЛ */
.footer {
  margin-top: 0 !important;
}