.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}

.my-menu {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 47px;
}

.my-menu {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 47px;
}

.my-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #545454;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-wrap: nowrap;
}

.my-menu img {
  width: 46px;
  height: 46px;
}

.menu-item-icon-hovered {
  display: none;
}

.my-menu li a:hover {
  color: #268e61;
}

.my-menu li a:hover .menu-item-icon {
  display: none;
}

.my-menu li a:hover .menu-item-icon-hovered {
  display: inline;
}

.custom-logo {
  width: 165px;
  height: 85px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switcher img {
  width: 24px;
  height: 24px;
}

.language-switcher li:first-child {
  padding-right: 13px;
  border-right: 1px solid #3e3e3e;
  box-sizing: border-box;
}

.language-switcher li:last-child {
  padding-left: 13px;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.language-switcher li a span {
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e;
  font-family: "Alef", sans-serif;
}

.language-switcher ul {
  display: flex;
  list-style: none;
}

.language-switcher a {
  text-decoration: none;
  color: #3e3e3e;
  font-family: "Alef", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.language-switcher .wpml-ls-link.active-lang {
  color: #004785;
}

#primary-menu {
  display: flex;
  gap: 20px;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #268e61;
  border-radius: 2px;
  transition: 0.3s;
}

.otgs-development-site-front-end {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1430px) {
  #primary-menu {
    gap: 15px;
  }
  .my-menu li a {
    flex-direction: column;
    font-size: 14px;
  }
  .my-menu img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1023px) {
  #primary-menu {
    position: absolute;
    top: 95px;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    width: 100%;
    z-index: 999999;
    padding: 30px 20px;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  #primary-menu.open {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(11px, -1px);
    transform-origin: center;
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(13px, -1px);
    transform-origin: center;
  }

  .custom-logo {
    width: 93px;
    height: 48px;
  }

  .language-switcher li a span {
    font-size: 14px;
  }

  .language-switcher li:first-child {
    padding-right: 12px;
  }

  .language-switcher li:last-child {
    padding-left: 12px;
  }

  .site-header {
    padding: 20px;
  }

  .wrapperMobileHeader {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
  }
}
