@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;
}


.small-mode .PragmaticCards-progress-main-container:before {
    content: '';
    background: url(m-owl-bg.png);
    background-size: contain;
    width: 340px;
    height: 90px;
    position: absolute;
    left: -6px;
    top: -5px;
}

.desc-mode .PragmaticCards-progress-main-container:before {
    content: '';
    background: url(owl-bg.png);
    width: 807px;
    height: 133px;
    position: absolute;
    left: -7px;
    top: -6px;
}
.PragmaticCards-progress-main-container {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    width: 790px;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    margin: 6px auto 86px auto;
    left: 9px;
}
.PragmaticCards-progress-main-container a {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.PragmaticCards-progress-main-container a:after {
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:999;
    background: none;
}


.PragmaticCards-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);    
}

.PragmaticCards-progress-title {
    width: 94px;
    height: 88px;
    float: left;
    text-align: center;
    padding-top: 54px;
    color: #ffffff;
    font-size: 11px;
    font-family: 'CrystalNU4-Bold';
    position: relative;
    box-sizing: border-box;
}
.PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title {
    padding-top: 46px;
    line-height: 13px;
}
.small-mode .PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title {
    padding-top: 43px;
}
/* .en .desc-mode .PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title {
    padding: 44px 30px 0px 95px;
    font-size: 14px;
}
.ru .desc-device .PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title {
    font-size: 14px;
    padding: 44px 30px 0px 95px;
} */
.ru .small-mode .PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title {
    padding-top: 39px;
    line-height: 12px;
    font-size: 11px;
    padding: 42px 10px 0 10px;
}


.PragmaticCards-progress-title:after {

    background-image: url(pragmatic.png);
    background-size: 37px 53px;
    width: 37px;
    height: 53px;
    position: absolute;
    left: calc(50% - 37px/2);
    color: #FDE053;
    top: 19px;
}
.PragmaticCards-progress-main-container.sports .PragmaticCards-progress-title:after {
    background-image: url(sports.svg);
}
.PragmaticCards-progress-main-container.slots .PragmaticCards-progress-title:after {
        content: '\E870';
}
.PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title:after {
    content: '';
    background-image: url(pragmatic.png);
}
.PragmaticCards-progress-main-container.jetx .PragmaticCards-progress-title:after {
    content: '\E873';
}
.PragmaticCards-progress-main-container.jetx-HW {
    margin-bottom: 30px;
}


.PragmaticCards-progress-right {
    width: 557px;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
}

.PragmaticCards-progress-line {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.PragmaticCards-progress-line span {
    position: absolute;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
    color: rgba(230, 230, 230, 0.6);
    left: 0;
}

.PragmaticCardsWhellTop .PragmaticCards-progress-line span {
    font-size: 10px;
}

.PragmaticCards-progress-line.top  span {
    top: 10px;
}
.PragmaticCards-progress-line.bottom  span {
    top: 10px;
}
.ru .small-mode .PragmaticCards-progress-line span {
    font-size: 8px;
    width: 15px;
    top: 12px;
}
.en .small-mode .PragmaticCards-progress-line span {
    font-size: 9px;
    top: 12px;
}
.ru  .PragmaticCards-progress-line span {
    font-size: 8px;
    width: 15px;
}

.PragmaticCards-progress-list {
    width: calc( (100% - 37px)/5 );
    float: left;
    height: 35px;
    line-height: 35px;
    font-family: 'CrystalBetUni-Medium';
    font-size: 13px;
    position: relative;
    color: #fff;
}
.PragmaticCards-progress-line.top .PragmaticCards-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;
}
.PragmaticCards-progress-line.top .PragmaticCards-progress-list.active:after {
    background: rgba(0,0,0,0.3);
}
.PragmaticCards-progress-list label,
.PragmaticCards-progress-list font {
    position: absolute;
    width: 50px;
    text-align: center;
    right: -25px;
}
.small-mode .PragmaticCards-progress-list label,
.small-mode .PragmaticCards-progress-list font {
    font-size: 11px;
    line-height: 40px;
}

.PragmaticCards-progress {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 10px;
    position: relative;
}
.PragmaticCards-progress:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background: #33B52A;
    left: 0;
    top: 0;
}
.PragmaticCards-progressin {
    width: calc(100% - 37px);
    height: 10px;

    position: absolute;
    left: 20px;
    top: 0;
}
.PragmaticCards-progressin div {
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #33B52A;
    max-width: 100%;
}
.HeaderWheel.PragmaticCardsWhellTop  .PragmaticCards-progressin div {
    min-width: 6px;
}

.PragmaticCards-progressin-div-span {
    width:  100px;
    position: absolute;
    right: -50px;
    top: calc(50% - 26px/2);
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PragmaticCards-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 .PragmaticCards-progress.percent0 .PragmaticCards-progressin div span {
    padding: 0 6px;
}

.HeaderWheel.PragmaticCardsWhellTop .PragmaticCards-progress.percent0 div span {
    
}


.small-mode.mobile-wheel .PragmaticCards-progress-main-container {
    margin: 5px auto 57px 20px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    width: 332px;
    height: 82px;
}

.small-mode .PragmaticCards-progress-main-container {
    width: 328px;
    height: 80px;
    margin: 0 auto 10px auto;
    border-radius: 0px;
}

.HeaderWheelContainerIn .PragmaticCards-progress-main-container {
    width: 332px!important;
    height: 82px!important;
    border-radius: 10px!important;
}
.HeaderWheel.PragmaticCardsWhellTop .HeaderWheelTitle {
    margin: 18px auto 17px!important;
}
.HeaderWheel.PragmaticCardsWhellTop .HeaderWheelBT {
    bottom: 22px!important;
}
.PragmaticCardsWhellTop .small-mode .PragmaticCards-progress-main-container {
    left: 0;
    top: -9px;
}

.small-mode .PragmaticCards-progress-title {
    width: 78px;
    height: 78px;
    font-size: 11px;
    padding-top: 44px;
    padding: 0 5px 0 11px;
}
.small-mode .PragmaticCards-progress-title:after {
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
    left: calc(50% - 6px);
    font-size: 20px;
    top: 17px;
}
.small-mode .PragmaticCards-progress-right {
    width: 218px;
    position: relative;
    padding-top: 0;
    top: 2px;
    left: 2px;
}
.small-mode .PragmaticCards-progress-main-container:after {
    font-size: 7px;
    right: 13px;
    top: 38px;
}

/* PragmaticCards Promo mobile header */
.header-promo-PragmaticCards {
    position: relative;
    width: 320px;
    height: 100px;
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    padding-top: 58px;
    text-decoration: none;
    background-size: cover;
    box-sizing: border-box;
    background: url(mobile-header.png), url(Header/mobbgpng.png);
    background-size: auto 33.5px, contain;
    background-repeat: no-repeat;
    background-position: 14px 12px, center;
    padding-top: 59px;
    overflow: hidden;
}
.header-promo-PragmaticCards::after {
    content: '\E811';
    font-family: 'cb-mobile-icons';
    font-size: 6px;
    transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    right: 14px;
    color: #fff;
}
.header-promo-PragmaticCards::before {
    content: inherit;
    background-image: url(pragmatic-text-logo.svg);
    width: 73px;
    height: 34px;
    position: absolute;
    left: 14px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-promo-PragmaticCards .pragmatic-cards-head-logo {
    position: absolute;
    left: 43px;
    top: 11px;
    display: flex;
    color: #FDE053;
    font-family: 'CrystalNU4-Bold';
    font-size: 10px;
}
.header-promo-PragmaticCards .pragmatic-cards-head-logo::before {
    content: attr(data-pragmatic);
    color: #ffffff;
    font-family: 'CrystalNU4-Bold';
    margin: 0 5px 0 0;
}

.Mob-slots-SW-Top {
    margin-bottom: 19px;
}
.Mob-jetx-SW-Top {
    margin-bottom: 16px;
}
.header-promo-PragmaticCards-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-PragmaticCards-m-1 {
    width: 76px;
    height: 28px;
    position: absolute;
    top: 8px;
    right: 32px;
    text-align: left;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-family: 'CrystalNU4-Regular';
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.header-promo-PragmaticCards-m-1 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    display: block;
    font-size: 13px;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-promo-PragmaticCards-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-PragmaticCards-m-2 label {
    font-family: 'CrystalBetUni-Bold';
    position: relative;
    font-size: 13px;
    top: 1px;
}
.header-promo-PragmaticCards-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-PragmaticCards-header-title {
    font-size: 10px;
    color: #FDE053;
    font-family: 'CrystalNU4-Regular';
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    float: left;
}
.mob-PragmaticCards-header-title label {
    display: block;
    color: #FFFFFF;
    font-family: 'CrystalBetUni-Bold';
    font-size: 12px;
    position: relative;
    top: -2px;
}


.mob-PragmaticCards-header-progress {
    width: 164px;
    position: relative;
    float: right;
    margin-right: 24px;
    top: -4px;
}

.Mob-PragmaticCards-progress-line {
    width: 100%;
}
.Mob-PragmaticCards-progress-list {
    width: calc(100%/5);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-PragmaticCards-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-PragmaticCards-progress-list.active:after {

}

.Mob-PragmaticCards-progress-list label {
    font-size: 9px;
    color: #FDE053;
    width: 100px;
    right: -43px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
}

.Mob-PragmaticCards-progress {
    width: 100%;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    height: 9px;
    position: relative;
    margin: 0 0 0 -3px;
}
.Mob-PragmaticCards-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #33B52A;
}

.Mob-slots-HW-Top,
.Mob-PragmaticCards-HW-Top,
.Mob-jetx-HW-Top  {
    margin-top: 18px;
}


/* end PragmaticCards 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 .PragmaticCards-progressin,
.desc-mode .PragmaticCards-progress,
.desc-mode .PragmaticCards-progressin div {
    height: 16px;

}
.desc-mode .PragmaticCards-progressin {
    width: calc(100% - 20px);
    left: 10px;
}
.desc-mode .PragmaticCards-progressin div {
    max-width: 100%;
}
.desc-mode .PragmaticCards-progress-line {
    padding-left: 10px;
}
.desc-mode .PragmaticCards-progress:after{
    width: 24px;
    height: 16px;
 }
 .desc-mode .PragmaticCards-progress-list {
    font-size: 15px;
    color: #E5E5E5;
    line-height: 29px;
    width: calc( (100% - 20px)/5 );
 }
 .desc-mode .PragmaticCards-progress-list font {
    top:  10px;
 }
.desc-mode .PragmaticCards-progress-line.top .PragmaticCards-progress-list:after {
    bottom: -10px;
}
.desc-mode .PragmaticCards-progress-line span {
    font-size: 12px;
    top: 5px;
}
.desc-mode .PragmaticCards-progress-line.bottom span {
    top: 15px;
}
.desc-mode .PragmaticCards-progressin div span {
    height: 26px;
    line-height: 26px;
    top: calc(50% - 26px/2);
    font-size: 16px;
}
.desc-mode .PragmaticCards-progress-main-container:after {
    right: 30px;
    top: 57px;
}
.desc-mode .PragmaticCards-progress-title {
    width: 195px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 3px 0 77px;
    text-align: left;
    font-family: 'CrystalBetUni-Bold';
    padding-top: 44px !important;
    line-height: 18px !important;
    text-transform: uppercase!important;
}
.ru .desc-mode .PragmaticCards-progress-title {
    padding-right: 50px;
}
.desc-mode .PragmaticCards-progress-main-container.PragmaticCards .PragmaticCards-progress-title:after {
    top: 30px;
    left: 30px;
}
.desc-mode .PragmaticCards-progress-title:after {
    font-size: 30px;
}
.desc-mode .PragmaticCards-progress-right {
    padding-top: 18px;
    width: 519px;
}