.page-wrapper {
  padding-top: .5rem;
  padding-bottom: .75rem;
}

.main.installment {
  background-color: #fff;
}

.section {
  color: #373635;
  margin-block: 2rem;
}

.section.section-header {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.section.section-rows {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.section.section-rows .buy-item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  max-width: 9.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.125rem;
  display: flex;
}

.section.section-rows .buy-item img {
  object-fit: contain;
  width: 100%;
  height: 120px;
}

.section.section-rows .row {
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.section.section-rows .row .row-item {
  flex-grow: 1;
  width: 40%;
  padding-block: 1rem;
}

.section.section-rows .row .row-item.l {
  border-right: 1px dashed #999;
  padding-right: .5rem;
}

.section.section-rows .row .row-item.r {
  border-left: 1px dashed #0000;
  padding-left: .5rem;
}

.section.section-rows .row h4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 5.25rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.section.section-rows .row .bank {
  object-fit: contain;
  width: 100%;
  height: 5rem;
  margin: 0 auto 2rem;
}

.section.section-rows .row .bank.bank-sber {
  max-width: 200px;
}

.section.section-rows .row .bank.bank-tinkoff {
  max-width: 230px;
}

.section.section-rows .row .buy-items {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 1rem;
  display: flex;
}

.section.section-text p, .section.section-text ol, .section.section-text ul {
  margin-block: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.section.section-text ol, .section.section-text ul {
  padding-left: 1.5rem;
}

:is(.section.section-text ol, .section.section-text ul) ol, :is(.section.section-text ol, .section.section-text ul) ul {
  margin-block: 0;
}

:is(.section.section-text ol, .section.section-text ul) li {
  margin-block: .375rem;
}

.section.section-text strong, .section.section-text b {
  font-weight: 700;
}

.section.section-footer .link {
  color: #009ae3;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
