.procent-line .procent-line-item {
  height: 40px;
}
.procent-line .procent-line-item .procent-line-num {
  font-size: 22px;
  margin-top: 5px;
}
.procent-line .procent-line-item .procent-line-name {
  margin-top: -2px;
}
.arrow.arrow-1 {
  position: absolute;
  top: 0;
  right: -45px;
  transform: scaleY(-1) rotate(20deg);
}
.arrow.arrow-2 {
  position: absolute;
  top: 0;
  right: -45px;
}
.arrow.arrow-3 {
  position: absolute;
  top: 0;
  right: -45px;
  transform: scaleY(-1) rotate(20deg);
}
@media (max-width: 991px) {
  .arrow.arrow-1 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -170px;
    transform: scaleY(1) rotate(110deg);
  }
  .arrow.arrow-2 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -170px;
    transform: scaleY(-1) rotate(-72deg);
  }
  .arrow.arrow-3 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -170px;
    transform: scaleY(1) rotate(110deg);
  }
}
@media (max-width: 767px) {
  .block-nav-block {
    height: auto;
    line-height: normal;
  }
  .block-nav-block span {
    top: 0;
    display: block;
    margin-bottom: 15px;
  }
}
