.component-header {
  background-image: none;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
.component-header[data-shadow=true] {
  box-shadow: 0 18px 7px rgba(33, 30, 35, 0.01), 0 10px 6px rgba(33, 30, 35, 0.03), 0 4px 4px rgba(33, 30, 35, 0.06), 0 1px 2px rgba(33, 30, 35, 0.02), 0 0 0 1px rgba(33, 30, 35, 0.05);
}
.component-header .header-inner {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.component-header .header-inner .inner-odd img {
  height: 48px;
}
.component-header .header-inner .inner-panel {
  margin: 1px 0 0 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.component-header .header-inner .inner-panel .panel-item .item-link {
  font-family: Montreal, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-kerning: normal;
  font-size: 12px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  line-height: 1.4;
  color: #211E23;
}
.component-header .header-inner .inner-even {
  margin: 0 0 0 auto;
  display: flex;
  gap: 12px;
}
.component-header .header-inner .inner-even .even-control {
  display: flex;
  align-items: center;
  gap: 4px;
}
.component-header .inner-burger {
  display: none;
}
.component-header .header-outer {
  display: none;
}
@media (max-width: 768px) {
  .component-header .header-inner .inner-panel {
    display: none;
  }
  .component-header .header-inner .inner-burger {
    display: block;
    margin: 0 0 0 16px;
  }
  .component-header .header-outer {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .component-header .header-outer[data-open=true] {
    height: auto;
  }
  .component-header .header-outer .outer-item .item-link {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid rgba(33, 30, 35, 0.06);
    font-family: Montreal, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-kerning: normal;
    font-size: 12px;
    font-variation-settings: "wght" 600;
    font-weight: 600;
    line-height: 1.4;
    color: #211E23;
  }
}
@media (max-width: 640px) {
  .component-header .header-inner {
    padding: 10px 0;
  }
  .component-header .header-inner .inner-odd img {
    height: 36px;
  }
}

.header-plug {
  width: 1px;
  height: 80px;
}
@media (max-width: 640px) {
  .header-plug {
    height: 56px;
  }
}

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