.header {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 0px 0px 1px 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 0 2%;
  transition: all 0.5s linear;
}
.header .inner {
  height: 115px;
  display: flex;
  flex-direction: row;
  row-gap: 0px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  padding: 0 8.671875vw;
  gap: 54px;
}
.header .category-tabs {
  display: flex;
  flex-direction: row;
  row-gap: 0px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: auto;
}
.header .tabs-header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 740px;
}
.header .tabs-header ul a {
  color: #ffffff;
  text-align: right;
  font-size: 20px;
  line-height: 150.87%;
  text-transform: uppercase;
}
.header .tabs-header ul a:hover {
  color: #779501;
}
.header .tabs-header ul .current-menu-item a {
  font-weight: 800;
}
.header .company-logo {
  width: 140px;
  margin-left: 9.921875vw;
}
.header .company-logo .logo-white {
  width: 100%;
  height: auto;
}
.header .company-logo .logo-black {
  display: none;
}
.header.fixed {
  background: #fff;
  box-shadow: 0px 16px 19.6px -9px rgba(0, 0, 0, 0.1);
}
.header.fixed .company-logo .logo-black {
  display: block;
}
.header.fixed .company-logo .logo-white {
  display: none;
}
.header.fixed .tabs-header ul a {
  color: #2C3537;
}
.header.fixed .lang-item a {
  color: #2C3537;
  color: #2C3537;
}
.header.fixed .language-dropdown .menu li.current-lang::before {
  border-top: 6px solid #2C3537;
}
.header .lang-item {
  list-style: none;
}
.header .lang-item a {
  color: #fff;
}
.header .language-dropdown {
  min-width: 30px;
}
.header .language-dropdown .menu {
  list-style: none;
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: -18px;
  left: -24px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  gap: 8px;
  max-height: 34px;
  overflow: hidden;
  transition: all 0.5s linear;
}
.header .language-dropdown .menu:hover {
  box-shadow: inset 0 0 0 1px #B2B2B2;
}
.header .language-dropdown .menu li {
  cursor: pointer;
  padding: 5px 32px 5px 20px;
}
.header .language-dropdown .menu li.current-lang::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  right: 10px;
  top: 15px;
  transition: all 0.5s linear;
}
.header .language-dropdown.opened .menu {
  box-shadow: inset 0 0 0 1px #B2B2B2;
  opacity: 1;
  visibility: visible;
  max-height: 134px;
  
}
.header .language-dropdown.opened .menu li.current-lang::before {
  transform: rotate(180deg);
 
}
.header .language-dropdown.opened .menu li:not(.current-lang)::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: -5px;
  height: 0.5px;
  border-bottom: 1px solid #B2B2B2;
 
}
.header .language-dropdown ul li {
  order: 2;
}
.header .language-dropdown ul li.current-lang {
  order: 1;
}

.page-template-front-page .header .company-logo {
  margin-right: 20px;
}

html[lang=en-US] .header .company-logo {
  margin-left: 0;
  margin-right: 9.921875vw;
}


.header .tabs-header {
  height: 100%;
  display: flex;
}
.header .category-tabs {
  height: 100%;
}
.header .tabs-header ul li {
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center
}
.header .tabs-header ul .sub-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  position: absolute;
  min-width: 206px;
  height: auto;
  flex-shrink: 0;
  border-radius: 0px 0px 15px 15px;
  background: transparent;
  right: -49px;
  top: 100%;
  text-align: center;
  border-left: 0.5px solid #ffffff;
  border-right: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 0 37px 0;
  width: auto;
}
.header.fixed .tabs-header ul .sub-menu {
  background: #FFFFFF;
  border-left: 0.5px solid #2C3537;
  border-right: 0.5px solid #2C3537;
  border-bottom: 0.5px solid #2C3537;
}
.header.fixed .tabs-header ul .sub-menu li a {
  color: #2C3537;
}
.header.fixed .tabs-header ul .sub-menu li:not(:last-child) {
  border-bottom: 0.5px #2C3537 solid;
}
.header .tabs-header ul li.menu-item-has-children:hover .sub-menu{
  max-height: 500px;
  opacity: 1;
  padding: 13px 37px 23px;
}
.header .tabs-header ul .sub-menu li {
  min-width: 132px;
  padding: 18px 12px 0;
  text-align: right;
}
.header .tabs-header ul .sub-menu li a{
  color: #ffffff;
}
.header .tabs-header ul .sub-menu li a:hover {
  color: #779501;
}
.header .tabs-header ul .sub-menu li:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 0.5px #FFFFFF solid;
}
html[lang=en-US] .header .tabs-header ul .sub-menu li a {
  text-align: left;
}
html[lang=en-US] .header .tabs-header ul a {
  text-align: left;
}
html[lang=en-US] .header .tabs-header ul .sub-menu {
  right: -100%;
}

html[lang=en-US] .header .tabs-header ul a {
  text-transform: none;
}



@media (max-width: 1366px) {
  .header .tabs-header ul {
    width: 500px;
  }
  .header .company-logo {
    margin-left: 5.921875vw;
  }
  .page-template-front-page .header .company-logo {
    margin-right: 0px;
  }
  html[lang=en-US] .header .company-logo {
    margin-left: 0;
    margin-right: 5.921875vw;
  }
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
/*# sourceMappingURL=header.css.map */