{"id":10,"date":"2020-09-01T16:41:57","date_gmt":"2020-09-01T08:41:57","guid":{"rendered":"https:\/\/tmall.mn\/scentmarketing\/?page_id=10"},"modified":"2026-06-17T17:32:53","modified_gmt":"2026-06-17T09:32:53","slug":"home","status":"publish","type":"page","link":"https:\/\/scentmarketing.mn\/mn\/","title":{"rendered":"\u04ae\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 Scent Marketing"},"content":{"rendered":"\n<!DOCTYPE html>\r\n<html lang=\"mn\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<title>Scent Marketing \u2014 \u041d\u04af\u04af\u0440 \u0445\u0443\u0443\u0434\u0430\u0441 (LIGHT preview)<\/title>\r\n<style>html,body{margin:0;padding:0;background:oklch(0.155 0.008 60);}<\/style>\r\n<\/head>\r\n<body>\r\n<!--\r\n  ============================================================================\r\n  SCENT MARKETING \u2014 Home page (WordPress publish-ready block)\r\n  ----------------------------------------------------------------------------\r\n  HOW TO PUBLISH\r\n  1. WordPress \u2192 Pages \u2192 Add New (or edit your Home page).\r\n  2. Add a block \u2192 search \"Custom HTML\" \u2192 choose it.\r\n  3. Paste EVERYTHING in this file (from the <style> tag below to the final\r\n     <\/script>) into that one Custom HTML block.\r\n  4. Set the page template to \"Full width\" \/ \"No sidebar\" if your theme offers it,\r\n     so the dark sections span edge-to-edge.\r\n  5. Publish.\r\n\r\n  NOTES\r\n  \u2022 No site header\/nav and no footer are included \u2014 WordPress supplies those.\r\n  \u2022 All CSS is scoped under #sm-home so it will not fight your theme's styles.\r\n  \u2022 Fonts (Manrope + JetBrains Mono) load via @import at the top of the <style>.\r\n  \u2022 Image placeholders are .img-slot boxes. Replace each one with your own\r\n    <img decoding=\"async\" src=\"...\" alt=\"...\"> (real product \/ proof photos) before or after publishing.\r\n  \u2022 The \"\u0417\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445\" \/ \u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u0430\u0442\u0430\u0445 buttons link to #contact \/ #catalog\r\n    in-page anchors \u2014 point them at your real contact page or PDF when ready.\r\n  ============================================================================\r\n-->\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');\r\n\r\n\/* =========================================================================\r\n   SCENT MARKETING \u2014 \"Warm Dark \/ Sensory Tech\"\r\n   Deep espresso dark mode, sand & cream type, amber\/clay glow accents.\r\n   All rules are scoped under #sm-home so they don't fight the WP theme.\r\n   ========================================================================= *\/\r\n\r\n#sm-home {\r\n  \/* Warm-dark surfaces *\/\r\n  --bg:       oklch(0.155 0.008 60);\r\n  --bg-1:     oklch(0.185 0.010 58);\r\n  --bg-2:     oklch(0.215 0.012 56);\r\n  --bg-3:     oklch(0.255 0.014 54);\r\n  --line:     oklch(0.40 0.015 60 \/ 0.18);\r\n  --line-2:   oklch(0.55 0.02 65 \/ 0.30);\r\n\r\n  \/* Type *\/\r\n  --text:     oklch(0.94 0.014 78);\r\n  --text-dim: oklch(0.74 0.018 72);\r\n  --text-faint: oklch(0.56 0.018 66);\r\n\r\n  \/* Accents \u2014 amber glow (primary) + clay (secondary) *\/\r\n  --accent-h: 72;\r\n  --accent:   oklch(0.80 0.135 var(--accent-h));\r\n  --accent-soft: oklch(0.80 0.135 var(--accent-h) \/ 0.14);\r\n  --accent-line: oklch(0.80 0.135 var(--accent-h) \/ 0.40);\r\n  --clay:     oklch(0.66 0.115 42);\r\n  --sand:     oklch(0.87 0.05 82);\r\n\r\n  \/* Glow intensity multiplier *\/\r\n  --glow: 1;\r\n\r\n  \/* Fonts *\/\r\n  --font-display: \"Manrope\", system-ui, sans-serif;\r\n  --font-body: \"Manrope\", system-ui, sans-serif;\r\n  --font-mono: \"JetBrains Mono\", ui-monospace, monospace;\r\n\r\n  \/* Layout *\/\r\n  --maxw: 1240px;\r\n  --pad: clamp(20px, 5vw, 80px);\r\n  --radius: 18px;\r\n\r\n  position: relative;\r\n  background: var(--bg);\r\n  color: var(--text);\r\n  font-family: var(--font-body);\r\n  font-size: 17px;\r\n  line-height: 1.6;\r\n  -webkit-font-smoothing: antialiased;\r\n  text-rendering: optimizeLegibility;\r\n  overflow-x: hidden;\r\n  scroll-behavior: smooth;\r\n}\r\n\r\n#sm-home *, #sm-home *::before, #sm-home *::after { box-sizing: border-box; }\r\n#sm-home h1, #sm-home h2, #sm-home h3, #sm-home h4, #sm-home p, #sm-home ul { margin: 0; padding: 0; }\r\n\r\n\/* \u2500\u2500 WordPress \/ Kadence theme-override guard \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n   The Kadence theme sets color + font-family DIRECTLY on body and h1\u2013h6\r\n   (e.g. `h2{color:var(--global-palette3);font-family:'Roboto Condensed'}`).\r\n   Those bare-element rules hit our headings directly and beat the white color\r\n   they inherit from #sm-home, so headings render dark-on-dark (invisible) in\r\n   the wrong font. We re-assert our design at #sm-home ID specificity. Kadence\r\n   uses no !important, so no !important is needed here. *\/\r\n#sm-home h1, #sm-home h2, #sm-home h3, #sm-home h4, #sm-home h5, #sm-home h6 {\r\n  color: var(--text);\r\n  font-family: var(--font-display);\r\n  font-weight: 700;\r\n  line-height: 1.14;\r\n}\r\n#sm-home p, #sm-home li, #sm-home a, #sm-home span, #sm-home small,\r\n#sm-home b, #sm-home strong, #sm-home em, #sm-home button, #sm-home label,\r\n#sm-home td, #sm-home th, #sm-home blockquote {\r\n  color: inherit;\r\n  font-family: var(--font-body);\r\n}\r\n\/* belt-and-braces: Kadence colours body text too; re-assert on the wrapper *\/\r\n#sm-home { color: var(--text); }\r\n\r\n\/* Ambient warm glow behind the page content *\/\r\n#sm-home::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  z-index: 0;\r\n  pointer-events: none;\r\n  background:\r\n    radial-gradient(60vw 50vh at 78% -8%, oklch(0.80 0.135 var(--accent-h) \/ calc(0.16 * var(--glow))), transparent 60%),\r\n    radial-gradient(55vw 45vh at 8% 12%, oklch(0.66 0.115 42 \/ calc(0.10 * var(--glow))), transparent 55%);\r\n}\r\n#sm-home > * { position: relative; z-index: 1; }\r\n\r\n#sm-home a { color: inherit; text-decoration: none; }\r\n#sm-home img { max-width: 100%; display: block; }\r\n#sm-home button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }\r\n\r\n#sm-home .wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }\r\n\r\n\/* ---- Image placeholders (swap with real <img>) ---- *\/\r\n#sm-home .img-slot {\r\n  display: grid; place-items: center; text-align: center;\r\n  border: 1px dashed var(--line-2); border-radius: 12px;\r\n  background: oklch(0.95 0.01 80 \/ 0.03);\r\n  color: var(--text-faint);\r\n  font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em;\r\n  text-transform: uppercase; padding: 10px; min-height: 60px;\r\n}\r\n\r\n\/* ---- Typographic helpers ---- *\/\r\n#sm-home .kicker {\r\n  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.22em;\r\n  text-transform: uppercase; color: var(--accent);\r\n  display: inline-flex; align-items: center; gap: 10px;\r\n}\r\n#sm-home .kicker::before { content: \"\"; width: 26px; height: 1px; background: var(--accent-line); }\r\n\r\n#sm-home h1, #sm-home h2, #sm-home h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }\r\n#sm-home .display { font-size: clamp(40px, 6.5vw, 88px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; }\r\n#sm-home .section-title { font-size: clamp(28px, 4vw, 48px); }\r\n#sm-home .lead { color: var(--text-dim); font-size: clamp(16px, 1.6vw, 20px); max-width: 60ch; }\r\n\r\n#sm-home .accent { color: var(--accent); }\r\n#sm-home .glow-text { text-shadow: 0 0 40px oklch(0.80 0.135 var(--accent-h) \/ calc(0.5 * var(--glow))); }\r\n\r\n\/* ---- Buttons ---- *\/\r\n#sm-home .btn {\r\n  display: inline-flex; align-items: center; gap: 10px;\r\n  padding: 15px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;\r\n  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, border-color .3s;\r\n  white-space: nowrap;\r\n}\r\n#sm-home .btn-primary {\r\n  background: var(--accent); color: oklch(0.18 0.02 70);\r\n  box-shadow: 0 8px 30px oklch(0.80 0.135 var(--accent-h) \/ calc(0.35 * var(--glow)));\r\n}\r\n#sm-home .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 44px oklch(0.80 0.135 var(--accent-h) \/ calc(0.55 * var(--glow))); }\r\n#sm-home .btn-ghost { background: oklch(0.95 0.01 80 \/ 0.04); border: 1px solid var(--line-2); color: var(--text); }\r\n#sm-home .btn-ghost:hover { border-color: var(--accent-line); background: var(--accent-soft); transform: translateY(-2px); }\r\n#sm-home .btn svg { width: 17px; height: 17px; }\r\n\r\n\/* =========================================================================\r\n   HERO\r\n   ========================================================================= *\/\r\n#sm-home .hero { position: relative; padding-top: clamp(40px, 6vw, 80px); padding-bottom: 90px; overflow: hidden; }\r\n#sm-home .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }\r\n#sm-home .hero-copy .kicker { margin-bottom: 26px; }\r\n#sm-home .hero h1 { margin-bottom: 26px; }\r\n#sm-home .hero .lead { margin-bottom: 36px; }\r\n#sm-home .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\r\n#sm-home .hero-stats { display: flex; gap: 36px; margin-top: 48px; flex-wrap: wrap; }\r\n#sm-home .hstat .num { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: var(--text); line-height: 1; }\r\n#sm-home .hstat .num .accent { font-family: inherit; }\r\n#sm-home .hstat .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); margin-top: 8px; }\r\n\r\n\/* Hero visual \u2014 animated \"how scent works\" scene *\/\r\n#sm-home .hero-visual { position: relative; }\r\n#sm-home .hero-scene {\r\n  position: relative; aspect-ratio: 4\/5; border-radius: 26px; border: 1px solid var(--line);\r\n  background:\r\n    radial-gradient(80% 50% at 50% 4%, var(--accent-soft), transparent 65%),\r\n    linear-gradient(180deg, var(--bg-2), var(--bg-1));\r\n  overflow: hidden;\r\n  box-shadow: inset 0 1px 0 oklch(0.95 0.01 80 \/ 0.06), 0 40px 90px -40px oklch(0 0 0 \/ 0.7);\r\n}\r\n#sm-home .scene-grid {\r\n  position: absolute; inset: 0; pointer-events: none; opacity: .5;\r\n  background-image:\r\n    linear-gradient(oklch(0.95 0.01 80 \/ 0.04) 1px, transparent 1px),\r\n    linear-gradient(90deg, oklch(0.95 0.01 80 \/ 0.04) 1px, transparent 1px);\r\n  background-size: 42px 42px;\r\n  -webkit-mask-image: radial-gradient(70% 60% at 50% 70%, #000, transparent 80%);\r\n  mask-image: radial-gradient(70% 60% at 50% 70%, #000, transparent 80%);\r\n}\r\n#sm-home .scene-step {\r\n  position: absolute; left: 22px; z-index: 5; display: flex; align-items: center; gap: 11px;\r\n  font-size: 13.5px; font-weight: 600; color: var(--text);\r\n}\r\n#sm-home .scene-step .n {\r\n  width: 26px; height: 26px; flex: none; border-radius: 50%; display: grid; place-items: center;\r\n  font-family: var(--font-mono); font-size: 12px; font-weight: 500;\r\n  color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line);\r\n}\r\n#sm-home .scene-step--1 { bottom: 20px; }\r\n#sm-home .scene-step--2 { top: 50%; transform: translateY(-50%); }\r\n#sm-home .scene-step--3 { top: 22px; }\r\n#sm-home .scene-step small { display: block; font-weight: 400; color: var(--text-faint); font-size: 11.5px; margin-top: 1px; }\r\n#sm-home .scene-step > span:last-child { max-width: 150px; }\r\n\r\n#sm-home .device-zone {\r\n  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);\r\n  width: 30%; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 0;\r\n}\r\n#sm-home .device-zone .img-slot { width: 100%; aspect-ratio: 3\/5; }\r\n#sm-home .device-base {\r\n  width: 130%; height: 10px; margin-top: -4px; border-radius: 50%;\r\n  background: radial-gradient(50% 100% at 50% 0, var(--accent-soft), transparent 70%);\r\n}\r\n\r\n#sm-home .waves { position: absolute; left: 50%; bottom: 30%; z-index: 3; pointer-events: none; }\r\n#sm-home .waves span {\r\n  position: absolute; left: 0; top: 0; width: 46px; height: 46px; margin: -23px;\r\n  border-radius: 50%; border: 1.5px solid var(--accent-line);\r\n  animation: sm-emit 4.4s ease-out infinite; opacity: 0;\r\n}\r\n#sm-home .waves span:nth-child(2) { animation-delay: 1.1s; }\r\n#sm-home .waves span:nth-child(3) { animation-delay: 2.2s; }\r\n#sm-home .waves span:nth-child(4) { animation-delay: 3.3s; }\r\n@keyframes sm-emit {\r\n  0% { transform: scale(.25); opacity: 0; }\r\n  12% { opacity: .65; }\r\n  100% { transform: scale(8.5); opacity: 0; }\r\n}\r\n\r\n#sm-home .scene-effect {\r\n  position: absolute; top: 64px; right: 16px; z-index: 6; display: flex; align-items: center; gap: 9px;\r\n  background: oklch(0.155 0.008 60 \/ 0.82); border: 1px solid var(--accent-line);\r\n  padding: 9px 15px; border-radius: 999px; backdrop-filter: blur(8px);\r\n  font-size: 13px; font-weight: 600; white-space: nowrap;\r\n  box-shadow: 0 10px 30px -12px oklch(0 0 0 \/ .7);\r\n}\r\n#sm-home .scene-effect .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); flex: none; }\r\n#sm-home .scene-effect .effectText { transition: opacity .4s; }\r\n\r\n#sm-home .hero-explainer { margin-top: 20px; font-size: 14.5px; line-height: 1.6; color: var(--text-dim); border-left: 2px solid var(--accent-line); padding-left: 16px; }\r\n#sm-home .hero-explainer strong { color: var(--text); font-weight: 700; }\r\n\r\n#sm-home .particles { position: absolute; inset: 0; pointer-events: none; z-index: 2; }\r\n#sm-home .particle {\r\n  position: absolute; bottom: -10px; width: 6px; height: 6px; border-radius: 50%;\r\n  background: radial-gradient(circle, var(--accent), transparent 70%);\r\n  opacity: 0; filter: blur(.5px); animation: sm-rise linear infinite;\r\n}\r\n@keyframes sm-rise {\r\n  0% { transform: translateY(0) translateX(0) scale(.6); opacity: 0; }\r\n  15% { opacity: .8; }\r\n  80% { opacity: .5; }\r\n  100% { transform: translateY(-340px) translateX(var(--drift, 20px)) scale(1.4); opacity: 0; }\r\n}\r\n@media (prefers-reduced-motion: reduce) {\r\n  #sm-home .waves span { animation: none; opacity: .3; }\r\n  #sm-home .particle { animation: none; display: none; }\r\n}\r\n\r\n\/* =========================================================================\r\n   MARQUEE\r\n   ========================================================================= *\/\r\n#sm-home .marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }\r\n#sm-home .marquee-track { display: flex; gap: 64px; width: max-content; animation: sm-scroll-x 34s linear infinite; }\r\n#sm-home .marquee:hover .marquee-track { animation-play-state: paused; }\r\n#sm-home .marquee-track span { font-family: var(--font-mono); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faint); white-space: nowrap; }\r\n#sm-home .marquee-track span::before { content: \"\\25E6\"; margin-right: 64px; color: var(--accent); }\r\n@keyframes sm-scroll-x { to { transform: translateX(-50%); } }\r\n\r\n\/* =========================================================================\r\n   SECTION SCAFFOLD\r\n   ========================================================================= *\/\r\n#sm-home section { position: relative; }\r\n#sm-home .section-pad { padding-block: clamp(72px, 9vw, 128px); }\r\n#sm-home .section-head { max-width: 720px; margin-bottom: 56px; }\r\n#sm-home .section-head .kicker { margin-bottom: 20px; }\r\n#sm-home .section-head p { margin-top: 18px; }\r\n\r\n\/* ---- Value props ---- *\/\r\n#sm-home .values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\r\n#sm-home .value { background: var(--bg-1); padding: 34px 28px; transition: background .3s; }\r\n#sm-home .value:hover { background: var(--bg-2); }\r\n#sm-home .value .ico {\r\n  width: 48px; height: 48px; border-radius: 13px; margin-bottom: 22px; display: grid; place-items: center;\r\n  background: var(--accent-soft); color: var(--accent); border: 1px solid var(--accent-line);\r\n}\r\n#sm-home .value .ico svg { width: 24px; height: 24px; }\r\n#sm-home .value h3 { font-size: 19px; margin-bottom: 10px; }\r\n#sm-home .value p { font-size: 14.5px; color: var(--text-dim); line-height: 1.55; }\r\n\r\n\/* =========================================================================\r\n   PRODUCTS\r\n   ========================================================================= *\/\r\n#sm-home .prod-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 48px; }\r\n#sm-home .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\r\n#sm-home .card {\r\n  background: linear-gradient(180deg, var(--bg-1), var(--bg)); border: 1px solid var(--line);\r\n  border-radius: 20px; overflow: hidden;\r\n  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s;\r\n  display: flex; flex-direction: column;\r\n}\r\n#sm-home .card:hover { transform: translateY(-6px); border-color: var(--accent-line); box-shadow: 0 30px 60px -30px oklch(0 0 0 \/ .7); }\r\n#sm-home .card-media { position: relative; aspect-ratio: 1\/1; background: radial-gradient(60% 50% at 50% 35%, var(--accent-soft), transparent 70%), var(--bg-2); padding: 22px; }\r\n#sm-home .card-media .img-slot { width: 100%; height: 100%; }\r\n#sm-home .card-badge { position: absolute; top: 14px; left: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; background: var(--clay); color: oklch(0.16 0.02 50); font-weight: 600; z-index: 2; }\r\n#sm-home .card-badge-gift, #sm-home .card-badge-sale { background: #f7630c; color: #fff; font-size: 11px; letter-spacing: .04em; text-transform: none; }\r\n#sm-home .card-body { padding: 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }\r\n#sm-home .card-body h3 { font-size: 20px; font-family: var(--font-display); }\r\n#sm-home .card-spec { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--text-faint); text-transform: uppercase; }\r\n#sm-home .card-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }\r\n#sm-home .price { font-family: var(--font-display); font-weight: 600; font-size: 20px; }\r\n#sm-home .price s { color: var(--text-faint); font-size: 13px; font-weight: 400; font-family: var(--font-body); margin-right: 6px; }\r\n#sm-home .add-btn {\r\n  display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 999px;\r\n  background: oklch(0.95 0.01 80 \/ 0.05); border: 1px solid var(--line-2); font-size: 13px; font-weight: 600;\r\n  transition: background .25s, border-color .25s, color .25s;\r\n}\r\n#sm-home .add-btn:hover { background: var(--accent); color: oklch(0.18 0.02 70); border-color: var(--accent); }\r\n#sm-home .add-btn svg { width: 15px; height: 15px; }\r\n\r\n\/* =========================================================================\r\n   PROOF \/ RESULTS\r\n   ========================================================================= *\/\r\n#sm-home .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\r\n#sm-home .proof-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--bg-1); display: flex; flex-direction: column; }\r\n#sm-home .proof-media { aspect-ratio: 16\/10; position: relative; }\r\n#sm-home .proof-media .img-slot { width: 100%; height: 100%; border-radius: 0; border: none; }\r\n#sm-home .proof-media .logo { position: absolute; left: 18px; bottom: 16px; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: .04em; z-index: 2; }\r\n#sm-home .proof-media::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, oklch(0.12 0.008 60 \/ .85)); z-index: 1; }\r\n#sm-home .proof-body { padding: 26px; }\r\n#sm-home .proof-body .big { font-family: var(--font-display); font-weight: 700; font-size: 40px; color: var(--accent); line-height: 1; margin-bottom: 14px; }\r\n#sm-home .proof-body p { color: var(--text-dim); font-size: 14.5px; }\r\n\r\n\/* =========================================================================\r\n   NEUROSCIENCE \/ WHY SCENT\r\n   ========================================================================= *\/\r\n#sm-home .why { background: var(--bg-1); border-block: 1px solid var(--line); }\r\n#sm-home .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\r\n#sm-home .why-item { background: var(--bg); padding: 36px 30px; transition: background .3s; }\r\n#sm-home .why-item:hover { background: var(--bg-2); }\r\n#sm-home .why-num { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: .1em; margin-bottom: 18px; }\r\n#sm-home .why-item h3 { font-size: 21px; margin-bottom: 12px; font-family: var(--font-display); }\r\n#sm-home .why-item p { color: var(--text-dim); font-size: 14.5px; line-height: 1.6; }\r\n\r\n\/* =========================================================================\r\n   PROCESS\r\n   ========================================================================= *\/\r\n#sm-home .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\r\n#sm-home .step { position: relative; padding: 34px 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--bg-1), var(--bg)); }\r\n#sm-home .step .idx { font-family: var(--font-display); font-weight: 700; font-size: 56px; color: transparent; -webkit-text-stroke: 1.4px var(--accent-line); line-height: 1; margin-bottom: 20px; }\r\n#sm-home .step h3 { font-size: 22px; margin-bottom: 12px; }\r\n#sm-home .step p { color: var(--text-dim); font-size: 15px; }\r\n#sm-home .step .connector { position: absolute; top: 56px; right: -22px; width: 22px; height: 1px; background: var(--accent-line); }\r\n#sm-home .steps .step:last-child .connector { display: none; }\r\n\r\n\/* =========================================================================\r\n   VISUAL COMPARE \u2014 animated \"how scent spreads\" demo\r\n   ========================================================================= *\/\r\n#sm-home .vc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; position: relative; }\r\n#sm-home .vc-vs {\r\n  position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); z-index: 10;\r\n  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;\r\n  background: var(--bg-3); border: 1px solid var(--line-2);\r\n  font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--text-dim);\r\n  box-shadow: 0 10px 30px -10px oklch(0 0 0 \/ .7);\r\n}\r\n#sm-home .vc-room { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--bg-1); }\r\n#sm-home .vc-room--device { border-color: var(--accent-line); }\r\n#sm-home .vc-room-head { display: flex; align-items: center; gap: 11px; padding: 18px 22px; border-bottom: 1px solid var(--line); }\r\n#sm-home .vc-room-head .vc-badge { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }\r\n#sm-home .vc-room--device .vc-badge { background: var(--accent); color: oklch(0.18 0.02 70); font-weight: 700; }\r\n#sm-home .vc-room--fresh .vc-badge { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\r\n#sm-home .vc-room-head h3 { font-size: 17px; }\r\n#sm-home .vc-room--fresh .vc-room-head h3 { color: var(--text-dim); }\r\n\r\n#sm-home .vc-stage {\r\n  position: relative; aspect-ratio: 16\/10; overflow: hidden;\r\n  background:\r\n    radial-gradient(80% 70% at 50% 100%, oklch(0.95 0.01 80 \/ 0.03), transparent 70%),\r\n    linear-gradient(180deg, var(--bg), var(--bg-1));\r\n}\r\n#sm-home .vc-floor { position: absolute; left: 0; right: 0; bottom: 13%; height: 1px; background: var(--line-2); }\r\n#sm-home .vc-floor::after { content: \"\"; position: absolute; left: 0; right: 0; top: 0; height: 30px; background: linear-gradient(180deg, oklch(0.95 0.01 80 \/ .02), transparent); }\r\n\r\n#sm-home .vc-note { position: absolute; top: 14px; left: 14px; z-index: 6; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; padding: 6px 11px; border-radius: 999px; background: oklch(0.155 0.008 60 \/ .8); border: 1px solid var(--line); backdrop-filter: blur(6px); color: var(--text-dim); }\r\n#sm-home .vc-room--device .vc-note { border-color: var(--accent-line); color: var(--accent); }\r\n\r\n#sm-home .vc-device, #sm-home .vc-can { position: absolute; bottom: 13%; z-index: 5; }\r\n#sm-home .vc-device { left: 50%; transform: translateX(-50%); width: 26px; height: 56px; border-radius: 7px; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--accent-line); }\r\n#sm-home .vc-device::before { content: \"\"; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }\r\n#sm-home .vc-can { left: 17%; transform: translateX(-50%); width: 22px; height: 44px; border-radius: 5px; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line-2); }\r\n#sm-home .vc-can::before { content: \"\"; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 8px; height: 8px; border-radius: 2px 2px 0 0; background: var(--text-faint); }\r\n\r\n#sm-home .vc-person { position: absolute; right: 9%; bottom: 13%; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 7px; }\r\n#sm-home .vc-person .pf { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); color: var(--text-faint); background: var(--bg-2); transition: all .4s; }\r\n#sm-home .vc-person .pf svg { width: 22px; height: 22px; }\r\n#sm-home .vc-person small { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; color: var(--text-faint); }\r\n#sm-home .vc-room--device .vc-person .pf { border-color: var(--accent-line); color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 22px oklch(0.80 0.135 var(--accent-h) \/ calc(.4 * var(--glow))); }\r\n#sm-home .vc-room--device .vc-person small { color: var(--accent); }\r\n\r\n#sm-home .vc-cover { position: absolute; z-index: 2; pointer-events: none; }\r\n#sm-home .vc-cover--full { left: 50%; bottom: 14%; width: 12px; height: 12px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle, var(--accent-soft), transparent 70%); animation: sm-vcExpand 7s ease-out infinite; }\r\n@keyframes sm-vcExpand { 0% { transform: translateX(-50%) scale(1); opacity: .55; } 75% { opacity: .12; } 100% { transform: translateX(-50%) scale(46); opacity: 0; } }\r\n#sm-home .vc-cover--small { left: 17%; bottom: 16%; width: 130px; height: 96px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle, oklch(0.72 0.02 70 \/ .14), transparent 70%); }\r\n\r\n#sm-home .vc-dot { position: absolute; bottom: 16%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: radial-gradient(circle, var(--accent), transparent 70%); opacity: 0; animation: sm-vcRise var(--d, 7s) ease-out infinite; animation-delay: var(--delay, 0s); }\r\n@keyframes sm-vcRise {\r\n  0% { transform: translate(-50%, 0) scale(.5); opacity: 0; }\r\n  12% { opacity: .9; }\r\n  70% { opacity: .5; }\r\n  100% { transform: translate(calc(-50% + var(--x, 0px)), var(--y, -170px)) scale(1.3); opacity: 0; }\r\n}\r\n#sm-home .vc-drop { position: absolute; bottom: 17%; left: 17%; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--text-dim), var(--text-faint) 75%); opacity: 0; animation: sm-vcSpray var(--d, 2.4s) cubic-bezier(.45, 0, .75, 1) infinite; animation-delay: var(--delay, 0s); }\r\n@keyframes sm-vcSpray {\r\n  0% { transform: translate(-50%, 0) scale(.4); opacity: 0; }\r\n  10% { opacity: 1; }\r\n  40% { transform: translate(var(--px, 60px), var(--py, -52px)) scale(1); opacity: 1; }\r\n  100% { transform: translate(var(--lx, 110px), 64px) scale(.7); opacity: 0; }\r\n}\r\n\r\n#sm-home .vc-points { list-style: none; padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }\r\n#sm-home .vc-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: var(--text-dim); line-height: 1.45; }\r\n#sm-home .vc-points li .vm { width: 19px; height: 19px; flex: none; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }\r\n#sm-home .vc-points li .vm svg { width: 12px; height: 12px; }\r\n#sm-home .vc-room--device .vc-points li { color: var(--text); }\r\n#sm-home .vc-room--device .vm { background: var(--accent); color: oklch(0.18 0.02 70); }\r\n#sm-home .vc-room--fresh .vm { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n  #sm-home .vc-cover--full { animation: none; transform: translateX(-50%) scale(30); opacity: .12; }\r\n  #sm-home .vc-dot, #sm-home .vc-drop { animation: none; }\r\n}\r\n@media (max-width: 760px) {\r\n  #sm-home .vc-grid { grid-template-columns: 1fr; gap: 30px; }\r\n  #sm-home .vc-vs { display: none; }\r\n}\r\n\r\n\/* =========================================================================\r\n   COMPARISON \u2014 device vs air freshener\r\n   ========================================================================= *\/\r\n#sm-home .compare { --cols: 1.15fr 1.32fr 1.32fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\r\n#sm-home .compare-head, #sm-home .cmp-row { display: grid; grid-template-columns: var(--cols); }\r\n#sm-home .compare-head { background: var(--bg-1); }\r\n#sm-home .ch-spacer { padding: 26px 28px; display: flex; align-items: flex-end; }\r\n#sm-home .ch-spacer span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faint); }\r\n#sm-home .ch-col { padding: 26px 26px 22px; }\r\n#sm-home .ch-badge { display: inline-block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; margin-bottom: 14px; }\r\n#sm-home .ch-col--device .ch-badge { background: var(--accent); color: oklch(0.18 0.02 70); font-weight: 700; }\r\n#sm-home .ch-col--fresh .ch-badge { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\r\n#sm-home .ch-col h3 { font-size: 20px; margin-bottom: 14px; line-height: 1.15; }\r\n#sm-home .ch-col--fresh h3 { color: var(--text-dim); }\r\n#sm-home .mist { height: 30px; border-radius: 8px; }\r\n#sm-home .mist--fine { background-image: radial-gradient(circle, var(--accent) 1px, transparent 1.6px); background-size: 9px 9px; opacity: .55; -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }\r\n#sm-home .mist--coarse { background-image: radial-gradient(circle at 50% 80%, var(--text-faint) 2.6px, transparent 3.2px); background-size: 28px 24px; background-position: bottom; opacity: .4; }\r\n\r\n#sm-home .ch-col--device, #sm-home .cmp-val--device { background: var(--accent-soft); border-inline: 1px solid var(--accent-line); }\r\n#sm-home .ch-col--device { border-top: 1px solid var(--accent-line); }\r\n#sm-home .compare .cmp-row:last-child .cmp-val--device { border-bottom: 1px solid var(--accent-line); }\r\n\r\n#sm-home .cmp-row { border-top: 1px solid var(--line); transition: background .25s; }\r\n#sm-home .cmp-row:hover { background: oklch(0.95 0.01 80 \/ 0.02); }\r\n#sm-home .cmp-crit { padding: 22px 28px; display: flex; align-items: center; gap: 13px; }\r\n#sm-home .cmp-crit .cmp-ico { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; background: var(--bg-2); border: 1px solid var(--line); color: var(--text-dim); }\r\n#sm-home .cmp-crit .cmp-ico svg { width: 18px; height: 18px; }\r\n#sm-home .cmp-crit b { font-weight: 600; font-size: 15px; }\r\n#sm-home .cmp-val { padding: 22px 24px; font-size: 14px; line-height: 1.5; color: var(--text-dim); display: flex; gap: 11px; align-items: flex-start; }\r\n#sm-home .cmp-val--device { color: var(--text); }\r\n#sm-home .cmp-val .mark { width: 19px; height: 19px; flex: none; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }\r\n#sm-home .cmp-val--device .mark { background: var(--accent); color: oklch(0.18 0.02 70); }\r\n#sm-home .cmp-val--fresh .mark { background: oklch(0.95 0.01 80 \/ 0.07); color: var(--text-faint); border: 1px solid var(--line-2); }\r\n#sm-home .cmp-val .mark svg { width: 12px; height: 12px; }\r\n\r\n\/* =========================================================================\r\n   CATALOG CTA\r\n   ========================================================================= *\/\r\n#sm-home .catalog {\r\n  position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--accent-line);\r\n  background:\r\n    radial-gradient(80% 120% at 85% 10%, var(--accent-soft), transparent 60%),\r\n    radial-gradient(70% 120% at 5% 90%, oklch(0.66 0.115 42 \/ .12), transparent 60%),\r\n    linear-gradient(180deg, var(--bg-2), var(--bg-1));\r\n  padding: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;\r\n}\r\n#sm-home .catalog h2 { font-size: clamp(28px, 3.6vw, 46px); margin-bottom: 18px; }\r\n#sm-home .catalog p { color: var(--text-dim); max-width: 46ch; margin-bottom: 30px; }\r\n#sm-home .catalog .actions { display: flex; gap: 14px; flex-wrap: wrap; }\r\n#sm-home .catalog-side { display: flex; flex-direction: column; gap: 14px; }\r\n#sm-home .cside-stat { border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; background: oklch(0.155 0.008 60 \/ .4); }\r\n#sm-home .cside-stat .n { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--text); }\r\n#sm-home .cside-stat .t { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); margin-top: 6px; }\r\n\r\n\/* ---- Toast ---- *\/\r\n#sm-home .toast {\r\n  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(140%);\r\n  background: var(--bg-3); border: 1px solid var(--accent-line); color: var(--text);\r\n  padding: 14px 22px; border-radius: 14px; font-size: 14px; font-weight: 600; z-index: 9999;\r\n  display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px -20px oklch(0 0 0 \/ .8);\r\n  transition: transform .45s cubic-bezier(.2,.9,.2,1);\r\n}\r\n#sm-home .toast.show { transform: translateX(-50%) translateY(0); }\r\n#sm-home .toast svg { width: 18px; height: 18px; color: var(--accent); }\r\n\r\n\/* ---- reveal on scroll (visible by default; animate only when motion allowed) ---- *\/\r\n#sm-home .reveal { opacity: 1; transform: none; }\r\n@media (prefers-reduced-motion: no-preference) {\r\n  #sm-home.anim .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }\r\n  #sm-home.anim .reveal.in { opacity: 1; transform: none; }\r\n}\r\n\r\n\/* =========================================================================\r\n   RESPONSIVE\r\n   ========================================================================= *\/\r\n@media (max-width: 1000px) {\r\n  #sm-home .hero-grid { grid-template-columns: 1fr; gap: 40px; }\r\n  #sm-home .hero-visual { max-width: 460px; }\r\n  #sm-home .values, #sm-home .products, #sm-home .proof-grid, #sm-home .why-grid, #sm-home .steps { grid-template-columns: repeat(2, 1fr); }\r\n  #sm-home .catalog { grid-template-columns: 1fr; }\r\n}\r\n@media (max-width: 760px) {\r\n  #sm-home .values, #sm-home .products, #sm-home .proof-grid, #sm-home .why-grid, #sm-home .steps { grid-template-columns: 1fr; }\r\n  #sm-home .hero-stats { gap: 24px; }\r\n  #sm-home { font-size: 16px; }\r\n\r\n  \/* comparison \u2192 stacked, labelled *\/\r\n  #sm-home .compare { --cols: 1fr; }\r\n  #sm-home .compare-head { display: none; }\r\n  #sm-home .cmp-row { padding: 6px 4px 16px; border-top: 1px solid var(--line); }\r\n  #sm-home .cmp-crit { padding: 16px 16px 8px; }\r\n  #sm-home .cmp-val { padding: 8px 16px; }\r\n  #sm-home .ch-col--device, #sm-home .cmp-val--device { border-inline: none; border-radius: 0; background: transparent; }\r\n  #sm-home .compare .cmp-row:last-child .cmp-val--device { border-bottom: none; }\r\n  #sm-home .cmp-val--device { color: var(--text); }\r\n  #sm-home .cmp-val::before { content: attr(data-prod) \":\"; flex: none; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; width: 96px; padding-top: 2px; }\r\n  #sm-home .cmp-val--device::before { color: var(--accent); }\r\n  #sm-home .cmp-val--fresh::before { color: var(--text-faint); }\r\n}\r\n\r\n\/* =========================================================================\r\n   BRAND COLOR \u2014 primary orange #f7630c (client's business color)\r\n   Overrides the default amber accent everywhere under #sm-home.\r\n   ========================================================================= *\/\r\n#sm-home { --accent-h: 45; --accent: #f7630c; --accent-soft: rgba(247, 99, 12, 0.14); --accent-line: rgba(247, 99, 12, 0.42); }\r\n\r\n\/* =========================================================================\r\n   SCENT FINDER (pure CSS \u2014 no JavaScript)\r\n   ========================================================================= *\/\r\n#sm-home .finder { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px,3vw,30px); background: linear-gradient(180deg, var(--accent-soft), transparent 55%), var(--bg-1); }\r\n#sm-home .finder input { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }\r\n#sm-home .finder-body { display: grid; grid-template-columns: 1.05fr 1fr; gap: 22px; }\r\n#sm-home .finder-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }\r\n#sm-home .finder-tiles label { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 600; background: oklch(0.95 0.01 80 \/ 0.02); transition: border-color .2s, background .2s; }\r\n#sm-home .finder-tiles label:hover { border-color: var(--accent-line); }\r\n#sm-home .finder-tiles label .fdot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); flex: none; transition: background .2s; }\r\n#sm-home .finder-panels { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: var(--bg); min-height: 268px; }\r\n#sm-home .finder-panel { display: none; }\r\n#sm-home .finder-panel .fmood { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }\r\n#sm-home .finder-panel h3 { font-size: clamp(22px,2.6vw,26px); margin: 10px 0 12px; font-family: var(--font-display); }\r\n#sm-home .finder-panel p { color: var(--text-dim); font-size: 15px; line-height: 1.55; margin-bottom: 18px; max-width: 46ch; }\r\n#sm-home .finder-dev { display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 12px; background: var(--accent-soft); border: 1px solid var(--accent-line); font-size: 14px; margin-bottom: 22px; }\r\n#sm-home .finder-dev b { color: var(--accent); }\r\n#sm-home #fv1:checked ~ .finder-body .finder-panels #fv1p,\r\n#sm-home #fv2:checked ~ .finder-body .finder-panels #fv2p,\r\n#sm-home #fv3:checked ~ .finder-body .finder-panels #fv3p,\r\n#sm-home #fv4:checked ~ .finder-body .finder-panels #fv4p,\r\n#sm-home #fv5:checked ~ .finder-body .finder-panels #fv5p,\r\n#sm-home #fv6:checked ~ .finder-body .finder-panels #fv6p,\r\n#sm-home #fv7:checked ~ .finder-body .finder-panels #fv7p,\r\n#sm-home #fv8:checked ~ .finder-body .finder-panels #fv8p { display: block; }\r\n#sm-home #fv1:checked ~ .finder-body .finder-tiles label[for=fv1],\r\n#sm-home #fv2:checked ~ .finder-body .finder-tiles label[for=fv2],\r\n#sm-home #fv3:checked ~ .finder-body .finder-tiles label[for=fv3],\r\n#sm-home #fv4:checked ~ .finder-body .finder-tiles label[for=fv4],\r\n#sm-home #fv5:checked ~ .finder-body .finder-tiles label[for=fv5],\r\n#sm-home #fv6:checked ~ .finder-body .finder-tiles label[for=fv6],\r\n#sm-home #fv7:checked ~ .finder-body .finder-tiles label[for=fv7],\r\n#sm-home #fv8:checked ~ .finder-body .finder-tiles label[for=fv8] { border-color: var(--accent-line); background: var(--accent-soft); }\r\n#sm-home #fv1:checked ~ .finder-body .finder-tiles label[for=fv1] .fdot,\r\n#sm-home #fv2:checked ~ .finder-body .finder-tiles label[for=fv2] .fdot,\r\n#sm-home #fv3:checked ~ .finder-body .finder-tiles label[for=fv3] .fdot,\r\n#sm-home #fv4:checked ~ .finder-body .finder-tiles label[for=fv4] .fdot,\r\n#sm-home #fv5:checked ~ .finder-body .finder-tiles label[for=fv5] .fdot,\r\n#sm-home #fv6:checked ~ .finder-body .finder-tiles label[for=fv6] .fdot,\r\n#sm-home #fv7:checked ~ .finder-body .finder-tiles label[for=fv7] .fdot,\r\n#sm-home #fv8:checked ~ .finder-body .finder-tiles label[for=fv8] .fdot { background: var(--accent); }\r\n@media (max-width: 760px) { #sm-home .finder-body { grid-template-columns: 1fr; } }\r\n\r\n\/* =========================================================================\r\n   LIFECYCLE\r\n   ========================================================================= *\/\r\n#sm-home .lifecycle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\r\n#sm-home .lc-step { position: relative; padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--bg-1), var(--bg)); }\r\n#sm-home .lc-step .lc-num { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: oklch(0.18 0.02 70); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; margin-bottom: 18px; }\r\n#sm-home .lc-step h3 { font-size: 19px; margin-bottom: 10px; }\r\n#sm-home .lc-step p { color: var(--text-dim); font-size: 14.5px; line-height: 1.55; }\r\n#sm-home .lc-step b { color: var(--text); }\r\n#sm-home .lc-pill { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line); padding: 5px 11px; border-radius: 999px; }\r\n@media (max-width: 760px) { #sm-home .lifecycle { grid-template-columns: 1fr; } }\r\n\r\n\/* =========================================================================\r\n   AFTER-SERVICE\r\n   ========================================================================= *\/\r\n#sm-home .aftercare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\r\n#sm-home .ac-card { padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--accent-soft), transparent 72%), var(--bg-1); }\r\n#sm-home .ac-card .ac-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); border: 1px solid var(--accent-line); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }\r\n#sm-home .ac-card .ac-ic svg { width: 24px; height: 24px; }\r\n#sm-home .ac-card h3 { font-size: 19px; margin-bottom: 10px; }\r\n#sm-home .ac-card p { color: var(--text-dim); font-size: 14.5px; line-height: 1.55; }\r\n@media (max-width: 760px) { #sm-home .aftercare { grid-template-columns: 1fr; } }\r\n\r\n\/* First-purchase kit badge on product cards *\/\r\n#sm-home .card-kit { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line); padding: 4px 9px; border-radius: 999px; align-self: flex-start; margin-top: 2px; }\r\n\r\n\/* Real product photos inside the product card media area *\/\r\n#sm-home .card-media .card-img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 10px; }\r\n\r\n\/* =========================================================================\r\n   HERO \/ VS \u2014 pure-CSS 3D A316 diffuser tower (replaces flat placeholder)\r\n   ========================================================================= *\/\r\n#sm-home .device-zone .device-3d { width: 100%; aspect-ratio: 3\/5; display: grid; place-items: end center; }\r\n#sm-home .device-zone .device-3d .nd-wrap { transform: scale(.62); }\r\n\r\n#sm-home .nd-wrap { position: relative; width: 50px; display: block; perspective: 1100px; perspective-origin: 50% 42%; transform-origin: 50% 100%; }\r\n#sm-home .nd { position: relative; width: 50px; height: 184px; transform-style: preserve-3d; transform: rotateX(-4deg) rotateY(23deg); animation: sm-ndFloat 7.5s ease-in-out infinite; }\r\n#sm-home .nd-face { position: absolute; top: 50%; left: 50%; }\r\n#sm-home .nd-front { width: 50px; height: 184px; transform: translate(-50%, -50%) translateZ(19px); background: linear-gradient(104deg, oklch(0.18 0.004 60) 0%, oklch(0.255 0.005 60) 30%, oklch(0.145 0.003 60) 58%, oklch(0.185 0.004 60) 100%); border: 1px solid oklch(0.31 0.005 60); border-radius: 15px; overflow: hidden; box-shadow: inset 0 1.5px 0 oklch(1 0 0 \/ 0.08), inset 0 -55px 60px -42px oklch(0 0 0 \/ 0.8); }\r\n#sm-home .nd-right { width: 38px; height: 184px; transform: translate(-50%, -50%) rotateY(90deg) translateZ(25px); background: linear-gradient(100deg, oklch(0.085 0.003 60), oklch(0.155 0.004 60) 46%, oklch(0.075 0.002 60)); border-radius: 15px; box-shadow: inset 5px 0 11px -8px oklch(1 0 0 \/ 0.06); }\r\n#sm-home .nd-top { width: 50px; height: 38px; transform: translate(-50%, -50%) rotateX(90deg) translateZ(92px); background: linear-gradient(100deg, oklch(0.235 0.005 60), oklch(0.15 0.004 60)); border-radius: 15px; display: grid; place-items: center; }\r\n#sm-home .nd-outlet { width: 22px; height: 7px; border-radius: 999px; background: radial-gradient(60% 100% at 50% 45%, oklch(0.06 0.003 60), oklch(0.17 0.004 60)); border: 1px solid oklch(0.30 0.005 60); box-shadow: inset 0 1px 4px oklch(0 0 0 \/ 0.85); }\r\n#sm-home .nd-logo { position: absolute; top: 15px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 6px; letter-spacing: .24em; text-transform: uppercase; color: oklch(0.50 0.008 70); }\r\n#sm-home .nd-btn { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 15px; height: 15px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, oklch(0.20 0.004 60), oklch(0.12 0.003 60)); border: 1.5px solid oklch(0.82 0.012 80 \/ 0.78); box-shadow: 0 0 0 0.5px oklch(0 0 0 \/ 0.5), inset 0 0 3px oklch(0 0 0 \/ 0.6); display: grid; place-items: center; }\r\n#sm-home .nd-btn::after { content: \"\"; width: 3px; height: 3px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 5px var(--accent); opacity: .85; animation: sm-ndLed 2.6s ease-in-out infinite; }\r\n#sm-home .nd-mist { position: absolute; left: 50%; top: -34px; transform: translateX(-50%); width: 30px; height: 64px; pointer-events: none; }\r\n#sm-home .nd-mist i { position: absolute; bottom: 0; left: 50%; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle, oklch(0.96 0.01 80 \/ 0.22), transparent 66%); opacity: 0; animation: sm-ndMist 5s ease-out infinite; }\r\n#sm-home .nd-mist i:nth-child(1) { animation-delay: 0s; --mx: -5px; }\r\n#sm-home .nd-mist i:nth-child(2) { animation-delay: 1.7s; --mx: 5px; }\r\n#sm-home .nd-mist i:nth-child(3) { animation-delay: 3.3s; --mx: -2px; }\r\n#sm-home .nd-base { position: absolute; left: 50%; bottom: 1px; transform: translateX(-50%); width: 74px; height: 16px; border-radius: 8px \/ 9px; background: linear-gradient(180deg, oklch(0.255 0.005 60) 0%, oklch(0.165 0.004 60) 42%, oklch(0.095 0.003 60) 100%); box-shadow: inset 0 1.5px 0 oklch(1 0 0 \/ 0.07), inset 0 -3px 5px oklch(0 0 0 \/ 0.6), 0 4px 8px -3px oklch(0 0 0 \/ 0.55); }\r\n#sm-home .nd-base::before { content: \"\"; position: absolute; left: 50%; top: -3px; transform: translateX(-50%); width: 26px; height: 7px; border-radius: 50%; background: radial-gradient(60% 100% at 50% 40%, oklch(0.09 0.003 60), oklch(0.16 0.004 60)); }\r\n#sm-home .nd-floor { position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); width: 128px; height: 26px; border-radius: 50%; background: radial-gradient(50% 100% at 50% 50%, oklch(0 0 0 \/ 0.5), transparent 72%); }\r\n@keyframes sm-ndFloat { 0%, 100% { transform: rotateX(-4deg) rotateY(21deg) translateY(0); } 50% { transform: rotateX(-4deg) rotateY(26deg) translateY(-6px); } }\r\n@keyframes sm-ndLed { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }\r\n@keyframes sm-ndMist { 0% { opacity: 0; transform: translate(-50%, 0) scale(.45); } 22% { opacity: .5; } 100% { opacity: 0; transform: translate(calc(-50% + var(--mx, 0px)), -52px) scale(1.7); } }\r\n@media (prefers-reduced-motion: reduce) { #sm-home .nd, #sm-home .nd-btn::after, #sm-home .nd-mist i { animation: none; } #sm-home .nd-mist { display: none; } }\r\n\r\n\/* VS section: same A316 tower, mini scaled, planted on the floor as the emit source *\/\r\n#sm-home .vc-device--3d { width: 30px; height: 64px; background: none; border: none; }\r\n#sm-home .vc-device--3d::before { display: none; }\r\n#sm-home .vc-device--3d .nd-wrap { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) scale(.40); transform-origin: 50% 100%; }\r\n\r\n<\/style>\r\n\r\n<!-- ============================ PAGE CONTENT ============================ -->\r\n<div id=\"sm-home\">\r\n\r\n  <!-- HERO -->\r\n  <header class=\"hero\" id=\"top\">\r\n    <div class=\"wrap hero-grid\">\r\n      <div class=\"hero-copy\">\r\n        <span class=\"kicker\">\u041e\u0440\u0447\u043d\u044b \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433<\/span>\r\n        <h1 class=\"display\">\u0422\u0430\u043d\u044b \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u0433 <span class=\"accent glow-text\">\u04af\u043d\u044d\u0440\u044d\u044d\u0440<\/span> \u0438\u043b\u044d\u0440\u0445\u0438\u0439\u043b\u044c\u0435.<\/h1>\r\n        <p class=\"lead\">\u0425\u04af\u0439\u0442\u044d\u043d \u0430\u0433\u0430\u0430\u0440\u0430\u0430\u0440 \u043c\u0430\u043d\u0430\u043d\u0436\u0443\u0443\u043b\u0430\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0434 \u0441\u0443\u0443\u0440\u0438\u043b\u0441\u0430\u043d \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d \u043e\u0440\u043e\u043d \u0437\u0430\u0439 \u0431\u04af\u0440\u0442 \u0436\u0438\u0433\u0434, \u0442\u043e\u0433\u0442\u0432\u043e\u0440\u0442\u043e\u0439, \u0442\u0430\u0432 \u0442\u0443\u0445\u0442\u0430\u0439 \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b\u0433 \u0431\u04af\u0440\u0434\u04af\u04af\u043b\u0434\u044d\u0433. \u0417\u043e\u0447\u0438\u0434 \u0431\u0443\u0443\u0434\u0430\u043b, \u0425\u0443\u0434\u0430\u043b\u0434\u0430\u0430\u043d\u044b \u0442\u04e9\u0432, \u0411\u0430\u043d\u043a, \u0420\u0435\u0441\u0442\u043e\u0440\u0430\u043d, \u0424\u0438\u0442\u043d\u0435\u0441\u0441 \u043a\u043b\u0443\u0431, \u0414\u044d\u043b\u0433\u04af\u04af\u0440, \u0410\u0432\u0442\u043e\u043c\u0430\u0448\u0438\u043d \u0431\u043e\u043b\u043e\u043d \u0433\u044d\u0440 \u0430\u0445\u0443\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0448\u0438\u0439\u0434\u044d\u043b.<\/p>\r\n        <div class=\"hero-actions\">\r\n          <a class=\"btn btn-primary\" href=\"#catalog\">\r\n            \u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445\r\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\r\n          <\/a>\r\n          <a class=\"btn btn-ghost\" href=\"#products\">\u0411\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d \u04af\u0437\u044d\u0445<\/a>\r\n        <\/div>\r\n        <div class=\"hero-stats\">\r\n          <div class=\"hstat\"><div class=\"num\" data-count=\"80\" data-suffix=\"+\">80+<\/div><div class=\"lbl\">\u0410\u0440\u043e\u043c\u0430 \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441<\/div><\/div>\r\n          <div class=\"hstat\"><div class=\"num\"><span class=\"accent\">+<\/span><span data-count=\"10\" data-suffix=\" \u0442\u04e9\u0440\u04e9\u043b\">10 \u0442\u04e9\u0440\u04e9\u043b<\/span><\/div><div class=\"lbl\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/div><\/div>\r\n          <div class=\"hstat\"><div class=\"num\" data-count=\"6\" data-suffix=\" \u0441\u0430\u0440\">6 \u0441\u0430\u0440<\/div><div class=\"lbl\">\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430<\/div><\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"hero-visual reveal\">\r\n        <div class=\"hero-scene\">\r\n          <span class=\"scene-grid\"><\/span>\r\n          <div class=\"scene-effect\">\r\n            <span class=\"dot\"><\/span>\r\n            <span class=\"effectText\">\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430<\/span>\r\n          <\/div>\r\n          <div class=\"scene-step scene-step--3\">\r\n            <span class=\"n\">3<\/span>\r\n            <span>\u04ae\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447 \u0442\u0430\u0442\u0430\u0433\u0434\u0430\u043d\u0430<small>\u044d\u0435\u0440\u044d\u0433 \u0441\u044d\u0442\u0433\u044d\u0433\u0434\u044d\u043b, \u0434\u0430\u0445\u0438\u043d \u0438\u0440\u044d\u043b\u0442<\/small><\/span>\r\n          <\/div>\r\n          <div class=\"waves\" aria-hidden=\"true\"><span><\/span><span><\/span><span><\/span><span><\/span><\/div>\r\n          <div class=\"particles\" aria-hidden=\"true\"><\/div>\r\n          <div class=\"scene-step scene-step--2\">\r\n            <span class=\"n\">2<\/span>\r\n            <span>\u04ae\u043d\u044d\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u0430\u0440\u0445\u0430\u043d\u0430<small>\u0436\u0438\u0433\u0434, \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434<\/small><\/span>\r\n          <\/div>\r\n          <div class=\"device-zone\">\r\n            <div class=\"device-3d\" role=\"img\" aria-label=\"A316 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\">\r\n            <span class=\"nd-wrap\">\r\n              <span class=\"nd-mist\"><i><\/i><i><\/i><i><\/i><\/span>\r\n              <div class=\"nd\">\r\n                <span class=\"nd-face nd-top\"><span class=\"nd-outlet\"><\/span><\/span>\r\n                <span class=\"nd-face nd-right\"><\/span>\r\n                <span class=\"nd-face nd-front\"><span class=\"nd-logo\">Scenta<\/span><span class=\"nd-btn\"><\/span><\/span>\r\n              <\/div>\r\n              <span class=\"nd-base\"><\/span>\r\n              <span class=\"nd-floor\"><\/span>\r\n            <\/span>\r\n          <\/div>\r\n            <span class=\"device-base\"><\/span>\r\n          <\/div>\r\n          <div class=\"scene-step scene-step--1\">\r\n            <span class=\"n\">1<\/span>\r\n            <span>\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<small>\u0443\u0441\u0433\u04af\u0439, \u0445\u04af\u0439\u0442\u044d\u043d \u0443\u0443\u0440\u0448\u0443\u0443\u043b\u0430\u043b\u0442<\/small><\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <p class=\"hero-explainer\"><strong>\u0425\u044d\u0440\u0445\u044d\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u0434\u0430\u0433 \u0432\u044d?<\/strong> \u042d\u043d\u044d\u0445\u04af\u04af \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438 \u043d\u044c \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043d\u0430\u0439\u0440\u043b\u0430\u0433\u044b\u0433 \u04e9\u04e9\u0440\u0447\u043b\u04e9\u0445\u0433\u04af\u0439\u0433\u044d\u044d\u0440 \u0430\u0433\u0430\u0430\u0440\u0442 \u043d\u0430\u043d\u043e-\u043d\u0430\u0440\u0438\u0439\u043d \u0448\u0438\u0440\u0445\u044d\u0433\u044d\u044d\u0440 \u043c\u0430\u043d\u0430\u043d\u0436\u0443\u0443\u043b\u0430\u043d \u0442\u0430\u0440\u0430\u0430\u0436, \u0438\u043b\u04af\u04af \u0443\u0434\u0430\u0430\u043d \u04af\u0440\u0433\u044d\u043b\u0436\u043b\u044d\u0445 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0431\u0438\u0439 \u0431\u043e\u043b\u0433\u043e\u043d, \u043e\u0440\u043e\u043d \u0437\u0430\u0439 \u0431\u04af\u0440\u0442 \u0436\u0438\u0433\u0434, \u0442\u043e\u0433\u0442\u0432\u043e\u0440\u0442\u043e\u0439, \u0442\u0430\u0432 \u0442\u0443\u0445\u0442\u0430\u0439 \u0441\u044d\u0442\u0433\u044d\u043b\u0434 \u0443\u0434\u0430\u0430\u043d \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0430\u0445 \u043e\u0440\u0447\u043d\u044b\u0433 \u0431\u04af\u0440\u0434\u04af\u04af\u043b\u0434\u044d\u0433.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/header>\r\n\r\n  <!-- MARQUEE -->\r\n  <div class=\"marquee\" aria-hidden=\"true\">\r\n    <div class=\"marquee-track\">\r\n      <span>\u0417\u043e\u0447\u0438\u0434 \u0431\u0443\u0443\u0434\u0430\u043b<\/span><span>\u0416\u0438\u0436\u0438\u0433\u043b\u044d\u043d \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u0430<\/span><span>\u041e\u0444\u0444\u0438\u0441<\/span><span>\u0424\u0438\u0442\u043d\u0435\u0441<\/span><span>\u0421\u043f\u0430 &amp; \u0433\u043e\u043e \u0441\u0430\u0439\u0445\u0430\u043d<\/span><span>\u0420\u0435\u0441\u0442\u043e\u0440\u0430\u043d<\/span><span>\u04ae\u043b \u0445\u04e9\u0434\u043b\u04e9\u0445 \u0445\u04e9\u0440\u04e9\u043d\u0433\u04e9<\/span><span>\u042d\u043c\u043d\u044d\u043b\u044d\u0433<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- GIFTED PRODUCTS -->\r\n  <section class=\"section-pad\" id=\"gifted\">\r\n    <div class=\"wrap\">\r\n      <div class=\"prod-head reveal\">\r\n        <div>\r\n          <span class=\"kicker\">\u0411\u0438\u0434\u043d\u044d\u044d\u0441 \u0431\u044d\u043b\u044d\u0433<\/span>\r\n          <h2 class=\"section-title\" style=\"margin-top:18px\">\u04ae\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u043d\u044b \u0431\u044d\u043b\u044d\u0433\u0442\u044d\u0439 \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b \u0437\u0430\u0440\u043b\u0430\u0433\u0434\u043b\u0430\u0430.<\/h2>\r\n        <\/div>\r\n        <a class=\"btn btn-ghost\" href=\"#products\">\u0411\u04af\u0445 \u0431\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d<\/a>\r\n      <\/div>\r\n      <p class=\"lead reveal\" style=\"margin:-24px 0 40px\">\u042d\u0434\u0433\u044d\u044d\u0440 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u04e9\u04e9\u0441 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0430\u043b\u0442 \u0445\u0438\u0439\u0445\u044d\u0434 \u0442\u0430\u043d\u044b \u0442\u0430\u0432 \u0442\u0443\u0445\u044b\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u044d\u0445 \u0442\u0430\u043d\u0441\u0430\u0433 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0431\u0438\u0434 \u0442\u0430\u043d\u0434 \u0431\u044d\u043b\u044d\u0433\u043b\u044d\u0445 \u0431\u043e\u043b\u043d\u043e.<\/p>\r\n      <div class=\"products\">\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/t-370\/\" aria-label=\"T-370\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/1-300x300.png\" alt=\"T-370 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/t-370\/\" style=\"color:inherit;text-decoration:none\">T-370<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">250,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=3091\" data-name=\"T-370\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/az106-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"AZ106 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2022\/10\/AZ106-1.jpg\" alt=\"AZ106 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/az106-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">AZ106 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">300,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1334\" data-name=\"AZ106 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/a613-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A613 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/10-1-600x600.jpg\" alt=\"A613 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a613-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A613 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">145,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1329\" data-name=\"A613 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/a323-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A323 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/03\/1.webp\" alt=\"A323 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a323-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A323 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">150,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1328\" data-name=\"A323 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/a974\/\" aria-label=\"A974 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/03\/A974-2-600x600.jpg\" alt=\"A974 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a974\/\" style=\"color:inherit;text-decoration:none\">A974 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">350,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=629\" data-name=\"A974 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/az107\/\" aria-label=\"AZ107\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2023\/08\/home-fragrance-machine01.png\" alt=\"AZ107 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/az107\/\" style=\"color:inherit;text-decoration:none\">AZ107<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">450,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=551\" data-name=\"AZ107\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-gift\">\ud83c\udf81 \u0411\u042d\u041b\u042d\u0413\u0422\u042d\u0419<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/a303-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A303 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2020\/09\/A303.jpg\" alt=\"A303 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a303-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A303 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <span class=\"card-kit\">\u0411\u044d\u043b\u044d\u0433 \u0434\u0430\u0433\u0430\u043b\u0434\u0441\u0430\u043d \u0443\u0440\u0430\u043c\u0448\u0443\u0443\u043b\u0430\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">350,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=275\" data-name=\"A303 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- SCENT FINDER (pure-CSS, no JS) -->\r\n  <section class=\"section-pad\" id=\"finder\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u0422\u0430\u043d\u044b \u0431\u0438\u0437\u043d\u0435\u0441\u0442 \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u04af\u043d\u044d\u0440<\/span>\r\n        <h2 class=\"section-title\">\u0422\u0430 \u044f\u043c\u0430\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u0430\u0436\u0438\u043b\u043b\u0430\u0434\u0430\u0433 \u0432\u044d?<\/h2>\r\n        <p class=\"lead\">\u0411\u0438\u0437\u043d\u0435\u0441\u044d\u044d \u0441\u043e\u043d\u0433\u043e\u043e\u0434, \u0442\u0443\u0445\u0430\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u0430\u044f\u0441 \u0431\u043e\u043b\u043e\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u043d \u0441\u0430\u043d\u0430\u043b\u044b\u0433 \u0442\u044d\u0440 \u0434\u0430\u0440\u0443\u0439 \u0430\u0432\u0430\u0430\u0440\u0430\u0439.<\/p>\r\n      <\/div>\r\n      <div class=\"finder reveal\">\r\n        <input type=\"radio\" name=\"finder\" id=\"fv1\" checked><input type=\"radio\" name=\"finder\" id=\"fv2\"><input type=\"radio\" name=\"finder\" id=\"fv3\"><input type=\"radio\" name=\"finder\" id=\"fv4\"><input type=\"radio\" name=\"finder\" id=\"fv5\"><input type=\"radio\" name=\"finder\" id=\"fv6\"><input type=\"radio\" name=\"finder\" id=\"fv7\"><input type=\"radio\" name=\"finder\" id=\"fv8\">\r\n        <div class=\"finder-body\">\r\n          <div class=\"finder-tiles\">\r\n        <label for=\"fv1\"><span class=\"fdot\"><\/span>\u0417\u043e\u0447\u0438\u0434 \u0431\u0443\u0443\u0434\u0430\u043b<\/label>\r\n        <label for=\"fv2\"><span class=\"fdot\"><\/span>\u0420\u0435\u0441\u0442\u043e\u0440\u0430\u043d \/ \u041a\u0430\u0444\u0435<\/label>\r\n        <label for=\"fv3\"><span class=\"fdot\"><\/span>\u041e\u0444\u0444\u0438\u0441 \/ \u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d<\/label>\r\n        <label for=\"fv4\"><span class=\"fdot\"><\/span>\u0414\u044d\u043b\u0433\u04af\u04af\u0440 \/ \u0411\u0443\u0442\u0438\u043a<\/label>\r\n        <label for=\"fv5\"><span class=\"fdot\"><\/span>\u042d\u043c\u043d\u044d\u043b\u044d\u0433 \/ \u0428\u04af\u0434\u043d\u0438\u0439<\/label>\r\n        <label for=\"fv6\"><span class=\"fdot\"><\/span>\u0424\u0438\u0442\u043d\u0435\u0441 \/ \u0421\u043f\u0430<\/label>\r\n        <label for=\"fv7\"><span class=\"fdot\"><\/span>\u0410\u0432\u0442\u043e \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u0430<\/label>\r\n        <label for=\"fv8\"><span class=\"fdot\"><\/span>\u04ae\u043b \u0445\u04e9\u0434\u043b\u04e9\u0445 \/ \u0428\u043e\u0443\u0440\u0443\u043c<\/label>\r\n          <\/div>\r\n          <div class=\"finder-panels\">\r\n        <div class=\"finder-panel\" id=\"fv1p\"><span class=\"fmood\">\u0414\u0443\u043b\u0430\u0430\u043d \u00b7 \u0442\u0430\u043d\u0441\u0430\u0433 \u00b7 \u0443\u0433\u0442\u0430\u043d \u0430\u0432\u0430\u0445<\/span><h3>\u0417\u043e\u0447\u0438\u0434 \u0431\u0443\u0443\u0434\u0430\u043b<\/h3><p>\u0417\u043e\u0447\u043d\u044b\u0433 \u0445\u0430\u0430\u043b\u0433\u0430\u043d\u0430\u0430\u0441 \u0443\u0433\u0442\u0430\u0445 \u0434\u0443\u043b\u0430\u0430\u043d, \u0442\u0430\u043d\u0441\u0430\u0433 \u0430\u044f\u0441 \u2014 \u043c\u043e\u0434, \u0432\u0430\u043d\u0438\u043b\u044c, \u0445\u0443\u0432 \u043c\u0430\u044f\u0433\u0438\u0439\u043d \u0437\u04e9\u04e9\u043b\u04e9\u043d \u04af\u043d\u044d\u0440 \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u043d \u0434\u0443\u0440\u0441\u0430\u043c\u0436 \u04af\u043b\u0434\u044d\u044d\u043d\u044d.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0442\u043e\u043c \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 (\u0444\u043e\u0439\u0435, \u043b\u043e\u0431\u0431\u0438)<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv2p\"><span class=\"fmood\">\u0425\u043e\u043e\u043b\u043d\u044b \u0434\u0443\u0440\u0448\u0438\u043b \u00b7 \u0448\u0438\u043d\u044d\u0445\u044d\u043d \u00b7 \u0442\u0430\u0432 \u0442\u0443\u0445<\/span><h3>\u0420\u0435\u0441\u0442\u043e\u0440\u0430\u043d \/ \u041a\u0430\u0444\u0435<\/h3><p>\u0425\u043e\u043e\u043b\u043d\u044b \u0434\u0443\u0440\u0448\u043b\u044b\u0433 \u0441\u044d\u0440\u0433\u044d\u044d\u0445, \u0442\u0430\u0432 \u0442\u0443\u0445\u0442\u0430\u0439 \u0443\u0443\u0440 \u0430\u043c\u044c\u0441\u0433\u0430\u043b \u2014 citrus, \u043a\u043e\u0444\u0435, \u0448\u0438\u043d\u044d\u0445\u044d\u043d \u0436\u0438\u043c\u0441\u043d\u0438\u0439 \u0430\u044f\u0441.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0434\u0443\u043d\u0434 \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv3p\"><span class=\"fmood\">\u0422\u04e9\u0432\u043b\u04e9\u0440\u04e9\u043b \u00b7 \u0442\u0443\u043d\u0433\u0430\u043b\u0430\u0433 \u00b7 \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d<\/span><h3>\u041e\u0444\u0444\u0438\u0441 \/ \u04ae\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d<\/h3><p>\u0410\u043d\u0445\u0430\u0430\u0440\u0430\u043b \u0442\u04e9\u0432\u043b\u04e9\u0440\u04af\u04af\u043b\u044d\u0445, \u0446\u044d\u0432\u044d\u0440 \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u0438\u043d \u2014 \u0446\u0430\u0439\u0432\u0430\u0440, \u0441\u044d\u0440\u04af\u04af\u043d, \u044d\u0440\u0447 \u0445\u04af\u0447\u0442\u044d\u0439 \u0430\u044f\u0441.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0434\u0443\u043d\u0434\u2013\u0442\u043e\u043c \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv4p\"><span class=\"fmood\">\u0422\u0430\u043d\u0441\u0430\u0433 \u00b7 \u0443\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u0443\u0443\u043b\u0430\u0445<\/span><h3>\u0414\u044d\u043b\u0433\u04af\u04af\u0440 \/ \u0411\u0443\u0442\u0438\u043a<\/h3><p>\u04ae\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0438\u0439\u0433 \u0443\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u0443\u0443\u043b\u0430\u0445 \u0442\u0430\u043d\u0441\u0430\u0433 \u043c\u044d\u0434\u0440\u044d\u043c\u0436 \u2014 \u0437\u04e9\u04e9\u043b\u04e9\u043d \u0446\u044d\u0446\u044d\u0433, \u043c\u0443\u0441\u043a\u0443\u0441, \u0434\u0443\u043b\u0430\u0430\u043d \u043c\u043e\u0434.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0434\u0443\u043d\u0434 \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv5p\"><span class=\"fmood\">\u0426\u044d\u0432\u044d\u0440 \u00b7 \u0442\u0430\u0439\u0432\u0448\u0440\u0443\u0443\u043b\u0430\u0445 \u00b7 \u0430\u0439\u0434\u0430\u0441 \u0431\u0443\u0443\u0440\u0443\u0443\u043b\u0430\u0445<\/span><h3>\u042d\u043c\u043d\u044d\u043b\u044d\u0433 \/ \u0428\u04af\u0434\u043d\u0438\u0439<\/h3><p>\u0410\u0439\u0434\u0441\u044b\u0433 \u043d\u0430\u043c\u0436\u0430\u0430\u0445 \u0446\u044d\u0432\u044d\u0440\u0445\u044d\u043d, \u0441\u044d\u0440\u04af\u04af\u043d \u0430\u044f\u0441 \u2014 \u043d\u044f\u043b\u0445, \u0442\u0443\u043d\u0433\u0430\u043b\u0430\u0433 \u04af\u043d\u044d\u0440 \u04e9\u0432\u0447\u0442\u04e9\u043d\u0438\u0439 \u0442\u04af\u0433\u0448\u04af\u04af\u0440\u0438\u0439\u0433 \u0431\u0443\u0443\u0440\u0443\u0443\u043b\u043d\u0430.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0436\u0438\u0436\u0438\u0433\u2013\u0434\u0443\u043d\u0434 \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv6p\"><span class=\"fmood\">\u042d\u0440\u0447 \u0445\u04af\u0447 \u044d\u0441\u0432\u044d\u043b \u0430\u043c\u0440\u0430\u043b\u0442<\/span><h3>\u0424\u0438\u0442\u043d\u0435\u0441 \/ \u0421\u043f\u0430<\/h3><p>\u0417\u0430\u0430\u043b \u2014 \u044d\u0440\u0447 \u0445\u04af\u0447 \u04e9\u0433\u04e9\u0445 \u044d\u0432\u043a\u0430\u043b\u0438\u043f\u0442, \u0446\u0438\u0442\u0440\u0443\u0441; \u0441\u043f\u0430 \u2014 \u0430\u043c\u0440\u0430\u0430\u0445 \u043b\u0430\u0432\u0430\u043d\u0434\u0430, \u0433\u0430\u0430. \u0411\u04af\u0441\u044d\u044d\u0441 \u0445\u0430\u043c\u0430\u0430\u0440\u0447 \u0441\u043e\u043d\u0433\u043e\u043d\u043e.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0431\u04af\u0441\u0447\u0438\u043b\u0441\u044d\u043d \u0448\u0438\u0439\u0434\u044d\u043b<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv7p\"><span class=\"fmood\">\u201c\u0428\u0438\u043d\u044d \u043c\u0430\u0448\u0438\u043d\u201d \u00b7 \u04e9\u043d\u0434\u04e9\u0440 \u0437\u044d\u0440\u044d\u0433\u043b\u044d\u043b \u00b7 \u0438\u0442\u0433\u044d\u043b<\/span><h3>\u0410\u0432\u0442\u043e \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u0430<\/h3><p>\u0425\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0430\u0445 \u0438\u0442\u0433\u044d\u043b \u0442\u04e9\u0440\u04af\u04af\u043b\u044d\u0445 \u04e9\u043d\u0434\u04e9\u0440 \u0437\u044d\u0440\u044d\u0433\u043b\u044d\u043b\u0438\u0439\u043d \u0430\u044f\u0441 \u2014 \u0430\u0440\u044c\u0441, \u0434\u0443\u043b\u0430\u0430\u043d \u043c\u043e\u0434, \u0446\u044d\u0432\u044d\u0440 \u0430\u044f\u0441.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0442\u043e\u043c \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 (\u0448\u043e\u0443\u0440\u0443\u043c)<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n        <div class=\"finder-panel\" id=\"fv8p\"><span class=\"fmood\">\u0413\u044d\u0440\u0438\u0439\u043d \u0434\u0443\u043b\u0430\u0430\u043d \u00b7 \u043c\u04e9\u0440\u04e9\u04e9\u0434\u043b\u0438\u0439\u043d<\/span><h3>\u04ae\u043b \u0445\u04e9\u0434\u043b\u04e9\u0445 \/ \u0428\u043e\u0443\u0440\u0443\u043c<\/h3><p>\u201c\u042d\u043d\u044d \u0431\u043e\u043b \u043c\u0438\u043d\u0438\u0439 \u0433\u044d\u0440\u201d \u043c\u044d\u0434\u0440\u044d\u043c\u0436 \u0442\u04e9\u0440\u04af\u04af\u043b\u044d\u0445 \u0434\u0443\u043b\u0430\u0430\u043d \u0430\u044f\u0441 \u2014 \u0436\u0438\u0433\u043d\u044d\u043c\u044d\u0433, \u0432\u0430\u043d\u0438\u043b\u044c, \u0437\u04e9\u04e9\u043b\u04e9\u043d \u043c\u043e\u0434.<\/p><div class=\"finder-dev\">\u0421\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445: <b>\u0434\u0443\u043d\u0434 \u0442\u0430\u043b\u0431\u0430\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/b><\/div><a class=\"btn btn-primary\" href=\"#catalog\">\u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- PROOF -->\r\n  <section class=\"section-pad\" id=\"proof\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u04ae\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0438\u0439\u043d \u0430\u0448\u0438\u0433 \u0442\u0443\u0441<\/span>\r\n        <h2 class=\"section-title\">\u0414\u044d\u043b\u0445\u0438\u0439\u043d \u0431\u0440\u044d\u043d\u0434\u04af\u04af\u0434 \u043d\u043e\u0442\u043e\u043b\u0441\u043e\u043d<\/h2>\r\n        <p class=\"lead\">\u0417\u04e9\u0432 \u0441\u043e\u043d\u0433\u043e\u0441\u043e\u043d \u04af\u043d\u044d\u0440 \u043d\u044c \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436, \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442, \u0430\u0436\u043b\u044b\u043d \u0431\u04af\u0442\u044d\u044d\u043c\u0436\u0438\u0434 \u0445\u044d\u043c\u0436\u0438\u0433\u0434\u044d\u0445\u04af\u0439\u0446 \u043d\u04e9\u043b\u04e9\u04e9 \u04af\u0437\u04af\u04af\u043b\u0434\u044d\u0433.<\/p>\r\n      <\/div>\r\n      <div class=\"proof-grid reveal\">\r\n        <div class=\"proof-card\">\r\n          <div class=\"proof-media\"><img decoding=\"async\" class=\"img-slot\" style=\"object-fit:cover\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/04\/530240090_745508914907247_6440208311463889290_n-600x600-1.jpg\" alt=\"Starbucks \u0434\u044d\u043b\u0433\u04af\u04af\u0440\u0442 \u04af\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0441\u043d\u044d\u044d\u0440 \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436 19% \u04e9\u0441\u0441\u04e9\u043d\" loading=\"lazy\"><span class=\"logo\">STARBUCKS<\/span><\/div>\r\n          <div class=\"proof-body\"><div class=\"big\">+19%<\/div><p>\u04ae\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0438\u0439\u043d \u0445\u04af\u0447\u044d\u044d\u0440 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436\u0438\u0439\u0433 19%, \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 10\u201320% \u04e9\u0441\u0433\u04e9\u0441\u04e9\u043d.<\/p><\/div>\r\n        <\/div>\r\n        <div class=\"proof-card\">\r\n          <div class=\"proof-media\"><img decoding=\"async\" class=\"img-slot\" style=\"object-fit:cover\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/04\/534137252_751151501009655_2124046136917006481_n-600x600-1.jpg\" alt=\"Nike \u0441\u043f\u043e\u0440\u0442 \u0434\u044d\u043b\u0433\u04af\u04af\u0440\u0442 \u04af\u043d\u044d\u0440\u0442\u044d\u0439 \u043e\u0440\u0447\u0438\u043d\u0434 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0430\u0445 \u0445\u0430\u043d\u0434\u043b\u0430\u0433\u0430 84% \u04e9\u043d\u0434\u04e9\u0440\" loading=\"lazy\"><span class=\"logo\">NIKE<\/span><\/div>\r\n          <div class=\"proof-body\"><div class=\"big\">+84%<\/div><p>\u04ae\u043d\u044d\u0440\u0442\u044d\u0439 \u043e\u0440\u0447\u0438\u043d\u0434 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0430\u0445 \u0445\u0430\u043d\u0434\u043b\u0430\u0433\u0430 84% \u0438\u043b\u04af\u04af \u0431\u0430\u0439\u0441\u043d\u044b\u0433 Nike-\u0438\u0439\u043d \u0441\u0443\u0434\u0430\u043b\u0433\u0430\u0430 \u0438\u043b\u0440\u04af\u04af\u043b\u0436\u044d\u044d.<\/p><\/div>\r\n        <\/div>\r\n        <div class=\"proof-card\">\r\n          <div class=\"proof-media\"><img decoding=\"async\" class=\"img-slot\" style=\"object-fit:cover\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/04\/530817232_748623404595798_7831811614873487933_n-600x600-1.jpg\" alt=\"Takasago \u043e\u0444\u0444\u0438\u0441\u044b\u043d \u0441\u0443\u0434\u0430\u043b\u0433\u0430\u0430\u0433\u0430\u0430\u0440 \u0437\u04e9\u0432 \u04af\u043d\u044d\u0440 \u043d\u044c \u0430\u0436\u0438\u043b\u0442\u043d\u0443\u0443\u0434\u044b\u043d \u0431\u04af\u0442\u044d\u044d\u043c\u0436\u0438\u0439\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u0434\u044d\u0433\" loading=\"lazy\"><span class=\"logo\">\u041e\u0424\u0424\u0418\u0421 \u0421\u0423\u0414\u0410\u041b\u0413\u0410\u0410<\/span><\/div>\r\n          <div class=\"proof-body\"><div class=\"big\">\u2191 \u0411\u04af\u0442\u044d\u044d\u043c\u0436<\/div><p>Takasago-\u0433\u0438\u0439\u043d \u0441\u0443\u0434\u0430\u043b\u0433\u0430\u0430\u0433\u0430\u0430\u0440 \u0437\u04e9\u0432 \u04af\u043d\u044d\u0440 \u043d\u044c \u0430\u0436\u0438\u043b\u0442\u043d\u0443\u0443\u0434\u044b\u043d \u0430\u043d\u0445\u0430\u0430\u0440\u0430\u043b \u0442\u04e9\u0432\u043b\u04e9\u0440\u04e9\u043b, \u0431\u04af\u0442\u044d\u044d\u043c\u0436\u0438\u0434 \u043c\u044d\u0434\u044d\u0433\u0434\u044d\u0445\u04af\u0439\u0446 \u043d\u04e9\u043b\u04e9\u04e9\u043b\u0434\u04e9\u0433.<\/p><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- WHY \/ NEUROSCIENCE -->\r\n  <section class=\"why section-pad\" id=\"why\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u0428\u0438\u043d\u0436\u043b\u044d\u0445 \u0443\u0445\u0430\u0430\u043d<\/span>\r\n        <h2 class=\"section-title\">\u042f\u0430\u0433\u0430\u0430\u0434 \u0441\u0430\u0439\u0445\u0430\u043d \u04af\u043d\u044d\u0440 \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0434\u0438\u0439\u0433 \u0442\u0430\u0442\u0434\u0430\u0433 \u0432\u044d?<\/h2>\r\n      <\/div>\r\n      <div class=\"why-grid reveal\" id=\"sm-whyGrid\">\r\n        <div class=\"why-item\"><div class=\"why-num\">01 \/ 06<\/div><h3>\u0423\u0445\u0430\u043c\u0441\u0430\u0440<\/h3><p>\u0411\u0430\u043d\u043d\u0435\u0440, \u0437\u0443\u0440\u0430\u0433\u0442 \u0445\u0443\u0443\u0434\u0430\u0441 \u0433\u044d\u0445 \u043c\u044d\u0442 \u0441\u0443\u0440\u0442\u0430\u043b\u0447\u0438\u043b\u0433\u0430\u0430\u0433 \u0445\u04af\u043c\u04af\u04af\u0441 \u0430\u043d\u0437\u0430\u0430\u0440\u0430\u043b\u0433\u04af\u0439 \u04e9\u043d\u0433\u04e9\u0440\u0434\u04e9\u0433 \u0445\u044d\u0440\u043d\u044d\u044d \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0442\u043e\u043e\u0445\u0433\u04af\u0439 \u04e9\u043d\u0433\u04e9\u0440\u0447 \u0447\u0430\u0434\u0434\u0430\u0433\u0433\u04af\u0439.<\/p><\/div>\r\n        <div class=\"why-item\"><div class=\"why-num\">02 \/ 06<\/div><h3>\u04ae\u043d\u044d\u0440\u0438\u0439\u0433 \u043c\u044d\u0434\u0440\u044d\u0445<\/h3><p>\u04ae\u043d\u044d\u0440\u0438\u0439\u0433 \u043c\u044d\u0434\u0440\u044d\u0445 \u043d\u044c \u0443\u0445\u0430\u043c\u0441\u0430\u0440\u044b\u043d \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0433\u0430\u0439\u0445\u0430\u043b\u0442\u0430\u0439 \u0437\u044d\u0432\u0441\u044d\u0433. \u0425\u04af\u043d 1 \u0438\u0445 \u043d\u0430\u044f\u0434 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u044f\u043b\u0433\u0430\u0436 \u0447\u0430\u0434\u0434\u0430\u0433.<\/p><\/div>\r\n        <div class=\"why-item\"><div class=\"why-num\">03 \/ 06<\/div><h3>\u04ae\u0439\u043b\u0447\u043b\u044d\u0445 \u0440\u0430\u0434\u0438\u0443\u0441<\/h3><p>\u04ae\u043d\u044d\u0440 \u043c\u0430\u0448 \u0445\u043e\u043b \u0437\u0430\u0439\u0434 \u0442\u0430\u0440\u0445\u0430\u0436, \u044d\u0445 \u04af\u04af\u0441\u0432\u044d\u0440 \u0437\u043e\u0433\u0441\u0441\u043e\u043d \u04af\u0435\u0434 \u0447 \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u04af\u043d\u044d\u0440\u0442\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u0434\u0430\u0433.<\/p><\/div>\r\n        <div class=\"why-item\"><div class=\"why-num\">04 \/ 06<\/div><h3>\u0423\u0440\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u044b \u0441\u0430\u043d\u0430\u0445 \u043e\u0439<\/h3><p>\u04ae\u043d\u044d\u0440\u043d\u0438\u0439 \u043c\u044d\u0434\u044d\u044d\u043b\u044d\u043b \u043d\u044c \u0437\u0443\u0440\u0430\u0433 \u0434\u04af\u0440\u0441\u043b\u044d\u043b, \u0434\u0443\u0443 \u0447\u0438\u043c\u044d\u044d\u043d\u044d\u044d\u0441 \u0438\u043b\u04af\u04af \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0445\u04af\u043d\u0438\u0439 \u0442\u0430\u0440\u0445\u0438\u043d\u0434 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0434\u0430\u0433.<\/p><\/div>\r\n        <div class=\"why-item\"><div class=\"why-num\">05 \/ 06<\/div><h3>\u0425\u0430\u0440\u0438\u0443 \u04af\u0439\u043b\u0434\u044d\u043b<\/h3><p>\u0425\u04af\u043d\u0438\u0439 \u04af\u043d\u044d\u0440\u0442 \u0445\u0430\u0440\u0438\u0443 \u04af\u0439\u043b\u0434\u044d\u043b \u04af\u0437\u04af\u04af\u043b\u044d\u0445 \u0445\u0443\u0433\u0430\u0446\u0430\u0430 \u043d\u044c \u04e9\u0432\u0434\u04e9\u043b\u0442\u04e9\u043d\u0434 \u0445\u0430\u0440\u0438\u0443 \u04af\u0439\u043b\u0434\u044d\u043b \u04af\u0437\u04af\u04af\u043b\u044d\u0445\u044d\u044d\u0441 \u0447 \u0445\u0443\u0440\u0434\u0430\u043d \u0431\u0430\u0439\u0434\u0430\u0433.<\/p><\/div>\r\n        <div class=\"why-item\"><div class=\"why-num\">06 \/ 06<\/div><h3>\u0425\u043e\u0441\u0433\u04af\u0439 \u043d\u04e9\u043b\u04e9\u04e9<\/h3><p>\u04ae\u043d\u044d\u0440 \u043d\u044c \u0445\u043e\u043e\u043b \u0434\u0443\u0440\u0448\u0438\u043b, \u043e\u044e\u0443\u043d \u0441\u0430\u043d\u0430\u0430, \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b, \u043e\u0439 \u0441\u0430\u043d\u0430\u043c\u0436\u0438\u0439\u0433 \u0443\u0434\u0438\u0440\u0434\u0434\u0430\u0433 \u0442\u0443\u043d\u0433\u0430\u043b\u0430\u0433\u0438\u0439\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u0434 \u043d\u04e9\u043b\u04e9\u04e9\u043b\u0434\u04e9\u0433.<\/p><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- VISUAL COMPARE (animated) -->\r\n  <section class=\"section-pad\" id=\"visual-compare\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u041d\u04af\u0434\u044d\u044d\u0440 \u0445\u0430\u0440\u044c\u0446\u0443\u0443\u043b\u044a\u044f<\/span>\r\n        <h2 class=\"section-title\">\u04ae\u043d\u044d\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u0445\u044d\u0440\u0445\u044d\u043d \u0442\u0430\u0440\u0445\u0434\u0430\u0433 \u0432\u044d?<\/h2>\r\n        <p class=\"lead\">\u0417\u04af\u04af\u043d \u0442\u0430\u043b\u0434: \u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u043d\u044c \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0431\u04af\u0445\u044d\u043b \u043e\u0440\u0447\u0438\u043d\u0434 \u0436\u0438\u0433\u0434, \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0442\u04af\u0433\u044d\u044d\u0436, \u0430\u043b\u0441\u044b\u043d \u0437\u0430\u0439\u0434 \u0447 \u04af\u0439\u043b\u0447\u0438\u043b\u043d\u044d. \u0411\u0430\u0440\u0443\u0443\u043d \u0442\u0430\u043b\u0434: \u042d\u043d\u0433\u0438\u0439\u043d \u0430\u0433\u0430\u0430\u0440\u0436\u0443\u0443\u043b\u0430\u0433\u0447 \u043d\u044c \u0437\u04e9\u0432\u0445\u04e9\u043d \u043e\u0439\u0440 \u043e\u0440\u0447\u0438\u043c\u0434\u043e\u043e \u04af\u0439\u043b\u0447\u0438\u043b\u0436, \u0442\u043e\u043c \u0434\u0443\u0441\u043b\u0443\u0443\u0434 \u0431\u043e\u043b\u043e\u043d \u0445\u0443\u0440\u0434\u0430\u043d \u0443\u043d\u0430\u0436, \u04af\u043d\u044d\u0440 \u043d\u044c \u0445\u0443\u0440\u0434\u0430\u043d \u0430\u0440\u0438\u043b\u0434\u0430\u0433.<\/p>\r\n      <\/div>\r\n      <div class=\"vc-grid reveal\">\r\n        <span class=\"vc-vs\">VS<\/span>\r\n        <div class=\"vc-room vc-room--device\">\r\n          <div class=\"vc-room-head\">\r\n            <span class=\"vc-badge\">\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/span>\r\n            <h3>\u0425\u043e\u043b \u0437\u0430\u0439\u043d\u0434 \u0447 \u04af\u0440 \u0434\u04af\u043d\u0442\u044d\u0439<\/h3>\r\n          <\/div>\r\n          <div class=\"vc-stage\">\r\n            <span class=\"vc-note\">\u0425\u04af\u0439\u0442\u044d\u043d \u0430\u0433\u0430\u0430\u0440\u0430\u0430\u0440 \u0430\u0442\u043e\u043c\u0436\u0443\u0443\u043b\u0430\u043d \u043c\u0430\u043d\u0430\u043d\u0436\u0443\u0443\u043b\u0436 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0436\u0438\u0433\u0434 \u0442\u0430\u0440\u0430\u0430\u0436, \u0443\u0434\u0430\u0430\u043d \u0431\u0430\u0440\u0438\u043d\u0430.<\/span>\r\n            <span class=\"vc-cover vc-cover--full\"><\/span>\r\n            <div class=\"vc-emit\" data-emit=\"device\">\r\n            <span class=\"vc-dot\" style=\"--x:13px;--y:-184px;--d:5.86s;--delay:1.29s;width:5.2px;height:5.2px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:49px;--y:-243px;--d:8.23s;--delay:1.08s;width:5.1px;height:5.1px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:156px;--y:-193px;--d:8.70s;--delay:0.09s;width:5.4px;height:5.4px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:100px;--y:-187px;--d:8.59s;--delay:1.49s;width:4.9px;height:4.9px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-100px;--y:-279px;--d:6.79s;--delay:1.83s;width:5.7px;height:5.7px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:67px;--y:-256px;--d:6.75s;--delay:1.34s;width:4.9px;height:4.9px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-78px;--y:-256px;--d:7.74s;--delay:0.70s;width:4.5px;height:4.5px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:46px;--y:-247px;--d:5.04s;--delay:5.56s;width:5.7px;height:5.7px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-111px;--y:-271px;--d:5.97s;--delay:0.18s;width:5.3px;height:5.3px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-142px;--y:-191px;--d:6.59s;--delay:4.00s;width:4.2px;height:4.2px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-38px;--y:-223px;--d:7.12s;--delay:4.81s;width:5.0px;height:5.0px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:124px;--y:-178px;--d:6.43s;--delay:4.02s;width:3.6px;height:3.6px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-113px;--y:-254px;--d:7.64s;--delay:1.74s;width:4.2px;height:4.2px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:59px;--y:-180px;--d:6.80s;--delay:0.30s;width:4.0px;height:4.0px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-86px;--y:-187px;--d:5.86s;--delay:0.90s;width:5.0px;height:5.0px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-104px;--y:-261px;--d:5.72s;--delay:1.10s;width:4.7px;height:4.7px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:166px;--y:-276px;--d:5.06s;--delay:2.59s;width:6.0px;height:6.0px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:98px;--y:-272px;--d:5.99s;--delay:0.60s;width:3.5px;height:3.5px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:100px;--y:-216px;--d:6.22s;--delay:4.17s;width:4.5px;height:4.5px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:72px;--y:-215px;--d:5.89s;--delay:3.73s;width:4.9px;height:4.9px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:143px;--y:-246px;--d:5.46s;--delay:4.64s;width:3.5px;height:3.5px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-94px;--y:-161px;--d:8.71s;--delay:3.31s;width:5.7px;height:5.7px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:2px;--y:-190px;--d:5.12s;--delay:5.32s;width:4.7px;height:4.7px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-132px;--y:-210px;--d:7.67s;--delay:3.28s;width:4.8px;height:4.8px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:93px;--y:-226px;--d:8.21s;--delay:2.42s;width:6.0px;height:6.0px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-126px;--y:-205px;--d:7.68s;--delay:5.31s;width:4.5px;height:4.5px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:-106px;--y:-242px;--d:6.16s;--delay:4.21s;width:4.4px;height:4.4px\"><\/span>\r\n            <span class=\"vc-dot\" style=\"--x:114px;--y:-216px;--d:5.20s;--delay:1.59s;width:4.0px;height:4.0px\"><\/span>\r\n            <\/div>\r\n            <span class=\"vc-device vc-device--3d\">\r\n              <span class=\"nd-wrap\">\r\n                <span class=\"nd-mist\"><i><\/i><i><\/i><i><\/i><\/span>\r\n                <div class=\"nd\">\r\n                  <span class=\"nd-face nd-top\"><span class=\"nd-outlet\"><\/span><\/span>\r\n                  <span class=\"nd-face nd-right\"><\/span>\r\n                  <span class=\"nd-face nd-front\"><span class=\"nd-logo\">Scenta<\/span><span class=\"nd-btn\"><\/span><\/span>\r\n                <\/div>\r\n                <span class=\"nd-base\"><\/span>\r\n                <span class=\"nd-floor\"><\/span>\r\n              <\/span>\r\n            <\/span>\r\n            <span class=\"vc-floor\"><\/span>\r\n            <span class=\"vc-person\">\r\n              <span class=\"pf\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"4\"\/><path d=\"M4 21a8 8 0 0 1 16 0\"\/><\/svg><\/span>\r\n              <small>\u0425\u04af\u0440\u043d\u044d \u2713<\/small>\r\n            <\/span>\r\n          <\/div>\r\n          <ul class=\"vc-points\">\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>\u0411\u04af\u0445\u044d\u043b \u043e\u0440\u0447\u0438\u043d\u0434 \u0436\u0438\u0433\u0434 \u0442\u0430\u0440\u0445\u0430\u043d\u0430<\/li>\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>\u0410\u0433\u0430\u0430\u0440\u0442 \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0433\u0434\u0430\u043d\u0430<\/li>\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span>\u0410\u043b\u0441\u0430\u0434 \u0431\u0430\u0439\u0433\u0430\u0430 \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0438\u0434 \u0447 \u0445\u04af\u0440\u043d\u044d<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n        <div class=\"vc-room vc-room--fresh\">\r\n          <div class=\"vc-room-head\">\r\n            <span class=\"vc-badge\">\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447<\/span>\r\n            <h3>\u042d\u043d\u0433\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u0442\u04af\u04af\u043b\u044d\u0433\u0447<\/h3>\r\n          <\/div>\r\n          <div class=\"vc-stage\">\r\n            <span class=\"vc-note\">\u0422\u043e\u043c, \u043d\u043e\u0439\u0442\u043e\u043d \u0434\u0443\u0441\u0430\u043b<\/span>\r\n            <span class=\"vc-cover vc-cover--small\"><\/span>\r\n            <div class=\"vc-emit\" data-emit=\"fresh\">\r\n            <span class=\"vc-drop\" style=\"--px:85px;--py:-71px;--lx:72px;--d:2.70s;--delay:2.82s;width:7.7px;height:7.7px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:40px;--py:-47px;--lx:146px;--d:2.12s;--delay:2.40s;width:8.1px;height:8.1px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:44px;--py:-46px;--lx:132px;--d:2.08s;--delay:0.57s;width:7.5px;height:7.5px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:55px;--py:-55px;--lx:88px;--d:2.19s;--delay:2.42s;width:7.8px;height:7.8px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:49px;--py:-63px;--lx:134px;--d:2.44s;--delay:1.09s;width:7.4px;height:7.4px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:41px;--py:-48px;--lx:107px;--d:2.86s;--delay:0.37s;width:7.7px;height:7.7px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:58px;--py:-62px;--lx:123px;--d:2.39s;--delay:0.68s;width:10.9px;height:10.9px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:42px;--py:-49px;--lx:101px;--d:2.08s;--delay:1.56s;width:9.3px;height:9.3px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:54px;--py:-47px;--lx:75px;--d:2.40s;--delay:1.57s;width:7.7px;height:7.7px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:73px;--py:-43px;--lx:115px;--d:2.29s;--delay:2.99s;width:9.0px;height:9.0px\"><\/span>\r\n            <span class=\"vc-drop\" style=\"--px:71px;--py:-59px;--lx:84px;--d:2.19s;--delay:1.85s;width:9.9px;height:9.9px\"><\/span>\r\n            <\/div>\r\n            <span class=\"vc-can\"><\/span>\r\n            <span class=\"vc-floor\"><\/span>\r\n            <span class=\"vc-person\">\r\n              <span class=\"pf\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"4\"\/><path d=\"M4 21a8 8 0 0 1 16 0\"\/><\/svg><\/span>\r\n              <small>\u0425\u04af\u0440\u044d\u0445\u0433\u04af\u0439<\/small>\r\n            <\/span>\r\n          <\/div>\r\n          <ul class=\"vc-points\">\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span>\u0417\u04e9\u0432\u0445\u04e9\u043d \u043e\u0439\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u04af\u0439\u043b\u0447\u0438\u043b\u043d\u044d<\/li>\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span>\u0422\u043e\u043c \u0434\u0443\u0441\u0430\u043b \u0445\u0443\u0440\u0434\u0430\u043d \u0443\u043d\u0430\u0436 \u0441\u0443\u0443\u0440\u044c\u0448\u0438\u043d\u0430<\/li>\r\n            <li><span class=\"vm\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span>\u0411\u043e\u0433\u0438\u043d\u043e \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0430\u0440\u0438\u043b\u043d\u0430<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- COMPARISON -->\r\n  <section class=\"section-pad\" id=\"compare\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u042e\u0443\u0433\u0430\u0430\u0440\u0430\u0430 \u044f\u043b\u0433\u0430\u0430\u0442\u0430\u0439 \u0432\u044d?<\/span>\r\n        <h2 class=\"section-title\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 vs \u042d\u043d\u0433\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u0442\u04af\u04af\u043b\u044d\u0433\u0447<\/h2>\r\n        <p class=\"lead\">\u042d\u0434\u0433\u044d\u044d\u0440 \u043d\u044c \u043e\u0433\u0442 \u04e9\u04e9\u0440 \u0437\u043e\u0440\u0438\u043b\u0433\u043e\u0442\u043e\u0439 \u0431\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d \u044e\u043c. \u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u0442 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0431\u043e\u043b \u0442\u0430\u043d\u044b \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u0433 \u0431\u04af\u0442\u044d\u044d\u0445 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0438\u0439\u043d \u0445\u044d\u0440\u044d\u0433\u0441\u044d\u043b \u0431\u043e\u043b, \u044d\u043d\u0433\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u0442\u04af\u04af\u043b\u044d\u0433\u0447 \u043d\u044c \u0430\u0445\u0443\u0439\u043d \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u044d\u043d\u0434 \u0437\u043e\u0440\u0438\u0443\u043b\u0430\u0433\u0434\u0441\u0430\u043d \u0431\u0430 \u0443\u0440\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0445\u0430\u0434\u0433\u0430\u043b\u0430\u0436 \u0447\u0430\u0434\u0430\u0445\u0433\u04af\u0439.<\/p>\r\n      <\/div>\r\n      <div class=\"compare reveal\">\r\n        <div class=\"compare-head\">\r\n          <div class=\"ch-spacer\"><span>\u0425\u0430\u0440\u044c\u0446\u0443\u0443\u043b\u0430\u043b\u0442<\/span><\/div>\r\n          <div class=\"ch-col ch-col--device\">\r\n            <span class=\"ch-badge\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <h3>\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/h3>\r\n            <div class=\"mist mist--fine\"><\/div>\r\n          <\/div>\r\n          <div class=\"ch-col ch-col--fresh\">\r\n            <span class=\"ch-badge\">\u0410\u0445\u0443\u0439\u043d \u0431\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d<\/span>\r\n            <h3>\u042d\u043d\u0433\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u0442\u04af\u04af\u043b\u044d\u0433\u0447<\/h3>\r\n            <div class=\"mist mist--coarse\"><\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div id=\"sm-compareRows\">\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9.6 4.6A2 2 0 1 1 11 8H2\"\/><path d=\"M12.6 19.4A2 2 0 1 0 14 16H2\"\/><path d=\"M17.6 7.6A2 2 0 1 1 19 11H2\"\/><\/svg><\/span><b>\u0422\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u0425\u04af\u0439\u0442\u044d\u043d, \u0443\u0441\u0433\u04af\u0439 \u043d\u0430\u043d\u043e-\u0443\u0443\u0440\u0448\u0443\u0443\u043b\u0430\u043b\u0442. \u0422\u043e\u0441\u044b\u0433 \u0445\u0443\u0443\u0440\u0430\u0439 \u043c\u0438\u043a\u0440\u043e \u0442\u043e\u043e\u0441\u043e\u043d\u0446\u043e\u0440 \u0431\u043e\u043b\u0433\u043e\u0436, \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 \u0436\u0438\u0433\u0434 \u0442\u0430\u0440\u0430\u0430\u043d\u0430.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0428\u04af\u0440\u0448\u04af\u04af\u0440 \u044d\u0441\u0432\u044d\u043b \u0443\u0443\u0440\u0448\u0438\u043b\u0442. \u0422\u043e\u043c \u0434\u0443\u0441\u0430\u043b \u0445\u0443\u0440\u0434\u0430\u043d \u0441\u0443\u0443\u0440\u044c\u0448\u0438\u0436, \u0447\u0438\u0439\u0433, \u04af\u043b\u0434\u044d\u0433\u0434\u044d\u043b \u04af\u043b\u0434\u044d\u044d\u043d\u044d.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 3H5a2 2 0 0 0-2 2v3\"\/><path d=\"M16 3h3a2 2 0 0 1 2 2v3\"\/><path d=\"M8 21H5a2 2 0 0 1-2-2v-3\"\/><path d=\"M16 21h3a2 2 0 0 0 2-2v-3\"\/><\/svg><\/span><b>\u04ae\u0439\u043b\u0447\u043b\u044d\u0445 \u0442\u0430\u043b\u0431\u0430\u0439<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u0425\u044d\u0434\u044d\u043d \u0437\u0443\u0443\u0433\u0430\u0430\u0441 \u0445\u044d\u0434\u044d\u043d \u043c\u044f\u043d\u0433\u0430\u043d \u043c2 \u0442\u0430\u043b\u0431\u0430\u0439\u0433 \u0445\u0430\u043c\u0440\u0430\u043d\u0430. \u0410\u0433\u0430\u0430\u0440\u0436\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u0434 \u0445\u043e\u043b\u0431\u043e\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0417\u04e9\u0432\u0445\u04e9\u043d \u0436\u0438\u0436\u0438\u0433 \u04e9\u0440\u04e9\u04e9, \u043e\u0439\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u04af\u0439\u043b\u0447\u0438\u043b\u043d\u044d.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"\/><line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"\/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"\/><line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"\/><line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"\/><line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"\/><line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"\/><line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"\/><\/svg><\/span><b>\u0425\u044f\u043d\u0430\u043b\u0442 \u0431\u0430 \u0442\u043e\u0433\u0442\u0432\u043e\u0440\u0442\u043e\u0439 \u0431\u0430\u0439\u0434\u0430\u043b<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u04ae\u043d\u044d\u0440\u0438\u0439\u043d \u0445\u04af\u0447, \u0446\u0430\u0433\u0438\u0439\u043d \u0445\u0443\u0432\u0430\u0430\u0440\u044c, \u04af\u0439\u043b\u0447\u043b\u044d\u0445 \u0431\u04af\u0441\u0438\u0439\u0433 \u043d\u0430\u0440\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439. \u04ae\u043d\u044d\u0440 \u043d\u044c \u04af\u0440\u0433\u044d\u043b\u0436 \u0436\u0438\u0433\u0434, \u0442\u043e\u0433\u0442\u0432\u043e\u0440\u0442\u043e\u0439 \u0431\u0430\u0439\u043d\u0430.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0425\u044f\u043d\u0430\u043b\u0442\u0433\u04af\u0439. \u042d\u0445\u044d\u043d\u0434\u044d\u044d \u0445\u04af\u0447\u0442\u044d\u0439, \u0434\u0430\u0440\u0430\u0430 \u043d\u044c \u0445\u0443\u0440\u0434\u0430\u043d \u0430\u043b\u0433\u0430 \u0431\u043e\u043b\u043d\u043e.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2.7s6 5.4 6 9.8a6 6 0 0 1-12 0c0-4.4 6-9.8 6-9.8Z\"\/><\/svg><\/span><b>\u0422\u043e\u0441\u043d\u044b \u0447\u0430\u043d\u0430\u0440 \u0431\u0430 \u0437\u043e\u0440\u0438\u043b\u0433\u043e<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u0426\u044d\u0432\u044d\u0440, \u04e9\u043d\u0434\u04e9\u0440 \u0430\u0433\u0443\u0443\u043b\u0430\u043c\u0436\u0442\u0430\u0439 \u044d\u0444\u0438\u0440\u0438\u0439\u043d \u0442\u043e\u0441. \u0411\u0440\u044d\u043d\u0434\u0438\u0439\u043d \u04e9\u0432\u04e9\u0440\u043c\u04e9\u0446 \u04af\u043d\u044d\u0440 \u0431\u04af\u0442\u044d\u044d\u043d\u044d.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0428\u0438\u043d\u0433\u044d\u0440\u04af\u04af\u043b\u0441\u044d\u043d \u0445\u0438\u043c\u0438. \u0418\u0445\u044d\u0432\u0447\u043b\u044d\u043d \u043c\u0443\u0443\u0445\u0430\u0439 \u04af\u043d\u044d\u0440 \u0434\u0430\u0440\u0430\u0445 \u0437\u043e\u0440\u0438\u043b\u0433\u043e\u0442\u043e\u0439.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg><\/span><b>\u0421\u0430\u0430\u0440\u043c\u0430\u0433\u0436\u0443\u0443\u043b\u0430\u0445 vs \u0434\u0430\u0440\u0430\u0445<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u042d\u0432\u0433\u04af\u0439 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0431\u043e\u0434\u0438\u0442\u043e\u043e\u0440 \u0441\u0430\u0430\u0440\u043c\u0430\u0433\u0436\u0443\u0443\u043b\u043d\u0430.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0417\u04e9\u0432\u0445\u04e9\u043d \u04e9\u04e9\u0440 \u04af\u043d\u044d\u0440\u044d\u044d\u0440 \u0442\u04af\u0440 \u0434\u0430\u0440\u043d\u0430.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3l1.6 4.8L18 9l-4.4 1.2L12 15l-1.6-4.8L6 9l4.4-1.2L12 3Z\"\/><\/svg><\/span><b>\u04ae\u043b\u0434\u044d\u0433\u0434\u044d\u043b \u0431\u0430 \u0447\u0438\u0439\u0433<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u0425\u0443\u0443\u0440\u0430\u0439 \u043c\u0430\u043d\u0430\u043d \u2014 \u0442\u043e\u043b\u0431\u043e, \u043d\u043e\u0439\u0442\u043e\u043d \u043e\u0440 \u04af\u043b\u0434\u044d\u044d\u0445\u0433\u04af\u0439.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u041d\u043e\u0439\u0442\u043e\u043d \u0442\u043e\u043b\u0431\u043e, \u043d\u0430\u0430\u043b\u0434\u0430\u043c\u0445\u0430\u0439 \u04af\u043b\u0434\u044d\u0433\u0434\u044d\u043b \u04af\u04af\u0441\u0433\u044d\u0436 \u0431\u043e\u043b\u0437\u043e\u0448\u0433\u04af\u0439.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 7 13.5 15.5 8.5 10.5 2 17\"\/><polyline points=\"16 7 22 7 22 13\"\/><\/svg><\/span><b>\u0417\u0430\u0440\u0434\u043b\u044b\u043d \u04af\u0440 \u0430\u0448\u0438\u0433<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u041a\u0430\u0440\u0442\u0440\u0438\u0436 \u0443\u0434\u0430\u0430\u043d \u044d\u0434\u044d\u043b\u0433\u044d\u044d\u0442\u044d\u0439. 1 \u043c\u00b2-\u0434 \u043d\u043e\u0433\u0434\u043e\u0445 \u04e9\u0440\u0442\u04e9\u0433 \u0431\u0430\u0433\u0430.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0411\u0430\u0439\u043d\u0433\u0430 \u0441\u043e\u043b\u0438\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439. \u0423\u0440\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434\u0430\u0430 \u04af\u043d\u044d\u0442\u044d\u0439.<\/span><\/div>\r\n          <\/div>\r\n          <div class=\"cmp-row\">\r\n            <div class=\"cmp-crit\"><span class=\"cmp-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><circle cx=\"12\" cy=\"12\" r=\"5\"\/><circle cx=\"12\" cy=\"12\" r=\"1\"\/><\/svg><\/span><b>\u041c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0438\u0439\u043d \u04af\u04af\u0440\u044d\u0433<\/b><\/div>\r\n            <div class=\"cmp-val cmp-val--device\" data-prod=\"\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/span><span>\u0411\u0440\u044d\u043d\u0434\u0438\u0439\u043d \u04e9\u0432\u04e9\u0440\u043c\u04e9\u0446 \u0431\u0430\u0439\u0434\u0430\u043b, \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b, \u0441\u0430\u0430\u0442\u0430\u0445 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u0433 \u0442\u04e9\u043b\u04e9\u0432\u0448\u04af\u04af\u043b\u0434\u044d\u0433 \u0436\u0438\u043d\u0445\u044d\u043d\u044d \u0445\u044d\u0440\u044d\u0433\u0441\u044d\u043b.<\/span><\/div>\r\n            <div class=\"cmp-val cmp-val--fresh\" data-prod=\"\u0421\u044d\u0440\u04af\u04af\u0441\u0433\u044d\u0433\u0447\"><span class=\"mark\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/><\/svg><\/span><span>\u0410\u0433\u0430\u0430\u0440\u044b\u0433 \u0442\u04af\u0440 \u0437\u0443\u0443\u0440 \u0441\u044d\u043b\u0433\u044d\u0434\u044d\u0433.<\/span><\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- PRODUCTS -->\r\n  <section class=\"section-pad\" id=\"products\">\r\n    <div class=\"wrap\">\r\n      <div class=\"prod-head reveal\">\r\n        <div>\r\n          <span class=\"kicker\">\u0411\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d<\/span>\r\n          <h2 class=\"section-title\" style=\"margin-top:18px\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u04af\u04af\u0434<\/h2>\r\n        <\/div>\r\n        <a class=\"btn btn-ghost\" href=\"#catalog\">\u0411\u04af\u0445 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u04af\u0437\u044d\u0445<\/a>\r\n      <\/div>\r\n      <div class=\"products\" id=\"sm-productGrid\">\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><a href=\"https:\/\/scentmarketing.mn\/product\/sa300f-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"SA300F \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2020\/09\/SA300F.jpg\" alt=\"SA300F \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/sa300f-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">SA300F \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">1,500,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=299\" data-name=\"SA300F\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><a href=\"https:\/\/scentmarketing.mn\/product\/a316-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A316 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2020\/12\/A316.png\" alt=\"A316 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a316-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A316 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">1,100,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=343\" data-name=\"A316\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><a href=\"https:\/\/scentmarketing.mn\/product\/%d0%b0315l-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A315L \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2022\/04\/waterless-scent-air-machine.jpg\" alt=\"A315L \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/%d0%b0315l-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A315L \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">950,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1332\" data-name=\"A315L\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><a href=\"https:\/\/scentmarketing.mn\/product\/a305l-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A305L \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2022\/10\/essential-oil-refill-diffuser.jpg\" alt=\"A305L \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a305l-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A305L \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">950,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1331\" data-name=\"A305L\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><span class=\"card-badge card-badge-sale\">\ud83c\udff7\ufe0f \u0425\u044f\u043c\u0434\u0440\u0430\u043b<\/span><a href=\"https:\/\/scentmarketing.mn\/product\/a306m-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A306M \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2022\/02\/aroma-diffuser-commercial.jpg\" alt=\"A306M \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a306m-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A306M \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\"><s>850,000\u20ae<\/s>650,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/product\/a306m-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" data-name=\"A306M\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n        <article class=\"card\">\r\n          <div class=\"card-media\"><a href=\"https:\/\/scentmarketing.mn\/product\/a315m-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" aria-label=\"A315M \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\"><img decoding=\"async\" class=\"card-img\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/12\/11-600x600.jpg\" alt=\"A315M \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><\/a><\/div>\r\n          <div class=\"card-body\">\r\n            <h3><a href=\"https:\/\/scentmarketing.mn\/product\/a315m-%d1%82%d3%a9%d1%85%d3%a9%d3%a9%d1%80%d3%a9%d0%bc%d0%b6\/\" style=\"color:inherit;text-decoration:none\">A315M \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/a><\/h3>\r\n            <span class=\"card-spec\">Cold Air Atomizing\/Diffusing<\/span>\r\n            <span class=\"card-kit\">\u041c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b \u0448\u0438\u0439\u0434\u044d\u043b<\/span>\r\n            <div class=\"card-foot\"><span class=\"price\">850,000\u20ae<\/span><a class=\"add-btn\" href=\"https:\/\/scentmarketing.mn\/?add-to-cart=1330\" data-name=\"A315M\" rel=\"nofollow\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"9\" cy=\"21\" r=\"1\"\/><circle cx=\"20\" cy=\"21\" r=\"1\"\/><path d=\"M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6\"\/><\/svg>\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0445<\/a><\/div>\r\n          <\/div>\r\n        <\/article>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- LIFECYCLE -->\r\n  <section class=\"section-pad\" id=\"lifecycle\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u0425\u044d\u0440\u0445\u044d\u043d \u044d\u0445\u044d\u043b\u0436, \u0446\u0430\u0430\u0448\u0438\u0434 \u044f\u0430\u0436 \u04af\u0440\u0433\u044d\u043b\u0436\u043b\u044d\u0445 \u0432\u044d<\/span>\r\n        <h2 class=\"section-title\">\u042d\u0445\u043d\u0438\u0439 \u0437\u0430\u0445\u0438\u0430\u043b\u0433\u0430\u0430\u0441 \u0445\u043e\u0439\u0448 \u2014 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0446\u044d\u043d\u044d\u0433\u043b\u044d\u043b\u0442<\/h2>\r\n        <p class=\"lead\">\u0422\u0430 \u044d\u0445\u043b\u044d\u044d\u0434 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0431\u043e\u043b\u043e\u043d \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u043e\u043e \u0431\u0430\u0433\u0446\u0430\u0430\u0440 \u043d\u044c \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u043d\u0430. \u04ae\u04af\u043d\u0438\u0439 \u0434\u0430\u0440\u0430\u0430 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0442\u043e\u0441\u043e\u043e \u0442\u043e\u0433\u0442\u043c\u043e\u043b \u0441\u044d\u043b\u0431\u044d\u0445 \u0431\u04e9\u0433\u04e9\u04e9\u0434 \u0437\u0430\u0441\u0432\u0430\u0440 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0431\u0438\u0434 \u0445\u0430\u0440\u0438\u0443\u0446\u043d\u0430.<\/p>\r\n      <\/div>\r\n      <div class=\"lifecycle reveal\">\r\n        <div class=\"lc-step\">\r\n          <div class=\"lc-num\">1<\/div>\r\n          <h3>\u0410\u043d\u0445\u043d\u044b \u0431\u0430\u0433\u0446<\/h3>\r\n          <p>\u042d\u0445\u043d\u0438\u0439 \u0437\u0430\u0445\u0438\u0430\u043b\u0433\u0430\u0434 <b>\u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 + \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441<\/b> \u0445\u0430\u043c\u0442. \u042d\u043d\u044d \u0431\u043e\u043b \u0431\u04af\u0440\u044d\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u0445 \u044d\u0445\u043b\u044d\u043b.<\/p>\r\n          <span class=\"lc-pill\">\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 + \u0442\u043e\u0441<\/span>\r\n        <\/div>\r\n        <div class=\"lc-step\">\r\n          <div class=\"lc-num\">2<\/div>\r\n          <h3>\u0411\u0438\u0434 \u0442\u0443\u0441\u043b\u0430\u043d\u0430<\/h3>\r\n          <p>\u041e\u043d\u043e\u0432\u0447\u0442\u043e\u0439 \u0431\u0430\u0439\u0440\u043b\u0430\u043b\u044b\u0433 \u043d\u044c \u0442\u043e\u0434\u043e\u0440\u0445\u043e\u0439\u043b\u0436, \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e\u0433 \u0445\u0438\u0439\u0436, \u0437\u0430\u0430\u0432\u0430\u0440 \u0437\u04e9\u0432\u043b\u04e9\u043c\u0436\u0438\u0439\u0433 \u04e9\u0433\u0447 \u0430\u0436\u0438\u043b\u043b\u0430\u043d\u0430.<\/p>\r\n          <span class=\"lc-pill\">\u04ae\u041d\u042d\u0413\u04ae\u0419 \u0417\u04e8\u0412\u041b\u04e8\u0413\u04e8\u04e8<\/span>\r\n        <\/div>\r\n        <div class=\"lc-step\">\r\n          <div class=\"lc-num\">3<\/div>\r\n          <h3>\u0426\u0430\u0430\u0448\u0438\u0434 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0442\u043e\u0441<\/h3>\r\n          <p>\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043d \u0443\u0434\u0430\u0430 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0434\u0430\u0445\u0438\u043d \u0430\u0432\u0430\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0433\u04af\u0439 \u2014 \u0437\u04e9\u0432\u0445\u04e9\u043d <b>\u0442\u043e\u0441\u043d\u044b \u0446\u044d\u043d\u044d\u0433\u043b\u044d\u043b\u0442<\/b>. \u04ae\u04af\u043d\u0438\u0439\u0433 \u0431\u0438\u0434 \u0445\u0430\u0440\u0438\u0443\u0446\u043d\u0430.<\/p>\r\n          <span class=\"lc-pill\">\u0417\u04e9\u0432\u0445\u04e9\u043d \u0442\u043e\u0441 \u0434\u0430\u0445\u0438\u043d \u0430\u0432\u043d\u0430<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- AFTER-SERVICE -->\r\n  <section class=\"section-pad\" id=\"afterservice\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u0411\u0438\u0434\u043d\u0438\u0439 \u0434\u0430\u0432\u0443\u0443 \u0442\u0430\u043b \u00b7 \u0423\u0440\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u044b \u0445\u0430\u043c\u0442\u0440\u0430\u0433\u0447<\/span>\r\n        <h2 class=\"section-title\">\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0442\u0443\u0441\u043b\u0430\u0445 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d<\/h2>\r\n        <p class=\"lead\">\u041c\u0430\u043d\u0430\u0439 \u0431\u0438\u0437\u043d\u0435\u0441\u0438\u0439\u043d \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0445\u04af\u0447\u0442\u044d\u0439 \u0434\u0430\u0432\u0443\u0443 \u0442\u0430\u043b \u0431\u043e\u043b \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u043d \u0434\u0430\u0440\u0430\u0430\u0445 \u0442\u043e\u0433\u0442\u043c\u043e\u043b \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d.<\/p>\r\n      <\/div>\r\n      <div class=\"aftercare reveal\">\r\n        <div class=\"ac-card\">\r\n          <div class=\"ac-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 12a9 9 0 0 1 15-6.7L21 8\"\/><path d=\"M21 3v5h-5\"\/><path d=\"M21 12a9 9 0 0 1-15 6.7L3 16\"\/><path d=\"M3 21v-5h5\"\/><\/svg><\/div>\r\n          <h3>\u0422\u043e\u0441\u043d\u044b \u0446\u044d\u043d\u044d\u0433\u043b\u044d\u043b\u0442<\/h3>\r\n          <p>\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u0441\u043d\u0430\u0430\u0441 \u0445\u043e\u0439\u0448 \u0437\u04e9\u0432\u0445\u04e9\u043d \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u044b\u0433 \u043b \u0441\u043e\u043b\u044c\u0436 \u0448\u0438\u043d\u044d\u0447\u043b\u044d\u0445 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0442\u0430\u0439.<\/p>\r\n        <\/div>\r\n        <div class=\"ac-card\">\r\n          <div class=\"ac-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.7 6.3a4 4 0 0 0-5.4 5.4l-6 6a2 2 0 1 0 2.8 2.8l6-6a4 4 0 0 0 5.4-5.4l-2.5 2.5-2.1-2.1 2.5-2.5Z\"\/><\/svg><\/div>\r\n          <h3>\u0417\u0430\u0441\u0432\u0430\u0440, \u0441\u044d\u043b\u0431\u044d\u0433<\/h3>\r\n          <p>\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u043d \u0437\u0430\u0441\u0432\u0430\u0440, \u0441\u044d\u043b\u0431\u044d\u0433\u0438\u0439\u0433 \u0431\u04af\u0440\u044d\u043d \u0445\u0430\u0440\u0438\u0443\u0446\u0430\u0436, \u043c\u0430\u0448\u0438\u043d\u0430\u0430 \u0430\u0436\u0438\u043b\u043b\u0430\u0433\u0430\u0430\u0442\u0430\u0439 \u0431\u0430\u0439\u043b\u0433\u0430\u043d\u0430.<\/p>\r\n        <\/div>\r\n        <div class=\"ac-card\">\r\n          <div class=\"ac-ic\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><circle cx=\"12\" cy=\"12\" r=\"4\"\/><circle cx=\"12\" cy=\"12\" r=\"1\"\/><\/svg><\/div>\r\n          <h3>\u0421\u0443\u0443\u0440\u0438\u043b\u0443\u0443\u043b\u0430\u043b\u0442, \u0445\u044f\u043d\u0430\u043b\u0442<\/h3>\r\n          <p>\u0413\u0430\u0437\u0430\u0440 \u0434\u044d\u044d\u0440\u0445 \u0441\u0443\u0443\u0440\u0438\u043b\u0443\u0443\u043b\u0430\u043b\u0442, \u044d\u0440\u0447\u0438\u043c\/\u0445\u0443\u0432\u0430\u0430\u0440\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e \u0431\u043e\u043b\u043e\u043d \u0442\u043e\u0433\u0442\u043c\u043e\u043b \u0445\u044f\u043d\u0430\u043b\u0442.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- PROCESS -->\r\n  <section class=\"section-pad\" id=\"process\">\r\n    <div class=\"wrap\">\r\n      <div class=\"section-head reveal\">\r\n        <span class=\"kicker\">\u0425\u0430\u043c\u0442\u0440\u0430\u0445 \u0434\u0430\u0440\u0430\u0430\u043b\u0430\u043b<\/span>\r\n        <h2 class=\"section-title\">\u0413\u0443\u0440\u0432\u0430\u043d \u0430\u043b\u0445\u0430\u043c\u0434 \u044d\u0445\u044d\u043b\u043d\u044d<\/h2>\r\n      <\/div>\r\n      <div class=\"steps reveal\">\r\n        <div class=\"step\"><div class=\"idx\">01<\/div><h3>\u0417\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/h3><p>\u041c\u0430\u043d\u0430\u0439 \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0431\u0430\u0433 \u0442\u0430\u043d\u0434 \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430 \u0434\u044d\u044d\u0440\u044d\u044d \u04af\u043d\u0434\u044d\u0441\u043b\u044d\u043d \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u043d\u043e.<\/p><span class=\"connector\"><\/span><\/div>\r\n        <div class=\"step\"><div class=\"idx\">02<\/div><h3>\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u04e9\u04e9 \u0441\u043e\u043d\u0433\u043e\u0445<\/h3><p>\u0422\u0430\u043b\u0431\u0430\u0439 \u0431\u043e\u043b\u043e\u043d \u0445\u044d\u0440\u044d\u0433\u0446\u044d\u044d\u043d\u0434 \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0437\u04e9\u0432, \u0442\u0430\u0430\u0442\u0430\u0439 \u04af\u043d\u044d\u0440\u0442 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u043d\u043e.<\/p><span class=\"connector\"><\/span><\/div>\r\n        <div class=\"step\"><div class=\"idx\">03<\/div><h3>\u0421\u0435\u0440\u0432\u0438\u0441 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d<\/h3><p>\u0417\u0430\u0441\u0432\u0430\u0440 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d, \u0434\u0430\u0433\u0430\u043b\u0434\u0430\u0445 \u0445\u044d\u0440\u044d\u0433\u0441\u044d\u043b, \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u043d\u044b \u0442\u0430\u0441\u0440\u0430\u043b\u0442\u0433\u04af\u0439 \u0431\u0430\u0439\u0434\u043b\u044b\u0433 \u0445\u0430\u043d\u0433\u0430\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u043d\u0430.<\/p><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- CATALOG CTA -->\r\n  <section class=\"section-pad\" id=\"catalog\">\r\n    <div class=\"wrap\">\r\n      <div class=\"catalog reveal\">\r\n        <div class=\"catalog-main\">\r\n          <span class=\"kicker\">\u0411\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438<\/span>\r\n          <h2 style=\"margin-top:18px\">\u0411\u04af\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436, \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u0436\u0430\u0433\u0441\u0430\u0430\u043b\u0442\u044b\u0433 \u043d\u044d\u0433 \u0434\u043e\u0440<\/h2>\r\n          <p>\u041c\u0430\u043d\u0430\u0439 2026 \u043e\u043d\u044b \u0438\u0436 \u0431\u04af\u0440\u044d\u043d \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438\u0439\u0433 \u0442\u0430\u0442\u0430\u043d \u0430\u0432\u0447, \u0431\u0438\u0437\u043d\u0435\u0441\u0442\u044d\u044d \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u0448\u0438\u0439\u0434\u043b\u044d\u044d \u043e\u043b\u043e\u043e\u0440\u043e\u0439. \u0425\u044d\u0440\u044d\u0432 \u0442\u0430\u043d\u0434 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0445\u044d\u0440\u044d\u0433\u0442\u044d\u0439 \u0431\u043e\u043b \u0431\u0438\u0434\u044d\u043d\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u0433\u0434\u043e\u0445\u043e\u0434 \u04af\u0440\u0433\u044d\u043b\u0436 \u043d\u044d\u044d\u043b\u0442\u0442\u044d\u0439 \u0431\u04e9\u0433\u04e9\u04e9\u0434 \u04af\u043d\u044d \u0442\u04e9\u043b\u0431\u04e9\u0440\u0433\u04af\u0439.<\/p>\r\n          <div class=\"actions\">\r\n            <a class=\"btn btn-primary\" href=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/02\/Catalog2025_small.pdf\" target=\"_blank\" rel=\"noopener\" id=\"sm-catalogBtnLink\">\r\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\/><polyline points=\"7 10 12 15 17 10\"\/><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\/><\/svg>\r\n              \u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u0430\u0442\u0430\u0445 (PDF)\r\n            <\/a>\r\n            <a class=\"btn btn-ghost\" href=\"https:\/\/www.facebook.com\/unertmarketing\" target=\"_blank\" rel=\"noopener\">\u0417\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445<\/a>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"catalog-side\">\r\n          <div class=\"cside-stat\"><div class=\"n\">80+<\/div><div class=\"t\">\u0410\u0440\u043e\u043c\u0430 \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441<\/div><\/div>\r\n          <div class=\"cside-stat\"><div class=\"n\">+10 \u0442\u04e9\u0440\u04e9\u043b<\/div><div class=\"t\">\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/div><\/div>\r\n          <div class=\"cside-stat\"><div class=\"n\">6 \u0441\u0430\u0440<\/div><div class=\"t\">\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430<\/div><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- toast -->\r\n  <div class=\"toast\" id=\"sm-toast\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 11 3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg><span id=\"sm-toastMsg\">\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u043b\u044d\u044d<\/span><\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n\/* SCENT MARKETING \u2014 interactions (scoped to #sm-home) *\/\r\n(function () {\r\n  \"use strict\";\r\n  var root = document.getElementById(\"sm-home\");\r\n  if (!root) return;\r\n\r\n  \/* Product cards, the comparison table and the neuroscience grid are now\r\n     pre-rendered as static HTML above, so they appear even if a WordPress\r\n     cache\/optimisation plugin strips or defers this script. The JS below is\r\n     pure progressive enhancement (cart toast, counters, entrance reveals,\r\n     ambient particles). *\/\r\n\r\n  var toast = document.getElementById(\"sm-toast\");\r\n  var toastMsg = document.getElementById(\"sm-toastMsg\");\r\n  var toastTimer;\r\n  function showToast(msg) {\r\n    if (!toast) return;\r\n    toastMsg.textContent = msg;\r\n    toast.classList.add(\"show\");\r\n    clearTimeout(toastTimer);\r\n    toastTimer = setTimeout(function () { toast.classList.remove(\"show\"); }, 2600);\r\n  }\r\n  root.addEventListener(\"click\", function (e) {\r\n    var add = e.target.closest(\".add-btn\");\r\n    if (add) { showToast(add.dataset.name + \" \u2014 \u0441\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u043b\u044d\u044d\"); }\r\n    var cat = e.target.closest(\"#sm-catalogBtn\");\r\n    if (cat) { e.preventDefault(); showToast(\"\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u0430\u0442\u0430\u0436 \u0431\u0430\u0439\u043d\u0430\u2026\"); }\r\n  });\r\n\r\n  function animateCount(node) {\r\n    var target = parseFloat(node.getAttribute(\"data-count\"));\r\n    var suffix = node.getAttribute(\"data-suffix\") || \"\";\r\n    var dur = 1400, start = performance.now();\r\n    function tick(now) {\r\n      var p = Math.min(1, (now - start) \/ dur);\r\n      var eased = 1 - Math.pow(1 - p, 3);\r\n      node.textContent = Math.round(target * eased) + suffix;\r\n      if (p < 1) requestAnimationFrame(tick);\r\n    }\r\n    requestAnimationFrame(tick);\r\n  }\r\n\r\n  \/* Entrance reveals \u2014 self-healing. Content is visible by default (CSS:\r\n     .reveal { opacity:1 }). We only HIDE-then-fade when motion is allowed AND\r\n     we can guarantee a way to show it again. Multiple fail-safes ensure text\r\n     can never get permanently stuck hidden in an unpredictable WP environment. *\/\r\n  var reveals = [].slice.call(root.querySelectorAll(\".reveal\"));\r\n  var showAll = function () { reveals.forEach(function (n) { n.classList.add(\"in\"); }); };\r\n  try {\r\n    var reduce = window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches;\r\n    if (reduce || !reveals.length) {\r\n      showAll();\r\n    } else {\r\n      root.classList.add(\"anim\");\r\n      var show = function (n) { n.classList.add(\"in\"); };\r\n      var sweep = function () {\r\n        var vh = window.innerHeight || document.documentElement.clientHeight;\r\n        reveals.forEach(function (n) {\r\n          if (n.classList.contains(\"in\")) return;\r\n          if (n.getBoundingClientRect().top < vh - 30) show(n);\r\n        });\r\n      };\r\n      if (\"IntersectionObserver\" in window) {\r\n        var io = new IntersectionObserver(function (entries) {\r\n          entries.forEach(function (en) { if (en.isIntersecting) { show(en.target); io.unobserve(en.target); } });\r\n        }, { threshold: 0.08, rootMargin: \"0px 0px -30px 0px\" });\r\n        reveals.forEach(function (n) { io.observe(n); });\r\n      } else {\r\n        window.addEventListener(\"scroll\", sweep, { passive: true });\r\n      }\r\n      sweep();\r\n      window.addEventListener(\"scroll\", sweep, { passive: true });\r\n      window.addEventListener(\"load\", function () { setTimeout(sweep, 200); });\r\n      \/* ultimate fail-safe: never leave anything hidden *\/\r\n      setTimeout(showAll, 4500);\r\n    }\r\n  } catch (e) {\r\n    root.classList.remove(\"anim\");\r\n    showAll();\r\n  }\r\n\r\n  \/* Animated hero counters *\/\r\n  try {\r\n    if (\"IntersectionObserver\" in window) {\r\n      var counted = false;\r\n      var co = new IntersectionObserver(function (entries) {\r\n        entries.forEach(function (en) {\r\n          if (en.isIntersecting &#038;&#038; !counted) { counted = true; root.querySelectorAll(\"[data-count]\").forEach(animateCount); }\r\n        });\r\n      }, { threshold: 0.4 });\r\n      var hs = root.querySelector(\".hero-stats\");\r\n      if (hs) co.observe(hs);\r\n    } else {\r\n      root.querySelectorAll(\"[data-count]\").forEach(animateCount);\r\n    }\r\n  } catch (e) { root.querySelectorAll(\"[data-count]\").forEach(animateCount); }\r\n\r\n  var effectText = root.querySelector(\".effectText\");\r\n  if (effectText) {\r\n    var EFFECTS = [\"\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430\", \"\u0411\u0440\u044d\u043d\u0434\u044d\u044d \u0441\u0430\u043d\u0430\u043d\u0430\", \"\u0414\u0430\u0445\u0438\u043d \u0438\u0440\u043d\u044d\", \"\u0418\u0445 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u043d\u0430\"];\r\n    var ei = 0;\r\n    setInterval(function () {\r\n      ei = (ei + 1) % EFFECTS.length;\r\n      effectText.style.opacity = \"0\";\r\n      setTimeout(function () { effectText.textContent = EFFECTS[ei]; effectText.style.opacity = \"1\"; }, 400);\r\n    }, 2800);\r\n  }\r\n\r\n  var pc = root.querySelector(\".particles\");\r\n  if (pc &#038;&#038; !window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches) {\r\n    for (var i = 0; i < 14; i++) {\r\n      var p = document.createElement(\"span\");\r\n      p.className = \"particle\";\r\n      p.style.left = (30 + Math.random() * 40) + \"%\";\r\n      p.style.setProperty(\"--drift\", (Math.random() * 60 - 30) + \"px\");\r\n      p.style.animationDuration = (4 + Math.random() * 4) + \"s\";\r\n      p.style.animationDelay = (Math.random() * 6) + \"s\";\r\n      var s = 4 + Math.random() * 5;\r\n      p.style.width = s + \"px\"; p.style.height = s + \"px\";\r\n      pc.appendChild(p);\r\n    }\r\n  }\r\n\r\n  \/\/ VS-section scent particles (.vc-dot \/ .vc-drop) are now pre-rendered as\r\n  \/\/ static HTML inside the .vc-emit containers and animated purely via CSS\r\n  \/\/ keyframes (sm-vcRise \/ sm-vcSpray). No JS generation \u2014 survives script\r\n  \/\/ stripping\/deferral by Kadence or any cache plugin.\r\n})();\r\n<\/script>\r\n\r\n<style id=\"sm-light-theme\">\r\n\/* =========================================================================\r\n   LIGHT THEME \u2014 warm near-white surfaces, near-black warm text,\r\n   brand orange #f7630c kept as the accent. Layered last so it wins.\r\n   ========================================================================= *\/\r\n#sm-home {\r\n  --bg:        oklch(0.985 0.004 85);   \/* page \u2014 warm near-white *\/\r\n  --bg-1:      oklch(1 0 0);            \/* cards \u2014 pure white      *\/\r\n  --bg-2:      oklch(0.965 0.005 84);   \/* media \/ input surfaces  *\/\r\n  --bg-3:      oklch(0.945 0.006 82);   \/* deeper grey surface     *\/\r\n  --line:      oklch(0.30 0.012 60 \/ 0.13);\r\n  --line-2:    oklch(0.30 0.012 60 \/ 0.22);\r\n  --text:      oklch(0.26 0.012 55);    \/* near-black warm         *\/\r\n  --text-dim:  oklch(0.46 0.012 58);\r\n  --text-faint:oklch(0.58 0.012 60);\r\n  --glow:      0.45;                     \/* soften glows on white   *\/\r\n  \/* keep the brand orange (same as dark build) *\/\r\n  --accent-h:  45;\r\n  --accent:    #f7630c;\r\n  --accent-soft: rgba(247, 99, 12, 0.12);\r\n  --accent-line: rgba(247, 99, 12, 0.40);\r\n  background: var(--bg);\r\n}\r\nhtml, body { background: oklch(0.985 0.004 85) !important; }\r\n\r\n\/* ---- patch hardcoded dark surfaces that don't follow the tokens ---- *\/\r\n#sm-home .btn-primary { color: #fff; }                                   \/* white label on orange reads cleaner on light *\/\r\n#sm-home .btn-ghost   { background: oklch(0.30 0.01 60 \/ 0.04); }\r\n#sm-home .vc-note     { background: oklch(1 0 0 \/ 0.72); color: var(--text-dim); }\r\n#sm-home .cside-stat  { background: oklch(0.97 0.004 84); }\r\n#sm-home .scene-grid  {\r\n  background-image:\r\n    linear-gradient(oklch(0.25 0.01 60 \/ 0.06) 1px, transparent 1px),\r\n    linear-gradient(90deg, oklch(0.25 0.01 60 \/ 0.06) 1px, transparent 1px);\r\n}\r\n\/* product photos: light-grey framed tile so white-background shots sit cleanly *\/\r\n#sm-home .card-media {\r\n  background: radial-gradient(60% 50% at 50% 35%, var(--accent-soft), transparent 70%), oklch(0.965 0.005 84);\r\n}\r\n\/* soften the heavy dark hero-scene drop shadow for light mode *\/\r\n#sm-home .hero-scene { box-shadow: inset 0 1px 0 oklch(1 0 0 \/ 0.6), 0 30px 70px -38px oklch(0.30 0.02 60 \/ 0.35); }\r\n\/* the lifecycle \"\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430\" effect pill ships a hardcoded dark surface \u2014 flip to frosted white *\/\r\n#sm-home .scene-effect {\r\n  background: oklch(1 0 0 \/ 0.86);\r\n  border-color: var(--accent-line);\r\n  color: var(--text);\r\n  box-shadow: 0 10px 30px -14px oklch(0.30 0.02 60 \/ 0.30);\r\n}\r\n\/* sale price was breaking mid-number (\"650,00\" \/ \"0\u20ae\"); keep price + button intact, wrap the foot instead *\/\r\n#sm-home .price   { white-space: nowrap; }\r\n#sm-home .add-btn { white-space: nowrap; }\r\n#sm-home .card-foot { flex-wrap: wrap; row-gap: 12px; }\r\n<\/style>\r\n<\/body>\r\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Scent Marketing \u2014 \u041d\u04af\u04af\u0440 \u0445\u0443\u0443\u0434\u0430\u0441 (LIGHT preview) \u041e\u0440\u0447\u043d\u044b \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u0422\u0430\u043d\u044b \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u0433 \u04af\u043d\u044d\u0440\u044d\u044d\u0440 \u0438\u043b\u044d\u0440\u0445\u0438\u0439\u043b\u044c\u0435. \u0425\u04af\u0439\u0442\u044d\u043d \u0430\u0433\u0430\u0430\u0440\u0430\u0430\u0440 \u043c\u0430\u043d\u0430\u043d\u0436\u0443\u0443\u043b\u0430\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0434 \u0441\u0443\u0443\u0440\u0438\u043b\u0441\u0430\u043d \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0438\u0439\u0433 \u0430\u0448\u0438\u0433\u043b\u0430\u043d \u043e\u0440\u043e\u043d \u0437\u0430\u0439 \u0431\u04af\u0440\u0442 \u0436\u0438\u0433\u0434, \u0442\u043e\u0433\u0442\u0432\u043e\u0440\u0442\u043e\u0439, \u0442\u0430\u0432 \u0442\u0443\u0445\u0442\u0430\u0439 \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043e\u0440\u0447\u043d\u044b\u0433 \u0431\u04af\u0440\u0434\u04af\u04af\u043b\u0434\u044d\u0433. \u0417\u043e\u0447\u0438\u0434 \u0431\u0443\u0443\u0434\u0430\u043b, \u0425\u0443\u0434\u0430\u043b\u0434\u0430\u0430\u043d\u044b \u0442\u04e9\u0432, \u0411\u0430\u043d\u043a, \u0420\u0435\u0441\u0442\u043e\u0440\u0430\u043d, \u0424\u0438\u0442\u043d\u0435\u0441\u0441 \u043a\u043b\u0443\u0431, \u0414\u044d\u043b\u0433\u04af\u04af\u0440, \u0410\u0432\u0442\u043e\u043c\u0430\u0448\u0438\u043d \u0431\u043e\u043b\u043e\u043d \u0433\u044d\u0440 \u0430\u0445\u0443\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0448\u0438\u0439\u0434\u044d\u043b. \u04ae\u043d\u044d\u0433\u04af\u0439 \u0437\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445 \u0411\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d \u04af\u0437\u044d\u0445&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"bottom","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","rank_math_title":"","rank_math_description":"","rank_math_canonical_url":"","rank_math_focus_keyword":"","rank_math_robots":"","rank_math_facebook_title":"","rank_math_facebook_description":"","rank_math_facebook_image":"","rank_math_twitter_title":"","rank_math_twitter_description":"","rank_math_twitter_image":"","footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"scentmarketing","author_link":"https:\/\/scentmarketing.mn\/mn\/author\/scentmarketing\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":404,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":3305,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/10\/revisions\/3305"}],"wp:attachment":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}