:root{--mobS: 393px;--mobL: 480px;--tabM: 720px;--deskS: 1024px;--deskL: 1366px;--deskXl: 1440px}.langs-wrap{position:relative;z-index:4}.langs-wrap:not(.dropdown-item){padding-bottom:10px;margin-bottom:-10px}.langs-header{display:flex;justify-content:space-between;align-items:center;color:var(--Text-Primary);position:fixed;width:100%;padding:24px 22px;background-color:var(--Fill-1-default);will-change:transform}.langs-menu.desktop{position:absolute;top:2px;inset-inline-end:0;z-index:2;width:fit-content;min-width:240px;transform:scale(.6);opacity:0;pointer-events:none;transition:all .4s ease-in-out}.langs-menu.desktop.open{transform:scale(1);opacity:1;pointer-events:initial}.langs-menu.desktop .langs-header{display:none}.langs-menu.desktop .langs-item .button{width:100%}.langs-menu.desktop .langs-item.active .button span{color:var(--Text-Brand-Primary-default)}.langs-menu.mobile .langs-item.active .button{background:var(--Fill-1-hover)}.langs-menu.mobile .langs-item.active .button:active{background:var(--Fill-1-pressed)}.langs-menu.mobile .langs-item.active .button .checkmark{margin-inline-start:auto}.langs-menu.mobile .langs-item-link{min-height:58px;width:100%;background-color:var(--Fill-1-default)}.langs-menu.mobile .langs-item-link:active{background-color:var(--Fill-1-pressed)}.langs-menu.popup{position:fixed;left:0;right:0;bottom:-100%;max-height:360px;background-color:var(--Fill-1-default);border-radius:24px 24px 0 0;overflow-y:auto;z-index:4;transition:bottom .3s ease-in-out}.langs-menu.popup.open{bottom:0}.langs-menu.popup .langs-list{padding-top:100px;padding-inline:20px;padding-bottom:24px}.langs-list{min-width:240px}.langs-dropdown-button{white-space:nowrap}.langs-dropdown-button.mobile{display:flex;justify-content:space-between;width:100%;padding:19px 10px;background:var(--Fill-1-hover)}.langs-dropdown-button.mobile>svg{pointer-events:none;transform:rotate(-90deg)}.langs-dropdown-button.mobile>svg path{stroke:var(--Fill-Brand-default)}.langs-dropdown-button.mobile>span{pointer-events:none}.langs-dropdown-button.mobile.is-expanded{position:relative}.langs-dropdown-button.mobile.is-expanded:before{content:"";position:fixed;left:0;bottom:0;width:100%;height:100dvh;background:var(--Fill-0-alpha70);z-index:3}.langs-dropdown-button.desktop{display:none}@media screen and (min-width:720px){.langs-dropdown-button.desktop{display:flex}}body[dir=rtl] .langs-dropdown-button.mobile>svg{transform:rotate(90deg)}
