@font-face {
  font-family: 'SF-Bold';
    src: url('SFFont/SF-Pro-Display-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'SF-Medium';
    src: url('SFFont/SF-Pro-Display-Medium.otf');
    font-weight: normal;
    font-style: normal;
}



.RouletteWheel-progress-main-container {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    width: 764px;
    height: 120px;
    position: relative;
    margin: 0 auto 20px 47px;
}
.RouletteWheel-progress-main-container a {
    cursor: pointer;
}
.RouletteWheel-progress-main-container:after {
    content: '\e823';
    position: absolute;
    right: 20px;
    top: 38px;
    font-family: 'cb-icons';
    font-size: 8px;
    color: #9DACB7;
    pointer-events: none;
    transform: rotate(-90deg);    
}

.RouletteWheel-progress-title {
    width: 94px;
    height: 88px;
    float: left;
    text-align: center;
    padding-top: 54px;
    color: #FDE053;
    font-size: 11px;
    font-family: 'CrystalNU4-Bold';
    position: relative;
    box-sizing: border-box;
}
.RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title {
    padding-top: 46px;
    line-height: 13px;
}
.small-mode .RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title {
    padding-top: 40px;
    text-transform: initial;
}
.en .desc-mode .RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title {

    font-size: 14px;
}
.ru .desc-device .RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title {
    font-size: 14px;

}
.ru .small-mode .RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 11px;
    padding: 42px 10px 0 10px;
}

.RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title:after {
    top: 19px;
}
.RouletteWheel-progress-title:after {

    font-family: 'cb-mobile-icons';
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 30px/2);
    color: #FDE053;
    top: 19px;
}
.RouletteWheel-progress-main-container.sports .RouletteWheel-progress-title:after {
    background-image: url(sports.svg);
}
.RouletteWheel-progress-main-container.slots .RouletteWheel-progress-title:after {
        content: '\E870';
}
.RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title:after {
    content: '\E876';
}
.RouletteWheel-progress-main-container.jetx .RouletteWheel-progress-title:after {
    content: '\E873';
}
.RouletteWheel-progress-main-container.jetx-HW {
    margin-bottom: 30px;
}


.RouletteWheel-progress-right {
    width: 520px;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
}

.RouletteWheel-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.RouletteWheel-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(255, 255, 255, 1);
    left: 0;
    display: flex;
    height: 18px;
    align-items: center;
}

.RouletteWheelWhellTop .RouletteWheel-progress-line span {
    font-size: 10px;
}

.RouletteWheel-progress-line.top  span {
    top: 10px;
}
.RouletteWheel-progress-line.bottom  span {
    top: 10px;
}
.ru .small-mode .RouletteWheel-progress-line span {
    font-size: 8px;
    width: 15px;
    top: 9px;
}
.en .small-mode .RouletteWheel-progress-line span {
    font-size: 9px;
    top: 9px;
}
.ru  .RouletteWheel-progress-line span {
    font-size: 8px;
    width: 15px;
}

.RouletteWheel-progress-list {
    width: calc( (100% - 37px)/10 );
    float: left;
    height: 35px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Medium';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.RouletteWheel-progress-line.top .RouletteWheel-progress-list:after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    position: absolute;
    right: -2px;
    bottom: -7px;
    z-index: 1;
}
.RouletteWheel-progress-line.top .RouletteWheel-progress-list.active:after {
    background: rgba(0,0,0,0.3);
}
.RouletteWheel-progress-list label,
.RouletteWheel-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
}
.small-mode .RouletteWheel-progress-list label,
.small-mode .RouletteWheel-progress-list font {
    font-size: 11px;
}

.RouletteWheel-progress {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.RouletteWheel-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: #33B52A;
    left: 0;
    top: 0;
}
.RouletteWheel-progressin {
    width: calc(100% - 37px);
    height: 10px;

    position: absolute;
    left: 20px;
    top: 0;
}
.RouletteWheel-progressin div {
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #33B52A;
    max-width: 100%;
}
.HeaderWheel.RouletteWheelWhellTop  .RouletteWheel-progressin div {
    min-width: 6px;
}

.RouletteWheel-progressin-div-span {
    width: 100px;
    display: block;
    position: absolute;
    right: -50px;
    height: 26px;
    top: calc(50% - 26px/2);
    display: flex;
    align-items: center;
    justify-content: center;
}


.RouletteWheel-progressin div span {
    position: absolute;
    background: #009800;
    border-radius: 21px;
    height: 18px;
    top: calc(50% - 18px/2);
    right: initial;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'CrystalBetUni-Bold';
    z-index: 2;
    width: max-content;
}

.small-mode .RouletteWheel-progress.percent0 .RouletteWheel-progressin div span {
    padding: 0 6px;
}

.HeaderWheel.RouletteWheelWhellTop .RouletteWheel-progress.percent0 div span {
   margin-left: -14px;
}


.small-mode.mobile-wheel .RouletteWheel-progress-main-container {
    margin: 0 auto 10px 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.small-mode .RouletteWheel-progress-main-container {
    width: 320px;
    height: 78px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
}
.small-mode.mob .RouletteWheel-progress-main-container {
    width: 300px;
}
.small-mode.mob .RouletteWheel-progress-right {
    width: 225px;
}


.small-mode .RouletteWheel-progress-title {
    width: 72px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
    padding: 0 5px;
}
.small-mode .RouletteWheel-progress-title:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: calc(50% - 20px/2);
    font-size: 20px;
}
.small-mode .RouletteWheel-progress-right {
    width: 247px;
    position: relative;
    padding-top: 0;
    top: -1px;
}

.small-mode .scroll-progress-cont {
    position: relative;
    width: calc(100% - 70px);
    margin-left: 35px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.small-mode .scroll-progress-in {
    width: 500px;
}
.small-mode .scroll-progress-bt {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #FDE053 0%, #FFCC00 100%);
    display: flex;
    position: absolute;
    top: calc(50% - 24px/2);
    z-index: 11;
    left: 5px;
}
.small-mode .scroll-progress-bt.disabled {
    background: rgba(255, 255, 255, 0.3);
}
.small-mode .scroll-progress-bt.disabled:after {
    color: #fff;
}

.small-mode .scroll-progress-bt:after {
    content: '\e823';
    position: absolute;
    font-family: 'cb-icons';
    font-size: 6px;
    color: #262000;
    transform: rotate(90deg);
    left: 6px;
    top: 8px;
}
.small-mode .scroll-progress-bt.right-bt {
    left: initial;
    right: 5px;
}
.small-mode .scroll-progress-bt.right-bt:after {
    transform: rotate(-90deg);
    left: 8px;
    top: 9px;
}


.small-mode .RouletteWheel-progress-main-container:after {
    font-size: 6px;
    right: 11px;
    top: 35px;
    display: none;
}



/* RouletteWheel Promo mobile header */
.header-promo-RouletteWheel {
    position: relative;
    width: 320px;
    height: 146px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    padding-top: 58px;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background: url(Header/mobbgpng.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 55px;
    overflow: hidden;
}
.header-promo-RouletteWheel::after {
    display: none !important;
}
.header-promo-RouletteWheel::before {
    content: '';
    display: none;
    width: 100%;
    height: 19px;
    position: absolute;
    left: 14px;
    top: 13px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ka .header-promo-RouletteWheel::before {
    background-image: url(toptitleka.png);
}
.en .header-promo-RouletteWheel::before {
    background-image: url(toptitleen.png);
}
.ru .header-promo-RouletteWheel::before {
    background-image: url(toptitleru.png);
}

.Mob-slots-SW-Top {
    margin-bottom: 19px;
}
.Mob-jetx-SW-Top {
    margin-bottom: 16px;
}
.header-promo-RouletteWheel-title {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #FC0;
    font-family: 'CrystalBetUni-Bold';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    text-transform: uppercase;
}
/*
.header-promo-RouletteWheel-title span {
    color: #FFCC00;
}
*/

.header-promo-RouletteWheel-m-1 {
    width: 60px;
    height: 28px;
    position: absolute;
    top: 8px;
    right: 32px;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 10px;
    color: #fff;
    font-family: 'CrystalNU4-Regular';
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 14px;
}
.header-promo-RouletteWheel-m-1 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    display: block;
    font-size: 13px;
    top: 2px;
}
.header-promo-RouletteWheel-m-1::after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(Header/m-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -18px;
    top: -4px;
}

.header-promo-RouletteWheel-m-2 {
    width: 90px;
    height: 28px;
    position: absolute;
    top: 11px;
    right: 32px;
    text-align: left;
    padding-left: 42px;
    box-sizing: border-box;
    font-size: 10px;
    color: #fff;
    font-family: 'CrystalNU4-Regular';
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 11px;
}
.header-promo-RouletteWheel-m-2 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    font-size: 13px;
    top: 1px;
}
.header-promo-RouletteWheel-m-2::after {
    content: '';
    width: 63px;
    height: 39px;
    background-image: url(Header/m-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -19px;
    top: -9px;
}


.mob-RouletteWheel-header-title {
    font-size: 10px;
    line-height: 11px;
    color: #FDE053;
    font-family: 'CrystalNU4-Regular';
    padding-left: 43px;
    box-sizing: border-box;
    height: 20px;
    float: left;
    width: 124px;
    position: relative;
    top: -9px;
}
.mob-RouletteWheel-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: 2px;
}
.mob-RouletteWheel-header-title:after {
    content: '\E876';
    color: #FDE053;
    font-size: 20px;
    font-family: 'cb-mobile-icons';
    background: none !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - -6px/2);
    left: 15px;    
}


.mob-RouletteWheel-header-progress {
    width: 164px;
    position: relative;
    float: right;
    margin-right: 24px;
    top: -4px;
}

.Mob-RouletteWheel-progress-line {
    width: 100%;
}
.Mob-RouletteWheel-progress-list {
    width: calc(100%/10);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-RouletteWheel-progress-list:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    bottom: -7px;
    z-index: 1;
}
.Mob-RouletteWheel-progress-list.active:after {

}

.Mob-RouletteWheel-progress-list label {
    font-size: 9px;
    color: #fff;
    width: 100px;
    right: -43px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
}

.Mob-RouletteWheel-progress {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    height: 9px;
    position: relative;
}
.Mob-RouletteWheel-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #33B52A;
}

.Mob-slots-HW-Top,
.Mob-boardgames-HW-Top,
.Mob-jetx-HW-Top  {
    margin-top: 18px;
}


/* end RouletteWheel Promo */




.progress-container-for-device.mob-device {
    display: none;
}
.small-mode.mobile-wheel .progress-container-for-device.mob-device {
    display: block;
}
.small-mode.mobile-wheel .progress-container-for-device.desc-device {
    display: none;
}

.desc-mode .RouletteWheel-progressin,
.desc-mode .RouletteWheel-progress,
.desc-mode .RouletteWheel-progressin div {
    height: 16px;

}
.desc-mode .RouletteWheel-progressin {
    width: calc(100% - 20px);
    left: 10px;
}
.desc-mode .RouletteWheel-progressin div {
    max-width: 100%;
}
.desc-mode .RouletteWheel-progress-line {
    padding-left: 10px;
}
.desc-mode .RouletteWheel-progress:after{
    width: 24px;
    height: 16px;
 }
 .desc-mode .RouletteWheel-progress-list {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 29px;
    width: calc( (100% - 20px)/10 );
 }
 .desc-mode .RouletteWheel-progress-list font {
    top:  10px;
 }
.desc-mode .RouletteWheel-progress-line.top .RouletteWheel-progress-list:after {
    bottom: -10px;
}
.desc-mode .RouletteWheel-progress-line span {
    font-size: 12px;
    top: 5px;
}

.en .desc-mode .RouletteWheel-progress-line span {
    top: 8px;
}

.desc-mode .RouletteWheel-progress-line.bottom span {
    top: 15px;
}
.ru .desc-mode .RouletteWheel-progress-line span {
    font-size: 9px;
}

.desc-mode .RouletteWheel-progressin div span {
    height: 26px;
    line-height: 26px;
    top: calc(50% - 26px/2);
    font-size: 16px;
}
.desc-mode .RouletteWheel-progress-main-container:after {
    right: 32px;
    top: 54px;
}
.desc-mode .RouletteWheel-progress-title {
    width: 175px;
    color: #FDE053;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 3px 0 73px;
    text-align: left;
    font-family: 'CrystalNU4-Bold';
    padding-top: 41px !important;
    line-height: 18px !important;
}

.desc-mode .RouletteWheel-progress-main-container.boardgames .RouletteWheel-progress-title:after {
    top: 50px;
    left: 31px;
}
.desc-mode .RouletteWheel-progress-title:after {
    font-size: 30px;
}
.desc-mode .RouletteWheel-progress-right {
    padding-top: 15px;
}