{"id":1173,"date":"2025-02-03T17:53:54","date_gmt":"2025-02-03T14:23:54","guid":{"rendered":"https:\/\/clubium.ir\/blog\/?p=1173"},"modified":"2025-02-03T17:54:00","modified_gmt":"2025-02-03T14:24:00","slug":"%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86","status":"publish","type":"post","link":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/","title":{"rendered":"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1173\" class=\"elementor elementor-1173\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2419e15 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2419e15\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0cdf9b2\" data-id=\"0cdf9b2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4718aaa elementor-widget elementor-widget-html\" data-id=\"4718aaa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"container\">\r\n    <h2>\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627\u06cc \u062a\u0647\u0631\u0627\u0646<\/h2>\r\n    <p class=\"info\" id=\"time\">\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc...<\/p>\r\n    <p class=\"info\">\u0634\u0647\u0631: \u062a\u0647\u0631\u0627\u0646<\/p>\r\n    <p class=\"aqi-box error\" id=\"aqi\">\u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc...<\/p>\r\n    <br>\r\n    <a class=\"more-info\" id=\"city-link\" href=\"https:\/\/api.waqi.info\/feed\/tehran\/?token=397c5ea34d6c3d9295a91c6996041e209ece43ad\" target=\"_blank\">\u0645\u0634\u0627\u0647\u062f\u0647 \u062c\u0632\u0626\u06cc\u0627\u062a \u0628\u06cc\u0634\u062a\u0631<\/a>\r\n<\/div>\r\n\r\n<style>\r\n    .container {\r\n        margin: 50px auto;\r\n        width: 100%;\r\n        padding: 20px;\r\n        background: #fff;\r\n        border-radius: 15px;\r\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);\r\n        text-align: center;\r\n        font-family: Arial, sans-serif;\r\n    }\r\n\r\n    .info {\r\n        font-size: 18px;\r\n        margin: 10px 0;\r\n    }\r\n    .aqi-box {\r\n        font-size: 24px;\r\n        font-weight: bold;\r\n        padding: 10px;\r\n        border-radius: 10px;\r\n        display: inline-block;\r\n        margin-top: 10px;\r\n    }\r\n    .good { background: #2ecc71; color: #fff; }\r\n    .moderate { background: #f1c40f; color: #fff; }\r\n    .unhealthy { background: #e67e22; color: #fff; }\r\n    .very-unhealthy { background: #e74c3c; color: #fff; }\r\n    .hazardous { background: #8e44ad; color: #fff; }\r\n    .error { background: #e74c3c; color: #fff; }\r\n    .more-info {\r\n        margin-top: 15px;\r\n        display: inline-block;\r\n        text-decoration: none;\r\n        color: #3498db;\r\n        font-weight: bold;\r\n        font-size: 16px;\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    fetch('https:\/\/api.waqi.info\/feed\/tehran\/?token=397c5ea34d6c3d9295a91c6996041e209ece43ad')\r\n        .then(response => response.json())\r\n        .then(data => {\r\n            const aqi = data.data.aqi;\r\n            const time = data.data.time.s;\r\n            const aqiBox = document.getElementById('aqi');\r\n\r\n            document.getElementById('time').textContent = `\u0632\u0645\u0627\u0646: ${time}`;\r\n            aqiBox.textContent = `\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627: ${aqi}`;\r\n\r\n            if (aqi <= 50) {\r\n                aqiBox.className = 'aqi-box good';\r\n            } else if (aqi <= 100) {\r\n                aqiBox.className = 'aqi-box moderate';\r\n            } else if (aqi <= 150) {\r\n                aqiBox.className = 'aqi-box unhealthy';\r\n            } else if (aqi <= 200) {\r\n                aqiBox.className = 'aqi-box very-unhealthy';\r\n            } else {\r\n                aqiBox.className = 'aqi-box hazardous';\r\n            }\r\n        })\r\n        .catch(error => {\r\n            console.error('\u062e\u0637\u0627 \u062f\u0631 \u062f\u0631\u06cc\u0627\u0641\u062a \u0627\u0637\u0644\u0627\u0639\u0627\u062a:', error);\r\n            document.getElementById('aqi').textContent = '\u062e\u0637\u0627 \u062f\u0631 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a';\r\n        });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e66c5c2 elementor-widget elementor-widget-text-editor\" data-id=\"e66c5c2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0647\u0648\u0627\u06cc \u0627\u0637\u0631\u0627\u0641 \u0645\u0627 \u0633\u0631\u0634\u0627\u0631 \u0627\u0632 \u0630\u0631\u0627\u062a \u0631\u06cc\u0632\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0627 \u0647\u0631 \u0646\u0641\u0633 \u06a9\u0647 \u0645\u06cc\u200c\u06a9\u0634\u06cc\u0645\u060c \u0648\u0627\u0631\u062f \u0628\u062f\u0646 \u0645\u0627 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0627\u06cc\u0646 \u0630\u0631\u0627\u062a \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u0631\u06cc\u0647\u200c\u0647\u0627\u060c \u0642\u0644\u0628 \u0648 \u0645\u063a\u0632 \u0622\u0633\u06cc\u0628 \u0631\u0633\u0627\u0646\u062f\u0647 \u0648 \u0645\u0634\u06a9\u0644\u0627\u062a \u0632\u06cc\u0627\u062f\u06cc \u0628\u0631\u0627\u06cc \u0633\u0644\u0627\u0645\u062a \u0628\u062f\u0646 \u0628\u0647 \u0648\u062c\u0648\u062f \u0622\u0648\u0631\u0646\u062f. \u062e\u0637\u0631\u0646\u0627\u06a9\u200c\u062a\u0631\u06cc\u0646 \u0627\u06cc\u0646 \u0630\u0631\u0627\u062a \u0634\u0627\u0645\u0644 \u062f\u0648\u062f\u0647\u060c \u06af\u0631\u062f \u0648 \u063a\u0628\u0627\u0631 \u0648 \u06af\u0648\u06af\u0631\u062f \u0627\u0633\u062a \u06a9\u0647 \u0628\u0647 \u0631\u0627\u062d\u062a\u06cc \u0648\u0627\u0631\u062f \u062c\u0631\u06cc\u0627\u0646 \u062e\u0648\u0646 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f. \u0630\u0631\u0627\u062a \u0645\u0639\u0644\u0642 \u062f\u0631 \u0647\u0648\u0627 \u0628\u0627 \u0642\u0637\u0631\u0647\u0627\u06cc\u06cc \u06a9\u0645\u062a\u0631 \u0627\u0632 \u06f1\u06f0 \u0645\u06cc\u06a9\u0631\u0648\u0646 \u0648 \u06f2.\u06f5 \u0645\u06cc\u06a9\u0631\u0648\u0646\u060c \u06a9\u0647 \u0628\u0647 \u0627\u062e\u062a\u0635\u0627\u0631 PM \u0646\u0627\u0645\u06cc\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u0646\u062f\u060c \u0628\u0633\u06cc\u0627\u0631 \u0645\u0636\u0631 \u0647\u0633\u062a\u0646\u062f. \u0637\u0628\u0642 \u062a\u0639\u0631\u06cc\u0641 \u0633\u0627\u0632\u0645\u0627\u0646 \u062c\u0647\u0627\u0646\u06cc \u0628\u0647\u062f\u0627\u0634\u062a (WHO)\u060c \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f. \u0627\u06cc\u0646 \u0622\u0644\u0648\u062f\u06af\u06cc\u200c\u0647\u0627 \u0628\u0631\u0627\u06cc \u0633\u0644\u0627\u0645\u062a\u06cc \u0627\u0646\u0633\u0627\u0646 \u0648 \u0645\u062d\u06cc\u0637 \u0632\u06cc\u0633\u062a \u0632\u06cc\u0627\u0646\u200c\u0622\u0648\u0631 \u0647\u0633\u062a\u0646\u062f.<\/p><p>\u0628\u0631 \u0627\u0633\u0627\u0633 \u06af\u0632\u0627\u0631\u0634 \u0633\u0627\u0632\u0645\u0627\u0646 \u062c\u0647\u0627\u0646\u06cc \u0628\u0647\u062f\u0627\u0634\u062a\u060c \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0639\u0627\u0645\u0644 \u0645\u0631\u06af \u0633\u0627\u0644\u0627\u0646\u0647 \u062d\u062f\u0648\u062f \u0647\u0641\u062a \u0645\u06cc\u0644\u06cc\u0648\u0646 \u0646\u0641\u0631 \u062f\u0631 \u0633\u0631\u0627\u0633\u0631 \u062c\u0647\u0627\u0646 \u0627\u0633\u062a. \u0645\u062a\u0627\u0633\u0641\u0627\u0646\u0647\u060c \u0628\u06cc\u0634 \u0627\u0632 \u0646\u0648\u062f \u0648 \u0646\u0647 \u062f\u0631\u0635\u062f \u0627\u0632 \u0627\u0641\u0631\u0627\u062f \u062f\u0646\u06cc\u0627 \u0647\u0648\u0627\u06cc \u0622\u0644\u0648\u062f\u0647\u200c\u0627\u06cc \u062a\u0646\u0641\u0633 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f \u06a9\u0647 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f\u0647\u0627\u06cc \u0628\u0647\u062f\u0627\u0634\u062a\u06cc \u062c\u0647\u0627\u0646\u06cc \u0631\u0627 \u0631\u0639\u0627\u06cc\u062a \u0646\u0645\u06cc\u200c\u06a9\u0646\u062f. \u0627\u0641\u0631\u0627\u062f \u0633\u0627\u06a9\u0646 \u062f\u0631 \u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u06a9\u0645\u200c\u062f\u0631\u0622\u0645\u062f \u0648 \u062f\u0631 \u0645\u0639\u0631\u0636 \u0622\u0633\u06cc\u0628\u200c\u067e\u0630\u06cc\u0631\u06cc\u200c\u0647\u0627\u06cc \u062e\u0627\u0635\u060c \u0645\u0627\u0646\u0646\u062f \u0632\u0646\u0627\u0646\u060c \u06a9\u0648\u062f\u06a9\u0627\u0646 \u0648 \u0633\u0627\u0644\u0645\u0646\u062f\u0627\u0646\u060c \u0628\u06cc\u0634\u062a\u0631 \u062a\u062d\u062a \u062a\u0627\u062b\u06cc\u0631 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0642\u0631\u0627\u0631 \u062f\u0627\u0631\u0646\u062f. \u0628\u06cc\u0645\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u0645\u0631\u06af\u0628\u0627\u0631 \u0645\u0631\u062a\u0628\u0637 \u0628\u0627 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0634\u0627\u0645\u0644 \u0633\u06a9\u062a\u0647 \u0645\u063a\u0632\u06cc\u060c \u0628\u06cc\u0645\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u0642\u0644\u0628\u06cc\u060c \u0645\u0634\u06a9\u0644\u0627\u062a \u0631\u06cc\u0648\u06cc\u060c \u0630\u0627\u062a\u200c\u0627\u0644\u0631\u06cc\u0647 \u0648 \u0633\u0631\u0637\u0627\u0646\u200c\u0647\u0627 \u0647\u0633\u062a\u0646\u062f. \u0639\u0644\u0627\u0648\u0647\u200c\u0628\u0631\u0627\u06cc\u0646\u060c \u0630\u0631\u0627\u062a \u0631\u06cc\u0632 \u0645\u0639\u0644\u0642 \u062f\u0631 \u0647\u0648\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u0627\u062e\u062a\u0644\u0627\u0644\u0627\u062a \u0631\u0648\u0627\u0646\u06cc \u0648 \u062d\u062a\u06cc \u062f\u06cc\u0627\u0628\u062a \u0645\u0646\u062c\u0631 \u0634\u0648\u0646\u062f \u0648 \u0631\u0634\u062f \u0634\u0646\u0627\u062e\u062a\u06cc \u06a9\u0648\u062f\u06a9\u0627\u0646 \u0631\u0627 \u0646\u06cc\u0632 \u062a\u062d\u062a \u062a\u0627\u062b\u06cc\u0631 \u0642\u0631\u0627\u0631 \u062f\u0647\u0646\u062f.<\/p><p>\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u062a\u0646\u0647\u0627 \u062a\u0647\u062f\u06cc\u062f\u06cc \u0628\u0631\u0627\u06cc \u0633\u0644\u0627\u0645\u062a \u0627\u0646\u0633\u0627\u0646\u200c\u0647\u0627 \u0646\u06cc\u0633\u062a\u061b \u0628\u0644\u06a9\u0647 \u062f\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0627\u0642\u0644\u06cc\u0645\u06cc \u0648 \u062a\u0647\u062f\u06cc\u062f \u0627\u0645\u0646\u06cc\u062a \u063a\u0630\u0627\u06cc\u06cc \u0646\u0642\u0634 \u0632\u06cc\u0627\u062f\u06cc \u062f\u0627\u0631\u062f \u0648 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u0634\u0647\u0631\u06cc \u0631\u0627 \u0628\u0631\u0627\u06cc \u0632\u0646\u062f\u06af\u06cc \u0646\u0627\u0627\u0645\u0646 \u06a9\u0646\u062f. \u062d\u0644 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644 \u0646\u06cc\u0627\u0632\u0645\u0646\u062f \u0647\u0645\u06a9\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u062c\u0647\u0627\u0646\u06cc \u0627\u0633\u062a\u060c \u0632\u06cc\u0631\u0627 \u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0622\u0646 \u0631\u0627 \u062a\u0646\u0647\u0627 \u0627\u0632 \u0637\u0631\u06cc\u0642 \u0627\u0642\u062f\u0627\u0645\u0627\u062a\u06cc \u0645\u062d\u0644\u06cc \u0628\u0631\u0637\u0631\u0641 \u06a9\u0631\u062f. \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0642\u0627\u0644\u0647\u060c \u0631\u0627\u0647\u06a9\u0627\u0631\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0645\u0642\u0627\u0628\u0644\u0647 \u0628\u0627 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u062f\u0631 \u0632\u0646\u062f\u06af\u06cc \u0631\u0648\u0632\u0645\u0631\u0647 \u0627\u0631\u0627\u0626\u0647 \u062e\u0648\u0627\u0647\u06cc\u0645 \u062f\u0627\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-29c64b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"29c64b2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f765547\" data-id=\"f765547\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5f9fd2 elementor-widget elementor-widget-heading\" data-id=\"e5f9fd2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0639\u0648\u0627\u0645\u0644 \u0627\u0635\u0644\u06cc \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e6fea13 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6fea13\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-547f4e1\" data-id=\"547f4e1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a0bc716 elementor-widget elementor-widget-text-editor\" data-id=\"a0bc716\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0631\u0627\u06cc\u062c\u200c\u062a\u0631\u06cc\u0646 \u0622\u0644\u0627\u06cc\u0646\u062f\u0647\u200c\u0647\u0627\u06cc \u0647\u0648\u0627 \u0639\u0628\u0627\u0631\u062a\u200c\u0627\u0646\u062f \u0627\u0632:<\/p><ul><li><strong>\u0630\u0631\u0627\u062a \u0645\u0639\u0644\u0642 \u062f\u0631 \u0647\u0648\u0627<\/strong><strong> (PM)<\/strong><\/li><li><strong>\u0627\u0632\u0648\u0646<\/strong><strong> (O3)<\/strong>: \u0627\u06cc\u0646 \u06af\u0627\u0632 \u0632\u0645\u0627\u0646\u06cc \u0628\u0647 \u0648\u062c\u0648\u062f \u0645\u06cc\u200c\u0622\u06cc\u062f \u06a9\u0647 \u0627\u06a9\u0633\u06cc\u062f\u0647\u0627\u06cc \u0646\u06cc\u062a\u0631\u0648\u0698\u0646 \u0648 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u0622\u0644\u06cc \u0641\u0631\u0627\u0631 \u062f\u0631 \u0645\u0639\u0631\u0636 \u0646\u0648\u0631 \u062e\u0648\u0631\u0634\u06cc\u062f \u0642\u0631\u0627\u0631 \u0645\u06cc\u200c\u06af\u06cc\u0631\u0646\u062f \u0648 \u0648\u0627\u06a9\u0646\u0634 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f.<\/li><li><strong>\u062f\u06cc\u200c\u0627\u06a9\u0633\u06cc\u062f \u0646\u06cc\u062a\u0631\u0648\u0698\u0646<\/strong><strong> (NO2)<\/strong>: \u06af\u0627\u0632\u06cc \u0642\u0647\u0648\u0647\u200c\u0627\u06cc \u0645\u0627\u06cc\u0644 \u0628\u0647 \u0642\u0631\u0645\u0632 \u06a9\u0647 \u0627\u0632 \u0633\u0648\u062e\u062a\u0646 \u0633\u0648\u062e\u062a\u200c\u0647\u0627\u06cc \u0641\u0633\u06cc\u0644\u06cc\u060c \u0628\u0647\u200c\u0648\u06cc\u0698\u0647 \u062f\u0631 \u062e\u0648\u062f\u0631\u0648\u0647\u0627 \u0648 \u0646\u06cc\u0631\u0648\u06af\u0627\u0647\u200c\u0647\u0627 \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc\u200c\u0634\u0648\u062f.<\/li><li><strong>\u06a9\u0631\u0628\u0646 \u0645\u0648\u0646\u0648\u06a9\u0633\u06cc\u062f<\/strong><strong> (CO)<\/strong>: \u06af\u0627\u0632\u06cc \u0628\u06cc\u200c\u0628\u0648 \u0648 \u0628\u06cc\u200c\u0631\u0646\u06af \u06a9\u0647 \u0627\u0632 \u0633\u0648\u062e\u062a\u0646 \u0646\u0627\u0642\u0635 \u0633\u0648\u062e\u062a\u200c\u0647\u0627\u06cc \u0641\u0633\u06cc\u0644\u06cc \u0628\u0647 \u0648\u06cc\u0698\u0647 \u062f\u0631 \u062a\u0623\u0633\u06cc\u0633\u0627\u062a \u0635\u0646\u0639\u062a\u06cc \u0645\u0646\u062a\u0634\u0631 \u0645\u06cc\u200c\u0634\u0648\u062f.<\/li><li><strong>\u062f\u06cc\u200c\u0627\u06a9\u0633\u06cc\u062f \u06af\u0648\u06af\u0631\u062f<\/strong><strong> (SO2)<\/strong><\/li><\/ul><p>\u0645\u0647 \u062f\u0648\u062f \u0648 \u062f\u0648\u062f\u0647 \u062f\u0648 \u0646\u0648\u0639 \u0631\u0627\u06cc\u062c \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0647\u0633\u062a\u0646\u062f. \u0645\u0647 \u062f\u0648\u062f\u060c \u06a9\u0647 \u06af\u0627\u0647\u06cc \u0627\u0632 \u0622\u0646 \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u0627\u0632\u0648\u0646 \u0633\u0637\u062d \u0632\u0645\u06cc\u0646 \u06cc\u0627\u062f \u0645\u06cc\u200c\u0634\u0648\u062f\u060c \u0632\u0645\u0627\u0646\u06cc \u0628\u0647 \u0648\u062c\u0648\u062f \u0645\u06cc\u200c\u0622\u06cc\u062f \u06a9\u0647 \u0622\u0644\u0648\u062f\u06af\u06cc\u200c\u0647\u0627\u06cc \u0646\u0627\u0634\u06cc \u0627\u0632 \u0633\u0648\u062e\u062a\u0646 \u0633\u0648\u062e\u062a\u200c\u0647\u0627\u06cc \u0641\u0633\u06cc\u0644\u06cc \u062a\u062d\u062a \u062a\u0627\u0628\u0634 \u0646\u0648\u0631 \u062e\u0648\u0631\u0634\u06cc\u062f \u0648\u0627\u06a9\u0646\u0634 \u0646\u0634\u0627\u0646 \u062f\u0647\u0646\u062f. \u062f\u0648\u062f\u0647 \u0646\u06cc\u0632 \u0627\u0632 \u0630\u0631\u0627\u062a \u0631\u06cc\u0632 \u0645\u0648\u0627\u062f \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u06af\u0631\u062f \u0648 \u063a\u0628\u0627\u0631\u060c \u062f\u0648\u062f \u06cc\u0627 \u0645\u0648\u0627\u062f \u062d\u0633\u0627\u0633\u06cc\u062a\u200c\u0632\u0627 \u062a\u0634\u06a9\u06cc\u0644 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u062f\u0631 \u0647\u0648\u0627 \u067e\u0631\u0627\u06a9\u0646\u062f\u0647\u200c\u0627\u0646\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6fd2b81 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6fd2b81\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13f81f7\" data-id=\"13f81f7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13eb8ed elementor-widget elementor-widget-heading\" data-id=\"13eb8ed\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0634\u0627\u062e\u0635 \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 (AQI)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6416930 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6416930\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2724045\" data-id=\"2724045\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20ab56c elementor-widget elementor-widget-text-editor\" data-id=\"20ab56c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0628\u0631\u0627\u06cc \u0627\u0646\u062f\u0627\u0632\u0647\u200c\u06af\u06cc\u0631\u06cc \u0645\u06cc\u0632\u0627\u0646 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627\u060c \u0634\u0627\u062e\u0635 \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 (AQI) \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u0636\u0639\u06cc\u062a \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 \u0631\u0627 \u062f\u0631 \u0634\u0634 \u0633\u0637\u062d \u0645\u062e\u062a\u0644\u0641 \u062f\u0631\u062c\u0647\u200c\u0628\u0646\u062f\u06cc \u0645\u06cc\u200c\u06a9\u0646\u062f:<\/p><ol><li><strong>\u062e\u0648\u0628 (<\/strong><strong>\u06f0<\/strong><strong> \u062a\u0627 <\/strong><strong>\u06f5\u06f0<\/strong><strong>\u060c \u0633\u0628\u0632)<\/strong>: \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 \u0639\u0627\u0644\u06cc \u0627\u0633\u062a \u0648 \u0647\u06cc\u0686 \u062e\u0637\u0631\u06cc \u0646\u062f\u0627\u0631\u062f.<\/li><li><strong>\u0642\u0627\u0628\u0644 \u0642\u0628\u0648\u0644 (<\/strong><strong>\u06f5\u06f1<\/strong><strong> \u062a\u0627 <\/strong><strong>\u06f1\u06f0\u06f0<\/strong><strong>\u060c \u0632\u0631\u062f)<\/strong>: \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 \u0645\u062a\u0648\u0633\u0637 \u0627\u0633\u062a \u0648 \u0627\u062d\u062a\u0645\u0627\u0644 \u0646\u06af\u0631\u0627\u0646\u06cc \u0628\u0631\u0627\u06cc \u0628\u0631\u062e\u06cc \u0627\u0641\u0631\u0627\u062f \u062d\u0633\u0627\u0633 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.<\/li><li><strong>\u0646\u0627\u0633\u0627\u0644\u0645 \u0628\u0631\u0627\u06cc \u06af\u0631\u0648\u0647\u200c\u0647\u0627\u06cc \u062d\u0633\u0627\u0633 (<\/strong><strong>\u06f1\u06f0\u06f1<\/strong><strong> \u062a\u0627 <\/strong><strong>\u06f1\u06f5\u06f0<\/strong><strong>\u060c \u0646\u0627\u0631\u0646\u062c\u06cc)<\/strong>: \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0627\u0641\u0631\u0627\u062f\u06cc \u06a9\u0647 \u0628\u0647 \u0628\u06cc\u0645\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u062e\u0627\u0635 \u0645\u0628\u062a\u0644\u0627 \u0647\u0633\u062a\u0646\u062f\u060c \u0622\u0633\u06cc\u0628 \u0628\u0628\u06cc\u0646\u0646\u062f.<\/li><li><strong>\u0646\u0627\u0633\u0627\u0644\u0645 (<\/strong><strong>\u06f1\u06f5\u06f1<\/strong><strong> \u062a\u0627 <\/strong><strong>\u06f2\u06f0\u06f0<\/strong><strong>\u060c \u0642\u0631\u0645\u0632)<\/strong>: \u0647\u0631 \u0641\u0631\u062f\u06cc \u06a9\u0647 \u062f\u0631 \u0641\u0636\u0627\u06cc \u0628\u0627\u0632 \u0641\u0639\u0627\u0644\u06cc\u062a \u062f\u0627\u0631\u062f \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u062f\u0686\u0627\u0631 \u0645\u0634\u06a9\u0644\u0627\u062a \u062a\u0646\u0641\u0633\u06cc \u0634\u0648\u062f.<\/li><li><strong>\u0628\u0633\u06cc\u0627\u0631 \u0646\u0627\u0633\u0627\u0644\u0645 (<\/strong><strong>\u06f2\u06f0\u06f1<\/strong><strong> \u062a\u0627 <\/strong><strong>\u06f3\u06f0\u06f0<\/strong><strong>\u060c \u0628\u0646\u0641\u0634)<\/strong>: \u0627\u062b\u0631\u0627\u062a \u06af\u0633\u062a\u0631\u062f\u0647\u200c\u062a\u0631\u06cc \u0628\u0631 \u0639\u0645\u0648\u0645 \u062c\u0627\u0645\u0639\u0647 \u0648 \u0627\u062b\u0631\u0627\u062a \u0634\u062f\u06cc\u062f\u062a\u0631 \u0628\u0631\u0627\u06cc \u06af\u0631\u0648\u0647\u200c\u0647\u0627\u06cc \u062d\u0633\u0627\u0633 \u062f\u0627\u0631\u062f.<\/li><li><strong>\u062e\u0637\u0631\u0646\u0627\u06a9 (<\/strong><strong>\u06f3\u06f0\u06f1 <\/strong><strong>\u2013<\/strong><strong> \u06f5\u06f0\u06f0<\/strong><strong>\u060c \u0642\u0631\u0645\u0632 \u062a\u06cc\u0631\u0647)<\/strong>: \u0648\u0636\u0639\u06cc\u062a \u0627\u0636\u0637\u0631\u0627\u0631\u06cc \u0628\u0647 \u0648\u062c\u0648\u062f \u0645\u06cc\u200c\u0622\u06cc\u062f \u0648 \u062e\u0637\u0631\u0627\u062a \u062c\u062f\u06cc \u0628\u0631\u0627\u06cc \u0633\u0644\u0627\u0645\u062a\u06cc \u0647\u0645\u0647 \u0627\u0641\u0631\u0627\u062f \u0628\u0647 \u0648\u06cc\u0698\u0647 \u06af\u0631\u0648\u0647\u200c\u0647\u0627\u06cc \u062d\u0633\u0627\u0633 \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u062f.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb9d093 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eb9d093\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d48a727\" data-id=\"d48a727\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22fe383 elementor-widget elementor-widget-heading\" data-id=\"22fe383\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u0627\u0647\u0645\u06cc\u062a \u0645\u0635\u0631\u0641 \u0645\u0627\u06cc\u0639\u0627\u062a \u0648 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u200c\u0647\u0627\u06cc \u0645\u0641\u06cc\u062f<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fce1252 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fce1252\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-871708b\" data-id=\"871708b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a7b0fe elementor-widget elementor-widget-text-editor\" data-id=\"8a7b0fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u06cc\u06a9\u06cc \u0627\u0632 \u0631\u0627\u0647\u200c\u0647\u0627\u06cc \u06a9\u0645\u06a9 \u0628\u0647 \u0628\u062f\u0646 \u062f\u0631 \u0634\u0631\u0627\u06cc\u0637 \u0622\u0644\u0648\u062f\u06af\u06cc\u060c \u0645\u0635\u0631\u0641 \u0645\u0627\u06cc\u0639\u0627\u062a \u06a9\u0627\u0641\u06cc \u0628\u0631\u0627\u06cc \u062f\u0641\u0639 \u0633\u0645\u0648\u0645 \u0627\u0633\u062a. \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc\u200c\u0647\u0627\u06cc\u06cc \u0645\u0627\u0646\u0646\u062f \u0634\u06cc\u0631 \u0648 \u06a9\u0641\u06cc\u0631 \u0628\u0647 \u062f\u0644\u06cc\u0644 \u062f\u0627\u0634\u062a\u0646 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a\u06cc \u0645\u0627\u0646\u0646\u062f \u06a9\u0644\u0633\u06cc\u0645 \u0648 \u067e\u0631\u0648\u062a\u0626\u06cc\u0646\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u062c\u0630\u0628 \u0622\u0644\u0627\u06cc\u0646\u062f\u0647\u200c\u0647\u0627\u06cc \u0645\u0636\u0631 \u0645\u0627\u0646\u0646\u062f \u0633\u0631\u0628 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u0646\u062f. \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06cc\u0646\u060c \u062f\u0645\u0646\u0648\u0634\u200c\u0647\u0627\u06cc\u06cc \u0646\u0638\u06cc\u0631 \u0632\u0646\u062c\u0628\u06cc\u0644\u060c \u0686\u0627\u06cc \u0633\u0628\u0632 \u0648 \u0628\u0627\u0628\u0648\u0646\u0647\u060c \u0628\u0647 \u067e\u0627\u06a9\u0633\u0627\u0632\u06cc \u0628\u062f\u0646 \u0648 \u06a9\u0627\u0647\u0634 \u0627\u0644\u062a\u0647\u0627\u0628\u200c\u0647\u0627\u06cc \u0646\u0627\u0634\u06cc \u0627\u0632 \u0622\u0644\u0648\u062f\u06af\u06cc \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-76b4d71 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"76b4d71\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ec370e3\" data-id=\"ec370e3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d6876c9 elementor-widget elementor-widget-heading\" data-id=\"d6876c9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u0646\u0642\u0634 \u0633\u0628\u0632\u06cc\u062c\u0627\u062a \u0648 \u0645\u06cc\u0648\u0647\u200c\u0647\u0627 \u062f\u0631 \u0645\u0642\u0627\u0628\u0644\u0647 \u0628\u0627 \u0622\u0644\u0648\u062f\u06af\u06cc<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cea009 elementor-widget elementor-widget-text-editor\" data-id=\"0cea009\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0645\u0635\u0631\u0641 \u0633\u0628\u0632\u06cc\u062c\u0627\u062a \u0648 \u0645\u06cc\u0648\u0647\u200c\u0647\u0627\u06cc \u063a\u0646\u06cc \u0627\u0632 \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 C \u0648 E \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0627\u062b\u0631\u0627\u062a \u0645\u0636\u0631 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u062f. \u0627\u06cc\u0646 \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646\u200c\u0647\u0627 \u0646\u0642\u0634 \u0645\u0647\u0645\u06cc \u062f\u0631 \u0628\u0647\u0628\u0648\u062f \u0639\u0645\u0644\u06a9\u0631\u062f \u0633\u0644\u0648\u0644\u200c\u0647\u0627\u06cc \u0631\u06cc\u0647 \u062f\u0627\u0634\u062a\u0647 \u0648 \u0627\u0632 \u0622\u0633\u06cc\u0628\u200c\u0647\u0627\u06cc \u0627\u06a9\u0633\u06cc\u062f\u0627\u062a\u06cc\u0648 \u062c\u0644\u0648\u06af\u06cc\u0631\u06cc \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0644\u06cc\u0645\u0648 \u062a\u0631\u0634\u060c \u0634\u0644\u063a\u0645\u060c \u06af\u0648\u062c\u0647 \u0641\u0631\u0646\u06af\u06cc\u060c \u067e\u06cc\u0627\u0632\u060c \u062f\u0627\u0646\u0647\u200c\u0647\u0627\u06cc \u0622\u062c\u06cc\u0644 \u0648 \u0631\u0648\u063a\u0646 \u0632\u06cc\u062a\u0648\u0646 \u0627\u0632 \u062c\u0645\u0644\u0647 \u0645\u0648\u0627\u062f \u063a\u0630\u0627\u06cc\u06cc \u0645\u0641\u06cc\u062f \u062f\u0631 \u0627\u06cc\u0646 \u0632\u0645\u06cc\u0646\u0647 \u0647\u0633\u062a\u0646\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-323c030 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"323c030\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-722277a\" data-id=\"722277a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a40c65c elementor-widget elementor-widget-heading\" data-id=\"a40c65c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u0645\u06a9\u0645\u0644\u200c\u0647\u0627\u06cc \u0645\u0648\u062b\u0631 \u062f\u0631 \u06a9\u0627\u0647\u0634 \u0627\u062b\u0631\u0627\u062a \u0622\u0644\u0648\u062f\u06af\u06cc<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bafaf4d elementor-widget elementor-widget-text-editor\" data-id=\"bafaf4d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>\u0648\u06cc\u062a\u0627\u0645\u06cc\u0646<\/strong><strong> C<\/strong><\/p><p>\u0627\u06cc\u0646 \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9 \u0622\u0646\u062a\u06cc\u200c\u0627\u06a9\u0633\u06cc\u062f\u0627\u0646 \u0642\u0648\u06cc \u0639\u0645\u0644 \u06a9\u0631\u062f\u0647 \u0648 \u0628\u0647 \u0628\u0647\u0628\u0648\u062f \u0639\u0645\u0644\u06a9\u0631\u062f \u0631\u06cc\u0647\u200c\u0647\u0627 \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f. \u062a\u062d\u0642\u06cc\u0642\u0627\u062a \u0646\u0634\u0627\u0646 \u062f\u0627\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0645\u0635\u0631\u0641 \u06a9\u0627\u0641\u06cc \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 C \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u062e\u0637\u0631 \u0627\u0628\u062a\u0644\u0627 \u0628\u0647 \u0639\u0641\u0648\u0646\u062a\u200c\u0647\u0627\u06cc \u062a\u0646\u0641\u0633\u06cc \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u062f \u0648 \u0639\u0645\u0644\u06a9\u0631\u062f \u062a\u0646\u0641\u0633\u06cc \u0631\u0627 \u0628\u0647\u0628\u0648\u062f \u0628\u062e\u0634\u062f. \u0645\u0635\u0631\u0641 \u0627\u06cc\u0646 \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 \u0628\u0647 \u0648\u06cc\u0698\u0647 \u0628\u0631\u0627\u06cc \u0627\u0641\u0631\u0627\u062f \u0633\u06cc\u06af\u0627\u0631\u06cc \u0648 \u06a9\u0633\u0627\u0646\u06cc \u06a9\u0647 \u062f\u0631 \u0645\u0639\u0631\u0636 \u0622\u0644\u0648\u062f\u06af\u06cc\u200c\u0647\u0627\u06cc \u0634\u062f\u06cc\u062f \u0647\u0633\u062a\u0646\u062f\u060c \u062a\u0648\u0635\u06cc\u0647 \u0645\u06cc\u200c\u0634\u0648\u062f.<\/p><p><strong>\u06a9\u0644\u0633\u06cc\u0645<\/strong><\/p><p>\u0627\u06cc\u0646 \u0645\u0627\u062f\u0647 \u0645\u0639\u062f\u0646\u06cc \u0646\u0642\u0634 \u0645\u0647\u0645\u06cc \u062f\u0631 \u06a9\u0627\u0647\u0634 \u062c\u0630\u0628 \u0622\u0644\u0627\u06cc\u0646\u062f\u0647\u200c\u0647\u0627 \u0648 \u0633\u0645\u0648\u0645 \u062f\u0627\u0631\u062f. \u0647\u0645\u0686\u0646\u06cc\u0646\u060c \u0633\u0637\u062d \u06a9\u0627\u0641\u06cc \u06a9\u0644\u0633\u06cc\u0645 \u062f\u0631 \u0628\u062f\u0646 \u0628\u0627\u0639\u062b \u062a\u0642\u0648\u06cc\u062a \u0627\u0633\u062a\u062e\u0648\u0627\u0646\u200c\u0647\u0627 \u0648 \u0639\u0636\u0644\u0627\u062a \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u062f\u0631 \u0628\u0647\u0628\u0648\u062f \u0639\u0645\u0644\u06a9\u0631\u062f \u062a\u0646\u0641\u0633\u06cc \u0646\u06cc\u0632 \u0645\u0648\u062b\u0631 \u0627\u0633\u062a. \u0645\u0646\u0627\u0628\u0639 \u063a\u0630\u0627\u06cc\u06cc \u06a9\u0644\u0633\u06cc\u0645 \u0634\u0627\u0645\u0644 \u0644\u0628\u0646\u06cc\u0627\u062a\u060c \u0628\u0627\u062f\u0627\u0645\u060c \u0633\u0628\u0632\u06cc\u062c\u0627\u062a \u0628\u0631\u06af \u0633\u0628\u0632 \u0648 \u0645\u06a9\u0645\u0644\u200c\u0647\u0627\u06cc \u062d\u0627\u0648\u06cc \u06a9\u0644\u0633\u06cc\u0645 \u0647\u0633\u062a\u0646\u062f.<\/p><p><strong>\u0648\u06cc\u062a\u0627\u0645\u06cc\u0646<\/strong><strong> E<\/strong><\/p><p>\u0627\u06cc\u0646 \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 \u0627\u0632 \u0633\u0644\u0648\u0644\u200c\u0647\u0627\u06cc \u0631\u06cc\u0647 \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0622\u0633\u06cc\u0628\u200c\u0647\u0627\u06cc \u0646\u0627\u0634\u06cc \u0627\u0632 \u0622\u0644\u0648\u062f\u06af\u06cc \u0645\u062d\u0627\u0641\u0638\u062a \u06a9\u0631\u062f\u0647 \u0648 \u0645\u0648\u062c\u0628 \u06a9\u0627\u0647\u0634 \u0627\u062b\u0631\u0627\u062a \u0627\u06a9\u0633\u06cc\u062f\u0627\u062a\u06cc\u0648 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0645\u0635\u0631\u0641 \u06a9\u0627\u0641\u06cc \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 E \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u062d\u0641\u0638 \u0639\u0645\u0644\u06a9\u0631\u062f \u0637\u0628\u06cc\u0639\u06cc \u0631\u06cc\u0647\u200c\u0647\u0627 \u06a9\u0645\u06a9 \u06a9\u0646\u062f \u0648 \u062e\u0637\u0631 \u0627\u0628\u062a\u0644\u0627 \u0628\u0647 \u0628\u06cc\u0645\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u0645\u0632\u0645\u0646 \u062a\u0646\u0641\u0633\u06cc \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u062f.<\/p><p><strong>\u0627\u0645\u06af\u0627 \u06f3<\/strong><\/p><p>\u0627\u0633\u06cc\u062f\u0647\u0627\u06cc \u0686\u0631\u0628 \u0627\u0645\u06af\u0627 \u06f3 \u0628\u0647 \u062f\u0644\u06cc\u0644 \u062e\u0648\u0627\u0635 \u0636\u062f \u0627\u0644\u062a\u0647\u0627\u0628\u06cc \u062e\u0648\u062f\u060c \u062f\u0631 \u06a9\u0627\u0647\u0634 \u0622\u0633\u06cc\u0628\u200c\u0647\u0627\u06cc \u0646\u0627\u0634\u06cc \u0627\u0632 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0646\u0642\u0634 \u0628\u0633\u0632\u0627\u06cc\u06cc \u062f\u0627\u0631\u0646\u062f. \u062a\u062d\u0642\u06cc\u0642\u0627\u062a \u0646\u0634\u0627\u0646 \u062f\u0627\u062f\u0647 \u0627\u0633\u062a \u06a9\u0647 \u0645\u0635\u0631\u0641 \u06a9\u0627\u0641\u06cc \u0627\u0645\u06af\u0627 \u06f3 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0627\u062b\u0631\u0627\u062a \u0645\u0646\u0641\u06cc \u0630\u0631\u0627\u062a \u0645\u0639\u0644\u0642 \u0645\u0648\u062c\u0648\u062f \u062f\u0631 \u0647\u0648\u0627 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u062f \u0648 \u0627\u0632 \u0627\u0644\u062a\u0647\u0627\u0628 \u0633\u06cc\u0633\u062a\u0645 \u062a\u0646\u0641\u0633\u06cc \u062c\u0644\u0648\u06af\u06cc\u0631\u06cc \u06a9\u0646\u062f. \u0627\u06cc\u0646 \u0645\u0627\u062f\u0647 \u0645\u063a\u0630\u06cc \u062f\u0631 \u0645\u0627\u0647\u06cc\u200c\u0647\u0627\u06cc \u0686\u0631\u0628\u060c \u062a\u062e\u0645 \u06a9\u062a\u0627\u0646 \u0648 \u06af\u0631\u062f\u0648 \u06cc\u0627\u0641\u062a \u0645\u06cc\u200c\u0634\u0648\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2b3e3c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b3e3c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d95d953\" data-id=\"d95d953\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a1e72d elementor-widget elementor-widget-heading\" data-id=\"9a1e72d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u067e\u0648\u0633\u062a \u062f\u0631 \u0647\u0648\u0627\u06cc \u0622\u0644\u0648\u062f\u0647 <\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a1e6a9 elementor-widget elementor-widget-text-editor\" data-id=\"0a1e6a9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u067e\u0648\u0633\u062a \u062f\u0631 \u0647\u0648\u0627\u06cc \u0622\u0644\u0648\u062f\u0647 \u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0633\u0627\u0626\u0644 \u0645\u0647\u0645 \u0648 \u0636\u0631\u0648\u0631\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0633\u06cc\u0627\u0631\u06cc \u0627\u0632 \u0627\u0641\u0631\u0627\u062f \u062f\u0631 \u0645\u0646\u0627\u0637\u0642 \u0634\u0647\u0631\u06cc \u0628\u0627 \u0622\u0646 \u0631\u0648\u0628\u0647\u200c\u0631\u0648 \u0647\u0633\u062a\u0646\u062f. \u0622\u0644\u0627\u06cc\u0646\u062f\u0647\u200c\u0647\u0627\u06cc \u0647\u0648\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u0637\u0648\u0631 \u062c\u062f\u06cc \u0628\u0647 \u067e\u0648\u0633\u062a \u0622\u0633\u06cc\u0628 \u0628\u0631\u0633\u0627\u0646\u0646\u062f \u0648 \u0628\u0627\u0639\u062b \u0628\u0631\u0648\u0632 \u0645\u0634\u06a9\u0644\u0627\u062a \u067e\u0648\u0633\u062a\u06cc \u0645\u062e\u062a\u0644\u0641 \u0645\u0627\u0646\u0646\u062f \u0627\u0644\u062a\u0647\u0627\u0628\u060c \u0622\u06a9\u0646\u0647\u060c \u067e\u06cc\u0631\u06cc \u0632\u0648\u062f\u0631\u0633 \u0648 \u062d\u0633\u0627\u0633\u06cc\u062a\u200c\u0647\u0627\u06cc \u067e\u0648\u0633\u062a\u06cc \u0634\u0648\u0646\u062f. \u062f\u0631 \u0627\u06cc\u0646 \u0645\u0642\u0627\u0644\u0647\u060c \u0628\u0647 \u0631\u0627\u0647\u06a9\u0627\u0631\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0645\u062d\u0627\u0641\u0638\u062a \u0627\u0632 \u067e\u0648\u0633\u062a \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0627\u0634\u0627\u0631\u0647 \u0634\u062f\u0647 \u0627\u0633\u062a.<\/p><ol><li><strong>\u0631\u0627\u062f\u06cc\u06a9\u0627\u0644\u200c\u0647\u0627\u06cc \u0622\u0632\u0627\u062f<\/strong><\/li><\/ol><p>\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0627\u0639\u062b \u062a\u0648\u0644\u06cc\u062f \u0631\u0627\u062f\u06cc\u06a9\u0627\u0644\u200c\u0647\u0627\u06cc \u0622\u0632\u0627\u062f \u062f\u0631 \u067e\u0648\u0633\u062a \u0634\u0648\u062f \u06a9\u0647 \u0628\u0647 \u0622\u0633\u06cc\u0628\u200c\u0647\u0627\u06cc \u0633\u0644\u0648\u0644\u06cc \u0648 \u067e\u06cc\u0631\u06cc \u067e\u0648\u0633\u062a \u0645\u06cc\u200c\u0627\u0646\u062c\u0627\u0645\u062f. \u0627\u06cc\u0646 \u0631\u0627\u062f\u06cc\u06a9\u0627\u0644\u200c\u0647\u0627 \u0627\u0632 \u0639\u0648\u0627\u0645\u0644 \u0627\u0635\u0644\u06cc \u062a\u062c\u0632\u06cc\u0647 \u06a9\u0644\u0627\u0698\u0646 \u0648 \u0627\u0644\u0627\u0633\u062a\u06cc\u0646 \u062f\u0631 \u067e\u0648\u0633\u062a \u0647\u0633\u062a\u0646\u062f \u06a9\u0647 \u0645\u0646\u062c\u0631 \u0628\u0647 \u06a9\u0627\u0647\u0634 \u062e\u0627\u0635\u06cc\u062a \u0627\u0631\u062a\u062c\u0627\u0639\u06cc \u067e\u0648\u0633\u062a \u0648 \u0627\u06cc\u062c\u0627\u062f \u0686\u06cc\u0646 \u0648 \u0686\u0631\u0648\u06a9 \u0645\u06cc\u200c\u0634\u0648\u062f.<\/p><ol start=\"2\"><li><strong>\u0627\u0644\u062a\u0647\u0627\u0628 \u0648 \u0627\u062e\u062a\u0644\u0627\u0644 \u062f\u0631 \u0633\u062f \u062f\u0641\u0627\u0639\u06cc \u067e\u0648\u0633\u062a<\/strong><\/li><\/ol><p>\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0628\u0627\u0639\u062b \u0627\u062e\u062a\u0644\u0627\u0644 \u062f\u0631 \u0633\u062f \u062f\u0641\u0627\u0639\u06cc \u0637\u0628\u06cc\u0639\u06cc \u067e\u0648\u0633\u062a \u0634\u0648\u062f \u0648 \u0645\u0648\u0627\u062f \u0645\u0636\u0631 \u0628\u0647 \u0631\u0627\u062d\u062a\u06cc \u0648\u0627\u0631\u062f \u067e\u0648\u0633\u062a \u0634\u0648\u0646\u062f. \u0627\u06cc\u0646 \u0627\u0645\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0627\u0644\u062a\u0647\u0627\u0628\u060c \u0642\u0631\u0645\u0632\u06cc\u060c \u0648 \u062a\u0634\u062f\u06cc\u062f \u0628\u06cc\u0645\u0627\u0631\u06cc\u200c\u0647\u0627\u06cc \u067e\u0648\u0633\u062a\u06cc \u0645\u0627\u0646\u0646\u062f \u0627\u06af\u0632\u0645\u0627 \u0648 \u062f\u0631\u0645\u0627\u062a\u06cc\u062a \u0645\u0646\u062c\u0631 \u0634\u0648\u062f.<\/p><ol start=\"3\"><li><strong>\u0627\u0641\u0632\u0627\u06cc\u0634 \u062a\u0648\u0644\u06cc\u062f \u0633\u0628\u0648\u0645<\/strong><\/li><\/ol><p>\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0627\u0639\u062b \u0627\u0641\u0632\u0627\u06cc\u0634 \u062a\u0648\u0644\u06cc\u062f \u0686\u0631\u0628\u06cc \u062f\u0631 \u067e\u0648\u0633\u062a \u0648 \u062f\u0631 \u0646\u062a\u06cc\u062c\u0647 \u0645\u0633\u062f\u0648\u062f \u0634\u062f\u0646 \u0645\u0646\u0627\u0641\u0630 \u0648 \u0627\u06cc\u062c\u0627\u062f \u0622\u06a9\u0646\u0647 \u0634\u0648\u062f.<\/p><p><strong>\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u067e\u0648\u0633\u062a<\/strong><\/p><p>\u0628\u0631\u0627\u06cc \u0645\u0642\u0627\u0628\u0644\u0647 \u0628\u0627 \u0627\u06cc\u0646 \u0645\u0634\u06a9\u0644\u0627\u062a\u060c \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u067e\u0648\u0633\u062a \u06a9\u0647 \u062d\u0627\u0648\u06cc \u0622\u0646\u062a\u06cc\u200c\u0627\u06a9\u0633\u06cc\u062f\u0627\u0646\u200c\u0647\u0627\u06cc\u06cc \u0645\u0627\u0646\u0646\u062f \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 C\u060c \u0648\u06cc\u062a\u0627\u0645\u06cc\u0646 E \u0648 \u0627\u0633\u06cc\u062f \u0641\u0631\u0648\u0644\u06cc\u06a9 \u0647\u0633\u062a\u0646\u062f\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0645\u0641\u06cc\u062f \u0628\u0627\u0634\u062f. \u0627\u06cc\u0646 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u0631\u0627\u062f\u06cc\u06a9\u0627\u0644\u200c\u0647\u0627\u06cc \u0622\u0632\u0627\u062f \u0631\u0627 \u062e\u0646\u062b\u06cc \u06a9\u0631\u062f\u0647 \u0648 \u0627\u0633\u062a\u0631\u0633 \u0627\u06a9\u0633\u06cc\u062f\u0627\u062a\u06cc\u0648 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u0645\u06cc\u200c\u062f\u0647\u0646\u062f. \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0627\u06cc\u0646\u060c \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u062a\u0642\u0648\u06cc\u062a\u200c\u06a9\u0646\u0646\u062f\u0647 \u0633\u062f \u067e\u0648\u0633\u062a\u06cc \u0628\u0647 \u062d\u0641\u0638 \u0633\u0644\u0627\u0645\u062a \u067e\u0648\u0633\u062a \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f.<\/p><p><strong>\u2714\ufe0f \u0634\u0648\u06cc\u0646\u062f\u0647 \u0645\u0646\u0627\u0633\u0628 \u067e\u0648\u0633\u062a \u0635\u0648\u0631\u062a<\/strong><\/p><p>\u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u0645\u0631\u0627\u062d\u0644 \u062f\u0631 \u0645\u0631\u0627\u0642\u0628\u062a \u0627\u0632 \u067e\u0648\u0633\u062a \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0622\u0644\u0648\u062f\u06af\u06cc\u060c \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0634\u0648\u06cc\u0646\u062f\u0647 \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062a. \u0634\u0648\u06cc\u0646\u062f\u0647\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0627\u0632 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u0637\u0628\u06cc\u0639\u06cc \u0648 \u0645\u0644\u0627\u06cc\u0645 \u062a\u0634\u06a9\u06cc\u0644 \u0634\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0622\u0644\u0648\u062f\u06af\u06cc\u200c\u0647\u0627 \u0648 \u06a9\u062b\u06cc\u0641\u06cc\u200c\u0647\u0627 \u0631\u0627 \u0627\u0632 \u0633\u0637\u062d \u067e\u0648\u0633\u062a \u067e\u0627\u06a9 \u06a9\u0631\u062f\u0647 \u0648 \u0622\u0646 \u0631\u0627 \u0634\u0641\u0627\u0641 \u0648 \u0633\u0627\u0644\u0645 \u0646\u06af\u0647 \u062f\u0627\u0631\u0646\u062f. \u0627\u06cc\u0646 \u0634\u0648\u06cc\u0646\u062f\u0647\u200c\u0647\u0627 \u0628\u0627\u06cc\u062f \u062e\u0627\u0635\u06cc\u062a \u067e\u0627\u06a9\u200c\u06a9\u0646\u0646\u062f\u06af\u06cc \u0639\u0645\u06cc\u0642 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u0646\u062f \u0648 \u0627\u0632 \u0645\u0648\u0627\u062f \u0636\u062f \u067e\u06cc\u0631\u06cc \u0645\u0627\u0646\u0646\u062f \u0622\u0646\u062a\u06cc\u200c\u0627\u06a9\u0633\u06cc\u062f\u0627\u0646\u200c\u0647\u0627 \u0628\u0647\u0631\u0647\u200c\u0645\u0646\u062f \u0628\u0627\u0634\u0646\u062f.<\/p><p><strong>\u2714\ufe0f \u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0648 \u0627\u0633\u06a9\u0631\u0627\u0628 \u067e\u0648\u0633\u062a<\/strong><\/p><p>\u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0645\u0646\u0638\u0645 \u067e\u0648\u0633\u062a \u0628\u0647 \u062d\u0630\u0641 \u0633\u0644\u0648\u0644\u200c\u0647\u0627\u06cc \u0645\u0631\u062f\u0647 \u0648 \u0622\u0644\u0627\u06cc\u0646\u062f\u0647\u200c\u0647\u0627 \u0627\u0632 \u0633\u0637\u062d \u067e\u0648\u0633\u062a \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f. \u0627\u0633\u06a9\u0631\u0627\u0628\u200c\u0647\u0627\u06cc \u0645\u0644\u0627\u06cc\u0645 \u06a9\u0647 \u0627\u0632 \u062a\u0631\u06a9\u06cc\u0628\u0627\u062a \u0637\u0628\u06cc\u0639\u06cc \u0645\u0627\u0646\u0646\u062f \u0632\u063a\u0627\u0644\u200c\u0686\u0648\u0628 \u0648 \u0639\u0635\u0627\u0631\u0647\u200c\u0647\u0627\u06cc \u06af\u06cc\u0627\u0647\u06cc \u062a\u0634\u06a9\u06cc\u0644 \u0634\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u067e\u0648\u0633\u062a \u0631\u0627 \u062c\u0648\u0627\u0646\u200c\u062a\u0631 \u0648 \u0634\u0641\u0627\u0641\u200c\u062a\u0631 \u06a9\u0646\u0646\u062f. \u0631\u0648\u0634\u200c\u0647\u0627\u06cc \u062d\u0631\u0641\u0647\u200c\u0627\u06cc \u0645\u0627\u0646\u0646\u062f \u0645\u06cc\u06a9\u0631\u0648\u062f\u0631\u0645 \u0627\u0628\u0631\u06cc\u0698\u0646 \u0648 \u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0639\u0645\u06cc\u0642 \u0648 \u062a\u0642\u0648\u06cc\u062a \u0631\u0634\u062f \u0633\u0644\u0648\u0644\u200c\u0647\u0627\u06cc \u062c\u062f\u06cc\u062f \u0645\u0648\u062b\u0631\u0646\u062f.<\/p><p><strong>\u2714\ufe0f \u062a\u0648\u0646\u0631<\/strong><\/p><p>\u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062a\u0648\u0646\u0631 \u067e\u0633 \u0627\u0632 \u0634\u0633\u062a\u0634\u0648\u06cc \u067e\u0648\u0633\u062a \u0648 \u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631\u06cc \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u062a\u0646\u0638\u06cc\u0645 pH \u067e\u0648\u0633\u062a \u0648 \u067e\u0627\u06a9\u0633\u0627\u0632\u06cc \u0645\u0646\u0627\u0641\u0630 \u06a9\u0645\u06a9 \u06a9\u0646\u062f. \u062a\u0648\u0646\u0631\u0647\u0627\u06cc \u0645\u0646\u0627\u0633\u0628\u060c \u0628\u0627 \u0627\u06cc\u062c\u0627\u062f \u0633\u062f \u062f\u0641\u0627\u0639\u06cc \u062f\u0631 \u0628\u0631\u0627\u0628\u0631 \u0622\u0644\u0648\u062f\u06af\u06cc\u060c \u0628\u0627\u0639\u062b \u0645\u06cc\u200c\u0634\u0648\u0646\u062f \u067e\u0648\u0633\u062a \u0634\u0627\u062f\u0627\u0628\u200c\u062a\u0631 \u0648 \u0645\u0642\u0627\u0648\u0645\u200c\u062a\u0631 \u0634\u0648\u062f.<\/p><p><strong>\u2714\ufe0f \u0645\u0631\u0637\u0648\u0628\u200c\u06a9\u0646\u0646\u062f\u0647<\/strong><\/p><p>\u067e\u0633 \u0627\u0632 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0634\u0648\u06cc\u0646\u062f\u0647\u060c \u0644\u0627\u06cc\u0647\u200c\u0628\u0631\u062f\u0627\u0631 \u0648 \u062a\u0648\u0646\u0631\u060c \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0645\u0631\u0637\u0648\u0628\u200c\u06a9\u0646\u0646\u062f\u0647\u200c\u0647\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647 \u0622\u0628\u0631\u0633\u0627\u0646\u06cc \u0648 \u062d\u0641\u0638 \u0631\u0637\u0648\u0628\u062a \u067e\u0648\u0633\u062a \u06a9\u0645\u06a9 \u06a9\u0646\u062f. \u0627\u06cc\u0646 \u0627\u0645\u0631 \u0628\u0631\u0627\u06cc \u06a9\u0627\u0647\u0634 \u0627\u0644\u062a\u0647\u0627\u0628 \u0648 \u0622\u0633\u06cc\u0628\u200c\u0647\u0627\u06cc \u0646\u0627\u0634\u06cc \u0627\u0632 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0636\u0631\u0648\u0631\u06cc \u0627\u0633\u062a.<\/p><p>\u0628\u0627 \u0631\u0639\u0627\u06cc\u062a \u0627\u06cc\u0646 \u0645\u0631\u0627\u062d\u0644 \u062f\u0631 \u0631\u0648\u062a\u06cc\u0646 \u0631\u0648\u0632\u0627\u0646\u0647\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u062f \u067e\u0648\u0633\u062a \u062e\u0648\u062f \u0631\u0627 \u0627\u0632 \u0627\u062b\u0631\u0627\u062a \u0645\u0636\u0631 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0645\u062d\u0627\u0641\u0638\u062a \u06a9\u0646\u06cc\u062f \u0648 \u0628\u0647 \u062d\u0641\u0638 \u0633\u0644\u0627\u0645\u062a \u0648 \u0632\u06cc\u0628\u0627\u06cc\u06cc \u0622\u0646 \u06a9\u0645\u06a9 \u06a9\u0646\u06cc\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e4135ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e4135ef\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fe1a3c4\" data-id=\"fe1a3c4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1dca480 elementor-widget elementor-widget-heading\" data-id=\"1dca480\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u0631\u0627\u0647\u0646\u0645\u0627\u06cc\u06cc\u200c\u0647\u0627\u06cc\u06cc \u0628\u0631\u0627\u06cc \u0645\u0642\u0627\u0628\u0644\u0647 \u0628\u0627 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b8b151 elementor-widget elementor-widget-text-editor\" data-id=\"6b8b151\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0632\u0645\u0627\u0646\u06cc \u06a9\u0647 \u06a9\u06cc\u0641\u06cc\u062a \u0647\u0648\u0627 \u062e\u0637\u0631\u0646\u0627\u06a9 \u0627\u0633\u062a\u060c \u0631\u0639\u0627\u06cc\u062a \u0645\u0648\u0627\u0631\u062f \u0632\u06cc\u0631 \u0636\u0631\u0648\u0631\u06cc \u0627\u0633\u062a:<\/p><p>\u2705 \u0627\u0632 \u0648\u0631\u0648\u062f \u0628\u0647 \u0645\u0646\u0627\u0637\u0642 \u067e\u0631 \u062a\u0631\u0627\u0641\u06cc\u06a9 \u0648 \u0622\u0644\u0648\u062f\u0647 \u062e\u0648\u062f\u062f\u0627\u0631\u06cc \u06a9\u0646\u06cc\u062f.<\/p><p>\u2705 \u0633\u0639\u06cc \u06a9\u0646\u06cc\u062f \u062f\u0631 \u0632\u0645\u0627\u0646\u200c\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u06a9\u0645\u062a\u0631 \u0627\u0633\u062a\u060c \u0627\u0632 \u062e\u0627\u0646\u0647 \u062e\u0627\u0631\u062c \u0634\u0648\u06cc\u062f.<\/p><p>\u2705 \u0641\u0639\u0627\u0644\u06cc\u062a\u200c\u0647\u0627\u06cc \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u0631\u0627 \u062f\u0631 \u0631\u0648\u0632\u0647\u0627\u06cc\u06cc \u06a9\u0647 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0627\u0644\u0627 \u0627\u0633\u062a \u0645\u062d\u062f\u0648\u062f \u06a9\u0646\u06cc\u062f.<\/p><p>\u2705 \u062f\u0631 \u062e\u0627\u0646\u0647\u060c \u062f\u0631\u0647\u0627 \u0648 \u067e\u0646\u062c\u0631\u0647\u200c\u0647\u0627 \u0631\u0627 \u0628\u0628\u0646\u062f\u06cc\u062f \u0648 \u0627\u0632 \u062a\u0647\u0648\u06cc\u0647 \u0645\u0646\u0627\u0633\u0628 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.<\/p><p>\u2705 \u062f\u0631 \u0645\u0646\u0627\u0637\u0642 \u0628\u0627 \u0622\u0644\u0648\u062f\u06af\u06cc \u0645\u06a9\u0631\u0631\u060c \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u062f\u0633\u062a\u06af\u0627\u0647 \u062a\u0635\u0641\u06cc\u0647 \u0647\u0648\u0627 \u0628\u0627 \u0641\u06cc\u0644\u062a\u0631 HEPA \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u06a9\u0645\u06a9\u200c\u06a9\u0646\u0646\u062f\u0647 \u0628\u0627\u0634\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627\u06cc \u062a\u0647\u0631\u0627\u0646 \u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc&#8230; \u0634\u0647\u0631: \u062a\u0647\u0631\u0627\u0646 \u062f\u0631 \u062d\u0627\u0644 \u0628\u0627\u0631\u06af\u0630\u0627\u0631\u06cc&#8230; \u0645\u0634\u0627\u0647\u062f\u0647 \u062c\u0632\u0626\u06cc\u0627\u062a \u0628\u06cc\u0634\u062a\u0631 \u0647\u0648\u0627\u06cc \u0627\u0637\u0631\u0627\u0641 \u0645\u0627 \u0633\u0631\u0634\u0627\u0631 \u0627\u0632 \u0630\u0631\u0627\u062a \u0631\u06cc\u0632\u06cc \u0627\u0633\u062a \u06a9\u0647 \u0628\u0627 \u0647\u0631 \u0646\u0641\u0633 \u06a9\u0647 \u0645\u06cc\u200c\u06a9\u0634\u06cc\u0645\u060c \u0648\u0627\u0631\u062f \u0628\u062f\u0646 \u0645\u0627 \u0645\u06cc\u200c\u0634\u0648\u062f. \u0627\u06cc\u0646 \u0630\u0631\u0627\u062a \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0628\u0647 \u0631\u06cc\u0647\u200c\u0647\u0627\u060c \u0642\u0644\u0628 \u0648 \u0645\u063a\u0632 \u0622\u0633\u06cc\u0628 \u0631\u0633\u0627\u0646\u062f\u0647 \u0648 \u0645\u0634\u06a9\u0644\u0627\u062a \u0632\u06cc\u0627\u062f\u06cc \u0628\u0631\u0627\u06cc \u0633\u0644\u0627\u0645\u062a \u0628\u062f\u0646 \u0628\u0647 \u0648\u062c\u0648\u062f \u0622\u0648\u0631\u0646\u062f. \u062e\u0637\u0631\u0646\u0627\u06a9\u200c\u062a\u0631\u06cc\u0646 \u0627\u06cc\u0646 \u0630\u0631\u0627\u062a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1180,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117],"tags":[462,463,464,465],"class_list":["post-1173","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-117","tag-462","tag-463","tag-464","tag-465"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.2 (Yoast SEO v25.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646 - \u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645<\/title>\n<meta name=\"description\" content=\"\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clubium.ir\/blog\/\u0634\u0627\u062e\u0635-\u0622\u0644\u0648\u062f\u06af\u06cc-\u062a\u0647\u0631\u0627\u0646\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646\" \/>\n<meta property=\"og:description\" content=\"\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clubium.ir\/blog\/\u0634\u0627\u062e\u0635-\u0622\u0644\u0648\u062f\u06af\u06cc-\u062a\u0647\u0631\u0627\u0646\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-03T14:23:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-03T14:24:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clubium.ir\/blog\/wp-content\/uploads\/2025\/02\/air-pollution.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1050\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"\u0647\u0645\u0627 \u0627\u06a9\u0628\u0631\u06cc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0647\u0645\u0627 \u0627\u06a9\u0628\u0631\u06cc\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 \u062f\u0642\u06cc\u0642\u0647\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646 - \u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645","description":"\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clubium.ir\/blog\/\u0634\u0627\u062e\u0635-\u0622\u0644\u0648\u062f\u06af\u06cc-\u062a\u0647\u0631\u0627\u0646\/","og_locale":"fa_IR","og_type":"article","og_title":"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646","og_description":"\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.","og_url":"https:\/\/clubium.ir\/blog\/\u0634\u0627\u062e\u0635-\u0622\u0644\u0648\u062f\u06af\u06cc-\u062a\u0647\u0631\u0627\u0646\/","og_site_name":"\u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645","article_published_time":"2025-02-03T14:23:54+00:00","article_modified_time":"2025-02-03T14:24:00+00:00","og_image":[{"width":1050,"height":650,"url":"https:\/\/clubium.ir\/blog\/wp-content\/uploads\/2025\/02\/air-pollution.webp","type":"image\/webp"}],"author":"\u0647\u0645\u0627 \u0627\u06a9\u0628\u0631\u06cc","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0647\u0645\u0627 \u0627\u06a9\u0628\u0631\u06cc","Est. reading time":"9 \u062f\u0642\u06cc\u0642\u0647"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/","url":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/","name":"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646 - \u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645","isPartOf":{"@id":"https:\/\/clubium.ir\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/#primaryimage"},"image":{"@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/#primaryimage"},"thumbnailUrl":"https:\/\/clubium.ir\/blog\/wp-content\/uploads\/2025\/02\/air-pollution.webp","datePublished":"2025-02-03T14:23:54+00:00","dateModified":"2025-02-03T14:24:00+00:00","author":{"@id":"https:\/\/clubium.ir\/blog\/#\/schema\/person\/65f6cc300c357630f3650ac9d103240a"},"description":"\u0622\u0644\u0648\u062f\u06af\u06cc \u0647\u0648\u0627 \u0628\u0647 \u0648\u062c\u0648\u062f \u0647\u0631 \u0646\u0648\u0639 \u0622\u0644\u0648\u062f\u06af\u06cc \u0634\u06cc\u0645\u06cc\u0627\u06cc\u06cc\u060c \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06cc\u0627 \u0628\u06cc\u0648\u0644\u0648\u0698\u06cc\u06a9\u06cc \u062f\u0631 \u0645\u062d\u06cc\u0637\u200c\u0647\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0648 \u062e\u0627\u0631\u062c\u06cc \u0627\u0637\u0644\u0627\u0642 \u0645\u06cc\u200c\u0634\u0648\u062f \u06a9\u0647 \u0648\u06cc\u0698\u06af\u06cc\u200c\u0647\u0627\u06cc \u0637\u0628\u06cc\u0639\u06cc \u062c\u0648 \u0631\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u0645\u06cc\u200c\u062f\u0647\u062f.","breadcrumb":{"@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/"]}]},{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/#primaryimage","url":"https:\/\/clubium.ir\/blog\/wp-content\/uploads\/2025\/02\/air-pollution.webp","contentUrl":"https:\/\/clubium.ir\/blog\/wp-content\/uploads\/2025\/02\/air-pollution.webp","width":1050,"height":650},{"@type":"BreadcrumbList","@id":"https:\/\/clubium.ir\/blog\/%d8%b4%d8%a7%d8%ae%d8%b5-%d8%a2%d9%84%d9%88%d8%af%da%af%db%8c-%d8%aa%d9%87%d8%b1%d8%a7%d9%86\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clubium.ir\/blog\/"},{"@type":"ListItem","position":2,"name":"\u0634\u0627\u062e\u0635 \u0622\u0644\u0648\u062f\u06af\u06cc \u062a\u0647\u0631\u0627\u0646"}]},{"@type":"WebSite","@id":"https:\/\/clubium.ir\/blog\/#website","url":"https:\/\/clubium.ir\/blog\/","name":"\u0648\u0628\u0644\u0627\u06af \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645","description":"\u0645\u0639\u0631\u0641\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0648 \u062e\u062f\u0645\u0627\u062a \u06a9\u0644\u0627\u0628\u06cc\u0648\u0645","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clubium.ir\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"},{"@type":"Person","@id":"https:\/\/clubium.ir\/blog\/#\/schema\/person\/65f6cc300c357630f3650ac9d103240a","name":"\u0647\u0645\u0627 \u0627\u06a9\u0628\u0631\u06cc","url":"https:\/\/clubium.ir\/blog\/author\/clubiumuser\/"}]}},"_links":{"self":[{"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/posts\/1173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/comments?post=1173"}],"version-history":[{"count":4,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/posts\/1173\/revisions"}],"predecessor-version":[{"id":1181,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/posts\/1173\/revisions\/1181"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/media\/1180"}],"wp:attachment":[{"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/media?parent=1173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/categories?post=1173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/clubium.ir\/blog\/wp-json\/wp\/v2\/tags?post=1173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}