.lang-switcher-wrapper *{box-sizing:border-box}.lang-switcher-button{cursor:pointer;justify-content:center;align-items:center;gap:10px;transition:all .25s linear;display:flex}.lang-switcher-button:hover{opacity:.85}.lang-switcher-button__text{color:#1f1f33;font-family:Geologica_Regular;font-size:14px;line-height:14px}.lang-switcher-button__icon{width:10px;height:6px}.lang-switcher-button__icon svg{width:100%;height:100%;margin:0;padding:0;display:block}.lang-switcher-modal{z-index:10000;position:fixed;inset:0}.lang-switcher-modal *{box-sizing:border-box}.lang-switcher-modal__underlay{z-index:1;opacity:.05;background-color:#1f1f33;animation:.25s linear forwards webLangSwitcherModalUnderlay;position:absolute;inset:0}.lang-switcher-modal__container{z-index:2;background-color:#fff;border-radius:12px;min-width:260px;padding:20px 40px;animation:.1s linear forwards webLangSwitcherModalContainer;position:absolute;transform:translate(-50%,5px)}.lang-switcher-modal-list{flex-direction:column;gap:10px;display:flex}.lang-switcher-modal-list-item{flex-direction:row;align-items:center;gap:15px;display:flex}.lang-switcher-modal-list-item:not(.lang-switcher-modal-list-item_active){cursor:pointer}.lang-switcher-modal-list-item:not(.lang-switcher-modal-list-item_active) .lang-switcher-modal-list-item__icon{opacity:.2}.lang-switcher-modal-list-item:not(.lang-switcher-modal-list-item_active):hover{opacity:.85}.lang-switcher-modal-list-item__key{color:#1f1f33;font-family:Geologica_SemiBold;font-size:14px;line-height:14px}.lang-switcher-modal-list-item__label{color:#1f1f33;font-family:Geologica_Light;font-size:14px;line-height:14px}.lang-switcher-modal-list-item__icon{justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;display:flex}@keyframes webLangSwitcherModalUnderlay{0%{opacity:0}to{opacity:.05}}@keyframes webLangSwitcherModalContainer{0%{opacity:0}to{opacity:1}}