#p22 .v5-section__content {
  padding-bottom: 32px;
}

#p22 .v5-bridge {
  margin-top: 30px;
}

.v5-header .v5-eye {
  width: 53px;
  height: 53px;
  border: 0;
  border-radius: 0;
  background: url('https://storage.googleapis.com/osnova_pub/ln/media/img/id/ln-eye-id.png') center / contain no-repeat;
  box-shadow: none;
}

.v5-footer .v5-eye {
  width: 80px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: url('https://storage.googleapis.com/osnova_pub/ln/media/img/id/ln-eye-id-black.png') left center / contain no-repeat;
  box-shadow: none;
}

.v5-eye > span {
  display: none;
}

.v5-language {
  box-sizing: border-box;
  grid-template-columns: 48px 48px;
  column-gap: 8px;
  width: 112px;
  height: 48px;
  padding: 4px;
  border-radius: 24px;
}

.v5-language a {
  width: 48px;
  height: 40px;
  border-radius: 20px;
}

.v5-language a.is-active {
  border-radius: 20px;
}

.v5-story-link {
  color: var(--v5-acid);
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.v5-story-link:hover,
.v5-story-link:focus-visible {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .v5-brand {
    width: 48px;
    height: 48px;
  }

  .v5-language {
    width: 112px;
    padding: 4px;
  }

  html[lang='uk'] .v5-menu__primary {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .v5-footer nav a,
  .v5-footer__brand a {
    display: flex;
    min-height: 48px;
    align-items: center;
  }
}
