.low-header {
  border-bottom: 1px solid #d8d8d8;
}

.manual {
  padding: 22px 20px 30px;
}

.manual__text {
  margin-bottom: 22px;
  font-size: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .manual {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .manual__text {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.8;
  }
  .manual__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.manual-item {
  margin-bottom: 20px;
  background-color: #000;
}

.manual-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 52px;
  padding: 5px 25px 5px 13px;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  text-decoration: none;
}

.manual-item a::before, .manual-item a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 7px;
  height: 2px;
  margin-left: -5px;
  background-color: #fff;
  content: "";
}

.manual-item a::before {
  margin-top: -2px;
  transform: translate(0, -50%) rotate(45deg);
}

.manual-item a::after {
  margin-top: 2px;
  transform: translate(0, -50%) rotate(-45deg);
}

.manual-item img {
  width: 20px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .manual-item {
    -ms-flex-preferred-size: 46.875%;
        flex-basis: 46.875%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 38px;
  }
  .manual-item:nth-child(odd) {
    margin-right: 3.125%;
  }
  .manual-item:nth-child(even) {
    margin-left: 3.125%;
  }
  .manual-item a {
    height: 70px;
    padding-right: 35px;
    padding-left: 18px;
    font-size: 14px;
    transition: all 300ms ease;
  }
  .manual-item a:hover {
    background-color: #3f3f3f;
  }
  .manual-item img {
    width: 28px;
    margin-right: 15px;
  }
}
