@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;
}
.SportsPromoWheel-progress-main-container {
    width: 840px;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 0 0 0 195px;
    background-image: url(sports.svg), url(arrow.svg);
    background-repeat: no-repeat;
    background-position: 40px center, right 50px center;
    position: relative;
    cursor: pointer;
}
.SportsPromoWheel-progress-main-container::before {
    content: attr(data-name);
    font-family: 'CrystalBetUni-Bold';
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 85px;
    line-height: 119px;
}
.SportsPromoWheel-progress-main-container a {
    cursor: auto;
}
.SportsPromoWheel-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;    
}
.SportsPromoWheel-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 .SportsPromoWheel-progress-title .descmodetxt {
    display: none;
}
.desc-mode .SportsPromoWheel-progress-title .smallmodetxt {
    display: none;
}
.SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title {
    padding-top: 46px;
    line-height: 13px;
}
.small-mode .SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title {
    padding-top: 40px;
}
.en .desc-mode .SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title {
    padding: 44px 26px 0px 95px;
    font-size: 12px;
}
.ru .desc-device .SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title {
    font-size: 14px;
    padding: 44px 30px 0px 95px;
}
.ru .small-mode .SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 9px;
    padding: 42px 10px 0 10px;
}
.SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title:after {
    top: 19px;
}
.SportsPromoWheel-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;
}
.SportsPromoWheel-progress-main-container.sports .SportsPromoWheel-progress-title:after {
    background-image: url(sports.svg);
}
.SportsPromoWheel-progress-main-container.slots .SportsPromoWheel-progress-title:after {
        content: '\E870';
}
.SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title:after {
    content: '\E871';
}
.SportsPromoWheel-progress-main-container.jetx .SportsPromoWheel-progress-title:after {
    content: '\E873';
}
.SportsPromoWheel-progress-main-container.jetx-HW {
    margin-bottom: 30px;
}
.SportsPromoWheel-progress-right {
    width: 558px;
    float: initial;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
}
.small-mode .SportsPromoWheel-progress-line {
    padding-left: 0;
}
.SportsPromoWheel-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.SportsPromoWheel-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(230, 230, 230, 0.6);
    left: 0;
}
.SportsPromoWheelWhellTop .SportsPromoWheel-progress-line span {
    font-size: 10px;
}
.small-mode .SportsPromoWheel-progress-line.top span,
.small-mode .SportsPromoWheel-progress-line.bottom span {
    display: none;
}
.SportsPromoWheel-progress-line.top  span {
    top: 10px;
}
.SportsPromoWheel-progress-line.bottom  span {
    top: 10px;
}
.ru .small-mode .SportsPromoWheel-progress-line span {
    font-size: 8px;
    width: 15px;
    top: 12px;
}
.en .small-mode .SportsPromoWheel-progress-line span {
    font-size: 9px;
    top: 12px;
}
.ru  .SportsPromoWheel-progress-line span {
    font-size: 8px;
    width: 15px;
}
.small-mode .SportsPromoWheel-progress-list {
    width: calc( (100% - 10px)/10 );
}
.SportsPromoWheel-progress-list {
    width: calc( (100% - 37px)/10 );
    float: left;
    height: 35px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Bold';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list:after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    position: absolute;
    right: -2px;
    bottom: -7px;
    z-index: 1;
}
.SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list.active:after {
    background: rgba(0,0,0,0.3);
}
.SportsPromoWheel-progress-list label,
.SportsPromoWheel-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
}
.small-mode .SportsPromoWheel-progress-list label,
.small-mode .SportsPromoWheel-progress-list font {
    font-size: 10px;
}
.SportsPromoWheel-progress {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.SportsPromoWheel-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: #33B52A;
    left: 0;
    top: 0;
}
.small-mode .SportsPromoWheel-progress:after {
    display: none;
}
.small-mode .SportsPromoWheel-progressin {
    height: 14px;
    left: 0;
    width: calc(100% - 10px);
}
.small-mode .SportsPromoWheel-progress {
    height: 14px;
}
.small-mode .SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list:after {
    bottom: -9px;
}
.small-mode .SportsPromoWheel-progressin div {
    height: 14px;
    max-width: 100%;
    min-width: 10%;
}
.SportsPromoWheel-progressin {
    width: calc(100% - 37px);
    height: 10px;
    position: absolute;
    left: 20px;
    top: 0;
}
.SportsPromoWheel-progressin div {
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #33B52A;
    max-width: 100%;
}
.SportsPromoWheel-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;
}
.desc-mode .SportsPromoWheel-progress.percent0 .SportsPromoWheel-progressin-div-span {
    right: initial;
    left: -50px;
}
.HeaderWheelContainer.small-mode .SportsPromoWheel-progress-main-container {
    margin: 14px auto 21px auto;
}
.HeaderWheelContainer.small-mode .header-promo-SportsPromoWheel-m {
    height: 50px;
    font-size: 12px;
}
.HeaderWheelContainer.small-mode .header-promo-SportsPromoWheel-m span {
    font-size: 16px;
}
.HeaderWheelContainer.small-mode .HeaderWheelBT {
    width: 108px;
    height: 44px;
    background: #FFEC59;
    border-radius: 6px;
    left: calc(50% - 108px/2);
    bottom: 20px;
}
.HeaderWheel.SportsPromoWheelWhellTop .HeaderWheelContainer.small-mode .HeaderWheelBT { 
    bottom: 52px;
}
.SportsPromoWheel-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 .SportsPromoWheel-progress.percent0 .SportsPromoWheel-progressin div span {
    padding: 0 6px;
}
.SportsPromoWheel-progress.percent0 div span {
   margin-left: -29px;
}
.small-mode.mobile-wheel .SportsPromoWheel-progress-main-container {
    margin: 0 auto 10px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}
.small-mode .SportsPromoWheel-progress-main-container {
    width: 350px;
    height: 78px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
}
.small-mode .SportsPromoWheel-progress-title {
    width: 72px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
    padding: 0 5px;
}
.small-mode .SportsPromoWheel-progress-title:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: calc(50% - 20px/2);
    font-size: 20px;
}
.small-mode .SportsPromoWheel-progress-right {
    width: 334px;
    position: relative;
    padding-top: 0;
    top: -1px;
}
.small-mode .SportsPromoWheel-progress-main-container:after {
    font-size: 6px;
    right: 11px;
    top: 35px;
}

/* SportsPromoWheel Promo mobile header */
.header-promo-SportsPromoWheel {
    position: relative;
    width: 320px;
    height: 163px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    background: url(sports-2.svg), url(Header/mobbgpng.png);
    background-size: 20px, contain;
    background-repeat: no-repeat;
    background-position: 15px 129px, center;
    padding-top: 50px;
    overflow: hidden;
}
.header-promo-SportsPromoWheel::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-SportsPromoWheel::before {
    content: '';
    width: 100%;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 18px;
    background-repeat: no-repeat;
    background-size: auto 32px;
}
#body.ka .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitleka.png);
}
#body.en .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitleen.png);
}
#body.ru .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitleru.png);
}
#body_body.ka .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitlekamob.png);
}
#body_body.en .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitleenmob.png);
}
#body_body.ru .header-promo-SportsPromoWheel::before {
    background-image: url(Header/m-toptitlerumob.png);
}
.SportsWheelPromo-price-container {
    position: absolute;
    left: 45px;
    top: 123px;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.SportsWheelPromo-price-container::before {
    content: attr(data-name);
    font-size: 10px;
    line-height: 10px;
    font-family: 'CrystalNU4-Bold';
    color: #FFB1C9;
    padding: 4px 0 0 0;
}
.header-promo-SportsPromoWheel-m-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.header-promo-SportsPromoWheel-m {
    display: flex;
    width: 90px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    margin: 0 5px;
    font-size: 11px;
    color: #FFFFFF;
    font-family: 'CrystalNU4-Regular';
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-promo-SportsPromoWheel-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-SportsPromoWheel-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-SportsPromoWheel-m-1 {
    width: 60px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    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-SportsPromoWheel-m-1 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    display: block;
    font-size: 13px;
    top: 2px;
}
.header-promo-SportsPromoWheel-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-SportsPromoWheel-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-SportsPromoWheel-m-2 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    font-size: 13px;
    top: 1px;
}
.header-promo-SportsPromoWheel-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-SportsPromoWheel-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-SportsPromoWheel-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: 0px;
}
.mob-SportsPromoWheel-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-SportsPromoWheel-header-progress {
    width: 184px;
    position: relative;
    float: right;
    margin-right: 39px;
    top: 10px;
}
.Mob-SportsPromoWheel-progress-line {
    width: 100%;
}
.Mob-SportsPromoWheel-progress-list {
    width: calc(100%/6);
    height: 15px;
    line-height: 20px;
    float: left;
    position: relative;
}
.Mob-SportsPromoWheel-progress-list:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: -11.5px;
    bottom: -7px;
    z-index: 1;
}
.Mob-SportsPromoWheel-progress-list label {
    font-size: 9px;
    color: #FFB1C9;
    width: 100px;
    right: -60px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
    top: -3px;
}
.header-promo-SportsPromoWheel.SportsWheelHeaderClass .Mob-SportsPromoWheel-progress div span {
    display: none!important;
}
.Mob-SportsPromoWheel-progress {
    width: 100%;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    height: 9px;
    position: relative;
    margin: 0 0 0 15px;
}
.Mob-SportsPromoWheel-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-SportsPromoWheel-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #33B52A;
    max-width: 100%;
}
.Mob-SportsPromoWheel-progress div span {
    display: flex;
    width: 100px;
    position: absolute;
    right: -50px;
    justify-content: center;
    top: -4px;
    z-index: 1;
}
.Mob-SportsPromoWheel-progress.percent0 div span {
    right: -66px;
}
.Mob-SportsPromoWheel-progress div span label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 3px 1px;
    height: 15px;
    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 SportsPromoWheel 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 .SportsPromoWheel-progressin,
.desc-mode .SportsPromoWheel-progress,
.desc-mode .SportsPromoWheel-progressin div {
    height: 16px;
}
.desc-mode .SportsPromoWheel-progressin {
    width: calc(100% - 40px);
    left: 30px;
}
.desc-mode .SportsPromoWheel-progressin div {
    max-width: 98%;
}
.desc-mode .SportsPromoWheel-progress-line {
    padding-left: 30px;
}
.desc-mode .SportsPromoWheel-progress:after{
    width: 41px;
    height: 16px;
 }
 .desc-mode .SportsPromoWheel-progress-list {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 29px;
    width: calc( (100% - 40px)/6 );
 }
 .desc-mode .SportsPromoWheel-progress-list font {
    top:  10px;
 }
.desc-mode .SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list:after {
    bottom: -10px;
}
.desc-mode .SportsPromoWheel-progress-line span {
    font-size: 11px;
    top: 5px;
}
.desc-mode .SportsPromoWheel-progress-line.bottom span {
    top: 17px;
}
.desc-mode .SportsPromoWheel-progressin div span {
    height: 26px;
    line-height: 26px;
    top: calc(50% - 26px/2);
    font-size: 16px;
}
.desc-mode .SportsPromoWheel-progress-main-container:after {
    right: 47px;
    top: 54px;
}
.desc-mode .SportsPromoWheel-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 .SportsPromoWheel-progress-title {
    padding-right: 47px;
    font-size: 11px;
}
.desc-mode .SportsPromoWheel-progress-main-container.boardgames .SportsPromoWheel-progress-title:after {
    top: 51px;
    left: 34px;
}
.desc-mode .SportsPromoWheel-progress-title:after {
    font-size: 30px;
}
.desc-mode .SportsPromoWheel-progress-right {
    padding-top: 15px;
}
#main .progress_text_p {
    font-size: 12px;
    margin: -5px auto 0 21px;
    width: 311px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    text-align: center;
    font-family: 'CrystalNU4-Regular';
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;   
    margin-top: 20px; 
    margin-bottom: 20px;
}
#main .progress_text_p:before {
    left: -27px;
    top: 17px;
    display: none;
}
.ru #main .progress_text_p {
    font-size: 11px;
}
.small-mode .SportsPromoWheel-wheel-liderboad-container-left {
    width: 346px;
    height: 447px;
    background: none;
    border: none;
}
.small-mode .SportsPromoWheel-wheel-liderboad-container {
    display: flex;
    width: 346px;
    justify-content: space-between;
    flex-direction: column;
}
.small-mode .SportsPromoWheel-liderboard-carusel .owl-prev {
    top: -12px;
}
.small-mode .SportsPromoWheel-liderboard-carusel .owl-next {
    top: -12px;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-main-container {
    width: 340px;
    height: 78px;
    margin: 10px auto 10px auto!important;
    border-radius: 10px;
    cursor: pointer;
}
.HeaderWheel.SportsPromoWheelWhellTop .SportsPromoWheel-progress-main-container::before {
    font-family: 'CrystalNU4-Bold';
    font-size: 11px;
    left: 16px;
    line-height: 105px;
}
.HeaderWheel.SportsPromoWheelWhellTop .SportsPromoWheel-progress-main-container {
    padding: 3px 0 0 72px;
    background-image: url(sports-2.svg);
    background-repeat: no-repeat;
    background-position: 27px 21px;
    background-size: 20px;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-right {
    width: 250px;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-list {
    width: calc( (100% - 30px)/6 );
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress {
    height: 10px;
    position: relative;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progressin div {
    height: 10px;
    max-width: 93%;
}
.HeaderWheel.SportsPromoWheelWhellTop .SportsPromoWheel-progressin div span {
    height: 14px;
    top: calc(50% - 16px/2);
    line-height: 14px;
    font-size: 11px;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: #33B52A;
    left: 0;
    top: 0;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-line.top span, .HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-line.bottom span {
    display: block;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progressin {
    height: 10px;
    left: 16px;
    width: calc(100% - 16px);
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list:after {
    bottom: -4px;
}
.HeaderWheel.SportsPromoWheelWhellTop .small-mode .SportsPromoWheel-progress-line {
    padding-left: 20px;
    height: 32px;
}
.HeaderWheel.SportsPromoWheelWhellTop .SportsWheelDesk {
    display: none!important;
}
.Wheel-control-container.desc-mode .SportsWheelHeader {
    display: none!important;
}
.SportPromoWeel-mob-header-container {
    color: #fff;
    text-align: left;
    width: 284px;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 18px;
    padding: initial;
    padding-left: 104px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-image:url(Header/jeepmob.png);
    background-size: 60px 38px;
    background-repeat: no-repeat;
    background-position:right 73px center;    
}
.SportPromoWeel-mob-header-container:before {
    content: '';
    width: 60px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: -4px;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;   
}
.SportPromoWeel-mob-header-container label {
    font-family: 'CrystalBetUni-Bold';
    font-size: 13px;
    display: block;
    height: 15px;
}
.SportPromoWeel-mob-header-container .SportsPromoWheel-tickets label {
    color: #FDE053;
}
.SportPromoWeel-mob-header-container .SportsPromoWheel-spins {
    width: 84px;
    height: 44px;
    background-image: url(Header/m-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left 0px;
    padding: 8px 0 0 49px;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'CrystalNU4-Regular';
    z-index: 2;
}
.SportPromoWeel-mob-header-container .SportsPromoWheel-tickets {
    width: 86px;
    height: 44px;
    background-image: url(Header/m-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 0 0 40px;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'CrystalNU4-Regular';
}
.SPW-Mobile .small-mode.mobile-wheel .SportsPromoWheel-progress-main-container {
    margin: 0 auto;
    background: url(sport_mobile.svg), rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-size: 20px, 100%;
    background-position: 26px 21px, center;
}
.SPW-Mobile .SportsPromoWheel-progress-main-container::before {
    content: attr(data-name);
    font-family: 'CrystalNU4-Bold';
    font-size: 11px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 105px;
}
.SPW-Mobile .small-mode .SportsPromoWheel-progress-main-container {
    width: 340px;
    height: 78px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
}
.SPW-Mobile .SportsPromoWheel-progress-main-container {
    width: 840px;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 3px 0 0 70px;
    background-image: url(sports.svg), url(arrow.svg);
    background-repeat: no-repeat;
    background-position: 40px center, right 50px center;
    position: relative;
    cursor: pointer;
}
.SPW-Mobile .small-mode .SportsPromoWheel-progress-right {
    width: 250px;
    position: relative;
    padding-top: 0;
    top: -1px;
}
.SPW-Mobile .small-mode .SportsPromoWheel-progress-list {
    width: calc( (100% - 10px)/6 );
}
.SPW-Mobile .small-mode .SportsPromoWheel-progress-line.top span, .small-mode .SportsPromoWheel-progress-line.bottom span {
    display: block;
    left: -2px;
    top: 12px;
    font-size: 9px;
}
.SPW-Mobile .SportsPromoWheel-progress-list {
    width: calc( (100% - 37px)/10 );
    float: left;
    height: 32px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Bold';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.SPW-Mobile .SportsPromoWheel-progressin {
    width: calc(100% + 3px);
    height: 10px;
    position: absolute;
    top: 0;
}
.SPW-Mobile .SportsPromoWheel-progressin div {
    height: 10px;
    max-width: 92%;
    min-width: 10%;
}
.SPW-Mobile .SportsPromoWheel-progress {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.SPW-Mobile .SportsPromoWheel-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: 14px;
    top: calc(50% - 16px/2);
    right: initial;
    line-height: 14px;
    padding: 0 6px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    font-family: 'CrystalBetUni-Bold';
    z-index: 2;
    width: max-content;
}
.SPW-Mobile .SportsPromoWheel-progress-line.top .SportsPromoWheel-progress-list:after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    position: absolute;
    right: -2px;
    bottom: -7px;
    z-index: 1;
}
.SPW-Mobile .SportsPromoWheel-progress-line.bottom .SportsPromoWheel-progress-list {
    line-height: 33px;
}
.SPW-Mobile .SportsPromoWheel-progress-line.bottom span {
    top: 10px!important;
}
.SPW-Mobile .SportsPromoWheel-progress-line.bottom span.SportsWheelDesk {
    display: none;
}
#body.en .HeaderWheel.SportsPromoWheelWhellTop .SportsPromoWheel-progress-main-container::before {
    font-family: 'CrystalNU4-Bold';
    font-size: 11px;
    left: 23px;
    line-height: 105px;
}
#body.en  .info-dates-not-logedin-div__notloged p {
    margin: 0 66px 0 0;
    width: 135px;
    font-size: 14px;
    line-height: 16px;
    font-family: CrystalNU4-Bold;
    padding-top: 4px;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    top: 6px;
}
#body_body.ru .SPW-Mobile .SportsPromoWheel-progress-main-container::before {
    content: attr(data-name);
    font-family: 'CrystalNU4-Bold';
    font-size: 11px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 105px;
}
#body.ru .HeaderWheel.SportsPromoWheelWhellTop .SportsPromoWheel-progress-main-container::before {
    font-family: 'CrystalNU4-Bold';
    font-size: 11px;
    left: 21px;
    line-height: 105px;
}
#body .headerwhillsporttkt {
    width: 340px;
    height: 64px;
    margin:0 auto;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}
#body .play_header {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 6px;
    font-family: 'CrystalNU4-Bold';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;   
}
#body .next_content_tkt {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'CrystalBetUni-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#body .final_content_tkt {
    width: 100%;
    display: flex;
    justify-content: center;    
    font-family: 'CrystalBetUni-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#body .next_logo {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../Images/promotion/SportsPromoWheel/next_play.svg);
    background-repeat: no-repeat;
}
#body .final_logo {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../Images/promotion/SportsPromoWheel/final_play.svg);
    background-repeat: no-repeat;
}
#body .next_play, #body .final_play {
    width: 165px;
    height: 64px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(50% 1318.48% at 50% 50%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;   
}
#body .final_play {
    margin-left: 10px;
}
#body_body .headerwhillsporttkt {
    width: 292px;
    height: 47px;
    margin:0 auto;
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
#body_body .play_header {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
    font-family: 'CrystalNU4-Bold';
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;   
}
#body_body .next_content_tkt {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'CrystalBetUni-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#body_body .final_content_tkt {
    width: 100%;
    display: flex;
    justify-content: center;    
    font-family: 'CrystalBetUni-Bold';
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
#body_body .next_logo {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../Images/promotion/SportsPromoWheel/next_play.svg);
    background-repeat: no-repeat;
}
#body_body .final_logo {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../../Images/promotion/SportsPromoWheel/final_play.svg);
    background-repeat: no-repeat;
}
#body_body .next_play, #body_body .final_play {
    width: 141px;
    height: 47px;
    background: rgba(0,0,0,0.4);
    border-radius: 6px;   
}
#body_body .final_play {
    margin-left: 10px;
}