@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500;600&display=swap");

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.delivery-body {
  overflow-x: auto;
  background: #f8f9fa;
}

.delivery-frame {
  position: relative;
  width: 1440px;
  height: 2421px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
}

.delivery-header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 50;
  width: 1440px;
  height: 70px;
  padding: 0 52px 1px;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.delivery-header__inner {
  position: relative;
  width: 1336px;
  height: 58px;
}

.delivery-brand {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 237px;
  height: 52px;
}

.delivery-brand img { width: 237px; height: 52px; }

.delivery-nav {
  position: absolute;
  left: 298px;
  top: 9px;
  width: 548px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.delivery-nav > a {
  position: absolute;
  top: 10px;
}

.delivery-nav > a:nth-child(2) { left: 182px; }
.delivery-nav > a:nth-child(3) { left: 297px; }
.delivery-nav > a:nth-child(4) { left: 404px; }
.delivery-nav > a:nth-child(5) { left: 483px; }

.delivery-catalog-btn {
  left: 0;
  top: 0 !important;
  display: block;
  width: 151.5px;
  height: 40px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.delivery-catalog-btn img:first-child {
  position: absolute;
  left: 24px;
  top: 14px;
  width: 10.5px;
  height: 12px;
}

.delivery-catalog-btn span {
  position: absolute;
  left: 42.5px;
  top: 10px;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.delivery-catalog-btn img:last-child {
  position: absolute;
  left: 115.5px;
  top: 14px;
  width: 12px;
  height: 12px;
}

.delivery-search {
  position: absolute;
  left: 907px;
  top: 9px;
  width: 155px;
  height: 40px;
  padding: 4px 4px 4px 16px;
  border-radius: 999px;
  background: #f2f4f6;
  color: #9ca3af;
}

.delivery-search span {
  position: absolute;
  left: 16px;
  top: 11px;
  width: 101px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
}

.delivery-search b {
  position: absolute;
  left: 120px;
  top: 4px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
}

.delivery-search b img { width: 12px; height: 12px; }

.delivery-phone {
  position: absolute;
  left: 1124px;
  top: 13px;
  display: flex;
  align-items: center;
  width: 156px;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.delivery-cart {
  position: absolute;
  left: 1296px;
  top: 9px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f6;
}

.delivery-cart > img { width: 14px; height: 16px; }
.delivery-cart span {
  position: absolute;
  right: -4px;
  top: -5px;
  display: grid;
  width: 16px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
}

.delivery-main {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 1400px;
  height: 1970px;
  padding: 32px 32px 48px;
}

.delivery-crumbs {
  position: absolute;
  left: 32px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 1336px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.delivery-crumbs a { width: 68px; color: #6b7280; }
.delivery-crumbs img { width: 7.5px; height: 12px; }
.delivery-crumbs span { color: #2d3142; font-weight: 500; }

.delivery-page-title {
  position: absolute;
  left: 32px;
  top: 84px;
  width: 1336px;
  height: 60px;
  text-align: center;
}

.delivery-page-title h1 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
}

.delivery-options {
  position: absolute;
  left: 32px;
  top: 176px;
  display: flex;
  gap: 32px;
  width: 1336px;
  height: 510px;
  padding: 32px 0 48px;
}

.delivery-card {
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
}

.delivery-spb-card {
  position: relative;
  width: 880px;
  height: 430px;
  padding: 33px;
}

.delivery-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 64px;
}

.delivery-badge {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 24px;
}

.delivery-badge--blue { background: #6b9ac4; }
.delivery-badge--green { background: #22c55e; }
.delivery-badge--violet { background: #a855f7; }
.delivery-badge img { max-width: 34px; max-height: 30px; }

.delivery-card-head h2 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}

.delivery-card-head p {
  margin: 4px 0 0;
  color: #949ba6;
  font-size: 14px;
  line-height: 20px;
}

.delivery-list {
  position: absolute;
  left: 33px;
  top: 121px;
  width: 814px;
  height: 276px;
}

.delivery-list-item {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.delivery-spb-card .delivery-list-item:nth-child(1) { height: 72px; }
.delivery-spb-card .delivery-list-item:nth-child(2) { height: 104px; margin-top: 24px; }
.delivery-spb-card .delivery-list-item:nth-child(3) { height: 52px; margin-top: 24px; }

.delivery-mini {
  display: grid;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  place-items: center;
  border-radius: 999px;
}

.delivery-mini img { width: 14px; height: 14px; }
.delivery-mini--green { background: #dcfce7; }
.delivery-mini--blue { background: #dbeafe; }
.delivery-mini--yellow { background: #fef3c7; }
.delivery-mini--violet { background: #f3e8ff; }

.delivery-list h3,
.delivery-directions h3,
.delivery-map-card h3,
.delivery-address h3 {
  margin: 0 0 8px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.delivery-list p,
.delivery-list small,
.delivery-region__left p,
.delivery-directions li,
.delivery-address p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}

.delivery-list small {
  display: block;
  margin: 8px 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}

.delivery-list strong { color: #2d3142; font-weight: 600; }

.delivery-fast-card {
  position: relative;
  width: 424px;
  height: 430px;
  padding: 33px;
  background: linear-gradient(135deg,#eff6ff 0%,#fff 100%);
}

.delivery-fast-icon {
  position: absolute;
  left: 172px;
  top: 33px;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border-radius: 999px;
  background: #6b9ac4;
}

.delivery-fast-icon img { width: 37.5px; height: 30px; }

.delivery-fast-card h3 {
  position: absolute;
  left: 33px;
  top: 129px;
  width: 358px;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.delivery-fast-card > p {
  position: absolute;
  left: 53px;
  top: 170px;
  width: 304px;
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.delivery-metric {
  position: absolute;
  left: 33px;
  width: 358px;
  height: 86px;
  padding: 17px;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.delivery-metric:nth-of-type(1) { top: 209px; }
.delivery-metric:nth-of-type(2) { top: 311px; }
.delivery-metric strong {
  display: block;
  color: #6b9ac4;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.delivery-metric span {
  display: block;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}

.delivery-region {
  position: absolute;
  left: 32px;
  top: 718px;
  width: 1336px;
  height: 318px;
  padding: 33px;
}

.delivery-region__body {
  position: absolute;
  left: 33px;
  top: 121px;
  width: 1270px;
  height: 164px;
}

.delivery-region__left {
  position: absolute;
  left: 0;
  top: 22px;
  width: 619px;
  height: 120px;
}

.delivery-region__left p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.delivery-map-btn {
  position: absolute;
  left: 0;
  top: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 342px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 12px;
  background: #6b9ac4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.delivery-map-btn img:first-child { width: 20.25px; height: 18px; }
.delivery-map-btn img:last-child { width: 14px; height: 14px; margin-left: auto; }

.delivery-directions {
  position: absolute;
  left: 651px;
  top: 0;
  width: 619px;
  height: 164px;
  padding: 24px;
  border-radius: 16px;
  background: #f8f9fa;
}

.delivery-directions h3 { margin-bottom: 16px; }
.delivery-directions ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  column-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-directions li::before {
  content: "✓";
  margin-right: 8px;
  color: #22c55e;
  font-weight: 700;
}

.delivery-pickup {
  position: absolute;
  left: 32px;
  top: 1068px;
  display: flex;
  gap: 32px;
  width: 1336px;
  height: 574px;
  padding-top: 32px;
}

.delivery-pickup-card,
.delivery-map-card {
  position: relative;
  width: 652px;
  height: 510px;
  padding: 33px;
}

.delivery-list--pickup {
  width: 586px;
  height: 356px;
}

.delivery-list--pickup .delivery-list-item:nth-child(1) { height: 76px; }
.delivery-list--pickup .delivery-list-item:nth-child(2) { height: 52px; margin-top: 24px; }
.delivery-list--pickup .delivery-list-item:nth-child(3) { height: 72px; margin-top: 24px; }

.delivery-address {
  position: absolute;
  left: 0;
  top: 272px;
  width: 586px;
  height: 84px;
  padding: 16px;
  border-radius: 12px;
  background: #f8f9fa;
}

.delivery-address h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.delivery-address h3 img { width: 12px; height: 16px; }

.delivery-map-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.delivery-map {
  position: absolute;
  left: 33px;
  top: 85px;
  width: 586px;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}

.delivery-map-card a {
  position: absolute;
  left: 33px;
  top: 429px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b9ac4;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.delivery-map-card a img { width: 16px; height: 16px; }

.delivery-question {
  position: absolute;
  left: 32px;
  top: 1674px;
  width: 1336px;
  height: 248px;
  padding: 33px;
  text-align: center;
}

.delivery-question > div {
  position: absolute;
  left: 332px;
  top: 33px;
  width: 672px;
  height: 182px;
}

.delivery-question h2 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.delivery-question p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
}

.delivery-question__actions {
  position: absolute;
  left: 80px;
  top: 116px;
  display: flex;
  gap: 16px;
  height: 66px;
  padding-top: 16px;
}

.delivery-question__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.delivery-question__phone {
  width: 241px;
  background: #6b9ac4;
  color: #fff;
}
.delivery-question__telegram {
  width: 254px;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.delivery-question__actions img { width: 16px; height: 16px; }

.delivery-footer {
  position: absolute;
  left: 0;
  top: 2120px;
  width: 1440px;
  height: 293px;
  background: #fff;
}

.delivery-footer__top {
  position: absolute;
  left: 20px;
  top: 61px;
  width: 1400px;
  height: 124px;
}

.delivery-footer__top > section {
  position: absolute;
  top: 0;
}
.delivery-footer__top > section:nth-child(1) { left: 0; width: 592px; }
.delivery-footer__top > section:nth-child(2) { left: 654px; width: 131px; }
.delivery-footer__top > section:nth-child(3) { left: 833px; width: 131px; }
.delivery-footer__top > section:nth-child(4) { left: 1012px; width: 177px; }
.delivery-footer__top > section:nth-child(5) { left: 1191px; width: 177px; }

.delivery-footer__brand div {
  position: absolute;
  left: 32px;
  top: 0;
  display: block;
  width: 266px;
  height: 58px;
}
.delivery-footer__brand { height: 124px; }
.delivery-footer__brand img { width: 266px; height: 52px; }
.delivery-footer__brand p {
  position: absolute;
  left: 32px;
  top: 68px;
  width: 249px;
  height: 20px;
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 20px;
}

.delivery-footer h4 {
  margin: 0 0 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.delivery-footer a {
  display: block;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}

.delivery-footer__social img { width: 17.44px; height: 18px; }

.delivery-footer__phone,
.delivery-footer__cta {
  position: absolute;
  top: 160px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.delivery-footer__phone {
  left: 49px;
  width: 156px;
  background: #f9f9f9;
  color: #2d3142 !important;
  white-space: nowrap;
}
.delivery-footer__cta {
  left: 219px;
  width: 105px;
  background: #6b9ac4;
  color: #fff !important;
}

.delivery-footer__bottom {
  position: absolute;
  left: 20px;
  top: 217px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1400px;
  height: 48px;
  padding-top: 33px;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 10px;
  line-height: 15px;
}
.delivery-footer__bottom div { display: flex; gap: 24px; }
.delivery-footer__bottom a {
  margin: 0;
  color: #9ca3af;
  font-size: 10px;
  line-height: 15px;
}
