.above-header .menu {
  justify-content: flex-end;
}

.above-header .menu li a {
  color: var(--anrt-color-white);

}

/* visualy hidden */
.above-header .menu-item--search .menu-item__title {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
