.header__menu a[href*="/loyalty-auth/"],
.header__menu a[href^="https://drugba.com"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #6bb022;
  border-radius: 10px;
  color: #6bb022;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
}

.header__menu a[href^="https://drugba.com"] {
  background: #6bb022;
  color: #090909;
}

.header__menu a[href*="/loyalty-auth/"]:hover {
  background: rgba(107, 176, 34, 0.14);
  border-bottom: 1px solid #6bb022;
}

.header__menu a[href^="https://drugba.com"]:hover {
  background: #82c934;
  border-color: #82c934;
  color: #090909;
}

@media screen and (max-width: 1299px) {
  .header__menu a[href*="/loyalty-auth/"],
  .header__menu a[href^="https://drugba.com"] {
    width: min(360px, calc(100vw - 40px));
    min-height: 50px;
    padding: 0 20px;
  }
}
