{"id":222128,"date":"2025-12-24T15:37:11","date_gmt":"2025-12-24T14:37:11","guid":{"rendered":"https:\/\/www.almadar.be\/?p=222128"},"modified":"2025-12-25T11:43:42","modified_gmt":"2025-12-25T10:43:42","slug":"%d9%86%d8%b4%d8%b1%d8%a9-%d8%a7%d9%84%d9%85%d8%a4%d8%b3%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d8%a3%d9%88%d8%b1%d9%88%d8%a8%d9%8a%d8%a9","status":"publish","type":"post","link":"https:\/\/www.almadar.be\/?p=222128","title":{"rendered":"\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\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>9 Minute, 25 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>\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 | \u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --eu-blue: #003399;\n            --eu-gold: #FFCC00;\n            --benelux-red: #C8102E;\n            --nato-blue: #1F4788;\n            --court-blue: #0055A4;\n            --bank-green: #009A44;\n            --parliament-purple: #6A1B9A;\n            --council-orange: #F57C00;\n            --dark-blue: #001f66;\n            --text: #1a1a1a;\n            --light-text: #555;\n            --bg: #f8f9fc;\n        }\n\n        * { margin:0; padding:0; box-sizing:border-box; }\n        body {\n            font-family: 'Cairo', sans-serif;\n            background: var(--bg);\n            color: var(--text);\n            line-height: 1.8;\n            direction: rtl;\n        }\n\n        .header {\n            background: linear-gradient(135deg, var(--eu-blue), #002266);\n            color: white;\n            text-align: center;\n            padding: 3rem 1rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .header::before {\n            content: '';\n            position: absolute;\n            top: 0; right: 0;\n            width: 300px; height: 300px;\n            background: url('https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/b7\/Flag_of_Europe.svg') center\/contain no-repeat;\n            opacity: 0.12;\n            transform: rotate(15deg);\n        }\n        .logo {\n            font-size: 2.8rem;\n            font-weight: 800;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 1rem;\n        }\n        .logo i { color: var(--eu-gold); font-size: 3.5rem; }\n        .header h1 { font-size: 3rem; margin: 0.5rem 0; text-shadow: 0 3px 10px rgba(0,0,0,0.4); }\n        .header p { font-size: 1.4rem; opacity: 0.95; max-width: 900px; margin: 0 auto 1rem; }\n        .date {\n            background: rgba(255,255,255,0.2);\n            display: inline-block;\n            padding: 12px 40px;\n            border-radius: 50px;\n            font-weight: 700;\n            backdrop-filter: blur(10px);\n        }\n        .editor {\n            font-size: 1.2rem;\n            margin-top: 1rem;\n            opacity: 0.9;\n        }\n\n        .ticker {\n            background: #d00000;\n            color: white;\n            padding: 0.8rem 0;\n            overflow: hidden;\n            white-space: nowrap;\n            box-shadow: 0 4px 15px rgba(208,0,0,0.2);\n            font-weight: 700;\n            font-size: 1.1rem;\n        }\n        .ticker-content {\n            display: inline-block;\n            animation: scroll 50s linear infinite;\n        }\n        .ticker-content span {\n            margin-left: 60px;\n            padding-right: 60px;\n        }\n        @keyframes scroll {\n            0% { transform: translateX(100%); }\n            100% { transform: translateX(-100%); }\n        }\n\n        .nav {\n            background: white;\n            padding: 1.2rem 0;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n        .nav-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            display: flex;\n            justify-content: center;\n            gap: 12px;\n            flex-wrap: wrap;\n            padding: 0 20px;\n        }\n        .nav-item {\n            padding: 14px 28px;\n            border-radius: 50px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .nav-item.active, .nav-item:hover { color: white; }\n        .nav-item[data-cat=\"benelux\"].active { background: var(--benelux-red); }\n        .nav-item[data-cat=\"eu\"].active { background: var(--eu-blue); }\n        .nav-item[data-cat=\"nato\"].active { background: var(--nato-blue); }\n        .nav-item[data-cat=\"court\"].active { background: var(--court-blue); }\n        .nav-item[data-cat=\"bank\"].active { background: var(--bank-green); }\n        .nav-item[data-cat=\"parliament\"].active { background: var(--parliament-purple); }\n        .nav-item[data-cat=\"council\"].active { background: var(--council-orange); }\n\n        .breaking {\n            background: linear-gradient(90deg, #d00000, #9b0000);\n            color: white;\n            text-align: center;\n            padding: 1.4rem;\n            font-size: 1.35rem;\n            font-weight: 700;\n            margin: 2.5rem auto;\n            max-width: 1400px;\n            border-radius: 16px;\n            box-shadow: 0 8px 25px rgba(208,0,0,0.25);\n            animation: pulse 2s infinite;\n        }\n        @keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.02); } }\n\n        .container { max-width: 1400px; margin: 0 auto; padding: 2rem 20px; }\n        .grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));\n            gap: 30px;\n        }\n        .section {\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.09);\n            transition: transform 0.3s;\n        }\n        .section:hover { transform: translateY(-8px); }\n\n        .sec-header {\n            padding: 1.6rem;\n            color: white;\n            font-size: 1.5rem;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        .benelux .sec-header { background: linear-gradient(135deg, var(--benelux-red), #a00); }\n        .eu .sec-header { background: linear-gradient(135deg, var(--eu-blue), #001f66); }\n        .nato .sec-header { background: linear-gradient(135deg, var(--nato-blue), #0f2d5b); }\n        .court .sec-header { background: linear-gradient(135deg, var(--court-blue), #003b7a); }\n        .bank .sec-header { background: linear-gradient(135deg, var(--bank-green), #006b30); }\n        .parliament .sec-header { background: linear-gradient(135deg, var(--parliament-purple), #4a148c); }\n        .council .sec-header { background: linear-gradient(135deg, var(--council-orange), #ef6c00); }\n\n        .news-list { padding: 1.8rem; }\n        .card {\n            margin-bottom: 2rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid #eee;\n        }\n        .card:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }\n\n        .img-wrapper {\n            height: 220px;\n            border-radius: 16px;\n            overflow: hidden;\n            position: relative;\n            margin-bottom: 1.4rem;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n        }\n        .img-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        .card:hover .img-wrapper img { transform: scale(1.07); }\n\n        .tag {\n            position: absolute;\n            top: 14px;\n            right: 14px;\n            background: rgba(0,0,0,0.75);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 30px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            backdrop-filter: blur(8px);\n        }\n\n        .card h3 {\n            font-size: 1.38rem;\n            margin-bottom: 1rem;\n            line-height: 1.5;\n            color: var(--text);\n        }\n        .card p {\n            color: var(--light-text);\n            font-size: 1.05rem;\n            line-height: 1.85;\n            text-align: justify;\n        }\n        .network-name {\n            color: var(--dark-blue);\n            font-weight: 800;\n        }\n\n        .source {\n            margin-top: 1.2rem;\n            padding-top: 1rem;\n            border-top: 1px dashed #ddd;\n            font-size: 0.9rem;\n            color: #777;\n        }\n        .source span { color: var(--text); font-weight: 600; }\n\n        .special-corner {\n            background: linear-gradient(135deg, var(--court-blue), #003b7a);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            margin: 3rem auto;\n            max-width: 1400px;\n            box-shadow: 0 12px 35px rgba(0,0,0,0.2);\n        }\n        .special-corner h2 {\n            font-size: 2.2rem;\n            margin-bottom: 2rem;\n            text-align: center;\n            text-shadow: 0 2px 8px rgba(0,0,0,0.4);\n        }\n        .special-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 30px;\n        }\n        .special-card {\n            background: rgba(255,255,255,0.15);\n            border-radius: 18px;\n            overflow: hidden;\n            backdrop-filter: blur(12px);\n            transition: transform 0.3s;\n        }\n        .special-card:hover { transform: translateY(-5px); }\n        .special-card img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\n        }\n        .special-content {\n            padding: 1.8rem;\n        }\n        .special-content h3 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: white;\n        }\n        .special-content p {\n            font-size: 1.05rem;\n            line-height: 1.8;\n            color: rgba(255,255,255,0.95);\n        }\n\n        .footer {\n            background: linear-gradient(135deg, #111, #222);\n            color: #ccc;\n            text-align: center;\n            padding: 4rem 1rem 2rem;\n            margin-top: 5rem;\n        }\n        .footer-logo { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: white; }\n        .footer-logo i { color: var(--eu-gold); }\n        .contact { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin: 2rem 0; }\n        .contact div { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; }\n        .copyright { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #444; font-size: 0.95rem; color: #999; }\n    <\/style>\n<\/head>\n<body>\n\n<header class=\"header\">\n    <div class=\"logo\">\n        <i class=\"fas fa-globe-europe\"><\/i>\n        <span>\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<\/span>\n    <\/div>\n    <h1>\u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/h1>\n    <p>\u062a\u063a\u0637\u064a\u0629 \u064a\u0648\u0645\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u0623\u0647\u0645 \u0642\u0631\u0627\u0631\u0627\u062a \u0648\u062a\u0637\u0648\u0631\u0627\u062a \u0623\u0648\u0631\u0648\u0628\u0627<\/p>\n    <div class=\"date\">\n        <i class=\"fas fa-calendar-alt\"><\/i>\n        \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 24 \u062f\u064a\u0633\u0645\u0628\u0631 2025 | \u0627\u0644\u0639\u062f\u062f 155\n    <\/div>\n    <div class=\"editor\">\u0625\u0639\u062f\u0627\u062f: \u0642\u0633\u0645 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/div>\n<\/header>\n\n<div class=\"ticker\">\n    <div class=\"ticker-content\">\n        <span>\u0639\u0627\u062c\u0644: \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u064a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0642\u0631\u0636 90 \u0645\u0644\u064a\u0627\u0631 \u064a\u0648\u0631\u0648 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627<\/span>\n        <span>\u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u064a\u0628\u0642\u064a \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0641\u0627\u0626\u062f\u0629 \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631<\/span>\n        <span>\u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u064a\u0646\u0627\u0642\u0634 \u0645\u064a\u0632\u0627\u0646\u064a\u0629 2026<\/span>\n        <span>\u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u062a\u0628\u062f\u0623 \u0627\u0644\u0646\u0638\u0631 \u0641\u064a \u0642\u0636\u0627\u064a\u0627 \u0627\u0644\u0645\u0646\u0627\u062e<\/span>\n        <span>\u0645\u062c\u0644\u0633 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u064a\u0642\u0631 \u062d\u0632\u0645\u0629 \u0645\u0633\u0627\u0639\u062f\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0644\u0643\u064a\u064a\u0641<\/span>\n    <\/div>\n<\/div>\n\n<nav class=\"nav\">\n    <div class=\"nav-container\">\n        <div class=\"nav-item\" data-cat=\"benelux\"><i class=\"fas fa-landmark\"><\/i> \u062f\u0648\u0644 \u0628\u0646\u0644\u0648\u0643\u0633<\/div>\n        <div class=\"nav-item\" data-cat=\"eu\"><i class=\"fas fa-star\"><\/i> \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n        <div class=\"nav-item\" data-cat=\"nato\"><i class=\"fas fa-shield-alt\"><\/i> \u062d\u0644\u0641 \u0627\u0644\u0646\u0627\u062a\u0648<\/div>\n        <div class=\"nav-item\" data-cat=\"court\"><i class=\"fas fa-gavel\"><\/i> \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644<\/div>\n        <div class=\"nav-item\" data-cat=\"bank\"><i class=\"fas fa-university\"><\/i> \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a<\/div>\n        <div class=\"nav-item\" data-cat=\"parliament\"><i class=\"fas fa-building-columns\"><\/i> \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n        <div class=\"nav-item\" data-cat=\"council\"><i class=\"fas fa-users\"><\/i> \u0645\u062c\u0644\u0633 \u0627\u0644\u0627\u062a\u062d\u0627\u062f<\/div>\n    <\/div>\n<\/nav>\n\n<div class=\"breaking\">\n    <i class=\"fas fa-bolt\"><\/i>\n    \u0639\u0627\u062c\u0644: \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u064a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0642\u0631\u0636 \u0628\u0642\u064a\u0645\u0629 90 \u0645\u0644\u064a\u0627\u0631 \u064a\u0648\u0631\u0648 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627 \u0644\u0639\u0627\u0645\u064a 2026-2027\n<\/div>\n\n<div class=\"container\">\n    <div class=\"grid\">\n\n        <!-- \u062f\u0648\u0644 \u0628\u0646\u0644\u0648\u0643\u0633 -->\n        <section class=\"section benelux\">\n            <div class=\"sec-header\"><i class=\"fas fa-landmark\"><\/i> \u062f\u0648\u0644 \u0628\u0646\u0644\u0648\u0643\u0633<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.benelux.int\/wp-content\/uploads\/2025\/06\/GT-numerique-1-scaled.jpg?w=640&#038;ssl=1\" alt=\"\u0628\u0646\u0644\u0648\u0643\u0633\">\n                    <\/div>\n                    <h3>\u0628\u0646\u0644\u0648\u0643\u0633 \u062a\u0648\u062d\u062f \u062c\u0647\u0648\u062f\u0647\u0627 \u0644\u0645\u0633\u062a\u0642\u0628\u0644 \u0631\u0642\u0645\u064a \u0622\u0645\u0646 \u0648\u0645\u0634\u062a\u0631\u0643<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0627\u062a\u0641\u0642\u062a \u062f\u0648\u0644 \u0628\u0646\u0644\u0648\u0643\u0633 \u0639\u0644\u0649 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0633\u064a\u0627\u062f\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0628\u0627\u062f\u0644 \u0627\u0644\u0645\u0645\u0627\u0631\u0633\u0627\u062a \u0648\u0635\u064a\u0627\u063a\u0629 \u0645\u0648\u0642\u0641 \u0645\u0634\u062a\u0631\u0643 \u0628\u062d\u0644\u0648\u0644 \u0627\u0644\u0646\u0635\u0641 \u0627\u0644\u062b\u0627\u0646\u064a \u0645\u0646 2025. \u064a\u0631\u0643\u0632 \u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0639\u0644\u0649 \u0627\u0644\u0634\u0645\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a\u060c \u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0648\u062f\u0639\u0645 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0646\u0627\u0634\u0626\u0629\u060c \u0645\u0645\u0627 \u064a\u062c\u0639\u0644 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0645\u0631\u0643\u0632\u0627\u064b \u0631\u0627\u0626\u062f\u0627\u064b \u0644\u0644\u0628\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u062a\u064a\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0641\u064a \u0623\u0648\u0631\u0648\u0628\u0627 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629 \u0648\u0627\u0644\u0623\u0645\u0627\u0646 \u0644\u0644\u0645\u0648\u0627\u0637\u0646\u064a\u0646.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> Benelux Secretariat<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a -->\n        <section class=\"section eu\">\n            <div class=\"sec-header\"><i class=\"fas fa-star\"><\/i> \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/solarabic.com\/wp-content\/uploads\/2023\/04\/Council-adopts-key-pieces-of-legislation-delivering-on-2030-climate-targets.jpg?w=640&#038;ssl=1\" alt=\"\u0627\u0646\u0628\u0639\u0627\u062b\u0627\u062a\">\n                    <\/div>\n                    <h3>\u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u062a\u0648\u0633\u0639 \u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0627\u0644\u0635\u0646\u0627\u0639\u0627\u062a \u0639\u0646 \u062a\u0643\u0627\u0644\u064a\u0641 \u0627\u0644\u0627\u0646\u0628\u0639\u0627\u062b\u0627\u062a<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0623\u0639\u0644\u0646\u062a \u0627\u0644\u0645\u0641\u0648\u0636\u064a\u0629 \u062a\u0648\u0633\u064a\u0639 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0644\u0644\u0635\u0646\u0627\u0639\u0627\u062a \u0643\u062b\u064a\u0641\u0629 \u0627\u0644\u0637\u0627\u0642\u0629 \u0644\u0645\u0646\u0639 \u0646\u0642\u0644 \u0627\u0644\u0625\u0646\u062a\u0627\u062c \u062e\u0627\u0631\u062c \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0623\u0647\u062f\u0627\u0641 \u0627\u0644\u0645\u0646\u0627\u062e 2030. \u064a\u0634\u0645\u0644 \u0627\u0644\u0642\u0631\u0627\u0631 \u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u062d\u062f\u064a\u062f \u0648\u0627\u0644\u0623\u0633\u0645\u0646\u062a \u0648\u0627\u0644\u0643\u064a\u0645\u0627\u0648\u064a\u0627\u062a\u060c \u0645\u0639 \u0636\u0645\u0627\u0646 \u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0627\u0644\u0623\u062e\u0636\u0631 \u0627\u0644\u0645\u0646\u0635\u0641 \u0648\u062f\u0639\u0645 \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0641\u064a \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> European Commission<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u062d\u0644\u0641 \u0627\u0644\u0646\u0627\u062a\u0648 -->\n        <section class=\"section nato\">\n            <div class=\"sec-header\"><i class=\"fas fa-shield-alt\"><\/i> \u062d\u0644\u0641 \u0627\u0644\u0646\u0627\u062a\u0648<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cnn-arabic-images.cnn.io\/cloudinary\/image\/upload\/w_1920%2Cc_scale%2Cq_auto\/cnnarabic\/2025\/12\/16\/images\/317920.jpg?w=640&#038;ssl=1\" alt=\"\u0633\u0644\u0627\u0645 \u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627\">\n                    <\/div>\n                    <h3>\u0645\u0646\u0627\u0642\u0634\u0627\u062a \u0633\u0644\u0627\u0645 \u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627 \u062a\u0634\u0645\u0644 \u0636\u0645\u0627\u0646\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0623\u0637\u0631\u0627\u0641<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0643\u0634\u0641 \u0645\u0645\u062b\u0644 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0641\u064a \u0627\u0644\u0646\u0627\u062a\u0648 \u0639\u0646 \u0645\u0646\u0627\u0642\u0634\u0629 \u0623\u0631\u0628\u0639 \u0648\u062b\u0627\u0626\u0642 \u0644\u0644\u0633\u0644\u0627\u0645 \u062a\u0634\u0645\u0644 \u062e\u0637\u0629 \u0634\u0627\u0645\u0644\u0629 \u0648\u0636\u0645\u0627\u0646\u0627\u062a \u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0648\u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0623\u0637\u0631\u0627\u0641. \u064a\u062f\u0639\u0645 \u0627\u0644\u062d\u0644\u0641 \u0627\u0644\u062c\u0647\u0648\u062f \u0627\u0644\u062f\u0628\u0644\u0648\u0645\u0627\u0633\u064a\u0629 \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u062c\u0627\u0647\u0632\u064a\u062a\u0647 \u0627\u0644\u0643\u0627\u0645\u0644\u0629 \u0644\u0644\u062f\u0641\u0627\u0639 \u0639\u0646 \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0648\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0641\u064a \u0634\u0631\u0642 \u0623\u0648\u0631\u0648\u0628\u0627.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> NATO \/ Reuters<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u062f\u0648\u0644\u064a\u0629 -->\n        <section class=\"section court\">\n            <div class=\"sec-header\"><i class=\"fas fa-gavel\"><\/i> \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u062f\u0648\u0644\u064a\u0629<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/media.onemsr.com\/2025\/12\/large\/2928979561460202512230735413541.jpg?w=640&#038;ssl=1\" alt=\"\u0628\u0644\u062c\u064a\u0643\u0627 \u0641\u064a \u0644\u0627\u0647\u0627\u064a\">\n                    <\/div>\n                    <h3>\u0628\u0644\u062c\u064a\u0643\u0627 \u062a\u0646\u0636\u0645 \u0631\u0633\u0645\u064a\u0627\u064b \u0625\u0644\u0649 \u0642\u0636\u064a\u0629 \u0627\u0644\u0625\u0628\u0627\u062f\u0629 \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629 \u0636\u062f \u0625\u0633\u0631\u0627\u0626\u064a\u0644<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0642\u062f\u0645\u062a \u0628\u0644\u062c\u064a\u0643\u0627 \u0625\u0639\u0644\u0627\u0646 \u062a\u062f\u062e\u0644 \u0641\u064a \u0642\u0636\u064a\u0629 \u062c\u0646\u0648\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627 \u0623\u0645\u0627\u0645 \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u062f\u0648\u0644\u064a\u0629\u060c \u0645\u0624\u0643\u062f\u0629 \u0627\u0644\u062a\u0632\u0627\u0645\u0647\u0627 \u0628\u062a\u0637\u0628\u064a\u0642 \u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u0645\u0646\u0639 \u0627\u0644\u0625\u0628\u0627\u062f\u0629 \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629 \u0641\u064a \u063a\u0632\u0629\u060c \u0645\u0645\u0627 \u064a\u0639\u0632\u0632 \u0627\u0644\u0636\u063a\u0637 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0639\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u062f\u0648\u0644\u064a \u0627\u0644\u0625\u0646\u0633\u0627\u0646\u064a \u0648\u0627\u0644\u0645\u0633\u0627\u0621\u0644\u0629.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> ICJ \/ JURIST<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a -->\n        <section class=\"section bank\">\n            <div class=\"sec-header\"><i class=\"fas fa-university\"><\/i> \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/vid.alarabiya.net\/images\/2025\/04\/13\/4d108ce9-cab0-4f91-8c9e-4062ab50d419\/4d108ce9-cab0-4f91-8c9e-4062ab50d419_16x9_1200x676.jpg?w=640&#038;ssl=1\" alt=\"\u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a\">\n                    <\/div>\n                    <h3>\u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u064a\u0628\u0642\u064a \u0639\u0644\u0649 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0641\u0627\u0626\u062f\u0629 \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0642\u0631\u0631 \u0645\u062c\u0644\u0633 \u0645\u062d\u0627\u0641\u0638\u064a \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0641\u064a \u0627\u062c\u062a\u0645\u0627\u0639 \u062f\u064a\u0633\u0645\u0628\u0631 \u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0641\u0627\u0626\u062f\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0644\u0644\u0645\u0631\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629 \u0639\u0644\u0649 \u0627\u0644\u062a\u0648\u0627\u0644\u064a\u060c \u0645\u0639 \u0631\u0641\u0639 \u062a\u0648\u0642\u0639\u0627\u062a \u0627\u0644\u0646\u0645\u0648 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a \u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u064a\u0648\u0631\u0648 \u0625\u0644\u0649 1.4% \u0644\u0639\u0627\u0645 2025. \u0623\u0643\u062f\u062a \u0627\u0644\u0631\u0626\u064a\u0633\u0629 \u0643\u0631\u064a\u0633\u062a\u064a\u0646 \u0644\u0627\u063a\u0627\u0631\u062f \u0623\u0646 \u0627\u0644\u062a\u0636\u062e\u0645 \u064a\u0642\u062a\u0631\u0628 \u062a\u062f\u0631\u064a\u062c\u064a\u0627\u064b \u0645\u0646 \u0627\u0644\u0647\u062f\u0641 2%\u060c \u0645\u0639 \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0645\u0631\u0627\u0642\u0628\u0629 \u0627\u0644\u0645\u062e\u0627\u0637\u0631 \u0627\u0644\u062c\u064a\u0648\u0633\u064a\u0627\u0633\u064a\u0629 \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u0627\u0644\u0646\u0642\u062f\u064a \u0641\u064a \u0627\u0644\u0645\u0646\u0637\u0642\u0629.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> ECB Press Release<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a (\u062a\u0645 \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0643\u0627\u0645\u0644\u0629) -->\n        <section class=\"section parliament\">\n            <div class=\"sec-header\"><i class=\"fas fa-building-columns\"><\/i> \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/thehill.com\/wp-content\/uploads\/sites\/2\/2024\/03\/65f19bbb45f5c1.10593624.jpeg?w=2000&#038;ssl=1\" alt=\"\u0630\u0643\u0627\u0621 \u0627\u0635\u0637\u0646\u0627\u0639\u064a\">\n                    <\/div>\n                    <h3>\u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u064a\u0646\u0627\u0642\u0634 \u062a\u0646\u0641\u064a\u0630 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0639\u0642\u062f \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u062c\u0644\u0633\u0629 \u0646\u0642\u0627\u0634 \u062d\u0648\u0644 \u062a\u0646\u0641\u064a\u0630 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a\u060c \u0645\u0639 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0648\u0644\u062f \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0648\u0635\u0646\u0627\u062f\u064a\u0642 \u0627\u0644\u0631\u0645\u0644 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a\u0629. \u0623\u0643\u062f \u0627\u0644\u0646\u0648\u0627\u0628 \u0639\u0644\u0649 \u0623\u0647\u0645\u064a\u0629 \u0627\u0644\u062a\u0648\u0627\u0632\u0646 \u0628\u064a\u0646 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0648\u0627\u0644\u062d\u0645\u0627\u064a\u0629\u060c \u0645\u0639 \u062f\u0639\u0648\u0627\u062a \u0644\u062a\u0633\u0631\u064a\u0639 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u0634\u0641\u0627\u0641\u064a\u0629 \u0648\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062a\u0636\u0644\u064a\u0644 \u0641\u064a \u0627\u0644\u0627\u0646\u062a\u062e\u0627\u0628\u0627\u062a \u0648\u0627\u0644\u0625\u0639\u0644\u0627\u0645.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> European Parliament<\/div>\n                <\/article>\n\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/images.pexels.com\/photos\/33984560\/pexels-photo-33984560.jpeg?w=640&#038;ssl=1\" alt=\"\u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0627\u062a\u062d\u0627\u062f\">\n                    <\/div>\n                    <h3>\u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u064a\u0635\u0648\u062a \u0639\u0644\u0649 \u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0644\u0639\u0627\u0645 2026<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0628\u062f\u0623 \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0645\u0646\u0627\u0642\u0634\u0629 \u0648\u062a\u0635\u0648\u064a\u062a \u0639\u0644\u0649 \u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0644\u0639\u0627\u0645 2026\u060c \u0645\u0639 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u062a\u0645\u0648\u064a\u0644 \u0644\u0644\u062f\u0641\u0627\u0639 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u060c \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0627\u0644\u0623\u062e\u0636\u0631\u060c \u0648\u0627\u0644\u062f\u0639\u0645 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627. \u064a\u0633\u0639\u0649 \u0627\u0644\u0646\u0648\u0627\u0628 \u0625\u0644\u0649 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u0642\u0644\u0627\u0644 \u0627\u0644\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u060c \u062e\u0644\u0642 \u0648\u0638\u0627\u0626\u0641 \u062c\u062f\u064a\u062f\u0629\u060c \u0648\u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u0641\u062c\u0648\u0627\u062a \u0628\u064a\u0646 \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0641\u064a \u0645\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f\u064a\u0629.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> European Parliament Budget<\/div>\n                <\/article>\n\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img decoding=\"async\" src=\"https:\/\/multimedia.europarl.europa.eu\/en\/video\/plenary-session_202512\" alt=\"\u062c\u0644\u0633\u0629 \u0628\u0631\u0644\u0645\u0627\u0646\u064a\u0629\">\n                    <\/div>\n                    <h3>\u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u064a\u062f\u0639\u0648 \u0644\u062a\u0639\u0632\u064a\u0632 \u062d\u0642\u0648\u0642 \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0641\u064a \u0627\u0644\u0633\u064a\u0627\u0633\u0627\u062a \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u062a\u0628\u0646\u0649 \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u0642\u0631\u0627\u0631\u0627\u064b \u064a\u062f\u0639\u0648 \u0625\u0644\u0649 \u0631\u0628\u0637 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0627\u0644\u062f\u0648\u0644\u064a \u0628\u0634\u0631\u0637 \u0627\u062d\u062a\u0631\u0627\u0645 \u062d\u0642\u0648\u0642 \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0648\u0627\u0644\u062f\u064a\u0645\u0642\u0631\u0627\u0637\u064a\u0629. \u064a\u0634\u0645\u0644 \u0627\u0644\u0642\u0631\u0627\u0631 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0634\u0631\u0627\u0643\u0627\u062a \u0645\u0639 \u062f\u0648\u0644 \u062a\u0634\u0647\u062f \u0627\u0646\u062a\u0647\u0627\u0643\u0627\u062a\u060c \u0645\u0639 \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0639\u0644\u0649 \u062f\u0648\u0631 \u0623\u0648\u0631\u0648\u0628\u0627 \u0643\u0642\u0627\u0626\u062f \u0639\u0627\u0644\u0645\u064a \u0641\u064a \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u062f\u064a\u0645\u0642\u0631\u0627\u0637\u064a\u0629 \u0648\u0627\u0644\u062d\u0631\u064a\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> European Parliament Resolutions<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n        <!-- \u0645\u062c\u0644\u0633 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a -->\n        <section class=\"section council\">\n            <div class=\"sec-header\"><i class=\"fas fa-users\"><\/i> \u0645\u062c\u0644\u0633 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a<\/div>\n            <div class=\"news-list\">\n                <article class=\"card\">\n                    <div class=\"img-wrapper\">\n                        <div class=\"tag\">\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                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.swissinfo.ch\/content\/wp-content\/uploads\/sites\/13\/2025\/08\/728e29g-item01-ipad-89880147.jpg?w=640&#038;ssl=1\" alt=\"\u0645\u0633\u0627\u0639\u062f\u0627\u062a \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627\">\n                    <\/div>\n                    <h3>\u0645\u062c\u0644\u0633 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u064a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u062d\u0632\u0645\u0629 \u0645\u0633\u0627\u0639\u062f\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627<\/h3>\n                    <p><span class=\"network-name\">\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:<\/span> \u0648\u0627\u0641\u0642 \u0642\u0627\u062f\u0629 \u062f\u0648\u0644 \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0641\u064a \u0642\u0645\u0629 \u0628\u0631\u0648\u0643\u0633\u0644 \u0639\u0644\u0649 \u062d\u0632\u0645\u0629 \u0645\u0633\u0627\u0639\u062f\u0627\u062a \u0645\u0627\u0644\u064a\u0629 \u0648\u0639\u0633\u0643\u0631\u064a\u0629 \u062c\u062f\u064a\u062f\u0629 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627 \u0628\u0642\u064a\u0645\u0629 \u062a\u0632\u064a\u062f \u0639\u0646 50 \u0645\u0644\u064a\u0627\u0631 \u064a\u0648\u0631\u0648\u060c \u062a\u0634\u0645\u0644 \u062a\u0645\u0648\u064a\u0644\u0627\u064b \u0637\u0648\u064a\u0644 \u0627\u0644\u0623\u0645\u062f \u0648\u062a\u062f\u0631\u064a\u0628\u0627\u064b \u0639\u0633\u0643\u0631\u064a\u0627\u064b \u0645\u062a\u0642\u062f\u0645\u0627\u064b. \u062c\u0627\u0621 \u0627\u0644\u0642\u0631\u0627\u0631 \u0631\u062f\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u062a\u0635\u0639\u064a\u062f \u0627\u0644\u0631\u0648\u0633\u064a\u060c \u0645\u0639 \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0639\u0644\u0649 \u062f\u0639\u0645 \u0633\u064a\u0627\u062f\u0629 \u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627 \u0648\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0625\u0639\u0645\u0627\u0631.<\/p>\n                    <div class=\"source\"><span>\u0627\u0644\u0645\u0635\u062f\u0631:<\/span> Council of the EU<\/div>\n                <\/article>\n            <\/div>\n        <\/section>\n\n    <\/div>\n<\/div>\n\n<!-- \u0632\u0627\u0648\u064a\u0629 \u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 -->\n<div class=\"special-corner\">\n    <h2>\u0632\u0627\u0648\u064a\u0629 \u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/h2>\n    <div class=\"special-grid\">\n        <div class=\"special-card\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/images.pexels.com\/photos\/3038555\/pexels-photo-3038555.jpeg?w=640&#038;ssl=1\" alt=\"\u0642\u0627\u0639\u0629 \u0645\u062d\u0643\u0645\u0629\">\n            <div class=\"special-content\">\n                <h3>\u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u062a\u062d\u0643\u0645 \u0644\u0635\u0627\u0644\u062d \u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629<\/h3>\n                <p><span class=\"network-name\">\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:<\/span> \u0623\u0635\u062f\u0631\u062a \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u062d\u0643\u0645\u0627\u064b \u062a\u0627\u0631\u064a\u062e\u064a\u0627\u064b \u064a\u0639\u0632\u0632 \u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629\u060c \u0648\u064a\u062d\u062f \u0645\u0646 \u0646\u0642\u0644\u0647\u0627 \u0625\u0644\u0649 \u062f\u0648\u0644 \u062e\u0627\u0631\u062c \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0644\u0627 \u062a\u0648\u0641\u0631 \u0645\u0633\u062a\u0648\u0649 \u062d\u0645\u0627\u064a\u0629 \u0643\u0627\u0641\u064d. \u064a\u0623\u062a\u064a \u0627\u0644\u062d\u0643\u0645 \u0641\u064a \u0642\u0636\u064a\u0629 \u0631\u0641\u0639\u0647\u0627 \u0646\u0627\u0634\u0637 \u062d\u0642\u0648\u0642\u064a \u0636\u062f \u0634\u0631\u0643\u0629 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 \u0643\u0628\u0631\u0649\u060c \u0645\u0624\u0643\u062f\u0627\u064b \u0623\u0648\u0644\u0648\u064a\u0629 \u062e\u0635\u0648\u0635\u064a\u0629 \u0627\u0644\u0645\u0648\u0627\u0637\u0646\u064a\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u064a\u0646 \u0648\u0641\u0642 \u0644\u0627\u0626\u062d\u0629 GDPR.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"special-card\">\n            <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/images.pexels.com\/photos\/10945789\/pexels-photo-10945789.jpeg?w=640&#038;ssl=1\" alt=\"\u0642\u0636\u0627\u0621 \u0623\u0648\u0631\u0648\u0628\u064a\">\n            <div class=\"special-content\">\n                <h3>\u0627\u0644\u0645\u062d\u0643\u0645\u0629 \u062a\u0646\u0638\u0631 \u0641\u064a \u062f\u0639\u0648\u0649 \u0636\u062f \u0633\u064a\u0627\u0633\u0627\u062a \u0627\u0644\u0647\u062c\u0631\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/h3>\n                <p><span class=\"network-name\">\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:<\/span> \u0628\u062f\u0623\u062a \u0645\u062d\u0643\u0645\u0629 \u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0627\u0644\u0646\u0638\u0631 \u0641\u064a \u062f\u0639\u0648\u0649 \u0631\u0641\u0639\u0647\u0627 \u0645\u0646\u0638\u0645\u0627\u062a \u062d\u0642\u0648\u0642\u064a\u0629 \u0636\u062f \u0628\u0639\u0636 \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0623\u0639\u0636\u0627\u0621 \u0628\u0633\u0628\u0628 \u0633\u064a\u0627\u0633\u0627\u062a \u0627\u0644\u0647\u062c\u0631\u0629 \u0648\u0627\u0644\u0644\u062c\u0648\u0621. \u062a\u0631\u0643\u0632 \u0627\u0644\u0642\u0636\u064a\u0629 \u0639\u0644\u0649 \u0627\u062d\u062a\u0631\u0627\u0645 \u062d\u0642\u0648\u0642 \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0641\u064a \u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u062a\u0631\u062d\u064a\u0644 \u0648\u0645\u0639\u0627\u0645\u0644\u0629 \u0637\u0627\u0644\u0628\u064a \u0627\u0644\u0644\u062c\u0648\u0621\u060c \u0645\u0639 \u062a\u0648\u0642\u0639\u0627\u062a \u0628\u0635\u062f\u0648\u0631 \u062d\u0643\u0645 \u064a\u062d\u062f\u062f \u0645\u0639\u0627\u064a\u064a\u0631 \u0645\u0648\u062d\u062f\u0629 \u0644\u0644\u0627\u062a\u062d\u0627\u062f.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<footer class=\"footer\">\n    <div class=\"footer-logo\">\n        <i class=\"fas fa-globe-europe\"><\/i> \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\n    <\/div>\n    <p>\u0623\u0648\u0644 \u0634\u0628\u0643\u0629 \u0625\u0639\u0644\u0627\u0645\u064a\u0629 \u0639\u0631\u0628\u064a\u0629 \u0645\u062a\u062e\u0635\u0635\u0629 \u0641\u064a \u0627\u0644\u0634\u0624\u0648\u0646 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629<\/p>\n    <div class=\"contact\">\n        <div><i class=\"fas fa-map-marker-alt\"><\/i> \u0628\u0631\u0648\u0643\u0633\u0644 &#8211; \u0628\u0644\u062c\u064a\u0643\u0627<\/div>\n        <div><i class=\"fas fa-envelope\"><\/i> almadarbe@gmail.com<\/div>\n    <\/div>\n    <div class=\"copyright\">\n        \u00a9 2025 \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 &#8211; \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629\n    <\/div>\n<\/footer>\n\n<script>\n    document.querySelectorAll('.nav-item').forEach(item => {\n        item.addEventListener('click', function() {\n            document.querySelectorAll('.nav-item').forEach(i => i.classList.remove('active'));\n            this.classList.add('active');\n            const cat = this.getAttribute('data-cat');\n            document.querySelectorAll('.section').forEach(sec => {\n                sec.style.display = sec.classList.contains(cat) ? 'block' : 'none';\n            });\n        });\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=\"222128\" 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=\"222128\" 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=\"222128\" 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=\"222128\" 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=\"222128\" 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=\"222128\" 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>\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 | \u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\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 \u0646\u0634\u0631\u0629 \u0627\u0644\u0645\u0624\u0633\u0633\u0627\u062a \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u062a\u063a\u0637\u064a\u0629 \u064a\u0648\u0645\u064a\u0629 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0644\u0623\u0647\u0645 \u0642\u0631\u0627\u0631\u0627\u062a \u0648\u062a\u0637\u0648\u0631\u0627\u062a \u0623\u0648\u0631\u0648\u0628\u0627 \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621 24 \u062f\u064a\u0633\u0645\u0628\u0631 2025 | \u0627\u0644\u0639\u062f\u062f 155 \u0625\u0639\u062f\u0627\u062f: \u0642\u0633\u0645 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0639\u0627\u062c\u0644: \u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a \u064a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0642\u0631\u0636 90 \u0645\u0644\u064a\u0627\u0631 \u064a\u0648\u0631\u0648 \u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627 \u0627\u0644\u0628\u0646\u0643 \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u064a\u0628\u0642\u064a \u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u0641\u0627\u0626\u062f\u0629 \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0628\u0631\u0644\u0645\u0627\u0646 \u064a\u0646\u0627\u0642\u0634 \u0645\u064a\u0632\u0627\u0646\u064a\u0629 2026 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":91249,"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":[4],"tags":[],"class_list":["post-222128","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-4"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.almadar.be\/wp-content\/uploads\/2019\/12\/%D8%A3%D9%85%D8%B1%D9%8A%D9%83%D8%A7-%D9%88%D8%A7%D9%88%D8%B1%D9%88%D8%A8%D8%A7.jpg?fit=320%2C157&ssl=1","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8NJWL-VMI","_links":{"self":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/222128","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=222128"}],"version-history":[{"count":0,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/posts\/222128\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=\/wp\/v2\/media\/91249"}],"wp:attachment":[{"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=222128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=222128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almadar.be\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=222128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}