/**
 * /apnoe-vo-sne/ — page content only (etalon: medpribor.pro/apnoe-vo-sne/)
 */

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

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

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

.mp-apnoe__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-apnoe-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  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-apnoe-section {
  margin: 0 0 8px;
}

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

.mp-apnoe__figure {
  margin: 1rem 0 0.5rem;
}

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

.mp-apnoe-phone {
  font-size: 1.15rem;
  font-weight: 600;
}

.mp-apnoe-kit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 0.5rem;
}

.mp-apnoe-kit__item {
  margin: 0;
  text-align: center;
}

.mp-apnoe-kit__item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  margin: 0 auto;
  background: #f7f9f8;
  border-radius: 3px;
}

.mp-apnoe-kit__item figcaption {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  color: #333;
}

.mp-apnoe-list {
  margin: 0 0 14px;
  padding: 0 0 0 1.25rem;
}

.mp-apnoe-list li {
  margin: 0 0 0.45rem;
}

.mp-apnoe-list li:last-child {
  margin-bottom: 0;
}

.mp-apnoe-faq__item {
  margin: 0 0 1.15rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e8efeb;
}

.mp-apnoe-faq__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.mp-apnoe-faq__q {
  margin: 0 0 0.4rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #333;
}

.mp-apnoe-callout {
  margin: 0;
  padding: 1.15rem 1.25rem;
  background: #f7fbf9;
  border: 1px solid #d7ebe2;
  border-radius: 4px;
}

.mp-apnoe-callout p:last-child {
  margin-bottom: 0;
}

.mp-apnoe-products-lead {
  margin: 0 0 1rem;
}

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

.mp-apnoe-products-more {
  margin: 1.25rem 0 0;
  text-align: center;
}

.mp-apnoe-products-more__btn {
  display: inline-block;
  padding: 0.65em 1.35em;
  font-weight: 500;
  color: #fff !important;
  background: #00bf80;
  border-radius: 3px;
}

.mp-apnoe-products-more__btn:hover {
  background: #00a870;
  color: #fff !important;
}

@media (max-width: 900px) {
  .mp-apnoe-kit {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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