@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #D63B7C);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #db548c);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #e06b9c);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #eeafc9);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #D63B7C);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #db548c);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #e06b9c);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #eeafc9);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --collection_count: var(--draft-collection_count, 100);
  --search_count: var(--draft-search_count, 50);
  --blog_size: var(--draft-blog_size, 12);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* =========================================================
   Rich-content для описаний товаров (product-description)
   Тема InSales "Fourth" — добавочный файл стилей
   ========================================================= */
/* line 6, product-description-rich.scss */
.product-description.pd-rich {
  font-family: "PT Root UI", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111;
  line-height: 1.55;
  letter-spacing: .01em;
  font-size: 16px; }

/* line 14, product-description-rich.scss */
.product-description.pd-rich h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 14px; }

/* line 21, product-description-rich.scss */
.product-description.pd-rich h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px; }

/* line 28, product-description-rich.scss */
.product-description.pd-rich p {
  margin: 10px 0;
  color: rgba(17, 17, 17, 0.75); }

/* line 33, product-description-rich.scss */
.product-description.pd-rich a {
  color: #e1006a;
  text-decoration: none;
  border-bottom: 1px solid rgba(225, 0, 106, 0.35); }

/* line 39, product-description-rich.scss */
.product-description.pd-rich a:hover {
  color: #ff2f8a;
  border-bottom-color: rgba(255, 47, 138, 0.55); }

/* line 44, product-description-rich.scss */
.product-description.pd-rich .pd-section {
  margin: 18px 0; }

/* line 48, product-description-rich.scss */
.product-description.pd-rich .pd-prose {
  max-width: 760px; }

/* Цветные заливки */
/* line 53, product-description-rich.scss */
.product-description.pd-rich .pd-surface {
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.1); }

/* line 60, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink {
  background: linear-gradient(180deg, #fde3ec 0%, #f9c6d8 100%); }

/* line 64, product-description-rich.scss */
.product-description.pd-rich .pd-surface-lilac {
  background: linear-gradient(180deg, #f1e7fb 0%, #e2d3f6 100%); }

/* line 68, product-description-rich.scss */
.product-description.pd-rich .pd-surface-neutral {
  background: linear-gradient(180deg, #f7f7f9 0%, #eef0f3 100%); }

/* Бейджи */
/* line 73, product-description-rich.scss */
.product-description.pd-rich .pd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px; }

/* line 80, product-description-rich.scss */
.product-description.pd-rich .pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 13px;
  line-height: 1; }

/* line 92, product-description-rich.scss */
.product-description.pd-rich .pd-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e1006a;
  box-shadow: 0 0 0 4px rgba(225, 0, 106, 0.15); }

/* Карточки преимуществ */
/* line 101, product-description-rich.scss */
.product-description.pd-rich .pd-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px; }

/* line 108, product-description-rich.scss */
.product-description.pd-rich .pd-card {
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(17, 17, 17, 0.12); }

/* line 115, product-description-rich.scss */
.product-description.pd-rich .pd-card-title {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.92); }

/* line 123, product-description-rich.scss */
.product-description.pd-rich .pd-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 14px;
  line-height: 1.45; }

/* Specs (div-таблица) */
/* line 131, product-description-rich.scss */
.product-description.pd-rich .specs {
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  overflow: hidden;
  background: #fff; }

/* line 138, product-description-rich.scss */
.product-description.pd-rich .specs-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 14px;
  padding: 12px 14px; }

/* line 145, product-description-rich.scss */
.product-description.pd-rich .specs-row + .specs-row {
  border-top: 1px solid rgba(17, 17, 17, 0.12); }

/* line 149, product-description-rich.scss */
.product-description.pd-rich .specs-key {
  color: rgba(17, 17, 17, 0.56);
  font-size: 13px;
  line-height: 1.35; }

/* line 155, product-description-rich.scss */
.product-description.pd-rich .specs-val {
  color: rgba(17, 17, 17, 0.92);
  font-size: 14px;
  line-height: 1.35; }

/* FAQ */
/* line 162, product-description-rich.scss */
.product-description.pd-rich .pd-faq {
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff; }

/* line 169, product-description-rich.scss */
.product-description.pd-rich .pd-faq h2 {
  font-size: 24px;
  margin: 0 0 10px; }

/* line 174, product-description-rich.scss */
.product-description.pd-rich .pd-faq-item {
  padding: 14px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12); }

/* line 179, product-description-rich.scss */
.product-description.pd-rich .pd-faq-item:first-child {
  border-top: 0;
  padding-top: 8px; }

/* line 184, product-description-rich.scss */
.product-description.pd-rich .pd-faq-q {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 8px;
  color: rgba(17, 17, 17, 0.92); }

/* line 191, product-description-rich.scss */
.product-description.pd-rich .pd-faq-a {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 14px;
  line-height: 1.55; }

/* Подпись */
/* line 199, product-description-rich.scss */
.product-description.pd-rich .brand-signature-wrapper {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 13px;
  color: rgba(17, 17, 17, 0.55);
  letter-spacing: .02em; }

/* Адаптив */
@media (max-width: 860px) {
  /* line 210, product-description-rich.scss */
  .product-description.pd-rich .pd-cards {
    grid-template-columns: 1fr; }

  /* line 211, product-description-rich.scss */
  .product-description.pd-rich .specs-row {
    grid-template-columns: 1fr;
    gap: 6px; } }
@media (max-width: 480px) {
  /* line 215, product-description-rich.scss */
  .product-description.pd-rich {
    font-size: 15px; }

  /* line 216, product-description-rich.scss */
  .product-description.pd-rich h2 {
    font-size: 24px; }

  /* line 217, product-description-rich.scss */
  .product-description.pd-rich .pd-surface {
    padding: 18px; } }
/* ===== Upgrade: карточки выгод (собраннее, премиум) ===== */
/* line 220, product-description-rich.scss */
.product-description.pd-rich .pd-cards {
  gap: 14px; }

/* line 224, product-description-rich.scss */
.product-description.pd-rich .pd-card {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 17, 17, 0.12);
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
  transition: transform .18s ease, box-shadow .18s ease; }

@media (hover: hover) {
  /* line 234, product-description-rich.scss */
  .product-description.pd-rich .pd-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.1); } }
/* line 240, product-description-rich.scss */
.product-description.pd-rich .pd-card-title {
  font-weight: 800;
  letter-spacing: .01em;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 251, product-description-rich.scss */
.product-description.pd-rich .pd-card-title:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #e1006a;
  box-shadow: 0 0 0 4px rgba(225, 0, 106, 0.14);
  flex: 0 0 10px; }

/* line 261, product-description-rich.scss */
.product-description.pd-rich .pd-card p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.72); }

/* =========================================================
   PATCH — spacing + safe centering (pd-rich scoped)
   ========================================================= */
/* Safe container: centers ONLY the rich block, never the product page layout */
/* line 273, product-description-rich.scss */
.product-description.pd-rich {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px; }

/* More “air” inside major blocks */
/* line 280, product-description-rich.scss */
.product-description.pd-rich .pd-surface {
  padding: 30px 32px; }

/* line 284, product-description-rich.scss */
.product-description.pd-rich .pd-faq {
  padding: 22px 24px; }

/* Rhythm between sections */
/* line 289, product-description-rich.scss */
.product-description.pd-rich .pd-section {
  margin: 28px 0; }

/* Lead + paragraphs: slightly more breathing room */
/* line 294, product-description-rich.scss */
.product-description.pd-rich p {
  margin: 12px 0;
  line-height: 1.65; }

/* Mobile: keep it comfy */
@media (max-width: 480px) {
  /* line 301, product-description-rich.scss */
  .product-description.pd-rich {
    padding: 0 8px; }

  /* line 304, product-description-rich.scss */
  .product-description.pd-rich .pd-surface {
    padding: 20px; }

  /* line 307, product-description-rich.scss */
  .product-description.pd-rich .pd-faq {
    padding: 16px; }

  /* line 310, product-description-rich.scss */
  .product-description.pd-rich .pd-section {
    margin: 20px 0; } }
/* ===========================
   POLISH PATCH — premium rhythm & focus
   (paste at the very end of product-description-rich.scss)
   =========================== */
/* line 320, product-description-rich.scss */
.product-description.pd-rich {
  /* общий вертикальный ритм между секциями */ }
  /* line 322, product-description-rich.scss */
  .product-description.pd-rich .pd-section {
    margin: 28px auto; }

/* 1) Telegram callout: сделать ценностью, а не “служебной справкой” */
/* line 326, product-description-rich.scss */
.product-description.pd-rich .pd-tg-callout {
  max-width: 860px;
  /* ближе к ширине hero */
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px;
  /* больше воздуха */
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08); }

/* line 334, product-description-rich.scss */
.product-description.pd-rich .pd-tg-callout .pd-badge {
  font-weight: 700; }

/* line 338, product-description-rich.scss */
.product-description.pd-rich .pd-tg-callout .pd-badge:hover {
  transform: translateY(-1px); }

/* 2) Hero: вернуть “подушку”, не прижимать контент к краям */
/* line 343, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink {
  padding-top: 30px;
  padding-bottom: 26px; }

/* line 348, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink h2 {
  margin-top: 2px;
  margin-bottom: 14px;
  letter-spacing: -0.01em; }

/* line 354, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink .pd-lead {
  line-height: 1.65; }

/* расстояние от текста до бейджей */
/* line 359, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink .pd-badges {
  margin-top: 18px;
  gap: 12px; }

/* сами бейджи чуть “дороже” и просторнее */
/* line 365, product-description-rich.scss */
.product-description.pd-rich .pd-badge {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.06); }

/* 3) Переход после hero: убрать резкость */
/* line 373, product-description-rich.scss */
.product-description.pd-rich .pd-surface-pink + .pd-section {
  margin-top: 34px; }

/* 4) Карточки выгод: больше воздуха и “объёма” */
/* line 378, product-description-rich.scss */
.product-description.pd-rich .pd-cards {
  gap: 16px;
  margin-top: 18px; }

/* line 383, product-description-rich.scss */
.product-description.pd-rich .pd-card {
  padding: 18px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06); }

/* line 389, product-description-rich.scss */
.product-description.pd-rich .pd-card h3,
.product-description.pd-rich .pd-card-title {
  margin-bottom: 10px; }

/* Mobile */
@media (max-width: 480px) {
  /* line 396, product-description-rich.scss */
  .product-description.pd-rich .pd-tg-callout {
    max-width: 100%;
    padding: 14px 14px; }

  /* line 400, product-description-rich.scss */
  .product-description.pd-rich .pd-surface-pink {
    padding-top: 20px;
    padding-bottom: 18px; }

  /* line 404, product-description-rich.scss */
  .product-description.pd-rich .pd-badge {
    padding: 10px 12px; } }
/* =========================
   Delivery & Payment (dp-*)
   Full replace, Mobile-first
   ========================= */
/* line 6, delivery.css */
.dp {
  --dp-bg: #ffffff;
  --dp-text: #1f1f1f;
  --dp-muted: rgba(0, 0, 0, 0.58);
  --dp-stroke: rgba(15, 15, 15, 0.1);
  --dp-stroke-strong: rgba(15, 15, 15, 0.14);
  --dp-radius: 22px;
  --dp-radius-sm: 16px;
  --dp-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  --dp-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.06);
  --dp-hero-tint: rgba(247, 211, 231, 0.38);
  background: var(--dp-bg);
  color: var(--dp-text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 14px 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 33, delivery.css */
.dp b {
  font-weight: 800; }

/* HERO */
/* line 36, delivery.css */
.dp-hero {
  border: 1px solid var(--dp-stroke);
  border-radius: var(--dp-radius);
  box-shadow: var(--dp-shadow);
  background: linear-gradient(180deg, var(--dp-hero-tint), rgba(255, 255, 255, 0));
  overflow: hidden; }

/* line 44, delivery.css */
.dp-hero__inner {
  padding: 16px 16px 16px; }

/* line 48, delivery.css */
.dp-subtitle {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--dp-muted); }

/* line 55, delivery.css */
.dp-subtitle--hero {
  font-size: 16px;
  margin-bottom: 14px; }

/* Chips */
/* line 61, delivery.css */
.dp-bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px; }

/* line 67, delivery.css */
.dp-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--dp-stroke);
  border-radius: var(--dp-radius-sm);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--dp-shadow-soft);
  padding: 12px 12px; }

/* line 80, delivery.css */
.dp-bullet__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  filter: saturate(0.92);
  font-size: 18px; }

/* line 92, delivery.css */
.dp-bullet__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15; }

/* line 98, delivery.css */
.dp-bullet__desc {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
  color: var(--dp-muted); }

/* Sections */
/* line 106, delivery.css */
.dp-section {
  margin-top: 22px; }

/* line 110, delivery.css */
.dp-head {
  margin-bottom: 10px; }

/* line 112, delivery.css */
.dp-h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em; }

/* line 119, delivery.css */
.dp-h2--tight {
  margin-bottom: 0; }

/* line 121, delivery.css */
.dp-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--dp-muted); }

/* Callouts */
/* line 129, delivery.css */
.dp-callout {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: var(--dp-radius);
  border: 1px solid var(--dp-stroke);
  box-shadow: var(--dp-shadow-soft);
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.02); }

/* line 143, delivery.css */
.dp-callout__icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04); }

/* line 152, delivery.css */
.dp-callout__text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--dp-muted); }

/* line 158, delivery.css */
.dp-callout--gift {
  background: linear-gradient(180deg, rgba(247, 211, 231, 0.36), rgba(255, 255, 255, 0.88)); }

/* line 162, delivery.css */
.dp-callout--gift .dp-callout__text {
  color: rgba(0, 0, 0, 0.72); }

/* line 166, delivery.css */
.dp-callout--auto {
  background: linear-gradient(180deg, rgba(215, 242, 223, 0.4), rgba(255, 255, 255, 0.9)); }

/* line 170, delivery.css */
.dp-callout--auto .dp-callout__text {
  color: rgba(0, 0, 0, 0.72); }

/* Zones */
/* line 175, delivery.css */
.dp-zones {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px; }

/* line 182, delivery.css */
.dp-zone {
  border-radius: var(--dp-radius);
  border: 1px solid var(--dp-stroke);
  box-shadow: var(--dp-shadow-soft);
  padding: 16px 16px 14px;
  overflow: hidden; }

/* line 190, delivery.css */
.dp-zone--pink {
  background: linear-gradient(180deg, rgba(247, 211, 231, 0.92), rgba(255, 255, 255, 0.9)); }

/* line 191, delivery.css */
.dp-zone--green {
  background: linear-gradient(180deg, rgba(215, 242, 223, 0.94), rgba(255, 255, 255, 0.9)); }

/* line 192, delivery.css */
.dp-zone--yellow {
  background: linear-gradient(180deg, rgba(253, 234, 182, 0.96), rgba(255, 255, 255, 0.9)); }

/* line 194, delivery.css */
.dp-zone__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px; }

/* line 202, delivery.css */
.dp-zone__name {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em; }

/* line 208, delivery.css */
.dp-zone__time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.52); }

/* Free accent */
/* line 214, delivery.css */
.dp-zone__free {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px; }

/* line 222, delivery.css */
.dp-zone__free-label {
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.1; }

/* line 229, delivery.css */
.dp-zone__free-from {
  font-size: 26px;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.05; }

/* line 236, delivery.css */
.dp-zone__or {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.62); }

/* line 242, delivery.css */
.dp-zone__or b {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8); }

/* =========================
   dp-mapx: expandable yandex map (safe mobile UX)
   ========================= */
/* line 251, delivery.css */
.dp .dp-mapx {
  position: relative;
  border-radius: var(--dp-radius);
  overflow: hidden;
  border: 1px solid var(--dp-stroke);
  box-shadow: var(--dp-shadow-soft);
  background: #f3f3f3;
  height: 220px;
  transition: height .32s ease; }

/* line 263, delivery.css */
.dp .dp-mapx.is-active {
  height: 85vh; }

/* line 267, delivery.css */
.dp .dp-mapx__stage {
  width: 100%;
  height: 100%;
  position: relative; }

/* Critical: disable iframe interactions until active */
/* line 274, delivery.css */
.dp .dp-mapx__stage iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  pointer-events: none; }

/* line 281, delivery.css */
.dp .dp-mapx.is-active .dp-mapx__stage iframe {
  pointer-events: auto; }

/* Overlay button */
/* line 286, delivery.css */
.dp .dp-mapx__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
  cursor: pointer;
  text-align: center;
  padding: 18px; }

/* line 303, delivery.css */
.dp .dp-mapx.is-active .dp-mapx__overlay {
  display: none; }

/* line 307, delivery.css */
.dp .dp-mapx__ov-icon {
  font-size: 28px; }

/* line 309, delivery.css */
.dp .dp-mapx__ov-title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.82); }

/* line 316, delivery.css */
.dp .dp-mapx__ov-sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.62); }

/* Close button */
/* line 322, delivery.css */
.dp .dp-mapx__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  display: none;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--dp-stroke-strong);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--dp-shadow-soft);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer; }

/* line 341, delivery.css */
.dp .dp-mapx.is-active .dp-mapx__close {
  display: inline-flex; }

/* Cards */
/* line 346, delivery.css */
.dp-card {
  border-radius: var(--dp-radius);
  border: 1px solid var(--dp-stroke);
  box-shadow: var(--dp-shadow-soft);
  background: rgba(255, 255, 255, 0.92);
  padding: 16px; }

/* line 354, delivery.css */
.dp-card__head {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 360, delivery.css */
.dp-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  font-size: 18px; }

/* line 370, delivery.css */
.dp-text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72); }

/* Payment */
/* line 378, delivery.css */
.dp-pay {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px; }

/* line 385, delivery.css */
.dp-pay__item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: var(--dp-radius-sm);
  border: 1px solid var(--dp-stroke);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--dp-shadow-soft);
  padding: 12px 12px; }

/* line 397, delivery.css */
.dp-pay__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  font-size: 18px;
  filter: saturate(0.92); }

/* line 408, delivery.css */
.dp-pay__text {
  font-size: 15px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.78); }

/* Privacy */
/* line 415, delivery.css */
.dp-privacy {
  border-radius: calc(var(--dp-radius) + 2px);
  border: 1px solid rgba(15, 15, 15, 0.1);
  box-shadow: var(--dp-shadow-soft);
  padding: 16px;
  background: linear-gradient(180deg, rgba(215, 242, 223, 0.42), rgba(255, 255, 255, 0.9)); }

/* line 424, delivery.css */
.dp-privacy__head {
  display: flex;
  align-items: center;
  gap: 10px; }

/* line 430, delivery.css */
.dp-privacy__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  font-size: 18px; }

/* line 440, delivery.css */
.dp-text--privacy {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.78); }

/* Desktop */
@media (min-width: 720px) {
  /* line 447, delivery.css */
  .dp {
    padding: 18px 18px 56px; }

  /* line 448, delivery.css */
  .dp-hero__inner {
    padding: 18px 20px 18px; }

  /* line 450, delivery.css */
  .dp-bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px; }

  /* line 455, delivery.css */
  .dp-section {
    margin-top: 26px; }

  /* line 457, delivery.css */
  .dp-zones {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px; }

  /* line 462, delivery.css */
  .dp-pay {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
  /* line 468, delivery.css */
  .dp .dp-mapx.is-active {
    height: 75vh; } }
/* =========================
   About CSS (ab-*)
   Standalone, mobile-first
   ========================= */
/* line 6, about.css */
.ab {
  --ab-text: #1f1f1f;
  --ab-muted: rgba(0, 0, 0, 0.58);
  --ab-stroke: rgba(15, 15, 15, 0.1);
  --ab-stroke-strong: rgba(15, 15, 15, 0.14);
  --ab-radius: 22px;
  --ab-radius-sm: 16px;
  --ab-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  --ab-shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.06);
  --ab-tint: rgba(247, 211, 231, 0.38);
  /* нежно-розовый */
  --ab-tint2: rgba(215, 242, 223, 0.36);
  /* нежно-мятный */
  color: var(--ab-text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 14px 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 31, about.css */
.ab b {
  font-weight: 800; }

/* HERO */
/* line 34, about.css */
.ab-hero {
  border: 1px solid var(--ab-stroke);
  border-radius: var(--ab-radius);
  box-shadow: var(--ab-shadow);
  background: linear-gradient(180deg, var(--ab-tint), rgba(255, 255, 255, 0));
  overflow: hidden; }

/* line 42, about.css */
.ab-hero__inner {
  padding: 18px 16px; }

/* line 44, about.css */
.ab-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.52); }

/* line 52, about.css */
.ab-subtitle {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2; }

/* CTA buttons */
/* line 61, about.css */
.ab-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 6px; }

/* line 68, about.css */
.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--ab-stroke-strong);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .18s ease, background .18s ease; }

/* line 87, about.css */
.ab-btn:active {
  transform: translateY(1px); }

/* line 89, about.css */
.ab-btn--primary {
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: var(--ab-shadow-soft); }

/* line 96, about.css */
.ab-btn--ghost {
  background: rgba(255, 255, 255, 0.82);
  color: rgba(0, 0, 0, 0.82);
  box-shadow: var(--ab-shadow-soft); }

/* Bullet cards */
/* line 103, about.css */
.ab-bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px; }

/* line 110, about.css */
.ab-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--ab-stroke);
  border-radius: var(--ab-radius-sm);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--ab-shadow-soft);
  padding: 12px; }

/* line 122, about.css */
.ab-bullet__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04);
  font-size: 18px; }

/* line 132, about.css */
.ab-bullet__title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15; }

/* line 139, about.css */
.ab-bullet__desc {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
  color: var(--ab-muted); }

/* Sections */
/* line 147, about.css */
.ab-section {
  margin-top: 22px; }

/* line 149, about.css */
.ab-head {
  margin-bottom: 10px; }

/* line 151, about.css */
.ab-h2 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em; }

/* line 158, about.css */
.ab-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ab-muted); }

/* line 165, about.css */
.ab-text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.58;
  color: rgba(0, 0, 0, 0.72); }

/* Card */
/* line 173, about.css */
.ab-card {
  border-radius: var(--ab-radius);
  border: 1px solid var(--ab-stroke);
  box-shadow: var(--ab-shadow-soft);
  background: rgba(255, 255, 255, 0.92);
  padding: 16px; }

/* Note */
/* line 182, about.css */
.ab-note {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: var(--ab-radius);
  border: 1px solid var(--ab-stroke);
  box-shadow: var(--ab-shadow-soft);
  padding: 12px 14px;
  background: linear-gradient(180deg, var(--ab-tint2), rgba(255, 255, 255, 0.92)); }

/* line 196, about.css */
.ab-note__icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.04); }

/* line 205, about.css */
.ab-note__text {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.7); }

/* Steps */
/* line 212, about.css */
.ab-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px; }

/* line 219, about.css */
.ab-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: var(--ab-radius);
  border: 1px solid var(--ab-stroke);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ab-shadow-soft);
  padding: 14px; }

/* line 231, about.css */
.ab-step__num {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.06);
  font-weight: 950;
  font-size: 14px; }

/* line 243, about.css */
.ab-step__title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2; }

/* line 250, about.css */
.ab-step__desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ab-muted); }

/* FAQ */
/* line 258, about.css */
.ab-faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px; }

/* line 265, about.css */
.ab-q {
  border: 1px solid var(--ab-stroke);
  border-radius: var(--ab-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ab-shadow-soft);
  overflow: hidden; }

/* line 273, about.css */
.ab-q__s {
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.82); }

/* line 283, about.css */
.ab-q__s::-webkit-details-marker {
  display: none; }

/* line 285, about.css */
.ab-q__s::after {
  content: "＋";
  float: right;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.42); }

/* line 292, about.css */
.ab-q[open] .ab-q__s::after {
  content: "—"; }

/* line 296, about.css */
.ab-q__a {
  padding: 0 14px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.7); }

/* Final CTA */
/* line 304, about.css */
.ab-final {
  border-radius: var(--ab-radius);
  border: 1px solid var(--ab-stroke);
  box-shadow: var(--ab-shadow);
  background: linear-gradient(180deg, var(--ab-tint), rgba(255, 255, 255, 0.94));
  padding: 16px;
  text-align: left; }

/* line 313, about.css */
.ab-final__title {
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
  margin: 0; }

/* line 320, about.css */
.ab-final__text {
  margin-top: 6px;
  font-size: 14px;
  color: var(--ab-muted);
  line-height: 1.45; }

/* line 327, about.css */
.ab-cta--final {
  margin-top: 12px; }

/* Desktop */
@media (min-width: 720px) {
  /* line 331, about.css */
  .ab {
    padding: 18px 18px 56px; }

  /* line 332, about.css */
  .ab-hero__inner {
    padding: 20px 20px; }

  /* line 334, about.css */
  .ab-subtitle {
    font-size: 20px; }

  /* line 336, about.css */
  .ab-bullets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px; }

  /* line 341, about.css */
  .ab-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px; }

  /* line 346, about.css */
  .ab-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
