/* Финальная настройка последних правок по структуре и иерархии блоков. */
.statements {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.statements p {
  max-width: 900px;
  margin: 0;
  text-align: center;
}

.archive-intro {
  width: 100%;
  max-width: none;
}

.plans-gallery {
  width: 100%;
  max-width: none;
}

.plans > a + .plans-note {
  margin-top: 26px;
}

.support-donation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  max-width: 860px;
}

.support h2 {
  line-height: 80px;
}

.support-donation > p {
  flex: 1;
  margin: 0;
}

.payment-qr {
  width: 250px;
  height: 250px;
  flex: 0 0 auto;
  object-fit: contain;
}

.support .transfer-intro {
  margin: 22px 0 20px;
  font-weight: 600;
}

@media (min-width: 761px) {
  .archive figure:nth-of-type(6) {
    grid-column: 2;
    grid-row: 4;
  }
}

@media (max-width: 760px) {
  .statements {
    display: none;
  }

  .support-donation {
    display: block;
  }

  .payment-qr {
    display: block;
    width: 220px;
    height: 220px;
    margin: 22px auto 0;
  }

  .support h2 {
    line-height: 1.02;
  }
}
