@font-face{font-family:Rubik-Light;src:url(/fonts/rubick/Rubik-Light.ttf);font-display:swap}@font-face{font-family:Rubik-Regular;src:url(/fonts/rubick/Rubik-Regular.ttf);font-display:swap}@font-face{font-family:Rubik-Bold;src:url(/fonts/rubick/Rubik-Bold.ttf);font-display:swap}html{box-sizing:border-box;-ms-overflow-style:scrollbar}

body{
	margin: 0;
    background-color: #000;
    background-image: url(/images/top_slots/assets/slot_machines.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

*,:after,:before{box-sizing:inherit}.logo{margin-top:10px;height:110px;}.logo .logo-wrapper{text-align:center;position:relative}.logo .logo-wrapper .crown{position:absolute;left:50%;transform:translateX(-50%);top:4px;z-index:-1}.label-top{text-align:center;margin-bottom:5px}.label-top:last-child{margin-bottom:0}.label-top.red .label-wrapper{background:linear-gradient(180deg,#ff2726,#f55)}.label-top.black .label-wrapper,.label-top.red .label-wrapper{box-shadow:0 4px 4px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.label-top.black .label-wrapper{background:linear-gradient(180deg,#000,#373737)}.label-top.green .label-wrapper{background:linear-gradient(180deg,#84c02c,#538706);box-shadow:0 4px 4px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.label-top .label-wrapper{align-items:center;justify-content:center;height:35px;border-radius:27px;display:inline-flex;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (max-width:374px){.label-top .label-wrapper{padding-left:15px;padding-right:15px}}.label-top .label-wrapper img{margin-right:5px}.label-top .label-wrapper span{font-family:Rubik-Bold,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;text-align:center;color:#fff}@media screen and (max-width:374px){.label-top .label-wrapper span{font-size:14px;line-height:14px}}.offers-block{margin-top:30px}

.offers-block .offer-item{
	padding: 10px 5px 35px;
    background: #fff;
    border-radius: 44px;
    width: 255px;
    margin: 0 auto 65px;
    position: relative;
}

@media screen and (max-width:425px){.offers-block .offer-item{width:330px}}@media screen and (max-width:374px){.offers-block .offer-item{width:270px;padding:30px 25px 64px}}.offers-block .offer-item .offer-logo{height:65px;background-size:contain}.offers-block .offer-item .offer-logo a{display:block;height:100%}.offers-block .offer-item .offer-sum{margin-top:35px}@media screen and (max-width:374px){.offers-block .offer-item .offer-sum{margin-top:50px}}.offers-block .offer-item .offer-sum .sum{position:relative;z-index:2}

.offers-block .offer-item .offer-sum .sum .sum-bg{background-image:url(/images/top_slots/assets/sum_bg.svg);background-repeat:no-repeat;background-size:cover;height:46px;border-radius:55px;font-size:20px;line-height:20px;text-align:center;color:#fff;z-index:2;position:relative;}
.sum-bg{  }
@keyframes float {
  0%,100%{ transform:none; }
  33%{ transform:translateY(-1px) rotate(-2deg); }
  66%{ transform:translateY(1px) rotate(2deg); }
}

.offers-block .offer-item .offer-sum .sum .bonus,.offers-block .offer-item .offer-sum .sum .sum-bg{font-family:Rubik-Bold,sans-serif;font-style:normal;font-weight:700;display:flex;align-items:center;justify-content:center}.offers-block .offer-item .offer-sum .sum .bonus{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.08);border-radius:14px;font-size:12px;line-height:14px;color:#ff3332;width:67%;padding:3px;z-index:3}@media screen and (max-width:425px){.offers-block .offer-item .offer-sum .sum .bonus{width:75%}}@media screen and (max-width:374px){.offers-block .offer-item .offer-sum .sum .bonus{width:85%;padding:3px}}

.offers-block .offer-item .offer-sum .sum .offer-crown{position:absolute;top:-25px;left:44%;transform:translateX(-50%);z-index:1;animation:float .6s ease-in-out infinite;}

.offers-block .offer-item .offer-jack-pot{margin-top:20px;font-family:Rubik-Bold,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:20px;text-align:center;color:#ff3332}.offers-block .offer-item .offer-jack-pot-text{font-family:Rubik-Regular,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:12px;text-align:center;text-transform:lowercase;color:#8b9095;width:145px;margin:2px auto 0}.offers-block .offer-item .offer-diviner{width:100px;height:2px;background:#e6e6e7;border-radius:10px;margin:5px auto}

.offers-block .offer-item .offer-min-deposit{font-family:Rubik-Bold,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:20px;text-align:center;color:#0000008f;animation: flicker 2s linear infinite;}
		@keyframes flicker{
			0%{color: #00000033;}
			20%{color: #00000045;}
			40%{color: #0000006e;}
			60%{color: #00000099;}
			80%{color: #00000045;}
			100%{color: #00000033;}
		}
.offers-block .offer-item .offer-min-deposit-text{font-family:Rubik-Regular,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:12px;text-align:center;text-transform:lowercase;color:#8b9095;width:140px;margin:2px auto 0}.offers-block .offer-item .offer-button-block{position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);width:245px;height:60px;background:linear-gradient(180deg,#ff2726,#f55);border-radius:55px}.offers-block .offer-item .offer-button-block a{display:flex;align-items:center;justify-content:center;height:100%;text-decoration:none}.offers-block .offer-item .offer-button-block .spin{position:absolute;right:-10px;bottom:27px}.offers-block .offer-item .offer-button-block:hover{cursor:pointer}.offers-block .offer-item .offer-button-block:hover .spin{transform:rotateX(180deg);bottom:0}.offers-block .offer-item .offer-button-block .button-title{margin-right:5px}.offers-block .offer-item .offer-button-block .button-title .light{font-family:Rubik-Light,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:18px;text-align:center;color:#fff}.offers-block .offer-item .offer-button-block .button-title .bold{font-family:Rubik-Bold,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:18px;text-align:center;color:#fff}.offers-block .offer-item .offer-button-block .points .point{width:5px;height:5px;background:#fff;box-shadow:0 1px 4px #fff;border-radius:50%;position:absolute;opacity:.5;-webkit-animation:opacity 1s infinite;animation:opacity 1s infinite}.offers-block .offer-item .offer-button-block .points .point:first-child{top:6px;left:23px;-webkit-animation-delay:.25s;animation-delay:.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(2){top:6px;left:38px;-webkit-animation-delay:.5s;animation-delay:.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(3){top:6px;left:53px;-webkit-animation-delay:.75s;animation-delay:.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(4){top:6px;left:68px;-webkit-animation-delay:1s;animation-delay:1s}.offers-block .offer-item .offer-button-block .points .point:nth-child(5){top:6px;left:83px;-webkit-animation-delay:1.25s;animation-delay:1.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(6){top:6px;left:98px;-webkit-animation-delay:1.5s;animation-delay:1.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(7){top:6px;left:113px;-webkit-animation-delay:1.75s;animation-delay:1.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(8){top:6px;left:128px;-webkit-animation-delay:2s;animation-delay:2s}.offers-block .offer-item .offer-button-block .points .point:nth-child(9){top:6px;left:143px;-webkit-animation-delay:2.25s;animation-delay:2.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(10){top:6px;left:158px;-webkit-animation-delay:2.5s;animation-delay:2.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(11){top:6px;left:173px;-webkit-animation-delay:2.75s;animation-delay:2.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(12){top:6px;left:188px;-webkit-animation-delay:3s;animation-delay:3s}.offers-block .offer-item .offer-button-block .points .point:nth-child(13){top:6px;left:203px;-webkit-animation-delay:3.25s;animation-delay:3.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(14){top:6px;left:218px;-webkit-animation-delay:3.5s;animation-delay:3.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(15){top:15px;left:230px;-webkit-animation-delay:3.75s;animation-delay:3.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(16){top:28px;left:235px;-webkit-animation-delay:4s;animation-delay:4s}.offers-block .offer-item .offer-button-block .points .point:nth-child(17){top:40px;left:230px;-webkit-animation-delay:4.25s;animation-delay:4.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(18){top:49px;left:218px;-webkit-animation-delay:4.5s;animation-delay:4.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(19){top:49px;left:203px;-webkit-animation-delay:4.75s;animation-delay:4.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(20){top:49px;left:188px;-webkit-animation-delay:5s;animation-delay:5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(21){top:49px;left:173px;-webkit-animation-delay:5.25s;animation-delay:5.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(22){top:49px;left:158px;-webkit-animation-delay:5.5s;animation-delay:5.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(23){top:49px;left:143px;-webkit-animation-delay:5.75s;animation-delay:5.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(24){top:49px;left:128px;-webkit-animation-delay:6s;animation-delay:6s}.offers-block .offer-item .offer-button-block .points .point:nth-child(25){top:49px;left:113px;-webkit-animation-delay:6.25s;animation-delay:6.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(26){top:49px;left:98px;-webkit-animation-delay:6.5s;animation-delay:6.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(27){top:49px;left:83px;-webkit-animation-delay:6.75s;animation-delay:6.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(28){top:49px;left:68px;-webkit-animation-delay:7s;animation-delay:7s}.offers-block .offer-item .offer-button-block .points .point:nth-child(29){top:49px;left:53px;-webkit-animation-delay:7.25s;animation-delay:7.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(30){top:49px;left:38px;-webkit-animation-delay:7.5s;animation-delay:7.5s}.offers-block .offer-item .offer-button-block .points .point:nth-child(31){top:49px;left:23px;-webkit-animation-delay:7.75s;animation-delay:7.75s}.offers-block .offer-item .offer-button-block .points .point:nth-child(32){top:41px;left:11px;-webkit-animation-delay:8s;animation-delay:8s}.offers-block .offer-item .offer-button-block .points .point:nth-child(33){top:28px;left:6px;-webkit-animation-delay:8.25s;animation-delay:8.25s}.offers-block .offer-item .offer-button-block .points .point:nth-child(34){top:14px;left:11px;-webkit-animation-delay:8.5s;animation-delay:8.5s}@-webkit-keyframes opacity{50%{opacity:1}}@keyframes opacity{50%{opacity:1}}.seo-block{font-family:Rubik-Regular,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:justify;color:rgba(255,230,230,.35)}.footer-logo{margin-top:61px}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

@media (min-width:125px) and (max-width: 799px){
.container{max-width:425px} 
.col-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xl-6{position:relative;width:100%!important;min-height:1px;padding-right:15px;padding-left:15px}
.col-4,.col-lg-4,.col-md-4,.col-sm-4,.col-xl-4{position:relative;width:100%!important;min-height:1px;padding-right:15px;padding-left:15px}
}
@media (min-width:800px){
.container{max-width:800px} 
.col-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xl-6{position:relative;width:50%;min-height:1px;padding-right:15px;padding-left:15px}
.col-4,.col-lg-4,.col-md-4,.col-sm-4,.col-xl-4{position:relative;width:33%;min-height:1px;padding-right:15px;padding-left:15px}
}



.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.d-block{display:block!important}.d-none{display:none!important}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-flex{display:flex!important}}

.col-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xl-6{position:relative;width:50%;min-height:1px;padding-right:15px;padding-left:15px}
.col-4,.col-lg-4,.col-md-4,.col-sm-4,.col-xl-4{position:relative;width:33%;min-height:1px;padding-right:15px;padding-left:15px}

.col,.col-1,.col-2,.col-3,.col-5,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-5,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-5,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-5,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-5,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1}.col,.col-12{max-width:100%}.col-12{flex:0 0 100%}@media (min-width:768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-12{flex:0 0 100%;max-width:100%}}.ml-auto,.mx-auto{margin-left:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-5,.my-5{margin-bottom:3rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mt-5,.my-5{margin-top:3rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.mt-3,.my-3{margin-top:1rem!important}@media (min-width:768px){.mb-md-5,.my-md-5{margin-bottom:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}}@media (min-width:992px){.mb-lg-0,.my-lg-0{margin-bottom:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}}.pt-2,.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}@media (min-width:576px){.mb-sm-0{margin-bottom:0!important}}@media (min-width:768px){.mb-md-0{margin-bottom:0!important}.mt-md-5{margin-top:3rem!important}.mb-md-5{margin-bottom:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-3{padding:1rem!important}.py-md-3{padding-top:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.p-md-4{padding:1.5rem!important}.py-md-4{padding-top:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.p-md-5{padding:3rem!important}.py-md-5{padding-top:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}}@media (min-width:992px){.mb-lg-5{margin-bottom:3rem!important}}

.fixedbut {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    background: #0057a7;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 17px;
    width: 50px;
    height: 50px;
}
