@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
/* ZORGEPRO-style home — подключать после стилей шаблона ИМ */
:root {
  --zp-olive: #6b7c3a;
  --zp-olive-dark: #556030;
  --zp-black: #1a1a1a;
  --zp-gray-bg: #f3f4f6;
  --zp-gray-border: #e5e7eb;
  --zp-accent: #c9a227;
  --zp-danger: #dc2626;
  --zp-radius: 16px;
  --zp-max: 1200px;
  --zp-space: clamp(1rem, 3vw, 2rem);
}

.zp-wrap {
  max-width: var(--zp-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--zp-space);
  padding-right: var(--zp-space);
}

html,
body,
body * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
/* ——— Верхняя полоса ——— */
.zp-ico {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
/* Верхняя строка внутри правой колонки — без отдельной «полосы» и без нижней границы */
.zp-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  font-size: 13px;
  color: #4b5563;
}
.zp-topbar__left,
.zp-topbar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.zp-topbar a {
  color: inherit;
  text-decoration: none;
}
.zp-topbar a:hover {
  color: var(--zp-olive);
}
.zp-topbar__geo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.zp-topbar__geo .zp-ico--geo {
  color: #9ca3af;
}
.zp-topbar__link--drop {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.zp-topbar__link--drop .zp-ico--chev {
  opacity: 0.55;
}
.zp-topbar__video {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 10px;
  background: #f5f0e6;
  color: var(--zp-black) !important;
  font-weight: 500;
  font-size: 13px;
}
.zp-topbar__video .zp-ico {
  color: var(--zp-olive);
}
.zp-topbar__video:hover {
  background: #ede8dc;
}
.zp-topbar__phone {
  font-weight: 600;
  color: var(--zp-black);
  white-space: nowrap;
}
.zp-topbar__messengers {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zp-soc {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zp-soc--viber {
  background: #7360f2;
}
.zp-soc--viber::after {
  content: "V";
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.zp-soc--tg {
  background: #26a4e3;
}
.zp-soc--tg::after {
  content: "";
  width: 14px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 60%);
}

/* ——— Единый белый блок шапки (без линии между верхней строкой и поиском) ——— */
.zp-head-wrap {
  background: #fff;
}
.zp-head-main {
  max-width: var(--zp-max);
  margin: 0 auto;
  padding: 16px var(--zp-space) 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
@media (min-width: 992px) {
  .zp-head-main {
    flex-direction: row;
    align-items: stretch;
    gap: 20px 28px;
    padding: 18px var(--zp-space) 12px;
  }
}
.zp-head-logo {
  flex-shrink: 0;
  align-self: center;
}
@media (min-width: 992px) {
  .zp-head-logo {
    align-self: center;
    padding-right: 4px;
  }
}
.zp-head-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* Вторая строка: каталог, поиск, иконки — без границы сверху */
.zp-header-mid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "burger catalog icons"
    "search search search";
  gap: 10px 12px;
  align-items: center;
}
.zp-burger {
  grid-area: burger;
}
.zp-btn-catalog {
  grid-area: catalog;
}
.zp-search {
  grid-area: search;
}
.zp-icons {
  grid-area: icons;
}
@media (min-width: 992px) {
  .zp-header-mid {
    grid-template-columns: auto minmax(220px, 1fr) auto;
    grid-template-areas: "catalog search icons";
    gap: 16px 20px;
  }
  .zp-burger {
    display: none;
  }
}
.zp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--zp-black);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.zp-logo--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.zp-logo__mark {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(145deg, #e8c547 0%, #c9a227 45%, #a88620 100%);
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.zp-logo__mark::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 50%;
  width: 140%;
  height: 22%;
  margin-top: -11%;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(-38deg);
  transform-origin: center;
  pointer-events: none;
}
.zp-logo__text {
  line-height: 1;
  font-size: 1.35rem;
}
.zp-logo__reg {
  font-size: 0.45em;
  font-weight: 600;
  vertical-align: super;
  margin-left: 1px;
}
.zp-btn-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  background: var(--zp-black);
  color: #fff !important;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  min-width: 0;
}
.zp-btn-catalog__ico {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .zp-btn-catalog {
    font-size: 11px;
    padding: 10px 12px;
  }
}
.zp-btn-catalog:hover {
  opacity: 0.92;
}
.zp-search {
  min-width: 0;
}
.zp-search .bx-searchtitle,
.zp-search .zp-search-inner,
.zp-search form {
  width: 100%;
}
.zp-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.zp-icon-link {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--zp-gray-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.zp-icon-link:hover {
  background: #e5e7eb;
}
.zp-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: var(--zp-danger);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.zp-badge--yellow {
  background: var(--zp-accent);
  color: var(--zp-black);
}

/* ——— Меню ——— */
.zp-nav {
  background: transparent;
  border-top: none;
}
.zp-nav__inner {
  max-width: var(--zp-max);
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.zp-nav ul {
  display: flex;
  gap: 8px 22px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
  white-space: nowrap;
}
.zp-nav a {
  color: #1C1E21;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
.zp-nav__item--promo a {
  color: var(--zp-accent);
  font-weight: 700;
}
.zp-nav__pct {
  margin-right: 4px;
  font-weight: 800;
}
.zp-nav a:hover,
.zp-nav li.active a {
  color: var(--zp-olive);
}

.zp-slogan-bar__inner {
  max-width: var(--zp-max);
  margin: 0 auto;
  padding: 40px var(--zp-space) 30px var(--zp-space) ;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.zp-slogan-bar__title {
  margin: 0;
 font-size: 26px;
    font-weight: 500;
  color: #1C1E20;
  max-width: 52rem;
  line-height: 1.35;
}
.zp-slogan-bar__delivery {
 margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #1C1E20;
}
.zp-slogan-bar__delivery svg {
  flex-shrink: 0;
  color: var(--zp-olive);
}

/* ——— Слоган (старый блок главной, если используете отдельно) ——— */
.zp-tagline {
  text-align: center;
  padding: 24px var(--zp-space) 8px;
}
.zp-tagline h1 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--zp-black);
}
.zp-tagline__sub {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
}

/* ——— Герой ——— */
.zp-hero {
  padding: 16px 0 32px;
}
.zp-hero__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .zp-hero__grid {
    grid-template-columns: 1fr 340px;
    align-items: stretch;
  }
}

/* Промо-карта */
.zp-promo {
  background: var(--zp-gray-bg);
  border-radius: var(--zp-radius);
  padding: clamp(20px, 4vw, 36px);
  display: grid;
  gap: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .zp-promo {
    grid-template-columns: 1fr 1fr;
  }
}
.zp-promo__text h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}
.zp-promo__btn {
  display: inline-flex;
  padding: 12px 24px;
  background: var(--zp-olive);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}
.zp-promo__btn:hover {
  background: var(--zp-olive-dark);
}
.zp-promo__visual {
  border-radius: 12px;
  overflow: hidden;
  min-height: 200px;
  background: #ddd;
}
.zp-promo__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Товар дня */
.zp-pod {
  background: #fff;
  border: 1px solid var(--zp-gray-border);
  border-radius: var(--zp-radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.zp-pod__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.zp-pod__title {
  font-weight: 700;
  font-size: 1rem;
}
.zp-pod__timer {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--zp-olive);
}
.zp-pod__img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--zp-gray-bg);
  aspect-ratio: 4/3;
}
.zp-pod__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zp-pod__discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--zp-danger);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px;
}
.zp-pod__prices {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.zp-price-current {
  font-size: 1.35rem;
  font-weight: 800;
}
.zp-price-old {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 14px;
}
.zp-pod__name {
  margin-top: 8px;
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}
.zp-pod__nav {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.zp-pod__nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--zp-gray-border);
  background: #fff;
  cursor: pointer;
}

/* ——— Хиты ——— */
.zp-section {
  padding: 24px 0 40px;
}
.zp-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}
.zp-section__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}
.zp-slider-nav {
  display: flex;
  gap: 8px;
}
.zp-slider-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--zp-gray-border);
  background: #fff;
  cursor: pointer;
  font-size: 18px;
}
.zp-hits-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  margin: 0 calc(-1 * var(--zp-space));
  padding-left: var(--zp-space);
  padding-right: var(--zp-space);
  scrollbar-width: thin;
}
.zp-hit-card {
  flex: 0 0 min(280px, 85vw);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--zp-gray-border);
  border-radius: var(--zp-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .zp-hit-card {
    flex: 0 0 calc(25% - 12px);
  }
}
.zp-hit-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.zp-hit-badge {
  background: var(--zp-accent);
  color: var(--zp-black);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}
.zp-fav {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--zp-gray-bg);
  cursor: pointer;
}
.zp-hit-card__img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.zp-hit-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.zp-hit-card__prices {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.zp-discount-pill {
  background: #fee2e2;
  color: var(--zp-danger);
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
}
.zp-hit-card__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 12px;
  min-height: 2.7em;
}
.zp-specs {
  width: 100%;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 16px;
  border-collapse: collapse;
}
.zp-specs tr {
  border-bottom: 1px dotted var(--zp-gray-border);
}
.zp-specs td {
  padding: 6px 0;
}
.zp-specs td:last-child {
  text-align: right;
  color: var(--zp-black);
  font-weight: 500;
}
.zp-hit-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.zp-btn-cart {
  flex: 1;
  padding: 12px 16px;
  background: var(--zp-olive);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.zp-btn-cart:hover {
  background: var(--zp-olive-dark);
}
.zp-btn-compare {
  width: 48px;
  border-radius: 12px;
  border: 1px solid var(--zp-gray-border);
  background: #fff;
  cursor: pointer;
}

/* ——— Преимущества ——— */
.zp-adv {
  padding: 32px 0 48px;
  background: #fafafa;
  border-top: 1px solid var(--zp-gray-border);
}
.zp-adv__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .zp-adv__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .zp-adv__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.zp-adv-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.zp-adv-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: var(--zp-accent);
}
.zp-adv-item__icon img,
.zp-adv-item__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zp-adv-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.zp-adv-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

/* Бургер */
.zp-burger {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--zp-gray-border);
  background: var(--zp-gray-bg);
  cursor: pointer;
  color: var(--zp-black);
  padding: 0;
}
.box_sha {
box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.04), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0303704), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0242963), 0px 20px 13px rgba(0, 0, 0, 0.02), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0157037), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00962963);
}

.zp-head-content {
    max-width: var(--zp-max);
    margin: 0 auto;
padding: 18px var(--zp-space) 12px;
}

.zp-footer {
  background: #ececec;
  border-top: 1px solid #dbdbdb;
  color: #1f2937;
}
.zp-footer__inner {
  max-width: var(--zp-max);
  margin: 0 auto;
  padding: 34px var(--zp-space) 12px;
}
.zp-footer__top {
  display: grid;
  gap: 26px;
}
@media (min-width: 1024px) {
  .zp-footer__top {
    grid-template-columns: minmax(130px, 180px) minmax(180px, 1fr) minmax(180px, 1fr) minmax(240px, 340px);
    align-items: start;
  }
}
.zp-logo--footer {
  align-items: flex-start;
  gap: 8px;
}
.zp-logo--footer .zp-logo__mark {
  width: 84px;
  height: 84px;
  border-radius: 0;
}
.zp-logo--footer .zp-logo__text {
  font-size: 3rem;
  line-height: 0.8;
  letter-spacing: -0.04em;
}
.zp-footer__socials {
  margin-top: 18px;
}
.zp-footer__social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zp-footer__social {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
}
.zp-footer__social--viber {
  background: #6d5dfa;
}
.zp-footer__social--tg {
  background: #2196f3;
}
.zp-footer__social--wa {
  background: #27ae60;
}
.zp-footer__social--yt {
  background: #e53935;
}
.zp-footer__social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.zp-footer__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}
.zp-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.zp-footer__col li {
  margin: 0;
}
.zp-footer__col a,
.zp-footer__col span {
  color: #111827;
  text-decoration: none;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 500;
}
.zp-footer__col a:hover {
  color: var(--zp-olive);
}
.zp-footer__contacts {
  display: grid;
    text-align: end;
}
.zp-footer__contact-group {
  text-align: left;
}
@media (min-width: 1024px) {
  .zp-footer__contact-group {
    text-align: right;
  }
}
.zp-footer__contact-title {
  display: block;
  font-size: 1.45rem;
  color: #6b7280;
  margin-bottom: 6px;
}
.zp-footer__contact-link,
.zp-footer__contact-line {
  display: block;
  font-size: 2.05rem;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  line-height: 1.2;
}
.zp-footer__bottom {
  margin-top: 26px;
  border-top: 1px solid #d8d8d8;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}
.zp-footer__copy,
.zp-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  font-size: 16px;
  line-height: 1.35;
}
.zp-footer__copy a,
.zp-footer__meta a {
  color: #1f2937;
  text-decoration: none;
}
.zp-footer__copy a:hover,
.zp-footer__meta a:hover {
  color: var(--zp-olive);
}
@media (max-width: 1200px) {
  .zp-footer__title {
    font-size: 1.5rem;
  }
  .zp-footer__col a,
  .zp-footer__col span {
    font-size: 1.15rem;
  }
  .zp-footer__contact-title {
    font-size: 1rem;
  }
  .zp-footer__contact-link,
  .zp-footer__contact-line {
    font-size: 1.35rem;
  }
  .zp-footer__copy,
  .zp-footer__meta {
    font-size: 0.95rem;
  }
}
.p_footer {
font-size: 16px;
    color: #70767D;
    font-weight: 500;
}
.footer_phone {
font-size: 20px;
color:#1C1E21;
 font-weight: 700;
}
.mar_top {
margin-top: 20px;
}

.zp-footer__points {
  margin-top: 28px;
}
.zp-footer-points {
  display: grid;
  gap: 14px;
}
@media (min-width: 992px) {
  .zp-footer-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.zp-footer-point {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 12px;
}
.zp-footer-point__img {
  width: 92px;
  height: 92px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}
.zp-footer-point__content {
  min-width: 0;
}
.zp-footer-point__type {
  display: block;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.zp-footer-point__title {
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 700;
  color: #111827;
}
.zp-footer-point__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.35;
}
.zp-footer-point__list li {
  position: relative;
  padding-left: 13px;
}
.zp-footer-point__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9ca3af;
}
.zp-footer__bottom {
  margin-top: 26px;
  border-top: 1px solid #d8d8d8;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}
.zp-footer__copy,
.zp-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
 font-size: 16px;
  line-height: 1.35;
}
.zp-footer__copy a,
.zp-footer__meta a {
  color: #1f2937;
  text-decoration: none;
}
.zp-footer__copy a:hover,
.zp-footer__meta a:hover {
  color: var(--zp-olive);
}

/* ——— Главная: преимущества + о бренде ——— */
.zp-home-section {
  padding: 22px 0;
}
.zp-home-adv {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .zp-home-adv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .zp-home-adv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.zp-home-adv__item {
  background: #FCFCFC;
  border-radius: 18px;
  padding: 20px 16px;
  min-height: 302px;
}
.zp-home-adv__icon {
     width: 40px;
    height: 40px;
    color: #b89525;
    display: inline-flex;
    margin-bottom: 50px;
}
.zp-home-adv__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.zp-home-adv__item h3 {
  margin: 14px 0 10px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #1C1E21;
}
.zp-home-adv__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #70767D;
}

.zp-home-about {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .zp-home-about {
    grid-template-columns: minmax(250px, 360px) minmax(320px, 1fr) minmax(180px, 220px);
    align-items: end;
    gap: 20px;
  }
}
.zp-home-about__media img,
.zp-home-about__aside img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}
.zp-home-about__media img {
  aspect-ratio: 3 / 4;
}
.zp-home-about__content {
  align-self: center;
}
.zp-home-about__label {
  display: inline-block;
  color: #9ca3af;
  font-size: 13px;
  margin-bottom: 8px;
}
.zp-home-about__content h2 {
 margin: 0 0 18px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #1C1E21;
    font-weight: 600;
}
.zp-home-about__content p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.45;
  max-width: 44ch;
}
.zp-home-about__btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  background: #b89525;
  color: #fff !important;
  text-decoration: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}
.zp-home-about__btn:hover {
  background: #a4831a;
}
.zp-home-about__aside {
  display: grid;
  gap: 12px;
  align-self: end;
}
.zp-home-about__sign {
  text-align: center;
  font-size: 58px;
  line-height: 1;
  color: #111827;
  font-family: "Brush Script MT", "Segoe Script", cursive;
}

@media (max-width: 1200px) {
  .zp-home-adv__item {
    min-height: 0;
  }
  .zp-home-adv__item h3 {
    font-size: 18px;
  }
  .zp-home-about__content h2 {
    font-size: clamp(24px, 4.7vw, 44px);
  }
  .zp-home-about__content p {
    font-size: 15px;
  }
  .zp-footer__title {
    font-size: 1.5rem;
  }
  .zp-footer__col a,
  .zp-footer__col span {
    font-size: 1.15rem;
  }
  .zp-footer__contact-title {
    font-size: 1rem;
  }
  .zp-footer__contact-link,
  .zp-footer__contact-line {
    font-size: 1.35rem;
  }
  .zp-footer__copy,
  .zp-footer__meta {
    font-size: 0.95rem;
  }
  .zp-footer-point__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .zp-home-about__aside {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .zp-home-about__sign {
    text-align: left;
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .zp-home-adv__item {
    padding: 16px;
    border-radius: 14px;
  }
  .zp-home-about__media img,
  .zp-home-about__aside img {
    border-radius: 16px;
  }
  .zp-home-about__btn {
    width: 100%;
    justify-content: center;
  }
}
body .cus_top {
margin-top: 40px;
margin-bottom: 40px;
}
.zp-wrap h1 {
    color: #1C1E21;
    font-size: 40px;
    font-weight: 700;
margin-bottom:40px;

}