@font-face {
  font-family: League-Spartan;
  src: url(LeagueSpartan-ExtraBold.ttf);
}
@font-face {
  font-family: helvetica-geo-bold;
  src: url(Linotype-HelveticaNeueLTGEO75Bold.ttf);
}
@font-face {
  font-family: HelveticaBlack;
  src: url(HelveticaBlack.ttf);
}
@font-face {
  font-family: HelveticaMedium;
  src: url(HelveticaMedium.ttf);
}
#body {
    background: url('bg.png') #212121 top center no-repeat;
}
#body.en .Wheel-content,
#body.ru .Wheel-content {
    text-transform: uppercase;
}

.nPageContent {
	background: none;
}
.deposit-bonus-1000 {
	width: 1041px;
	margin: 0 auto;
	min-height: 1000px;
	position: relative;
    padding-top: 0px;
    box-sizing: border-box;
}

.deposit-bonus-improve {
        width: 880px;
        height: 700px;
        flex-shrink: 0;
        border-radius: 30px;
        background: rgba(83, 9, 14, 0.8);
        backdrop-filter: blur(10px);        
        display: flex;
        margin-top: 30px;
        margin-left: calc(50% - 440px);
    }
    .deposit-left {
        display: flex;
        width: 150px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        margin-left: 30px;
        margin-top:33px;
    }
    .deposit-bonus-improve.deactivete .deposit-left .deposit-prizes {
        width: 150px;
        height: 58px;
        box-sizing: border-box;
        position: relative;
        flex-shrink: 0; 
        border-radius: 18px;
        border: 3px solid #A90B0C;
        background: #57080A;
    }
    .deposit-bonus-improve.deactivete .deposit-left .deposit-prizes-back {
        width: 138px;
        height: 46px;
        top: 3px;
        left: 3px;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.40);
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; 
        position: relative;
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes-back {
        width: 138px;
        height: 46px;
        top: 3px;
        left: 3px;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.70);
        position: absolute;
    }   
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes {
        width: 150px;
        height: 58px;
        box-sizing: border-box;
        flex-shrink: 0;
        border-radius: 18px;
        border: 3px solid #A90B0C;
        background: #57080A;
        position: relative;
    }
    .deposit-bonus-improve.deactivete .deposit-left .deposit-prizes .depozit-prize-text-1 {
        leading-trim: both;
        text-edge: cap;
        font-family: "League-Spartan";
        font-size: 24px;
        letter-spacing: 1.2px;      
        opacity: 0.5;
        background: linear-gradient(180deg, #E1E1E1 0%, #858585 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;   
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes .depozit-prize-text-1{
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "League-Spartan";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.2px;
        background: linear-gradient(180deg, #E1E1E1 0%, #858585 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-top: 6px;
        display: block;
        line-height: 24px;
        height: 21px;
    }
    .deposit-bonus-improve.deactivete .deposit-left .depozit-prize-text-2 {
        display: none;
    }
    .deposit-bonus-improve.activete .deposit-left .depozit-prize-text-2 {
        width: 100%;
        color: #ffffff;
        text-align: center;
        font-family: helvetica-geo-bold;
        font-size: 12px;
        line-height: normal;
        letter-spacing: initial;
        display: block;
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize {
        width: 150px;
        height: 58px;
        box-sizing: border-box;
        flex-shrink: 0;
        border-radius: 18px;
        border: 3px solid #FFD151;
        background: #1B296D;
        position: relative;
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize:after {
        content: '';
        width: 21px;
        height: 24px;
        z-index: 1;
        position: absolute;
        left: -9px;
        top: 13px;
        background-image: url(prize-left.svg);
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize:before {
        content: '';
        width: 21px;
        height: 24px;       
        z-index: 1;
        position: absolute;
        right: -9px;
        top: 13px;
        background-image: url(prize-right.svg);
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize .deposit-prizes-back {
        width: 138px;
        height: 46px;
        top: 3px;
        left: 3px;
        border-radius: 12px;
        border: 1px solid rgba(255, 210, 93, 0.50);
        background: rgba(146, 0, 5, 0.70);
        box-shadow: 0 0 20px -2px rgba(255, 210, 87, 0.60) inset;
        box-sizing: border-box;
        position: absolute;
    }   
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize .depozit-prize-text-1 {
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: "League-Spartan";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.2px;
        background: linear-gradient(180deg, #FC0 0%, #FFD25F 46.35%, #F90 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-top: 5px;
        display: block;
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize .depozit-prize-text-2 {
        width: 100%;
        color: #FDE053;
        text-align: center;
        font-family: helvetica-geo-bold;
        font-size: 12px;
        line-height: normal;
        letter-spacing: initial;
        display: block;
    }
    @keyframes anim-pulsate {
        0%   { 
               opacity: 1;
        }
        50% {
             opacity: 0.60;
        }
        100%   { 
               opacity: 1;
        }
    }
    .deposit-bonus-improve.activete .deposit-left .deposit-prizes.active-prize.animated  {
         animation: anim-pulsate 0.2s normal;
         animation-iteration-count: 5;
    }
    .deposit-bonus-improve .deposit-right {
        width: 690px;
        margin-left: 5px;
        position: relative;
    }
    .prize-content-deactivate, .prize-content-activate {
        width: 100%;
        float: left;
    }
    .deposit-bonus-improve.activete .prize-content-deactivate {
        display: none;
    }
    .deposit-bonus-improve.deactivete .prize-content-activate {
        display: none;
    }
    .prize-content-deactivate .prize-disable-title-1 {
        width: 100%;
        margin-top: 46px;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 16px;
        line-height: normal;
    }
    .prize-content-deactivate .prize-disable-title-2 {
        width: 100%;
        margin-top: 18px;
        color: #FDE053;
        text-align: center;
        font-family: helvetica-geo-bold;
        font-size: 16px;
        line-height: normal;
    }   
    .prize-content-activate .prize-disable-title-1 {
        width: 100%;
        margin-top: 46px;
        color: #FDE053;
        text-align: center;
        font-feature-settings: 'case' on;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: HelveticaBlack;
        font-size: 24px;
        line-height: normal;
    }
    .prize-content-activate .prize-disable-title-2 {
        margin-top: 11px;
        color: #fff;
        text-align: center;
        font-family: helvetica-geo-bold;
        font-size: 16px;
        line-height: normal;
        padding-left: 30px;
        padding-right: 30px;
    }   
    .deposit-bonus-improve .rotate-card-content {
        width: 300px;
        height: 260px;
        position: absolute;
        top: 155px;
        right: 195px;
    }
    .deposit-bonus-improve .rotated-card {
        width: 128px;
        height: 172px;
        margin-top: 52px;
        margin-left: 86px;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .deposit-bonus-improve.deactivete .rotated-card {
        background-image: url(deactivate.svg);
    }   
    .deposit-bonus-improve .prizes-control {
        width: 260px;
        height: 165px;
        position: absolute;
        top: 486px;
        right: 214px;
    }
    .deposit-bonus-improve .prizes-control-class1 {
        width: 100%;
        height: 64px;
        display: flex;
        gap: 10px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .deposit-bonus-improve .prize-control-classt, .deposit-bonus-improve .prize-control-classw {
        width: 100%;
        left: 0px;
        top: -36px;
        position: absolute;
        color: #FDE053;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 17px;
        line-height: normal;    
    }
    .deposit-bonus-improve .prize-content-activate.win .prize-control-classt,.deposit-bonus-improve .prize-content-activate.resume .prize-control-classt {
        display: none;
    }
    .deposit-bonus-improve .prize-content-activate.win .prize-control-classw {
        display: block;
    }
    .deposit-bonus-improve .prize-content-activate.resume .prize-control-classw {
        display: block;
    }           
    .deposit-bonus-improve .prizes-control-class1 div {
        width: 125px;
        height: 64px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 125px auto;
        position: relative;
    }
    .deposit-bonus-improve.deactivete .prizes-control-class1 div:nth-child(1) {
         background-image: url(darkblack.png);
    }
    .deposit-bonus-improve.deactivete .prizes-control-class1 div:nth-child(2) {
         background-image: url(darkred.png);
    }
    .deposit-bonus-improve.activete .prizes-control-class1 div:nth-child(1) {
        border-radius: 64px;
        border: 1px solid #000;
        background: url(black1.svg), linear-gradient(180deg, #676767 0%, #282828 100%);
        box-shadow: 2px -3px 0px 0px #000 inset, -2px 2px 0px 0px #FFF inset;
        background-repeat: no-repeat;
        background-position: center;
    }
    .deposit-bonus-improve.activete .prizes-control-class1 div:nth-child(2) { 
        border-radius: 64px;
        border: 1px solid #000;
        background: linear-gradient(180deg, #FF2525 0%, #B10707 100%);
        box-shadow: 2px -2px 0px 0px #000 inset, -2px 2px 0px 0px #FFF inset;

    }  
    .deposit-bonus-improve.activete .prizes-control-class1 div:nth-child(1):after {
        content: '';
        width: 60px;
        height: 46px;
        background:url(black1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 34px;
        position: absolute;
        top: 9px;
        left:calc(50% - 30px);
        fill: linear-gradient(180deg, #373737 0%, #000 100%);
        stroke-width: 1px;
        stroke: #FFF;
        filter: drop-shadow(0px 1px 0px #000);
    }     
    .deposit-bonus-improve.activete .prizes-control-class1 div:nth-child(2):after {
        content: '';
        width: 60px;
        height: 46px;
        background:url(red2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 34px;
        position: absolute;
        top: 9px;
        left:calc(50% - 30px);
        fill: linear-gradient(180deg, #D01212 0%, #7E0000 100%);
        stroke-width: 1px;
        stroke: #FFF;
        filter: drop-shadow(0px 1px 0px #000);
    }   
    .deposit-bonus-improve .prizes-control-class2 {
        width: 100%;
        height: 21px;
        background-image: url(line.svg),url(line.svg);
        background-repeat: no-repeat,no-repeat;
        background-position: center left, center right;
        color: #FDE053;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 17px;
        line-height: normal;    
        margin-top: 8px;
        margin-bottom: 8px; 
    }
    .deposit-bonus-improve.deactivete .prizes-control-class3 {
        width: 260px;
        height: 64px;
        border-radius: 64px;
        border: 1px solid #000;
        background: rgba(255, 255, 255, 0.40);
        box-shadow: 2px -2px 0px 0px #000 inset, -2px 2px 0px 0px #FFF inset;
        color: #000;
        text-align: center;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.70);
        font-family: 'CrystalBetUni-Bold';
        font-size: 16px;
        line-height: normal;    
        display: flex;
        justify-content: center;
        align-items: center;    
        cursor: pointer;        
    }
    .deposit-bonus-improve.activete .prizes-control-class3 {
        width: 260px;
        height: 64px;
        border-radius: 64px;
        border: 1px solid #000;
        background: linear-gradient(180deg, #FDE053 0%, #FC0 100%);
        box-shadow: 2px -3px 0px 0px #000 inset, -2px 2px 0px 0px #FFF inset;       
        cursor: pointer;
        box-sizing: border-box; 
    }
    .deposit-bonus-improve.activete .prizes-control-class3 div {
        width: 100%;
        margin-top: 13px;
        color: #000;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.70);
        font-family: CrystalBetUni-Bold;
        font-size: 16px;    
    }   
    .deposit-bonus-improve.activete .prizes-control-class3 span {
        width: 100%;
        color:#000;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.70);
        font-family: helvetica-geo-bold;
        font-size: 14px;
        line-height: normal;    
        display: block;
        opacity: 0.8;
    }   
    .deposit-bonus-improve.activete .prize-content-activate.win .prizes-control-class1, .deposit-bonus-improve.activete .prize-content-activate.resume .prizes-control-class1 {
        display: none;
    }
    .deposit-bonus-improve.activete .prize-content-activate.win .prizes-control-class1-win, .deposit-bonus-improve.activete .prize-content-activate.resume .prizes-control-class1-win {
       /* display: block;*/
    }   
    .deposit-bonus-improve.activete .prize-content-activate .prizes-control-class1-win {
        width: 260px;
        height: 64px;
        cursor: pointer;
        border-radius: 64px;
        border: 1px solid #000;
        background: linear-gradient(180deg, #14DB10 0%, #07B136 100%);
        box-shadow: 2px -2px 0px 0px #000 inset, -2px 2px 0px 0px #FFF inset;
        box-sizing: border-box;
       /* display: none;*/
    }   
    .deposit-bonus-improve.activete .prize-content-activate .prizes-control-class1-win div {
        width: 100%;
        margin-top: 13px;
        color: #000;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.70);
        font-family: CrystalBetUni-Bold;
        font-size: 16px;
    }   
    .deposit-bonus-improve.activete .prize-content-activate .prizes-control-class1-win span {
        width: 100%;
        color: #000;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.70);
        font-family: helvetica-geo-bold;
        font-size: 13px;
        line-height: normal;
        display: block;
        opacity: 0.8;
    }   
    

    .rotate-star-winning {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
    }
    .prize-content-activate.win .rotate-star-winning {
        display: block;
    }
    .star-position-1 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .first-star {
        width: 40px;
        height: 45px;
        position: absolute;
        left: 29px;
        top: -9px;
        background-image: url(star-1.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -28px top 6px;
        animation-name: spin,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .first-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        left: 52px;
        top: 24px;
        background-image: url(tail-1.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -52px top -30px;
    }
    .star-position-2 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos3;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .secend-star {
        width: 40px;
        height: 45px;
        position: absolute;
        left: -1px;
        top: 110px;
        background-image: url(star-2.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position:left 2px top -114px;
        animation-name: spin,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .secend-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        left: 32px;
        top: 114px;
        background-image: url(tail-2.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -32px top -118px;
    }       
    .star-position-3 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos5;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .third-star {
        width: 40px;
        height: 45px;
        position: absolute;
        left: 13px;
        top: 212px;
        background-image: url(star-3.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position:left -12px top -217px;
        animation-name: spin,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .third-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        left: 45px;
        top: 203px;
        background-image: url(tail-3.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -43px top -207px;
    }
    .star-position-4 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos2;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .fourth-star {
        width: 40px;
        height: 45px;
        position: absolute;
        right: 30px;
        top: -8px;
        background-image: url(star-4.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -2px top 4px;
        animation-name: spin2,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .fourth-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        right: 51px;
        top: 20px;
        background-image: url(tail-4.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left 5px top -25px;
    }   
    .star-position-5 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos4;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .fifth-star {
        width: 40px;
        height: 45px;
        position: absolute;
        right: 1px;
        top: 107px;
        background-image: url(star-5.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -31px top -110px;
        animation-name: spin2,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .fifth-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        right: 33px;
        top: 106px;
        background-image: url(tail-5.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -14px top -110px;
    }
    .star-position-6 {
        position: relative;
        transform: translate(0px, 0px); 
        animation-name: pos6;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
    .rotate-star-winning .sixth-star {
        width: 40px;
        height: 45px;
        position: absolute;
        right: 15px;
        top: 213px;
        background-image: url(star-6.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -17px top -216px;
        animation-name: spin2,opa;
        animation-duration: 0.5s,0.3s;
        animation-timing-function: linear,linear;
        animation-delay: 0s,0.5s;
        animation-iteration-count: 1,3;
    }
    .rotate-star-winning .sixth-star-tail {
        width: 26px;
        height: 33px;
        position: absolute;
        right: 41px;
        top: 205px;
        background-image: url(tail-6.svg);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: left -5px top -208px;
    }   
    .win-animate {
        width: 68px;
        height: 32px;
        background-image: url(win.svg);
        background-repeat: no-repeat;
        background-size: auto;
        margin-left: calc(50% - 34px);
        margin-top: 16px;
        animation-name: opa;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 3;   
        animation-delay:0.5s; 
        display: none;   
    }           
    .prize-content-activate.win .win-animate {
        display: block;
    }
    .resume-animate {
        width: 100%;
        height: 18px;
        text-align: center;
        margin-top: 16px;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 15px;
        line-height: normal;        
        animation-name: opa;
        animation-duration: 0.3s;
        animation-timing-function: linear;
        animation-iteration-count: 3;   
    }
   
    .rotated-cards-header {
        width: 100%;
        height: 32px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        position: absolute;
        top: 0px;
    }
    .rotated-cards-header .header-cart-red {
        width: 24px;
        height: 32px;
        background-image: url(header-red.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .rotated-cards-header .header-cart-black {
        width: 24px;
        height: 32px;
        background-image: url(header-black.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .deposit-bonus-improve .prize-content-activate.lost .prizes-control, .deposit-bonus-improve .prize-content-activate.halfwin .prizes-control {
        display: none;
    }   
    .lost-text {
        width: 260px;
        bottom: 185px;
        left: calc(50% - 130px);
        position: absolute;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 16px;
        line-height: normal;
        display: none;
    }
    .deposit-bonus-improve .prize-content-activate.lost .lost-text {
        display: block;
    }
    .final-content {
        width: 482px;
        bottom: 130px;
        left: calc(50% - 242px);
        position: absolute;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 17px;
        line-height: normal;
        display: none;
    }
    .final-content > p {
        margin-bottom: 20.5px !important;
    }
    .deposit-bonus-improve .prize-content-activate.finalwon .final-content {
        display: block;
    }    
    .half-win-content {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 446px;
        display: none;
    }
    .deposit-bonus-improve .prize-content-activate.halfwin .half-win-content {
        display: block;
    }
    .half-win-content-text1,.half-win-content-text2 {
        width: 100%;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: helvetica-geo-bold;
        font-size: 17px;
        line-height: normal;
        text-align: center;
        display: block;
    }
    .half-win-content-text1 {
        padding-left: 190px;
        padding-right: 190px;
        box-sizing: border-box;        
    }
    .half-win-content-text2 {
        margin-top: 20px;
    }
    .prizes-control-halfwin {
        width: 260px;
        height: 165px;
        position: absolute;
        top: 84px;
        right: 220.5px;
    }
    .deposit-bonus-improve.activete .prize-content-activate .prizes-control-class3 {
        position: absolute;
        left:calc(50% - 132px);
        bottom: 50px;
    }

@keyframes spin { 
        0%   { 
                -webkit-transform: rotate(0deg); 
                transform:rotate(0deg); 
        }
        50% {
                -webkit-transform: rotate(50deg); 
                transform:rotate(50deg);
            }
        100% {
                -webkit-transform: rotate(0deg); 
                transform:rotate(0deg);
                
        }       
}   
@keyframes spin2 { 
        0%   { 
                -webkit-transform: rotate(0deg); 
                transform:rotate(0deg); 
        }
        50% {
                -webkit-transform: rotate(-50deg); 
                transform:rotate(-50deg);
            }
        100% {
                -webkit-transform: rotate(0deg); 
                transform:rotate(0deg);
                
        }       
}
@keyframes opa { 

        0%   { 
               opacity: 1;
        }
        50% {
             opacity: 0.60;
        }
        100%   { 
               opacity: 1;
        }       
}
@keyframes pos { 

        0% { 
               transform: translate(85px, 75px);    
        }
        50% {
             transform: translate(40px, 35px);  
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}   
@keyframes pos2 { 

        0% { 
               transform: translate(-85px, 75px);   
        }
        50% {
             transform: translate(-40px, 35px); 
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}
@keyframes pos3 { 

        0% { 
               transform: translate(85px, 0px); 
        }
        50% {
             transform: translate(40px, 0px);   
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}
@keyframes pos4 { 

        0% { 
               transform: translate(-85px, 0px);    
        }
        50% {
             transform: translate(-40px, 0px);  
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}   
@keyframes pos5 { 

        0% { 
               transform: translate(57px, -21px);   
        }
        50% {
             transform: translate(25px, -10px); 
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}
@keyframes pos6 { 

        0% { 
               transform: translate(-57px, -21px);  
        }
        50% {
             transform: translate(-25px, -10px);    
        }
        100%   { 
            transform: translate(0px, 0px); 
        }       
}

@keyframes animcard { 

        0% { 
            -webkit-transform: rotatey(0deg);
            transform: rotatey(0deg);
        }
        100%   { 
            -webkit-transform: rotatey(-180deg);
            transform: rotatey(-180deg);
        }       
}
   
    .flip {
        -webkit-perspective: 800;   
        perspective: 800;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .flip .card.flipped {
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.3s;
        transform-style: preserve-3d;
        transition: 0.3s;
        -webkit-transform: rotatey(-180deg);
        transform: rotatey(-180deg);
        animation: 0.3s ease-out 0s 1 animcard;
        
    }
    .flip .card {
        width: 128px;
        height: 172px;
        -webkit-transform: rotatey(-180deg);
        transform: rotatey(-180deg);
    }
    .flip .card .face {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 2;
    }
    .flip .card .front {
        position: absolute;
        width: 128px;
        height: 172px;
        z-index: 1;
        background-image: url(activateard.svg);
        transform: scaleX(-1);
    }
    .flip .card .back {
        width: 128px;
        height: 172px;
        -webkit-transform: rotatey(-180deg);
        transform: rotatey(-180deg);
        position: absolute;        
    }
    .flip .card .back.red {
        background-image: url(red.svg);
    }
    .flip .card .back.black {
        background-image: url(black.svg);
    }
    .deposit-bonus-content-fininsh {
        width: 880px;
        height: 280px;  
        border-radius: 30px;
        background: rgba(83, 9, 14, 0.4);
        backdrop-filter: blur(10px);    
        margin-top: 56px;   
        padding: 61px 260px 0px 260px;      
        box-sizing: border-box;
        margin-left: calc(50% - 440px);
    }
    .finish-text {
        width: 100%;        
        color: #FDE053;
        text-align: center;
        font-feature-settings: 'case' on;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        font-family: HelveticaBlack;
        font-size: 24px;
        line-height: normal;
        box-sizing: border-box;
    }
.deposit-bonus-content-fininsh .deposit-prizes.active-prize {
    width: 150px;
    height: 58px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 18px;
    border: 3px solid #fc0;
    background: #3B0002;
    position: absolute;
    top: 149px;
    left: calc(50% - 75px);
}   
.deposit-bonus-content-fininsh .deposit-prizes.active-prize:before {
    content: '';
    width: 21px;
    height: 24px;
    z-index: 1;
    position: absolute;
    right: -9px;
    top: 13px;
    background-image: url(prize-right.svg);
}
.deposit-bonus-content-fininsh .deposit-prizes.active-prize:after {
    content: '';
    width: 21px;
    height: 24px;
    z-index: 1;
    position: absolute;
    left: -9px;
    top: 13px;
    background-image: url(prize-left.svg);
}
.deposit-bonus-content-fininsh .deposit-prizes.active-prize .deposit-prizes-back {
    width: 138px;
    height: 46px;
    top: 3px;
    left: 3px;
    border-radius: 12px;
    border: 1px solid rgba(255, 210, 93, 0.50);
    background: rgba(146, 0, 5, 0.70);
    box-shadow: 0 0 20px -2px rgba(255, 210, 87, 0.60) inset;
    box-sizing: border-box;
    position: absolute;
}
.deposit-bonus-content-fininsh .deposit-prizes.active-prize .depozit-prize-text-1 {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "League-Spartan";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    background: linear-gradient(180deg, #FC0 0%, #FFD25F 46.35%, #F90 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
    display: block;
}
.deposit-bonus-content-fininsh .deposit-prizes.active-prize .depozit-prize-text-2 {
    width: 100%;
    color: #FDE053;
    text-align: center;
    font-family: helvetica-geo-bold;
    font-size: 12px;
    line-height: normal;
    letter-spacing: initial;
    display: block;
}
.show-history {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.history-butoon {
    border-radius: 60px;
    border: 2px solid #FFF;
    backdrop-filter: blur(5px);
    height: 50px;   
    padding-left: 41px;
    padding-right: 41px;
    color: #FFF;
    text-align: center;
    font-family: CrystalBetUni-Medium;
    font-size: 14px;
    line-height: normal;    
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    background: transparent;
    backdrop-filter: blur(0px);
}
.deposit-bonus-title {
    background-image: url(logo_ge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 181px;
    height: 181px;
    box-sizing: border-box;
    width: 100%;   
    margin-top: 30px;
    box-sizing: border-box;
}
body.en .deposit-bonus-title {
    background-image: url(logo_en.png);
}
body.ru .deposit-bonus-title {
    background-image: url(logo_ru.png);
}
.deposit-bonus-amount {
    width: 480px;
    margin-top: 30px;
    margin-left: calc(50% - 240px);
}
.deposit-bonus-helper {
    width: 305px;
    margin-left: calc(50% - 152.5px);
    height: 60px;
    display: flex;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;  
    border-radius: 10px;
    background: #FFEC21;
    color: #262000;
    font-family: HelveticaBlack;
    font-size: 18px;
    line-height: normal;    
    cursor: pointer;
    background-image: url(info.svg);
    background-repeat: no-repeat;
    background-position: top 18px left 18px;
    padding-left: 52px;
    box-sizing: border-box;
}
.deposit-bonus-deposit-info {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    display: flex;
}
body.notauthorized .deposit-bonus-deposit-info {
    display: none;
}
.deposit-info-text {
    color: #FDE053;
    font-family: helvetica-geo-bold;
    font-size: 15px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deposit-info-amount {
    min-width: 180px;
    height: 60px;
    border-radius: 14px;
    border: 2px solid #FF4D00;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px); 
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: HelveticaBlack;
    color: #FFF;
    font-size: 24px;
    box-sizing: border-box;
}
.deposit-info-amount span {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: CrystalBetUni-Medium;
    font-size: 18px;
    line-height: normal;    
    padding-left: 2px;
    padding-top: 4px;
}
.deposit-bonus-not-deposit {
    width: 100%;
    margin-top: 30px;
}
.deposit-bonus-not-deposit-text {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family:  helvetica-geo-bold;
    font-size: 18px;
    line-height: normal;    
    padding: 0;
    box-sizing: border-box;
}
.deposit-bonus-not-deposit-text.font {
    font-size: 22px;
}
.deposit-bonus-not-deposit-text span.textbold {
    width: 100%;
    display: block;
    color: #FFD300;
    text-align: center;
    font-feature-settings: 'case' on;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-family: "Heltvetica_Neue_Ltd_Geo_900Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-top: 8px;
    position: relative;
}
.deposit-bonus-not-deposit-text span.textbold:before {
    content:'';
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 211, 0, 0.00) 0%, #FFD300 100%);
    position: absolute;
    left: -59px;
    top: 23px;
}
.deposit-bonus-not-deposit-text span.textbold:after{
    content: '';
    width: 100px;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 211, 0, 0.00) 0%, #FFD300 100%);    
    position: absolute;
    right: -60px;
    top: 23px;
}
.deposit-bonus-deposit-notplay.fill .deposit-bonus-not-deposit-text span:nth-child(1) {
    display:none;
}
.deposit-bonus-deposit-notplay.fill .deposit-bonus-not-deposit-text span:nth-child(2) {
    display: block;
}
.deposit-bonus-deposit-notplay .deposit-bonus-not-deposit-text span:nth-child(1) {
    display:block;
}
.deposit-bonus-deposit-notplay .deposit-bonus-not-deposit-text span:nth-child(2) {
    display: none;
}
.deposit-bonus-dep {
    width: 240px;
    height: 70px;
    border-radius: 10px;
    margin-left: calc(50% - 120px);
    background: #3FC536;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #FFF;
    text-align: center;
    font-family: helvetica-geo-bold;
    font-size: 19px;
    line-height: normal;    
    margin-top: 30px;
    cursor: pointer;
    display: none;
}
body.notauthorized .deposit-bonus-not-deposit, .deposit-bonus-not-deposit.fill {
    display: none;
}
.deposit-bonus-deposit-notplay {
    width: 100%;
    margin-top: 30px;   
    margin-bottom: 56px;
}
body.notauthorized .deposit-bonus-deposit-notplay,.deposit-bonus-deposit-notplay.fill {
    display: none;
}
.deposit-bonus-progress {
    width: 500px;
    height: 126px;
    border-radius: 20px;
    border: 2px solid #FF571F;
    background: #F30A0E;
    box-shadow: 0 0 14px 0 #F64;
    backdrop-filter: blur(2px);
    margin-left: calc(50% - 250px);
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid transparent;
}
.deposit-bonus-progress-inner {
    width: 420px;
    height: 24px;
    position: absolute;
    left: 40px;
    top: 71px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}
.bonus-progress-spinner {
    width: 0%;
    height: 24px;
    border-radius: 12px;
    background: linear-gradient(270deg, #FFDF61 0%, #FC0 100%);
}
.deposit-bonus-deposit-notplay.fill .bonus-progress-spinner {
    width: 100%;
    background: linear-gradient(270deg, #00DC30 0%, #00BC29 100%);
}
.deposit-bonus-1000.fill .deposit-bonus-deposit-notplay .bonus-progress-spinner{
    width: 100%;
    background: linear-gradient(270deg, #00DC30 0%, #00BC29 100%);
}
.deposit-bonus-progress-amount-info {
    width: 420px;
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-top: 21px;
}
.deposit-bonus-progress-amount-info div:nth-child(1) {
    color: #FFF;
    font-family: HelveticaBlack;
    font-size: 28px;
    line-height: normal;    
}
.deposit-bonus-progress-amount-info div:nth-child(1) span:nth-child(1) {
    color: #FFF;
    font-family: CrystalBetUni-Medium;
    font-size: 28px;
    line-height: normal;
    margin-left: 6px;
}
.deposit-bonus-progress-amount-info div:nth-child(1) span:nth-child(2) {
    color: #FFF;
    font-family: helvetica-geo-bold;
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}
.deposit-bonus-progress-amount-info div:nth-child(2) {
    color: #FFF;
    font-family: HelveticaBlack;
    font-size: 24px;
    line-height: normal;    
    margin-top: 6px;
}
.deposit-bonus-progress-amount-info div:nth-child(2) span:nth-child(1) {
    color: #FFF;
    font-family: CrystalBetUni-Medium;
    font-size: 18px;
    line-height: normal;
}
.get-bonus-conteiner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1000;   
    display: none; 
}
.get-bonus-content {
    position: fixed;
    z-index: 9;
    box-sizing: border-box;
    width: 600px;
    height: 487px;
    left: calc(50% - 600px / 2);
    top: calc(50% - 600px / 2);
    padding: 30px 30px 40px 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}
.get-bonus-header {
    color: #000;
    font-family:  helvetica-geo-bold;
    font-size: 18px;
    line-height: normal;    
    margin-bottom: 34px;
    position: relative;
}
 
.get-bonus-content .bonus-help {
    color: #000;
    font-family: HelveticaMedium;
    font-size: 16px;
    line-height: normal;  
    padding-left: 24px; 
    position: relative;
    margin-bottom: 19px;
}
.get-bonus-content .bonus-help:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 8px;
}
.get-bonus-content .bonus-help span {
    color: #000;
    font-family: helvetica-geo-bold;
    font-size: 16px;
    line-height: normal;
}
.get-bonus-content .bonus-help p {
    width: 100%;
    height: 18px;
}
.get-bonus-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -19px;
    top: -15px;
    background-image: url(close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.depositbonus-popup-container {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 100px;
}
.depositbonus-popup-container .depositbonus-popup input.close {
    height: 58px;
    width: 58px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    color: #B3B3B3;
    border: none;
    background-image: url(close.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.depositbonus-popup-container.freespins-popup .depositbonus-popup {
    border-radius: 30px;
    background: linear-gradient(245deg, #012486 0%, #005CC3 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    padding: 103px 40px 40px;
    height: 473px;
    width: 670px;
    position: relative;
    padding: 104px 40px 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.depositbonus-popup-container .depositbonus-popup .depositbonus-popup-header {
    height: 99px;
    height: 86px;
    padding: 0 20px 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: "CrystalBetUni-Bold";
    font-size: 20px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    color: #ffffff;
    font-family: "CrystalNU4-Bold";
    height: 99px;
}
.depositbonus-popup-container .depositbonus-freespins {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 10px;
    height: 70px;
    margin: 0px 0 10px 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 13px 0 8px;
    box-sizing: border-box;
}
.depositbonus-popup-container .depositbonus-freespins.use {
    border: 1px solid #33B52A;
    box-shadow: 0px 0px 10px 2px rgba(58, 172, 49, 0.6);
}
.depositbonus-popup-container .depositbonus-freespins .freespin-thumb {
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 64px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    border-radius: 10px;
    background-size: contain;
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(2) .freespin-thumb {
    background-image: url(burninghot5.png);
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(3) .freespin-thumb {
    background-image: url(burninghot40.png);
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(4) .freespin-thumb {
    background-image: url(superhot100.png);
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(5) .freespin-thumb {
    background-image: url(dice.png);
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-freespin-title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}
    .depositbonus-popup-container .depositbonus-freespins .depositbonus-freespin-title::before {
    content: attr(data-title);
    font-family: "CrystalNU4-Bold";
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 4px 6px 0;
    text-align: left;
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-freespin-title::after {
    width: 100%;
    margin: -1px auto 0 0;
    font-family: "CrystalNU4-Regular";
    font-size: 13px;
    color: #B3B3B3;
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(2) .depositbonus-freespin-title::after {
    content: "5 Burning Heart";
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(3) .depositbonus-freespin-title::after {
    content: "40 Burning Hot 6 Reels";
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(4) .depositbonus-freespin-title::after {
    content: "100 Super Hot";
}
.depositbonus-popup-container .depositbonus-freespins:nth-of-type(5) .depositbonus-freespin-title::after {
    content: "Dice & Roll";
}
.depositbonus-popup .freespin-qty {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'CrystalNU4-Bold';
    width: 160px;
    text-align: left;
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-freespins-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: 0 0 187px;
    flex: 0 0 187px;
    box-sizing: border-box;
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-freespins-actions::before {
    content: attr(data-cost) "₾";
    height: 20px;
    background-image: url(freespin.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 22px;
    font-family: "CrystalNU4-Bold";
    font-size: 16px;
    line-height: 19px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #3FE234;
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-action-button {
    min-width: 100px;
    max-width: 120px;
    height: 40px;
    background: #FDE053;
    border-radius: 6px;
    padding: 0 5px;
    font-family: "CrystalBetUni-Medium";
    font-size: 12px;
    line-height: 40px;
    color: #262000;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.depositbonus-popup-container .depositbonus-freespins .use {
  display: none;
}
.depositbonus-popup-container .depositbonus-freespins.disabled .depositbonus-action-button {
  color: #666666;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.depositbonus-popup-container .depositbonus-freespins .depositbonus-action-button.use {
    color: #ffffff;
    background: #33B52A;
    cursor: pointer;
}
.depositbonus-popup-container .depositbonus-freespins.use .depositbonus-action-button {
  display: none;
}
.depositbonus-popup-container .depositbonus-freespins.use .depositbonus-action-button.use {
  display: block;
}
.depositbonus-popup-container .depositbonus-freespins.use .depositbonus-action-button {
    display: none;
}

.depositbonus-popup-container .depositbonus-freespins.disabled {
    background-color: rgba(0, 0, 0, 0.35);
}
.geo,.rus,.eng {
    display: none;
}
body.ka .geo, body.ru .rus, body.en .eng {
    display: block;
}
.login-promo-login.mobmode {
     display: none !important;
}
.game_play {
    width: 450px;
    height: 58px;
    margin-left: calc(50% - 225px);
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.game_play_button {
    width: 220px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFEC21;
    color: #262000;
    font-family: HelveticaBlack;
    font-size: 18px;
    text-decoration: none;
}
.progress-already-played {
    width: 100%;
    height: 70px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 48px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    font-family: helvetica-geo-bold;
    font-size: 18px;
    position: relative;
}
.progress-already-played:after {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 1.5C9.3873 1.5 2 8.8873 2 18C2 27.1127 9.3873 34.5 18.5 34.5C27.6127 34.5 35 27.1127 35 18C35 8.8873 27.6127 1.5 18.5 1.5ZM26.3107 14.5607C26.8964 13.9749 26.8964 13.0251 26.3107 12.4393C25.7249 11.8536 24.7751 11.8536 24.1893 12.4393L16.25 20.3787L12.8107 16.9393C12.2249 16.3536 11.2751 16.3536 10.6893 16.9393C10.1036 17.5251 10.1036 18.4749 10.6893 19.0607L15.1893 23.5607C15.7751 24.1464 16.7249 24.1464 17.3107 23.5607L26.3107 14.5607Z' fill='%2301D930'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.show-mobile {
    display: none !important;
}
.restrected_user {
    width: 830px;
    height: 120px;
    z-index: 1;
    color: #FFFFFF;
    font-family: Heltvetica_Neue_Ltd_Geo_700;
    font-size: 22px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    align-items: center;
    background-image: url(user-x.svg);
    background-position: left 67px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    border: 5px solid #DC1A1A;
    border-radius: 90px;
    margin-left: calc(50% - 415px);
    margin-top: 90px;
    box-sizing: border-box;
}
body.ka .restrected_user {
     padding-left: 50px;
}
body.en .restrected_user {
    background-position: left 178px center;
}
body.ru .restrected_user {
    background-position: left 190px center;
}
.restrected_user_text {
    width: 100%;
    color: #FFFFFF;
    font-family: Heltvetica_Neue_Ltd_Geo_700;
    font-size: 22px; 
    margin-top: 90px;
    text-align: center;
}
.restrected_user_allpromo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.restrected_user_allpromo a {
    width: auto;
    height: 62px;
    border-radius: 10px;
    background: #FFEC21;
    color: #262000;
    font-family: "Heltvetica_Neue_Ltd_Geo_700";
    font-size: 18px;
    margin-top: 30px;
    background-image: url(promotion.svg);
    background-position: center left 42px;
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-right: 42px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
}
.video_instruction {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
}
.promo-video-wrapper {
    width: 378px;
}
.promo-video-wrapper.open .promo-video-content {
    height: 620px;
}
.promo-video-content video {
    height: 600px;
    object-fit: contain;
}