/* Shared navigation and language typography across all public pages. */
.nav {
  height: 78px !important;
}

.nav .logo {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 112px;
  font-size: 0 !important;
  line-height: 1 !important;
  width: 112px !important;
}

.nav .logo img {
  display: block !important;
  height: auto !important;
  max-width: 112px !important;
  width: 112px !important;
}

.nav .lang,
.nav .nav-lang {
  color: rgba(255,255,255,.62) !important;
  font-family: Arial, "Segoe UI", "Microsoft YaHei", sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  text-decoration: none;
}

html[lang="en"] body {
  font-family: "Segoe UI", Arial, "Helvetica Neue", "Microsoft YaHei", sans-serif !important;
}

html[lang="en"] button,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea {
  font-family: inherit;
}

h1, h2 {
  text-wrap: balance;
}

@media (max-width: 760px) {
  .nav { height: 66px !important; }
  .nav .logo { flex-basis: 98px; width: 98px !important; }
  .nav .logo img { max-width: 98px !important; width: 98px !important; }
  .nav .lang,
  .nav .nav-lang { font-size: 10px !important; }
}
