*{padding:0;margin:0;border:0}
*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
:active,:focus{outline:0}
a:active,a:focus{outline:0}
aside,footer,header,nav{display:block}
body,html{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:KelsonSans-BoldRU,"Helvetica Neue LT Cyrillic Condensed","Arial Narrow",sans-serif;display:flex;flex-direction:column}
button,input,textarea{font-family:inherit}
input::-ms-clear{display:none}
button{cursor:pointer;background:0 0}
button::-moz-focus-inner{padding:0;border:0}
a,a:visited{text-decoration:none}
a:hover{text-decoration:none}
ul li{list-style:none}
ul{margin:0;padding:0}
img{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-family:sans-serif;font-weight:800}
body{background:url(../img/bg.jpg) no-repeat center/cover;height:100dvh;overflow:hidden;font-family:Ubuntu,sans-serif}
@media (max-width:576px){
body{background:url(../img/mobile-bg.jpg) no-repeat center top/cover}
}
.header{position:relative}
.container{max-width:1200px;padding:0 15px;margin:0 auto}
.header .container{padding:1vh 0;display:flex;align-items:center;justify-content:center}
.main .container{display:flex;align-items:center;justify-content:center}
@media (max-width:768px){
.main .container{flex-wrap:wrap}
}
.wheel{position:relative;display:flex;align-items:center;justify-content:center}
.wheel__masc{position:absolute;z-index:30;width:101%;height:102%;left:50%;translate:-50% 0;bottom:-15px;object-fit:contain}
.wheel__holder{margin-bottom:-4px}
.roulete{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;display:flex;align-items:center;justify-content:center}
.roulete__wrapper{position:relative;width:480px;height:480px;border:2px solid transparent}
.segment-pie-text{text-align:center;text-transform:uppercase;display:block;max-width:45%;margin-left:auto;margin-right:auto}
.big-text{font-size:30px;margin-bottom:5px}
.no-bonus-text{color:#7ccc33}
.current-text{font-size:40px;text-align:center;display:inline-block;line-height:1.3}
.small-text{font-size:30px;display:inline-block;font-weight:700}
.big-text{color:#fbd84d;font-weight:900}
.popup-white-text{font-size:30px}
.roulete__wheel{position:absolute;top:2px;right:0;bottom:0;left:0;margin:auto;border-radius:50%;rotate:5deg;background:#612901}
.logo{position:relative;z-index:50;height:70px}
.logo img{object-fit:contain;width:100%;height:100%}
@media (max-width:768px){
.logo{max-width:140px}
.logo img{width:100%;height:100%;object-fit:contain}
}
.roulete__wheel.animated{animation:2s spinner ease-in-out infinite}
.first-spin{animation:5s firstSpin ease;animation-fill-mode:forwards}
.second-spin{animation:5s secondSpin ease;animation-fill-mode:forwards}
@keyframes firstSpin{
from{transform:rotate(0)}
to{transform:rotate(1350deg)}
}
@keyframes secondSpin{
from{transform:rotate(1350deg)}
to{transform:rotate(3055deg)}
}
.current-sector__wrapper{position:absolute;top:-190px}
.current-sector__active{animation:1.5s pulse ease-in-out infinite}
.current-sector{position:relative}
.current-sector__acctive,.current-sector__focus{position:absolute}
.center{position:absolute;top:0;right:0;bottom:0;left:0;width:5px;height:5px;margin:auto;border-radius:50%;z-index:40;width:213px;height:213px;display:flex;align-items:center;justify-content:center}
.trigger{width:158px;height:158px;background:url(../img/trigger.png) no-repeat center/contain;position:relative;z-index:5;font-size:32px;color:#612901;font-weight:600}
.trigger__wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.ray{position:absolute;display:block;width:213px;height:213px;background:url(../img/circle-button-glow.png) no-repeat center/contain;left:0;top:0;bottom:0;right:0;margin:auto;scale:.99}
.ray.anim{animation:1.2s pulse ease-in-out infinite}
@keyframes pulse{
0%{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
@keyframes spinner{
0%{transform:rotate(-3deg)}
50%{transform:rotate(3deg)}
100%{transform:rotate(-3deg)}
}
.roulete__pie{width:100%;height:100%;border-radius:50%;position:relative;overflow:hidden;border:5px solid #626262}
.roulete__pie div{position:absolute;background:#00a900;background:#00a900;background:linear-gradient(0deg,#00a900 23%,#006e00 74%);clip-path:polygon(100% 0,50% 100%,0 0);height:50%;width:190px;left:233px;transform-origin:bottom;translate:-50% 0;display:flex;flex-direction:column;align-items:center;justify-content:top;color:#fff;padding-top:5px}
.roulete__segment:nth-child(1){left:50%}
.segment-value{font-size:24px;text-transform:uppercase;font-weight:700}
.type-one{text-align:center;font-size:24px}
.type-one span{font-size:40px;display:block;color:#fbd84d}
.type-bonus{text-align:center;font-size:24px;text-transform:uppercase;font-weight:700}
.type-bonus span{display:block;font-size:30px;color:#fbd84d}
.type-repeat{font-size:20px;text-transform:uppercase;text-align:center;font-weight:700;color:#7ccc33}
.roulete__segment:nth-child(2){rotate:45deg}
.roulete__segment:nth-child(3){transform:rotate(90deg)}
.roulete__segment:nth-child(4){transform:rotate(135deg)}
.roulete__segment:nth-child(5){transform:rotate(180deg)}
.roulete__segment:nth-child(6){transform:rotate(225deg)}
.roulete__segment:nth-child(7){transform:rotate(270deg)}
.roulete__segment:nth-child(8){transform:rotate(315deg)}
.info{position:absolute;left:20px;top:20px}
@media (max-width:768px){
.info{left:4px;top:10px}
}
.try{display:flex}
.try__text{margin-bottom:30px}
@media (max-width:768px){
.try__text{margin-bottom:10px}
}
.try__counter{color:#ffeb57;font-size:28px}
@media (max-width:992px){
.try__counter{font-size:18px}
}
.try__counter span{font-size:30px}
@media (max-width:992px){
.try__counter span{font-size:20px}
}
.priz__list{position:relative;z-index:41}
.masc{position:absolute}
.priz__item{position:relative;max-width:157px;max-height:158px}
.priz__item:not(:last-child){margin-bottom:20px}
@media (max-width:768px){
.priz__item:not(:last-child){margin-bottom:6px;margin-right:10px}
}
@media (max-width:992px){
.priz__item{max-width:80px;max-height:80px}
.priz__item img{width:100%;height:100%;object-fit:contain}
}
.priz__text{color:#fff;position:absolute;text-align:center;width:70%;height:70%;border-radius:50%;top:0;left:0;bottom:0;right:0;margin:auto;display:flex;align-items:center;justify-content:center}
.priz__text p{font-size:28px;font-weight:700}
@media (max-width:992px){
.priz__text p{font-size:14px}
}
.priz__text span{font-weight:700;display:block}
.modal-back{position:fixed;width:100%;height:100%;z-index:99999999;left:0;top:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}
.modal{position:relative;box-sizing:border-box;padding-top:40px;background:url(../img/bg-modal.png) no-repeat center/cover;text-align:center;border-radius:6px;border:2px solid #febd30;padding:40px;display:flex;flex-direction:column;align-items:center}
.popup__title{font-size:32px;margin-bottom:10px;font-family:KelsonSans-RegularRU,sans-serif;color:#ffeb64;font-weight:700}
.popup__win{font-family:KelsonSans-RegularRU,"Helvetica Neue LT Cyrillic Condensed","Arial Narrow",sans-serif;color:#fff}
.popup__digit_xl{font-size:30px}
#submit{white-space:nowrap}
.button{padding:24px 33px;color:#612901;border-bottom:4px solid #7e5205;font-size:25px;background:#e08a0d;background:linear-gradient(180deg,rgba(224,138,13,1) 0,rgba(255,196,70,1) 40%,rgba(255,196,70,1) 60%,rgba(224,138,13,1) 100%);box-shadow:inset 1px 1px 0 #fee9aa;display:block;border-radius:16px;position:relative;text-decoration:none;font-family:Arial,sans-serif;font-weight:700;line-height:25px;text-align:center;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-transform:uppercase;margin:0 auto;box-shadow:0 0 25px rgba(254,189,49,.1);animation:2s pulseShadow ease infinite}
.button-1{padding:24px 33px;color:#612901;border-bottom:4px solid #7e5205;font-size:25px;background:#e08a0d;background:linear-gradient(180deg,rgba(224,138,13,1) 0,rgba(255,196,70,1) 40%,rgba(255,196,70,1) 60%,rgba(224,138,13,1) 100%);box-shadow:inset 1px 1px 0 #fee9aa;display:block;border-radius:16px;position:relative;text-decoration:none;font-family:Arial,sans-serif;font-weight:700;line-height:25px;text-align:center;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-transform:uppercase;margin:0 auto;box-shadow:0 0 25px rgba(254,189,49,.1);animation:2s pulseShadow ease infinite}
@keyframes pulseShadow{
0%{box-shadow:0 0 25px rgba(254,189,49,.1)}
50%{box-shadow:0 0 25px rgba(254,189,49,1)}
100%{box-shadow:0 0 25px rgba(254,189,49,.1)}
}
.button::before{height:23px;bottom:-4px;border-top:0;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 1px 0 #bfbfbf;-moz-box-shadow:0 1px 1px 0 #bfbfbf;box-shadow:0 1px 1px 0 #bfbfbf}
.button::after,.button::before{content:'';position:absolute;left:-1px;height:25px;bottom:-1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.button-1::before{height:23px;bottom:-4px;border-top:0;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 1px 0 #bfbfbf;-moz-box-shadow:0 1px 1px 0 #bfbfbf;box-shadow:0 1px 1px 0 #bfbfbf}
.button-1::after,.button-1::before{content:'';position:absolute;left:-1px;height:25px;bottom:-1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.first-bonus{margin-top:150px}
.popup__you-win{display:inline-block;margin-bottom:.7em}
.popup__digit{font-size:30px;font-family:KelsonSans-BoldRU,"Helvetica Neue LT Cyrillic Condensed","Arial Narrow",sans-serif}
.popup__accent{color:#ffeb64;font-weight:700}
.modal-back_first{opacity:0;pointer-events:none;transition:.2s ease}
.modal-back_first.active-first{opacity:1;pointer-events:all}
.modal-back_second{opacity:0;pointer-events:none;transition:.2s ease}
.modal-back_second.active-second{opacity:1;pointer-events:all}
#fp,#sp{opacity:0;transition:.2s ease}
#fp.show{opacity:1}
#sp.show{opacity:1}
.bonus__wrapper{display:flex;align-items:center;margin-left:auto;margin-right:auto;justify-content:space-between}
.bonus__wrapper .priz__item{scale:.7}
.bonus__wrapper .priz__item:not(:last-child){margin-bottom:0}
.layer{position:absolute;left:0;top:0;display:flex;width:100%;height:100%;z-index:30;flex-wrap:nowrap}
.layer__column{background-color:rgba(0,0,0,.65);flex-grow:1}
.layer__column_fixed{flex-direction:column;max-width:243px;min-width:243px;background-color:transparent}
@media (max-width:640px){
.layer__column_fixed{max-width:200px;min-width:200px}
}
.layer__column_fixed-top{width:100%;height:230px;background-color:rgba(0,0,0,.65)}
@media (max-width:640px){
.layer__column_fixed-top{height:290px}
}
.layer__column_fixed-main{position:relative;width:243px;height:315px;background:url(../img/sector-mask.png) 50% 0 no-repeat}
@media (max-width:640px){
.layer__column_fixed-main{width:200px;height:259px;background-size:100%}
}
.layer__column_fixed-bot{background-color:rgba(0,0,0,.65);flex-grow:1;width:100%;height:100%;position:relative}
.layer__column_fixed-bot .wheel__offer{color:#fff;font-size:34px;text-align:center;text-transform:uppercase;position:absolute;left:50%;top:10%;z-index:20;translate:-50%;width:400px}
.layer__column_fixed-bot .wheel__offer span{color:#fbd84d}
@media (max-width:1230px){
.container{max-width:960px}
}
@media (max-width:992px){
.container{max-width:768px}
}
@media (max-width:768px){
.modal{width:100%;max-width:370px;padding:40px 20px}
.button{max-width:90%;margin-top:25px}
.popup__title{font-size:16px;margin-bottom:0}
.popup__you-win{margin-bottom:0;font-size:.6em}
}
@media (max-width:400px){
.modal{width:100%;max-width:95%;padding:20px 10px}
.first-bonus{margin-top:50px}
.button{max-width:90%;margin-top:25px}
.popup__title{font-size:16px;margin-bottom:0}
.popup__you-win{margin-bottom:0;font-size:.6em}
}
.wheel .wheel__offer{display:block;color:#fff;font-size:34px;text-align:center;position:absolute;left:50%;top:70%;z-index:40;translate:-50%;width:400px;text-transform:uppercase}
.wheel .wheel__offer span{color:#fbd84d}
@media (max-width:640px){
.main{overflow:hidden}
.wheel{scale:.8;z-index:40}
.wheel .wheel__offer .wheel__offer{display:block;color:#fff;font-size:24px;text-align:center;text-transform:uppercase;position:absolute;left:50%;top:70%;z-index:40;translate:-50%;width:400px}
.wheel .wheel__offer .wheel__offer span{color:#fbd84d}
.layer__column_fixed{display:none}
}
@media (max-width:510px){
.wheel{scale:.8}
}
@media (max-width:390px){
.wheel{scale:.75}
}
.not-visible{display:none}
@media (max-width:926px) and (max-height:428px){
body{display:flex;flex-direction:row}
.logo{max-width:120px}
.logo img{width:100%;height:100%;object-fit:contain}
.main{max-width:50%;margin-left:auto;margin-right:auto}
.main .container{max-height:100dvh}
.wheel{scale:.6;z-index:9000}
.footer{width:120px}
.info{top:25vh;left:10px;position:absolute!important}
.layer__column_fixed{display:none}
.modal{height:90dvh}
.popup__title{font-size:25px}
.popup__win{font-size:20px}
.popup__you-win .popup-white-text,.popup__you-win .popup__accent{font-size:17px}
.first-bonus{margin-top:auto;margin-bottom:auto}
.first-bonus .popup__you-win{font-size:32px}
.first-bonus .popup__you-win span{font-size:28px}
.second-modal{padding:20px}
}
.overlay{position:absolute;z-index:40;width:85%;height:85%;display:flex;align-items:center}
.overlay__wrapper{display:flex;flex-direction:column;height:100%}
.overlay__column{flex-grow:1;background:rgba(0,0,0,.2);height:100%}
.overlay__top{background:rgba(0,0,0,.2);height:0}
.overlay__bottom{background:rgba(0,0,0,.2);max-height:100%;flex-grow:1}
@media (max-width:768px){
.layer__column_fixed-top{height:160px}
.popup__title{font-size:25px;margin-bottom:20px}
.first-bonus{margin-top:auto;margin-bottom:auto}
.first-bonus .popup__you-win{font-size:32px}
.first-bonus .popup__you-win span{font-size:28px}
#popup_form{margin-top:auto;width:100%}
#popup_form button{margin-top:0;font-size:25px;padding:20px 15px;line-height:1;width:100%}
}
.second-modal .popup__tile{margin-bottom:8px}
.second-modal .popup__you-win{font-size:32px;margin-bottom:4px}
.modal .bonus__wrapper{margin:35px 0}
.modal .priz__item{scale:1}
.modal .priz__item:not(:last-child){margin-right:45px}
.modal .priz__item p{font-size:25px;max-width:145px}
@media (max-width:992px){
.modal .priz__item p{font-size:13px}
}
@media (max-width:588px) and (max-height:320px){
.wheel{scale:.5}
}
@media (max-width:375px) and (max-height:668px){
.wheel{scale:.6}
}
@media (max-width:900px) and (max-height:393px){
#popup_form{margin-top:auto}
#popup_form button{margin-top:0;font-size:14px;height:43px;padding:4px 65px;line-height:1}
.main{overflow:visible}
.second-modal .popup__title{margin-bottom:6px}
.second-modal .bonus__wrapper{margin:6px 0}
}
.first-modal .first-bonus{margin-top:auto;margin-bottom:auto}
.first-modal .bonus__wrapper{margin-top:20px;margin-bottom:20px}
@media (max-width:768px){
.first-modal .bonus__wrapper .spin-trigger{display:block}
}
@media (max-width:475px){
.try__text{font-size:16px}
}
.footer{flex:1 1 auto;position:relative}
.footer__overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.2);width:100%;height:100%}
.header__overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.2);width:100%;height:100%}
.main__overlay{position:absolute;left:0;top:0;background:rgba(0,0,0,.2);width:100%;height:100%}
.main{position:relative}
.overlay{border-radius:50%;overflow:hidden}
.not-visible{display:none}
.popup__you-win{margin:15px 0!important;display:block;font-size:30px}
.wrapper-position{position:absolute;margin:auto;left:0;top:0;right:0;bottom:0}
.container-absolut{position:absolute;margin:auto;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
body::after{content:'';position:absolute;width:10px;height:10px;background:red;display:block;margin:auto;left:0;top:0;bottom:0;right:0;z-index:20000;appearance:none;pointer-events:none;opacity:0}
body{overflow:hidden}
.popup__timer{color:#ffeb64;font-size:26px;text-align:right;margin-left:auto;margin-right:auto; margin-bottom: 25px;}