/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!../src/themes/reactwp/scss/templates/header.scss ***!
  \***********************************************************************************************************************************************/
/*
* VW Unit
*/
/*
* VH Unit
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .plywood {
  padding: 20px;
}
header .plywood .container {
  background: var(--black);
  display: flex;
  max-width: 1226px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
}
header .plywood .container .items {
  position: relative;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
header .plywood .container .items .language-switcher {
  position: relative;
  flex: 0 0 auto;
}
header .plywood .container .items .language-switcher__toggle {
  background: #292929;
  display: flex;
  height: 50px;
  padding: 0 16px;
  column-gap: 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  cursor: pointer;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
}
header .plywood .container .items .language-switcher__toggle svg {
  display: block;
  width: 10px;
  height: auto;
  transition: transform 0.2s ease;
}
header .plywood .container .items .language-switcher__toggle[aria-expanded=true] {
  background: #333;
  border-color: rgba(255, 255, 255, 0.18);
}
header .plywood .container .items .language-switcher__toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
header .plywood .container .items .language-switcher__menu {
  background: #292929;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 5;
  display: grid;
  row-gap: 4px;
  min-width: 86px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
header .plywood .container .items .language-switcher__menu button {
  background: transparent;
  height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
  font-weight: 800;
  color: var(--white);
  cursor: pointer;
}
header .plywood .container .items .language-switcher__menu button:hover, header .plywood .container .items .language-switcher__menu button:focus-visible, header .plywood .container .items .language-switcher__menu button.active {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
header .plywood .container .items .button {
  background: var(--red);
  border-color: var(--red);
}
header .plywood .container .items .button span {
  color: var(--white);
}

@media (max-width: 860px) {
  #app-header {
    background: #F3F5F7;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  header {
    position: relative;
    z-index: 1;
  }
  header .plywood {
    padding: calc(10px + env(safe-area-inset-top)) 12px 10px;
  }
  header .plywood .container {
    height: 58px;
    padding: 9px 10px 9px 16px;
    border-radius: 18px;
  }
  header .plywood .container > a {
    display: flex;
    min-width: 0;
    align-items: center;
  }
  header .plywood .container > a svg {
    display: block;
    width: 112px;
    height: auto;
  }
  header .plywood .container .items {
    column-gap: 8px;
  }
  header .plywood .container .items .language-switcher__toggle {
    height: 38px;
    padding: 0 11px;
    border-radius: 11px;
    font-size: 12px;
  }
  header .plywood .container .items {
    flex: 0 0 auto;
  }
  header .plywood .container .items .button {
    height: 38px;
    padding: 0 14px;
    border-radius: 11px;
  }
  header .plywood .container .items .button span {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 380px) {
  header .plywood .container {
    padding-left: 12px;
  }
  header .plywood .container > a svg {
    width: 100px;
  }
  header .plywood .container .items {
    column-gap: 6px;
  }
  header .plywood .container .items .language-switcher__toggle {
    padding: 0 9px;
  }
  header .plywood .container .items .button {
    padding: 0 10px;
  }
  header .plywood .container .items .button span {
    font-size: 12px;
  }
}

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