{"id":7,"date":"2019-07-18T10:07:28","date_gmt":"2019-07-18T10:07:28","guid":{"rendered":"https:\/\/erma.demo.ly\/?page_id=7"},"modified":"2026-07-22T11:06:14","modified_gmt":"2026-07-22T09:06:14","slug":"%d8%a7%d9%84%d8%b1%d8%a6%d9%8a%d8%b3%d9%8a%d8%a9","status":"publish","type":"page","link":"https:\/\/erma.gov.ly\/","title":{"rendered":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"},"content":{"rendered":"<div>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:65vh; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly97c30udGlsZS5vcGVuc3RyZWV0bWFwLmRlL3RpbGVzL29zbWRlL3t6fS97eH0ve3l9LnBuZw==');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 0,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":20}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"dragging\":false,\"zoomControl\":false,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":true,\"minZoom\":2.4,\"maxZoom\":20,\"maxBounds\":null,\"attribution\":\"\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([44.67,-63.61],15);});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"15,15\"});\nvar marker = L.marker(\n    [31.605116,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('     \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0627\u0648\u0644 \u0627\u0645\u0633\u0627\u0639\u062f_\u0627\u0644\u0645\u0631\u062c&lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx';\nvar default_style = {\"color\":\"#ffcb05\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.30442,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0646\u064a \u0627\u0644\u0645\u0631\u062c_\u0627\u0644\u0628\u0631\u064a\u0642\u0629 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [30.1892,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('   \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0644\u062b \u0627\u0644\u0628\u0631\u064a\u0642\u0629_\u0645\u0635\u0631\u0627\u062a\u0647  &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.17811,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0631\u0627\u0628\u0639 \u0645\u0635\u0631\u0627\u062a\u0647_\u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"15,15\"});\nvar marker = L.marker(\n    [33.14896,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u0648\u0627\u0628\u0629 \u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-buttontext&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt; &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [31.565659,26.171125],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' '));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<\/div>\n<div>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:75vh; width:100vw;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly97c30udGlsZS5vcGVuc3RyZWV0bWFwLmRlL3RpbGVzL29zbWRlL3t6fS97eH0ve3l9LnBuZw==');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 0,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":20}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"dragging\":false,\"zoomControl\":false,\"scrollWheelZoom\":false,\"doubleClickZoom\":false,\"fitBounds\":true,\"minZoom\":2.4,\"maxZoom\":20,\"maxBounds\":null,\"attribution\":\"\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([44.67,-63.61],5);});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [31.605116,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u0648\u0627\u0628\u0629 \u0627\u0645\u0633\u0627\u0639\u062f&lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;')).openPopup();window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {\/*<script>*\/\nvar src = 'https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx';\nvar default_style = {\"color\":\"#ffcb05\"};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'gpx',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.30442,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0646\u064a &#8211; \u0627\u0644\u0645\u0631\u062c &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [30.1892,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape('  \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0644\u062b &#8211; \u0627\u0644\u0628\u0631\u064a\u0642\u0629 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [32.17811,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0631\u0627\u0628\u0639 &#8211; \u0645\u0635\u0631\u0627\u062a\u0647 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt;\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 &lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<p><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Map-pin.svg\",\"iconSize\":\"25,25\",\"iconAnchor\":\"12,12\"});\nvar marker = L.marker(\n    [33.147961,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' \u0628\u0648\u0627\u0628\u0629 \u0631\u0623\u0633 \u0627\u062c\u062f\u064a\u0631 &lt;\/p&gt;&lt;br&gt;&lt;div&gt; &lt;a class=&quot; uk-dark uk-button uk-button-text&quot; href=&quot;\/sectors\/#sectors_section&quot;&gt; \u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639&lt;\/a&gt;  &lt;\/div&gt;&lt;br&gt;&lt;p&gt;'));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script><br \/>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({});\nvar marker = L.marker(\n    [31.565659,26.171125],\n    marker_options\n);\nvar is_image = map.is_image_map;\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nmarker.bindPopup(window.WPLeafletMapPlugin.unescape(' '));window.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script> <\/p>\n<\/div>\n<h3>\u062d\u0648\u0644 \u0627\u0644\u062c\u0647\u0627\u0632<\/h3>\n<div>\n<p>\u0623\u0646\u0634\u0626 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u0628\u0645\u0648\u062c\u0628 \u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u0631\u0626\u0627\u0633\u064a \u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0648\u0641\u0627\u0642 \u0627\u0644\u0648\u0637\u0646\u064a \u0631\u0642\u0645 593 \u0644\u0633\u0646\u0629 2018 \u0628\u0634\u0623\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0638\u064a\u0645 \u0645\u0634\u0631\u0648\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 ( \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u2013 \u0625\u0645\u0633\u0627\u0639\u062f ) \u0644\u064a\u0643\u0648\u0646 \u0628\u0645\u0633\u0645\u0649 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.<\/p>\n<\/div>\n<ul>\n<li>\n<h3>1750 <\/h3>\n<p>\u0637\u0631\u064a\u0642 \u0628\u0637\u0648\u0644 <\/p>\n<div>\n<p>\u0643\u064a\u0644\u0648\u0645\u062a\u0631<\/p>\n<\/div>\n<\/li>\n<li>\n<h3>4<\/h3>\n<p>\u062a\u0646\u0642\u0633\u0645 \u0627\u0644\u0637\u0631\u064a\u0642 <\/p>\n<div>\n<p>\u0642\u0637\u0627\u0639\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629<\/p>\n<\/div>\n<\/li>\n<\/ul>\n<p><p>\n        <a href=\"https:\/\/erma.gov.ly\/sectors\/\">\u0645\u0633\u0627\u0631 \u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0645\u0633\u0627\u0639\u062f &#8211; \u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631<\/a>\n    <\/p>\n<\/p>\n<h3>\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639<\/h3>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/Executed-Projects.svg\" alt=\"\"><\/p>\n<h4>\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0645\u0646\u0641\u0630\u0629<\/h4>\n<p><a href=\"https:\/\/erma.gov.ly\/projects\/?wpv-wpcf-state=2&#038;wpv_aux_current_post_id=29&#038;wpv_aux_parent_post_id=29&#038;wpv_view_count=1747\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/Projects-under-construction%D9%80.svg\" alt=\"\"><\/p>\n<h4>\u0645\u0634\u0627\u0631\u064a\u0639 \u0642\u064a\u062f \u0627\u0644\u062a\u0646\u0641\u064a\u0630<\/h4>\n<p><a href=\"https:\/\/erma.gov.ly\/projects\/?wpv-wpcf-state=1&#038;wpv_aux_current_post_id=29&#038;wpv_aux_parent_post_id=29&#038;wpv_view_count=1747\"><\/a><\/p>\n<\/li>\n<\/ul>\n<div>\n<p>        <img decoding=\"async\" src=\"\/regomig\/2020\/02\/UnderConstrutionProjects-1.jpg\" alt=\"\"><\/p>\n<h4>\u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0644\u062c\u062f\u064a\u062f<\/h4>\n<p><a href=\"\/new-hight-way-project\/\"><\/a><\/p>\n<\/div>\n<h3>\u062a\u0639\u0631\u064a\u0641 \u0628\u0627\u0644\u062c\u0647\u0627\u0632<\/h3>\n<div>\u0623\u0646\u0634\u0626 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u0628\u0645\u0648\u062c\u0628 \u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u0631\u0626\u0627\u0633\u064a \u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0648\u0641\u0627\u0642 \u0627\u0644\u0648\u0637\u0646\u064a \u0631\u0642\u0645 593 \u0644\u0633\u0646\u0629 2018 \u0628\u0634\u0623\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0638\u064a\u0645 \u0645\u0634\u0631\u0648\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 ( \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u2013 \u0625\u0645\u0633\u0627\u0639\u062f ) \u0644\u064a\u0643\u0648\u0646 \u0628\u0645\u0633\u0645\u0649 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.<\/div>\n<h4>\u0625\u062e\u062a\u0635\u0627\u0635\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632<\/h4>\n<ul>\n<li>\n<div>\u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0623\u062d\u0643\u0627\u0645 \u0645\u0639\u0627\u0647\u062f\u0629 \u0627\u0644\u0635\u062f\u0627\u0642\u0629 \u0648\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0625\u064a\u0637\u0627\u0644\u064a \u0641\u064a\u0645\u0627 \u064a\u062a\u0639\u0644\u0642 \u0628\u062a\u0646\u0641\u064a\u0630 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.<\/div>\n<\/li>\n<li>\n<div>\u0648\u0636\u0639 \u062e\u0637\u0637 \u0648\u0628\u0631\u0627\u0645\u062c \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0648\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0643\u0644\u0641 \u0628\u062e\u0627 \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0645\u0627 \u064a\u0644\u062d\u0642 \u0628\u0647\u0627 \u0645\u0646 \u0623\u0639\u0645\u0627\u0644 \u0648\u0645\u0631\u0627\u0641\u0642 \u062a\u0643\u0645\u064a\u0644\u064a\u0629 \u0648\u0625\u062d\u0627\u0644\u062a\u0647\u0627 \u0644\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.<\/div>\n<\/li>\n<li>\n<div>\n<p>\u062a\u0630\u0644\u064a\u0644 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0648\u0627\u0644\u0635\u0639\u0648\u0628\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0639\u064a\u0642 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u062d\u0635\u0631 \u0648\u062a\u0642\u062f\u064a\u0631 \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0648\u0641\u0642\u0627 \u0644\u0644\u0623\u0633\u0633 \u0648\u0627\u0644\u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0645\u0642\u0631\u0631\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0634\u0623\u0646 \u0648\u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.<\/p>\n<\/div>\n<\/li>\n<li>\n<div>\u0633\u062f\u0627\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u0631\u062a\u0628\u0629 \u0639\u0644\u0649 \u062a\u0639\u0627\u0642\u062f\u064a\u0627 \u0639\u0644\u0649 \u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0648\u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0648\u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0648\u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0643\u0644\u0641 \u0628\u0647\u0627 \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0628\u0645\u0627 \u064a\u062a\u0641\u0642 \u0648\u0627\u0644\u0645\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629.\n<\/div>\n<\/li>\n<li>\n<div>\n<p>\u062a\u0648\u0642\u064a\u0639 \u0639\u0642\u0648\u062f \u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0644\u0644\u0645\u0634\u0631\u0648\u0639 \u0645\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u0645\u0643\u0627\u062a\u0628 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u064a\u0629 \u0627\u0644\u0645\u062e\u062a\u0635\u0629 \u0648\u0641\u0642\u0627 \u0644\u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0639\u0642\u0648\u062f \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648 \u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u0639\u0646\u064a\u0629.<\/p>\n<\/div>\n<\/li>\n<li>\n<div>\u062a\u0623\u0633\u064a\u0633 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629 \u0648\u0625\u0628\u0631\u0627\u0645 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0645\u0644\u062d\u0642\u0627\u062a\u0647\u0627 \u0648\u0630\u0644\u0643 \u0628\u0639\u062f \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0625\u0630\u0646 \u0645\u0646 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.\n<\/div>\n<\/li>\n<li>\n<div>\u062d\u0635\u0631 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u0646\u0632\u0648\u0639 \u0645\u0644\u0643\u064a\u062a\u0647\u0627 \u0644\u0644\u0645\u0646\u0641\u0639\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0644\u0635\u0627\u0644\u062d \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u062a\u0646\u0641\u064a\u0630 \u0645\u0634\u0631\u0648\u0639\u0627\u062a\u0647 , \u0648\u062a\u0642\u062f\u064a\u0631 \u0642\u064a\u0645\u0629 \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0639\u0646\u0647\u0627 \u0648\u0635\u0631\u0641\u0647\u0627 \u0644\u0645\u0633\u062a\u062d\u0642\u064a\u0647\u0627 \u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0641\u064a \u0630\u0644\u0643 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629<\/div>\n<\/li>\n<\/ul>\n<p><p>\n        <a href=\"\/new-hight-way-project\/#goulz\">\u0627\u0644\u0645\u0632\u064a\u062f<\/a>\n    <\/p>\n<\/p>\n<h3>\u0627\u0644\u0623\u062e\u0628\u0627\u0631<\/h3>\n<div>\n<\/div>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"css\":\"@media only screen and (min-width: 1400px) {\\n\\n.el-section .uk-position-bottom-right.uk-position-medium {\\n            width: 1400px !important;\\n}\\n\\n.el-section .uk-position-bottom-right {\\n    bottom: 0;\\n   right: auto;\\n    left: 10%;\\n}\\n}\\n@media only screen and (max-width: 1599px) and (min-width: 1020px)  {\\n\\n.el-section .uk-position-bottom-right.uk-position-medium {\\n            width: 1400px !important;\\n}\\n\\n.el-section .uk-position-bottom-right {\\n    bottom: 0;\\n   right: auto;\\n    left: 0%;\\n}\\n}\",\"image_position\":\"center-center\",\"padding_bottom\":\"none\",\"padding_top\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"html\",\"props\":{\"class\":\"uk-visible@s\",\"content\":\"\\n[leaflet-map zoom=15  height=65vh  fitbounds !zoomcontrol !dragging]\\n\\n[leaflet-marker lat=31.605116 lng=25.049630\\niconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"15,15\\\" ]     \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0627\u0648\u0644 \u0627\u0645\u0633\u0627\u0639\u062f_\u0627\u0644\u0645\u0631\u062c\n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx' color=#ffcb05][\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0646\u064a \u0627\u0644\u0645\u0631\u062c_\u0627\u0644\u0628\u0631\u064a\u0642\u0629 \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ]   \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0644\u062b \u0627\u0644\u0628\u0631\u064a\u0642\u0629_\u0645\u0635\u0631\u0627\u062a\u0647  \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0631\u0627\u0628\u0639 \u0645\u0635\u0631\u0627\u062a\u0647_\u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631 \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-marker lat=33.14896 lng= 11.55919\\niconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"15,15\\\" ] \u0628\u0648\u0627\u0628\u0629 \u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631 \n\n<div> <a class=\\\" uk-dark uk-button uk-buttontext\\\"href=\\\"\/sectors\/#sectors_section\\\"> <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n                                           \\n[leaflet-marker lat=31.565659 lng=26.171125] [\/leaflet-marker]\\n\",\"css\":\".leaflet-popup-content .uk-button-text {\\n  padding-left: 30px ;\\t\\n\\tmargin-top: 5px;\\n\\t\\n}\"},\"name\":\"Large Devices maps\"},{\"type\":\"html\",\"props\":{\"content\":\"\\n[leaflet-map \\nzoom=5 height=75vh width=100vw maxbounds=\\\"31.523164, 25.603049\\n;36.844777, 10.131449 fitbounds !zoomcontrol !dragging]\\n\\n[leaflet-marker lat=31.605116 lng=25.049630\\niconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" visible] \u0628\u0648\u0627\u0628\u0629 \u0627\u0645\u0633\u0627\u0639\u062f\n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\/\/erma.gov.ly\/regomig\/2019\/07\/ras-ejdeer.gpx' color=#ffcb05][\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0646\u064a - \u0627\u0644\u0645\u0631\u062c \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ]  \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u062b\u0627\u0644\u062b - \u0627\u0644\u0628\u0631\u064a\u0642\u0629 \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] \u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0631\u0627\u0628\u0639 - \u0645\u0635\u0631\u0627\u062a\u0647 \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\">\u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639 <\/a>  <\/div>\n\n[\/leaflet-marker]\\n\\n\\n[leaflet-marker lat=33.147961 lng=11.559303\\n iconUrl=\\\"\/regomig\/2020\/02\/Map-pin.svg\\\"  iconSize=\\\"25,25\\\" iconAnchor=\\\"12,12\\\" ] \u0628\u0648\u0627\u0628\u0629 \u0631\u0623\u0633 \u0627\u062c\u062f\u064a\u0631 \n\n<div> <a class=\\\" uk-dark uk-button uk-button-text\\\" href=\\\"\/sectors\/#sectors_section\\\"> \u0645\u0648\u0627\u0635\u0641\u0627\u062a \u0627\u0644\u0642\u0637\u0627\u0639<\/a>  <\/div>\n\n[\/leaflet-marker]\\n[leaflet-marker lat=31.565659 lng=26.171125] [\/leaflet-marker] \\n\",\"visibility\":\"hidden-s\"},\"name\":\"Mobile Maps\"}]}]}],\"name\":\"Hero\"},{\"type\":\"section\",\"props\":{\"css\":\".el-section .uk-grid-item-match.uk-first-column {\\nposition: relative;\\n}\\n\\n.el-section .uk-grid-item-match.uk-first-column:after {\\n    position:absolute;\\n    content : \\\"\\\";\\n    background-color: #ffcb05;\\n     z-index: 970;\\n    \\n   }\\n\\n@media (max-width: 959px) {\\n    .el-section .uk-grid-margin.uk-first-column:after {\\n    content : \\\"\\\";\\n    \\n   }\\n}\\n\\n@media (min-width: 960px) {\\n    .el-section .uk-grid-item-match.uk-first-column:after {\\n      width : 100px;\\n      height: 4px;\\n      right: auto;\\n      top : 20%;\\n    \\n   }\\n}\\n\\n@media (min-width: 960px) {\\n.el-section .uk-grid-item-match.uk-first-column:after {\\n    left: -90px;\\n\\n   }\\n}\\n\\n@media (min-width: 640px) {\\n.el-section .uk-first-column:after {\\n    left: -70px;\\n\\n   }\\n} \",\"image_position\":\"center-center\",\"padding_bottom\":\"none\",\"padding_top\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"\",\"width_expand\":\"left\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"vertical_align\":\"middle\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"\u062d\u0648\u0644 \u0627\u0644\u062c\u0647\u0627\u0632\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"maxwidth\":\"xlarge\",\"title_element\":\"h3\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"right\",\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>\u0623\u0646\u0634\u0626 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u0628\u0645\u0648\u062c\u0628 \u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u0631\u0626\u0627\u0633\u064a \u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0648\u0641\u0627\u0642 \u0627\u0644\u0648\u0637\u0646\u064a \u0631\u0642\u0645 593 \u0644\u0633\u0646\u0629 2018 \u0628\u0634\u0623\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0638\u064a\u0645 \u0645\u0634\u0631\u0648\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 ( \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u2013 \u0625\u0645\u0633\u0627\u0639\u062f ) \u0644\u064a\u0643\u0648\u0646 \u0628\u0645\u0633\u0645\u0649 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.<\/p>\n\n\",\"margin_bottom\":\"\",\"margin_top\":\"\",\"maxwidth\":\"xlarge\",\"text_align\":\"justify\",\"text_style\":\"large\"}},{\"name\":\"Home Page Grid\",\"type\":\"grid\",\"props\":{\"block_align\":\"right\",\"block_align_breakpoint\":\"s\",\"block_align_fallback\":\"center\",\"content_column_breakpoint\":\"m\",\"content_margin\":\"remove\",\"css\":\"@media (min-width: 640px) {\\n.el-element .uk-grid>*{\\n    width: calc(100% * 1 \/ 3);\\n }\\n}\\n\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_gap\":\"large\",\"grid_default\":\"1\",\"grid_medium\":\"\",\"grid_row_gap\":\"large\",\"grid_small\":\"2\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"lightbox_bg_close\":true,\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin_bottom\":\"large\",\"margin_top\":\"large\",\"maxwidth\":\"xlarge\",\"meta_align\":\"above-title\",\"meta_color\":\"muted\",\"meta_element\":\"div\",\"meta_margin\":\"remove\",\"meta_style\":\"\",\"parallax_easing\":\"1\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"text_align\":\"center\",\"text_align_breakpoint\":\"s\",\"text_align_fallback\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_margin\":\"small\",\"title_style\":\"h1\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<p>\u0643\u064a\u0644\u0648\u0645\u062a\u0631<\/p>\n\n\",\"meta\":\"\u0637\u0631\u064a\u0642 \u0628\u0637\u0648\u0644 \",\"title\":\"1750 \"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<p>\u0642\u0637\u0627\u0639\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629<\/p>\n\n\",\"meta\":\"\u062a\u0646\u0642\u0633\u0645 \u0627\u0644\u0637\u0631\u064a\u0642 \",\"title\":\"4\"}}]},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin_bottom\":\"default\",\"margin_top\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"\u0645\u0633\u0627\u0631 \u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0645\u0633\u0627\u0639\u062f - \u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\",\"link\":\"https:\/\/erma.gov.ly\/sectors\/\"}}]}]},{\"type\":\"column\",\"props\":{\"css\":\"@media (min-width: 1600px) {\\n.el-column .uk-tile-xlarge {\\n    padding-top: 300px;\\n    padding-bottom: 300px;\\n  }\\n}\",\"image\":\"wp-content\/uploads\/2019\/07\/erma-about.jpg\",\"image_position\":\"center-right\",\"image_size\":\"cover\",\"padding\":\"xlarge\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"width_medium\":\"1-2\"}}]}],\"name\":\"About\"},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\/uploads\/2019\/07\/Projects-banner.svg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"large\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h3\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"2-3,1-3\",\"width\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 960px) {\\n   .el-column{\\n       margin-bottom : -100px;\\n       position: relative;\\n       z-index:  979;\\n    }\\n }\\n\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"content_column_breakpoint\":\"m\",\"css\":\".el-element {\\n    text-align: center;\\n    position: relative;\\n    z-index: 970;\\n    \\n}\\n.el-title {\\n      position: absolute;\\n      bottom: 40px;\\n      right: 40px;\\n\\n}\\n\\n\\n.el-item {\\n        position : relative;\\n        height: 438px;\\n        padding: 80px 40px 30px !important;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n\\n .el-image{\\n        width: 180px !important; \\n   }\\n    .el-item {\\n        height: 360px;\\n    }\\n}\\n\\n\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_default\":\"1\",\"grid_medium\":\"\",\"grid_small\":\"2\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_link\":true,\"image_svg_color\":\"emphasis\",\"image_width\":\"220\",\"item_animation\":true,\"item_maxwidth\":\"large\",\"lightbox_bg_close\":true,\"link_style\":\"default\",\"link_text\":\"\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"parallax_easing\":\"1\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"text_align\":\"center\",\"title_align\":\"top\",\"title_decoration\":\"divider\",\"title_element\":\"h4\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_link\":true},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\/uploads\/2020\/02\/Executed-Projects.svg\",\"link\":\"https:\/\/erma.gov.ly\/projects\/?wpv-wpcf-state=2&wpv_aux_current_post_id=29&wpv_aux_parent_post_id=29&wpv_view_count=1747\",\"title\":\"\u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0645\u0646\u0641\u0630\u0629\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\/uploads\/2020\/02\/Projects-under-construction\u0640.svg\",\"link\":\"https:\/\/erma.gov.ly\/projects\/?wpv-wpcf-state=1&wpv_aux_current_post_id=29&wpv_aux_parent_post_id=29&wpv_view_count=1747\",\"title\":\"\u0645\u0634\u0627\u0631\u064a\u0639 \u0642\u064a\u062f \u0627\u0644\u062a\u0646\u0641\u064a\u0630\"}}]}]},{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 960px) {\\n   .el-column{\\n       margin-bottom : -100px;\\n       position: relative;\\n         z-index:979;\\n    }\\n }\\n\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"overlay\",\"props\":{\"class\":\"uk-width-1-2@s uk-width-1-1@m\",\"css\":\".el-element>div {\\n  box-shadow: 0 5px 15px rgba(0,0,0,0.08);\\n}\\n@media only screen and (min-width: 990px) {\\n.el-element {\\n        text-align: center !important;\\n       height: 438px;   }\\n\\n.el-image{  height: 100%;\\n  }\\n}\\n\\n@media only screen   and (min-width: 639px) and (max-width: 959px) {\\n   .el-element {\\n     padding-left: 15px;\\n    }\\n    .el-image {\\n        height: 100%;\\n    }\\n    \\n}\\n\",\"image\":\"wp-content\/uploads\/2020\/02\/UnderConstrutionProjects-1.jpg\",\"image_height\":\"438\",\"image_width\":\"400\",\"link\":\"\/new-hight-way-project\/\",\"link_style\":\"default\",\"link_text\":\"\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"overlay_hover\":false,\"overlay_mode\":\"cover\",\"overlay_position\":\"bottom-left\",\"overlay_style\":\"overlay-primary\",\"overlay_transition\":\"fade\",\"text_align\":\"\",\"text_color\":\"light\",\"title\":\"\u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0644\u062c\u062f\u064a\u062f\",\"title_decoration\":\"divider\",\"title_element\":\"h4\",\"title_hover_style\":\"reset\",\"title_link\":true}}]}]}],\"name\":\"Projects\"},{\"type\":\"section\",\"props\":{\"image\":\"wp-content\/uploads\/2020\/02\/about-project-image.jpg\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_overlay\":\"rgba(255, 203, 5, 0)\",\"padding_bottom\":\"none\",\"padding_top\":\"large\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"large\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"\u062a\u0639\u0631\u064a\u0641 \u0628\u0627\u0644\u062c\u0647\u0627\u0632\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"margin_bottom\":\"medium\",\"margin_top\":\"medium\",\"text_align\":\"center\",\"title_decoration\":\"divider\",\"title_element\":\"h3\"}},{\"type\":\"text\",\"props\":{\"block_align\":\"center\",\"column_breakpoint\":\"m\",\"content\":\"\u0623\u0646\u0634\u0626 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u0628\u0645\u0648\u062c\u0628 \u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u0631\u0626\u0627\u0633\u064a \u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0648\u0641\u0627\u0642 \u0627\u0644\u0648\u0637\u0646\u064a \u0631\u0642\u0645 593 \u0644\u0633\u0646\u0629 2018 \u0628\u0634\u0623\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0638\u064a\u0645 \u0645\u0634\u0631\u0648\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 ( \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u2013 \u0625\u0645\u0633\u0627\u0639\u062f ) \u0644\u064a\u0643\u0648\u0646 \u0628\u0645\u0633\u0645\u0649 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.\",\"css\":\".el-element {\\n    font-weight : 600;\\n\\n}\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"maxwidth\":\"2xlarge\",\"maxwidth_breakpoint\":\"s\",\"text_align\":\"center\",\"text_style\":\"large\"}}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"    .el-column {\\n\\n    margin-bottom : -100px;\\n    position : relative;\\n    z-index : 970;\\n\\n   }\\n\\n.el-column>div {\\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\\n}\",\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-default\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"\u0625\u062e\u062a\u0635\u0627\u0635\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h4\"}},{\"type\":\"list\",\"props\":{\"class\":\"uk-column-1-2@m\",\"column_breakpoint\":\"m\",\"css\":\".el-image {\\ncolor : white\\n    ;\\n}\",\"icon\":\"check\",\"image_align\":\"left\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":false,\"list_element\":\"ul\",\"list_horizontal_separator\":\", \",\"list_size\":\"large\",\"list_type\":\"vertical\",\"show_image\":true,\"show_link\":true},\"children\":[{\"type\":\"list_item\",\"props\":{\"content\":\"\u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0623\u062d\u0643\u0627\u0645 \u0645\u0639\u0627\u0647\u062f\u0629 \u0627\u0644\u0635\u062f\u0627\u0642\u0629 \u0648\u0627\u0644\u0634\u0631\u0627\u0643\u0629 \u0648\u0627\u0644\u062a\u0639\u0627\u0648\u0646 \u0645\u0639 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0625\u064a\u0637\u0627\u0644\u064a \u0641\u064a\u0645\u0627 \u064a\u062a\u0639\u0644\u0642 \u0628\u062a\u0646\u0641\u064a\u0630 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\u0648\u0636\u0639 \u062e\u0637\u0637 \u0648\u0628\u0631\u0627\u0645\u062c \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0648\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0643\u0644\u0641 \u0628\u062e\u0627 \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0645\u0627 \u064a\u0644\u062d\u0642 \u0628\u0647\u0627 \u0645\u0646 \u0623\u0639\u0645\u0627\u0644 \u0648\u0645\u0631\u0627\u0641\u0642 \u062a\u0643\u0645\u064a\u0644\u064a\u0629 \u0648\u0625\u062d\u0627\u0644\u062a\u0647\u0627 \u0644\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\n\n<p>\u062a\u0630\u0644\u064a\u0644 \u0627\u0644\u0645\u0634\u0627\u0643\u0644 \u0648\u0627\u0644\u0635\u0639\u0648\u0628\u0627\u062a \u0627\u0644\u062a\u064a \u0642\u062f \u062a\u0639\u064a\u0642 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u062d\u0635\u0631 \u0648\u062a\u0642\u062f\u064a\u0631 \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0648\u0641\u0642\u0627 \u0644\u0644\u0623\u0633\u0633 \u0648\u0627\u0644\u0636\u0648\u0627\u0628\u0637 \u0627\u0644\u0645\u0642\u0631\u0631\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0634\u0623\u0646 \u0648\u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.<\/p>\n\n\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\u0633\u062f\u0627\u062f \u0627\u0644\u0645\u0633\u062a\u062d\u0642\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u0631\u062a\u0628\u0629 \u0639\u0644\u0649 \u062a\u0639\u0627\u0642\u062f\u064a\u0627 \u0639\u0644\u0649 \u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0648\u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0648\u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0648\u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0644\u0644\u0623\u0639\u0645\u0627\u0644 \u0648\u0627\u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0643\u0644\u0641 \u0628\u0647\u0627 \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0628\u0645\u0627 \u064a\u062a\u0641\u0642 \u0648\u0627\u0644\u0645\u062e\u0635\u0635\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629.\\n\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\n\n<p>\u062a\u0648\u0642\u064a\u0639 \u0639\u0642\u0648\u062f \u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0648\u0627\u0644\u0625\u062f\u0627\u0631\u0629 \u0648\u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0644\u0644\u0645\u0634\u0631\u0648\u0639 \u0645\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u0645\u0643\u0627\u062a\u0628 \u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u064a\u0629 \u0627\u0644\u0645\u062e\u062a\u0635\u0629 \u0648\u0641\u0642\u0627 \u0644\u0644\u0627\u0626\u062d\u0629 \u0627\u0644\u0639\u0642\u0648\u062f \u0627\u0644\u0625\u062f\u0627\u0631\u064a\u0629 \u0648 \u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u0639\u0646\u064a\u0629.<\/p>\n\n\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\u062a\u0623\u0633\u064a\u0633 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629 \u0648\u0625\u0628\u0631\u0627\u0645 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0648\u062a\u0634\u063a\u064a\u0644 \u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u0645\u0644\u062d\u0642\u0627\u062a\u0647\u0627 \u0648\u0630\u0644\u0643 \u0628\u0639\u062f \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0625\u0630\u0646 \u0645\u0646 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629.\\n\",\"icon\":\"check\"}},{\"type\":\"list_item\",\"props\":{\"content\":\"\u062d\u0635\u0631 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u0646\u0632\u0648\u0639 \u0645\u0644\u0643\u064a\u062a\u0647\u0627 \u0644\u0644\u0645\u0646\u0641\u0639\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0644\u0635\u0627\u0644\u062d \u0627\u0644\u062c\u0647\u0627\u0632 \u0648\u062a\u0646\u0641\u064a\u0630 \u0645\u0634\u0631\u0648\u0639\u0627\u062a\u0647 , \u0648\u062a\u0642\u062f\u064a\u0631 \u0642\u064a\u0645\u0629 \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0639\u0646\u0647\u0627 \u0648\u0635\u0631\u0641\u0647\u0627 \u0644\u0645\u0633\u062a\u062d\u0642\u064a\u0647\u0627 \u0628\u0627\u0644\u062a\u0646\u0633\u064a\u0642 \u0641\u064a \u0630\u0644\u0643 \u0645\u0639 \u0627\u0644\u062c\u0647\u0627\u062a \u0627\u0644\u0645\u062e\u062a\u0635\u0629\",\"icon\":\"check\"}}]},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"text_align\":\"right\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"text\",\"content\":\"\u0627\u0644\u0645\u0632\u064a\u062f\",\"dialog_layout\":\"modal\",\"dialog_offcanvas_flip\":true,\"icon_align\":\"left\",\"link\":\"\/new-hight-way-project\/#goulz\"}}]}]}]}],\"name\":\"About Project\"},{\"type\":\"section\",\"props\":{\"css\":\"\\n@media only screen and (max-width: 600px) {\\n   .el-section {\\n       margin-top : 40px;\\n       \\n    }\\n}\",\"image_position\":\"center-center\",\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"\",\"width\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"width\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"css\":\"@media only screen and (min-width: 600px) {\\n  .el-column .uk-tile-muted {\\n\\n    padding-bottom : 0px;\\n\\n\\n   }\\n}\\n  .el-column .uk-tile-muted {\\n\\n    padding-left : 0px;\\n    padding-right : 0px;\\n\\n   }\",\"image_position\":\"center-center\",\"padding\":\"large\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-muted\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"block_align\":\"right\",\"content\":\"\u0627\u0644\u0623\u062e\u0628\u0627\u0631\",\"css\":\"\/* Large devices (large desktops, 1200px and up) *\/\\n@media only screen and (min-width: 650px)  and (max-width: 1023px) {\\n\\n    .el-element {\\n   margin-top:30px;\\n    }\\n}\",\"image_align\":\"left\",\"image_margin\":\"xsmall\",\"title_element\":\"h3\"}},{\"type\":\"panel-slider\",\"props\":{\"class\":\"blog-panel-slider\",\"content_column_breakpoint\":\"m\",\"image_align\":\"right\",\"image_grid_breakpoint\":\"m\",\"image_grid_column_gap\":\"collapse\",\"image_grid_row_gap\":\"collapse\",\"image_grid_width\":\"3-5\",\"image_link\":true,\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_style\":\"text\",\"link_text\":\"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0632\u064a\u062f \",\"margin_bottom\":\"default\",\"margin_top\":\"default\",\"meta_align\":\"above-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"nav\":\"\",\"nav_align\":\"center\",\"nav_breakpoint\":\"s\",\"panel_card_offset\":true,\"panel_image_no_padding\":false,\"panel_link\":false,\"panel_match\":true,\"panel_style\":\"tile-muted\",\"show_content\":true,\"show_hover_image\":true,\"show_hover_video\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"show_video\":true,\"slidenav\":\"bottom-center\",\"slidenav_breakpoint\":\"\",\"slidenav_margin\":\"\",\"slidenav_outside_breakpoint\":\"xl\",\"slider_autoplay_pause\":true,\"slider_gap\":\"default\",\"slider_sets\":true,\"slider_width\":\"fixed\",\"slider_width_default\":\"1-1\",\"slider_width_medium\":\"\",\"title_align\":\"top\",\"title_decoration\":\"divider\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_link\":true,\"title_margin\":\"small\",\"title_style\":\"h5\"},\"children\":[{\"type\":\"panel-slider_item\",\"source\":{\"query\":{\"name\":\"posts.customPosts\",\"arguments\":{\"terms\":[],\"category_operator\":\"IN\",\"post_tag_operator\":\"IN\",\"users\":[],\"users_operator\":\"IN\",\"date_range\":\"relative\",\"date_relative\":\"next\",\"date_relative_unit\":\"day\",\"date_relative_unit_this\":\"day\",\"offset\":0,\"limit\":10,\"order\":\"date\",\"order_direction\":\"DESC\"}},\"props\":{\"title\":{\"filters\":{\"search\":\"\",\"before\":\"\",\"limit\":93},\"name\":\"title\"},\"meta\":{\"filters\":{\"search\":\"\"},\"arguments\":{\"format\":\"list\",\"separator\":\"|\",\"link_style\":\"\",\"show_publish_date\":true,\"show_author\":false,\"show_comments\":false,\"show_taxonomy\":\"category\",\"date_format\":\"\"},\"name\":\"metaString\"},\"content\":{\"filters\":{\"search\":\"\",\"limit\":100},\"arguments\":{\"show_intro_text\":true},\"name\":\"content\"},\"image\":{\"filters\":{\"search\":\"\"},\"name\":\"featuredImage.url\"},\"link\":{\"filters\":{\"search\":\"\"},\"name\":\"link\"}}}}]}]}]}],\"name\":\"News\"}],\"version\":\"5.0.24\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u062d\u0648\u0644 \u0627\u0644\u062c\u0647\u0627\u0632 \u0623\u0646\u0634\u0626 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u0628\u0645\u0648\u062c\u0628 \u0642\u0631\u0627\u0631 \u0627\u0644\u0645\u062c\u0644\u0633 \u0627\u0644\u0631\u0626\u0627\u0633\u064a \u0644\u062d\u0643\u0648\u0645\u0629 \u0627\u0644\u0648\u0641\u0627\u0642 \u0627\u0644\u0648\u0637\u0646\u064a \u0631\u0642\u0645 593 \u0644\u0633\u0646\u0629 2018 \u0628\u0634\u0623\u0646 \u0625\u0639\u0627\u062f\u0629 \u062a\u0646\u0638\u064a\u0645 \u0645\u0634\u0631\u0648\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 ( \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u2013 \u0625\u0645\u0633\u0627\u0639\u062f ) \u0644\u064a\u0643\u0648\u0646 \u0628\u0645\u0633\u0645\u0649 \u062c\u0647\u0627\u0632 \u062a\u0646\u0641\u064a\u0630 \u0648\u0625\u062f\u0627\u0631\u0629 \u0637\u0631\u064a\u0642 \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631. 1750 \u0637\u0631\u064a\u0642 \u0628\u0637\u0648\u0644 \u0643\u064a\u0644\u0648\u0645\u062a\u0631 4 \u062a\u0646\u0642\u0633\u0645 \u0627\u0644\u0637\u0631\u064a\u0642 \u0642\u0637\u0627\u0639\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2259,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/comments?post=7"}],"version-history":[{"count":61,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":4425,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/7\/revisions\/4425"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/media\/2259"}],"wp:attachment":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}