@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;
}



.StarRace-progress-main-container {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    width: 1000px;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}
.StarRace-progress-main-container a {
    cursor: auto;
}
.small-mode .StarRace-progress-main-container > a {
    display: block;
    width: 284px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 0 30px;
}
.Mob-StarRace-SR-Top > a {
    display: block;
    width: 284px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0 10px;
}
.StarRace-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);
    display: none;    
}

.StarRace-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;
}
.small-mode .StarRace-progress-title .descmodetxt {
    display: none;
}
.desc-mode .StarRace-progress-title .smallmodetxt {
    display: none;
}


.StarRace-progress-main-container.boardgames .StarRace-progress-title {
    padding-top: 46px;
    line-height: 13px;
}
.small-mode .StarRace-progress-main-container.boardgames .StarRace-progress-title {
    padding-top: 40px;
}
.en .desc-mode .StarRace-progress-main-container.boardgames .StarRace-progress-title {
    padding: 44px 26px 0px 95px;
    font-size: 12px;
}
.ru .desc-device .StarRace-progress-main-container.boardgames .StarRace-progress-title {
    font-size: 14px;
    padding: 44px 30px 0px 95px;
}
.ru .small-mode .StarRace-progress-main-container.boardgames .StarRace-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 9px;
    padding: 42px 10px 0 10px;
}

.StarRace-progress-main-container.boardgames .StarRace-progress-title:after {
    top: 19px;
}
.StarRace-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;
}
.StarRace-progress-main-container.sports .StarRace-progress-title:after {
    background-image: url(sports.svg);
}
.StarRace-progress-main-container.slots .StarRace-progress-title:after {
        content: '\E870';
}
.StarRace-progress-main-container.boardgames .StarRace-progress-title:after {
    content: '\E871';
}
.StarRace-progress-main-container.jetx .StarRace-progress-title:after {
    content: '\E873';
}
.StarRace-progress-main-container.jetx-HW {
    margin-bottom: 30px;
}


.StarRace-progress-right {
    width: calc(100% - 50px);
    float: initial;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
    margin: 0 auto;
}
.Mob-StarRace-SR-Top .StarRace-progress-right {
    width: 720px;
}

.small-mode .StarRace-progress-line {
    padding-left: 0;
}

.StarRace-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.StarRace-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(230, 230, 230, 0.6);
    left: 0;
}




.StarRaceWhellTop .StarRace-progress-line span {
    font-size: 10px;
}

.small-mode .StarRace-progress-line.top span,
.small-mode .StarRace-progress-line.bottom span {
    display: none;
}

.StarRace-progress-line.top  span {
    top: 10px;
}
.StarRace-progress-line.bottom  span {
    top: 10px;
}
.ru .small-mode .StarRace-progress-line span {
    font-size: 8px;
    width: 15px;
    top: 12px;
}
.en .small-mode .StarRace-progress-line span {
    font-size: 9px;
    top: 12px;
}
.ru  .StarRace-progress-line span {
    font-size: 8px;
    width: 15px;
}

.small-mode .StarRace-progress-list {
    width: calc(100%  / 15);
    height: 32px;
}

.StarRace-progress-list {
    width: calc( (100% - 37px)/15 );
    float: left;
    height: 35px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Bold';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.StarRace-progress-line.top .StarRace-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;
}
.StarRace-progress-line.top .StarRace-progress-list.active:after {
    background: rgba(0,0,0,0.3);
}
.StarRace-progress-list label,
.StarRace-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
}
.small-mode .StarRace-progress-list label,
.small-mode .StarRace-progress-list font {
    font-size: 10px;
}

.StarRace-progress {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.StarRace-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    left: 0;
    top: 0;
}
.small-mode .StarRace-progress:after {
    display: none;
}
.small-mode .StarRace-progressin {
    height: 14px;
    left: 0;
    width: calc(100% + 22px);
}
.small-mode .StarRace-progress {
    width: calc(100% + 25px);
    height: 14px;
}
.small-mode .StarRace-progress-line.top .StarRace-progress-list:after {
    bottom: -9px;
}
.small-mode .StarRace-progressin div {
    height: 14px;
    max-width: calc(100% - 40px);
    min-width: 47px;
}

.StarRace-progressin {
    width: calc(100% - 37px);
    height: 10px;

    position: absolute;
    left: 20px;
    top: 0;
}
.StarRace-progressin div {
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    max-width: 100%;
}


.StarRace-progressin-div-span {
    width: 100px;
    display: block;
    position: absolute;
    right: -35px;
    height: 26px;
    top: calc(50% - 26px/2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc-mode .StarRace-progress.percent0 .StarRace-progressin-div-span {
    right: initial;
    left: -50px;
}
.HeaderWheelContainer.small-mode .StarRace-progress-main-container {
    margin: 13px auto 20px auto;
}
.HeaderWheelContainer.small-mode .header-promo-StarRace-m {
    height: 62px;
    font-size: 12px;
}
.HeaderWheelContainer.small-mode .header-promo-StarRace-m span{
    font-size: 16px;
    margin-top: 6px;
}
#main .header-promo-StarRace-m span {
    margin-top: 6px;
}
.HeaderWheelContainer.small-mode .header-promo-StarRace-m span.freespin,
#main .header-promo-StarRace-m span.freespin{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    margin-top: 0px;
}
#main .header-promo-StarRace-m span.freespin{
    font-size: 11px;
    margin-top: 5px;
}
.HeaderWheelContainer.small-mode .header-promo-StarRace-m span.freespin label{
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
}
#main .header-promo-StarRace-m span.freespin label{
    white-space: nowrap;
    line-height: 9px;
    font-size: 13px;
}


.HeaderWheelContainer.small-mode .HeaderWheelBT {
    width: 120px;
    height: 44px;
    background: #FFEC59;
    border-radius: 22px;
    left: calc(50% - 120px/2);
        bottom: 20px;
}


.StarRace-progressin div span {
    position: absolute;

    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    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 .StarRace-progressin div span {
    top: calc(50% - 21px / 2);
    font-size: 11px;
}

.small-mode .StarRace-progress.percent0 .StarRace-progressin div span {
    padding: 0 6px;
}

.StarRace-progress.percent0 div span {
   margin-left: -16px;
}


.small-mode.mobile-wheel .StarRace-progress-main-container {
    margin: 0 auto 10px 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(2px);
}

.small-mode .StarRace-progress-main-container {
    width: 350px;
    height: 78px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
}
.small-mode .StarRace-progress-title {
    width: 72px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
    padding: 0 5px;
}
.small-mode .StarRace-progress-title:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: calc(50% - 20px/2);
    font-size: 20px;
}
.small-mode .StarRace-progress-right {
    width: 530px;
    position: relative;
    padding-top: 0;
    top: -1px;
    overflow: hidden;
    padding-right: 25px;
}
.small-mode .StarRace-progress-main-container:after {
    font-size: 6px;
    right: 11px;
    top: 35px;
}

.small-mode .StarRace-progress-scroll-left,
.small-mode .StarRace-progress-scroll-right {
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #FDE053 0%, #FFCC00 100%);
    border-radius: 100%;
    display: inline-block;
    top: 38px;
    text-align: center;
    cursor: pointer;
}
.small-mode .StarRace-progress-scroll-left {
    left: 5px;
}
.small-mode .StarRace-progress-scroll-right {
    right: 5px;
}
.small-mode .StarRace-progress-scroll-left.disabled,
.small-mode .StarRace-progress-scroll-right.disabled {
    background: rgba(255, 255, 255, 0.3);
}
.small-mode .StarRace-progress-scroll-left::after,
.small-mode .StarRace-progress-scroll-right::after {
    content: '\e823';
    font-family: 'cb-icons';
    font-size: 5px;
    color: #262000;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 7px;
}
.small-mode .StarRace-progress-scroll-left::after {
    transform: rotate(90deg);
    left: 5px;
}
.small-mode .StarRace-progress-scroll-left.disabled::after
.small-mode .StarRace-progress-scroll-right.disabled::after {
    color: #ffffff;
}

.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-left,
.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-right {
    width: 14px;
    height: 14px;
    top: 26px;
}
.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-left{
    left: 10px;
}
.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-right{
    right: 10px;
}
.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-left::after, 
.small-mode .Mob-StarRace-SR-Top .StarRace-progress-scroll-right::after{
    font-size: 3.5px;
    top: 5px;
    left: 4px;
}

/* StarRace Promo mobile header */
.header-promo-StarRace {
    position: relative;
    width: 320px;
    height: 170px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background: url(Header/mobbgpng.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 73px;
    overflow: hidden;
}
.header-promo-StarRace::after {
    content: '\E811';
    font-family: 'cb-mobile-icons';
    font-size: 6px;
    transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    right: 14px;
    color: #fff;
    display: none;
}
.header-promo-StarRace::before {
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    left: 9px;
    top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ka .header-promo-StarRace::before {
    background-image: url(Header/toptitleka.png);
}
.en .header-promo-StarRace::before {
    background-image: url(Header/toptitleen.png);
}
.ru .header-promo-StarRace::before {
    background-image: url(Header/toptitleru.png);
}

.header-promo-StarRace .amount {

    background-image: url(Header/amount.png);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 11px;
    top: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}


.header-promo-StarRace-m-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -11px;
}
#main .header-promo-StarRace-m-container {
    margin-top: 9px;
}
.header-promo-StarRace-m {
    display: flex;
    width: 88px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(0, 160, 255, 0.40);

    background: rgba(0, 0, 0, 0.50);

    box-shadow: 0px 2px 0px 0px rgba(0, 160, 255, 0.50);
    backdrop-filter: blur(2px);

    backdrop-filter: blur(4px);
    border-radius: 10px;
    margin: 0 5px;
    font-size: 11px;
    color: #FFFFFF;
    font-family: 'CrystalNU4-Regular';
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 8px;
}
#main .header-promo-StarRace-m {
    width: 88px;
    height: 50px;
    margin: 0 8px;
    padding-top: 4px;
}
.header-promo-StarRace-m span {
    display: block;
    color: #FDE053;
    font-size: 13px;
    font-family: 'CrystalBetUni-Bold';
}

.Mob-slots-SW-Top {
    margin-bottom: 19px;
}
.Mob-jetx-SW-Top {
    margin-bottom: 16px;
}
.header-promo-StarRace-title {
    display: none;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
    position: absolute;
    top: 11px;
    left: 15px;
    width: 50px;
}


.header-promo-StarRace-m-1 {
    width: 60px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 10px;
    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-StarRace-m-1 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    display: block;
    font-size: 13px;
    top: 4px;
}
.header-promo-StarRace-m-1::after {
    content: '';
    width: 43px;
    height: 44px;
    background-image: url(Header/m-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px;
    top: -8px;
}

.header-promo-StarRace-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-StarRace-m-2 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    font-size: 13px;
    top: 1px;
}
.header-promo-StarRace-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-StarRace-header-title {
    font-size: 10px;
    line-height: 11px;
    color: #FDE053;
    font-family: 'CrystalNU4-Regular';
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    float: left;
    width: 121px;
    position: relative;
    top: -7px;
}
.mob-StarRace-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: 0px;
}
.mob-StarRace-header-title:after {
    content: '';
    font-size: 20px;
    font-family: 'cb-mobile-icons';
    content: '\E871';
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - -6px/2);
    left: 15px;    
}

.Mob-StarRace-SR-Top{
    position: relative;
    margin-top: -8px;
}
.mob-StarRace-header-progress-container {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 264px;
    height: 35px;
    margin-left: 28px;
    scrollbar-width: none;
}
.mob-StarRace-header-progress {
    position: absolute;
    width: 470px;
    top: 6px;
    overflow: hidden;
    height: 30px;
    padding-right: 15px;
}

.Mob-StarRace-progress-line {
    width: 100%;
    margin-top: 1px;
}
.Mob-StarRace-progress-list {
    width: calc(100%/15);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-StarRace-progress-list:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: -1.5px;
    bottom: -7px;
    z-index: 1;
}
.Mob-StarRace-progress-list.active:after {

}

.Mob-StarRace-progress-list label {
    font-size: 9px;
    color: #fff;
    width: 100px;
    right: -50px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
    top: -4px;
}

.Mob-StarRace-progress {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px 0 0 10px;
    height: 9px;
    position: relative;
    margin-left: 2px;
}
.Mob-StarRace-progress:after {
    content: '';
    background: rgba(255,255,255,0.3);
    border-radius: 0 10px 10px 0;
    height: 9px;
    width: 10px;
    position: absolute;
    right: -10px;
}
.Mob-StarRace-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #33B52A;
    max-width: calc(100% - 15px);
    min-width: 20px;
}
.Mob-StarRace-progress.percent0 div {
    min-width: 0px;
}

.Mob-StarRace-progress div span {
    display: flex;
    width: 100px;
    position: absolute;
    right: -50px;
    justify-content: center;
    top: -4px;
    z-index: 1;
}
.Mob-StarRace-progress.percent0 div span {
    right: -66px;
}

.Mob-StarRace-progress div span label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 3px 1px;
    height: 13px;

    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    border-radius: 21px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: 'CrystalBetUni-Bold';  
}

.Mob-slots-HW-Top,
.Mob-boardgames-HW-Top,
.Mob-jetx-HW-Top  {
    margin-top: 18px;
}


/* end StarRace 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 .StarRace-progressin,
.desc-mode .StarRace-progress,
.desc-mode .StarRace-progressin div {
    height: 16px;

}
.desc-mode .StarRace-progressin {
    width: calc(100% - 40px);
    left: 30px;
}
.desc-mode .StarRace-progressin div {
    max-width: 98%;
}
.desc-mode .StarRace-progress-line {
    padding-left: 7px;
}
.desc-mode .StarRace-progress:after{
    width: 44px;
    height: 16px;
 }
 .desc-mode .StarRace-progress-list {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 29px;
    width: calc( (100% - 33px)/15 );
 }
 .desc-mode .StarRace-progress-list font {
    top:  13px;
 }
.desc-mode .StarRace-progress-line.top .StarRace-progress-list:after {
    bottom: -10px;
}
.desc-mode .StarRace-progress-line span {
    font-size: 11px;
    top: 8px;
}
.desc-mode .StarRace-progress-line.bottom span {
    top: 21px;
}
.desc-mode .StarRace-progressin div span {
    height: 26px;
    line-height: 26px;
    top: calc(50% - 26px/2);
    font-size: 16px;
}
.desc-mode .StarRace-progress-main-container:after {
    right: 47px;
    top: 54px;
}
.desc-mode .StarRace-progress-title {
    width: 195px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 3px 0 76px;
    text-align: left;
    font-family: 'CrystalBetUni-Bold';
    padding-top: 41px !important;
    line-height: 18px !important;
    margin-right: 17px;
}
.ru .desc-mode .StarRace-progress-title {
    padding-right: 47px;
    font-size: 11px;
}
.desc-mode .StarRace-progress-main-container.boardgames .StarRace-progress-title:after {
    top: 51px;
    left: 34px;
}
.desc-mode .StarRace-progress-title:after {
    font-size: 30px;
}
.desc-mode .StarRace-progress-right {
    padding-top: 15px;
}


#main .progress_text_p_nnn {
    font-size: 12px;
    margin: 0 auto;
    width: 322px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    text-align: center;
    font-family: 'CrystalNU4-Regular';
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;   
    margin-top: 20px;
    height: auto;
    flex-direction: column;
}
#main .progress_text_p_nnn:before {
    position:relative;
    left:initial;
    top:initial;
    float: initial;
    display:block;
}
.ru #main .progress_text_p_nnn {
    font-size: 11px;
}
.ru #main .progress_text_p_nnn {
    font-size: 11px;
}


.small-mode .StarRace-wheel-liderboad-container-left {
    width: 346px;
    height: 449px;
    background: none;
    border: none;
    backdrop-filter: none;
}
.small-mode .StarRace-wheel-liderboad-container {
    display: flex;
    width: 346px;
    justify-content: space-between;
    flex-direction: column;
}
.small-mode .StarRace-liderboard-carusel .owl-prev {
    top: -12px;
}
.small-mode .StarRace-liderboard-carusel .owl-next {
    top: -12px;
}