<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
        <title>Yantra.lv Viktorija Darakova - Убираем серые круги / Проблема 2</title>
        <link>http://www.yantra-online.info/zaochno/idei-jogi-dlja-lica/ubiraem-serye-krugi--problema-2/</link>
        <description>Yantra.lv Viktorija Darakova - Убираем серые круги / Проблема 2</description>
                    <item>
                <title>Убираем серые круги / Проблема 2</title>
                <link>http://www.yantra-online.info/zaochno/idei-jogi-dlja-lica/ubiraem-serye-krugi--problema-2/params/post/4473112/ubiraem-serye-krugi--problema-2</link>
                <pubDate>Sat, 16 Mar 2024 10:18: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;
/* ===== FACE YOGA — DARK CIRCLES — LAVENDER PALETTE ===== */
/* Scope: .fl | All rules use !important for CMS override safety */

/* === PALETTE ===
   Deep lavender   : #4527A0
   Rich lavender   : #5E35B1
   Main lavender   : #7E57C2
   Pale lavender   : #B39DDB
   Very pale       : #EDE7F6
   Lightest        : #F5F0FF
   Bright violet   : #7C4DFF  (last block bg + accents)
   Rose accent     : #AD1457 → #C2185B
   Text dark       : #1A0A33
   Text mid        : #3D2B6B
*/

.fl * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; }
.fl { font-family: &#039;Segoe UI&#039;, Arial, sans-serif !important; color: #1A0A33 !important; background: #FFFFFF !important; max-width: 860px !important; margin: 0 auto !important; padding: 0 !important; }

/* ── HERO ── */
.fl-hero {
  background: linear-gradient(135deg, #4527A0 0%, #5E35B1 50%, #7E57C2 100%) !important;
  padding: 56px 32px 80px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}
.fl-hero::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  top: -60px !important; right: -60px !important;
  width: 220px !important; height: 220px !important;
  background: rgba(255,255,255,0.06) !important;
  border-radius: 50% !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 h1 {
  font-size: clamp(1.5rem, 4vw, 2.3rem) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.25 !important;
  margin-bottom: 14px !important;
}
.fl-hero-sub {
  font-size: clamp(0.95rem, 2.5vw, 1.1rem) !important;
  color: rgba(255,255,255,0.88) !important;
  line-height: 1.6 !important;
  max-width: 580px !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;
}
.fl-hero-badge-rose {
  display: inline-block !important;
  background: linear-gradient(135deg, #AD1457, #C2185B) !important;
  border-radius: 24px !important;
  padding: 7px 20px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  margin: 4px !important;
}

/* ── SECTIONS ── */
.fl-section { background: #FFFFFF !important; padding: 48px 28px !important; }
.fl-section-light { background: #EDE7F6 !important; padding: 48px 28px !important; }
.fl-section-pale { background: #F5F0FF !important; padding: 48px 28px !important; }
.fl-section-dark {
  background: linear-gradient(135deg, #4527A0 0%, #5E35B1 100%) !important;
  padding: 48px 28px !important;
}
.fl-section-violet {
  background: linear-gradient(135deg, #5E35B1 0%, #7C4DFF 100%) !important;
  padding: 48px 28px !important;
}
.fl-section-teal {
  background: linear-gradient(135deg, #1e7877 0%, #32aaa9 100%) !important;
  padding: 48px 28px !important;
}

/* ── HEADINGS ── */
.fl h2 {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem) !important;
  font-weight: 700 !important;
  color: #4527A0 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}
.fl-section-dark h2,
.fl-section-violet h2,
.fl-section-teal h2 { color: #FFFFFF !important; }
.fl-divider {
  width: 64px !important; height: 4px !important;
  background: linear-gradient(90deg, #7E57C2, #B39DDB) !important;
  border-radius: 2px !important;
  margin: 0 auto 32px !important;
}
.fl-section-dark .fl-divider,
.fl-section-violet .fl-divider,
.fl-section-teal .fl-divider {
  background: linear-gradient(90deg, rgba(255,255,255,0.7), rgba(255,255,255,0.25)) !important;
}
.fl-tag {
  display: inline-block !important;
  background: #EDE7F6 !important;
  color: #5E35B1 !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-dark .fl-tag,
.fl-section-violet .fl-tag,
.fl-section-teal .fl-tag { background: rgba(255,255,255,0.22) !important; color: #FFFFFF !important; }
.fl-lead {
  text-align: center !important;
  font-size: 1rem !important;
  color: #3D2B6B !important;
  line-height: 1.65 !important;
  max-width: 640px !important;
  margin: 0 auto 32px !important;
}
.fl-section-dark .fl-lead,
.fl-section-violet .fl-lead,
.fl-section-teal .fl-lead { color: rgba(255,255,255,0.90) !important; }

/* ── VIDEO ── */
.fl-video-wrap {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 28px rgba(69,39,160,0.20) !important;
}
.fl-video-wrap iframe {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important; height: 100% !important;
  border: none !important;
  border-radius: 16px !important;
}

/* ── ABOUT BLOCK ── */
.fl-about {
  background: #F5F0FF !important;
  border-left: 5px solid #9575CD !important;
  border-radius: 0 16px 16px 0 !important;
  padding: 18px 24px !important;
  font-size: 0.97rem !important;
  line-height: 1.72 !important;
  color: #1A0A33 !important;
  margin-bottom: 14px !important;
}
.fl-about-italic { font-style: italic !important; }
.fl-about:last-child { margin-bottom: 0 !important; }

/* ── NESTED STEP CARDS ── */
.fl-step-cards {
  list-style: none !important;
  counter-reset: step-counter !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
.fl-step-card {
  counter-increment: step-counter !important;
  background: #FFFFFF !important;
  border-radius: 16px !important;
  padding: 18px 22px 18px 74px !important;
  position: relative !important;
  box-shadow: 0 3px 16px rgba(94,53,177,0.10) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #1A0A33 !important;
}
.fl-step-card::before {
  content: counter(step-counter) !important;
  position: absolute !important;
  left: 18px !important; top: 16px !important;
  width: 40px !important; height: 40px !important;
  background: linear-gradient(135deg, #4527A0, #7E57C2) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fl-step-card strong {
  color: #4527A0 !important;
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 1rem !important;
}

/* ── CALLOUT ── */
.fl-callout {
  background: linear-gradient(135deg, #EDE7F6 0%, #F5F0FF 100%) !important;
  border-left: 5px solid #7E57C2 !important;
  border-radius: 0 16px 16px 0 !important;
  padding: 22px 26px !important;
  font-size: 0.97rem !important;
  line-height: 1.72 !important;
  color: #1A0A33 !important;
  margin-bottom: 14px !important;
}
.fl-callout:last-child { margin-bottom: 0 !important; }
.fl-callout strong { color: #4527A0 !important; }

/* ── BANNER IMAGE LINK ── */
.fl-banner-img {
  display: block !important;
  width: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 28px rgba(255,255,255,0.18) !important;
  margin-bottom: 28px !important;
}
.fl-banner-img img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* ── CTA BUTTONS ── */
.fl-cta-wrap { text-align: center !important; }
.fl-btn-white {
  display: inline-block !important;
  background: #FFFFFF !important;
  color: #5E35B1 !important;
  -webkit-text-fill-color: #5E35B1 !important;
  text-decoration: none !important;
  font-size: clamp(1rem, 2.5vw, 1.15rem) !important;
  font-weight: 800 !important;
  padding: 18px 52px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 28px rgba(0,0,0,0.20) !important;
  letter-spacing: 0.02em !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.fl-btn-white:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 36px rgba(0,0,0,0.30) !important;
  color: #4527A0 !important;
  -webkit-text-fill-color: #4527A0 !important;
}
.fl-btn-sub {
  display: block !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  margin-top: 10px !important;
  color: rgba(255,255,255,0.80) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.80) !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;h1&gt;👁️ Убираем серые круги&lt;/h1&gt;
    &lt;p class=&quot;fl-hero-sub&quot;&gt;Проблема 2: серые круги под глазами — упражнение для открытого и свежего взгляда&lt;/p&gt;
    &lt;span class=&quot;fl-hero-badge-rose&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;✨ Виктория Даракова&lt;/span&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ВИДЕО ░░ --&gt;
  &lt;div class=&quot;fl-section&quot; style=&quot;padding-bottom: 32px !important;&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-video-wrap&quot;&gt;
      &lt;iframe class=&quot;moze-iframe&quot; src=&quot;https://www.youtube.com/embed/6GDtmtLqakU&quot; height=&quot;0px&quot; width=&quot;0px&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ОПИСАНИЕ ░░ --&gt;
  &lt;div class=&quot;fl-section-pale&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-about&quot;&gt;
      Инструктор по йоге для лица Виктория Даракова с высшим медицинским образованием представляет эффективное упражнение, направленное на устранение отёков и серых кругов под глазами, а также на придание взгляду более открытого и свежего выражения.
    &lt;/div&gt;
    &lt;div class=&quot;fl-about&quot;&gt;
      Упражнение «&lt;b&gt;Убираем серые круги&lt;/b&gt;» основывается на лёгком, но ощутимом давлении пальцев вокруг глаз — имитируя взгляд через бинокль, что способствует укреплению круговой мышцы глаз. Повторяя его около 20 раз, вы почувствуете уменьшение припухлости и отёчности.
    &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;ol class=&quot;fl-step-cards&quot;&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Подготовка&lt;/b&gt;
        Расположите пальцы вокруг глаз так, как будто вы смотрите в бинокль — подобно тому, как делали в детстве. Это создаст лёгкое, но ощутимое давление вокруг глаз.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Приложение давления&lt;/b&gt;
        Используйте всю поверхность пальцев для нежного, но заметного прижатия круговой мышцы вокруг глаз. Представьте, что ваши руки — это гантели, создающие лёгкое сопротивление.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Зажмуривание глаз&lt;/b&gt;
        Начните медленно зажмуривать глаза, преодолевая лёгкое сопротивление, создаваемое руками. Не давите слишком сильно — важно, чтобы действие было ощутимым, но не вызывало дискомфорт.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Повторение&lt;/b&gt;
        Стремитесь повторить упражнение около 20 раз или до лёгкой усталости. Первые десять повторений выполняются легко — важно продолжать, так как последующие повторы приносят наибольшую пользу.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Расслабление&lt;/b&gt;
        После завершения мягко уберите руки, закройте глаза и ощутите изменения в области вокруг глаз. Вы почувствуете, как глаза становятся более выразительными и открытыми.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Наблюдение за результатами&lt;/b&gt;
        Используйте зеркало во время выполнения упражнения, чтобы наблюдать за изменениями. Вы увидите уменьшение отёчности и припухлости, а взгляд станет более открытым.
      &lt;/li&gt;
      &lt;li class=&quot;fl-step-card&quot;&gt;
        &lt;b&gt;Дополнительные рекомендации&lt;/b&gt;
        Для наилучших результатов выполняйте упражнение утром, когда заметна небольшая отёчность. 20–30 повторений в два подхода значительно улучшат внешний вид и ощущение вокруг глаз.
      &lt;/li&gt;
    &lt;/ol&gt;
  &lt;/div&gt;

  &lt;!-- ░░ ПРИГЛАШЕНИЕ (текст) ░░ --&gt;
  &lt;div class=&quot;fl-section-pale&quot;&gt;
    &lt;div class=&quot;fl-about&quot;&gt;
      Это только маленькая часть моей системы — приглашаю на вебинар по йоге для лица, где я поделюсь большим количеством полезной информации и эффективных упражнений для поддержания вашей красоты и молодости. Регистрируйтесь, чтобы узнать больше о том, как ухаживать за своим лицом и сохранить его молодость на долгие годы!
    &lt;/div&gt;
    &lt;div class=&quot;fl-about fl-about-italic&quot;&gt;
      Не упустите возможность улучшить своё самочувствие и внешний вид с помощью проверенных методик. Присоединяйтесь и начните свой путь к здоровью и красоте уже сегодня.
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ CTA — ЙОГА ДЛЯ ЛИЦА (ярко фиолетовый) ░░ --&gt;
  &lt;div class=&quot;fl-section-violet&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;b&gt;ЙОГА ДЛЯ ЛИЦА&lt;/b&gt; — чтобы выглядеть на 10 лет моложе!&lt;br&gt;
    Зарегистрируйтесь сейчас и получите 🎁 &lt;b&gt;видео в подарок&lt;/b&gt;&lt;br&gt;
    Практика для глаз, чтобы восстановить и сохранить зрение 👇&lt;/p&gt;
    &lt;a class=&quot;fl-banner-img&quot; href=&quot;https://yantraonline.com/yoga_face?utm_source=yantra_str_uprazhneija_lico&quot; target=&quot;_blank&quot;&gt;
      &lt;img src=&quot;https://site-4273.mozfiles.com/files/4273/face_yoga.jpg&quot; alt=&quot;Приглашаю на вебинар Йога для лица&quot;&gt;
    &lt;/a&gt;
    &lt;div class=&quot;fl-cta-wrap&quot;&gt;
      &lt;a class=&quot;fl-btn-white&quot; href=&quot;https://yantraonline.com/yoga_face?utm_source=yantra_str_uprazhneija_lico&quot; target=&quot;_blank&quot;&gt;Нажмите здесь&lt;/a&gt;
      &lt;span class=&quot;fl-btn-sub&quot;&gt;Бесплатный мастер-класс · Регистрация открыта&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ░░ БАННЕР — Плоский живот ░░ --&gt;
  &lt;div class=&quot;fl-section-teal&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;Я тоже думала что это невозможно, пока не попробовала метод самомассажа на дыхании. Всего 7 минут в день — и уже на 3-й день я увидела результат! Без диет, без сложных упражнений — просто и эффективно на диване.&lt;/p&gt;
    &lt;a class=&quot;fl-banner-img&quot; href=&quot;https://yantra.mozello.lv/zaochno/joga-i-joga-terapija/ploskij-zhivot/?utm_source=yantra_str_faceyoga_uprazhne&quot; target=&quot;_blank&quot;&gt;
      &lt;img src=&quot;https://site-4273.mozfiles.com/files/4273/Kurs_Ploskij_zhivotik_Darkova_YantraLV.png&quot; alt=&quot;Плоский живот без диет и качания пресса&quot;&gt;
    &lt;/a&gt;
    &lt;div class=&quot;fl-cta-wrap&quot;&gt;
      &lt;a class=&quot;fl-btn-white&quot; href=&quot;https://yantra.mozello.lv/zaochno/joga-i-joga-terapija/ploskij-zhivot/?utm_source=yantra_str_faceyoga_uprazhne&quot; target=&quot;_blank&quot;&gt;Нажмите, чтобы узнать больше&lt;/a&gt;
      &lt;span class=&quot;fl-btn-sub&quot;&gt;Хотите узнать как? Нажмите и читайте&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;</description>
            </item>
            </channel>
</rss>