.wheels-tabs{display:flex;flex-direction:column;justify-content:center;gap:15px;height:100%;width:100%;max-width:375px;flex:none}.wheels-tabs__item{padding:20px 24px;border-radius:21px;border:1px solid rgba(255,255,255,.2);background:rgba(1,1,2,.5);backdrop-filter:blur(50px);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;-webkit-transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.wheels-tabs__item-image{position:absolute;flex:none;right:-90px;top:-38px;width:204px;height:204px;display:flex;align-items:center;justify-content:center;transition:all .6s;pointer-events:none}.wheels-tabs__item-image img{height:100%;width:100%;object-position:1px 6px;object-fit:contain;user-select:none}.wheels-tabs__item-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.wheels-tabs__item-title{color:#fff;font-size:25px;font-weight:500;line-height:20px;letter-spacing:-.362px}.wheels-tabs__item-title span{color:#fdd65b}.wheels-tabs__item--red{border-radius:21px;border:1px solid rgba(255,255,255,.2);background:#210303;backdrop-filter:blur(50px)}.wheels-tabs__item.active,.wheels-tabs__item:hover{border-radius:21px;border:1px solid #fff;box-shadow:0 0 0 5px #2d2d2a}.wheels-tabs__item.active .wheels-tabs__item-image,.wheels-tabs__item:hover .wheels-tabs__item-image{transform:rotate(180deg)}.last-reward-text{text-align:center;margin-bottom:12px;padding:8px 16px;background:rgba(0,0,0,.3);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.last-reward-text span{font-size:14px;color:gold;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);font-family:inherit}.last-reward-text #last-reward-display{transition:all .3s ease}.wheel{position:relative;width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:48px}.wheel-container{display:flex;align-items:center;justify-content:center;position:relative;width:486px;height:486px;border-radius:50%;pointer-events:none}.wheel-frame{position:absolute;width:710px;height:694px;display:flex;align-items:center;justify-content:center;z-index:9}.wheel-frame img{width:100%;height:100%;object-fit:cover;object-position:center}.wheel-arrow{position:absolute;width:42px;height:76px;display:flex;align-items:center;justify-content:center;top:-50px;z-index:10}.wheel-arrow img{width:100%;height:100%;object-fit:contain;object-position:center}.wheel-mid-circle{position:absolute;height:72px;width:72px;display:flex;align-items:center;justify-content:center;z-index:11}.wheel-mid-circle img{width:100%;height:100%;object-fit:cover;object-position:center}.wheel-list{width:100%;height:100%;flex:none}.wheel-slice{display:flex;flex-direction:column;align-items:center;justify-content:center}.wheel-slice__text{color:#fff;text-align:center;font-size:19px;font-weight:900;line-height:20px;letter-spacing:-.362px;text-transform:uppercase}.wheel-slice__icon{height:1em;width:1em;display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:10px}.wheel-slice__icon svg{height:40px;width:40px;color:#fff}.wheel-slice__icon svg path{fill:#fff}.wheel-slice--white,.wheel-slice--white .wheel-slice__text{color:#000}.wheel-slice--white .wheel-slice__icon svg path{fill:#000}.wheel-content{display:flex;flex-direction:column}.wheel-content__text{color:#ffffff80;font-size:24px;font-weight:500;line-height:24px;letter-spacing:-.362px;text-align:center;margin-bottom:22px}.wheel-content__options{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.wheel-content__options-item{display:flex;align-items:center;justify-content:center;height:54px;width:54px;object-position:center;object-fit:cover;border-radius:91px;border:1px solid #353535;background:linear-gradient(0deg,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%);backdrop-filter:blur(25px)}.wheel-content__options-item svg{font-size:36px;color:#fff}.wheel-content__button{border-radius:36px;border:1px solid #353535;background:linear-gradient(0deg,rgba(255,255,255,.1) 50%,rgba(255,255,255,0) 100%);color:#fff;font-family:Gemsbuck,sans-serif;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.362px;max-width:374px;width:100%;height:48px;backdrop-filter:blur(25px);padding:12px;user-select:none}.wheel-content__button:hover{background:linear-gradient(0deg,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%)}@media (max-width: 1200px){.wheel{gap:10px}.wheel-container{transform:scale(.8);transform-origin:center}}@media (max-width: 768px){.wheel{gap:32px}.wheel-container{transform:scale(1);width:320px;height:320px}.wheel-frame{width:458px;height:421px}.wheel-mid-circle{height:52px;width:52px}.wheel-arrow{width:32px;height:56px;top:-32px}}@media (max-width: 640px){.wheel{gap:32px}.wheel-container{width:280px;height:280px}.wheel-frame{width:400px;height:400px}.wheel-mid-circle{height:48px;width:48px}.wheel-arrow{width:28px;height:48px;top:-28px}}.wheels{display:flex;flex:1}.wheels-container{display:flex;width:100%;margin-left:auto;padding-top:64px;padding-bottom:64px;padding-left:20px;max-width:calc(var(--betsmona-container-width) - var(--betsmona-container-piece) + (var(--screen-width) - var(--betsmona-container-width) - var(--betsmona-container-piece)) / 2 + 60px - 375px)}.wheels-list{display:flex;align-items:center;justify-content:center;margin:0 auto}.wheels-list__item{display:none}.wheels-list__item>*{opacity:0}.wheels-list__item.active{display:block}.wheels-list__item.active>*{animation:astroFadeIn .3s ease-in-out forwards}@keyframes astroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1420px){.wheels-container{flex-direction:column-reverse;gap:24px}.wheels-tabs{height:auto;margin:0 auto}}@media (max-width: 1024px){.wheels{flex-direction:column-reverse;overflow:hidden}.wheels-container{max-width:100%;padding:48px 20px}.wheels-list{flex-direction:column}}
