/* Prices page — new.medpribor.pro/prices/ (etalon: medpribor.pro/tseny-i-skidki/)
 * Visual system from /about/ (green bars, Exo 2 body, link colors). */

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

.mp-prices a {
  color: #00bf80;
  text-decoration: none;
}
.mp-prices a:hover {
  color: #0055a6;
}

.mp-prices__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;
}

/* Green section bars — same look as .mp-about-bar / .mp-payment-bar */
.mp-prices-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: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #54595f;
  text-align: center;
  background-image: linear-gradient(180deg, #c0e6d2 0%, rgba(192, 230, 210, 0.37) 100%);
}

.mp-page-main > .mp-prices-bar:first-of-type {
  margin-top: 0;
}

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

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

.mp-prices-list {
  margin: 0 0 14px;
  padding: 0 0 0 1.15rem;
}

.mp-prices-list li {
  margin: 0 0 0.55rem;
}

.mp-prices-callout {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 0 14px;
  padding: 0.95rem 1.1rem;
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  color: #1a3a55;
  font-size: 15px;
  line-height: 1.5;
}

.mp-prices-callout strong {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.mp-prices-section--products {
  margin-bottom: 1.5rem;
}

.mp-prices-cards {
  margin-top: 0;
}

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

  .mp-prices-bar {
    font-size: 20px;
    padding: 16px 12px;
    margin: 20px 0 16px;
  }
}
