<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss xmlns:yandex="http://news.yandex.ru" version="2.0"><channel><description>Национальное Агентство Коммуникационных Стратегий</description><image><link>https://nacsnews.id.page</link><title>NACS</title><url>https://nacsnews.id.page/resources/000/000/000/005/640/5640547_100x100.png</url></image><item><author>News</author><description>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
  :root {
    --bg: #f4f5f7;
    --surface: #ffffff;
    --surface-soft: #eef1f4;
    --text: #1f2a33;
    --muted: #5b6670;
    --line: #d7dde3;
    --primary: #234f72;
    --primary-dark: #1b3d58;
    --accent: #b7b7ba;
    --max: 1120px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(31, 42, 51, 0.08);
  }

  .mainTextHeader {
    display: none !important;
  }


  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: &quot;Segoe UI&quot;, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .page {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 36px 0 64px;
  }

  .hero {
    background: linear-gradient(135deg, #f8f9fb 0%, #eef2f5 100%);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 16px 24px 24px;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--primary-dark);
    margin-bottom: 16px;
    max-width: 14ch;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }

  .card {
    grid-column: span 12;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 6px 20px rgba(31, 42, 51, 0.04);
  }

  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
  }

  .subsection-title {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
  }

  .card p {
    color: var(--text);
    margin-bottom: 14px;
  }

  .label {
    font-size: 1.4rem;
    color: var(--primary-dark);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 18px 0 10px;
  }

  .list-block {
    list-style: none;
    display: grid;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .list-block li {
    padding: 12px 14px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--text);
    font-weight: 600;
  }

  .text-block {
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
    white-space: pre-wrap;
    color: var(--text);
    max-width: 100%;
    overflow-wrap: break-word;
    margin-top: 10px;
  }

  .partner-block+.partner-block {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
  }

  @media (max-width: 759px) {
    .hero {
      padding: 28px 22px;
    }

    .page {
      width: min(100% - 24px, var(--max));
      padding-top: 20px;
    }

    .card {
      padding: 20px;
    }
  }
&lt;/style&gt;
&lt;main class=&quot;page&quot;&gt;
  &lt;section class=&quot;hero&quot;&gt;
    &lt;h1&gt;
      Partners&lt;/h1&gt;
  &lt;/section&gt;
  &lt;section class=&quot;grid&quot;&gt;
    &lt;article class=&quot;card&quot;&gt;
      &lt;div class=&quot;section-title&quot;&gt;
        Our Partners&lt;/div&gt;
      &lt;div class=&quot;partner-block&quot;&gt;
        &lt;div class=&quot;subsection-title&quot;&gt;
          Strategic Partner&lt;/div&gt;
        &lt;p&gt;
          &lt;strong&gt;Shanghai Centre for Rim Pac Strategic and International Studies&lt;/strong&gt;
        &lt;/p&gt;
        &lt;p&gt;
          &lt;strong&gt;Location:&lt;/strong&gt; Shanghai, China
        &lt;/p&gt;
        &lt;p&gt;
          The Shanghai Centre for Rim Pac Strategic and International Studies is M Balance&amp;#39;s primary strategic
          partner in the Asia-Pacific region and the co-host of the inaugural RE:THINK DIALOGUE 2045 event in Shanghai
          (June 17&amp;#8211;19, 2026).&lt;/p&gt;
        &lt;div class=&quot;label&quot;&gt;
          The Centre brings to the partnership:&lt;/div&gt;
        &lt;ul class=&quot;list-block&quot;&gt;
          &lt;li&gt;
            Expertise in strategic studies and international relations&lt;/li&gt;
          &lt;li&gt;
            Deep knowledge of Asia-Pacific regional dynamics&lt;/li&gt;
          &lt;li&gt;
            Institutional capacity for cross-civilizational dialogue&lt;/li&gt;
          &lt;li&gt;
            Access to the Chinese and broader East Asian expert community&lt;/li&gt;
        &lt;/ul&gt;
        &lt;!--&lt;div class=&quot;text-block&quot;&gt;[*Что нужно добавить:*
          - Brief description of the Centre's own mission and research focus
          - Key leadership / contact persons
          - History of prior collaboration with M Balance (if any)
          - Quote from Centre leadership on the partnership]&lt;/div&gt;--&gt;
      &lt;/div&gt;
      &lt;div class=&quot;partner-block&quot;&gt;
        &lt;div class=&quot;subsection-title&quot;&gt;
          Partner Network&lt;/div&gt;
        &lt;p&gt;
          Content will be added soon&lt;/p&gt;
        &lt;!-- &lt;div class=&quot;text-block&quot;&gt;[Можно добавить организации участников мероприятия в Шанхае, по согласованию]&lt;/div&gt; --&gt;&lt;!-- &lt;p style=&quot;margin-top: 18px;&quot;&gt;
          &lt;strong&gt;[CONTENT TO BE DEVELOPED]&lt;/strong&gt; --&gt;
        &lt;p&gt;
          &amp;#160;&lt;/p&gt;
      &lt;/div&gt;
    &lt;/article&gt;
  &lt;/section&gt;
&lt;/main&gt;</description><yandex:full-text>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
  :root {
    --bg: #f4f5f7;
    --surface: #ffffff;
    --surface-soft: #eef1f4;
    --text: #1f2a33;
    --muted: #5b6670;
    --line: #d7dde3;
    --primary: #234f72;
    --primary-dark: #1b3d58;
    --accent: #b7b7ba;
    --max: 1120px;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(31, 42, 51, 0.08);
  }

  .mainTextHeader {
    display: none !important;
  }


  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: &quot;Segoe UI&quot;, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .page {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    padding: 36px 0 64px;
  }

  .hero {
    background: linear-gradient(135deg, #f8f9fb 0%, #eef2f5 100%);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 16px 24px 24px;
    box-shadow: var(--shadow);
    margin-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--primary-dark);
    margin-bottom: 16px;
    max-width: 14ch;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }

  .card {
    grid-column: span 12;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 6px 20px rgba(31, 42, 51, 0.04);
  }

  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
  }

  .subsection-title {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
  }

  .card p {
    color: var(--text);
    margin-bottom: 14px;
  }

  .label {
    font-size: 1.4rem;
    color: var(--primary-dark);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 18px 0 10px;
  }

  .list-block {
    list-style: none;
    display: grid;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .list-block li {
    padding: 12px 14px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--text);
    font-weight: 600;
  }

  .text-block {
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
    white-space: pre-wrap;
    color: var(--text);
    max-width: 100%;
    overflow-wrap: break-word;
    margin-top: 10px;
  }

  .partner-block+.partner-block {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--line);
  }

  @media (max-width: 759px) {
    .hero {
      padding: 28px 22px;
    }

    .page {
      width: min(100% - 24px, var(--max));
      padding-top: 20px;
    }

    .card {
      padding: 20px;
    }
  }
&lt;/style&gt;
&lt;main class=&quot;page&quot;&gt;
  &lt;section class=&quot;hero&quot;&gt;
    &lt;h1&gt;
      Partners&lt;/h1&gt;
  &lt;/section&gt;
  &lt;section class=&quot;grid&quot;&gt;
    &lt;article class=&quot;card&quot;&gt;
      &lt;div class=&quot;section-title&quot;&gt;
        Our Partners&lt;/div&gt;
      &lt;div class=&quot;partner-block&quot;&gt;
        &lt;div class=&quot;subsection-title&quot;&gt;
          Strategic Partner&lt;/div&gt;
        &lt;p&gt;
          &lt;strong&gt;Shanghai Centre for Rim Pac Strategic and International Studies&lt;/strong&gt;
        &lt;/p&gt;
        &lt;p&gt;
          &lt;strong&gt;Location:&lt;/strong&gt; Shanghai, China
        &lt;/p&gt;
        &lt;p&gt;
          The Shanghai Centre for Rim Pac Strategic and International Studies is M Balance&amp;#39;s primary strategic
          partner in the Asia-Pacific region and the co-host of the inaugural RE:THINK DIALOGUE 2045 event in Shanghai
          (June 17&amp;#8211;19, 2026).&lt;/p&gt;
        &lt;div class=&quot;label&quot;&gt;
          The Centre brings to the partnership:&lt;/div&gt;
        &lt;ul class=&quot;list-block&quot;&gt;
          &lt;li&gt;
            Expertise in strategic studies and international relations&lt;/li&gt;
          &lt;li&gt;
            Deep knowledge of Asia-Pacific regional dynamics&lt;/li&gt;
          &lt;li&gt;
            Institutional capacity for cross-civilizational dialogue&lt;/li&gt;
          &lt;li&gt;
            Access to the Chinese and broader East Asian expert community&lt;/li&gt;
        &lt;/ul&gt;
        &lt;!--&lt;div class=&quot;text-block&quot;&gt;[*Что нужно добавить:*
          - Brief description of the Centre's own mission and research focus
          - Key leadership / contact persons
          - History of prior collaboration with M Balance (if any)
          - Quote from Centre leadership on the partnership]&lt;/div&gt;--&gt;
      &lt;/div&gt;
      &lt;div class=&quot;partner-block&quot;&gt;
        &lt;div class=&quot;subsection-title&quot;&gt;
          Partner Network&lt;/div&gt;
        &lt;p&gt;
          Content will be added soon&lt;/p&gt;
        &lt;!-- &lt;div class=&quot;text-block&quot;&gt;[Можно добавить организации участников мероприятия в Шанхае, по согласованию]&lt;/div&gt; --&gt;&lt;!-- &lt;p style=&quot;margin-top: 18px;&quot;&gt;
          &lt;strong&gt;[CONTENT TO BE DEVELOPED]&lt;/strong&gt; --&gt;
        &lt;p&gt;
          &amp;#160;&lt;/p&gt;
      &lt;/div&gt;
    &lt;/article&gt;
  &lt;/section&gt;
&lt;/main&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222810</link><pubDate>Sat, 2 May 2026 18:21:00 +0000</pubDate><title>Partners</title></item><item><author>News</author><description>&lt;div style=&quot;box-sizing: border-box; color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px; margin-left: 40px;&quot;&gt;
	&lt;div style=&quot;box-sizing: border-box;&quot;&gt;
		&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background: 0px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
			&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
			&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div style=&quot;box-sizing: border-box; margin-left: 40px;&quot;&gt;
		&lt;a href=&quot;https://nacsnews.id.page/page/adaptive/registration/&quot; style=&quot;box-sizing: border-box; background-color: transparent; color: rgb(88, 164, 204); text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Снимок экрана 2020-09-04 в 15.56.12&quot; src=&quot;https://russia-africa.id.page/resources/000/000/000/005/630/5630282_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: auto !important; max-width: 100%;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;a href=&quot;https://nacsnews.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; background-color: transparent; color: rgb(88, 164, 204); text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Снимок экрана 2020-09-04 в 15.55.10&quot; src=&quot;https://russia-africa.id.page/resources/000/000/000/005/630/5630281_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: auto !important; max-width: 100%;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div&gt;
		&amp;#160;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;div style=&quot;box-sizing: border-box; color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px; margin-left: 40px;&quot;&gt;
	&lt;div style=&quot;box-sizing: border-box;&quot;&gt;
		&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background: 0px 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
			&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
			&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: 0px 0px;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div style=&quot;box-sizing: border-box; margin-left: 40px;&quot;&gt;
		&lt;a href=&quot;https://nacsnews.id.page/page/adaptive/registration/&quot; style=&quot;box-sizing: border-box; background-color: transparent; color: rgb(88, 164, 204); text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Снимок экрана 2020-09-04 в 15.56.12&quot; src=&quot;https://russia-africa.id.page/resources/000/000/000/005/630/5630282_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: auto !important; max-width: 100%;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;a href=&quot;https://nacsnews.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; background-color: transparent; color: rgb(88, 164, 204); text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Снимок экрана 2020-09-04 в 15.55.10&quot; src=&quot;https://russia-africa.id.page/resources/000/000/000/005/630/5630281_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: auto !important; max-width: 100%;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div&gt;
		&amp;#160;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=217203</link><pubDate>Sun, 27 Nov 2022 14:10:00 +0000</pubDate><title>GET INVOLVED</title></item><item><author>News</author><description>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;National Agency of Communication and Strategies (NACS)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;The National Agency of Communication and Strategies (NACS) is a global, independent think tank headquartered in Moscow. NACS is committed to advancing effective communication, strategic insight, and innovative policy solutions to address the most complex challenges of our time.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Vyacheslav Matuzov&lt;/b&gt;&lt;/span&gt;, President of NACS, leads the agency&amp;#8217;s strategic direction and project initiatives. A distinguished expert in Russian foreign policy, international relations, and Middle Eastern affairs, Matuzov&amp;#8217;s government career spans several decades at the highest levels. From 1976 to 1990, he headed the Middle Eastern Division of the Central Committee of the Communist Party of the Soviet Union (CPSU). During the First Gulf War (1990&amp;#8211;1991), he served as Co-Leader of the Russian-American Negotiation Group, playing a pivotal role in shaping Russia&amp;#8217;s diplomatic posture and managing critical engagements with American officials. Matuzov also serves as Executive Chairman of the Russian Friendship Society with Arab Countries, strengthening Russia&amp;#8217;s ties with the Arab world.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Today, NACS is at the forefront of strategic thought leadership, offering comprehensive research, policy recommendations, and in-depth analysis across a full spectrum of international and domestic issues. We bring together a distinguished network of scholars, former government officials, and experts from around the world, ensuring a rich diversity of perspectives that enhance the quality and relevance of our work.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We have recently relaunched&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;NACSNEWS&amp;#160;&lt;/b&gt;&lt;/span&gt;significantly expanding our digital presence and utilizing modern communications tools to reach a broader global audience. Through our publications, forums, and social media outreach, we are shaping debates and inspiring solutions that drive real-world impact.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;At NACS, we believe in collaboration. We invite policymakers, scholars, practitioners, and engaged citizens to join our community. Together, we engage in rigorous discussion, challenge assumptions, and develop actionable solutions to the world&amp;#8217;s most pressing challenges.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;When conventional approaches fall short and the stakes are high, NACS delivers. Our deep experience across the political, governmental, and public sectors enables us to work as a trusted partner, helping our clients and collaborators navigate complexity and achieve their most ambitious goals &amp;#8212; wherever they are.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;NACS embodies the highest levels of expertise from across the Russian political landscape, bridging government, academia, and civil society.&lt;/b&gt;&lt;/span&gt;&amp;#160;We are dedicated to providing strategic clarity, fostering mutual understanding, and shaping a more stable and cooperative international environment.&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;NACS &lt;span style=&quot;color:#696969;&quot;&gt;Services and Capabilities&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;1. Policy Research and Analysis&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We conduct independent, high-quality research on international relations, strategic communications, political processes, and global security issues, providing actionable insights for decision-makers.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;2. Strategic Advisory Services&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We advise governments, public institutions, corporations, and non-profit organizations on complex geopolitical, diplomatic, and policy challenges, helping to shape effective strategies in a rapidly evolving global environment.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;3. International Negotiation Support&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Drawing on decades of experience in high-level diplomacy, we assist in designing negotiation strategies, facilitating dialogue between stakeholders, and supporting peacebuilding and conflict resolution initiatives.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;4. Public Affairs and Communication Strategy&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We help clients craft powerful public messaging, manage reputational challenges, and engage effectively with media, international audiences, and key political actors.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;5. Thought Leadership and Advocacy&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We organize conferences, seminars, policy forums, and roundtables, creating platforms where thought leaders, policymakers, and scholars can debate critical issues and drive policy innovation.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;6. Digital Outreach and Knowledge Dissemination&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Through NACSNEWS.COM and targeted digital campaigns, we amplify research findings, shape narratives, and engage global audiences across traditional and social media platforms.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;7. Training and Capacity Building&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We design customized training programs and workshops for diplomats, political leaders, scholars, and executives, strengthening skills in negotiation, strategy development, and international communication.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;8. Regional Expertise and Advisory&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Specialized consulting on the Middle East, Russia, Eurasia, and global geopolitical trends, combining deep historical understanding with forward-looking analysis.&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</description><yandex:full-text>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;National Agency of Communication and Strategies (NACS)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;The National Agency of Communication and Strategies (NACS) is a global, independent think tank headquartered in Moscow. NACS is committed to advancing effective communication, strategic insight, and innovative policy solutions to address the most complex challenges of our time.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Vyacheslav Matuzov&lt;/b&gt;&lt;/span&gt;, President of NACS, leads the agency&amp;#8217;s strategic direction and project initiatives. A distinguished expert in Russian foreign policy, international relations, and Middle Eastern affairs, Matuzov&amp;#8217;s government career spans several decades at the highest levels. From 1976 to 1990, he headed the Middle Eastern Division of the Central Committee of the Communist Party of the Soviet Union (CPSU). During the First Gulf War (1990&amp;#8211;1991), he served as Co-Leader of the Russian-American Negotiation Group, playing a pivotal role in shaping Russia&amp;#8217;s diplomatic posture and managing critical engagements with American officials. Matuzov also serves as Executive Chairman of the Russian Friendship Society with Arab Countries, strengthening Russia&amp;#8217;s ties with the Arab world.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Today, NACS is at the forefront of strategic thought leadership, offering comprehensive research, policy recommendations, and in-depth analysis across a full spectrum of international and domestic issues. We bring together a distinguished network of scholars, former government officials, and experts from around the world, ensuring a rich diversity of perspectives that enhance the quality and relevance of our work.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We have recently relaunched&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;NACSNEWS&amp;#160;&lt;/b&gt;&lt;/span&gt;significantly expanding our digital presence and utilizing modern communications tools to reach a broader global audience. Through our publications, forums, and social media outreach, we are shaping debates and inspiring solutions that drive real-world impact.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;At NACS, we believe in collaboration. We invite policymakers, scholars, practitioners, and engaged citizens to join our community. Together, we engage in rigorous discussion, challenge assumptions, and develop actionable solutions to the world&amp;#8217;s most pressing challenges.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;When conventional approaches fall short and the stakes are high, NACS delivers. Our deep experience across the political, governmental, and public sectors enables us to work as a trusted partner, helping our clients and collaborators navigate complexity and achieve their most ambitious goals &amp;#8212; wherever they are.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;NACS embodies the highest levels of expertise from across the Russian political landscape, bridging government, academia, and civil society.&lt;/b&gt;&lt;/span&gt;&amp;#160;We are dedicated to providing strategic clarity, fostering mutual understanding, and shaping a more stable and cooperative international environment.&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;NACS &lt;span style=&quot;color:#696969;&quot;&gt;Services and Capabilities&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;1. Policy Research and Analysis&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We conduct independent, high-quality research on international relations, strategic communications, political processes, and global security issues, providing actionable insights for decision-makers.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;2. Strategic Advisory Services&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We advise governments, public institutions, corporations, and non-profit organizations on complex geopolitical, diplomatic, and policy challenges, helping to shape effective strategies in a rapidly evolving global environment.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;3. International Negotiation Support&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Drawing on decades of experience in high-level diplomacy, we assist in designing negotiation strategies, facilitating dialogue between stakeholders, and supporting peacebuilding and conflict resolution initiatives.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;4. Public Affairs and Communication Strategy&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We help clients craft powerful public messaging, manage reputational challenges, and engage effectively with media, international audiences, and key political actors.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;5. Thought Leadership and Advocacy&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We organize conferences, seminars, policy forums, and roundtables, creating platforms where thought leaders, policymakers, and scholars can debate critical issues and drive policy innovation.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;6. Digital Outreach and Knowledge Dissemination&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Through NACSNEWS.COM and targeted digital campaigns, we amplify research findings, shape narratives, and engage global audiences across traditional and social media platforms.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;7. Training and Capacity Building&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;We design customized training programs and workshops for diplomats, political leaders, scholars, and executives, strengthening skills in negotiation, strategy development, and international communication.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;b&gt;8. Regional Expertise and Advisory&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:20px;&quot;&gt;Specialized consulting on the Middle East, Russia, Eurasia, and global geopolitical trends, combining deep historical understanding with forward-looking analysis.&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=216732</link><pubDate>Fri, 23 Sep 2022 16:34:00 +0000</pubDate><title>NATIONAL AGENCY OF COMMUNICATION AND STRATEGY (NACS) IS A GLOBAL INDEPENDENT THINK TANK RESEARCH STRUCTURE LOCATED IN MOSCOW. </title></item><item><author>News</author><description>&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;a href=&quot;https://alumni.mgimo.ru/resources/000/000/000/005/640/5640640.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;detail20200923-SNV_4991-обр&quot; src=&quot;https://alumni.mgimo.ru/resources/000/000/000/005/640/5640640_850xNone.jpg&quot; style=&quot;height: 260px; width: 350px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;&lt;strong&gt;23 сентября 2020 года в Патриаршей и Синодальной резиденции в Даниловском монастыре&amp;#160;в Москве состоялась встреча Святейшего Патриарха Московского и всея Руси Кирилла с министром иностранных дел Российской Федерации Сергеем Викторовичем Лавровым.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;За выдающийся вклад в утверждение мира и справедливости в сфере международных отношений и в развитие церковно-государственного соработничества в Российской Федерации, а также в связи с 70-летием со дня рождения Святейший Владыка вручил С.В. Лаврову орден Русской Православной Церкви Славы и чести I&amp;#160;степени.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;Глава внешнеполитического ведомства России&amp;#160;поблагодарил Святейшего Патриарха за высокую награду: &amp;#171;Ваше Святейшество, спасибо за эту честь. Я думаю, что это признание того уровня соработничества, которого мы достигли между Министерством иностранных дел и&amp;#160;&amp;#160;Русской Православной Церковью в области духовно-нравственного оздоровления международных отношений и защиты христианства&amp;#187;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;С.В. Лавров выразил надежду на то, что вскоре будет возобновлена деятельность&amp;#160;Рабочей группы по взаимодействию Русской Православной Церкви и Министерства иностранных дел России, которая была прервана из-за ограничений, связанных с пандемией коронавируса.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;Предстоятель Русской Православной Церкви, поздравляя главу МИД России, отметил:&amp;#160;&amp;#171;Сергей Викторович, Вы внесли огромный вклад в развитие внешних связей нашей страны, в осуществление нашей внешней политики. Вам пришлось возглавлять ведомство в очень непростое время, и Вы сделали в сфере внешних связей великое дело: Вы изменили в сознании очень многих людей отношение к Российской Федерации. Ваш всегда принципиальный подход к решению задач, которые перед Вами стоят, и одновременно высочайший уровень интеллигентности и, я бы сказал, обаятельности в контактах с людьми привели к тому, что, действительно, внешняя политика Российской Федерации сегодня воспринимается с пониманием и уважением даже теми, кто в полной мере эту политику не разделяет. Пусть Господь и дальше укрепляет Вас на этом замечательном пути служения Отечеству в ранге министра иностранных дел Российской Федерации&amp;#187;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;С.В. Лавров сердечно поблагодарил Святейшего Патриарха за теплые слова и высокую оценку его деятельности.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;В ходе дальнейшей беседы обсуждались вопросы взаимодействия Русской Православной Церкви и Министерства иностранных дел.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
</description><yandex:full-text>&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;a href=&quot;https://alumni.mgimo.ru/resources/000/000/000/005/640/5640640.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;detail20200923-SNV_4991-обр&quot; src=&quot;https://alumni.mgimo.ru/resources/000/000/000/005/640/5640640_850xNone.jpg&quot; style=&quot;height: 260px; width: 350px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;&lt;strong&gt;23 сентября 2020 года в Патриаршей и Синодальной резиденции в Даниловском монастыре&amp;#160;в Москве состоялась встреча Святейшего Патриарха Московского и всея Руси Кирилла с министром иностранных дел Российской Федерации Сергеем Викторовичем Лавровым.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;За выдающийся вклад в утверждение мира и справедливости в сфере международных отношений и в развитие церковно-государственного соработничества в Российской Федерации, а также в связи с 70-летием со дня рождения Святейший Владыка вручил С.В. Лаврову орден Русской Православной Церкви Славы и чести I&amp;#160;степени.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;Глава внешнеполитического ведомства России&amp;#160;поблагодарил Святейшего Патриарха за высокую награду: &amp;#171;Ваше Святейшество, спасибо за эту честь. Я думаю, что это признание того уровня соработничества, которого мы достигли между Министерством иностранных дел и&amp;#160;&amp;#160;Русской Православной Церковью в области духовно-нравственного оздоровления международных отношений и защиты христианства&amp;#187;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;С.В. Лавров выразил надежду на то, что вскоре будет возобновлена деятельность&amp;#160;Рабочей группы по взаимодействию Русской Православной Церкви и Министерства иностранных дел России, которая была прервана из-за ограничений, связанных с пандемией коронавируса.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;Предстоятель Русской Православной Церкви, поздравляя главу МИД России, отметил:&amp;#160;&amp;#171;Сергей Викторович, Вы внесли огромный вклад в развитие внешних связей нашей страны, в осуществление нашей внешней политики. Вам пришлось возглавлять ведомство в очень непростое время, и Вы сделали в сфере внешних связей великое дело: Вы изменили в сознании очень многих людей отношение к Российской Федерации. Ваш всегда принципиальный подход к решению задач, которые перед Вами стоят, и одновременно высочайший уровень интеллигентности и, я бы сказал, обаятельности в контактах с людьми привели к тому, что, действительно, внешняя политика Российской Федерации сегодня воспринимается с пониманием и уважением даже теми, кто в полной мере эту политику не разделяет. Пусть Господь и дальше укрепляет Вас на этом замечательном пути служения Отечеству в ранге министра иностранных дел Российской Федерации&amp;#187;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;С.В. Лавров сердечно поблагодарил Святейшего Патриарха за теплые слова и высокую оценку его деятельности.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;text&quot; style=&quot;line-height: 16px; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif;&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:georgia,serif;&quot;&gt;В ходе дальнейшей беседы обсуждались вопросы взаимодействия Русской Православной Церкви и Министерства иностранных дел.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
</yandex:full-text><link>https://alumni.mgimo.ru/page/publication/news/news.seam?newsId=216733</link><pubDate>Wed, 23 Sep 2020 20:17:00 +0000</pubDate><title>С.В. Лавров награжден орденом Славы и чести I степени</title></item><item><author>News</author><description>&lt;div class=&quot;read__top is-top_media&quot; style=&quot;margin: 0px; padding: 75px 0px 45px; border: none;&quot;&gt;
	&lt;div class=&quot;width_limiter&quot; style=&quot;margin: 0px 140px; padding: 0px; max-width: 680px;&quot;&gt;
		&lt;h1 class=&quot;entry-title p-name&quot; itemprop=&quot;name&quot; style=&quot;margin: 105px 0px 44px; padding: 0px; font-size: 32px; color: rgb(2, 12, 34); line-height: 37px; font-family: 'ITCFranklinGothicW10-Md 862390', arial, sans-serif; font-weight: 400;&quot;&gt;
			Российско-германские переговоры&lt;br /&gt;
			&lt;span style=&quot;font-size: 13px; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;18 мая 2018 года&amp;#160;&lt;/span&gt;&lt;/h1&gt;
		&lt;div class=&quot;read__meta&quot; style=&quot;margin: 0px 0px 30px; padding: 0px; font-size: 13px; color: rgb(2, 12, 34); overflow: hidden;&quot;&gt;
			&lt;div class=&quot;read__time&quot; style=&quot;margin: 0px 30px 0px 0px; padding: 0px; float: left; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
				16:30&lt;/div&gt;
			&lt;div class=&quot;read__place p-location&quot; style=&quot;margin: 0px 25px 0px 0px; padding: 0px; float: left; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
				Сочи&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;entry-content e-content read__internal_content&quot; itemprop=&quot;articleBody&quot; style=&quot;margin: 0px; padding: 0px; font-size: 17px; line-height: 26px;&quot;&gt;
	&lt;div class=&quot;slider masha-ignore&quot; id=&quot;slider-13576&quot; role=&quot;listbox&quot; style=&quot;margin: 0px 10px; padding: 0px; position: relative; min-height: 180px; z-index: 5; zoom: 1; float: none; top: 0px;&quot;&gt;
		&lt;div class=&quot;slider__slides&quot; data-cycle-caption-template=&quot;{{slideNum}} из {{slideCount}}&quot; data-cycle-starting-slide=&quot;1&quot; style=&quot;margin: 0px 130px; padding: 0px; background-image: url(http://www.kremlin.ru/static/img/svg/logo_slider.svg); background-color: rgb(226, 227, 228); background-size: 64px 65px; max-width: 680px; position: relative; background-position: center center; background-repeat: no-repeat no-repeat;&quot;&gt;
			&lt;div class=&quot;slide cycle-slide cycle-sentinel&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; overflow: hidden; width: 680px; height: 419.20001220703125px; bottom: 0px; line-height: 0; position: static; top: 0px; left: 0px; z-index: 96; visibility: hidden;&quot;&gt;
				&lt;div class=&quot;slider__block&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; width: 680px; height: 419.20001220703125px; text-align: center; visibility: hidden;&quot;&gt;
					&lt;img alt=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; height=&quot;580&quot; itemprop=&quot;contentUrl&quot; src=&quot;http://static.kremlin.ru/media/events/photos/big/WqHWL1kIsqXJf7iduREs7hClobWDA2E7.jpg&quot; srcset=&quot;http://static.kremlin.ru/media/events/photos/big2x/aUsKzGpqt98HsZouNQBQ0Lxa4YxvZABB.jpg 2x&quot; style=&quot;margin: 0px auto; padding: 0px; width: 680px; max-width: 100%; height: auto; background-image: linear-gradient(rgb(232, 229, 221) 0%, rgba(232, 229, 221, 0) 100%), linear-gradient(0deg, rgb(52, 64, 33) 0%, rgba(52, 64, 33, 0) 100%), linear-gradient(270deg, rgb(153, 165, 104) 0%, rgba(153, 165, 104, 0) 100%), linear-gradient(90deg, rgb(239, 3, 23) 0%, rgba(239, 3, 23, 0) 100%); background-size: initial, initial, initial, initial; background-attachment: initial, initial, initial, initial; background-origin: initial, initial, initial, initial; background-clip: initial, initial, initial, initial; visibility: hidden; background-position: ; background-repeat: ;&quot; width=&quot;940&quot; /&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;slider__next&quot; role=&quot;button&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; top: 0px; bottom: 0px; width: 140px; height: 419.20001220703125px; cursor: pointer; z-index: 102; right: 0px;&quot;&gt;
				&amp;#160;&lt;/div&gt;
			&lt;div class=&quot;slider__prev&quot; role=&quot;button&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; top: 0px; bottom: 0px; width: 140px; height: 419.20001220703125px; cursor: pointer; z-index: 102; left: 0px;&quot;&gt;
				&amp;#160;&lt;/div&gt;
			&lt;div class=&quot;slide starting-slide cycle-slide cycle-slide-active&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; overflow: hidden; width: 680px; height: 419.20001220703125px; bottom: 0px; line-height: 0; position: absolute; top: 0px; left: 0px; z-index: 100; opacity: 1;&quot;&gt;
				&lt;div class=&quot;slider__block&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; width: 680px; height: 419.20001220703125px; text-align: center;&quot;&gt;
					&lt;img alt=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; height=&quot;580&quot; id=&quot;photo-53632&quot; itemprop=&quot;contentUrl&quot; src=&quot;http://static.kremlin.ru/media/events/photos/big/eS8N8cdV7XQA37E9yTEc0XCNyMGAVNgy.jpg&quot; srcset=&quot;http://static.kremlin.ru/media/events/photos/big2x/1z3AE4P5A2IIN9lRyrHjh807CEOCMKuo.jpg 2x&quot; style=&quot;margin: 0px auto; padding: 0px; width: 680px; max-width: 100%; height: auto; background-image: linear-gradient(90deg, rgb(39, 39, 49) 0%, rgba(39, 39, 49, 0) 100%), linear-gradient(rgb(182, 176, 168) 0%, rgba(182, 176, 168, 0) 100%), linear-gradient(0deg, rgb(217, 210, 202) 0%, rgba(217, 210, 202, 0) 100%), linear-gradient(270deg, rgb(175, 116, 103) 0%, rgba(175, 116, 103, 0) 100%); background-size: initial, initial, initial, initial; background-attachment: initial, initial, initial, initial; background-origin: initial, initial, initial, initial; background-clip: initial, initial, initial, initial; background-position: ; background-repeat: ;&quot; width=&quot;940&quot; /&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;slider__description&quot; style=&quot;margin: 0px 130px; padding: 0px; position: relative; font-size: 13px; max-width: 680px;&quot;&gt;
			&lt;div class=&quot;slider_caption&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; left: 0px; top: 11px; color: rgb(96, 103, 120); opacity: 1; z-index: 10; box-sizing: border-box; transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);&quot;&gt;
				2 из 4&lt;/div&gt;
			&lt;div class=&quot;slider_overlay&quot; style=&quot;margin: 0px auto 2em; padding: 16px 0px 13px 55px; z-index: 10; color: rgb(96, 103, 120); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); max-width: 680px; transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1); line-height: 17px;&quot;&gt;
				&lt;div style=&quot;margin: 0px; padding: 0px;&quot;&gt;
					&amp;#160;&lt;/div&gt;
				&lt;div style=&quot;margin: 0px; padding: 0px;&quot;&gt;
					Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;#160;переговоры с&amp;#160;Президентом России Владимиром Путиным.&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		Обсуждались вопросы развития российско-германских отношений и&amp;#160;актуальная международная проблематика.&amp;#160;&lt;/p&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		По&amp;#160;завершении переговоров глава Российского государства и&amp;#160;Канцлер ФРГ сделали заявления для прессы и&amp;#160;ответили на&amp;#160;вопросы журналистов.&lt;/p&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		&lt;span style=&quot;margin: 0px; padding: 0px; color: rgb(96, 103, 120);&quot;&gt;Стенографический отч&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;ё&lt;/span&gt;т о&amp;#160;совместной пресс-конференции будет опубликован.&lt;/span&gt;&lt;/p&gt;
	&lt;div class=&quot;read__bottommeta hidden-copy&quot; style=&quot;margin: 94px 0px 0px; padding: 0px; clear: both;&quot;&gt;
		&lt;div class=&quot;width_limiter&quot; style=&quot;margin: 0px 140px; padding: 0px; max-width: 680px;&quot;&gt;
			&lt;div class=&quot;read__tags masha-ignore&quot; style=&quot;margin: 0px 0px 58px; padding: 72px 0px 0px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(238, 238, 238); color: rgb(96, 103, 120);&quot;&gt;
				&lt;div class=&quot;read__tagscol&quot; style=&quot;margin: 0px 0px 49px; padding: 0px;&quot;&gt;
					&lt;div&gt;
						&amp;#160;&lt;/div&gt;
					&lt;ul class=&quot;read__taglist&quot; style=&quot;margin: 0px; padding-right: 0px; padding-left: 251.60000610351563px; list-style-position: initial; list-style-image: initial; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;div class=&quot;read__top is-top_media&quot; style=&quot;margin: 0px; padding: 75px 0px 45px; border: none;&quot;&gt;
	&lt;div class=&quot;width_limiter&quot; style=&quot;margin: 0px 140px; padding: 0px; max-width: 680px;&quot;&gt;
		&lt;h1 class=&quot;entry-title p-name&quot; itemprop=&quot;name&quot; style=&quot;margin: 105px 0px 44px; padding: 0px; font-size: 32px; color: rgb(2, 12, 34); line-height: 37px; font-family: 'ITCFranklinGothicW10-Md 862390', arial, sans-serif; font-weight: 400;&quot;&gt;
			Российско-германские переговоры&lt;br /&gt;
			&lt;span style=&quot;font-size: 13px; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;18 мая 2018 года&amp;#160;&lt;/span&gt;&lt;/h1&gt;
		&lt;div class=&quot;read__meta&quot; style=&quot;margin: 0px 0px 30px; padding: 0px; font-size: 13px; color: rgb(2, 12, 34); overflow: hidden;&quot;&gt;
			&lt;div class=&quot;read__time&quot; style=&quot;margin: 0px 30px 0px 0px; padding: 0px; float: left; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
				16:30&lt;/div&gt;
			&lt;div class=&quot;read__place p-location&quot; style=&quot;margin: 0px 25px 0px 0px; padding: 0px; float: left; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
				Сочи&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;entry-content e-content read__internal_content&quot; itemprop=&quot;articleBody&quot; style=&quot;margin: 0px; padding: 0px; font-size: 17px; line-height: 26px;&quot;&gt;
	&lt;div class=&quot;slider masha-ignore&quot; id=&quot;slider-13576&quot; role=&quot;listbox&quot; style=&quot;margin: 0px 10px; padding: 0px; position: relative; min-height: 180px; z-index: 5; zoom: 1; float: none; top: 0px;&quot;&gt;
		&lt;div class=&quot;slider__slides&quot; data-cycle-caption-template=&quot;{{slideNum}} из {{slideCount}}&quot; data-cycle-starting-slide=&quot;1&quot; style=&quot;margin: 0px 130px; padding: 0px; background-image: url(http://www.kremlin.ru/static/img/svg/logo_slider.svg); background-color: rgb(226, 227, 228); background-size: 64px 65px; max-width: 680px; position: relative; background-position: center center; background-repeat: no-repeat no-repeat;&quot;&gt;
			&lt;div class=&quot;slide cycle-slide cycle-sentinel&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; overflow: hidden; width: 680px; height: 419.20001220703125px; bottom: 0px; line-height: 0; position: static; top: 0px; left: 0px; z-index: 96; visibility: hidden;&quot;&gt;
				&lt;div class=&quot;slider__block&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; width: 680px; height: 419.20001220703125px; text-align: center; visibility: hidden;&quot;&gt;
					&lt;img alt=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; height=&quot;580&quot; itemprop=&quot;contentUrl&quot; src=&quot;http://static.kremlin.ru/media/events/photos/big/WqHWL1kIsqXJf7iduREs7hClobWDA2E7.jpg&quot; srcset=&quot;http://static.kremlin.ru/media/events/photos/big2x/aUsKzGpqt98HsZouNQBQ0Lxa4YxvZABB.jpg 2x&quot; style=&quot;margin: 0px auto; padding: 0px; width: 680px; max-width: 100%; height: auto; background-image: linear-gradient(rgb(232, 229, 221) 0%, rgba(232, 229, 221, 0) 100%), linear-gradient(0deg, rgb(52, 64, 33) 0%, rgba(52, 64, 33, 0) 100%), linear-gradient(270deg, rgb(153, 165, 104) 0%, rgba(153, 165, 104, 0) 100%), linear-gradient(90deg, rgb(239, 3, 23) 0%, rgba(239, 3, 23, 0) 100%); background-size: initial, initial, initial, initial; background-attachment: initial, initial, initial, initial; background-origin: initial, initial, initial, initial; background-clip: initial, initial, initial, initial; visibility: hidden; background-position: ; background-repeat: ;&quot; width=&quot;940&quot; /&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;slider__next&quot; role=&quot;button&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; top: 0px; bottom: 0px; width: 140px; height: 419.20001220703125px; cursor: pointer; z-index: 102; right: 0px;&quot;&gt;
				&amp;#160;&lt;/div&gt;
			&lt;div class=&quot;slider__prev&quot; role=&quot;button&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; top: 0px; bottom: 0px; width: 140px; height: 419.20001220703125px; cursor: pointer; z-index: 102; left: 0px;&quot;&gt;
				&amp;#160;&lt;/div&gt;
			&lt;div class=&quot;slide starting-slide cycle-slide cycle-slide-active&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; overflow: hidden; width: 680px; height: 419.20001220703125px; bottom: 0px; line-height: 0; position: absolute; top: 0px; left: 0px; z-index: 100; opacity: 1;&quot;&gt;
				&lt;div class=&quot;slider__block&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; style=&quot;margin: 0px; padding: 0px; width: 680px; height: 419.20001220703125px; text-align: center;&quot;&gt;
					&lt;img alt=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-cycle-desc=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; data-text=&quot;Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;nbsp;переговоры с&amp;nbsp;Президентом России Владимиром Путиным.&quot; height=&quot;580&quot; id=&quot;photo-53632&quot; itemprop=&quot;contentUrl&quot; src=&quot;http://static.kremlin.ru/media/events/photos/big/eS8N8cdV7XQA37E9yTEc0XCNyMGAVNgy.jpg&quot; srcset=&quot;http://static.kremlin.ru/media/events/photos/big2x/1z3AE4P5A2IIN9lRyrHjh807CEOCMKuo.jpg 2x&quot; style=&quot;margin: 0px auto; padding: 0px; width: 680px; max-width: 100%; height: auto; background-image: linear-gradient(90deg, rgb(39, 39, 49) 0%, rgba(39, 39, 49, 0) 100%), linear-gradient(rgb(182, 176, 168) 0%, rgba(182, 176, 168, 0) 100%), linear-gradient(0deg, rgb(217, 210, 202) 0%, rgba(217, 210, 202, 0) 100%), linear-gradient(270deg, rgb(175, 116, 103) 0%, rgba(175, 116, 103, 0) 100%); background-size: initial, initial, initial, initial; background-attachment: initial, initial, initial, initial; background-origin: initial, initial, initial, initial; background-clip: initial, initial, initial, initial; background-position: ; background-repeat: ;&quot; width=&quot;940&quot; /&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;slider__description&quot; style=&quot;margin: 0px 130px; padding: 0px; position: relative; font-size: 13px; max-width: 680px;&quot;&gt;
			&lt;div class=&quot;slider_caption&quot; style=&quot;margin: 0px; padding: 0px; position: absolute; left: 0px; top: 11px; color: rgb(96, 103, 120); opacity: 1; z-index: 10; box-sizing: border-box; transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);&quot;&gt;
				2 из 4&lt;/div&gt;
			&lt;div class=&quot;slider_overlay&quot; style=&quot;margin: 0px auto 2em; padding: 16px 0px 13px 55px; z-index: 10; color: rgb(96, 103, 120); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); max-width: 680px; transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1); line-height: 17px;&quot;&gt;
				&lt;div style=&quot;margin: 0px; padding: 0px;&quot;&gt;
					&amp;#160;&lt;/div&gt;
				&lt;div style=&quot;margin: 0px; padding: 0px;&quot;&gt;
					Прибытие Федерального канцлера Германии Ангелы Меркель на&amp;#160;переговоры с&amp;#160;Президентом России Владимиром Путиным.&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		Обсуждались вопросы развития российско-германских отношений и&amp;#160;актуальная международная проблематика.&amp;#160;&lt;/p&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		По&amp;#160;завершении переговоров глава Российского государства и&amp;#160;Канцлер ФРГ сделали заявления для прессы и&amp;#160;ответили на&amp;#160;вопросы журналистов.&lt;/p&gt;
	&lt;p style=&quot;margin: 0px 140px 29px; padding: 0px; max-width: 680px;&quot;&gt;
		&lt;span style=&quot;margin: 0px; padding: 0px; color: rgb(96, 103, 120);&quot;&gt;Стенографический отч&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;ё&lt;/span&gt;т о&amp;#160;совместной пресс-конференции будет опубликован.&lt;/span&gt;&lt;/p&gt;
	&lt;div class=&quot;read__bottommeta hidden-copy&quot; style=&quot;margin: 94px 0px 0px; padding: 0px; clear: both;&quot;&gt;
		&lt;div class=&quot;width_limiter&quot; style=&quot;margin: 0px 140px; padding: 0px; max-width: 680px;&quot;&gt;
			&lt;div class=&quot;read__tags masha-ignore&quot; style=&quot;margin: 0px 0px 58px; padding: 72px 0px 0px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(238, 238, 238); color: rgb(96, 103, 120);&quot;&gt;
				&lt;div class=&quot;read__tagscol&quot; style=&quot;margin: 0px 0px 49px; padding: 0px;&quot;&gt;
					&lt;div&gt;
						&amp;#160;&lt;/div&gt;
					&lt;ul class=&quot;read__taglist&quot; style=&quot;margin: 0px; padding-right: 0px; padding-left: 251.60000610351563px; list-style-position: initial; list-style-image: initial; font-family: 'ITCFranklinGothicW10-Bk 862339', arial, sans-serif;&quot;&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=214328</link><pubDate>Fri, 18 May 2018 17:02:00 +0000</pubDate><title>Владимир Путин принял в сочинской резиденции Бочаров Ручей Федерального канцлера Германии Ангелу Меркель. </title></item><item><author>News</author><description>&lt;div class=&quot;header&quot; style=&quot;box-sizing: border-box; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); padding: 0px 0px 20pt; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;logo-print&quot; style=&quot;box-sizing: border-box; overflow: hidden; float: none;&quot;&gt;
		&lt;img alt=&quot;&quot; src=&quot;http://www.mid.ru/mfa-site-theme/images/images/print-logo.jpg&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; float: left; margin-right: 17pt;&quot; /&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 6pt 0px 1em; font-size: 14pt; line-height: 17pt; width: 300pt;&quot;&gt;
			Министерство иностранных дел Российской Федерации&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;print-article&quot; style=&quot;box-sizing: border-box; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;article-stats-line&quot; style=&quot;box-sizing: border-box; overflow: hidden; padding: 20pt 0px 25pt;&quot;&gt;
		&lt;p class=&quot;article-number&quot; style=&quot;box-sizing: border-box; margin: 1em 0px; float: right; font-size: 10pt;&quot;&gt;
			&amp;#8470; 899-14-05-2018&lt;/p&gt;
		&lt;div class=&quot;article-stats&quot; style=&quot;box-sizing: border-box; color: rgb(71, 137, 130); font-size: 10pt;&quot;&gt;
			&lt;span style=&quot;box-sizing: border-box; color: rgb(0, 0, 0); margin-right: 10pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;14.05.18&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;article-title &quot; style=&quot;box-sizing: border-box; margin-bottom: 10pt; font-family: 'Times New Roman', serif;&quot;&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 0px; font-size: 14pt; line-height: 21pt; font-weight: bold;&quot;&gt;
			Вступительное слово и.о. Министра иностранных дел России С.В.Лаврова в ходе переговоров с Министром иностранных дел Ирана М.Д.Зарифом, Москва, 14 мая 2018 года&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;article-content&quot; style=&quot;box-sizing: border-box; margin-top: 0px; font-size: 14pt; line-height: 21pt;&quot;&gt;
		&lt;div class=&quot;article article-end&quot; style=&quot;box-sizing: border-box; padding-bottom: 0px; font-family: 'Times New Roman', serif; max-height: 600px; width: auto;&quot;&gt;
			&lt;div class=&quot;news-slider flexslider photos-slider flexslider-big&quot; style=&quot;box-sizing: border-box; margin: 0px 0px 1.25em; padding: 0px; position: relative; zoom: 1;&quot;&gt;
				&lt;ul class=&quot;slides&quot; style=&quot;box-sizing: border-box; margin: 0px; padding-right: 0px; padding-left: 0px; list-style: none; zoom: 1;&quot;&gt;
				&lt;/ul&gt;
				&lt;center style=&quot;box-sizing: border-box;&quot;&gt;
					&lt;img align=&quot;middle&quot; alt=&quot;&quot; class=&quot;single-wide-image photos-top&quot; src=&quot;http://www.mid.ru/documents/10180/3220602/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F%D0%98%D1%80%D0%B0%D0%BD.jpg/1e4607ff-8f9f-457a-afcb-692c109b7c02?t=1526285698733&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; max-height: 600px;&quot; /&gt;&lt;/center&gt;
			&lt;/div&gt;
			&lt;div class=&quot;article-service-line-video&quot; style=&quot;box-sizing: border-box;&quot;&gt;
				&amp;#160;&lt;/div&gt;
		&lt;/div&gt;
		&lt;article class=&quot;article article-country article-end


 &quot; style=&quot;box-sizing: border-box; padding-bottom: 50px; font-family: 'Times New Roman', serif;&quot;&gt;
			&lt;div class=&quot;text article-content&quot; style=&quot;box-sizing: border-box; margin-top: 0px; font-size: 14pt; line-height: 21pt;&quot;&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					Уважаемый г-н Министр,&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Уважаемый Джавад,&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Дорогие друзья,&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Мы ценим эту возможность встретиться в Москве и обменяться мнениями по вопросам Совместного всеобъемлющего плана действий (СВПД), вокруг которого сложилась, прямо скажем, кризисная ситуация.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Знаем, что Вы запланировали в ближайшие дни контакты со всеми участниками этой сделки за исключением США, которые объявили о выходе из данной договорённости. К сожалению, мы в очередной раз убеждаемся, что Вашингтон стремится ревизовать ключевые международные договорённости, как это происходит с СВПД, проблемой Иерусалима и целым рядом других соглашений. &amp;#160;&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Поэтому сегодня мы рассчитываем посмотреть, как мы можем с участием европейской &amp;#171;тройки&amp;#187;, Китая, России, Ирана, ЕС использовать имеющиеся в нашем распоряжении механизмы для того, что не допустить подрыва этого важнейшего документа, дестабилизации обстановки в регионе, новых угроз режима нераспространения.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Насколько мы понимаем, &amp;#171;евротройка&amp;#187;, Китай, Иран, как и Россия, заявили о своём намерении придерживаться положений СВПД. Мы бы очень хотели сегодня поподробнее обсудить Ваши планы и наши общие действия.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: center; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;***&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Обязательно всё это обсудим. Прекрасно понимаю стремление Ирана обеспечить свои законные интересы. Отмечу только, что и у Российской Федерации, других участников этой сделки &amp;#8211; Китая, европейцев, тоже есть законные интересы, которые закреплены в этой договорённости и одобрены Советом Безопасности ООН. Поэтому нужно сообща отстаивать законные интересы каждого из нас.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&amp;#160;&lt;/p&gt;
			&lt;/div&gt;
		&lt;/article&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;footer&quot; style=&quot;box-sizing: border-box; border-top-width: 1pt; border-top-style: solid; border-top-color: rgb(189, 204, 212); padding: 17pt 0px 0px; overflow: hidden; break-inside: avoid; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;footer-page-stats&quot; style=&quot;box-sizing: border-box; overflow: hidden;&quot;&gt;
		&lt;div class=&quot;mid-qr-img&quot; data-qr-url=&quot;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&quot; id=&quot;siteQrCode&quot; style=&quot;box-sizing: border-box;&quot;&gt;
			&lt;canvas height=&quot;168&quot; style=&quot;box-sizing: border-box; display: inline-block; vertical-align: baseline;&quot; width=&quot;168&quot;&gt;&lt;/canvas&gt;&lt;/div&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; font-size: 10pt; color: rgb(128, 128, 128);&quot;&gt;
			&lt;a href=&quot;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&quot; target=&quot;_blank&quot;&gt;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&lt;/a&gt;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;div class=&quot;header&quot; style=&quot;box-sizing: border-box; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(0, 0, 0); padding: 0px 0px 20pt; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;logo-print&quot; style=&quot;box-sizing: border-box; overflow: hidden; float: none;&quot;&gt;
		&lt;img alt=&quot;&quot; src=&quot;http://www.mid.ru/mfa-site-theme/images/images/print-logo.jpg&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; float: left; margin-right: 17pt;&quot; /&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 6pt 0px 1em; font-size: 14pt; line-height: 17pt; width: 300pt;&quot;&gt;
			Министерство иностранных дел Российской Федерации&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;print-article&quot; style=&quot;box-sizing: border-box; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;article-stats-line&quot; style=&quot;box-sizing: border-box; overflow: hidden; padding: 20pt 0px 25pt;&quot;&gt;
		&lt;p class=&quot;article-number&quot; style=&quot;box-sizing: border-box; margin: 1em 0px; float: right; font-size: 10pt;&quot;&gt;
			&amp;#8470; 899-14-05-2018&lt;/p&gt;
		&lt;div class=&quot;article-stats&quot; style=&quot;box-sizing: border-box; color: rgb(71, 137, 130); font-size: 10pt;&quot;&gt;
			&lt;span style=&quot;box-sizing: border-box; color: rgb(0, 0, 0); margin-right: 10pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;14.05.18&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;div class=&quot;article-title &quot; style=&quot;box-sizing: border-box; margin-bottom: 10pt; font-family: 'Times New Roman', serif;&quot;&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 0px; font-size: 14pt; line-height: 21pt; font-weight: bold;&quot;&gt;
			Вступительное слово и.о. Министра иностранных дел России С.В.Лаврова в ходе переговоров с Министром иностранных дел Ирана М.Д.Зарифом, Москва, 14 мая 2018 года&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;article-content&quot; style=&quot;box-sizing: border-box; margin-top: 0px; font-size: 14pt; line-height: 21pt;&quot;&gt;
		&lt;div class=&quot;article article-end&quot; style=&quot;box-sizing: border-box; padding-bottom: 0px; font-family: 'Times New Roman', serif; max-height: 600px; width: auto;&quot;&gt;
			&lt;div class=&quot;news-slider flexslider photos-slider flexslider-big&quot; style=&quot;box-sizing: border-box; margin: 0px 0px 1.25em; padding: 0px; position: relative; zoom: 1;&quot;&gt;
				&lt;ul class=&quot;slides&quot; style=&quot;box-sizing: border-box; margin: 0px; padding-right: 0px; padding-left: 0px; list-style: none; zoom: 1;&quot;&gt;
				&lt;/ul&gt;
				&lt;center style=&quot;box-sizing: border-box;&quot;&gt;
					&lt;img align=&quot;middle&quot; alt=&quot;&quot; class=&quot;single-wide-image photos-top&quot; src=&quot;http://www.mid.ru/documents/10180/3220602/%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F%D0%98%D1%80%D0%B0%D0%BD.jpg/1e4607ff-8f9f-457a-afcb-692c109b7c02?t=1526285698733&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; height: auto; max-height: 600px;&quot; /&gt;&lt;/center&gt;
			&lt;/div&gt;
			&lt;div class=&quot;article-service-line-video&quot; style=&quot;box-sizing: border-box;&quot;&gt;
				&amp;#160;&lt;/div&gt;
		&lt;/div&gt;
		&lt;article class=&quot;article article-country article-end


 &quot; style=&quot;box-sizing: border-box; padding-bottom: 50px; font-family: 'Times New Roman', serif;&quot;&gt;
			&lt;div class=&quot;text article-content&quot; style=&quot;box-sizing: border-box; margin-top: 0px; font-size: 14pt; line-height: 21pt;&quot;&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					Уважаемый г-н Министр,&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Уважаемый Джавад,&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Дорогие друзья,&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Мы ценим эту возможность встретиться в Москве и обменяться мнениями по вопросам Совместного всеобъемлющего плана действий (СВПД), вокруг которого сложилась, прямо скажем, кризисная ситуация.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Знаем, что Вы запланировали в ближайшие дни контакты со всеми участниками этой сделки за исключением США, которые объявили о выходе из данной договорённости. К сожалению, мы в очередной раз убеждаемся, что Вашингтон стремится ревизовать ключевые международные договорённости, как это происходит с СВПД, проблемой Иерусалима и целым рядом других соглашений. &amp;#160;&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Поэтому сегодня мы рассчитываем посмотреть, как мы можем с участием европейской &amp;#171;тройки&amp;#187;, Китая, России, Ирана, ЕС использовать имеющиеся в нашем распоряжении механизмы для того, что не допустить подрыва этого важнейшего документа, дестабилизации обстановки в регионе, новых угроз режима нераспространения.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Насколько мы понимаем, &amp;#171;евротройка&amp;#187;, Китай, Иран, как и Россия, заявили о своём намерении придерживаться положений СВПД. Мы бы очень хотели сегодня поподробнее обсудить Ваши планы и наши общие действия.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: center; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;***&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&lt;span style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;Обязательно всё это обсудим. Прекрасно понимаю стремление Ирана обеспечить свои законные интересы. Отмечу только, что и у Российской Федерации, других участников этой сделки &amp;#8211; Китая, европейцев, тоже есть законные интересы, которые закреплены в этой договорённости и одобрены Советом Безопасности ООН. Поэтому нужно сообща отстаивать законные интересы каждого из нас.&lt;/span&gt;&lt;/p&gt;
				&lt;p style=&quot;box-sizing: border-box; margin: 0px; line-height: 1.5em; text-align: justify; text-indent: 1.25cm;&quot;&gt;
					&amp;#160;&lt;/p&gt;
			&lt;/div&gt;
		&lt;/article&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;footer&quot; style=&quot;box-sizing: border-box; border-top-width: 1pt; border-top-style: solid; border-top-color: rgb(189, 204, 212); padding: 17pt 0px 0px; overflow: hidden; break-inside: avoid; color: rgb(0, 0, 0); font-family: 'PT Sans', sans-serif; font-size: 16px;&quot;&gt;
	&lt;div class=&quot;footer-page-stats&quot; style=&quot;box-sizing: border-box; overflow: hidden;&quot;&gt;
		&lt;div class=&quot;mid-qr-img&quot; data-qr-url=&quot;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&quot; id=&quot;siteQrCode&quot; style=&quot;box-sizing: border-box;&quot;&gt;
			&lt;canvas height=&quot;168&quot; style=&quot;box-sizing: border-box; display: inline-block; vertical-align: baseline;&quot; width=&quot;168&quot;&gt;&lt;/canvas&gt;&lt;/div&gt;
		&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; font-size: 10pt; color: rgb(128, 128, 128);&quot;&gt;
			&lt;a href=&quot;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&quot; target=&quot;_blank&quot;&gt;http://www.mid.ru/foreign_policy/news/-/asset_publisher/cKNonkJE02Bw/content/id/3221026&lt;/a&gt;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=214312</link><pubDate>Mon, 14 May 2018 12:52:00 +0000</pubDate><title>Вступительное слово и.о. Министра иностранных дел России С.В.Лаврова в ходе переговоров с Министром иностранных дел Ирана М.Д.Зарифом, Москва, 14 мая 2018 года</title></item><item><author>News</author><description>&lt;p itemprop=&quot;name&quot;&gt;
	&lt;a href=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936699.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;1520027751&quot; src=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936699_850xNone.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
	&lt;div data-url=&quot;https://ria.ru/politics/20180507/1520023535.html?share-img=1520027517&quot;&gt;
		&lt;p&gt;
			&lt;br /&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div itemprop=&quot;articleBody&quot;&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Владимир Путин, переизбранный на&amp;#160;новый президентский срок, вступил в&amp;#160;должность главы государства.&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Церемония инаугурации стала для&amp;#160;него четвертой. Руководить страной он будет следующие шесть лет.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Инаугурация прошла в&amp;#160;Большом Кремлевском дворце, ее посетили более пяти тысяч человек. Путин принес присягу на&amp;#160;Конституции и&amp;#160;выступил с&amp;#160;обращением к&amp;#160;россиянам.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Обращение к&amp;#160;россиянам&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;После присяги Владимир Путин выступил с&amp;#160;инаугурационной речью. Он подчеркнул, что &amp;#34;осознает свою колоссальную ответственность перед народом и&amp;#160;Россией&amp;#34;, и&amp;#160;заявил, что считает своим долгом &amp;#34;сделать все для&amp;#160;мирного и&amp;#160;процветающего будущего страны&amp;#34;.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;Президент назвал&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;#160;целью своей жизни &amp;#34;служение людям и&amp;#160;Отечеству&amp;#34;, отметив, что &amp;#34;Россия будет могущественной, а&amp;#160;люди будут жить лучше&amp;#34;. В качестве приоритетных задач государства он назвал образование, здравоохранение, охрану материнства и&amp;#160;детства.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;Президент также поблагодарил россиян за&amp;#160;искреннюю поддержку его кандидатуры на&amp;#160;выборах.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;В этом году мы будем отмечать 25-летие Конституции России. Она подчеркнула безусловную ценность, приоритет прав и&amp;#160;свобод граждан. Именно в&amp;#160;гармоничном единстве свободного гражданина, ответственного гражданского общества и&amp;#160;сильного, дееспособного, демократического государства вижу прочную основу для&amp;#160;развития России&amp;#34;,&amp;#160;&amp;#8212; сказал Путин.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Глава государства охарактеризовал нынешнее время как &amp;#34;бурную эпоху перемен&amp;#34; и&amp;#160;подчеркнул, что России предстоят исторические решения, которые определят ее судьбу на&amp;#160;десятилетия вперед.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Перед нами напряженная работа, которая потребует участия всего российского общества, деятельного вклада каждого из&amp;#160;нас, всех ответственных политических и&amp;#160;гражданских сил, объединенных искренней заботой о&amp;#160;России&amp;#34;,&amp;#160;&amp;#8212; добавил Путин.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;По его словам, никакие преграды и&amp;#160;обстоятельства не&amp;#160;должны помешать России самой определять свое будущее.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Мы научились отстаивать свои интересы, возродили гордость за&amp;#160;Отечество, за&amp;#160;наши традиционные ценности. Опыт показывает, что и&amp;#160;сегодня нам нужно беречь достигнутое и&amp;#160;на этой основе, конечно, двигаться только вперед&amp;#34;,&amp;#160;&amp;#8212; отметил президент.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;При этом, по&amp;#160;словам Путина, путь вперед не&amp;#160;бывает простым. &amp;#34;История не&amp;#160;прощает только одного: безразличия и&amp;#160;непоследовательности, расслабленности и&amp;#160;самоуспокоенности&amp;#34;,&amp;#160;&amp;#160;&amp;#8212; добавил он.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Также глава государства напомнил об&amp;#160;ответственности власти перед людьми.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Люди справедливо хотят, чтобы проблемы, которые их беспокоят, решались без&amp;#160;проволочек, чтобы к&amp;#160;их предложениям, замечаниям, требованиям относились с&amp;#160;должным вниманием, чтобы такие понятия, как&amp;#160;репутация, честь, отзывчивость, открытость стали нормой жизни для&amp;#160;представителей всех уровней власти&amp;#34;,&amp;#160;&amp;#8212; подчеркнул он.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Путин отметил, что только активная вовлеченность граждан в&amp;#160;дела страны позволит продолжать ее обновление. По его словам, чем больше людей осознают значимость своей роли в&amp;#160;этом деле, тем эффективнее и&amp;#160;быстрее будет движение вперед.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;И пусть любовь к&amp;#160;Отечеству, все лучшее, что есть в&amp;#160;человеке, вдохновляет каждого из&amp;#160;нас на&amp;#160;поиск, на&amp;#160;самосовершенствование для&amp;#160;личного успеха, для&amp;#160;работы ради своей семьи, вдохновляет на&amp;#160;общий напряженный труд для&amp;#160;благополучия одной страны. Мы обязательно добьемся успеха, верю, так и&amp;#160;будет. Сделаю для&amp;#160;этого все, что в&amp;#160;моих силах&amp;#34;,&amp;#160;&amp;#8212; добавил глава государства.&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Ход церемонии&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Инаугурация началась с&amp;#160;внесения знаменосцами Роты почетного караула государственного флага, Штандарта президента (изображение двуглавого орла на&amp;#160;фоне триколора), Конституции и&amp;#160;Знака президента.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Владимир Путин прибыл в&amp;#160;Большой Кремлевский дворец за&amp;#160;несколько минут до&amp;#160;начала церемонии. Его путь из&amp;#160;кабинета к&amp;#160;выходу из&amp;#160;Первого корпуса Кремля СМИ показали в&amp;#160;прямом эфире. Чтобы переехать в&amp;#160;Большой Кремлевский дворец президент впервые воспользовался новым лимузином проекта &amp;#34;Кортеж&amp;#34;.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Избранный президент прошел через&amp;#160;Георгиевский и&amp;#160;Александровский залы и&amp;#160;поднялся к&amp;#160;трибуне. Затем он принес присягу на&amp;#160;Конституции.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;После этого председатель Конституционного суда объявил о&amp;#160;вступлении президента в&amp;#160;должность и&amp;#160;вручил ему символы власти. В зале зазвучал российский гимн, а&amp;#160;над резиденцией подняли дубликат Штандарта президента.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Гостями церемонии стали более пяти тысяч человек. В их числе члены правительства, депутаты Думы и&amp;#160;Совета Федерации, руководители Администрации президента, судьи Конституционного суда, дипломатический корпус, звезды спорта и&amp;#160;шоу-бизнеса.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Также на&amp;#160;инаугурацию пригласили волонтеров и&amp;#160;активистов, участвовавших в&amp;#160;избирательной кампании Владимира Путина.&lt;br /&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936698.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;default-xw4&quot; src=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936698_850xNone.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;div id=&quot;inject_1520028573&quot;&gt;
		&lt;div&gt;
			&lt;p&gt;
				&lt;span style=&quot;font-size:16px;&quot;&gt;Автомобиль Aurus кортежа президента РФ. 7 мая 2018&lt;/span&gt;&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;p itemprop=&quot;name&quot;&gt;
	&lt;a href=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936699.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;1520027751&quot; src=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936699_850xNone.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;
	&lt;div data-url=&quot;https://ria.ru/politics/20180507/1520023535.html?share-img=1520027517&quot;&gt;
		&lt;p&gt;
			&lt;br /&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div itemprop=&quot;articleBody&quot;&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Владимир Путин, переизбранный на&amp;#160;новый президентский срок, вступил в&amp;#160;должность главы государства.&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Церемония инаугурации стала для&amp;#160;него четвертой. Руководить страной он будет следующие шесть лет.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Инаугурация прошла в&amp;#160;Большом Кремлевском дворце, ее посетили более пяти тысяч человек. Путин принес присягу на&amp;#160;Конституции и&amp;#160;выступил с&amp;#160;обращением к&amp;#160;россиянам.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Обращение к&amp;#160;россиянам&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;После присяги Владимир Путин выступил с&amp;#160;инаугурационной речью. Он подчеркнул, что &amp;#34;осознает свою колоссальную ответственность перед народом и&amp;#160;Россией&amp;#34;, и&amp;#160;заявил, что считает своим долгом &amp;#34;сделать все для&amp;#160;мирного и&amp;#160;процветающего будущего страны&amp;#34;.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;Президент назвал&lt;/span&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&amp;#160;целью своей жизни &amp;#34;служение людям и&amp;#160;Отечеству&amp;#34;, отметив, что &amp;#34;Россия будет могущественной, а&amp;#160;люди будут жить лучше&amp;#34;. В качестве приоритетных задач государства он назвал образование, здравоохранение, охрану материнства и&amp;#160;детства.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size: 16px;&quot;&gt;Президент также поблагодарил россиян за&amp;#160;искреннюю поддержку его кандидатуры на&amp;#160;выборах.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;В этом году мы будем отмечать 25-летие Конституции России. Она подчеркнула безусловную ценность, приоритет прав и&amp;#160;свобод граждан. Именно в&amp;#160;гармоничном единстве свободного гражданина, ответственного гражданского общества и&amp;#160;сильного, дееспособного, демократического государства вижу прочную основу для&amp;#160;развития России&amp;#34;,&amp;#160;&amp;#8212; сказал Путин.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Глава государства охарактеризовал нынешнее время как &amp;#34;бурную эпоху перемен&amp;#34; и&amp;#160;подчеркнул, что России предстоят исторические решения, которые определят ее судьбу на&amp;#160;десятилетия вперед.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Перед нами напряженная работа, которая потребует участия всего российского общества, деятельного вклада каждого из&amp;#160;нас, всех ответственных политических и&amp;#160;гражданских сил, объединенных искренней заботой о&amp;#160;России&amp;#34;,&amp;#160;&amp;#8212; добавил Путин.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;По его словам, никакие преграды и&amp;#160;обстоятельства не&amp;#160;должны помешать России самой определять свое будущее.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Мы научились отстаивать свои интересы, возродили гордость за&amp;#160;Отечество, за&amp;#160;наши традиционные ценности. Опыт показывает, что и&amp;#160;сегодня нам нужно беречь достигнутое и&amp;#160;на этой основе, конечно, двигаться только вперед&amp;#34;,&amp;#160;&amp;#8212; отметил президент.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;При этом, по&amp;#160;словам Путина, путь вперед не&amp;#160;бывает простым. &amp;#34;История не&amp;#160;прощает только одного: безразличия и&amp;#160;непоследовательности, расслабленности и&amp;#160;самоуспокоенности&amp;#34;,&amp;#160;&amp;#160;&amp;#8212; добавил он.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Также глава государства напомнил об&amp;#160;ответственности власти перед людьми.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;Люди справедливо хотят, чтобы проблемы, которые их беспокоят, решались без&amp;#160;проволочек, чтобы к&amp;#160;их предложениям, замечаниям, требованиям относились с&amp;#160;должным вниманием, чтобы такие понятия, как&amp;#160;репутация, честь, отзывчивость, открытость стали нормой жизни для&amp;#160;представителей всех уровней власти&amp;#34;,&amp;#160;&amp;#8212; подчеркнул он.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Путин отметил, что только активная вовлеченность граждан в&amp;#160;дела страны позволит продолжать ее обновление. По его словам, чем больше людей осознают значимость своей роли в&amp;#160;этом деле, тем эффективнее и&amp;#160;быстрее будет движение вперед.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&amp;#34;И пусть любовь к&amp;#160;Отечеству, все лучшее, что есть в&amp;#160;человеке, вдохновляет каждого из&amp;#160;нас на&amp;#160;поиск, на&amp;#160;самосовершенствование для&amp;#160;личного успеха, для&amp;#160;работы ради своей семьи, вдохновляет на&amp;#160;общий напряженный труд для&amp;#160;благополучия одной страны. Мы обязательно добьемся успеха, верю, так и&amp;#160;будет. Сделаю для&amp;#160;этого все, что в&amp;#160;моих силах&amp;#34;,&amp;#160;&amp;#8212; добавил глава государства.&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Ход церемонии&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Инаугурация началась с&amp;#160;внесения знаменосцами Роты почетного караула государственного флага, Штандарта президента (изображение двуглавого орла на&amp;#160;фоне триколора), Конституции и&amp;#160;Знака президента.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Владимир Путин прибыл в&amp;#160;Большой Кремлевский дворец за&amp;#160;несколько минут до&amp;#160;начала церемонии. Его путь из&amp;#160;кабинета к&amp;#160;выходу из&amp;#160;Первого корпуса Кремля СМИ показали в&amp;#160;прямом эфире. Чтобы переехать в&amp;#160;Большой Кремлевский дворец президент впервые воспользовался новым лимузином проекта &amp;#34;Кортеж&amp;#34;.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Избранный президент прошел через&amp;#160;Георгиевский и&amp;#160;Александровский залы и&amp;#160;поднялся к&amp;#160;трибуне. Затем он принес присягу на&amp;#160;Конституции.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;После этого председатель Конституционного суда объявил о&amp;#160;вступлении президента в&amp;#160;должность и&amp;#160;вручил ему символы власти. В зале зазвучал российский гимн, а&amp;#160;над резиденцией подняли дубликат Штандарта президента.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Гостями церемонии стали более пяти тысяч человек. В их числе члены правительства, депутаты Думы и&amp;#160;Совета Федерации, руководители Администрации президента, судьи Конституционного суда, дипломатический корпус, звезды спорта и&amp;#160;шоу-бизнеса.&lt;/span&gt;&lt;/p&gt;
	&lt;p&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;Также на&amp;#160;инаугурацию пригласили волонтеров и&amp;#160;активистов, участвовавших в&amp;#160;избирательной кампании Владимира Путина.&lt;br /&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936698.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;default-xw4&quot; src=&quot;https://russians.bump.ru/resources/000/000/000/002/936/2936698_850xNone.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/p&gt;
	&lt;div id=&quot;inject_1520028573&quot;&gt;
		&lt;div&gt;
			&lt;p&gt;
				&lt;span style=&quot;font-size:16px;&quot;&gt;Автомобиль Aurus кортежа президента РФ. 7 мая 2018&lt;/span&gt;&lt;/p&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://russians.bump.ru/page/publication/news/news.seam?newsId=214256</link><pubDate>Mon, 7 May 2018 12:48:00 +0000</pubDate><title>Владимир Путин вступил в должность президента</title></item><item><author>News</author><description>&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&lt;b&gt;&amp;#160; &amp;#160;&amp;#160;&lt;/b&gt;&lt;/p&gt;
&lt;a href=&quot;https://alumni.mgimo.ru/resources/000/000/000/002/864/2864514.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;aliev&quot; src=&quot;https://alumni.mgimo.ru/resources/000/000/000/002/864/2864514_850xNone.jpg&quot; style=&quot;height: 200px; width: 300px; margin-left: 15px; margin-right: 15px; float: left;&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&amp;#160; &amp;#160; &amp;#160;11 апреля в результате всеобщих выборов на&amp;#160;пост Президента Азербайджанской Республики был избран выпускник МГИМО, почетный доктор нашего университета Ильхам Гейдарович Алиев.&lt;/b&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#160; &amp;#160; Поздравление избранному Президенту Азербайджана И.Г.Алиеву направил ректор МГИМО А.В.Торкунов.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#160; &amp;#160; В поздравлении подчеркивается, что убедительная победа стала закономерным результатом деятельности Президента И.Г.Алиева в&amp;#160;прошедшие непростые годы. Отмечается огромный вклад И.Г.Алиева в&amp;#160;дело сохранения стабильности и&amp;#160;развития республики, его готовность к&amp;#160;новым усилиям на&amp;#160;благо Азербайджана.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#171;От себя, от имени Ваших товарищей&amp;#160;&amp;#8212; МГИМОвцев, желаю Вам здоровья, неиссякаемой энергии и&amp;#160;неизменных успехов на&amp;#160;посту Президента дружественного Азербайджана!&amp;#187;&amp;#160;&amp;#8212; говорится в&amp;#160;поздравлении А.В.Торкунова.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px; text-align: right;&quot;&gt;
	&lt;b&gt;Ректорат&lt;/b&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</description><yandex:full-text>&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&lt;b&gt;&amp;#160; &amp;#160;&amp;#160;&lt;/b&gt;&lt;/p&gt;
&lt;a href=&quot;https://alumni.mgimo.ru/resources/000/000/000/002/864/2864514.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;aliev&quot; src=&quot;https://alumni.mgimo.ru/resources/000/000/000/002/864/2864514_850xNone.jpg&quot; style=&quot;height: 200px; width: 300px; margin-left: 15px; margin-right: 15px; float: left;&quot; /&gt;&lt;/a&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;&amp;#160; &amp;#160; &amp;#160;11 апреля в результате всеобщих выборов на&amp;#160;пост Президента Азербайджанской Республики был избран выпускник МГИМО, почетный доктор нашего университета Ильхам Гейдарович Алиев.&lt;/b&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#160; &amp;#160; Поздравление избранному Президенту Азербайджана И.Г.Алиеву направил ректор МГИМО А.В.Торкунов.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#160; &amp;#160; В поздравлении подчеркивается, что убедительная победа стала закономерным результатом деятельности Президента И.Г.Алиева в&amp;#160;прошедшие непростые годы. Отмечается огромный вклад И.Г.Алиева в&amp;#160;дело сохранения стабильности и&amp;#160;развития республики, его готовность к&amp;#160;новым усилиям на&amp;#160;благо Азербайджана.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px;&quot;&gt;
	&amp;#171;От себя, от имени Ваших товарищей&amp;#160;&amp;#8212; МГИМОвцев, желаю Вам здоровья, неиссякаемой энергии и&amp;#160;неизменных успехов на&amp;#160;посту Президента дружественного Азербайджана!&amp;#187;&amp;#160;&amp;#8212; говорится в&amp;#160;поздравлении А.В.Торкунова.&lt;/p&gt;
&lt;p style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 14px; text-align: right;&quot;&gt;
	&lt;b&gt;Ректорат&lt;/b&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</yandex:full-text><link>https://alumni.mgimo.ru/page/publication/news/news.seam?newsId=214059</link><pubDate>Fri, 13 Apr 2018 10:41:00 +0000</pubDate><title>И.Г.Алиев (МО 82), выпускник и почетный доктор МГИМО, избран Президентом Азербайджана!</title></item><item><author>News</author><description>&lt;h1&gt;
	&lt;img alt=&quot;Эсминец США в Сирии готовится утонуть&quot; src=&quot;http://mtdata.ru/u13/photo6CF8/20788043155-0/original.jpg#20788043155&quot; style=&quot;font-size: 12px;&quot; title=&quot;Эсминец США в Сирии готовится утонуть&quot; /&gt;&lt;/h1&gt;
&lt;div&gt;
	&lt;div&gt;
		&lt;div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	Небезызвестный нам по пролёту над ним в Чёрном море эсминец США &amp;#171;Дональд Кук&amp;#187; приближается к нашим базам в Латакии и Тартусе. Якобы к нему должен подойти второй. Но скорее его не будет &amp;#8212; этот эсминец по сути &amp;#171;тестер&amp;#187;, он же жертва в новой масштабной провокации США.&lt;br /&gt;
	&lt;br /&gt;
	Итак, этот корабль в сотне или уже меньше километров от берега. Предположим, что он внезапно начинает выпускать ракеты по всему, до чего только дотянется. По нашим кораблям, по базе в Тартусе, а может по Хмеймиму, по взлетающим с базы самолётам. Что предпримут наши военные?&lt;br /&gt;
	&lt;div&gt;
		&lt;br /&gt;
		Предположим, &amp;#171;Дональда Кука&amp;#187; утопят. Это в общем-то легко &amp;#8212; как сообщил во вторник министр обороны РФ Сергей Шойгу, комплексы &amp;#171;Бастион&amp;#187; прикрывают морскую группировку Вооруженных Сил РФ возле берегов Сирии. Дивизион БРК Бастион (он есть в Сирии уже с 2016 года) это 4 самоходные пусковые установки К-340П с двумя транспортно-пусковыми стаканами для ракет Оникс каждая. При этом одного Оникса хватит, чтобы утопить даже &amp;#171;Тикондерогу&amp;#187;, не то что этого жалкого Кука.&lt;br /&gt;
		&lt;br /&gt;
		Что будет дальше? Наших дипломатов изгоняют из США, Европы и ООН, собственность и имущество в Европе и США арестовывают вне зависимости от того, чьи они &amp;#8212; главное, что русских. Блокада платежей SWIFT и в долларах и в евро. Истерика в СМИ на весь земной шар! Там будет картинка о том, что мы напали, а эсминец отбивался. А мы жестоко утопили мирно стреляющий эсминец. В лучшем случае опускается &amp;#171;стальной занавес&amp;#187;. В худшем &amp;#8212; локальная война в Сирии.&lt;br /&gt;
		&lt;br /&gt;
		Желающие могут погуглить &amp;#171;Инцидент в Тонкинском заливе&amp;#187;.&lt;br /&gt;
		&lt;br /&gt;
		С другой стороны, всё, что написано в предыдущем абзаце, от изгнания дипломатов до всего остального &amp;#8212; Запад и так сделает. Поводы найдутся и без Кука. Очередных Скрипалей отравят, самолет взорвут, в общем &amp;#8212; придумают что-нибудь. Пиндосы вон башни WTC не постеснялись взорвать посреди Нью-Йорка, лишь бы удобный повод получить.&lt;br /&gt;
		&lt;br /&gt;
		Создание повода мы никак не можем предотвратить, если уж Западу таковой повод потребовался. Поэтому Кука можно топить спокойно &amp;#8212; это ничего принципиально не изменит.&lt;br /&gt;
		&lt;br /&gt;
		Почему поставили фильм &amp;#171;Отравление в Думе&amp;#187;? Какие требования к России и Сирии должен был Дональд Трамп обосновать этим фильмом? А фильм поставили потому, что в Думе САА дожимала последние анклавы бармалеев. Вот и смысл шоу &amp;#8212; вопль &amp;#171;Астанавитесь!&amp;#187;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#171;Много погибших, в том числе женщин и детей, в безумной химической атаке в Сирии. Район зверств закрыт и окружен сирийской армией, что делает его абсолютно недоступным для внешнего мира. Президент Путин, Россия и Иран ответственны за поддержку животного Асада. Придется заплатить большую цену&amp;#187;, &amp;#8212; написал президент США в Twitter.&lt;br /&gt;
		&lt;br /&gt;
		И чо, останавились? Хрен там, полностью проигнорировали требования Запада, продолжили добивать боевиков, и, в итоге, пригласили международных экспертов осмотреть место происшествия. &amp;#171;Все в порядке, район под контролем, боевых действий нет, ваши бандиты закончились, можно приезжать&amp;#187;. А в ответ &amp;#8212; истерика Запада, угрозы и надувание соплей.&lt;br /&gt;
		&lt;br /&gt;
		Кто там, выбирая между войной и позором, выбрал позор? Да США в очередной раз. Войну начать у них кишка тонка, могли бы &amp;#8212; давно уже бы начали, поводов и истерик хватало. Не начали раньше, значит, и сейчас не начнут, ибо ссутся. А почему, выбрав позор, пиндосы в очередной раз не получили войну и позор? Так Россия опять на войну не пришла.&lt;br /&gt;
		&lt;br /&gt;
		Так что в Сирии всё нормально и идет по плану. Ситуация напряженная, но явно под контролем. А чего следовало ждать России, идя на очередное обострение и кладяя болт очередные ультиматумы? Есть сомнения в твердости российского руководства? С чего бы это. Россия проявляет твердость, игнорируя все угрозы и зачищая территорию, начиная с времен Алеппо. Полагаю, последствия Путин представляет, и риски просчитывает. Если бы струсил &amp;#8212; давно бы, как минимум, предложил законсервировать ситуацию.&lt;br /&gt;
		&lt;br /&gt;
		А раз нет &amp;#8212; значит, при необходимости и по пиндосам долбанет. Но только при необходимости. Пиндосы это прекрасно понимают, и черту не переступают.&lt;br /&gt;
		&lt;br /&gt;
		Эксцессы исполнителей, конечно же, возможны. Но поверьте &amp;#8212; ядерная война с такого не начинается. И в то же время никакие демонстрации, попытки что-то доказать не остановят того, кто решил с вами повоевать. Остановить его может только ваша решимость, когда он увидит, что вы перестали оправдываться и изготовились к бою, при этом бой вы откровенно собираетесь выиграть, ну или как минимум умереть вместе с агрессором.&lt;br /&gt;
		&lt;br /&gt;
		Трамп &amp;#8212; дешевый понтогон. &amp;#171;Толстый мальчик с ракетой&amp;#187; это уже наглядно показал &amp;#8212; те же сопли, рычание, крики на весь мир, а в итоге тихий позорный слив. Хотя аж 3 АУГ ЕМНИП начали свои движения к Корее. Ну и где это всё?&lt;br /&gt;
		&lt;br /&gt;
		&lt;a href=&quot;http://putc.org/esminec-ssha-v-sirii-gotovitsya-utonut/&quot; target=&quot;_blank&quot;&gt;отсюда&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;h1&gt;
	&lt;img alt=&quot;Эсминец США в Сирии готовится утонуть&quot; src=&quot;http://mtdata.ru/u13/photo6CF8/20788043155-0/original.jpg#20788043155&quot; style=&quot;font-size: 12px;&quot; title=&quot;Эсминец США в Сирии готовится утонуть&quot; /&gt;&lt;/h1&gt;
&lt;div&gt;
	&lt;div&gt;
		&lt;div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	Небезызвестный нам по пролёту над ним в Чёрном море эсминец США &amp;#171;Дональд Кук&amp;#187; приближается к нашим базам в Латакии и Тартусе. Якобы к нему должен подойти второй. Но скорее его не будет &amp;#8212; этот эсминец по сути &amp;#171;тестер&amp;#187;, он же жертва в новой масштабной провокации США.&lt;br /&gt;
	&lt;br /&gt;
	Итак, этот корабль в сотне или уже меньше километров от берега. Предположим, что он внезапно начинает выпускать ракеты по всему, до чего только дотянется. По нашим кораблям, по базе в Тартусе, а может по Хмеймиму, по взлетающим с базы самолётам. Что предпримут наши военные?&lt;br /&gt;
	&lt;div&gt;
		&lt;br /&gt;
		Предположим, &amp;#171;Дональда Кука&amp;#187; утопят. Это в общем-то легко &amp;#8212; как сообщил во вторник министр обороны РФ Сергей Шойгу, комплексы &amp;#171;Бастион&amp;#187; прикрывают морскую группировку Вооруженных Сил РФ возле берегов Сирии. Дивизион БРК Бастион (он есть в Сирии уже с 2016 года) это 4 самоходные пусковые установки К-340П с двумя транспортно-пусковыми стаканами для ракет Оникс каждая. При этом одного Оникса хватит, чтобы утопить даже &amp;#171;Тикондерогу&amp;#187;, не то что этого жалкого Кука.&lt;br /&gt;
		&lt;br /&gt;
		Что будет дальше? Наших дипломатов изгоняют из США, Европы и ООН, собственность и имущество в Европе и США арестовывают вне зависимости от того, чьи они &amp;#8212; главное, что русских. Блокада платежей SWIFT и в долларах и в евро. Истерика в СМИ на весь земной шар! Там будет картинка о том, что мы напали, а эсминец отбивался. А мы жестоко утопили мирно стреляющий эсминец. В лучшем случае опускается &amp;#171;стальной занавес&amp;#187;. В худшем &amp;#8212; локальная война в Сирии.&lt;br /&gt;
		&lt;br /&gt;
		Желающие могут погуглить &amp;#171;Инцидент в Тонкинском заливе&amp;#187;.&lt;br /&gt;
		&lt;br /&gt;
		С другой стороны, всё, что написано в предыдущем абзаце, от изгнания дипломатов до всего остального &amp;#8212; Запад и так сделает. Поводы найдутся и без Кука. Очередных Скрипалей отравят, самолет взорвут, в общем &amp;#8212; придумают что-нибудь. Пиндосы вон башни WTC не постеснялись взорвать посреди Нью-Йорка, лишь бы удобный повод получить.&lt;br /&gt;
		&lt;br /&gt;
		Создание повода мы никак не можем предотвратить, если уж Западу таковой повод потребовался. Поэтому Кука можно топить спокойно &amp;#8212; это ничего принципиально не изменит.&lt;br /&gt;
		&lt;br /&gt;
		Почему поставили фильм &amp;#171;Отравление в Думе&amp;#187;? Какие требования к России и Сирии должен был Дональд Трамп обосновать этим фильмом? А фильм поставили потому, что в Думе САА дожимала последние анклавы бармалеев. Вот и смысл шоу &amp;#8212; вопль &amp;#171;Астанавитесь!&amp;#187;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#171;Много погибших, в том числе женщин и детей, в безумной химической атаке в Сирии. Район зверств закрыт и окружен сирийской армией, что делает его абсолютно недоступным для внешнего мира. Президент Путин, Россия и Иран ответственны за поддержку животного Асада. Придется заплатить большую цену&amp;#187;, &amp;#8212; написал президент США в Twitter.&lt;br /&gt;
		&lt;br /&gt;
		И чо, останавились? Хрен там, полностью проигнорировали требования Запада, продолжили добивать боевиков, и, в итоге, пригласили международных экспертов осмотреть место происшествия. &amp;#171;Все в порядке, район под контролем, боевых действий нет, ваши бандиты закончились, можно приезжать&amp;#187;. А в ответ &amp;#8212; истерика Запада, угрозы и надувание соплей.&lt;br /&gt;
		&lt;br /&gt;
		Кто там, выбирая между войной и позором, выбрал позор? Да США в очередной раз. Войну начать у них кишка тонка, могли бы &amp;#8212; давно уже бы начали, поводов и истерик хватало. Не начали раньше, значит, и сейчас не начнут, ибо ссутся. А почему, выбрав позор, пиндосы в очередной раз не получили войну и позор? Так Россия опять на войну не пришла.&lt;br /&gt;
		&lt;br /&gt;
		Так что в Сирии всё нормально и идет по плану. Ситуация напряженная, но явно под контролем. А чего следовало ждать России, идя на очередное обострение и кладяя болт очередные ультиматумы? Есть сомнения в твердости российского руководства? С чего бы это. Россия проявляет твердость, игнорируя все угрозы и зачищая территорию, начиная с времен Алеппо. Полагаю, последствия Путин представляет, и риски просчитывает. Если бы струсил &amp;#8212; давно бы, как минимум, предложил законсервировать ситуацию.&lt;br /&gt;
		&lt;br /&gt;
		А раз нет &amp;#8212; значит, при необходимости и по пиндосам долбанет. Но только при необходимости. Пиндосы это прекрасно понимают, и черту не переступают.&lt;br /&gt;
		&lt;br /&gt;
		Эксцессы исполнителей, конечно же, возможны. Но поверьте &amp;#8212; ядерная война с такого не начинается. И в то же время никакие демонстрации, попытки что-то доказать не остановят того, кто решил с вами повоевать. Остановить его может только ваша решимость, когда он увидит, что вы перестали оправдываться и изготовились к бою, при этом бой вы откровенно собираетесь выиграть, ну или как минимум умереть вместе с агрессором.&lt;br /&gt;
		&lt;br /&gt;
		Трамп &amp;#8212; дешевый понтогон. &amp;#171;Толстый мальчик с ракетой&amp;#187; это уже наглядно показал &amp;#8212; те же сопли, рычание, крики на весь мир, а в итоге тихий позорный слив. Хотя аж 3 АУГ ЕМНИП начали свои движения к Корее. Ну и где это всё?&lt;br /&gt;
		&lt;br /&gt;
		&lt;a href=&quot;http://putc.org/esminec-ssha-v-sirii-gotovitsya-utonut/&quot; target=&quot;_blank&quot;&gt;отсюда&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=214054</link><pubDate>Wed, 11 Apr 2018 18:16:00 +0000</pubDate><title>ЭСМИНЕЦ США В СИРИИ ГОТОВИТСЯ УТОНУТЬ</title></item><item><author>News</author><description>&lt;h1 class=&quot;title&quot; style=&quot;font-weight: 400; font-size: 1.68em; line-height: 1.2em; -webkit-hyphens: manual; margin-top: 0px; margin-bottom: 0.5em; max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	Еще один фрагмент в общей картине&lt;/h1&gt;
&lt;h2 class=&quot;subhead&quot; style=&quot;font-weight: 400; font-size: 1.25em; -webkit-hyphens: manual; color: rgba(27, 27, 27, 0.65098); margin-top: -0.35em; line-height: 1.27em; max-width: 100%; font-family: -apple-system-font;&quot;&gt;
	Востоковед, экс-дипломат Вячеслав Матузов &amp;#8212; о том, чего по традиции ждать от американцев вслед за обвинениями в химатаке&lt;/h2&gt;
&lt;div class=&quot;metadata singleline&quot; style=&quot;-webkit-hyphens: manual; margin-top: -0.7em; margin-bottom: 1.45em; font-size: 0.9em; line-height: 1.6em; max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&amp;#160;&lt;/div&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Обвинения, выдвинутые США против России и поддерживаемого ей законного правительства в Сирии, следует рассматривать не как частность, а как один из маленьких фрагментов более общей картины. Заявления о применении химоружия давно стали банальным средством оправдания агрессивных действий американцев.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Сейчас сирийская армия завершает зачистку Восточной Гуты. Там уже по существу речь идет об условиях капитуляции. Применять химическое оружие в условиях, когда победа вот-вот наступит, да еще там, где местное население удерживается бандитами, не позволяющими людям выйти из района боев и держащими их как живой щит, защищающий от наступающей сирийской армии, это глупость.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Но мы уже привыкли, что, как только сирийская армия начинает наступать на позиции террористов в Сирии, немедленно с подачи США возникает очередной случай &amp;#171;применения химического оружия&amp;#187;, появляются фотографии врачей, лечащих искалеченных детей, и т.д.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Первый раз американцы пытались использовать химическую тему, когда сирийское правительство вывело все арсеналы химического оружия и передало их США под строгим наблюдением ОЗХО. Но в результате полного подтверждения того, что химического оружия в Сирии, нет, вдруг американцы открывают снова химическое досье. И под предлогом использования химоружия&amp;#160;намереваются нанести прямой военный удар по сирийской армии, сирийскому руководству&amp;#160;и завершить сирийскую кампанию.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Тогда, еще в 2013 году, США не оставили без ответа жесткую, твердую позицию России в Сирии &amp;#8212;&amp;#160;они развернули кампанию по организации в Киеве майдана&amp;#160;против Виктора Януковича, которого якобы поддерживала Москва. Это было не логично: через год должны были состояться выборы, Янукович был готов уйти и сдать власть проамериканским людям, вроде Ющенко и Тимошенко. Но американцы хотели наказать Россию за упрямство в Сирии &amp;#8212;&amp;#160;и они поспешили. Майдан &amp;#8212;&amp;#160;это, на мой взгляд, ответ на нашу позицию&amp;#160;по предотвращению американской агрессии в Сирии в 2013&amp;#160;году.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Затем началось бегство террористов из Алеппо. И тут же в небольшом местечке недалеко от Алеппо Хан-Шейхун&amp;#160;якобы&amp;#160;кто-то опять применил химоружие. Таким образом,&amp;#160; химический фактор стал такой шизофренической идеей у американского руководства.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Думаю, что в нынешних условиях, когда они вдруг заявили, что в Восточной Гуте снова применяется отравляющее вещество, надо внимательно следить за их военными приготовлениями. Длящиеся уже долгое время разговоры о возможности американского воздушного удара по позициям сирийской армии и даже по дворцу президента Башара Асада в Дамаске, уже, боюсь, не лишены оснований. Любые упоминания о применении химоружия в Сирии &amp;#8212;&amp;#160;это формальный повод для американской агрессии или удара возможно даже третьей стороной.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	И вот тому подтверждение. Восемь израильских ракет нанесли воздушный удар по сирийской военно-воздушной базе Т-4 (Тифор) через территорию Ливана. Три ракеты долетели до цели. Погибло до 20 сирийских военных. Но ведь на этой базе находились и российские вертолеты К-52, Ми-8 и другие летательные аппараты.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Вопрос к Израилю &amp;#8212;&amp;#160;заверения в добрых отношениях с Россией недействительны? Должны ли мы расценивать эти действия как пособничество террористическим структурам в Сирии? Ведь их же авиация борется с &amp;#171;Нусрой&amp;#187;, ИГИЛ (организации запрещены в России) и другими боевиками.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Уверен, что в этом же контексте стоит рассматривать и активно раскручиваемую историю с попыткой отравления Сергея Скрипаля в Лондоне. Вывод следующий:&amp;#160;идет прощупывание возможной&amp;#160;реакции российского руководства на какие-либо военные акции американцев на Ближнем Востоке. Они прощупывают, где тот предел, на который они могут рассчитывать, организуя всякого рода провокации.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Если бы Уголовный кодекс существовал на международном уровне, то все эти обвинения стоило бы сделать предметом для возбуждения уголовного дела по клевете. Клевета должна быть наказана. Иначе это заявление, эти обвинения Госдепартамента воспринимать невозможно.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	При этом игра против России идет на глобальном уровне. Американцы уже, по сути, &amp;#171;оседлали&amp;#187; Организацию по запрещению химоружия (ОЗХО), которую Москва&amp;#160;после всех увертываний организации&amp;#160;от реального анализа в Сирии в прошлые годы&amp;#160;уже вряд ли может серьезно рассматривать как независимую структуру&amp;#160;и доверять ее заключениям и выводам. А как показали обсуждения, прошедшие в Совбезе ООН, американцы категорически против создания независимой комиссии по расследованию применения химического оружия, в соответствии с Уставом ООН. Потому что их устраивает та продажная публика, которую они сколотили в этой организации. И, кстати говоря, не только в ней. Большинство международных структур, в том числе&amp;#160;Совет по правам человека и &amp;#171;Врачи&amp;#160;без границ&amp;#187;, находятся под их полным контролем. И рассматривать их&amp;#160;как объективные международные организации&amp;#160;было бы, на мой взгляд, глупейшей ошибкой.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Сейчас у всех критиков российской внешней политики одна фабула: Россия с одной стороны, а мировое&amp;#160;сообщество &amp;#8212; с другой. Но сообщества с другой стороны просто не существует. Эта иллюзия создается благодаря деятельности подчиненных американской политике организаций, в которых, к сожалению, мы&amp;#160;тоже участвуем и которые мы также финансируем.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;em style=&quot;max-width: 100%;&quot;&gt;Автор &amp;#8212; востоковед, советник посольства СССР в США в 1990&amp;#8211;1992 годах, руководитель группы по Ближнему и Среднему Востоку&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;em style=&quot;max-width: 100%;&quot;&gt;Мнение автора может не совпадать с позицией редакции&lt;/em&gt;&lt;/p&gt;
</description><yandex:full-text>&lt;h1 class=&quot;title&quot; style=&quot;font-weight: 400; font-size: 1.68em; line-height: 1.2em; -webkit-hyphens: manual; margin-top: 0px; margin-bottom: 0.5em; max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	Еще один фрагмент в общей картине&lt;/h1&gt;
&lt;h2 class=&quot;subhead&quot; style=&quot;font-weight: 400; font-size: 1.25em; -webkit-hyphens: manual; color: rgba(27, 27, 27, 0.65098); margin-top: -0.35em; line-height: 1.27em; max-width: 100%; font-family: -apple-system-font;&quot;&gt;
	Востоковед, экс-дипломат Вячеслав Матузов &amp;#8212; о том, чего по традиции ждать от американцев вслед за обвинениями в химатаке&lt;/h2&gt;
&lt;div class=&quot;metadata singleline&quot; style=&quot;-webkit-hyphens: manual; margin-top: -0.7em; margin-bottom: 1.45em; font-size: 0.9em; line-height: 1.6em; max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&amp;#160;&lt;/div&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Обвинения, выдвинутые США против России и поддерживаемого ей законного правительства в Сирии, следует рассматривать не как частность, а как один из маленьких фрагментов более общей картины. Заявления о применении химоружия давно стали банальным средством оправдания агрессивных действий американцев.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Сейчас сирийская армия завершает зачистку Восточной Гуты. Там уже по существу речь идет об условиях капитуляции. Применять химическое оружие в условиях, когда победа вот-вот наступит, да еще там, где местное население удерживается бандитами, не позволяющими людям выйти из района боев и держащими их как живой щит, защищающий от наступающей сирийской армии, это глупость.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Но мы уже привыкли, что, как только сирийская армия начинает наступать на позиции террористов в Сирии, немедленно с подачи США возникает очередной случай &amp;#171;применения химического оружия&amp;#187;, появляются фотографии врачей, лечащих искалеченных детей, и т.д.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Первый раз американцы пытались использовать химическую тему, когда сирийское правительство вывело все арсеналы химического оружия и передало их США под строгим наблюдением ОЗХО. Но в результате полного подтверждения того, что химического оружия в Сирии, нет, вдруг американцы открывают снова химическое досье. И под предлогом использования химоружия&amp;#160;намереваются нанести прямой военный удар по сирийской армии, сирийскому руководству&amp;#160;и завершить сирийскую кампанию.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Тогда, еще в 2013 году, США не оставили без ответа жесткую, твердую позицию России в Сирии &amp;#8212;&amp;#160;они развернули кампанию по организации в Киеве майдана&amp;#160;против Виктора Януковича, которого якобы поддерживала Москва. Это было не логично: через год должны были состояться выборы, Янукович был готов уйти и сдать власть проамериканским людям, вроде Ющенко и Тимошенко. Но американцы хотели наказать Россию за упрямство в Сирии &amp;#8212;&amp;#160;и они поспешили. Майдан &amp;#8212;&amp;#160;это, на мой взгляд, ответ на нашу позицию&amp;#160;по предотвращению американской агрессии в Сирии в 2013&amp;#160;году.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Затем началось бегство террористов из Алеппо. И тут же в небольшом местечке недалеко от Алеппо Хан-Шейхун&amp;#160;якобы&amp;#160;кто-то опять применил химоружие. Таким образом,&amp;#160; химический фактор стал такой шизофренической идеей у американского руководства.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Думаю, что в нынешних условиях, когда они вдруг заявили, что в Восточной Гуте снова применяется отравляющее вещество, надо внимательно следить за их военными приготовлениями. Длящиеся уже долгое время разговоры о возможности американского воздушного удара по позициям сирийской армии и даже по дворцу президента Башара Асада в Дамаске, уже, боюсь, не лишены оснований. Любые упоминания о применении химоружия в Сирии &amp;#8212;&amp;#160;это формальный повод для американской агрессии или удара возможно даже третьей стороной.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	И вот тому подтверждение. Восемь израильских ракет нанесли воздушный удар по сирийской военно-воздушной базе Т-4 (Тифор) через территорию Ливана. Три ракеты долетели до цели. Погибло до 20 сирийских военных. Но ведь на этой базе находились и российские вертолеты К-52, Ми-8 и другие летательные аппараты.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Вопрос к Израилю &amp;#8212;&amp;#160;заверения в добрых отношениях с Россией недействительны? Должны ли мы расценивать эти действия как пособничество террористическим структурам в Сирии? Ведь их же авиация борется с &amp;#171;Нусрой&amp;#187;, ИГИЛ (организации запрещены в России) и другими боевиками.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Уверен, что в этом же контексте стоит рассматривать и активно раскручиваемую историю с попыткой отравления Сергея Скрипаля в Лондоне. Вывод следующий:&amp;#160;идет прощупывание возможной&amp;#160;реакции российского руководства на какие-либо военные акции американцев на Ближнем Востоке. Они прощупывают, где тот предел, на который они могут рассчитывать, организуя всякого рода провокации.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Если бы Уголовный кодекс существовал на международном уровне, то все эти обвинения стоило бы сделать предметом для возбуждения уголовного дела по клевете. Клевета должна быть наказана. Иначе это заявление, эти обвинения Госдепартамента воспринимать невозможно.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	При этом игра против России идет на глобальном уровне. Американцы уже, по сути, &amp;#171;оседлали&amp;#187; Организацию по запрещению химоружия (ОЗХО), которую Москва&amp;#160;после всех увертываний организации&amp;#160;от реального анализа в Сирии в прошлые годы&amp;#160;уже вряд ли может серьезно рассматривать как независимую структуру&amp;#160;и доверять ее заключениям и выводам. А как показали обсуждения, прошедшие в Совбезе ООН, американцы категорически против создания независимой комиссии по расследованию применения химического оружия, в соответствии с Уставом ООН. Потому что их устраивает та продажная публика, которую они сколотили в этой организации. И, кстати говоря, не только в ней. Большинство международных структур, в том числе&amp;#160;Совет по правам человека и &amp;#171;Врачи&amp;#160;без границ&amp;#187;, находятся под их полным контролем. И рассматривать их&amp;#160;как объективные международные организации&amp;#160;было бы, на мой взгляд, глупейшей ошибкой.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	Сейчас у всех критиков российской внешней политики одна фабула: Россия с одной стороны, а мировое&amp;#160;сообщество &amp;#8212; с другой. Но сообщества с другой стороны просто не существует. Эта иллюзия создается благодаря деятельности подчиненных американской политике организаций, в которых, к сожалению, мы&amp;#160;тоже участвуем и которые мы также финансируем.&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;em style=&quot;max-width: 100%;&quot;&gt;Автор &amp;#8212; востоковед, советник посольства СССР в США в 1990&amp;#8211;1992 годах, руководитель группы по Ближнему и Среднему Востоку&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;max-width: 100%; color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;em style=&quot;max-width: 100%;&quot;&gt;Мнение автора может не совпадать с позицией редакции&lt;/em&gt;&lt;/p&gt;
</yandex:full-text><link>https://nacsnews.id.page/page/publication/news/news.seam?newsId=214024</link><pubDate>Tue, 10 Apr 2018 09:36:00 +0000</pubDate><title>Обвинения, выдвинутые США против России и поддерживаемого ей законного правительства в Сирии, следует рассматривать как один из маленьких фрагментов более общей картины. </title></item><link>https://nacsnews.id.page</link><title>NACS / News</title></channel></rss>