{"id":10,"date":"2026-09-26T18:38:55","date_gmt":"2026-09-26T15:38:55","guid":{"rendered":"https:\/\/myschoolweb.ru\/?page_id=10"},"modified":"2026-09-26T19:51:25","modified_gmt":"2026-09-26T16:51:25","slug":"main","status":"publish","type":"page","link":"https:\/\/myschoolweb.ru\/","title":{"rendered":"main"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n    <title>\u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430 | \u0428\u043a\u043e\u043b\u0430 \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            background-color: #f8fafc;\n            color: #0f172a;\n            overflow-x: hidden;\n            width: 100%;\n            position: relative;\n        }\n\n        \/* \u0410\u043d\u0438\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0440\u0430\u0437\u043d\u043e\u0446\u0432\u0435\u0442\u043d\u044b\u0439 \u0444\u043e\u043d (\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442) *\/\n        .page-bg {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(135deg, #eff6ff 0%, #fdf2f8 35%, #f5f3ff 70%, #ecfeff 100%);\n            background-size: 400% 400%;\n            animation: bgAnim 16s ease infinite;\n            z-index: -1;\n        }\n\n        @keyframes bgAnim {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        \/* \u0428\u0430\u043f\u043a\u0430 \u0441\u0430\u0439\u0442\u0430 *\/\n        header {\n            width: 100%;\n            background: rgba(255, 255, 255, 0.85);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border-bottom: 1px solid rgba(0, 0, 0, 0.06);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n\n        .header-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 14px 20px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .brand-logo {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-weight: 800;\n            font-size: 1.15rem;\n            color: #0f172a;\n            text-decoration: none;\n        }\n\n        .brand-icon {\n            width: 40px;\n            height: 40px;\n            border-radius: 12px;\n            background: linear-gradient(135deg, #2563eb, #8b5cf6);\n            color: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.25rem;\n            box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 22px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: #475569;\n            font-weight: 600;\n            font-size: 0.95rem;\n            transition: color 0.2s;\n        }\n\n        .nav-links a:hover {\n            color: #2563eb;\n        }\n\n        \/* \u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d *\/\n        .hero {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 70px 20px 40px 20px;\n            text-align: center;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: #ffffff;\n            border: 1px solid #e2e8f0;\n            padding: 6px 18px;\n            border-radius: 99px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            color: #2563eb;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);\n            margin-bottom: 22px;\n        }\n\n        .hero h1 {\n            font-size: clamp(3rem, 7.5vw, 5.5rem);\n            font-weight: 900;\n            letter-spacing: -0.04em;\n            line-height: 1.1;\n            margin-bottom: 16px;\n            background: linear-gradient(135deg, #1e293b 0%, #2563eb 50%, #ec4899 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .hero p {\n            font-size: clamp(1.05rem, 2vw, 1.25rem);\n            color: #475569;\n            max-width: 680px;\n            margin: 0 auto 20px auto;\n            line-height: 1.6;\n        }\n\n        \/* \u0411\u0435\u0433\u0443\u0449\u0438\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 (\u0442\u0443\u0434\u0430-\u0441\u044e\u0434\u0430) *\/\n        .marquee-box {\n            width: 100%;\n            overflow: hidden;\n            background: rgba(255, 255, 255, 0.7);\n            border-top: 1px solid #e2e8f0;\n            border-bottom: 1px solid #e2e8f0;\n            padding: 16px 0;\n            margin: 25px 0 50px 0;\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .marquee-line {\n            display: flex;\n            width: max-content;\n            animation: scrollLine 22s linear infinite;\n            gap: 24px;\n        }\n\n        .marquee-line.reverse {\n            animation: scrollLineRev 22s linear infinite;\n        }\n\n        .m-pill {\n            font-size: 1.05rem;\n            font-weight: 800;\n            text-transform: uppercase;\n            white-space: nowrap;\n            color: #1e293b;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            padding: 6px 18px;\n            background: #ffffff;\n            border-radius: 99px;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);\n            border: 1px solid #f1f5f9;\n        }\n\n        @keyframes scrollLine {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n\n        @keyframes scrollLineRev {\n            0% { transform: translateX(-50%); }\n            100% { transform: translateX(0); }\n        }\n\n        \/* \u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b *\/\n        .main-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 20px 80px 20px;\n        }\n\n        \/* \u041a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 20px;\n            margin-bottom: 60px;\n        }\n\n        .stat-card {\n            background: rgba(255, 255, 255, 0.9);\n            border: 1px solid #ffffff;\n            border-radius: 24px;\n            padding: 32px 20px;\n            text-align: center;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);\n            position: relative;\n        }\n\n        .stat-card::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 20%;\n            right: 20%;\n            height: 4px;\n            border-radius: 0 0 10px 10px;\n            background: linear-gradient(90deg, #2563eb, #ec4899);\n        }\n\n        .stat-num {\n            font-size: 3.6rem;\n            font-weight: 900;\n            color: #2563eb;\n            line-height: 1;\n            margin-bottom: 8px;\n        }\n\n        .stat-title {\n            font-size: 1.15rem;\n            font-weight: 800;\n            color: #0f172a;\n        }\n\n        .stat-sub {\n            font-size: 0.85rem;\n            color: #64748b;\n            margin-top: 4px;\n        }\n\n        \/* \u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0448\u043a\u043e\u043b\u044b *\/\n        .history-card {\n            background: rgba(255, 255, 255, 0.8);\n            backdrop-filter: blur(16px);\n            border: 1px solid #ffffff;\n            border-radius: 32px;\n            padding: 40px;\n            margin-bottom: 60px;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);\n        }\n\n        .history-row {\n            display: grid;\n            grid-template-columns: 1.1fr 0.9fr;\n            gap: 40px;\n            align-items: center;\n        }\n\n        .history-tag {\n            color: #ec4899;\n            font-weight: 800;\n            text-transform: uppercase;\n            font-size: 0.85rem;\n            letter-spacing: 1px;\n        }\n\n        .history-text h2 {\n            font-size: clamp(2rem, 4vw, 2.6rem);\n            font-weight: 900;\n            margin: 10px 0 16px 0;\n            line-height: 1.2;\n            color: #0f172a;\n        }\n\n        .history-text p {\n            color: #475569;\n            line-height: 1.7;\n            margin-bottom: 24px;\n            font-size: 1.05rem;\n        }\n\n        .school-photo-box {\n            position: relative;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n            background: #e2e8f0;\n            min-height: 260px;\n        }\n\n        .school-photo-box img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        .btn-history-modal {\n            background: #2563eb;\n            color: #ffffff;\n            border: none;\n            padding: 14px 28px;\n            border-radius: 99px;\n            font-weight: 700;\n            font-size: 1rem;\n            cursor: pointer;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            transition: all 0.2s;\n            box-shadow: 0 8px 22px rgba(37, 99, 235, 0.35);\n        }\n\n        .btn-history-modal:hover {\n            background: #1d4ed8;\n            transform: translateY(-2px);\n        }\n\n        \/* \u0421\u0435\u043a\u0446\u0438\u044f \u043c\u0435\u043c\u043e\u0432 *\/\n        .memes-section {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .memes-header h2 {\n            font-size: clamp(2rem, 4vw, 2.7rem);\n            font-weight: 900;\n            margin-bottom: 10px;\n            color: #0f172a;\n        }\n\n        .memes-header p {\n            color: #64748b;\n            font-size: 1.1rem;\n            margin-bottom: 36px;\n        }\n\n        .memes-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 24px;\n            text-align: left;\n        }\n\n        .meme-item {\n            background: #ffffff;\n            border-radius: 24px;\n            padding: 20px;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);\n            border: 1px solid #f1f5f9;\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.25s, box-shadow 0.25s;\n        }\n\n        .meme-item:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);\n        }\n\n        .meme-img-wrap {\n            width: 100%;\n            height: 220px;\n            background: #f1f5f9;\n            border-radius: 16px;\n            overflow: hidden;\n            margin-bottom: 16px;\n        }\n\n        .meme-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        .meme-item h4 {\n            font-size: 1.15rem;\n            font-weight: 800;\n            margin-bottom: 8px;\n            color: #0f172a;\n        }\n\n        .meme-item p {\n            font-size: 0.95rem;\n            color: #64748b;\n            line-height: 1.5;\n            margin: 0;\n        }\n\n        \/* \u041f\u043e\u0434\u0432\u0430\u043b *\/\n        footer {\n            background: #0f172a;\n            color: #ffffff;\n            border-radius: 32px;\n            padding: 50px 24px;\n            text-align: center;\n            box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);\n        }\n\n        footer h2 {\n            font-size: 2.2rem;\n            font-weight: 900;\n            margin-bottom: 12px;\n        }\n\n        footer p {\n            color: #94a3b8;\n            font-size: 1.05rem;\n            max-width: 500px;\n            margin: 0 auto 28px auto;\n        }\n\n        .tg-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: #0284c7;\n            color: #ffffff;\n            text-decoration: none;\n            padding: 14px 32px;\n            border-radius: 99px;\n            font-size: 1.05rem;\n            font-weight: 700;\n            box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);\n            transition: transform 0.2s;\n        }\n\n        .tg-btn:hover {\n            transform: translateY(-2px);\n        }\n\n        .copyright {\n            margin-top: 36px;\n            font-size: 0.85rem;\n            color: #64748b;\n        }\n\n        \/* \u041c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e (\u041f\u043e\u043f\u0430\u043f) *\/\n        .modal-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: rgba(15, 23, 42, 0.75);\n            backdrop-filter: blur(8px);\n            display: none;\n            align-items: center;\n            justify-content: center;\n            z-index: 99999;\n            padding: 20px;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .modal-overlay.active {\n            display: flex;\n            opacity: 1;\n        }\n\n        .modal-card {\n            background: #ffffff;\n            max-width: 620px;\n            width: 100%;\n            border-radius: 28px;\n            padding: 36px;\n            position: relative;\n            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);\n            max-height: 85vh;\n            overflow-y: auto;\n            transform: scale(0.92);\n            transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        .modal-overlay.active .modal-card {\n            transform: scale(1);\n        }\n\n        .modal-close-btn {\n            position: absolute;\n            top: 18px;\n            right: 18px;\n            background: #f1f5f9;\n            border: none;\n            width: 38px;\n            height: 38px;\n            border-radius: 50%;\n            font-size: 18px;\n            color: #64748b;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: background 0.2s;\n        }\n\n        .modal-close-btn:hover {\n            background: #e2e8f0;\n            color: #0f172a;\n        }\n\n        .modal-card h2 {\n            font-size: 2rem;\n            font-weight: 900;\n            margin-bottom: 14px;\n            color: #0f172a;\n            line-height: 1.2;\n        }\n\n        .modal-card h3 {\n            font-size: 1.35rem;\n            font-weight: 800;\n            margin: 26px 0 12px 0;\n            color: #0f172a;\n        }\n\n        .modal-card p {\n            color: #475569;\n            line-height: 1.7;\n            margin-bottom: 14px;\n            font-size: 1.02rem;\n        }\n\n        .sponsor-img {\n            width: 100%;\n            height: 240px;\n            object-fit: cover;\n            border-radius: 18px;\n            margin: 8px 0 16px 0;\n            display: block;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 *\/\n        @media (max-width: 768px) {\n            .history-row {\n                grid-template-columns: 1fr;\n            }\n            .nav-links {\n                display: none;\n            }\n            .modal-card {\n                padding: 24px;\n            }\n            .hero {\n                padding: 40px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- \u0413\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u043d\u044b\u0439 \u0430\u043d\u0438\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0444\u043e\u043d -->\n    <div class=\"page-bg\"><\/div>\n\n    <!-- \u0428\u0430\u043f\u043a\u0430 -->\n    <header>\n        <div class=\"header-content\">\n            <a href=\"#\" class=\"brand-logo\">\n                <div class=\"brand-icon\">\ud83c\udf93<\/div>\n                <span>\u0428\u043a\u043e\u043b\u0430 \u21162 \u2022 \u0428\u0435\u043b\u0435\u0445\u043e\u0432<\/span>\n            <\/a>\n            <nav class=\"nav-links\">\n                <a href=\"#stats\">\u0412 \u0446\u0438\u0444\u0440\u0430\u0445<\/a>\n                <a href=\"#history\">\u0418\u0441\u0442\u043e\u0440\u0438\u044f<\/a>\n                <a href=\"#memes\">\u041c\u0435\u043c\u044b<\/a>\n                <a href=\"#contacts\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b<\/a>\n            <\/nav>\n        <\/div>\n    <\/header>\n\n    <!-- \u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d -->\n    <section class=\"hero\">\n        <div class=\"hero-badge\">\u2728 \u041d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0430\u043b myschoolweb.ru<\/div>\n        <h1>\u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430<\/h1>\n        <p>\n            \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e-\u043d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0430\u043b \u0428\u043a\u043e\u043b\u044b \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432: \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u0440\u043e\u043a\u043e\u0432, \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043f\u043e \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0438, \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u0448\u043a\u043e\u043b\u044b \u0438 \u0440\u043e\u0434\u043d\u043e\u0439 \u0432\u0430\u0439\u0431.\n        <\/p>\n    <\/section>\n\n    <!-- \u0411\u0435\u0433\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 (\u0442\u0443\u0434\u0430-\u0441\u044e\u0434\u0430) -->\n    <div class=\"marquee-box\">\n        <div class=\"marquee-line\">\n            <span class=\"m-pill\">\u26a1 \u0428\u043a\u043e\u043b\u0430 \u21162 \u0428\u0435\u043b\u0435\u0445\u043e\u0432<\/span>\n            <span class=\"m-pill\">\ud83d\udd25 \u0411\u0438\u043e\u043b\u043e\u0433\u0438\u044f \u043d\u0430 5<\/span>\n            <span class=\"m-pill\">\ud83d\udd14 \u041c\u0430\u0442\u0432\u0435\u0439 \u0431\u043e\u0434\u044f\u0433 \u043d\u0430 \u0437\u0430\u0434\u043d\u0435\u0439 \u043f\u0430\u0440\u0442\u0435<\/span>\n            <span class=\"m-pill\">\ud83d\udca8 \u041c\u0435\u0433\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d \u0432 \u043a\u043b\u0430\u0441\u0441\u0435<\/span>\n            <span class=\"m-pill\">\u26a1 \u0428\u043a\u043e\u043b\u0430 \u21162 \u0428\u0435\u043b\u0435\u0445\u043e\u0432<\/span>\n            <span class=\"m-pill\">\ud83d\udd25 \u0411\u0438\u043e\u043b\u043e\u0433\u0438\u044f \u043d\u0430 5<\/span>\n            <span class=\"m-pill\">\ud83d\udd14 \u041c\u0430\u0442\u0432\u0435\u0439 \u0431\u043e\u0434\u044f\u0433 \u043d\u0430 \u0437\u0430\u0434\u043d\u0435\u0439 \u043f\u0430\u0440\u0442\u0435<\/span>\n            <span class=\"m-pill\">\ud83d\udca8 \u041c\u0435\u0433\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d \u0432 \u043a\u043b\u0430\u0441\u0441\u0435<\/span>\n        <\/div>\n        <div class=\"marquee-line reverse\">\n            <span class=\"m-pill\">\u2b50 \u0428\u043a\u043e\u043b\u0430 \u043b\u0435\u0447\u0438\u0442<\/span>\n            <span class=\"m-pill\">\u2b50 \u041b\u0435\u0433\u043a\u043e \u043f\u0430\u0434\u0430\u0442\u044c<\/span>\n            <span class=\"m-pill\">\u2b50 #\u0433\u0440\u0440\u0440\u0440 \u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a<\/span>\n            <span class=\"m-pill\">\u2b50 \u0421\u043f\u043e\u043d\u0441\u043e\u0440 \u0420\u0423\u0421\u0410\u041b<\/span>\n            <span class=\"m-pill\">\u2b50 \u0428\u043a\u043e\u043b\u0430 \u043b\u0435\u0447\u0438\u0442<\/span>\n            <span class=\"m-pill\">\u2b50 \u041b\u0435\u0433\u043a\u043e \u043f\u0430\u0434\u0430\u0442\u044c<\/span>\n            <span class=\"m-pill\">\u2b50 #\u0433\u0440\u0440\u0440\u0440 \u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a<\/span>\n            <span class=\"m-pill\">\u2b50 \u0421\u043f\u043e\u043d\u0441\u043e\u0440 \u0420\u0423\u0421\u0410\u041b<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 -->\n    <main class=\"main-container\">\n\n        <!-- \u0421\u0447\u0451\u0442\u0447\u0438\u043a\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 -->\n        <section id=\"stats\" class=\"stats-grid\">\n            <div class=\"stat-card\">\n                <div class=\"stat-num\" data-target=\"64\">0<\/div>\n                <div class=\"stat-title\">\u041f\u0435\u0434\u0430\u0433\u043e\u0433\u0430<\/div>\n                <div class=\"stat-sub\">\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043d\u0430\u0441\u0442\u0430\u0432\u043d\u0438\u043a\u043e\u0432<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-num\" data-target=\"45\">0<\/div>\n                <div class=\"stat-title\">\u041a\u043b\u0430\u0441\u0441\u043e\u0432<\/div>\n                <div class=\"stat-sub\">\u0421 1 \u043f\u043e 11 \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n                <div class=\"stat-num\" data-target=\"1250\">0<\/div>\n                <div class=\"stat-title\">\u0423\u0447\u0435\u043d\u0438\u043a\u043e\u0432<\/div>\n                <div class=\"stat-sub\">\u0411\u043e\u043b\u044c\u0448\u0430\u044f \u0448\u043a\u043e\u043b\u044c\u043d\u0430\u044f \u0441\u0435\u043c\u044c\u044f<\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0448\u043a\u043e\u043b\u044b -->\n        <section id=\"history\" class=\"history-card\">\n            <div class=\"history-row\">\n                <div class=\"history-text\">\n                    <span class=\"history-tag\">\u041d\u0430\u0441\u043b\u0435\u0434\u0438\u0435 \u0438 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u0438<\/span>\n                    <h2>\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430\u0448\u0435\u0439 \u0448\u043a\u043e\u043b\u044b<\/h2>\n                    <p>\n                        \u0428\u043a\u043e\u043b\u0430 \u21162 \u0432 \u0428\u0435\u043b\u0435\u0445\u043e\u0432\u0435 \u2014 \u044d\u0442\u043e \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0447\u0435\u0431\u043d\u044b\u0435 \u043a\u0430\u0431\u0438\u043d\u0435\u0442\u044b, \u0430 \u0446\u0435\u043b\u0430\u044f \u044d\u043f\u043e\u0445\u0430, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0430\u044f \u0442\u044b\u0441\u044f\u0447\u0438 \u043b\u044e\u0434\u0435\u0439. \u041d\u0430\u0448\u0430 \u0448\u043a\u043e\u043b\u0430 \u0431\u044b\u043b\u0430 \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0430 31 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1987 \u0433\u043e\u0434\u0430. \u0421\u043a\u043e\u0440\u043e \u0443 \u043d\u0430\u0441 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u0440\u0430\u0437\u0434\u043d\u0438\u043a \u2014 \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442\u0441\u044f \u044e\u0431\u0438\u043b\u0435\u0439 50 \u043b\u0435\u0442!\n                    <\/p>\n                    <button class=\"btn-history-modal\" onclick=\"openModal()\">\n                        <span>\u0427\u0438\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435 \u043f\u0440\u043e \u0448\u043a\u043e\u043b\u0443 \u0438 \u0420\u0423\u0421\u0410\u041b<\/span>\n                    <\/button>\n                <\/div>\n                <div class=\"school-photo-box\">\n                    <img decoding=\"async\" src=\"https:\/\/shelsosh2.gosuslugi.ru\/netcat_files\/23\/239\/shkola_2.jpg\" alt=\"\u0428\u043a\u043e\u043b\u0430 \u21162 \u0428\u0435\u043b\u0435\u0445\u043e\u0432\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u041c\u0435\u043c\u044b -->\n        <section id=\"memes\" class=\"memes-section\">\n            <div class=\"memes-header\">\n                <h2>\u0428\u043a\u043e\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u043c\u044b \u0438 \u0432\u0430\u0439\u0431 \ud83d\ude02<\/h2>\n                <p>\u041a\u0442\u043e \u0443 \u0432\u0430\u0441 \u0432 \u043a\u043b\u0430\u0441\u0441\u0435 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d? \u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0448\u043a\u043e\u043b\u044c\u043d\u0430\u044f \u0436\u0438\u0437\u0430<\/p>\n            <\/div>\n\n            <div class=\"memes-grid\">\n                <!-- \u041c\u0435\u043c 1 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021889.png\" alt=\"\u041a\u0442\u043e \u0443 \u0432\u0430\u0441 \u0432 \u043a\u043b\u0430\u0441\u0441\u0435 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d\">\n                    <\/div>\n                    <h4>\u00ab\u041a\u0442\u043e \u0443 \u0432\u0430\u0441 \u0432 \u043a\u043b\u0430\u0441\u0441\u0435 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d?\u00bb<\/h4>\n                    <p>\u0418\u043b\u0438 \u0442\u0432\u043e\u0439 \u0434\u0440\u0443\u0433, \u0438\u043b\u0438 \u041c\u0430\u0442\u0432\u0435\u0439 \u0411\u043e\u0434\u044f\u0433. #\u0433\u0440\u0440\u0440\u0440 \u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a \u043c\u0435\u0433\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d \u0432 \u0434\u0435\u043b\u0435!<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 2 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021895.jpg\" alt=\"\u0428\u043a\u043e\u043b\u0430 \u043b\u0435\u0447\u0438\u0442\">\n                    <\/div>\n                    <h4>\u00ab\u0428\u043a\u043e\u043b\u0430 \u043b\u0435\u0447\u0438\u0442)\u00bb<\/h4>\n                    <p>\u041f\u0440\u0438\u0448\u0451\u043b \u0432 \u0448\u043a\u043e\u043b\u0443 \u043d\u0430 \u043a\u043e\u0441\u0442\u044b\u043b\u044f\u0445, \u043d\u043e \u043a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u043e\u0437\u0432\u0435\u043d\u0435\u043b \u0437\u0432\u043e\u043d\u043e\u043a \u043d\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u0443 \u2014 \u0438\u0441\u0446\u0435\u043b\u0438\u043b\u0441\u044f \u0438 \u043f\u043e\u0431\u0435\u0436\u0430\u043b \u0432 \u0441\u0442\u043e\u043b\u043e\u0432\u0443\u044e.<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 3 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021896.jpg\" alt=\"\u041b\u0435\u0433\u043a\u043e \u043f\u0430\u0434\u0430\u0442\u044c\">\n                    <\/div>\n                    <h4>\u00ab\u041b\u0435\u0433\u043a\u043e \u043f\u0430\u0434\u0430\u0442\u044c\u00bb<\/h4>\n                    <p>\u041a\u043e\u0433\u0434\u0430 \u0440\u0435\u0448\u0438\u043b \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043f\u0440\u0438\u0441\u0435\u0441\u0442\u044c \u0437\u0430 \u043f\u0430\u0440\u0442\u0443 \u043f\u0435\u0440\u0435\u0434 \u0432\u0441\u0435\u043c \u043a\u043b\u0430\u0441\u0441\u043e\u043c, \u043d\u043e \u0444\u0438\u0437\u0438\u043a\u0430 \u0431\u044b\u043b\u0430 \u043f\u0440\u043e\u0442\u0438\u0432.<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 4 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021898.jpg\" alt=\"\u041f\u0435\u0440\u0435\u0434 \u0441\u043c\u0435\u0440\u0442\u044c\u044e \u043c\u043e\u0437\u0433 \u0447\u0451\">\n                    <\/div>\n                    <h4>\u00ab\u041f\u0435\u0440\u0435\u0434 \u0441\u043c\u0435\u0440\u0442\u044c\u044e \u043c\u043e\u0437\u0433 \u0447\u0451\u00bb<\/h4>\n                    <p>\u0422\u0432\u043e\u0451 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435, \u043a\u043e\u0433\u0434\u0430 \u0443\u0447\u0438\u0442\u0435\u043b\u044c \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0438 \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u0442: \u00ab\u0410 \u043a \u0434\u043e\u0441\u043a\u0435 \u043f\u043e\u0439\u0434\u0451\u0442&#8230;\u00bb<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 5 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021897.jpg\" alt=\"\u0421\u0435\u043b\u0444\u0438\">\n                    <\/div>\n                    <h4>\u00ab\u0423\u043f\u0430\u043b, \u043d\u043e \u0441\u0435\u043b\u0444\u0438 \u0441\u0432\u044f\u0442\u043e\u0435\u00bb<\/h4>\n                    <p>\u041a\u0430\u043c\u0435\u0440\u0430 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u2014 \u0437\u043d\u0430\u0447\u0438\u0442 \u043d\u0443\u0436\u043d\u043e \u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0441\u0442\u043e\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u0435.<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 6 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021890.png\" alt=\"\u041c\u0435\u0433\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d\">\n                    <\/div>\n                    <h4>\u00ab\u041c\u0435\u0433\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430\u043d 80 \u0443\u0440\u043e\u0432\u043d\u044f\u00bb<\/h4>\n                    <p>\u041a\u043e\u0433\u0434\u0430 \u041c\u0430\u0442\u0432\u0435\u0439 \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442, \u043a\u0430\u043a \u043e\u043d \u043e\u0434\u0438\u043d \u0440\u0435\u0448\u0438\u043b \u0432\u0435\u0441\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u041e\u0413\u042d \u0437\u0430 3 \u043c\u0438\u043d\u0443\u0442\u044b.<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 7 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021899.jpg\" alt=\"\u0418\u0437 \u0431\u0443\u043d\u043a\u0435\u0440\u0430\">\n                    <\/div>\n                    <h4>\u00ab\u0412\u044b\u043b\u0435\u0437\u0430\u044e \u0441 \u043f\u0435\u0440\u0432\u043e\u0439 \u0441\u043c\u0435\u043d\u044b\u00bb<\/h4>\n                    <p>\u041a\u043e\u0433\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 7 \u0443\u0440\u043e\u043a\u043e\u0432 \u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0439 \u043d\u0430\u043a\u043e\u043d\u0435\u0446-\u0442\u043e \u0432\u044b\u0445\u043e\u0434\u0438\u0448\u044c \u043d\u0430 \u0441\u0432\u0435\u0436\u0438\u0439 \u0432\u043e\u0437\u0434\u0443\u0445 \u0428\u0435\u043b\u0435\u0445\u043e\u0432\u0430.<\/p>\n                <\/div>\n\n                <!-- \u041c\u0435\u043c 8 -->\n                <div class=\"meme-item\">\n                    <div class=\"meme-img-wrap\">\n                        <img decoding=\"async\" src=\"1000021900.jpg\" alt=\"\u041f\u0435\u0440\u0432\u043e\u043a\u043b\u0430\u0448\u043a\u0430\">\n                    <\/div>\n                    <h4>\u00ab\u0421\u0442\u043e\u044e \u0436\u0434\u0443 \u043c\u0430\u043c\u0443\u00bb<\/h4>\n                    <p>\u041a\u043e\u0433\u0434\u0430 \u0437\u0430\u0431\u044b\u043b \u043a\u043b\u044e\u0447\u0438 \u043e\u0442 \u0434\u043e\u043c\u0430, \u0430 \u0432\u0442\u043e\u0440\u0430\u044f \u043e\u0431\u0443\u0432\u044c \u043e\u0441\u0442\u0430\u043b\u0430\u0441\u044c \u0432 \u0440\u0430\u0437\u0434\u0435\u0432\u0430\u043b\u043a\u0435.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- \u041f\u043e\u0434\u0432\u0430\u043b -->\n        <footer id=\"contacts\">\n            <h2>\u041e\u0441\u0442\u0430\u0435\u043c\u0441\u044f \u043d\u0430 \u0441\u0432\u044f\u0437\u0438<\/h2>\n            <p>\u0428\u043a\u043e\u043b\u0430 \u21162 \u0433\u043e\u0440\u043e\u0434\u0430 \u0428\u0435\u043b\u0435\u0445\u043e\u0432. \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e-\u043d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0430\u043b myschoolweb.ru<\/p>\n            <a href=\"https:\/\/t.me\/\" target=\"_blank\" class=\"tg-btn\">\n                <span>\ud83d\udcac \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c Telegram-\u0431\u043e\u0442\u0430 \u0448\u043a\u043e\u043b\u044b<\/span>\n            <\/a>\n            <div class=\"copyright\">\n                &copy; 2026 myschoolweb.ru \u2022 \u0428\u043a\u043e\u043b\u0430 \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432. \u0421\u0434\u0435\u043b\u0430\u043d\u043e \u0441 \u043b\u044e\u0431\u043e\u0432\u044c\u044e \u043a \u0440\u043e\u0434\u043d\u043e\u0439 \u0448\u043a\u043e\u043b\u0435.\n            <\/div>\n        <\/footer>\n\n    <\/main>\n\n    <!-- \u0412\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e \u0438\u0441\u0442\u043e\u0440\u0438\u0438 -->\n    <div id=\"historyModal\" class=\"modal-overlay\">\n        <div class=\"modal-card\">\n            <button class=\"modal-close-btn\" onclick=\"closeModal()\">\u2715<\/button>\n            <h2>\u0418\u0441\u0442\u043e\u0440\u0438\u044f \u0428\u043a\u043e\u043b\u044b \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432<\/h2>\n            <p><strong>\u0414\u0430\u0442\u0430 \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u044f: 31 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1987 \u0433\u043e\u0434\u0430.<\/strong><\/p>\n            <p>\n                \u0428\u043a\u043e\u043b\u0430 \u21162 \u0433\u043e\u0440\u043e\u0434\u0430 \u0428\u0435\u043b\u0435\u0445\u043e\u0432 \u2014 \u044d\u0442\u043e \u0440\u043e\u0434\u043d\u043e\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0443\u0447\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043e\u0442\u043a\u0440\u044b\u043b\u043e \u0441\u0432\u043e\u0438 \u0434\u0432\u0435\u0440\u0438 \u0432 \u043a\u043e\u043d\u0446\u0435 \u043b\u0435\u0442\u0430 1987 \u0433\u043e\u0434\u0430. \u0421\u043e\u0432\u0441\u0435\u043c \u0441\u043a\u043e\u0440\u043e \u0448\u043a\u043e\u043b\u0430 \u043e\u0442\u043c\u0435\u0442\u0438\u0442 \u0441\u0432\u043e\u0439 \u0433\u0440\u0430\u043d\u0434\u0438\u043e\u0437\u043d\u044b\u0439 <strong>50-\u043b\u0435\u0442\u043d\u0438\u0439 \u044e\u0431\u0438\u043b\u0435\u0439<\/strong>! \u0417\u0430 \u044d\u0442\u0438 \u043f\u043e\u043b\u0432\u0435\u043a\u0430 \u0437\u0434\u0435\u0441\u044c \u0441\u043c\u0435\u043d\u0438\u043b\u0438\u0441\u044c \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u044f \u0443\u0447\u0435\u043d\u0438\u043a\u043e\u0432 \u0438 \u0443\u0447\u0438\u0442\u0435\u043b\u0435\u0439.\n            <\/p>\n            <p>\n                \u0412 \u0448\u043a\u043e\u043b\u0435 \u0441\u0438\u043b\u044c\u043d\u044b\u0435 \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u0438 \u043f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u043d\u0438\u044f \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043d\u0430\u0443\u043a, \u0441\u043f\u043e\u0440\u0442\u0430 \u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439. \u041c\u043d\u043e\u0433\u0438\u0435 \u0432\u044b\u043f\u0443\u0441\u043a\u043d\u0438\u043a\u0438 \u043d\u0430\u0448\u0435\u0439 \u0448\u043a\u043e\u043b\u044b \u0441\u0442\u0430\u043b\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u0430\u043c\u0438, \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u0430\u043c\u0438, \u043c\u0435\u0442\u0430\u043b\u043b\u0443\u0440\u0433\u0430\u043c\u0438 \u0438 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c\u0438 \u0432 \u0440\u043e\u0434\u043d\u043e\u043c \u0433\u043e\u0440\u043e\u0434\u0435 \u0428\u0435\u043b\u0435\u0445\u043e\u0432.\n            <\/p>\n\n            <h3>\u0421\u043f\u043e\u043d\u0441\u043e\u0440 \u0438 \u043f\u0430\u0440\u0442\u043d\u0435\u0440 \u0448\u043a\u043e\u043b\u044b \u2014 \u0417\u0430\u0432\u043e\u0434 \u0420\u0423\u0421\u0410\u041b<\/h3>\n            <img decoding=\"async\" src=\"https:\/\/krasrab.ru\/media\/7\/7\/1\/0\/5\/material_20464\/original_photo-thumb_650.jpg\" alt=\"\u0417\u0430\u0432\u043e\u0434 \u0420\u0423\u0421\u0410\u041b\" class=\"sponsor-img\">\n            <p>\n                \u0420\u0430\u0437\u0432\u0438\u0442\u0438\u0435 \u043d\u0430\u0448\u0435\u0439 \u0448\u043a\u043e\u043b\u044b \u043d\u0435\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u043c \u0433\u0438\u0433\u0430\u043d\u0442\u043e\u043c \u0433\u043e\u0440\u043e\u0434\u0430 \u2014 <strong>\u0437\u0430\u0432\u043e\u0434\u043e\u043c \u0420\u0423\u0421\u0410\u041b (\u0418\u0440\u043a\u0410\u0417)<\/strong>. \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0432\u044b\u0441\u0442\u0443\u043f\u0430\u0435\u0442 \u0433\u043b\u0430\u0432\u043d\u044b\u043c \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u043e\u043c \u0438 \u0441\u043f\u043e\u043d\u0441\u043e\u0440\u043e\u043c \u0448\u043a\u043e\u043b\u044b, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044f \u043f\u0440\u043e\u0444\u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044e \u043c\u043e\u043b\u043e\u0434\u0451\u0436\u0438, \u043e\u0441\u043d\u0430\u0449\u0435\u043d\u0438\u0435 \u0443\u0447\u0435\u0431\u043d\u044b\u0445 \u043a\u043b\u0430\u0441\u0441\u043e\u0432 \u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u0439 \u0434\u043b\u044f \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043e\u0432 \u0438 \u043c\u0435\u0442\u0430\u043b\u043b\u0443\u0440\u0433\u043e\u0432.\n            <\/p>\n            <p>\n                \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u044d\u0442\u043e\u043c\u0443 \u043f\u0430\u0440\u0442\u043d\u0451\u0440\u0441\u0442\u0432\u0443 \u0448\u043a\u043e\u043b\u044c\u043d\u0438\u043a\u0438 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043e\u043b\u0438\u043c\u043f\u0438\u0430\u0434\u0430\u043c, \u044d\u043a\u0441\u043a\u0443\u0440\u0441\u0438\u044f\u043c \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0438 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c \u0446\u0438\u0444\u0440\u043e\u0432\u044b\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u043c, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u043f\u043e\u0440\u0442\u0430\u043b <em>myschoolweb.ru<\/em>!\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <!-- \u0421\u043a\u0440\u0438\u043f\u0442\u044b -->\n    <script>\n        \/\/ \u0410\u043d\u0438\u043c\u0430\u0446\u0438\u044f \u0447\u0438\u0441\u0435\u043b \u0441\u0447\u0435\u0442\u0447\u0438\u043a\u043e\u0432\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            const counters = document.querySelectorAll('.stat-num');\n            const observer = new IntersectionObserver((entries, obs) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        const counter = entry.target;\n                        const target = +counter.getAttribute('data-target');\n                        let count = 0;\n                        const step = target \/ 40;\n\n                        const timer = setInterval(() => {\n                            count += step;\n                            if (count >= target) {\n                                counter.innerText = target;\n                                clearInterval(timer);\n                            } else {\n                                counter.innerText = Math.ceil(count);\n                            }\n                        }, 25);\n\n                        obs.unobserve(counter);\n                    }\n                });\n            }, { threshold: 0.3 });\n\n            counters.forEach(c => observer.observe(c));\n        });\n\n        \/\/ \u041c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u043d\u043e\n        const modal = document.getElementById('historyModal');\n\n        function openModal() {\n            modal.classList.add('active');\n            document.body.style.overflow = 'hidden';\n        }\n\n        function closeModal() {\n            modal.classList.remove('active');\n            document.body.style.overflow = '';\n        }\n\n        modal.addEventListener('click', function (e) {\n            if (e.target === modal) {\n                closeModal();\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430 | \u0428\u043a\u043e\u043b\u0430 \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432 \ud83c\udf93 \u0428\u043a\u043e\u043b\u0430 \u21162 \u2022 \u0428\u0435\u043b\u0435\u0445\u043e\u0432 \u0412 \u0446\u0438\u0444\u0440\u0430\u0445 \u0418\u0441\u0442\u043e\u0440\u0438\u044f \u041c\u0435\u043c\u044b \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b \u2728 \u041d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0430\u043b myschoolweb.ru \u041c\u043e\u044f \u0448\u043a\u043e\u043b\u0430 \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e-\u043d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442\u0430\u043b \u0428\u043a\u043e\u043b\u044b \u21162 \u0433. \u0428\u0435\u043b\u0435\u0445\u043e\u0432: \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u0440\u043e\u043a\u043e\u0432, \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b \u043f\u043e \u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0438, \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u0448\u043a\u043e\u043b\u044b \u0438 \u0440\u043e\u0434\u043d\u043e\u0439 \u0432\u0430\u0439\u0431. \u26a1 \u0428\u043a\u043e\u043b\u0430 \u21162 \u0428\u0435\u043b\u0435\u0445\u043e\u0432 \ud83d\udd25 \u0411\u0438\u043e\u043b\u043e\u0433\u0438\u044f \u043d\u0430 5 \ud83d\udd14 \u041c\u0430\u0442\u0432\u0435\u0439 \u0431\u043e\u0434\u044f\u0433 \u043d\u0430 \u0437\u0430\u0434\u043d\u0435\u0439 \u043f\u0430\u0440\u0442\u0435 \ud83d\udca8 \u041c\u0435\u0433\u0430 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":6,"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/myschoolweb.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}