.review__text {
  font-size: 16px;
  line-height: 26px;
  color: #d0d0d0;
  margin-top: -25px;
  margin-bottom: 0;
}
.review__text b {
  color: #fff;
  font-weight: 500;
}
.review__block--active:before {
  border-color: #4399fc;
}
.review__block:before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 55px;
  border: 3px solid rgba(255,255,255,0.2);
  z-index: 1;
}
.review__block:after {
  content: '';
  position: absolute;
  display: block;
  top: 62px;
  left: 26px;
  right: 0;
  background-color: rgba(255,255,255,0.2);
  height: 2px;
  border-radius: 2px;
}