.header-banner {
  display: flex;
  background: #292E35;
  border-radius: 4px;
  position: relative;
  padding: 8px 18px;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-banner {
    display: none;
  }
}
.header-banner__title {
  font-family: "Industry-Black";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-banner__top {
  position: absolute;
  background: #292E35;
  border-radius: 4px;
  padding: 2px 8px;
  top: -9px;
  font-family: "Play";
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #A4A4A4;
}
.header-banner__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
}
.header-banner__time {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  margin-top: 4px;
  color: #00C74D;
}
.header ul {
  display: flex;
  gap: 18px;
}
@media (max-width: 1024px) {
  .header ul {
    flex-direction: column;
    gap: 12px;
  }
}
.header ul a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #75899C;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header ul a {
    font-size: 12px;
    line-height: 17px;
  }
}
.header ul a:hover {
  color: #04D9FF;
}
.header__top {
  max-width: 1375px;
  margin: 0 auto;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.header__top-menu {
  width: 100%;
}
@media (max-width: 524px) {
  .header__top-menu {
    display: none;
  }
}
.header__wrap-menu {
  justify-content: center;
  padding-right: 22px;
  padding-top: 4px;
  display: flex;
  width: 100%;
}
@media (max-width: 1200px) {
  .header__wrap-menu {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .header__wrap-menu {
    display: none;
  }
}
.header__search {
  height: 34px;
  display: flex;
  background: #13151D;
  border-radius: 8px;
  width: 100%;
  max-width: 279px;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px;
}
.header__search form {
  height: 100%;
  width: 100%;
  padding-right: 16px;
}
.header__search input {
  width: 100%;
  background: none;
  border: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  outline: none;
  color: #75899C;
}
.header__search input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #75899C;
}
.header__wrap {
  margin-top: 14px;
  padding-top: 4px;
  padding: 0 113px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (max-width: 1599px) {
  .header__wrap {
    padding: 0 16px;
    max-width: 1406px;
  }
}
.header-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 1200px) {
  .header-menu {
    gap: 18px;
  }
}
@media (max-width: 1024px) {
  .header-menu {
    display: none;
  }
}
.header-menu a {
  position: relative;
  display: flex;
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #A4A4A4;
  align-items: center;
  padding: 0 5px;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header-menu a {
    font-size: 12px;
  }
}
.header-menu a svg {
  margin-bottom: 5px;
}
.header-menu a svg path {
  transition: all 0.3s ease;
}
.header-menu a:hover {
  color: #fff;
}
.header-menu a:hover svg path {
  fill: #ff5548;
  fill-opacity: 1;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #161B21;
  border-radius: 8px;
  padding: 8px 7px;
}
.header-button {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .header-button {
    display: none;
  }
}
.header-button--black {
  font-family: "Industry-Black";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  gap: 8px;
  font-weight: 600;
  border-radius: 4px;
  background: #00C74D;
  padding: 8px 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-button--black {
    display: none;
  }
}
.header .flex {
  gap: 16px;
  display: flex;
}
.header__grid {
  display: flex;
  height: 100%;
  padding-left: 8px;
  flex-grow: 1;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__grid {
    align-items: center;
    padding-right: 14px;
  }
}
.header .burger {
  width: 25px;
  height: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .header .burger {
    display: flex;
  }
}
.header .burger::before {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
}
.header .burger::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease;
}
.header .burger span {
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
}
.header .burger-active::before {
  top: 50%;
  transform: rotate(-45deg);
}
.header .burger-active::after {
  top: 50%;
  transform: rotate(45deg);
}
.header .burger-active span {
  background: transparent;
}
.header__logo {
  max-width: 134px;
  transform: translateY(4px);
}
.header .mobile-menu {
  height: 100%;
  position: absolute;
  overflow: auto;
  z-index: 22;
  width: calc(100% - 32px);
  background: #161B21;
  padding: 16px;
  right: 0;
  left: 16px;
  padding-bottom: 153px;
  display: none;
  margin-top: -6px;
}
.header .mobile-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header .mobile-menu-wrap a {
  display: flex;
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #A4A4A4;
  gap: 8px;
  align-items: center;
}

.overflow {
  overflow: hidden;
}

.admin-bar .mobile-menu {
  padding-bottom: 185px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu {
    padding-bottom: 199px;
  }
}