@layer ui-common{.multiple--switcher{display:flex;gap:12px;justify-content:space-between;width:fit-content;padding:4px;border-radius:24px;background-color:#fff}@media screen and (max-width:429px){.multiple--switcher{gap:7px}}.multiple--switcher>li{height:40px;padding:8px 16px;border-radius:20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease,color .3s ease;color:#343a3f;font-weight:700;font-size:15px;font-family:Mulish,sans-serif;line-height:22.5px;letter-spacing:-.011em}@media screen and (max-width:1400px){.multiple--switcher>li{letter-spacing:normal;height:37px;font-weight:600;font-size:14px;line-height:21px}}@media screen and (max-width:429px){.multiple--switcher>li{height:29px;padding:6px 10px;font-size:11px;line-height:16px}}.multiple--switcher>li:hover:not(.active){background-color:#e5ecea}.multiple--switcher>li.active{color:#fff;background-color:#00c08b}}