.lang-picker-popup{width:200px;background:#fff;box-shadow:0 1.5px 7.5px rgba(0,0,0,.06),0 2.5px 20px rgba(0,0,0,.1);border-radius:22.5px;padding:20px;z-index:10000;animation:lang-picker-in .15s ease}@keyframes lang-picker-in{0%{opacity:0;transform:translateX(-4px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}.lang-picker-list{display:flex;flex-direction:column;padding:0;margin:0}.lang-picker-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 10px;gap:8px;width:100%;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;font-family:var(--font-hanken-grotesk),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:14px;line-height:16px;color:#191c1e;text-align:left;transition:background .12s ease}.lang-picker-item:hover{background:#f5f6f8}.lang-picker-item.active{background:#eceef0;font-weight:600}.lang-picker-label{flex:1 1}.lang-picker-check{width:24px;height:24px;flex-shrink:0;object-fit:contain}.dv-langButton{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;background:transparent;cursor:pointer;padding:0;border-radius:50%;color:#4a4457;transition:background .15s ease;position:relative}.dv-langButton:hover{background:#f5f6f8}.dv-langButton svg{width:22px;height:22px}.dv-langPickerWrap{position:relative;display:flex;align-items:center;justify-content:center;width:72px}:root[data-theme=dark] .lang-picker-popup{background:#1e2228;box-shadow:0 1.5px 7.5px rgba(0,0,0,.2),0 2.5px 20px rgba(0,0,0,.3)}:root[data-theme=dark] .lang-picker-item{color:#e4e8ed}:root[data-theme=dark] .lang-picker-item:hover{background:#282d35}:root[data-theme=dark] .lang-picker-item.active{background:#2a3040}:root[data-theme=dark] .lang-picker-check{color:#e4e8ed}:root[data-theme=dark] .dv-langButton{color:#aeb6c2}:root[data-theme=dark] .dv-langButton:hover{background:#282d35}@media (max-height:760px) and (min-width:821px){.dv-langButton{width:38px;height:38px}.dv-langButton svg{width:20px;height:20px}}