.progress_bar_round_wrap {
  width: 200px;
  height: 200px;
}
.progress_bar_round_wrap .percent {
  position: relative;
  width: 100%;
  height: 100%;
}
.progress_bar_round_wrap .percent .percent_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}
.progress_bar_round_wrap .percent .percent_wrap .num {
  color: #17171A;
  font-feature-settings: "ss03" on, "ss04" on, "ss05" on;
  font-family: "Articulat CF", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.4px;
}
.progress_bar_round_wrap .percent .percent_wrap .percent_text {
  color: #737580;
  font-feature-settings: "ss03" on;
  text-overflow: ellipsis;
  font-family: Mariupol, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.progress_bar_round_wrap .percent svg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(115deg);
}
.progress_bar_round_wrap .percent svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: transparent;
  stroke-width: 14;
  stroke-linecap: round;
  transform: translate(7px, 7px);
}
.progress_bar_round_wrap .percent svg circle.animate {
  transition: 0.8s stroke-dashoffset;
}

@media screen and (max-width: 1920px) {
  .progress_bar_round_wrap {
    width: 184px;
    height: 184px;
  }
  .progress_bar_round_wrap .percent .percent_wrap .num {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
  .progress_bar_round_wrap .percent .percent_wrap .percent_text {
    font-size: 16px;
    line-height: 137.5%;
  }
}

/*# sourceMappingURL=progress-bar-round.css.map */
