.switcher{display:flex;flex-direction:column;width:100%;color:var(--igCore-white-text);margin:1.25rem 0}.switcher__items{display:flex;justify-content:space-between;background:hsla(0,0%,100%,.0980392157);border-radius:10rem;padding:0 .3125rem}@media screen and (max-width:770px){.switcher__items{flex-wrap:wrap;border-radius:1rem;padding:.652rem 0}}.switcher__item{width:50%;font-size:inherit;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem .625rem;cursor:pointer;border:none;background:rgba(0,0,0,0);color:inherit;position:relative}@media screen and (max-width:770px){.switcher__item{justify-content:center;width:100%;padding:.875rem .5rem}}@media screen and (max-width:440px){.switcher__item{padding:.625rem .25rem}}.switcher__item__active{color:var(--igCore-yellow-2)}.switcher__item__active:after{content:"";position:absolute;border-radius:10rem;height:calc(100% - .3125rem);width:calc(100% - .3125rem);top:50%;left:0;bottom:0;right:0;transform:translateY(-50%);border:1px solid rgba(222,255,78,.1);background:radial-gradient(40.18% 40.18% at 47.92% 100%,rgba(222,255,78,.5) 0,rgba(233,255,136,.368) 20%,rgba(255,255,255,.1) 100%)}.switcher__result{display:flex;flex-direction:column;margin-top:1.875rem;padding:0 1.875rem}.switcher__result ․switcher__active{line-height:1.75}.switcher__result-item{display:none}.switcher__active{display:flex;flex-direction:column;min-height:12.5rem}.switcher__active .switcher__result-item-element{word-break:break-word;position:relative}.switcher__active .switcher__result-item-element:after{content:"";position:absolute;top:0;left:0;margin-top:.625rem;width:.25rem;height:.25rem;border-radius:50%;background-color:#fff}.switcher__result-item-element{padding:.625rem!important}