header.header {
  transition: all 0.2s ease-in-out;
}
.header_section .top_bar_section ul {
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.header_section .top_bar_section ul li {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 0 23px;
  position: relative;
}
.header_section .top_bar {
  padding: 9px 0;
}
.header_section .top_bar_section ul li p {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  line-height: 100%;
}
.header_section .top_bar_section ul li img {
  max-width: 24px !important;
}
.header_section .top_bar_section ul li:after {
  color: #fff;
  content: "|";
  height: 19px;
  position: absolute;
  right: -2px;
  top: 2px;
  width: 4px;
}
.header_section .top_bar_section ul li:last-child::after {
  content: none;
}
.header_section .top_bar_section ul li:first-child {
  padding: 0 23px 0 0;
}
.header_section .top_bar_section ul li:last-child {
  padding: 0 0 0 23px;
}
.header_section .header_bar .header_bar_section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_section .header_bar_section .header_logo {
  width: 275px;
  line-height: 0;
}
.header_section .header_bar_section .header_logo a {
  display: inline-block;
  width: 100%;
}
.header_section .header_bar_section .header_menu_btn {
  display: flex;
  justify-content: end;
  padding: 0 0 0 40px;
  width: calc(100% - 275px);
}
.header_section .header_menu_btn .header_btn a {
  display: inline-block;
  letter-spacing: 1px;7
}
.header_section .header_menu_btn .header_menu {
  width: 75%;
  display: flex;
  justify-content: end;
}
.header_section .header_menu_btn .header_btn {
  display: flex;
  justify-content: end;
  width: 25%;
  align-items: center;
}
.header_section .header_menu span.hs_cos_wrapper_type_menu>.hs-menu-wrapper {
  height: 100%;
}
.header_section .header_menu span.hs_cos_wrapper_type_menu>.hs-menu-wrapper>ul {
  height: 100%;
}
.header_section .header_menu span.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li.hs-menu-depth-1>a {
  line-height: 77px;
  display: inline-block;
}
.header_section .header_menu ul li.hs-menu-depth-1 {
  padding: 0 20px;
}
.header_section .header_menu ul li.hs-menu-depth-1 a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 100%;
  text-transform: uppercase;
}
.header_section .header_menu ul li.hs-menu-depth-1:last-child {
  padding: 0 0 0 20px;
}
.header_section .header_menu ul li.hs-menu-depth-1.hs-item-has-children a {
  position: relative;
}
.header_section .header_menu ul li.hs-item-has-children>a::after {
  content: "+";
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 5px;
}
.header_section .header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  border-top: 3px solid;
  min-width: 272px;
  display: block;
}

.header_section .header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  padding: 21px 25px 19px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header_section .header_menu ul li.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
  left: 99%!important;
  top: 0px;
  border-left: 3px solid;
  border-top: 0;
}
header.header.scrolled {
  position: fixed;
  width: 100%;
  left: 0;
  height: min-content;
  z-index: 9;
}
header.header.scrolled .top_bar {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0;
}
.header_section .header_menu ul li.hs-menu-depth-1 .submenu_dropDown,
.header_section .header_menu ul li.hs-menu-depth-1 .submenu_dropDown2 {
  display: none;   
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .header__language-switcher--label-current {
  text-transform: uppercase;
  font-size: 14px;
  max-width: 19px;
  overflow: hidden;
  font-weight: 600;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class .globe_class {
  background: url();
  width: 0;
  height: 0;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .header__language-switcher--label-current:after {
  content: "+";
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 5px;
  border: 0;
  top: 0;
  position: absolute;
  right: -3px;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class ul.lang_list_class {
  border-top: 5px solid #14a09d !important;
  width: 70px !important;
  min-width: auto !important;
  right: -45px;
  left: auto !important;
  text-align: center;
  transform: inherit !important;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class ul.lang_list_class li {
  padding: 10px !important;
  border-bottom: 1px solid #f5f5f5;
  text-align: center !important;
  display: flex;
  justify-content: center;
  border-radius: 0px;
  flex-wrap: wrap;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class ul.lang_list_class li a {
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 0 !important;
  position: static;
  transform: none !important;
  white-space: nowrap;
  width: 23px !important;
  cursor: pointer;
  margin-bottom: 0px !important;
  text-transform: uppercase;
  font-weight: 300;
  color: #414042;
}
.header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class ul.lang_list_class:before {
  border: 0;
}
.header__language-switcher .lang_list_class:after {
  background: transparent;
  content: unset;
}
.header_section .header_bar_section .header_menu_btn {
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .top_bar {
    display: none;
  }
  .header_section .header_bar .header_menu_btn {
    display: none;
  }
  .header_section {
    padding: 25px 0;
  }
  .header_section .header_bar_section .header_logo {
    width: 170px;
  }
  .header_section .header_bar_section .header_toggle span {
    width: 24px;
    display: block;
    height: 2px;
    background: #232323;
    margin: 0 0 5px;
  }
  .header_section .header_bar_section .header_toggle span:last-child {
    margin: 0;
  }
  .header_section .header_bar .header_bar_section {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_section .header_bar .header_menu_btn.active {
    background: #fff;
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 10;
    height: 95vh;
  }
  .header_section .header_menu_btn.active .header_menu {
    width: 100%;
    display: block;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    display: none!important;
    position: unset;
    opacity: 1;
  }
  .header_section .header_menu_btn.active .header_menu ul {
    padding: 30px 16px;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 {
    padding: 0 0 10px!important;
    width: 100%;
  }
  .header_section .header_menu span.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li.hs-menu-depth-1>a {
    display: flex;
    justify-content: space-between;
    line-height: 100%;
    width: 100%;
    padding: 10px 0;
  }
  .header_section .header_menu_btn .header_btn {
    width: 100%;
    justify-content: initial;
    padding: 0 16px;
  }
  .header_section .header_menu ul li.hs-menu-depth-1:last-child {
    padding: 0 !important;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper { 
    left: 0 !important; 
  }
  header.header li.hs-menu-depth-1.hs-item-has-children.submenu_active>ul,
  header.header li.hs-menu-depth-2.hs-item-has-children.submenu_active>ul {
    display: block!important;
    padding: 0 15px;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    border-left: none;
    border-top: 3px solid;
    min-width: 100%;
  }
  html.active,
  html.active body {
    overflow: hidden;
  }
  .header_section .header_bar_section.active .header_toggle span:nth-child(2) {
    opacity: 0;
  }
  .header_section .header_bar_section.active .header_toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .header_section .header_bar_section.active .header_toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header_section .header_menu ul li.hs-item-has-children>a:after {
    display: none;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 .submenu_dropDown,
  .header_section .header_menu ul li.hs-menu-depth-1 .submenu_dropDown2 {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    display: block;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
    padding: 16px 0;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 .submenu_dropDown2 {
    top: 9px;
  }


  .header__language-switcher {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block !important;
  }

  .header__language-switcher {

    display: none !important;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .header_section .header_bar_section .header_menu_btn .header__language-switcher .lang_switcher_class ul.lang_list_class {
    right: 0;
  }
  .header_section .header_bar_section .header_logo {
    width: 180px;
  }
  .header_section .header_bar_section .header_menu_btn {
    width: calc(100% - 180px);
    padding: 0 0 0 0px;
  }.header_section .header_menu_btn .header_btn a {
    padding: 14px 17px;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 {
    padding: 0 10px;
  }
  .header_section .header_menu_btn .header_btn {
    width: 32%;
  }
  .header_section .header_menu ul li.hs-menu-depth-1 a {
    font-size: 13px;
  }
  .header_section .header_menu_btn .header_btn a {
    font-size: 11px;
  }
  .header_section .header_menu ul li.hs-menu-depth-1:last-child {
    padding: 0 0 0 10px;
  }
  .header_section .top_bar_section ul li p {
    font-size: 13px;
  }
}