.progresses {
  margin-bottom:20px;
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.progresses > div {
  flex:0 0 calc(50% - 10px)
}

/*Прогресс-бар доступа по покупке*/
.progress-block {
  padding:15px;
  background:#fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.progress-block .header {
  font-size: 24px;
  line-height: 36px;
  font-family:Inter, sans-serif;
  font-weight:500;
  margin-bottom:5px;
}

.progress-block .title {
  font-size: 16px;
  line-height: 20px;
  font-family:Inter, sans-serif;
  font-weight:300;
  margin-bottom:10px;
}

.progress-block .progress-wrapper {
  background: #e9d09150 ;
  height: 20px;
  width: 100%;
  position: relative;
}

.progress-block .scale {
    position: absolute;
    width: 0%;
    max-width: 100%;
    height: 20px;
    background: #e9d091 ;
}

.xdget-productTiming {
  display:none;
}










