[data-lenis-prevent] {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: auto;
}

.header_new__mega_menu__wrapper {
  position: relative;
  padding-bottom: 35px;
}

#hs_cos_wrapper_header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 101;
  background-color: #000;
  transform: translateY(0px);
  transition: 200ms ease-in-out box-shadow, 350ms ease-in-out transform;
}

/* #hs_cos_wrapper_header.scrolled {
  transform: translateY(calc(-100% - 5px));
} */

.body-wrapper.top #hs_cos_wrapper_header {
  transform: translateY(45px);
}


#hs_cos_wrapper_header.bottom_shadow {
  box-shadow: 0 5px 40px 15px #272727;
}

.header_new {
  background-color: #000;
  z-index: 101;
  position: relative;
}

.header_new__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.header_new__header_top_wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding-top: 27px;
}

.header_new__header_top_links_wrapper {
  display: flex;
  gap: 35px;
}

.header_new__header_logo {
  display: inline-block;
  max-width: 200px;
}

.header_new__header_logo img {
  object-fit: contain;
}

.header_new__header_top_links_wrapper a {
  color: #B3B3B3;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  transition: 250ms ease-in-out color;
}

.header_new__header_top_links_wrapper a:hover {
  color: #fff;
}

.header_new__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100px;
}

.header_new__button {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  display: inline-block;
  transition: 250ms ease-in-out background, 250ms ease-in-out color;
}

.header_new__button:hover {
  color: #000;
  background: #fff;
}

.header_new__box {
  display: flex;
  gap: 20px;
}

.header_new__mega_menu {
  position: fixed;
  z-index: 102;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  left: 0;
  background: #171717;
  top: calc(100% - 2px);
  opacity: 0;
  pointer-events: none;
  max-height: 70vh;
  transition: 250ms ease-in-out opacity;
}

.header_new__mega_menu_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_new__mega_menu_links {
  height: 100%;
}

.header_new__mega_menu_ul_li {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.header_new__mega_menu_ul_li::after {
  content: '';
  position: absolute;
  bottom: -5px;
  z-index: 101;
  width: 400px;
  height: 45%;
  display: none;
}

.header_new__mega_menu_ul_li:hover::after {
  display: block;
}

.header_new__mega_menu_ul_li:hover .header_new__mega_menu {
  opacity: 1;
  pointer-events: unset;
}

.header_new__mega_menu_bg_image {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  max-width: 400px;
  object-fit: contain;
}

.header_new__mega_menu_column_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 47px 20px; 40px;
  gap: 38px;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(4px);
  background-color: rgba(23, 23, 23, 0.8);
}

.header_new__mega_menu_item_wrapper {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #2E2E2E;
  padding-bottom: 40px;
  margin-bottom: 20px;
  min-height: 33.33333%;
}

.header_new__mega_menu_item_wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.header_new__mega_menu_item_link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}

.header_new__mega_menu_item_description {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
/*   cursor: default; */
  transition: 250ms color ease-in-out;
}

a.header_new__mega_menu_item_wrapper:hover .header_new__mega_menu_item_description {
  color: #fff;
}

a.header_new__mega_menu_item_wrapper:hover .header_new__mega_menu_item_icon svg,
a.header_new__mega_menu_item_wrapper:hover .header_new__mega_menu_item_icon svg path {
  fill: #fff;
}

a.header_new__mega_menu_item_wrapper .header_new__mega_menu_item_icon svg,
a.header_new__mega_menu_item_wrapper .header_new__mega_menu_item_icon svg path {
  transition: 250ms fill ease-in-out;
}

.header_new__mega_menu_item_description > * {
  margin-bottom: 0px;
}

.header_new__mega_menu_item_icon {
  width: 10%;
}

.header_new__mega_menu_item_text {
  width: 90%;
}

.header_new__mega_menu_item__text_item {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.header_new__mega_menu_column {
  display: flex;
  flex-direction: column;
}

.header_new__mega_menu_bottom_gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.header_new__hamburger {
  display: none;
  width: 18px;
  cursor: pointer;
}

.header_new__hamburger span {
  display: block;
  height: 2px;
  margin-bottom: 4px;
  border-radius: 15px;
  background-color: #fff;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.header_new__hamburger span:first-of-type {
  transform-origin: top right;
}

.header_new__hamburger span:last-of-type {
  margin-bottom: 0;
  transform-origin: bottom right;
}

.header_new__hamburger.open span:first-of-type {
  transform: rotate(-45deg) translateY(0);
  top: -1px;
}

.header_new__hamburger.open span:nth-of-type(2) {
  transform: translateX(100%);
  opacity: 0;
}

.header_new__hamburger.open span:last-of-type {
  transform: rotate(45deg) translateY(0);
  bottom: -1px;
}

.header_new__mobile_menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
/*   min-height: calc(100dvh + 100px);  */
  min-height: 100dvh;
  background: #000;
  transform: translateX(-100%);
  transition: 300ms ease-in-out transform;
}

.header_new__mobile_menu.open {
  transform: translateX(0);
}

.header_new__mobile_menu_ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 30px 20px 0;
  background-color: #171717;
}

.header_new__mobile_menu_ul_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #828282;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.header_new__mobile_menu_ul_li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.header_new__mobile_menu_ul_li_a {
  display: flex;
  flex: 0 0 20%;
  font-size: 15px;
}

.header_new__mobile_menu_ul_li_icon {
  flex: 0 0 5%;
  display: flex;
}

.header_new__mobile_submenu_ul {
  flex: 0 0 100%;
  overflow: hidden;
  max-height: 0;
  transition: 250ms ease-in-out max-height;
}

.header_new__mobile_menu_ul_li.open .header_new__mobile_submenu_ul {
  max-height: 1000px;
}

.header_new__mobile_menu_ul_li_icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_new__mobile_menu_ul_li_icon span {
  background-color: #fff;
  width: 2px;
  height: 18px;
  display: inline-block;
  position: absolute;
  transform: rotate(0);
  transition: 250ms ease-in-out transform;
}

.header_new__mobile_menu_ul_li_icon span:first-child {
  transform: rotate(90deg);
}

.header_new__mobile_menu_ul_li.open .header_new__mobile_menu_ul_li_icon span:nth-child(2) {
  transform: rotate(90deg);
}

.header_new__mobile_top_menu {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  gap: 20px;
}

.header_new__mobile_top_menu_item {
  border-bottom: 1px solid #2E2E2E;
  padding-bottom: 15px;
  color: #B3B3B3;
  font-size: 13px;
  font-weight: 400;
}

.header_new__mobile_top_menu_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.header_new__box_search {
  display: flex;
  align-items: center;
  min-width: 150px;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.header_new__search_field_box {
  position: absolute;
  top: 100%;
  z-index: 101;
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
/*   background: linear-gradient(to bottom, #272727 0%, #000 20%); */
  transition: 250ms ease-in-out opacity;
}

.header_new__search_field_box.open {
  opacity: 1;
  pointer-events: unset;
}

.header_new__search_field_wrapper {
  max-width: 940px;
  margin: 0 auto;
/*   background-color: #272727; */
  background-color: #4a61ff;
  padding: 30px;
  position: relative;
}

.header_new__search_field_box .header_new__search_input {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  border-radius: 0 !important;
}

#searchSuggestion {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  left: 30px; 
  color: #c3b3b3; 
  pointer-events: none;
  z-index: 1;
  font-weight: 400;
  padding: 8px 11px;
  font-size: 18px;
  line-height: 1.2;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.header_new__search_field_box .header_new__search_submit {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400 !important;
  font-size: 14px;
  margin: 0;
}

.header_new__search_field_box .header_new__search_submit:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

.header_new__search_form {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.header_new__ul_underline {
  height: 4px;
  background-color: #fff;
  width: 0;
  transition: width 0.3s ease, transform 0.3s ease;
  transform-origin: left;
  display: block;
  position: relative;
  z-index: 100;
  bottom: 6px;
}

.slide-right {
  transform-origin: right;
}

.slide-left {
  transform-origin: left;
}

.header_new__search_suggestions {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
/*   background-color: #272727; */
  background-color: #4a61ff;
  width: 100%;
  padding: 30px 40px;
  border-top: 1px solid #000;
  display: none;
}

.header_new__search_suggestions .suggestion-item {
  text-decoration: underline;
}

@media(max-width: 1100px) {
  .header_new__header_logo {
    max-width: 150px;
  }
  
  .header_new__header_top_links_wrapper {
    display: none;
  }
  
  .header_new__wrapper {
    display: none;
  }
  
  .header_new__header_top_wrapper {
    align-items: center;
    padding: 20px 0;
    z-index: 100;
    position: relative;
  }
  
  .header_new__hamburger {
    display: block;
  }
  
  .header_new__mega_menu_item_wrapper {
    min-height: auto;
  }
  
  .header_new__mega_menu_item_wrapper {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .header_new__mega_menu_item_text,
  .header_new__mega_menu_item_icon {
    width: auto;
  }
  
  .header_new__mega_menu_item_icon svg {
    width: 20px;
  }
  
  .header_new__mega_menu_item_link {
    font-size: 14px;
  }
  
  .header_new__search_field_wrapper {
    padding: 25px;
  }

  #searchSuggestion,
  .header_new__search_field_box .header_new__search_input {
    font-size: 16px;
  }
  
  #searchSuggestion {
/*     padding: 8px 12px; */
    padding: 6px 6px;
/*     margin-top: 1px; */
  }
  
  .header_new__search_suggestions {
    padding: 20px;
  }
}