.block-stages__wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.block-stages__wrapper:after {
  content: "";
  width: 200px;
  height: 277px;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url("images/man.svg") no-repeat 50% center;
  background-size: contain;
}
.block-stages__wrapper img {
  width: 100%;
  display: none;
  position: relative;
  z-index: 30;
}
@media (min-width: 992px) {
  .block-stages__wrapper {
    margin-top: 100px;
    padding-bottom: 150px;
  }
  .block-stages__wrapper:after {
    display: block;
  }
  .block-stages__wrapper img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-stages__wrapper {
    max-width: 1000px;
    padding-bottom: 180px;
  }
  .block-stages__wrapper:after {
    width: 230px;
    height: 320px;
  }
}
@media (min-width: 1400px) {
  .block-stages__wrapper {
    max-width: 1110px;
    padding-bottom: 240px;
  }
  .block-stages__wrapper:after {
    width: 300px;
    height: 415px;
    left: calc(50% - 100px);
  }
}
@media (min-width: 1500px) {
  .block-stages__wrapper {
    max-width: 1300px;
  }
  .block-stages__wrapper:after {
    width: 350px;
    height: 484px;
    left: calc(50% - 150px);
  }
}
.block-stages__item {
  width: 50%;
  margin-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .block-stages__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .block-stages__item {
    width: 200px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }
  .block-stages__item:nth-of-type(1) {
    top: 150px;
    left: -95px;
  }
  .block-stages__item:nth-of-type(2) {
    top: 110px;
    left: 150px;
  }
  .block-stages__item:nth-of-type(3) {
    top: -15px;
    left: 400px;
  }
  .block-stages__item:nth-of-type(4) {
    top: 20px;
    left: 680px;
  }
  .block-stages__item:nth-of-type(5) {
    top: 250px;
    left: 675px;
  }
}
@media (min-width: 1200px) {
  .block-stages__item:nth-of-type(1) {
    top: 200px;
  }
  .block-stages__item:nth-of-type(2) {
    top: 128px;
  }
  .block-stages__item:nth-of-type(3) {
    top: 17px;
  }
  .block-stages__item:nth-of-type(4) {
    top: -27px;
  }
  .block-stages__item:nth-of-type(5) {
    width: 250px;
    top: 310px;
    left: 835px;
  }
}
@media (min-width: 1400px) {
  .block-stages__item:nth-of-type(1) {
    top: 220px;
    left: -100px;
  }
  .block-stages__item:nth-of-type(2) {
    top: 140px;
  }
  .block-stages__item:nth-of-type(3) {
    top: 25px;
    left: 450px;
  }
  .block-stages__item:nth-of-type(4) {
    left: 810px;
  }
  .block-stages__item:nth-of-type(5) {
    top: 350px;
    left: 965px;
  }
}
@media (min-width: 1500px) {
  .block-stages__item:nth-of-type(1) {
    top: 270px;
  }
  .block-stages__item:nth-of-type(2) {
    top: 175px;
    left: 240px;
  }
  .block-stages__item:nth-of-type(3) {
    left: 560px;
  }
  .block-stages__item:nth-of-type(4) {
    left: 950px;
  }
  .block-stages__item:nth-of-type(5) {
    top: 420px;
    left: 1140px;
  }
}
.block-stages__item-circle {
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  position: relative;
}
.block-stages__item-circle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FECD08;
  border-radius: 100%;
  transition: all 150ms;
  z-index: 40;
}
.block-stages__item-circle:after {
  content: attr(data-value);
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  background: #A7E8E5;
  border-radius: 100%;
  transition: all 150ms;
  z-index: 50;
}
@media (min-width: 992px) {
  .block-stages__item-circle {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
  .block-stages__item-circle:before {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .block-stages__item-circle:after {
    font-size: 24px;
  }
}
.block-stages__item span {
  display: block;
}
.block-stages__item-name {
  max-width: 100%;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  z-index: 100;
}
@media (min-width: 1200px) {
  .block-stages__item-name {
    font-size: 22px;
  }
}
.block-stages__item-caption {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 15px;
  color: #AEAEAE;
  z-index: 100;
}
.block-stages__item-caption i {
  font-style: normal;
  cursor: pointer;
}
.block-stages__item-caption i:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .block-stages__item-caption {
    font-size: 16px;
  }
}
