<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
        <title>Yantra.lv Viktorija Darakova - Про онлайн обучение</title>
        <link>http://www.yantra.lv/zaochno/pro-zaochnoe-obuchenie/</link>
        <description>Yantra.lv Viktorija Darakova - Про онлайн обучение</description>
                    <item>
                <title>Как происходит он-лайн обучение YANTRA-ONLINE?</title>
                <link>http://www.yantra.lv/zaochno/pro-zaochnoe-obuchenie/params/post/1682260/kak-proishodit-on-lajn-obuchenie-yantra-online</link>
                <pubDate>Sun, 08 Mar 2020 20:17: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;Как проходит обучение — Yantra Online&lt;/title&gt;
&lt;style&gt;
/* ============================================================
   YANTRA ONLINE — КАК ПРОХОДИТ ОБУЧЕНИЕ
   Palette: Teal + Gold
   Deep:    #042F2E   Rich: #134E4A   Main: #0F766E
   Teal2:   #14B8A6   Light: #CCFBF1  Pale: #F0FDFA
   Gold dp: #78350F   Gold: #D97706   Gold lt: #F59E0B
   Gold pl: #FEF3C7
   ============================================================ */

.fl * { box-sizing: border-box !important; }
.fl {
  font-family: &#039;Segoe UI&#039;, Arial, sans-serif !important;
  color: #1C3A39 !important;
  line-height: 1.7 !important;
}

/* ── HERO ── */
.fl-hero {
  position: relative !important;
  background: linear-gradient(135deg, #042F2E 0%, #134E4A 50%, #0F766E 100%) !important;
  padding: 80px 20px 120px !important;
  text-align: center !important;
  overflow: hidden !important;
}
.fl-hero::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  top: -80px !important; right: -100px !important;
  width: 440px !important; height: 440px !important;
  background: rgba(20,184,166,0.10) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}
.fl-hero::after {
  content: &#039;&#039; !important;
  position: absolute !important;
  bottom: -64px !important; left: 50% !important;
  transform: translateX(-50%) !important;
  width: 130% !important; height: 130px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
}
.fl-hero-badge {
  display: inline-block !important;
  background: linear-gradient(135deg, #D97706, #F59E0B) !important;
  color: #1C0A00 !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 7px 22px !important;
  border-radius: 30px !important;
  margin-bottom: 22px !important;
  letter-spacing: 0.05em !important;
  position: relative !important; z-index: 1 !important;
}
.fl-hero-title {
  font-size: clamp(1.9rem, 4.5vw, 3rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.18 !important;
  margin: 0 0 18px !important;
  position: relative !important; z-index: 1 !important;
}
.fl-hero-sub {
  font-size: clamp(0.95rem, 2vw, 1.15rem) !important;
  color: #CCFBF1 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  position: relative !important; z-index: 1 !important;
}

/* ── SECTION WRAPPERS ── */
.fl-section {
  padding: 64px 20px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
.fl-section-pale {
  background: #F0FDFA !important;
  padding: 64px 20px !important;
}
.fl-section-pale &gt; .fl-section { padding-top: 0 !important; padding-bottom: 0 !important; }

.fl-section-light {
  background: #D1FAF4 !important;
  padding: 64px 20px !important;
}
.fl-section-light &gt; .fl-section { padding-top: 0 !important; padding-bottom: 0 !important; }

.fl-section-teal {
  background: linear-gradient(135deg, #042F2E 0%, #134E4A 60%, #0F766E 100%) !important;
  padding: 64px 20px !important;
}
.fl-section-teal &gt; .fl-section { padding-top: 0 !important; padding-bottom: 0 !important; }

/* ── DECORATIVE DIVIDERS ── */
.fl-divider-teal {
  width: 60px !important; height: 4px !important;
  background: linear-gradient(90deg, #0F766E, #14B8A6) !important;
  border-radius: 4px !important;
  margin: 0 0 28px !important;
}
.fl-divider-gold {
  width: 60px !important; height: 4px !important;
  background: linear-gradient(90deg, #D97706, #F59E0B) !important;
  border-radius: 4px !important;
  margin: 0 0 28px !important;
}

/* ── HEADINGS ── */
.fl-section-title {
  font-size: clamp(1.4rem, 3vw, 2.1rem) !important;
  font-weight: 800 !important;
  color: #042F2E !important;
  margin: 0 0 8px !important;
  line-height: 1.22 !important;
}
.fl-section-title-white { color: #ffffff !important; }
.fl-section-sub {
  font-size: 1rem !important;
  color: #5EADA4 !important;
  margin: 0 0 36px !important;
}
.fl-section-sub-white {
  color: rgba(255,255,255,0.72) !important;
  font-size: 1rem !important;
  margin: 0 0 36px !important;
}

/* ── PLATFORM GRID ── */
.fl-platform-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 36px !important;
  align-items: center !important;
}
@media (max-width: 640px) {
  .fl-platform-grid { grid-template-columns: 1fr !important; }
}
.fl-platform-img {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 44px rgba(4,47,46,0.18) !important;
}
.fl-platform-img img {
  width: 100% !important; display: block !important;
}
.fl-platform-list {
  list-style: none !important;
  margin: 0 !important; padding: 0 !important;
  display: flex !important; flex-direction: column !important; gap: 12px !important;
}
.fl-platform-list li {
  display: flex !important; align-items: flex-start !important; gap: 12px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  border-left: 4px solid #0F766E !important;
  font-size: 0.95rem !important;
  color: #1C3A39 !important;
  box-shadow: 0 2px 8px rgba(4,47,46,0.07) !important;
}
.fl-platform-list li::before {
  content: &#039;✓&#039; !important;
  background: linear-gradient(135deg, #0F766E, #14B8A6) !important;
  color: #fff !important;
  width: 26px !important; height: 26px !important; min-width: 26px !important;
  border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 0.78rem !important; font-weight: 700 !important;
  flex-shrink: 0 !important;
}

/* ── NUMBERED STEPS ── */
.fl-steps {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  counter-reset: step-counter !important;
}
.fl-step {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 24px 26px !important;
  box-shadow: 0 4px 20px rgba(4,47,46,0.08) !important;
  border: 1px solid #CCFBF1 !important;
  counter-increment: step-counter !important;
}
.fl-step::before {
  content: counter(step-counter) !important;
  background: linear-gradient(135deg, #0F766E, #14B8A6) !important;
  color: #fff !important;
  width: 44px !important; height: 44px !important; min-width: 44px !important;
  border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 1.15rem !important; font-weight: 900 !important;
}
.fl-step-title {
  font-weight: 700 !important;
  color: #042F2E !important;
  font-size: 1.05rem !important;
  margin-bottom: 6px !important;
}
.fl-step-text {
  font-size: 0.93rem !important;
  color: #3A5C5A !important;
  line-height: 1.65 !important;
}

/* ── INFO CARDS ── */
.fl-info-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 22px !important;
}
.fl-info-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 26px 22px !important;
  box-shadow: 0 4px 20px rgba(4,47,46,0.09) !important;
  border-top: 4px solid #0F766E !important;
}
.fl-info-card-icon {
  font-size: 2.1rem !important;
  margin-bottom: 12px !important;
  display: block !important;
}
.fl-info-card-title {
  font-weight: 700 !important;
  color: #042F2E !important;
  font-size: 1rem !important;
  margin-bottom: 12px !important;
}
.fl-info-card ul {
  list-style: none !important;
  margin: 0 !important; padding: 0 !important;
  display: flex !important; flex-direction: column !important; gap: 8px !important;
}
.fl-info-card ul li {
  font-size: 0.9rem !important;
  color: #3A5C5A !important;
  display: flex !important; align-items: flex-start !important; gap: 8px !important;
}
.fl-info-card ul li::before {
  content: &#039;◆&#039; !important;
  color: #14B8A6 !important;
  font-size: 0.65rem !important;
  margin-top: 5px !important;
  flex-shrink: 0 !important;
}

/* ── PAYMENT BOX ── */
.fl-payment-box {
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 36px !important;
  box-shadow: 0 8px 36px rgba(4,47,46,0.10) !important;
  border: 2px solid #CCFBF1 !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.fl-payment-box p {
  font-size: 1rem !important;
  color: #1C3A39 !important;
  margin: 0 0 14px !important;
}
.fl-company-name {
  font-weight: 800 !important;
  color: #0F766E !important;
  font-size: 1.1rem !important;
}
.fl-btn-row {
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-top: 8px !important;
}

/* ── GUARANTEE ── */
.fl-guarantee {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
  background: linear-gradient(135deg, #FFFBEB, #FEF3C7) !important;
  border-radius: 22px !important;
  padding: 34px 30px !important;
  border-left: 6px solid #D97706 !important;
  flex-wrap: wrap !important;
  box-shadow: 0 4px 20px rgba(120,53,15,0.10) !important;
}
.fl-guarantee-icon {
  font-size: 3.2rem !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}
.fl-guarantee-title {
  font-weight: 800 !important;
  color: #78350F !important;
  font-size: 1.25rem !important;
  margin-bottom: 10px !important;
}
.fl-guarantee-text {
  font-size: 0.96rem !important;
  color: #92400E !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}
.fl-guarantee-text strong {
  color: #78350F !important;
  font-weight: 700 !important;
}

/* ── EXAM LIST ── */
.fl-exam-list {
  list-style: none !important;
  margin: 0 !important; padding: 0 !important;
  display: flex !important; flex-direction: column !important; gap: 18px !important;
  counter-reset: exam-counter !important;
}
.fl-exam-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.96rem !important;
  line-height: 1.65 !important;
  counter-increment: exam-counter !important;
}
.fl-exam-list li::before {
  content: counter(exam-counter) !important;
  background: linear-gradient(135deg, #D97706, #F59E0B) !important;
  color: #1C0A00 !important;
  width: 36px !important; height: 36px !important; min-width: 36px !important;
  border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 0.9rem !important; font-weight: 800 !important;
}
.fl-exam-list li strong {
  color: #F59E0B !important;
}

/* ── CERTIFICATE BOX ── */
.fl-cert-box {
  margin-top: 32px !important;
  background: rgba(255,255,255,0.10) !important;
  border: 2px solid rgba(245,158,11,0.45) !important;
  border-radius: 16px !important;
  padding: 24px 28px !important;
  text-align: center !important;
}
.fl-cert-box p {
  color: #FEF3C7 !important;
  font-size: 0.96rem !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}
.fl-cert-box strong {
  color: #F59E0B !important;
  font-weight: 800 !important;
}

/* ── PHOTO + AUTHOR ── */
.fl-photo-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 36px !important;
  align-items: center !important;
}
@media (max-width: 600px) {
  .fl-photo-grid { grid-template-columns: 1fr !important; }
}
.fl-photo-frame img {
  width: 100% !important; display: block !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(4,47,46,0.16) !important;
}
.fl-author-info h3 {
  font-size: 1.35rem !important; font-weight: 800 !important;
  color: #042F2E !important; margin: 0 0 10px !important;
}
.fl-author-info p {
  font-size: 0.95rem !important; color: #3A5C5A !important;
  margin: 0 0 14px !important; line-height: 1.65 !important;
}

/* ── CONTACT BLOCK ── */
.fl-contact-block {
  text-align: center !important;
  background: linear-gradient(135deg, #042F2E 0%, #0F766E 100%) !important;
  border-radius: 26px !important;
  padding: 52px 32px !important;
  position: relative !important;
  overflow: hidden !important;
}
.fl-contact-block::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  top: -80px !important; right: -80px !important;
  width: 300px !important; height: 300px !important;
  background: rgba(20,184,166,0.10) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}
.fl-contact-block h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
  font-weight: 900 !important; color: #ffffff !important;
  margin: 0 0 12px !important;
  position: relative !important; z-index: 1 !important;
}
.fl-contact-block p {
  color: rgba(255,255,255,0.78) !important;
  font-size: 1rem !important; margin: 0 0 32px !important;
  position: relative !important; z-index: 1 !important;
}
.fl-contact-row {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
  position: relative !important; z-index: 1 !important;
}
.fl-contact-email {
  display: inline-flex !important; align-items: center !important; gap: 8px !important;
  color: #CCFBF1 !important;
  font-size: 0.95rem !important; font-weight: 600 !important;
  text-decoration: none !important;
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  position: relative !important; z-index: 1 !important;
}

/* ── BUTTONS ── */
.fl-btn {
  display: inline-block !important;
  font-size: 0.95rem !important; font-weight: 700 !important;
  padding: 14px 30px !important; border-radius: 50px !important;
  text-decoration: none !important; cursor: pointer !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
  border: none !important; line-height: 1 !important;
}
.fl-btn-teal {
  background: linear-gradient(135deg, #0F766E, #14B8A6) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(15,118,110,0.32) !important;
}
.fl-btn-teal:hover {
  box-shadow: 0 7px 26px rgba(15,118,110,0.48) !important;
  transform: translateY(-2px) !important;
}
.fl-btn-gold {
  background: linear-gradient(135deg, #D97706, #F59E0B) !important;
  color: #1C0A00 !important;
  box-shadow: 0 4px 18px rgba(217,119,6,0.32) !important;
}
.fl-btn-gold:hover {
  box-shadow: 0 7px 26px rgba(217,119,6,0.48) !important;
  transform: translateY(-2px) !important;
}
.fl-btn-outline {
  background: transparent !important;
  color: #0F766E !important;
  border: 2px solid #0F766E !important;
}
.fl-btn-outline:hover {
  background: rgba(15,118,110,0.08) !important;
}
.fl-btn-white {
  background: #ffffff !important;
  color: #0F766E !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12) !important;
}
.fl-btn-white:hover {
  box-shadow: 0 7px 26px rgba(0,0,0,0.20) !important;
  transform: translateY(-2px) !important;
}
&lt;/style&gt;



&lt;div class=&quot;fl&quot;&gt;

  &lt;!-- ══ HERO ══ --&gt;
  &lt;div class=&quot;fl-hero&quot;&gt;
    &lt;div class=&quot;fl-hero-badge&quot;&gt;📚 Yantra Online School&lt;/div&gt;
    &lt;h1 class=&quot;fl-hero-title&quot;&gt;Как проходит&lt;br&gt;обучение?&lt;/h1&gt;
    &lt;p class=&quot;fl-hero-sub&quot;&gt;Удобная платформа, гибкий график и поддержка&lt;br&gt;на каждом этапе вашего пути&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- ══ PLATFORM ══ --&gt;
  &lt;div class=&quot;fl-section-pale&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;div class=&quot;fl-divider-teal&quot;&gt;&lt;/div&gt;
      &lt;h2 class=&quot;fl-section-title&quot;&gt;Удобная платформа для обучения&lt;/h2&gt;
      &lt;p class=&quot;fl-section-sub&quot;&gt;Личный кабинет, видеозаписи уроков, тесты и задания — всё в одном месте&lt;/p&gt;
      &lt;div class=&quot;fl-platform-grid&quot;&gt;
        &lt;div class=&quot;fl-platform-img&quot;&gt;
          &lt;img src=&quot;https://site-4273.mozfiles.com/files/4273/online_kabinet.jpg&quot; alt=&quot;Онлайн кабинет Yantra&quot;&gt;
        &lt;/div&gt;
        &lt;ul class=&quot;fl-platform-list&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;/ul&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ HOW IT WORKS ══ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-divider-gold&quot;&gt;&lt;/div&gt;
    &lt;h2 class=&quot;fl-section-title&quot;&gt;Как проходит обучение&lt;/h2&gt;
    &lt;p class=&quot;fl-section-sub&quot;&gt;Три простых шага к новым знаниям&lt;/p&gt;
    &lt;div class=&quot;fl-steps&quot;&gt;
      &lt;div class=&quot;fl-step&quot;&gt;
        &lt;div&gt;
          &lt;div class=&quot;fl-step-title&quot;&gt;Изучение видеоуроков&lt;/div&gt;
          &lt;div class=&quot;fl-step-text&quot;&gt;Обучение происходит по видеозаписям. Вы осваиваете тему урок за уроком в удобное время и в комфортном темпе. Рекомендуем делать свой конспект — это помогает создавать новые нейронные связи и лучше запоминать!&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-step&quot;&gt;
        &lt;div&gt;
          &lt;div class=&quot;fl-step-title&quot;&gt;Тесты и домашние задания&lt;/div&gt;
          &lt;div class=&quot;fl-step-text&quot;&gt;В процессе обучения вам встретятся тесты и контрольные работы, обязательные к выполнению. Они покажут вам и мне, насколько хорошо усвоен материал. Если появятся вопросы — пишите в комментарии.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;fl-step&quot;&gt;
        &lt;div&gt;
          &lt;div class=&quot;fl-step-title&quot;&gt;Экзамен и сертификат&lt;/div&gt;
          &lt;div class=&quot;fl-step-text&quot;&gt;По окончании обучения — онлайн-экзамен в Zoom или Skype в удобное время. При успешной сдаче вы получите именной сертификат на русском и английском языке, отправленный заказным письмом на ваш почтовый адрес.&lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ WHAT&#039;S INCLUDED ══ --&gt;
  &lt;div class=&quot;fl-section-pale&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;div class=&quot;fl-divider-teal&quot;&gt;&lt;/div&gt;
      &lt;h2 class=&quot;fl-section-title&quot;&gt;Что входит в каждый урок&lt;/h2&gt;
      &lt;p class=&quot;fl-section-sub&quot;&gt;Полный пакет материалов для глубокого изучения темы&lt;/p&gt;
      &lt;div class=&quot;fl-info-grid&quot;&gt;
        &lt;div class=&quot;fl-info-card&quot;&gt;
          &lt;span class=&quot;fl-info-card-icon&quot;&gt;🎬&lt;/span&gt;
          &lt;div class=&quot;fl-info-card-title&quot;&gt;Основной видеоурок&lt;/div&gt;
          &lt;ul&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;div class=&quot;fl-info-card&quot;&gt;
          &lt;span class=&quot;fl-info-card-icon&quot;&gt;📎&lt;/span&gt;
          &lt;div class=&quot;fl-info-card-title&quot;&gt;Дополнительные материалы&lt;/div&gt;
          &lt;ul&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;div class=&quot;fl-info-card&quot;&gt;
          &lt;span class=&quot;fl-info-card-icon&quot;&gt;✏️&lt;/span&gt;
          &lt;div class=&quot;fl-info-card-title&quot;&gt;Контроль знаний&lt;/div&gt;
          &lt;ul&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;div class=&quot;fl-info-card&quot;&gt;
          &lt;span class=&quot;fl-info-card-icon&quot;&gt;🏆&lt;/span&gt;
          &lt;div class=&quot;fl-info-card-title&quot;&gt;Доступ к курсу&lt;/div&gt;
          &lt;ul&gt;
            &lt;li&gt;6–12 месяцев в зависимости от курса&lt;/li&gt;
            &lt;li&gt;Просмотр в любое удобное время&lt;/li&gt;
            &lt;li&gt;С компьютера, планшета и телефона&lt;/li&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ PAYMENT ══ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-divider-gold&quot;&gt;&lt;/div&gt;
    &lt;h2 class=&quot;fl-section-title&quot;&gt;Оплата&lt;/h2&gt;
    &lt;p class=&quot;fl-section-sub&quot;&gt;Простой процесс начала обучения&lt;/p&gt;
    &lt;div class=&quot;fl-payment-box&quot;&gt;
      &lt;p&gt;Чтобы начать обучение, необходимо оплатить курс в полном объёме.&lt;/p&gt;
      &lt;p&gt;Напишите запрос на почту — пришлю реквизиты компании&lt;br&gt;&lt;span class=&quot;fl-company-name&quot;&gt;SIA Yantra Online&lt;/span&gt; для оплаты.&lt;/p&gt;
      &lt;div class=&quot;fl-btn-row&quot;&gt;
        &lt;a href=&quot;mailto:v.darakova@gmail.com&quot; target=&quot;_blank&quot; class=&quot;fl-btn fl-btn-teal&quot;&gt;✉ v.darakova@gmail.com&lt;/a&gt;
        &lt;a href=&quot;https://www.facebook.com/messages/t/100000854933401&quot; target=&quot;_blank&quot; class=&quot;fl-btn fl-btn-outline&quot;&gt;Facebook Messenger&lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ GUARANTEE ══ --&gt;
  &lt;div class=&quot;fl-section-light&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;div class=&quot;fl-guarantee&quot;&gt;
        &lt;div class=&quot;fl-guarantee-icon&quot;&gt;🛡️&lt;/div&gt;
        &lt;div&gt;
          &lt;div class=&quot;fl-guarantee-title&quot;&gt;Гарантия возврата — 14 дней&lt;/div&gt;
          &lt;p class=&quot;fl-guarantee-text&quot;&gt;
            Если &lt;b&gt;в течение 14 дней&lt;/b&gt; после покупки вы пожалеете о потраченных на курс деньгах — просто напишите мне, и я верну всю сумму. &lt;b&gt;Никаких «подводных камней»&lt;/b&gt;. Моя цель — чтобы вы были довольны и получили максимальную пользу от знаний.
          &lt;/p&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ STUDY PHOTO ══ --&gt;
  &lt;div class=&quot;fl-section-pale&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;img src=&quot;http://site-4273.mozfiles.com/files/4273/Zaocnoe_obuchenije_Yantra.jpg&quot; alt=&quot;Заочное обучение Yantra&quot; style=&quot;width:100%;display:block;border-radius:20px;box-shadow:0 10px 36px rgba(4,47,46,0.14);&quot;&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ EXAM ══ --&gt;
  &lt;div class=&quot;fl-section-teal&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;div class=&quot;fl-divider-gold&quot;&gt;&lt;/div&gt;
      &lt;h2 class=&quot;fl-section-title fl-section-title-white&quot;&gt;Завершение обучения — Экзамен&lt;/h2&gt;
      &lt;p class=&quot;fl-section-sub-white&quot;&gt;После освоения всех уроков и тестов вас ждёт финальный этап&lt;/p&gt;
      &lt;ul class=&quot;fl-exam-list&quot;&gt;
        &lt;li&gt;Просматриваете все уроки и сдаёте тесты — материал полностью освоен&lt;/li&gt;
        &lt;li&gt;Пишете мне — назначаем встречу в Skype или Zoom в удобное время&lt;/li&gt;
        &lt;li&gt;Онлайн-экзамен: вы задаёте свои вопросы, я задаю вопросы по теме курса&lt;/li&gt;
        &lt;li&gt;По вашим ответам становится видно, что материал усвоен на должном уровне&lt;/li&gt;
        &lt;li&gt;При успешной сдаче высылаю &lt;b&gt;Сертификат&lt;/b&gt; заказным письмом на ваш почтовый адрес&lt;/li&gt;
      &lt;/ul&gt;
      &lt;div class=&quot;fl-cert-box&quot;&gt;
        &lt;p&gt;🎓 &lt;b&gt;Сертификат об успешном окончании курса&lt;/b&gt; на русском и английском языке — заказным письмом на ваш почтовый адрес&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ AUTHOR PHOTO + INFO ══ --&gt;
  &lt;div class=&quot;fl-section-pale&quot;&gt;
    &lt;div class=&quot;fl-section&quot;&gt;
      &lt;div class=&quot;fl-photo-grid&quot;&gt;
        &lt;div class=&quot;fl-photo-frame&quot;&gt;
          &lt;img src=&quot;//site-4273.mozfiles.com/files/4273/medium/Viktorija_Darkova_Yantra.jpg&quot; alt=&quot;Виктория Даракова — Yantra&quot;&gt;
        &lt;/div&gt;
        &lt;div class=&quot;fl-author-info&quot;&gt;
          &lt;h3&gt;Виктория Даракова&lt;/h3&gt;
          &lt;p&gt;Преподаватель и основатель Yantra Online School. Автор курсов по физиогномике, йоге и аюрведе.&lt;/p&gt;
          &lt;p&gt;Обучение в Yantra Online — это живой контакт, практика и трансформация. Всегда на связи и готова поддержать на каждом этапе.&lt;/p&gt;
          &lt;a href=&quot;mailto:v.darakova@gmail.com&quot; target=&quot;_blank&quot; class=&quot;fl-btn fl-btn-teal&quot;&gt;Написать Виктории&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- ══ CTA ══ --&gt;
  &lt;div class=&quot;fl-section&quot;&gt;
    &lt;div class=&quot;fl-contact-block&quot;&gt;
      &lt;h2&gt;Подать заявку на обучение&lt;/h2&gt;
      &lt;p&gt;Напишите мне — отвечу на все вопросы и помогу выбрать курс&lt;/p&gt;
      &lt;div class=&quot;fl-contact-row&quot;&gt;
        &lt;a href=&quot;mailto:v.darakova@gmail.com&quot; target=&quot;_blank&quot; class=&quot;fl-btn fl-btn-gold&quot;&gt;✉ Написать на email&lt;/a&gt;
        &lt;a href=&quot;https://www.facebook.com/messages/t/100000854933401&quot; target=&quot;_blank&quot; class=&quot;fl-btn fl-btn-white&quot;&gt;💬 Facebook Messenger&lt;/a&gt;
      &lt;/div&gt;
      &lt;a href=&quot;mailto:v.darakova@gmail.com&quot; target=&quot;_blank&quot; class=&quot;fl-contact-email&quot;&gt;v.darakova@gmail.com&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;&lt;!-- /.fl --&gt;</description>
            </item>
            </channel>
</rss>