.language-switcher{position:relative;flex:0 0 auto;color:#fff}
.language-switcher summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:7px;min-width:48px;height:44px;padding:0 9px;border:1px solid #ffffff35;border-radius:5px;color:#e8edf2;font:600 .67rem/1 var(--sans);letter-spacing:.08em;cursor:pointer;transition:border-color .22s,background .22s}
.language-switcher summary::-webkit-details-marker{display:none}
.language-switcher summary:hover,.language-switcher[open] summary{border-color:#ff4b00;background:#ffffff0d}
.language-switcher summary img,.language-menu img{width:18px;height:18px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 1px #fff4}
.language-menu{position:absolute;z-index:30;right:0;top:calc(100% + 10px);width:205px;padding:8px;background:#17283a;border:1px solid #ffffff24;border-radius:9px;box-shadow:0 18px 42px #02081266}
.language-menu a{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;min-height:42px;padding:8px 10px;border-radius:6px;color:#cbd5df;font-size:.82rem;transition:background .2s,color .2s}
.language-menu a:hover,.language-menu a[aria-current]{background:#ffffff0d;color:#fff}
.language-menu a[aria-current]{box-shadow:inset 2px 0 #ff4b00}
.language-menu small{color:#7f91a3;font-size:.62rem;letter-spacing:.08em}

@media(min-width:981px) and (max-width:1280px){
 .language-switcher summary{min-width:42px;height:40px;padding-inline:7px}
 .language-switcher summary img{width:16px;height:16px}
}

@media(max-width:980px){
 .site-header nav.open>.language-switcher{grid-column:1/-1;order:10;margin-top:12px}
 .language-switcher summary{justify-content:flex-start;width:100%;height:48px;padding:0 15px;border-color:#ffffff27}
 .language-switcher summary:after{content:'';width:7px;height:7px;margin-left:auto;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
 .language-switcher[open] summary:after{transform:rotate(225deg) translate(-2px,-2px)}
 .language-menu{position:static;width:100%;margin-top:7px;box-shadow:none;background:#0d1b2a80}
 .language-menu a{min-height:45px}
}
