header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background: var(--header_bg_color, #ffffff);
}
header.active, .other_header {
  position: fixed;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.logo a {
  display: flex;
  align-items: center;
}
.logo a img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.menu ul,
.menu li{
  padding: 0;
  margin: 0;
}
.menu li:after {
  content: none;
}
.menu > li {
  position: relative;
  margin-left: 39px;
  padding: 0px;
  line-height: initial;
  font-size: initial;
}
.menu > li:first-child {
  margin-left: 0px;
}
.menu > li > a {
  display: block;
  font-size: 16px;
  color: var(--header_font_color, #000);
  font-family: 'Metropolis Semi';
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.32px;
}
.menu > li > a:after {
  position: absolute;
  content: "";
  left: 0px;
  width: 100%;
  height: 4px;
}
.header_btn {
  margin-left: 39px;
}
.header_btn + .header_btn{
  margin-left: 16px;
}
.header_btn .btn{
  margin-bottom: 0;
}
header .btn-black, header .btn-black-small {
  background-color: var(--header_active_color, black);
  border-color: var(--header_active_color, black);
}
header .btn-black:hover, header .btn-black-small:hover {
  color: var(--header_active_color, black);
}
.toggleMenu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.toggleMenu span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--header_font_color, #000);
  margin: 3px 0px;
}
.closeMenu{
  height: 50px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: var(--header_font_color);
  font-size: 18px;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.closeMenu #closeMenu{
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  background: transparent;
}
.closeMenu #closeMenu:after,
.closeMenu #closeMenu:before{
  position: absolute;
  content: "";
  height: 21px;
  width: 2px;
  background: var(--header_font_color);
}
.closeMenu #closeMenu:after{
  transform: rotate(45deg);
}
.closeMenu #closeMenu:before{
  transform: rotate(-45deg);
}
.submenu {
  position: absolute;
  min-width: 260px;
  background: var(--header_active_color, #000);
  border-radius: 0px 0px 5px 5px;
  top: 46px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.submenu:after {
  position: absolute;
  content: "";
  top: -29px;
  left: 0px;
  height: 29px;
  width: 100%;
  background: transparent;
}
.submenu:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 52px;
  left: 0px;
  top: -6px;
  background: var(--header_active_color, #000);
}
li.haschild:hover > .submenu,
li.hasmenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menu-back{
  display: none;
}
.submenu li {
  margin-left: 0px;
}
.submenu a {
  display: flex;
  align-items: center;
  letter-spacing: 0.32px;
  font-family: 'Metropolis Semi';
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
}
.submenu a:after {
  content: none;
}
.submenu li:last-child a {
  border-radius: 0px 0px 5px 5px;
}
.submenu a:hover, .submenu li.active a {
  background: #434343;
}
.sub-submenu{
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  min-width: 260px;
  background: var(--header_active_color, #000);
  border-radius: 5px;
  display: none;
}
.sub-submenu:before{
  position: absolute;
  content: "";
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
}
.header-0 .hasmenu:hover > .sub-submenu,
.header-0 .has-subchild:hover > .sub-submenu,
.header-1 .hasmenu:hover > .sub-submenu,
.header-1 .has-subchild:hover > .sub-submenu{
  display: block;
}
.openMenu {
  display: none;
}
.dropdown-lang {
  margin-left: 15px;
  position: relative;
  transform: translateY(-2px);
  display: inline-block;
  display: none;
}
.dropdown-lang img {
  max-width: 30px;
  max-height: 30px;
  transform: translateY(-1px);
}
.btn-language {
  display: block;
  min-width: 47px;
  height: 47px;
  padding: 0px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 47px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.dropdown-lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  width: 100%;
  line-height: 30px;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
}
.dropdown-lang-menu.active {
  display: block;
}
.dropdown-lang-item {
  display: inline-block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
}
.dropdown-lang-item:hover {
  cursor: pointer;
}
.dropdown-lang.open .dropdown-lang-menu {
  display: inline-block;
  min-width: auto;
  transition: all 0.5s ease-out;
  top: 33px;
}
.openmenu{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.openmenu:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 1.5px solid var(--header_font_color);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.header-mobile header{
  position: fixed;
}
.header-mobile .header-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  background: var(--header_bg_color, #fff);
  z-index: 10;
  height: 100vh;
  height: 100dvh;
  padding-top: 50px;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-mobile .header-menu.active {
  right: 0px;
}
.header-mobile .menu {
  display: block;
}
.header-mobile .openmenu{
  display: flex;
}
.header-mobile .menu > li {
  margin-left: 0px;
}
.header-mobile .menu > li > a {
  font-size: 15px;
  padding: 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-mobile .menu > li > a:after {
  height: 2px;
}
.header-mobile .closeMenu {
  display: flex;
}
.header-mobile .header_btn {
  margin-left: 0px;
  padding: 15px;
}
.header-mobile .header_btn + .header_btn {
  margin-left: 0;
  padding-top: 0;
}
.header-mobile .header_btn .btn {
  width: 100%;
}
.header-mobile .toggleMenu {
  display: flex;
}
.header-mobile .openMenu {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-mobile .submenu,
.header-mobile .sub-submenu{
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border-radius: 0px;
  top: 0px;
  left: auto;
  right: -100%;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  background: var(--header_bg_color);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: right 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-mobile .sub-submenu{
  z-index: 2;
}
.header-mobile .submenu.open,
.header-mobile .sub-submenu.open{
  right: 0;
}
.header-mobile .menu-back{
  display: flex;
  height: 50px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--header_bg_color);
  padding: 0 15px 0 35px;
  font-size: 18px;
  color: var(--header_font_color);
  align-items: center;
  position: relative;
}
.header-mobile .menu-back:after{
  position: absolute;
  content: "";
  width: 10px;
  top: 19px;
  left: 15px;
  height: 10px;
  border: 1.5px solid var(--header_font_color);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
}
.header-mobile .menu-back img{
  display: none;
}
.header-mobile .submenu:before, 
.header-mobile .submenu:after {
  content: none;
}
.header-mobile .submenu-body {
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.header-mobile .submenu.show-sub-menu .submenu-body{
  overflow: initial;
}
.header-mobile .submenu a {
  font-size: 15px;
  line-height: 19px;
  padding: 15px 15px;
  color: var(--header_font_color,#000);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-mobile .menu > li.hasmenu > a,
.header-mobile .has-subchild > a{
  padding-right: 60px;
}
.header-mobile .dropdown-lang {
  transform: initial;
}
.header-mobile .btn-language {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

body.submenu-show:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.header-mobile body.open {
  overflow: hidden;
}
.header-mobile body.submenu-show:after {
  background: rgba(0, 0, 0, 0.64);
}