@font-face {
    font-family: "MontHeavy";
    src: url("Mont-HeavyDEMO.otf");
    font-weight: normal;
    font-style: normal;
}
.header-PragmaticSlots-progress-container {
    text-decoration: none;
}
.header-PragmaticSlots-progress {
    margin: 40px auto 0 29px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    width: 320px;
    height: 107px;
    display: flex;
    flex-direction: column;
  }
  .header-PragmaticSlots-progress .progress-wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    width: 305px;
  }
  .header-PragmaticSlots-progress .progress-bar {
    height: 16px;
    margin: 1px auto 0 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 0;
    position: relative;
    display: inherit;
    float: inherit;
  }
  .header-PragmaticSlots-progress .progress-bar:after {
    content: '';
    width: 28px;
    height: 16px;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    border-radius: 10px;
    position: absolute;
    left: 1px;
    top: 0;
  }
  .header-PragmaticSlots-progress .progress-bar-cont {
    position: absolute;
    height: 16px;
    width:  288px;
    left: 16px;
  }
  .header-PragmaticSlots-progress .progress-bar-cont.perecent_0 .progress-amount {
    right: -55px;
  }
  .header-PragmaticSlots-progress .progress-bar-cont.perecent_0 .progress-percent {
    min-width: 6%;
  }
  .header-PragmaticSlots-progress .progress-bar .progress-percent {
    height: 16px;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    border-radius: 10px;
    position: relative;
    max-width: 90%;
    min-width: 8%;
  }
  .header-PragmaticSlots-progress .progress-amount {
    position: absolute;
    width: 140px;
    right: -55px;
    height: 22px;
    top: -4px;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-PragmaticSlots-progress .progress-amount div {
    height: 27px;
    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    box-shadow: -1px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: "MontHeavy";
    padding: 0 10px;
    line-height: 28px;
    margin-top: -2px;
  }
  .header-PragmaticSlots-progress .progress-amount b {
    font-weight: normal;
  }
  .header-PragmaticSlots-progress .progress-amount span {
    font-family: "CrystalBetUni-Bold";
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 3px;
  }
  .desk-freespin-text {
    display: flex;
  }
  .desk-freespin-text-html {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 288px;
  }
  .desk-freespin-text-html {
    color: #FFFFFF;
    text-align: left;
    font-family: 'CrystalNU4-Bold';
    font-size: 13px;
    width: 106px;
    margin: 21px auto 13px 27px;
  }
  .progress-top {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "MontHeavy";
    text-align: right;
    margin: 24px 17px 0 auto;
  }
  .header-GatesOfCbSlot-freespins {
    width: 180px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    margin: 20px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .hd_GatesOfCbSlot_amount {
    width: 59px;
    color: #FDE053;
    font-size: 14px;
    font-family: 'CrystalBetUni-Medium';
    text-align: center;
  }
  .ru .hd_GatesOfCbSlot_amount {
    width: 47px;
  }
  .header-GatesOfCbSlot-freespins span:nth-child(2) {
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'CrystalNU4-Regular';
  }
  .GatesOfCbSlotPromo .HeaderWheelContainer.small-mode .HeaderWheelBT {
    bottom: 30px;
  }
