.handbook-footer--simple {
  margin-top: 48px;
  padding: 40px 0 28px;
  background: #f4f8fc;
  border-top: 1px solid rgba(12, 61, 110, 0.1);
}

.handbook-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.handbook-footer__title {
  margin: 0 0 12px;
  color: #152033;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.handbook-footer__text {
  margin: 0;
  color: #5a6b7d;
  font-size: 14px;
  line-height: 1.55;
}

.handbook-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.handbook-footer__list li + li {
  margin-top: 8px;
}

.handbook-footer__link {
  color: #2d9aff;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.handbook-footer__link:hover {
  color: #152033;
}

.handbook-footer__order {
  display: inline-flex;
  margin-top: 16px;
}

.handbook-footer__copy {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(12, 61, 110, 0.1);
  color: #5a6b7d;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .handbook-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
