.flags{display:inline-block;vertical-align:middle}.locale-switcher__item{display:grid;height:46px;border:2px solid transparent;border-radius:64px;cursor:pointer}.locale-switcher__item-wrapper{display:grid;grid-auto-flow:row;grid-template-columns:1fr auto;align-items:center;padding:10px 12px}.locale-switcher__item_selected{background-color:#eef1f2}.locale-switcher__item_hoverable:not(.locale-switcher__item_selected):hover{border-color:rgba(36,36,36,.1)}.locale-switcher-countries-wrapper .locale-switcher-countries-wrapper_text{padding:0 12px}.locale-switcher-countries-list{display:grid;grid-template-columns:1fr 1fr;gap:2px}@media only screen and (min-width:768px)and (max-width:1140px){.locale-switcher-countries-list.locale-switcher-countries-list_wide{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1141px){.locale-switcher-countries-list.locale-switcher-countries-list_wide{grid-template-columns:repeat(3,1fr)}}.locale-switcher-countries-list .tooltip{color:rgba(36,36,36,.05)}.locale-switcher-countries-list .tooltip__inner{max-width:216px}.locale-switcher__item-header{display:flex;align-items:center;gap:8px;white-space:nowrap}