@font-face {
    font-family: "MontHeavy";
    src: url("Mont-HeavyDEMO.otf");
    font-weight: normal;
    font-style: normal;
}
.header-cosmo-progress-container {
    text-decoration: none;
}
.header-cosmo-progress {
    margin: 69px 20px 0;
    background-image: url(header/jetx.svg), url(progress-bg.svg);
    background-position: 21px center, center;
    background-repeat: no-repeat;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    height: 78px;
    padding: 0 0 0 65px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .header-cosmo-progress .progress-button {
    width: 288px;
    height: 28px;
    -webkit-flex: 0 0 28px;
    flex: 0 0 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
  }
  .header-cosmo-progress .progress-button::after {
    content: "\e823";
    font-family: "cb-icons";
    font-size: 8px;
    color: #9DACB7;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-cosmo-progress .progress-wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
  }
  .header-cosmo-progress .progress-wrapper .progress-top, .header-cosmo-progress .progress-wrapper .progress-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 24px;
    margin: 0 -5px 0 0;
  }
  .header-cosmo-progress .progress-wrapper .progress-top::before, .header-cosmo-progress .progress-wrapper .progress-bottom::before {
    content: attr(data-title);
    font-size: 10px;
    color: #FFFFFF;
    opacity: 0.6;
    font-family: "CrystalNU4-Regular";
    height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 2px;
  }
  .header-cosmo-progress .progress-wrapper .progress-step {
    width: 32px;
    color: #ffffff;
    font-family: "MontHeavy";
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 0 8px;
  }
  .header-cosmo-progress .progress-top .progress-step {
    position: relative;
  }
  .header-cosmo-progress .progress-top .progress-step::after {
    content: "₾";
    font-size: 11px;
    font-family: "CrystalBetUni-Bold";
  }
  .header-cosmo-progress .progress-bottom {
    padding: 2px 0 0;
  }
  .header-cosmo-progress .progress-bottom .progress-step::after {
    content: "";
    width: 12px;
    height: 18px;
    background-image: url(zap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 3px;
  }
  .header-cosmo-progress .progress-bar {
    height: 16px;
    margin: 3px 0 2px 0;
    background-repeat: repeat-x;
    background-image: url(header/progress-bg-empty.svg);
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 20px 0 0;
    position: relative;
    float: none;
  }
  .header-cosmo-progress .progress-bar:after {
    content: '';
    width: 22px;
    height: 16px;
    background: url(header/bgprogress.png) left center no-repeat;
    position: absolute;
    left: 1px;
    top: -1px;
  }
  .header-cosmo-progress .progress-bar-cont {
    position: absolute;
    
    height: 16px;
    width:  200px;
    left: 16px;
  }
  .header-cosmo-progress .progress-bar-cont.perecent_0 .progress-amount {
    right: -55px;
  }

  .header-cosmo-progress .progress-bar .progress-percent {
    height: 16px;
    background-image: url(header/progress-bg-fill.svg);
    background-position-x: -15px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    max-width: 97%;
    min-width: 8%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
  }
  .header-cosmo-progress .progress-amount {
    position: absolute;
    width: 140px;
    right: -70px;
    height: 22px;
    top: -4px;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-cosmo-progress .progress-amount div {
    height: 22px;
    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    box-shadow: -2px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    font-size: 11px;
    color: #FFFFFF;
    font-family: "MontHeavy";
    padding: 0 8px;
    line-height: 21px;
  }
  .header-cosmo-progress .progress-amount b {
    font-weight: normal;
  }
  .header-cosmo-progress .progress-amount span {
    font-family: "CrystalBetUni-Bold";
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 3px;
  }