.header {
  position: fixed;
  z-index: 92;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s linear;
  padding: 0 4%;
}
.header .inner, .header .header-logo {
  display: flex;
}
.header .inner {
  min-height: clamp(90px, 5.3125vw, 136px);
  justify-content: space-between;
  align-items: stretch;
  max-width: clamp(1312px, 75.3515625vw, 1929px);
}
.header .menu-block-header {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
  width: 100%;
  font-family: "Instrument Sans", sans-serif;
  position: relative;
}
.header .menu-block-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 0.4;
}
.header .menu-box-header {
  display: flex;
  align-items: center;
  gap: clamp(100px, 8.073046875vw, 206.67px);
  height: 100%;
}
.header .menu-items-header {
  display: flex;
  height: 100%;
  direction: ltr;
}
.header .logo-block-header {
  transition: all 0.5s linear;
}
.header .logo-header {
  width: clamp(95px, 5.46875vw, 140px);
  height: auto;
  transition: all 0.5s linear;
}
.header .logo-header-fixed {
  display: none;
  width: clamp(95px, 5.46875vw, 140px);
  height: auto;
  transition: all 0.5s linear;
}
.header .menu-item-link-header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(200px, 8.90625vw, 228px);
  padding: clamp(12px, 0.78125vw, 20px) 42px;
  color: #01043B;
  border-radius: 46px;
  background: #FFF;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  font-family: inherit;
  transition: all 0.5s linear;
  text-transform: capitalize;
  direction: ltr;
}
.header .menu-item-link-header:hover {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.header .mega-menu > ul {
  display: flex;
  align-items: center;
  gap: clamp(105px, 9.765625vw, 250px);
  direction: ltr;
}
.header .mega-menu > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
}
.header .mega-menu > ul > li:hover, .header .mega-menu > ul > li:active {
  text-shadow: 0.5px 0.5px #FFF;
  color: #FFF;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header .mega-menu ul li.current-menu-item > a {
  text-shadow: 0.5px 0.5px #FFF;
  color: #FFF;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header .menu-items-header ul .sub-menu {
  display: block;
  max-height: 0;
  opacity: 0;
  position: absolute;
  min-width: clamp(120px, 7.03125vw, 180px);
  height: auto;
  flex-shrink: 0;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  text-align: center;
  transition: all 0.3s linear;
  overflow: hidden;
  padding: 0 19px 0;
  width: max-content;
  white-space: nowrap;
}
.header .menu-items-header ul .sub-menu li {
  min-width: clamp(91px, 5.5078125vw, 141px);
  padding: 15px;
  transition: all 0.3s linear;
  text-shadow: 0 0 transparent;
  text-decoration: none;
}
.header .menu-items-header ul .sub-menu li:not(:last-child) {
  border-bottom: 1px #01043B solid;
}
.header .menu-items-header ul .sub-menu li a {
  color: #01043B;
  font-size: clamp(14px, 0.625vw, 16px);
  transition: all 0.3s linear;
}
.header .menu-items-header ul .sub-menu li a:hover {
  text-shadow: 0.5px 0.5px #01043B;
  text-decoration: underline;
}
.header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
  padding: 9px 17px 0 17px;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #01043B;
}
.header.fixed {
  background: #fff;
  box-shadow: 0px 16px 19.6px -9px rgba(0, 0, 0, 0.1);
}
.header.fixed .logo-header {
  display: none;
}
.header.fixed .logo-header-fixed {
  display: block;
}
.header.fixed .mega-menu > ul > li > a {
  color: #01043B;
}
.header.fixed .mega-menu > ul > li:hover, .header.fixed .mega-menu > ul > li:active {
  text-shadow: 0.5px 0.5px #01043B;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #01043B;
}
.header.fixed .mega-menu ul li.current-menu-item > a {
  text-shadow: 0.5px 0.5px #01043B;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #01043B;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a {
  text-decoration: none;
  text-shadow: none;
}
.header.fixed .mega-menu ul li.current-menu-item .sub-menu li a:hover {
  text-decoration: underline;
  text-shadow: 0.5px 0.5px #01043B;
}
.header.fixed .menu-item-link-header {
  border: 1px solid #01043B;
  background: transparent;
  color: #01043B;
  position: relative;
  overflow: hidden;
}
.header.fixed .menu-item-link-header .text-menu-item-link-header {
  z-index: 2;
}
.header.fixed .menu-item-link-header:hover {
  border: 1px solid #FFF;
  color: #FFF;
}
.header.fixed .menu-item-link-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, #9A50B9 7.82%, #067EC6 94.47%);
  opacity: 0;
  transition: opacity 0.5s linear;
  border-radius: inherit;
  z-index: 1;
}
.header.fixed .menu-item-link-header:hover::before {
  opacity: 1;
}
.header.fixed .menu-block-header::after {
  display: none;
}

.header-popup, .header-popup-bg {
  top: 76px;
}
@media all and (max-width: 768px) {
  .header-popup, .header-popup-bg {
    top: 50px;
  }
}

body.admin-bar .header, body.admin-bar .header-popup, body.admin-bar .header-popup-bg {
  margin-top: 32px;
}

@media all and (max-width: 1512px) {
  .header .mega-menu > ul {
    gap: clamp(30px, 8.9285714286vw, 135px);
  }
  .header .menu-box-header {
    gap: clamp(40px, 8.5978835979vw, 130px);
  }
  .header .menu-item-link-header {
    max-width: clamp(190px, 13.2275132275vw, 200px);
    font-size: clamp(16px, 1.1904761905vw, 18px);
  }
  .header .logo-header {
    width: clamp(80px, 6.2830687831vw, 95px);
  }
  .header .logo-header-fixed {
    width: clamp(80px, 6.2830687831vw, 95px);
  }
  .header .menu-items-header ul .sub-menu li a {
    font-size: clamp(12px, 0.9259259259vw, 14px);
  }
  .header .menu-items-header ul .sub-menu {
    padding: 0 clamp(12px, 1.1243386243vw, 17px) 0;
  }
  .header .menu-items-header ul li.menu-item-has-children:hover .sub-menu {
    padding: clamp(4px, 0.5952380952vw, 9px) clamp(12px, 1.1243386243vw, 17px) 0 clamp(12px, 1.1243386243vw, 17px);
  }
  .header .menu-items-header ul .sub-menu li {
    padding: clamp(10px, 0.9920634921vw, 15px) clamp(10px, 0.9920634921vw, 15px) clamp(10px, 0.9920634921vw, 15px) clamp(10px, 0.9920634921vw, 15px);
  }
}

/*# sourceMappingURL=header.css.map */
