{"id":226401,"date":"2026-02-07T00:32:42","date_gmt":"2026-02-06T23:32:42","guid":{"rendered":"https:\/\/www.almadar.be\/?p=226401"},"modified":"2026-02-07T00:32:45","modified_gmt":"2026-02-06T23:32:45","slug":"%d9%86%d8%b4%d8%b1%d8%a9-%d8%a7%d9%84%d9%85%d8%af%d8%a7%d8%b1-%d8%a7%d9%84%d8%a5%d8%ae%d8%a8%d8%a7%d8%b1%d9%8a%d8%a9-%d8%a5%d9%81%d8%b1%d9%8a%d9%82%d9%8a%d8%a7-%d8%aa%d8%ba%d8%b7%d9%8a%d8%a9","status":"publish","type":"post","link":"https:\/\/www.almadar.be\/?p=226401","title":{"rendered":"\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u2013 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u062a\u063a\u0637\u064a\u0629 \u0634\u0627\u0645\u0644\u0629 \u0644\u0623\u0647\u0645 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0648\u0627\u0644\u0633\u064a\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629"},"content":{"rendered":"<div class='booster-block booster-read-block'>\n                <div class=\"twp-read-time\">\n                \t<i class=\"booster-icon twp-clock\"><\/i> <span>Read Time:<\/span>6 Minute, 41 Second                <\/div>\n\n            <\/div>\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u2013 \u0625\u0641\u0631\u064a\u0642\u064a\u0627<\/title>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        :root {\n            --africa-green: #008751;\n            --africa-yellow: #FCD116;\n            --africa-red: #CE1126;\n            --text-color: #222222;\n            --muted-text: #666a7a;\n            --bg-color: #f5f9f7;\n            --card-bg: #ffffff;\n            --border-soft: #e0e8e3;\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            font-family: system-ui, -apple-system, \"Segoe UI\", sans-serif;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            direction: rtl;\n            line-height: 1.6;\n        }\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        .header {\n            background: linear-gradient(135deg, var(--africa-green), #006440);\n            color: white;\n            padding: 30px;\n            border-radius: 15px 15px 0 0;\n            text-align: center;\n            margin-bottom: 0;\n            position: relative;\n            overflow: hidden;\n            border-bottom: 5px solid var(--africa-yellow);\n        }\n        .header h1 {\n            font-size: 28px;\n            margin-bottom: 10px;\n            position: relative;\n            z-index: 2;\n        }\n        .header h2 {\n            font-size: 18px;\n            font-weight: normal;\n            opacity: 0.9;\n            position: relative;\n            z-index: 2;\n        }\n        .africa-pattern {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 15px;\n            position: relative;\n            z-index: 2;\n        }\n        .pattern-element {\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n        }\n        .pattern-green {\n            background-color: var(--africa-green);\n        }\n        .pattern-yellow {\n            background-color: var(--africa-yellow);\n        }\n        .pattern-red {\n            background-color: var(--africa-red);\n        }\n        .date-bar {\n            background: linear-gradient(to left, #e8f5ec, #f1f8f4);\n            padding: 12px;\n            text-align: center;\n            color: var(--africa-green);\n            font-weight: bold;\n            border-bottom: 2px solid var(--border-soft);\n            font-size: 16px;\n            border-left: 4px solid var(--africa-yellow);\n            border-right: 4px solid var(--africa-red);\n        }\n        .news-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));\n            gap: 25px;\n            padding: 30px;\n            background: white;\n            border-radius: 0 0 15px 15px;\n        }\n        .news-card {\n            background: var(--card-bg);\n            border: 1px solid var(--border-soft);\n            border-radius: 12px;\n            padding: 25px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid var(--africa-green);\n        }\n        .news-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 135, 81, 0.15);\n            border-top-color: var(--africa-yellow);\n        }\n        .news-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 15px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid #eee;\n        }\n        .news-number {\n            background: linear-gradient(135deg, var(--africa-green), #00a05a);\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 16px;\n            flex-shrink: 0;\n        }\n        .news-meta {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            flex-wrap: wrap;\n        }\n        .flag {\n            width: 32px;\n            height: 24px;\n            border-radius: 4px;\n            overflow: hidden;\n            border: 1px solid #ddd;\n            flex-shrink: 0;\n        }\n        .flag img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .location {\n            font-weight: bold;\n            color: var(--africa-green);\n            font-size: 16px;\n        }\n        .news-title {\n            color: var(--text-color);\n            margin-bottom: 15px;\n            padding-right: 10px;\n            border-right: 3px solid var(--africa-red);\n            font-size: 18px;\n        }\n        .news-content-container {\n            display: flex;\n            gap: 20px;\n            margin-bottom: 15px;\n        }\n        .news-image {\n            width: 150px;\n            height: 120px;\n            border-radius: 8px;\n            overflow: hidden;\n            flex-shrink: 0;\n            border: 1px solid #eee;\n        }\n        .news-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.3s ease;\n        }\n        .news-card:hover .news-image img {\n            transform: scale(1.05);\n        }\n        .news-content {\n            color: #444;\n            font-size: 15px;\n            line-height: 1.7;\n            text-align: justify;\n            flex: 1;\n        }\n        .source {\n            margin-top: auto;\n            padding-top: 15px;\n            border-top: 1px solid #eee;\n            color: var(--muted-text);\n            font-size: 13px;\n        }\n        .source span {\n            color: var(--africa-green);\n            font-weight: bold;\n        }\n        .footer {\n            text-align: center;\n            margin-top: 30px;\n            padding: 20px;\n            color: var(--muted-text);\n            font-size: 14px;\n            border-top: 1px solid var(--border-soft);\n        }\n        .footer .brand {\n            color: var(--africa-green);\n            font-weight: bold;\n            font-size: 16px;\n            margin-top: 10px;\n        }\n        .footer .africa-emblem {\n            color: var(--africa-red);\n            font-weight: bold;\n        }\n        @media (max-width: 768px) {\n            .container {\n                padding: 10px;\n            }\n            .header {\n                padding: 20px;\n            }\n            .news-grid {\n                grid-template-columns: 1fr;\n                padding: 15px;\n                gap: 20px;\n            }\n            .news-content-container {\n                flex-direction: column;\n            }\n            .news-image {\n                width: 100%;\n                height: 180px;\n                order: -1;\n            }\n            .news-header {\n                flex-wrap: wrap;\n                gap: 10px;\n            }\n            .location {\n                font-size: 14px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u2013 \u0625\u0641\u0631\u064a\u0642\u064a\u0627<\/h1>\n            <h2>\u062a\u063a\u0637\u064a\u0629 \u0634\u0627\u0645\u0644\u0629 \u0644\u0623\u0647\u0645 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0648\u0627\u0644\u0633\u064a\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629<\/h2>\n            <div class=\"africa-pattern\">\n                <div class=\"pattern-element pattern-green\"><\/div>\n                <div class=\"pattern-element pattern-yellow\"><\/div>\n                <div class=\"pattern-element pattern-red\"><\/div>\n                <div class=\"pattern-element pattern-green\"><\/div>\n                <div class=\"pattern-element pattern-yellow\"><\/div>\n                <div class=\"pattern-element pattern-red\"><\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"date-bar\">07 \u0641\u0628\u0631\u0627\u064a\u0631 \/ \u0634\u0628\u0627\u0637 2026 &#8211; \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u064a\u0648\u0645\u064a<\/div>\n        \n        <div class=\"news-grid\">\n            <!-- \u062e\u0628\u0631 1: \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 - \u0635\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">1<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/za.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0628\u0631\u064a\u062a\u0648\u0631\u064a\u0627<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u062a\u0637\u0644\u0642 \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1466611653911-95081537e5b7?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0645\u0634\u0631\u0648\u0639 \u0637\u0627\u0642\u0629 \u0627\u0644\u0631\u064a\u0627\u062d \u0641\u064a \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0623\u0637\u0644\u0642\u062a \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629\u060c \u0628\u0642\u064a\u0645\u0629 10 \u0645\u0644\u064a\u0627\u0631\u0627\u062a \u062f\u0648\u0644\u0627\u0631. \u064a\u0634\u0645\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0646\u0627\u0621 \u0645\u062d\u0637\u0627\u062a \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0634\u0645\u0633\u064a\u0629 \u0648\u0637\u0627\u0642\u0629 \u0627\u0644\u0631\u064a\u0627\u062d \u0641\u064a \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0627\u0644\u0628\u0644\u0627\u062f\u060c \u0628\u0647\u062f\u0641 \u062a\u0648\u0641\u064a\u0631 5 \u062c\u064a\u062c\u0627\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0646\u0638\u064a\u0641\u0629 \u0628\u062d\u0644\u0648\u0644 \u0639\u0627\u0645 2030. \u064a\u0623\u062a\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0641\u064a \u0625\u0637\u0627\u0631 \u062e\u0637\u0629 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0644\u0644\u062a\u062d\u0648\u0644 \u0645\u0646 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0627\u0644\u0641\u062d\u0645 \u0625\u0644\u0649 \u0645\u0635\u0627\u062f\u0631 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629\u060c \u0648\u0627\u0644\u0645\u0633\u0627\u0647\u0645\u0629 \u0641\u064a \u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062a\u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u062e\u064a. \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0642\u0639 \u0623\u0646 \u064a\u0648\u0641\u0631 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0622\u0644\u0627\u0641 \u0641\u0631\u0635 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0642\u0637\u0627\u0639 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0646\u0638\u064a\u0641\u0629.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u0637\u0627\u0642\u0629 \u0648\u0627\u0644\u0645\u0646\u0627\u062c\u0645 \u0627\u0644\u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0629<\/span><\/div>\n            <\/div>\n\n            <!-- \u062e\u0628\u0631 2: \u0645\u0635\u0631 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">2<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/eg.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u0645\u0635\u0631\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0627\u0644\u0642\u0627\u0647\u0631\u0629<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u0645\u0635\u0631 \u062a\u0641\u062a\u062a\u062d \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0645\u0646 \u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1578662996442-48f60103fc96?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0645\u0635\u0631\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0627\u0641\u062a\u062a\u062d\u062a \u0645\u0635\u0631 \u0631\u0633\u0645\u064a\u0627\u064b \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0645\u0646 \u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629\u060c \u0627\u0644\u062a\u064a \u062a\u0639\u062f \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0639\u0645\u0631\u0627\u0646\u064a \u0641\u064a \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0628\u0644\u0627\u062f. \u062a\u0634\u0645\u0644 \u0627\u0644\u0645\u0631\u062d\u0644\u0629 \u0646\u0642\u0644 \u0627\u0644\u0648\u0632\u0627\u0631\u0627\u062a \u0648\u0627\u0644\u0647\u064a\u0626\u0627\u062a \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629\u060c \u0648\u0628\u0646\u0627\u0621 \u0623\u062d\u064a\u0627\u0621 \u0633\u0643\u0646\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629\u060c \u0648\u062a\u0623\u0633\u064a\u0633 \u0645\u0646\u0637\u0642\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u062a\u0636\u0645 \u0646\u0627\u0637\u062d\u0627\u062a \u0627\u0644\u0633\u062d\u0627\u0628. \u064a\u0645\u062b\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0646\u0642\u0644\u0629 \u0646\u0648\u0639\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u062e\u0637\u064a\u0637 \u0627\u0644\u0639\u0645\u0631\u0627\u0646\u064a \u0627\u0644\u0645\u0635\u0631\u064a\u060c \u0648\u064a\u0647\u062f\u0641 \u0625\u0644\u0649 \u062a\u062e\u0641\u064a\u0641 \u0627\u0644\u0636\u063a\u0637 \u0639\u0646 \u0627\u0644\u0642\u0627\u0647\u0631\u0629 \u0627\u0644\u062a\u0642\u0644\u064a\u062f\u064a\u0629. \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0633\u062a\u0648\u0639\u0628 \u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 6.5 \u0645\u0644\u064a\u0648\u0646 \u0646\u0633\u0645\u0629 \u0639\u0646\u062f \u0627\u0643\u062a\u0645\u0627\u0644\u0647\u0627.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0647\u064a\u0626\u0629 \u0627\u0644\u0645\u062c\u062a\u0645\u0639\u0627\u062a \u0627\u0644\u0639\u0645\u0631\u0627\u0646\u064a\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629<\/span><\/div>\n            <\/div>\n\n            <!-- \u062e\u0628\u0631 3: \u0646\u064a\u062c\u064a\u0631\u064a\u0627 - \u0635\u0648\u0631\u0629 \u062c\u062f\u064a\u062f\u0629 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">3<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/ng.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u0646\u064a\u062c\u064a\u0631\u064a\u0627\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0623\u0628\u0648\u062c\u0627<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u0646\u064a\u062c\u064a\u0631\u064a\u0627 \u062a\u0639\u0644\u0646 \u0639\u0646 \u0627\u0643\u062a\u0634\u0627\u0641\u0627\u062a \u063a\u0627\u0632\u064a\u0629 \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u062f\u0644\u062a\u0627 \u0627\u0644\u0646\u064a\u062c\u0631<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1635070041078-e363dbe005cb?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0645\u0646\u0635\u0627\u062a \u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0627\u0644\u063a\u0627\u0632 \u0641\u064a \u0646\u064a\u062c\u064a\u0631\u064a\u0627\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0623\u0639\u0644\u0646\u062a \u0634\u0631\u0643\u0629 \u0627\u0644\u0646\u0641\u0637 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u0646\u064a\u062c\u064a\u0631\u064a\u0629 \u0639\u0646 \u0627\u0643\u062a\u0634\u0627\u0641\u0627\u062a \u063a\u0627\u0632\u064a\u0629 \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u062f\u0644\u062a\u0627 \u0627\u0644\u0646\u064a\u062c\u0631\u060c \u062a\u0642\u062f\u0631 \u0627\u062d\u062a\u064a\u0627\u0637\u0627\u062a\u0647\u0627 \u0628\u0640 5 \u062a\u0631\u064a\u0644\u064a\u0648\u0646 \u0642\u062f\u0645 \u0645\u0643\u0639\u0628. \u064a\u0623\u062a\u064a \u0647\u0630\u0627 \u0627\u0644\u0627\u0643\u062a\u0634\u0627\u0641 \u0641\u064a \u0625\u0637\u0627\u0631 \u062c\u0647\u0648\u062f \u0646\u064a\u062c\u064a\u0631\u064a\u0627 \u0644\u062a\u0639\u0632\u064a\u0632 \u0625\u0646\u062a\u0627\u062c\u0647\u0627 \u0645\u0646 \u0627\u0644\u063a\u0627\u0632 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u060c \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0625\u0644\u0649 \u0645\u0635\u062f\u0631 \u0631\u0626\u064a\u0633\u064a \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0646\u0638\u064a\u0641\u0629 \u0641\u064a \u063a\u0631\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627. \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0642\u0639 \u0623\u0646 \u062a\u0631\u0641\u0639 \u0627\u0644\u0627\u0643\u062a\u0634\u0627\u0641\u0627\u062a \u0645\u0646 \u0635\u0627\u062f\u0631\u0627\u062a \u0646\u064a\u062c\u064a\u0631\u064a\u0627 \u0645\u0646 \u0627\u0644\u063a\u0627\u0632 \u0628\u0646\u0633\u0628\u0629 30%\u060c \u0648\u062a\u0633\u0627\u0647\u0645 \u0641\u064a \u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0627\u0643\u062a\u0641\u0627\u0621 \u0627\u0644\u0630\u0627\u062a\u064a \u0645\u0646 \u0627\u0644\u0637\u0627\u0642\u0629. \u0643\u0645\u0627 \u0633\u062a\u0639\u0632\u0632 \u0645\u0643\u0627\u0646\u0629 \u0646\u064a\u062c\u064a\u0631\u064a\u0627 \u0643\u0642\u0648\u0629 \u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0625\u0642\u0644\u064a\u0645\u064a\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0627\u0644\u0637\u0627\u0642\u0629.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0634\u0631\u0643\u0629 \u0627\u0644\u0646\u0641\u0637 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u0646\u064a\u062c\u064a\u0631\u064a\u0629<\/span><\/div>\n            <\/div>\n\n            <!-- \u062e\u0628\u0631 4: \u0643\u064a\u0646\u064a\u0627 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">4<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/ke.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u0643\u064a\u0646\u064a\u0627\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0646\u064a\u0631\u0648\u0628\u064a<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u0643\u064a\u0646\u064a\u0627 \u062a\u0637\u0644\u0642 \u0623\u0648\u0644 \u0642\u0637\u0627\u0631 \u0641\u0627\u0626\u0642 \u0627\u0644\u0633\u0631\u0639\u0629 \u0641\u064a \u0634\u0631\u0642 \u0625\u0641\u0631\u064a\u0642\u064a\u0627<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1544620347-c4fd4a3d5957?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0627\u0644\u0642\u0637\u0627\u0631 \u0641\u0627\u0626\u0642 \u0627\u0644\u0633\u0631\u0639\u0629 \u0641\u064a \u0643\u064a\u0646\u064a\u0627\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0623\u0637\u0644\u0642\u062a \u0643\u064a\u0646\u064a\u0627 \u0623\u0648\u0644 \u0642\u0637\u0627\u0631 \u0641\u0627\u0626\u0642 \u0627\u0644\u0633\u0631\u0639\u0629 \u0641\u064a \u0634\u0631\u0642 \u0625\u0641\u0631\u064a\u0642\u064a\u0627\u060c \u064a\u0631\u0628\u0637 \u0628\u064a\u0646 \u0627\u0644\u0639\u0627\u0635\u0645\u0629 \u0646\u064a\u0631\u0648\u0628\u064a \u0648\u0645\u064a\u0646\u0627\u0621 \u0645\u0648\u0645\u0628\u0627\u0633\u0627. \u062a\u0628\u0644\u063a \u0633\u0631\u0639\u0629 \u0627\u0644\u0642\u0637\u0627\u0631 120 \u0643\u0645\/\u0633\u0627\u0639\u0629\u060c \u0648\u064a\u0642\u0644\u0635 \u0648\u0642\u062a \u0627\u0644\u0631\u062d\u0644\u0629 \u0645\u0646 10 \u0633\u0627\u0639\u0627\u062a \u0625\u0644\u0649 4 \u0633\u0627\u0639\u0627\u062a \u0641\u0642\u0637. \u064a\u0645\u062b\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u062c\u0632\u0621\u0627\u064b \u0645\u0646 \u0645\u0628\u0627\u062f\u0631\u0629 &#8220;\u0637\u0631\u064a\u0642 \u0627\u0644\u062d\u0631\u064a\u0631 \u0627\u0644\u062c\u062f\u064a\u062f&#8221; \u0627\u0644\u0635\u064a\u0646\u064a\u0629\u060c \u0648\u064a\u0647\u062f\u0641 \u0625\u0644\u0649 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0648\u0627\u0644\u0646\u0642\u0644 \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629. \u0645\u0646 \u0627\u0644\u0645\u062a\u0648\u0642\u0639 \u0623\u0646 \u064a\u0646\u0642\u0644 \u0627\u0644\u0642\u0637\u0627\u0631 \u0645\u0644\u064a\u0648\u0646 \u0631\u0627\u0643\u0628 \u0633\u0646\u0648\u064a\u0627\u064b\u060c \u0648\u064a\u0633\u0627\u0647\u0645 \u0641\u064a \u062f\u0641\u0639 \u0639\u062c\u0644\u0629 \u0627\u0644\u0646\u0645\u0648 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a \u0641\u064a \u0643\u064a\u0646\u064a\u0627 \u0648\u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0645\u062c\u0627\u0648\u0631\u0629.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0634\u0631\u0643\u0629 \u0633\u0643\u0643 \u062d\u062f\u064a\u062f \u0643\u064a\u0646\u064a\u0627<\/span><\/div>\n            <\/div>\n\n            <!-- \u062e\u0628\u0631 5: \u0625\u062b\u064a\u0648\u0628\u064a\u0627 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">5<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/et.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u0625\u062b\u064a\u0648\u0628\u064a\u0627\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0623\u062f\u064a\u0633 \u0623\u0628\u0627\u0628\u0627<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u0625\u062b\u064a\u0648\u0628\u064a\u0627 \u062a\u0639\u0644\u0646 \u0639\u0646 \u0627\u0643\u062a\u0645\u0627\u0644 \u0633\u062f \u0627\u0644\u0646\u0647\u0636\u0629 \u0648\u062a\u0634\u063a\u064a\u0644\u0647 \u0628\u0627\u0644\u0643\u0627\u0645\u0644<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1516937941344-00b4e0337589?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0633\u062f \u0627\u0644\u0646\u0647\u0636\u0629 \u0627\u0644\u0625\u062b\u064a\u0648\u0628\u064a\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0623\u0639\u0644\u0646\u062a \u0625\u062b\u064a\u0648\u0628\u064a\u0627 \u0639\u0646 \u0627\u0643\u062a\u0645\u0627\u0644 \u0628\u0646\u0627\u0621 \u0633\u062f \u0627\u0644\u0646\u0647\u0636\u0629 \u0648\u062a\u0634\u063a\u064a\u0644\u0647 \u0628\u0627\u0644\u0643\u0627\u0645\u0644\u060c \u0628\u0639\u062f \u0623\u0643\u062b\u0631 \u0645\u0646 \u0639\u0642\u062f \u0645\u0646 \u0628\u062f\u0621 \u0627\u0644\u0645\u0634\u0631\u0648\u0639. \u064a\u0639\u062f \u0627\u0644\u0633\u062f \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0644\u062a\u0648\u0644\u064a\u062f \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0643\u0647\u0631\u0648\u0645\u0627\u0626\u064a\u0629 \u0641\u064a \u0625\u0641\u0631\u064a\u0642\u064a\u0627\u060c \u0628\u0642\u062f\u0631\u0629 \u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u062a\u0635\u0644 \u0625\u0644\u0649 6.45 \u062c\u064a\u062c\u0627\u0648\u0627\u062a. \u0633\u064a\u063a\u0637\u064a \u0627\u0644\u0633\u062f \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0625\u062b\u064a\u0648\u0628\u064a\u0627 \u0645\u0646 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0628\u0627\u0644\u0643\u0627\u0645\u0644\u060c \u0645\u0639 \u0641\u0627\u0626\u0636 \u0644\u0644\u062a\u0635\u062f\u064a\u0631 \u0625\u0644\u0649 \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0645\u062c\u0627\u0648\u0631\u0629. \u064a\u0645\u062b\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0646\u0642\u0637\u0629 \u062a\u062d\u0648\u0644 \u0641\u064a \u0642\u0637\u0627\u0639 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0625\u062b\u064a\u0648\u0628\u064a\u060c \u0648\u064a\u0639\u0632\u0632 \u0645\u0646 \u0645\u0643\u0627\u0646\u0629 \u0627\u0644\u0628\u0644\u0627\u062f \u0643\u0645\u0631\u0643\u0632 \u0644\u0644\u0637\u0627\u0642\u0629 \u0641\u064a \u0634\u0631\u0642 \u0625\u0641\u0631\u064a\u0642\u064a\u0627.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0627\u0644\u0648\u0643\u0627\u0644\u0629 \u0627\u0644\u0625\u062b\u064a\u0648\u0628\u064a\u0629 \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0626\u064a\u0629<\/span><\/div>\n            <\/div>\n\n            <!-- \u062e\u0628\u0631 6: \u0627\u0644\u0645\u063a\u0631\u0628 -->\n            <div class=\"news-card\">\n                <div class=\"news-header\">\n                    <div class=\"news-number\">6<\/div>\n                    <div class=\"news-meta\">\n                        <div class=\"flag\">\n                            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/flagcdn.com\/w40\/ma.png?w=640&#038;ssl=1\" alt=\"\u0639\u0644\u0645 \u0627\u0644\u0645\u063a\u0631\u0628\">\n                        <\/div>\n                        <div class=\"location\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0627\u0644\u0631\u0628\u0627\u0637<\/div>\n                    <\/div>\n                <\/div>\n                <h3 class=\"news-title\">\u0627\u0644\u0645\u063a\u0631\u0628 \u064a\u0637\u0644\u0642 \u0623\u0643\u0628\u0631 \u0645\u062d\u0637\u0629 \u0644\u062a\u062d\u0644\u064a\u0629 \u0645\u064a\u0627\u0647 \u0627\u0644\u0628\u062d\u0631 \u0641\u064a \u0625\u0641\u0631\u064a\u0642\u064a\u0627<\/h3>\n                <div class=\"news-content-container\">\n                    <div class=\"news-image\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1509316785289-025f5b846b35?w=600&#038;h=400&#038;fit=crop&#038;auto=format\" alt=\"\u0645\u062d\u0637\u0629 \u062a\u062d\u0644\u064a\u0629 \u0627\u0644\u0645\u064a\u0627\u0647 \u0641\u064a \u0627\u0644\u0645\u063a\u0631\u0628\">\n                    <\/div>\n                    <div class=\"news-content\">\n                        \u0623\u0637\u0644\u0642 \u0627\u0644\u0645\u063a\u0631\u0628 \u0623\u0643\u0628\u0631 \u0645\u062d\u0637\u0629 \u0644\u062a\u062d\u0644\u064a\u0629 \u0645\u064a\u0627\u0647 \u0627\u0644\u0628\u062d\u0631 \u0641\u064a \u0625\u0641\u0631\u064a\u0642\u064a\u0627\u060c \u0628\u0642\u062f\u0631\u0629 \u0625\u0646\u062a\u0627\u062c\u064a\u0629 \u062a\u0635\u0644 \u0625\u0644\u0649 300 \u0645\u0644\u064a\u0648\u0646 \u0645\u062a\u0631 \u0645\u0643\u0639\u0628 \u0633\u0646\u0648\u064a\u0627\u064b. \u062a\u0647\u062f\u0641 \u0627\u0644\u0645\u062d\u0637\u0629 \u0625\u0644\u0649 \u0645\u0648\u0627\u062c\u0647\u0629 \u0634\u062d \u0627\u0644\u0645\u064a\u0627\u0647 \u0627\u0644\u0646\u0627\u062a\u062c \u0639\u0646 \u0627\u0644\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u0646\u0627\u062e\u064a\u0629\u060c \u0648\u062a\u0623\u0645\u064a\u0646 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0632\u0631\u0627\u0639\u064a \u0648\u0627\u0644\u0635\u0646\u0627\u0639\u064a \u0648\u0627\u0644\u0633\u0643\u0627\u0646\u064a. \u062a\u0645 \u062a\u0645\u0648\u064a\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0628\u064a\u0646 \u0627\u0644\u0642\u0637\u0627\u0639\u064a\u0646 \u0627\u0644\u0639\u0627\u0645 \u0648\u0627\u0644\u062e\u0627\u0635\u060c \u0628\u0627\u0633\u062a\u062b\u0645\u0627\u0631\u0627\u062a \u062a\u0628\u0644\u063a 1.5 \u0645\u0644\u064a\u0627\u0631 \u062f\u0648\u0644\u0627\u0631. \u0633\u062a\u0633\u0627\u0647\u0645 \u0627\u0644\u0645\u062d\u0637\u0629 \u0641\u064a \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0623\u0645\u0646 \u0627\u0644\u0645\u0627\u0626\u064a \u0644\u0644\u0645\u063a\u0631\u0628 \u0648\u062a\u0644\u0628\u064a\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a 10 \u0645\u0644\u0627\u064a\u064a\u0646 \u0646\u0633\u0645\u0629.\n                    <\/div>\n                <\/div>\n                <div class=\"source\">\u0627\u0644\u0645\u0635\u062f\u0631: <span>\u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062a\u062c\u0647\u064a\u0632 \u0648\u0627\u0644\u0645\u0627\u0621 \u0627\u0644\u0645\u063a\u0631\u0628\u064a\u0629<\/span><\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"footer\">\n            <div>\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0646\u0634\u0631\u0629: \u0642\u0633\u0645 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629<\/div>\n            <div class=\"brand\">\u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0645\u0643\u062a\u0628 \u0627\u0644\u0642\u0627\u0647\u0631\u0629<\/div>\n            <div style=\"margin-top: 10px; font-size: 12px;\">\n                <span class=\"africa-emblem\">\u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629 \ud83c\udf0d<\/span> | \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629 \u00a9 2026\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0625\u0636\u0627\u0641\u064a\u0629 \u0644\u0644\u0635\u0648\u0631\n        document.addEventListener('DOMContentLoaded', function() {\n            const images = document.querySelectorAll('.news-image img');\n            images.forEach(img => {\n                img.addEventListener('mouseenter', function() {\n                    this.style.transform = 'scale(1.08)';\n                    this.style.transition = 'transform 0.3s ease';\n                });\n                img.addEventListener('mouseleave', function() {\n                    this.style.transform = 'scale(1.05)';\n                });\n            });\n            \n            \/\/ \u062a\u0623\u062b\u064a\u0631 \u0639\u0646\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629\n            const newsCards = document.querySelectorAll('.news-card');\n            newsCards.forEach((card, index) => {\n                setTimeout(() => {\n                    card.style.opacity = '0';\n                    card.style.transform = 'translateY(20px)';\n                    card.style.transition = 'all 0.5s ease';\n                    \n                    setTimeout(() => {\n                        card.style.opacity = '1';\n                        card.style.transform = 'translateY(0)';\n                    }, 100);\n                }, index * 100);\n            });\n            \n            \/\/ \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\n            const patternElements = document.querySelectorAll('.pattern-element');\n            patternElements.forEach((element, index) => {\n                setTimeout(() => {\n                    element.style.transform = 'scale(1.3)';\n                    setTimeout(() => {\n                        element.style.transform = 'scale(1)';\n                    }, 300);\n                }, index * 200);\n            });\n            \n            \/\/ \u062a\u0623\u062b\u064a\u0631 \u0645\u062a\u0639\u0631\u062c \u0644\u0644\u0646\u0645\u0637\n            setInterval(() => {\n                patternElements.forEach((element, index) => {\n                    setTimeout(() => {\n                        element.style.transform = 'translateY(-5px)';\n                        setTimeout(() => {\n                            element.style.transform = 'translateY(0)';\n                        }, 300);\n                    }, index * 100);\n                });\n            }, 5000);\n        });\n    <\/script>\n<\/body>\n<\/html>\n        <div class=\"booster-block booster-reactions-block\">\n            <div class=\"twp-reactions-icons\">\n                \n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-1\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/happy.svg\" alt=\"Happy\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">\n                        Happy                    <\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                        \n                                                <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-2\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/sad.svg\" alt=\"Sad\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">\n                        Sad                    <\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                                                                        <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-3\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/excited.svg\" alt=\"Excited\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">\n                        Excited                    <\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                                                                        <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-6\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/sleepy.svg\" alt=\"Sleepy\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">\n                        Sleepy                    <\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                        \n                                                <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-4\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/angry.svg\" alt=\"Angry\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">Angry<\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                                                                        <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                        \n                    <\/div>\n                <\/div>\n\n                <div class=\"twp-reacts-wrap\">\n                    <a react-data=\"be-react-5\" post-id=\"226401\" class=\"be-face-icons un-reacted\" href=\"javascript:void(0)\">\n                        <img decoding=\"async\" src=\"https:\/\/www.almadar.be\/wp-content\/plugins\/booster-extension\/\/assets\/icon\/surprise.svg\" alt=\"Surprise\">\n                    <\/a>\n                    <div class=\"twp-reaction-title\">Surprise<\/div>\n                    <div class=\"twp-count-percent\">\n                                                    <span style=\"display: none;\" class=\"twp-react-count\">0<\/span>\n                                                                        <span class=\"twp-react-percent\"><span>0<\/span> %<\/span>\n                                            <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    ","protected":false},"excerpt":{"rendered":"<p>\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u2013 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u2013 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u062a\u063a\u0637\u064a\u0629 \u0634\u0627\u0645\u0644\u0629 \u0644\u0623\u0647\u0645 \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0648\u0627\u0644\u0633\u064a\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629 07 \u0641\u0628\u0631\u0627\u064a\u0631 \/ \u0634\u0628\u0627\u0637 2026 &#8211; \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u064a\u0648\u0645\u064a 1 \u0634\u0628\u0643\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u2013 \u0628\u0631\u064a\u062a\u0648\u0631\u064a\u0627 \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u062a\u0637\u0644\u0642 \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629 \u0623\u0637\u0644\u0642\u062a \u062c\u0646\u0648\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627 \u0623\u0643\u0628\u0631 \u0645\u0634\u0631\u0648\u0639 \u0644\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0645\u062a\u062c\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0625\u0641\u0631\u064a\u0642\u064a\u0629\u060c \u0628\u0642\u064a\u0645\u0629 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":222529,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"federated","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[8,53602],"tags":[],"class_list":["post-226401","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-8","category-53602"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.almadar.be\/wp-content\/uploads\/2025\/12\/%D9%86%D8%B4%D8%B1%D8%A9-%D8%A7%D9%84%D9%85%D8%AF%D8%A7%D8%B1-%D8%A7%D9%84%D8%A7%D9%81%D8%B1%D9%8A%D9%82%D9%8A%D8%A9-1-1-scaled.png?fit=2560%2C1367&ssl=1","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8NJWL-WTD","_links":{"self":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/226401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=226401"}],"version-history":[{"count":0,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/226401\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/media\/222529"}],"wp:attachment":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=226401"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=226401"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=226401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}