<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Дошколяндия</title>
		<link>http://pankratova74.ucoz.site/</link>
		<description>Новости</description>
		<lastBuildDate>Mon, 27 Jul 2026 08:40:17 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://www.pankratova74.ru/blog/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Лето</title>
			<description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ru&quot;&gt;
&lt;head&gt;
 &lt;meta charset=&quot;UTF-8&quot;&gt;
 &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
 &lt;title&gt;Лето-Путешествие: 90 дней открытий&lt;/title&gt;
 &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;
 &lt;/script&gt;
 &lt;style&gt;
 /* ============================================================
 ГЛОБАЛЬНЫЕ СТИЛИ
 ============================================================ */
 * {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 }

 body {
 font-family: &apos;Segoe UI&apos;, &apos;Arial&apos;, sans-serif;
 background: linear-gradient(145deg, #fef9e7 0%, #f9e9b3 100%);
 color: #2d3e2b;
 padding: 20px;
 min-height: 100vh;
 }

 .container {
 max-width: 1200px;
 margin: 0 auto;
 background: rgba(255, 255, 255, 0.7);
 backdrop-filter: blur(8px);
 border-radius: 60px 60px 40px 40px;
 padding: 30px 30px 50px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
 border: 2px solid #fff9e0;
 }

 h1,
 h2,
 h3 {
 font-weight: 800;
 letter-spacing: -0.5px;
 }

 h2...</description>
			<content:encoded>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ru&quot;&gt;
&lt;head&gt;
 &lt;meta charset=&quot;UTF-8&quot;&gt;
 &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
 &lt;title&gt;Лето-Путешествие: 90 дней открытий&lt;/title&gt;
 &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;
 &lt;/script&gt;
 &lt;style&gt;
 /* ============================================================
 ГЛОБАЛЬНЫЕ СТИЛИ
 ============================================================ */
 * {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 }

 body {
 font-family: &apos;Segoe UI&apos;, &apos;Arial&apos;, sans-serif;
 background: linear-gradient(145deg, #fef9e7 0%, #f9e9b3 100%);
 color: #2d3e2b;
 padding: 20px;
 min-height: 100vh;
 }

 .container {
 max-width: 1200px;
 margin: 0 auto;
 background: rgba(255, 255, 255, 0.7);
 backdrop-filter: blur(8px);
 border-radius: 60px 60px 40px 40px;
 padding: 30px 30px 50px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
 border: 2px solid #fff9e0;
 }

 h1,
 h2,
 h3 {
 font-weight: 800;
 letter-spacing: -0.5px;
 }

 h2 {
 font-size: 2.4rem;
 margin-bottom: 20px;
 display: flex;
 align-items: center;
 gap: 12px;
 color: #d48c2b;
 text-shadow: 2px 2px 0 #ffeecc;
 border-bottom: 4px dashed #ffd966;
 padding-bottom: 10px;
 flex-wrap: wrap;
 }

 /* ============================================================
 АНИМАЦИИ
 ============================================================ */
 @keyframes float {
 0%,
 100% {
 transform: translateY(0);
 }
 50% {
 transform: translateY(-12px);
 }
 }

 @keyframes pulse {
 0%,
 100% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.05);
 }
 }

 .float-icon {
 animation: float 3s ease-in-out infinite;
 display: inline-block;
 }

 .pulse-icon {
 animation: pulse 2s ease-in-out infinite;
 display: inline-block;
 }

 /* ============================================================
 ХЕДЕР
 ============================================================ */
 .header {
 text-align: center;
 padding: 20px 0 10px;
 position: relative;
 }

 .header h1 {
 font-size: 3.8rem;
 background: linear-gradient(135deg, #f1c40f, #e67e22);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
 letter-spacing: 2px;
 }

 .header .sub {
 font-size: 1.4rem;
 color: #2c5f2d;
 background: #ffeaa6;
 display: inline-block;
 padding: 8px 30px;
 border-radius: 60px;
 margin-top: 6px;
 font-weight: 600;
 border: 2px solid #f1c40f;
 }

 .day-counter {
 font-size: 1.2rem;
 background: #2c5f2d;
 color: white;
 padding: 10px 25px;
 border-radius: 80px;
 display: inline-block;
 margin-top: 15px;
 box-shadow: 0 4px 0 #1a3b1a;
 }

 .day-counter span {
 font-size: 2rem;
 font-weight: 900;
 background: #f1c40f;
 color: #1a3b1a;
 padding: 0 16px;
 border-radius: 40px;
 margin: 0 8px;
 }

 .header-quote {
 margin-top: 12px;
 font-size: 1.2rem;
 color: #4f6b4a;
 font-style: italic;
 }

 /* ============================================================
 СЕТКИ
 ============================================================ */
 .grid-2,
 .grid-3,
 .grid-4 {
 display: grid;
 gap: 25px;
 margin-top: 15px;
 }

 .grid-2 {
 grid-template-columns: 1fr 1fr;
 }
 .grid-3 {
 grid-template-columns: repeat(3, 1fr);
 }
 .grid-4 {
 grid-template-columns: repeat(4, 1fr);
 }

 .card {
 background: white;
 border-radius: 36px;
 padding: 24px 20px 30px;
 box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
 border: 2px solid #fceabd;
 transition: 0.2s;
 height: 100%;
 }

 .card:hover {
 transform: scale(1.01);
 border-color: #f1c40f;
 }

 .card h3 {
 font-size: 1.5rem;
 margin-bottom: 8px;
 color: #a65d1c;
 }

 .card p {
 line-height: 1.6;
 color: #3d4d3a;
 }

 .emoji-big {
 font-size: 2.6rem;
 display: block;
 margin-bottom: 8px;
 }

 .tag {
 background: #f1c40f;
 padding: 4px 16px;
 border-radius: 60px;
 font-size: 0.8rem;
 font-weight: 700;
 display: inline-block;
 color: #2d3e2b;
 margin-top: 6px;
 }

 /* ============================================================
 КАЛЕНДАРЬ
 ============================================================ */
 .calendar-grid {
 display: grid;
 grid-template-columns: repeat(7, 1fr);
 gap: 6px;
 margin: 16px 0 10px;
 }

 .cal-day {
 background: #fcf3d4;
 aspect-ratio: 1/1;
 border-radius: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: 700;
 font-size: 1.3rem;
 cursor: pointer;
 transition: 0.15s;
 border: 3px solid transparent;
 color: #3d4d3a;
 user-select: none;
 }

 .cal-day:hover {
 background: #ffd966;
 transform: scale(1.05);
 }

 .cal-day.done {
 background: #2e7d32;
 color: white;
 border-color: #a5d6a7;
 }

 .cal-day.done::after {
 content: &quot; ✅&quot;;
 font-size: 0.9rem;
 }

 .cal-day.weekend {
 color: #b34141;
 }

 .cal-day.empty {
 background: transparent;
 cursor: default;
 pointer-events: none;
 }

 .cal-day.today {
 border-color: #f39c12;
 box-shadow: 0 0 0 3px #ffe082;
 }

 /* ============================================================
 КВИЗ
 ============================================================ */
 .quiz-btn {
 background: #f1c40f;
 border: none;
 font-size: 1.1rem;
 font-weight: 700;
 padding: 12px 28px;
 border-radius: 60px;
 margin: 6px 8px 6px 0;
 cursor: pointer;
 transition: 0.1s;
 border-bottom: 6px solid #b38f1a;
 color: #1f3a1f;
 }

 .quiz-btn:active {
 transform: translateY(4px);
 border-bottom-width: 2px;
 }

 .quiz-btn:hover {
 background: #f7dc6f;
 }

 .quiz-result {
 font-size: 1.5rem;
 font-weight: 700;
 margin-top: 16px;
 padding: 16px;
 background: #eaf7e1;
 border-radius: 60px;
 border-left: 12px solid #2e7d32;
 }

 /* ============================================================
 ГАЛЕРЕЯ
 ============================================================ */
 .gallery {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 16px;
 margin-top: 10px;
 }

 .gallery-item {
 aspect-ratio: 1/1;
 border-radius: 36px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 4rem;
 background: #ffe9b6;
 border: 4px solid #f1c40f;
 transition: 0.2s;
 cursor: default;
 font-weight: 700;
 color: #5f4a1e;
 position: relative;
 overflow: hidden;
 }

 .gallery-item:hover {
 transform: scale(1.03) rotate(-2deg);
 border-color: #e67e22;
 }

 .gallery-item span {
 font-size: 0.9rem;
 background: rgba(0, 0, 0, 0.6);
 color: white;
 padding: 4px 16px;
 border-radius: 40px;
 backdrop-filter: blur(4px);
 position: absolute;
 bottom: 10px;
 }

 /* ============================================================
 КНОПКА PDF
 ============================================================ */
 .pdf-btn {
 background: #2c5f2d;
 color: white;
 border: none;
 font-size: 1.2rem;
 font-weight: 700;
 padding: 16px 32px;
 border-radius: 60px;
 cursor: pointer;
 transition: 0.2s;
 border-bottom: 6px solid #1a3b1a;
 margin-top: 10px;
 display: inline-block;
 }

 .pdf-btn:hover {
 background: #3d7a3e;
 transform: scale(1.02);
 }

 .pdf-btn:active {
 transform: translateY(4px);
 border-bottom-width: 2px;
 }

 /* ============================================================
 ПОГОДА
 ============================================================ */
 .weather-grid {
 display: grid;
 grid-template-columns: repeat(7, 1fr);
 gap: 8px;
 margin-top: 10px;
 }

 .weather-day {
 background: #f0f7ff;
 border-radius: 16px;
 padding: 8px 4px;
 text-align: center;
 font-size: 0.8rem;
 border: 2px solid #d4e4f7;
 cursor: pointer;
 transition: 0.2s;
 }

 .weather-day:hover {
 background: #ffd966;
 transform: scale(1.05);
 }

 .weather-day .icon {
 font-size: 1.8rem;
 display: block;
 }

 .weather-day .date {
 font-weight: 600;
 font-size: 0.7rem;
 color: #555;
 }

 .weather-day.selected {
 border-color: #f39c12;
 background: #fff3cd;
 }

 /* ============================================================
 ФУТЕР
 ============================================================ */
 .footer-note {
 text-align: center;
 margin-top: 40px;
 font-size: 1.1rem;
 color: #4d6b4a;
 border-top: 2px dashed #f1c40f;
 padding-top: 30px;
 }

 #pdfStatus {
 font-size: 0.95rem;
 margin-top: 8px;
 min-height: 24px;
 font-weight: 600;
 }

 /* ============================================================
 АДАПТИВ
 ============================================================ */
 @media (max-width: 900px) {
 .grid-4 {
 grid-template-columns: repeat(2, 1fr);
 }
 .gallery {
 grid-template-columns: repeat(2, 1fr);
 }
 }

 @media (max-width: 800px) {
 .grid-2,
 .grid-3 {
 grid-template-columns: 1fr;
 }
 .grid-4 {
 grid-template-columns: 1fr 1fr;
 }

 .header h1 {
 font-size: 2.8rem;
 }

 .calendar-grid {
 gap: 4px;
 }
 .cal-day {
 font-size: 1rem;
 border-radius: 14px;
 }
 .weather-grid {
 grid-template-columns: repeat(7, 1fr);
 gap: 4px;
 }
 .weather-day .icon {
 font-size: 1.2rem;
 }
 .weather-day .date {
 font-size: 0.6rem;
 }
 }

 @media (max-width: 500px) {
 .container {
 padding: 16px;
 }
 .gallery {
 grid-template-columns: 1fr 1fr;
 }
 .grid-4 {
 grid-template-columns: 1fr 1fr;
 }
 .cal-day {
 font-size: 0.8rem;
 }
 .header h1 {
 font-size: 2.2rem;
 }
 .weather-grid {
 grid-template-columns: repeat(7, 1fr);
 gap: 3px;
 }
 .weather-day {
 padding: 4px 2px;
 font-size: 0.6rem;
 }
 .weather-day .icon {
 font-size: 1rem;
 }
 }

 /* ============================================================
 ДОПОЛНИТЕЛЬНЫЕ КЛАССЫ
 ============================================================ */
 .text-center {
 text-align: center;
 }
 .mt-10 {
 margin-top: 10px;
 }
 .mt-20 {
 margin-top: 20px;
 }
 .mb-10 {
 margin-bottom: 10px;
 }
 .flex-center {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 flex-wrap: wrap;
 }
 .highlight {
 background: #f1c40f;
 padding: 2px 12px;
 border-radius: 20px;
 font-weight: 700;
 }
 .badge {
 display: inline-block;
 background: #e67e22;
 color: white;
 padding: 2px 14px;
 border-radius: 20px;
 font-size: 0.75rem;
 font-weight: 700;
 }
 &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

 &lt;div class=&quot;container&quot;&gt;

 &lt;!-- ============================================================
 ХЕДЕР
 ============================================================ --&gt;
 &lt;header class=&quot;header&quot;&gt;
 &lt;h1&gt;☀️ ЛЕТО-ПУТЕШЕСТВИЕ&lt;/h1&gt;
 &lt;div class=&quot;sub&quot;&gt;90 дней открытий&lt;/div&gt;
 &lt;div class=&quot;day-counter&quot;&gt;
 🗓️ День лета &lt;span id=&quot;dayCounter&quot;&gt;--&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;header-quote&quot;&gt;
 «Проведи лето так, чтобы хватило воспоминаний на весь год!»
 &lt;/div&gt;
 &lt;/header&gt;

 &lt;!-- ============================================================
 КАЛЕНДАРЬ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 40px;&quot;&gt;
 &lt;h2&gt;📅 Дневник приключений &lt;span style=&quot;font-size:1rem; font-weight:400; color:#5f6b4a;&quot;&gt;(кликни на день — отметь)&lt;/span&gt;&lt;/h2&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;div style=&quot;display:flex; justify-content:space-between; flex-wrap:wrap; align-items:center;&quot;&gt;
 &lt;span style=&quot;font-weight:700; font-size:1.3rem;&quot; id=&quot;monthTitle&quot;&gt;Июль 2026&lt;/span&gt;
 &lt;span style=&quot;background:#f1c40f; padding:4px 18px; border-radius:40px; font-weight:600;&quot;&gt;🌟 задание дня: найди 5 разных листочков&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;calendar-grid&quot; id=&quot;calendarGrid&quot;&gt;&lt;/div&gt;
 &lt;div style=&quot;display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:8px;&quot;&gt;
 &lt;span style=&quot;font-size:0.95rem; color:#5f6b4a;&quot;&gt;✅ отмеченные дни — твои маленькие победы!&lt;/span&gt;
 &lt;span style=&quot;font-size:0.85rem; color:#888;&quot;&gt;
 &lt;span id=&quot;doneCount&quot;&gt;0&lt;/span&gt; / &lt;span id=&quot;totalDays&quot;&gt;31&lt;/span&gt; выполнено
 &lt;/span&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 НАУЧНАЯ РУБРИКА
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;🔬 Лаборатория «Почему летом?»&lt;/h2&gt;
 &lt;div class=&quot;grid-2&quot;&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🌅&lt;/span&gt;
 &lt;h3&gt;Почему закат красный?&lt;/h3&gt;
 &lt;p&gt;Солнечный свет проходит сквозь толщу воздуха. Синий свет рассеивается, а красный — доходит до нас. Чем ниже солнце, тем длиннее путь и тем краснее закат!&lt;/p&gt;
 &lt;span class=&quot;tag&quot;&gt;🌞 физика&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;⛈️&lt;/span&gt;
 &lt;h3&gt;Откуда град в жару?&lt;/h3&gt;
 &lt;p&gt;Капли дождя поднимаются ветром вверх, где очень холодно, и замерзают. Они падают, снова поднимаются — и так слой за слоем, пока не станут тяжёлыми и не упадут.&lt;/p&gt;
 &lt;span class=&quot;tag&quot;&gt;❄️ погода&lt;/span&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 ТВОРЧЕСКАЯ МАСТЕРСКАЯ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;🎨 Мастерская «Сделай сам»&lt;/h2&gt;
 &lt;div class=&quot;grid-3&quot;&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🌀&lt;/span&gt;
 &lt;h3&gt;Вертушка из бутылки&lt;/h3&gt;
 &lt;p&gt;Отрежьте дно бутылки, надрежьте лопасти, согните — и ветер оживит её! Изучаем силу ветра.&lt;/p&gt;
 &lt;span class=&quot;tag&quot;&gt;🧒 5+&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🍃&lt;/span&gt;
 &lt;h3&gt;Эко-сумка с листьями&lt;/h3&gt;
 &lt;p&gt;Приложите листья к сумке, покройте краской — получится природный принт. Развиваем фантазию!&lt;/p&gt;
 &lt;span class=&quot;tag&quot;&gt;🌿 7+&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🐞&lt;/span&gt;
 &lt;h3&gt;Отель для жучков&lt;/h3&gt;
 &lt;p&gt;Из палок, шишек и коры соберите домик для насекомых. Поможем природе и понаблюдаем за гостями.&lt;/p&gt;
 &lt;span class=&quot;tag&quot;&gt;🐝 9+&lt;/span&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 ЛЕТНИЙ КВИЗ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;🧠 Летний квиз&lt;/h2&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;p style=&quot;font-size:1.5rem; font-weight:700;&quot;&gt;❓ Что быстрее нагревается: песок или вода?&lt;/p&gt;
 &lt;div style=&quot;margin: 18px 0;&quot;&gt;
 &lt;button class=&quot;quiz-btn&quot; onclick=&quot;checkQuiz(&apos;sand&apos;)&quot;&gt;🏖️ Песок&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; onclick=&quot;checkQuiz(&apos;water&apos;)&quot;&gt;🌊 Вода&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; onclick=&quot;checkQuiz(&apos;both&apos;)&quot;&gt;🤔 Одинаково&lt;/button&gt;
 &lt;/div&gt;
 &lt;div id=&quot;quizResult&quot; class=&quot;quiz-result&quot; style=&quot;display:none;&quot;&gt;&lt;/div&gt;
 &lt;p style=&quot;color:#5f6b4a;&quot;&gt;&lt;i&gt;Подсказка: вспомни, как быстро нагревается суша и море.&lt;/i&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 КАЛЕНДАРЬ ПОГОДЫ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;🌤️ Календарь погоды &lt;span style=&quot;font-size:1rem; font-weight:400; color:#5f6b4a;&quot;&gt;(кликни на иконку, чтобы выбрать)&lt;/span&gt;&lt;/h2&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;div style=&quot;display:flex; gap:12px; flex-wrap:wrap; margin-bottom:12px;&quot;&gt;
 &lt;span style=&quot;font-weight:600;&quot;&gt;Выбери погоду на сегодня:&lt;/span&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 16px; font-size:0.9rem;&quot; onclick=&quot;setWeather(&apos;☀️&apos;)&quot;&gt;☀️ Солнце&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 16px; font-size:0.9rem;&quot; onclick=&quot;setWeather(&apos;⛅&apos;)&quot;&gt;⛅ Облачно&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 16px; font-size:0.9rem;&quot; onclick=&quot;setWeather(&apos;🌧️&apos;)&quot;&gt;🌧️ Дождь&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 16px; font-size:0.9rem;&quot; onclick=&quot;setWeather(&apos;⛈️&apos;)&quot;&gt;⛈️ Гроза&lt;/button&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 16px; font-size:0.9rem;&quot; onclick=&quot;setWeather(&apos;🌤️&apos;)&quot;&gt;🌤️ Переменная&lt;/button&gt;
 &lt;/div&gt;
 &lt;div class=&quot;weather-grid&quot; id=&quot;weatherGrid&quot;&gt;&lt;/div&gt;
 &lt;p style=&quot;margin-top:8px; font-size:0.9rem; color:#888;&quot;&gt;👆 Нажми на день, чтобы отметить погоду&lt;/p&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 СОВЕТЫ РОДИТЕЛЯМ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;👨‍👩‍👦 Советы от Природы&lt;/h2&gt;
 &lt;div class=&quot;grid-2&quot;&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🩹&lt;/span&gt;
 &lt;h3&gt;Аптечка на даче&lt;/h3&gt;
 &lt;p&gt;Подорожник — от укусов и царапин. Алоэ — от ожогов. Приложи лист, и природа поможет!&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🧺&lt;/span&gt;
 &lt;h3&gt;Меню на пикник&lt;/h3&gt;
 &lt;p&gt;Фруктовый шашлык: нанижите на палочки ягоды, банан и яблоко. И бутерброды-зверюшки — весело и сытно!&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 ФОТОГАЛЕРЕЯ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;📸 Лето в объективе&lt;/h2&gt;
 &lt;div class=&quot;gallery&quot;&gt;
 &lt;div class=&quot;gallery-item&quot;&gt;🐕 &lt;span&gt;тень&lt;/span&gt;&lt;/div&gt;
 &lt;div class=&quot;gallery-item&quot;&gt;🌊 &lt;span&gt;море&lt;/span&gt;&lt;/div&gt;
 &lt;div class=&quot;gallery-item&quot;&gt;🐞 &lt;span&gt;жук&lt;/span&gt;&lt;/div&gt;
 &lt;div class=&quot;gallery-item&quot;&gt;🌻 &lt;span&gt;цветок&lt;/span&gt;&lt;/div&gt;
 &lt;/div&gt;
 &lt;p style=&quot;margin-top: 12px; font-style:italic;&quot;&gt;Загрузи свои фото и участвуй в конкурсе!&lt;/p&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 ДОСКА ДОСТИЖЕНИЙ
 ============================================================ --&gt;
 &lt;section style=&quot;margin-top: 50px;&quot;&gt;
 &lt;h2&gt;🏆 Мои летние рекорды&lt;/h2&gt;
 &lt;div class=&quot;grid-2&quot;&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;📖&lt;/span&gt;
 &lt;h3&gt;Книжный рекорд&lt;/h3&gt;
 &lt;p&gt;Сколько книг прочитано за лето?&lt;/p&gt;
 &lt;input type=&quot;number&quot; id=&quot;booksRead&quot; value=&quot;0&quot; min=&quot;0&quot; style=&quot;font-size:1.5rem; width:80px; padding:8px; border-radius:12px; border:2px solid #f1c40f; text-align:center;&quot;&gt;
 &lt;span style=&quot;font-size:1.2rem; font-weight:700;&quot;&gt; книг&lt;/span&gt;
 &lt;br&gt;&lt;br&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 20px; font-size:0.9rem;&quot; onclick=&quot;saveRecord()&quot;&gt;💾 Сохранить&lt;/button&gt;
 &lt;span id=&quot;bookSaveStatus&quot; style=&quot;font-size:0.8rem; color:#888;&quot;&gt;&lt;/span&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card&quot;&gt;
 &lt;span class=&quot;emoji-big&quot;&gt;🏊&lt;/span&gt;
 &lt;h3&gt;Спортивный рекорд&lt;/h3&gt;
 &lt;p&gt;Сколько раз купался?&lt;/p&gt;
 &lt;input type=&quot;number&quot; id=&quot;swimsCount&quot; value=&quot;0&quot; min=&quot;0&quot; style=&quot;font-size:1.5rem; width:80px; padding:8px; border-radius:12px; border:2px solid #f1c40f; text-align:center;&quot;&gt;
 &lt;span style=&quot;font-size:1.2rem; font-weight:700;&quot;&gt; раз&lt;/span&gt;
 &lt;br&gt;&lt;br&gt;
 &lt;button class=&quot;quiz-btn&quot; style=&quot;padding:6px 20px; font-size:0.9rem;&quot; onclick=&quot;saveRecord()&quot;&gt;💾 Сохранить&lt;/button&gt;
 &lt;span id=&quot;swimSaveStatus&quot; style=&quot;font-size:0.8rem; color:#888;&quot;&gt;&lt;/span&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class=&quot;card mt-10&quot; style=&quot;text-align:center;&quot;&gt;
 &lt;span style=&quot;font-size:1.2rem;&quot;&gt;🌟 Всего достижений: &lt;span id=&quot;totalAchievements&quot; style=&quot;font-weight:900; color:#e67e22;&quot;&gt;0&lt;/span&gt;&lt;/span&gt;
 &lt;/div&gt;
 &lt;/section&gt;

 &lt;!-- ============================================================
 ФУТЕР С PDF
 ============================================================ --&gt;
 &lt;div class=&quot;footer-note&quot;&gt;
 🎁 Скачай &lt;strong&gt;«Летний альбом»&lt;/strong&gt; (PDF) в конце каждого месяца — раскраски и календарь погоды!
 &lt;br&gt;&lt;br&gt;
 &lt;button class=&quot;pdf-btn&quot; onclick=&quot;generatePDF()&quot;&gt;📄 Скачать «Летний альбом» (PDF)&lt;/button&gt;
 &lt;br&gt;
 &lt;div id=&quot;pdfStatus&quot;&gt;&lt;/div&gt;
 &lt;/div&gt;

 &lt;/div&gt;

 &lt;!-- ============================================================
 JAVASCRIPT
 ============================================================ --&gt;
 &lt;script&gt;
 // ============================================================
 // 1. СЧЁТЧИК ДНЕЙ ЛЕТА
 // ============================================================
 function updateDayCounter() {
 const now = new Date();
 const currentYear = now.getFullYear();
 const startOfSummer = new Date(currentYear, 5, 1);
 const diffMs = now - startOfSummer;
 const diffDays = Math.floor(diffMs / (1000 * 60 * 60 * 24)) + 1;
 const el = document.getElementById(&apos;dayCounter&apos;);
 if (diffDays &gt; 0 &amp;&amp; diffDays &lt;= 92) {
 el.textContent = diffDays;
 } else if (diffDays &gt; 92) {
 el.textContent = &apos;🔥&apos;;
 } else {
 el.textContent = &apos;0&apos;;
 }
 }
 updateDayCounter();

 // ============================================================
 // 2. КАЛЕНДАРЬ
 // ============================================================
 function renderCalendar() {
 const grid = document.getElementById(&apos;calendarGrid&apos;);
 grid.innerHTML = &apos;&apos;;
 const month = 6;
 const year = 2026;
 const daysInMonth = new Date(year, month + 1, 0).getDate();
 const firstDay = new Date(year, month, 1).getDay();
 const startOffset = (firstDay === 0) ? 6 : firstDay - 1;

 const weekdays = [&apos;Пн&apos;, &apos;Вт&apos;, &apos;Ср&apos;, &apos;Чт&apos;, &apos;Пт&apos;, &apos;Сб&apos;, &apos;Вс&apos;];
 for (let i = 0; i &lt; 7; i++) {
 const head = document.createElement(&apos;div&apos;);
 head.className = &apos;cal-day empty&apos;;
 head.style.fontSize = &apos;0.6rem&apos;;
 head.style.background = &apos;transparent&apos;;
 head.style.fontWeight = &apos;600&apos;;
 head.style.color = &apos;#888&apos;;
 head.textContent = weekdays[i];
 grid.appendChild(head);
 }

 for (let i = 0; i &lt; startOffset; i++) {
 const empty = document.createElement(&apos;div&apos;);
 empty.className = &apos;cal-day empty&apos;;
 grid.appendChild(empty);
 }

 const today = new Date();
 const todayDate = today.getDate();
 const todayMonth = today.getMonth();
 const todayYear = today.getFullYear();

 for (let d = 1; d &lt;= daysInMonth; d++) {
 const cell = document.createElement(&apos;div&apos;);
 cell.className = &apos;cal-day&apos;;
 cell.textContent = d;

 const dayOfWeek = (startOffset + d - 1) % 7;
 if (dayOfWeek === 5 || dayOfWeek === 6) {
 cell.classList.add(&apos;weekend&apos;);
 }

 if (d === todayDate &amp;&amp; month === todayMonth &amp;&amp; year === todayYear) {
 cell.classList.add(&apos;today&apos;);
 }

 const key = `summer_cal_${year}_${month}_${d}`;
 if (localStorage.getItem(key) === &apos;done&apos;) {
 cell.classList.add(&apos;done&apos;);
 }

 cell.addEventListener(&apos;click&apos;, function(e) {
 e.stopPropagation();
 const isDone = this.classList.toggle(&apos;done&apos;);
 if (isDone) {
 localStorage.setItem(key, &apos;done&apos;);
 } else {
 localStorage.removeItem(key);
 }
 updateDoneCount();
 });

 grid.appendChild(cell);
 }

 document.getElementById(&apos;totalDays&apos;).textContent = daysInMonth;
 updateDoneCount();
 }

 function updateDoneCount() {
 const grid = document.getElementById(&apos;calendarGrid&apos;);
 const done = grid.querySelectorAll(&apos;.cal-day.done&apos;).length;
 document.getElementById(&apos;doneCount&apos;).textContent = done;
 }

 renderCalendar();

 // ============================================================
 // 3. КВИЗ
 // ============================================================
 function checkQuiz(answer) {
 const resultDiv = document.getElementById(&apos;quizResult&apos;);
 resultDiv.style.display = &apos;block&apos;;
 if (answer === &apos;sand&apos;) {
 resultDiv.innerHTML = &apos;✅ Абсолютно верно! Песок нагревается быстрее воды. ☀️ Ты — Магистр Солнца!&apos;;
 resultDiv.style.borderLeftColor = &apos;#f39c12&apos;;
 } else if (answer === &apos;water&apos;) {
 resultDiv.innerHTML = &apos;❌ Не совсем! Вода нагревается медленнее. Попробуй ещё раз. 💧&apos;;
 resultDiv.style.borderLeftColor = &apos;#2980b9&apos;;
 } else {
 resultDiv.innerHTML = &apos;🤔 Нет! Песок и вода нагреваются по-разному. Попробуй ещё раз!&apos;;
 resultDiv.style.borderLeftColor = &apos;#888&apos;;
 }
 }

 // ============================================================
 // 4. КАЛЕНДАРЬ ПОГОДЫ
 // ============================================================
 function renderWeather() {
 const grid = document.getElementById(&apos;weatherGrid&apos;);
 grid.innerHTML = &apos;&apos;;
 const today = new Date();
 const month = today.getMonth();
 const year = today.getFullYear();
 const daysInMonth = new Date(year, month + 1, 0).getDate();

 const weatherIcons = [&apos;☀️&apos;, &apos;⛅&apos;, &apos;🌤️&apos;, &apos;🌧️&apos;, &apos;⛈️&apos;, &apos;🌦️&apos;];

 for (let d = 1; d &lt;= daysInMonth; d++) {
 const day = document.createElement(&apos;div&apos;);
 day.className = &apos;weather-day&apos;;
 const key = `weather_${year}_${month}_${d}`;
 const saved = localStorage.getItem(key);

 const iconSpan = document.createElement(&apos;span&apos;);
 iconSpan.className = &apos;icon&apos;;
 iconSpan.textContent = saved || &apos;❓&apos;;
 iconSpan.style.fontSize = &apos;1.8rem&apos;;

 const dateSpan = document.createElement(&apos;span&apos;);
 dateSpan.className = &apos;date&apos;;
 const dateObj = new Date(year, month, d);
 const weekdays = [&apos;Пн&apos;, &apos;Вт&apos;, &apos;Ср&apos;, &apos;Чт&apos;, &apos;Пт&apos;, &apos;Сб&apos;, &apos;Вс&apos;];
 dateSpan.textContent = `${d} ${weekdays[dateObj.getDay() === 0 ? 6 : dateObj.getDay() - 1]}`;

 day.appendChild(iconSpan);
 day.appendChild(dateSpan);

 day.addEventListener(&apos;click&apos;, function() {
 const currentIcon = this.querySelector(&apos;.icon&apos;).textContent;
 let nextIndex = weatherIcons.indexOf(currentIcon);
 if (nextIndex === -1) nextIndex = 0;
 else nextIndex = (nextIndex + 1) % weatherIcons.length;
 const newIcon = weatherIcons[nextIndex];
 this.querySelector(&apos;.icon&apos;).textContent = newIcon;
 localStorage.setItem(key, newIcon);
 });

 grid.appendChild(day);
 }
 }
 renderWeather();

 function setWeather(icon) {
 const today = new Date();
 const key = `weather_${today.getFullYear()}_${today.getMonth()}_${today.getDate()}`;
 localStorage.setItem(key, icon);
 renderWeather();
 }

 // ============================================================
 // 5. ДОСКА ДОСТИЖЕНИЙ
 // ============================================================
 function saveRecord() {
 const books = document.getElementById(&apos;booksRead&apos;).value;
 const swims = document.getElementById(&apos;swimsCount&apos;).value;
 localStorage.setItem(&apos;books_read&apos;, books);
 localStorage.setItem(&apos;swims_count&apos;, swims);
 document.getElementById(&apos;bookSaveStatus&apos;).textContent = &apos;✅ сохранено!&apos;;
 document.getElementById(&apos;swimSaveStatus&apos;).textContent = &apos;✅ сохранено!&apos;;
 setTimeout(() =&gt; {
 document.getElementById(&apos;bookSaveStatus&apos;).textContent = &apos;&apos;;
 document.getElementById(&apos;swimSaveStatus&apos;).textContent = &apos;&apos;;
 }, 2000);
 updateAchievements();
 }

 function loadRecords() {
 const books = localStorage.getItem(&apos;books_read&apos;) || &apos;0&apos;;
 const swims = localStorage.getItem(&apos;swims_count&apos;) || &apos;0&apos;;
 document.getElementById(&apos;booksRead&apos;).value = books;
 document.getElementById(&apos;swimsCount&apos;).value = swims;
 updateAchievements();
 }

 function updateAchievements() {
 const books = parseInt(document.getElementById(&apos;booksRead&apos;).value) || 0;
 const swims = parseInt(document.getElementById(&apos;swimsCount&apos;).value) || 0;
 const total = books + swims;
 document.getElementById(&apos;totalAchievements&apos;).textContent = total;
 }

 loadRecords();

 // ============================================================
 // 6. ГЕНЕРАЦИЯ PDF С ВАШИМИ РАСКРАСКАМИ
 // ============================================================
 async function generatePDF() {
 const status = document.getElementById(&apos;pdfStatus&apos;);
 status.textContent = &apos;⏳ Загрузка картинок и создание PDF...&apos;;
 status.style.color = &apos;#666&apos;;

 try {
 if (typeof window.jspdf === &apos;undefined&apos;) {
 throw new Error(&apos;Библиотека jsPDF не загружена&apos;);
 }

 // --- Загружаем изображения по URL и конвертируем в base64 ---
 async function getImageBase64(url) {
 const response = await fetch(url);
 if (!response.ok) {
 throw new Error(`Не удалось загрузить изображение: ${url} (статус ${response.status})`);
 }
 const blob = await response.blob();
 return new Promise((resolve, reject) =&gt; {
 const reader = new FileReader();
 reader.onloadend = () =&gt; resolve(reader.result);
 reader.onerror = reject;
 reader.readAsDataURL(blob);
 });
 }

 // ВАШИ ССЫЛКИ НА РАСКРАСКИ
 const imageUrls = [
 &apos;https://www.pankratova74.ru/23/2026/37bd91d98918c7d035ffa3f1d07f98a9.jpg&apos;,
 &apos;https://www.pankratova74.ru/23/2026/7b1ae8269b69742a31178cc496210d38.jpg&apos;
 ];

 // Загружаем все картинки параллельно
 const imageDataArray = await Promise.all(imageUrls.map(url =&gt; getImageBase64(url)));

 // --- Создаём PDF ---
 const { jsPDF } = window.jspdf;
 const doc = new jsPDF(&apos;p&apos;, &apos;mm&apos;, &apos;a4&apos;);
 const pageWidth = 210;
 const pageHeight = 297;
 const margin = 15;
 let y = margin;

 // Заголовок
 doc.setFontSize(24);
 doc.setTextColor(241, 196, 15);
 doc.text(&apos;☀️ Летний альбом&apos;, pageWidth / 2, y, { align: &apos;center&apos; });
 y += 10;

 doc.setFontSize(12);
 doc.setTextColor(44, 62, 80);
 const now = new Date();
 const dateStr = now.toLocaleDateString(&apos;ru-RU&apos;, { day: &apos;numeric&apos;, month: &apos;long&apos;, year: &apos;numeric&apos; });
 doc.text(`Создан: ${dateStr}`, pageWidth / 2, y, { align: &apos;center&apos; });
 y += 12;

 doc.setDrawColor(200, 200, 200);
 doc.line(margin, y, pageWidth - margin, y);
 y += 10;

 // --- Вставляем раскраски ---
 const labels = [&apos;🎨 Раскраска 1&apos;, &apos;🎨 Раскраска 2&apos;];
 const imgWidth = 80;
 const imgHeight = 80;

 for (let i = 0; i &lt; imageDataArray.length; i++) {
 const imgData = imageDataArray[i];
 const label = labels[i] || `🎨 Раскраска ${i + 1}`;

 doc.setFontSize(16);
 doc.setTextColor(0, 0, 0);
 doc.text(label, margin, y);
 y += 6;

 try {
 const x = (pageWidth - imgWidth) / 2;
 doc.addImage(imgData, &apos;JPEG&apos;, x, y, imgWidth, imgHeight);
 y += imgHeight + 10;
 } catch (imgError) {
 console.error(`Ошибка вставки ${label}:`, imgError);
 doc.setFontSize(10);
 doc.setTextColor(255, 0, 0);
 doc.text(`⚠️ Не удалось вставить картинку ${i+1}`, margin + 20, y + 10);
 y += 20;
 }
 }

 // --- Подпись ---
 doc.setFontSize(11);
 doc.setTextColor(0, 0, 0);
 doc.text(&apos;📝 Мои впечатления: _________________________________&apos;, margin, y);
 y += 10;

 doc.setFontSize(10);
 doc.setTextColor(100, 100, 100);
 doc.text(&apos;🌟 &quot;Лето — это маленькая жизнь&quot;&apos;, pageWidth / 2, y + 15, { align: &apos;center&apos; });

 doc.setFontSize(8);
 doc.setTextColor(150, 150, 150);
 doc.text(&apos;Стр. 1&apos;, pageWidth - margin, pageHeight - 10);

 // --- Скачиваем ---
 const pdfData = doc.output(&apos;dataurlstring&apos;);
 const link = document.createElement(&apos;a&apos;);
 link.href = pdfData;
 link.download = &apos;Letniy_albom.pdf&apos;;
 document.body.appendChild(link);
 link.click();
 document.body.removeChild(link);

 status.textContent = &apos;✅ PDF успешно создан и скачан!&apos;;
 status.style.color = &apos;#2e7d32&apos;;

 } catch (error) {
 console.error(&apos;Ошибка:&apos;, error);
 status.textContent = `❌ Ошибка: ${error.message}`;
 status.style.color = &apos;#c62828&apos;;
 }
 }
 &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/leto/2026-07-27-337</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/leto/2026-07-27-337</guid>
			<pubDate>Mon, 27 Jul 2026 08:40:17 GMT</pubDate>
		</item>
		<item>
			<title>Захватывающий мир насекомых</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В группе &amp;laquo;Василёк&amp;raquo; прошёл тематический день, посвящённый удивительной жизни насекомых. Юные исследователи с неподдельным любопытством открывали для себя окружающую природу!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/21876781.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s21876781.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;br /&gt;
Главным способом познания стало наблюдение: во время прогулки ребята внимательно рассматривали жуков, бабочек и муравьёв, знакомились с их особенностями, окраской и повадками, учились замечать удивительную красоту даже в самых маленьких жителях нашей планеты.&amp;nbsp;&lt;br /&gt;
Полученные впечатления дети сразу перенесли в творчество:&lt;br /&gt;
&amp;nb...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В группе &amp;laquo;Василёк&amp;raquo; прошёл тематический день, посвящённый удивительной жизни насекомых. Юные исследователи с неподдельным любопытством открывали для себя окружающую природу!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/21876781.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s21876781.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;br /&gt;
Главным способом познания стало наблюдение: во время прогулки ребята внимательно рассматривали жуков, бабочек и муравьёв, знакомились с их особенностями, окраской и повадками, учились замечать удивительную красоту даже в самых маленьких жителях нашей планеты.&amp;nbsp;&lt;br /&gt;
Полученные впечатления дети сразу перенесли в творчество:&lt;br /&gt;
&amp;nbsp;на занятии по конструированию появились объёмные стрекозы, божьи коровки и бабочки;&lt;br /&gt;
&amp;nbsp;в работах засияли яркие крылья и пёстрые спинки.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG2--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/91234991.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s91234991.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG2--&gt;&lt;br /&gt;
Каждая поделка получилась неповторимой &amp;mdash; юные мастера старались показать не только внешний вид насекомых, но и своё душевное отношение к маленьким &amp;laquo;соседям&amp;raquo; по планете.&amp;nbsp;&lt;br /&gt;
День насекомых стал не просто увлекательным досугом, а важной ступенью в формировании экологического мышления и бережного отношения к природе.&amp;nbsp;&lt;br /&gt;
Вместе учимся замечать чудеса в каждом уголке нашего мира!&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG3--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/74994543.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s74994543.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG3--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/zakhvatyvajushhij_mir_nasekomykh/2026-07-20-333</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/zakhvatyvajushhij_mir_nasekomykh/2026-07-20-333</guid>
			<pubDate>Mon, 20 Jul 2026 07:55:57 GMT</pubDate>
		</item>
		<item>
			<title>Поздравление с Днём семьи, любви и верности</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Дорогие друзья, сердечно поздравляем вас с Днём семьи, любви и верности!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Это тёплый и светлый праздник, который напоминает нам о главном: о ценности семьи, о силе любви и о поддержке, которая особенно важна в каждом дне.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Пусть в вашем доме всегда будет уют, а в сердцах &amp;mdash; спокойствие и уверенность в завтрашнем дне. Пусть слова &amp;laquo;мы&amp;raquo; и &amp;laquo;вместе&amp;raquo; звучат как можно чаще &amp;mdash; в радости и в любых жизненных обстоятельствах.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Дорогие друзья, сердечно поздравляем вас с Днём семьи, любви и верности!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Это тёплый и светлый праздник, который напоминает нам о главном: о ценности семьи, о силе любви и о поддержке, которая особенно важна в каждом дне.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Пусть в вашем доме всегда будет уют, а в сердцах &amp;mdash; спокойствие и уверенность в завтрашнем дне. Пусть слова &amp;laquo;мы&amp;raquo; и &amp;laquo;вместе&amp;raquo; звучат как можно чаще &amp;mdash; в радости и в любых жизненных обстоятельствах.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Желаем вам крепких отношений, уважения друг к другу и вдохновения на новые добрые дела. Пусть близкие люди будут рядом, а общие воспоминания наполняют день улыбками.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Пусть любовь вдохновляет, верность укрепляет, а забота становится привычкой &amp;mdash; так, как это умеют настоящие семьи.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;С праздником! Берегите друг друга, любите и будьте счастливы!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/pozdravlenie_s_dnjom_semi_ljubvi_i_vernosti/2026-07-08-332</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/pozdravlenie_s_dnjom_semi_ljubvi_i_vernosti/2026-07-08-332</guid>
			<pubDate>Wed, 08 Jul 2026 07:36:12 GMT</pubDate>
		</item>
		<item>
			<title>Мир театра</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В детском саду&amp;nbsp; прошёл тематический день, посвящённый миру театра. Воспитатели сделали акцент на том, что театр &amp;mdash; это не только искусство, но и эффективный инструмент для развития у детей эмоционального интеллекта, красивой речи и творческого воображения.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/80719151.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s80719151.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Утро началось с познавательной пре...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В детском саду&amp;nbsp; прошёл тематический день, посвящённый миру театра. Воспитатели сделали акцент на том, что театр &amp;mdash; это не только искусство, но и эффективный инструмент для развития у детей эмоционального интеллекта, красивой речи и творческого воображения.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/80719151.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s80719151.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Утро началось с познавательной презентации &amp;laquo;Знакомство с театром&amp;raquo;. Ребята в доступной форме узнали, как устроен зрительный зал и что такое сцена, а также познакомились с представлением о том, кто такой &amp;laquo;артист&amp;raquo;. Для закрепления темы дети прочитали стихотворение Агнии Барто &amp;laquo;В театре&amp;raquo; и рассмотрели красочные иллюстрации из книг.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG2--&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/86290975.jpg&quot; /&gt;&lt;!--IMG2--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Главной частью программы стали игровые занятия, где каждый ребёнок смог почувствовать себя участником представления. В ходе рассказывания сказок дети использовали разные виды театра: ребята не только пересказывали знакомые сюжеты, но и пробовали придумывать новые диалоги.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Особое внимание уделялось выразительности: дошколята учились передавать характер героев с помощью интонации и движений, а также осваивали пластику, чтобы сказочный персонаж &amp;laquo;оживал&amp;raquo; на сцене.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Завершился день творческой мастерской. Под руководством воспитателя каждый ребёнок изготовил театральную маску своими руками. Получившийся реквизит стал для юных артистов личным атрибутом и напоминанием о пережитых эмоциях.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG3--&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/45980548.jpg&quot; /&gt;&lt;!--IMG3--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&amp;laquo;День театра&amp;raquo; прошёл в атмосфере радости, творчества и вдохновения. Организаторы уверены, что впечатления от занятия надолго останутся в памяти детей и поддержат интерес к театральному искусству.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/mir_teatra/2026-07-06-331</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/mir_teatra/2026-07-06-331</guid>
			<pubDate>Mon, 06 Jul 2026 14:39:35 GMT</pubDate>
		</item>
		<item>
			<title>Осторожно, открытое окно</title>
			<description>&lt;!-- ============================================================ --&gt;&lt;!-- БЛОК: ПАМЯТКА «ОСТОРОЖНО, ОТКРЫТОЕ ОКНО» (ЯРКАЯ ВЕРСИЯ) --&gt;&lt;!-- ВСЁ ВИДНО СРАЗУ — летнее настроение + польза --&gt;&lt;!-- ============================================================ --&gt;
&lt;div style=&quot;max-width:100%; margin:24px 0; font-family:&apos;Segoe UI&apos;,Roboto,system-ui,sans-serif; background: linear-gradient(135deg, #fefcf5 0%, #f8faf0 100%); border-radius:32px; padding:28px 32px; border:2px solid #ffd966; box-shadow:0 12px 30px rgba(255,180,50,0.15); position:relative; overflow:hidden;&quot;&gt;&lt;!-- Декоративные элементы фона --&gt;
&lt;div style=&quot;position:absolute; top:-30px; right:-20px; font-size:120px; opacity:0.06; pointer-events:none;&quot;&gt;🪟&lt;/div&gt;

&lt;div style=&quot;position:absolute; bottom:-20px; left:-10px; font-size:80px; opacity:0.06; pointer-events:none;&quot;&gt;🌞&lt;/div&gt;

&lt;div style=&quot;position:absolute; top:10px; right:40px; font-size:40px; opacity:0.08; pointer-events:none;&quot;&gt;☀️&lt;/div&gt;
&lt;!-- ШАПКА --&gt;

&lt;div style=&quot;display:flex; justify-con...</description>
			<content:encoded>&lt;!-- ============================================================ --&gt;&lt;!-- БЛОК: ПАМЯТКА «ОСТОРОЖНО, ОТКРЫТОЕ ОКНО» (ЯРКАЯ ВЕРСИЯ) --&gt;&lt;!-- ВСЁ ВИДНО СРАЗУ — летнее настроение + польза --&gt;&lt;!-- ============================================================ --&gt;
&lt;div style=&quot;max-width:100%; margin:24px 0; font-family:&apos;Segoe UI&apos;,Roboto,system-ui,sans-serif; background: linear-gradient(135deg, #fefcf5 0%, #f8faf0 100%); border-radius:32px; padding:28px 32px; border:2px solid #ffd966; box-shadow:0 12px 30px rgba(255,180,50,0.15); position:relative; overflow:hidden;&quot;&gt;&lt;!-- Декоративные элементы фона --&gt;
&lt;div style=&quot;position:absolute; top:-30px; right:-20px; font-size:120px; opacity:0.06; pointer-events:none;&quot;&gt;🪟&lt;/div&gt;

&lt;div style=&quot;position:absolute; bottom:-20px; left:-10px; font-size:80px; opacity:0.06; pointer-events:none;&quot;&gt;🌞&lt;/div&gt;

&lt;div style=&quot;position:absolute; top:10px; right:40px; font-size:40px; opacity:0.08; pointer-events:none;&quot;&gt;☀️&lt;/div&gt;
&lt;!-- ШАПКА --&gt;

&lt;div style=&quot;display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; margin-bottom:12px; padding-bottom:12px; border-bottom:3px dashed #ffd9a0;&quot;&gt;&lt;span style=&quot;background:linear-gradient(135deg, #ff6b6b, #ee5a24); color:white; padding:4px 18px; border-radius:40px; font-size:0.6rem; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; display:inline-flex; align-items:center; gap:6px; box-shadow:0 2px 8px rgba(238,90,36,0.3);&quot;&gt;⚠️ Безопасность&lt;/span&gt; &lt;span style=&quot;color:#8aa87a; font-size:0.7rem; background:#f0f5ec; padding:2px 12px; border-radius:30px;&quot;&gt;Июнь 2026&lt;/span&gt;&lt;/div&gt;
&lt;!-- ЗАГОЛОВОК --&gt;

&lt;div style=&quot;font-size:1.6rem; font-weight:800; color:#1a5a30; display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:8px; cursor:default;&quot;&gt;&lt;span style=&quot;background:#fef7e0; padding:0 10px; border-radius:20px; display:inline-block; transform:rotate(-1deg);&quot;&gt;Осторожно, открытое окно!&lt;/span&gt; &lt;span style=&quot;font-size:1.2rem;&quot;&gt;🪟&lt;/span&gt;&lt;/div&gt;
&lt;!-- ВСТУПЛЕНИЕ --&gt;

&lt;div style=&quot;font-size:0.95rem; color:#2c5a6b; border-left:5px solid #ffb347; padding-left:16px; margin-bottom:16px; font-weight:500; line-height:1.5; background:rgba(255,180,71,0.06); border-radius:0 12px 12px 0; padding:10px 16px;&quot;&gt;🪟 С наступлением тепла возрастает риск падения детей из окон. Почти половина случаев &amp;mdash; из-за порвавшейся москитной сетки.&lt;/div&gt;

&lt;div style=&quot;font-size:0.88rem; line-height:1.6; color:#2a4a3a;&quot;&gt;
&lt;p style=&quot;margin-bottom:12px; font-size:0.92rem;&quot;&gt;&lt;strong style=&quot;color:#1a5a30; font-size:1rem;&quot;&gt;Уважаемые родители!&lt;/strong&gt; Ежегодно с наступлением тепла фиксируется рост несчастных случаев, связанных с выпадением маленьких детей из окон. По статистике, &lt;strong style=&quot;color:#1a5a30;&quot;&gt;почти половина случаев выпадения детей из окон происходит из-за порвавшейся москитной сетки&lt;/strong&gt;. Она создаёт иллюзию закрытого окна, но не выдерживает даже веса годовалого ребёнка.&lt;/p&gt;
&lt;!-- ГЛАВНОЕ ПРАВИЛО (яркое) --&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #fef7e0, #fff3d6); border-radius:16px; padding:14px 18px; margin:14px 0; border-left:6px solid #ff6b6b; box-shadow:0 2px 8px rgba(255,107,107,0.1);&quot;&gt;&lt;span style=&quot;font-size:1.2rem;&quot;&gt;🔴&lt;/span&gt; &lt;strong style=&quot;color:#c2650c; font-size:1rem;&quot;&gt;ГЛАВНОЕ ПРАВИЛО:&lt;/strong&gt; Никогда не оставляйте ребёнка одного в комнате с открытым окном! &lt;strong style=&quot;color:#e67e22;&quot;&gt;ДАЖЕ НА СЕКУНДУ!&lt;/strong&gt;&lt;/div&gt;
&lt;!-- СЕТКА ПРАВИЛ (с цветными иконками) --&gt;

&lt;div style=&quot;display:grid; grid-template-columns:repeat(auto-fit, minmax(190px,1fr)); gap:14px; margin:16px 0 18px 0;&quot;&gt;
&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03); transition:0.2s;&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🪟&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Окно закрыто&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Если ребёнок дома &amp;mdash; окно должно быть закрыто или открыто в режиме проветривания.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🕸️&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Москитная сетка &amp;mdash; не защита&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Она не выдерживает вес ребёнка. Не рассчитывайте на неё!&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🪑&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Уберите мебель&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Кровати, стулья, тумбочки не должны стоять рядом с окном.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🔒&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Установите защиту&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Блокираторы, замки на ручках, решётки &amp;mdash; надёжная защита.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;💬&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Говорите с детьми&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Объясните, что окно &amp;mdash; не место для игр, и что на сетку опираться нельзя.&lt;/p&gt;
&lt;/div&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
&lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🏠&lt;/div&gt;

&lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Будьте бдительны в гостях&lt;/h4&gt;

&lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Правила безопасности актуальны не только для вашего дома.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- СТИХИ (с рамкой) --&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #eef6ea, #e4f0dc); border-radius:18px; padding:16px 20px; margin:16px 0; text-align:center; font-style:italic; color:#2a5a3a; font-size:0.9rem; border:2px solid #c8dfbc; line-height:1.7; box-shadow:inset 0 2px 10px rgba(0,0,0,0.02);&quot;&gt;🪟 Окно открыто &amp;mdash; не зевай,&lt;br /&gt;
&lt;strong&gt;И малыша не оставляй!&lt;/strong&gt;&lt;br /&gt;
Сетка &amp;mdash; это не стекло,&lt;br /&gt;
&lt;strong&gt;Она для мушек, не для всех.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Блокиратор ты поставь,&lt;br /&gt;
И безопасность проверяй.&lt;br /&gt;
Чтобы лето было без тревог,&lt;br /&gt;
&lt;strong&gt;Учи ребёнка правилам, дружок!&lt;/strong&gt;&lt;/div&gt;
&lt;!-- СОВЕТЫ ДЛЯ РОДИТЕЛЕЙ (синий акцент) --&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #e8f0fa, #dce8f5); border-radius:18px; padding:14px 18px; margin:14px 0; border-left:6px solid #4a90d9; box-shadow:0 2px 8px rgba(74,144,217,0.08);&quot;&gt;&lt;strong style=&quot;color:#1a5a8a; font-size:0.9rem; display:flex; align-items:center; gap:8px;&quot;&gt;👨&amp;zwj;👩&amp;zwj;👧 Совет для родителей:&lt;/strong&gt;

&lt;ul style=&quot;margin-left:18px; margin-top:6px; font-size:0.8rem; color:#2a4a3a; list-style-type:none; padding:0;&quot;&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Никогда не оставляйте маленького ребёнка одного в комнате с открытым окном.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Используйте средства защиты на окнах &amp;mdash; блокираторы или ручки-замки с ключом.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Проветривайте помещение, когда ребёнка нет в комнате.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Не ставьте мебель рядом с окнами, чтобы ребёнок не мог залезть на подоконник.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Объясните детям, что москитная сетка не выдерживает вес и на неё нельзя опираться.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- АВТОРСКИЙ СОВЕТ (с аватаркой) --&gt;

&lt;div style=&quot;background:linear-gradient(115deg, #fefaf0, #fff3df); border-radius:18px; padding:16px 20px; margin:16px 0; border:2px solid #ffd9a0; box-shadow:0 4px 12px rgba(255,180,50,0.08);&quot;&gt;
&lt;div style=&quot;display:flex; align-items:center; gap:10px; margin-bottom:6px;&quot;&gt;&lt;span style=&quot;font-size:1.8rem;&quot;&gt;🧡&lt;/span&gt; &lt;strong style=&quot;color:#c2650c; font-size:1rem;&quot;&gt;Совет от старшего воспитателя&lt;/strong&gt;&lt;/div&gt;

&lt;p style=&quot;font-size:0.85rem; color:#4a6a40; margin-top:4px; font-style:italic; line-height:1.5;&quot;&gt;&amp;laquo;Самая большая опасность &amp;mdash; это самоуверенность взрослых. &quot;Я только на секунду&quot;, &quot;Ребёнок не подойдёт&quot; &amp;mdash; эти мысли могут стоить жизни. Москитная сетка не защищает! Установите надёжные блокираторы на окна и никогда не оставляйте детей без присмотра рядом с открытым окном. Поговорите с ребёнком об опасности &amp;mdash; дети понимают больше, чем мы думаем. Берегите своих детей!&amp;raquo;&lt;/p&gt;

&lt;div style=&quot;margin-top:8px; font-size:0.75rem; color:#8aa87a; display:flex; align-items:center; gap:6px;&quot;&gt;&amp;mdash; Панкратова Ольга Викторовна, старший воспитатель&lt;/div&gt;
&lt;/div&gt;
&lt;!-- СТАТИСТИКА (цветные бейджи) --&gt;

&lt;div style=&quot;display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-start; margin:14px 0;&quot;&gt;&lt;span style=&quot;background:linear-gradient(135deg, #ff6b6b20, #ff6b6b08); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#c0392b; display:inline-flex; align-items:center; gap:8px; border:1px solid #ff6b6b30;&quot;&gt;70% падений &amp;mdash; из-за москитной сетки&lt;/span&gt; &lt;span style=&quot;background:linear-gradient(135deg, #2196F320, #2196F308); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#1565C0; display:inline-flex; align-items:center; gap:8px; border:1px solid #2196F330;&quot;&gt;90% пострадавших &amp;mdash; дети до 5 лет&lt;/span&gt; &lt;span style=&quot;background:linear-gradient(135deg, #ff980020, #ff980008); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#e65100; display:inline-flex; align-items:center; gap:8px; border:1px solid #ff980030;&quot;&gt;1 секунда &amp;mdash; достаточно для трагедии&lt;/span&gt;&lt;/div&gt;
&lt;!-- ИГРОВЫЕ СИТУАЦИИ (с иконками) --&gt;

&lt;div style=&quot;background:linear-gradient(135deg, #f0f5ec, #e8f0e2); border-radius:18px; padding:14px 18px; margin:14px 0; border:2px solid #d4e8c8;&quot;&gt;&lt;strong style=&quot;color:#1a6a30; font-size:0.9rem; display:flex; align-items:center; gap:8px; margin-bottom:6px;&quot;&gt;🎮 Как закрепить правила с детьми:&lt;/strong&gt;

&lt;ul style=&quot;margin-left:18px; margin-top:6px; font-size:0.8rem; color:#2a4a3a; list-style-type:none; padding:0;&quot;&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🎭 &lt;strong&gt;Игра &amp;laquo;Опасное окно&amp;raquo;&lt;/strong&gt; &amp;mdash; рассмотрите ситуации и обсудите, что неправильно.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;📖 &lt;strong&gt;Придумайте сказку&lt;/strong&gt; &amp;mdash; &amp;laquo;Как котёнок упал с окна&amp;raquo; с правилами безопасности.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🎨 &lt;strong&gt;Нарисуйте плакат&lt;/strong&gt; &amp;mdash; &amp;laquo;Открытое окно &amp;mdash; опасно!&amp;raquo; и повесьте у окна.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🤝 &lt;strong&gt;Обсудите реальные примеры&lt;/strong&gt; &amp;mdash; спросите, что бы вы сделали в той или иной ситуации.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- КОНТАКТЫ --&gt;

&lt;div style=&quot;display:flex; gap:14px; flex-wrap:wrap; margin-top:8px; font-size:0.75rem; color:#4a6a40; background:#f8faf6; padding:8px 14px; border-radius:40px; justify-content:center;&quot;&gt;&lt;span&gt;📞 112 &amp;mdash; единая служба спасения&lt;/span&gt; &lt;span style=&quot;color:#d4e8c8;&quot;&gt;|&lt;/span&gt; &lt;span&gt;🚑 103 &amp;mdash; скорая помощь&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ПОДВАЛ --&gt;

&lt;div style=&quot;margin-top:18px; padding-top:14px; border-top:2px dashed #dce8d0; text-align:center; font-size:0.7rem; color:#4a6a40;&quot;&gt;Панкратова Ольга Викторовна &amp;mdash; старший воспитатель | МАДОУ &quot;Д/с №2&quot;&lt;br /&gt;
&lt;span style=&quot;font-size:0.65rem; color:#8aa87a;&quot;&gt;Безопасность детей &amp;mdash; ответственность взрослых&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- =========== КОНЕЦ БЛОКА =========== --&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/ostorozhno_otkrytoe_okno/2026-06-29-330</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/ostorozhno_otkrytoe_okno/2026-06-29-330</guid>
			<pubDate>Mon, 29 Jun 2026 16:01:41 GMT</pubDate>
		</item>
		<item>
			<title>Изучаем правила дорожного движения!</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В детском саду № 2 в старшей группе &amp;laquo;Василёк&amp;raquo; состоялось познавательное мероприятие, посвящённое изучению правил дорожного движения.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG4--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/08458390.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s08458390.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG4--&gt;&lt;br /&gt;
В процессе занятия воспитанники узнали ключевые нормы безопасного поведения на дороге, выяснили, для чего нужны дорожные знаки, а также познакомились с тем, как работают сотрудники ГИБДД.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;!--IMG2--&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/85128526.jpg&quot; /&gt;&lt;!--IMG2--&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-s...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В детском саду № 2 в старшей группе &amp;laquo;Василёк&amp;raquo; состоялось познавательное мероприятие, посвящённое изучению правил дорожного движения.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG4--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/08458390.jpg&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s08458390.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG4--&gt;&lt;br /&gt;
В процессе занятия воспитанники узнали ключевые нормы безопасного поведения на дороге, выяснили, для чего нужны дорожные знаки, а также познакомились с тем, как работают сотрудники ГИБДД.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;!--IMG2--&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/85128526.jpg&quot; /&gt;&lt;!--IMG2--&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Дети с большим увлечением участвовали в словесных конкурсах и викторинах: отвечали на вопросы, разгадывали загадки&amp;nbsp;и показывали, как хорошо усвоили правила дорожного движения.&lt;br /&gt;
После основной познавательной части ребята закрепили материал в сюжетно-ролевой игре &amp;laquo;ГИБДД&amp;raquo;. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG6--&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/66467462.jpg&quot; /&gt;&lt;!--IMG6--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;Воспитанники с радостью примеряли роли инспекторов, водителей&amp;nbsp;и пешеходов, разыгрывали разные дорожные ситуации и учились выбирать верные решения на дороге.&lt;br /&gt;
Мероприятие прошло в тёплой, дружеской и интересной атмосфере. Полученные знания помогут детям стать более внимательными и ответственными участниками дорожного движения. Безопасность начинается с детства!&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/izuchaem_pravila_dorozhnogo_dvizhenija/2026-06-24-326</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/izuchaem_pravila_dorozhnogo_dvizhenija/2026-06-24-326</guid>
			<pubDate>Wed, 24 Jun 2026 16:35:16 GMT</pubDate>
		</item>
		<item>
			<title>Всероссийская акция «Свеча Памяти»</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a aria-label=&quot;&quot; href=&quot;https://vk.com/away.php?track_code=0xabcdefomdfZrMbkF8LJ5BoLcKlMYwpBTNHIio0wDhKLR1j-cJ3421s52f2TjhjqknjLohh6lLyUuNoZimINIBi-XTyW_hNhz_yJaZ-qG_4IOoy8ymmeNddSUY5TdwrpnCJfMNP0ptpbaI&amp;amp;post=-216821749_3804&amp;amp;el=snippet&amp;amp;to=https%3A%2F%2F%25D0%25B4%25D0%25B5%25D0%25BD%25D1%258C%25D0%25BF%25D0%25B0%25D0%25BC%25D1%258F%25D1%2582%25D0%25B8.%25D1%2580%25D1%2584&amp;amp;utf=1&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;&quot; aria-label=&quot;Всероссийская акция «Свеча Памяти»&quot; data-testid=&quot;snippet-attachment-image&quot; height=&quot;480&quot; loading=&quot;lazy&quot; src=&quot;https://sun9-10.userapi.com/impg/pXggXGEC-12mDwq8axdsJvaeh_sP26KiZIneVw/cImVHQ9FdFI.jpg?size=1074x480&amp;amp;quality=96&amp;amp;sign=35188b2341d83a521a9b981ed8a6cc9b&amp;amp;c_uniq_tag=QwwHdCxU3ocNHlYuxXauzuZYj4wMkcNRjSM0qA_ORK4&amp;amp;type=share&quot; style=&quot;width: 361px; height: 163px;&quot; width=&quot;1074&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a aria-label=&quot;&quot; href=&quot;https://vk.com/away.php?track_code=0xabcdefomdfZrMbkF8LJ5BoLcKlMYwpBTNHIio0wDhKLR1j-cJ3421s52f2TjhjqknjLohh6lLyUuNoZimINIBi-XTyW_hNhz_yJaZ-qG_4IOoy8ymmeNddSUY5TdwrpnCJfMNP0ptpbaI&amp;amp;post=-216821749_3804&amp;amp;el=snippet&amp;amp;to=https%3A%2F%2F%25D0%25B4%25D0%25B5%25D0%25BD%25D1%258C%25D0%25BF%25D0%25B0%25D0%25BC%25D1%258F%25D1%2582%25D0%25B8.%25D1%2580%25D1%2584&amp;amp;utf=1&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;&quot; aria-label=&quot;Всероссийская акция «Свеча Памяти»&quot; data-testid=&quot;snippet-attachment-image&quot; height=&quot;480&quot; loading=&quot;lazy&quot; src=&quot;https://sun9-10.userapi.com/impg/pXggXGEC-12mDwq8axdsJvaeh_sP26KiZIneVw/cImVHQ9FdFI.jpg?size=1074x480&amp;amp;quality=96&amp;amp;sign=35188b2341d83a521a9b981ed8a6cc9b&amp;amp;c_uniq_tag=QwwHdCxU3ocNHlYuxXauzuZYj4wMkcNRjSM0qA_ORK4&amp;amp;type=share&quot; style=&quot;width: 361px; height: 163px;&quot; width=&quot;1074&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;a aria-label=&quot;&quot; href=&quot;https://vk.com/away.php?track_code=0xabcdefomdfZrMbkF8LJ5BoLcKlMYwpBTNHIio0wDhKLR1j-cJ3421s52f2TjhjqknjLohh6lLyUuNoZimINIBi-XTyW_hNhz_yJaZ-qG_4IOoy8ymmeNddSUY5TdwrpnCJfMNP0ptpbaI&amp;amp;post=-216821749_3804&amp;amp;el=snippet&amp;amp;to=https%3A%2F%2F%25D0%25B4%25D0%25B5%25D0%25BD%25D1%258C%25D0%25BF%25D0%25B0%25D0%25BC%25D1%258F%25D1%2582%25D0%25B8.%25D1%2580%25D1%2584&amp;amp;utf=1&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Всероссийская акция &amp;laquo;Свеча Памяти&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;a aria-label=&quot;&quot; href=&quot;https://vk.com/away.php?track_code=0xabcdefomdfZrMbkF8LJ5BoLcKlMYwpBTNHIio0wDhKLR1j-cJ3421s52f2TjhjqknjLohh6lLyUuNoZimINIBi-XTyW_hNhz_yJaZ-qG_4IOoy8ymmeNddSUY5TdwrpnCJfMNP0ptpbaI&amp;amp;post=-216821749_3804&amp;amp;el=snippet&amp;amp;to=https%3A%2F%2F%25D0%25B4%25D0%25B5%25D0%25BD%25D1%258C%25D0%25BF%25D0%25B0%25D0%25BC%25D1%258F%25D1%2582%25D0%25B8.%25D1%2580%25D1%2584&amp;amp;utf=1&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;деньпамяти.рф&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Жителей Оренбургской области приглашают принять участие в онлайн-акции &amp;laquo;Свеча памяти&amp;raquo; и зажечь свечу в память о героях Великой Отечественной войны&lt;br /&gt;
10 июня по всей России стартует онлайн-акция &amp;laquo;Свеча памяти&amp;raquo;: до 22 июня на сайте &lt;a href=&quot;https://vk.com/away.php?to=http%3A%2F%2F%D0%B4%D0%B5%D0%BD%D1%8C%D0%BF%D0%B0%D0%BC%D1%8F%D1%82%D0%B8.%D1%80%D1%84&amp;amp;utf=1&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;деньпамяти.рф&lt;/a&gt; можно зажечь виртуальную свечу в память о 27 миллионах жизней, которые унесла Великая Отечественная война.&lt;br /&gt;
22 июня &amp;ndash; день, который отзывается в каждой семье. 85 лет назад в этот день началась война. Эта дата напоминает нам о цене мира, о подвиге, боли, мужестве и силе людей, благодаря которым наша страна победила.&lt;br /&gt;
С 2004 года в этот день люди по всей России выходят на улицы и зажигают свечи, чтобы вспомнить тех, кто не вернулся с полей сражений. В 2020 году пандемия не позволила сделать это и благотворительный фонд &amp;laquo;Память поколений&amp;raquo; впервые провел акцию онлайн. Этот формат сохранился, потому что дал миллионам людей возможность быть вместе, даже находясь далеко друг от друга.&lt;br /&gt;
Принять участие в акции может каждый &amp;ndash; для этого достаточно зайти на платформу &lt;a href=&quot;https://vk.com/away.php?to=http%3A%2F%2F%D0%B4%D0%B5%D0%BD%D1%8C%D0%BF%D0%B0%D0%BC%D1%8F%D1%82%D0%B8.%D1%80%D1%84&amp;amp;utf=1&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;деньпамяти.рф&lt;/a&gt; и нажать на кнопку &amp;laquo;Зажечь свечу памяти&amp;raquo;. Ваша свеча появится на интерактивной &amp;laquo;Карте памяти&amp;raquo;, и вы увидите, сколько людей в вашем регионе уже сказали &amp;laquo;я помню&amp;raquo;. Акция дает возможность не только вспомнить, но и помочь: на платформе можно сделать пожертвование в поддержку ветеранов.&lt;br /&gt;
На сайте акции есть уникальный раздел &amp;laquo;22 июня в историях&amp;raquo; &amp;ndash; собрание живых свидетельств тех лет. Это путешествие в прошлое по &amp;laquo;фронтовой дороге&amp;raquo;, где каждая остановка &amp;ndash; видеоистория. О Великой Отечественной войне рассказывают ее участники: фронтовики, блокадники, труженики тыла, узники концлагерей.&lt;br /&gt;
Присоединяйтесь, чтобы вместе сохранить память о подвиге и поддержать ветеранов.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/vserossijskaja_akcija_svecha_pamjati/2026-06-22-325</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/vserossijskaja_akcija_svecha_pamjati/2026-06-22-325</guid>
			<pubDate>Mon, 22 Jun 2026 05:24:31 GMT</pubDate>
		</item>
		<item>
			<title>Безопасность на воде</title>
			<description>&lt;!-- ============================================================ --&gt;
&lt;!-- БЛОК: ПАМЯТКА «БЕЗОПАСНОСТЬ НА ВОДЕ ЛЕТОМ» (ЯРКАЯ ВЕРСИЯ) --&gt;
&lt;!-- ВСЁ ВИДНО СРАЗУ — летнее настроение + польза --&gt;
&lt;!-- ============================================================ --&gt;

&lt;div style=&quot;max-width:100%; margin:24px 0; font-family:&apos;Segoe UI&apos;,Roboto,system-ui,sans-serif; background: linear-gradient(135deg, #fefcf5 0%, #f8faf0 100%); border-radius:32px; padding:28px 32px; border:2px solid #ffd966; box-shadow:0 12px 30px rgba(255,180,50,0.15); position:relative; overflow:hidden;&quot;&gt;

 &lt;!-- Декоративные элементы фона --&gt;
 &lt;div style=&quot;position:absolute; top:-30px; right:-20px; font-size:120px; opacity:0.06; pointer-events:none;&quot;&gt;🏖️&lt;/div&gt;
 &lt;div style=&quot;position:absolute; bottom:-20px; left:-10px; font-size:80px; opacity:0.06; pointer-events:none;&quot;&gt;🌊&lt;/div&gt;
 &lt;div style=&quot;position:absolute; top:10px; right:40px; font-size:40px; opacity:0.08; pointer-events:none;&quot;&gt;☀️&lt;/div&gt;

 &lt;!-- ШАПКА --&gt;
 &lt;div style=&quot;display:flex...</description>
			<content:encoded>&lt;!-- ============================================================ --&gt;
&lt;!-- БЛОК: ПАМЯТКА «БЕЗОПАСНОСТЬ НА ВОДЕ ЛЕТОМ» (ЯРКАЯ ВЕРСИЯ) --&gt;
&lt;!-- ВСЁ ВИДНО СРАЗУ — летнее настроение + польза --&gt;
&lt;!-- ============================================================ --&gt;

&lt;div style=&quot;max-width:100%; margin:24px 0; font-family:&apos;Segoe UI&apos;,Roboto,system-ui,sans-serif; background: linear-gradient(135deg, #fefcf5 0%, #f8faf0 100%); border-radius:32px; padding:28px 32px; border:2px solid #ffd966; box-shadow:0 12px 30px rgba(255,180,50,0.15); position:relative; overflow:hidden;&quot;&gt;

 &lt;!-- Декоративные элементы фона --&gt;
 &lt;div style=&quot;position:absolute; top:-30px; right:-20px; font-size:120px; opacity:0.06; pointer-events:none;&quot;&gt;🏖️&lt;/div&gt;
 &lt;div style=&quot;position:absolute; bottom:-20px; left:-10px; font-size:80px; opacity:0.06; pointer-events:none;&quot;&gt;🌊&lt;/div&gt;
 &lt;div style=&quot;position:absolute; top:10px; right:40px; font-size:40px; opacity:0.08; pointer-events:none;&quot;&gt;☀️&lt;/div&gt;

 &lt;!-- ШАПКА --&gt;
 &lt;div style=&quot;display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; margin-bottom:12px; padding-bottom:12px; border-bottom:3px dashed #ffd9a0;&quot;&gt;
 &lt;span style=&quot;background:linear-gradient(135deg, #ff6b6b, #ee5a24); color:white; padding:4px 18px; border-radius:40px; font-size:0.6rem; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; display:inline-flex; align-items:center; gap:6px; box-shadow:0 2px 8px rgba(238,90,36,0.3);&quot;&gt;
 &lt;i class=&quot;fas fa-shield-alt&quot;&gt;&lt;/i&gt; Безопасность
 &lt;/span&gt;
 &lt;span style=&quot;color:#8aa87a; font-size:0.7rem; background:#f0f5ec; padding:2px 12px; border-radius:30px;&quot;&gt;
 &lt;i class=&quot;far fa-calendar-alt&quot;&gt;&lt;/i&gt; Июнь 2026
 &lt;/span&gt;
 &lt;/div&gt;

 &lt;!-- ЗАГОЛОВОК --&gt;
 &lt;div style=&quot;font-size:1.6rem; font-weight:800; color:#1a5a30; display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:8px; cursor:default;&quot;&gt;
 &lt;span style=&quot;background:#fef7e0; padding:0 10px; border-radius:20px; display:inline-block; transform:rotate(-2deg);&quot;&gt;
 &lt;i class=&quot;fas fa-water&quot; style=&quot;color:#2196F3; font-size:1.6rem;&quot;&gt;&lt;/i&gt; Безопасность на воде
 &lt;/span&gt;
 &lt;span style=&quot;font-size:1.2rem; animation: none;&quot;&gt;☀️&lt;/span&gt;
 &lt;/div&gt;

 &lt;!-- ВСТУПЛЕНИЕ --&gt;
 &lt;div style=&quot;font-size:0.95rem; color:#2c5a6b; border-left:5px solid #ffb347; padding-left:16px; margin-bottom:16px; font-weight:500; line-height:1.5; background:rgba(255,180,71,0.06); border-radius:0 12px 12px 0; padding:10px 16px;&quot;&gt;
 🏊‍♂️ Чтобы летний отдых у воды был только в радость, напоминаем детям и родителям главные правила безопасности.
 &lt;/div&gt;

 &lt;div style=&quot;font-size:0.88rem; line-height:1.6; color:#2a4a3a;&quot;&gt;

 &lt;p style=&quot;margin-bottom:12px; font-size:0.92rem;&quot;&gt;
 &lt;strong style=&quot;color:#1a5a30; font-size:1rem;&quot;&gt;Уважаемые родители!&lt;/strong&gt; Лето — время отпусков и каникул. Многие семьи отправляются к водоёмам. Чтобы отдых принёс только радость, &lt;strong style=&quot;color:#1a5a30;&quot;&gt;важно помнить о безопасности&lt;/strong&gt; и объяснить эти правила детям.
 &lt;/p&gt;

 &lt;!-- ГЛАВНОЕ ПРАВИЛО (яркое) --&gt;
 &lt;div style=&quot;background:linear-gradient(135deg, #fef7e0, #fff3d6); border-radius:16px; padding:14px 18px; margin:14px 0; border-left:6px solid #ff6b6b; box-shadow:0 2px 8px rgba(255,107,107,0.1);&quot;&gt;
 &lt;span style=&quot;font-size:1.2rem;&quot;&gt;🔴&lt;/span&gt;
 &lt;strong style=&quot;color:#c2650c; font-size:1rem;&quot;&gt;ГЛАВНОЕ ПРАВИЛО:&lt;/strong&gt; Купаться можно только в специально отведённых местах и &lt;strong style=&quot;color:#e67e22;&quot;&gt;ТОЛЬКО В ПРИСУТСТВИИ ВЗРОСЛЫХ!&lt;/strong&gt;
 &lt;/div&gt;

 &lt;!-- СЕТКА ПРАВИЛ (с цветными иконками) --&gt;
 &lt;div style=&quot;display:grid; grid-template-columns:repeat(auto-fit, minmax(190px,1fr)); gap:14px; margin:16px 0 18px 0;&quot;&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03); transition:0.2s;&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;👀&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Не спускай глаз&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Всегда смотри на ребёнка, когда он в воде. Даже на мелководье.&lt;/p&gt;
 &lt;/div&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🏊&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Плавать умеешь?&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Научите детей плавать. Надевайте нарукавники или жилет.&lt;/p&gt;
 &lt;/div&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;⛔&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Запрещённые места&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Не купайтесь в незнакомых местах — могут быть ямы, коряги, водовороты.&lt;/p&gt;
 &lt;/div&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🌡️&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Не перегревайся&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Входите в воду постепенно. Нельзя нырять в холодную воду в жару.&lt;/p&gt;
 &lt;/div&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🍦&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;После еды — подожди&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Не купайтесь сразу после еды. Подождите 30–40 минут.&lt;/p&gt;
 &lt;/div&gt;

 &lt;div style=&quot;background:linear-gradient(135deg, #ffffff, #f8faf6); border-radius:18px; padding:14px 16px; border:1px solid #e2ecd9; box-shadow:0 2px 6px rgba(0,0,0,0.03);&quot;&gt;
 &lt;div style=&quot;font-size:2rem; display:block; margin-bottom:6px; text-align:center;&quot;&gt;🆘&lt;/div&gt;
 &lt;h4 style=&quot;color:#1a6a30; font-size:0.9rem; margin-bottom:3px; text-align:center;&quot;&gt;Знай, как звать на помощь&lt;/h4&gt;
 &lt;p style=&quot;color:#4a6a40; font-size:0.72rem; line-height:1.35; text-align:center;&quot;&gt;Если что-то случилось — громко кричи и зови взрослых.&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;

 &lt;!-- СТИХИ (с рамкой) --&gt;
 &lt;div style=&quot;background:linear-gradient(135deg, #eef6ea, #e4f0dc); border-radius:18px; padding:16px 20px; margin:16px 0; text-align:center; font-style:italic; color:#2a5a3a; font-size:0.9rem; border:2px solid #c8dfbc; line-height:1.7; box-shadow:inset 0 2px 10px rgba(0,0,0,0.02);&quot;&gt;
 &lt;i class=&quot;fas fa-quote-left&quot; style=&quot;color:#ffb347; font-size:1.2rem; margin-right:8px;&quot;&gt;&lt;/i&gt;
 Если в воду ты идёшь,&lt;br&gt;
 &lt;strong&gt;Взрослых рядом ты найдёшь!&lt;/strong&gt;&lt;br&gt;
 Без родителей, дружок,&lt;br&gt;
 &lt;strong&gt;Не ныряй в речной поток!&lt;/strong&gt;&lt;br&gt;
 &lt;br&gt;
 Нарукавники надень,&lt;br&gt;
 Соблюдай режим и день.&lt;br&gt;
 Чтобы лето было ярким,&lt;br&gt;
 &lt;strong&gt;Помни правила — подарком!&lt;/strong&gt;
 &lt;/div&gt;

 &lt;!-- СОВЕТЫ ДЛЯ РОДИТЕЛЕЙ (синий акцент) --&gt;
 &lt;div style=&quot;background:linear-gradient(135deg, #e8f0fa, #dce8f5); border-radius:18px; padding:14px 18px; margin:14px 0; border-left:6px solid #4a90d9; box-shadow:0 2px 8px rgba(74,144,217,0.08);&quot;&gt;
 &lt;strong style=&quot;color:#1a5a8a; font-size:0.9rem; display:flex; align-items:center; gap:8px;&quot;&gt;
 &lt;i class=&quot;fas fa-users&quot; style=&quot;color:#4a90d9;&quot;&gt;&lt;/i&gt; Совет для родителей:
 &lt;/strong&gt;
 &lt;ul style=&quot;margin-left:18px; margin-top:6px; font-size:0.8rem; color:#2a4a3a; list-style-type:none; padding:0;&quot;&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Всегда контролируйте детей у воды — даже если умеете плавать.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Выбирайте для купания только официально разрешённые пляжи.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Не разрешайте опасные игры на воде (толкаться, топить друг друга).&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Научите ребёнка номеру экстренных служб — 112.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;✔️ Помните: безопасность ребёнка — в ваших руках!&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/div&gt;

 &lt;!-- АВТОРСКИЙ СОВЕТ (с аватаркой) --&gt;
 &lt;div style=&quot;background:linear-gradient(115deg, #fefaf0, #fff3df); border-radius:18px; padding:16px 20px; margin:16px 0; border:2px solid #ffd9a0; box-shadow:0 4px 12px rgba(255,180,50,0.08);&quot;&gt;
 &lt;div style=&quot;display:flex; align-items:center; gap:10px; margin-bottom:6px;&quot;&gt;
 &lt;span style=&quot;font-size:1.8rem;&quot;&gt;🧡&lt;/span&gt;
 &lt;strong style=&quot;color:#c2650c; font-size:1rem;&quot;&gt;Совет от старшего воспитателя&lt;/strong&gt;
 &lt;/div&gt;
 &lt;p style=&quot;font-size:0.85rem; color:#4a6a40; margin-top:4px; font-style:italic; line-height:1.5;&quot;&gt;«Лучший способ научить ребёнка безопасности — личный пример. Покажите, как вы входите в воду, как отдыхаете на пляже, как соблюдаете правила. Дети копируют взрослых! Обсудите с ними эти правила до поездки на водоём. И всегда держите ребёнка в поле зрения — даже секунда может быть решающей.»&lt;/p&gt;
 &lt;div style=&quot;margin-top:8px; font-size:0.75rem; color:#8aa87a; display:flex; align-items:center; gap:6px;&quot;&gt;
 &lt;i class=&quot;fas fa-leaf&quot; style=&quot;color:#ffb347;&quot;&gt;&lt;/i&gt; Панкратова Ольга Викторовна, старший воспитатель
 &lt;/div&gt;
 &lt;/div&gt;

 &lt;!-- СТАТИСТИКА (цветные бейджи) --&gt;
 &lt;div style=&quot;display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-start; margin:14px 0;&quot;&gt;
 &lt;span style=&quot;background:linear-gradient(135deg, #ff6b6b20, #ff6b6b08); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#c0392b; display:inline-flex; align-items:center; gap:8px; border:1px solid #ff6b6b30;&quot;&gt;
 &lt;i class=&quot;fas fa-water&quot; style=&quot;color:#ff6b6b;&quot;&gt;&lt;/i&gt; 80% несчастных случаев — из-за отсутствия контроля взрослых
 &lt;/span&gt;
 &lt;span style=&quot;background:linear-gradient(135deg, #2196F320, #2196F308); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#1565C0; display:inline-flex; align-items:center; gap:8px; border:1px solid #2196F330;&quot;&gt;
 &lt;i class=&quot;fas fa-child&quot; style=&quot;color:#2196F3;&quot;&gt;&lt;/i&gt; Дети до 7 лет требуют постоянного присмотра
 &lt;/span&gt;
 &lt;span style=&quot;background:linear-gradient(135deg, #ff980020, #ff980008); border-radius:40px; padding:6px 16px; font-size:0.7rem; font-weight:600; color:#e65100; display:inline-flex; align-items:center; gap:8px; border:1px solid #ff980030;&quot;&gt;
 &lt;i class=&quot;fas fa-clock&quot; style=&quot;color:#ff9800;&quot;&gt;&lt;/i&gt; 60% трагедий — в первые 10 минут у воды
 &lt;/span&gt;
 &lt;/div&gt;

 &lt;!-- ИГРОВЫЕ СИТУАЦИИ (с иконками) --&gt;
 &lt;div style=&quot;background:linear-gradient(135deg, #f0f5ec, #e8f0e2); border-radius:18px; padding:14px 18px; margin:14px 0; border:2px solid #d4e8c8;&quot;&gt;
 &lt;strong style=&quot;color:#1a6a30; font-size:0.9rem; display:flex; align-items:center; gap:8px; margin-bottom:6px;&quot;&gt;
 &lt;i class=&quot;fas fa-gamepad&quot; style=&quot;color:#ffb347;&quot;&gt;&lt;/i&gt; Как закрепить правила с детьми:
 &lt;/strong&gt;
 &lt;ul style=&quot;margin-left:18px; margin-top:6px; font-size:0.8rem; color:#2a4a3a; list-style-type:none; padding:0;&quot;&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🎭 &lt;strong&gt;Игра «Что неправильно?»&lt;/strong&gt; — покажите картинку с нарушением и спросите, что здесь не так.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;📖 &lt;strong&gt;Придумайте сказку&lt;/strong&gt; — «Как зайчик учился плавать» с правилами безопасности.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🎨 &lt;strong&gt;Нарисуйте вместе&lt;/strong&gt; — плакат «Безопасное лето» и повесьте на видное место.&lt;/li&gt;
 &lt;li style=&quot;margin-bottom:6px; display:flex; align-items:flex-start; gap:8px;&quot;&gt;🤝 &lt;strong&gt;Обсудите реальные примеры&lt;/strong&gt; — спросите, что бы вы сделали в той или иной ситуации у воды.&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/div&gt;

 &lt;!-- КОНТАКТЫ --&gt;
 &lt;div style=&quot;display:flex; gap:14px; flex-wrap:wrap; margin-top:8px; font-size:0.75rem; color:#4a6a40; background:#f8faf6; padding:8px 14px; border-radius:40px; justify-content:center;&quot;&gt;
 &lt;span&gt;&lt;i class=&quot;fas fa-phone-alt&quot; style=&quot;color:#ff6b6b;&quot;&gt;&lt;/i&gt; 112 — единая служба спасения&lt;/span&gt;
 &lt;span style=&quot;color:#d4e8c8;&quot;&gt;|&lt;/span&gt;
 &lt;span&gt;&lt;i class=&quot;fas fa-water&quot; style=&quot;color:#4a90d9;&quot;&gt;&lt;/i&gt; 101 — МЧС&lt;/span&gt;
 &lt;/div&gt;

 &lt;/div&gt;

 &lt;!-- ПОДВАЛ --&gt;
 &lt;div style=&quot;margin-top:18px; padding-top:14px; border-top:2px dashed #dce8d0; text-align:center; font-size:0.7rem; color:#4a6a40;&quot;&gt;
 &lt;i class=&quot;fas fa-leaf&quot; style=&quot;color:#ffb347;&quot;&gt;&lt;/i&gt; Панкратова Ольга Викторовна — старший воспитатель | МАДОУ &quot;Д/с №2&quot;&lt;br&gt;
 &lt;span style=&quot;font-size:0.65rem; color:#8aa87a;&quot;&gt;Безопасность детей — ответственность взрослых&lt;/span&gt;
 &lt;/div&gt;

&lt;/div&gt;
&lt;!-- =========== КОНЕЦ БЛОКА =========== --&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/bezopasnost_na_vode/2026-06-20-324</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/bezopasnost_na_vode/2026-06-20-324</guid>
			<pubDate>Sat, 20 Jun 2026 05:06:30 GMT</pubDate>
		</item>
		<item>
			<title>Cеминар-практикум: «Лето – маленькая жизнь и большая карьера: играем в профессии на свежем воздухе»</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В МАДОУ &amp;laquo;Д/с №2&amp;raquo; прошёл городской семинар-практикум: &amp;laquo;Лето &amp;ndash; маленькая жизнь и большая карьера: играем в профессии на свежем воздухе&amp;raquo;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/94636984.webp&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s94636984.webp&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;br /&gt;
Сегодня, 18 июня, наш детский сад стал площадкой для проведения городского семинара-практикума для педагогов. Вместе с детьми старшей группы мы отправились в увлекательное путешествие в город Профессий!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;В МАДОУ &amp;laquo;Д/с №2&amp;raquo; прошёл городской семинар-практикум: &amp;laquo;Лето &amp;ndash; маленькая жизнь и большая карьера: играем в профессии на свежем воздухе&amp;raquo;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/94636984.webp&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s94636984.webp&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;br /&gt;
Сегодня, 18 июня, наш детский сад стал площадкой для проведения городского семинара-практикума для педагогов. Вместе с детьми старшей группы мы отправились в увлекательное путешествие в город Профессий!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;!--IMG2--&gt;&lt;a href=&quot;https://www.pankratova74.ru/_bl/3/08703420.png&quot; class=&quot;ulightbox&quot; target=&quot;_blank&quot; title=&quot;Нажмите для просмотра в полном размере...&quot;&gt;&lt;img style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;https://www.pankratova74.ru/_bl/3/s08703420.jpg&quot; /&gt;&lt;/a&gt;&lt;!--IMG2--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/ceminar_praktikum_leto_malenkaja_zhizn_i_bolshaja_karera_igraem_v_professii_na_svezhem_vozdukhe/2026-06-18-317</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/ceminar_praktikum_leto_malenkaja_zhizn_i_bolshaja_karera_igraem_v_professii_na_svezhem_vozdukhe/2026-06-18-317</guid>
			<pubDate>Thu, 18 Jun 2026 08:51:08 GMT</pubDate>
		</item>
		<item>
			<title>Новый СанПиН</title>
			<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;С 01.09.2026 начинают действовать санитарно-эпидемиологические требования &lt;strong&gt;СП 2.4.2.4283-26&lt;/strong&gt;, которые регулируют работу организаций воспитания и обучения, отдыха и оздоровления детей и молодежи. Новые правила утверждены &lt;strong&gt;приказом главного государственного санитарного врача РФ от 02.06.2026 № 19-9в&lt;/strong&gt; и вводятся в действие на федеральном уровне.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;Документ приходит на смену известному многим &lt;strong&gt;СП 2.4.3648-20&lt;/strong&gt;. Для учреждений это означает необходимость обновить внутренние регламенты, санитарные практики и обеспечивающие процессы (включая документы, производственный контроль и организацию условий пребывания детей)&lt;/span&gt;&lt;a href=&quot;https://ww...</description>
			<content:encoded>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;С 01.09.2026 начинают действовать санитарно-эпидемиологические требования &lt;strong&gt;СП 2.4.2.4283-26&lt;/strong&gt;, которые регулируют работу организаций воспитания и обучения, отдыха и оздоровления детей и молодежи. Новые правила утверждены &lt;strong&gt;приказом главного государственного санитарного врача РФ от 02.06.2026 № 19-9в&lt;/strong&gt; и вводятся в действие на федеральном уровне.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span style=&quot;font-family:Times New Roman,Times,serif;&quot;&gt;&lt;span style=&quot;color:#000000;&quot;&gt;Документ приходит на смену известному многим &lt;strong&gt;СП 2.4.3648-20&lt;/strong&gt;. Для учреждений это означает необходимость обновить внутренние регламенты, санитарные практики и обеспечивающие процессы (включая документы, производственный контроль и организацию условий пребывания детей)&lt;/span&gt;&lt;a href=&quot;https://www.pankratova74.ru/23/sp_2.4.2.4283-26_san-ehpid.trebovanija_k_org-m_vos.pdf&quot;&gt;&lt;span style=&quot;color:#0000cd;&quot;&gt;(посмотреть)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;</content:encoded>
			<link>https://www.pankratova74.ru/blog/novyj_sanpin/2026-06-17-316</link>
			<dc:creator>pankratovao800</dc:creator>
			<guid>https://www.pankratova74.ru/blog/novyj_sanpin/2026-06-17-316</guid>
			<pubDate>Wed, 17 Jun 2026 17:39:20 GMT</pubDate>
		</item>
	</channel>
</rss>