.cc-lang,
.cc-lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cc-lang a,
.cc-lang-switch a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.cc-lang a.is-active,
.cc-lang a:hover,
.cc-lang-switch a.is-active,
.cc-lang-switch a:hover {
  color: #fff;
}
.cc-lang-sep {
  color: rgba(255, 255, 255, 0.28);
}
.navbar_menu-right {
  display: flex;
  align-items: center;
}
.navbar_logo,
.footer_logo {
  height: 30px;
  width: auto;
  max-width: 360px;
}
