html.a11y-mode {
  filter: grayscale(100%) contrast(1.3);
  zoom: 1.15;
}

@-moz-document url-prefix() {
  html.a11y-mode {
    transform: scale(1.15);
    transform-origin: top center;
    width: 86.95%; /* 100 / 1.15 */
    overflow-x: hidden;
  }
}

html.a11y-mode body {
  background-color: #fff;
}

html.a11y-mode * {
  letter-spacing: 0.02em;
}

/* Сделаем ссылки более заметными */
html.a11y-mode a {
  text-decoration: underline;
}

html.a11y-mode .main-nav__link,
html.a11y-mode .side-nav__link,
html.a11y-mode .top-footer__inline,
html.a11y-mode .top-footer__phone-row {
  text-decoration: none;
}

html.a11y-mode .main-nav__link:hover,
html.a11y-mode .main-nav__dropdown-link:hover {
  text-decoration: underline;
}
