.gh-global-header,
.gh-global-nav,
.gh-global-links {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.gh-global-header {
  background: #fff;
  color: #243744;
  border-bottom: 1px solid #e4e9ed;
}

.gh-global-header__inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(270px, 1.25fr) auto;
  align-items: center;
  gap: 24px;
}

.gh-global-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.gh-global-contact__label { font-size: 14px; color: #5a6670; }
.gh-global-contact a { font-family: inherit; line-height: 1.35; }
.gh-global-contact__vk { font-size: 19px; font-weight: 700; color: #175b86; }
.gh-global-contact__email { font-size: 16px; color: #243744; overflow-wrap: anywhere; }

.gh-global-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #243744;
  min-width: 0;
  font-family: inherit;
}

.gh-global-brand img { width: 62px; height: 70px; object-fit: contain; flex: none; }
.gh-global-brand span { min-width: 0; }
.gh-global-brand strong { display: block; font-size: 21px; line-height: 1.25; font-weight: 700; }
.gh-global-brand small { display: block; font-size: 11px; line-height: 1.4; margin-top: 6px; }

.gh-global-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  min-width: 0;
}

.gh-global-links .gh-global-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 70px;
  padding: 9px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #214a65;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.gh-global-link span { white-space: nowrap; }
.gh-global-link i { font-size: 25px; line-height: 26px; width: 26px; height: 26px; text-align: center; }
.gh-global-links .gh-global-link--site { background: #f1f6f9; border-color: #dae6ee; }
.gh-global-link--site i { color: #b77910; }
.gh-global-link--facebook i { color: #1877f2; }
.gh-global-link--youtube i { color: #ee2143; }
.gh-global-link--tiktok i { color: #192c36; }
.gh-global-links a:hover { background: #e8f1f6; color: #143d59; }
.gh-global-links a:focus-visible,
.gh-global-header a:focus-visible { outline: 2px solid #b77910; outline-offset: 3px; }

.gh-global-nav.navber_kuang { height: auto; background: #fff; border-bottom: 1px solid #e4e9ed; }
.gh-global-nav .navber { width: 100%; max-width: 1440px; height: 62px; min-height: 62px; padding: 0 28px; }
.gh-global-nav .navber_logo { display: none; }
.gh-global-nav .pc_navber { width: 100%; height: 62px; }
.gh-global-nav .pc_navber > ul { height: 62px; margin: 0; gap: 12px; }
.gh-global-nav .pc_navber > ul > li { width: auto; flex: 1 1 auto; line-height: 62px; font-size: 16px; }
.gh-global-nav .pc_navber > ul > li > a { overflow: visible; text-overflow: clip; font-family: Arial, sans-serif; }
.gh-global-nav .pc_navber > ul > li > img { left: 10%; width: 80%; bottom: 8px; }
.gh-global-footer { padding: 22px 24px; border-top: 1px solid #dbe5ec; background: #fff; }
.gh-global-footer .gh-global-links { max-width: 680px; margin: 0 auto; }

@media (min-width: 999px) and (max-width: 1350px) {
  .gh-global-header__inner { grid-template-columns: minmax(190px, 1fr) minmax(225px, 1.1fr) auto; padding: 22px 20px; gap: 16px; }
  .gh-global-brand strong { font-size: 18px; }
  .gh-global-brand img { width: 52px; height: 60px; }
  .gh-global-links .gh-global-link { font-size: 13px; padding: 8px 5px; }
}

@media (max-width: 998px) {
  .gh-global-header__inner { grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px 20px 14px; }
  .gh-global-brand { grid-column: 1; grid-row: 1; }
  .gh-global-contact { grid-column: 2; grid-row: 1; justify-self: end; }
  .gh-global-header .gh-global-links { grid-column: 1 / -1; }
  .gh-global-nav .navber { height: auto; padding: 8px 20px; min-height: 54px; flex-wrap: nowrap; gap: 12px; }
  .gh-global-nav .mobile_title { display: block !important; color: #214a65; font: 700 15px/1.3 Arial, sans-serif; text-align: left; }
  .gh-global-nav .navber_button { display: flex; flex: 0 0 44px; border-color: #b4c9d7; background: #175b86; height: 38px; }
  .gh-global-nav .pc_navber { display: none; }
  .gh-global-nav .phone_navber { width: 100%; box-shadow: 0 6px 10px #00000012; }
  .gh-global-nav .phone_navber.show { display: block; }
  .gh-global-nav .phone_navber li { margin: 0; padding: 0 20px; box-sizing: border-box; }
  .gh-global-nav .phone_navber li a { white-space: normal; overflow-wrap: break-word; line-height: 1.5; padding: 10px 32px 10px 0; display: block; }
}

@media (max-width: 600px) {
  .gh-global-header__inner { grid-template-columns: minmax(0, 1fr); padding: 16px 14px 12px; gap: 14px; }
  .gh-global-brand { grid-column: 1; grid-row: 1; }
  .gh-global-brand img { width: 46px; height: 52px; }
  .gh-global-brand strong { font-size: 19px; }
  .gh-global-brand small { font-size: 11px; margin-top: 4px; }
  .gh-global-contact { grid-column: 1; grid-row: 2; justify-self: stretch; flex-direction: row; flex-wrap: wrap; justify-content: space-between; column-gap: 10px; row-gap: 3px; }
  .gh-global-contact__label { flex-basis: 100%; font-size: 12px; }
  .gh-global-contact__vk { font-size: 16px; }
  .gh-global-contact__email { font-size: 14px; }
  .gh-global-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .gh-global-links .gh-global-link { min-height: 58px; padding: 6px 4px; gap: 5px; font-size: 13px; }
  .gh-global-link i { font-size: 22px; }
  .gh-global-nav .navber { padding: 8px 14px; }
  .gh-global-footer { padding: 16px 14px; }
}
