{"id":222437,"date":"2025-12-27T23:48:19","date_gmt":"2025-12-27T22:48:19","guid":{"rendered":"https:\/\/www.almadar.be\/?p=222437"},"modified":"2025-12-27T23:48:22","modified_gmt":"2025-12-27T22:48:22","slug":"%d8%a7%d9%84%d8%a8%d9%86%d9%83-%d8%a7%d9%84%d9%85%d8%b1%d9%83%d8%b2%d9%8a-%d8%a7%d9%84%d8%a3%d9%88%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b7%d9%85%d8%a6%d9%86-%d8%a7%d9%84%d8%a3%d8%b3%d9%88%d8%a7%d9%82","status":"publish","type":"post","link":"https:\/\/www.almadar.be\/?p=222437","title":{"rendered":"\u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u064a\u0637\u0645\u0626\u0646 \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u062d\u064a\u0627\u0644 \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u062a\u0636\u062e\u0645"},"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>4 Minute, 32 Second                <\/div>\n\n            <\/div>\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;700;900&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-color: #002e5d; \/* \u0623\u0632\u0631\u0642 \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0639\u0645\u064a\u0642 *\/\n            --accent-color: #c5a02d;  \/* \u0630\u0647\u0628\u064a \u0645\u0644\u0643\u064a *\/\n            --text-color: #2d3436;\n            --bg-color: #f0f2f5;\n            --white: #ffffff;\n        }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n        body { font-family: 'Cairo', sans-serif; background-color: var(--bg-color); color: var(--text-color); line-height: 1.8; }\n\n        .newsletter-wrapper { max-width: 1000px; margin: 0 auto; background: var(--white); overflow: hidden; }\n\n        \/* Header Section *\/\n        .header {\n            background: linear-gradient(135deg, var(--primary-color) 0%, #001a35 100%);\n            color: var(--white);\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n            border-bottom: 6px solid var(--accent-color);\n        }\n        .header h1 { font-size: 2.5rem; font-weight: 900; letter-spacing: 1px; margin-bottom: 10px; }\n        .header p { font-size: 1.2rem; color: var(--accent-color); font-weight: 600; }\n        .header .date-tag { margin-top: 20px; display: inline-block; background: rgba(255,255,255,0.1); padding: 5px 20px; border-radius: 50px; font-size: 0.9rem; }\n\n        \/* Breaking News Ticker *\/\n        .ticker { background: #eee; padding: 10px; font-size: 0.9rem; border-bottom: 1px solid #ddd; overflow: hidden; white-space: nowrap; }\n        .ticker b { color: #d63031; margin-left: 10px; }\n\n        \/* News Grid *\/\n        .content-area { padding: 40px 30px; }\n        .news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }\n\n        .news-card { background: var(--white); transition: var(--transition); border-bottom: 2px solid #f0f0f0; padding-bottom: 20px; }\n        .source-tag { color: var(--accent-color); font-weight: 800; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 10px; display: block; }\n        .news-title { font-size: 1.5rem; font-weight: 800; color: var(--primary-color); line-height: 1.4; margin-bottom: 15px; height: 4.2rem; overflow: hidden; }\n        \n        .img-container { width: 100%; height: 250px; border-radius: 12px; overflow: hidden; margin-bottom: 20px; position: relative; }\n        .img-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }\n        .news-card:hover img { transform: scale(1.08); }\n\n        .news-text { font-size: 1.05rem; color: #444; text-align: justify; margin-bottom: 15px; }\n        .category { font-size: 0.8rem; background: var(--bg-color); padding: 4px 12px; border-radius: 4px; font-weight: 700; color: var(--primary-color); }\n\n        \/* Footer *\/\n        .footer { background: var(--primary-color); color: var(--white); padding: 40px 30px; text-align: center; }\n        .footer-logo { font-size: 1.5rem; font-weight: 900; color: var(--accent-color); margin-bottom: 15px; }\n        .footer p { font-size: 0.9rem; opacity: 0.8; }\n        .footer a { color: var(--accent-color); text-decoration: none; font-weight: 700; }\n\n        \/* Mobile Optimization *\/\n        @media (max-width: 850px) {\n            .news-grid { grid-template-columns: 1fr; }\n            .header h1 { font-size: 1.8rem; }\n            .news-title { height: auto; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"newsletter-wrapper\">\n    <header class=\"header\">\n        <h1>\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<\/h1>\n        <p>\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0642\u0644\u0628 \u0627\u0644\u0639\u0648\u0627\u0635\u0645 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/p>\n        <div class=\"date-tag\"><i class=\"far fa-calendar-alt\"><\/i> \u0627\u0644\u0633\u0628\u062a\u060c 27 \u062f\u064a\u0633\u0645\u0628\u0631 2025<\/div>\n    <\/header>\n\n    <div class=\"ticker\">\n        <b>\u0639\u0627\u062c\u0644:<\/b> \u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u062a\u0639\u0644\u0646 \u0639\u0646 \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629 \u0644\u062f\u0639\u0645 \u0642\u0637\u0627\u0639 \u0627\u0644\u0637\u0627\u0642\u0629 \u0641\u064a \u062f\u0648\u0644 \u0627\u0644\u0628\u0646\u0644\u0648\u0643\u0633 \u0644\u0639\u0627\u0645 2026.\n    <\/div>\n\n    <div class=\"content-area\">\n        <div class=\"news-grid\">\n\n            <article class=\"news-card\">\n                <span class=\"source-tag\">\u0628\u0631\u0648\u0643\u0633\u0644 | \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/span>\n                <h2 class=\"news-title\">\u0628\u0631\u0648\u0643\u0633\u0644 \u062a\u0642\u0648\u062f \u062a\u062d\u0648\u0644\u0627\u064b \u0631\u0642\u0645\u064a\u0627\u064b \u0634\u0627\u0645\u0644\u0627\u064b \u0644\u062a\u0639\u0632\u064a\u0632 \u0633\u064a\u0627\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/h2>\n                <div class=\"img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1550751827-4bd374c3f58b?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0641\u064a \u0623\u0648\u0631\u0648\u0628\u0627\">\n                <\/div>\n                <p class=\"news-text\">\n                    \u0623\u0637\u0644\u0642\u062a \u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0641\u064a \u0628\u0631\u0648\u0643\u0633\u0644 \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0637\u0645\u0648\u062d\u0629 \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0633\u064a\u0627\u062f\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0644\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0648\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0645\u0646 \u062e\u0627\u0631\u062c \u0627\u0644\u0642\u0627\u0631\u0629. \u062a\u0631\u0643\u0632 \u0627\u0644\u062e\u0637\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0639\u0644\u0649 \u0628\u0646\u0627\u0621 \u0628\u0646\u064a\u0629 \u062a\u062d\u062a\u064a\u0629 \u0633\u062d\u0627\u0628\u064a\u0629 \u0645\u0648\u062d\u062f\u0629 \u0648\u062a\u0637\u0648\u064a\u0631 \u0645\u0639\u0627\u064a\u064a\u0631 \u0635\u0627\u0631\u0645\u0629 \u0644\u062d\u0645\u0627\u064a\u0629 \u062e\u0635\u0648\u0635\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0644\u0644\u0645\u0648\u0627\u0637\u0646\u064a\u0646 \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u062a. \u064a\u0623\u062a\u064a \u0647\u0630\u0627 \u0627\u0644\u062a\u062d\u0631\u0643 \u0644\u0645\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a \u0627\u0644\u0633\u064a\u0628\u0631\u0627\u0646\u064a\u0629 \u0627\u0644\u0645\u062a\u0632\u0627\u064a\u062f\u0629 \u0648\u0636\u0645\u0627\u0646 \u0627\u0633\u062a\u0642\u0644\u0627\u0644\u064a\u0629 \u0627\u0644\u0642\u0631\u0627\u0631 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0641\u064a \u0638\u0644 \u0627\u0644\u062a\u0646\u0627\u0641\u0633 \u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0628\u064a\u0646 \u0627\u0644\u0623\u0642\u0637\u0627\u0628 \u0627\u0644\u0643\u0628\u0631\u0649. \u0648\u0623\u0643\u062f \u062e\u0628\u0631\u0627\u0621 \u0641\u064a \u0628\u0631\u0648\u0643\u0633\u0644 \u0623\u0646 \u0647\u0630\u0647 \u0627\u0644\u062e\u0637\u0648\u0629 \u0633\u062a\u0648\u0641\u0631 \u0622\u0644\u0627\u0641 \u0641\u0631\u0635 \u0627\u0644\u0639\u0645\u0644 \u0641\u064a \u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0627\u062a \u0648\u0627\u0644\u0623\u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u064a \u062e\u0644\u0627\u0644 \u0627\u0644\u0639\u0642\u062f \u0627\u0644\u0642\u0627\u062f\u0645.\n                <\/p>\n                <span class=\"category\">\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627<\/span>\n            <\/article>\n\n            <article class=\"news-card\">\n                <span class=\"source-tag\">\u0644\u0627\u0647\u0627\u064a | \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/span>\n                <h2 class=\"news-title\">\u0627\u062a\u0641\u0627\u0642\u064a\u0629 &#8220;\u0628\u0646\u0644\u0648\u0643\u0633 \u0627\u0644\u062e\u0636\u0631\u0627\u0621&#8221;: \u062b\u0648\u0631\u0629 \u0641\u064a \u0642\u0637\u0627\u0639 \u0627\u0644\u0646\u0642\u0644 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645 \u0644\u0639\u0627\u0645 2026<\/h2>\n                <div class=\"img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1474487548417-781cb71495f3?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"\u0642\u0637\u0627\u0631\u0627\u062a \u0623\u0648\u0631\u0648\u0628\u0627\">\n                <\/div>\n                <p class=\"news-text\">\n                    \u0648\u0642\u0639\u062a \u062f\u0648\u0644 \u0627\u062a\u062d\u0627\u062f \u0628\u0646\u0644\u0648\u0643\u0633 (\u0628\u0644\u062c\u064a\u0643\u0627 \u0648\u0647\u0648\u0644\u0646\u062f\u0627 \u0648\u0644\u0648\u0643\u0633\u0645\u0628\u0648\u0631\u063a) \u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u062a\u0627\u0631\u064a\u062e\u064a\u0629 \u0644\u062a\u0648\u0633\u064a\u0639 \u0634\u0628\u0643\u0629 \u0627\u0644\u0646\u0642\u0644 \u0627\u0644\u0633\u0643\u0643\u064a \u0627\u0644\u0635\u062f\u064a\u0642 \u0644\u0644\u0628\u064a\u0626\u0629 \u0648\u0631\u0628\u0637 \u0627\u0644\u0645\u062f\u0646 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0628\u062e\u0637\u0648\u0637 \u0642\u0637\u0627\u0631\u0627\u062a \u0647\u064a\u062f\u0631\u0648\u062c\u064a\u0646\u064a\u0629 \u062d\u062f\u064a\u062b\u0629 \u0628\u062d\u0644\u0648\u0644 \u0639\u0627\u0645 2026. \u062a\u0647\u062f\u0641 \u0627\u0644\u0645\u0628\u0627\u062f\u0631\u0629 \u0625\u0644\u0649 \u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0627\u0646\u0628\u0639\u0627\u062b\u0627\u062a \u0627\u0644\u0643\u0631\u0628\u0648\u0646\u064a\u0629 \u0627\u0644\u0646\u0627\u062a\u062c\u0629 \u0639\u0646 \u0627\u0644\u0646\u0642\u0644 \u0627\u0644\u0628\u0631\u064a \u0628\u0646\u0633\u0628\u0629 40%\u060c \u0645\u0639 \u062a\u0648\u0641\u064a\u0631 \u0628\u062f\u0627\u0626\u0644 \u0633\u0631\u064a\u0639\u0629 \u0648\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629 \u0644\u0644\u0645\u0633\u0627\u0641\u0631\u064a\u0646 \u0648\u0627\u0644\u0628\u0636\u0627\u0626\u0639 \u0639\u0628\u0631 \u0627\u0644\u062d\u062f\u0648\u062f. \u062a\u062a\u0636\u0645\u0646 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u0627\u0633\u062a\u062b\u0645\u0627\u0631\u0627\u062a \u0636\u062e\u0645\u0629 \u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u062d\u0637\u0627\u062a \u0648\u062a\u0637\u0648\u064a\u0631 \u0623\u0646\u0638\u0645\u0629 \u062d\u062c\u0632 \u0631\u0642\u0645\u064a\u0629 \u0645\u0648\u062d\u062f\u0629 \u062a\u0633\u0647\u0644 \u0627\u0644\u062a\u0646\u0642\u0644 \u0628\u064a\u0646 \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u062b\u0644\u0627\u062b. \u0648\u062a\u0639\u062a\u0628\u0631 \u0647\u0630\u0647 \u0627\u0644\u062e\u0637\u0648\u0629 \u0646\u0645\u0648\u0630\u062c\u0627\u064b \u064a\u062d\u062a\u0630\u0649 \u0628\u0647 \u0641\u064a \u0627\u0644\u062a\u0643\u0627\u0645\u0644 \u0627\u0644\u0625\u0642\u0644\u064a\u0645\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0646\u062d\u0648 \u062a\u062d\u0642\u064a\u0642 \u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u062d\u064a\u0627\u062f \u0627\u0644\u0645\u0646\u0627\u062e\u064a \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0648\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0633\u064a\u0627\u062d\u0629 \u0627\u0644\u0645\u0633\u062a\u062f\u0627\u0645\u0629 \u0628\u064a\u0646 \u0634\u0639\u0648\u0628 \u0627\u0644\u0645\u0646\u0637\u0642\u0629.\n                <\/p>\n                <span class=\"category\">\u0627\u0644\u0628\u064a\u0626\u0629<\/span>\n            <\/article>\n\n            <article class=\"news-card\">\n                <span class=\"source-tag\">\u0641\u0631\u0627\u0646\u0643\u0641\u0648\u0631\u062a | \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/span>\n                <h2 class=\"news-title\">\u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u064a\u0637\u0645\u0626\u0646 \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u062d\u064a\u0627\u0644 \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u062a\u0636\u062e\u0645<\/h2>\n                <div class=\"img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1611974789855-9c2a0a7236a3?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"\u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\">\n                <\/div>\n                <p class=\"news-text\">\n                    \u0623\u0639\u0644\u0646\u062a \u0631\u0626\u064a\u0633\u0629 \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0643\u0631\u064a\u0633\u062a\u064a\u0646 \u0644\u0627\u063a\u0627\u0631\u062f \u0639\u0646 \u062d\u0632\u0645\u0629 \u0645\u0646 \u0627\u0644\u062a\u0648\u0642\u0639\u0627\u062a \u0627\u0644\u0625\u064a\u062c\u0627\u0628\u064a\u0629 \u062d\u064a\u0627\u0644 \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u064a\u0648\u0631\u0648\u060c \u0645\u0624\u0643\u062f\u0629 \u0623\u0646 \u0645\u0639\u062f\u0644\u0627\u062a \u0627\u0644\u062a\u0636\u062e\u0645 \u0628\u062f\u0623\u062a \u062a\u0642\u062a\u0631\u0628 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u0627\u062a \u0627\u0644\u0631\u0633\u0645\u064a\u0629. \u0648\u0623\u0634\u0627\u0631\u062a \u0641\u064a \u062a\u0635\u0631\u064a\u062d\u0627\u062a \u0645\u0646 \u0641\u0631\u0627\u0646\u0643\u0641\u0648\u0631\u062a \u0625\u0644\u0649 \u0623\u0646 \u0627\u0644\u0633\u064a\u0627\u0633\u0627\u062a \u0627\u0644\u0646\u0642\u062f\u064a\u0629 \u0627\u0644\u0645\u062a\u0628\u0639\u0629 \u0646\u062c\u062d\u062a \u0641\u064a \u0627\u0645\u062a\u0635\u0627\u0635 \u0635\u062f\u0645\u0627\u062a \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0637\u0627\u0642\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629\u060c \u0645\u0645\u0627 \u064a\u0641\u062a\u062d \u0627\u0644\u0628\u0627\u0628 \u0623\u0645\u0627\u0645 \u062e\u0641\u0636 \u0645\u062d\u062a\u0645\u0644 \u0644\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0641\u0627\u0626\u062f\u0629 \u0641\u064a \u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062b\u0627\u0646\u064a \u0645\u0646 \u0627\u0644\u0639\u0627\u0645 \u0627\u0644\u0642\u0627\u062f\u0645. \u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u0644\u0627\u0646 \u0628\u062b \u0631\u0648\u062d \u0627\u0644\u062a\u0641\u0627\u0624\u0644 \u0641\u064a \u0627\u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629\u060c \u062d\u064a\u062b \u0633\u062c\u0644\u062a \u0627\u0644\u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0631\u062a\u0641\u0627\u0639\u0627\u064b \u0645\u0644\u062d\u0648\u0638\u0627\u064b\u060c \u0648\u0633\u0637 \u062a\u0631\u0642\u0628 \u0627\u0644\u0645\u0633\u062a\u062b\u0645\u0631\u064a\u0646 \u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u062a\u062d\u0641\u064a\u0632\u064a\u0629 \u0625\u0636\u0627\u0641\u064a\u0629 \u0644\u062f\u0639\u0645 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0635\u063a\u064a\u0631\u0629 \u0648\u0627\u0644\u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u0645\u062a\u0636\u0631\u0631\u0629 \u0645\u0646 \u0627\u0644\u0623\u0632\u0645\u0627\u062a \u0627\u0644\u0633\u0627\u0628\u0642\u0629.\n                <\/p>\n                <span class=\"category\">\u0627\u0642\u062a\u0635\u0627\u062f<\/span>\n            <\/article>\n\n            <article class=\"news-card\">\n                <span class=\"source-tag\">\u0628\u0631\u0648\u0643\u0633\u0644 | \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629<\/span>\n                <h2 class=\"news-title\">\u0645\u0639\u0647\u062f &#8220;\u064a\u0648\u0631\u0648-\u0643\u0631\u064a\u0633\u062a&#8221; \u064a\u0637\u0644\u0642 \u062f\u0628\u0644\u0648\u0645\u0627\u062a \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0637\u0628\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629<\/h2>\n                <div class=\"img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1629909613654-28e377c37b09?auto=format&#038;fit=crop&#038;w=800&#038;q=80\" alt=\"\u062a\u0639\u0644\u064a\u0645 \u0637\u0628\u064a\">\n                <\/div>\n                <p class=\"news-text\">\n                    \u0623\u0639\u0644\u0646 \u0645\u0639\u0647\u062f &#8220;\u064a\u0648\u0631\u0648-\u0643\u0631\u064a\u0633\u062a&#8221; (Euro-Crest Institute) \u0641\u064a \u0628\u0631\u0648\u0643\u0633\u0644 \u0639\u0646 \u0641\u062a\u062d \u0628\u0627\u0628 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0645\u062c\u0645\u0648\u0639\u0629 \u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0627\u0644\u062f\u0628\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062a\u062e\u0635\u0635\u064a\u0629 \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629 \u0641\u064a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0646\u0638\u0645 \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0633\u0643\u0631\u062a\u0627\u0631\u064a\u0629 \u0627\u0644\u0639\u064a\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629. \u064a\u0647\u062f\u0641 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a \u0625\u0644\u0649 \u062a\u0623\u0647\u064a\u0644 \u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0648\u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0644\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0623\u062d\u062f\u062b \u0628\u0631\u0645\u062c\u064a\u0627\u062a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0648\u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0629\u060c \u0648\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0645\u0639 \u0627\u0644\u0645\u0631\u0636\u0649. \u0648\u062a\u0623\u062a\u064a \u0647\u0630\u0647 \u0627\u0644\u062e\u0637\u0648\u0629 \u062a\u0645\u0627\u0634\u064a\u0627\u064b \u0645\u0639 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0630\u064a \u062a\u0634\u0647\u062f\u0647 \u0627\u0644\u0639\u064a\u0627\u062f\u0627\u062a \u0627\u0644\u0637\u0628\u064a\u0629 \u0641\u064a \u0623\u0648\u0631\u0648\u0628\u0627 \u0646\u062d\u0648 &#8220;\u0627\u0644\u0623\u062a\u0645\u062a\u0629&#8221; \u0627\u0644\u0643\u0627\u0645\u0644\u0629. \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u0630\u064a \u064a\u0645\u062a\u062f \u0644\u062a\u0633\u0639\u0629 \u0623\u0634\u0647\u0631 \u064a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u0627\u064b \u0639\u0645\u0644\u064a\u0627\u064b \u0641\u064a \u0643\u0628\u0631\u0649 \u0627\u0644\u0639\u064a\u0627\u062f\u0627\u062a \u0628\u0628\u0644\u062c\u064a\u0643\u0627\u060c \u0645\u0645\u0627 \u064a\u0641\u062a\u062d \u0622\u0641\u0627\u0642\u0627\u064b \u0648\u0627\u0633\u0639\u0629 \u0644\u0644\u062e\u0631\u064a\u062c\u064a\u0646 \u0644\u0644\u0639\u0645\u0644 \u0641\u064a \u0628\u064a\u0626\u0627\u062a \u0637\u0628\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0648\u0645\u062a\u0637\u0648\u0631\u0629 \u062a\u0642\u0646\u064a\u0627\u064b.\n                <\/p>\n                <span class=\"category\">\u062a\u0639\u0644\u064a\u0645<\/span>\n            <\/article>\n\n        <\/div>\n    <\/div>\n\n    <footer class=\"footer\">\n        <div class=\"footer-logo\">\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<\/div>\n        <p>\u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0644\u0623\u062e\u0628\u0627\u0631 \u0648\u0627\u0644\u062a\u062d\u0644\u064a\u0644\u0627\u062a \u0645\u0646 \u0642\u0644\u0628 \u0627\u0644\u0642\u0627\u0631\u0629 \u0627\u0644\u0639\u062c\u0648\u0632<\/p>\n        <p style=\"margin-top: 15px;\">\u00a9 2025 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629 | <a href=\"https:\/\/almadar.be\">\u0632\u064a\u0627\u0631\u0629 \u0645\u0648\u0642\u0639\u0646\u0627 \u0627\u0644\u0631\u0633\u0645\u064a<\/a><\/p>\n    <\/footer>\n<\/div>\n\n<script>\n    \/\/ \u062a\u0623\u062b\u064a\u0631 \u0638\u0647\u0648\u0631 \u062a\u062f\u0631\u064a\u062c\u064a \u0644\u0644\u0623\u062e\u0628\u0627\u0631 \u0639\u0646\u062f \u0627\u0644\u062a\u0645\u0631\u064a\u0631\n    document.addEventListener('DOMContentLoaded', function() {\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.news-card').forEach(card => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(30px)';\n            card.style.transition = 'all 0.6s ease-out';\n            observer.observe(card);\n        });\n    });\n<\/script>\n\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=\"222437\" 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=\"222437\" 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=\"222437\" 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=\"222437\" 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=\"222437\" 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=\"222437\" 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\u0639\u0644\u0627\u0645\u064a\u0629 \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 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0645\u0646 \u0642\u0644\u0628 \u0627\u0644\u0639\u0648\u0627\u0635\u0645 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0627\u0644\u0633\u0628\u062a\u060c 27 \u062f\u064a\u0633\u0645\u0628\u0631 2025 \u0639\u0627\u062c\u0644: \u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u062a\u0639\u0644\u0646 \u0639\u0646 \u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0633\u062a\u062b\u0646\u0627\u0626\u064a\u0629 \u0644\u062f\u0639\u0645 \u0642\u0637\u0627\u0639 \u0627\u0644\u0637\u0627\u0642\u0629 \u0641\u064a \u062f\u0648\u0644 \u0627\u0644\u0628\u0646\u0644\u0648\u0643\u0633 \u0644\u0639\u0627\u0645 2026. \u0628\u0631\u0648\u0643\u0633\u0644 | \u0627\u0644\u0645\u062f\u0627\u0631 \u0627\u0644\u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0628\u0631\u0648\u0643\u0633\u0644 \u062a\u0642\u0648\u062f \u062a\u062d\u0648\u0644\u0627\u064b \u0631\u0642\u0645\u064a\u0627\u064b \u0634\u0627\u0645\u0644\u0627\u064b \u0644\u062a\u0639\u0632\u064a\u0632 \u0633\u064a\u0627\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0623\u0637\u0644\u0642\u062a \u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0641\u064a \u0628\u0631\u0648\u0643\u0633\u0644 \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0637\u0645\u0648\u062d\u0629 \u062a\u0647\u062f\u0641 \u0625\u0644\u0649 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":71129,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":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":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[3],"tags":[],"class_list":["post-222437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-3"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.almadar.be\/wp-content\/uploads\/2019\/06\/%D8%B1%D9%8A%D9%86%D8%A7%D8%AA%D9%88-%D8%A8%D8%B1%D9%88%D9%86%D9%8A%D8%AA%D9%91%D8%A7.jpg?fit=165%2C228&ssl=1","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8NJWL-VRH","_links":{"self":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/222437","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=222437"}],"version-history":[{"count":0,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/222437\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/media\/71129"}],"wp:attachment":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=222437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=222437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=222437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}