.play-provider{position:relative;display:flex;align-items:center;gap:12px;width:224px;padding:7px 8px;border-radius:4px;margin-right:12px;background-color:var(--colors-base-black-900-70);cursor:pointer;overflow:hidden}.play-provider:last-child{margin-right:0}.main-page__games-providers .play-provider{--provider-card-bg:237,237,237;width:109px;height:71px;padding:var(--spacings-3xs);margin-right:8px;justify-content:center;border-radius:var(--roundings-xs);position:relative;background:var(--gradient-tokens-border-d),var(--gradients-background-a);transition:all .2s cubic-bezier(.56,.07,.87,.58)}.main-page__games-providers .play-provider>*{z-index:1}.main-page__games-providers .play-provider:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:radial-gradient(50% 50% at 50.26% 100%,rgba(var(--provider-card-bg),.4) 0,hsla(0,0%,92.9%,.04) 100%),var(--gradients-background-a);pointer-events:none}.main-page__games-providers .play-provider:before{content:"";z-index:1;border-radius:inherit;opacity:.2;pointer-events:none;background-image:url(/img/btn/background.webp);position:absolute;top:0;right:0;bottom:0;left:0}.no-webp .main-page__games-providers .play-provider:before{background-image:url(/img/btn/background.png)}@media(min-width:640px){.main-page__games-providers .play-provider{width:144px;height:94px;border-radius:var(--roundings-s)}}@media(min-width:1140px){.main-page__games-providers .play-provider{width:196px;height:128px;padding:4px;margin-right:var(--spacings-s)}.main-page__games-providers .play-provider:after{background:var(--gradients-background-white-4),var(--gradients-background-a)}}.no-touch .main-page__games-providers .play-provider:hover{position:relative;background:var(--gradient-tokens-border-d),var(--gradients-background-a)}.no-touch .main-page__games-providers .play-provider:hover>*{z-index:1}.no-touch .main-page__games-providers .play-provider:hover:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:radial-gradient(50% 50% at 50.26% 100%,rgba(var(--provider-card-bg),.4) 0,hsla(0,0%,92.9%,.04) 100%),var(--gradients-background-a);pointer-events:none}.no-touch .main-page__games-providers .play-provider.play-provider--is-last-show-all:hover{position:relative;background:radial-gradient(50% 50% at 50.26% 100%,rgba(var(--provider-card-bg),.4) 10%,hsla(0,0%,92.9%,.04) 100%)}.no-touch .main-page__games-providers .play-provider.play-provider--is-last-show-all:hover:after{z-index:-1;content:"";border-radius:inherit;border:1px solid transparent;background:var(--gradient-tokens-backgrounds-k) padding-box,var(--gradient-tokens-border-d) border-box;-webkit-mask:border-box linear-gradient(0deg,var(--white),var(--white) 0) content-box,linear-gradient(0deg,var(--white),var(--white) 0);mask:border-box linear-gradient(0deg,var(--white),var(--white) 0) content-box,linear-gradient(0deg,var(--white),var(--white) 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.games-jackpot__providers .play-provider{width:154px;height:161px;padding:var(--spacings-3xs);margin-right:4px;flex-direction:column;gap:0;border-radius:var(--roundings-xs);position:relative;background:var(--gradient-tokens-border-d),var(--gradients-background-a);transition:all .2s cubic-bezier(.56,.07,.87,.58)}.games-jackpot__providers .play-provider>*{z-index:1}.games-jackpot__providers .play-provider:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:var(--gradients-background-b),var(--gradients-background-a);pointer-events:none}@media(min-width:640px){.games-jackpot__providers .play-provider{border-radius:var(--roundings-s)}}@media(min-width:1140px){.games-jackpot__providers .play-provider{width:199px;height:200px;padding:4px;margin-right:var(--spacings-2xs)}}@media(min-width:1628px){.games-jackpot__providers .play-provider{height:208px}}.no-touch .games-jackpot__providers .play-provider:hover{position:relative;background:var(--gradient-tokens-border-d),var(--gradients-background-b)}.no-touch .games-jackpot__providers .play-provider:hover>*{z-index:1}.no-touch .games-jackpot__providers .play-provider:hover:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:radial-gradient(50% 50% at 50.26% 110%,rgba(var(--provider-card-bg),.2) 0,#212123 100%),var(--gradients-background-b);pointer-events:none}.no-touch .play-provider.play-provider--is-last-show-all:hover{position:relative;background:var(--gradient-tokens-border-d),var(--gradients-background-b)}.no-touch .play-provider.play-provider--is-last-show-all:hover>*{z-index:1}.no-touch .play-provider.play-provider--is-last-show-all:hover:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:radial-gradient(50% 50% at 50.26% 100%,hsla(0,0%,92.9%,.2) 10%,#212123 100%),var(--gradients-background-b);pointer-events:none}.play-provider__border{z-index:0!important;position:absolute;top:0;right:0;bottom:0;left:0}.play-provider__border:before{visibility:hidden;width:120%;padding-bottom:150%;background:var(--gradient-tokens-border-e);position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.no-touch .games-jackpot__providers .play-provider:hover .play-provider__border:before,.no-touch .main-page__games-providers .play-provider:hover .play-provider__border:before{visibility:visible;content:"";will-change:transform;transform:translate3d(-50%,-50%,0) rotate(0);animation:rotateSpecialBorderToRightCard 3s linear infinite}@keyframes rotateSpecialBorderToRightCard{0%{transform:translate3d(-50%,-50%,0) rotate(0)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}.play-provider__img-wr{width:52px}.games-jackpot__providers .play-provider__img-wr,.main-page__games-providers .play-provider__img-wr{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.play-provider__img{border-radius:50%}.games-jackpot__providers .play-provider__img,.main-page__games-providers .play-provider__img{border-radius:0;height:inherit}.play-provider__name{font-size:var(--headings-h3-font-size);font-weight:var(--headings-h3-weight);line-height:var(--headings-h3-line-height)}.play-provider__games{position:absolute;top:-12px;right:-8px;display:flex;align-items:center;justify-content:center;min-width:35px;min-height:24px;padding:0 8px;border-radius:20px;background-color:var(--colors-base-black-800);color:var(--colors-base-white-b);font-size:12px;line-height:16px;font-weight:700}.games-jackpot__providers .play-provider__games{display:none}.play-provider__info{width:100%}.play-provider__jackpot{position:relative;padding:var(--spacings-l) 8px;height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}@media(min-width:1140px){.play-provider__jackpot{padding:var(--spacings-s) 8px;gap:8px;height:72px}}@media(min-width:1628px){.play-provider__jackpot{height:80px}}.play-provider__jackpot:before{content:"";position:absolute;width:100%;height:1px;left:0;top:0;background-color:var(--colors-base-white-10)}.play-provider__jackpot-sum{color:var(--colors-base-white-a);font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase}@media(min-width:1140px){.play-provider__jackpot-sum{font-size:16px;line-height:24px;font-weight:700}}.no-touch .play-provider:hover .play-provider__jackpot-sum.play-provider__jackpot--zero{color:rgb(var(--provider-card-title-color));filter:brightness(2)}.play-provider__jackpot-text{color:var(--colors-base-white-50);font-size:var(--description-font-2xs-font-size);font-weight:var(--description-font-2xs-weight);line-height:var(--description-font-2xs-line-height);text-transform:uppercase}@media(min-width:1140px){.play-provider__jackpot-text{font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase}}.no-touch .play-provider:hover .play-provider__jackpot-text{color:rgb(var(--provider-card-title-color));filter:brightness(2)}.play-provider__see-all{flex-direction:column;gap:8px}@media(min-width:1140px){.play-provider__see-all{gap:12px}}.play-provider__see-all-icon-wr.btn{width:32px;height:32px}@media(min-width:1140px){.play-provider__see-all-icon-wr.btn{width:48px;height:48px}}.play-provider__see-all-icon{width:20px;height:20px;color:var(--buttons-icon-secondary-a-icon-default)}.play-provider__see-all-text{color:var(--text-text);text-align:center;font-size:12px;line-height:16px;font-weight:700}@media(max-width:639px){.play-provider__see-all-text{display:none}}@media(min-width:1140px){.play-provider__see-all-text{font-size:14px;line-height:20px;font-weight:700}}.games-random .line{position:relative;height:1px;width:100%;background-color:var(--colors-base-white-30)}.games-random .line:before{content:"";top:-16px;display:block;width:32px;height:16px;background:url(../../../assets/558896/img/pointer-arrow.1535f4fc.svg) no-repeat 50% 50%;background-size:contain;position:absolute;left:50%;transform:translateX(-50%)}.games-random .line--top:before{top:0;left:calc(50% - 16px);transform:scaleY(-1)}.games-random-wrap-overflow{overflow:hidden}.games-random-wrap{display:flex;flex-direction:row;align-items:center;height:var(--game-cards-height-l);margin-top:20px;margin-bottom:20px}.games-random-wrap .games-list-card{transition:.3s ease-in-out}.games-random-wrap--animated{animation:sway 4s ease-in-out infinite}@keyframes sway{0%{transform:translateX(calc(var(--carousel-translate) - 28px))}50%{transform:translateX(calc(var(--carousel-translate) + 28px))}to{transform:translateX(calc(var(--carousel-translate) - 28px))}}.big-random-card{transition:.3s ease-out}.games-random-wrap .big-random-card{width:var(--game-cards-width-l);height:var(--game-cards-height-l)}.games-random__button-wrapper{display:flex;justify-content:center;width:100%;margin-top:var(--spacings-l)}.games-random__button{width:min(100%,124px);padding:var(--buttons-m-vert) var(--buttons-l-hor)}.digital-odometer-v2{display:flex;justify-content:center;gap:2px;height:50px}@media(min-width:1140px){.digital-odometer-v2{height:70px}}@media(min-width:1628px){.digital-odometer-v2{height:80px}}.digital-odometer-v2__number-sliders{overflow:hidden;display:flex;align-items:flex-start}.digital-odometer-v2__number-slider{width:23px;transition:transform .5s ease-in-out;display:flex;flex-direction:column;z-index:1;align-items:center}@media(min-width:1140px){.digital-odometer-v2__number-slider{width:38px}}@media(min-width:1628px){.digital-odometer-v2__number-slider{width:43px}}.digital-odometer-v2__number-slider:nth-last-child(3n+4){margin-right:8px}@media(min-width:1140px){.digital-odometer-v2__number-slider:nth-last-child(3n+4){margin-right:12px}}@media(min-width:1628px){.digital-odometer-v2__number-slider:nth-last-child(3n+4){margin-right:14px}}.digital-odometer-v2__currency-symbol,.digital-odometer-v2__number-item{display:inline-block;width:23px;height:50px;z-index:1;font-size:38px;font-style:normal;font-weight:700;line-height:50px;font-family:inherit;text-transform:uppercase;color:var(--text-heading);text-shadow:var(--gray-light-shadow);vertical-align:middle}@media(min-width:1140px){.digital-odometer-v2__currency-symbol,.digital-odometer-v2__number-item{height:70px;width:38px;font-size:60px;font-weight:800;line-height:70px}}@media(min-width:1628px){.digital-odometer-v2__currency-symbol,.digital-odometer-v2__number-item{height:80px;width:43px;font-size:70px;line-height:80px}}.digital-odometer-v2__currency-symbol{z-index:1;margin-left:12px}.games-jackpot{position:relative;margin:var(--spacings-3xl) calc(var(--spacings-page-paddings)*-1);padding:var(--spacings-3xl) var(--spacings-page-paddings);background:var(--gradient-background-striped)}@media(min-width:1140px){.games-jackpot{margin:var(--spacings-3xl) 0;padding:var(--spacings-3xl) var(--spacings-2xl);border-radius:var(--roundings-l)}}.games-jackpot__inner{display:flex;flex-direction:column;height:146px;margin-bottom:var(--spacings-2xl);padding:30px var(--spacings-2xl);text-align:center;border-radius:var(--roundings-m);background-blend-mode:darken,normal;-webkit-backdrop-filter:blur(6px);position:relative;background:var(--gradient-tokens-noise-b);backdrop-filter:blur(6px)}.games-jackpot__inner:after{z-index:-1;border-radius:inherit;border:2px solid transparent;background:var(--gradients-background-a) padding-box,var(--gradient-tokens-border-b) border-box;-webkit-mask:border-box linear-gradient(0deg,var(--white),var(--white) 0) content-box,linear-gradient(0deg,var(--white),var(--white) 0);mask:border-box linear-gradient(0deg,var(--white),var(--white) 0) content-box,linear-gradient(0deg,var(--white),var(--white) 0);-webkit-mask-composite:xor;mask-composite:exclude}.games-jackpot__inner:after,.games-jackpot__inner:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.games-jackpot__inner:before{border-radius:inherit;background-repeat:repeat!important;background-size:auto!important;background-repeat:no-repeat;background-size:cover;background-position:50%;background-image:url(/img/promotions/noize.webp)}.no-webp .games-jackpot__inner:before{background-image:url(/img/promotions/noize.png)}@media(min-width:1140px){.games-jackpot__inner{height:183px;margin-bottom:24px;padding:var(--spacings-2xl);overflow:visible}}@media(min-width:1628px){.games-jackpot__inner{margin-bottom:20px;height:217px;padding-top:var(--spacings-2xl)}}.games-jackpot__title-wr{margin-bottom:var(--spacings-s);text-align:center;z-index:1}.games-jackpot__title{display:inline-block;color:var(--colors-base-white-a);font-size:var(--text-large-medium-font-size);line-height:var(--text-large-medium-line-height);font-weight:var(--text-large-medium-weight);text-transform:uppercase}@media(min-width:1140px){.games-jackpot__title{font-size:30px;font-weight:500;line-height:41px}}.games-jackpot__providers{margin-top:var(--spacings-2xl)}@media(min-width:1140px){.games-jackpot__providers{margin-top:24px}}@media(min-width:1628px){.games-jackpot__providers{margin-top:20px}}.games-jackpot__providers-slider{margin:0}.games-jackpot__gradient{width:600px;height:90px;bottom:0;position:absolute;left:50%;transform:translateX(-50%);background-repeat:no-repeat;background-size:cover;background-position:50%;animation:gradient-pulse-uzjczn4 30s ease-in-out infinite}@keyframes gradient-pulse-uzjczn4{0%{background-image:url(/img/welcome-banner/gradient-green-size-l.webp)}16.6666666667%{background-image:url(/img/welcome-banner/gradient-green-size-s.webp)}33.3333333333%{background-image:url(/img/welcome-banner/gradient-gray-size-l.webp)}50%{background-image:url(/img/welcome-banner/gradient-gray-size-s.webp)}66.6666666667%{background-image:url(/img/welcome-banner/gradient-blue-size-l.webp)}83.3333333333%{background-image:url(/img/welcome-banner/gradient-blue-size-s.webp)}to{background-image:url(/img/welcome-banner/gradient-green-size-l.webp)}}.no-webp .games-jackpot__gradient{animation:gradient-pulse-uzjczn5 30s ease-in-out infinite}@keyframes gradient-pulse-uzjczn5{0%{background-image:url(/img/welcome-banner/gradient-green-size-l.png)}16.6666666667%{background-image:url(/img/welcome-banner/gradient-green-size-s.png)}33.3333333333%{background-image:url(/img/welcome-banner/gradient-gray-size-l.png)}50%{background-image:url(/img/welcome-banner/gradient-gray-size-s.png)}66.6666666667%{background-image:url(/img/welcome-banner/gradient-blue-size-l.png)}83.3333333333%{background-image:url(/img/welcome-banner/gradient-blue-size-s.png)}to{background-image:url(/img/welcome-banner/gradient-green-size-l.png)}}@media(min-width:640px){.games-jackpot__gradient{width:100%}}@media(min-width:1140px){.games-jackpot__gradient{height:154px;max-width:1266px}}@media(min-width:1628px){.games-jackpot__gradient{height:191px}}.games-jackpot__img{position:absolute;background-repeat:no-repeat;background-size:cover;background-position:50%}.games-jackpot__img--first{z-index:-1;top:10px;left:0;width:35px;height:40px;background-image:url(/img/games-jackpot/image_1.webp)}.no-webp .games-jackpot__img--first{background-image:url(/img/games-jackpot/image_1.png)}@media(min-width:640px){.games-jackpot__img--first{z-index:1;top:0;left:0;width:122px;height:122px;background-image:url(/img/games-jackpot/img_1.webp);animation:float-uzjczni 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--first{background-image:url(/img/games-jackpot/img_1.png)}@keyframes float-uzjczni{0%{transform:translate3d(-50px,6px,0) rotate(9deg) scale(.34)}33.3%{transform:translate3d(-64px,-12px,0) rotate(-8deg) scale(.34)}66.6%{transform:translate3d(-42px,16px,0) rotate(48deg) scale(.34)}to{transform:translate3d(-50px,6px,0) rotate(9deg) scale(.34)}}}@media(min-width:1140px){.games-jackpot__img--first{animation:float-uzjcznl 15s ease-in-out 0s infinite normal none}@keyframes float-uzjcznl{0%{transform:translate3d(-22px,26px,0) rotate(9deg) scale(.38)}33.3%{transform:translate3d(-55px,18px,0) rotate(-8deg) scale(.38)}66.6%{transform:translate3d(6px,-8px,0) rotate(48deg) scale(.38)}to{transform:translate3d(-22px,26px,0) rotate(9deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--first{animation:float-uzjczo4 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczo4{0%{transform:translate3d(60px,50px,0) rotate(9deg) scale(.5)}33.3%{transform:translate3d(28px,40px,0) rotate(-8deg) scale(.5)}66.6%{transform:translate3d(88px,14px,0) rotate(48deg) scale(.5)}to{transform:translate3d(60px,50px,0) rotate(9deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--first{display:none}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--first{display:block}}@media(min-width:640px){.games-jackpot__img--second{z-index:1;top:0;right:0;width:180px;height:172px;background-image:url(/img/games-jackpot/right_obj_3.webp);animation:float-uzjczp2 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--second{background-image:url(/img/games-jackpot/right_obj_3.png)}@keyframes float-uzjczp2{0%{transform:translate3d(72px,16px,0) rotate(0deg) scale(.31)}33.3%{transform:translate3d(90px,28px,0) rotate(20deg) scale(.31)}66.6%{transform:translate3d(62px,14px,0) rotate(50deg) scale(.31)}to{transform:translate3d(72px,16px,0) rotate(0deg) scale(.31)}}}@media(min-width:1140px){.games-jackpot__img--second{animation:float-uzjczp7 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczp7{0%{transform:translate3d(59px,44px,0) rotate(0deg) scale(.38)}33.3%{transform:translate3d(64px,44px,0) rotate(20deg) scale(.38)}66.6%{transform:translate3d(48px,44px,0) rotate(50deg) scale(.38)}to{transform:translate3d(59px,44px,0) rotate(0deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--second{animation:float-uzjczq0 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczq0{0%{transform:translate3d(-32px,84px,0) rotate(0deg) scale(.5)}33.3%{transform:translate3d(-10px,84px,0) rotate(20deg) scale(.5)}66.6%{transform:translate3d(8px,82px,0) rotate(50deg) scale(.5)}to{transform:translate3d(-32px,84px,0) rotate(0deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--second{display:none}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--second{display:block}}.games-jackpot__img--third{display:none}@media(min-width:1140px){.games-jackpot__img--third{z-index:-1;display:block;top:204px;left:316px;width:140px;height:91px;background-image:url(/img/games-jackpot/image_8.webp)}.no-webp .games-jackpot__img--third{background-image:url(/img/games-jackpot/image_8.png)}}@media(min-width:1628px){.games-jackpot__img--third{top:202px;left:304px;width:156px;height:91px}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--third{left:120px}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--third{left:304px}}.games-jackpot__img--fourth{display:none}@media(min-width:1140px){.games-jackpot__img--fourth{z-index:-1;display:block;top:164px;left:-3px;width:60px;height:57px;background-image:url(/img/games-jackpot/image_1.webp)}.no-webp .games-jackpot__img--fourth{background-image:url(/img/games-jackpot/image_1.png)}}@media(min-width:1628px){.games-jackpot__img--fourth{top:150px;left:-10px;width:88px;height:95px}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--fourth{display:none}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--fourth{display:block}}.games-jackpot__img--fifth{display:none}@media(min-width:1140px){.games-jackpot__img--fifth{z-index:-1;display:block;top:187px;right:-5px;width:65px;height:65px;background-image:url(/img/games-jackpot/image_2.webp)}.no-webp .games-jackpot__img--fifth{background-image:url(/img/games-jackpot/image_2.png)}}@media(min-width:1628px){.games-jackpot__img--fifth{top:207px;right:3px;width:80px;height:95px}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--fifth{display:none}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--fifth{display:block}}.games-jackpot__img--sixth{z-index:1;top:0;right:0;width:300px;height:260px;background-image:url(/img/games-jackpot/right_obj_1.webp);animation:float-uzjczqj 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--sixth{background-image:url(/img/games-jackpot/right_obj_1.png)}@keyframes float-uzjczqj{0%{transform:translate3d(138px,8px,0) rotate(0deg) scale(.22)}33.3%{transform:translate3d(152px,12px,0) rotate(10deg) scale(.22)}66.6%{transform:translate3d(132px,18px,0) rotate(10deg) scale(.22)}to{transform:translate3d(138px,8px,0) rotate(0deg) scale(.22)}}@media(min-width:640px){.games-jackpot__img--sixth{animation:float-uzjczqt 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczqt{0%{transform:translate3d(54px,-8px,0) rotate(0deg) scale(.31)}33.3%{transform:translate3d(94px,-6px,0) rotate(-10deg) scale(.31)}66.6%{transform:translate3d(50px,0,0) rotate(10deg) scale(.31)}to{transform:translate3d(54px,-8px,0) rotate(0deg) scale(.31)}}}@media(min-width:1140px){.games-jackpot__img--sixth{animation:float-uzjczra 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczra{0%{transform:translate3d(36px,16px,0) rotate(0deg) scale(.38)}33.3%{transform:translate3d(2px,-8px,0) rotate(10deg) scale(.38)}66.6%{transform:translate3d(19px,-8px,0) rotate(10deg) scale(.38)}to{transform:translate3d(36px,16px,0) rotate(0deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--sixth{animation:float-uzjczs1 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczs1{0%{transform:translate3d(-148px,50px,0) rotate(0deg) scale(.5)}33.3%{transform:translate3d(-126px,76px,0) rotate(10deg) scale(.5)}66.6%{transform:translate3d(-100px,80px,0) rotate(10deg) scale(.5)}to{transform:translate3d(-148px,50px,0) rotate(0deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--sixth{right:-120px}}@media(min-width:1628px){.sidebar-opened .games-jackpot__img--sixth{top:70px;right:-20px}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--sixth{top:0;right:0}}.games-jackpot__img--seventh{z-index:1;top:0;left:0;width:218px;height:212px;background-image:url(/img/games-jackpot/left_obj_3.webp);animation:float-uzjczsh 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--seventh{background-image:url(/img/games-jackpot/left_obj_3.png)}@keyframes float-uzjczsh{0%{transform:translate3d(-46px,-96px,0) rotate(18deg) scale(.3)}33.3%{transform:translate3d(-46px,-102px,0) rotate(-29deg) scale(.3)}66.6%{transform:translate3d(-42px,-90px,0) rotate(-44deg) scale(.3)}to{transform:translate3d(-46px,-96px,0) rotate(18deg) scale(.3)}}@media(min-width:640px){.games-jackpot__img--seventh{animation:float-uzjczt8 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczt8{0%{transform:translate3d(16px,-96px,0) rotate(18deg) scale(.3)}33.3%{transform:translate3d(-8px,-107px,0) rotate(-29deg) scale(.3)}66.6%{transform:translate3d(-32px,-118px,0) rotate(-44deg) scale(.3)}to{transform:translate3d(16px,-96px,0) rotate(18deg) scale(.3)}}}@media(min-width:1140px){.games-jackpot__img--seventh{animation:float-uzjczu6 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczu6{0%{transform:translate3d(54px,-98px,0) rotate(18deg) scale(.38)}33.3%{transform:translate3d(31px,-107px,0) rotate(-29deg) scale(.38)}66.6%{transform:translate3d(8px,-118px,0) rotate(-44deg) scale(.38)}to{transform:translate3d(54px,-98px,0) rotate(18deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--seventh{animation:float-uzjczun 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczun{0%{transform:translate3d(242px,-98px,0) rotate(18deg) scale(.5)}33.3%{transform:translate3d(218px,-104px,0) rotate(-29deg) scale(.5)}66.6%{transform:translate3d(192px,-118px,0) rotate(-44deg) scale(.5)}to{transform:translate3d(242px,-98px,0) rotate(18deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--seventh{left:-120px}}@media(min-width:1628px){.sidebar-opened .games-jackpot__img--seventh{top:-10px;left:-185px}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--seventh{top:0;left:0}}.games-jackpot__img--eighth{z-index:1;top:0;left:0;width:306px;height:294px;background-size:contain;background-image:url(/img/games-jackpot/left_obj_2.webp);animation:float-uzjczuv 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--eighth{background-image:url(/img/games-jackpot/left_obj_2.png)}@keyframes float-uzjczuv{0%{transform:translate3d(-152px,-10px,0) rotate(40deg) scale(.28)}33.3%{transform:translate3d(-156px,-18px,0) rotate(-19deg) scale(.28)}66.6%{transform:translate3d(-154px,-27px,0) rotate(77deg) scale(.28)}to{transform:translate3d(-152px,-10px,0) rotate(40deg) scale(.28)}}@media(min-width:640px){.games-jackpot__img--eighth{animation:float-uzjczvc 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczvc{0%{transform:translate3d(-96px,-30px,0) rotate(40deg) scale(.3)}33.3%{transform:translate3d(-107px,-35px,0) rotate(-19deg) scale(.3)}66.6%{transform:translate3d(-88px,-30px,0) rotate(77deg) scale(.3)}to{transform:translate3d(-96px,-30px,0) rotate(40deg) scale(.3)}}}@media(min-width:1140px){.games-jackpot__img--eighth{animation:float-uzjczvp 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczvp{0%{transform:translate3d(-41px,4px,0) rotate(40deg) scale(.38)}33.3%{transform:translate3d(-68px,-12px,0) rotate(-19deg) scale(.38)}66.6%{transform:translate3d(-92px,-12px,0) rotate(77deg) scale(.38)}to{transform:translate3d(-41px,4px,0) rotate(40deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--eighth{animation:float-uzjczvx 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczvx{0%{transform:translate3d(52px,26px,0) rotate(40deg) scale(.5)}33.3%{transform:translate3d(30px,12px,0) rotate(-19deg) scale(.5)}66.6%{transform:translate3d(0,18px,0) rotate(77deg) scale(.5)}to{transform:translate3d(52px,26px,0) rotate(40deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--eighth{left:-120px}}@media(min-width:1628px){.sidebar-opened .games-jackpot__img--eighth{top:-10px;left:-185px}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--eighth{top:0;left:0}}.games-jackpot__img--ninth{z-index:1;top:0;right:0;width:223px;height:223px;background-image:url(/img/games-jackpot/right_obj_2.webp);animation:float-uzjczwv 15s ease-in-out 0s infinite normal none}.no-webp .games-jackpot__img--ninth{background-image:url(/img/games-jackpot/right_obj_2.png)}@keyframes float-uzjczwv{0%{transform:translate3d(72px,-98px,0) rotate(0deg) scale(.23)}33.3%{transform:translate3d(48px,-110px,0) rotate(-29deg) scale(.23)}66.6%{transform:translate3d(58px,-102px,0) rotate(-82deg) scale(.23)}to{transform:translate3d(72px,-98px,0) rotate(0deg) scale(.23)}}@media(min-width:640px){.games-jackpot__img--ninth{animation:float-uzjczxb 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczxb{0%{transform:translate3d(64px,-102px,0) rotate(0deg) scale(.31)}33.3%{transform:translate3d(16px,-122px,0) rotate(-29deg) scale(.31)}66.6%{transform:translate3d(52px,-124px,0) rotate(-82deg) scale(.31)}to{transform:translate3d(64px,-102px,0) rotate(0deg) scale(.31)}}}@media(min-width:1140px){.games-jackpot__img--ninth{animation:float-uzjczy4 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczy4{0%{transform:translate3d(32px,-96px,0) rotate(0deg) scale(.38)}33.3%{transform:translate3d(4px,-132px,0) rotate(-29deg) scale(.38)}66.6%{transform:translate3d(6px,-130px,0) rotate(-82deg) scale(.38)}to{transform:translate3d(32px,-96px,0) rotate(0deg) scale(.38)}}}@media(min-width:1628px){.games-jackpot__img--ninth{animation:float-uzjczyw 15s ease-in-out 0s infinite normal none}@keyframes float-uzjczyw{0%{transform:translate3d(-80px,-90px,0) rotate(0deg) scale(.5)}33.3%{transform:translate3d(-110px,-143px,0) rotate(-29deg) scale(.5)}66.6%{transform:translate3d(-138px,-126px,0) rotate(-82deg) scale(.5)}to{transform:translate3d(-80px,-90px,0) rotate(0deg) scale(.5)}}}@media(min-width:1140px){.sidebar-opened .games-jackpot__img--ninth{right:-120px}}@media(min-width:1628px){.sidebar-opened .games-jackpot__img--ninth{right:-240px}}@media(min-width:1920px){.sidebar-opened .games-jackpot__img--ninth{right:0}}