body.av-doc.av-page-region .region-page code {
  font: inherit;
  word-break: keep-all;
}

body.av-doc.av-page-region .region-locales {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

@media (min-width: 900px) {
  body.av-doc.av-page-region.region-lang-ready .region-locales {
    display: none;
  }
}

body.av-doc.av-page-region .region-section,
body.av-doc.av-page-region .region-searches {
  scroll-margin-top: 96px;
}

body.av-doc.av-page-region .region-searches .seoq__l li::before {
  content: none;
  display: none;
}
