.progress-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}

.js-progress-bar-level {
  position: absolute;
  width: 52px;
  height: 52px;
}

.bonus-block-no-border .progress-img,
.bonus-block-no-border .js-progress-bar-level {
  width: 42px;
  height: 42px;
}

.progress-img img,
.progress-img-icon {
  display: block;
  border-radius: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
}

.progress-img_count {
  font-size: 18px;
  font-weight: bold;
  color: #525c69;
}
