.menu-burger__wheel{position:relative;display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:15px var(--universal-spacings-xl) 17px 85px;margin:0 var(--universal-spacings-l) var(--universal-spacings-m);border-radius:var(--roundings-s);cursor:pointer}.menu-burger__wheel-bg{border-radius:var(--roundings-s);background-color:var(--background-c);overflow:hidden;pointer-events:none;position:absolute;left:0;top:0;width:100%;height:100%}.menu-burger__wheel-bg .menu-burger__wheel-bg-el,.menu-burger__wheel-bg:after,.menu-burger__wheel-bg:before{content:"";position:absolute;top:-71px;left:-240px;right:-74px;width:calc(100% + 314px);height:188px;background-repeat:no-repeat;background-position:50%;opacity:0;transition:all .2s ease-out}.menu-burger__wheel-bg:before{background:radial-gradient(50% 50% at 50% 50%,rgba(247,158,27,.6) 19.18%,rgba(247,158,27,0) 100%);animation:gradient-animation-1 4s linear infinite;opacity:1}.menu-burger__wheel-bg:after{background:radial-gradient(50% 50% at 50% 50%,rgba(247,27,199,.4) 19.18%,rgba(247,27,199,0) 100%);animation:gradient-animation-2 4s linear infinite}.no-touch .menu-burger__wheel:hover .menu-burger__wheel-bg .menu-burger__wheel-bg-el,.no-touch .menu-burger__wheel:hover .menu-burger__wheel-bg:after,.no-touch .menu-burger__wheel:hover .menu-burger__wheel-bg:before{animation-play-state:paused}@keyframes gradient-animation-1{0%{opacity:0}25%{opacity:1}50%,to{opacity:0}}@keyframes gradient-animation-2{0%{opacity:0}50%{opacity:1}75%,to{opacity:0}}@keyframes gradient-animation-3{0%{opacity:1}25%{opacity:0}75%,to{opacity:1}}.menu-burger__wheel-bg-el{background:radial-gradient(50% 50% at 50% 50%,rgba(155,247,27,.4) 19.18%,rgba(71,247,27,0) 100%);animation:gradient-animation-3 4s linear infinite}.menu-burger__wheel-border{position:absolute;left:22px;right:22px;bottom:0;height:4px;border-radius:9px 7px 0 0;background:var(--brand-b);overflow:hidden;z-index:2}.menu-burger__wheel-border:after{content:"";position:absolute;left:0;top:0;width:400%;height:100%;background:linear-gradient(90deg,#f79e1b 24.16%,#44c300 36.18%,#00c3ac 48.79%,#c30075 62.7%,#f79e1b 74.24%);animation:gradient-animation-4 4s linear infinite}.no-touch .menu-burger__wheel:hover .menu-burger__wheel-border:after{animation-play-state:paused}@keyframes gradient-animation-4{0%{left:0}to{left:-400%}}.menu-burger__wheel-img-wr{position:absolute;left:var(--universal-spacings-s);bottom:0;width:71px;height:60px;overflow:hidden;z-index:1}.menu-burger__wheel-img{width:71px;height:71px;animation:animateWheel 2.8s ease-in-out infinite}@keyframes animateWheel{0%{transform:rotate(-13deg)}50%{transform:rotate(23deg)}to{transform:rotate(-13deg)}}.menu-burger__wheel-label{position:relative;z-index:1;flex-grow:1;color:var(--text-text);font-size:14px;font-weight:700;line-height:20px}