/**
 * /credit/ — page content only (etalon: medpribor.pro/credit/)
 * Layout/sidebar: page-with-sidebar.css
 */

.mp-credit {
  margin: 0 0 2rem;
  color: #526371;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: visible;
}

.mp-credit a {
  color: #00bf80;
  text-decoration: none;
}

.mp-credit a:hover {
  color: #0055a6;
}

.mp-credit__title {
  margin: 0 0 1.25rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

.mp-credit__hero {
  margin: 0 0 0.5rem;
}

.mp-credit__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.mp-credit-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: static;
  left: auto;
  transform: none;
  margin: 28px 0 24px;
  padding: 20px 16px;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  color: #54595f;
  text-align: center;
  background-image: linear-gradient(180deg, #c0e6d2 0%, rgba(192, 230, 210, 0.37) 100%);
}

.mp-page-main > .mp-credit__hero + .mp-credit-bar {
  margin-top: 12px;
}

.mp-credit-section {
  margin: 0 0 8px;
}

.mp-credit-section p {
  margin: 0 0 14px;
}

.mp-credit-list,
.mp-credit-steps {
  margin: 0 0 14px;
  padding: 0 0 0 1.25rem;
}

.mp-credit-list li,
.mp-credit-steps li {
  margin: 0 0 0.45rem;
}

.mp-credit-list li:last-child,
.mp-credit-steps li:last-child {
  margin-bottom: 0;
}

.mp-credit-callout {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1rem 0 0;
  padding: 1rem 1.15rem;
  background: #f7fbf9;
  border: 1px solid #d7ebe2;
  border-radius: 4px;
}

.mp-credit-callout strong {
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.05rem;
  color: #333;
}

.mp-credit-section--products {
  margin-top: 0.25rem;
}

.mp-credit-cards {
  margin: 0;
}

@media (max-width: 760px) {
  .mp-credit__title {
    font-size: 24px;
  }

  .mp-credit-bar {
    font-size: 1.05rem;
    padding: 1rem 0.85rem;
  }
}
