<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:yandex="http://news.yandex.ru" xmlns:turbo="http://turbo.yandex.ru" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Нутриция_технический поток</title>
    <link>https://sovremennaya-onkologiya.omnidoctor.ru</link>
    <description/>
    <language>ru</language>
    <lastBuildDate>Mon, 08 Dec 2025 10:21:36 +0300</lastBuildDate>
    <item turbo="true">
      <title>1</title>
      <link>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/fyjhmsp541-1</link>
      <amplink>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/fyjhmsp541-1?amp=true</amplink>
      <pubDate>Tue, 17 Jun 2025 13:20:00 +0300</pubDate>
      <turbo:content><![CDATA[<header><h1>1</h1></header><div class="t-redactor__embedcode"><!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="description" content="">

  <!-- Font Awesome -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/> 

  <style>
  .t-feed__post-popup__container {
      padding: 30px 0 !important;
  }
  
  h1 {
      display: none !important;
  }
  
    .t-feed__post-popup__date {
      display: none !important;
      color: #efdecd !important;
  }
  
    :root {
      --primary: #5a78c9;
      --primary-light: #dce2f5;
      --accent: #f7b731;
      --bg: #f4f6fa;
      --white: #fff;
      --text-dark: #2f3640;
      --radius: 16px;
      --shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: var(--bg);
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      max-width: 500px;
      margin: auto;
    }

    .card {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 30px 25px;
      text-align: center;
      animation: fadeIn 0.8s ease-out;
    }

    .icon-wrapper {
      width: 80px;
      height: 80px;
      background: var(--primary-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .icon-wrapper i {
      font-size: 32px;
      color: var(--primary);
    }

    h2 {
      font-size: 24px;
      margin-bottom: 0px;
      color: var(--primary);
    }

    p {
      font-size: 15px;
      margin-bottom: 20px;
      color: #555;
    }

    .notice {
      background: var(--primary-light);
      padding: 15px;
      border-radius: var(--radius);
      font-size: 14px;
      color: #333;
      text-align: left;
    }

    .button {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--primary), #005d9c);
      color: white !important;
      padding: 14px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      margin-top: 20px;
    }

    .button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .button i {
      margin-right: 10px;
      font-size: 18px;
    }

    .qr-section {
      margin-top: 30px;
      text-align: center;
    }

    .qr-code {
      width: 160px;
      margin: 0 auto 12px;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .qr-code img {
      width: 100%;
      height: auto;
    }

    .qr-caption {
      font-size: 13px;
      color: #888;
    }

    .footer-links {
      margin-top: 25px;
      font-size: 13px;
      color: #aaa;
    }

    .footer-links a {
      color: #777;
      text-decoration: underline;
      margin: 0 5px;
    }
 .bot-logo {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 15px;
      margin-top: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }

    .bot-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .bot-logo:hover {
      transform: scale(1.05);
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 520px) {
      .card {
        padding: 25px 20px;
      }

      .qr-code {
        width: 140px;
      }
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="card">
      <div class="notice">
      Благодарим за регистрацию! Заберите бонус в чат-боте 👇</div>
      <!-- Иконка -->
 <div class="bot-logo">
        <img src="https://static.tildacdn.com/tild3139-3634-4165-b663-613266386362/omni_events-22-23_1.png"  alt="OmniDoctor Logo">
      </div>

      <!-- Заголовок -->
      <h2>OmniDoctor</h2>

      <!-- Описание -->
      <p>@OmniDoctor_chat_bot</p>

      <!-- Кнопка -->
      <a href="https://t.me/Omnidoctor_chat_bot?start=231498" class="button">
        <i class="fab fa-telegram-plane"></i> Открыть
      </a>

      <!-- QR код -->
      <div class="qr-section">
        <div class="qr-code">
          <img src="https://static.tildacdn.com/tild3861-6266-4632-a436-396566646162/qr-code_3.gif" alt="QR Code">
        </div>
        <div class="qr-caption">Отсканируйте QR-код, чтобы открыть чат на телефоне</div>
      </div>

      <!-- Уведомление -->


      <!-- Соглашения -->
      <div class="footer-links">
          Нажимая на кнопку, вы даете<br>
      <a href="https://omnidoctor.ru/company/soglasheniya/personalnye-dannye/">согласие на обработку персональных данных</a>,
      <a href="https://omnidoctor.ru/company/soglasheniya/informatsionnye-dannye/">согласие на получение информационных материалов</a>,
      и подтверждаете, что <a href="https://omnidoctor.ru/company/soglasheniya/meditsinskiy-rabotnik/">являетесь медицинским специалистом</a>.
    </div>

    </div>
  </div>
</body>
</html></div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Присоединяйтесь в наш чат-бот</title>
      <link>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/aeo5ffs9v1-prisoedinyaites-v-nash-chat-bot</link>
      <amplink>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/aeo5ffs9v1-prisoedinyaites-v-nash-chat-bot?amp=true</amplink>
      <pubDate>Thu, 07 Aug 2025 11:48:00 +0300</pubDate>
      <turbo:content><![CDATA[<header><h1>Присоединяйтесь в наш чат-бот</h1></header><div class="t-redactor__embedcode"><!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="description" content="">

  <!-- Font Awesome -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/> 

  <style>
  .t-feed__post-popup__container {
      padding: 30px 0 !important;
  }
  
  h1 {
      display: none !important;
  }
  
    .t-feed__post-popup__date {
      display: none !important;
      color: #efdecd !important;
  }
  
    :root {
      --primary: #5a78c9;
      --primary-light: #dce2f5;
      --accent: #f7b731;
      --bg: #f4f6fa;
      --white: #fff;
      --text-dark: #2f3640;
      --radius: 16px;
      --shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: var(--bg);
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      margin: auto;
    }

    .card {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 30px 25px;
      text-align: center;
      animation: fadeIn 0.8s ease-out;
    }

    .icon-wrapper {
      width: 80px;
      height: 80px;
      background: var(--primary-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .icon-wrapper i {
      font-size: 32px;
      color: var(--primary);
    }

    h2 {
      font-size: 24px;
      margin-bottom: 0px;
      color: var(--primary);
    }

    p {
      font-size: 15px;
      margin-bottom: 20px;
      color: #555;
    }

    .notice {
      background: var(--primary-light);
      padding: 15px;
      border-radius: var(--radius);
      font-size: 14px;
      color: #333;
      text-align: left;
    }

    .button {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--primary), #005d9c);
      color: white !important;
      padding: 14px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      margin-top: 20px;
    }

    .button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .button i {
      margin-right: 10px;
      font-size: 18px;
    }

    .qr-section {
      margin-top: 30px;
      text-align: center;
    }

    .qr-code {
      width: 160px;
      margin: 0 auto 12px;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .qr-code img {
      width: 100%;
      height: auto;
    }

    .qr-caption {
      font-size: 13px;
      color: #888;
    }

    .footer-links {
      margin-top: 25px;
      font-size: 13px;
      color: #aaa;
    }

    .footer-links a {
      color: #777;
      text-decoration: underline;
      margin: 0 5px;
    }
 .bot-logo {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 15px;
      margin-top: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }

    .bot-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .bot-logo:hover {
      transform: scale(1.05);
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 520px) {
      .card {
        padding: 25px 20px;
      }

      .qr-code {
        width: 140px;
      }
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="card">
      <div class="notice">
<p><b>Спасибо за регистрацию! 🎉</b>
Ссылка на подключение будет отправлена на ваш email.</p>

<p>Чтобы не пропустить мероприятие, присоединяйтесь к нашему чат-боту — там будут напоминания и важные обновления.
</p>
<p><b>Ждём вас в эфире — до встречи онлайн! 🌟</b></p></div>
      <!-- Иконка -->
 <div class="bot-logo">
        <img src="https://static.tildacdn.com/tild3139-3634-4165-b663-613266386362/omni_events-22-23_1.png"  alt="OmniDoctor Logo">
      </div>

      <!-- Заголовок -->
      <h2>OmniDoctor</h2>

      <!-- Описание -->
      <p>@OmniDoctor_chat_bot</p>

      <!-- Кнопка -->
      <a href="https://t.me/Omnidoctor_chat_bot?start=252817" class="button">
        <i class="fab fa-telegram-plane"></i> Открыть
      </a>

      <!-- QR код -->
      <div class="qr-section">
        <div class="qr-code">
          <img src="https://static.tildacdn.com/tild6334-6162-4935-b439-376466326530/51e02067acf30d9e59b4.png" alt="QR Code">
        </div>
        <div class="qr-caption">Отсканируйте QR-код, чтобы открыть чат на телефоне</div>
      </div>

      <!-- Уведомление -->


      <!-- Соглашения -->
      <div class="footer-links">
          Нажимая на кнопку, вы даете<br>
      <a href="https://omnidoctor.ru/company/soglasheniya/personalnye-dannye/">согласие на обработку персональных данных</a>,
      <a href="https://omnidoctor.ru/company/soglasheniya/informatsionnye-dannye/">согласие на получение информационных материалов</a>,
      и подтверждаете, что <a href="https://omnidoctor.ru/company/soglasheniya/meditsinskiy-rabotnik/">являетесь медицинским специалистом</a>.
    </div>

    </div>
  </div>
</body>
</html></div>]]></turbo:content>
    </item>
    <item turbo="true">
      <title>Подписка активирована! Присоединяйтесь в наш чат-бот</title>
      <link>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/rrb5xlgfz1-podpiska-aktivirovana-prisoedinyaites-v</link>
      <amplink>https://sovremennaya-onkologiya.omnidoctor.ru/tpost/rrb5xlgfz1-podpiska-aktivirovana-prisoedinyaites-v?amp=true</amplink>
      <pubDate>Fri, 15 Aug 2025 10:29:00 +0300</pubDate>
      <turbo:content><![CDATA[<header><h1>Подписка активирована! Присоединяйтесь в наш чат-бот</h1></header><div class="t-redactor__embedcode"><!DOCTYPE html>
<html lang="ru">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="description" content="">

  <!-- Font Awesome -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/> 

  <style>
  .top-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  
}
 .top-banner {
       margin-bottom: 20px;
 }

  .t-feed__post-popup__container {
      padding: 30px 0 !important;
  }
  
  h1 {
      display: none !important;
  }
  
    .t-feed__post-popup__date {
      display: none !important;
      color: #efdecd !important;
  }
  
    :root {
      --primary: #5a78c9;
      --primary-light: #dce2f5;
      --accent: #f7b731;
      --bg: #f4f6fa;
      --white: #fff;
      --text-dark: #2f3640;
      --radius: 16px;
      --shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: var(--bg);
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      margin: auto;
    }

    .card {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 30px 25px;
      text-align: center;
      animation: fadeIn 0.8s ease-out;
    }

    .icon-wrapper {
      width: 80px;
      height: 80px;
      background: var(--primary-light);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .icon-wrapper i {
      font-size: 32px;
      color: var(--primary);
    }

    h2 {
      font-size: 24px;
      margin-bottom: 0px;
      color: var(--primary);
    }

    p {
      font-size: 15px;
      margin-bottom: 20px;
      color: #555;
    }

    .notice {
      background: var(--primary-light);
      padding: 15px;
      border-radius: var(--radius);
      font-size: 14px;
      color: #333;
      text-align: left;
    }

    .button {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--primary), #005d9c);
      color: white !important;
      padding: 14px 24px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      margin-top: 20px;
    }

    .button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .button i {
      margin-right: 10px;
      font-size: 18px;
    }

    .qr-section {
      margin-top: 30px;
      text-align: center;
    }

    .qr-code {
      width: 160px;
      margin: 0 auto 12px;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }

    .qr-code img {
      width: 100%;
      height: auto;
    }

    .qr-caption {
      font-size: 13px;
      color: #888;
    }

    .footer-links {
      margin-top: 25px;
      font-size: 13px;
      color: #aaa;
    }

    .footer-links a {
      color: #777;
      text-decoration: underline;
      margin: 0 5px;
    }
 .bot-logo {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 15px;
      margin-top: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }

    .bot-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .bot-logo:hover {
      transform: scale(1.05);
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 520px) {
      .card {
        padding: 25px 20px;
      }

      .qr-code {
        width: 140px;
      }
    }
  </style>
</head>
<body>
      <div class="top-banner">
        <img src="https://static.tildacdn.com/tild3166-3462-4632-b066-306539643561/___1.png" alt="Верхний баннер">
    </div>
  <div class="container">
    <div class="card">
      <div class="notice">
<p><b>Спасибо за регистрацию! 🎉 </b>
Ссылка на подключение к эфиру будет отправлена на Ваш email.</p>

<p>Чтобы не пропустить мероприятие, присоединяйтесь к нашему чат-боту — там будут напоминания и важные обновления.
</p>
<p><b>Ждём вас в эфире — до встречи онлайн! 🌟</b></p></div>
      <!-- Иконка -->
 <div class="bot-logo">
        <img src="https://static.tildacdn.com/tild3139-3634-4165-b663-613266386362/omni_events-22-23_1.png"  alt="OmniDoctor Logo">
      </div>

      <!-- Заголовок -->
      <h2>OmniDoctor</h2>

      <!-- Описание -->
      <p>@OmniDoctor_chat_bot</p>

      <!-- Кнопка -->
      <a href="https://t.me/Omnidoctor_chat_bot?start=239318" class="button">
        <i class="fab fa-telegram-plane"></i> Открыть
      </a>

      <!-- QR код -->
      <div class="qr-section">
        <div class="qr-code">
          <img src="https://static.tildacdn.com/tild6336-3239-4035-a238-616233396564/qr-code_5.gif" alt="QR Code">
        </div>
        <div class="qr-caption">Отсканируйте QR-код, чтобы открыть чат на телефоне</div>
      </div>

      <!-- Уведомление -->


      <!-- Соглашения -->
      <div class="footer-links">
          Нажимая на кнопку, вы даете<br>
      <a href="https://omnidoctor.ru/company/soglasheniya/personalnye-dannye/">согласие на обработку персональных данных</a>,
      <a href="https://omnidoctor.ru/company/soglasheniya/informatsionnye-dannye/">согласие на получение информационных материалов</a>,
      и подтверждаете, что <a href="https://omnidoctor.ru/company/soglasheniya/meditsinskiy-rabotnik/">являетесь медицинским специалистом</a>.
    </div>

    </div>
  </div>
</body>
</html></div>]]></turbo:content>
    </item>
  </channel>
</rss>
