/* Tenders page only — new.medpribor.pro/tenders/
 * Etalon: medpribor.pro/meditsinskoe-oborudovanie-tendery-s-medpribor-pro/ */

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

.mp-tenders a:not(.mp-tenders-cta__btn) {
  color: #00bf80;
  text-decoration: none;
}
.mp-tenders a:not(.mp-tenders-cta__btn):hover {
  color: #0055a6;
}

.mp-tenders__title {
  margin: 0 0 16px;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.25px;
  color: #434955;
}

.mp-tenders__lead {
  max-width: 920px;
  margin: 0 0 8px;
}
.mp-tenders__lead p {
  margin: 0 0 14px;
}

.mp-tenders-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100vw, var(--mp-canvas, 1300px));
  max-width: min(100vw, var(--mp-canvas, 1300px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 28px 0 24px;
  padding: 18px 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-tenders__block {
  max-width: 920px;
  margin: 0 0 8px;
}
.mp-tenders__block p {
  margin: 0 0 14px;
}

.mp-tenders__list {
  margin: 0 0 8px;
  padding: 0 0 0 1.25em;
}
.mp-tenders__list li {
  margin: 0 0 10px;
}
.mp-tenders__list li:last-child {
  margin-bottom: 0;
}

.mp-tenders-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 18px 0 8px;
}
.mp-tenders a.mp-tenders-cta__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.mp-tenders a.mp-tenders-cta__btn--primary {
  background: #00bf80;
  border-color: #00bf80;
  color: #fff;
}
.mp-tenders a.mp-tenders-cta__btn--primary:hover,
.mp-tenders a.mp-tenders-cta__btn--primary:focus {
  background: #009e6a;
  border-color: #009e6a;
  color: #fff;
}
.mp-tenders a.mp-tenders-cta__btn--ghost {
  background: #fff;
  border-color: #00bf80;
  color: #00bf80;
}
.mp-tenders a.mp-tenders-cta__btn--ghost:hover,
.mp-tenders a.mp-tenders-cta__btn--ghost:focus {
  background: #f3fbf7;
  border-color: #009e6a;
  color: #009e6a;
}

.mp-tenders-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  margin: 8px 0 16px;
  text-align: center;
}

.mp-tenders-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px;
}

.mp-tenders-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #00bf80;
  color: #fff;
  transition: transform 0.2s ease;
}
.mp-tenders-feature:hover .mp-tenders-feature__icon {
  transform: scale(1.08);
}

.mp-tenders-feature__title {
  margin: 0 0 8px;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #434955;
}

.mp-tenders-feature__text {
  margin: 0;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.45;
  color: #526371;
}

@media (max-width: 900px) {
  .mp-tenders__title {
    font-size: 22px;
  }
  .mp-tenders-bar {
    font-size: 18px;
    padding: 14px 12px;
    margin: 22px 0 16px;
  }
  .mp-tenders-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
