/**
 * /koronavirus-lechenie-i-oborudovanie/
 * Etalon: medpribor.pro/koronavirus-lechenie-i-oborudovanie/
 * Product cards reuse catalog shop.css markup.
 */

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

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

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

.mp-covid__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 300px;
  margin: 0 0 1.25rem;
  padding: 2.5rem 1.5rem;
  background-image: var(--mp-covid-hero);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
}

.mp-covid__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 48, 55, 0.7);
}

.mp-covid__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 44rem;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.mp-covid__title-main {
  display: block;
  font-size: 1.35em;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.mp-covid__title-sub {
  display: block;
  font-size: 0.85em;
  font-weight: 300;
  opacity: 0.95;
}

.mp-covid-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-covid-section {
  margin: 0 0 8px;
}

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

.mp-covid-subhead {
  margin: 1rem 0 0.75rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
}

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

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

.mp-covid-cards {
  margin: 0.5rem 0 1.25rem;
}

.mp-covid__figure {
  margin: 1rem 0 1.25rem;
}

.mp-covid__figure img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  border-radius: 3px;
}

.mp-covid-kit {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.2rem;
  background: #f7fbf9;
  border: 1px solid #d7ebe2;
  border-radius: 4px;
}

.mp-covid-kit__title {
  margin: 0 0 0.65rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.mp-covid-kit p {
  margin: 0.65rem 0 0;
}

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

.mp-covid-callout__title {
  margin: 0 0 0.65rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
}

.mp-covid-callout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0.85rem;
}

.mp-covid-callout__btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  font-weight: 500;
  color: #fff !important;
  background: #00bf80;
  border-radius: 3px;
}

.mp-covid-callout__btn:hover {
  background: #00a870;
  color: #fff !important;
}

.mp-covid-callout__btn--ghost {
  color: #00bf80 !important;
  background: #fff;
  border: 1px solid #00bf80;
}

.mp-covid-callout__btn--ghost:hover {
  color: #fff !important;
  background: #00bf80;
}

@media (max-width: 760px) {
  .mp-covid__hero {
    min-height: 240px;
  }

  .mp-covid__title {
    font-size: 22px;
  }

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