<?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;!--
  SARAFAN Alliance — Architecture &amp; Mission
  Самостоятельный адаптивный HTML/CSS-блок для вставки.
  Внешние библиотеки и JavaScript не требуются.
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
.sarafan-architecture,
.sarafan-architecture *{
  box-sizing:border-box;
}
.sarafan-architecture{
  --sa-text:#14211d;
  --sa-muted:#64716c;
  --sa-green:#184f3e;
  --sa-green-dark:#0d3429;
  --sa-green-soft:#e8efe9;
  --sa-gold:#d3a34d;
  --sa-gold-light:#f2dfb6;
  --sa-paper:#f6f3eb;
  --sa-white:#ffffff;
  --sa-line:rgba(20,63,49,.14);
  --sa-line-strong:rgba(20,63,49,.22);
  --sa-shadow:0 24px 70px rgba(12,45,34,.12);
  --sa-shadow-soft:0 14px 38px rgba(20,63,49,.055);
  --sa-radius-xl:30px;
  --sa-radius-lg:22px;
  --sa-radius-md:15px;

  width:100%;
  padding:34px 18px 68px;
  color:var(--sa-text);
  background:
    radial-gradient(circle at 7% 5%,rgba(211,163,77,.17),transparent 24%),
    radial-gradient(circle at 94% 31%,rgba(24,79,62,.10),transparent 30%),
    linear-gradient(180deg,#fbfaf6 0%,var(--sa-paper) 100%);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.68;
}
.sarafan-architecture a{
  color:inherit;
}
.sarafan-architecture__inner{
  width:min(1140px,100%);
  margin:0 auto;
}
.sarafan-architecture [id]{
  scroll-margin-top:24px;
}

/* Main link */

.sarafan-architecture__main-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--sa-muted);
  font-size:14px;
  font-weight:750;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.sarafan-architecture__main-link:hover{
  color:var(--sa-green);
  transform:translateX(-2px);
}
.sarafan-architecture__main-icon{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid var(--sa-line);
  border-radius:50%;
  background:rgba(255,255,255,.72);
}

/* Hero */

.sarafan-architecture__hero{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,72px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(120deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__hero:before{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:480px;
  height:480px;
  top:-305px;
  right:-72px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:
    0 0 0 68px rgba(255,255,255,.035),
    0 0 0 136px rgba(255,255,255,.022);
}
.sarafan-architecture__hero:after{
  content:&quot;ALLIANCE&quot;;
  position:absolute;
  z-index:-1;
  right:clamp(12px,4vw,46px);
  bottom:-15px;
  color:rgba(255,255,255,.052);
  font-size:clamp(66px,13vw,166px);
  font-weight:900;
  line-height:.8;
  letter-spacing:-.075em;
  white-space:nowrap;
}
.sarafan-architecture__hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);
  gap:clamp(32px,6vw,76px);
  align-items:end;
}
.sarafan-architecture__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--sa-gold-light);
  font-size:13px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__eyebrow:before{
  content:&quot;&quot;;
  width:30px;
  height:2px;
  border-radius:10px;
  background:var(--sa-gold);
}
.sarafan-architecture__title{
  max-width:820px;
  margin:0;
  font-size:clamp(42px,6.8vw,78px);
  line-height:.98;
  letter-spacing:-.057em;
  text-wrap:balance;
}
.sarafan-architecture__title span{
  display:block;
}
.sarafan-architecture__title small{
  display:block;
  margin-top:13px;
  color:rgba(255,255,255,.66);
  font-size:.43em;
  font-weight:650;
  line-height:1.08;
  letter-spacing:-.025em;
}
.sarafan-architecture__hero-lead{
  max-width:790px;
  margin:27px 0 0;
  color:rgba(255,255,255,.80);
  font-size:clamp(17px,2vw,21px);
  line-height:1.62;
}
.sarafan-architecture__hero-panel{
  display:grid;
  gap:10px;
  padding:20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--sa-radius-lg);
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(14px);
}
.sarafan-architecture__hero-panel-label{
  margin:0 0 4px;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__hero-line{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:46px;
  padding:0 14px;
  border-radius:13px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.07);
  font-size:13.5px;
  font-weight:760;
}
.sarafan-architecture__hero-line:before{
  content:&quot;×&quot;;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:24px;
  height:24px;
  border-radius:50%;
  color:rgba(255,255,255,.68);
  background:rgba(255,255,255,.09);
  font-size:14px;
}
.sarafan-architecture__hero-line--positive{
  color:var(--sa-white);
  background:rgba(242,223,182,.13);
}
.sarafan-architecture__hero-line--positive:before{
  content:&quot;✓&quot;;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-weight:900;
}

/* In-page navigation */

.sarafan-architecture__nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 0;
  padding:13px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.76);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__nav a{
  display:inline-flex;
  align-items:center;
  min-height:39px;
  padding:0 14px;
  border-radius:12px;
  color:var(--sa-muted);
  font-size:13px;
  font-weight:820;
  text-decoration:none;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
.sarafan-architecture__nav a:hover{
  color:var(--sa-green);
  background:rgba(24,79,62,.08);
  transform:translateY(-1px);
}

/* General section structure */

.sarafan-architecture__section{
  padding-top:clamp(62px,8vw,100px);
}
.sarafan-architecture__section-head{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(300px,1.18fr);
  gap:clamp(28px,7vw,86px);
  align-items:start;
  margin-bottom:32px;
}
.sarafan-architecture__section-head--single{
  grid-template-columns:1fr;
  max-width:800px;
}
.sarafan-architecture__kicker{
  margin:0 0 11px;
  color:var(--sa-green);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__heading{
  margin:0;
  font-size:clamp(32px,5vw,53px);
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.sarafan-architecture__intro-copy{
  margin:2px 0 0;
  color:#46534f;
  font-size:18px;
  line-height:1.74;
}

/* Definition and trust hub */

.sarafan-architecture__definition-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:clamp(24px,5vw,54px);
  align-items:start;
}
.sarafan-architecture__prose-card{
  padding:clamp(27px,4vw,42px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.82);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__prose-card p{
  margin:0 0 21px;
  color:#3f4d48;
  font-size:17px;
  line-height:1.78;
}
.sarafan-architecture__prose-card p:last-child{
  margin-bottom:0;
}
.sarafan-architecture__trust-card{
  position:sticky;
  top:20px;
  overflow:hidden;
  padding:clamp(26px,4vw,38px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(145deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__trust-card:after{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:270px;
  height:270px;
  right:-142px;
  bottom:-127px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 47px rgba(255,255,255,.028),0 0 0 94px rgba(255,255,255,.017);
}
.sarafan-architecture__trust-label{
  margin:0 0 24px;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__trust-core{
  display:grid;
  place-items:center;
  width:160px;
  min-height:86px;
  margin:0 auto 18px;
  padding:16px;
  border:1px solid rgba(242,223,182,.42);
  border-radius:50%;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  text-align:center;
  font-size:16px;
  font-weight:900;
  line-height:1.15;
  box-shadow:0 0 0 9px rgba(242,223,182,.065);
}
.sarafan-architecture__trust-nodes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.sarafan-architecture__trust-node{
  display:grid;
  place-items:center;
  min-height:52px;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.075);
  text-align:center;
  font-size:12.5px;
  font-weight:760;
  line-height:1.35;
}
.sarafan-architecture__trust-formula{
  margin:20px 0 0;
  padding:17px 18px;
  border-left:2px solid var(--sa-gold);
  color:rgba(255,255,255,.80);
  background:rgba(255,255,255,.055);
  font-size:14px;
  line-height:1.62;
}

/* Four-level architecture */

.sarafan-architecture__levels-shell{
  position:relative;
  overflow:hidden;
  margin-top:22px;
  padding:clamp(28px,5vw,48px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.78);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__levels-shell:before{
  content:&quot;&quot;;
  position:absolute;
  width:320px;
  height:320px;
  top:-220px;
  right:-180px;
  border-radius:50%;
  background:rgba(211,163,77,.12);
}
.sarafan-architecture__levels-header{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:26px;
  align-items:flex-end;
  margin-bottom:25px;
}
.sarafan-architecture__levels-title{
  max-width:640px;
  margin:0;
  color:var(--sa-green-dark);
  font-size:clamp(27px,4vw,41px);
  line-height:1.08;
  letter-spacing:-.038em;
}
.sarafan-architecture__levels-note{
  margin:0;
  color:var(--sa-muted);
  font-size:13px;
  font-weight:760;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.sarafan-architecture__levels{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
}
.sarafan-architecture__level{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(125px,.54fr) minmax(190px,.92fr) minmax(0,1.54fr);
  gap:18px;
  align-items:center;
  min-height:118px;
  padding:19px 22px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.90);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.sarafan-architecture__level:hover{
  transform:translateY(-2px);
  border-color:rgba(24,79,62,.28);
  box-shadow:0 16px 36px rgba(20,63,49,.07);
}
.sarafan-architecture__level:not(:last-child):after{
  content:&quot;↓&quot;;
  position:absolute;
  z-index:2;
  left:47px;
  bottom:-22px;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:var(--sa-gold);
  background:var(--sa-paper);
  font-size:15px;
  font-weight:900;
}
.sarafan-architecture__level-number{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:16px;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:19px;
  font-weight:900;
  letter-spacing:-.03em;
}
.sarafan-architecture__level-kind{
  color:var(--sa-green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__level-name{
  color:var(--sa-green-dark);
  font-size:19px;
  font-weight:850;
  line-height:1.28;
}
.sarafan-architecture__level-name a{
  text-decoration:none;
}
.sarafan-architecture__level-name a:hover{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.sarafan-architecture__level-copy{
  margin:0;
  color:#4b5854;
  font-size:14.5px;
  line-height:1.62;
}

/* Primary belt and participants */

.sarafan-architecture__belt-intro{
  overflow:hidden;
  padding:clamp(28px,5vw,46px);
  border:1px solid rgba(211,163,77,.34);
  border-radius:var(--sa-radius-xl);
  background:linear-gradient(110deg,rgba(242,223,182,.35),rgba(255,255,255,.78));
}
.sarafan-architecture__belt-intro p{
  max-width:980px;
  margin:0;
  color:#46534f;
  font-size:17px;
  line-height:1.76;
}
.sarafan-architecture__regions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}
.sarafan-architecture__region{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(24,79,62,.12);
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(255,255,255,.72);
  font-size:12.5px;
  font-weight:820;
}
.sarafan-architecture__actors-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.sarafan-architecture__actor{
  position:relative;
  overflow:hidden;
  min-height:232px;
  padding:clamp(25px,4vw,33px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-lg);
  background:rgba(255,255,255,.84);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__actor--wide{
  grid-column:1 / -1;
  min-height:190px;
}
.sarafan-architecture__actor:after{
  content:attr(data-number);
  position:absolute;
  right:16px;
  bottom:-29px;
  color:rgba(24,79,62,.052);
  font-size:116px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.sarafan-architecture__actor-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:25px;
  border-radius:14px;
  color:var(--sa-green);
  background:rgba(24,79,62,.09);
  font-size:20px;
  font-weight:900;
}
.sarafan-architecture__actor h3{
  position:relative;
  z-index:1;
  max-width:92%;
  margin:0 0 12px;
  color:var(--sa-green-dark);
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.026em;
}
.sarafan-architecture__actor p{
  position:relative;
  z-index:1;
  max-width:94%;
  margin:0;
  color:#4d5a56;
  font-size:15px;
  line-height:1.68;
}

/* What the Alliance launches */

.sarafan-architecture__launches{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,62px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(120deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__launches:before{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:520px;
  height:520px;
  left:-365px;
  bottom:-350px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 75px rgba(255,255,255,.026),0 0 0 150px rgba(255,255,255,.016);
}
.sarafan-architecture__launches-head{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(24px,6vw,72px);
  align-items:end;
  margin-bottom:34px;
}
.sarafan-architecture__launches .sarafan-architecture__kicker{
  color:var(--sa-gold-light);
}
.sarafan-architecture__launches .sarafan-architecture__heading{
  color:var(--sa-white);
}
.sarafan-architecture__launches-intro{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:1.72;
}
.sarafan-architecture__launch-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.sarafan-architecture__launch{
  min-height:240px;
  padding:25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(8px);
}
.sarafan-architecture__launch-mark{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin-bottom:24px;
  border-radius:50%;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:21px;
  font-weight:900;
}
.sarafan-architecture__launch h3{
  margin:0 0 12px;
  color:var(--sa-white);
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.sarafan-architecture__launch h3 a{
  text-decoration:none;
}
.sarafan-architecture__launch h3 a:hover{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.sarafan-architecture__launch p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:14.5px;
  line-height:1.68;
}

/* Two belts */

.sarafan-architecture__belts-card{
  overflow:hidden;
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.80);
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__belts-copy{
  padding:clamp(28px,5vw,48px);
}
.sarafan-architecture__belts-copy p{
  margin:0 0 19px;
  color:#46534f;
  font-size:17px;
  line-height:1.76;
}
.sarafan-architecture__belts-copy p:last-child{
  margin-bottom:0;
}
.sarafan-architecture__belt-compare{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--sa-line);
}
.sarafan-architecture__belt-panel{
  min-height:285px;
  padding:clamp(28px,5vw,44px);
  background:#fffdf8;
}
.sarafan-architecture__belt-panel--secondary{
  color:var(--sa-white);
  background:linear-gradient(135deg,var(--sa-green-dark),var(--sa-green));
}
.sarafan-architecture__belt-order{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(24,79,62,.085);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__belt-panel--secondary .sarafan-architecture__belt-order{
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
}
.sarafan-architecture__belt-panel h3{
  margin:21px 0 12px;
  color:var(--sa-green-dark);
  font-size:clamp(25px,3.5vw,36px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.sarafan-architecture__belt-panel--secondary h3{
  color:var(--sa-white);
}
.sarafan-architecture__belt-panel p{
  margin:0;
  color:#4a5753;
  font-size:15px;
  line-height:1.72;
}
.sarafan-architecture__belt-panel--secondary p{
  color:rgba(255,255,255,.70);
}
.sarafan-architecture__project-layer{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:clamp(24px,5vw,52px);
  align-items:center;
  padding:clamp(30px,5vw,48px);
  color:var(--sa-green-dark);
  background:linear-gradient(110deg,var(--sa-gold-light),#fff7e6);
}
.sarafan-architecture__project-layer:after{
  content:&quot;PROJECTS&quot;;
  position:absolute;
  right:16px;
  bottom:-32px;
  color:rgba(24,79,62,.055);
  font-size:clamp(70px,13vw,150px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.sarafan-architecture__project-layer-label{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--sa-green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__project-layer h3{
  position:relative;
  z-index:1;
  margin:13px 0 0;
  font-size:29px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.sarafan-architecture__project-layer-copy{
  position:relative;
  z-index:1;
}
.sarafan-architecture__project-layer-copy p{
  margin:0;
  color:#42504b;
  font-size:16px;
  line-height:1.72;
}
.sarafan-architecture__project-emphasis{
  margin-top:14px!important;
  color:var(--sa-green-dark)!important;
  font-weight:850;
}
.sarafan-architecture__formula-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.sarafan-architecture__formula-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(255,255,255,.62);
  font-size:12.5px;
  font-weight:840;
}
.sarafan-architecture__formula-chip--arrow{
  padding:0 4px;
  color:var(--sa-gold);
  background:transparent;
  font-size:17px;
}

/* Roadmap */

.sarafan-architecture__roadmap{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(28px,6vw,70px);
  align-items:start;
}
.sarafan-architecture__phase-card{
  position:sticky;
  top:20px;
  overflow:hidden;
  padding:clamp(28px,5vw,43px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(145deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__phase-number{
  margin:0;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__phase-card h3{
  margin:19px 0 9px;
  font-size:clamp(31px,4vw,48px);
  line-height:1;
  letter-spacing:-.05em;
}
.sarafan-architecture__phase-years{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:20px;
  font-weight:760;
}
.sarafan-architecture__phase-caption{
  margin:25px 0 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.70);
  font-size:14.5px;
  line-height:1.68;
}
.sarafan-architecture__roadmap-list{
  display:grid;
  gap:13px;
}
.sarafan-architecture__roadmap-item{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:22px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.84);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__roadmap-index{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:15px;
  font-weight:900;
}
.sarafan-architecture__roadmap-item p{
  margin:2px 0 0;
  color:#46534f;
  font-size:15.5px;
  line-height:1.68;
}
.sarafan-architecture__future{
  margin-top:13px;
  padding:22px;
  border:1px dashed rgba(24,79,62,.28);
  border-radius:18px;
  color:var(--sa-muted);
  background:rgba(232,239,233,.52);
  font-size:14px;
  font-weight:760;
  line-height:1.58;
}

/* Closing block */

.sarafan-architecture__closing{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:40px;
  align-items:center;
  padding:clamp(32px,6vw,64px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:#fffdf8;
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__closing:before{
  content:&quot;&quot;;
  position:absolute;
  width:290px;
  height:290px;
  top:-175px;
  right:-145px;
  border-radius:50%;
  background:rgba(211,163,77,.16);
}
.sarafan-architecture__closing-title{
  max-width:650px;
  margin:0;
  font-size:clamp(34px,5vw,58px);
  line-height:1.03;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.sarafan-architecture__closing-copy{
  position:relative;
  z-index:1;
  margin:0;
  color:#46534f;
  font-size:17px;
  line-height:1.75;
}
.sarafan-architecture__closing-links{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:19px;
}
.sarafan-architecture__closing-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:13px;
  color:var(--sa-white);
  background:var(--sa-green);
  font-size:13px;
  font-weight:830;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease;
}
.sarafan-architecture__closing-link:hover{
  transform:translateY(-2px);
  background:var(--sa-green-dark);
}
.sarafan-architecture__closing-link--light{
  color:var(--sa-green);
  border:1px solid var(--sa-line);
  background:rgba(255,255,255,.85);
}
.sarafan-architecture__closing-link--light:hover{
  color:var(--sa-white);
  background:var(--sa-green);
}

/* Footer */

.sarafan-architecture__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 4px 0;
  color:var(--sa-muted);
  font-size:13px;
}
.sarafan-architecture__footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.sarafan-architecture__footer a{
  color:var(--sa-green);
  font-weight:850;
  text-decoration:none;
}

/* Responsive */

@media (max-width:960px){
  .sarafan-architecture__hero-grid,
  .sarafan-architecture__section-head,
  .sarafan-architecture__definition-grid,
  .sarafan-architecture__launches-head,
  .sarafan-architecture__roadmap,
  .sarafan-architecture__closing{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__hero-panel{
    max-width:650px;
  }
  .sarafan-architecture__trust-card,
  .sarafan-architecture__phase-card{
    position:relative;
    top:auto;
  }
  .sarafan-architecture__level{
    grid-template-columns:64px minmax(110px,.5fr) minmax(180px,.9fr) minmax(0,1.6fr);
    gap:14px;
  }
}
@media (max-width:790px){
  .sarafan-architecture__levels-header{
    align-items:flex-start;
    flex-direction:column;
  }
  .sarafan-architecture__level{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px 16px;
    align-items:start;
  }
  .sarafan-architecture__level-number{
    grid-row:1 / 4;
  }
  .sarafan-architecture__level-kind,
  .sarafan-architecture__level-name,
  .sarafan-architecture__level-copy{
    grid-column:2;
  }
  .sarafan-architecture__level:not(:last-child):after{
    left:38px;
  }
  .sarafan-architecture__actors-grid,
  .sarafan-architecture__launch-grid,
  .sarafan-architecture__belt-compare{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__actor--wide{
    grid-column:auto;
  }
  .sarafan-architecture__actor,
  .sarafan-architecture__launch{
    min-height:auto;
  }
  .sarafan-architecture__project-layer{
    grid-template-columns:1fr;
  }
}
@media (max-width:680px){
  .sarafan-architecture{
    padding:20px 12px 46px;
  }
  .sarafan-architecture__hero,
  .sarafan-architecture__prose-card,
  .sarafan-architecture__trust-card,
  .sarafan-architecture__levels-shell,
  .sarafan-architecture__belt-intro,
  .sarafan-architecture__launches,
  .sarafan-architecture__belts-card,
  .sarafan-architecture__phase-card,
  .sarafan-architecture__closing{
    border-radius:24px;
  }
  .sarafan-architecture__hero{
    padding:30px 22px;
  }
  .sarafan-architecture__title{
    font-size:clamp(39px,13.5vw,58px);
  }
  .sarafan-architecture__title small{
    font-size:.48em;
  }
  .sarafan-architecture__hero-lead{
    font-size:17px;
  }
  .sarafan-architecture__nav{
    gap:6px;
    padding:9px;
  }
  .sarafan-architecture__nav a{
    min-height:36px;
    padding:0 10px;
    font-size:12px;
  }
  .sarafan-architecture__trust-core{
    width:145px;
  }
  .sarafan-architecture__trust-nodes{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__level{
    padding:18px;
  }
  .sarafan-architecture__belt-panel,
  .sarafan-architecture__project-layer,
  .sarafan-architecture__closing{
    padding:30px 22px;
  }
  .sarafan-architecture__footer{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (prefers-reduced-motion:reduce){
  .sarafan-architecture *,
  .sarafan-architecture *:before,
  .sarafan-architecture *:after{
    transition:none!important;
  }
}&lt;/style&gt;
&lt;section aria-labelledby=&quot;sarafan-architecture-title&quot; class=&quot;sarafan-architecture&quot;&gt;
	&lt;div class=&quot;sarafan-architecture__inner&quot;&gt;
		&lt;a class=&quot;sarafan-architecture__main-link&quot; href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__main-icon&quot;&gt;&amp;#8592;&lt;/span&gt; &lt;span&gt;Main&lt;/span&gt; &lt;/a&gt;
		&lt;header class=&quot;sarafan-architecture__hero&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__hero-grid&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__eyebrow&quot;&gt;
						Architecture&lt;/p&gt;
					&lt;h1 class=&quot;sarafan-architecture__title&quot; id=&quot;sarafan-architecture-title&quot;&gt;
						&lt;span&gt;SARAFAN Alliance&lt;/span&gt; &lt;small&gt;Architecture &amp;#38; Mission&lt;/small&gt;&lt;/h1&gt;
					&lt;p class=&quot;sarafan-architecture__hero-lead&quot;&gt;
						The coordination structure at the heart of the SARAFAN project: a hub of trust for actors building cooperative value chains and charters of fair exchange.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div aria-label=&quot;Institutional identity&quot; class=&quot;sarafan-architecture__hero-panel&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__hero-panel-label&quot;&gt;
						Institutional identity&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a state union&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a supranational body&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a political organisation&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line sarafan-architecture__hero-line--positive&quot;&gt;
						A hub of trust&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/header&gt;
		&lt;nav aria-label=&quot;Page sections&quot; class=&quot;sarafan-architecture__nav&quot;&gt;
			&lt;a href=&quot;#sarafan-alliance-definition&quot; target=&quot;_blank&quot;&gt;What is the Alliance?&lt;/a&gt; &lt;a href=&quot;#sarafan-four-levels&quot; target=&quot;_blank&quot;&gt;Four Levels&lt;/a&gt; &lt;a href=&quot;#sarafan-participants&quot; target=&quot;_blank&quot;&gt;Participants&lt;/a&gt; &lt;a href=&quot;#sarafan-launches&quot; target=&quot;_blank&quot;&gt;What It Launches&lt;/a&gt; &lt;a href=&quot;#sarafan-two-belts&quot; target=&quot;_blank&quot;&gt;Two Belts&lt;/a&gt; &lt;a href=&quot;#sarafan-roadmap&quot; target=&quot;_blank&quot;&gt;Roadmap&lt;/a&gt;&lt;/nav&gt;
		&lt;section aria-labelledby=&quot;sarafan-alliance-definition-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-alliance-definition&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Definition&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-alliance-definition-heading&quot;&gt;
						What is SARAFAN Alliance?&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					It connects unlike actors around practical cooperation while preserving institutional diversity and civilisational coherence.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__definition-grid&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__prose-card&quot;&gt;
					&lt;p&gt;
						SARAFAN Alliance is the coordination structure at the heart of the SARAFAN project. It is not a state union, not a supranational body, and not a political organisation.&lt;/p&gt;
					&lt;p&gt;
						It is a hub of trust between different types of actors &amp;#8212; entrepreneurs, cooperatives, cities, universities, think tanks, and cultural institutions &amp;#8212; who are building cooperative value chains and forming charters of fair exchange.&lt;/p&gt;
				&lt;/div&gt;
				&lt;aside aria-label=&quot;SARAFAN Alliance trust network&quot; class=&quot;sarafan-architecture__trust-card&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__trust-label&quot;&gt;
						Hub of trust&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__trust-core&quot;&gt;
						SARAFAN&lt;br /&gt;
						Alliance&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__trust-nodes&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Entrepreneurs&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cooperatives&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cities&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Universities&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Think tanks&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cultural institutions&lt;/div&gt;
					&lt;/div&gt;
					&lt;p class=&quot;sarafan-architecture__trust-formula&quot;&gt;
						Shared trust &amp;#8594; fair exchange &amp;#8594; cooperative value chains.&lt;/p&gt;
				&lt;/aside&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-four-levels-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-four-levels&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head sarafan-architecture__section-head--single&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Operating Architecture&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-four-levels-heading&quot;&gt;
						The Alliance operates across four levels&lt;/h2&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__levels-shell&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__levels-header&quot;&gt;
					&lt;h3 class=&quot;sarafan-architecture__levels-title&quot;&gt;
						From shared meaning to practical implementation&lt;/h3&gt;
					&lt;p class=&quot;sarafan-architecture__levels-note&quot;&gt;
						Four connected layers&lt;/p&gt;
				&lt;/div&gt;
				&lt;div aria-label=&quot;Four operational levels&quot; class=&quot;sarafan-architecture__levels&quot; role=&quot;list&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							01&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Meaning&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							&lt;a href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;RE:THINK DIALOGUE 2045 &lt;/a&gt;&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Intellectual framework: forming a shared language, long-term horizon, and common categories for cooperation.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							02&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Compatibility&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							SARAFAN Alliance&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Coordination structure: building cooperative value chains and forming charters of fair exchange.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							03&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Coordination&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN.ID.PAGE &amp;#38; platforms &lt;/a&gt;&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Tools and institutions supporting participant identification, communication, contracting, and project work.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							04&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Practice&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							SARAFAN Methodology&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Translating strategic visions and civilisational values into specific projects, cooperative structures, and action.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-participants-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-participants&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Primary Civilisational Belt&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-participants-heading&quot;&gt;
						Who the Alliance Brings Together&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					A cooperative field for regions where civilisational memory, economic life, culture, and forms of exchange developed together.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__belt-intro&quot;&gt;
				&lt;p&gt;
					SARAFAN Alliance is designed for actors from the Primary civilisational belt &amp;#8212; the regions where early civilisations arose: Africa, the Arab world and the Middle East, South and Southeast Asia, the Eurasian core (including Russia), and Latin America. It is here that cities first appeared, the rudiments of law and justice emerged, forms of cooperation and trade networks arose, and the economy and culture remained inseparable.&lt;/p&gt;
				&lt;div aria-label=&quot;Regions of the Primary civilisational belt&quot; class=&quot;sarafan-architecture__regions&quot;&gt;
					&lt;span class=&quot;sarafan-architecture__region&quot;&gt;Africa&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Arab World &amp;#38; Middle East&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;South &amp;#38; Southeast Asia&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Eurasian Core, including Russia&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Latin America&lt;/span&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__actors-grid&quot;&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;01&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#8599;&lt;/div&gt;
					&lt;h3&gt;
						Entrepreneurs and cooperatives&lt;/h3&gt;
					&lt;p&gt;
						Drivers of business initiatives ready to work according to fair rules.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;02&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#8962;&lt;/div&gt;
					&lt;h3&gt;
						Cities and regional communities&lt;/h3&gt;
					&lt;p&gt;
						Platforms for practical experiments in cooperative economy, green energy, and cultural programmes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;03&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#9671;&lt;/div&gt;
					&lt;h3&gt;
						Universities and research centres&lt;/h3&gt;
					&lt;p&gt;
						Providers of methodology, research, and educational products.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;04&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#9678;&lt;/div&gt;
					&lt;h3&gt;
						Cultural institutions and media platforms&lt;/h3&gt;
					&lt;p&gt;
						Creators of common narratives, festivals, and exchange programmes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor sarafan-architecture__actor--wide&quot; data-number=&quot;05&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#10022;&lt;/div&gt;
					&lt;h3&gt;
						Think tanks and analytical centres&lt;/h3&gt;
					&lt;p&gt;
						Providing constant reflection and adjustment of strategies.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-launches-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-launches&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__launches&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__launches-head&quot;&gt;
					&lt;div&gt;
						&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
							Practical Infrastructure&lt;/p&gt;
						&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-launches-heading&quot;&gt;
							What the Alliance Launches&lt;/h2&gt;
					&lt;/div&gt;
					&lt;p class=&quot;sarafan-architecture__launches-intro&quot;&gt;
						The Alliance turns compatibility into the financial, technological, cultural, and research mechanisms required for cooperative work.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__launch-grid&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							01&lt;/div&gt;
						&lt;h3&gt;
							Financing and insurance mechanisms&lt;/h3&gt;
						&lt;p&gt;
							Financing and insurance mechanisms for cooperative projects.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							02&lt;/div&gt;
						&lt;h3&gt;
							&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN.ID.PAGE &lt;/a&gt;&lt;/h3&gt;
						&lt;p&gt;
							A platform for the identification of participants, exchange of ideas, conclusion of contracts, and project support; combining a social network, cooperative marketplace, educational environment, and research platform.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							03&lt;/div&gt;
						&lt;h3&gt;
							Cultural and educational events&lt;/h3&gt;
						&lt;p&gt;
							Festivals, laboratories, and conferences that create a common culture of compatibility.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							04&lt;/div&gt;
						&lt;h3&gt;
							Scientific-practical programmes modelled on DARPA&lt;/h3&gt;
						&lt;p&gt;
							The applied level where strategic challenges are translated into projects uniting universities, business, and cooperatives.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-two-belts-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-two-belts&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Global Architecture&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-two-belts-heading&quot;&gt;
						Two Civilisational Belts &amp;#8212; Why It Matters&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					SARAFAN does not seek to replace one dominant system with another. It creates a project layer where different historical logics can cooperate without coercion.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__belts-card&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__belts-copy&quot;&gt;
					&lt;p&gt;
						The world today is structured by the dominance of a single institutional logic &amp;#8212; one born from the industrial-financial contour of the Secondary (Atlantic) Belt: North America and Western Europe.&lt;/p&gt;
					&lt;p&gt;
						This model gave the world unprecedented technological and economic growth. But its dominance led to the displacement of other historical models and cultural codes.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__belt-compare&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__belt-panel&quot;&gt;
						&lt;span class=&quot;sarafan-architecture__belt-order&quot;&gt;Primary Belt&lt;/span&gt;
						&lt;h3&gt;
							Civilisational plurality&lt;/h3&gt;
						&lt;p&gt;
							Regions shaped by early urban life, legal and ethical traditions, cooperation, trade networks, and the historical inseparability of economy and culture.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__belt-panel sarafan-architecture__belt-panel--secondary&quot;&gt;
						&lt;span class=&quot;sarafan-architecture__belt-order&quot;&gt;Secondary Belt&lt;/span&gt;
						&lt;h3&gt;
							Atlantic institutional logic&lt;/h3&gt;
						&lt;p&gt;
							North America and Western Europe: the industrial-financial contour that generated extraordinary technological and economic growth and became globally dominant.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__project-layer&quot;&gt;
					&lt;div&gt;
						&lt;p class=&quot;sarafan-architecture__project-layer-label&quot;&gt;
							Third level of global architecture&lt;/p&gt;
						&lt;h3&gt;
							The level of projects&lt;/h3&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__project-layer-copy&quot;&gt;
						&lt;p&gt;
							SARAFAN Alliance does not propose to replace one system with another. It introduces a third level of global architecture &amp;#8212; the level of projects &amp;#8212; where different historical logics interact without domination and without coercion.&lt;/p&gt;
						&lt;p class=&quot;sarafan-architecture__project-emphasis&quot;&gt;
							Compatibility, not unification. Participation, not subordination.&lt;/p&gt;
						&lt;div aria-label=&quot;SARAFAN operating formula&quot; class=&quot;sarafan-architecture__formula-row&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Compatibility&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Unification&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;&amp;#183;&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Participation&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Subordination&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-roadmap-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-roadmap&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head sarafan-architecture__section-head--single&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Roadmap&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-roadmap-heading&quot;&gt;
						Phase 1: Institutional Development&lt;/h2&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__roadmap&quot;&gt;
				&lt;aside class=&quot;sarafan-architecture__phase-card&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__phase-number&quot;&gt;
						Phase 1&lt;/p&gt;
					&lt;h3&gt;
						Institutional Development&lt;/h3&gt;
					&lt;p class=&quot;sarafan-architecture__phase-years&quot;&gt;
						2026&amp;#8211;2030&lt;/p&gt;
					&lt;p class=&quot;sarafan-architecture__phase-caption&quot;&gt;
						Establishing the conceptual language, recurring dialogue, regional infrastructure, digital platform, and first pilot value chains.&lt;/p&gt;
				&lt;/aside&gt;
				&lt;div&gt;
					&lt;div aria-label=&quot;Phase 1 priorities&quot; class=&quot;sarafan-architecture__roadmap-list&quot; role=&quot;list&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;01&lt;/span&gt;
							&lt;p&gt;
								Coordination of concepts and categories: Measure, Memory, and Conscience.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;02&lt;/span&gt;
							&lt;p&gt;
								Regularisation of the &lt;a href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; RE:THINK DIALOGUE 2045 &lt;/a&gt; process through annual or semi-annual sessions.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;03&lt;/span&gt;
							&lt;p&gt;
								Formation of national and regional hubs of SARAFAN Alliance.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;04&lt;/span&gt;
							&lt;p&gt;
								Launch and development of &lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; SARAFAN.ID.PAGE &lt;/a&gt;.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;05&lt;/span&gt;
							&lt;p&gt;
								Creation of pilot projects: food chains, joint educational courses, transport and energy cooperatives.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__future&quot;&gt;
						Further phases of the roadmap &amp;#8212; to be added as the project develops.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-architecture-closing-heading&quot; class=&quot;sarafan-architecture__section&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__closing&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Mission&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__closing-title&quot; id=&quot;sarafan-architecture-closing-heading&quot;&gt;
						A project layer for cooperative civilisation&lt;/h2&gt;
				&lt;/div&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__closing-copy&quot;&gt;
						SARAFAN Alliance connects shared meaning, institutional compatibility, coordination tools, and practical projects &amp;#8212; without demanding cultural uniformity or political subordination.&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__closing-links&quot;&gt;
						&lt;a class=&quot;sarafan-architecture__closing-link&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;RE:THINK DIALOGUE 2045 &amp;#8599; &lt;/a&gt; &lt;a class=&quot;sarafan-architecture__closing-link sarafan-architecture__closing-link--light&quot; href=&quot;https://mb.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; M Balance &amp;#8599; &lt;/a&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;footer class=&quot;sarafan-architecture__footer&quot;&gt;
			&lt;span&gt;Website content based on materials of M Balance Strategic Meaning Center. All rights reserved. &lt;/span&gt;
			&lt;div class=&quot;sarafan-architecture__footer-links&quot;&gt;
				&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN Alliance &amp;#8599; &lt;/a&gt; &lt;a href=&quot;https://mb.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; M Balance &amp;#8599; &lt;/a&gt;&lt;/div&gt;
		&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
</description><yandex:full-text>&lt;!--
  SARAFAN Alliance — Architecture &amp; Mission
  Самостоятельный адаптивный HTML/CSS-блок для вставки.
  Внешние библиотеки и JavaScript не требуются.
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
.sarafan-architecture,
.sarafan-architecture *{
  box-sizing:border-box;
}
.sarafan-architecture{
  --sa-text:#14211d;
  --sa-muted:#64716c;
  --sa-green:#184f3e;
  --sa-green-dark:#0d3429;
  --sa-green-soft:#e8efe9;
  --sa-gold:#d3a34d;
  --sa-gold-light:#f2dfb6;
  --sa-paper:#f6f3eb;
  --sa-white:#ffffff;
  --sa-line:rgba(20,63,49,.14);
  --sa-line-strong:rgba(20,63,49,.22);
  --sa-shadow:0 24px 70px rgba(12,45,34,.12);
  --sa-shadow-soft:0 14px 38px rgba(20,63,49,.055);
  --sa-radius-xl:30px;
  --sa-radius-lg:22px;
  --sa-radius-md:15px;

  width:100%;
  padding:34px 18px 68px;
  color:var(--sa-text);
  background:
    radial-gradient(circle at 7% 5%,rgba(211,163,77,.17),transparent 24%),
    radial-gradient(circle at 94% 31%,rgba(24,79,62,.10),transparent 30%),
    linear-gradient(180deg,#fbfaf6 0%,var(--sa-paper) 100%);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.68;
}
.sarafan-architecture a{
  color:inherit;
}
.sarafan-architecture__inner{
  width:min(1140px,100%);
  margin:0 auto;
}
.sarafan-architecture [id]{
  scroll-margin-top:24px;
}

/* Main link */

.sarafan-architecture__main-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--sa-muted);
  font-size:14px;
  font-weight:750;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.sarafan-architecture__main-link:hover{
  color:var(--sa-green);
  transform:translateX(-2px);
}
.sarafan-architecture__main-icon{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid var(--sa-line);
  border-radius:50%;
  background:rgba(255,255,255,.72);
}

/* Hero */

.sarafan-architecture__hero{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,72px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(120deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__hero:before{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:480px;
  height:480px;
  top:-305px;
  right:-72px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:
    0 0 0 68px rgba(255,255,255,.035),
    0 0 0 136px rgba(255,255,255,.022);
}
.sarafan-architecture__hero:after{
  content:&quot;ALLIANCE&quot;;
  position:absolute;
  z-index:-1;
  right:clamp(12px,4vw,46px);
  bottom:-15px;
  color:rgba(255,255,255,.052);
  font-size:clamp(66px,13vw,166px);
  font-weight:900;
  line-height:.8;
  letter-spacing:-.075em;
  white-space:nowrap;
}
.sarafan-architecture__hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.34fr) minmax(280px,.66fr);
  gap:clamp(32px,6vw,76px);
  align-items:end;
}
.sarafan-architecture__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  color:var(--sa-gold-light);
  font-size:13px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__eyebrow:before{
  content:&quot;&quot;;
  width:30px;
  height:2px;
  border-radius:10px;
  background:var(--sa-gold);
}
.sarafan-architecture__title{
  max-width:820px;
  margin:0;
  font-size:clamp(42px,6.8vw,78px);
  line-height:.98;
  letter-spacing:-.057em;
  text-wrap:balance;
}
.sarafan-architecture__title span{
  display:block;
}
.sarafan-architecture__title small{
  display:block;
  margin-top:13px;
  color:rgba(255,255,255,.66);
  font-size:.43em;
  font-weight:650;
  line-height:1.08;
  letter-spacing:-.025em;
}
.sarafan-architecture__hero-lead{
  max-width:790px;
  margin:27px 0 0;
  color:rgba(255,255,255,.80);
  font-size:clamp(17px,2vw,21px);
  line-height:1.62;
}
.sarafan-architecture__hero-panel{
  display:grid;
  gap:10px;
  padding:20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--sa-radius-lg);
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(14px);
}
.sarafan-architecture__hero-panel-label{
  margin:0 0 4px;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__hero-line{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:46px;
  padding:0 14px;
  border-radius:13px;
  color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.07);
  font-size:13.5px;
  font-weight:760;
}
.sarafan-architecture__hero-line:before{
  content:&quot;×&quot;;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:24px;
  height:24px;
  border-radius:50%;
  color:rgba(255,255,255,.68);
  background:rgba(255,255,255,.09);
  font-size:14px;
}
.sarafan-architecture__hero-line--positive{
  color:var(--sa-white);
  background:rgba(242,223,182,.13);
}
.sarafan-architecture__hero-line--positive:before{
  content:&quot;✓&quot;;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-weight:900;
}

/* In-page navigation */

.sarafan-architecture__nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 0;
  padding:13px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.76);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__nav a{
  display:inline-flex;
  align-items:center;
  min-height:39px;
  padding:0 14px;
  border-radius:12px;
  color:var(--sa-muted);
  font-size:13px;
  font-weight:820;
  text-decoration:none;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
.sarafan-architecture__nav a:hover{
  color:var(--sa-green);
  background:rgba(24,79,62,.08);
  transform:translateY(-1px);
}

/* General section structure */

.sarafan-architecture__section{
  padding-top:clamp(62px,8vw,100px);
}
.sarafan-architecture__section-head{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(300px,1.18fr);
  gap:clamp(28px,7vw,86px);
  align-items:start;
  margin-bottom:32px;
}
.sarafan-architecture__section-head--single{
  grid-template-columns:1fr;
  max-width:800px;
}
.sarafan-architecture__kicker{
  margin:0 0 11px;
  color:var(--sa-green);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__heading{
  margin:0;
  font-size:clamp(32px,5vw,53px);
  line-height:1.04;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.sarafan-architecture__intro-copy{
  margin:2px 0 0;
  color:#46534f;
  font-size:18px;
  line-height:1.74;
}

/* Definition and trust hub */

.sarafan-architecture__definition-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:clamp(24px,5vw,54px);
  align-items:start;
}
.sarafan-architecture__prose-card{
  padding:clamp(27px,4vw,42px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.82);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__prose-card p{
  margin:0 0 21px;
  color:#3f4d48;
  font-size:17px;
  line-height:1.78;
}
.sarafan-architecture__prose-card p:last-child{
  margin-bottom:0;
}
.sarafan-architecture__trust-card{
  position:sticky;
  top:20px;
  overflow:hidden;
  padding:clamp(26px,4vw,38px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(145deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__trust-card:after{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:270px;
  height:270px;
  right:-142px;
  bottom:-127px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 47px rgba(255,255,255,.028),0 0 0 94px rgba(255,255,255,.017);
}
.sarafan-architecture__trust-label{
  margin:0 0 24px;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__trust-core{
  display:grid;
  place-items:center;
  width:160px;
  min-height:86px;
  margin:0 auto 18px;
  padding:16px;
  border:1px solid rgba(242,223,182,.42);
  border-radius:50%;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  text-align:center;
  font-size:16px;
  font-weight:900;
  line-height:1.15;
  box-shadow:0 0 0 9px rgba(242,223,182,.065);
}
.sarafan-architecture__trust-nodes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.sarafan-architecture__trust-node{
  display:grid;
  place-items:center;
  min-height:52px;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.075);
  text-align:center;
  font-size:12.5px;
  font-weight:760;
  line-height:1.35;
}
.sarafan-architecture__trust-formula{
  margin:20px 0 0;
  padding:17px 18px;
  border-left:2px solid var(--sa-gold);
  color:rgba(255,255,255,.80);
  background:rgba(255,255,255,.055);
  font-size:14px;
  line-height:1.62;
}

/* Four-level architecture */

.sarafan-architecture__levels-shell{
  position:relative;
  overflow:hidden;
  margin-top:22px;
  padding:clamp(28px,5vw,48px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.78);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__levels-shell:before{
  content:&quot;&quot;;
  position:absolute;
  width:320px;
  height:320px;
  top:-220px;
  right:-180px;
  border-radius:50%;
  background:rgba(211,163,77,.12);
}
.sarafan-architecture__levels-header{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:26px;
  align-items:flex-end;
  margin-bottom:25px;
}
.sarafan-architecture__levels-title{
  max-width:640px;
  margin:0;
  color:var(--sa-green-dark);
  font-size:clamp(27px,4vw,41px);
  line-height:1.08;
  letter-spacing:-.038em;
}
.sarafan-architecture__levels-note{
  margin:0;
  color:var(--sa-muted);
  font-size:13px;
  font-weight:760;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.sarafan-architecture__levels{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
}
.sarafan-architecture__level{
  position:relative;
  display:grid;
  grid-template-columns:72px minmax(125px,.54fr) minmax(190px,.92fr) minmax(0,1.54fr);
  gap:18px;
  align-items:center;
  min-height:118px;
  padding:19px 22px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.90);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.sarafan-architecture__level:hover{
  transform:translateY(-2px);
  border-color:rgba(24,79,62,.28);
  box-shadow:0 16px 36px rgba(20,63,49,.07);
}
.sarafan-architecture__level:not(:last-child):after{
  content:&quot;↓&quot;;
  position:absolute;
  z-index:2;
  left:47px;
  bottom:-22px;
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:var(--sa-gold);
  background:var(--sa-paper);
  font-size:15px;
  font-weight:900;
}
.sarafan-architecture__level-number{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:16px;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:19px;
  font-weight:900;
  letter-spacing:-.03em;
}
.sarafan-architecture__level-kind{
  color:var(--sa-green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__level-name{
  color:var(--sa-green-dark);
  font-size:19px;
  font-weight:850;
  line-height:1.28;
}
.sarafan-architecture__level-name a{
  text-decoration:none;
}
.sarafan-architecture__level-name a:hover{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.sarafan-architecture__level-copy{
  margin:0;
  color:#4b5854;
  font-size:14.5px;
  line-height:1.62;
}

/* Primary belt and participants */

.sarafan-architecture__belt-intro{
  overflow:hidden;
  padding:clamp(28px,5vw,46px);
  border:1px solid rgba(211,163,77,.34);
  border-radius:var(--sa-radius-xl);
  background:linear-gradient(110deg,rgba(242,223,182,.35),rgba(255,255,255,.78));
}
.sarafan-architecture__belt-intro p{
  max-width:980px;
  margin:0;
  color:#46534f;
  font-size:17px;
  line-height:1.76;
}
.sarafan-architecture__regions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}
.sarafan-architecture__region{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(24,79,62,.12);
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(255,255,255,.72);
  font-size:12.5px;
  font-weight:820;
}
.sarafan-architecture__actors-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.sarafan-architecture__actor{
  position:relative;
  overflow:hidden;
  min-height:232px;
  padding:clamp(25px,4vw,33px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-lg);
  background:rgba(255,255,255,.84);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__actor--wide{
  grid-column:1 / -1;
  min-height:190px;
}
.sarafan-architecture__actor:after{
  content:attr(data-number);
  position:absolute;
  right:16px;
  bottom:-29px;
  color:rgba(24,79,62,.052);
  font-size:116px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.sarafan-architecture__actor-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:25px;
  border-radius:14px;
  color:var(--sa-green);
  background:rgba(24,79,62,.09);
  font-size:20px;
  font-weight:900;
}
.sarafan-architecture__actor h3{
  position:relative;
  z-index:1;
  max-width:92%;
  margin:0 0 12px;
  color:var(--sa-green-dark);
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.026em;
}
.sarafan-architecture__actor p{
  position:relative;
  z-index:1;
  max-width:94%;
  margin:0;
  color:#4d5a56;
  font-size:15px;
  line-height:1.68;
}

/* What the Alliance launches */

.sarafan-architecture__launches{
  position:relative;
  overflow:hidden;
  padding:clamp(34px,6vw,62px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(120deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
  isolation:isolate;
}
.sarafan-architecture__launches:before{
  content:&quot;&quot;;
  position:absolute;
  z-index:-1;
  width:520px;
  height:520px;
  left:-365px;
  bottom:-350px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 75px rgba(255,255,255,.026),0 0 0 150px rgba(255,255,255,.016);
}
.sarafan-architecture__launches-head{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(24px,6vw,72px);
  align-items:end;
  margin-bottom:34px;
}
.sarafan-architecture__launches .sarafan-architecture__kicker{
  color:var(--sa-gold-light);
}
.sarafan-architecture__launches .sarafan-architecture__heading{
  color:var(--sa-white);
}
.sarafan-architecture__launches-intro{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:1.72;
}
.sarafan-architecture__launch-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.sarafan-architecture__launch{
  min-height:240px;
  padding:25px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(8px);
}
.sarafan-architecture__launch-mark{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  margin-bottom:24px;
  border-radius:50%;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:21px;
  font-weight:900;
}
.sarafan-architecture__launch h3{
  margin:0 0 12px;
  color:var(--sa-white);
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.025em;
}
.sarafan-architecture__launch h3 a{
  text-decoration:none;
}
.sarafan-architecture__launch h3 a:hover{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.sarafan-architecture__launch p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:14.5px;
  line-height:1.68;
}

/* Two belts */

.sarafan-architecture__belts-card{
  overflow:hidden;
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:rgba(255,255,255,.80);
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__belts-copy{
  padding:clamp(28px,5vw,48px);
}
.sarafan-architecture__belts-copy p{
  margin:0 0 19px;
  color:#46534f;
  font-size:17px;
  line-height:1.76;
}
.sarafan-architecture__belts-copy p:last-child{
  margin-bottom:0;
}
.sarafan-architecture__belt-compare{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--sa-line);
}
.sarafan-architecture__belt-panel{
  min-height:285px;
  padding:clamp(28px,5vw,44px);
  background:#fffdf8;
}
.sarafan-architecture__belt-panel--secondary{
  color:var(--sa-white);
  background:linear-gradient(135deg,var(--sa-green-dark),var(--sa-green));
}
.sarafan-architecture__belt-order{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(24,79,62,.085);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sarafan-architecture__belt-panel--secondary .sarafan-architecture__belt-order{
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
}
.sarafan-architecture__belt-panel h3{
  margin:21px 0 12px;
  color:var(--sa-green-dark);
  font-size:clamp(25px,3.5vw,36px);
  line-height:1.1;
  letter-spacing:-.035em;
}
.sarafan-architecture__belt-panel--secondary h3{
  color:var(--sa-white);
}
.sarafan-architecture__belt-panel p{
  margin:0;
  color:#4a5753;
  font-size:15px;
  line-height:1.72;
}
.sarafan-architecture__belt-panel--secondary p{
  color:rgba(255,255,255,.70);
}
.sarafan-architecture__project-layer{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:clamp(24px,5vw,52px);
  align-items:center;
  padding:clamp(30px,5vw,48px);
  color:var(--sa-green-dark);
  background:linear-gradient(110deg,var(--sa-gold-light),#fff7e6);
}
.sarafan-architecture__project-layer:after{
  content:&quot;PROJECTS&quot;;
  position:absolute;
  right:16px;
  bottom:-32px;
  color:rgba(24,79,62,.055);
  font-size:clamp(70px,13vw,150px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.08em;
}
.sarafan-architecture__project-layer-label{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--sa-green);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__project-layer h3{
  position:relative;
  z-index:1;
  margin:13px 0 0;
  font-size:29px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.sarafan-architecture__project-layer-copy{
  position:relative;
  z-index:1;
}
.sarafan-architecture__project-layer-copy p{
  margin:0;
  color:#42504b;
  font-size:16px;
  line-height:1.72;
}
.sarafan-architecture__project-emphasis{
  margin-top:14px!important;
  color:var(--sa-green-dark)!important;
  font-weight:850;
}
.sarafan-architecture__formula-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.sarafan-architecture__formula-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  color:var(--sa-green);
  background:rgba(255,255,255,.62);
  font-size:12.5px;
  font-weight:840;
}
.sarafan-architecture__formula-chip--arrow{
  padding:0 4px;
  color:var(--sa-gold);
  background:transparent;
  font-size:17px;
}

/* Roadmap */

.sarafan-architecture__roadmap{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(28px,6vw,70px);
  align-items:start;
}
.sarafan-architecture__phase-card{
  position:sticky;
  top:20px;
  overflow:hidden;
  padding:clamp(28px,5vw,43px);
  border-radius:var(--sa-radius-xl);
  color:var(--sa-white);
  background:linear-gradient(145deg,var(--sa-green-dark),var(--sa-green));
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__phase-number{
  margin:0;
  color:var(--sa-gold-light);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.sarafan-architecture__phase-card h3{
  margin:19px 0 9px;
  font-size:clamp(31px,4vw,48px);
  line-height:1;
  letter-spacing:-.05em;
}
.sarafan-architecture__phase-years{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:20px;
  font-weight:760;
}
.sarafan-architecture__phase-caption{
  margin:25px 0 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
  color:rgba(255,255,255,.70);
  font-size:14.5px;
  line-height:1.68;
}
.sarafan-architecture__roadmap-list{
  display:grid;
  gap:13px;
}
.sarafan-architecture__roadmap-item{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:22px;
  border:1px solid var(--sa-line);
  border-radius:18px;
  background:rgba(255,255,255,.84);
  box-shadow:var(--sa-shadow-soft);
}
.sarafan-architecture__roadmap-index{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  color:var(--sa-green-dark);
  background:var(--sa-gold-light);
  font-size:15px;
  font-weight:900;
}
.sarafan-architecture__roadmap-item p{
  margin:2px 0 0;
  color:#46534f;
  font-size:15.5px;
  line-height:1.68;
}
.sarafan-architecture__future{
  margin-top:13px;
  padding:22px;
  border:1px dashed rgba(24,79,62,.28);
  border-radius:18px;
  color:var(--sa-muted);
  background:rgba(232,239,233,.52);
  font-size:14px;
  font-weight:760;
  line-height:1.58;
}

/* Closing block */

.sarafan-architecture__closing{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:40px;
  align-items:center;
  padding:clamp(32px,6vw,64px);
  border:1px solid var(--sa-line);
  border-radius:var(--sa-radius-xl);
  background:#fffdf8;
  box-shadow:var(--sa-shadow);
}
.sarafan-architecture__closing:before{
  content:&quot;&quot;;
  position:absolute;
  width:290px;
  height:290px;
  top:-175px;
  right:-145px;
  border-radius:50%;
  background:rgba(211,163,77,.16);
}
.sarafan-architecture__closing-title{
  max-width:650px;
  margin:0;
  font-size:clamp(34px,5vw,58px);
  line-height:1.03;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.sarafan-architecture__closing-copy{
  position:relative;
  z-index:1;
  margin:0;
  color:#46534f;
  font-size:17px;
  line-height:1.75;
}
.sarafan-architecture__closing-links{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:19px;
}
.sarafan-architecture__closing-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:13px;
  color:var(--sa-white);
  background:var(--sa-green);
  font-size:13px;
  font-weight:830;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease;
}
.sarafan-architecture__closing-link:hover{
  transform:translateY(-2px);
  background:var(--sa-green-dark);
}
.sarafan-architecture__closing-link--light{
  color:var(--sa-green);
  border:1px solid var(--sa-line);
  background:rgba(255,255,255,.85);
}
.sarafan-architecture__closing-link--light:hover{
  color:var(--sa-white);
  background:var(--sa-green);
}

/* Footer */

.sarafan-architecture__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 4px 0;
  color:var(--sa-muted);
  font-size:13px;
}
.sarafan-architecture__footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.sarafan-architecture__footer a{
  color:var(--sa-green);
  font-weight:850;
  text-decoration:none;
}

/* Responsive */

@media (max-width:960px){
  .sarafan-architecture__hero-grid,
  .sarafan-architecture__section-head,
  .sarafan-architecture__definition-grid,
  .sarafan-architecture__launches-head,
  .sarafan-architecture__roadmap,
  .sarafan-architecture__closing{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__hero-panel{
    max-width:650px;
  }
  .sarafan-architecture__trust-card,
  .sarafan-architecture__phase-card{
    position:relative;
    top:auto;
  }
  .sarafan-architecture__level{
    grid-template-columns:64px minmax(110px,.5fr) minmax(180px,.9fr) minmax(0,1.6fr);
    gap:14px;
  }
}
@media (max-width:790px){
  .sarafan-architecture__levels-header{
    align-items:flex-start;
    flex-direction:column;
  }
  .sarafan-architecture__level{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px 16px;
    align-items:start;
  }
  .sarafan-architecture__level-number{
    grid-row:1 / 4;
  }
  .sarafan-architecture__level-kind,
  .sarafan-architecture__level-name,
  .sarafan-architecture__level-copy{
    grid-column:2;
  }
  .sarafan-architecture__level:not(:last-child):after{
    left:38px;
  }
  .sarafan-architecture__actors-grid,
  .sarafan-architecture__launch-grid,
  .sarafan-architecture__belt-compare{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__actor--wide{
    grid-column:auto;
  }
  .sarafan-architecture__actor,
  .sarafan-architecture__launch{
    min-height:auto;
  }
  .sarafan-architecture__project-layer{
    grid-template-columns:1fr;
  }
}
@media (max-width:680px){
  .sarafan-architecture{
    padding:20px 12px 46px;
  }
  .sarafan-architecture__hero,
  .sarafan-architecture__prose-card,
  .sarafan-architecture__trust-card,
  .sarafan-architecture__levels-shell,
  .sarafan-architecture__belt-intro,
  .sarafan-architecture__launches,
  .sarafan-architecture__belts-card,
  .sarafan-architecture__phase-card,
  .sarafan-architecture__closing{
    border-radius:24px;
  }
  .sarafan-architecture__hero{
    padding:30px 22px;
  }
  .sarafan-architecture__title{
    font-size:clamp(39px,13.5vw,58px);
  }
  .sarafan-architecture__title small{
    font-size:.48em;
  }
  .sarafan-architecture__hero-lead{
    font-size:17px;
  }
  .sarafan-architecture__nav{
    gap:6px;
    padding:9px;
  }
  .sarafan-architecture__nav a{
    min-height:36px;
    padding:0 10px;
    font-size:12px;
  }
  .sarafan-architecture__trust-core{
    width:145px;
  }
  .sarafan-architecture__trust-nodes{
    grid-template-columns:1fr;
  }
  .sarafan-architecture__level{
    padding:18px;
  }
  .sarafan-architecture__belt-panel,
  .sarafan-architecture__project-layer,
  .sarafan-architecture__closing{
    padding:30px 22px;
  }
  .sarafan-architecture__footer{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (prefers-reduced-motion:reduce){
  .sarafan-architecture *,
  .sarafan-architecture *:before,
  .sarafan-architecture *:after{
    transition:none!important;
  }
}&lt;/style&gt;
&lt;section aria-labelledby=&quot;sarafan-architecture-title&quot; class=&quot;sarafan-architecture&quot;&gt;
	&lt;div class=&quot;sarafan-architecture__inner&quot;&gt;
		&lt;a class=&quot;sarafan-architecture__main-link&quot; href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__main-icon&quot;&gt;&amp;#8592;&lt;/span&gt; &lt;span&gt;Main&lt;/span&gt; &lt;/a&gt;
		&lt;header class=&quot;sarafan-architecture__hero&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__hero-grid&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__eyebrow&quot;&gt;
						Architecture&lt;/p&gt;
					&lt;h1 class=&quot;sarafan-architecture__title&quot; id=&quot;sarafan-architecture-title&quot;&gt;
						&lt;span&gt;SARAFAN Alliance&lt;/span&gt; &lt;small&gt;Architecture &amp;#38; Mission&lt;/small&gt;&lt;/h1&gt;
					&lt;p class=&quot;sarafan-architecture__hero-lead&quot;&gt;
						The coordination structure at the heart of the SARAFAN project: a hub of trust for actors building cooperative value chains and charters of fair exchange.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div aria-label=&quot;Institutional identity&quot; class=&quot;sarafan-architecture__hero-panel&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__hero-panel-label&quot;&gt;
						Institutional identity&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a state union&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a supranational body&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line&quot;&gt;
						Not a political organisation&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__hero-line sarafan-architecture__hero-line--positive&quot;&gt;
						A hub of trust&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/header&gt;
		&lt;nav aria-label=&quot;Page sections&quot; class=&quot;sarafan-architecture__nav&quot;&gt;
			&lt;a href=&quot;#sarafan-alliance-definition&quot; target=&quot;_blank&quot;&gt;What is the Alliance?&lt;/a&gt; &lt;a href=&quot;#sarafan-four-levels&quot; target=&quot;_blank&quot;&gt;Four Levels&lt;/a&gt; &lt;a href=&quot;#sarafan-participants&quot; target=&quot;_blank&quot;&gt;Participants&lt;/a&gt; &lt;a href=&quot;#sarafan-launches&quot; target=&quot;_blank&quot;&gt;What It Launches&lt;/a&gt; &lt;a href=&quot;#sarafan-two-belts&quot; target=&quot;_blank&quot;&gt;Two Belts&lt;/a&gt; &lt;a href=&quot;#sarafan-roadmap&quot; target=&quot;_blank&quot;&gt;Roadmap&lt;/a&gt;&lt;/nav&gt;
		&lt;section aria-labelledby=&quot;sarafan-alliance-definition-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-alliance-definition&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Definition&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-alliance-definition-heading&quot;&gt;
						What is SARAFAN Alliance?&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					It connects unlike actors around practical cooperation while preserving institutional diversity and civilisational coherence.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__definition-grid&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__prose-card&quot;&gt;
					&lt;p&gt;
						SARAFAN Alliance is the coordination structure at the heart of the SARAFAN project. It is not a state union, not a supranational body, and not a political organisation.&lt;/p&gt;
					&lt;p&gt;
						It is a hub of trust between different types of actors &amp;#8212; entrepreneurs, cooperatives, cities, universities, think tanks, and cultural institutions &amp;#8212; who are building cooperative value chains and forming charters of fair exchange.&lt;/p&gt;
				&lt;/div&gt;
				&lt;aside aria-label=&quot;SARAFAN Alliance trust network&quot; class=&quot;sarafan-architecture__trust-card&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__trust-label&quot;&gt;
						Hub of trust&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__trust-core&quot;&gt;
						SARAFAN&lt;br /&gt;
						Alliance&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__trust-nodes&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Entrepreneurs&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cooperatives&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cities&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Universities&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Think tanks&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__trust-node&quot;&gt;
							Cultural institutions&lt;/div&gt;
					&lt;/div&gt;
					&lt;p class=&quot;sarafan-architecture__trust-formula&quot;&gt;
						Shared trust &amp;#8594; fair exchange &amp;#8594; cooperative value chains.&lt;/p&gt;
				&lt;/aside&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-four-levels-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-four-levels&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head sarafan-architecture__section-head--single&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Operating Architecture&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-four-levels-heading&quot;&gt;
						The Alliance operates across four levels&lt;/h2&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__levels-shell&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__levels-header&quot;&gt;
					&lt;h3 class=&quot;sarafan-architecture__levels-title&quot;&gt;
						From shared meaning to practical implementation&lt;/h3&gt;
					&lt;p class=&quot;sarafan-architecture__levels-note&quot;&gt;
						Four connected layers&lt;/p&gt;
				&lt;/div&gt;
				&lt;div aria-label=&quot;Four operational levels&quot; class=&quot;sarafan-architecture__levels&quot; role=&quot;list&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							01&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Meaning&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							&lt;a href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;RE:THINK DIALOGUE 2045 &lt;/a&gt;&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Intellectual framework: forming a shared language, long-term horizon, and common categories for cooperation.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							02&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Compatibility&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							SARAFAN Alliance&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Coordination structure: building cooperative value chains and forming charters of fair exchange.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							03&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Coordination&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN.ID.PAGE &amp;#38; platforms &lt;/a&gt;&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Tools and institutions supporting participant identification, communication, contracting, and project work.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__level&quot; role=&quot;listitem&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__level-number&quot;&gt;
							04&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-kind&quot;&gt;
							Practice&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__level-name&quot;&gt;
							SARAFAN Methodology&lt;/div&gt;
						&lt;p class=&quot;sarafan-architecture__level-copy&quot;&gt;
							Translating strategic visions and civilisational values into specific projects, cooperative structures, and action.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-participants-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-participants&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Primary Civilisational Belt&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-participants-heading&quot;&gt;
						Who the Alliance Brings Together&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					A cooperative field for regions where civilisational memory, economic life, culture, and forms of exchange developed together.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__belt-intro&quot;&gt;
				&lt;p&gt;
					SARAFAN Alliance is designed for actors from the Primary civilisational belt &amp;#8212; the regions where early civilisations arose: Africa, the Arab world and the Middle East, South and Southeast Asia, the Eurasian core (including Russia), and Latin America. It is here that cities first appeared, the rudiments of law and justice emerged, forms of cooperation and trade networks arose, and the economy and culture remained inseparable.&lt;/p&gt;
				&lt;div aria-label=&quot;Regions of the Primary civilisational belt&quot; class=&quot;sarafan-architecture__regions&quot;&gt;
					&lt;span class=&quot;sarafan-architecture__region&quot;&gt;Africa&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Arab World &amp;#38; Middle East&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;South &amp;#38; Southeast Asia&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Eurasian Core, including Russia&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__region&quot;&gt;Latin America&lt;/span&gt;&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__actors-grid&quot;&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;01&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#8599;&lt;/div&gt;
					&lt;h3&gt;
						Entrepreneurs and cooperatives&lt;/h3&gt;
					&lt;p&gt;
						Drivers of business initiatives ready to work according to fair rules.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;02&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#8962;&lt;/div&gt;
					&lt;h3&gt;
						Cities and regional communities&lt;/h3&gt;
					&lt;p&gt;
						Platforms for practical experiments in cooperative economy, green energy, and cultural programmes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;03&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#9671;&lt;/div&gt;
					&lt;h3&gt;
						Universities and research centres&lt;/h3&gt;
					&lt;p&gt;
						Providers of methodology, research, and educational products.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor&quot; data-number=&quot;04&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#9678;&lt;/div&gt;
					&lt;h3&gt;
						Cultural institutions and media platforms&lt;/h3&gt;
					&lt;p&gt;
						Creators of common narratives, festivals, and exchange programmes.&lt;/p&gt;
				&lt;/article&gt;
				&lt;article class=&quot;sarafan-architecture__actor sarafan-architecture__actor--wide&quot; data-number=&quot;05&quot;&gt;
					&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__actor-icon&quot;&gt;
						&amp;#10022;&lt;/div&gt;
					&lt;h3&gt;
						Think tanks and analytical centres&lt;/h3&gt;
					&lt;p&gt;
						Providing constant reflection and adjustment of strategies.&lt;/p&gt;
				&lt;/article&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-launches-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-launches&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__launches&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__launches-head&quot;&gt;
					&lt;div&gt;
						&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
							Practical Infrastructure&lt;/p&gt;
						&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-launches-heading&quot;&gt;
							What the Alliance Launches&lt;/h2&gt;
					&lt;/div&gt;
					&lt;p class=&quot;sarafan-architecture__launches-intro&quot;&gt;
						The Alliance turns compatibility into the financial, technological, cultural, and research mechanisms required for cooperative work.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__launch-grid&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							01&lt;/div&gt;
						&lt;h3&gt;
							Financing and insurance mechanisms&lt;/h3&gt;
						&lt;p&gt;
							Financing and insurance mechanisms for cooperative projects.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							02&lt;/div&gt;
						&lt;h3&gt;
							&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN.ID.PAGE &lt;/a&gt;&lt;/h3&gt;
						&lt;p&gt;
							A platform for the identification of participants, exchange of ideas, conclusion of contracts, and project support; combining a social network, cooperative marketplace, educational environment, and research platform.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							03&lt;/div&gt;
						&lt;h3&gt;
							Cultural and educational events&lt;/h3&gt;
						&lt;p&gt;
							Festivals, laboratories, and conferences that create a common culture of compatibility.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__launch&quot;&gt;
						&lt;div aria-hidden=&quot;true&quot; class=&quot;sarafan-architecture__launch-mark&quot;&gt;
							04&lt;/div&gt;
						&lt;h3&gt;
							Scientific-practical programmes modelled on DARPA&lt;/h3&gt;
						&lt;p&gt;
							The applied level where strategic challenges are translated into projects uniting universities, business, and cooperatives.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-two-belts-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-two-belts&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Global Architecture&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-two-belts-heading&quot;&gt;
						Two Civilisational Belts &amp;#8212; Why It Matters&lt;/h2&gt;
				&lt;/div&gt;
				&lt;p class=&quot;sarafan-architecture__intro-copy&quot;&gt;
					SARAFAN does not seek to replace one dominant system with another. It creates a project layer where different historical logics can cooperate without coercion.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__belts-card&quot;&gt;
				&lt;div class=&quot;sarafan-architecture__belts-copy&quot;&gt;
					&lt;p&gt;
						The world today is structured by the dominance of a single institutional logic &amp;#8212; one born from the industrial-financial contour of the Secondary (Atlantic) Belt: North America and Western Europe.&lt;/p&gt;
					&lt;p&gt;
						This model gave the world unprecedented technological and economic growth. But its dominance led to the displacement of other historical models and cultural codes.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__belt-compare&quot;&gt;
					&lt;article class=&quot;sarafan-architecture__belt-panel&quot;&gt;
						&lt;span class=&quot;sarafan-architecture__belt-order&quot;&gt;Primary Belt&lt;/span&gt;
						&lt;h3&gt;
							Civilisational plurality&lt;/h3&gt;
						&lt;p&gt;
							Regions shaped by early urban life, legal and ethical traditions, cooperation, trade networks, and the historical inseparability of economy and culture.&lt;/p&gt;
					&lt;/article&gt;
					&lt;article class=&quot;sarafan-architecture__belt-panel sarafan-architecture__belt-panel--secondary&quot;&gt;
						&lt;span class=&quot;sarafan-architecture__belt-order&quot;&gt;Secondary Belt&lt;/span&gt;
						&lt;h3&gt;
							Atlantic institutional logic&lt;/h3&gt;
						&lt;p&gt;
							North America and Western Europe: the industrial-financial contour that generated extraordinary technological and economic growth and became globally dominant.&lt;/p&gt;
					&lt;/article&gt;
				&lt;/div&gt;
				&lt;div class=&quot;sarafan-architecture__project-layer&quot;&gt;
					&lt;div&gt;
						&lt;p class=&quot;sarafan-architecture__project-layer-label&quot;&gt;
							Third level of global architecture&lt;/p&gt;
						&lt;h3&gt;
							The level of projects&lt;/h3&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__project-layer-copy&quot;&gt;
						&lt;p&gt;
							SARAFAN Alliance does not propose to replace one system with another. It introduces a third level of global architecture &amp;#8212; the level of projects &amp;#8212; where different historical logics interact without domination and without coercion.&lt;/p&gt;
						&lt;p class=&quot;sarafan-architecture__project-emphasis&quot;&gt;
							Compatibility, not unification. Participation, not subordination.&lt;/p&gt;
						&lt;div aria-label=&quot;SARAFAN operating formula&quot; class=&quot;sarafan-architecture__formula-row&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Compatibility&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Unification&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;&amp;#183;&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Participation&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip sarafan-architecture__formula-chip--arrow&quot;&gt;not&lt;/span&gt; &lt;span class=&quot;sarafan-architecture__formula-chip&quot;&gt;Subordination&lt;/span&gt;&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-roadmap-heading&quot; class=&quot;sarafan-architecture__section&quot; id=&quot;sarafan-roadmap&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__section-head sarafan-architecture__section-head--single&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Roadmap&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__heading&quot; id=&quot;sarafan-roadmap-heading&quot;&gt;
						Phase 1: Institutional Development&lt;/h2&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sarafan-architecture__roadmap&quot;&gt;
				&lt;aside class=&quot;sarafan-architecture__phase-card&quot;&gt;
					&lt;p class=&quot;sarafan-architecture__phase-number&quot;&gt;
						Phase 1&lt;/p&gt;
					&lt;h3&gt;
						Institutional Development&lt;/h3&gt;
					&lt;p class=&quot;sarafan-architecture__phase-years&quot;&gt;
						2026&amp;#8211;2030&lt;/p&gt;
					&lt;p class=&quot;sarafan-architecture__phase-caption&quot;&gt;
						Establishing the conceptual language, recurring dialogue, regional infrastructure, digital platform, and first pilot value chains.&lt;/p&gt;
				&lt;/aside&gt;
				&lt;div&gt;
					&lt;div aria-label=&quot;Phase 1 priorities&quot; class=&quot;sarafan-architecture__roadmap-list&quot; role=&quot;list&quot;&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;01&lt;/span&gt;
							&lt;p&gt;
								Coordination of concepts and categories: Measure, Memory, and Conscience.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;02&lt;/span&gt;
							&lt;p&gt;
								Regularisation of the &lt;a href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; RE:THINK DIALOGUE 2045 &lt;/a&gt; process through annual or semi-annual sessions.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;03&lt;/span&gt;
							&lt;p&gt;
								Formation of national and regional hubs of SARAFAN Alliance.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;04&lt;/span&gt;
							&lt;p&gt;
								Launch and development of &lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; SARAFAN.ID.PAGE &lt;/a&gt;.&lt;/p&gt;
						&lt;/div&gt;
						&lt;div class=&quot;sarafan-architecture__roadmap-item&quot; role=&quot;listitem&quot;&gt;
							&lt;span class=&quot;sarafan-architecture__roadmap-index&quot;&gt;05&lt;/span&gt;
							&lt;p&gt;
								Creation of pilot projects: food chains, joint educational courses, transport and energy cooperatives.&lt;/p&gt;
						&lt;/div&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sarafan-architecture__future&quot;&gt;
						Further phases of the roadmap &amp;#8212; to be added as the project develops.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;section aria-labelledby=&quot;sarafan-architecture-closing-heading&quot; class=&quot;sarafan-architecture__section&quot;&gt;
			&lt;div class=&quot;sarafan-architecture__closing&quot;&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__kicker&quot;&gt;
						Mission&lt;/p&gt;
					&lt;h2 class=&quot;sarafan-architecture__closing-title&quot; id=&quot;sarafan-architecture-closing-heading&quot;&gt;
						A project layer for cooperative civilisation&lt;/h2&gt;
				&lt;/div&gt;
				&lt;div&gt;
					&lt;p class=&quot;sarafan-architecture__closing-copy&quot;&gt;
						SARAFAN Alliance connects shared meaning, institutional compatibility, coordination tools, and practical projects &amp;#8212; without demanding cultural uniformity or political subordination.&lt;/p&gt;
					&lt;div class=&quot;sarafan-architecture__closing-links&quot;&gt;
						&lt;a class=&quot;sarafan-architecture__closing-link&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;RE:THINK DIALOGUE 2045 &amp;#8599; &lt;/a&gt; &lt;a class=&quot;sarafan-architecture__closing-link sarafan-architecture__closing-link--light&quot; href=&quot;https://mb.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; M Balance &amp;#8599; &lt;/a&gt;&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;footer class=&quot;sarafan-architecture__footer&quot;&gt;
			&lt;span&gt;Website content based on materials of M Balance Strategic Meaning Center. All rights reserved. &lt;/span&gt;
			&lt;div class=&quot;sarafan-architecture__footer-links&quot;&gt;
				&lt;a href=&quot;https://sarafan.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SARAFAN Alliance &amp;#8599; &lt;/a&gt; &lt;a href=&quot;https://mb.id.page/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; M Balance &amp;#8599; &lt;/a&gt;&lt;/div&gt;
		&lt;/footer&gt;
	&lt;/div&gt;
&lt;/section&gt;
</yandex:full-text><link>https://sarafan.id.page/page/publication/news/news.seam?newsId=222919</link><pubDate>Wed, 13 May 2026 08:09:00 +0000</pubDate><title>Architecture</title></item><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;
  }
  
    .avatarName,
  .avatarInfo,
  .avatarLink {
    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;
  }
  
    .avatarName,
  .avatarInfo,
  .avatarLink {
    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 15:21:00 +0000</pubDate><title>Partners</title></item><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;
  }

  .avatarName,
  .avatarInfo,
  .avatarLink {
    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;
    font-size: 1rem;
    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;
  }

  .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: 20px;
  }

  /* ── Publication list ── */
  .pub-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* ── Single publication card ── */
  .pub-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .pub-item:hover {
    box-shadow: 0 8px 24px rgba(31, 42, 51, 0.10);
  }

  /* Скриншот */
  .pub-thumb {
    width: 220px;
    min-height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }

  .pub-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pub-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(135deg, #e4eaf0 0%, #d7dde3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 2.5rem;
  }

  /* Тело карточки */
  .pub-body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid var(--line);
  }

  /* Тип материала */
  .pub-type {
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
  }

  /* Название */
  .pub-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.35;
  }

  /* Автор и дата */
  .pub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 1.2rem;
    color: var(--muted);
  }

  .pub-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* Кнопки-ссылки */
  .pub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }

  .pub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.18s, border-color 0.18s;
    cursor: pointer;
    min-height: 36px;
    white-space: nowrap;

  }

  .pub-link-primary {
    background: var(--primary);
    color: #fff;
  }

  .pub-link-primary:hover {
    background: var(--primary-dark);
  }

  .pub-link-secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
  }

  .pub-link-secondary:hover {
    background: rgba(35, 79, 114, 0.06);
  }

  /* Кнопка в стиле Autografia Editorial — терракотово-оранжевая */
.btn-autografia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #D97A5A;
  color: #D97A5A;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-autografia:hover {
  background-color: #D97A5A;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-autografia {
  color: #D97A5A;
}

  /* Кнопка в стиле The China Academy — золотой на тёмном фоне */
  .btn-china-academy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #2e2b26;
    /* тёмный угольный фон как на логотипе */
    border: 1px solid #C9A85C;
    color: #C9A85C;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-china-academy:hover {
    background-color: #C9A85C;
    color: #2e2b26;
  }

  /* Только цвет текста — для использования отдельно */
  .text-china-gold {
    color: #C9A85C;
  }

  /* Кнопка в стиле Middle East Eye — фиолетовый на светлом фоне */
  .btn-middle-east-eye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #f4f5f7;
    border: 1px solid #5B3A84;
    color: #5B3A84;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-middle-east-eye:hover {
    background-color: #5B3A84;
    color: #f4f5f7;
  }

  /* Только цвет текста — для использования отдельно */
  .text-middle-east-eye {
    color: #5B3A84;
  }

  /* Кнопка в стиле Amazon — светлый фон + фирменный оранжевый акцент */
.btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF9900;
  color: #FF9900;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-amazon:hover {
  background-color: #FF9900;
  color: #ffffff;
  border-color: #FF9900;
}

/* Опционально: цвет текста отдельно */
.text-amazon {
  color: #FF9900;
}

  /* ── Responsive ── */
  @media (max-width: 640px) {
    .pub-item {
      grid-template-columns: 1fr;
    }

    .pub-thumb {
      width: 100%;
      height: 180px;
      min-height: 180px;
      position: relative;
    }

    .pub-thumb img {
      height: 180px;
    }

    .pub-thumb-placeholder {
      height: 180px;
      min-height: 180px;
    }

    .pub-body {
      border-left: none;
      border-top: 1px solid var(--line);
      padding: 16px;
    }
  }

  /* Кнопка в стиле YouTube — красный */
.btn-youtube {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-youtube:hover {
  background-color: #FF0000;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-youtube {
  color: #FF0000;
}

  @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;
      Research &amp;#38; Publications&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;
        Research &amp;#38; Publications
      &lt;/div&gt;
      &lt;div class=&quot;pub-list&quot;&gt;
        &lt;!-- ═══════════════════════════════════════════
                       ШАБЛОН ПУБЛИКАЦИИ — копируй этот блок
                       для добавления новых материалов --&gt;
        &lt;!-- ═══ НАЧАЛО -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;PAGE 7, WEDNESDAY JULY 8, 2026_2026-07-08 18:21:50&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              BEYOND GEOPOLITICS: Why the Shanghai RE:THINK DIALOGUE 2045
              matters for the Global South
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Prof. Lubinda Haabazoka&lt;/span&gt; &lt;span&gt;8 July 2026&lt;/span&gt;
            &lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG-20260517-WA0000&quot;
                                    src=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Publication
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              The Architecture of the Future: SARAFAN, or Conscience as a
              System
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;5 June 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-amazon&quot;
                 href=&quot;https://www.amazon.com/Achitecture-future-Sarafan-Andrey-Matuzov/dp/B0H3BTZDVB&quot;
                 rel=&quot;noopener noreferrer&quot;
                 target=&quot;_blank&quot;&gt;Check on
                Amazon&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-autografia&quot;
                 href=&quot;https://autografia.es/product/architecture-of-the-future-sarafan/?fbclid=IwdGRleASQBahleHRuA2FlbQIxMQBzcnRjBmFwcF9pZAo2NjI4NTY4Mzc5AAEe9ByiAj9qeDT0znJIWRKRlTmMKILfgsUZPvFrMQ--FTKcy9N1gGX_l7p7mpg_aem_FzFgBalW8v6MmgZt4wcaPg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Check on
                Autografia &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260515_114439_com_android_chrome_ChromeTabbedActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              CHINA AS A CIVILIZATION OF THE FUTURE: WHY THE OLD CONTAINERS OF
              KNOWLEDGE NO LONGER WORK
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;14 May 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://id.page/page/adaptive/id371869/blog/13027294/&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt; &lt;!-- &lt;a class=&quot;pub-link pub-link-secondary&quot;
                href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
                rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; &amp;#8599;&amp;#160;External source &lt;/a&gt; --&gt;&lt;a
              class=&quot;btn-china-academy&quot;
              href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
              target=&quot;_blank&quot;&gt;Read on The China Academy&lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 1-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260518_122404_com_google_android_youtube_MainActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Interview
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              PARA SER ALEGRE HAY QUE PRACTICAR
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Naila Qalqili&lt;/span&gt; &lt;span&gt;6 Mar 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-youtube&quot;
                 href=&quot;https://youtu.be/YjP5H7X0GDU?si=iHmmeftPoQaEzylZ&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Watch on
                YouTube &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -1-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 0-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623.png&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;???????????? ???????????? 2026-05-18 ?? 12.06.26&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623_850xNone.png&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              WILL CHINA COME TO IRAN&amp;#39;S RESCUE?
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Nelson Wong&lt;/span&gt; &lt;span&gt;27 Feb 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-middle-east-eye&quot;
                 href=&quot;https://www.middleeasteye.net/opinion/will-china-come-irans-rescue&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on Middle East
                Eye &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ 0-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;&lt;!-- Пример
         второй публикации
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;img
              src=&quot;SCREENSHOT2.jpg&quot;
              alt=&quot;Publication cover&quot;
              loading=&quot;lazy&quot;
              onerror=&quot;this.style.display='none';this.nextElementSibling.style.display='flex'&quot;
            /&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;&amp;#9633;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;div class=&quot;pub-type&quot;&gt;White Paper&lt;/div&gt;
            &lt;div class=&quot;pub-title&quot;&gt;Second Publication Title Goes Here&lt;/div&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;&amp;#128100; Author Name&lt;/span&gt;
              &lt;span&gt;&amp;#128197; DD Month YYYY&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://AUTHOR.id.page/page/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#128279;&amp;nbsp;Read on id.page
              &lt;/a&gt;
              &lt;a class=&quot;pub-link pub-link-secondary&quot;
                 href=&quot;https://EXTERNAL-SOURCE.com/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#8599;&amp;nbsp;External source
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt; --&gt;&lt;/div&gt;
      &lt;!-- /pub-list --&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;
  }

  .avatarName,
  .avatarInfo,
  .avatarLink {
    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;
    font-size: 1rem;
    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;
  }

  .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: 20px;
  }

  /* ── Publication list ── */
  .pub-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* ── Single publication card ── */
  .pub-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .pub-item:hover {
    box-shadow: 0 8px 24px rgba(31, 42, 51, 0.10);
  }

  /* Скриншот */
  .pub-thumb {
    width: 220px;
    min-height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
  }

  .pub-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pub-thumb-placeholder {
    width: 100%;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(135deg, #e4eaf0 0%, #d7dde3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 2.5rem;
  }

  /* Тело карточки */
  .pub-body {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid var(--line);
  }

  /* Тип материала */
  .pub-type {
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
  }

  /* Название */
  .pub-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.35;
  }

  /* Автор и дата */
  .pub-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 1.2rem;
    color: var(--muted);
  }

  .pub-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* Кнопки-ссылки */
  .pub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
  }

  .pub-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.18s, border-color 0.18s;
    cursor: pointer;
    min-height: 36px;
    white-space: nowrap;

  }

  .pub-link-primary {
    background: var(--primary);
    color: #fff;
  }

  .pub-link-primary:hover {
    background: var(--primary-dark);
  }

  .pub-link-secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
  }

  .pub-link-secondary:hover {
    background: rgba(35, 79, 114, 0.06);
  }

  /* Кнопка в стиле Autografia Editorial — терракотово-оранжевая */
.btn-autografia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #D97A5A;
  color: #D97A5A;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-autografia:hover {
  background-color: #D97A5A;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-autografia {
  color: #D97A5A;
}

  /* Кнопка в стиле The China Academy — золотой на тёмном фоне */
  .btn-china-academy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #2e2b26;
    /* тёмный угольный фон как на логотипе */
    border: 1px solid #C9A85C;
    color: #C9A85C;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-china-academy:hover {
    background-color: #C9A85C;
    color: #2e2b26;
  }

  /* Только цвет текста — для использования отдельно */
  .text-china-gold {
    color: #C9A85C;
  }

  /* Кнопка в стиле Middle East Eye — фиолетовый на светлом фоне */
  .btn-middle-east-eye {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-height: 40px;
    border-radius: 999px;
    background-color: #f4f5f7;
    border: 1px solid #5B3A84;
    color: #5B3A84;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .btn-middle-east-eye:hover {
    background-color: #5B3A84;
    color: #f4f5f7;
  }

  /* Только цвет текста — для использования отдельно */
  .text-middle-east-eye {
    color: #5B3A84;
  }

  /* Кнопка в стиле Amazon — светлый фон + фирменный оранжевый акцент */
.btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF9900;
  color: #FF9900;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-amazon:hover {
  background-color: #FF9900;
  color: #ffffff;
  border-color: #FF9900;
}

/* Опционально: цвет текста отдельно */
.text-amazon {
  color: #FF9900;
}

  /* ── Responsive ── */
  @media (max-width: 640px) {
    .pub-item {
      grid-template-columns: 1fr;
    }

    .pub-thumb {
      width: 100%;
      height: 180px;
      min-height: 180px;
      position: relative;
    }

    .pub-thumb img {
      height: 180px;
    }

    .pub-thumb-placeholder {
      height: 180px;
      min-height: 180px;
    }

    .pub-body {
      border-left: none;
      border-top: 1px solid var(--line);
      padding: 16px;
    }
  }

  /* Кнопка в стиле YouTube — красный */
.btn-youtube {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  min-height: 40px;
  border-radius: 999px;
  background-color: #f4f5f7;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-youtube:hover {
  background-color: #FF0000;
  color: #ffffff;
}

/* Только цвет текста — для использования отдельно */
.text-youtube {
  color: #FF0000;
}

  @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;
      Research &amp;#38; Publications&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;
        Research &amp;#38; Publications
      &lt;/div&gt;
      &lt;div class=&quot;pub-list&quot;&gt;
        &lt;!-- ═══════════════════════════════════════════
                       ШАБЛОН ПУБЛИКАЦИИ — копируй этот блок
                       для добавления новых материалов --&gt;
        &lt;!-- ═══ НАЧАЛО -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;PAGE 7, WEDNESDAY JULY 8, 2026_2026-07-08 18:21:50&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              BEYOND GEOPOLITICS: Why the Shanghai RE:THINK DIALOGUE 2045
              matters for the Global South
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Prof. Lubinda Haabazoka&lt;/span&gt; &lt;span&gt;8 July 2026&lt;/span&gt;
            &lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://mb.id.page/resources/000/000/000/006/208/6208623.jpg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -4-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG-20260517-WA0000&quot;
                                    src=&quot;https://mb.id.page/resources/000/000/000/006/206/6206214_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Publication
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              The Architecture of the Future: SARAFAN, or Conscience as a
              System
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;5 June 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-amazon&quot;
                 href=&quot;https://www.amazon.com/Achitecture-future-Sarafan-Andrey-Matuzov/dp/B0H3BTZDVB&quot;
                 rel=&quot;noopener noreferrer&quot;
                 target=&quot;_blank&quot;&gt;Check on
                Amazon&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-autografia&quot;
                 href=&quot;https://autografia.es/product/architecture-of-the-future-sarafan/?fbclid=IwdGRleASQBahleHRuA2FlbQIxMQBzcnRjBmFwcF9pZAo2NjI4NTY4Mzc5AAEe9ByiAj9qeDT0znJIWRKRlTmMKILfgsUZPvFrMQ--FTKcy9N1gGX_l7p7mpg_aem_FzFgBalW8v6MmgZt4wcaPg&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Check on
                Autografia &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -3-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260515_114439_com_android_chrome_ChromeTabbedActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205552_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              CHINA AS A CIVILIZATION OF THE FUTURE: WHY THE OLD CONTAINERS OF
              KNOWLEDGE NO LONGER WORK
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Andrey Matuzov&lt;/span&gt; &lt;span&gt;14 May 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://id.page/page/adaptive/id371869/blog/13027294/&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on id.page &lt;/a&gt; &lt;!-- &lt;a class=&quot;pub-link pub-link-secondary&quot;
                href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
                rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt; &amp;#8599;&amp;#160;External source &lt;/a&gt; --&gt;&lt;a
              class=&quot;btn-china-academy&quot;
              href=&quot;https://thechinaacademy.org/china-as-a-civilization-of-the-future-why-the-old-containers-of-knowledge-no-longer-work/&quot;
              target=&quot;_blank&quot;&gt;Read on The China Academy&lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -2-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 1-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628.jpg&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;Screenshot_20260518_122404_com_google_android_youtube_MainActivity&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205628_850xNone.jpg&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Interview
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              PARA SER ALEGRE HAY QUE PRACTICAR
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Naila Qalqili&lt;/span&gt; &lt;span&gt;6 Mar 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-youtube&quot;
                 href=&quot;https://youtu.be/YjP5H7X0GDU?si=iHmmeftPoQaEzylZ&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Watch on
                YouTube &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ -1-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;
        &lt;!-- ═══ НАЧАЛО 0-й ПУБЛИКАЦИИ ══════════════════════ --&gt;
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;!-- Скриншот / обложка.
                         Замени src на реальный путь к изображению.
                         Если изображения нет — удали тег &lt;img&gt; и убери style=&quot;display:none&quot; у плейсхолдера --&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623.png&quot;
               target=&quot;_blank&quot;&gt;&lt;img
              alt=&quot;???????????? ???????????? 2026-05-18 ?? 12.06.26&quot;
              src=&quot;https://mb.id.page/resources/000/000/000/006/205/6205623_850xNone.png&quot;/&gt;&lt;/a&gt;&lt;br/&gt;
            &lt;br/&gt;
            &lt;br/&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;
              &amp;#9633;
            &lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;!-- Тип: Essay / Article / White Paper / Case Reflection / Dialogue / Research Note --&gt;
            &lt;div class=&quot;pub-type&quot;&gt;
              Article
            &lt;/div&gt;
            &lt;!-- Название материала --&gt;
            &lt;div class=&quot;pub-title&quot;&gt;
              WILL CHINA COME TO IRAN&amp;#39;S RESCUE?
            &lt;/div&gt;
            &lt;!-- Автор и дата --&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;Nelson Wong&lt;/span&gt; &lt;span&gt;27 Feb 2026&lt;/span&gt;&lt;/div&gt;
            &lt;!-- Ссылки --&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;btn-middle-east-eye&quot;
                 href=&quot;https://www.middleeasteye.net/opinion/will-china-come-irans-rescue&quot;
                 rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Read on Middle East
                Eye &lt;/a&gt;&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
        &lt;!-- ═══ КОНЕЦ 0-й ПУБЛИКАЦИИ ═══════════════════════ --&gt;&lt;!-- Пример
         второй публикации
        &lt;div class=&quot;pub-item&quot;&gt;
          &lt;div class=&quot;pub-thumb&quot;&gt;
            &lt;img
              src=&quot;SCREENSHOT2.jpg&quot;
              alt=&quot;Publication cover&quot;
              loading=&quot;lazy&quot;
              onerror=&quot;this.style.display='none';this.nextElementSibling.style.display='flex'&quot;
            /&gt;
            &lt;div class=&quot;pub-thumb-placeholder&quot; style=&quot;display:none;&quot;&gt;&amp;#9633;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;pub-body&quot;&gt;
            &lt;div class=&quot;pub-type&quot;&gt;White Paper&lt;/div&gt;
            &lt;div class=&quot;pub-title&quot;&gt;Second Publication Title Goes Here&lt;/div&gt;
            &lt;div class=&quot;pub-meta&quot;&gt;
              &lt;span&gt;&amp;#128100; Author Name&lt;/span&gt;
              &lt;span&gt;&amp;#128197; DD Month YYYY&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;pub-links&quot;&gt;
              &lt;a class=&quot;pub-link pub-link-primary&quot;
                 href=&quot;https://AUTHOR.id.page/page/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#128279;&amp;nbsp;Read on id.page
              &lt;/a&gt;
              &lt;a class=&quot;pub-link pub-link-secondary&quot;
                 href=&quot;https://EXTERNAL-SOURCE.com/...&quot;
                 target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
                &amp;#8599;&amp;nbsp;External source
              &lt;/a&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt; --&gt;&lt;/div&gt;
      &lt;!-- /pub-list --&gt;&lt;/article&gt;
  &lt;/section&gt;
&lt;/main&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222809</link><pubDate>Sun, 26 Apr 2026 18:20:00 +0000</pubDate><title>Research &amp; Publications</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><link>https://nacsnews.id.page</link><title>NACS / News</title></channel></rss>