/* Keep footer navigation and contact details readable on 320px screens. */
@media (max-width: 379px) {
  .ft__col h3,
  .ft__col a,
  .ft__contacts dt,
  .ft__contacts dd,
  .ft__reestr span {
    font-size: 12px !important;
  }
}
