*{margin:0;padding:0;box-sizing:border-box}main{width:100%;height:100svh;background-color:#371921;background:url(../img/bg_big.76d24425.png) no-repeat top;background-size:cover}.banner-wrapper{max-height:1000px;height:100%;top:50%;position:absolute;left:50%;transform:translate(-50%,-50%);width:100%;padding:0 8px}.banner-wrapper .banner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:750px;margin:0 auto;height:100%;width:100%}.banner-wrapper .banner-container .main-content{height:100%;max-width:100%;aspect-ratio:4/3;position:relative}.banner-wrapper .banner-container .main-content .text-1{position:absolute;top:4%;left:50%;transform:translateX(-50%);max-height:20px;height:2%;width:auto;max-width:95%}@media screen and (max-width:425px){.banner-wrapper .banner-container .main-content .text-1{top:4%;height:auto}}.banner-wrapper .banner-container .main-content .heading{position:absolute;top:7%;left:50%;transform:translateX(-50%);max-height:71px;height:7.1%;max-width:95%}@media screen and (max-width:425px){.banner-wrapper .banner-container .main-content .heading{top:8%;height:auto}}.banner-wrapper .banner-container .main-content .coin-container{position:absolute;left:50%;transform:translateX(-50%);width:auto;top:16.5%;max-height:228.5px;height:22.8%;aspect-ratio:625/228.5;max-width:95%}@media screen and (max-width:450px){.banner-wrapper .banner-container .main-content .coin-container{top:19%;height:14%}}.banner-wrapper .banner-container .main-content .coin-container .flare-1{top:47%;left:12%;z-index:10;height:70%}.banner-wrapper .banner-container .main-content .coin-container .flare-2{top:-28%;left:58%;z-index:10;height:100%}.banner-wrapper .banner-container .main-content .coin-container .coin{position:absolute;width:36.96%;height:auto;z-index:2}.banner-wrapper .banner-container .main-content .coin-container .coin.coin-1{left:18.5%;z-index:3}.banner-wrapper .banner-container .main-content .coin-container .coin.coin-2{right:18.5%}.banner-wrapper .banner-container .main-content .coin-container .limit{top:6.13%;left:0;width:37.6%;height:14.9%;max-height:34px}.banner-wrapper .banner-container .main-content .coin-container .zlato{bottom:8.76%;right:0;width:34.08%;height:22.76%;max-height:52px}.banner-wrapper .banner-container .main-content .price{position:absolute;top:41.5%;left:50%;transform:translateX(-50%);width:auto;max-width:240px;max-height:60px;height:6%}.banner-wrapper .banner-container .main-content .sale{top:49%;left:50%;transform:translateX(-50%);width:auto;max-height:78px;height:7.8%}.banner-wrapper .banner-container .main-content .wheel{position:absolute;left:50%;transform:translateX(-50%);width:auto;top:58.5%;height:33.8%}.banner-wrapper .banner-container .main-content .wheel.spinning{animation:spin 5s cubic-bezier(.17,.67,.3,.99) forwards}.banner-wrapper .banner-container .main-content .pointer{position:absolute;top:57.3%;z-index:3;left:50%;transform:translateX(-50%);width:auto;height:6%;max-height:60px}.banner-wrapper .banner-container .main-content .btn{position:absolute;top:71%;left:50%;transform:translateX(-50%);width:auto;max-height:100px;height:10%}.banner-wrapper .banner-container .main-content .btn.main{cursor:pointer}.banner-wrapper .banner-container .main-content .rules{position:absolute;top:94.5%;left:50%;transform:translateX(-50%);width:auto;max-height:16px;height:1.6%}.banner-wrapper .banner-container .main-content .copy{position:absolute;top:97.5%;left:50%;transform:translateX(-50%);width:auto;max-height:22px;height:2.2%}.banner-wrapper .banner-container .main-content .congrats{position:absolute;top:15%;left:50%;transform:translateX(-50%);width:auto;max-height:175px;height:17.5%}.banner-wrapper .banner-container .main-content .coins{position:absolute;top:35.5%;left:3%;width:auto;max-height:130px;height:35%;max-width:213px}.banner-wrapper .banner-container .main-content .plus{position:absolute;top:44.7%;left:47%;transform:translateX(-50%);width:auto;max-height:50px;height:14%}.banner-wrapper .banner-container .main-content .price-container{max-height:380px;top:35%;left:50%;transform:translateX(-50%);position:absolute;height:38%;max-width:650px;aspect-ratio:650/380;max-width:95%}@media screen and (max-width:545px){.banner-wrapper .banner-container .main-content .price-container{height:25%;top:40%}}.banner-wrapper .banner-container .main-content .price-container .percent{position:absolute;top:0;left:0;max-height:100px;height:26.3%}.banner-wrapper .banner-container .main-content .price-container .premie{position:absolute;top:0;right:26%;width:auto;max-height:35px;height:9.2%}.banner-wrapper .banner-container .main-content .price-container .new-price{position:absolute;bottom:2.6%;left:6.2%;width:auto;max-height:50px;height:13.2%}.banner-wrapper .banner-container .main-content .price-container .description{position:absolute;bottom:0;right:0;max-height:60px;max-width:330px;height:15.8%;width:auto}.banner-wrapper .banner-container .main-content .price-container .books{position:absolute;top:15.8%;right:3%;width:auto;max-height:250px;height:65%;max-width:95%}.banner-wrapper .banner-container .main-content .claim{position:absolute;top:82%;left:50%;transform:translateX(-50%);width:auto;max-height:75px;height:7.5%}.banner-wrapper .banner-container img{position:absolute;height:auto;max-width:100%}@keyframes spin{0%{transform:translateX(-50%) rotate(0deg)}2%{transform:translateX(-50%) rotate(-15deg)}to{transform:translateX(-50%) rotate(1110deg)}}.coin-1 img{animation:roll-left .5s ease-out forwards;opacity:0;animation-delay:.5s;transform-origin:center center;left:0}@keyframes roll-left{0%{opacity:0;left:-100%;transform:rotate(-180deg)}30%{opacity:1}to{opacity:1;transform:rotate(0deg);left:0}}.coin-2 img{animation:roll-right .5s ease-out forwards;animation-delay:.5s;opacity:0;position:absolute}@keyframes roll-right{0%{opacity:0;transform:rotate(180deg);right:-100%}30%{opacity:1}to{opacity:1;transform:rotate(0deg);right:0}}.text-1{animation:zoom-ina .5s ease-in .3s forwards}.heading,.text-1{transform:translateX(-50%) scale(0);opacity:0}.heading{animation:zoom-in .5s linear forwards}.zlato{animation:upc .5s linear .7s forwards;opacity:0}@keyframes upc{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.limit{animation:down .5s linear .7s forwards;opacity:0}@keyframes down{0%{transform:translatey(-50%);opacity:0}to{transform:translateY(0);opacity:1}}.price{animation:zoom-ina .3s ease-in .9s forwards;transform:translateX(-50%) scale(0);opacity:0}.sale{animation:up .3s linear 1.1s forwards;opacity:0}.btn.main{animation:bump 3s ease-in 1.5s infinite}.congrats{animation:zoom-in .5s linear forwards;transform:translateX(-50%) scale(0);opacity:0}@keyframes zoom-in{0%{transform:translateX(-50%) scale(0);opacity:0}to{transform:translateX(-50%) scale(1);opacity:1}}.coins{animation:upa .3s linear .5s forwards;opacity:0}@keyframes upa{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.books{animation:upb .3s linear .7s forwards;opacity:0}@keyframes upb{0%{transform:translateY(50%);opacity:0}to{transform:translateY(0);opacity:1}}.percent{animation:show .5s linear 1.2s forwards;opacity:0}@keyframes show{0%{opacity:0}to{opacity:1}}.premie{animation:show .5s linear 1.2s forwards;opacity:0}.description,.new-price{animation:show .3s linear 1.5s forwards;opacity:0}.plus{animation:zoom-ina .3s ease-in .9s forwards;transform:translateX(-50%) scale(0);opacity:0}@keyframes zoom-ina{0%{transform:translateX(-50%) scale(0);opacity:0}to{transform:translateX(-50%) scale(1);opacity:1}}.claim{animation:up .3s linear 1.7s forwards,bump 3s ease-in 2.5s infinite;opacity:0}@keyframes up{0%{transform:translate(-50%,150%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes bump{0%{transform:translateX(-50%) scaleX(1)}10%{transform:translateX(-50%) scale3d(1.1,1.1,1.1)}25%{transform:translateX(-50%) scaleX(1)}35%{transform:translateX(-50%) scale3d(1.1,1.1,1.1)}50%{transform:translateX(-50%) scaleX(1)}to{transform:translateX(-50%) scaleX(1)}}.flare-1{animation:shine 4.6s linear 1.5s infinite}.flare-1,.flare-2{opacity:0;transform-origin:center center}.flare-2{animation:shine 4.6s linear 2.5s infinite}@keyframes shine{0%{opacity:0;transform:scale(0) rotate(0deg)}14%{opacity:1;transform:scale(1) rotate(37deg)}42%{opacity:1;transform:scale(1) rotate(113deg)}58%{opacity:0;transform:scale(0) rotate(151deg)}to{opacity:0;transform:scale(0) rotate(0deg)}}.fade-enter-active[data-v-06463c3f],.fade-leave-active[data-v-06463c3f]{transition:opacity .35s ease}.fade-enter-from[data-v-06463c3f],.fade-leave-to[data-v-06463c3f]{opacity:0}