<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
        <title>Yantra.lv Viktorija Darakova - Нутрициология</title>
        <link>http://www.yantra-online.info/konsultacii/nutriciologa/</link>
        <description>Yantra.lv Viktorija Darakova - Нутрициология</description>
                    <item>
                <title>КОНСУЛЬТАЦИЯ НУТРИЦИОЛОГА</title>
                <link>http://www.yantra-online.info/konsultacii/nutriciologa/params/post/4328537/konsultacija-nutriciologa</link>
                <pubDate>Sat, 05 Aug 2023 18:53:00 +0000</pubDate>
                <description>&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;Нутрициолог — Виктория Даракова&lt;/title&gt;
&lt;style&gt;
/* ===== NUTRICIOLOG PAGE — #32AAA9 TURQUOISE + GOLD PALETTE ===== */
/* Scope: .fl | All rules use !important for CMS override safety */

/* === PALETTE ===
   Deep turq    : #1e7877  (darkened #32aaa9)
   Rich turq    : #29908f
   Main turq    : #32aaa9
   Medium turq  : #4dbdbc
   Light turq   : #82cfce
   Pale turq    : #ddf2f2
   Very pale    : #f0fafa
   Gold deep    : #B8860B
   Gold rich    : #D4A017
   Gold bright  : #F0C040
   Text dark    : #0d2c2c
   Text mid     : #1e4d4d
*/

.fl * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; }
.fl { font-family: &#039;Segoe UI&#039;, Arial, sans-serif !important; color: #0d2c2c !important; background: #FFFFFF !important; max-width: 860px !important; margin: 0 auto !important; padding: 0 !important; }

/* ── HERO ── */
.fl-hero {
  background: linear-gradient(135deg, #1e7877 0%, #29908f 50%, #32aaa9 100%) !important;
  padding: 56px 32px 80px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}
.fl-hero::after {
  content: &#039;&#039; !important;
  position: absolute !important;
  bottom: -40px !important; left: -5% !important;
  width: 110% !important; height: 80px !important;
  background: #FFFFFF !important;
  border-radius: 50% !important;
}
.fl-hero-photo {
  width: 160px !important; height: 160px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 4px solid rgba(255,255,255,0.5) !important;
  margin: 0 auto 24px !important;
  display: block !important;
}
.fl-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
}
.fl-hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.2rem) !important;
  color: rgba(255,255,255,0.88) !important;
  line-height: 1.5 !important;
  max-width: 600px !important;
  margin: 0 auto 28px !important;
}
.fl-hero-badge {
  display: inline-block !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  border-radius: 24px !important;
  padding: 6px 18px !important;
  font-size: 0.88rem !important;
  color: #FFFFFF !important;
  margin: 4px !important;
}

/* ── SECTIONS ── */
.fl-section {
  background: #FFFFFF !important;
  padding: 48px 28px !important;
}
.fl-section-mint {
  background: #ddf2f2 !important;
  padding: 48px 28px !important;
}
.fl-section-green {
  background: linear-gradient(135deg, #1e7877 0%, #29908f 100%) !important;
  padding: 48px 28px !important;
}
.fl-section-gold {
  background: linear-gradient(135deg, #B8860B 0%, #D4A017 100%) !important;
  padding: 48px 28px !important;
}

/* ── HEADINGS ── */
.fl h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem) !important;
  font-weight: 700 !important;
  color: #1e7877 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}
.fl-section-green h2, .fl-section-gold h2 { color: #FFFFFF !important; }
.fl-divider {
  width: 64px !important; height: 4px !important;
  background: linear-gradient(90deg, #32aaa9, #82cfce) !important;
  border-radius: 2px !important;
  margin: 0 auto 32px !important;
}
.fl-section-green .fl-divider {
  background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.2)) !important;
}
.fl-section-gold .fl-divider {
  background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.3)) !important;
}
.fl h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #29908f !important;
  margin-bottom: 10px !important;
}

/* ── INTRO TEXT ── */
.fl-intro {
  background: #ddf2f2 !important;
  border-left: 5px solid #32aaa9 !important;
  border-radius: 0 16px 16px 0 !important;
  padding: 24px 28px !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #0d2c2c !important;
  margin-bottom: 0 !important;
}
.fl-intro strong { color: #1e7877 !important; }

/* ── SYMPTOM CHECKLIST ── */
.fl-checklist {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 12px !important;
  list-style: none !important;
}
.fl-checklist li {
  background: #FFFFFF !important;
  border: 1.5px solid #82cfce !important;
  border-radius: 12px !important;
  padding: 12px 16px 12px 44px !important;
  position: relative !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
  color: #0d2c2c !important;
  transition: border-color 0.2s !important;
}
.fl-checklist li::before {
  content: &#039;✓&#039; !important;
  position: absolute !important;
  left: 14px !important; top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important; height: 22px !important;
  background: linear-gradient(135deg, #32aaa9, #4dbdbc) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ── NUMBERED BENEFIT LIST ── */
.fl-num-list {
  list-style: none !important;
  counter-reset: benefit-counter !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 16px !important;
}
.fl-num-list li {
  counter-increment: benefit-counter !important;
  background: #FFFFFF !important;
  border-radius: 16px !important;
  padding: 20px 20px 20px 64px !important;
  position: relative !important;
  box-shadow: 0 2px 12px rgba(50,170,169,0.12) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: #0d2c2c !important;
}
.fl-num-list li::before {
  content: counter(benefit-counter) !important;
  position: absolute !important;
  left: 16px !important; top: 18px !important;
  width: 34px !important; height: 34px !important;
  background: linear-gradient(135deg, #29908f, #4dbdbc) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fl-num-list li strong { color: #1e7877 !important; display: block !important; margin-bottom: 4px !important; }

/* ── PROCESS STEPS ── */
.fl-steps {
  list-style: none !important;
  counter-reset: step-counter !important;
}
.fl-step {
  counter-increment: step-counter !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #a8dfde !important;
}
.fl-step:last-child { border-bottom: none !important; }
.fl-step-num {
  flex-shrink: 0 !important;
  width: 44px !important; height: 44px !important;
  background: linear-gradient(135deg, #1e7877, #32aaa9) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fl-step-body { flex: 1 !important; }
.fl-step-body strong {
  display: block !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #1e7877 !important;
  margin-bottom: 4px !important;
}
.fl-step-body p { font-size: 0.92rem !important; line-height: 1.55 !important; color: #1e4d4d !important; }

/* ── PREP CARDS ── */
.fl-prep-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
  gap: 16px !important;
}
.fl-prep-card {
  background: #FFFFFF !important;
  border-top: 4px solid #32aaa9 !important;
  border-radius: 0 0 14px 14px !important;
  padding: 20px 18px !important;
  box-shadow: 0 2px 10px rgba(50,170,169,0.10) !important;
  text-align: center !important;
}
.fl-prep-icon {
  font-size: 2rem !important;
  display: block !important;
  margin-bottom: 10px !important;
}
.fl-prep-card h3 { font-size: 0.95rem !important; color: #1e7877 !important; margin-bottom: 6px !important; }
.fl-prep-card p { font-size: 0.85rem !important; color: #1e4d4d !important; line-height: 1.45 !important; }

/* ── PRICE BLOCK ── */
.fl-price-box {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  padding: 36px 32px !important;
  text-align: center !important;
  max-width: 460px !important;
  margin: 0 auto !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
}
.fl-price-amount {
  font-size: clamp(2.4rem, 6vw, 3.6rem) !important;
  font-weight: 900 !important;
  color: #1e7877 !important;
  line-height: 1 !important;
  margin-bottom: 6px !important;
}
.fl-price-label {
  font-size: 0.95rem !important;
  color: #1e4d4d !important;
  margin-bottom: 20px !important;
}
.fl-price-pay {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-bottom: 24px !important;
}
.fl-pay-badge {
  background: #ddf2f2 !important;
  border: 1.5px solid #82cfce !important;
  border-radius: 10px !important;
  padding: 8px 18px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #1e7877 !important;
}

/* ── RESULTS LIST ── */
.fl-results {
  list-style: none !important;
}
.fl-results li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.15) !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.93) !important;
}
.fl-results li:last-child { border-bottom: none !important; }
.fl-results li::before {
  content: &#039;✦&#039; !important;
  flex-shrink: 0 !important;
  font-size: 1rem !important;
  color: #F0C040 !important;
  margin-top: 2px !important;
}
.fl-results li strong { color: #FFFFFF !important; }

/* ── SPEC GRID ── */
.fl-spec-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 16px !important;
}
.fl-spec-card {
  background: #FFFFFF !important;
  border-left: 4px solid #32aaa9 !important;
  border-radius: 0 14px 14px 0 !important;
  padding: 16px 18px !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  color: #0d2c2c !important;
  box-shadow: 0 2px 8px rgba(50,170,169,0.09) !important;
}
.fl-spec-card::before {
  content: &#039;◆&#039; !important;
  display: block !important;
  font-size: 1rem !important;
  color: #D4A017 !important;
  margin-bottom: 8px !important;
}

/* ── EDUCATION ── */
.fl-edu-list {
  list-style: none !important;
}
.fl-edu-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 18px 0 !important;
  border-bottom: 1px dashed #a8dfde !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: #0d2c2c !important;
}
.fl-edu-list li:last-child { border-bottom: none !important; }
.fl-edu-icon {
  flex-shrink: 0 !important;
  width: 40px !important; height: 40px !important;
  background: linear-gradient(135deg, #29908f, #4dbdbc) !important;
  border-radius: 50% !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fl-edu-list li strong { color: #1e7877 !important; display: block !important; }

/* ── SCREENSHOTS ── */
.fl-screens {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 24px !important;
}
.fl-screens img {
  width: 100% !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.12) !important;
  display: block !important;
}

/* ── HIGHLIGHT BOX ── */
.fl-infobox {
  background: #FFFFFF !important;
  border: 2px solid #82cfce !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  margin: 24px 0 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: #0d2c2c !important;
}
.fl-infobox strong { color: #1e7877 !important; }

/* ── CTA BUTTON ── */
.fl-cta-wrap { text-align: center !important; }
.fl-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #29908f 0%, #32aaa9 100%) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
  font-weight: 700 !important;
  padding: 16px 44px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 24px rgba(50,170,169,0.40) !important;
  letter-spacing: 0.02em !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.fl-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(50,170,169,0.55) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.fl-btn-sub {
  display: block !important;
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  margin-top: 10px !important;
}
.fl-section-mint .fl-btn-sub {
  color: #1e4d4d !important;
  -webkit-text-fill-color: #1e4d4d !important;
}

/* ── GOLD ACCENT BUTTON ── */
.fl-gold-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #B8860B 0%, #D4A017 100%) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
  font-weight: 700 !important;
  padding: 16px 44px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 24px rgba(184,134,11,0.38) !important;
  letter-spacing: 0.02em !important;
}
.fl-gold-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 32px rgba(184,134,11,0.50) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* ── DIVIDER TAG ── */
.fl-tag {
  display: inline-block !important;
  background: #ddf2f2 !important;
  color: #29908f !important;
  border-radius: 20px !important;
  padding: 4px 16px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 14px !important;
}
.fl-tag-center { text-align: center !important; }
.fl-section-green .fl-tag {
  background: rgba(255,255,255,0.2) !important;
  color: #FFFFFF !important;
}
.fl-section-gold .fl-tag {
  background: rgba(255,255,255,0.25) !important;
  color: #FFFFFF !important;
}

/* ── LEAD TEXT ── */
.fl-lead {
  text-align: center !important;
  font-size: 1rem !important;
  color: #1e4d4d !important;
  line-height: 1.65 !important;
  max-width: 620px !important;
  margin: 0 auto 32px !important;
}
.fl-section-green .fl-lead { color: rgba(255,255,255,0.85) !important; }
.fl-section-gold .fl-lead { color: rgba(255,255,255,0.90) !important; }

p { margin-bottom: 0 !important; }
&lt;/style&gt;

&lt;div class=&quot;fl&quot;&gt;

  &lt;!-- ░░ HERO ░░ --&gt;
  &lt;div class=&quot;fl-hero&quot;&gt;
    &lt;img class=&quot;fl-hero-photo&quot; src=&quot;https://site-4273.mozfiles.com/files/4273/viktorija_darakova.jpg&quot; alt=&quot;Виктория Даракова — нутрициолог&quot;&gt;
    &lt;h1&gt;Консультация нутрициолога&lt;/h1&gt;
    &lt;p class=&quot;fl-hero-sub&quot;&gt;Виктория Даракова — нутрициолог с медицинским образованием,&lt;br&gt;30 лет в йоге и Аюрведе&lt;/p&gt;
    &lt;span class=&quot;fl-hero-badge&quot;&gt;🌿 Персональный подход&lt;/span&gt;
    &lt;span class=&quot;fl-hero-badge&quot;&gt;🎓 Медицинское образование&lt;/span&gt;
    &lt;span class=&quot;fl-hero-badge&quot;&gt;🧘 Аюрведа &amp;amp; йога&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- ░░ INTRO ░░ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-intro&quot;&gt;
      Я — &lt;b&gt;Виктория Даракова&lt;/b&gt;, нутрициолог с медицинским образованием. Более &lt;b&gt;30 лет&lt;/b&gt; я занимаюсь йогой и Аюрведой, и вся эта практика органично вплелась в мою работу с питанием. Я помогаю людям находить свой путь к здоровью — не через жёсткие диеты, а через осознанное, живое питание, которое работает именно для вашего тела и образа жизни.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ КОГДА ОБРАТИТЬСЯ ░░ --&gt;
  &lt;div class=&quot;fl-section-mint&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Ваши сигналы&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Когда обратиться к нутрициологу?&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;p class=&quot;fl-lead&quot;&gt;Ваше тело умеет говорить. Обратите внимание, если узнаёте себя хотя бы в нескольких пунктах.&lt;/p&gt;
    &lt;ul class=&quot;fl-checklist&quot;&gt;
      &lt;li&gt;Лишний вес, который не уходит&lt;/li&gt;
      &lt;li&gt;Постоянная усталость и упадок сил&lt;/li&gt;
      &lt;li&gt;Проблемы с пищеварением (вздутие, запоры, изжога)&lt;/li&gt;
      &lt;li&gt;Частые простуды и слабый иммунитет&lt;/li&gt;
      &lt;li&gt;Кожные проблемы (акне, сухость, тусклость)&lt;/li&gt;
      &lt;li&gt;Выпадение волос и ломкость ногтей&lt;/li&gt;
      &lt;li&gt;Нарушения сна&lt;/li&gt;
      &lt;li&gt;Перепады настроения и раздражительность&lt;/li&gt;
      &lt;li&gt;Тяга к сладкому и переедание&lt;/li&gt;
      &lt;li&gt;Хронические воспаления&lt;/li&gt;
      &lt;li&gt;Снижение либидо&lt;/li&gt;
      &lt;li&gt;Туман в голове, снижение концентрации&lt;/li&gt;
      &lt;li&gt;Ощущение «я делаю всё правильно, но ничего не меняется»&lt;/li&gt;
      &lt;li&gt;Желание разобраться в своём питании раз и навсегда&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ЗАЧЕМ НУЖНА КОНСУЛЬТАЦИЯ ░░ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Зачем нужна&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Что вам даст консультация?&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;ol class=&quot;fl-num-list&quot;&gt;
      &lt;li&gt;&lt;b&gt;Ясность о своём теле&lt;/b&gt;Вы поймёте, что именно происходит в вашем организме и почему привычные подходы не работали.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Индивидуальный план питания&lt;/b&gt;Никаких универсальных диет — только то, что подходит именно вам с учётом конституции, образа жизни и целей.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Работа с причиной, а не симптомом&lt;/b&gt;Мы ищем первопричину проблем со здоровьем, а не просто убираем симптомы.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Аюрведический взгляд на питание&lt;/b&gt;Интеграция древних знаний об Аюрведе с современной нутрициологией для глубокого результата.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Поддержка и сопровождение&lt;/b&gt;Вы получаете не разовый совет, а понятную дорожную карту с поддержкой на пути к результату.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Устойчивые изменения&lt;/b&gt;Питание становится образом жизни, а не временным мучением — вкусно, просто и эффективно.&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/div&gt;

  &lt;!-- ░░ КАК ПРОХОДИТ ░░ --&gt;
  &lt;div class=&quot;fl-section-mint&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Как проходит&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Как проходит консультация&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;ol class=&quot;fl-steps&quot;&gt;
      &lt;li class=&quot;fl-step&quot;&gt;
        &lt;div class=&quot;fl-step-num&quot;&gt;1&lt;/div&gt;
        &lt;div class=&quot;fl-step-body&quot;&gt;
          &lt;b&gt;Знакомство и анкетирование&lt;/b&gt;
          &lt;p&gt;Перед встречей вы заполняете подробную анкету о своём здоровье, образе жизни, питании и целях. Это позволяет мне подготовиться и сделать нашу встречу максимально продуктивной.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/li&gt;
      &lt;li class=&quot;fl-step&quot;&gt;
        &lt;div class=&quot;fl-step-num&quot;&gt;2&lt;/div&gt;
        &lt;div class=&quot;fl-step-body&quot;&gt;
          &lt;b&gt;Разбор анализов и истории здоровья&lt;/b&gt;
          &lt;p&gt;Мы обсуждаем ваши анализы крови, жалобы и историю — всё, что поможет составить полную картину состояния вашего организма.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/li&gt;
      &lt;li class=&quot;fl-step&quot;&gt;
        &lt;div class=&quot;fl-step-num&quot;&gt;3&lt;/div&gt;
        &lt;div class=&quot;fl-step-body&quot;&gt;
          &lt;b&gt;Определение вашего типа конституции&lt;/b&gt;
          &lt;p&gt;На основе Аюрведы и нутрициологии мы определяем ваш тип, доши, текущий дисбаланс — это основа для персонального плана.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/li&gt;
      &lt;li class=&quot;fl-step&quot;&gt;
        &lt;div class=&quot;fl-step-num&quot;&gt;4&lt;/div&gt;
        &lt;div class=&quot;fl-step-body&quot;&gt;
          &lt;b&gt;Составление плана питания и рекомендаций&lt;/b&gt;
          &lt;p&gt;Вы получаете конкретный и реалистичный план питания, список продуктов, рекомендации по режиму и при необходимости — нутрицевтическую поддержку.&lt;/p&gt;
        &lt;/div&gt;
      &lt;/li&gt;
    &lt;/ol&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ЧТО ПОДГОТОВИТЬ ░░ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Подготовка&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Что нужно подготовить&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;fl-prep-grid&quot;&gt;
      &lt;div class=&quot;fl-prep-card&quot;&gt;
        &lt;span class=&quot;fl-prep-icon&quot;&gt;🩸&lt;/span&gt;
        &lt;h3&gt;Анализы крови&lt;/h3&gt;
        &lt;p&gt;Общий + биохимия, уровень витаминов D, B12, ферритин, гормоны щитовидной железы (если есть).&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-prep-card&quot;&gt;
        &lt;span class=&quot;fl-prep-icon&quot;&gt;📋&lt;/span&gt;
        &lt;h3&gt;Пищевой дневник&lt;/h3&gt;
        &lt;p&gt;Что вы едите в течение 3–5 дней — записи или фото блюд и времени приёма пищи.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-prep-card&quot;&gt;
        &lt;span class=&quot;fl-prep-icon&quot;&gt;💊&lt;/span&gt;
        &lt;h3&gt;Список препаратов&lt;/h3&gt;
        &lt;p&gt;Лекарства и добавки, которые вы принимаете сейчас или принимали в последнее время.&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-prep-card&quot;&gt;
        &lt;span class=&quot;fl-prep-icon&quot;&gt;❓&lt;/span&gt;
        &lt;h3&gt;Ваши вопросы&lt;/h3&gt;
        &lt;p&gt;Запишите всё, что хотите обсудить. Никаких глупых вопросов — каждый важен.&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ СТОИМОСТЬ ░░ --&gt;
  &lt;div class=&quot;fl-section-gold&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Стоимость&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Инвестиция в своё здоровье&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;fl-price-box&quot;&gt;
      &lt;div class=&quot;fl-price-amount&quot;&gt;75 €&lt;/div&gt;
      &lt;div class=&quot;fl-price-label&quot;&gt;Персональная консультация нутрициолога (60–90 минут)&lt;/div&gt;
      &lt;div class=&quot;fl-price-pay&quot;&gt;
        &lt;span class=&quot;fl-pay-badge&quot;&gt;🏦 Swedbank&lt;/span&gt;
        &lt;span class=&quot;fl-pay-badge&quot;&gt;💳 PayPal&lt;/span&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-cta-wrap&quot;&gt;
        &lt;a class=&quot;fl-btn&quot; href=&quot;https://forms.gle/EDbNvFhHBekcDPKr6&quot; target=&quot;_blank&quot;&gt;Записаться на консультацию&lt;/a&gt;
        &lt;span class=&quot;fl-btn-sub&quot;&gt;Заполните анкету — я свяжусь с вами в течение 24 часов&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ЧТО ПОЛУЧИТЕ ░░ --&gt;
  &lt;div class=&quot;fl-section-green&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Результат&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Что вы получите в результате&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;ul class=&quot;fl-results&quot;&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Персональный план питания&lt;/b&gt; — конкретный, реалистичный, вкусный — составленный именно для вас.&lt;/div&gt;&lt;/li&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Список рекомендованных продуктов&lt;/b&gt; — что есть, что ограничить и почему именно для вашего организма.&lt;/div&gt;&lt;/li&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Нутрицевтическая поддержка&lt;/b&gt; — рекомендации по витаминам и добавкам на основе ваших анализов.&lt;/div&gt;&lt;/li&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Аюрведические практики&lt;/b&gt; — советы по режиму дня, специям, детоксу, соответствующие вашей конституции.&lt;/div&gt;&lt;/li&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Ответы на все ваши вопросы&lt;/b&gt; — разбор ситуации без осуждения и с учётом вашего реального образа жизни.&lt;/div&gt;&lt;/li&gt;
      &lt;li&gt;&lt;div&gt;&lt;b&gt;Опора на путь к здоровью&lt;/b&gt; — ясное понимание, что делать дальше, и уверенность в своих шагах.&lt;/div&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- ░░ СПЕЦИАЛИЗАЦИЯ ░░ --&gt;
  &lt;div class=&quot;fl-section-mint&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Специализация&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Моя специализация&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;fl-spec-grid&quot;&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Нормализация веса без диет и стресса&lt;/div&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Питание при хронической усталости и выгорании&lt;/div&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Аюрведическое питание по типу конституции&lt;/div&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Пищеварение и здоровье кишечника&lt;/div&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Гормональный баланс через питание&lt;/div&gt;
      &lt;div class=&quot;fl-spec-card&quot;&gt;Детокс и очищение организма&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ОБРАЗОВАНИЕ ░░ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-tag-center&quot;&gt;&lt;span class=&quot;fl-tag&quot;&gt;Образование&lt;/span&gt;&lt;/div&gt;
    &lt;h2&gt;Моё образование&lt;/h2&gt;
    &lt;div class=&quot;fl-divider&quot;&gt;&lt;/div&gt;
    &lt;ul class=&quot;fl-edu-list&quot;&gt;
      &lt;li&gt;
        &lt;div class=&quot;fl-edu-icon&quot;&gt;🎓&lt;/div&gt;
        &lt;div&gt;
          &lt;b&gt;Медицинское образование&lt;/b&gt;
          Профессиональная база в области физиологии, биохимии и диетологии — основа для работы с реальными запросами здоровья.
        &lt;/div&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;div class=&quot;fl-edu-icon&quot;&gt;🌿&lt;/div&gt;
        &lt;div&gt;
          &lt;b&gt;Аюрведа и йога — 30 лет практики&lt;/b&gt;
          Глубокое изучение аюрведической медицины, нутритивных протоколов и практик осознанности как продолжение медицинских знаний.
        &lt;/div&gt;
      &lt;/li&gt;
    &lt;/ul&gt;

    &lt;!-- Скриншоты сертификатов/отзывов --&gt;
    &lt;div class=&quot;fl-screens&quot;&gt;
      &lt;img src=&quot;Screenshot_2023-08-05_220848.jpg&quot; alt=&quot;Сертификат / отзыв&quot;&gt;
      &lt;img src=&quot;Screenshot_2023-08-05_220909.jpg&quot; alt=&quot;Сертификат / отзыв&quot;&gt;
      &lt;img src=&quot;Screenshot_2023-08-05_221109.jpg&quot; alt=&quot;Сертификат / отзыв&quot;&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ФИНАЛЬНЫЙ CTA ░░ --&gt;
  &lt;div class=&quot;fl-section-mint&quot;&gt;
    &lt;div class=&quot;fl-infobox&quot;&gt;
      &lt;b&gt;🌱 Ваше здоровье — это не проект на месяц, это образ жизни.&lt;/b&gt;&lt;br&gt;
      Я помогу вам разобраться в своём теле и найти питание, которое будет работать для вас — без жёстких ограничений, с удовольствием и устойчивым результатом.
    &lt;/div&gt;
    &lt;br&gt;
    &lt;div class=&quot;fl-cta-wrap&quot;&gt;
      &lt;a class=&quot;fl-btn&quot; href=&quot;https://forms.gle/EDbNvFhHBekcDPKr6&quot; target=&quot;_blank&quot;&gt;Записаться на консультацию&lt;/a&gt;
      &lt;span class=&quot;fl-btn-sub&quot;&gt;Заполните анкету — свяжусь в течение 24 часов · 75 € · Swedbank / PayPal&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;</description>
            </item>
            </channel>
</rss>