.StepsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.StepsList__item {
  padding: 48px 12px 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.StepsList__item:before {
  left: 50%;
  margin-left: -9px;
}
.StepsList__item:after {
  border-left: none;
  border-top: 1px solid #d7d7d7;
  top: 9px;
  bottom: unset;
  left: 50%;
  right: -50%;
}
.StepsList__item.__active:before {
  background: #3ba6d2;
}
.StepsList__item:nth-last-child(1):after {
  display: none;
}
.StepsList__item__content {
  padding: 0 24px;
}
