.header {
  position: fixed;
  top: 32px;
  left: 0;
  z-index: 9999999;
  width: 100%;
}
.header__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.231372549);
  padding: 0;
  border-radius: 100px;
  padding: 0 16px;
  padding-right: 0;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__button-right {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  justify-content: center;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  padding: 15px 32px;
  border: 1px solid var(--White-20, rgba(255, 255, 255, 0.2));
  background: #fff;
  color: #000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.header__menu-item {
  position: relative;
  cursor: pointer;
}
.header__menu-item.disabled-link {
  opacity: 0.5;
  pointer-events: none;
}
.header__menu-item:hover .header__menu-item-child-list {
  opacity: 1;
  pointer-events: all;
}
.header__menu-item-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}
.header__menu-item-text:hover {
  color: rgba(255, 255, 255, 0.4823529412);
}
.header__menu-item-child-list {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  min-width: 164px;
  height: auto;
  display: flex;
  flex-flow: column;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.8588235294);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.header__menu-item-child-list::before {
  content: "";
  background: transparent;
  height: 32px;
  position: absolute;
  top: -32px;
  width: 100%;
}
.header__more-menu-link {
  padding: 8px 16px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4392156863);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "ABC Diatype Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}
.header__more-menu-link:hover {
  color: rgba(255, 255, 255, 0.4823529412);
}
.header__more-menu-link:last-child {
  border-bottom: none;
}
.header__burger {
  display: none;
}

.header-mobile {
  display: none;
}

@media (max-width: 992px) {
  .header__logo {
    display: flex;
    align-items: center;
  }
  .header__content {
    padding: 0 16px;
  }
  .header__button-right {
    width: 50%;
  }
  .header__menu {
    display: none;
  }
  .header__burger {
    cursor: pointer;
    display: flex;
  }
  .header-mobile {
    transform: translateX(150%);
    display: flex;
    position: fixed;
    flex-flow: column;
    gap: 32px;
    padding: 16px;
    height: 95vh;
    top: 2.5vh;
    width: 95vw;
    left: 2.5vw;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: rgba(0, 0, 0, 0.1764705882);
    border-radius: 16px;
    z-index: 99999999;
    transition: 0.5s ease;
  }
  .header-mobile.opened {
    transform: translateX(0);
  }
  .header-mobile__top {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 8px;
  }
  .header-mobile__cross {
    align-self: flex-end;
    cursor: pointer;
  }
  .header-mobile__login {
    width: 100%;
    padding: 16px 32px;
    border-radius: 100px;
    background: #fff;
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-mobile__create {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-mobile__menu-block {
    display: flex;
    flex-flow: column;
    gap: 32px;
  }
  .header-mobile__mobile-more-menu {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  .header-mobile__more-menu-title {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.5);
  }
  .header-mobile__more-menu-list {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  .header-mobile__more-menu-link {
    font-family: "ABC Diatype Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
  .header-mobile__more-menu-link.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
  }
  .header-mobile__footer {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
  .header-mobile__input-block {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
  }
  .header-mobile__input {
    background: transparent;
    outline: none;
    border: none;
    font-family: "ABC Diatype Variable Unlicensed Trial";
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
  .header-mobile__input::placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .header-mobile__input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .header-mobile__input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .header-mobile__input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
} /*# sourceMappingURL=header.css.map */

@media (max-width: 480px) {
  .header__logo {
    max-width: 160px;
  }
  .header__button-right {
    max-width: 150px;
    padding: 15px;
  }
}

@media (max-width: 390px) {
  .header__button-right {
    max-width: 130px;
    padding: 12px;
  }

  .header__logo {
    max-width: 150px;
  }
}
