.static__article {
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.static__article > div:empty {
  min-height: 1.5555555556em;
}

.static__content {
  flex: 1 1 auto;
  min-width: 0;
}

.static_page--with-sidebar .static_page {
  padding-top: 0;
}

.static_page--with-sidebar .static__wrap {
  margin-bottom: 0;
}
