/* Localization safety net: translated labels must never create horizontal page scroll. */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

.t-btn,
.t-submit,
.t-menu__link-item,
.t-title,
.t-descr,
.t-text {
  overflow-wrap: anywhere;
}

img,
video,
iframe {
  max-width: 100%;
}
