.HotWheel-progress-main-container {
    background: #FFFFFF;
    border: 1px solid #B8C7D2;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    width: 430px;
    height: 88px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}
.HotWheel-progress-main-container a {
    cursor: pointer;
}
.HotWheel-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);    
}

.HotWheel-progress-title {
    width: 94px;
    height: 88px;
    float: left;
    text-align: center;
    padding-top: 54px;
    color: #666666;
    font-size: 12px;
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    box-sizing: border-box;
}
.HotWheel-progress-main-container.boardgames .HotWheel-progress-title {
    padding-top: 46px;
    line-height: 16px;
}
.small-mode .HotWheel-progress-main-container.boardgames .HotWheel-progress-title {
    padding-top: 35px;
}
.en .HotWheel-progress-main-container.boardgames .HotWheel-progress-title {
    padding: 46px 10px 0 10px;
}
.ru .HotWheel-progress-main-container.boardgames .HotWheel-progress-title {
    font-size: 10px;
}
.ru .small-mode .HotWheel-progress-main-container.boardgames .HotWheel-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 8px;
}

.HotWheel-progress-main-container.boardgames .HotWheel-progress-title:after {
    top: 11px;
}
.HotWheel-progress-title:after {
    content: '';
    
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 30px/2);
    top: 19px;
}
.HotWheel-progress-main-container.sports .HotWheel-progress-title:after {
    background-image: url(sports.svg);
}
.HotWheel-progress-main-container.slots .HotWheel-progress-title:after {
    background-image: url(slots.svg);
}
.HotWheel-progress-main-container.boardgames .HotWheel-progress-title:after {
    background-image: url(boardgames.svg);
}
.HotWheel-progress-main-container.jetx .HotWheel-progress-title:after {
    background-image: url(jetx.svg);
}
.HotWheel-progress-main-container.jetx-HW {
    margin-bottom: 30px;
}


.HotWheel-progress-right {
    width: 290px;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
}

.HotWheel-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.HotWheel-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(32, 32, 32, 0.6);
    left: 0;
}
.HotWheel-progress-line.top  span {
    top: 10px;
}
.HotWheel-progress-line.bottom  span {
    top: 10px;
}
.ru .small-mode .HotWheel-progress-line span {
    font-size: 7px;
    width: 15px;
}
.en .small-mode .HotWheel-progress-line span {
    font-size: 9px;
}
.ru  .HotWheel-progress-line span {
    font-size: 8px;
    width: 15px;
}

.HotWheel-progress-list {
    width: calc( (100% - 37px)/5 );
    float: left;
    height: 35px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Medium';
    font-size: 13px;
    position: relative;
    color: #6C7378;
}
.HotWheel-progress-line.top .HotWheel-progress-list:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #9DACB7;
    border-radius: 4px;
    position: absolute;
    right: -2px;
    bottom: -7px;
    z-index: 1;
}
.HotWheel-progress-line.top .HotWheel-progress-list.active:after {
    background: #0D6A06;
}
.HotWheel-progress-list label,
.HotWheel-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
}
.small-mode .HotWheel-progress-list label,
.small-mode .HotWheel-progress-list font {
    font-size: 11px;
}

.HotWheel-progress {
    width: 100%;
    background: #DFE6EC;
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.HotWheel-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: #33B52A;
    left: 0;
    top: 0;
}
.HotWheel-progressin {
    width: calc(100% - 37px);
    height: 10px;

    position: absolute;
    left: 20px;
    top: 0;
}
.HotWheel-progressin div {
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #33B52A;
    max-width: 98%;
}
.HeaderWheel.HotWheelWhellTop  .HotWheel-progressin div {
    min-width: 17px;
}

.HotWheel-progressin div span {
    position: absolute;
    background: #169A0D;
    border-radius: 21px;
    height: 18px;
    top: calc(50% - 18px/2);
    right: 0;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'CrystalBetUni-Bold';
    z-index: 2;
    width: max-content;
}
.HeaderWheel.HotWheelWhellTop .HotWheel-progress.percent0 div span {
    right: -12px !important;
}


.small-mode .HotWheel-progress-main-container {
    width: 320px;
    height: 78px;
    margin: 0 auto 10px auto;
}
.small-mode .HotWheel-progress-title {
    width: 72px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
}
.small-mode .HotWheel-progress-title:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: calc(50% - 20px/2);
}
.small-mode .HotWheel-progress-right {
    width: 218px;
    position: relative;
    padding-top: 0;
    top: -1px;
}
.small-mode .HotWheel-progress-main-container:after {
    font-size: 6px;
    right: 11px;
    top: 35px;
}

/* HotWheel Promo mobile header */
.header-promo-HotWheel {
    position: relative;
    width: 320px;
    height: 210px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    padding-top: 46px;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background: linear-gradient(66.91deg, #DA2C3C 0%, #FF293D 100%), #E22D3E;
}
.header-promo-HotWheel::after {
    content: '\E811';
    font-family: 'cb-mobile-icons';
    font-size: 6px;
    transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    right: 14px;
    color: #fff;
}
.header-promo-HotWheel-title {
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
    position: absolute;
    top: 11px;
    left: 15px;
    width: 50px;
}
.header-promo-HotWheel-m-1 {
    width: 105px;
    height: 43px;
    background-image: url(Header/m-1.png);
    background-size: 105px 43px;
    position: absolute;
    top: 1px;
    right: 128px;
    text-align: center;
    padding-left: 39px;
    box-sizing: border-box;
    line-height: 43px;
    font-size: 11px;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
}
.header-promo-HotWheel-m-2 {
    width: 92px;
    height: 30px;
    background-image: url(Header/m-2.png);
    background-size: 92px 30px;
    position: absolute;
    top: 11px;
    right: 32px;
    text-align: center;
    padding-left: 51px;
    box-sizing: border-box;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-family: 'CrystalBetUni-Bold';
}

.mob-HotWheel-header-title {
    font-size: 10px;
    color: #FFC1C7;
    font-family: 'CrystalNU4-Regular';
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    float: left;
}
.mob-HotWheel-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: -3px;
}
.mob-HotWheel-header-title:after {
    content: '';
    
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 16px/2);
    left: 15px;    
}
.sports .mob-HotWheel-header-title:after {
    background-image: url('m-sports.svg');
}
.slots .mob-HotWheel-header-title:after {
    background-image: url('m-slots.svg');
}
.boardgames .mob-HotWheel-header-title:after {
    background-image: url('m-boardgames.svg');
}
.jetx .mob-HotWheel-header-title:after {
    background-image: url('m-jetx.svg');
}

.mob-HotWheel-header-progress {
    width: 164px;
    position: relative;
    float: right;
    margin-right: 24px;
    top: -4px;
}

.Mob-HotWheel-progress-line {
    width: 100%;
}
.Mob-HotWheel-progress-list {
    width: calc(100%/5);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-HotWheel-progress-list:after {
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: 2px;
    bottom: -7px;
    z-index: 1;
}
.Mob-HotWheel-progress-list.active:after {
    background: #AA9115;
}

.Mob-HotWheel-progress-list label {
    font-size: 9px;
    color: rgba(255,255,255,0.9);
    width: 100px;
    right: -48px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
}

.Mob-HotWheel-progress {
    width: 100%;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    height: 9px;
    position: relative;
}
.Mob-HotWheel-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #FDE053;
}

.Mob-slots-HW-Top,
.Mob-boardgames-HW-Top,
.Mob-jetx-HW-Top  {
    margin-top: 18px;
}


/* end HotWheel Promo */