.language-switcher{position:relative;-webkit-user-select:none;user-select:none;font-family:inherit}.language-switcher *{color:#000}.lang-current{background:transparent;padding:0;border-radius:8px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:8px;transition:background .2s}.lang-flag{margin-right:0;display:inline-flex;align-items:center}.lang-flag img{width:20px;height:20px;object-fit:cover;border-radius:50%;border:2px solid #F6F6F6;display:block;box-sizing:border-box}.lang-name{flex-grow:0;font-size:15px;color:#1f1f1f;white-space:nowrap}.lang-arrow{margin-left:0;width:10px;height:10px;transition:transform .25s ease}.language-switcher.open .lang-arrow{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;background:#fff;color:#000;padding:8px;gap:4px;border-radius:10px;overflow:hidden;display:none;z-index:100;border:1px solid #E8EBED;box-shadow:0 4px 12px #0000000f}.language-switcher.open .lang-dropdown{display:block}footer .header__right-part.header__desktop .language-switcher .lang-dropdown{top:auto;bottom:calc(100% + 4px)}.lang-option{padding:6px;cursor:pointer;display:flex;align-items:center;transition:background .15s;border-radius:8px;gap:8px}.lang-option:hover{background:#f6f6f6}.language-switcher.mobile{display:none}@media (max-width: 990px){header .header__bottom .language-switcher{display:none}.language-switcher.mobile{display:block;font-size:15px;position:relative;top:auto;right:auto}}
