.elementor-506 .elementor-element.elementor-element-a4f888c{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9185ac0 */.delivery {
  padding: 60px 15px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.delivery__inner {
  max-width: 900px;
  margin: 0 auto;
}

.delivery__title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40px;
}


.delivery__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}

.delivery__col--city {
  font-weight: 700;
  font-size: 16px;
}

.delivery__col--info p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}

.delivery__col--info p:last-child {
  margin-bottom: 0;
}

.delivery__bottom-text {
  text-align: center;
  margin: 40px auto 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.delivery__btn-wrap {
  text-align: center;
}

.delivery__btn {
  display: inline-block;
  padding: 12px 36px;
  background: #5b0202;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  border-radius: 0;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.delivery__btn:hover {
  color: white;
}

/* Адаптив */
@media (max-width: 768px) {
  .delivery__row {
    grid-template-columns: 120px 1fr;
    padding: 16px 16px;
  }

  .delivery__title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .delivery__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .delivery__col--city {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
  }

  .delivery__table {
    border-left: none;
    border-right: none;
  }
}/* End custom CSS */