html{line-height:1.15;-webkit-text-size-adjust:100%;box-sizing:border-box}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}*,::after,::before{margin:0;padding:0;box-sizing:inherit}body{margin:0;font-family:Poppins,sans-serif;font-size:16px;background:#fff;overflow-x:hidden}button,input,label{font-family:Poppins,sans-serif;outline:0}@font-face{font-family:Poppins;src:local("Poppins Regular"),url(../fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:local("Poppins Light"),url(../fonts/Poppins-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:local("Poppins Bold"),url(../fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:local("Poppins Italic"),url(../fonts/Poppins-Italic.ttf) format("truetype");font-style:italic;font-weight:400}@font-face{font-family:Poppins;src:local("Poppins Light Italic"),url(../fonts/Poppins-Light-Italic.ttf) format("truetype");font-style:italic;font-weight:300}@font-face{font-family:Poppins;src:local("Poppins Bold Italic"),url(../fonts/Poppins-Bold-Italic.ttf) format("truetype");font-weight:700;font-style:italic}.wrapper{margin:auto;max-width:1520px;padding:0 20px}.btn{font-size:1.125rem;font-weight:900;padding:1rem 3.375rem;color:#fff;text-decoration:none;border:1px solid var(--accent);border-radius:30px;width:100%;text-align:center;display:block;transition:.25s;will-change:box-shadow,color,background-color;cursor:pointer;background-color:var(--accent);box-shadow:0 2px 0 1px #00000080}.btn:hover{background-color:#fff;color:var(--accent)}.btn:active{box-shadow:0 1px 5px rgba(0,0,0,.8) inset}.cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.contain{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}svg.icon{fill:#000;width:32px;height:32px}.background{width:100%;height:100vh;background:url(../img/home-bg-small.webp) center top;background-size:cover;position:relative;display:flex;flex-direction:column;overflow:hidden}.header{width:100%;padding-top:14px;background:linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,0));position:relative}.header__wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px}.header__logo{width:130px}.header__text{font-size:.625rem;line-height:1.125rem;color:#f5f5f5;text-align:right}.footer{position:relative;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0))}.footer__text{color:#f2c8ff;text-align:center;font-size:.625rem;line-height:1.125rem;padding-bottom:20px}.slot{position:relative;display:flex;align-items:center;justify-content:center;flex-grow:1}.slot__fruits-desc{display:none}.slot__fruits-mobile{display:block;position:absolute;top:0;max-width:1500px;right:0;opacity:0;-webkit-animation:.75s forwards appearMob;animation:.75s forwards appearMob}@-webkit-keyframes appear{0%{transform:scale(.5);opacity:0}100%{opacity:1;transform:translateX(10px) translateY(20px) scale(1) rotate(8deg)}}@keyframes appear{0%{transform:scale(.5);opacity:0}100%{opacity:1;transform:translateX(10px) translateY(20px) scale(1) rotate(8deg)}}@-webkit-keyframes appearMob{0%{transform:scale(.5);opacity:0}100%{opacity:1;transform:scale(1.1) rotate(-2deg)}}@keyframes appearMob{0%{transform:scale(.5);opacity:0}100%{opacity:1;transform:scale(1.1) rotate(-2deg)}}.game{position:relative;width:890px;height:580px}.game::after{content:"";background:url(../img/red-star.webp) center center no-repeat;background-size:cover;position:absolute;top:0;left:0;width:500px;height:200px;z-index:1;transform:translateY(-45%);-webkit-animation:4s ease-in-out moveStar;animation:4s ease-in-out moveStar}.game__items{width:inherit;height:inherit;display:flex;align-items:center;justify-content:center;position:relative;padding:20px 35px;gap:6px;background:url(../img/game-bg-small.webp) center no-repeat}.game__line{background:url(../img/game-sprite-small.webp) repeat-y;background-size:52px;display:flex;flex-direction:column;-webkit-mask-image:linear-gradient(180deg,transparent,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(180deg,transparent,#000 8%,#000 92%,transparent 100%)}.game__line-1{background-position:top center}.game__line-2{background-position:center -177%}.game__line-3{background-position:center -23%}.game__line-4{background-position:center 292%}.game__line-5{background-position:center -154%}.game__cell{position:relative;width:52px;height:52px}.game__cell::after{content:"";width:52px;height:52px;display:flex;background:url(../img/star.webp) center center;background-size:cover;position:absolute;top:0;left:0;opacity:0;transform:scale(.5) rotate(-15deg);transition:.5s cubic-bezier(.68,-.55,.265,1.55);z-index:10}.game__cell.win{position:relative}.game__cell.win::after{opacity:1;transform:scale(1) rotate(0);-webkit-animation:1.5s ease-in-out infinite alternate shineStar;animation:1.5s ease-in-out infinite alternate shineStar}.game__cell.win:not(.win)::after{transition:none!important}.game__logo{position:absolute;top:-55px;z-index:1;left:0;right:0;margin-right:auto;margin-left:auto;width:250px}.game__single-fruit{display:block;position:absolute;bottom:-200px;right:120px;max-width:90px;-webkit-animation:2s infinite alternate upDown;animation:2s infinite alternate upDown}.game__button-desc{position:absolute;bottom:-100px;left:0;right:0;margin-right:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:translate3d(0,0,0) scale(1);-webkit-animation:8s ease-in-out infinite btnShake;animation:8s ease-in-out infinite btnShake;z-index:1}.game__button-desc:hover{cursor:pointer;-webkit-animation:none;animation:none;transform:scale(.95) translate3d(0,0,0);transition:transform .2s ease-out}.game__button-desc:active{transform:scale(.92) translate3d(0,0,0);transition:transform .1s ease-out}.game__button-mobile{display:block;position:absolute;bottom:-85px;left:0;right:0;margin-right:auto;margin-left:auto;width:300px;transform:translate3d(0,0,0) scale(1);z-index:1}.game__button-mobile::before{content:"";display:block;width:130px;height:130px;background:url(../img/orange.webp);background-size:cover;position:absolute;top:-40px;right:-40px;z-index:-1;animation:3s infinite alternate-reverse upDown}.game__button-mobile:hover{cursor:pointer;-webkit-animation:none;animation:none;transform:scale(.95) translate3d(0,0,0);transition:transform .2s ease-out}.game__button-mobile:active{transform:scale(.92) translate3d(0,0,0);transition:transform .1s ease-out}@-webkit-keyframes upDown{0%{transform:translateX(-10px) translateY(-20px) scale(.95) rotate(-5deg)}100%{transform:translateX(5px) translateY(20px) scale(1.05) rotate(5deg)}}@keyframes upDown{0%{transform:translateX(-10px) translateY(-20px) scale(.95) rotate(-5deg)}100%{transform:translateX(5px) translateY(20px) scale(1.05) rotate(5deg)}}@-webkit-keyframes btnShake{0%,100%{transform:translate3d(0,0,0) scale(1)}18%,2%{transform:translate3d(-1px,-1px,0) scale(1.01)}12%,16%,4%,8%{transform:translate3d(2px,0,0) scale(1.01)}10%,14%,6%{transform:translate3d(-2px,0,0) scale(1.01)}}@keyframes btnShake{0%,100%{transform:translate3d(0,0,0) scale(1)}18%,2%{transform:translate3d(-1px,-1px,0) scale(1.01)}12%,16%,4%,8%{transform:translate3d(2px,0,0) scale(1.01)}10%,14%,6%{transform:translate3d(-2px,0,0) scale(1.01)}}@-webkit-keyframes shineStar{0%{filter:drop-shadow(0 0 5px rgba(255, 255, 255, .7));transform:scale(.92)}50%{filter:drop-shadow(0 0 15px rgba(255, 255, 255, .9));transform:scale(1.05)}100%{filter:drop-shadow(0 0 10px rgba(255, 255, 255, .8));transform:scale(1)}}@keyframes shineStar{0%{filter:drop-shadow(0 0 5px rgba(255, 255, 255, .7));transform:scale(.92)}50%{filter:drop-shadow(0 0 15px rgba(255, 255, 255, .9));transform:scale(1.05)}100%{filter:drop-shadow(0 0 10px rgba(255, 255, 255, .8));transform:scale(1)}}@-webkit-keyframes moveStar{0%{opacity:0;transform:translateY(-45%) scale(.95)}100%{opacity:1;transform:translateY(-45%) scale(1)}}@keyframes moveStar{0%{opacity:0;transform:translateY(-45%) scale(.95)}100%{opacity:1;transform:translateY(-45%) scale(1)}}body.lock{overflow:hidden}.popup-link{cursor:pointer}.modal{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;z-index:-1;outline:0;overflow:hidden auto;transition:.4s}.modal.active{opacity:1;z-index:1111;visibility:visible}.modal.active .modal__body>div{transform:translate(0,0);opacity:1}.modal__body{display:flex;align-items:center;justify-content:center;min-height:100%;padding:20px;position:relative}.modal.top{top:104px}.modal-close{border:none;cursor:pointer;font-size:20px;position:absolute;right:20px;top:15px;background:0 0;color:#f86523}.white-popup{max-width:610px;padding:50px 80px;transform:translate(0,-100%);opacity:0;transition:.4s;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:16px;background:linear-gradient(to bottom,#05010f,#440050);width:100%;position:relative;display:block}.white-popup::after{content:"";background:url(../img/plum+.webp) center center no-repeat;background-size:contain;width:190px;height:190px;position:absolute;left:-50px;top:-50px;z-index:-1}.white-popup:before{content:"";position:absolute;left:-2px;top:-2px;background:linear-gradient(45deg,#dd6ffb,#834295,#dd6ffb);background-size:400%;width:calc(100% + 5px);height:calc(100% + 5px);z-index:-1;border-radius:18px;box-shadow:0 0 40px rgba(221,111,251,.3);-webkit-animation:10s linear infinite glower;animation:10s linear infinite glower}.white-popup__bg{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#05010f,#440050);width:100%;height:100%;border-radius:16px;z-index:-1}.white-popup__title{margin-bottom:20px;font-size:3.75rem;font-style:italic;text-align:center;font-weight:700;color:#fff;display:flex;flex-direction:row;position:relative;overflow:visible}.white-popup__title::after{content:"";background:url(../img/popup-star.webp) center center no-repeat;background-size:contain;width:100%;height:100px;position:absolute;left:0;top:0;z-index:-1}.white-popup__title-first{display:flex;flex-direction:column}.white-popup__title-first>span{font-size:1.25rem}.white-popup__title-second{color:#fff403}.white-popup__title-second>span{font-size:1.25rem}.white-popup__link{text-align:center;color:#000;font-weight:700;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:auto;text-decoration:none;display:flex;font-size:18px}.white-popup__form{margin-bottom:20px}.white-popup__btn{font-size:18px;padding:18px;width:100%;text-align:center;display:block;background-color:#f86523;color:#fff;border:none;border-radius:4px}.white-popup__btn:hover{cursor:pointer}.white-popup__terms{display:flex;flex-direction:column;gap:15px}.white-popup__login{font-weight:300;color:#fff;display:flex;flex-direction:row;justify-content:center;gap:20px;position:relative;padding-bottom:20px;margin-bottom:20px}.white-popup__login::after{position:absolute;bottom:0;content:"";display:block;background:#071320;width:100%;height:1px}.white-popup .link{color:#f86523}.small-popup{max-width:450px;background:linear-gradient(to bottom,#05010f,#440050);padding:15px 15px 15px 150px;transform:translate(100%,0);opacity:0;transition:.4s;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:16px;border:2px solid #834295;width:100%;position:absolute;right:0;top:8%}.small-popup::after{content:"";background:url(../img/watermelon+conins.webp) center center no-repeat;background-size:contain;width:190px;height:190px;position:absolute;left:-50px;top:-50px;z-index:-1}.small-popup:before{content:"";position:absolute;left:-2px;top:-2px;background:linear-gradient(45deg,#dd6ffb,#834295,#dd6ffb);background-size:400%;width:calc(100% + 5px);height:calc(100% + 5px);z-index:-1;border-radius:18px;box-shadow:0 0 40px rgba(221,111,251,.3);-webkit-animation:10s linear infinite glower;animation:10s linear infinite glower}.small-popup__bg{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#05010f,#440050);width:100%;height:100%;border-radius:16px;z-index:-1}.small-popup__title{font-size:1.875rem;font-weight:700;font-style:italic;color:#fff}.small-popup__text{font-size:.875rem;color:#fff}.small-popup__code{color:#fff403;font-size:2.5rem;font-weight:700;font-style:italic}.input-box__label{font-size:1.125rem;display:flex;flex-direction:column}.input-box__title{color:#9bc0ef;line-height:30px}.input-box__wrapper{position:relative}.input-box__wrapper--password::after{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto 5px;background:url(../img/eye.svg);width:30px;height:30px;display:block}.input-box__input{border:1px solid #8f9090;background:0 0;border-radius:4px;padding:10px;height:54px;color:#9bc0ef;width:100%}.checkbox{display:flex;align-items:center;justify-content:flex-start;gap:10px;cursor:pointer}.checkbox__input{width:0;height:0;opacity:0;margin:0}.checkbox__input:checked+.checkbox__check{stroke-dashoffset:0}.checkbox__check{width:27px;height:27px;min-width:27px;border:1px solid #8f9090;stroke:#f86523;stroke-dasharray:25;stroke-dashoffset:25;stroke-linecap:round;stroke-width:2px;border-radius:.2rem;fill:none;transition:background .4s,stroke-dashoffset .3s}.checkbox__text{font-size:16px;font-weight:300;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__link{color:#f86523}.accordion__head{display:flex;flex-direction:row;font-size:1.125rem;margin-bottom:15px}.accordion__head-element{color:#fff;flex-grow:1;text-align:center;padding-bottom:15px;border-bottom:2px solid #fff;cursor:pointer;transition:.3s}.accordion__head-element._active,.accordion__head-element:hover{color:#fff403;border-bottom:2px solid #fff403}.accordion__content{display:none;margin-bottom:25px}.accordion__content._active{display:block}@-webkit-keyframes glower{0%,100%{background-position:0 0}50%{background-position:400% 0}}@keyframes glower{0%,100%{background-position:0 0}50%{background-position:400% 0}}@media screen and (min-width:768px){.background{width:100%;height:100vh;background:url(../img/home-bg.webp) center;background-size:cover}.header{position:absolute}.header__text{font-size:.75rem;line-height:1.25rem}.footer__text{font-size:.6875rem;line-height:1.4;padding-bottom:30px}.slot__fruits-desc{display:block;position:absolute;bottom:-130px;max-width:1500px;left:0;right:0;margin-right:auto;margin-left:auto;opacity:0;-webkit-animation:.75s forwards appear;animation:.75s forwards appear}.slot__fruits-mobile{display:none}.game__items{padding:50px 70px;gap:0;background:url(../img/game-bg.webp) center no-repeat;background-size:contain}.game__line{flex-grow:1;background:url(../img/game-sprite.webp) repeat-y;-webkit-mask-image:linear-gradient(180deg,transparent,#000 15%,#000 85%,transparent 100%);mask-image:linear-gradient(180deg,transparent,#000 15%,#000 85%,transparent 100%);display:flex;flex-direction:column;flex-grow:1}.game__line-1{background-position:top center}.game__line-2{background-position:center -177%}.game__line-3{background-position:center -23%}.game__line-4{background-position:center 292%}.game__line-5{background-position:center -154%}.game__cell{width:150px;height:160px}.game__cell::after{width:140px;height:160px}.game__logo{width:300px}.game__single-fruit{bottom:-90px;right:0;max-width:160px}.game__button-mobile{display:none}}@media screen and (min-width:1281px){.footer__text{font-size:.75rem;line-height:1.25rem;padding-bottom:40px}.game__logo{top:-90px;left:0;right:0;margin-right:auto;margin-left:auto;width:350px}}@media screen and (min-width:1300px){.header__logo{width:185px}}@media screen and (min-width:1366px){.header{position:relative}}@media screen and (max-width:1440px){.game__button-desc{bottom:-60px;max-width:450px}}@media screen and (max-width:1400px){.game{height:550px}}@media screen and (max-width:768px){.slot{align-items:flex-start;padding-top:60px}.game{width:100%;height:280px}.game::after{display:none}.game__button-desc{display:none}.white-popup{padding:40px 20px}.white-popup__title-second{font-size:2.5rem}.small-popup{max-width:90%;left:0;margin:0 auto;display:none}}