.top-banner {
  background: #F4F4F4;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.top-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}
.top-banner__contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-banner__text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -0.02rem;
  color: rgba(0, 0, 0, 0.5607843137);
}
.top-banner__text a {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -0.02rem;
  color: #000;
  text-decoration: underline;
}
.top-banner__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -0.02rem;
  color: rgba(34, 34, 34, 0.6392156863);
}

.header {
  height: 72px;
  background: #fff;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 40.2px;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0392156863);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
.header__left {
  width: 200px;
  height: 27px;
  display: flex;
  align-items: center;
}
.header__logo-img {
  position: relative;
  height: 100px;
  width: 100px;
}
.header__logo-img img {
  width: 100%;
  height: 100%;
}
.header__logo-text {
  margin-left: 15px;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.header__mid {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
}
.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 16px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -2.2%;
  color: rgba(34, 34, 34, 0.8);
  margin: 0;
}
.header__menu > li:first-child .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children:first-child {
  min-width: 189px !important;
}
.header__menu > li:first-child .sub-menu .sub-menu:first-child {
  min-width: 189px !important;
  max-width: 189px !important;
}
.header__menu > li:nth-child(2) > .submenu-block {
  left: auto;
  right: 0;
}
.header__menu > li:nth-child(2) .sub-menu {
  width: auto !important;
  display: grid !important;
  grid-template-columns: 293px 293px !important;
  row-gap: 10px;
  gap: 0;
}
.header__menu li:nth-child(3) > .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children:nth-child(3) {
  height: auto;
}
.header__menu .submenu-block {
  opacity: 0;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 200px;
  width: auto;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 99;
  margin: 0;
  transition: 0.3s ease;
  pointer-events: none;
  padding: 32px;
}
.header__menu .submenu-block .submenu-heading {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.04rem;
  text-transform: lowercase;
  color: #D7F64D;
  text-wrap: nowrap;
  height: 19px;
}
.header__menu .submenu-block .sub-menu {
  display: flex;
  margin-top: 0;
  gap: 20px;
}
.header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  display: flex;
  flex-flow: column;
  gap: 0;
  width: auto;
  min-width: 293px;
}
.header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu {
  display: flex;
  flex-flow: column;
  gap: 8px;
  min-width: 293px;
  max-width: 293px;
  width: auto;
  margin-top: 20px;
}
.header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu > li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px !important;
}
.header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu > li:hover {
  background: #F4F7FC;
  box-shadow: none;
  border-bottom: 2px solid transparent;
}
.header__menu .submenu-block .menu-item {
  cursor: pointer;
  padding: 12px;
  height: 100%;
}
.header__menu > li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}
.header__menu > li svg {
  transition: 0.3s ease;
}
.header__menu > li:hover {
  border-bottom: 2px solid #D7F64D;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0392156863);
  background: #F4F7FC;
}
.header__menu > li:hover svg {
  transform: rotate(180deg);
}
.header__menu .sub-menu > li {
  padding: 0 !important;
}
.header__menu .sub-menu > li > .submenu-heading {
  cursor: default;
  pointer-events: none;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Room";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 80%;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  background: linear-gradient(90deg, #32C493 10%, #44B2DC 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}
.header__menu .sub-menu > li.menu-item-has-children:hover {
  border-bottom: initial;
  box-shadow: initial;
  background: initial;
}
.header__menu .sub-menu .sub-menu > li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}
.header__menu .sub-menu .sub-menu > li:hover {
  border-bottom: 2px solid #1E4D95;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0392156863);
  background: #F4F7FC;
}
.header__menu .sub-menu .sub-menu > li:hover svg {
  transform: rotate(180deg);
}
.header__menu li:hover > .submenu-block {
  opacity: 1;
  pointer-events: all;
}
.header .submenu-toggle {
  display: inline-flex;
  margin-left: 0px;
  pointer-events: none;
}
.header__menu-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__dropdown {
  position: relative;
}
.header__dropdown:hover .header__dropdown-content {
  display: block !important;
}
.header__dropdown-content {
  display: none !important;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  min-width: 200px;
  max-width: 200px;
  right: 50;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding-bottom: 15px;
}
.header__menu-item-deep {
  white-space: normal !important;
  line-height: 1;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.header__arrow-cont {
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
}
.header__arrow-cont svg {
  width: 100%;
  height: 100%;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__button {
  display: flex;
  align-items: center;
  height: 46px;
  background-color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  border: 1px solid #B0DE95;
  background: #C8FCA9;
  padding: 16px;
  color: rgba(8, 14, 41, 0.6392156863);
  transition: 0.3s ease;
}
.header__button:hover {
  color: #030303;
}
.header__button:focus {
  border: 1px solid #B3FB89;
  color: #030303;
  background: #B3FB89;
}
.header__btn-img {
  border-radius: 360px;
  background-color: #1e5cfb;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn-img svg {
  height: 15px;
  width: 15px;
}
.header__burger {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger svg {
  width: 100%;
  height: 100%;
}
.header__menu-btn-cont {
  display: flex;
  align-items: center;
  gap: 45px;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  background-color: #fff;
  z-index: 998;
  transform: translateY(-150%);
  transition: 0.6s ease;
  opacity: 0;
  pointer-events: none;
  height: 92vh;
  overflow: scroll;
}
.mobile-menu.opened {
  transform: translateY(72px);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu .container {
  background-color: #fff;
  background: #fff;
}
.mobile-menu__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}
.mobile-menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  border: 1px solid #B0DE95;
  background: #C8FCA9;
  padding: 16px;
  color: rgba(8, 14, 41, 0.6392156863);
  transition: 0.3s ease;
  width: 100%;
}
.mobile-menu__button:hover {
  color: #030303;
}
.mobile-menu__button:focus {
  border: 1px solid #B3FB89;
  color: #030303;
  background: #B3FB89;
}
.mobile-menu__menu {
  width: 100%;
}
.mobile-menu__menu ul {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.mobile-menu__menu ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mobile-menu-overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 997;
  backdrop-filter: blur(3px);
}
.mobile-menu-overlay.active {
  opacity: 0.3;
  pointer-events: all;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .mobile-menu.opened {
    transform: translateY(122px);
  }
  .mobile-menu li:hover svg {
    transform: unset;
  }
  .mobile-menu .submenu-toggle svg {
    transition: 0.3s ease;
  }
  .mobile-menu .submenu-toggle.is-rotated svg {
    transform: rotate(180deg);
  }
  .header {
    padding-top: 16px;
    top: 52px;
  }
  .header__content {
    height: 46px;
  }
  .header__menu > li {
    flex-wrap: wrap;
    align-items: center;
  }
  .header__menu > li > a {
    width: calc(100% - 32px);
  }
  .header__menu .submenu-block {
    position: relative;
    padding: 0;
    width: 100%;
  }
  .header__menu-btn-cont {
    gap: 16px;
  }
  .header__burger-cont {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__logo-img {
    height: 22px;
  }
  .header__burger {
    width: 24px;
    height: 24px;
  }
  .header__menu li:nth-child(3) > .submenu-block {
    left: 0;
  }
  .header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu {
    display: flex !important;
    flex-flow: column !important;
    gap: 4px !important;
    margin-top: 8px !important;
  }
  .header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.022em;
    color: rgba(34, 34, 34, 0.8);
  }
  .header__menu > li {
    height: 100%;
    max-height: 40px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.022em;
    color: rgba(34, 34, 34, 0.8);
  }
  .header__menu > li:hover {
    border-bottom: none;
    box-shadow: none;
    background: inherit;
  }
  .header__menu > li > a {
    width: calc(100% - 32px);
  }
  .header__menu > li .submenu-heading {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    background: linear-gradient(90.24deg, #D7F64D 0.21%, #080E29 193.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .header__menu .submenu-block {
    position: relative;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    box-shadow: none;
    pointer-events: all;
    margin-top: 10px;
  }
  .header__menu .submenu-block .submenu {
    margin-top: 16px !important;
  }
  .top-banner__content {
    padding: 18px 0;
  }
  .top-banner__text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.022em;
    color: rgba(0, 0, 0, 0.56);
  }
  .top-banner__text a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.022em;
    text-decoration-line: underline;
    color: #000000;
  }
  .top-banner__contact {
    gap: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.022em;
    color: rgba(34, 34, 34, 0.64);
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 74px;
  }
  .header .container {
    padding: 16px;
  }
  .header__content {
    height: 42px;
  }
  .header__logo-img {
    height: 40px;
    width: 40px;
  }
  .header__burger {
    width: 24px;
    height: 24px;
  }
  .header__menu li:nth-child(3) > .submenu-block {
    left: 0;
  }
  .header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu {
    display: flex !important;
    flex-flow: column !important;
    gap: 4px !important;
    margin-top: 8px !important;
  }
  .header__menu .submenu-block .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > .sub-menu li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.022em;
    color: rgba(34, 34, 34, 0.8);
  }
  .header__menu > li {
    height: 100%;
    max-height: 40px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.022em;
    color: rgba(34, 34, 34, 0.8);
  }
  .header__menu > li:hover {
    border-bottom: none;
    box-shadow: none;
    background: inherit;
  }
  .header__menu > li > a {
    width: calc(100% - 32px);
  }
  .header__menu > li .submenu-heading {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    background: linear-gradient(90.24deg, #D7F64D 0.21%, #080E29 193.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .header__menu .submenu-block {
    position: relative;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    box-shadow: none;
    pointer-events: all;
    margin-top: 10px;
  }
  .header__menu .submenu-block .submenu {
    margin-top: 16px !important;
  }
}/*# sourceMappingURL=header.css.map */