._nheader__nav > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  transition: all 220ms ease-out;
  font-family: "Oksana", sans-serif;
  border-bottom: 4px solid transparent;
  font-size: inherit;
}

._nheader__nav > a:not(:last-child) {
  margin-right: 0px;
}

._nheader__nav > a:hover,
._nheader__nav > a.active {
  color: rgb(255, 114, 182);
  border-color: rgb(255, 114, 182);
  background-image: linear-gradient(
    0deg,
    rgba(255, 114, 182, 0.5),
    rgba(255, 114, 182, 0.1),
    rgba(255, 114, 182, 0.05),
    rgba(255, 114, 182, 0)
  );
}

._nheader__nav > a i {
  margin-right: 6px;
  color: inherit;
}

@media (max-width: 1570px) {
  ._nheader__nav > a:not(:last-child) {
    font-size: 12px;
  }

  ._nheader__nav > a {
    padding: 0 8px;
  }
}

@media (max-width: 1440px) {
  ._nheader__nav > a:not(:last-child) {
    font-size: 10px;
  }
}
