

/* Start:/local/templates/main/blocks/payment-and-delivery/style.css?17794530472377*/
.delivery-page {
  margin-bottom: 80px;
  color: #333;
  line-height: 1.5;
}
.delivery-page__lead {
  max-width: 1040px;
  margin: 0 0 clamp(28px, 4vw, 48px);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}
.delivery-page__section {
  padding: clamp(22px, 4vw, 36px);
  margin-bottom: clamp(20px, 3vw, 32px);
  background: #F9FAFE;
  border-radius: 20px;
}
.delivery-page__section h2 {
  margin: 0 0 22px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  color: #000712;
}
.delivery-page__section h3 {
  margin: 28px 0 16px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  color: #000712;
}
.delivery-page p {
  margin: 0 0 16px;
}
.delivery-page ul,
.delivery-page ol {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.delivery-page li {
  position: relative;
  padding-left: 24px;
}
.delivery-page li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0F7EDA;
  border-radius: 50%;
}
.delivery-page .strong {
  font-weight: 700;
  color: #000712;
}
.delivery-page__note {
  padding: clamp(18px, 3vw, 28px);
  margin: 0;
  background: #fff;
  border: 1px solid rgba(15, 126, 218, 0.2);
  border-left: 5px solid #0F7EDA;
  border-radius: 16px;
}
.delivery-page__note .strong {
  display: block;
  margin-bottom: 10px;
  color: #0F7EDA;
  text-transform: uppercase;
}
.delivery-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}
.delivery-page__card {
  padding: clamp(18px, 3vw, 28px);
  background: #fff;
  border-radius: 16px;
}
.delivery-page__tariff {
  padding: clamp(18px, 3vw, 28px);
  margin-bottom: 18px;
  background: #fff;
  border-radius: 16px;
}
.delivery-page__tariff:last-child {
  margin-bottom: 0;
}
.delivery-page__tariff h3 {
  margin-top: 0;
  color: #0F7EDA;
}
.delivery-page__final {
  padding: clamp(22px, 4vw, 36px);
  background: #0F7EDA;
  color: #fff;
  border-radius: 20px;
  font-size: clamp(16px, 2vw, 20px);
}
.delivery-page__final a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .delivery-page {
    margin-bottom: 50px;
  }
  .delivery-page__grid {
    grid-template-columns: 1fr;
  }
  .delivery-page__section {
    border-radius: 14px;
  }
}
/* End */
/* /local/templates/main/blocks/payment-and-delivery/style.css?17794530472377 */
