{"id":148,"date":"2024-06-27T11:34:45","date_gmt":"2024-06-27T11:34:45","guid":{"rendered":"https:\/\/eacac.org\/?page_id=148"},"modified":"2024-11-09T10:08:14","modified_gmt":"2024-11-09T10:08:14","slug":"eurasian-civil-aviation-conference-1","status":"publish","type":"page","link":"https:\/\/eacac.org\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <title>\u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0431\u0430\u043d\u043d\u0435\u0440<\/title>\n    <style>\n        #banner-container {\n            width: 100%;\n            max-width: 1344px;\n            margin: 0 auto;\n            position: relative;\n            overflow: hidden;\n        }\n        .banner-image {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: auto;\n            opacity: 0;\n            transition: opacity 1.5s ease-in-out;\n        }\n        .banner-image.active {\n            opacity: 1;\n            z-index: 1;\n        }\n        .banner-image.next {\n            opacity: 1;\n        }\n\n        \/* \u041c\u0435\u0434\u0438\u0430-\u0437\u0430\u043f\u0440\u043e\u0441 \u0434\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u044d\u043a\u0440\u0430\u043d\u043e\u0432 *\/\n        @media screen and (min-width: 1024px) {\n            #banner-container {\n                width: 70%;\n            }\n        }\n\n        \/* \u041c\u0435\u0434\u0438\u0430-\u0437\u0430\u043f\u0440\u043e\u0441 \u0434\u043b\u044f \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 *\/\n        @media screen and (max-width: 767px) {\n            #banner-container {\n                width: 100%;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"banner-container\">\n        <img decoding=\"async\" src=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04341.jpg\" \n             srcset=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04341-mobile.jpg 767w,\n                     https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04341.jpg 1344w\"\n             sizes=\"(max-width: 767px) 100vw, 70vw\"\n             alt=\"Banner 1\" class=\"banner-image\">\n        <img decoding=\"async\" src=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04342.jpg\" \n             srcset=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04342-mobile.jpg 767w,\n                     https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04342.jpg 1344w\"\n             sizes=\"(max-width: 767px) 100vw, 70vw\"\n             alt=\"Banner 2\" class=\"banner-image\">\n        <img decoding=\"async\" src=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04343.jpg\" \n             srcset=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04343-mobile.jpg 767w,\n                     https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04343.jpg 1344w\"\n             sizes=\"(max-width: 767px) 100vw, 70vw\"\n             alt=\"Banner 3\" class=\"banner-image\">\n        <img decoding=\"async\" src=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04344.jpg\" \n             srcset=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04344-mobile.jpg 767w,\n                     https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/\u0421\u043b\u0430\u0439\u04344.jpg 1344w\"\n             sizes=\"(max-width: 767px) 100vw, 70vw\"\n             alt=\"Banner 4\" class=\"banner-image\">\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const banners = document.querySelectorAll('.banner-image');\n            let currentBanner = 0;\n            let nextBanner = 1;\n\n            function changeBanner() {\n                banners[currentBanner].classList.remove('active');\n                banners[nextBanner].classList.remove('next');\n                \n                currentBanner = nextBanner;\n                nextBanner = (nextBanner + 1) % banners.length;\n                \n                banners[currentBanner].classList.add('active');\n                banners[nextBanner].classList.add('next');\n                setBannerContainerHeight();\n            }\n\n            function setBannerContainerHeight() {\n                const activeImage = document.querySelector('.banner-image.active');\n                if (activeImage) {\n                    document.getElementById('banner-container').style.height = activeImage.offsetHeight + 'px';\n                }\n            }\n\n            banners[currentBanner].classList.add('active');\n            banners[nextBanner].classList.add('next');\n            \n            \/\/ Set initial height\n            setBannerContainerHeight();\n            \n            \/\/ Update height when window is resized\n            window.addEventListener('resize', setBannerContainerHeight);\n            \n            setInterval(changeBanner, 5000); \/\/ Change banner every 5 seconds\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"has-text-align-center has-text-color has-background has-link-color has-merriweather-font-family wp-elements-28c9b8d1e450d9ec4075569f33f39fe2\" style=\"color:#005587;background-color:#fadc88;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:0.6rem;padding-right:0;padding-bottom:0.6rem;padding-left:0;font-size:clamp(26.944px, 1.684rem + ((1vw - 3.2px) * 2.324), 46px);\">EurAsian Civil Aviation Conference<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"has-text-align-left\">The EurAsian Civil Aviation Conference (EACAC) was established during the 1st meeting of the Civil Aviation Authorities of the Republic of Armenia, the Republic of Kazakhstan, the Kyrgyz Republic, the Republic of Tajikistan, the Republic of Uzbekistan in Almaty, Kazakhstan on November 5, 2024 with Mongolia as an Observer.<\/p>\n\n\n\n<p class=\"has-text-align-left has-merriweather-font-family\">The primary objective of EACAC is to provide a framework for Civil Aviation Authorities of Member States to cooperate and coordinate activities to develop civil aviation in the region.<\/p>\n\n\n\n<p class=\"has-text-align-left has-merriweather-font-family\">The conference acts as a consultative body, with its conclusions, recommendations, and resolutions subject to approval by each of the Civil Aviation Authorities of the Member States.<\/p>\n\n\n\n<p class=\"has-text-align-left has-merriweather-font-family\">EACAC is guided by the principles of mutual respect, independence, equality and mutual benefit, the resolution of all issues through consultations, and non-interference in internal affairs.<\/p>\n\n\n\n<p class=\"has-text-align-left has-merriweather-font-family\">EACAC cognizant of the geographical and socio-economic interests of its Member States would allow the aviation authorities of the participating States to effectively interact in the exchange of experience, knowledge and best practices in terms of safety, security, facilitation, development of unmanned aircraft, training of aviation personnel and sustainable development. It creates a platform for discussion and formulation of decisions on problematic issues while preparing for future challenges.<\/p>\n<\/div>\n<\/div>\n\n\n\n<figure class=\"wp-block-pullquote has-merriweather-font-family has-medium-font-size\" style=\"padding-top:0;padding-bottom:0\"><blockquote><p><strong>Mission Statement&nbsp;<\/strong><br>EACAC aims to create a forum for technical and operational exchange of knowledge, expertise and best practices to elevate the regions involvement in international aviation as well as foster a safe, secure, efficient and socially responsible aviation industry.<br><br><strong>Vision<\/strong><br>The vision of EACAC is to become a voice for the regions Civil Aviation Authorities on the international stage.<\/p><\/blockquote><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-merriweather-font-family has-medium-font-size\"><strong>Activities of EACAC<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items148_7dde4d-e6 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\">\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_e062a7-d7\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Enhancing regional collaboration and offering reciprocal support.<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_0e41c3-ee\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Developing and enacting common policies and procedures to enhance flight safety, aviation security, formalities simplification, sustainable growth, and unmanned aviation for the efficient progression of civil aviation.<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_5d84a3-f6\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Coordinating and executing international civil aviation standards and recommended practices at a regional scale.<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_581444-df\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Bolstering the aviation capabilities and global presence of Member states in the international aviation sector.<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_da47ce-ae\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Offering technical assistance and engaging in the professional training of aviation staff, along with establishing a unified technical resource \u201cpool\u201d within the region.<\/span><\/li>\n<\/ul><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-1024x576.jpg\" alt=\"\" class=\"wp-image-242\" srcset=\"https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-1024x576.jpg 1024w, https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-300x169.jpg 300w, https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-768x432.jpg 768w, https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-1536x864.jpg 1536w, https:\/\/eacac.org\/wp-content\/uploads\/2024\/06\/EACAC-presentation-ver-9-2048x1152.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id148_c0c811-f6 alignfull has-theme-palette8-background-color kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-layout-top-sep kt-row-sep-type-sltr\"><svg viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\"><path d=\"M0,0l1000,100l-1000,0l0,-100Z\" \/><\/svg><\/div><div class=\"kt-row-column-wrap kt-has-2-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-middle\">\n\n<div class=\"wp-block-kadence-column kadence-column148_a6a060-a3 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<p class=\"has-medium-font-size\"><strong>Benefits enjoyed by Civil Aviation Conferences<\/strong><\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-kadence-column kadence-column148_407a61-bc\"><div class=\"kt-inside-inner-col\">\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items148_8a78e3-23 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\">\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_683a98-2a\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Increased regional integration<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_1d1f5a-13\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Pooling of resources and expertise<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_6bebc9-80\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Common policies and regional best practices<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_0881c6-7e\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Enhanced international representation and coordination<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_30acdf-5b\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Enhanced economic Development<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_f69fc1-d9\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_fastForward kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><polygon points=\"13 19 22 12 13 5 13 19\"\/><polygon points=\"2 19 11 12 2 5 2 19\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Enhanced inter-regional cooperation etc.<\/span><\/li>\n<\/ul><\/div>\n<\/div><\/div>\n\n<\/div><\/div>\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id148_ae6d39-01 alignnone has-theme-palette8-background-color kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-layout-top-sep kt-row-sep-type-sltr\"><svg viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\"><path d=\"M0,0l1000,100l-1000,0l0,-100Z\" \/><\/svg><\/div><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column148_cf966d-36\"><div class=\"kt-inside-inner-col\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-merriweather-font-family has-medium-font-size\">Political<\/h2>\n\n\n\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items148_c0d178-f3 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\">\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_836b33-29\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Representation and enhanced participation in ICAO<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_3f14ca-f5\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Representation of regional interests<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_339739-e3\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Advancing the Conferences&#8217; agenda<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_725a8b-aa\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Increased power of negotiation with States and the Industry<\/span><\/li>\n<\/ul><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-merriweather-font-family has-medium-font-size\">Technical<\/h2>\n\n\n\n<div class=\"wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items148_964a08-05 kt-svg-icon-list-columns-1 alignnone\"><ul class=\"kt-svg-icon-list\">\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_b3462d-ce\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Pool of resources<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_243124-59\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\"> Participation\/representation in the technical aviation groups<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_2a84b2-1a\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Integration of regional best practices<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_f1a75c-a1\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Inter-regional cooperation<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_2fb6b2-6e\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Economy of scale<\/span><\/li>\n\n\n\n<li class=\"wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-148_ece7d6-c0\"><span class=\"kb-svg-icon-wrap kb-svg-icon-fe_checkCircle kt-svg-icon-list-single\"><svg viewBox=\"0 0 24 24\"  fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg><\/span><span class=\"kt-svg-icon-list-text\">Socio-economic development<\/span><\/li>\n<\/ul><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n<\/div><\/div>\n\n\n<p class=\"has-text-align-left has-merriweather-font-family\"><strong>Member States<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">Membership is open to States located in the EurAsian region, encompassing Central Asia, the Caucasus, and neighboring areas.<\/p>\n\n\n\n<p class=\"has-text-align-left\">Every Member State shall possess an equal entitlement to representation at the meetings of the Conference\u2019s bodies. <\/p>\n\n\n\n<p class=\"has-text-align-left\">No individual shall act as a representative for more than one State.<\/p>\n\n\n\n<figure class=\"wp-block-pullquote alignwide has-small-font-size\"><blockquote><p>The functions and objectives of EACAC are similar to African Civil Aviation Commission (AFCAC), the Arab Civil Aviation Organization (ACAO), the European Civil Aviation Conference (ECAC) and the Latin American Civil Aviation Commission (LACAC).<\/p><\/blockquote><\/figure>\n\n\n\n<p class=\"has-text-align-left\"><strong>EACAC Headquarters<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-left\">The Headquarters of EACAC is in Astana, Kazakhstan. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0431\u0430\u043d\u043d\u0435\u0440 EurAsian Civil Aviation Conference The EurAsian Civil Aviation Conference (EACAC) was established during the 1st meeting of the Civil Aviation Authorities of the Republic of Armenia, the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"class_list":["post-148","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/eacac.org\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"\u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0439\u0441\u044f \u0431\u0430\u043d\u043d\u0435\u0440 EurAsian Civil Aviation Conference The EurAsian Civil Aviation Conference (EACAC) was established during the 1st meeting of the Civil Aviation Authorities of the Republic of Armenia, the [&hellip;]","_links":{"self":[{"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/pages\/148","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eacac.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=148"}],"version-history":[{"count":56,"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/pages\/148\/revisions"}],"predecessor-version":[{"id":361,"href":"https:\/\/eacac.org\/index.php?rest_route=\/wp\/v2\/pages\/148\/revisions\/361"}],"wp:attachment":[{"href":"https:\/\/eacac.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}