.lang-switcher{position:fixed;z-index:1000;top:90%;left:95%}.lang-switcher__button{background:none;border:none;font-size:1.5rem;cursor:pointer;border-radius:50%;padding:.5rem;transition:background .2s ease-in-out}.lang-switcher__button:hover{background:rgba(0,0,0,.05)}.lang-switcher__button.active{background:rgba(0,0,0,.08)}.lang-switcher__dropdown{position:absolute;right:54px;margin-top:-2.58rem;width:auto;background:#fff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:1000;display:flex;flex-direction:row;animation:fadeIn .2s ease-in-out}.lang-switcher__option{padding:.5rem .8rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem;transition:all .15s ease-in-out;border-radius:.3rem}.lang-switcher__option:hover{background:#f3f3f3}.lang-switcher__option.active{font-weight:600;color:#0070f3;background:rgba(0,112,243,.08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}