@media (min-width: 461px) {
  header,
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 10px 0 22px;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
        margin-left: -60px;
}
.header-link:not(:last-child) {
  /*margin-right: 38px;*/
}

.header-fortune-desktop-wrapp {
 width: 202px;
    border-radius: 27px;
    background-color: #E7E3DA;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
    height: 28px;
    /*  margin-right: 45px;*/
    /*margin-left: 140px;*/

}

.header-fortune_span-desktop {
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#B22C2F), to(#241680));
  background: linear-gradient(to left, #B22C2F, #241680);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav_link_account{
  width: 88px;
}

.nav_link_contact_us {
  width: 91px;
}

nav {
  display: flex;
  align-items: center;
  gap: 36px;
      width: 100%;
    justify-content: space-between;
  /*margin-left: 80px;*/
}

.super_nav {
    margin-left: 80px;

}

.nav_link {
  display: block;
  position: relative;
  color: #e7e3da;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}

.nav_link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.nav_link-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.auth_icon {
  margin-left: 2px;
}

.nav_link.black {
  color: #1d1d1b;
}

.nav_link.black:hover::after {
  border-bottom: 1px solid #1d1d1b;
}

.nav_link.active-black::after {
  border-bottom: 1px solid #1d1d1b;
}

.nav_link-active.black::after {
  border-bottom: 1px solid #1d1d1b;
}

.nav_link-auth {
  position: relative;
}

.nav_link-auth:hover .auth_down,
.auth_down:hover {
  display: flex;
}

.auth_down {
  display: none;
  padding: 30px;
  position: absolute;
  top: 33px;
  right: -49px;
  flex-direction: column;
}

.auth_down .nav_link::after {
  border: none;
}

.auth_down a {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.auth_down a:hover {
  font-weight: 700;
}

.auth_down.white a {
  color: #fff;
}

.mobile-header {
  display: none;
}
}

@media (max-width: 460px) {
  header,
  .header {
    display: none;
  }

  .mobile-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
  }
}
