.header-language {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding-right: 32px;
}

.header-language__link {
  font-family: "HelveticaNeueCyr-Medium", sans-serif;
  letter-spacing: 0.254545px;
  color: #151515;
  font-size: 14.05px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.header-language__link:hover {
  color: #2f66b6;
}

.header-language__link.active {
  border-bottom: dotted 0.5px #689ae3;
  color: #2f66b6;
}

.header-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
}

@media screen and (max-width: 992px) {
  .header-language {
    display: none !important;
  }
}
