.delivery-services {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #e9eef6;
  border-radius: 20px;
  background: #f7faff;
}

.delivery-services__intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.delivery-services__title {
  color: #16243a;
  font-size: 20px;
  font-weight: 700;
}

.delivery-services__text {
  max-width: 560px;
  color: #68768b;
  font-size: 14px;
}

.delivery-services__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.delivery-service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 94px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  border: 1px solid #e5eaf2;
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
}

a.delivery-service:hover {
  color: inherit;
  border-color: #cdd9e9;
  box-shadow: 0 10px 24px rgba(25, 52, 89, .09);
  transform: translateY(-2px);
}

.delivery-service__logo {
  display: block;
  width: auto;
  max-width: 150px;
  height: 26px;
  object-fit: contain;
  object-position: left center;
}

.delivery-service__logo_yandex {
  max-width: 164px;
}

.delivery-service__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #111;
  white-space: nowrap;
}

.delivery-service__brand-mark {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  background: #fc3f1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.delivery-service__brand-name {
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
}

.delivery-service__logo_cdek {
  height: 29px;
}

.delivery-service__description {
  display: block;
  margin-top: 10px;
  color: #68768b;
  font-size: 13px;
  line-height: 1.3;
}

.delivery-services_compact {
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.delivery-services_compact .delivery-services__list {
  display: flex;
  flex-flow: row wrap;
  gap: 6px;
}

.delivery-services_compact .delivery-service {
  flex: 0 1 auto;
  min-height: 0;
  padding: 7px 9px;
  border-radius: 9px;
}

.delivery-services_compact .delivery-service__logo {
  max-width: 76px;
  height: 15px;
}

.delivery-services_compact .delivery-service__logo_yandex {
  max-width: 86px;
}

.delivery-services_compact .delivery-service__brand {
  gap: 5px;
}

.delivery-services_compact .delivery-service__brand-mark {
  flex-basis: 17px;
  width: 17px;
  height: 17px;
  font-size: 11px;
}

.delivery-services_compact .delivery-service__brand-name {
  font-size: 13px;
}

.delivery-services_compact .delivery-service__logo_cdek {
  height: 17px;
}

.pronogti-delivery-page {
  --delivery-ink: #16243a;
  --delivery-muted: #68768b;
  --delivery-line: #e5eaf2;
  --delivery-soft: #f7faff;
}

.pronogti-delivery-page .content-decorator {
  color: inherit;
}

.delivery-page-intro {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 36px;
  padding: 36px;
  border: 1px solid #e5eaf2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(52, 119, 235, .13), transparent 42%),
    linear-gradient(135deg, #f6f9ff 0%, #fff 58%, #f6fbff 100%);
}

.delivery-page-intro__copy {
  align-self: center;
}

.delivery-page-intro__eyebrow,
.delivery-section-heading__eyebrow {
  margin: 0 0 8px;
  color: #3477eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.delivery-page-intro h2 {
  max-width: 680px;
  margin: 0;
  color: var(--delivery-ink);
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.delivery-page-intro__copy > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--delivery-muted);
  font-size: 17px;
  line-height: 1.55;
}

.delivery-page-intro__options {
  display: grid;
  gap: 10px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-page-intro__options li {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  padding: 13px 16px;
  border: 1px solid rgba(216, 225, 238, .9);
  border-radius: 15px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 24px rgba(21, 49, 86, .045);
}

.delivery-page-intro__options li::before {
  display: none !important;
  content: none !important;
}

.delivery-page-intro__icon,
.delivery-pickup__marker {
  display: inline-flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #3477eb;
  border-radius: 12px;
  background: #edf4ff;
}

.delivery-page-intro__icon svg,
.delivery-pickup__marker svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.delivery-page-intro__options strong,
.delivery-page-intro__options small,
.delivery-payment__item strong,
.delivery-payment__item small {
  display: block;
}

.delivery-page-intro__options strong,
.delivery-payment__item strong {
  color: var(--delivery-ink);
  font-size: 15px;
  line-height: 1.3;
}

.delivery-page-intro__options small,
.delivery-payment__item small {
  margin-top: 3px;
  color: var(--delivery-muted);
  font-size: 12px;
  line-height: 1.35;
}

.fh-info__section_delivery-calculator,
.delivery-payment {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid var(--delivery-line);
  border-radius: 20px;
  background: #fff;
}

.delivery-section-heading {
  margin-bottom: 24px;
}

.delivery-section-heading h2 {
  margin: 0;
  color: var(--delivery-ink);
  font-size: 26px;
  line-height: 1.2;
}

.delivery-section-heading > p:last-child {
  margin: 9px 0 0;
  color: var(--delivery-muted);
  line-height: 1.5;
}

.fh-info__section_delivery-calculator .dp-page,
.fh-info__section_delivery-calculator .dp-page * {
  font-family: var(--font-family);
}

.fh-info__section_delivery-calculator .dp-page a,
.fh-info__section_delivery-calculator .dp-page a:hover,
.fh-info__section_delivery-calculator .dp-page__group-view-all-points-text,
.fh-info__section_delivery-calculator .dp-page__service-caption-view-on-map-link {
  color: var(--primary-color);
  border-color: currentColor;
}

.fh-info__section_delivery-calculator .dp-page__col-name,
.fh-info__section_delivery-calculator .dp-page .dp-cost_value,
.fh-info__section_delivery-calculator .dp-page__group-header-caption-title.dp-page__col {
  color: var(--delivery-ink);
}

.fh-info__section_delivery-calculator .dp-page__col-description,
.fh-info__section_delivery-calculator .dp-page__service-estimated-date-worktime,
.fh-info__section_delivery-calculator .dp-page .dp-cost__values-item {
  color: var(--delivery-muted);
}

.fh-info__section_delivery-calculator .dp-page .dp-cost__value_free,
.fh-info__section_delivery-calculator .dp-page .dp-cost__caption_free {
  color: #218a4b;
}

.fh-info__section_delivery-calculator .dp-page__group-header,
.fh-info__section_delivery-calculator .dp-page__col_header {
  border-color: var(--delivery-line);
}

.fh-info__section_delivery-calculator .dp-page__service-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.fh-info__section_delivery-calculator .dp-page__service-payment-icon {
  display: block;
  width: 84px;
  height: 42px;
  margin: 0;
  border: 1px solid #e3eaf4;
  border-radius: 9px;
  object-fit: contain;
}

.delivery-payment__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.delivery-payment__item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--delivery-line);
  border-radius: 14px;
  background: var(--delivery-soft);
}

.delivery-payment__logo {
  display: flex;
  flex: 0 0 92px;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 46px;
  overflow: hidden;
  border: 1px solid #e3eaf4;
  border-radius: 10px;
  background: #fff;
}

.delivery-payment__logo img {
  display: block;
  width: 92px;
  height: 46px;
  object-fit: contain;
}

.delivery-pickup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 22px 24px;
  color: var(--delivery-ink);
  border: 1px solid var(--delivery-line);
  border-radius: 18px;
  background: #fff;
}

.delivery-pickup strong {
  font-size: 17px;
}

.delivery-pickup p {
  margin: 5px 0 0;
  color: var(--delivery-muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .delivery-page-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .delivery-page-intro__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .delivery-page-intro__options li {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .delivery-services,
  .fh-info__section_delivery-calculator,
  .delivery-payment {
    margin-top: 18px;
    padding: 18px;
  }

  .delivery-services__intro {
    display: block;
  }

  .delivery-services__text {
    margin-top: 6px;
  }

  .delivery-services__list,
  .delivery-payment__list,
  .delivery-page-intro__options {
    grid-template-columns: 1fr;
  }

  .delivery-service {
    min-height: 82px;
  }

  .delivery-services_compact {
    margin-top: 10px;
    padding: 0;
  }

  .delivery-services_compact .delivery-services__list {
    display: flex;
  }

  .delivery-services_compact .delivery-service {
    min-height: 0;
  }

  .delivery-page-intro {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .delivery-page-intro h2 {
    font-size: 30px;
  }

  .delivery-page-intro__copy > p:last-child {
    font-size: 15px;
  }

  .delivery-section-heading h2 {
    font-size: 22px;
  }

  .delivery-pickup {
    align-items: flex-start;
    margin-top: 18px;
    padding: 18px;
  }
}
