/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/bicon-header/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s ease all;
  padding: 24px 0;
  z-index: 11;
}
@media (max-width: 999px) {
  .header {
    padding: 10px 0;
  }
}
.bicon-header__mobile-menu-top {
  padding: 0;
  display: flex;
  max-height: 64px;
  align-items: center;
  min-height: 64px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bicon-header__mobile-menu-top {
    min-height: 52px;
    max-height: 52px;
  }
}
.with-icons {
  display: none;
}
.header__content * {
  margin: 0;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__menu-list,
.header__menu-wrapper {
  gap: 32px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__menu-list,
  .header__menu-wrapper {
    gap: 20px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__buttons {
    gap: 10px;
  }
}
.header__menu-item {
  list-style: none;
}
.header__menu-link,
.bicon-header__link {
  color: white;
  text-decoration: none;
}
.bicon-header__mega-menu-wrapper {
  position: relative;
}
.header__menu-link,
.bicon-header__link {
  text-align: center;
  font-size: var(--wp--preset--font-size--custom-9);
  transition: 0.4s ease all;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 125% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header__menu-link,
  .bicon-header__link {
    font-size: 14px;
  }
}
.header.is-scroll .header__menu-link,
.header.is-scroll .bicon-header__link {
  color: var(--wp--preset--color--blue);
}
.header__logo path:not(.header__logo-path) {
  transition: 0.4s ease all;
  fill: white;
}
.header.is-scroll .header__logo path:not(.header__logo-path) {
  fill: var(--wp--preset--color--blue);
}
.header__logo-mobile,
.header__logo {
  position: relative;
  top: -5px;
}
@media (max-width: 1200px) {
  .header__logo-mobile,
  .header__logo {
    top: -2px;
  }
}
.header-polygon {
  fill: white;
  transition: 0.4s ease all;
}
.header__logo-mobile,
.header__logo {
  width: 100%;
}
.header.is-scroll .header-polygon {
  fill: var(--wp--preset--color--blue);
}
.header.is-scroll {
  background-color: white;
}
.bicon-header__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bicon-header__link svg {
  transition: 0.4s ease all;
}
@media (hover: hover) {
  .header__menu-link:hover {
    color: var(--wp--preset--color--accent) !important;
  }
}
.header__menu-link,
.bicon-header__link {
  position: relative;
  cursor: pointer;
}
.header__menu-link::after,
.bicon-header__link::after {
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
  transition: 0.4s ease all;
  content: "";
  height: 2px;
  background-color: var(--wp--preset--color--accent);
}
.header__menu-link.is-active::after,
.bicon-header__link.is-active::after {
  opacity: 1;
}
.header__menu-link {
  transition: 0.4s ease all;
}
.bicon-header__mega-menu {
  position: absolute;
  bottom: -36px;
  left: -48px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  z-index: -1;
  border-radius: 8px;
  padding: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  transform: translateY(100%);
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.bicon-header__mega-menu-wrapper.is-active .bicon-header__mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.bicon-header__menu-right p,
.bicon-header__menu-items p,
.bicon-header__mega-menu-column p {
  color: var(--GREY-100, #7A8A99);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bucon-header__mega-menu-column-links {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bucon-header__mega-menu-column-links a {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
  line-height: 111%;
}
@media (hover: hover) {
  .bucon-header__mega-menu-column-links a:hover {
    color: var(--wp--preset--color--accent);
  }
}
.with-icons {
  grid-template-columns: 1fr auto;
}
.bicon-header__icons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 32px;
}
.bicon-header__icon-link {
  display: flex;
  padding: 16px 20px;
  border-radius: 4px;
  background: var(--GREY-10, #F2F3F5);
  align-items: center;
  gap: 16px;
  color: var(--wp--preset--color--blue);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  transition: 0.4s ease all;
  min-width: 200px;
  text-decoration: none;
  font-weight: 400;
  line-height: 125%;
  white-space: nowrap;
}
@media (hover: hover) {
  .bicon-header__icon-link:hover {
    color: var(--wp--preset--color--accent);
  }
}
.bicon-header__icon {
  max-width: 27px;
  min-width: 27px;
  display: block;
  height: auto;
}
.bicon-header__mega-menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.bicon-header__mega-menu-links a {
  transition: 0.4s ease all;
  color: var(--wp--preset--color--blue);
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%; /* 111.111% */
}
@media (hover: hover) {
  .bicon-header__mega-menu-links a:hover {
    color: var(--wp--preset--color--accent);
  }
}
.header__button-lang {
  display: flex;
  align-items: center;
  border: none;
  gap: 4px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 20px;
  background: var(--GREY-10, #F2F3F5);
  color: var(--wp--preset--color--blue);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .header__button-lang {
    padding: 8px 10px;
    max-height: 32px;
    font-size: 12px;
  }
}
.header__lang-switcher.is-open svg {
  rotate: 180deg;
}
.header__button-lang svg {
  transition: 0.4s ease all;
}
@media (max-width: 768px) {
  .header__button-lang svg {
    max-width: 19px;
  }
}
@media (max-width: 1200px) {
  .header__logo-mobile,
  .header__logo {
    max-width: 140px !important;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 999px) {
  .bicon-header__mega-menu-wrapper,
  .header__menu {
    display: none;
  }
}
.header__burger-button {
  display: none;
}
@media (max-width: 999px) {
  .header__burger-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 20px;
    justify-content: space-between;
    border: none;
    padding: 0;
    height: 15px;
    padding: 0;
    background-color: transparent;
  }
}
.header__burger-button span {
  width: 100%;
  transition: 0.4s ease all;
  height: 2px;
  min-height: 2px;
  background-color: white;
}
.header.is-scroll .header__burger-button span {
  background-color: var(--wp--preset--color--blue);
}
.bicon-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh;
  background-color: var(--wp--preset--color--blue);
}
.bicon-header__mobile-menu {
  padding: 0 20px;
}
.bicon-header__burger-close {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 25px;
  position: relative;
  right: -4px;
}
.bicon-header__burger-close svg {
  width: 100%;
  height: auto;
}
.bicon-header__link.is-active svg {
  rotate: 180deg;
}
@media (max-width: 768px) {
  .header__buttons .main-button {
    padding: 8px 10px;
    font-size: 12px;
    max-height: 32px;
  }
}
.bicon-header__mobile-menu-top .header__logo path:not(.header__logo-path) {
  fill: white !important;
}
.bicon-header__mobile-menu {
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header--menu-open .bicon-header__mobile-menu {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bicon-header__mobile-menu-links a,
.bicon-header__mobile-menu-links summary {
  list-style: none;
  font-size: 18px;
  transition: 0.4s ease all;
  text-decoration: none;
  color: white;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 125%; /* 125% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bicon-header__mobile-menu-links summary a {
  text-decoration: none;
}
.bicon-header__mobile-submenu {
  margin-top: 10px;
  display: flex;
  padding-left: 15px;
  flex-direction: column;
  gap: 15px;
}
.bicon-header__mobile-menu-links {
  display: flex;
  padding-left: 10px;
  flex-direction: column;
  gap: 30px;
}
.bicon-header__mobile-menu-links {
  padding-left: 0;
}
.bicon-header__mobile-submenu a {
  list-style: none;
  font-size: 14px;
  transition: 0.4s ease all;
  text-decoration: none;
  font-style: normal;
  display: flex;
  gap: 4px;
  font-weight: 600;
  line-height: 125%; /* 125% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.bicon-header__mobile-menu-links {
  height: 100%;
  overflow: auto;
  padding-bottom: 25px;
  padding-top: 35px;
}
.bicon-header__mobile-menu-links summary svg {
  transition: 0.4s ease all;
}
.bicon-header__mobile-menu-links details[open] summary svg {
  rotate: 180deg;
}
.bicon-header .main-button {
  max-height: 40px;
}
.header__logo {
  max-width: 181px;
  height: auto;
  display: block;
}
.header__lang-switcher {
  position: relative;
  cursor: pointer;
}
.header__lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s ease all;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--GREY-10, #F2F3F5);
}
.header__lang-switcher.is-open .header__lang-dropdown {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.header__lang-option {
  background: none;
  border: none;
  color: var(--wp--preset--color--blue);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  background: var(--GREY-10, #F2F3F5);
  font-weight: 600;
  padding: 8px 12px;
  color: var(--wp--preset--color--blue) !important;
  cursor: pointer;
}
.bicon-header__mobile-menu-top .header-polygon {
  fill: white !important;
}

/*# sourceMappingURL=style-index.css.map*/