{
  "agency": {
    "country": "GR",
    "id": "oasa-athens-road",
    "name": "OASA Athens road transport (buses and trolleybuses)",
    "operating_note": "Bus and trolleybus schedule for the OASA group, operated by OSY S.A.",
    "subdivision_code": "GR-I",
    "subdivision_name": "Attik\u00ed"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 3.4,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 22.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 8040,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 97217,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 8040,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "8040 of 8040 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 97217,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "97217 of 97217 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 6203,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 11.6,
          "severity": "INFO",
          "what": "About 6203 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 25.9,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 8,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 90799
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 90301,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_recommended_field",
          "count": 485,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "duplicate_route_name",
          "count": 5,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 3,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 2,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 1,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        }
      ],
      "name": "correctness",
      "score": 60.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 8 kinds of issue across 90799 instances (0 error, 90799 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 75,
        "effective_expiry_date": "2026-10-06",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-10-06",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 75 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 75 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Published as public open data on data.gov.gr, whose terms of use grant reuse for any lawful purpose including commercial exploitation; data is provided as-is. Credit OASA via data.gov.gr.",
    "reachable": true,
    "sha256": "0e8c0caf5d83c5a43c5b87f4ccf536f0a56fbd2ec2b779e803b62622d0f96fbb",
    "size_bytes": 30253202,
    "static_url": "https://data.gov.gr/dataset/fb049bb1-aea6-4443-95fa-8b941dd6a057/resource/119db488-16ea-4c76-b560-41c472872390/download/osy_gtfs.zip"
  },
  "fetch": {
    "final_url": "https://min01rg96sablob01.blob.core.windows.net/new-opendata/resources/119db488-16ea-4c76-b560-41c472872390/osy_gtfs.zip?se=2026-07-23T16%3A49%3A32Z&sp=r&sv=2024-08-04&sr=b&sig=thKaL0NvUmlZ1O2Bh9CN0%2BMSyTiN%2B66fuAnIn2N3WPc%3D",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-23T00:00:00+00:00",
  "geo": {
    "bbox": [
      23.32022,
      37.71753,
      24.03662,
      38.32781
    ],
    "lat": 38.00072,
    "lon": 23.74479,
    "stop_count": 8040
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 462,
        "trip_count": 87197,
        "trip_share_pct": 89.7
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 23,
        "trip_count": 10020,
        "trip_share_pct": 10.3
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 485,
    "trip_count": 97217
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 55.6,
    "margin_to_next_band": 4.4,
    "score": 55.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 29,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "29 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"\u0391\u039c/\u03a3\u0399\u039f \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a5\", \"\u03a0\u0391\u039d/\u03a0\u039f\u039b\u0397 \u0391\u03a1\u03a7\u0391\u0399\u039f\u03a5 \u0395\u039b\u0391\u0399\u03a9\u039d\u0391\", \"\u03a3\u03a4. \u03a5\u03a0\u0395\u03a1/\u039a\u03a9\u039d \u039b\u0399\u039f\u03a3\u0399\u03a9\u039d\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 8040,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 97217
  },
  "route_map": {
    "drawn_route_count": 291,
    "has_shapes": true,
    "path": "data/artifacts/oasa-athens-road/geometry.geojson",
    "route_count": 485,
    "routes": [
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1000",
        "label": "526",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u039a\u0395\u03a6\u0391\u039b\u0391\u03a1\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1001",
        "label": "524",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u03a0\u039f\u039b\u0399\u03a4\u0395\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1004",
        "label": "221",
        "long": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1005",
        "label": "316",
        "long": "\u03a3\u03a4. \u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f - \u0391\u03a1\u03a4\u0395\u039c\u0399\u03a3",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1006",
        "label": "309",
        "long": "\u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u03a3\u03a4. \u03a0\u03a1\u039f\u0391\u03a3\u03a4\u0399\u0391\u039a\u039f\u03a5 - \u039a\u039f\u03a1\u03a9\u03a0\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1007",
        "label": "653",
        "long": "\u03a8\u03a5\u03a7\u0399\u039a\u039f - \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 \u0392 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1008",
        "label": "115",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0392\u039f\u03a5\u039b\u0399\u0391\u0393\u039c\u0395\u039d\u0397 - \u039a\u0399\u03a4\u03a3\u0399",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1010",
        "label": "818",
        "long": "\u039b\u0399\u039c. \u03a0\u0395\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3 - \u0391\u039d\u03a9 \u03a0\u0395\u03a1\u0391\u039c\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1013",
        "label": "859",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3-\u0394\u0395\u039e\u0391\u039c\u0395\u039d\u0395\u03a3-\u039d\u0395\u039f\u03a3 \u039c\u03a9\u039b\u039f\u03a3 \u0394\u03a1\u0391\u03a0\u0395\u03a4\u03a3\u03a9\u039d\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1014",
        "label": "860",
        "long": "\u03a0. \u03a6\u0391\u039b\u0397\u03a1\u039f - \u0393\u0395\u039d. \u039a\u03a1\u0391\u03a4\u0399\u039a\u039f \u039d\u0399\u039a\u0391\u0399\u0391\u03a3 - \u03a3\u03a7\u0399\u03a3\u03a4\u039f \u039a\u0395\u03a1\u0391\u03a4\u03a3\u0399\u039d\u0399\u039f\u03a5",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1015",
        "label": "904",
        "long": "\u03a0\u039b. \u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397 - \u03a3\u03a4. \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391 - \u03a6\u03a1\u0395\u0391\u03a4\u03a4\u03a5\u0394\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1017",
        "label": "911",
        "long": "\u03a3\u03a4\u0391\u0398. \u039a\u0391\u039b\u039b\u0399\u0398\u0395\u0391\u03a3 - \u0399\u0394\u03a1. \u03a4\u03a5\u03a6\u039b\u03a9\u039d (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1018",
        "label": "915",
        "long": "\u039b\u039f\u03a6\u039f\u03a3 \u0392\u03a9\u039a\u039f\u03a5 - \u03a0\u03a1. \u0397\u039b\u0399\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1020",
        "label": "\u039110",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399",
        "short": "\u039110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1021",
        "label": "\u039210",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u039c\u0395\u03a3\u03a9 \u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3)",
        "short": "\u039210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1022",
        "label": "702",
        "long": "\u03a4\u039f\u03a0\u0399\u039a\u0397 \u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f\u03a5 (\u03a3\u03a7\u039f\u039b\u0399\u039a\u0397) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1023",
        "label": "\u03929",
        "long": "\u03a7\u0391\u039b\u039a\u039f\u039a\u039f\u039d\u0394\u03a5\u039b\u0397 - \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397 - \u039d. \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391",
        "short": "\u03929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1024",
        "label": "\u03925",
        "long": "\u03a3\u03a4. \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u039b. \u0391\u039b\u0395\u039e\u0391\u039d\u0394\u03a1\u0391\u03a3 - \u0391\u0393. \u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397",
        "short": "\u03925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1025",
        "label": "\u03a795",
        "long": "\u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391 - \u0391\u0395\u03a1\u039f\u039b. \u0391\u0398\u0397\u039d\u03a9\u039d (EXPRESS)",
        "short": "\u03a795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1026",
        "label": "106",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1027",
        "label": "126",
        "long": "\u03a0\u0391\u039b. \u03a6\u0391\u039b\u0397\u03a1\u039f - \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1028",
        "label": "112",
        "long": "\u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1030",
        "label": "137",
        "long": "\u0391\u039d\u03a9 \u039d. \u03a3\u039c\u03a5\u03a1\u039d\u0397 \u0391 - \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1031",
        "label": "136",
        "long": "\u0391\u039d\u03a9 \u039d. \u03a3\u039c\u03a5\u03a1\u039d\u0397 \u0392 - \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1032",
        "label": "141",
        "long": "\u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 - \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1033",
        "label": "217",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1034",
        "label": "229",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1035",
        "label": "218",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1036",
        "label": "219",
        "long": "\u03a3\u03a4. \u039a\u0391\u039b\u039b\u0399\u0398\u0395\u0391 - \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1037",
        "label": "816",
        "long": "\u03a4\u0391\u03a5\u03a1\u039f\u03a3 - \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1039",
        "label": "302",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0393\u0395\u03a1\u0391\u039a\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1041",
        "label": "307",
        "long": "\u03a3\u03a4. \u0394.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0393\u039b. \u039d\u0395\u03a1\u0391 - \u03a3\u03a4.\u03a0\u03a1\u039f\u0391\u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1042",
        "label": "306",
        "long": "\u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3-\u0394\u0397\u039c.\u0393\u0395\u03a1\u0391\u039a\u0391-\u039c\u03a0\u0391\u039b\u0391\u039d\u0391 \u0393\u0395\u03a1\u0391\u039a\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1043",
        "label": "330",
        "long": "\u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1045",
        "label": "323",
        "long": "\u0391\u0393.\u039d\u0399\u039a\u039f\u039b\u0391\u039f\u03a3 -  \u0391\u0393.\u039a\u03a5\u03a1\u0399\u0391\u039a\u0397 -  \u0392\u03a1\u0391\u03a5\u03a1\u03a9\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1047",
        "label": "319",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u0395\u039a\u03a0\u03a4. \u03a7\u03a9\u03a1\u0399\u039f \u03a3\u03a0\u0391\u03a4\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1050",
        "label": "402",
        "long": "\u03a3\u03a4. \u039a\u0391\u03a4\u0395\u03a7\u0391\u039a\u0397 - \u03a0\u039f\u039b\u03a5\u0394\u03a1\u039f\u03a3\u039f",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1053",
        "label": "411",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a3\u0399\u03a3\u039c\u0391\u039d\u039f\u0393\u039b\u0395\u0399\u039f - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1055",
        "label": "446",
        "long": "\u03a3\u03a4. \u0391\u039c\u0391\u03a1\u039f\u03a5\u03a3\u0399\u039f\u03a5 - \u039d\u039f\u03a3\u039f\u039a. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397\u03a3 (\u039c\u0395\u03a3\u03a9 \u03a0\u0399\u039a\u03a0\u0391)",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1056",
        "label": "444",
        "long": "\u03a3\u03a4. \u0395\u0399\u03a1\u0397\u039d\u0397 - \u0393\u0391\u039b\u0391\u03a4\u03a3\u0399 - \u03a3\u03a4. \u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1057",
        "label": "651",
        "long": "\u03a8\u03a5\u03a7\u0399\u039a\u039f - \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 \u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1058",
        "label": "\u03915",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u0391\u0393. \u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397 - \u0391\u039d\u0398\u039f\u03a5\u03a3\u0391",
        "short": "\u03915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1059",
        "label": "450",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039d. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1060",
        "label": "451",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039d. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1061",
        "label": "460",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a0. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1062",
        "label": "461",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a0. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1063",
        "label": "619",
        "long": "\u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397 - \u039d. \u03a6\u0399\u039b\u0391\u0394\u0395\u039b\u03a6\u0395\u0399\u0391 - \u03a3\u03a4. \u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1064",
        "label": "724",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399) - \u039d. \u0399\u03a9\u039d\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1065",
        "label": "740",
        "long": "\u039f\u039b\u03a5\u039c\u03a0. \u03a7\u03a9\u03a1\u0399\u039f - \u03a3\u039a\u0391 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0391\u0393. \u0391\u039d\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1066",
        "label": "823",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1067",
        "label": "822",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u039d\u0395\u0391 \u0396\u03a9\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1068",
        "label": "3",
        "long": "\u039d. \u03a6\u0399\u039b\u0391\u0394\u0395\u039b\u03a6\u0395\u0399\u0391 - \u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 - \u039d\u0395\u039f \u03a8\u03a5\u03a7\u0399\u039a\u039f",
        "short": "3",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1070",
        "label": "2",
        "long": "\u0391\u039d\u03a9 \u039a\u03a5\u03a8\u0395\u039b\u0397 - \u03a0\u0391\u0393\u039a\u03a1\u0391\u03a4\u0399 - \u039a\u0391\u0399\u03a3\u0391\u03a1\u0399\u0391\u039d\u0397",
        "short": "2",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1071",
        "label": "4",
        "long": "\u0391\u039d\u03a9 \u039a\u03a5\u03a8\u0395\u039b\u0397 - \u0391\u0393. \u0391\u03a1\u03a4\u0395\u039c\u0399\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3",
        "short": "4",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1072",
        "label": "5",
        "long": "\u039b\u0391\u039c\u03a0\u03a1\u0399\u039d\u0397 - \u03a0\u039b. \u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391\u03a4\u039f\u03a3 - \u03a4\u0396\u0399\u03a4\u0396\u0399\u03a6\u0399\u0395\u03a3",
        "short": "5",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1073",
        "label": "6",
        "long": "\u0399\u03a0\u03a0\u039f\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3 - \u039a\u039f\u03a3\u039c\u0391\u03a3 \u0391\u0399\u03a4\u03a9\u039b\u039f\u03a3 - \u039d. \u03a6\u0399\u039b\u0391\u0394\u0395\u039b\u03a6\u0395\u0399\u0391",
        "short": "6",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1074",
        "label": "15",
        "long": "\u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u0394\u0399\u039a\u0391\u03a3\u03a4\u0397\u03a1\u0399\u0391 - \u0395\u039b. \u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5",
        "short": "15",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1076",
        "label": "16",
        "long": "\u0391\u0393. \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3 \u03a1\u0395\u039d\u03a4\u0397\u03a3 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "16",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1077",
        "label": "10",
        "long": "\u03a4\u0396\u0399\u03a4\u0396\u0399\u03a6\u0399\u0395\u03a3 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399",
        "short": "10",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1078",
        "label": "14",
        "long": "\u039b\u0391\u039c\u03a0\u03a1\u0399\u039d\u0397 - \u039b. \u0391\u039b\u0395\u039e\u0391\u039d\u0394\u03a1\u0391\u03a3 - \u0393\u0397\u03a1\u039f\u039a\u039f\u039c\u0395\u0399\u039f",
        "short": "14",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1079",
        "label": "11",
        "long": "\u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 - \u039d. \u03a0\u0391\u0393\u039a\u03a1\u0391\u03a4\u0399 - \u039d. \u0395\u039b\u0392\u0395\u03a4\u0399\u0391",
        "short": "11",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1080",
        "label": "12",
        "long": "\u0396\u0391\u03a0\u03a0\u0395\u0399\u039f - \u03a0\u0395\u03a1\u0399\u03a3\u03a4\u0395\u03a1\u0399 (\u0391\u0393. \u0399\u0395\u03a1\u039f\u0398\u0395\u039f\u03a3)",
        "short": "12",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1081",
        "label": "24",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u0399\u039b\u0399\u039f\u039d - \u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "24",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1082",
        "label": "21",
        "long": "\u039d\u0399\u039a\u0391\u0399\u0391 - \u03a0. \u03a1\u0391\u039b\u039b\u0397 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "21",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1083",
        "label": "20",
        "long": "\u039d. \u03a6\u0391\u039b\u0397\u03a1\u039f - \u039a\u0391\u03a3\u03a4\u0395\u039b\u039b\u0391 - \u0394\u03a1\u0391\u03a0\u0395\u03a4\u03a3\u03a9\u039d\u0391",
        "short": "20",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1084",
        "label": "19",
        "long": "\u039c\u039f\u03a5\u03a3\u0395\u0399\u039f - \u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399\u039f\u03a5 (\u03a3\u0399\u0394\u0395\u03a1\u0391)",
        "short": "19",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1085",
        "label": "18",
        "long": "\u039c\u039f\u03a5\u03a3\u0395\u0399\u039f - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u039c\u0395\u03a3\u03a9 \u0395\u0398\u039d. \u0391\u039d\u03a4\u0399\u03a3\u03a4\u0391\u03a3\u0395\u03a9\u03a3)",
        "short": "18",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1086",
        "label": "17",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0393\u0395\u03a9\u03a1\u0393\u0399\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "17",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1113",
        "label": "032",
        "long": "\u0393\u039f\u03a5\u0394\u0397 - \u039c\u0391\u03a1\u0391\u03a3\u039b\u0395\u0399\u039f\u03a3 (\u03a3\u03a7\u039f\u039b\u0399\u039a\u0397)",
        "short": "032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1114",
        "label": "801",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u0391\u03a3\u039a\u0391",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1117",
        "label": "871\u03a4",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a3\u03a7\u0399\u03a3\u03a4\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "871\u03a4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1124",
        "label": "123",
        "long": "\u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391-\u0391\u039d\u0391\u0392\u03a5\u03a3\u03a3\u039f\u03a3-\u03a0\u0391\u039b\u0391\u0399\u0391 \u03a6\u03a9\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1129",
        "label": "324",
        "long": "\u0391\u039d\u0398\u039f\u03a5\u03a3\u0391-\u03a0\u0391\u039b\u039b\u0397\u039d\u0397-\u039a\u0391\u039d\u03a4\u0396\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1131",
        "label": "709",
        "long": "\u03a4\u039f\u03a0\u0399\u039a\u039f \u0394\u03a1\u039f\u03a3\u039f\u03a5\u03a0\u039f\u039b\u0397\u03a3",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1133",
        "label": "725",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399) - \u0398\u03a1\u0391\u039a\u039f\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0395\u03a3 (\u03a0\u039b.\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3)  (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1134",
        "label": "726",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399) - \u0398\u03a1\u0391\u039a\u039f\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0395\u03a3 (BOYNO)   (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "726",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1137",
        "label": "832",
        "long": "\u0395\u03a5\u0393\u0395\u039d\u0395\u0399\u0391-\u03a7\u0391\u03a1\u0391\u03a5\u0393\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 \u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1144",
        "label": "755",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399-\u039a\u039f\u039a\u039a\u0399\u039d\u039f\u03a3 \u039c\u03a5\u039b\u039f\u03a3-\u03a3\u03a4. \u039a\u0391\u03a4\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1147",
        "label": "727",
        "long": "\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399 - \u0391\u0393. \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a3 - \u0391\u0393.\u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1151",
        "label": "021",
        "long": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u0391\u039d\u0399\u0393\u0393\u039f\u03a3 - \u0393\u039a\u03a5\u0396H (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1153",
        "label": "\u03a796",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0395\u03a1/\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d (EXPRESS)-\u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397",
        "short": "\u03a796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1158",
        "label": "25",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0399\u039b\u0399\u039f\u039d - \u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "25",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1162",
        "label": "301",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0391\u039d\u0398\u039f\u03a5\u03a3\u0391 - \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1164",
        "label": "420",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399  (\u039c\u0395\u03a3\u03a9 \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5)",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1165",
        "label": "301\u0392",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3-\u0391\u039d\u0398\u039f\u03a5\u03a3\u0391-\u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "301\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1172",
        "label": "206",
        "long": "\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1173",
        "label": "237",
        "long": "\u0391\u039d\u03a9 \u0397\u039b\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1175",
        "label": "131",
        "long": "\u0391\u039c\u0391\u039e. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a5 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1176",
        "label": "201",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1178",
        "label": "204\u0392",
        "long": "\u0395\u039a\u0395\u039c\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "204\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1183",
        "label": "891",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u03a0\u0395\u03a1\u0399\u03a3\u03a4\u0395\u03a1\u0399 - \u03a3\u03a4\u0391\u0398. \u0391\u03a4\u03a4\u0399\u039a\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1184",
        "label": "\u03918",
        "long": "\u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f - \u039d. \u0399\u03a9\u039d\u0399\u0391 - \u039c\u0391\u03a1\u039f\u03a5\u03a3\u0399 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u0391\u0393\u03a9\u039d\u0391-\u039f\u0391\u039a\u0391)",
        "short": "\u03918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1187",
        "label": "509",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0391\u0393. \u03a3\u03a4\u0395\u03a6\u0391\u039d\u039f\u03a3 - \u039a\u03a1\u03a5\u039f\u039d\u0395\u03a1\u0399",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1188",
        "label": "444",
        "long": "\u03a3\u03a4. \u0395\u0399\u03a1\u0397\u039d\u0397 - \u0393\u0391\u039b\u0391\u03a4\u03a3\u0399 - \u03a3\u03a4. \u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u0391\u0393\u03a9\u039d\u0391-\u039f\u0391\u039a\u0391)",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1190",
        "label": "410",
        "long": "\u039f.\u0391.\u039a.\u0391. - \u0391\u039d\u03a9 \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u0391\u0393\u03a9\u039d\u0391-\u039f\u0391\u039a\u0391)",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1197",
        "label": "833",
        "long": "\u0395\u03a5\u0393\u0395\u039d\u0395\u0399\u0391-\u03a7\u0391\u03a1\u0391\u03a5\u0393\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 \u0392 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1203",
        "label": "\u039590",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u03a3\u03a7\u039f\u039b\u0399\u039a\u0397 EXPRESS)",
        "short": "\u039590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1205",
        "label": "509",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0391\u0393. \u03a3\u03a4\u0395\u03a6\u0391\u039d\u039f\u03a3 - \u039a\u03a1\u03a5\u039f\u039d\u0395\u03a1\u0399 (\u039c\u0395\u03a7\u03a1\u0399 \u039a\u03a5\u039d\u039f\u03a5\u03a1\u0399\u0391)",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1209",
        "label": "822",
        "long": "\u03a3\u03a4.\u0391\u0393.\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 -\u039d\u0395\u0391 \u0396\u03a9\u0397 (\u0391\u03a0\u039f \u0391\u039b\u03a3\u039f\u03a3 \u039d\u0395\u0391 \u0396\u03a9\u0397 \u0395\u03a9\u03a3 \u039f\u039c\u039f\u039d\u039f\u0399\u0391)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1210",
        "label": "822",
        "long": "\u03a3\u03a4.\u0391\u0393.\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 -\u039d\u0395\u0391 \u0396\u03a9\u0397 (\u0391\u03a0\u039f \u0391\u039b\u03a3\u039f\u03a3 \u039d\u0395\u0391 \u0396\u03a9\u0397 \u0395\u03a9\u03a3 \u03a3\u03a4. \u0391\u0393.\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1211",
        "label": "822",
        "long": "\u03a3\u03a4.\u0391\u0393.\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 -\u039d\u0395\u0391 \u0396\u03a9\u0397 (\u0391\u03a0\u039f \u03a3\u03a4. \u0391\u0393.\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 \u0395\u03a9\u03a3 \u0391\u039b\u03a3\u039f\u03a3 \u039d\u0395\u0391 \u0396\u03a9\u0397)",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1212",
        "label": "509",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0391\u0393. \u03a3\u03a4\u0395\u03a6\u0391\u039d\u039f\u03a3 (\u03a0\u0395\u03a5\u039a\u039f\u03a6\u03a5\u03a4\u039f) - \u039a\u03a1\u03a5\u039f\u039d\u0395\u03a1\u0399 (\u039c\u0395\u03a7\u03a1\u0399 \u039a\u03a5\u039d\u039f\u03a5\u03a1\u0399\u0391)",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1219",
        "label": "036",
        "long": "\u03a3\u03a4. \u039a\u0391\u03a4\u0395\u03a7\u0391\u039a\u0397 -\u03a3\u03a4. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5-\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399-\u039a\u03a5\u03a8\u0395\u039b\u0397 (\u039c\u0395\u03a7\u03a1\u0399 \u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u03a5\u03a8\u0395\u039b\u0397\u03a3)",
        "short": "036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1220",
        "label": "036",
        "long": "\u03a3\u03a4. \u039a\u0391\u03a4\u0395\u03a7\u0391\u039a\u0397 -\u03a3\u03a4. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5-\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399-\u039a\u03a5\u03a8\u0395\u039b\u0397 (\u0391\u03a0\u039f \u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u03a5\u03a8\u0395\u039b\u0397\u03a3)",
        "short": "036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1221",
        "label": "106",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1222",
        "label": "\u03a780",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u039a\u03a1\u039f\u03a0\u039f\u039b\u0397 - \u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391 (EXPRESS) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "\u03a780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1223",
        "label": "326",
        "long": "\u03a3\u03a4. \u039a\u0391\u039d\u03a4\u0396\u0391 - \u03a3\u03a0\u0391\u03a4\u0391 - \u0391\u03a1\u03a4\u0395\u039c\u0399\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1228",
        "label": "831",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3-\u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u039b\u0391\u03aa\u039a\u0397\u03a3 \u039a\u0391\u0398\u0395 \u0394\u0395\u03a5\u03a4\u0395\u03a1\u0391)",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1236",
        "label": "416",
        "long": "\u03a3\u03a4.\u0395\u0398\u039d.\u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1237",
        "label": "418",
        "long": "\u03a3\u03a4. \u0395\u0398\u039d\u0399\u039a\u0397\u03a3 \u0391\u039c\u03a5\u039d\u0391\u03a3-\u03a3\u03a7\u039f\u039b. \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1244",
        "label": "700",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u0393. \u03a4\u03a1\u0399\u0391\u0394\u0391)-\u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1247",
        "label": "706",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3-\u0399\u039b\u0399\u039f\u039d (\u039c\u0395\u03a3\u03a9 \u039b. \u0391\u039d. \u03a0\u0391\u03a0\u0391\u039d\u0394\u03a1\u0395\u039f\u03a5)",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1259",
        "label": "749",
        "long": "\u039f\u0399\u039a\u0399\u03a3\u039c\u039f\u03a3 \u0393\u0395\u039d\u039d\u0397\u039c\u0391\u03a4\u0391-\u03a3\u03a4. \u03a0\u03a1\u039f\u0391\u03a3\u03a4\u0399\u0391\u039a\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1260",
        "label": "535\u0391",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0395\u03a5\u039e\u0395\u0399\u039d\u039f\u03a3 \u03a0\u039f\u039d\u03a4\u039f\u03a3 - \u03a6\u03a1\u0391\u0393\u039c\u0391 - \u039a\u0391\u039b\u0395\u03a4\u0396\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "535\u0391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1262",
        "label": "890",
        "long": "\u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 - \u039d\u0391\u03a5\u03a0\u0397\u0393\u0395\u0399\u0391 \u03a3\u039a\u0391\u03a1\u0391\u039c\u0391\u0393\u039a\u0391",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1270",
        "label": "865",
        "long": "\u0391\u039c\u0391\u039e\u039f\u03a3\u03a4\u0391\u03a3\u0399\u039f \u0392\u039f\u03a4\u0391\u039d\u0399\u039a\u039f\u03a5 - \u039c\u0391\u039d\u0394\u03a1\u0391",
        "short": "865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1271",
        "label": "314",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1272",
        "label": "314",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": false,
        "id": "1275",
        "label": "15",
        "long": "\u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u0394\u0399\u039a\u0391\u03a3\u03a4\u0397\u03a1\u0399\u0391 - \u0395\u039b. \u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5 (\u0395\u03a9\u03a3 \u039f\u039c\u039f\u039d\u039f\u0399\u0391)",
        "short": "15",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1324",
        "label": "740",
        "long": "\u039f\u039b\u03a5\u039c\u03a0. \u03a7\u03a9\u03a1\u0399\u039f - \u03a3\u039a\u0391 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 -\u039f\u0391\u039a\u0391",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1325",
        "label": "740",
        "long": "\u039f\u0391\u039a\u0391 -  \u03a3\u039a\u0391 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u039f\u039b\u03a5\u039c\u03a0. \u03a7\u03a9\u03a1\u0399\u039f",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1326",
        "label": "406",
        "long": "\u03a0\u0395\u03a5\u039a\u0391\u039a\u0399\u0391 -\u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3- \u03a3\u03a4.\u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1327",
        "label": "407",
        "long": "\u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3- \u039d. \u0396\u03a9H-\u03a3\u03a4.\u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1354",
        "label": "803",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0394\u0391\u03a3\u039f\u03a3 \u03a7\u0391\u03aa\u0394\u0391\u03a1\u0399\u039f\u03a5",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1357",
        "label": "409",
        "long": "\u03a0\u0391\u03a0\u0391\u0393\u039f\u03a5 - \u03a3\u03a4. \u0395\u0398\u039d. \u0391\u039c\u03a5\u039d\u0391  (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1363",
        "label": "214",
        "long": "\u0396\u03a9\u039f\u0394\u039f\u03a7\u039f\u03a3 \u03a0\u0397\u0393\u0397 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1367",
        "label": "866",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1369",
        "label": "250",
        "long": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3)",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1370",
        "label": "410",
        "long": "\u039f.\u0391.\u039a.\u0391. - \u0391\u039d\u03a9 \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u0394\u0399\u0395\u039b\u0395\u03a5\u03a3\u0397 \u0391\u03a0\u039f \u039d\u0395\u039a\u03a1\u039f\u03a4\u0391\u03a6\u0395\u0399\u039f)",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1373",
        "label": "720",
        "long": "\u0391\u039d\u0391\u039a\u0391\u03a3\u0391 - \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u03a3\u03a4. \u0391\u03a4\u03a4\u0399\u039a\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1375",
        "label": "022",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d. \u039a\u03a5\u03a8\u0395\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1376",
        "label": "060",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039b\u03a5\u039a\u0391\u0392\u0397\u03a4\u03a4\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1378",
        "label": "727",
        "long": "\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399 - \u0391\u0393.\u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a3-\u0391\u0393.\u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397 (\u0395\u03a9\u03a3 6\u03bf \u0393\u0395\u039d. \u039b\u03a5\u039a\u0395\u0399\u039f \u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d - \u03a0\u03a1\u03a9\u0399)",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1379",
        "label": "410",
        "long": "\u0391\u039d\u03a9 \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 -\u039f.\u0391.\u039a.\u0391. (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039b\u0395\u0399\u039f\u03a5\u03a3)",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1380",
        "label": "410",
        "long": "\u039f.\u0391.\u039a.\u0391. - \u0391\u039d\u03a9 \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039b\u0395\u0399\u039f\u03a5\u03a3)",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1381",
        "label": "19\u0392",
        "long": "\u039c\u039f\u03a5\u03a3\u0395\u0399\u039f - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u03a3\u0399\u0394\u0395\u03a1\u0391) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "19\u0392",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1382",
        "label": "750",
        "long": "\u0391\u03a4\u03a4\u0399\u039a\u039f \u039d\u039f\u03a3\u039f\u039a\u039f\u039c\u0395\u0399\u039f - \u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u039d\u0399\u039a\u0391\u0399\u0391  (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u039b\u0391\u03aa\u039a\u0397\u03a3 \u039a\u0391\u0398\u0395 \u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397)",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1383",
        "label": "\u039514",
        "long": "\u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391 - \u039f.\u0391.\u039a.\u0391. - \u03a5\u03a0. \u03a0\u0391\u0399\u0394\u0395\u0399\u0391\u03a3 (EXPRESS)",
        "short": "\u039514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1384",
        "label": "711",
        "long": "\u03a3\u03a4. \u0391\u03a4\u03a4\u0399\u039a\u0397 - \u0396\u03a9\u03a6\u03a1\u0399\u0391",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1386",
        "label": "\u039212",
        "long": "\u03a3\u03a4. \u0391\u03a4\u03a4\u0399\u039a\u0397 - \u0391\u039d\u03a9 \u039b\u0399\u039f\u03a3\u0399\u0391 (\u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391)",
        "short": "\u039212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1395",
        "label": "842",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1396",
        "label": "841",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1397",
        "label": "800",
        "long": "\u039d\u0399\u039a\u0391\u0399\u0391 - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1399",
        "label": "820",
        "long": "\u039a\u0395\u03a1\u0391\u03a4\u03a3\u0399\u039d\u0399 - \u03a3\u03a4.\u039d\u0399\u039a\u0391\u0399\u0391 - \u0394\u03a1\u0391\u03a0\u0395\u03a4\u03a3\u03a9\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1400",
        "label": "828",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0398\u0397\u0392\u03a9\u039d - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1401",
        "label": "806",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4\u039f - \u039a\u0391\u03a1\u0391\u0392\u0391\u03a3  - \u03a3\u03a4. \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1402",
        "label": "809",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4O - \u03a3\u03a4.\u039d\u0399\u039a\u0391\u0399\u0391 - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1404",
        "label": "837",
        "long": "\u0391\u0393\u0399\u0391 \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u0391\u0393.\u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1406",
        "label": "826",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u039c\u0397\u039d\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1409",
        "label": "302",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0393\u0395\u03a1\u0391\u039a\u0391\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u0392.\u03a1\u03a9\u03a4\u0391)",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1410",
        "label": "306",
        "long": "\u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3-\u0394\u0397\u039c.\u0393\u0395\u03a1\u0391\u039a\u0391-\u039c\u03a0\u0391\u039b\u0391\u039d\u0391 \u0393\u0395\u03a1\u0391\u039a\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u039f\u03a3)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1411",
        "label": "306",
        "long": "\u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3-\u0394\u0397\u039c.\u0393\u0395\u03a1\u0391\u039a\u0391-\u039c\u03a0\u0391\u039b\u0391\u039d\u0391 \u0393\u0395\u03a1\u0391\u039a\u0391 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a4\u0395\u03a1\u039c\u0391-\u039c\u03a0\u0391\u039b\u0391\u039d\u0391)",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1413",
        "label": "405",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039b\u0395\u0399\u039f\u03a5\u03a3)",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1414",
        "label": "405",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039b\u0395\u0399\u039f\u03a5\u03a3)",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1415",
        "label": "301",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0391\u039d\u0398\u039f\u03a5\u03a3\u0391-\u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 (\u0391\u03a0\u039f \u03a4\u0395\u03a1\u039c\u0391 \u039a\u0391\u039b\u039b\u0399\u03a3\u0399\u03a9\u039d)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1417",
        "label": "735",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0396\u0395\u03a6\u03a5\u03a1\u0399 - \u03a3\u03a4. \u039a\u0391\u03a4\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1421",
        "label": "\u03912",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u0392\u039f\u03a5\u039b\u0391 (\u039c\u0395\u03a3\u03a9 \u039b. \u0391\u039c\u03a6\u0399\u0398\u0395\u0391\u03a3)",
        "short": "\u03912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1422",
        "label": "\u03913",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 (\u039c\u0395\u03a3\u03a9 \u039b. \u0392\u039f\u03a5\u039b\u0399\u0391\u0393\u039c\u0395\u039d\u0397\u03a3)",
        "short": "\u03913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1423",
        "label": "314",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3 - 3\u03bf \u0393\u03a5\u039c\u039d\u0391\u03a3\u0399\u039f \u03a0\u0391\u039b\u039b\u0397\u039d\u0397\u03a3)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1424",
        "label": "314",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3 \u03a0\u0391\u039b.\u0394\u0399\u0391\u0394\u03a1\u039f\u039c\u0397\u03a3)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1425",
        "label": "319",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u0395\u039a\u03a0\u03a4. \u03a7\u03a9\u03a1\u0399\u039f \u03a3\u03a0\u0391\u03a4\u0391 (\u0391\u03a0\u039f \u0393\u0397\u03a0\u0395\u0394\u039f \u03a3\u03a0\u0391\u03a4\u03a9\u039d)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1426",
        "label": "319",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u0395\u039a\u03a0\u03a4. \u03a7\u03a9\u03a1\u0399\u039f \u03a3\u03a0\u0391\u03a4\u0391 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a4\u0395\u03a1\u039c\u0391)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1427",
        "label": "451",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039d. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u039b.\u0391\u0393.\u03a3\u0399\u039b\u0391)",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1429",
        "label": "451",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039d. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u039b.\u0391\u0393.\u03a3\u0399\u039b\u0391)",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1431",
        "label": "461",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a0.\u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0391\u03a0\u039f \u03a3\u03a4\u03a1\u0391\u03a4/KO \u039d\u039f\u03a3/MEIO)",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1432",
        "label": "461",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u03a0.\u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u03a1\u0391\u03a4/KO \u039d\u039f\u03a3/MEIO)",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1435",
        "label": "703",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u0391\u0393. \u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u039f\u03a3 (\u039c\u0395\u03a3\u03a9 \u0398\u0397\u0392\u03a9\u039d)",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1436",
        "label": "725",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399) - \u0398\u03a1\u0391\u039a\u039f\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0395\u03a3 (\u0391\u03a0\u039f \u03a0\u039b.\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3 \u0395\u03a9\u03a3 \u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399)",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1438",
        "label": "728",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399- \u0391\u0393.\u03a0\u0395\u03a4\u03a1\u039f\u03a3- \u0391\u0393.\u0399\u03a9\u0391\u039d\u039d\u0397\u03a3-\u03a0\u039b\u0391\u03a4\u03a9\u039d\u0391\u03a3 (\u0391\u03a0\u039f \u0391\u0393.\u0399.\u03a1\u03a9\u03a3\u039f \u0395\u03a9\u03a3 \u03a3\u03a4.\u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3)",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1440",
        "label": "841",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u0391\u03a0\u039f \u039f\u039c\u039f\u039d\u039f\u0399\u0391 \u0395\u03a9\u03a3 \u03a0\u0395\u03a1\u0391\u039c\u0391)",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1442",
        "label": "842",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u0391\u03a0\u039f \u039f\u039c\u039f\u039d\u039f\u0399\u0391 \u0395\u03a9\u03a3 \u03a0\u0395\u03a1\u0391\u039c\u0391)",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1443",
        "label": "841",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u0391\u03a0\u039f \u039d\u0395\u03a1\u039f \u0395\u03a9\u03a3 \u03a0\u0395\u03a1\u0391\u039c\u0391)",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1444",
        "label": "115",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0392\u039f\u03a5\u039b\u0399\u0391\u0393\u039c\u0395\u039d\u0397 - \u039a\u0399\u03a4\u03a3\u0399 (\u039a\u0399\u03a4\u03a3\u0399 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1445",
        "label": "878",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 (\u0391\u03a0\u039f \u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399)",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1446",
        "label": "\u039110",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u0391\u03a1\u0391\u0392\u039f\u03a3)",
        "short": "\u039110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1447",
        "label": "\u039110",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u0391\u03a1\u0391\u0392\u039f\u03a3 \u039c\u0395\u03a3\u03a9 \u0391\u0393.\u03a0\u0395\u03a4\u03a1\u039f\u03a5)",
        "short": "\u039110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1448",
        "label": "\u039212",
        "long": "\u03a3\u03a4. \u0391\u03a4\u03a4\u0399\u039a\u0397 - \u0391\u039d\u03a9 \u039b\u0399\u039f\u03a3\u0399\u0391 (\u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391) (\u0391\u03a0\u039f \u039c\u0391\u03a1\u039d\u0397 \u0395\u03a9\u03a3 \u0391\u039d\u03a9 \u039b\u0399\u039f\u03a3\u0399\u0391)",
        "short": "\u039212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1449",
        "label": "109",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u039d\u03a9 \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1450",
        "label": "\u03922",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u0391\u0393.\u039a\u039f\u03a3\u039c\u0391\u03a3 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u03a1\u0391\u039b\u0399\u0391\u039a\u0397\u03a3) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "\u03922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1453",
        "label": "811",
        "long": "\u03a7\u0391\u03aa\u0394\u0391\u03a1\u0399 - \u03a3\u03a4. \u0391\u0393\u0399\u0391 \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u039b\u0391\u03aa\u039a\u0397\u03a3 \u039a\u0391\u0398\u0395 \u03a4\u0395\u03a4\u0391\u03a1\u03a4\u0397)",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1469",
        "label": "250",
        "long": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3)",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1471",
        "label": "911\u0391",
        "long": "\u03a3\u03a4\u0391\u0398. \u039a\u0391\u039b\u039b\u0399\u0398\u0395\u0391\u03a3 - \u0399\u0394\u03a1. \u03a4\u03a5\u03a6\u039b\u03a9\u039d -\u03a0.\u0395 \u039d\u039f\u03a4\u0399\u039f\u03a5 \u03a4\u039f\u039c\u0395\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "911\u0391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1476",
        "label": "805",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u039d\u0395\u039f\u039a\u03a4\u0399\u03a3\u03a4\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0391\u0393.\u03a3\u03a9\u03a4\u0397\u03a1\u0391\u03a3 \u0395\u03a9\u03a3 \u039d\u0395\u039f\u039a\u03a4\u0399\u03a3\u03a4\u0391)",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1477",
        "label": "855",
        "long": "\u03a8\u0391\u03a1\u0399 - \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u039b\u039f\u03a6\u039f\u03a3 \u039a\u03a5\u03a1\u0399\u039b\u039b\u039f\u03a5 (\u0391\u03a0\u039f \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f \u0395\u03a9\u03a3 \u039b\u039f\u03a6\u039f \u039a\u03a5\u03a1\u0399\u039b\u039b\u039f\u03a5)",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1479",
        "label": "876",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u03a0\u039b.\u039a\u039f\u03a5\u039c\u039f\u03a5\u039d\u0394\u039f\u03a5\u03a1\u039f\u03a5 \u0395\u03a9\u03a3 \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1480",
        "label": "537",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0392\u0391\u03a1\u03a5\u039c\u03a0\u039f\u039c\u03a0\u0397 (\u039c\u0395\u03a3\u03a9 \u0398\u03a1\u0391\u039a\u039f\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u03a9\u039d)",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1481",
        "label": "876",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u039c\u0391\u039d\u0394\u03a1\u0391 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1483",
        "label": "876",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f  \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 \u0395\u03a9\u03a3 \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1484",
        "label": "752",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0391\u0393. \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3 - \u0391\u0393. \u03a0\u0395\u03a4\u03a1\u039f\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a4\u03a1\u039f\u03a6\u0397)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1486",
        "label": "124",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0391\u0393\u0399\u0391 \u03a4\u03a1\u0399\u0391\u0394\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1488",
        "label": "154",
        "long": "\u03a0\u0391\u039d/\u039c\u0391 \u0392\u039f\u03a5\u039b\u0391\u03a3 - \u0391. \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1489",
        "label": "171",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1491",
        "label": "881",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a1\u039f\u03a5\u03a0\u0391\u039a\u0399 (\u039c\u0395\u03a3\u03a9 \u039a\u039f\u0399\u039c\u0397\u03a4\u0397\u03a1\u0399\u039f\u03a5)",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1495",
        "label": "876",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 \u0395\u03a9\u03a3 \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1497",
        "label": "866",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 \u0395\u03a9\u03a3 \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f)",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1498",
        "label": "866",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f \u0395\u03a9\u03a3 \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391)",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1499",
        "label": "866",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u03a0\u039b.\u039a\u039f\u03a5\u039c\u039f\u03a5\u039d\u0394\u039f\u03a5\u03a1\u039f\u03a5 \u0395\u03a9\u03a3 \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f)",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1503",
        "label": "319",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u0395\u039a\u03a0\u03a4. \u03a7\u03a9\u03a1\u0399\u039f \u03a3\u03a0\u0391\u03a4\u0391 (3\u03bf \u0393\u03a5\u039c\u039d\u0391\u03a3\u0399\u039f \u03a0\u0391\u039b\u039b\u0397\u039d\u0397\u03a3 \u03a0\u03a1\u039f\u03a3 \u03a3\u03a4.\u0394\u039f\u03a5\u039a.\u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1504",
        "label": "866",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f \u03a8\u0391\u03a1\u0399 \u0395\u03a9\u03a3 \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f)",
        "short": "866",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1505",
        "label": "728",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399- \u0391\u0393.\u03a0\u0395\u03a4\u03a1\u039f\u03a3- \u0391\u0393.\u0399\u03a9\u0391\u039d\u039d\u0397\u03a3-\u03a0\u039b\u0391\u03a4\u03a9\u039d\u0391\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a4\u03a1\u039f\u03a6\u0397 \u0395\u03a9\u03a3 \u0391\u03a7\u0391\u03a1\u039d\u0395\u03a3)",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1510",
        "label": "728",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399- \u0391\u0393.\u03a0\u0395\u03a4\u03a1\u039f\u03a3- \u0391\u0393.\u0399\u03a9\u0391\u039d\u039d\u0397\u03a3-\u03a0\u039b\u0391\u03a4\u03a9\u039d\u0391\u03a3 (\u0391\u03a0\u039f \u0391\u0393.\u0399.\u03a1\u03a9\u03a3\u039f \u0395\u03a9\u03a3 \u039a\u0391\u03a1\u0391\u0392\u039f)",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1513",
        "label": "727",
        "long": "\u039c\u0395\u03a3\u039f\u039d\u03a5\u03a7\u0399 - \u0391\u0393.\u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a3-\u0391\u0393.\u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397 (\u0395\u03a9\u03a3 6\u03bf \u0393\u0395\u039d. \u039b\u03a5\u039a\u0395\u0399\u039f \u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d - \u039c\u0395\u03a3\u0397\u039c\u0395\u03a1\u0399)",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1516",
        "label": "123",
        "long": "\u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391-\u0391\u039d\u0391\u0392\u03a5\u03a3\u03a3\u039f\u03a3-\u03a0\u0391\u039b\u0391\u0399\u0391 \u03a6\u03a9\u039a\u0391\u0399\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039f\u0399\u039d\u039f\u03a4\u0397\u03a4\u0391 \u03a0\u0391\u039b. \u03a6\u03a9\u039a\u0391\u0399\u0391\u03a3 \u0395\u03a9\u03a3 \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1517",
        "label": "330",
        "long": "\u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0391\u03a0\u039f 17\u03b7 \u03a3\u03a4\u0391\u03a3\u0397 \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391\u03a3 \u0395\u03a9\u03a3 \u039a\u039f\u03a1\u03a9\u03a0\u0399)",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1518",
        "label": "309",
        "long": "\u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u03a3\u03a4. \u03a0\u03a1\u039f\u0391\u03a3\u03a4\u0399\u0391\u039a\u039f\u03a5 - \u039a\u039f\u03a1\u03a9\u03a0\u0399 (\u0391\u03a0\u039f \u0394\u0397\u039c\u0391\u03a1\u03a7\u0395\u0399\u039f)",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1519",
        "label": "309",
        "long": "\u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u03a3\u03a4. \u03a0\u03a1\u039f\u0391\u03a3\u03a4\u0399\u0391\u039a\u039f\u03a5 - \u039a\u039f\u03a1\u03a9\u03a0\u0399 (\u0395\u03a9\u03a3 \u03a0\u0391\u03a1\u0391\u039a\u03a1\u0391\u03a4\u0397\u039c\u0391)",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1520",
        "label": "052",
        "long": "\u03a3\u03a4. \u0395\u039b\u0391\u0399\u03a9\u039d\u0391 - \u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6. \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1521",
        "label": "\u03a793",
        "long": "\u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6. \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 - \u0391\u0395\u03a1\u039f\u039b\u0399\u039c\u0395\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d (EXPRESS)",
        "short": "\u03a793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1523",
        "label": "051",
        "long": "\u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6. \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039c\u0395\u03a3\u03a9 \u0391\u039a\u0391\u0394. \u03a0\u039b\u0391\u03a4.)(\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1524",
        "label": "051",
        "long": "\u03a3\u03a4. \u03a5\u03a0\u0395\u03a1.\u039b\u0395\u03a9\u03a6.\u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039c\u0395\u03a3\u03a9 \u0391\u039a\u0391\u0394.\u03a0\u039b\u0391\u03a4) (\u0391\u03a0\u039f \u0395\u0398\u039d\u0399\u039a\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u0395\u03a9\u03a3 \u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6.\u039a\u0397\u03a6\u03a3\u0399\u039f\u03a5)",
        "short": "051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1525",
        "label": "308",
        "long": "\u03a3\u03a4. \u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f - \u03a0\u0391\u0399\u0391\u039d\u0399\u0391 - \u039a\u039f\u03a1\u03a9\u03a0\u0399 (\u0391\u03a0\u039f \u039a\u039f\u03a1\u03a9\u03a0\u0399 \u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a4\u0391\u03a5\u03a1\u039f\u03a3)",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1534",
        "label": "122\u0398",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "122\u0398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1535",
        "label": "122\u0398",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u0392\u0391\u03a1\u039a\u0399\u0396\u0391 \u0395\u03a9\u03a3 \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397)",
        "short": "122\u0398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1537",
        "label": "171",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u0392\u0391\u03a1\u039a\u0399\u0396\u0391 \u0395\u03a9\u03a3 \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1538",
        "label": "171",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 \u0395\u03a9\u03a3 \u0392\u0391\u03a1\u039a\u0399\u0396\u0391)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1539",
        "label": "122",
        "long": "\u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1541",
        "label": "\u03912",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u0392\u039f\u03a5\u039b\u0391 (\u0391\u03a0\u039f \u0395\u039a\u039a\u039b\u0397\u03a3\u0399\u0391 \u0392\u0391\u03a1\u0397\u03a3 \u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "\u03912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1542",
        "label": "\u03912",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u0392\u039f\u03a5\u039b\u0391 (\u0391\u03a0\u039f \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 \u0395\u03a9\u03a3 \u0395\u039a\u039a\u039b\u0397\u03a3\u0399\u0391 \u0392\u0391\u03a1\u0397\u03a3)",
        "short": "\u03912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1544",
        "label": "871\u03a4",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a3\u03a7\u0399\u03a3\u03a4\u039f (\u0395\u03a9\u03a3 \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391)",
        "short": "871\u03a4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1546",
        "label": "732",
        "long": "\u0399\u039b\u0399\u039f\u039d - \u0391\u0393. \u03a6\u0391\u039d\u039f\u03a5\u03a1\u0399\u039f\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1547",
        "label": "\u03a797",
        "long": "\u0391\u0395\u03a1\u039f\u039b\u0399\u039c\u0395\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d - \u03a3\u03a4. \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f (EXPRESS) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "\u03a797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1549",
        "label": "\u03a797",
        "long": "\u0391\u0395\u03a1\u039f\u039b\u0399\u039c\u0395\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d - \u03a3\u03a4. \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f (EXPRESS) (\u0391\u03a0\u039f \u03a3\u03a4. \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f)",
        "short": "\u03a797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1550",
        "label": "755\u0392",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399-\u039a\u039f\u039a\u039a\u0399\u039d\u039f\u03a3 \u039c\u03a5\u039b\u039f\u03a3-\u03a3\u03a4. \u039a\u0391\u03a4\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397 \u039c\u0395\u03a3\u03a9 \u03a7\u0391\u03a1\u0391\u03a5\u0393\u0397\u03a3)",
        "short": "755\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1552",
        "label": "\u03a797",
        "long": "\u0391\u0395\u03a1\u039f\u039b\u0399\u039c\u0395\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d - \u03a3\u03a4. \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f (EXPRESS) - \u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397 (\u0391\u03a0\u039f \u03a3\u03a4.\u0394\u0391\u03a6\u039d\u0397)",
        "short": "\u03a797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1553",
        "label": "\u03a797",
        "long": "\u0391\u0395\u03a1\u039f\u039b\u0399\u039c\u0395\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d - \u03a3\u03a4. \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f (EXPRESS) \u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397 (\u0395\u03a9\u03a3 \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397)",
        "short": "\u03a797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1556",
        "label": "054",
        "long": "\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a3 - \u039b\u0391\u039c\u03a0\u03a1\u0399\u039d\u0397 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1558",
        "label": "608",
        "long": "\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d\u0395\u039a\u03a1. \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 ( \u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1560",
        "label": "734",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u039d\u039f\u03a3. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1562",
        "label": "221",
        "long": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0395\u039d\u03a4\u039f\u03a3 \u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5)",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1566",
        "label": "\u03911",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0392\u039f\u03a5\u039b\u0391 (\u0391\u03a0\u039f \u0395\u039a\u039a\u039b\u0397\u03a3\u0399\u0391 \u0392\u0391\u03a1\u0397\u03a3 \u0395\u03a9\u03a3 \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391)",
        "short": "\u03911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1567",
        "label": "411",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a3\u0399\u03a3\u039c\u0391\u039d\u039f\u0393\u039b\u0395\u0399\u039f - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0391\u03a0\u039f \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1568",
        "label": "608",
        "long": "\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d\u0395\u039a\u03a1. \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 ( \u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a7\u0391\u03a4\u0396\u0397\u0394\u0391\u039a\u0397)",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1574",
        "label": "021",
        "long": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u0391\u039d\u0399\u0393\u0393\u039f\u03a3 - \u0393\u039a\u03a5\u0396H (\u0391\u03a0\u039f \u0393\u039a\u03a5\u0396\u0397)",
        "short": "021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1575",
        "label": "021",
        "long": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u0391\u039d\u0399\u0393\u0393\u039f\u03a3 - \u0393\u039a\u03a5\u0396H (\u0395\u03a9\u03a3 \u0393\u039a\u03a5\u0396\u0397)",
        "short": "021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1576",
        "label": "411",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a3\u0399\u03a3\u039c\u0391\u039d\u039f\u0393\u039b\u0395\u0399\u039f - \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 (\u0395\u03a9\u03a3 \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399)",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1578",
        "label": "022",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d. \u039a\u03a5\u03a8\u0395\u039b\u0397 (\u0391\u03a0\u039f \u039a\u03a5\u03a8\u0395\u039b\u0397)",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1579",
        "label": "022",
        "long": "\u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d. \u039a\u03a5\u03a8\u0395\u039b\u0397 (\u0395\u03a9\u03a3 \u039a\u03a5\u03a8\u0395\u039b\u0397)",
        "short": "022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1581",
        "label": "112",
        "long": "\u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1582",
        "label": "128",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039b\u0395\u03a5\u039a\u03a9\u03a3\u0399\u0391\u03a3 \u0395\u03a9\u03a3 \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391)",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1583",
        "label": "128",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0391\u03a0\u039f \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 \u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039b\u0395\u03a5\u039a\u03a9\u03a3\u0399\u0391\u03a3 )",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1584",
        "label": "131",
        "long": "\u0391\u039c\u0391\u039e. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a5 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 (\u0395\u03a9\u03a3 \u03a3\u03a4.\u0394\u0391\u03a6\u039d\u0397)",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1586",
        "label": "504",
        "long": "\u0398\u03a1\u0391\u039a\u039f\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0395\u03a3 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": false,
        "id": "1588",
        "label": "15",
        "long": "\u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u0394\u0399\u039a\u0391\u03a3\u03a4\u0397\u03a1\u0399\u0391 - \u0395\u039b. \u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5 (\u0391\u03a0\u039f \u039f\u039c\u039f\u039d\u039f\u0399\u0391 \u0395\u03a9\u03a3 \u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391)",
        "short": "15",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1589",
        "label": "164",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u039a. \u0397\u039b/\u03a0\u039f\u039b\u0397 - \u0391\u03a1\u0393/\u03a0\u039f\u039b\u0397 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0394\u0391\u03a1\u0396\u0395\u039d\u03a4\u0391)",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1590",
        "label": "164",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u039a. \u0397\u039b/\u03a0\u039f\u039b\u0397 - \u0391\u03a1\u0393/\u03a0\u039f\u039b\u0397 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u039b.\u0391\u039d\u0395\u039e\u0391\u03a1\u03a4\u0397\u03a3\u0399\u0391\u03a3 \u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1591",
        "label": "164",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u039a. \u0397\u039b/\u03a0\u039f\u039b\u0397 - \u0391\u03a1\u0393/\u03a0\u039f\u039b\u0397 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 \u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1592",
        "label": "201",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0399\u039a\u03a1\u0391\u03a3 \u0391\u03a3\u0399\u0391\u03a3)",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1593",
        "label": "204",
        "long": "\u03a3\u03a4\u03a1. \u03a3\u0391\u039a\u0395\u03a4\u0391 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0391\u03a0\u039f \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1594",
        "label": "204\u0392",
        "long": "\u0395\u039a\u0395\u039c\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0391\u03a0\u039f \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "204\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1595",
        "label": "206",
        "long": "\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397\u03a3 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1597",
        "label": "237",
        "long": "\u0391\u039d\u03a9 \u0397\u039b\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397\u03a3 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1598",
        "label": "201",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0395\u03a9\u03a3 \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0399\u039a\u03a1\u0391\u03a3 \u0391\u03a3\u0399\u0391\u03a3)",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1599",
        "label": "300",
        "long": "\u03a0\u039b. \u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397 - \u03a4\u0396\u0391\u039d\u0395\u0399\u039f (\u0391\u03a0\u039f \u03a4\u0396\u0391\u039d\u0395\u0399\u039f)",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1600",
        "label": "418",
        "long": "\u03a3\u03a4. \u0395\u0398\u039d\u0399\u039a\u0397\u03a3 \u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a3\u03a7\u039f\u039b. \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0394\u0397\u039c\u0391\u03a1\u03a7\u0395\u0399\u039f)",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1601",
        "label": "418",
        "long": "\u03a3\u03a4. \u0395\u0398\u039d\u0399\u039a\u0397\u03a3 \u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a3\u03a7\u039f\u039b. \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u0394\u0397\u039c\u0391\u03a1\u03a7\u0395\u0399\u039f)",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1602",
        "label": "416",
        "long": "\u03a3\u03a4.\u0395\u0398\u039d.\u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a3 (\u0391\u03a0\u039f \u03a0\u039b.\u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5)",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1603",
        "label": "416",
        "long": "\u03a3\u03a4.\u0395\u0398\u039d.\u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a3 (\u0391\u03a0\u039f \u03a0\u039b.\u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5 \u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1604",
        "label": "416",
        "long": "\u03a3\u03a4.\u0395\u0398\u039d.\u0391\u039c\u03a5\u039d\u0391\u03a3 - \u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a3 (\u0395\u03a9\u03a3 \u03a0\u039b.\u03a7\u039f\u039b\u0391\u03a1\u0393\u039f\u03a5)",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": false,
        "id": "1605",
        "label": "25",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0399\u039b\u0399\u039f\u039d - \u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u0391\u039b.\u0391\u03a6\u0395\u03a4\u0397\u03a1\u0399\u0391)",
        "short": "25",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1608",
        "label": "642",
        "long": "\u0397\u03a1\u0391\u039a\u039b\u0395\u0399\u039f- \u0391\u0393. \u039d\u0395\u039a\u03a4\u0391\u03a1\u0399\u039f\u03a3 - \u03a0\u0395\u03a5\u039a\u0397 (\u0391\u03a0\u039f 8\u03b7 \u03a0\u0395\u03a5\u039a\u0397\u03a3)",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1611",
        "label": "837",
        "long": "\u0391\u0393\u0399\u0391 \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u0391\u0393.\u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391 (\u0395\u03a9\u03a3 \u039f\u039c\u039f\u039d\u039f\u0399\u0391)",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1612",
        "label": "910",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u03a4\u0396\u0399\u03a4\u0396\u0399\u03a6\u0399\u0395\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u0395\u0399\u03a3\u0399\u03a3\u03a4\u03a1\u0391\u03a4\u039f\u03a5)",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1613",
        "label": "653",
        "long": "\u03a8\u03a5\u03a7\u0399\u039a\u039f - \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 \u0392 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a7\u039f\u039b\u0395\u0399\u039f)",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1614",
        "label": "910",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u03a4\u0396\u0399\u03a4\u0396\u0399\u03a6\u0399\u0395\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u0395\u0399\u03a3\u0399\u03a3\u03a4\u03a1\u0391\u03a4\u039f\u03a5)",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1615",
        "label": "730",
        "long": "\u039b\u039f\u03a6\u039f\u03a3 \u0391\u039e\u0399\u03a9\u039c\u0391\u03a4\u0399\u039a\u03a9\u039d - \u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0396\u03a9\u039f\u0394. \u03a0\u0397\u0393\u0397 (\u0395\u03a9\u03a3 \u039f\u039c\u039f\u039d\u039f\u0399\u0391)",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1616",
        "label": "806",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4\u039f - \u039a\u0391\u03a1\u0391\u0392\u0391\u03a3  - \u03a3\u03a4. \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u0391\u03a0\u039f \u03a0\u039b.\u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u0391\u03a3 \u0395\u03a9\u03a3 \u039f\u039c\u039f\u039d\u039f\u0399\u0391 )",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1617",
        "label": "861\u0392",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 \u2013 \u039c\u0391\u039d\u0394\u03a1\u0391 - \u0392\u0399\u039b\u0399\u0391 - \u0395\u03a1\u03a5\u0398\u03a1\u0395\u03a3",
        "short": "861\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1620",
        "label": "809",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4O - \u03a3\u03a4.\u039d\u0399\u039a\u0391\u0399\u0391 - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0397\u03a0\u0395\u0399\u03a1\u039f\u03a5 \u0395\u03a9\u03a3 \u0393\u039f\u03a5\u039d\u0391\u03a1\u0397)",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1621",
        "label": "747",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u03a3\u03a4.\u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1623",
        "label": "543",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u039d\u039f\u03a3. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1624",
        "label": "543\u0391",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u039d\u039f\u03a3. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 (\u039c\u0395\u03a3\u03a9 \u039a\u0391\u039b\u03a5\u03a6\u03a4\u0391\u039a\u0397) (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "543\u0391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1627",
        "label": "811",
        "long": "\u03a7\u0391\u03aa\u0394\u0391\u03a1\u0399 - \u03a3\u03a4. \u0391\u0393\u0399\u0391 \u039c\u0391\u03a1\u0399\u039d\u0391 (\u0395\u03a9\u03a3 \u03a0\u039b. \u039a\u039f\u03a5\u039c\u039f\u03a5\u039d\u0394\u039f\u03a5\u03a1\u039f\u03a5)",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1628",
        "label": "818",
        "long": "\u039b\u0399\u039c. \u03a0\u0395\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3 - \u0391\u039d\u03a9 \u03a0\u0395\u03a1\u0391\u039c\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a7\u039f\u039b\u0395\u0399\u039f)",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1629",
        "label": "823",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 (\u0391\u03a0\u039f \u0391\u0393.\u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1630",
        "label": "823",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 (\u0395\u03a9\u03a3 \u0391\u0393.\u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f)",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1631",
        "label": "824",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 \u0391 (\u0391\u03a0\u039f \u03a0\u039b. \u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397)",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1632",
        "label": "826",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u039c\u0397\u039d\u0391\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 1\u03b7 \u0391\u0393. \u039c\u0397\u039d\u0391)",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1633",
        "label": "826",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u039c\u0397\u039d\u0391\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 3\u03b7 \u0391\u0393. \u039c\u0397\u039d\u0391)",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1634",
        "label": "914",
        "long": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391 - \u039b\u0391\u03a7\u0391\u039d\u0391\u0393\u039f\u03a1\u0391 - \u03a0\u0391\u039b. \u039a\u039f\u039a\u039a\u0399\u039d\u0399\u0391 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0395\u03a9\u03a3)",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1635",
        "label": "915",
        "long": "\u039b\u039f\u03a6\u039f\u03a3 \u0392\u03a9\u039a\u039f\u03a5 - \u03a0\u03a1. \u0397\u039b\u0399\u0391\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u0399\u0395\u03a1\u039f\u03a5 \u039b\u039f\u03a7\u039f\u03a5)",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1636",
        "label": "829",
        "long": "\u03a0\u0391\u0394\u0391 \u0391\u03a1\u03a7\u0391\u0399\u039f\u03a3 \u0395\u039b\u0391\u0399\u03a9\u039d\u0391\u03a3 - \u03a3\u03a4.\u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u03a0\u0391\u0394\u0391 \u0391\u039b\u03a3\u039f\u03a3 \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u0391\u03a0\u039f \u03a0\u0391\u0394\u0391 \u0391\u039b\u03a3\u039f\u03a3 \u0391\u0399\u0393\u0391\u039b\u0395\u03a9)",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1638",
        "label": "610",
        "long": "\u03a6\u0399\u039b\u039f\u0398\u0395\u0397 - \u0391\u039c\u03a0\u0395\u039b\u039f\u039a\u0397\u03a0\u039f\u0399 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a5\u0393\u0395\u0399\u039f\u039d\u039f\u039c\u0399\u039a\u039f)",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1639",
        "label": "610",
        "long": "\u03a6\u0399\u039b\u039f\u0398\u0395\u0397 - \u0391\u039c\u03a0\u0395\u039b\u039f\u039a\u0397\u03a0\u039f\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a5\u0393\u0395\u0399\u039f\u039d\u039f\u039c\u0399\u039a\u039f)",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1640",
        "label": "651",
        "long": "\u03a8\u03a5\u03a7\u0399\u039a\u039f - \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 \u0391 (\u0391\u03a0\u039f \u03a3\u03a4. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5)",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1641",
        "label": "909",
        "long": "\u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 - \u0391\u0393. \u03a3\u039f\u03a6\u0399\u0391 - \u039a\u03a1\u0391\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391\u03a3 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a0\u0391\u039b. \u03a4\u0395\u03a1\u039c\u0391 - \u0391\u0393. \u03a3\u039f\u03a6\u0399\u0391)",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1642",
        "label": "909",
        "long": "\u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 - \u0391\u0393. \u03a3\u039f\u03a6\u0399\u0391 - \u039a\u03a1\u0391\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391\u03a3 (\u0394\u0395-\u03a0\u0395 20:00-23:59  \u03a0\u0391-\u039a\u03a5 18:00-23:59)",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1643",
        "label": "829",
        "long": "\u03a0\u0391\u0394\u0391 \u0391\u03a1\u03a7\u0391\u0399\u039f\u03a3 \u0395\u039b\u0391\u0399\u03a9\u039d\u0391\u03a3 - \u03a3\u03a4.\u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u03a0\u0391\u0394\u0391 \u0391\u039b\u03a3\u039f\u03a3 \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1646",
        "label": "314",
        "long": "\u0392 \u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u039d. \u0392\u039f\u03a5\u03a4\u0396\u0391\u03a3 (2\u03bf \u0393\u03c5\u03bc\u03bd\u03ac\u03c3\u03b9\u03bf)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1648",
        "label": "830",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4. \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1649",
        "label": "846",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 -  \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1650",
        "label": "810",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4\u039f - \u03a3\u03a4. \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1651",
        "label": "848",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u03a7\u0391\u03a1\u0391\u03a5\u0393\u0397",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1652",
        "label": "814",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4\u039f \u039a\u0391\u03a1\u0391\u0392\u0391\u03a3 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1653",
        "label": "909",
        "long": "\u0391\u0393. \u0392\u0391\u03a3\u0399\u039b\u0395\u0399\u039f\u03a3 - \u0391\u0393. \u03a3\u039f\u03a6\u0399\u0391 - \u039a\u03a1\u0391\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391\u03a3",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1654",
        "label": "810",
        "long": "\u03a3\u03a7\u0399\u03a3\u03a4\u039f - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3  (\u0395\u03a9\u03a3 \u0393\u039f\u03a5\u039d\u0391\u03a1\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3)",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1655",
        "label": "830",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u0391\u03a0\u039f \u0393\u039f\u03a5\u039d\u0391\u03a1\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3)",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1656",
        "label": "830",
        "long": "\u0391\u0393.\u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a3\u03a4.\u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 (\u0395\u03a9\u03a3 \u0393\u039f\u03a5\u039d\u0391\u03a1\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3)",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1657",
        "label": "846",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u03a3\u03a4.\u039d\u0399\u039a\u0391\u0399\u0391 (\u0395\u03a9\u03a3 \u0393\u039f\u03a5\u039d\u0391\u03a1\u0397-\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3)",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1660",
        "label": "122",
        "long": "\u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391 (\u0394\u0399\u0395\u039b\u0395\u03a5\u03a3\u0397 \u0391\u03a0\u039f \u03a3\u03a7\u039f\u039b\u0397 \u03a4\u039f\u03a5\u03a1. \u0395\u03a0\u0391\u0393\u0393/\u03a4\u03a9\u039d)",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1661",
        "label": "829",
        "long": "\u03a0\u0391\u0394\u0391 \u0391\u03a1\u03a7\u0391\u0399\u039f\u03a3 \u0395\u039b\u0391\u0399\u03a9\u039d\u0391\u03a3 - \u03a3\u03a4.\u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u03a0\u0391\u0394\u0391 \u0391\u039b\u03a3\u039f\u03a3 \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u03a4\u0395\u03a1\u039c\u0391)",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1662",
        "label": "747",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397  (\u0394\u0399\u0395\u039b\u0395\u03a5\u03a3\u0397 \u0391\u03a0\u039f \u0391\u039c\u0391\u039e\u039f\u03a3\u03a4\u0391\u03a3\u0399\u039f \u0394\u0397\u039c\u039f\u03a5 \u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397\u03a3)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1663",
        "label": "\u03917",
        "long": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0397 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u03a0\u039b\u0391\u03a4\u0391\u039d\u039f\u03a5) (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 1\u03b7 \u039a\u03a1\u03a5\u039f\u039d\u0395\u03a1\u0399\u039f\u03a5)",
        "short": "\u03917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1665",
        "label": "\u03917",
        "long": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0397 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u03a0\u039b\u0391\u03a4\u0391\u039d\u039f\u03a5) (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 2\u03b7 \u039a\u03a1\u03a5\u039f\u039d\u0395\u03a1\u0399\u039f\u03a5)",
        "short": "\u03917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1668",
        "label": "868",
        "long": "\u0398\u03a1\u0399\u0391\u03a3\u0399\u039f \u039d\u039f\u03a3\u039f\u039a\u039f\u039c\u0395\u0399\u039f - \u03a3\u03a4.\u0391\u0393.\u039c\u0391\u03a1\u0399\u039d\u0391",
        "short": "868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1669",
        "label": "031",
        "long": "\u0393\u039f\u03a5\u0394\u0397 - \u0391\u03a4\u03a4\u0399\u039a\u039f \u039d\u039f\u03a3\u039f\u039a\u039f\u039c\u0395\u0399\u039f",
        "short": "031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1670",
        "label": "409",
        "long": "\u03a0\u0391\u03a0\u0391\u0393\u039f\u03a5 - \u03a3\u03a4. \u0395\u0398\u039d. \u0391\u039c\u03a5\u039d\u0391 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1671",
        "label": "051",
        "long": "\u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6. \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039c\u0395\u03a3\u03a9 \u0391\u039a\u0391\u0394. \u03a0\u039b\u0391\u03a4) (\u0391\u03a0\u039f \u03a3\u03a4. \u03a5\u03a0\u0395\u03a1. \u039b\u0395\u03a9\u03a6. \u039a\u0397\u03a6\u0399\u03a3\u039f\u03a5 \u0395\u03a9\u03a3 \u0395\u0398\u039d\u0399\u039a\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f)",
        "short": "051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1674",
        "label": "310",
        "long": "\u0393\u03a1\u0391\u039c\u039c\u0391\u03a4\u0399\u039a\u039f-\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3-\u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397-\u03a1\u0391\u03a6\u0397\u039d\u0391-\u039c\u0391\u03a4\u0399-\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1679",
        "label": "314",
        "long": "\u0393 \u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1681",
        "label": "310",
        "long": "\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 - \u039c\u0391\u03a4\u0399 - \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1682",
        "label": "310",
        "long": "\u0392 \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 - \u0393\u03a1\u0391\u039c\u039c\u0391\u03a4\u0399\u039a\u039f",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1685",
        "label": "509\u0392",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0391\u03a6\u0399\u0394\u039d\u0395\u03a3 - \u03a0\u039f\u039b\u03a5\u0394\u0395\u039d\u0394\u03a1\u0399 - \u039a\u0391\u03a0\u0391\u039d\u0394\u03a1\u0399\u03a4\u0399 - \u0392\u0391\u03a1\u039d\u0391\u0392\u0391",
        "short": "509\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1688",
        "label": "310",
        "long": "\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3-\u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397-\u03a1\u0391\u03a6\u0397\u039d\u0391-\u039c\u0391\u03a4\u0399-\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 (\u0391\u03a0\u039f \u039d.\u0392\u039f\u03a5\u03a4\u0396\u0391)",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1689",
        "label": "310",
        "long": "\u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391  - \u039c\u0391\u03a4\u0399 - \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 (\u0395\u03a9\u03a3 \u039d.\u0392\u039f\u03a5\u03a4\u0396\u0391)",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1690",
        "label": "314",
        "long": "\u0392 \u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u039d. \u0392\u039f\u03a5\u03a4\u0396\u0391\u03a3 (2\u03bf \u0393\u03c5\u03bc\u03bd\u03ac\u03c3\u03b9\u03bf) (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1691",
        "label": "314",
        "long": "\u0393 \u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3)",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1693",
        "label": "400",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 -  \u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 (\u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397)",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1697",
        "label": "141",
        "long": "\u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 - \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397)",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1698",
        "label": "141",
        "long": "\u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 - \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397)",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1699",
        "label": "203",
        "long": "\u039a\u0391\u03a1\u0395\u0391\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0395\u03a0\u0399\u03a3\u03a4\u03a1\u039f\u03a6\u0397 \u039c\u0395\u03a3\u03a9 \u0395\u039a\u0395\u039c\u03a3)",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1701",
        "label": "112",
        "long": "\u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1707",
        "label": "712",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0395\u03a1\u0393. \u03a0\u039f\u039b\u03a5\u039a\u0391\u03a4\u039f\u0399\u039a\u0399\u0395\u03a3 - \u0391. \u039b\u0399\u039f\u03a3\u0399\u0391",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1712",
        "label": "706",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0399\u039b\u0399\u039f\u039d (\u039c\u0395\u03a3\u03a9 \u039b. \u0391\u039d. \u03a0\u0391\u03a0\u0391\u039d\u0394\u03a1\u0395\u039f\u03a5) (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u0395\u03a6\u039f\u03a1\u0399\u0391)",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1713",
        "label": "706",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0399\u039b\u0399\u039f\u039d (\u039c\u0395\u03a3\u03a9 \u039b. \u0391\u039d. \u03a0\u0391\u03a0\u0391\u039d\u0394\u03a1\u0395\u039f\u03a5) (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u0399\u0394\u039f\u039c\u0395\u039d\u0395\u03a9\u03a3)",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1715",
        "label": "827",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u03a3\u03a0\u03a1\u0391 \u03a7\u03a9\u039c\u0391\u03a4\u0391 - \u03a3\u03a4. \u039d\u0399\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1716",
        "label": "838",
        "long": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391 - \u03a1\u0395\u039d\u03a4\u0397\u03a3 - \u03a0\u0391\u039b. \u039a\u039f\u039a\u039a\u0399\u039d\u0399\u0391 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1719",
        "label": "712",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0395\u03a1\u0393. \u03a0\u039f\u039b\u03a5\u039a\u0391\u03a4\u039f\u0399\u039a\u0399\u0395\u03a3 - \u0391. \u039b\u0399\u039f\u03a3\u0399\u0391 (\u0395\u03a9\u03a3 \u0393\u0395\u03a6\u03a5\u03a1\u0391 \u0391\u03a4\u03a4\u0399\u039a\u0397\u03a3 \u039f\u0394\u039f\u03a5)",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1720",
        "label": "209",
        "long": "\u03a5\u039c\u0397\u03a4\u03a4\u039f\u03a3 - \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397 - \u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1721",
        "label": "211",
        "long": "\u03a5\u039c\u0397\u03a4\u03a4\u039f\u03a3 - \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1723",
        "label": "790",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a0\u0395\u03a1\u0399\u03a3\u03a4\u0395\u03a1\u0399 (\u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397) \u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1724",
        "label": "310",
        "long": "\u0393 \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u03a1\u0391\u039b\u0399\u0391\u03a3) - \u039d\u0395\u0391 \u039c\u0391\u039a\u03a1\u0397 - \u03a1\u0391\u03a6\u0397\u039d\u0391 - \u039c\u0391\u03a4\u0399 - \u039c\u0391\u03a1\u0391\u0398\u03a9\u039d\u0391\u03a3",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1728",
        "label": "122\u0398",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u03a0\u039f \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 \u0395\u03a9\u03a3 \u0392\u0391\u03a1\u039a\u0399\u0396\u0391)",
        "short": "122\u0398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1729",
        "label": "205",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a3\u039f\u03a5\u03a1\u039c\u0395\u039d\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1730",
        "label": "205",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a3\u039f\u03a5\u03a1\u039c\u0395\u039d\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391  (\u0391\u03a0\u039f \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391)",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1731",
        "label": "205",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a3\u039f\u03a5\u03a1\u039c\u0395\u039d\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0395\u03a9\u03a3 \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391)",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1732",
        "label": "205",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a3\u039f\u03a5\u03a1\u039c\u0395\u039d\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 1\u03b7 \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391\u03a3)",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1733",
        "label": "\u039111",
        "long": "\u03a0\u039b. \u0392\u0391\u0398\u0397 - \u0399\u039b\u0399\u039f\u039d - \u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039b\u039f\u0393\u03a9 \u0395\u039a\u0394\u0397\u039b\u03a9\u03a3\u0395\u03a9\u039d \u03a3\u03a4\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u03a0\u0395\u03a4\u03a1\u0391\u03a3)",
        "short": "\u039111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1734",
        "label": "\u039211",
        "long": "\u03a0\u039b. \u0392\u0391\u0398\u0397 - \u0399\u039b\u0399\u039f\u039d - \u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039b\u039f\u0393\u03a9 \u0395\u039a\u0394\u0397\u039b\u03a9\u03a3\u0395\u03a9\u039d \u03a3\u03a4\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u03a0\u0395\u03a4\u03a1\u0391\u03a3)",
        "short": "\u039211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1736",
        "label": "700",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0391\u0393. \u03a4\u03a1\u0399\u0391\u0394\u0391) - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039b\u039f\u0393\u03a9 \u0395\u039a\u0394\u0397\u039b\u03a9\u03a3\u0395\u03a9\u039d \u03a3\u03a4\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u03a0\u0395\u03a4\u03a1\u0391\u03a3)",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1737",
        "label": "747",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039b\u039f\u0393\u03a9 \u0395\u039a\u0394\u0397\u039b\u03a9\u03a3\u0395\u03a9\u039d \u03a3\u03a4\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u03a0\u0395\u03a4\u03a1\u0391\u03a3)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1738",
        "label": "719",
        "long": "\u039a\u0397\u03a0\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039b\u0391\u03a4\u0399\u0391\u039d\u0397 - \u03a3\u03a4 \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 (\u039b\u039f\u0393\u03a9 \u0395\u039a\u0394\u0397\u039b\u03a9\u03a3\u0395\u03a9\u039d \u03a3\u03a4\u039f \u0398\u0395\u0391\u03a4\u03a1\u039f \u03a0\u0395\u03a4\u03a1\u0391\u03a3)",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1739",
        "label": "\u039111",
        "long": "\u03a0\u039b. \u0392\u0391\u0398\u0397 - \u0399\u039b\u0399\u039f\u039d - \u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391\u03a4\u039f\u03a3)",
        "short": "\u039111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1740",
        "label": "\u039211",
        "long": "\u03a0\u039b. \u0392\u0391\u0398\u0397 - \u0399\u039b\u0399\u039f\u039d - \u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397",
        "short": "\u039211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1751",
        "label": "311",
        "long": "\u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u039a\u0391\u039b\u03a5\u0392\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1754",
        "label": "171",
        "long": "\u0392\u0391\u03a1\u039a\u0399\u0396\u0391 - \u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u0395\u039d\u0391\u039b\u039b\u0391\u039a\u03a4\u0399\u039a\u0397 \u039b\u039f\u0393\u03a9 \u039b\u0391\u03aa\u039a\u0397\u03a3 \u039a\u0391\u0398\u0395 \u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1755",
        "label": "311",
        "long": "\u039a\u0391\u039b\u03a5\u0392\u0399\u0391 - \u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399 (\u0391\u03a0\u039f \u0394\u0397\u039c\u0391\u03a1\u03a7\u0395\u0399\u039f \u039a\u0391\u039b\u03a5\u0392\u0399\u03a9\u039d)",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1758",
        "label": "836",
        "long": "\u03a0\u039b. \u039a\u039f\u03a5\u039c\u039f\u03a5\u039d\u0394\u039f\u03a5\u03a1\u039f\u03a5 - \u03a0\u0391\u039b\u0391\u03a3\u039a\u0391",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F19A1E",
        "color_name": "orange",
        "has_shape": true,
        "id": "1760",
        "label": "1",
        "long": "\u03a0\u039b. \u0391\u03a4\u03a4\u0399\u039a\u0397\u03a3 - \u039a\u0391\u039b\u039b\u0399\u0398\u0395\u0391 - \u039c\u039f\u03a3\u03a7\u0391\u03a4\u039f (\u0395\u03a9\u03a3 \u039b\u0395\u03a9\u03a6.\u0395\u039b.\u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5)",
        "short": "1",
        "text_color": "000000",
        "type_label": "Trolleybus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1761",
        "label": "860",
        "long": "\u03a0. \u03a6\u0391\u039b\u0397\u03a1\u039f - \u0393\u0395\u039d. \u039a\u03a1\u0391\u03a4\u0399\u039a\u039f \u039d\u0399\u039a\u0391\u0399\u0391\u03a3 - \u03a3\u03a7\u0399\u03a3\u03a4\u039f \u039a\u0395\u03a1\u0391\u03a4\u03a3\u0399\u039d\u0399\u039f\u03a5 (\u0391\u03a0\u039f \u03a7\u03a1.\u03a3\u039c\u03a5\u03a1\u039d\u0397\u03a3-\u03a3\u03a7\u039f\u039b\u0395\u0399\u0391)",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1762",
        "label": "309\u0392",
        "long": "\u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u039c\u0391\u03a1\u039a\u039f\u03a0\u039f\u03a5\u039b\u039f- \u03a0\u039f\u03a1\u03a4\u039f \u03a1\u0391\u03a6\u03a4\u0397 - \u0391\u03a5\u039b\u0391\u039a\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "309\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1763",
        "label": "309\u0392",
        "long": "\u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399 - \u039c\u0391\u03a1\u039a\u039f\u03a0\u039f\u03a5\u039b\u039f - \u03a0\u039f\u03a1\u03a4\u039f \u03a1\u0391\u03a6\u03a4\u0397 - \u0391\u03a5\u039b\u0391\u039a\u0399 (\u0391\u03a0\u039f \u03a0\u039f\u03a1\u03a4\u039f \u03a1\u0391\u03a6\u03a4\u0397)",
        "short": "309\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1765",
        "label": "703",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u0391\u0393. \u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u039f\u03a3 (\u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0391 \u0394\u03a1\u039f\u039c\u039f\u039b\u039f\u0393\u0399\u0391 \u03a3\u0391\u0392\u0392\u0391\u03a4\u039f\u03a5 -  \u03a0\u039b.\u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397)",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1766",
        "label": "301",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u0391\u039d\u0398\u039f\u03a5\u03a3\u0391 - \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397 (\u0395\u03a9\u03a3 \u03a4\u0395\u03a1\u039c\u0391 \u039a\u0391\u039b\u039b\u0399\u03a3\u0399\u03a9\u039d)",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1768",
        "label": "319",
        "long": "\u03a3\u03a4. \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3 - \u03a0\u0391\u039b\u039b\u0397\u039d\u0397 - \u0395\u039a\u03a0\u03a4. \u03a7\u03a9\u03a1\u0399\u039f \u03a3\u03a0\u0391\u03a4\u0391 (3\u03bf \u0393\u03a5\u039c\u039d\u0391\u03a3\u0399\u039f \u03a0\u0391\u039b\u039b\u0397\u039d\u0397\u03a3 \u03a0\u03a1\u039f\u03a3 \u03a3\u03a0\u0391\u03a4\u0391)",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1777",
        "label": "109",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u039d\u03a9 \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u0391\u03a0\u039f \u03a0\u039b. \u0393\u0395\u03a1\u039f\u03a5\u039b\u0391\u039d\u039f\u03a5 \u0395\u03a9\u03a3 \u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f)",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1779",
        "label": "109",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u0391\u039d\u03a9 \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u0395\u03a9\u03a3 \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039f\u03a4\u0396\u0399\u0391)",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1782",
        "label": "912",
        "long": "\u039d\u0395\u039f \u03a6\u0391\u039b\u0397\u03a1\u039f - \u039a\u0395\u03a0\u0391",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1783",
        "label": "\u03922",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u0391\u0393. \u039a\u039f\u03a3\u039c\u0391\u03a3 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u03a1\u0391\u039b\u0399\u0391\u039a\u0397\u03a3) (5\u03b7 \u0391\u039b\u0399\u039c\u039f\u03a5 \u0395\u03a9\u03a3 \u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e)",
        "short": "\u03922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1784",
        "label": "\u03922",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u0391\u0393. \u039a\u039f\u03a3\u039c\u0391\u03a3 (\u039c\u0395\u03a3\u03a9 \u03a0\u0391\u03a1\u0391\u039b\u0399\u0391\u039a\u0397\u03a3) (\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e \u0395\u03a9\u03a3 5\u03b7 \u0391\u039b\u0399\u039c\u039f\u03a5)",
        "short": "\u03922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1790",
        "label": "203",
        "long": "\u039a\u0391\u03a1\u0395\u0391\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0391\u03a0\u039f \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1791",
        "label": "204",
        "long": "\u03a3\u03a4\u03a1. \u03a3\u0391\u039a\u0395\u03a4\u0391 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1792",
        "label": "204\u0392",
        "long": "\u0395\u039a\u0395\u039c\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u0395\u03a9\u03a3 \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391)",
        "short": "204\u0392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1796",
        "label": "602",
        "long": "\u039d. \u0399\u03a9\u039d\u0399\u0391 - \u039a\u0391\u039b\u039f\u0393\u03a1\u0395\u0396\u0391 - \u03a3\u03a4. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1797",
        "label": "602",
        "long": "\u039d. \u0399\u03a9\u039d\u0399\u0391 - \u039a\u0391\u039b\u039f\u0393\u03a1\u0395\u0396\u0391 - \u03a3\u03a4\u0391\u0398. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 (\u0395\u03a9\u03a3 13\u03b7 \u039a\u0391\u039b\u039f\u0393\u03a1\u0395\u0396\u0391\u03a3)",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1798",
        "label": "602",
        "long": "\u039d. \u0399\u03a9\u039d\u0399\u0391 - \u039a\u0391\u039b\u039f\u0393\u03a1\u0395\u0396\u0391 - \u03a3\u03a4\u0391\u0398. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u03a3\u03a7\u039f\u039b\u0395\u0399\u039f)",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1806",
        "label": "510",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u039c\u0391\u03a1\u039a\u039f\u03a0\u039f\u03a5\u039b\u039f - \u03a3\u039a\u0391\u039b\u0391 \u03a9\u03a1\u03a9\u03a0\u039f\u03a5",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1810",
        "label": "723",
        "long": "\u03a6\u03a5\u039b\u0397 - \u0391\u039d\u03a9 \u039b\u0399\u039f\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1815",
        "label": "122",
        "long": "\u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1816",
        "label": "123",
        "long": "\u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391-\u0391\u039d\u0391\u0392\u03a5\u03a3\u03a3\u039f\u03a3-\u03a0\u0391\u039b\u0391\u0399\u0391 \u03a6\u03a9\u039a\u0391\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1817",
        "label": "122",
        "long": "\u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391 (\u0394\u0399\u0395\u039b\u0395\u03a5\u03a3\u0397 \u0391\u03a0\u039f \u03a3\u03a7\u039f\u039b\u0397 \u03a4\u039f\u03a5\u03a1. \u0395\u03a0\u0391\u0393\u0393/\u03a4\u03a9\u039d)",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1818",
        "label": "123",
        "long": "\u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391-\u0391\u039d\u0391\u0392\u03a5\u03a3\u03a3\u039f\u03a3-\u03a0\u0391\u039b\u0391\u0399\u0391 \u03a6\u03a9\u039a\u0391\u0399\u0391 (\u0391\u03a0\u039f \u03a3\u03a4\u0391\u03a3\u0397 \u039a\u039f\u0399\u039d\u039f\u03a4\u0397\u03a4\u0391 \u03a0\u0391\u039b. \u03a6\u03a9\u039a\u0391\u0399\u0391\u03a3 \u0395\u03a9\u03a3 \u03a3\u0391\u03a1\u03a9\u039d\u0399\u0394\u0391)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1821",
        "label": "227",
        "long": "\u0391\u039d\u03a9 \u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u0391\u0393.\u0391\u03a1\u03a4\u0395\u039c\u0399\u039f\u03a3",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "1824",
        "label": "\u03a721",
        "long": "\u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 - \u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0395\u0398\u039d. \u0391\u039c\u03a5\u039d\u0391",
        "short": "\u03a721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1825",
        "label": "\u03a721",
        "long": "\u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 - \u03a3\u03a4. \u0395\u0398\u039d. \u0391\u039c\u03a5\u039d\u0391 (\u0395\u03a9\u03a3 \u0394\u039f\u03a5\u039a. \u03a0\u039b\u0391\u039a\u0395\u039d\u03a4\u0399\u0391\u03a3)",
        "short": "\u03a721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": false,
        "id": "1826",
        "label": "\u03a721",
        "long": "\u03a3\u03a4. \u0395\u0398\u039d. \u0391\u039c\u03a5\u039d\u0391 - \u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 (\u0395\u03a9\u03a3 \u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391)",
        "short": "\u03a721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "750",
        "label": "024",
        "long": "\u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u03a3\u03a4. \u039a\u0391\u03a4\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "799",
        "label": "224",
        "long": "\u039a\u0391\u0399\u03a3\u0391\u03a1\u0399\u0391\u039d\u0397 - \u0395\u039b. \u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "802",
        "label": "405",
        "long": "\u03a3\u03a4. \u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "804",
        "label": "036",
        "long": "\u03a3\u03a4. \u039a\u0391\u03a4\u0395\u03a7\u0391\u039a\u0397-\u03a3\u03a4. \u03a0\u0391\u039d\u039f\u03a1\u039c\u039f\u03a5-\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399-\u039a\u03a5\u03a8\u0395\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "808",
        "label": "813",
        "long": "\u0391\u0392\u0395\u03a1\u03a9\u03a6 - \u03a0\u03a1\u039f\u03a5\u03a3\u03a3\u0397\u03a3",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "810",
        "label": "863",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u0398\u03a1\u0399\u0391\u03a3\u0399\u039f \u039d\u039f\u03a3. - \u039c\u0391\u039d\u0394\u03a1\u0391",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "812",
        "label": "817",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u039c\u0391\u039d\u0394\u03a1\u0391",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "813",
        "label": "881",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u03a1\u039f\u03a5\u03a0\u0391\u039a\u0399",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "814",
        "label": "864",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u0392\u0399\u039f\u039c\u0397\u03a7\u0391\u039d\u0399\u039a\u0397 \u03a0\u0395\u03a1\u0399\u039f\u03a7\u0397 \u039c\u0391\u0393\u039f\u03a5\u039b\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "816",
        "label": "035",
        "long": "\u0391\u039d\u03a9 \u039a\u03a5\u03a8\u0395\u039b\u0397 - \u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u03a4\u0391\u03a5\u03a1\u039f\u03a3",
        "short": "035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "817",
        "label": "025",
        "long": "\u0399\u03a0\u03a0\u039f\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3 - \u03a0\u03a1\u039f\u03a6\u0397\u03a4\u0397 \u0394\u0391\u039d\u0399\u0397\u039b",
        "short": "025",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "818",
        "label": "026",
        "long": "\u0399\u03a0\u03a0\u039f\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3 - \u0392\u039f\u03a4\u0391\u039d\u0399\u039a\u039f\u03a3",
        "short": "026",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "819",
        "label": "049",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391",
        "short": "049",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "820",
        "label": "861",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u039c\u0391\u039d\u0394\u03a1\u0391 (\u039f\u0399\u039a\u0399\u03a3\u039c\u039f\u03a3 \u03a4\u0399\u03a4\u0391\u039d)",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "822",
        "label": "605",
        "long": "\u03a0\u0395\u03a1\u0399\u03a3\u03a3\u039f\u03a3 - \u0391\u039d\u03a9 \u03a0\u0391\u03a4\u0397\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "823",
        "label": "704",
        "long": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f - \u03a0\u039b. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u03a9\u039d (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "824",
        "label": "057",
        "long": "\u039b\u039f\u03a6\u039f\u03a3 \u03a3\u039a\u039f\u03a5\u0396\u0395 - \u039f\u039c\u039f\u039d\u039f\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "827",
        "label": "855",
        "long": "\u03a8\u0391\u03a1\u0399 - \u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u039b\u039f\u03a6\u039f\u03a3 \u039a\u03a5\u03a1\u0399\u039b\u039b\u039f\u03a5",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "831",
        "label": "046",
        "long": "\u039c\u039f\u03a5\u03a3\u0395\u0399\u039f - \u0395\u039b\u039b\u0397\u039d\u039f\u03a1\u03a9\u03a3\u03a9\u039d",
        "short": "046",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "832",
        "label": "\u039312",
        "long": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f - \u0391\u0393. \u039d\u0399\u039a\u039f\u039b\u0391\u039f\u03a3 - \u0399\u039b\u0399\u039f\u039d - \u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "\u039312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "833",
        "label": "\u03918",
        "long": "\u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f - \u039d. \u0399\u03a9\u039d\u0399\u0391 - \u039c\u0391\u03a1\u039f\u03a5\u03a3\u0399",
        "short": "\u03918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "835",
        "label": "748",
        "long": "\u03a7\u03a1\u03a5\u03a3\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u03a0\u0395\u03a1\u0399\u03a3\u03a4\u0395\u03a1\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "836",
        "label": "560",
        "long": "\u03a3\u03a4. \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 - \u039c\u039f\u03a1\u03a4\u0395\u03a1\u039f - \u039d. \u0395\u03a1\u03a5\u0398\u03a1\u0391\u0399\u0391",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "837",
        "label": "719",
        "long": "\u039a\u0397\u03a0\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039b\u0391\u03a4\u0399\u0391\u039d\u0397 - \u03a3\u03a4. \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "840",
        "label": "\u039115",
        "long": "\u03a3\u03a4. \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u0394\u0391\u03a3\u039f\u03a3",
        "short": "\u039115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "844",
        "label": "892",
        "long": "\u0391\u0393. \u0392\u0391\u03a1\u0392\u0391\u03a1\u0391 - \u03a7\u0391\u03aa\u0394\u0391\u03a1\u0399 - \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399-\u0399\u039b\u0399\u039f\u039d",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "845",
        "label": "731",
        "long": "\u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u039c. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u0391\u03a4\u03a4\u0399\u039a\u039f \u039d\u039f\u03a3. - \u0394\u0391\u03a3\u039f\u03a3",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "846",
        "label": "410",
        "long": "\u039f.\u0391.\u039a.\u0391. - \u0391\u039d\u03a9 \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "847",
        "label": "227",
        "long": "\u0391\u039d\u03a9 \u03a0\u0395\u03a4\u03a1\u0391\u039b\u03a9\u039d\u0391 - \u0391\u0393. \u0391\u03a1\u03a4\u0395\u039c\u0399\u039f\u03a3",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "851",
        "label": "130",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u039d. \u03a3\u039c\u03a5\u03a1\u039d\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "854",
        "label": "871",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 (\u039c\u0395\u03a3\u03a9 \u039b. \u0395\u0398\u039d. \u0391\u039d\u03a4\u0399\u03a3\u03a4\u0391\u03a3\u0395\u03a9\u03a3)",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "857",
        "label": "825",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 \u0392 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "861",
        "label": "807",
        "long": "\u0391\u039d\u03a9 \u039a\u039f\u03a1\u03a5\u0394\u0391\u039b\u039b\u039f\u03a3 - \u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "862",
        "label": "811",
        "long": "\u03a7\u0391\u03aa\u0394\u0391\u03a1\u0399 - \u03a3\u03a4. \u0391\u0393\u0399\u0391 \u039c\u0391\u03a1\u0399\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "866",
        "label": "\u039113",
        "long": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391 - \u039a\u0397\u03a0\u039f\u03a5\u03a0\u039f\u039b\u0397",
        "short": "\u039113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "871",
        "label": "\u03921",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u039d\u03a9 \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391",
        "short": "\u03921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "872",
        "label": "845",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 (\u039c\u0395\u03a3\u03a9 \u0398\u0397\u0392\u03a9\u039d)",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "874",
        "label": "831",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0399\u0393\u0391\u039b\u0395\u03a9",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "875",
        "label": "852",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "877",
        "label": "500",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391(\u03a0\u039b.\u03a0\u039b\u0391\u03a4\u0391\u039d\u039f\u03a5) (\u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397)",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "878",
        "label": "824",
        "long": "\u039d\u0395\u0391\u03a0\u039f\u039b\u0397 - \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 \u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "879",
        "label": "856",
        "long": "\u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u03a5\u039c\u0397\u03a4\u03a4\u039f\u03a3 - \u0394\u0391\u03a6\u039d\u0397",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "882",
        "label": "906",
        "long": "\u03a0\u039b. \u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397 - \u039a\u0391\u039b\u039b\u0399\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "883",
        "label": "914",
        "long": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391 - \u039b\u0391\u03a7\u0391\u039d\u0391\u0393\u039f\u03a1\u0391 - \u03a0\u0391\u039b. \u039a\u039f\u039a\u039a\u0399\u039d\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "885",
        "label": "300",
        "long": "\u03a0\u039b. \u039a\u0391\u03a1\u0391\u03aa\u03a3\u039a\u0391\u039a\u0397 - \u03a4\u0396\u0391\u039d\u0395\u0399\u039f (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "886",
        "label": "750",
        "long": "\u0391\u03a4\u03a4\u0399\u039a\u039f \u039d\u039f\u03a3\u039f\u039a\u039f\u039c\u0395\u0399\u039f - \u03a3\u03a4. \u039c\u0395\u03a4\u03a1\u039f \u0391\u0399\u0393\u0391\u039b\u0395\u03a9 - \u039d\u0399\u039a\u0391\u0399\u0391",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "890",
        "label": "819",
        "long": "\u03a0\u0395\u03a1\u0391\u039c\u0391 - \u039d\u0395\u039a\u03a1. \u03a3\u03a7\u0399\u03a3\u03a4\u039f\u03a5",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "892",
        "label": "\u03a796",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0391\u0395\u03a1/\u039d\u0391\u03a3 \u0391\u0398\u0397\u039d\u03a9\u039d (EXPRESS)",
        "short": "\u03a796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "899",
        "label": "821",
        "long": "\u0391\u0393\u0399\u0391 \u0391\u039d\u0391\u03a3\u03a4\u0391\u03a3\u0399\u0391 - \u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "903",
        "label": "\u039215",
        "long": "\u03a3\u03a4. \u039b\u0391\u03a1\u0399\u03a3\u0397\u03a3 - \u03a0\u0391\u039b\u0391\u03a4\u0391\u039a\u0399",
        "short": "\u039215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "904",
        "label": "537",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0392\u0391\u03a1\u03a5\u039c\u03a0\u039f\u039c\u03a0\u0397",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "905",
        "label": "728",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399- \u0391\u0393.\u03a0\u0395\u03a4\u03a1\u039f\u03a3- \u0391\u0393.\u0399\u03a9\u0391\u039d\u039d\u0397\u03a3-\u03a0\u039b\u0391\u03a4\u03a9\u039d\u0391\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "907",
        "label": "733",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0391\u039d\u03a9 \u039b\u0399\u039f\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "909",
        "label": "752",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0391\u0393. \u0399\u03a9\u0391\u039d\u039d\u0397\u03a3 - \u0391\u0393. \u03a0\u0395\u03a4\u03a1\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "911",
        "label": "878",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "912",
        "label": "879",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u0398\u03a1\u0399\u0391\u03a3\u0399\u039f \u039d\u039f\u03a3\u039f\u039a\u039f\u039c\u0395\u0399\u039f - \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "913",
        "label": "503",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0392\u0391\u03a1\u03a5\u039c\u03a0\u039f\u039c\u03a0\u0397",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "914",
        "label": "507",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u03a1\u039f\u0394\u039f\u03a0\u039f\u039b\u0397 - \u03a3\u03a4\u0391\u039c\u0391\u03a4\u0391",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "916",
        "label": "536",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0394\u0399\u039f\u039d\u03a5\u03a3\u039f\u03a3",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "917",
        "label": "535",
        "long": "\u0396\u0397\u03a1\u0399\u039d\u0395\u0399\u039f - \u0395\u03a5\u039e\u0395\u0399\u039d\u039f\u03a3 \u03a0\u039f\u039d\u03a4\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "918",
        "label": "721",
        "long": "\u0391\u03a7\u0391\u03a1\u039d\u0391\u0399 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "924",
        "label": "164",
        "long": "\u03a3\u03a4. \u0391\u0393. \u0394\u0397\u039c\u0397\u03a4\u03a1\u0399\u039f\u03a3 - \u039a. \u0397\u039b/\u03a0\u039f\u039b\u0397 - \u0391\u03a1\u0393/\u03a0\u039f\u039b\u0397 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "926",
        "label": "203",
        "long": "\u039a\u0391\u03a1\u0395\u0391\u03a3 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "927",
        "label": "128",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u03a4\u0395\u03a1\u03a8\u0399\u0398\u0395\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "929",
        "label": "116",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0392\u0391\u03a1\u0397 - \u039a\u0399\u03a4\u03a3\u0399",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "932",
        "label": "117",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0392\u039f\u03a5\u039b\u0399\u0391\u0393\u039c\u0395\u039d\u0397 - \u0392\u0391\u03a1\u0397",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "934",
        "label": "815",
        "long": "\u0393\u039f\u03a5\u0394\u0397 - \u03a4\u0391\u03a5\u03a1\u039f\u03a3",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "935",
        "label": "622",
        "long": "\u0393\u039f\u03a5\u0394\u0397 - \u0391\u039d\u03a9 \u0393\u0391\u039b\u0391\u03a4\u03a3\u0399",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "937",
        "label": "140",
        "long": "\u03a0\u039f\u039b\u03a5\u0393\u03a9\u039d\u039f - \u0393\u039b\u03a5\u03a6\u0391\u0394\u0391",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "938",
        "label": "040",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391",
        "short": "040",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "939",
        "label": "101",
        "long": "\u0391\u039b\u0399\u039c\u039f\u03a3 - \u0395\u039b\u039b\u0397\u039d\u0399\u039a\u039f",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "940",
        "label": "120",
        "long": "\u0393\u039b\u03a5\u03a6\u0391\u0394\u0391 - \u0392\u0391\u03a1\u0397 - \u03a0\u03a1\u039f\u0391\u03a3\u03a4\u0399\u0391\u039a\u039f\u03a3 \u03a3\u03a4. \u039a\u039f\u03a1\u03a9\u03a0\u0399\u039f\u03a5",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "942",
        "label": "142",
        "long": "\u03a3\u03a4. \u0391\u03a1\u0393\u03a5\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u039a\u0391\u039b\u0391\u039c\u0391\u039a\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "944",
        "label": "162",
        "long": "\u0392\u039f\u03a5\u039b\u0391 - \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "946",
        "label": "204",
        "long": "\u03a3\u03a4\u03a1. \u03a3\u0391\u039a\u0395\u03a4\u0391 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "948",
        "label": "212",
        "long": "\u03a3\u03a4. \u0394\u0391\u03a6\u039d\u0397 - \u03a5\u039c\u0397\u03a4\u03a4\u039f\u03a3 - \u0392\u03a5\u03a1\u03a9\u039d\u0391\u03a3 - \u039a\u0391\u03a1\u0395\u0391\u03a3",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "949",
        "label": "220",
        "long": "\u0391\u039d\u03a9 \u0399\u039b\u0399\u03a3\u0399\u0391 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "950",
        "label": "235",
        "long": "\u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "951",
        "label": "242",
        "long": "\u03a3\u03a4. \u039a\u0391\u03a4\u0395\u03a7\u0391\u039a\u0397 - \u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "952",
        "label": "250",
        "long": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a3\u03a4. \u0395\u03a5\u0391\u0393\u0393\u0395\u039b\u0399\u03a3\u039c\u039f\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "953",
        "label": "304",
        "long": "\u03a3\u03a4. \u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f - \u0391\u03a1\u03a4\u0395\u039c\u0399\u03a3 (\u0392\u03a1\u0391\u03a5\u03a1\u03a9\u039d\u0391)",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "954",
        "label": "305",
        "long": "\u03a3\u03a4. \u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f - \u0391\u03a1\u03a4\u0395\u039c\u0399\u03a3 (\u0391\u0393. \u039d\u0399\u039a\u039f\u039b\u0391\u039f\u03a3)",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "955",
        "label": "308",
        "long": "\u03a3\u03a4. \u039d\u039f\u039c\u0399\u03a3\u039c\u0391\u03a4\u039f\u039a\u039f\u03a0\u0395\u0399\u039f - \u03a0\u0391\u0399\u0391\u039d\u0399\u0391 - \u039a\u039f\u03a1\u03a9\u03a0\u0399",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "959",
        "label": "550",
        "long": "\u03a0. \u03a6\u0391\u039b\u0397\u03a1\u039f - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "960",
        "label": "608",
        "long": "\u0393\u0391\u039b\u0391\u03a4\u03a3\u0399 - \u0391\u039a\u0391\u0394\u0397\u039c\u0399\u0391 - \u039d\u0395\u039a\u03a1. \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "961",
        "label": "910",
        "long": "\u03a3\u03a4. \u03a3\u03a5\u0393\u0393\u03a1\u039f\u03a5 \u03a6\u0399\u039e - \u03a4\u0396\u0399\u03a4\u0396\u0399\u03a6\u0399\u0395\u03a3 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "962",
        "label": "\u03911",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u0392\u039f\u03a5\u039b\u0391",
        "short": "\u03911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "965",
        "label": "\u03917",
        "long": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0397 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u03a0\u039b\u0391\u03a4\u0391\u039d\u039f\u03a5)",
        "short": "\u03917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "967",
        "label": "421",
        "long": "\u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u0391\u0393. \u03a0\u0391\u03a1\u0391\u03a3\u039a\u0395\u03a5\u0397",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "969",
        "label": "843",
        "long": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u0391\u03a3 - \u03a0\u0395\u03a1\u0391\u039c\u0391",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "975",
        "label": "230",
        "long": "\u0391\u039a\u03a1\u039f\u03a0\u039f\u039b\u0397 - \u0396\u03a9\u0393\u03a1\u0391\u03a6\u039f\u03a5",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "976",
        "label": "447",
        "long": "\u03a7\u0391\u039b\u0391\u039d\u0394\u03a1\u0399 - \u0391\u039d\u03a9 \u0392\u03a1\u0399\u039b\u0397\u03a3\u03a3\u0399\u0391",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "977",
        "label": "501",
        "long": "\u03a0\u0395\u03a5\u039a\u0397 - \u039c\u0391\u03a1\u039f\u03a5\u03a3\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "978",
        "label": "527",
        "long": "\u03a0\u0395\u03a5\u039a\u0397 - \u039d\u0395\u03a1\u0391\u03a4\u0396\u0399\u03a9\u03a4\u0399\u03a3\u03a3\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "527",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "979",
        "label": "541",
        "long": "\u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397 - \u03a3\u03a4. \u0391\u039c\u0391\u03a1\u039f\u03a5\u03a3\u0399\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "982",
        "label": "642",
        "long": "\u0397\u03a1\u0391\u039a\u039b\u0395\u0399\u039f - \u0391\u0393. \u039d\u0395\u039a\u03a4\u0391\u03a1\u0399\u039f\u03a3 - \u03a0\u0395\u03a5\u039a\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "983",
        "label": "604",
        "long": "\u039d\u039f\u03a3. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u039f\u0399 - \u03a3\u03a4. \u039c\u0395\u03a4\u0391\u039c\u039f\u03a1\u03a6\u03a9\u03a3\u0397\u03a3 - \u039d\u0395\u0391 \u0399\u03a9\u039d\u0399\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "984",
        "label": "640",
        "long": "\u03a4\u039f\u03a0\u0399\u039a\u0397 \u0397\u03a1\u0391\u039a\u039b\u0395\u0399\u039f\u03a5 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "985",
        "label": "610",
        "long": "\u03a6\u0399\u039b\u039f\u0398\u0395\u0397 - \u0391\u039c\u03a0\u0395\u039b\u039f\u039a\u0397\u03a0\u039f\u0399 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "986",
        "label": "705",
        "long": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f - \u0399\u039b\u0399\u039f\u039d - \u03a0\u039b. \u0391\u0393. \u0391\u039d\u0391\u03a1\u0393\u03a5\u03a1\u03a9\u039d - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "987",
        "label": "701",
        "long": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f - \u0399\u039b\u0399\u039f\u039d - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "989",
        "label": "730",
        "long": "\u039b\u039f\u03a6\u039f\u03a3 \u0391\u039e\u0399\u03a9\u039c\u0391\u03a4\u0399\u039a\u03a9\u039d - \u03a3\u03a4. \u0391\u0393. \u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a3 - \u0396\u03a9\u039f\u0394. \u03a0\u0397\u0393\u0397",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "990",
        "label": "747",
        "long": "\u03a0\u0395\u03a4\u03a1\u039f\u03a5\u03a0\u039f\u039b\u0397 - \u03a0\u0391\u039d\u039f\u03a1\u0391\u039c\u0391 - \u03a3\u03a4. \u0391\u039d\u0398\u039f\u03a5\u03a0\u039f\u039b\u0397 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "991",
        "label": "876",
        "long": "\u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391 - \u03a3\u03a4. \u0391\u0393. \u039c\u0391\u03a1\u0399\u039d\u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "993",
        "label": "\u03a714",
        "long": "\u03a3\u03a5\u039d\u03a4\u0391\u0393\u039c\u0391 - \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391 (EXPRESS-\u039d\u03a5\u03a7\u03a4\u0395\u03a1\u0399\u039d\u0397)",
        "short": "\u03a714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "995",
        "label": "805",
        "long": "\u0391\u03a3\u03a0\u03a1\u039f\u03a0\u03a5\u03a1\u0393\u039f\u03a3 - \u039d\u0395\u039f\u039a\u03a4\u0399\u03a3\u03a4\u0391",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "996",
        "label": "862",
        "long": "\u03a0\u0391\u03a1\u0391\u039b\u0399\u0391 - \u0391\u039d\u03a9 \u0395\u039b\u0395\u03a5\u03a3\u0399\u039d\u0391",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "997",
        "label": "523",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u0391\u0394\u0391\u039c\u0395\u03a3 \u0392 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "998",
        "label": "522",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u0391\u0394\u0391\u039c\u0395\u03a3 \u0391 (\u039a\u03a5\u039a\u039b\u0399\u039a\u0397)",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "153CE0",
        "color_name": "blue",
        "has_shape": true,
        "id": "999",
        "label": "530",
        "long": "\u03a3\u03a4\u0391\u0398\u039c\u039f\u03a3 \u039a\u0397\u03a6\u0399\u03a3\u0399\u0391\u03a3 - \u039c\u0395\u039b\u0399\u03a3\u03a3\u0399\u0391 - \u039d. \u03a0\u0395\u039d\u03a4\u0395\u039b\u0397",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 8040,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-23",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 8040,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "8040 of 8040 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 97217,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "97217 of 97217 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
