@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;
}


.HeaderWheel.CasinoRouletteWheelWhellTop .header-promo-CasinoRouletteWheel-title {
    width: 179px;
    height: 18.5px;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    left: 51px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ka .HeaderWheel.CasinoRouletteWheelWhellTop .header-promo-CasinoRouletteWheel-title {
    background-image: url(./Header/title_ka.png);
}
.en .HeaderWheel.CasinoRouletteWheelWhellTop .header-promo-CasinoRouletteWheel-title {
    background-image: url(./Header/title_en.png);
}
.ru .HeaderWheel.CasinoRouletteWheelWhellTop .header-promo-CasinoRouletteWheel-title {
    background-image: url(./Header/title_ru.png);
}

.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelTitle {
    height: 26px;
    position: relative;
    margin: 30px auto 13px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ka .HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelTitle {
    background-image: url(./title_ka.png);
}
.en .HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelTitle {
    background-image: url(./title_en.png);
}
.ru .HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelTitle {
    background-image: url(./title_ru.png);
}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBT {
    bottom: 28px;
}

.HeaderWheel.CasinoRouletteWheelWhellTop {
    margin: 0;
}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelContainer {
    width: 360px;
    height: 239px;
    display: block;
    visibility: hidden;
    top: 62px !important;
    left: calc(50% - 360px/2);
    background: url(./Header/bg.png);
}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelContainer:after {
    display: none;
}
.HeaderWheel.CasinoRouletteWheelWhellTop:hover  .HeaderWheelContainer {
    visibility: visible;
}


#body.notauthorized .HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt {
    background-image: url(./Header/top-not-aut.png);

}

.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt {
    background-image: url(./Header/top.png);
    width: 234px;
    height: 56px;
}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt:after {
    top: 40px;
    right: 32px;
    color: #fff;
    font-size: 6px;
}

.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt .CasinoRouletteWheelWhellTop-SpinContainer{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 75px;
    font-family: 'CrystalNU4-Regular';
    font-size: 12px;
    color: #FFFFFF;

}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt .CasinoRouletteWheelWhellTop-SpinContainer::after{
    content: '\e823';
    position: absolute;
    right: -15px;
    top: 2px;
    font-family: 'cb-icons';
    font-size: 5px;
    pointer-events: none;
}
.HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt .CasinoRouletteWheelWhellTop-SpinContainer label {
    font-size: 15px;
    font-family: 'CrystalBetUni-Bold';
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 5px;
}
#body.notauthorized .HeaderWheel.CasinoRouletteWheelWhellTop .header-promo-CasinoRouletteWheel-title {
    top: 31px;
    left: 53px;
}
#body.notauthorized .HeaderWheel.CasinoRouletteWheelWhellTop .HeaderWheelBt .CasinoRouletteWheelWhellTop-SpinContainer {
    display: none;
}
.CasinoRouletteWheel-progress-main-container {
    width: 950px;
    height: 130px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 159, 78, 0.8) 0%, rgba(17, 94, 48, 0.8) 100%);
    box-shadow: 0px 7px 0px #036B2A, inset 0px 0px 17px #053314;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background-clip: padding-box;
    border: solid 1px transparent;
}
.CasinoRouletteWheel-progress-main-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #0be065de 31%, #0b4a2200 100%);
}

.small-mode .CasinoRouletteWheel-progress-main-container::before {
  z-index: 0;
}
.small-mode .CasinoRouletteWheel-progress-main-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 1;
    opacity: 1;
    border-radius: inherit;
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 159, 78, 0.8) 0%, rgba(17, 94, 48, 0.8) 100%);
    box-shadow: 0px 4px 0px #036B2A, inset 0px 0px 17px #053314;
}

.CasinoRouletteWheel-progress-main-container a {
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.CasinoRouletteWheel-progress-main-container:after {
    content: '\e823';
    position: absolute;
    right: 20px;
    top: 38px;
    font-family: 'cb-icons';
    font-size: 8px;
    color: #D8D8D8;
    pointer-events: none;
    transform: rotate(-90deg);    
}

.CasinoRouletteWheel-progress-title {
    width: 94px;
    height: 88px;
    float: left;
    text-align: center;
    color: #FDE053;
    font-size: 11px;
    font-family: 'CrystalNU4-Bold';
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title {
    height: 100%;
}
.small-mode .CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title {
    display: none;
}
.en .desc-mode .CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title {

    font-size: 14px;
}
.ru .desc-device .CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title {
    font-size: 14px;

}
.ru .small-mode .CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 11px;
    padding: 42px 10px 0 10px;
}

.CasinoRouletteWheel-progress-title::before {
    font-family: 'cb-mobile-icons';
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #FDE053;
}
.CasinoRouletteWheel-progress-main-container.boardgames .CasinoRouletteWheel-progress-title:before {
    content: '\E876';
}


.CasinoRouletteWheel-progress-right {
    width: 778px;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
}

.CasinoRouletteWheel-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.CasinoRouletteWheel-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(255, 255, 255, 1);
    left: 5px;
    display: flex;
    height: 18px;
    align-items: center;
}

.RouletteWheelWhellTop .CasinoRouletteWheel-progress-line span {
    font-size: 10px;
}

.CasinoRouletteWheel-progress-line.top  span {
    top: 10px;
}
.CasinoRouletteWheel-progress-line.bottom span {
    top: 7px;
}
.ru .small-mode .CasinoRouletteWheel-progress-line span {
    font-size: 8px;
    width: 15px;
    top: 9px;
}
.en .small-mode .CasinoRouletteWheel-progress-line span {
    font-size: 9px;
    top: 9px;
}
.ru  .CasinoRouletteWheel-progress-line span {
    font-size: 8px;
    width: 15px;
}

.CasinoRouletteWheel-progress-list {
    width: calc( (100% - 37px)/10 );
    float: left;
    height: 40px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Medium';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.CasinoRouletteWheel-progress-line.top .CasinoRouletteWheel-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;
}
.small-mode .CasinoRouletteWheel-progress-line.top .CasinoRouletteWheel-progress-list:after {
    bottom: -9px;
    right: 13px;
}
.CasinoRouletteWheel-progress-line.top .CasinoRouletteWheel-progress-list.active:after {
    background: rgba(0,0,0,0.3);
}
.CasinoRouletteWheel-progress-list label,
.CasinoRouletteWheel-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
    white-space: nowrap;
}
.CasinoRouletteWheel-progress-list label{
  font-family: 'MontHeavy';  
}
.CasinoRouletteWheel-progress-list label i{
    font-family: 'CrystalBetUni-Medium';
    font-style: normal;
}

.small-mode .CasinoRouletteWheel-progress-list label,
.small-mode .CasinoRouletteWheel-progress-list font {
    font-size: 11px;
    right: -10px;
}
.small-mode .CasinoRouletteWheel-progress-list label{
    font-family: 'CrystalBetUni-Bold';
}

.small-mode .CasinoRouletteWheel-progress-list label:nth-child(6){
    font-size: 10px;
}

.CasinoRouletteWheel-progress {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.CasinoRouletteWheel-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    border-radius: 10px;
    background-image:  linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    left: 0;
    top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.CasinoRouletteWheel-progressin {
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
}
.CasinoRouletteWheel-progressin div {
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    background-image:  linear-gradient(122deg, #ffffff00 26.92%, #ffffff40 26.92%, #ffffff40 50%, #ffffff00 50%, #ffffff00 76.92%, #ffffff40 76.92%, #ffffff40 100%), linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    background-size: 15.33px 24.53px, auto;
    background-position-x: 11px;
}

.HeaderWheel.RouletteWheelWhellTop  .CasinoRouletteWheel-progressin div {
    min-width: 6px;
}

.CasinoRouletteWheel-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;
}


.CasinoRouletteWheel-progressin div span {
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    box-shadow: -2px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    height: 18px;
    top: calc(50% - 18px/2);
    right: initial;
    line-height: 18px;
    padding: 0 8px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'CrystalBetUni-Bold';
    z-index: 2;
    width: max-content;
}
.CasinoRouletteWheel-progressin div span::after {
    content: '₾';
}

.CasinoRouletteWheel-progress.percent0 .CasinoRouletteWheel-progressin div {
    min-width: 22px;
}

.small-mode .CasinoRouletteWheel-progress.percent0 .CasinoRouletteWheel-progressin div {
    min-width: 23px;
}
.small-mode .CasinoRouletteWheel-progress.percent0 .CasinoRouletteWheel-progressin div span {
    padding: 0 6px;
}

.HeaderWheel.RouletteWheelWhellTop .CasinoRouletteWheel-progress.percent0 div span {
   margin-left: -14px;
}

.small-mode .CasinoRouletteWheel-progress-main-container {
    width: 350px;
    height: 78px;
    margin-left: -6px;
    border-radius: 10px;
    background: none;
    box-shadow: none;
}
.small-mode .CasinoRouletteWheel-progress-main-container.CasinoRouletteWheel-RW-Top {
    width: 319px;
    height: 79px;
    margin-left: 20px;
    border-radius: 10px;
    background: none;
    box-shadow: none;
}
.Mob-CasinoRouletteWheel-RW-Top .small-mode.mob .CasinoRouletteWheel-progress-main-container {
    width: 290px;
    height: 79px;
    margin-left: 15px;
    margin-top: 20px;
}
.small-mode.mob .CasinoRouletteWheel-progress-main-container {
    width: 300px;
}

.small-mode .CasinoRouletteWheel-progress-title {
    width: 72px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
    padding: 0 5px;
}
.small-mode .CasinoRouletteWheel-progress-title:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: calc(50% - 20px/2);
    font-size: 20px;
}
.small-mode .CasinoRouletteWheel-progress-right {
    width: 100%;
    position: relative;
    padding-top: 0;
    top: -1px;
}

.small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-cont {
    position: relative;
    width: calc(100% - 61px);
    margin-left: 29px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-in {
    width: 555px;
}
.small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-bt {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FDE053 0%, #FFCC00 100%);
    display: flex;
    position: absolute;
    top: calc(50% - 20px/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 .CasinoRouletteWheel-progress-main-container .scroll-progress-bt:after {
    content: '\e823';
    position: absolute;
    font-family: 'cb-icons';
    font-size: 5px;
    color: #262000;
    transform: rotate(90deg);
    left: 6px;
    top: 8px;
}
.small-mode .scroll-progress-bt.right-bt {
    left: initial;
    right: 5px;
}
.small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-bt.right-bt:after {
    transform: rotate(-90deg);
    left: 6px;
    top: 7px;
}

.small-mode .CasinoRouletteWheel-progress{
    height: 14px;
}
.small-mode .CasinoRouletteWheel-progress:after{
    width: 9px;
}
.small-mode .CasinoRouletteWheel-progressin {
    left: 0;
}
.small-mode .CasinoRouletteWheel-progress-list {
    height: 32px;
    line-height: 33px;
}
.small-mode .CasinoRouletteWheel-progress-main-container.CasinoRouletteWheel-RW-Top .scroll-progress-in{
    width: 604px;
}
.Mob-CasinoRouletteWheel-RW-Top .small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-in{
    width: 540px;
}
.Mob-CasinoRouletteWheel-RW-Top .small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-in .CasinoRouletteWheel-progress-list:nth-child(9) label {
    right: -12px;
}
.Mob-CasinoRouletteWheel-RW-Top .small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-in .CasinoRouletteWheel-progress-list:nth-child(10) label {
    right: -14px;
}
.Mob-CasinoRouletteWheel-RW-Top .small-mode .CasinoRouletteWheel-progress-main-container .scroll-progress-in .CasinoRouletteWheel-progress-list:nth-child(11) label {
    right: -17px;
}
.small-mode .CasinoRouletteWheel-progressin div{
    min-width: 28px;
    background-position-x: 8px;
}
.small-mode .CasinoRouletteWheel-progressin div span {
    height: 19px;
    top: calc(50% - 19px / 2);
    padding: 0 6px;
    font-size: 11px;
    box-shadow: none;
}
.small-mode .CasinoRouletteWheel-progressin-div-span{
    height: 19px;
    top: calc(50% - 21px / 2);
}
.small-mode .CasinoRouletteWheel-progress-line.top span{
    top: 7px;
}
.small-mode .CasinoRouletteWheel-progress-line span {
    font-size: 10px;
    left: 1px;
    color: #E6E6E6;
}

/* RouletteWheel Promo mobile header */
.header-promo-CasinoRouletteWheel {
    position: relative;
    width: 320px;
    height: 152px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    padding-top: 0;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background: url(Header/mobbgpng.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.header-promo-CasinoRouletteWheel::after {
    display: none !important;
}
.header-promo-CasinoRouletteWheel::before {
    content: '';
    display: none;
    width: 100%;
    height: 19px;
    position: absolute;
    left: 14px;
    top: 13px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ka .header-promo-CasinoRouletteWheel::before {
    background-image: url(toptitleka.png);
}
.en .header-promo-CasinoRouletteWheel::before {
    background-image: url(toptitleen.png);
}
.ru .header-promo-CasinoRouletteWheel::before {
    background-image: url(toptitleru.png);
}

.Mob-slots-SW-Top {
    margin-bottom: 19px;
}
.Mob-jetx-SW-Top {
    margin-bottom: 16px;
}


.header-promo-CasinoRouletteWheel-m-1 {
    width: 60px;
    height: 28px;
    position: absolute;
    top: 22px;
    right: 30px;
    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-CasinoRouletteWheel-m-1 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    display: block;
    font-size: 13px;
    top: 2px;
}
.header-promo-CasinoRouletteWheel-m-1::before {
    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-CasinoRouletteWheel-m-1::after {
    content: '\e823';
    position: absolute;
    right: -18px;
    top: 7px;
    font-family: 'cb-icons';
    font-size: 6px;
    pointer-events: none;
    transform: rotate(-90deg);
}

.header-promo-CasinoRouletteWheel-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-CasinoRouletteWheel-m-2 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    font-size: 13px;
    top: 1px;
}
.header-promo-CasinoRouletteWheel-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;
}

.header-promo-CasinoRouletteWheel-m-title{
    
}

.header-promo-CasinoRouletteWheel-m-amount{
    position: absolute;
    top: 16px;
    left: 22px;
    height: 26px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(./amount.png);
}

.header-promo-CasinoRouletteWheel .header-promo-CasinoRouletteWheel-m-title {
    position: absolute;
    top: 12px;
    left: 17px;
    height: 18px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.ka .header-promo-CasinoRouletteWheel .header-promo-CasinoRouletteWheel-m-title {
    background-image: url(./title_ka.png);
}
.en .header-promo-CasinoRouletteWheel .header-promo-CasinoRouletteWheel-m-title {
    background-image: url(./title_en.png);
}
.ru .header-promo-CasinoRouletteWheel .header-promo-CasinoRouletteWheel-m-title {
    background-image: url(./title_ru.png);
}

 .header-promo-CasinoRouletteWheel .CasinoRouletteWheel-progress-title {
     display: none;
 }


.mob-CasinoRouletteWheel-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-CasinoRouletteWheel-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: 2px;
}
.mob-CasinoRouletteWheel-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-CasinoRouletteWheel-header-progress {
    width: 164px;
    position: relative;
    float: right;
    margin-right: 24px;
    top: -4px;
}

.Mob-CasinoRouletteWheel-progress-line {
    width: 100%;
}
.Mob-CasinoRouletteWheel-progress-list {
    width: calc(100%/10);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-CasinoRouletteWheel-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-CasinoRouletteWheel-progress-list.active:after {

}

.Mob-CasinoRouletteWheel-progress-list label {
    font-size: 9px;
    color: #fff;
    width: 100px;
    right: -43px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
}

.Mob-CasinoRouletteWheel-progress {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    height: 9px;
    position: relative;
}
.Mob-CasinoRouletteWheel-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 .CasinoRouletteWheel-progressin,
.desc-mode .CasinoRouletteWheel-progress,
.desc-mode .CasinoRouletteWheel-progressin div {
    height: 16px;

}
.desc-mode .CasinoRouletteWheel-progressin {
    width: calc(100% - 20px);
    left: 0;
}
.desc-mode .CasinoRouletteWheel-progressin div {
    max-width: calc(100% - 10px);
}
.desc-mode .CasinoRouletteWheel-progress-line {
    padding-left: 0;
}
.desc-mode .CasinoRouletteWheel-progress:after{
    width: 10px;
    height: 16px;
 }
 .desc-mode .CasinoRouletteWheel-progress-list {
    font-family: 'MontHeavy';
    font-size: 15px;
    color: #E5E5E5;
    line-height: 29px;
    width: calc( (100% - 20px)/10 );
 }
 .desc-mode .CasinoRouletteWheel-progress-list font {
    top:  10px;
 }
.desc-mode .CasinoRouletteWheel-progress-line.top .CasinoRouletteWheel-progress-list:after {
    bottom: -10px;
}
.desc-mode .CasinoRouletteWheel-progress-line span {
    font-size: 12px;
    top: 5px;
    opacity: 0.5;
}

.en .desc-mode .CasinoRouletteWheel-progress-line span {
    top: 8px;
}

.desc-mode .CasinoRouletteWheel-progress-line.bottom span {
    top: 15px;
}
.ru .desc-mode .CasinoRouletteWheel-progress-line span {
    font-size: 9px;
}

.desc-mode .CasinoRouletteWheel-progressin div span {
    height: 28px;
    line-height: 28px;
    top: calc(50% - 30px / 2);
    font-size: 16px;
}
.desc-mode .CasinoRouletteWheel-progress-main-container:after {
    right: 17px;
    top: 58px;
}
.desc-mode .CasinoRouletteWheel-progress-title {
    width: 119px;
    color: #FDE053;
    font-size: 14px;
}

.desc-mode .CasinoRouletteWheel-progress-title:after {
    font-size: 30px;
}
.desc-mode .CasinoRouletteWheel-progress-right {
    padding-top: 17px;
}