.ion-site-header-mount { display: contents; }

.ion-site-header,
.ion-site-header * {
  box-sizing: border-box;
}

.ion-site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  color: #143126;
  background: #fff;
  font-family: "Proxima Nova", Arial, sans-serif;
}

.ion-site-header a { color: inherit; text-decoration: none; }
.ion-site-header summary { list-style: none; }
.ion-site-header summary::-webkit-details-marker { display: none; }

.ion-site-header__notice {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #fff;
  background: #003324;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
}

.ion-site-header__notice a { margin: 0 4px; font-weight: 700; text-decoration: underline; }

.ion-site-header__main {
  position: relative;
  min-height: 80px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid rgba(8, 65, 42, .08);
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 35, 25, .07);
}

.ion-site-header__logo { display: inline-flex; align-items: center; }
.ion-site-header__logo img { display: block; width: 116px; height: 49px; object-fit: contain; }

.ion-desktop-nav { height: 80px; display: flex; justify-content: flex-end; align-items: stretch; }
.ion-desktop-nav__link,
.ion-nav-group > summary {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  color: #143126;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.ion-nav-group > summary svg,
.ion-language > summary svg,
.ion-mobile-nav__drawer summary svg { width: 10px; height: 7px; transition: transform .16s ease; }
.ion-nav-group[open] > summary svg,
.ion-language[open] > summary svg,
.ion-mobile-nav__drawer details[open] > summary svg { transform: rotate(180deg); }
.ion-desktop-nav__link:hover,
.ion-nav-group > summary:hover { color: #0f99cc; }

.ion-nav-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  max-height: calc(100vh - 122px);
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  padding: 32px max(28px, calc((100vw - 1220px) / 2));
  overflow-y: auto;
  transform: translateX(-50%);
  border-top: 1px solid rgba(8, 65, 42, .08);
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(0, 34, 28, .16);
}

.ion-nav-group:not([open]) > .ion-nav-panel { display: none; }
@media (hover: hover) { .ion-nav-group:hover > .ion-nav-panel { display: grid; } }
.ion-nav-panel__intro { padding: 10px 24px 10px 0; border-right: 1px solid rgba(8, 65, 42, .1); }
.ion-nav-panel__intro strong { display: block; color: #0f3526; font-family: Poppins, Arial, sans-serif; font-size: 25px; }
.ion-nav-panel__intro p { margin: 10px 0 0; color: rgba(35, 55, 50, .72); font-size: 15px; line-height: 1.5; }
.ion-nav-panel__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 18px; }
.ion-nav-card { display: flex; align-items: flex-start; gap: 13px; padding: 11px; border-radius: 12px; }
.ion-nav-card:hover,
.ion-nav-card:focus-visible { background: #edf8ec; outline: none; }
.ion-nav-card__icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; color: #087c63; background: #e5f1fb; }
.ion-nav-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.ion-nav-card strong { display: block; color: #0f3526; font-size: 15px; line-height: 1.25; }
.ion-nav-card small { display: block; margin-top: 4px; color: rgba(35, 55, 50, .67); font-size: 12.5px; line-height: 1.35; }

.ion-site-header__tools { display: flex; align-items: center; gap: 10px; }
.ion-search > summary,
.ion-mobile-nav > summary { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #07523d; background: #79c25c; cursor: pointer; }
.ion-search > summary svg { width: 21px; height: 21px; }
.ion-language > summary { min-width: 62px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 20px; background: #fff; box-shadow: 0 4px 14px rgba(0, 36, 25, .13); font-size: 14px; font-weight: 700; cursor: pointer; }
.ion-search__panel,
.ion-language__panel { position: absolute; top: calc(100% + 1px); right: 20px; z-index: 2; border: 1px solid rgba(8, 65, 42, .1); background: #fff; box-shadow: 0 20px 45px rgba(0, 34, 28, .16); }
.ion-search__panel { left: 20px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 18px; }
.ion-search__panel label { font-weight: 700; }
.ion-search__panel input { min-width: 0; height: 44px; padding: 0 14px; border: 1px solid rgba(8, 65, 42, .2); border-radius: 8px; font: inherit; }
.ion-search__panel button { height: 44px; padding: 0 20px; border: 0; border-radius: 22px; color: #fff; background: #087c63; font-weight: 700; cursor: pointer; }
.ion-language__panel { width: 170px; padding: 8px; border-radius: 10px; }
.ion-language__panel a { display: block; padding: 10px 12px; border-radius: 7px; font-size: 14px; font-weight: 600; }
.ion-language__panel a:hover { background: #edf8ec; }
.ion-mobile-nav { display: none; }

@media (max-width: 1120px) {
  .ion-site-header__main { grid-template-columns: 130px minmax(0, 1fr) auto; gap: 8px; }
  .ion-desktop-nav__link, .ion-nav-group > summary { padding: 0 7px; font-size: 13.5px; }
}

@media (max-width: 1023px) {
  .ion-site-header { position: sticky; top: 0; }
  .ion-site-header__notice { min-height: 36px; font-size: 12px; }
  .ion-site-header__main { min-height: 72px; grid-template-columns: 1fr auto; padding: 0 14px; }
  .ion-site-header__logo img { width: 105px; height: 44px; }
  .ion-desktop-nav, .ion-language { display: none; }
  .ion-mobile-nav { display: block; }
  .ion-mobile-nav > summary { border-radius: 9px; color: #fff; background: #087c63; }
  .ion-mobile-nav > summary svg { width: 24px; height: 24px; }
  .ion-mobile-nav__drawer { position: fixed; top: 108px; right: 0; bottom: 0; width: min(430px, 100vw); padding: 0 18px 28px; overflow-y: auto; color: #143126; background: #fff; box-shadow: -20px 20px 60px rgba(0, 34, 28, .22); }
  .ion-mobile-nav__title { margin: 0 -18px 12px; padding: 18px; color: #fff; background: #07523d; font: 700 21px/1 Poppins, Arial, sans-serif; }
  .ion-mobile-nav__drawer > a,
  .ion-mobile-nav__drawer > details > summary,
  .ion-mobile-nav__drawer > details a { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 12px 4px; border-bottom: 1px solid rgba(8, 65, 42, .1); font-size: 16px; font-weight: 700; cursor: pointer; }
  .ion-mobile-nav__drawer > details a { padding-left: 18px; color: rgba(20, 49, 38, .82); font-size: 14px; font-weight: 600; }
  .ion-search__panel { position: fixed; top: 108px; left: 0; right: 0; grid-template-columns: 1fr auto; }
  .ion-search__panel label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
