@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

.stock-header {
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

.stock-header.header--light {
  background: #f5f5f5;
}

.stock-header .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stock-header .header-search {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #000;
  flex-shrink: 0;
}

.stock-header .header-search svg {
  display: block;
  width: 24px;
  height: 24px;
}

.stock-header .header-search path {
  fill: currentColor;
}

.stock-header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.stock-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0;
  border-radius: 0 0 60px 60px;
  text-decoration: none;
  line-height: 0;
  width: 270px;
  height: 116px;
}

.header--light .logo{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
  text-decoration: none !important;
  line-height: 0 !important;
  width: auto !important;
  height: auto !important;
}

.stock-header .logo img {
  display: block;
  height: 59px;
  width: 152px;
  object-fit: contain;
}

.stock-header .header-nav {
  display: flex;
  align-items: center;
  gap: 60px;
}

.stock-header .header-nav a {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}



.header-nav-light{
  gap: 30px !important;
}


@media (max-width:890px){
  .header-nav-light{
    gap: 10px !important;
  }
}

.stock-header .header-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.stock-header .header-nav a:hover::after {
  transform: scaleX(1);
}

.stock-header .nav-dropdown-wrap {
  position: relative;
}

.stock-header .header-nav .has-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.stock-header .header-nav .chevron {
  font-size: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.stock-header .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.81);
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.28s;
  overflow: hidden;
}

.stock-header .nav-dropdown-wrap:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.stock-header .nav-dropdown li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.stock-header .nav-dropdown li:last-child {
  border-bottom: none;
}

.stock-header .nav-dropdown a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s ease;
}

.stock-header .nav-dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.stock-header .hamburger {
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.stock-header .hamburger span {
  display: block;
  height: 2px;
  background: #000;
  border-radius: 1px;
}

.stock-header .burger-dropdown-wrap {
  position: relative;
}

.stock-header .burger-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 220px;
  width: max-content;
  background: rgba(0, 0, 0, 0.81);
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.1), 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.28s;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.stock-header .burger-dropdown-wrap.is-open .burger-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.stock-header .burger-dropdown a {
  display: block;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.stock-header .burger-dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .stock-header .header-nav {
    display: none;
  }
  .stock-header .header-container {
    justify-content: flex-start;
    position: relative;
  }
  .stock-header .header-actions {
    order: -1;
    width: 100%;
    justify-content: space-between;
  }
  .stock-header .header-container > .burger-dropdown-wrap {
    order: -1;
  }
  .stock-header .header-search {
    color: #fff;
  }
  .stock-header.header--light {
    background: #f5f5f5;
  }
  .stock-header.header--light .header-search {
    color: #000;
  }
  .stock-header.header--light .hamburger span {
    background: #000;
  }
  .stock-header.header--light .header-actions {
    flex-direction: row-reverse;
  }
  .stock-header .burger-dropdown-wrap {
    order: 0;
  }
  .stock-header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    height: 56px;
    width: auto;
  }
  .stock-header .logo img {
    height: 54px;
    width: auto;
  }
  .stock-header .hamburger span {
    background: #fff;
  }
  .stock-header {
    background: #000;
    padding: 10px 0;
    min-height: 56px;
  }
  .stock-header .header-container {
    min-height: 56px;
  }
  .stock-header .burger-dropdown {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    padding: 24px 24px 32px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  body.mobile-menu-open .mobile-menu {
    transform: translateX(0);
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .mobile-menu-close::before,
  .mobile-menu-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .mobile-menu-close::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mobile-menu-nav a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
  }
  .mobile-menu-download {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 16px 0;
    background: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    letter-spacing: 0.02em;
  }
}

@media (max-width:1200px){

}