.custom-lang-switcher{display:inline-block;font-family:inter;margin:0 5px;position:relative}.custom-lang-switcher__button{align-items:center;border:1px solid #e8f2ff;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;padding:8px 26px 7px 16px;width:auto}.custom-lang-switcher.opened .custom-lang-switcher__button,.custom-lang-switcher__button:hover{background:#f4f5f7}.custom-lang-switcher__button span{color:#121516;font-size:14px;font-weight:500;line-height:160%;margin-right:10px;white-space:nowrap}.custom-lang-switcher__button img{display:block;height:12px;width:12px}.custom-lang-switcher__dropdown{background:#fff;border-radius:4px;box-shadow:10px 10px 40px rgba(72,66,67,.1);display:none;left:50%;max-height:300px;overflow:auto;position:absolute;scroll-behavior:smooth;transform:translateX(-50%);z-index:2}.custom-lang-switcher__dropdown.bottom{top:calc(100% + 15px)}.custom-lang-switcher__dropdown.top{bottom:calc(100% + 5px)}.custom-lang-switcher.opened .custom-lang-switcher__dropdown{display:block}.custom-lang-switcher__dropdown ul{margin:0;padding:10px}.custom-lang-switcher__dropdown ul li{list-style-type:none;margin:0;padding:0}.custom-lang-switcher__dropdown ul li a{align-items:center;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;justify-content:flex-start;line-height:160%;padding:6px 22px 6px 8px;text-decoration:none;width:100%}.custom-lang-switcher__dropdown ul li a:not(.selected) img{opacity:0}.custom-lang-switcher__dropdown ul li a:not(.selected):hover img{opacity:.2}.custom-lang-switcher__dropdown ul li a:hover{background:#f4f5f7;text-decoration:none}.custom-lang-switcher__dropdown ul li a img{height:12px;margin-right:6px;width:12px}.custom-lang-switcher__dropdown ul li a span{color:#4d4d4d;font-weight:500;opacity:.6;white-space:nowrap}.custom-lang-switcher__dropdown ul li a.selected span{font-weight:700;opacity:1}