.header__aGVhZG, .main-header__bWFpbi {
  background: rgb(155, 155, 155);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header__aGVhZG .wrap__d3JhcC, .main-header__bWFpbi .wrap__d3JhcC {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu__aGVhZG, .main-header-menu__bWFpbi {
  display: flex;
}
@media (max-width: 1024px) {
  .header-menu__aGVhZG, .main-header-menu__bWFpbi {
    display: none;
  }
}
.header-menu__aGVhZG ul, .main-header-menu__bWFpbi ul {
  list-style: none;
  display: flex;
  gap: 12px;
}
.header-menu__aGVhZG a, .main-header-menu__bWFpbi a {
  color: #fff;
  text-decoration: none;
}
.header-menu__aGVhZG a:hover, .main-header-menu__bWFpbi a:hover {
  opacity: 0.6;
}

.logo__bG9nby, .main-logo__bWFpbi {
  max-width: 140px;
}

.main-header__wrap__bWFpbi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
  margin: 0 auto;
  padding: 0 113px;
}
@media (max-width: 1599px) {
  .main-header__wrap__bWFpbi {
    padding: 0 16px;
    max-width: 1406px;
  }
}

.burger__YnVyZ2 {
  width: 25px;
  cursor: pointer;
  height: 12px;
  align-items: center;
  position: relative;
  display: none;
}
@media (max-width: 1024px) {
  .burger__YnVyZ2 {
    display: flex;
  }
}
.burger__YnVyZ2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.burger__YnVyZ2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.burger__YnVyZ2 span {
  display: flex;
  height: 1px;
  background: #fff;
  width: 100%;
}

.mobile-menu__bW9iaW {
  display: none;
}
.mobile-menu__bW9iaW .header-menu__aGVhZG {
  flex-direction: column;
  display: flex;
}

.mobile-menu-column__bW9iaW {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 15px;
}
.mobile-menu-column__bW9iaW ul {
  flex-direction: column;
}