/* v195 — compact global RU / EN locale switch. */
.siteHeader .headerLangSwitch{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:2px!important;
  min-height:36px!important;
  padding:2px 3px 2px 27px!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:10px!important;
  background:#171c24!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.siteHeader .headerLangSwitch::before{
  content:"";
  position:absolute;
  left:8px;
  top:50%;
  width:13px;
  height:13px;
  transform:translateY(-50%);
  opacity:.68;
  background:center/13px 13px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aeb8c7' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c2.5 2.5 3.8 5.5 3.8 9S14.5 18.5 12 21M12 3C9.5 5.5 8.2 8.5 8.2 12s1.3 6.5 3.8 9'/%3E%3C/svg%3E")!important;
}
.siteHeader .headerLangSwitch button{
  min-width:35px!important;
  height:30px!important;
  min-height:30px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
  color:#7f8a99!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.55px!important;
  line-height:30px!important;
  box-shadow:none!important;
  transform:none!important;
}
.siteHeader .headerLangSwitch button:hover{background:rgba(255,255,255,.035)!important;color:#d7dee8!important}
.siteHeader .headerLangSwitch button.active{background:#202a36!important;color:#9bc4ff!important;box-shadow:inset 0 0 0 1px rgba(111,168,244,.19)!important}
@media(max-width:640px){
  .siteHeader .headerLangSwitch{padding-left:24px!important;min-height:34px!important;border-radius:9px!important}
  .siteHeader .headerLangSwitch::before{left:7px;width:12px;height:12px;background-size:12px 12px!important}
  .siteHeader .headerLangSwitch button{min-width:29px!important;width:auto!important;height:28px!important;min-height:28px!important;line-height:28px!important;padding:0 5px!important;font-size:9px!important}
}

/* v195 — USD mark in account header. */
.balanceUsdMark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:7px;background:rgba(61,139,248,.12);color:#8fc0ff;font-size:13px;font-weight:900;line-height:1}
