.lang-switcher{position:relative}.lang-switcher,.lang-switcher__button{display:inline-flex;align-items:center}.lang-switcher__button{gap:6px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:6px 12px;color:inherit;font:inherit;font-size:13px;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease;line-height:1}.lang-switcher__button:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.55)}.lang-switcher__button:disabled{opacity:.6;cursor:progress}.lang-switcher__current{text-transform:uppercase}.lang-switcher__caret{transition:transform .2s ease}.lang-switcher__caret.open{transform:rotate(180deg)}.lang-switcher__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;margin:0;padding:4px;background:#111;border:1px solid rgba(255,255,255,.15);border-radius:10px;list-style:none;box-shadow:0 12px 30px rgba(0,0,0,.4);z-index:1000}.lang-switcher__option{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:none;padding:8px 10px;color:#fff;font:inherit;font-size:13px;cursor:pointer;border-radius:6px;text-align:left}.lang-switcher__option:hover{background:rgba(255,255,255,.08)}.lang-switcher__option.active{background:rgba(255,255,255,.12);font-weight:700}.lang-switcher__flag{font-weight:700;letter-spacing:.06em;font-size:12px}.lang-switcher--footer .lang-switcher__button{border-color:rgba(0,0,0,.25);color:inherit}