
.promo-video-wrapper {
    margin: 0px auto 27px;
}

.DepositBonusGenerator-title-top {
    width: 100%;
    height: 162.9px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px auto 13px auto;
}
#body.ka .DepositBonusGenerator-title-top {
    background-image: url(top-title-ka.png);
}
#body.en .DepositBonusGenerator-title-top {
    background-image: url(top-title-en.png);
}
#body.ru .DepositBonusGenerator-title-top {
    background-image: url(top-title-ru.png);
}

.DepositBonusGenerator-title {
    text-align: center;
    width: 100%;
    color: #FDE053;
    font-size: 26px;
    line-height: 36px;
    font-family: 'HelveticaBold';
    margin-top: 10px;
}
.DepositBonusGenerator-title div {
    color: #fff;
    font-size: 22px;
}


.DepositBonusGenerator-info-text {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-family: 'CrystalNU4-Regular';
    border-radius: 20px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    margin: 64px auto 58px auto;
    position: relative;
}
.DepositBonusGenerator-info-text:before {
    content: '';
    background-image: url(i.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% - 24px/2);
    top: -40px;
}
.DepositBonusGenerator-info-text ul {
    text-align: center;
    width: 100%;
    list-style-position: inside !important;
    position: relative;
    left: 0px;
    list-style: disc;
}
.DepositBonusGenerator-info-text ul li {
    text-align: center;
    margin-bottom: 9px;
}


.countDownDiv{
	display: none;
}

.beforeStart{
	font-family: "CrystalBetUni-Bold";
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
}
#ChampionshipCountdown{
	background: rgba(0, 0, 0, 0.4);
    border: 1px solid #FDE053;
    box-sizing: border-box;
    border-radius: 10px;
	width: 502px;
	height: 120px;
	display: flex;
	padding: 22px 60px;
	box-sizing: border-box;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin: 0 auto 40px;
}
#ChampionshipCountdown .days-first, #ChampionshipCountdown .days-second,
#ChampionshipCountdown .hours-first, #ChampionshipCountdown .hours-second,
#ChampionshipCountdown .minutes-first, #ChampionshipCountdown .minutes-second,
#ChampionshipCountdown .seconds-first, #ChampionshipCountdown .seconds-second {
	font-family: "CrystalBetUni-Bold";
	font-size: 60px;
	color: #ffffff;
}
#ChampionshipCountdown .days-text,
#ChampionshipCountdown .hours-text,
#ChampionshipCountdown .minutes-text,
#ChampionshipCountdown .seconds-text {
	font-family: "CrystalBetUni-Medium";
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	bottom: -20px;
	left: 8px;
}
#ChampionshipCountdown .hours-text{
	left: -2px;
}
#ChampionshipCountdown .minutes-text{
	left: 3px;
}

#ChampionshipCountdown .days,
#ChampionshipCountdown .hours,
#ChampionshipCountdown .minutes,
#ChampionshipCountdown .seconds{
	display: flex;
	width: 70px;
	position: relative;
	top: -17px;
	justify-content: center;
}


.title-2 {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
    margin-bottom: 509px;
}

.title-3 {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
    text-align: center;
    
    margin-bottom: 40px;
}
.title-3 div {
    display: inline-block;
}
.title-3 div:nth-child(1) {
    width: 606px;
}
.title-3 div:nth-child(3) {
    width: 584px;
}
.title-3 span {
    display: inline-block;
    width: 78px;
    height: 78px;
    border-radius: 78px;
    line-height: 78px;
    font-size: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 ;
    position: relative;
    top: -5px;
}

.rules-container {
    margin: 58px auto 60px 82px !important;
}
.Wheel-winers-container{
    width: 700px;
    height: 557px;    
    margin: 0 auto;
    margin-top: 0px;  
    padding: 20px;
    /*background: url(winnersbg.png) no-repeat;*/
    box-sizing: border-box;    
}
.Wheel-winers-container .ccwt-title{
    text-align: center;
    font-family: 'CrystalBetUni-Bold';
    font-size: 22px;
    color: #FDE053;
    margin-top: -34px;
    margin-bottom: 22px;  
}
.Wheel-winers-table{
    width: 100%;
}
.Wheel-winers-table .ccwt-row {
    display: flex;
}
.Wheel-winers-table .ccwt-cell {
    display: flex;
    justify-content: center;
    flex-direction: column;    
    text-align: center;
}
.Wheel-winers-table .ccwt-cell .mobile{
    display: none;
}
.Wheel-winers-table .ccwt-cell:nth-child(1) {
    flex-basis: 180px;
}
.Wheel-winers-table .ccwt-cell:nth-child(2) {
    flex-basis: 150px;
}
.Wheel-winers-table .ccwt-cell:nth-child(3) {
    flex-basis: 215px;
    box-sizing: border-box;
    padding-left: 60px;
    text-align: left;
    position: relative;
    font-size: 12px;
    font-family: 'CrystalBetUni-Medium';
}
.Wheel-winers-table .ccwt-cell.Gold:nth-child(3):after {
    content: '';
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(gold.svg);
    background-size: 17px 18px !important;
    left: 39px;
    top: calc(50% - 18px/2)
}
.Wheel-winers-table .ccwt-cell.Silver:nth-child(3):after {
    content: '';
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(silver.svg);
    background-size: 17px 18px !important;
    left: 39px;
    top: calc(50% - 18px/2)
}
.Wheel-winers-table .ccwt-cell.Bronze:nth-child(3):after {
    content: '';
    position: absolute;
    width: 17px;
    height: 18px;
    background: url(bronze.svg);
    background-size: 17px 18px !important;
    left: 39px;
    top: calc(50% - 18px/2)
}
.Wheel-winers-table .ccwt-cell.FreeSpin:nth-child(3):after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(freespin.svg);
    background-size: 18px 18px !important;
    left: 39px;
    top: calc(50% - 18px/2)
}
.Wheel-winers-table .ccwt-cell.iPhone:nth-child(3):after {
    content: '';
    position: absolute;
    width: 16px;
    height: 19px;
    background: url(iphone.svg);
    background-size: 16px 19px !important;
    left: 39px;
    top: calc(50% - 19px/2)
}


.Wheel-winers-table .ccwt-cell:nth-child(4) {
    flex-basis: 185px;
}
.Wheel-winers-table .ccwt-head{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px 4px 0 0;
}
.Wheel-winers-table .ccwt-head .ccwt-cell{
    height: 34px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'CrystalBetUni-Medium';
    padding: 0;
}
.Wheel-winers-table .ccwt-body-container{
    height: 470px;
    overflow: hidden;
}
.Wheel-winers-table .ccwt-body{
    position: relative;
}
.Wheel-winers-table .ccwt-body .ccwt-row{
    height: 37px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin-top: 2px;
    color: #fff;
    font-size: 13px;
    font-family: 'CrystalBetUni-Medium';    
}

.Wheel-winers-table .ccwt-body .ccwt-row .ccwt-cell:nth-child(3) span{
    border-radius: 13px;
    width: 97px;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
}

.BonusWeelPlayBt-cont {
    width: 100%;
    text-align: center;
}
.BonusWeelPlayBt {
    display: inline-block;
    width: 280px;
    height: 62px;
    line-height: 62px;
    background: #FDE053;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #262000;
    font-family: 'CrystalBetUni-Medium';   
    margin: 46px 10px 80px 10px;    
}
.BonusWeelPlayBt:hover {
    background: #fcf178;
}
.lr-feature-content .lr-txt {
    width: 100%;
}
.leagueweek-not-verified {
    width: 780px;
    height: 200px;
    box-sizing: border-box;   
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #FDE053;
    box-sizing: border-box;
    border-radius: 4px; 
    margin-top: 43px;
}
.HottestEightWeeks-verification span {
    color: #25EF17;
    font-size: 18px;
}
.HottestEightWeeks-verification div {
    color: #fff;
    font-size: 16px;
    font-family: 'CrystalBetUni-Medium';
    width: 100%;
    text-align: center;
    padding-top: 7px;
}

.leagueweek-notverified-btn {
    border-radius: 4px;
    background-color: #fde053;
    width: 305px;
    height: 58px;
    font-family: 'CrystalBetUni-Bold';
    font-size: 16px;
    color: #262000;
    line-height: 58px;
    margin: 25px auto;
    text-align: center;
    /* padding-right: 0px; */
    padding-left: 46px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}
.leagueweek-notverified-btn:hover {
    background-color: #fcf178;
}
.leagueweek-notverified-btn:after {
    display: none;
}
.leagueweek-notverified-btn:before {
    content: '\e80d';
    font-family: 'cb-icons';
    font-size: 20px;
    color: #262000;
    position: relative;
    /* left: 21px; */
    margin-right: 10px;
    width: 18px;
    text-align: center;
}
.lr-feature-content {
    margin: 35px 0 67px 0;
}
.Wheel-toptitle {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 38px;
}
.ka .Wheel-toptitle {
    background-image: url(toptitleka.png);
}
.en .Wheel-toptitle {
    background-image: url(toptitleen.png);
}
.ru .Wheel-toptitle {
    background-image: url(toptitleru.png);
}

.Whell-title0 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
}

.Whell-title0 div {
content: '';
    width: 100%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 19px;
    margin-bottom: 71px;
    /* margin-left: 54px;*/
    
}
.ka .Whell-title0 div {
    background-image: url(toptitleka2.png);
    background-position-x: 199px;
}
.en .Whell-title0 div {
    background-image: url(toptitleen2.png);
}
.ru .Whell-title0 div {
    background-image: url(toptitleru2.png);
}

.Whell-title1 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-family: 'CrystalNU4-Bold';
}
.Whell-title2 {
    width: 400px;
    height: 96px;
    position: relative;
    display: flex;
    background: url(titlebg.png);
    margin: 23px auto;
    font-size: 30px;
    color: #FDE053;
    text-shadow: 2px 0px 6px #2D1000;
    font-family: 'CrystalNU4-Bold';
    align-items: center;
    justify-content: center;
}

.Whell-title3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: 'CrystalNU4-Regular';
    margin-bottom: 44px;
}



/*history*/

.Wheel-prise-history {
    z-index: 9999;
}

.Wheel-prise-history-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    z-index: 105;
}
.Wheel-prise-history-content {
    position: fixed;
    z-index: 106;
    box-sizing: border-box;
    width: 600px;
    height: 531px;
    left: calc(50% - 600px/2);
    top: calc(50% - 600px/2);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

.Wheel-prise-history-content-header {
    width: 100%;
    height: 66px;
    line-height: 78px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-family: 'Heltvetica_Neue_Ltd_Geo_700';
    padding-left: 31px;
    position: relative;
/*-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;    */
}

.Wheel-prise-history-content-header:after {
    content: '';
    /*background: url(image.png);*/
    /* background-position: -153px -91px; */
    width: 540px;
    height: 2px;
    position: absolute;
    /* top: calc(50% - 10px); */
    left: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    bottom: 0;
}

.Wheel-prise-history-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 26px;
    top: 27px;
    cursor: pointer;
    text-align: center;
}
.Wheel-prise-history-close:after {
    content: '\e842';
    position: absolute;
    font-family: 'cb-mobile-icons';
    font-size: 16px;
    pointer-events: none;
    width: 100%;
    text-align: center;
    left: 0px;
    color: #B3B3B3;
    top: -27px;
}
.Wheel-prise-history-close:hover:after {
    opacity: 0.7;
}

.Wheel-prise-history-tickets {
    width: 940px;
    height: 70px;
    font-size: 14px;
    color: #fff;
    font-family: 'CrystalBetUni-Medium';
    line-height: 70px;
    padding-left: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 20px auto 0 auto;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}

  
.Wheel-prise-history-tickets label {
    display: block;
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    width: 140px;
    height: 40px;
    border-radius: 40px;
    text-align: right;
    line-height: 40px;
    right: 26px;
    top: calc(50% - 20px);
    font-size: 28px;
    color: #fde053;
    font-family: 'CrystalBetUni-Bold';
}
.Wheel-prise-history-tickets .g-list {
    background: none;
    left: 0;
    height: 70px;
    width: 100px;
}
.Wheel-prise-history-tickets .g-list div {
    height: 70px;
    top: 0;
}
.Wheel-prise-history-tickets .g-list div:after {
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto;    
}

.Wheel-prise-history-list.head {
    /*display: none;*/
    background: none;
    font-size: 14px;
    color: #333;
    font-family: 'HelveticaMedium';
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 540px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.Wheel-prise-history-list.head > div {
    display: inline-block;
}
.Wheel-prise-history-list.head > div.row2 {
    /*width: 106px;*/
    text-align: end;
}
.Wheel-prise-history-list {
    width: 540px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    background: #ECF2F6;
    margin-bottom: 5px;  
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.Wheel-prise-history-list-row {
    position: relative;
    float: left;
    box-sizing: border-box;
    /*height: 50px;*/
    /*line-height: 50px;*/
    text-align: left;
    font-size: 14px;
    font-family: 'CrystalBetUni-Medium';
    color: #000000;
 
}
.Wheel-prise-history-list.head .Wheel-prise-history-list-row {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}

  
.Wheel-prise-history-list-row.row1 {
    font-size: 14px;
    left: 0px;
    /*bottom: 10px;*/
    color: #000000;
    font-family: 'HelveticaMedium';
    top: 15px;
}
.Wheel-prise-history-list-row.row1 span {
    /*display: block;*/
    position: relative;
}
.Wheel-prise-history-list-row.row2 {
    float: right;
    font-size: 14px;
    color: #000000;
    font-family: 'HelveticaMedium';
    line-height: 47px;
    right: 0px;
}
.Wheel-prise-history-list-row.row2 div {
    /*color: #000000;
    font-family: 'CrystalBetUni-Bold';
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;*/
    display: none;
}

.Wheel-prise-history-list.head .Wheel-prise-history-list-row {
    position: relative;
    float: left;
    padding-right: 10px;
    bottom: 0;
    width: initial;
}


/*.Wheel-prise-history-list-row-bt {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    text-decoration: none;
    font-size: 12px;
    color: #1f1a01;
    font-family: 'CrystalBetUni-Medium';
    height: 40px;
    background: #fde053;
    border-radius: 6px;
    line-height: 40px;
    padding: 0 24px;
    cursor: pointer;
}*/
/*.Wheel-prise-history-list-row-bt:hover {
    background: #fcf178;
}
.Wheel-prise-history-list-row-bt.passive,
.Wheel-prise-history-list-row-bt.passive:hover {
    text-align: right;
    padding: 0;
    background: none;
    color: #33B52A;
    cursor: auto;
}*/
.Wheel-prise-history-list-row-bt.passive {
    cursor: auto;
}

.Wheel-prise {
    width: 97px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 26px;
    margin: 10px auto 0 auto;
    font-family: 'CrystalBetUni-Medium';
    font-size: 12px;
}


.Wheel-prise-history-pager {
    width: 100%;
    text-align: center;
    padding: 0px 0;
    position: absolute;
    bottom: 30px;
}
.Wheel-page {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    background: #ECF2F6;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: 'FiraGo-Medium';
    font-weight: bolder;
}
.Wheel-page:hover,
.Wheel-page.active {
    background: #fde053;
    /*color: #423704;*/
}

.client-transaction-history-open-list-paging-arrow {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #ECF2F6;
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    top: -1px;
    font-size: 16px;
    font-family: 'FiraGo-Medium';
    font-weight: bolder;
}
.client-transaction-history-open-list-paging-arrow:hover {
   background: #fde053;
    /*color: #423704;*/
}
.client-transaction-history-open-list-paging-arrow:hover:after {
    background-position: center;
}
.client-transaction-history-open-list-paging-arrow:after {
    left: calc(50% - 5px);
    top: calc(50% - 13px);
    font-weight: bolder;
}
.client-transaction-history-open-list-paging-arrow:hover:after {
    color: #000000;
}
#body.notauthorized .verifi-regster-container-gift {
    display: block;
}
.verifi-regster-container-gift {
    width: 100%;
    text-align: center;
    display: none;
    margin-bottom: 72px;
    margin-top: 50px;
}
.verifi-regster-container {
    width: 460px;
    height: 270px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #33B52A;
    box-sizing: border-box;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    padding: 100px 44px 0 44px;
    color: #ffffff;
    font-family: 'CrystalNU4-Bold';
}
.verifi-regster-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 124px;
    left: 0;
    top: -48px;
    
}
.verifi-container-gift:after {
    background: url(left-gift.png) center no-repeat;
}
.register-container-gift:after {
    background: url(right-gift.png) center no-repeat;
}

.verifi-regster-container a {
    display: block;
    position: absolute;
    width: 168px;
    height: 58px;
    
    border-radius: 30px;
    text-align: center;
    line-height: 58px;
    text-decoration: none;
    left: calc(50% - 168px/2);
    bottom: 29px;
    
    font-size: 16px;
    font-family: 'CrystalBetUni-Medium';
    cursor: pointer; 
}
.verifi-regster-container span {
    color: #FDE053;
}
.verifi-regster-container label {
    color: #2BFF1D;
}


.verifi-container-gift a {
    color: #262000;
    background: #FDE053;
}
.verifi-container-gift a:hover {
    background: #fcf178;
}
.register-container-gift a {
    color: #fff;
    background: #33B52A;
}
.register-container-gift a:hover {
    background: #58b052;
}

.BoardGamesSpinWheel-info-div-new:after {
    content: '';
    position: absolute;
    background: url(infobg.png);
    width: 1862px;
    height: 1175px;
    left: calc(50% - 1862px/2);
    top: 197px;
    z-index: -1;
}

.Wheel-footer-links {
    width: 100%;
    text-align: center;
    margin-top: 41px;
}
.Wheel-footer-link {
    display: inline-block;
    text-decoration: none;
    width: 222px;
    height: 76px;
    background: linear-gradient(180deg, #FDE053 0%, #FFCC00 100%);
    border: 1px solid #000000;
    box-shadow: -2px 2px 0px #000000, inset 2px -3px 0px #000000, inset -3px 3px 0px #FFFFFF;
    border-radius: 10px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    line-height: 76px;
    font-family: 'CrystalBetUni-Bold';
    color: #000000;

    text-shadow: -1px 1px 0px #FFFFFF;
    cursor: pointer;
}

/*autorisation*/

.login-promo {
    width: 830px;
    min-height: 120px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #33B52A;
    box-sizing: border-box;
    border-radius: 90px;
    margin: 0 auto;
    box-sizing:  border-box;
    position:  relative;
    margin-bottom: -77px;
    display:  none;
}
.login-promo-txt {
    width: 380px;
    position:  absolute;
    left: 110px;
    top: 39px;
    Font-size: 18px;
    Line-height: 21px;
    font-family: 'CrystalNU4-Bold';
    color: #fff;
}

.login-promo::before {
    content: '\e81c';
    font-family: 'cb-icons';
    font-size: 35px;
    color: #ffffff;
    position:  absolute;
    left:  55px;
    top:  calc(50% - 35px/2);
}

.login-promo-buttons {
    position: absolute;
    font-size: 16px;
    font-family: 'CrystalBetUni-Medium';
    height: 58px;
    top: calc(50% - 58px/2);
    right: 28px;
}
.login-promo .login-promo-buttons a {
    border-radius: 30px;
    height: 58px;
    line-height: 58px;
    display:  block;
    text-decoration:  none;
    text-align:  center;
    float: left;
    cursor: pointer;
}

.login-promo-login {
    margin-left: 0;
    width: 115px;
    background: #fde053;
    color: #231d02;
}
.login-promo-login:hover {
    background: #fcf178;
}
.login-promo-register {
    background: #3bba32;
    width: 169px;
    line-height: 60px;
    color:  #fff;
    margin-left: 15px;
}
.login-promo-register:hover {
    background: #26db26;
}
.DepositBonusGenerator_container_history {
    margin: 50px auto 0;
    padding: 45px 0 0;
    box-sizing: border-box;
    width: 100%;
    height: 326px;
    background: url(history_bg.svg) top center no-repeat;
    /*background-size: contain;*/
}
.DepositBonusGenerator_container_history .DepositBonusGenerator_history_limit {
    font-size: 18px;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    text-align: center;
    font-family: 'CrystalBetUni-Bold';
    padding: 0 205px;
}
.DepositBonusGenerator_container_history .DepositBonusGenerator_history_limit span {
    color: #FDE053;
}

.DepositBonusGenerator_history_rules {
    margin: 13px auto 0 22px;
}
.DepositBonusGenerator_history_rules p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'FiraGo-Italic';
    text-align: center;
    line-height: 22px;
    position: relative;
}
.DepositBonusGenerator_history_rules p:nth-child(3) {
    padding: 0 85px;
}
.ru .DepositBonusGenerator_history_rules p {
    font-size: 14px;
    text-transform: initial;
}
.DepositBonusGenerator_history_rules p:before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: 9px;
    margin-left: -13px;
}


@media only screen and (max-width: 900px) {
   .DepositBonusGenerator_container_history {
        width: 690px;
        height: auto;
        padding: 30px 0 0;
    
   }
   .DepositBonusGenerator_container_history .DepositBonusGenerator_history_limit {
        padding: 0 95px;
        font-size: 14px;
   }
   .DepositBonusGenerator-history-btn {
        transform: scale(0.8);
        margin: 8px auto 0;
   }
   .DepositBonusGenerator_history_rules {
        margin: 5px auto 0;
        padding-bottom: 41px;
   }
   .DepositBonusGenerator_history_rules p {
        font-size: 12px;
        line-height: 17px;
   }
}

.title_2step_bg {
    display: none;
}

.DepositBonusGenerator--modal-container_1_cashback_text.bg .title_1step {
    display: none;
}
.DepositBonusGenerator--modal-container_1_cashback_text.bg .title_2step_bg {
    display: block;
}
.DepositBonusGenerator--dailylimit_spent_text_box {
  box-sizing: border-box;
  width: 336px;
  height: 115px;
  background: url(spentlimit_bg.svg) center no-repeat;
  /*background-size: cover;*/
  margin: -18px auto -12px;
  padding: 22px 32px 0 30px;
}
#body.en .DepositBonusGenerator--dailylimit_spent_text_box {
    padding: 22px 14px 0!important;
}
.DepositBonusGenerator--dailylimit_spent_text_box p {
  font-size: 14px;
  text-align: center;
  color: #DE0E0E;
  font-family: 'FiraGO-SemiBoldItalic';
}
.DepositBonusGenerator--dailylimit_spent_text_box p:nth-child(2) {
  margin-top: 17px;
}
.DepositBonusGenerator--dailylimit_spent_text_box.active {
    display: block;
}
.DepositBonusGenerator--ballance-title {
    width: 395px !important;
    margin: 0 auto 20px;
}
.DepositBonusGenerator--modal-container_1 .DepositBonusGenerator--modal-container_timer_container {
    bottom: -50px;
}
.DepositBonusGenerator--main-container-title.negative {
    width: 335px !important;
    margin-top: 2px;
}



#body.notauthorized .DepositBonusGenerator_container_history {
    background: url(history_bg_logedout.svg) top center no-repeat;
    height: 286px;
    margin: 77px auto -9px;
}
#body.notauthorized .DepositBonusGenerator_history_rules {
    margin: 45px auto 0 22px;
}
#body.notauthorized .DepositBonusGenerator--main-container.disable {
    margin-top: 120px;
}
#body.notauthorized .DepositBonusGenerator--ballance-title {
    display: none !important;
}
.DepositBonusGenerator--modal-container_2_title span:nth-child(1) {
    margin-left: -10px;
}
.DepositBonusGenerator--modal-container_2 .DepositBonusGenerator--modal-container_2_title span:nth-child(1) {
    margin-left: -3px;
}
@font-face {
  font-family: 'Ariston-Comic-Font';
    src: url('Game/Ariston-Comic-Font.otf');
    font-weight: normal;
}
.DepositBonusGenerator--modal-container_2 .DepositBonusGenerator--modal-container_2_cashback_text {
    width: 100% !important;
    line-height: 20px !important;
    margin-left: 2px !important;
    margin-bottom: 130px !important;
}
.DepositBonusGenerator--modal-container_cashback span {
    font-family: 'Ariston-Comic-Font' !important;
    font-size: 50px !important;
    margin-right: 3px !important;
    position: relative;
    top: 3px;
}
.DepositBonusGenerator--modal-container_1_cashback_title {
    margin-left: -4px !important;
}
.DepositBonusGenerator--modal-container_1_cashback_text .title_1step {
    width: 524px;
    font-size: 18px;
    margin-left: -60px;
    line-height: 21px;
    margin-top: -3px;
    margin-bottom: -6px;
}
.DepositBonusGenerator--modal-container_2 .DepositBonusGenerator--modal-container_cashback {
    color: #33B52A !important;
}
.DepositBonusGenerator--ballance label {
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px #000000;
    font-family: 'FiraGo-Italic';
    position: absolute;
    width: 320px;
    text-align: center;
    bottom: -32px;

    display: none;
}
