<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:yandex="http://news.yandex.ru" xmlns:media="http://search.yahoo.com/mrss/" xmlns:turbo="http://turbo.yandex.ru" version="2.0">
	<channel>
		<title>Прошедшие события</title>
		<link>https://modnaya-sreda.ru</link>
		<language>ru</language>
		<item turbo="true">
			<title>Гарик Зебелян 11.05.26</title>
			<link>https://modnaya-sreda.ru/past_events/garik_zebelyan</link>
			<amplink>https://modnaya-sreda.ru/past_events/garik_zebelyan?amp=true</amplink>
			<pubDate>Sun, 17 May 2026 17:18:00 +0300</pubDate>
			<category>Концерты</category>
			<enclosure url="https://static.tildacdn.com/tild3634-6438-4964-b063-633863666563/11052026-73_resized.jpg" type="image/jpeg"/>
			<turbo:content>
<![CDATA[<header><h1>Гарик Зебелян 11.05.26</h1></header><figure><img src="https://static.tildacdn.com/tild3634-6438-4964-b063-633863666563/11052026-73_resized.jpg"/></figure><img src="https://static.tildacdn.com/tild6236-6437-4965-b161-356134653736/11052026-78_resized.jpg"><img src="https://static.tildacdn.com/tild6464-3337-4538-b061-373762343131/11052026-1_resized.jpg"><img src="https://static.tildacdn.com/tild3631-6565-4238-b337-643135373739/11052026-175_resized.jpg"><div class="t-redactor__embedcode"><style>
/* =========================================================
   1823 — оформление внутреннего поста Потока
   Фон как на странице архива, без даты под заголовком
   ========================================================= */

/* Фон как на /past_events */
html,
body {
  background:
    radial-gradient(circle at 18% 22%, rgba(176, 121, 61, .13), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(120, 72, 35, .09), transparent 26%),
    radial-gradient(circle at 50% 85%, rgba(176, 121, 61, .08), transparent 34%),
    linear-gradient(180deg, #f8f1e6 0%, #f4eadc 52%, #f7f0e6 100%) !important;
  color: #392617 !important;
  font-family: alsschlangesans, Arial, sans-serif !important;
}

body,
body * {
  font-family: alsschlangesans, Arial, sans-serif !important;
}

/* Убираем белые подложки Tilda */
body > div:not(:first-child),
.t-records,
.t-rec,
.t-container,
.t-feed,
.t-feed__post,
.t-feed__post-content,
.t-feed__post-popup,
.t-feed__post-popup__content,
.t-feed__post-popup-content {
  background: transparent !important;
}

/* Откатываем опасные широкие правила, если остались */
body [class*="container"],
body [class*="content"] {
  max-width: initial !important;
}

/* Верхняя панель */
body > div:first-child {
  background: rgba(248, 241, 230, .96) !important;
  border-bottom: 1px solid rgba(139, 96, 48, .18) !important;
}

body > div:first-child * {
  color: #3a2416 !important;
  text-decoration: none !important;
}

/* Все ссылки не синие */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #8a5527 !important;
  text-decoration: none !important;
}

/* Заголовок — по центру и в той же ширине, что фото */
h1 {
  max-width: 980px !important;
  margin: 54px auto 28px !important;
  color: #3a2416 !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

/* Линия под заголовком */
h1:after {
  content: "";
  display: block;
  width: 360px;
  max-width: 70%;
  height: 1px;
  margin: 24px 0 0;
  background: linear-gradient(90deg, rgba(138,95,46,.65), transparent);
}

/* Убираем дату и категорию под заголовком */
[class*="date"],
[class*="time"],
[class*="tag"],
[class*="label"],
[class*="part"],
[class*="category"] {
  display: none !important;
}

/* Текст */
p,
.t-text,
.t-descr {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(58,36,22,.82) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

/* Фото */
img {
  border-radius: 2px !important;
}

/* Все фото одинаковой ширины */
img[src*="tildacdn"],
.t-img img {
  display: block !important;
  width: 100% !important;
  max-width: 980px !important;
  height: auto !important;
  margin: 30px auto !important;
  object-fit: contain !important;
  border-radius: 2px !important;
  box-shadow:
    0 20px 48px rgba(65,39,20,.12),
    0 0 0 1px rgba(95,59,31,.12) !important;
}

/* Обёртки фото тоже центрируем */
.t-img,
.t-img__wrapper,
.t-feed__post-imgwrapper,
.t-feed__post-popup-imgwrapper {
  width: 100% !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Нижний блок */
.ms1823-post-bottom {
  max-width: 980px;
  margin: 54px auto 0;
  padding: 30px 0 70px;
  border-top: 1px solid rgba(166,116,61,.28);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.ms1823-post-bottom__text {
  color: rgba(58,36,22,.78);
  font-size: 17px;
  line-height: 1.45;
}

.ms1823-post-bottom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 14px 22px;
  border: 1px solid rgba(139,96,48,.44);
  color: #6c4627 !important;
  background: transparent;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.ms1823-post-bottom__btn:hover {
  transform: translateY(-1px);
  background: #9a6a36;
  color: #fff8ed !important;
}

/* Мобильная версия — фото большие */
@media (max-width: 640px) {
  h1 {
    max-width: 100% !important;
    margin: 34px auto 24px !important;
    font-size: 32px !important;
  }

  h1:after {
    width: 240px;
  }

  p,
  .t-text,
  .t-descr {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  img[src*="tildacdn"],
  .t-img img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px auto !important;
  }

  .t-img,
  .t-img__wrapper,
  .t-feed__post-imgwrapper,
  .t-feed__post-popup-imgwrapper {
    max-width: 100% !important;
  }

  .ms1823-post-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 52px;
  }

  .ms1823-post-bottom__btn {
    width: 100%;
  }
}
</style>

<div class="ms1823-post-bottom">
  <div class="ms1823-post-bottom__text">
    Спасибо, что были с нами.<br>
    Больше фото и новых вечеров — в событиях 1823.
  </div>

  <a class="ms1823-post-bottom__btn" href="/past_events">
    ← Вернуться к событиям
  </a>
</div></div>]]>
			</turbo:content>
		</item>
		<item turbo="true">
			<title>Дегустация итальянской пиццы</title>
			<link>https://modnaya-sreda.ru/past_events/5kkk90pdh1-degustatsiya-italyanskoi-pitstsi</link>
			<amplink>https://modnaya-sreda.ru/past_events/5kkk90pdh1-degustatsiya-italyanskoi-pitstsi?amp=true</amplink>
			<pubDate>Sun, 17 May 2026 17:55:00 +0300</pubDate>
			<category>Дегустация</category>
			<enclosure url="https://static.tildacdn.com/tild6161-6134-4434-a538-666637333638/16052026-40_resized.jpg" type="image/jpeg"/>
			<turbo:content>
<![CDATA[<header><h1>Дегустация итальянской пиццы</h1></header><figure><img src="https://static.tildacdn.com/tild6161-6134-4434-a538-666637333638/16052026-40_resized.jpg"/></figure><img src="https://static.tildacdn.com/tild6136-6332-4135-b666-646662663930/16052026-37_resized.jpg"><img src="https://static.tildacdn.com/tild3130-6164-4238-b461-306563353961/16052026-44_resized.jpg"><img src="https://static.tildacdn.com/tild3035-3638-4138-b963-313466653035/16052026-83_resized.jpg"><img src="https://static.tildacdn.com/tild3638-3636-4933-a630-343232326132/16052026-163_resized.jpg"><div class="t-redactor__embedcode"><style>
/* =========================================================
   1823 — оформление внутреннего поста Потока
   Фон как на странице архива, без даты под заголовком
   ========================================================= */

/* Фон как на /past_events */
html,
body {
  background:
    radial-gradient(circle at 18% 22%, rgba(176, 121, 61, .13), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(120, 72, 35, .09), transparent 26%),
    radial-gradient(circle at 50% 85%, rgba(176, 121, 61, .08), transparent 34%),
    linear-gradient(180deg, #f8f1e6 0%, #f4eadc 52%, #f7f0e6 100%) !important;
  color: #392617 !important;
  font-family: alsschlangesans, Arial, sans-serif !important;
}

body,
body * {
  font-family: alsschlangesans, Arial, sans-serif !important;
}

/* Убираем белые подложки Tilda */
body > div:not(:first-child),
.t-records,
.t-rec,
.t-container,
.t-feed,
.t-feed__post,
.t-feed__post-content,
.t-feed__post-popup,
.t-feed__post-popup__content,
.t-feed__post-popup-content {
  background: transparent !important;
}

/* Откатываем опасные широкие правила, если остались */
body [class*="container"],
body [class*="content"] {
  max-width: initial !important;
}

/* Верхняя панель */
body > div:first-child {
  background: rgba(248, 241, 230, .96) !important;
  border-bottom: 1px solid rgba(139, 96, 48, .18) !important;
}

body > div:first-child * {
  color: #3a2416 !important;
  text-decoration: none !important;
}

/* Все ссылки не синие */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #8a5527 !important;
  text-decoration: none !important;
}

/* Заголовок — по центру и в той же ширине, что фото */
h1 {
  max-width: 980px !important;
  margin: 54px auto 28px !important;
  color: #3a2416 !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
}

/* Линия под заголовком */
h1:after {
  content: "";
  display: block;
  width: 360px;
  max-width: 70%;
  height: 1px;
  margin: 24px 0 0;
  background: linear-gradient(90deg, rgba(138,95,46,.65), transparent);
}

/* Убираем дату и категорию под заголовком */
[class*="date"],
[class*="time"],
[class*="tag"],
[class*="label"],
[class*="part"],
[class*="category"] {
  display: none !important;
}

/* Текст */
p,
.t-text,
.t-descr {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(58,36,22,.82) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

/* Фото */
img {
  border-radius: 2px !important;
}

/* Все фото одинаковой ширины */
img[src*="tildacdn"],
.t-img img {
  display: block !important;
  width: 100% !important;
  max-width: 980px !important;
  height: auto !important;
  margin: 30px auto !important;
  object-fit: contain !important;
  border-radius: 2px !important;
  box-shadow:
    0 20px 48px rgba(65,39,20,.12),
    0 0 0 1px rgba(95,59,31,.12) !important;
}

/* Обёртки фото тоже центрируем */
.t-img,
.t-img__wrapper,
.t-feed__post-imgwrapper,
.t-feed__post-popup-imgwrapper {
  width: 100% !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Нижний блок */
.ms1823-post-bottom {
  max-width: 980px;
  margin: 54px auto 0;
  padding: 30px 0 70px;
  border-top: 1px solid rgba(166,116,61,.28);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.ms1823-post-bottom__text {
  color: rgba(58,36,22,.78);
  font-size: 17px;
  line-height: 1.45;
}

.ms1823-post-bottom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 14px 22px;
  border: 1px solid rgba(139,96,48,.44);
  color: #6c4627 !important;
  background: transparent;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.ms1823-post-bottom__btn:hover {
  transform: translateY(-1px);
  background: #9a6a36;
  color: #fff8ed !important;
}

/* Мобильная версия — фото большие */
@media (max-width: 640px) {
  h1 {
    max-width: 100% !important;
    margin: 34px auto 24px !important;
    font-size: 32px !important;
  }

  h1:after {
    width: 240px;
  }

  p,
  .t-text,
  .t-descr {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  img[src*="tildacdn"],
  .t-img img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px auto !important;
  }

  .t-img,
  .t-img__wrapper,
  .t-feed__post-imgwrapper,
  .t-feed__post-popup-imgwrapper {
    max-width: 100% !important;
  }

  .ms1823-post-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 52px;
  }

  .ms1823-post-bottom__btn {
    width: 100%;
  }
}
</style>

<div class="ms1823-post-bottom">
  <div class="ms1823-post-bottom__text">
    Спасибо, что были с нами.<br>
    Больше фото и новых вечеров — в событиях 1823.
  </div>

  <a class="ms1823-post-bottom__btn" href="/past_events">
    ← Вернуться к событиям
  </a>
</div></div>]]>
			</turbo:content>
		</item>
		</channel>
</rss>