.delivery-page,
.delivery-page * {
  box-sizing: border-box;
}

.delivery-page {
  background: #ffffff;
  color: #111111;
  overflow: hidden;
}

.delivery-page a {
  text-decoration: none;
}

.delivery-hero {
  background:
    radial-gradient(circle at 86% 38%, rgba(242, 63, 137, 0.12) 0, rgba(242, 63, 137, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  padding: 46px 0 28px;
}

.delivery-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 36px;
  min-height: 260px;
}

.delivery-hero__content {
  max-width: 590px;
}

.delivery-hero__title {
  margin: 0 0 18px;
  color: #050505;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.delivery-hero__text {
  max-width: 540px;
  margin: 0 0 24px;
  color: #141414;
  font-family: "montserratarm-regular", "montserrat-regular", sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.delivery-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.delivery-benefits li {
  position: relative;
  padding-left: 28px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.delivery-benefits li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #f23f89;
  border-radius: 50%;
  content: "";
}

.delivery-benefits li:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #f23f89;
  border-left: 2px solid #f23f89;
  content: "";
  transform: rotate(-45deg);
}

.delivery-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 15px;
  line-height: 1;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.delivery-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.delivery-primary-btn__icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  border: 2px solid #f23f89;
  border-radius: 2px;
}

.delivery-primary-btn__icon:before {
  position: absolute;
  right: -9px;
  bottom: -2px;
  width: 9px;
  height: 11px;
  border: 2px solid #f23f89;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  content: "";
}

.delivery-primary-btn__icon:after {
  position: absolute;
  left: 3px;
  bottom: -7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f23f89;
  box-shadow: 21px 0 0 #f23f89;
  content: "";
}

.delivery-hero__art {
  position: relative;
  min-height: 260px;
}

.delivery-speed-line {
  position: absolute;
  left: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 63, 137, 0), #f23f89);
}

.delivery-speed-line--one {
  top: 74px;
  width: 190px;
}

.delivery-speed-line--two {
  top: 105px;
  width: 240px;
}

.delivery-speed-line--three {
  top: 136px;
  width: 165px;
}

.delivery-box {
  position: absolute;
  top: 52px;
  left: 112px;
  width: 180px;
  height: 118px;
  padding: 45px 18px 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #111111 0%, #050505 100%);
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.4px;
  box-shadow: 18px 22px 36px rgba(0, 0, 0, 0.24);
}

.delivery-box:before,
.delivery-box:after {
  position: absolute;
  top: 0;
  height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  content: "";
}

.delivery-box:before {
  left: 0;
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 0 0 0;
}

.delivery-box:after {
  right: 0;
  width: 50%;
  border-radius: 0 8px 0 0;
}

.delivery-box span {
  display: block;
}

.delivery-box strong {
  display: block;
  color: #f23f89;
  font-size: 19px;
  line-height: 1.1;
}

.delivery-phone {
  position: absolute;
  top: 18px;
  right: 102px;
  width: 108px;
  height: 194px;
  border: 8px solid #151515;
  border-radius: 22px;
  background: linear-gradient(160deg, #1c1c1c, #020202);
  box-shadow: 18px 22px 34px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
}

.delivery-phone:before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 38px;
  height: 8px;
  border-radius: 0 0 8px 8px;
  background: #050505;
  content: "";
  transform: translateX(-50%);
}

.delivery-phone span {
  position: absolute;
  top: 62px;
  left: 50%;
  color: #f23f89;
  font-family: "montserrat-medium", "montserratarm-medium", sans-serif;
  font-size: 62px;
  line-height: 1;
  transform: translateX(-50%);
}

.delivery-pin {
  position: absolute;
  right: 8px;
  top: 74px;
  width: 86px;
  height: 86px;
  border-radius: 50% 50% 50% 0;
  background: #f23f89;
  box-shadow: 12px 14px 24px rgba(242, 63, 137, 0.34);
  transform: rotate(-45deg);
}

.delivery-pin:before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.delivery-mini-card {
  position: absolute;
  right: 74px;
  bottom: 18px;
  width: 166px;
  height: 58px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f23f89 0%, #fe6da7 100%);
  box-shadow: 0 15px 28px rgba(242, 63, 137, 0.25);
  transform: rotate(2deg);
}

.delivery-mini-card span,
.delivery-mini-card i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.delivery-mini-card span {
  top: 16px;
  left: 16px;
  width: 78px;
  height: 8px;
}

.delivery-mini-card i {
  right: 17px;
  bottom: 15px;
  width: 34px;
  height: 8px;
}

.delivery-main {
  padding-bottom: 56px;
}

.delivery-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -4px;
}

.delivery-card {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 158px;
  padding: 28px 30px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.delivery-card__icon {
  position: relative;
  display: block;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  margin-top: 2px;
  margin-right: 24px;
  border-radius: 50%;
  background: #ffe4f0;
}

.delivery-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 76px;
  padding-top: 0;
  align-items: center;
  height: auto;
  margin-top: 0;
  text-align: center;
}

.delivery-card__content h2 {
  margin: 0 0 13px;
  padding-bottom: 0;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.delivery-card__content p {
  margin: 0 0 11px;
  color: #222222;
  font-size: 14px;
  line-height: 1.45;
}

.delivery-card__content strong {
  display: block;
  margin-bottom: 8px;
  color: #f23f89;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.delivery-card__content span {
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 1.4;
}

.delivery-card__icon-img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.delivery-card__icon--truck:before {
  position: absolute;
  left: 18px;
  top: 26px;
  width: 28px;
  height: 22px;
  border: 4px solid #f23f89;
  border-radius: 3px;
  content: "";
}

.delivery-card__icon--truck:after {
  position: absolute;
  right: 15px;
  top: 33px;
  width: 16px;
  height: 15px;
  border: 4px solid #f23f89;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  content: "";
}

.delivery-card__icon--box:before {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 32px;
  height: 32px;
  border: 4px solid #f23f89;
  border-radius: 3px;
  content: "";
  transform: rotate(45deg) skew(-8deg, -8deg);
}

.delivery-card__icon--box:after {
  position: absolute;
  left: 34px;
  top: 17px;
  width: 4px;
  height: 38px;
  border-radius: 999px;
  background: #f23f89;
  content: "";
  transform: rotate(-45deg);
}

.delivery-card__icon--scooter:before {
  position: absolute;
  left: 18px;
  top: 38px;
  width: 35px;
  height: 14px;
  border: 4px solid #f23f89;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  content: "";
}

.delivery-card__icon--scooter:after {
  position: absolute;
  left: 19px;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f23f89;
  box-shadow: 33px 0 0 #f23f89;
  content: "";
}

.delivery-card__icon--truck,
.delivery-card__icon--box,
.delivery-card__icon--scooter {
  box-shadow: inset 0 0 0 1px rgba(242, 63, 137, 0.08);
}

.delivery-section {
  padding-top: 34px;
}

.delivery-section__title {
  margin: 0 0 18px;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

.delivery-branches__grid {
  display: grid;
  grid-template-columns: minmax(290px, 420px) minmax(0, 1fr);
  gap: 24px;
}

.delivery-branch-list {
  margin: 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  list-style: none;
}

.delivery-branch-list li {
  border-bottom: 1px solid #ececec;
}

.delivery-branch-list li:last-child {
  border-bottom: 0;
}

.delivery-branch-button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-left: 3px solid transparent;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  font-family: "montserratarm-regular", "montserrat-regular", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.delivery-branch-button:hover,
.delivery-branch-button:focus,
.delivery-branch-button.is-active {
  background: #fff3f8;
  border-left-color: #f23f89;
  color: #f23f89;
  outline: none;
}

.delivery-branch-button.is-active i,
.delivery-branch-button:hover i,
.delivery-branch-button:focus i {
  border-color: #f23f89;
}

.delivery-branch-list__pin {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  background: #f23f89;
  transform: rotate(-45deg);
}

.delivery-branch-list__pin:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.delivery-branch-button i,
.delivery-payment-row i {
  width: 9px;
  height: 9px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(45deg);
}

.delivery-map {
  position: relative;
  min-height: 242px;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  background: #f7fafc;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.delivery-map:before,
.delivery-map:after {
  display: none;
}

.delivery-map__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.delivery-map__label {
  position: absolute;
  z-index: 3;
  top: 78px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  max-width: calc(100% - 32px);
  padding: 14px 18px;
  border-radius: 12px;
  background: #050505;
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.delivery-map__label:hover,
.delivery-map__label:focus {
  color: #ffffff;
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 19px 35px rgba(0, 0, 0, 0.28);
  outline: none;
}

.delivery-map__label-pin {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: #f23f89;
  transform: rotate(-45deg);
}

.delivery-map__label-pin:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #050505;
  content: "";
}

.delivery-map__label strong {
  display: block;
  font-family: "montserrat-medium", "montserratarm-medium", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.delivery-map__label p {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
}

.delivery-steps {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.delivery-steps li {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  height: auto;
  text-align: center;
  margin: 27px 6px 0;
}

.delivery-steps li:not(:last-child):after {
  position: absolute;
  top: 54px;
  left: calc(50% + 58px);
  width: calc(100% - 78px);
  border-top: 2px dashed #d2d2d2;
  content: "";
}

.delivery-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #f23f89;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.delivery-step__icon {
  position: relative;
  display: flex;
  width: 66px;
  height: 66px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffe4f0;
}

.delivery-step__icon--bag:before {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 26px;
  height: 24px;
  border: 4px solid #f23f89;
  border-radius: 3px;
  content: "";
}

.delivery-step__icon--bag:after {
  position: absolute;
  left: 27px;
  top: 17px;
  width: 12px;
  height: 12px;
  border: 4px solid #f23f89;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}

.delivery-step__icon--user:before {
  position: absolute;
  left: 25px;
  top: 17px;
  width: 16px;
  height: 16px;
  border: 4px solid #f23f89;
  border-radius: 50%;
  content: "";
}

.delivery-step__icon--user:after {
  position: absolute;
  left: 18px;
  top: 36px;
  width: 30px;
  height: 17px;
  border: 4px solid #f23f89;
  border-radius: 18px 18px 4px 4px;
  content: "";
}

.delivery-step__icon--phone:before {
  position: absolute;
  left: 22px;
  top: 16px;
  width: 24px;
  height: 34px;
  border: 4px solid #f23f89;
  border-radius: 15px;
  content: "";
  transform: rotate(-42deg);
}

.delivery-step__icon--phone:after {
  position: absolute;
  right: 17px;
  top: 16px;
  width: 9px;
  height: 9px;
  border-top: 4px solid #f23f89;
  border-right: 4px solid #f23f89;
  border-radius: 0 8px 0 0;
  content: "";
  transform: rotate(28deg);
}

.delivery-step__icon--truck:before {
  position: absolute;
  left: 17px;
  top: 28px;
  width: 27px;
  height: 20px;
  border: 4px solid #f23f89;
  border-radius: 3px;
  content: "";
}

.delivery-step__icon--truck:after {
  position: absolute;
  left: 21px;
  bottom: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f23f89;
  box-shadow: 25px 0 0 #f23f89;
  content: "";
}

.delivery-steps h3 {
  margin: 0 0 8px;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.delivery-steps p {
  max-width: 210px;
  margin: 0 auto;
  color: #222222;
  font-size: 13px;
  line-height: 1.55;
}

.delivery-payment__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 34px;
  align-items: stretch;
}

.delivery-payment-list {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #ffffff;
}

.delivery-payment-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 14px 20px;
  border-bottom: 1px solid #ececec;
}

.delivery-payment-row:last-child {
  border-bottom: 0;
}

.delivery-payment-row__icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

.delivery-payment-row__icon-img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.delivery-payment-row__icon--card:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 34px;
  height: 22px;
  border: 4px solid #f23f89;
  border-radius: 3px;
  content: "";
}

.delivery-payment-row__icon--card:after {
  position: absolute;
  left: 5px;
  top: 15px;
  width: 24px;
  height: 4px;
  background: #f23f89;
  content: "";
}

.delivery-payment-row__icon--bank:before {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 34px;
  height: 20px;
  border-bottom: 4px solid #f23f89;
  border-top: 4px solid #f23f89;
  content: "";
}

.delivery-payment-row__icon--bank:after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 30px;
  height: 26px;
  border-left: 4px solid #f23f89;
  border-right: 4px solid #f23f89;
  box-shadow: 9px 0 0 -5px #ffffff, 9px 0 0 -1px #f23f89, 18px 0 0 -5px #ffffff, 18px 0 0 -1px #f23f89;
  content: "";
}

.delivery-payment-row__icon--cash:before {
  position: absolute;
  left: 1px;
  top: 7px;
  width: 32px;
  height: 22px;
  border: 4px solid #f23f89;
  border-radius: 4px;
  content: "";
}

.delivery-payment-row__icon--cash:after {
  position: absolute;
  left: 12px;
  top: 13px;
  width: 11px;
  height: 11px;
  border: 4px solid #f23f89;
  border-radius: 50%;
  content: "";
}

.delivery-payment-row__icon--calendar:before {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 28px;
  height: 27px;
  border: 4px solid #f23f89;
  border-radius: 4px;
  content: "";
}

.delivery-payment-row__icon--calendar:after {
  position: absolute;
  left: 3px;
  top: 13px;
  width: 28px;
  height: 4px;
  background: #f23f89;
  content: "";
}

.delivery-payment-row h3 {
  margin: 0 0 5px;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.delivery-payment-row p {
  margin: 0;
  color: #333333;
  font-size: 12px;
  line-height: 1.45;
}

.delivery-info-card {
  padding: 26px 30px;
  border: 1px solid rgba(242, 63, 137, 0.45);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(242, 63, 137, 0.1), rgba(255, 255, 255, 0.96) 46%, rgba(242, 63, 137, 0.06));
}

.delivery-info-card__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.delivery-info-card__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f23f89;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.delivery-info-card h3 {
  margin: 0;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.delivery-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-info-card li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  color: #222222;
  font-size: 14px;
  line-height: 1.55;
}

.delivery-info-card li:last-child {
  margin-bottom: 0;
}

.delivery-info-card li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #f23f89;
  border-left: 2px solid #f23f89;
  content: "";
  transform: rotate(-45deg);
}

.delivery-support {
  display: grid;
  grid-template-columns: 70px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 22px 72px;
  border: 1px solid rgba(242, 63, 137, 0.32);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(242, 63, 137, 0.08), rgba(255, 255, 255, 0.96));
}

.delivery-support__icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f23f89;
}

.delivery-support__icon:before {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 20px;
  height: 25px;
  border: 3px solid #ffffff;
  border-radius: 16px 16px 8px 8px;
  content: "";
}

.delivery-support__icon:after {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 38px;
  height: 22px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  content: "";
}

.delivery-support__text h2 {
  margin: 0 0 6px;
  color: #111111;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.delivery-support__text p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.delivery-support__actions {
  display: flex;
  align-items: center;
  gap: 52px;
}

.delivery-phone-btn,
.delivery-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 210px;
  height: 52px;
  border-radius: 8px;
  font-family: "montserratarm-medium", "montserrat-medium", sans-serif;
  font-size: 15px;
  line-height: 1;
}

.delivery-phone-btn {
  background: #000000;
  color: #ffffff;
}

.delivery-phone-btn:hover {
  color: #ffffff;
}

.delivery-whatsapp-btn {
  background: #f23f89;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(242, 63, 137, 0.25);
}

.delivery-whatsapp-btn:hover {
  color: #ffffff;
}

.delivery-phone-btn span,
.delivery-whatsapp-btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.delivery-phone-btn span:before,
.delivery-whatsapp-btn span:before {
  position: absolute;
  left: 4px;
  top: 2px;
  width: 12px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  content: "";
  transform: rotate(-42deg);
}

.delivery-whatsapp-btn span:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  content: "";
}

.delivery-icon-svg {
  display: block;
  width: 28px;
  height: 28px;
  color: #f23f89;
}

.delivery-icon-svg--button {
  width: 27px;
  height: 27px;
}

.delivery-icon-svg--large {
  width: 44px;
  height: 44px;
}

.delivery-icon-svg--step {
  width: 34px;
  height: 34px;
}

.delivery-icon-svg--payment {
  width: 34px;
  height: 34px;
}

.delivery-icon-svg--support {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.delivery-primary-btn__icon,
.delivery-card__icon,
.delivery-step__icon,
.delivery-payment-row__icon,
.delivery-support__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.delivery-primary-btn__icon {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
}

.delivery-card__icon,
.delivery-step__icon {
  box-shadow: inset 0 0 0 1px rgba(242, 63, 137, 0.16);
}

.delivery-payment-row__icon {
  color: #f23f89;
}

.delivery-primary-btn__icon:before,
.delivery-primary-btn__icon:after,
.delivery-card__icon:before,
.delivery-card__icon:after,
.delivery-step__icon:before,
.delivery-step__icon:after,
.delivery-payment-row__icon:before,
.delivery-payment-row__icon:after,
.delivery-support__icon:before,
.delivery-support__icon:after {
  display: none;
  content: none;
}

@media screen and (max-width: 1180px) {
  .delivery-hero__inner {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

  .delivery-hero__title {
    font-size: 46px;
  }

  .delivery-card {
    padding: 22px 18px;
  }

  .delivery-card__icon {
    margin-right: 16px;
  }

  .delivery-support {
    padding: 22px 32px;
  }

  .delivery-support__actions {
    gap: 18px;
  }
}

@media screen and (max-width: 959px) {
  .delivery-hero {
    padding-top: 34px;
  }

  .delivery-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .delivery-hero__content {
    max-width: none;
  }

  .delivery-hero__art {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .delivery-branches__grid,
  .delivery-payment__grid {
    grid-template-columns: 1fr;
  }

  .delivery-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .delivery-steps li:not(:last-child):after {
    display: none;
  }

  .delivery-support {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .delivery-support__actions {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .delivery-hero__title {
    font-size: 36px;
  }

  .delivery-hero__text {
    font-size: 16px;
  }

  .delivery-benefits {
    gap: 12px 16px;
  }

  .delivery-benefits li {
    flex: 0 0 calc(50% - 8px);
  }

  .delivery-hero__art {
    min-height: 230px;
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -22px;
  }

  .delivery-card {
    justify-content: space-between;
    min-height: 128px;
  }

  .delivery-map {
    min-height: 220px;
  }

  .delivery-section__title {
    font-size: 22px;
  }

  .delivery-payment-row {
    grid-template-columns: 40px minmax(0, 1fr) 14px;
    gap: 14px;
    padding: 14px 16px;
  }

  .delivery-support {
    display: block;
    padding: 22px;
    text-align: center;
  }

  .delivery-support__icon {
    margin: 0 auto 14px;
  }

  .delivery-support__actions {
    flex-direction: column;
    margin-top: 18px;
    gap: 14px;
  }

  .delivery-phone-btn,
  .delivery-whatsapp-btn {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .delivery-hero {
    padding-top: 28px;
  }

  .delivery-hero__title {
    font-size: 31px;
  }

  .delivery-benefits li {
    flex-basis: 100%;
  }

  .delivery-hero__art {
    transform: translateX(-50%) scale(0.75);
    width: 470px;
    max-width: none;
    margin-left: 50%;
    transform-origin: top left;
    margin-bottom: -48px;
  }

  .delivery-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .delivery-card {
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
  }

  .delivery-card__icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
    margin-right: 14px;
  }

  .delivery-card__content h2 {
    font-size: 18px;
  }

  .delivery-branch-list li {
    padding: 0 14px;
    font-size: 13px;
  }

  .delivery-map__label {
    min-width: 190px;
    padding: 12px 14px;
  }

  .delivery-map__pin--one {
    left: 52%;
  }

  .delivery-map__pin--six {
    left: 42%;
  }

  .delivery-steps {
    display: grid;
    grid-template-columns: 1fr;
  }

  .delivery-info-card {
    padding: 22px 18px;
  }
}
