/* Стили для версии слабовидящих */
.a11y {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
}

.a11y a {
  color: #0000EE !important;
  text-decoration: underline !important;
}

.a11y img {
  filter: contrast(120%) brightness(110%) !important;
}

.a11y * {
  background: transparent !important;
  color: #000 !important;
}