/* Оплата образовательным кредитом — синие градиенты + рамка инфографики. */
.pcontent .edu-credit-section,
.block-tpl .edu-credit-section,
.page-content .edu-credit-section {
  border-color: rgba(143, 181, 214, 0.85);
  box-shadow: 0 12px 28px rgba(11, 63, 111, 0.1);
}

.pcontent .edu-credit-section--intro .spec-v1-section-content,
.block-tpl .edu-credit-section--intro .spec-v1-section-content,
.page-content .edu-credit-section--intro .spec-v1-section-content {
  background:
    radial-gradient(circle at 0 0, rgba(143, 196, 235, 0.55), rgba(255, 255, 255, 0) 58%),
    linear-gradient(135deg, #e8f3fc 0%, #ffffff 55%, #f0f7fd 100%);
}

.pcontent .edu-credit-section--details .spec-v1-section-content,
.block-tpl .edu-credit-section--details .spec-v1-section-content,
.page-content .edu-credit-section--details .spec-v1-section-content {
  background:
    radial-gradient(circle at 100% 0, rgba(31, 103, 178, 0.14), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 0 100%, rgba(15, 95, 159, 0.12), rgba(255, 255, 255, 0) 48%),
    linear-gradient(145deg, #dbeaf8 0%, #f3f9ff 42%, #e3f0fb 100%);
}

.pcontent .edu-credit-section--links .spec-v1-section-content,
.block-tpl .edu-credit-section--links .spec-v1-section-content,
.page-content .edu-credit-section--links .spec-v1-section-content {
  background: linear-gradient(135deg, #e5f1fa 0%, #ffffff 54%, #edf5fc 100%);
}

.pcontent .edu-credit-section--contact .spec-v1-section-content,
.block-tpl .edu-credit-section--contact .spec-v1-section-content,
.page-content .edu-credit-section--contact .spec-v1-section-content {
  background: linear-gradient(135deg, #edf5fc 0%, #ffffff 54%, #e8f2fa 100%);
}

.pcontent .edu-credit-section--related .spec-v1-section-content,
.block-tpl .edu-credit-section--related .spec-v1-section-content,
.page-content .edu-credit-section--related .spec-v1-section-content {
  background: linear-gradient(135deg, #eaf3fb 0%, #ffffff 48%, #e3eef8 100%);
}

.pcontent .edu-credit-section .spec-v1-perks__item,
.block-tpl .edu-credit-section .spec-v1-perks__item,
.page-content .edu-credit-section .spec-v1-perks__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(228, 240, 251, 0.95) 100%);
  border-color: rgba(143, 181, 214, 0.65);
}

.pcontent .edu-credit-section__preview,
.block-tpl .edu-credit-section__preview,
.page-content .edu-credit-section__preview {
  margin: 14px 0 18px;
  display: flex;
  justify-content: center;
}

.pcontent .edu-credit-section__shot,
.block-tpl .edu-credit-section__shot,
.page-content .edu-credit-section__shot {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(143, 196, 235, 0.45), rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 88% 92%, rgba(31, 103, 178, 0.18), rgba(255, 255, 255, 0) 48%),
    linear-gradient(145deg, #c8dff5 0%, #e8f3fc 38%, #d4e8f8 72%, #bdd8f0 100%);
  border: 1px solid rgba(143, 181, 214, 0.85);
  box-shadow:
    0 16px 36px rgba(11, 63, 111, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.92);
}

.pcontent .edu-credit-section__shot img,
.block-tpl .edu-credit-section__shot img,
.page-content .edu-credit-section__shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
