{"id":747,"date":"2019-07-25T10:59:31","date_gmt":"2019-07-25T10:59:31","guid":{"rendered":"https:\/\/erma.demo.ly\/?page_id=747"},"modified":"2025-07-16T13:06:25","modified_gmt":"2025-07-16T11:06:25","slug":"sectors","status":"publish","type":"page","link":"https:\/\/erma.gov.ly\/sectors\/","title":{"rendered":"\u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0637\u0631\u064a\u0642"},"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\":\"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 &amp;#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 &amp;#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 &amp;#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<div>\n<div class=\"leaflet-map WPLeafletMap\" style=\"height:600px; 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\":\"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 &amp;#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 &amp;#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 &amp;#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<div>\u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639\n<\/div>\n<div>                \u064a\u0645\u062a\u062f \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0644\u062c\u062f\u064a\u062f \u0645\u0646 \u0625\u0645\u0633\u0627\u0639\u062f \u0634\u0631\u0642\u0627\u064b \u0625\u0644\u0649 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u063a\u0631\u0628\u0627\u064b \u0628\u0637\u0648\u0644 \u064a\u0635\u0644 \u0625\u0644\u0649 \u0646\u062d\u0648 1750 \u0643\u064a\u0644\u0648\u0645\u062a\u0631 \u062a\u0642\u0631\u064a\u0628\u0627 \u060c \u0648\u0642\u062f \u062a\u0645  \u062a\u0642\u0633\u064a\u0645 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0649 \u0623\u0631\u0628\u0639\u0629 \u0642\u0637\u0627\u0639\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629 \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u0635\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0644\u0631\u0628\u0637 \u0627\u0644\u0637\u0631\u064a\u0642 \u0628\u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0645\u062f\u0646 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0643\u0627\u0644\u0627\u062a\u064a:\n<\/div>\n<div>\u0642\u0637\u0627\u0639 \u0631\u0642\u0645 1 ( \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0627\u0644\u0645\u0631\u062c )<\/div>\n<div>\n<p>\u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0627\u0644\u0642\u0637\u0627\u0639 400 \u0643\u064a\u0644\u0648\u0645\u062a\u0631 \u0648\u064a\u062a\u0643\u0648\u0646 \u0645\u0646 :<\/p>\n<p style=\"text-align: left;\">\n<\/div>\n<p>\n    <a href=\"https:\/\/www.google.com\/maps\/d\/edit?mid=1esNJZWmmhL1rx6GjoVrLtL49DzJqBVw&#038;usp=sharing\" target=\"_blank\" rel=\"noopener\">\u062e\u0631\u064a\u0637\u0629 \u0645\u0633\u0627\u0631 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0627\u0648\u0644<\/a>\n<\/p>\n<table>\n<thead>\n<tr>\n<th>\u0623\u062c\u0632\u0627\u0621 \u0627\u0644\u0642\u0637\u0627\u0639<\/th>\n<th>\u0627\u0644\u0639\u062f\u062f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u0642\u0627\u0637\u0639\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0627\u0644\u062e\u0631\u0648\u062c<\/td>\n<td>\n<p>5<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u0644\u0627\u0635<\/td>\n<td>\n<p>5<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062d\u0627\u062a<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0648\u0642\u0648\u0641 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0627\u062a\u062c\u0627\u0647<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u0631\u0627\u0643\u0632 \u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0637\u0631\u064a\u0642<\/td>\n<td>\n<p>1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div>\u0642\u0637\u0627\u0639 \u0631\u0642\u0645 2 (\u0627\u0644\u0645\u0631\u062c \u2013 \u0627\u0644\u0628\u0631\u064a\u0642\u0629 )<\/div>\n<div>\u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0627\u0644\u0642\u0637\u0627\u0639  343 \u0643\u064a\u0644\u0648 \u0645\u062a\u0631 \u0648\u064a\u062a\u0643\u0648\u0646 \u0645\u0646:\n<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0623\u062c\u0632\u0627\u0621 \u0627\u0644\u0642\u0637\u0627\u0639<\/th>\n<th>\u0627\u0644\u0639\u062f\u062f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u0642\u0627\u0637\u0639\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0627\u0644\u062e\u0631\u0648\u062c<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u0644\u0627\u0635<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062d\u0627\u062a<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0648\u0642\u0648\u0641 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/td>\n<td>\n<p>4<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0627\u062a\u062c\u0627\u0647<\/td>\n<td>\n<p>3<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u0631\u0627\u0643\u0632 \u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0637\u0631\u064a\u0642<\/td>\n<td>\n<p>1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div>\u0642\u0637\u0627\u0639 \u0631\u0642\u0645 3 ( \u0627\u0644\u0628\u0631\u064a\u0642\u0629 \u2013 \u0645\u0635\u0631\u0627\u062a\u0629)<\/div>\n<div>\n<p>\u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0627\u0644\u0642\u0637\u0627\u0639  583 \u0643\u064a\u0644\u0648\u0645\u062a\u0631 \u0648\u064a\u062a\u0643\u0648\u0646 \u0645\u0646 :<\/p>\n<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0623\u062c\u0632\u0627\u0621 \u0627\u0644\u0642\u0637\u0627\u0639<\/th>\n<th>\u0627\u0644\u0639\u062f\u062f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u0642\u0627\u0637\u0639\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0627\u0644\u062e\u0631\u0648\u062c<\/td>\n<td>\n<p>5<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u0644\u0627\u0635<\/td>\n<td>\n<p>5<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062d\u0627\u062a<\/td>\n<td>\n<p>6<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0648\u0642\u0648\u0641 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/td>\n<td>\n<p>6<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0627\u062a\u062c\u0627\u0647<\/td>\n<td>\n<p>6<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u0631\u0627\u0643\u0632 \u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0637\u0631\u064a\u0642<\/td>\n<td>\n<p>1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div>\u0642\u0637\u0627\u0639 \u0631\u0642\u0645 4 (\u0645\u0635\u0631\u0627\u062a\u0629 \u2013 \u0631\u0623\u0633 \u0627\u062c\u062f\u064a\u0631)\n<\/div>\n<div>\u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0627\u0644\u0642\u0637\u0627\u0639  395 \u0643\u064a\u0644\u0648 \u0645\u062a\u0631 \u0648\u064a\u062a\u0643\u0648\u0646 \u0645\u0646:\n<\/div>\n<ul>\n<li>\n        <a href=\"https:\/\/www.google.com\/maps\/d\/edit?mid=1fIHPxi-5erlthuauAAeJv54zAag61bQ&#038;usp=sharing\" target=\"_blank\" rel=\"noopener\">\u062e\u0631\u064a\u0637\u0629 \u062a\u0628\u064a\u0646 \u0645\u0633\u0627\u0631 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u0627\u0648\u0644 4_1 ( \u0645\u0635\u0631\u0627\u062a\u0647 &#8211; \u0627\u0644\u062e\u0645\u0633 )<\/a>\n    <\/li>\n<li>\n        <a href=\"https:\/\/www.google.com\/maps\/d\/edit?mid=1OH5eXgnf0X3bSw7ePxsiHdVLGV6VuHE&#038;usp=sharing\" target=\"_blank\" rel=\"noopener\">\u062e\u0631\u064a\u0637\u0629 \u062a\u0628\u064a\u0646 \u0645\u0633\u0627\u0631 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0641\u0631\u0639\u064a  \u0627\u0644\u062b\u0627\u0646\u064a  4-2  ( \u0627\u0644\u062e\u0645\u0633 &#8211; \u0627\u0644\u0639\u0632\u064a\u0632\u064a\u0629 )<\/a>\n    <\/li>\n<li>\n        <a href=\"https:\/\/www.google.com\/maps\/d\/edit?mid=1C-hqJknNNRGY-ZZFXJYr6JHKBRsF0gc&#038;usp=sharing\" target=\"_blank\" rel=\"noopener\">\u062e\u0631\u064a\u0637\u0629 \u062a\u0628\u064a\u0646 \u0645\u0633\u0627\u0631 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0641\u0631\u0639\u064a \u0627\u0644\u062b\u0627\u0644\u062b  4-3 ( \u0627\u0644\u0639\u0632\u064a\u0632\u064a\u0629 &#8211; \u0631\u0627\u0633 \u0627\u062c\u062f\u064a\u0631 )<\/a>\n    <\/li>\n<\/ul>\n<table>\n<thead>\n<tr>\n<th>\u0623\u062c\u0632\u0627\u0621 \u0627\u0644\u0642\u0637\u0627\u0639<\/th>\n<th>\u0627\u0644\u0639\u062f\u062f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u0642\u0627\u0637\u0639\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u0648\u0627\u0644\u062e\u0631\u0648\u062c<\/td>\n<td>\n<p>13<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u0644\u0627\u0635<\/td>\n<td>\n<p>13<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648 \u0627\u0644\u0625\u0633\u062a\u0631\u0627\u062d\u0627\u062a<\/td>\n<td>\n<p>3<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u062d\u0637\u0627\u062a \u0627\u0644\u0648\u0642\u0648\u0641 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/td>\n<td>\n<p>2<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u062c\u0633\u0648\u0631 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0627\u062a\u062c\u0627\u0647<\/td>\n<td>\n<p>13<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\u0645\u0631\u0627\u0643\u0632 \u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0637\u0631\u064a\u0642<\/td>\n<td>\n<p>1<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<h4>\u062a\u0645\u0648\u064a\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639<br \/>\n<\/h4>\n<div>\n<p>\u0648\u0641\u0642 \u0628\u0646\u0648\u062f \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 \u0628\u064a\u0646 \u0644\u064a\u0628\u064a\u0627 \u0648\u0625\u064a\u0637\u0627\u0644\u064a\u0627\u060c \u064a\u0644\u062a\u0632\u0645 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0625\u064a\u0637\u0627\u0644\u064a \u0628\u062a\u0648\u0641\u064a\u0631 \u0645\u0628\u0644\u063a \u0648\u0642\u062f\u0631\u0647 (5) \u0645\u0644\u064a\u0627\u0631 \u062f\u0648\u0644\u0627\u0631 \u0623\u064a \u0645\u0627 \u064a\u0639\u0627\u062f\u0644 (3.6) \u0645\u0644\u064a\u0627\u0631 \u064a\u0648\u0631\u0648 \u0644\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\u060c \u064a\u062a\u0645 \u062a\u0645\u0648\u064a\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0645\u0646 \u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0641\u064a\u0645\u0627 \u064a\u062a\u0639\u0644\u0642 \u0628\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u062f\u0631\u0627\u0633\u0627\u062a \u0648\u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645 \u0648\u0627\u0644\u0625\u0634\u0631\u0627\u0641 \u0639\u0644\u0649 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u060c \u0648 \u0627\u0644\u062a\u0639\u0648\u064a\u0636\u0627\u062a \u060c \u0648\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0623\u0644\u063a\u0627\u0645.<\/p>\n<\/div>\n<h4><a href=\"\/gallery\/\">\u0627\u0644\u0645\u0639\u0631\u0636<\/a><\/h4>\n<h4><a href=\"\/new-hight-way-project\/\">\u062d\u0648\u0644 \u0627\u0644\u0645\u0634\u0631\u0648\u0639<\/a><\/h4>\n<p><!--more--><br \/>\n<!-- {\"type\":\"layout\",\"children\":[{\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding_remove_bottom\":true,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"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=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\\\/\\\/erma.gov.ly\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/ras-ejdeer.gpx' color=#ffcb05][\\\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n\\n[leaflet-marker lat=33.147961 lng=11.559303\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n[leaflet-marker lat=31.565659 lng=26.171125] [\\\/leaflet-marker] \\n\"},\"name\":\"Large devices maps\"},{\"type\":\"html\",\"props\":{\"content\":\"\\n[leaflet-map zoom=15 fitbounds !zoomcontrol !dragging]\\n\\n\\n\\n[leaflet-marker lat=31.605116 lng=25.049630\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-gpx  src='https:\\\/\\\/erma.gov.ly\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/ras-ejdeer.gpx' color=#ffcb05][\\\/leaflet-gpx]\\n\\n[leaflet-marker lat=32.30442 lng=20.9289\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=30.1892 lng= 19.53354\\n  iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n[leaflet-marker lat=32.17811 lng= 14.84642\\niconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n\\n\\n[leaflet-marker lat=33.147961 lng=11.559303\\n iconUrl=\\\"\\\/wp-content\\\/uploads\\\/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>[\\\/leaflet-marker]\\n[leaflet-marker lat=31.565659 lng=26.171125] [\\\/leaflet-marker] \\n\",\"visibility\":\"hidden-s\"},\"name\":\"Mobile Maps\"}]}]}],\"name\":\"Map\"},{\"type\":\"section\",\"props\":{\"id\":\"sectors_section\",\"image_position\":\"center-center\",\"padding\":\"large\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"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\":{\"content\":\"\\u0642\\u0637\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\n\",\"margin\":\"large\",\"margin_remove_top\":true,\"maxwidth\":\"xlarge\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"title_decoration\":\"divider\",\"title_element\":\"div\",\"title_style\":\"h3\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"                \\u064a\\u0645\\u062a\\u062f \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0625\\u0645\\u0633\\u0627\\u0639\\u062f \\u0634\\u0631\\u0642\\u0627\\u064b \\u0625\\u0644\\u0649 \\u0631\\u0623\\u0633 \\u0625\\u062c\\u062f\\u064a\\u0631 \\u063a\\u0631\\u0628\\u0627\\u064b \\u0628\\u0637\\u0648\\u0644 \\u064a\\u0635\\u0644 \\u0625\\u0644\\u0649 \\u0646\\u062d\\u0648 1750 \\u0643\\u064a\\u0644\\u0648\\u0645\\u062a\\u0631 \\u062a\\u0642\\u0631\\u064a\\u0628\\u0627 \\u060c \\u0648\\u0642\\u062f \\u062a\\u0645  \\u062a\\u0642\\u0633\\u064a\\u0645 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u0649 \\u0623\\u0631\\u0628\\u0639\\u0629 \\u0642\\u0637\\u0627\\u0639\\u0627\\u062a \\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0628\\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0648\\u0635\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0646\\u0634\\u0627\\u0624\\u0647\\u0627 \\u0644\\u0631\\u0628\\u0637 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0628\\u0639\\u062f\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062f\\u0646 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0643\\u0627\\u0644\\u0627\\u062a\\u064a:        \\n\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\"}}]}]},{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-2,1-2\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\\u0642\\u0637\\u0627\\u0639 \\u0631\\u0642\\u0645 1 ( \\u0625\\u0645\\u0633\\u0627\\u0639\\u062f \\u2013 \\u0627\\u0644\\u0645\\u0631\\u062c )\",\"title_color\":\"background\",\"title_element\":\"div\",\"title_style\":\"h4\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>\\u064a\\u0628\\u0644\\u063a \\u0637\\u0648\\u0644 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639 400 \\u0643\\u064a\\u0644\\u0648\\u0645\\u062a\\u0631 \\u0648\\u064a\\u062a\\u0643\\u0648\\u0646 \\u0645\\u0646 :<\\\/p>\\n\n\n<p style=\\\"text-align: left;\\\"><\\\/p>\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"\\u062e\\u0631\\u064a\\u0637\\u0629 \\u0645\\u0633\\u0627\\u0631 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639 \\u0627\\u0644\\u0627\\u0648\\u0644\",\"icon_align\":\"left\",\"link\":\"https:\\\/\\\/www.google.com\\\/maps\\\/d\\\/edit?mid=1esNJZWmmhL1rx6GjoVrLtL49DzJqBVw&usp=sharing\"}}]},{\"type\":\"table\",\"props\":{\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"m\",\"meta_style\":\"text-meta\",\"show_content\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":false,\"show_title\":true,\"table_head_content\":\"\\u0627\\u0644\\u0639\\u062f\\u062f\",\"table_head_title\":\"\\u0623\\u062c\\u0632\\u0627\\u0621 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639\",\"table_hover\":true,\"table_order\":\"1\",\"table_responsive\":\"overflow\",\"table_style\":\"striped\",\"table_width_content\":\"shrink\",\"table_width_meta\":\"shrink\",\"table_width_title\":\"\"},\"children\":[{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>5<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u0642\\u0627\\u0637\\u0639\\u0627\\u062a \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062e\\u0631\\u0648\\u062c\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>5<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u0644\\u0627\\u0635\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648 \\u0627\\u0644\\u0625\\u0633\\u062a\\u0631\\u0627\\u062d\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0648\\u0642\\u0648\\u0641 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0627\\u062a\\u062c\\u0627\\u0647\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>1<\\\/p>\",\"title\":\"\\u0645\\u0631\\u0627\\u0643\\u0632 \\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\\u0642\\u0637\\u0627\\u0639 \\u0631\\u0642\\u0645 2 (\\u0627\\u0644\\u0645\\u0631\\u062c \\u2013 \\u0627\\u0644\\u0628\\u0631\\u064a\\u0642\\u0629 )\",\"title_color\":\"background\",\"title_element\":\"div\",\"title_style\":\"h4\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\\u064a\\u0628\\u0644\\u063a \\u0637\\u0648\\u0644 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639  343 \\u0643\\u064a\\u0644\\u0648 \\u0645\\u062a\\u0631 \\u0648\\u064a\\u062a\\u0643\\u0648\\u0646 \\u0645\\u0646: \\n\",\"margin\":\"default\"}},{\"type\":\"table\",\"props\":{\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"m\",\"meta_style\":\"text-meta\",\"show_content\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":false,\"show_title\":true,\"table_head_content\":\"\\u0627\\u0644\\u0639\\u062f\\u062f\",\"table_head_title\":\"\\u0623\\u062c\\u0632\\u0627\\u0621 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639\",\"table_hover\":true,\"table_order\":\"1\",\"table_responsive\":\"overflow\",\"table_style\":\"striped\",\"table_width_content\":\"shrink\",\"table_width_meta\":\"shrink\",\"table_width_title\":\"\"},\"children\":[{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u0642\\u0627\\u0637\\u0639\\u0627\\u062a \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062e\\u0631\\u0648\\u062c\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u0644\\u0627\\u0635\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648 \\u0627\\u0644\\u0625\\u0633\\u062a\\u0631\\u0627\\u062d\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>4<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0648\\u0642\\u0648\\u0641 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>3<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0627\\u062a\\u062c\\u0627\\u0647\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>1<\\\/p>\",\"title\":\"\\u0645\\u0631\\u0627\\u0643\\u0632 \\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\"}}]}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\",\"margin\":\"large\",\"margin_remove_bottom\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\\u0642\\u0637\\u0627\\u0639 \\u0631\\u0642\\u0645 3 ( \\u0627\\u0644\\u0628\\u0631\\u064a\\u0642\\u0629 \\u2013 \\u0645\\u0635\\u0631\\u0627\\u062a\\u0629)\",\"title_color\":\"background\",\"title_element\":\"div\",\"title_style\":\"h4\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>\\u064a\\u0628\\u0644\\u063a \\u0637\\u0648\\u0644 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639  583 \\u0643\\u064a\\u0644\\u0648\\u0645\\u062a\\u0631 \\u0648\\u064a\\u062a\\u0643\\u0648\\u0646 \\u0645\\u0646 :<\\\/p>\",\"margin\":\"default\"}},{\"type\":\"table\",\"props\":{\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"m\",\"meta_style\":\"text-meta\",\"show_content\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":false,\"show_title\":true,\"table_head_content\":\"\\u0627\\u0644\\u0639\\u062f\\u062f\",\"table_head_title\":\"\\u0623\\u062c\\u0632\\u0627\\u0621 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639\",\"table_hover\":true,\"table_order\":\"1\",\"table_responsive\":\"overflow\",\"table_style\":\"striped\",\"table_width_content\":\"shrink\",\"table_width_meta\":\"shrink\",\"table_width_title\":\"\"},\"children\":[{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>5<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u0642\\u0627\\u0637\\u0639\\u0627\\u062a \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062e\\u0631\\u0648\\u062c\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>5<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u0644\\u0627\\u0635\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>6<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648 \\u0627\\u0644\\u0625\\u0633\\u062a\\u0631\\u0627\\u062d\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>6<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0648\\u0642\\u0648\\u0641 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>6<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0627\\u062a\\u062c\\u0627\\u0647\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>1<\\\/p>\",\"title\":\"\\u0645\\u0631\\u0627\\u0643\\u0632 \\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\\u0642\\u0637\\u0627\\u0639 \\u0631\\u0642\\u0645 4 (\\u0645\\u0635\\u0631\\u0627\\u062a\\u0629 \\u2013 \\u0631\\u0623\\u0633 \\u0627\\u062c\\u062f\\u064a\\u0631) \\n\",\"title_color\":\"background\",\"title_element\":\"div\",\"title_style\":\"h4\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\\u064a\\u0628\\u0644\\u063a \\u0637\\u0648\\u0644 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639  395 \\u0643\\u064a\\u0644\\u0648 \\u0645\\u062a\\u0631 \\u0648\\u064a\\u062a\\u0643\\u0648\\u0646 \\u0645\\u0646: \\n\",\"margin\":\"default\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"\\u062e\\u0631\\u064a\\u0637\\u0629 \\u062a\\u0628\\u064a\\u0646 \\u0645\\u0633\\u0627\\u0631 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a \\u0627\\u0644\\u0627\\u0648\\u0644 4_1 ( \\u0645\\u0635\\u0631\\u0627\\u062a\\u0647 - \\u0627\\u0644\\u062e\\u0645\\u0633 )\",\"icon_align\":\"left\",\"link\":\"https:\\\/\\\/www.google.com\\\/maps\\\/d\\\/edit?mid=1fIHPxi-5erlthuauAAeJv54zAag61bQ&usp=sharing\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"\\u062e\\u0631\\u064a\\u0637\\u0629 \\u062a\\u0628\\u064a\\u0646 \\u0645\\u0633\\u0627\\u0631 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a  \\u0627\\u0644\\u062b\\u0627\\u0646\\u064a  4-2  ( \\u0627\\u0644\\u062e\\u0645\\u0633 - \\u0627\\u0644\\u0639\\u0632\\u064a\\u0632\\u064a\\u0629 )\",\"icon_align\":\"left\",\"link\":\"https:\\\/\\\/www.google.com\\\/maps\\\/d\\\/edit?mid=1OH5eXgnf0X3bSw7ePxsiHdVLGV6VuHE&usp=sharing\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"default\",\"content\":\"\\u062e\\u0631\\u064a\\u0637\\u0629 \\u062a\\u0628\\u064a\\u0646 \\u0645\\u0633\\u0627\\u0631 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a \\u0627\\u0644\\u062b\\u0627\\u0644\\u062b  4-3 ( \\u0627\\u0644\\u0639\\u0632\\u064a\\u0632\\u064a\\u0629 - \\u0631\\u0627\\u0633 \\u0627\\u062c\\u062f\\u064a\\u0631 )\",\"icon_align\":\"left\",\"link\":\"https:\\\/\\\/www.google.com\\\/maps\\\/d\\\/edit?mid=1C-hqJknNNRGY-ZZFXJYr6JHKBRsF0gc&usp=sharing\"}}]},{\"type\":\"table\",\"props\":{\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"maxwidth\":\"large\",\"maxwidth_breakpoint\":\"m\",\"meta_style\":\"text-meta\",\"show_content\":true,\"show_image\":false,\"show_link\":false,\"show_meta\":false,\"show_title\":true,\"table_head_content\":\"\\u0627\\u0644\\u0639\\u062f\\u062f\",\"table_head_title\":\"\\u0623\\u062c\\u0632\\u0627\\u0621 \\u0627\\u0644\\u0642\\u0637\\u0627\\u0639\",\"table_hover\":true,\"table_order\":\"1\",\"table_responsive\":\"overflow\",\"table_style\":\"striped\",\"table_width_content\":\"shrink\",\"table_width_meta\":\"shrink\",\"table_width_title\":\"\"},\"children\":[{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>13<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u0642\\u0627\\u0637\\u0639\\u0627\\u062a \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062e\\u0631\\u0648\\u062c\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>13<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u0644\\u0627\\u0635\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>3<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648 \\u0627\\u0644\\u0625\\u0633\\u062a\\u0631\\u0627\\u062d\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>2<\\\/p>\",\"title\":\"\\u0645\\u062d\\u0637\\u0627\\u062a \\u0627\\u0644\\u0648\\u0642\\u0648\\u0641 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>13<\\\/p>\",\"title\":\"\\u062c\\u0633\\u0648\\u0631 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0627\\u062a\\u062c\\u0627\\u0647\"}},{\"type\":\"table_item\",\"props\":{\"content\":\"\n\n<p>1<\\\/p>\",\"title\":\"\\u0645\\u0631\\u0627\\u0643\\u0632 \\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\"}}]}]}]},{\"type\":\"row\",\"props\":{\"margin\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"divider\",\"props\":{\"animation\":\"parallax\",\"divider_element\":\"hr\",\"parallax_easing\":\"1\",\"parallax_end\":\"70vh + 70%\",\"parallax_opacity\":\"0,1\",\"parallax_y\":\"20,0\"}}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639 \\n\",\"title_element\":\"h4\"}},{\"type\":\"text\",\"props\":{\"animation\":\"parallax\",\"column_breakpoint\":\"m\",\"content\":\"\n\n<p>\\u0648\\u0641\\u0642 \\u0628\\u0646\\u0648\\u062f \\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 \\u0628\\u064a\\u0646 \\u0644\\u064a\\u0628\\u064a\\u0627 \\u0648\\u0625\\u064a\\u0637\\u0627\\u0644\\u064a\\u0627\\u060c \\u064a\\u0644\\u062a\\u0632\\u0645 \\u0627\\u0644\\u062c\\u0627\\u0646\\u0628 \\u0627\\u0644\\u0625\\u064a\\u0637\\u0627\\u0644\\u064a \\u0628\\u062a\\u0648\\u0641\\u064a\\u0631 \\u0645\\u0628\\u0644\\u063a \\u0648\\u0642\\u062f\\u0631\\u0647 (5) \\u0645\\u0644\\u064a\\u0627\\u0631 \\u062f\\u0648\\u0644\\u0627\\u0631 \\u0623\\u064a \\u0645\\u0627 \\u064a\\u0639\\u0627\\u062f\\u0644 (3.6) \\u0645\\u0644\\u064a\\u0627\\u0631 \\u064a\\u0648\\u0631\\u0648 \\u0644\\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\\u060c \\u064a\\u062a\\u0645 \\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0639\\u0627\\u0645\\u0629 \\u0641\\u064a\\u0645\\u0627 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0625\\u0639\\u062f\\u0627\\u062f \\u0627\\u0644\\u062f\\u0631\\u0627\\u0633\\u0627\\u062a \\u0648\\u0627\\u0644\\u062a\\u0635\\u0627\\u0645\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0625\\u0634\\u0631\\u0627\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0646\\u0641\\u064a\\u0630 \\u060c \\u0648 \\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a \\u060c \\u0648\\u0625\\u0632\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0623\\u0644\\u063a\\u0627\\u0645.<\\\/p>\",\"margin\":\"default\",\"parallax_easing\":\"1\",\"parallax_end\":\"60vh + 60%\",\"parallax_opacity\":\"0,1\",\"parallax_y\":\"40,0\",\"text_align_breakpoint\":\"m\",\"text_align_fallback\":\"center\",\"text_style\":\"large\"}}]}]}],\"name\":\"\\u0642\\u0637\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\"},{\"name\":\"Call to Action\",\"type\":\"section\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"none\",\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"collapse\",\"layout\":\"1-2,1-2\",\"row_gap\":\"collapse\",\"vertical_align\":false},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"small\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-muted\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"animation\":\"parallax\",\"block_align\":\"center\",\"content\":\"\\u0627\\u0644\\u0645\\u0639\\u0631\\u0636\",\"link\":\"\\\/gallery\\\/\",\"link_style\":true,\"parallax_easing\":\"1\",\"parallax_end\":\"70vh + 70%\",\"parallax_opacity\":\"0,1\",\"parallax_y\":\"30,0\",\"text_align\":\"center\",\"title_element\":\"h4\",\"title_style\":\"h3\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"padding\":\"small\",\"position_sticky_breakpoint\":\"m\",\"style\":\"tile-primary\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"animation\":\"parallax\",\"content\":\"\\u062d\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0631\\u0648\\u0639\",\"css\":\".el-link:hover {\\ncolor: #1a1e25;\\n}\",\"link\":\"\\\/new-hight-way-project\\\/\",\"link_style\":true,\"parallax_easing\":\"1\",\"parallax_end\":\"70vh + 70%\",\"parallax_opacity\":\"0,1\",\"parallax_y\":\"30,0\",\"text_align\":\"center\",\"title_element\":\"h4\",\"title_style\":\"h3\"}}]}]}]}],\"version\":\"4.3.5\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0642\u0637\u0627\u0639\u0627\u062a \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u064a\u0645\u062a\u062f \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0633\u0631\u064a\u0639 \u0627\u0644\u062c\u062f\u064a\u062f \u0645\u0646 \u0625\u0645\u0633\u0627\u0639\u062f \u0634\u0631\u0642\u0627\u064b \u0625\u0644\u0649 \u0631\u0623\u0633 \u0625\u062c\u062f\u064a\u0631 \u063a\u0631\u0628\u0627\u064b \u0628\u0637\u0648\u0644 \u064a\u0635\u0644 \u0625\u0644\u0649 \u0646\u062d\u0648 1750 \u0643\u064a\u0644\u0648\u0645\u062a\u0631 \u062a\u0642\u0631\u064a\u0628\u0627 \u060c \u0648\u0642\u062f \u062a\u0645 \u062a\u0642\u0633\u064a\u0645 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0649 \u0623\u0631\u0628\u0639\u0629 \u0642\u0637\u0627\u0639\u0627\u062a \u0631\u0626\u064a\u0633\u064a\u0629 \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u0648\u0635\u0644\u0627\u062a \u0627\u0644\u062a\u064a \u0633\u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0644\u0631\u0628\u0637 \u0627\u0644\u0637\u0631\u064a\u0642 \u0628\u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0645\u062f\u0646 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0643\u0627\u0644\u0627\u062a\u064a: \u0642\u0637\u0627\u0639 \u0631\u0642\u0645 1 ( \u0625\u0645\u0633\u0627\u0639\u062f \u2013 \u0627\u0644\u0645\u0631\u062c ) \u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0627\u0644\u0642\u0637\u0627\u0639 400 [&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-747","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/747","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=747"}],"version-history":[{"count":26,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/747\/revisions"}],"predecessor-version":[{"id":4290,"href":"https:\/\/erma.gov.ly\/rilahiq\/wp\/v2\/pages\/747\/revisions\/4290"}],"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=747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}