{"id":11712,"date":"2022-01-17T10:07:57","date_gmt":"2022-01-17T10:07:57","guid":{"rendered":"https:\/\/grc-essentials.eu\/?page_id=11712"},"modified":"2022-02-08T13:23:32","modified_gmt":"2022-02-08T13:23:32","slug":"grcessentials-%ce%bc%ce%b9%ce%b1-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%82-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%83%ce%ad%ce%b3%ce%b3%ce%b9%cf%83%ce%b7","status":"publish","type":"page","link":"https:\/\/grc-essentials.eu\/el\/grcessentials-%ce%bc%ce%b9%ce%b1-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%82-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%83%ce%ad%ce%b3%ce%b3%ce%b9%cf%83%ce%b7\/","title":{"rendered":"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11712\" class=\"elementor elementor-11712 elementor-11708\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e1fdfc4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e1fdfc4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4bee496\" data-id=\"4bee496\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbea87b elementor-widget elementor-widget-heading\" data-id=\"dbea87b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">GRCEssentials <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ef8f3b elementor-widget elementor-widget-heading\" data-id=\"8ef8f3b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u039c\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-845ca1c elementor-widget elementor-widget-html\" data-id=\"845ca1c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.6.0\/jquery.min.js\"><\/script>\r\n<script>\r\n$(function() {\r\n\r\nwindow.scroll({\r\n top: 0, \r\n left: 0, \r\n behavior: 'smooth' \r\n});\r\n\r\n\r\n  var step = 0;\r\n  var stepItem = $('.step-progress .step-slider .step-slider-item');\r\n\r\n  \/\/ Step Next\r\n  $('.step-content .step-content-foot button[name=\"next\"]').on('click', function() {\r\n    var instance = $(this);\r\n    if (stepItem.length - 1 < step) {\r\n      return;\r\n\t  \r\n    }\r\n    if (step == (stepItem.length - 1)) {\r\n      instance.addClass('out');\r\n      instance.siblings('button[name=\"finish\"]').removeClass('out');\r\n    }\r\n    $(stepItem[step]).addClass('active');\r\n    $('.step-content-body').addClass('out');\r\n\t\r\n    if (step !== (stepItem.length - 1)) {\r\n\t\t$('#' + stepItem[step + 1].dataset.id).removeClass('out');\r\n\t}\r\n\telse {\r\n\t\t$('#stepLast').removeClass('out');\r\n\t}\r\n\t\r\n\tinstance.siblings('button[name=\"prev\"]').removeClass('out');\r\n\t\r\n    step++;\r\n\twindow.scroll({\r\n\ttop: 0, \r\n\tleft: 0, \r\n\tbehavior: 'smooth' \r\n\t});\r\n  });\r\n\r\n  \/\/ Step Last\r\n  $('.step-content .step-content-foot button[name=\"finish\"]').on('click', function() {\r\n    if (step == stepItem.length) {\r\n\t  \/\/alert('Finish');\r\n\t  location.reload();\r\n      return;\r\n    }\r\n    $(stepItem[stepItem.length - 1]).addClass('active');\r\n    $('.step-content-body').addClass('out');\r\n    $('#stepLast').addClass('out');\r\n\t\r\n\tvar instance = $(this);\r\n\tinstance.siblings('button[name=\"next\"]').removeClass('out');\r\n    instance.siblings('button[name=\"finish\"]').addClass('out');\r\n\t\r\n\twindow.scroll({\r\n\ttop: 0, \r\n\tleft: 0, \r\n\tbehavior: 'smooth' \r\n\t});\r\n  });\r\n\r\n  \/\/ Step Previous\r\n  $('.step-content .step-content-foot button[name=\"prev\"]').on('click', function() {\r\n    var instance = $(this);\r\n    $(stepItem[step-1]).removeClass('active');\r\n    if (step == (stepItem.length)) {\r\n      instance.siblings('button[name=\"next\"]').removeClass('out');\r\n      instance.siblings('button[name=\"finish\"]').addClass('out');\r\n    }\r\n\r\n    $('.step-content-body').addClass('out');\r\n    $('#' + stepItem[step-1].dataset.id).removeClass('out');\r\n    if (step <= 0) {\r\n      return;\r\n    }\r\n\t\t\r\n    step--;\r\n\t\r\n\tif (step == 0) {\r\n\t\tdocument.getElementById(\"prevbtn\").style.visibility = \"hidden\";\r\n\t\t}\r\n\t\r\n\telse {\r\n\t\tdocument.getElementById(\"prevbtn\").style.visibility = \"visible\";\r\n\t}\r\n\twindow.scroll({\r\n\ttop: 0, \r\n\tleft: 0, \r\n\tbehavior: 'smooth' \r\n\t});\r\n\t\r\n  });\r\n\r\n});\r\n<\/script>\r\n\r\n<style>\r\n.card {\r\n  position: relative;\r\n  margin-bottom: 24px;\r\n  background-color: #fff;\r\n  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);\r\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n\r\n.step-progress {\r\n  padding: 5% 2%;\r\n  background-color: #FAFAFA;\r\n  margin: 0 auto;\r\n}\r\n\r\n.step-progress .step-slider {\r\n  width: 100%;\r\n  counter-reset: step;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item {\r\n  width: 16.5%;\r\n  height: 5px;\r\n  position: relative;\r\n  float: left;\r\n  background-color: #292929;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item:after {\r\n\tcontent: \"\";\r\n    width: 20px;\r\n    font-style: normal;\r\n    font-weight: normal;\r\n    height: 20px;\r\n    position: absolute;\r\n    top: -6px;\r\n    right: 0;\r\n    background-color: #fafafa;\r\n    border: 1px solid #292929;\r\n    z-index: 2;\r\n    transition: all .3s ease-out .5s;\r\n    -webkit-transition: all .3s ease-out .5s;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item:before {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 0%;\r\n    height: 5px;\r\n    background-color: #B0BEC5;\r\n    z-index: 1;\r\n    -webkit-transition: all 0.5s ease-out;\r\n}\r\n \r\n.step-progress .step-slider .step-slider-item.active:before {\r\n  width: 100%;\r\n  background-color: #a70d5a;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item.active {\r\n  background-color: #a70d5a;\r\n}\r\n.step-progress .step-slider .step-slider-item h4 {\r\n\tfont-size: 0.9em;\r\n    margin: 1em 0 0 0;\r\n\tcolor:#808080;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item.active h4 {\r\n\tcolor:#a70d5a;\r\n}\r\n\r\n.step-progress .step-slider .step-slider-item.active:after {\r\n  border-color: #a70d5a;\r\n  background-color: #a70d5a;\r\n}\r\n\r\n.step-content {\r\n  padding: 16px 0;\r\n}\r\n\r\n.step-content .step-content-foot {\r\n  text-align: right;\r\n}\r\n\r\n.step-content .step-content-foot button {\r\n  border: 0;\r\n  padding: 8px 16px;\r\n  background-color: #CFD8DC;\r\n  font-size: 14px;\r\n  border-radius: 3px;\r\n  outline: 0;\r\n}\r\n\r\n.step-content .step-content-foot button:active {\r\n  background-color: rgba(255, 255, 255, 0.2);\r\n}\r\n\r\n.step-content .step-content-foot button.out {\r\n  display: none;\r\n}\r\n\r\n.step-content .step-content-foot button.disable {\r\n  background-color: #ECEFF1;\r\n}\r\n\r\n.step-content .step-content-foot button.active {\r\n  background-color: #a70d5a;\r\n  color: white;\r\n}\r\n\r\n.step-content .step-content-foot button.active:hover {\r\n  background-color: #292929;\r\n  color: white;\r\n}\r\n\r\n.step-content .step-content-body {\r\n  padding: 3em 0;\r\n  margin-top: 2em;\r\n}\r\n\r\n.step-content .step-content-body.out {\r\n  display: none;\r\n}\r\n\r\n.step1-tiles {\r\n\tpadding: 0;\r\n\tmargin: 25px auto;\r\n\tlist-style: none;\r\n}\r\n.step1-tiles li {\r\n\tdisplay: inline-block;\r\n\twidth: 18%;\r\n\tmin-width: 200px;\r\n\tmax-width: 230px;\r\n\tpadding: 4% 1%;\r\n\tposition: relative;\r\n\tvertical-align: top;\r\n\tmargin-right: 15px;\r\n\tbackground: #fff;\r\n\ttext-align: left;\r\n\theight: 260px;\r\n}\r\n.step1-tiles li h2 {\r\n\tfont-size: 6em;\r\n\tmargin: 0;\r\n\tposition: absolute;\r\n\topacity: 0.2;\r\n\ttop: 50px;\r\n\tright: 10px;\r\n\ttransition: all 0.3s ease-in-out;\r\n}\r\n.step1-tiles li h3 {\r\n\tfont-size: 20px;\r\n\tcolor: #292929;\r\n\tmargin-bottom: 5px;\r\n}\r\n.step1-tiles li p {\r\n\tfont-size: 16px;\r\n\tline-height: 18px;\r\n\tcolor: #292929;\r\n\tmargin-top: 5px;\r\n}\r\n\r\n.step1-tiles li:hover h2 {\r\n\ttop: 0px;\r\n\topacity: 0.6;\r\n}\r\n\r\n.step1-text {max-width:90%; text-align: justify;}\r\n\r\n.step1_btn {\r\n  display: flex;\r\n  align-items: center;\r\n  font-size: 1.2em;\r\n}\r\n\r\n.step1_btn1 {\r\n  width: 300px;\r\n  height: 200px;\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  flex-direction: column;\r\n}\r\n\r\n\r\n.step1_btn1 a {\r\n  text-decoration: none;\r\n  border: 2px solid #292929;\r\n  padding: 15px;\r\n  color: #292929;\r\n  text-transform: uppercase;\r\n  letter-spacing: 2px;\r\n  position: relative;\r\n  display: inline-block;\r\n}\r\n\r\nspan {\r\n  position: relative;\r\n  \/* z-index coz when we put bg to before and after this span text will not be visible *\/\r\n  z-index: 3;\r\n}\r\n\r\n\/* Button 1 styles *\/\r\n\r\n.step1_btn1 a::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: 5px;\r\n  left: -2px;\r\n  width: calc(100% + 6px);\r\n  \/*100% plus double the times left values*\/\r\n  height: calc(100% - 10px);\r\n  background-color: #ffffff;\r\n  transition: all 0.5s ease-in-out;\r\n  transform: scaleY(1);\r\n}\r\n\r\n.step1_btn1 a:hover::before{\r\n  transform: scaleY(0);\r\n}\r\n\r\n.step1_btn1 a::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 5px;\r\n  top: -5px;\r\n  width: calc(100% - 10px);\r\n  \/*100% plus double the times left values*\/\r\n  height: calc(100% + 10px);\r\n  background-color: #ffffff;\r\n  transition: all 0.5s ease-in-out;\r\n  transform: scaleX(1);\r\n}\r\n\r\n.step1_btn1 a:hover::after {\r\n  transform: scaleX(0);\r\n}\r\n\r\n.inlink {color:#a70d5a;}\r\n.inlink:hover {font-weight:600;}\r\n\r\n.float-container {\r\n    display: flex;\r\n    padding: 20px;\r\n}\r\n\r\n.float-first {\r\n    width: 40%;\r\n    float: left;\r\n}\r\n\r\n.float-second {\r\n    width: 60%;\r\n    float: left;\r\n}\r\n\r\n.float-first-content {\r\n    font-size:1.6em;\r\n    border-left:5px solid #292929;\r\n    padding-left: 10px;\r\n    padding-right: 50px;\r\n    line-height: 1.3;\r\n}\r\n\r\n.float-first-content-2 {\r\n    font-size:2em;\r\n    color:#fff;\r\n    border-left:5px solid #fff;\r\n    padding-left: 10px;\r\n    padding-right: 50px;\r\n    line-height: 1.3;\r\n}\r\n\r\n.float-second-content-2 {\r\n    color:#fff;\r\n}\r\n\r\n.elementor-toggle-title {margin-left:15px;}\r\n.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {color:#a70d5a;}\r\n.pp-first-text {color:#a70d5a !important;}\r\n.pp-second-text {color:#292929 !important;}\r\n.pp-dual-heading {    margin-top: 25px !important; margin-bottom: 0 !important; }\r\n.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {color:#292929 !important;}\r\n.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {color:#a70d5a !important;}\r\n<\/style>\r\n\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"card step-progress\">\r\n    <div class=\"step-slider\">\r\n      <div data-id=\"step1\" class=\"step-slider-item\"><h4 style=\"margin-bottom:0; padding:0;\">\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae<\/h4><p style=\"color:#a70d5a;\">\u0392\u03ae\u03bc\u03b1 1<\/p><\/div>\r\n      <div data-id=\"step2\" class=\"step-slider-item\"><h4 style=\"margin-bottom:0; padding:0;\">\u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf GRCEssentials One<\/h4><p style=\"color:#a70d5a;\">\u0392\u03ae\u03bc\u03b1 2<\/p><\/div>\r\n      <div data-id=\"step3\" class=\"step-slider-item\"><h4 style=\"margin-bottom:0; padding:0;\">\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials<\/h4><p style=\"color:#a70d5a;\">\u0392\u03ae\u03bc\u03b1 3<\/p><\/div>\r\n      <div data-id=\"step4\" class=\"step-slider-item\"><h4 style=\"margin-bottom:0; padding:0;\">\u03a6\u03ac\u03c3\u03b5\u03b9\u03c2 GRCEssentials<\/h4><p style=\"color:#a70d5a;\">\u0392\u03ae\u03bc\u03b1 4<\/p><\/div>\r\n\t  <div data-id=\"step5\" class=\"step-slider-item\"><h4 style=\"margin-bottom:0; padding:0;\">\u03a0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5\u03bb\u03ad\u03c4\u03b7\u03c2<\/h4><p style=\"color:#a70d5a;\">\u0392\u03ae\u03bc\u03b1 5<\/p><\/div>\r\n\t  <div data-id=\"stepLast\" class=\"step-slider-item\"><h4>\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7<\/h4><\/div>\r\n    <\/div>\r\n    <div class=\"step-content\">\r\n\t\r\n<div id=\"step1\" class=\"step-content-body\">\r\n\t\t<h2>\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae<\/h2>\r\n<p class=\"step1-text\">\u039f\u03b9 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 <strong>\u039c\u039c\u0395, \u039c\u039c\u039f \u03ba\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03bf\u03c5\u03bd \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ac \u03c4\u03b9\u03c2 \u03c0\u03bf\u03bb\u03cd\u03c4\u03b9\u03bc\u03b5\u03c2 \u03b4\u03b5\u03be\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b9\u03ba\u03b1\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 GRCEssentials<\/strong>. \u039c\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c5\u03bb\u03b9\u03ba\u03cc GRCEssentials, \u03bf\u03b9 \u039c\u039c\u0395, \u03bf\u03b9 \u039c\u039c\u039f \u03ba\u03b1\u03b9 \u03bf\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf <strong>\u03c7\u03c9\u03c1\u03af\u03c2 \u03b4\u03b1\u03c0\u03b1\u03bd\u03b7\u03c1\u03bf\u03cd\u03c2 \u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03c5\u03bc\u03b2\u03bf\u03cd\u03bb\u03bf\u03c5\u03c2<\/strong>. \u0395\u03af\u03bd\u03b1\u03b9 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf GRC \u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03ba\u03b1\u03b8\u03b9\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c3\u03b1\u03c2, \u03c3\u03c4\u03b1\u03b4\u03b9\u03b1\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c3\u03b5 \u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2, \u03c3\u03b1\u03c6\u03ce\u03c2 \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c6\u03ac\u03c3\u03b5\u03b9\u03c2, \u03bc\u03af\u03b1 \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03ac\u03bb\u03bb\u03b7 (\u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 \u03b5\u03ba\u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2). \u0395\u03ac\u03bd \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c3\u03c5\u03bd\u03ad\u03c0\u03b5\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 GRC \u03ad\u03c1\u03b3\u03bf\u03c5, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03af\u03c3\u03c4\u03b5 \u03b2\u03ad\u03b2\u03b1\u03b9\u03bf\u03b9 \u03cc\u03c4\u03b9 \u03ba\u03b1\u03bc\u03af\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b8\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b2\u03bb\u03b5\u03c6\u03b8\u03b5\u03af.<\/p>\r\n\r\n<p class=\"step1-text\">\u03a3\u03c4\u03bf \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03bf\u03c5 GRCEssentials, \u03b5\u03ba\u03c4\u03cc\u03c2 \u03b1\u03c0\u03cc \u03ad\u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03bf \u03b8\u03b5\u03c9\u03c1\u03b7\u03c4\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf (GRCEssentials One Model), \u03c3\u03b1\u03c2 \u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03cc\u03bb\u03bf \u03c4\u03bf \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03c5\u03bb\u03b9\u03ba\u03cc \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03b9 \u039c\u039c\u0395, \u03bf\u03b9 \u03bc\u03b9\u03ba\u03c1\u03bf\u03bc\u03b5\u03c3\u03b1\u03af\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03b3\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03b5\u03be\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 GRCEssentials.<\/p>\r\n\r\n<table style=\"width: 75%;  border:none;\" border=\"1\" cellspacing=\"1\" cellpadding=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 3px solid #a70d5a; background-color:#fff;\">\r\n<p style=\"padding:1% 2%;\"><strong>\u03a4\u03bf \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf GRCEssentials One<\/strong> \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b4\u03bf\u03c7\u03b9\u03ba\u03ad\u03c2 \u03c6\u03ac\u03c3\u03b5\u03b9\u03c2. \u039a\u03ac\u03b8\u03b5 \u03c6\u03ac\u03c3\u03b7 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b1\u03c1\u03ba\u03b5\u03c4\u03ad\u03c2, \u03cc\u03c7\u03b9 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b1 \u03b4\u03b9\u03b1\u03b4\u03bf\u03c7\u03b9\u03ba\u03ad\u03c2, \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03ae \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1. \u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03ac\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2, \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ae \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1.<\/p>\r\n<\/td>\r\n<td style=\"width: 5%; border:none;\">&nbsp;<\/td>\r\n<td style=\"border: 3px solid #a70d5a; background-color:#fff;\">\r\n<p style=\"padding:1% 2%;\"><strong>\u03a4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03bf\u03c5 GRCEssentials<\/strong> \u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b2\u03b1\u03c3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03b8\u03b5\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03bf\u03bc\u03b5\u03af\u03c2. \u0393\u03b9\u03b1 \u03b1\u03c5\u03c4\u03bf\u03cd\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03c4\u03bf\u03bc\u03b5\u03af\u03c2, \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03b3\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03c3\u03b1\u03c2 \u03c3\u03c5\u03bc\u03c0\u03c5\u03ba\u03bd\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03bc\u03b5 \u03c4\u03ad\u03c4\u03bf\u03b9\u03bf \u03c4\u03c1\u03cc\u03c0\u03bf \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03b9\u03c2 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf \u03c7\u03ce\u03c1\u03bf \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2.<\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n\r\n<p>&nbsp;<\/p>\r\n<h4>\u039f\u03b9 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03b2\u03b1\u03c3\u03b9\u03ba\u03bf\u03af \u03c4\u03bf\u03bc\u03b5\u03af\u03c2 GRCEssentials \u03b5\u03af\u03bd\u03b1\u03b9:<\/h4>\r\n\r\n<ul class=\"step1-tiles\">\r\n\t<li>\r\n\t\t<h2>01<\/h2>\r\n\t\t<h3>\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae<br>\u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<\/h3>\r\n\t\t<p>\r\n\t\t\t\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03c0\u03b9\u03bf \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03c4\u03b5 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2.\r\n\t\t<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<h2>02<\/h2>\r\n\t\t<h3>\u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<br>\u03ad\u03c1\u03b3\u03bf\u03c5<\/h3>\r\n\t\t<p>\r\n\t\t\t\u0395\u03af\u03c3\u03c4\u03b5 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03b5\u03bd\u03ae\u03bc\u03b5\u03c1\u03bf\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03b1\u03bd \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bb\u03bb\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd.\r\n\t\t<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<h2>03<\/h2>\r\n\t\t<h3>\u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<br>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd<\/h3>\r\n\t\t<p>\r\n\t\t\t\u0388\u03c7\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2 <br>\u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03ac \u03c4\u03bf\u03c5\u03c2 \u03c5\u03c0\u03cc \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf.\r\n\t\t<\/p>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<h2>04<\/h2>\r\n\t\t<h3>\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03b7<br>\u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ce\u03bd \u039a\u03b9\u03bd\u03b4\u03cd\u03bd\u03c9\u03bd<\/h3>\r\n\t\t<p>\r\n\t\t\t\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b9\u03bd\u03b4\u03cd\u03bd\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03b9\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03ba\u03bb\u03ae\u03c3\u03b5\u03b9\u03c2. \r\n\t\t<\/p>\r\n\t<\/li>\r\n\t\r\n\t<li>\r\n\t\t<h2>05<\/h2>\r\n\t\t<h3>\u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<br><br><\/h3>\r\n\t\t<p>\r\n\t\t\t\u039a\u03b1\u03c4\u03b1\u03bd\u03bf\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bd\u03bf\u03bc\u03b9\u03ba\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03c4\u03c5\u03c7\u03ad\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2.\r\n\t\t<\/p>\r\n\t<\/li>\r\n<\/ul>\r\n<p class=\"step1-text\">\u0391\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03b5\u03c0\u03b5\u03be\u03b7\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b1\u03b4\u03b9\u03b1\u03ba\u03ac \u03c4\u03bf GRCEssentials \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/p>\r\n<p class=\"step1-text\"><strong>\u03a3\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03bf\u03bc\u03ac\u03b4\u03b1 GRCEssentials, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03cc\u03c3\u03bf \u03c4\u03bf \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03c0\u03b9\u03bf \u03b4\u03b9\u03b1\u03c4\u03bc\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd \u03ad\u03bd\u03b1 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7\u03c2.<\/strong> \u039c\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03bf\u03cd \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b4\u03c1\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf \u03b2\u03b1\u03b8\u03bc\u03cc \u03c4\u03bf GRCEssentials \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/p>\r\n\r\n<table style=\"border: none; border-collapse: collapse; width: 100%;\" border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 70%; border: none; padding:0;\">\r\n\r\n<p style=\"width:90%;\">\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf GRCEssentials \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03c3\u03b1\u03c2, \u03c3\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 GRCEssentials \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bc\u03b5\u03bb\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials <a href=\"https:\/\/grc-essentials.eu\/courses\/grcessentials-one\/\">\u03b5\u03b4\u03ce<\/a>. \u03a3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1, \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03cc\u03bb\u03bf \u03c4\u03bf \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c5\u03bb\u03b9\u03ba\u03cc \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd.<\/p>\r\n\r\n<\/td>\r\n<td style=\"width: 30%; border: none; padding:0;\">\r\n<div class=\"step1_btn\">\r\n  <div class=\"step1_btn1\">\r\n    <p style=\"color: #c2c2c2; margin:0;\">\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf<\/p>\r\n    <a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/\" target=\"_blank\">><span>\u0395\u0393\u0393\u03a1\u0391\u03a6\u0395\u0399\u03a4\u0395 \u03a4\u03a9\u03a1\u0391<\/span><\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n\r\n<\/div>\r\n\t  \r\n<div style=\"padding-right:20px;\" id=\"step2\" class=\"step-content-body out\">\r\n\t\t<h2 style=\"padding-left:20px;\">\u03a4\u03bf \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf GRCEssentials One<\/h2>\r\n\t\t\r\n<img decoding=\"async\" data-src=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png\" alt=\"diagram\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2048px; --smush-placeholder-aspect-ratio: 2048\/1140;\">\r\n\r\n\t\t\r\n\t\t<h4 style=\"padding-left:20px;\">\u03a5\u03bb\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c3\u03b5\u03af\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b1!<\/h4>\r\n\t\t<p style=\"padding-left:20px;\">\u03a9\u03c2 \u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ae \u03b5\u03b9\u03c3\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2, \u03bf \u03b5\u03c5\u03ba\u03bf\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf GRCEssentials, \u03b5\u03af\u03bd\u03b1\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c4\u03b7\u03bd \u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7-\u03c3\u03c4\u03b7\u03bd-\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 GRCEssentials \u03c0.\u03c7. \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03ad\u03bd\u03c4\u03b5 \u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 GRCEssentials \u03c4\u03bf\u03c5 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03bf\u03cd \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03bf\u03c5 GRCEssentials \u03c9\u03c2 \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c5\u03c0\u03b1\u03bb\u03bb\u03ae\u03bb\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03bd\u03ad\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2.<\/p>\r\n\t\t<p style=\"padding:20px;\">\u0395\u03af\u03bd\u03b1\u03b9 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03bd\u03b1 \u03b5\u03bc\u03c0\u03bb\u03ad\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03b9\u03c3\u03b7\u03b3\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c9\u03c2 \u03bc\u03ad\u03bb\u03b7 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd \u03c3\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae. \u039f\u03b9 \u03b5\u03b9\u03c3\u03b7\u03b3\u03b7\u03c4\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b8\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03c0\u03c1\u03ac\u03be\u03b7 \u03c4\u03bf GRCEssentials \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03bf\u03c5\u03bd \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03bf\u03c5\u03bd \u03b5\u03bc\u03c0\u03bf\u03c1\u03b5\u03cd\u03c3\u03b9\u03bc\u03b5\u03c2 \u03ad\u03bd\u03bd\u03bf\u03b9\u03b5\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2. \u03a4\u03b1\u03c5\u03c4\u03cc\u03c7\u03c1\u03bf\u03bd\u03b1, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03c4\u03b5 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae \u03b2\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2.<\/p>\r\n\t\t\r\n\t<div class=\"elementor-row\" style=\"padding-left:20px;\"><div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bbc287f\" data-id=\"bbc287f\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-1b2cac8 premium-header-block elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"1b2cac8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"premium-addon-dual-header.default\"><div class=\"elementor-widget-container\"><div class=\"premium-dual-header-container\"><div class=\"premium-dual-header-first-container\"><h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">\u0391\u03bd \u03b8\u03b5\u03c9\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 \u201c\u03a5\u03bb\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c3\u03b5\u03af\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b1!\u201d \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03ba\u03b1\u03bb\u03ae \u03b9\u03b4\u03ad\u03b1 \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b8\u03ad\u03bb\u03b1\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf GRCEssentials \u03bc\u03b5 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c3\u03b1\u03c2, <\/span><span class=\"premium-dual-header-second-header \">\u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7 \u00ab\u03a6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u00bb. <\/span><\/h2><\/div><\/div><\/div><\/div><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-194abd7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"194abd7\" data-element_type=\"section\"><div class=\"elementor-container elementor-column-gap-default\"><div class=\"elementor-row\"><div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-864ea90\" data-id=\"864ea90\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-2934876 elementor-widget-divider--separator-type-pattern elementor-widget-divider--bg-round elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2934876\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"divider.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 24 24' fill='black' stroke='none'%3E%3Cpath d='M14.2,4c0.3,0,0.5,0.1,0.7,0.3l7.9,7.2c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7l-7.9,7.2c-0.2,0.2-0.4,0.3-0.7,0.3s-0.5-0.1-0.7-0.3s-0.3-0.4-0.3-0.7l0-2.9l-11.5,0c-0.4,0-0.7-0.3-0.7-0.7V9.4C1,9,1.3,8.7,1.7,8.7l11.5,0l0-3.6c0-0.3,0.1-0.5,0.3-0.7S13.9,4,14.2,4z'\/%3E%3C\/svg%3E&quot;);\"> <span class=\"elementor-divider-separator\"> <\/span><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e6ebb89\" data-id=\"e6ebb89\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-828df89 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"828df89\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\"> <a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-1-%ce%b1%ce%bd%ce%ac%ce%bb%cf%85%cf%83%ce%b7\/\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md\" role=\"button\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">\u03a6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7<\/span> <\/span> <\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div><\/div><div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5a9dea7\" data-id=\"5a9dea7\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5069c51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5069c51\" data-element_type=\"section\"><div class=\"elementor-container elementor-column-gap-default\"><div class=\"elementor-row\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fc7131e\" data-id=\"fc7131e\" data-element_type=\"column\"><div class=\"elementor-column-wrap\"><div class=\"elementor-widget-wrap\"><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div><\/div><\/div>\r\n\t\r\n\t\r\n\t\t<p style=\"margin-top:50px; padding-left:20px; font-size:1.4em; margin-bottom:0; color: #a70d5a;\">\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ae \u03b3\u03b9\u03b1 \u03a0\u03b1\u03c1\u03cc\u03c7\u03bf\u03c5\u03c2 \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03ad\u03c2<\/p>\r\n\t\t<div class=\"float-container\">\r\n\t\t    <div class=\"float-first\">\r\n\t\t        <div class=\"float-first-content\">\r\n\t\t            <p>GRCEssentials \u03b3\u03b9\u03b1 \u0395\u0395\u039a (\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 & \u039a\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7) \/ \u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03b9 \u03ba\u03b1\u03b9 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03ad\u03c2<\/p>\r\n\t\t        <\/div>\r\n\t\t    <\/div>\r\n\r\n\t\t    <div class=\"float-second\">\r\n\t\t        <div class=\"float-second-content\">\r\n\t\t            <p>\u03a9\u03c2 \u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2 \u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03ae\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03c9\u03c6\u03b5\u03bb\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03b1\u03c0\u03cc \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf GRCEssentials \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03ad\u03bd\u03bd\u03bf\u03b9\u03b1 GRCEssentials \u03c3\u03c4\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03b5\u03c1\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2. \u03a7\u03ac\u03c1\u03b7 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03b3\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae, \u03c4\u03b1 \u03ba\u03b1\u03b9\u03bd\u03bf\u03c4\u03cc\u03bc\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b4\u03b9\u03b1\u03c4\u03af\u03b8\u03b5\u03bd\u03c4\u03b1\u03b9 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd \u03c3\u03b5 \u03cc\u03c3\u03bf\u03c5\u03c2 \u03c6\u03bf\u03c1\u03b5\u03af\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03bf\u03c5\u03bd.<\/p>\r\n\t\t        <\/div>\r\n\t\t    <\/div>\r\n\t\t<\/div>\r\n<\/div>\r\n\r\n\r\n<div id=\"step3\" class=\"step-content-body out\">\r\n\t<h2>\u03a4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials<\/h2>\r\n\t<p><strong>\u03a4\u03bf <a class=\"inlink\" href=\"https:\/\/grc-essentials.eu\/el\/grcessentials-%ce%b5%ce%ba%cf%80%ce%b1%ce%b9%ce%b4%ce%b5%cf%85%cf%84%ce%b9%ce%ba%cf%8c-%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1\/\" target=\"_blank\">\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials<\/a> \u03c3\u03b1\u03c2 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03ba\u03c4\u03b9\u03ba\u03ae \u03b2\u03ac\u03c3\u03b7 25 \u03c3\u03b5\u03bb\u03af\u03b4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03b7\u03c2 \u03ad\u03bd\u03bd\u03bf\u03b9\u03b1\u03c2 GRCEssentials \u03c3\u03c4\u03bf\u03bd \u03c4\u03bf\u03bc\u03ad\u03b1 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7\u03c2. \u03a0\u03c1\u03b9\u03bd \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7 <a class=\"inlink\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-1-%ce%b1%ce%bd%ce%ac%ce%bb%cf%85%cf%83%ce%b7\/\" target=\"_blank\"><u>\u00ab\u03c6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u00bb<\/u><\/a>, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03ac\u03c1\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03cb\u03c0\u03bf\u03b8\u03ad\u03c3\u03b5\u03c9\u03bd \u03c4\u03bf\u03c5 \u03c0\u03bb\u03b1\u03b9\u03c3\u03af\u03bf\u03c5, \u03c4\u03c9\u03bd \u03bf\u03bc\u03ac\u03b4\u03c9\u03bd \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd, \u03c4\u03c9\u03bd \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ce\u03bd \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b3\u03bd\u03ce\u03c3\u03b5\u03c9\u03bd, \u03b4\u03b5\u03be\u03b9\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03b9\u03ba\u03b1\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03b7\u03b8\u03bf\u03cd\u03bd. \u0395\u03b9\u03c3\u03b7\u03b3\u03b7\u03c4\u03ad\u03c2 \u03bc\u03b5 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03b3\u03bd\u03ce\u03c3\u03b7 \u03c4\u03bf\u03c5 GRC \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bb\u03b5\u03af\u03c8\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03c0\u03c1\u03cc\u03c4\u03b1\u03c3\u03b7 \"\u03a5\u03bb\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c3\u03b5\u03af\u03c2 \u03c0\u03c1\u03ce\u03c4\u03b1!\u201d \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03c1\u03c7\u03af\u03c3\u03bf\u03c5\u03bd \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03bd\u03b1 \u03bc\u03b5\u03bb\u03b5\u03c4\u03bf\u03cd\u03bd \u03c4\u03bf <a class=\"inlink\" href=\"https:\/\/grc-essentials.eu\/el\/grcessentials-%ce%b5%ce%ba%cf%80%ce%b1%ce%b9%ce%b4%ce%b5%cf%85%cf%84%ce%b9%ce%ba%cf%8c-%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1\/\">\u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials<\/a>.<\/strong><\/p>\r\n\t<br>\r\n<div style=\"display: box; background: #292929; padding: 1%;\">\r\n    \r\n    \r\n    \t\t<div class=\"float-container\">\r\n\t\t    <div class=\"float-first\">\r\n\t\t        <div class=\"float-first-content-2\">\r\n\t\t            <p>\u0394\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c5\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2<\/p>\r\n\t\t        <\/div>\r\n\t\t    <\/div>\r\n\r\n\t\t    <div class=\"float-second\">\r\n\t\t        <div class=\"float-second-content-2\">\r\n\t\t            <p>\u0397 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 GRCEssentials \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03b8\u03b5\u03af \u03c3\u03b5 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf GRCEssentials \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 GRC \u03c3\u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c9\u03c2 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf \u03ae \u03bd\u03b1 \u03c4\u03bf \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c9\u03c2 \u03b2\u03ac\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc \u03b5\u03be\u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ce\u03bd \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2. \u03a4\u03bf \u03c5\u03bb\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03bf\u03c5 GRCEssentials, \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03c4\u03bf \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03c4\u03b7\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c4\u03ac\u03be\u03b7, \u03ad\u03bd\u03b1\u03bd \u03c3\u03c5\u03bd\u03b4\u03c5\u03b1\u03c3\u03bc\u03cc \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ae\u03c2 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c4\u03ac\u03be\u03b7 (\u03bc\u03b9\u03ba\u03c4\u03ae \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7) \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03ba\u03b1\u03c4\u03ac 100% \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ac.<\/p>\r\n\t\t        <\/div>\r\n\t\t    <\/div>\r\n\t\t<\/div>\r\n<\/div>\t\r\n<br>\r\n<p><strong>\u03a4\u03bf GRCEssentials \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03b8\u03b5\u03af \u03c9\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03b5 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ae \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2. \u0397 \u03c0\u03b5\u03c1\u03b9\u03b5\u03ba\u03c4\u03b9\u03ba\u03ae \u03b3\u03bd\u03ce\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf GRCEssentials \u03b5\u03af\u03bd\u03b1\u03b9 \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b1 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c3\u03b5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2.<\/strong><\/p>\r\n<p>\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b1\u03c1\u03ba\u03ce\u03c2 \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 GRCEssentials, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 80 \u03ad\u03c9\u03c2 120 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2. \u03a9\u03c2  <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%ce%b3%ce%b3%cf%81%ce%b1%cf%86%ce%ae\/\" target=\"_blank\">\u03b1\u03c5\u03c4\u03bf\u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1<\/a><\/span>, \u03c4\u03bf GRCEssentials \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ac \u03c3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 50 \u03ce\u03c1\u03b5\u03c2. \u03a9\u03c3\u03c4\u03cc\u03c3\u03bf, \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 GRCEssentials \u03c3\u03b5 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03bd\u03c4\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03c4\u03ac\u03c1\u03c4\u03b9\u03c3\u03b7\u03c2, \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ce\u03bd \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03b5\u03be\u03ac\u03c3\u03ba\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03b5\u03c7\u03bd\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1\u03c2 GRCEssentials, \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1-\u03c3\u03c4\u03cc\u03c7\u03bf.<\/p>\r\n\r\n<div class=\"elementor-row\" style=\"margin-top:50px;\"><div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-11fc1839\" data-id=\"11fc1839\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-15ccee65 premium-header-block elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"15ccee65\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"premium-addon-dual-header.default\"><div class=\"elementor-widget-container\"><div class=\"premium-dual-header-container\"><div class=\"premium-dual-header-first-container\"><h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">\u03a4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c3\u03c0\u03bf\u03c5\u03b4\u03ce\u03bd GRCEssentials \u03c3\u03b1\u03c2 \u03b4\u03af\u03bd\u03b5\u03b9 <br>\u03bc\u03b9\u03b1 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03b5\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03ad\u03bd\u03bd\u03bf\u03b9\u03b1\u03c2 GRCEssentials. <\/span><span class=\"premium-dual-header-second-header \">\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03b5\u03b4\u03ce <br>\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03b5\u03ba\u03b5\u03af.<\/span><\/h2><\/div><\/div><\/div><\/div><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1ee2d0f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1ee2d0f\" data-element_type=\"section\"><div class=\"elementor-container elementor-column-gap-default\"><div class=\"elementor-row\"><div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9de1c20\" data-id=\"9de1c20\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-1c494796 elementor-widget-divider--separator-type-pattern elementor-widget-divider--bg-round elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1c494796\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"divider.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 24 24' fill='black' stroke='none'%3E%3Cpath d='M14.2,4c0.3,0,0.5,0.1,0.7,0.3l7.9,7.2c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7l-7.9,7.2c-0.2,0.2-0.4,0.3-0.7,0.3s-0.5-0.1-0.7-0.3s-0.3-0.4-0.3-0.7l0-2.9l-11.5,0c-0.4,0-0.7-0.3-0.7-0.7V9.4C1,9,1.3,8.7,1.7,8.7l11.5,0l0-3.6c0-0.3,0.1-0.5,0.3-0.7S13.9,4,14.2,4z'\/%3E%3C\/svg%3E&quot;);\"> <span class=\"elementor-divider-separator\"> <\/span><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a9c4ee5\" data-id=\"a9c4ee5\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-880195a elementor-align-left elementor-widget elementor-widget-button\" data-id=\"880195a\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\"> <a href=\"https:\/\/grc-essentials.eu\/el\/grcessentials-%ce%b5%ce%ba%cf%80%ce%b1%ce%b9%ce%b4%ce%b5%cf%85%cf%84%ce%b9%ce%ba%cf%8c-%cf%80%cf%81%cf%8c%ce%b3%cf%81%ce%b1%ce%bc%ce%bc%ce%b1\/\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md\" role=\"button\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\">\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 GRCEssentials<\/span> <\/span> <\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div><\/div><div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e37234c\" data-id=\"e37234c\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\"><div class=\"elementor-widget-wrap\"><section class=\"elementor-section elementor-inner-section elementor-element elementor-element-18f9e317 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18f9e317\" data-element_type=\"section\"><div class=\"elementor-container elementor-column-gap-default\"><div class=\"elementor-row\"><div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7bf51692\" data-id=\"7bf51692\" data-element_type=\"column\"><div class=\"elementor-column-wrap\"><div class=\"elementor-widget-wrap\"><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div><\/div><\/div>\r\n<\/div>\r\n\r\n      <div id=\"step4\" class=\"step-content-body out\">\r\n      <h2 style=\"padding-left:20px;\">\u03a6\u03ac\u03c3\u03b5\u03b9\u03c2 GRCEssentials<\/h2>\r\n\t  <div style=\"padding-left:20px;\">\r\n\t\t<p class=\"step1-text\"><strong>\u03a3\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03bf\u03bc\u03ac\u03b4\u03b1 GRCEssentials, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03cc\u03c3\u03bf \u03c4\u03bf \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03c0\u03b9\u03bf \u03b4\u03b9\u03b1\u03c4\u03bc\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd \u03ad\u03bd\u03b1 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7\u03c2.<\/strong> \u039c\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03bf\u03cd \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b4\u03c1\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf \u03b2\u03b1\u03b8\u03bc\u03cc \u03c4\u03bf GRCEssentials \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/p>\r\n\r\n\t\t<table style=\"border: none; border-collapse: collapse; width: 100%;\" border=\"1\">\r\n\t\t<tbody>\r\n\t\t<tr>\r\n\t\t<td style=\"width: 70%; border: none; padding:0;\">\r\n\r\n\t\t<p style=\"width:90%;\">\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf GRCEssentials \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03c3\u03b1\u03c2, \u03c3\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5 \u03c0\u03c1\u03ce\u03c4\u03b1 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 GRCEssentials \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bc\u03b5\u03bb\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials <a href=\"https:\/\/grc-essentials.eu\/courses\/grcessentials-one\/\">\u03b5\u03b4\u03ce<\/a>. \u03a3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1, \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03cc\u03bb\u03bf \u03c4\u03bf \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c5\u03bb\u03b9\u03ba\u03cc \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd.<\/p>\r\n\r\n\t\t<\/td>\r\n\t\t<td style=\"width: 30%; border: none; padding:0;\">\r\n\t\t<div class=\"step1_btn\">\r\n\t\t  <div class=\"step1_btn1\">\r\n\t\t\t<p style=\"color: #c2c2c2; margin:0;\">\u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c3\u03c4\u03bf<\/p>\r\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/\" target=\"_blank\">><span>\u0395\u0393\u0393\u03a1\u0391\u03a6\u0395\u0399\u03a4\u0395 \u03a4\u03a9\u03a1\u0391<\/span><\/a>\r\n\t\t  <\/div>\r\n\t\t<\/div>\r\n\r\n\t\t<\/td>\r\n\t\t<\/tr>\r\n\t\t<\/tbody>\r\n\t\t<\/table>\r\n\t\t<\/div>\r\n      \r\n\t\t<div style=\"padding-left:20px;\" class=\"elementor-row\"><div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-94cfa8f\" data-id=\"94cfa8f\" data-element_type=\"column\"><div class=\"elementor-column-wrap elementor-element-populated\">\r\n      <div class=\"elementor-widget-wrap\"><div class=\"elementor-element elementor-element-4fb4c29 pp-dual-heading-inline-block elementor-widget elementor-widget-pp-dual-heading\" data-id=\"4fb4c29\" data-element_type=\"widget\" data-widget_type=\"pp-dual-heading.default\">\r\n        <div class=\"elementor-widget-container\"><h2 class=\"pp-dual-heading\"> <span class=\"pp-first-text\"> \u03a6\u03ac\u03c3\u03b7 1: <\/span> <span class=\"pp-second-text\"> \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7 <\/span><\/h2><\/div>\r\n      <\/div>\r\n      <div class=\"elementor-element elementor-element-b73b4b1 elementor-widget elementor-widget-toggle\" data-id=\"b73b4b1\" data-element_type=\"widget\" data-widget_type=\"toggle.default\"><div class=\"elementor-widget-container\">\r\n        <div class=\"elementor-toggle\" role=\"tablist\"><div class=\"elementor-toggle-item\">\r\n          <div id=\"elementor-tab-title-1921\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1921\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u03a4\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5<\/a><\/div>\r\n          <div id=\"elementor-tab-content-1921\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1921\"><ol><li>\u03a0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03b1\u03c1\u03c7\u03b7\u03b3\u03cc \u03c4\u03bf\u03c5 \u03ad\u03c1\u03b3\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03bc\u03ad\u03bb\u03b7 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03ad\u03c1\u03b3\u03bf GRCEssentials.<\/li><li>\u0391\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf GRCEssentials One \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/li><li>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1\u03c4\u03af \u03b7 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 GRCEssentials \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf \u03bc\u03ad\u03bb\u03bb\u03bf\u03bd.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03cc\u03bf\u03b4\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03ad\u03c1\u03b3\u03bf\u03c5 \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c4\u03bf\u03c5 GRCEssentials \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/li><li>\u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5! \u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b5\u03be\u03bf\u03b9\u03ba\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c4\u03b7\u03c2 \u00ab\u03c6\u03ac\u03c3\u03b7\u03c2 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u00bb \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c7\u03af\u03b6\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div>\r\n        <\/div>\r\n        <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1922\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1922\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/a><\/div>\r\n        <div id=\"elementor-tab-content-1922\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1922\"><p><strong>10-15 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2<\/strong><\/p><p>\u039f\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03af\u03b4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03cc, \u03c4\u03b9 \u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03c4\u03b1\u03b9, \u03c0.\u03c7. \u03b5\u03ac\u03bd \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bd \u03ae\u03b4\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials. \u0395\u03c0\u03af\u03c3\u03b7\u03c2, \u03ad\u03bd\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03ac\u03bd \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2.<\/p>\r\n          <div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\">\r\n            <div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n            <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n            <div class=\"elementor-toggle-item\">\r\n              <div id=\"elementor-tab-title-1923\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1923\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/a><\/div>\r\n              <div id=\"elementor-tab-content-1923\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1923\"><p>\u0398\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf GRCEssentials \u03c3\u03c4\u03b7 <a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-1-%ce%b1%ce%bd%ce%ac%ce%bb%cf%85%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #a70d5a;\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7<\/span><\/a>.<\/p><p>\u03a3\u03c4\u03b7\u03bd \u03c0\u03c1\u03ce\u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 GRCEssentials, \u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03ba\u03b1\u03b9 \u03c4\u03bf \u03cc\u03c1\u03b1\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2, \u03b5\u03be\u03b5\u03c4\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd, \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03c3\u03c3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03af\u03c4\u03b5\u03c5\u03be\u03ae \u03c4\u03bf\u03c5\u03c2.<\/p>\r\n                <div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\">\r\n                  <div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n                  <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                  <div class=\"elementor-toggle-item\">\r\n                    <div id=\"elementor-tab-title-1924\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1924\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ac \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1<\/a><\/div>\r\n                    <div id=\"elementor-tab-content-1924\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1924\"><ol><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03ba\u03b1\u03b9 \u03c4\u03bf \u03cc\u03c1\u03b1\u03bc\u03ac \u03c3\u03b1\u03c2 \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03c0\u03bf\u03cd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03ac\u03b5\u03b9 \u03bf \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1\u03bd \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03cc \u03c7\u03ac\u03c1\u03c4\u03b7 \u03c0\u03bf\u03c1\u03b5\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03af\u03c4\u03b5\u03c5\u03be\u03b7 \u03c4\u03c9\u03bd \u03bc\u03b1\u03ba\u03c1\u03bf\u03c0\u03c1\u03cc\u03b8\u03b5\u03c3\u03bc\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b2\u03c1\u03b1\u03c7\u03c5\u03c0\u03c1\u03cc\u03b8\u03b5\u03c3\u03bc\u03c9\u03bd \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd \u03c3\u03b1\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ad\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03be\u03b9\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b5\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ae \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2-\u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03c3\u03b1\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ad\u03c2 \u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c0\u03bf\u03c3\u03bf\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03bf\u03b9\u03bf\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03bd\u03bf\u03bc\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c6\u03cd\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 \u03c0\u03b5\u03c1\u03b9\u03c4\u03c4\u03ce\u03bd \u03ba\u03b9\u03bd\u03b4\u03cd\u03bd\u03c9\u03bd.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b9\u03bd\u03b4\u03cd\u03bd\u03bf\u03c5\u03c2 \u03c3\u03b1\u03c2 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03af\u03c3\u03c4\u03b5 \u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03b9\u03b8\u03b1\u03bd\u03ac \u03b5\u03c0\u03b9\u03b2\u03bb\u03b1\u03b2\u03ae \u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1 \u03c3\u03c4\u03bf \u03bc\u03ad\u03c4\u03c1\u03bf \u03c4\u03bf\u03c5 \u03b4\u03c5\u03bd\u03b1\u03c4\u03bf\u03cd. \u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bf\u03c1\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2!<\/li><\/ol>\r\n                      <div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\">\r\n                        <div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n                        <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                        <div class=\"elementor-toggle-item\">\r\n                          <div id=\"elementor-tab-title-1925\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-1925\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/div>\r\n                          <div id=\"elementor-tab-content-1925\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1925\"><ul>\r\n\t\t\t\t\t\t  <li>\r\n\t\t\t\t\t\t<span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/11\/GRCEssentials_GRC-A-Strategy-Tool.pdf\" target=\"_blank\" rel=\"noopener\">\u039f\u03b4\u03b7\u03b3\u03af\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae\u03c2 \u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03c4\u03bf\u03c5 GRC<\/a><\/span>\r\n\t\t\t\t\t\t<\/li>\r\n\t\t\t\t\t\t  <li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b5%cf%84%ce%b1%ce%b9%cf%81%ce%b9%ce%ba%ce%ae-%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-2\/?r\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<\/a><\/span><\/li>\r\n\t\t\t\t\t\t  <li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/12\/GRCEssentials-PESTLE-Analysis.pdf\" target=\"_blank\" rel=\"noopener\">\u039f\u03b4\u03b7\u03b3\u03af\u03b1 \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u03c2 PESTLE<\/a><\/span><\/li>\r\n\t\t\t\t\t\t  <li><span style=\"color: #a70d5a; text-decoration: underline;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/11\/GRCEssentials-Guideline-Porter_s-Five-Forces-Model.pdf\" target=\"_blank\" rel=\"noopener\">Guideline Porter\u2019s Five Forces Model<\/a><\/span><\/li><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/cassandra-resilience.eu\/moodle\/local\/cassandra\/project.php\" target=\"_blank\" rel=\"noopener\">EU-Project CASSANDRA<\/a><\/span><\/li><\/ul><p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03b7 <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-1-%ce%b1%ce%bd%ce%ac%ce%bb%cf%85%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7<\/a><\/span> \u03b5\u03be\u03b7\u03b3\u03b5\u03af \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><\/div><\/div><\/div>\r\n                          <div class=\"elementor-element elementor-element-063b3b1 pp-dual-heading-inline-block elementor-widget elementor-widget-pp-dual-heading\" data-id=\"063b3b1\" data-element_type=\"widget\" data-widget_type=\"pp-dual-heading.default\">\r\n                            <div class=\"elementor-widget-container\"><h2 class=\"pp-dual-heading\"> <span class=\"pp-first-text\"> \u03a6\u03ac\u03c3\u03b7 2: <\/span> <span class=\"pp-second-text\"> \u039f\u03c1\u03b9\u03c3\u03bc\u03bf\u03af <\/span><\/h2><\/div><\/div>\r\n                            <div class=\"elementor-element elementor-element-05e71f7 elementor-widget elementor-widget-toggle\" data-id=\"05e71f7\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\r\n                              <div class=\"elementor-widget-container\">\r\n                                <div class=\"elementor-toggle\" role=\"tablist\">\r\n                                  <div class=\"elementor-toggle-item\">\r\n                                    <div id=\"elementor-tab-title-6181\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-6181\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u03a4\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5<\/a><\/div>\r\n                                    <div id=\"elementor-tab-content-6181\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6181\"><ol><li>\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b1\u03c4\u03b5 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7. \u03a0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5, \u03bf\u03b9 \u03c5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03b9 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03c9\u03bd \u03ae \u03c6\u03bf\u03c1\u03b5\u03af\u03c2, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1. \u03a3\u03b5 \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2 \u03bc\u03b9\u03ba\u03c1\u03bf\u03cd\u03c2 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03cc\u03c0\u03bf\u03c5 \u03c0.\u03c7. \u03bf \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u03ae \u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03b2\u03bf\u03c5\u03bb\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03b7 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2.<\/li><li>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03b3\u03b9\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1 \u03ba\u03b1\u03b9 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03c3\u03c4\u03b5 \u03bf\u03b9 \u03c0\u03c1\u03ce\u03c4\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b5\u03c2 \u03bd\u03b1 \u03b3\u03af\u03bd\u03bf\u03c5\u03bd \u03bf\u03c1\u03b1\u03c4\u03ad\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2.<\/li><li>\u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b5\u03be\u03bf\u03b9\u03ba\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u00ab\u03c6\u03ac\u03c3\u03b7\u03c2 2 - \u039f\u03c1\u03b9\u03c3\u03bc\u03bf\u03af\u00bb \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b9\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b5\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1. \u0388\u03c7\u03b5\u03b9 \u03bd\u03cc\u03b7\u03bc\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03ad\u03bb\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1; \u03a5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 2;<\/li><\/ol>\r\n                                      <div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\">\r\n                                        <div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n                                        <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                        <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-6182\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-6182\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/a><\/div>\r\n                                        <div id=\"elementor-tab-content-6182\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6182\"><p><strong>10-12 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2<\/strong><\/p><p>\u039f\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03af\u03b4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03cc, \u03c4\u03b9 \u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03c4\u03b1\u03b9, \u03c0.\u03c7. \u03b5\u03ac\u03bd \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bd \u03ae\u03b4\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials. \u0395\u03c0\u03af\u03c3\u03b7\u03c2, \u03ad\u03bd\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03ac\u03bd \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2.<\/p>\r\n                                          <div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\">\r\n                                            <div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n                                            <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-6183\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-6183\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/a><\/div>\r\n                                            <div id=\"elementor-tab-content-6183\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6183\"><p>\u0398\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c4\u03b7\u03bd <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-2-%ce%ba%ce%b1%ce%b8%ce%bf%cf%81%ce%b9%cf%83%ce%bc%cf%8c%cf%82\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c6\u03ac\u03c3\u03b7 2 - \u039f\u03c1\u03b9\u03c3\u03bc\u03bf\u03af<\/a><\/span>.<\/p><p>\u03a3\u03c4\u03b7 \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03c4\u03bf\u03c5 GRCEssentials, \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03b1\u03be\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1. \u039f\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac-\u03c3\u03c4\u03cc\u03c7\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03b9\u03ba\u03ae \u03b4\u03bf\u03bc\u03ae \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bb\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03af\u03c4\u03b5\u03c5\u03be\u03b7 \u03c4\u03c9\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03c4\u03cc\u03c7\u03c9\u03bd. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03c1\u03cc\u03bb\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03bc\u03bf\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2, \u03ba\u03b1\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03b5\u03bd\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03ba\u03b5\u03c1\u03b4\u03bf\u03c6\u03bf\u03c1\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03bf\u03cd\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-6184\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-6184\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ac \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1<\/a><\/div>\r\n                                            <div id=\"elementor-tab-content-6184\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6184\"><ol><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03b1\u03be\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae \u03c0\u03c5\u03be\u03af\u03b4\u03b1 \u03b3\u03b9\u03b1 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03b5\u03c1\u03cc\u03bc\u03b5\u03bd\u03b1 \u03bc\u03ad\u03c1\u03b7. \u0397 \u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03b9\u03ba\u03ae \u03c3\u03b1\u03c2 \u03ba\u03bf\u03c5\u03bb\u03c4\u03bf\u03cd\u03c1\u03b1 \u03b4\u03b5\u03af\u03c7\u03bd\u03b5\u03b9 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03c0\u03bf\u03b9\u03bf\u03b9 \u03b5\u03af\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03c4\u03b9 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03b3\u03bf\u03c1\u03ac-\u03c3\u03c4\u03cc\u03c7\u03bf, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 -\u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03ac\u03bb\u03bb\u03c9\u03bd- \u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2 \u03c0\u03bf\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03b5\u03c0\u03b9\u03bb\u03cd\u03b5\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ae \u03c4\u03b9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2. \u038c\u03c3\u03bf\u03b9 \u03bb\u03cd\u03bd\u03bf\u03c5\u03bd \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9.<\/li><li>\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03c9\u03c4\u03b9\u03ba\u03ae \u03b4\u03bf\u03bc\u03ae \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b1\u03c6\u03ad\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03c0\u03ce\u03c2 \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2, \u03cc\u03c0\u03c9\u03c2 \u03c4\u03bf \u03bc\u03ac\u03c1\u03ba\u03b5\u03c4\u03b9\u03bd\u03b3\u03ba \u03ae \u03c4\u03bf \u03b1\u03bd\u03b8\u03c1\u03ce\u03c0\u03b9\u03bd\u03bf \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c1\u03cc\u03bb\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c1\u03bc\u03bf\u03b4\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b1\u03c6\u03ad\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c2 \u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03b6\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03bf\u03b9\u03cc \u03b8\u03ad\u03bc\u03b1, \u03c0\u03bf\u03b9\u03bf\u03c2 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03ba\u03b1\u03b9 \u03c0\u03bf\u03b9\u03cc\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03b8\u03b5\u03af \u03ae \u03bd\u03b1 \u03c4\u03bf\u03bd \u03c3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03bf\u03cd\u03bd.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03ba\u03b5\u03c1\u03b4\u03bf\u03c6\u03bf\u03c1\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ae \u03c4\u03b9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03b1\u03bd\u03ac \u03c0\u03ac\u03c3\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03b5\u03ac\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03b3\u03c7\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae\u03c2 \u03c3\u03b1\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03bf\u03cd\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03c3\u03c4\u03b7\u03bd \u03ba\u03b1\u03b8\u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03c3\u03b1\u03c2, \u03b5\u03b9\u03b4\u03b9\u03ba\u03ac \u03b2\u03c1\u03b1\u03c7\u03c5\u03c0\u03c1\u03cc\u03b8\u03b5\u03c3\u03bc\u03b1.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2 \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03ac\u03c4\u03bf\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b9 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03bd\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03b1\u03c0\u03bf\u03b4\u03bf\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b2\u03b5\u03bb\u03c4\u03b9\u03ce\u03bd\u03b5\u03c4\u03b5 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2 \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-6185\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-6185\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/div>\r\n                                            <div id=\"elementor-tab-content-6185\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-6185\"><ul><li><li><span style=\"color: #a70d5a; text-decoration: underline;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/11\/GRCEssentials-Guideline-RACI-Method.pdf\" target=\"_blank\" rel=\"noopener\">Guideline RACI Method<\/a><\/span><\/li><\/li><\/ul><p>Y\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03b7 <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-2-%ce%ba%ce%b1%ce%b8%ce%bf%cf%81%ce%b9%cf%83%ce%bc%cf%8c%cf%82\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 2 - \u039f\u03c1\u03b9\u03c3\u03bc\u03bf\u03af<\/a><\/span> \u03b5\u03be\u03b7\u03b3\u03b5\u03af \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-element elementor-element-5a55a2d pp-dual-heading-inline-block elementor-widget elementor-widget-pp-dual-heading\" data-id=\"5a55a2d\" data-element_type=\"widget\" data-widget_type=\"pp-dual-heading.default\"><div class=\"elementor-widget-container\"><h2 class=\"pp-dual-heading\"> <span class=\"pp-first-text\"> \u03a6\u03ac\u03c3\u03b7 3: <\/span> <span class=\"pp-second-text\"> \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 <\/span><\/h2><\/div><\/div>\r\n                                            <div class=\"elementor-element elementor-element-28c35b1 elementor-widget elementor-widget-toggle\" data-id=\"28c35b1\" data-element_type=\"widget\" data-widget_type=\"toggle.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-toggle\" role=\"tablist\"><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-4271\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-4271\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u03a4\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5<\/a><\/div>\r\n                                            <div id=\"elementor-tab-content-4271\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4271\"><ol><li>\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b1\u03c4\u03b5 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 2 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7. \u03a0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5, \u03bf\u03b9 \u03c5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03b9 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03c9\u03bd \u03ae \u03c6\u03bf\u03c1\u03b5\u03af\u03c2, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 2. \u03a3\u03b5 \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2 \u03bc\u03b9\u03ba\u03c1\u03bf\u03cd\u03c2 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03cc\u03c0\u03bf\u03c5 \u03c0.\u03c7. \u03bf \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u03ae \u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03b2\u03bf\u03c5\u03bb\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03b7 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials \u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2.<\/li><li>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03b3\u03b9\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 1 \u03ba\u03b1\u03b9 2 \u03ba\u03b1\u03b9 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03c3\u03c4\u03b5 \u03bf\u03b9 \u03c0\u03c1\u03ce\u03c4\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b5\u03c2 \u03bd\u03b1 \u03b3\u03af\u03bd\u03bf\u03c5\u03bd \u03bf\u03c1\u03b1\u03c4\u03ad\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2.<\/li><li>\u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b5\u03be\u03bf\u03b9\u03ba\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u00ab\u03c6\u03ac\u03c3\u03b7\u03c2 3 - \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2\u00bb \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b9\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b5\u03c2 \u03c4\u03c9\u03bd \u03c6\u03ac\u03c3\u03b5\u03c9\u03bd 1 \u03ba\u03b1\u03b9 2. \u0388\u03c7\u03b5\u03b9 \u03bd\u03cc\u03b7\u03bc\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03ad\u03bb\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1; \u03a5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 3;<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div>\r\n                                            <pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-4272\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-4272\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/a><\/div><div id=\"elementor-tab-content-4272\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4272\"><p><strong>20-25 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2<\/strong><\/p><p>\u039f\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03af\u03b4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03cc, \u03c4\u03b9 \u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03c4\u03b1\u03b9, \u03c0.\u03c7. \u03b5\u03ac\u03bd \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bd \u03ae\u03b4\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials. \u0395\u03c0\u03af\u03c3\u03b7\u03c2, \u03ad\u03bd\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03ac\u03bd \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-4273\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-4273\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/a><\/div><div id=\"elementor-tab-content-4273\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4273\"><p>\u0398\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c4\u03b7\u03bd <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-3-%cf%83%cf%87%ce%b5%ce%b4%ce%b9%ce%b1%cf%83%ce%bc%cf%8c%cf%82\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c6\u03ac\u03c3\u03b7 3 - \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2<\/a><\/span>.<\/p><p>\u03a3\u03c4\u03b7\u03bd \u03c4\u03c1\u03af\u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03c4\u03bf\u03c5 GRCEssentials, \u03b8\u03b1 \u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03cc\u03bb\u03bf \u03c4\u03bf\u03bd \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc, \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c8\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae \u03c4\u03bf\u03c5. \u0391\u03c5\u03c4\u03cc \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03bf\u03bd \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc \u03c4\u03bf\u03c5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03bf\u03cd \u03c0\u03bb\u03b1\u03b9\u03c3\u03af\u03bf\u03c5, \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03b4\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7\u03c2 \u03ad\u03c1\u03b3\u03c9\u03bd \u03ba\u03b1\u03b9 \u03ac\u03bb\u03bb\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03bd\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c0\u03bf\u03b4\u03bf\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac, \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2. \u03a3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03bf\u03cd\u03c3\u03b1 \u03c6\u03ac\u03c3\u03b7 \u03c3\u03c7\u03b5\u03b4\u03b9\u03ac\u03b6\u03b5\u03c4\u03b5 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b5\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-4274\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-4274\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ac \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1<\/a><\/div><div id=\"elementor-tab-content-4274\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4274\"><ol><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7\u03c2 \u0388\u03c1\u03b3\u03c9\u03bd, \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03c4\u03b5 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03b5\u03ac\u03bd \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03c1\u03af\u03c3\u03ba\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03ba\u03b1\u03bb\u03cc \u03b4\u03c1\u03cc\u03bc\u03bf \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bb\u03bb\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03b1\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03ac \u03c3\u03b1\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03b4\u03bf\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2. \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c3\u03c9\u03c3\u03c4\u03ac \u03c0\u03c1\u03ac\u03b3\u03bc\u03b1\u03c4\u03b1, \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03c3\u03c9\u03c3\u03c4\u03ac \u03ba\u03b1\u03b9 \u03b8\u03b1 \u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03b9\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b4\u03bf\u03ba\u03af\u03b5\u03c2 \u03c4\u03c9\u03bd \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03c3\u03b1\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03c4\u03b5 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b8\u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7 \u03c3\u03b5 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03b5\u03c1\u03cc\u03bc\u03b5\u03bd\u03b1 \u03bc\u03ad\u03c1\u03b7 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf \u03c4\u03b9 \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b9\u03b1\u03c4\u03af.<\/li><li>\u0394\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b1\u03c2 \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bb\u03bb\u03ad\u03b3\u03bf\u03bd\u03c4\u03b1\u03b9, \u03bd\u03b1 \u03c4\u03b7\u03c1\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1. \u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03be\u03af\u03b1 \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b9\u03bd\u03b4\u03cd\u03bd\u03bf\u03c5\u03c2 \u03c3\u03b1\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03c4\u03bf \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc, \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03bf\u03bc\u03b7\u03bc\u03ad\u03bd\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b4\u03b5\u03bd \u03b8\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b2\u03bb\u03b5\u03c6\u03b8\u03b5\u03af \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1\u03c2 \u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf\u03c2 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03cc\u03bb\u03bf\u03b9 \u03bf\u03b9 \u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf\u03b9 \u03b8\u03b1 \u03b1\u03bd\u03c4\u03b9\u03bc\u03b5\u03c4\u03c9\u03c0\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1.<\/li><li>\u0391\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03a3\u03c7\u03ad\u03b4\u03b9\u03bf \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae\u03c2 \u03a3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03c1\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2.<\/li><li>\u03a4\u03b7\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03b9\u03c3\u03c7\u03cd\u03bf\u03bd\u03c4\u03b5\u03c2 \u03ba\u03b1\u03bd\u03cc\u03bd\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2. \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c6\u03cd\u03b3\u03b5\u03c4\u03b5 \u03b5\u03be\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ac \u03c0\u03c1\u03cc\u03c3\u03c4\u03b9\u03bc\u03b1, \u03b3\u03b9\u03b1 \u03c0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1.<\/li><li>\u0391\u03bd\u03b1\u03c0\u03c4\u03cd\u03be\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03bf\u03b4\u03bf\u03c4\u03b9\u03ba\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-4275\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-4275\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/div><div id=\"elementor-tab-content-4275\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-4275\"><ul><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b5%cf%84%ce%b1%ce%b9%cf%81%ce%b9%ce%ba%ce%ae-%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<\/a><\/span><\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-%ce%ad%cf%81%ce%b3%ce%bf%cf%85-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0388\u03c1\u03b3\u03bf\u03c5<\/a><\/span><\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd<\/a><\/span><\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b5%cf%80%ce%b9%cf%87%ce%b5%ce%b9%cf%81%ce%b7%ce%bc%ce%b1%cf%84%ce%b9%ce%ba%ce%bf%cf%8d-%ce%ba%ce%b9%ce%bd%ce%b4%cf%8d%ce%bd%ce%bf-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039a\u03b9\u03bd\u03b4\u03cd\u03bd\u03c9\u03bd<\/a><\/span><\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%83%cf%85%ce%bc%ce%bc%cf%8c%cf%81%cf%86%cf%89%cf%83%ce%b7-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<\/a><\/span><\/li><li>\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/11\/GRCEssentials_GDPR_Compliance_Process-1.docx\" target=\"_blank\">\u039f\u03b4\u03b7\u03b3\u03af\u03b1 \u03b3\u03b9\u03b1 \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 GDPR<\/a><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/cassandra-resilience.eu\/moodle\/\">EU-Project CASSANDRA<\/a><\/span><\/li><\/ul><p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03b7 <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-3-%cf%83%cf%87%ce%b5%ce%b4%ce%b9%ce%b1%cf%83%ce%bc%cf%8c%cf%82\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 3 - \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2<\/a><\/span> \u03b5\u03be\u03b7\u03b3\u03b5\u03af \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-element elementor-element-4f015d7 pp-dual-heading-inline-block elementor-widget elementor-widget-pp-dual-heading\" data-id=\"4f015d7\" data-element_type=\"widget\" data-widget_type=\"pp-dual-heading.default\"><div class=\"elementor-widget-container\"><h2 class=\"pp-dual-heading\"> <span class=\"pp-first-text\"> \u03a6\u03ac\u03c3\u03b7 4: <\/span> <span class=\"pp-second-text\"> Verify <\/span><\/h2><\/div><\/div>\r\n                                            <div class=\"elementor-element elementor-element-98daed2 elementor-widget elementor-widget-toggle\" data-id=\"98daed2\" data-element_type=\"widget\" data-widget_type=\"toggle.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-toggle\" role=\"tablist\"><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1601\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1601\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u03a4\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5<\/a><\/div><div id=\"elementor-tab-content-1601\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1601\"><ol><li>\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b1\u03c4\u03b5 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 3 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7. \u03a0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5, \u03bf\u03b9 \u03c5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03b9 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03c9\u03bd \u03ae \u03bf\u03b9 \u03c6\u03bf\u03c1\u03b5\u03af\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 3. \u03a3\u03b5 \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2 \u03bc\u03b9\u03ba\u03c1\u03bf\u03cd\u03c2 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03cc\u03c0\u03bf\u03c5 \u03c0.\u03c7. \u03bf \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u03ae \u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03b2\u03bf\u03c5\u03bb\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03b7 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2<\/li><li>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03b3\u03b9\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ad\u03c1\u03b3\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03c3\u03c4\u03b5 \u03bf\u03b9 \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b5\u03c2 \u03bd\u03b1 \u03b3\u03af\u03bd\u03bf\u03c5\u03bd \u03bf\u03c1\u03b1\u03c4\u03ad\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2.<\/li><li>\u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b5\u03be\u03bf\u03b9\u03ba\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c4\u03b7\u03c2 \u00ab\u03c6\u03ac\u03c3\u03b7\u03c2 4 - \u03a5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u00bb \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2. \u0388\u03c7\u03b5\u03b9 \u03bd\u03cc\u03b7\u03bc\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03ad\u03bb\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1; \u03a5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 4;<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1602\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1602\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/a><\/div><div id=\"elementor-tab-content-1602\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1602\"><p><strong>5-10 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2<\/strong><\/p><p>\u039f\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03af\u03b4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03cc, \u03c4\u03b9 \u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03c4\u03b1\u03b9, \u03c0.\u03c7. \u03b5\u03ac\u03bd \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bd \u03ae\u03b4\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials. \u0395\u03c0\u03af\u03c3\u03b7\u03c2, \u03ad\u03bd\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03ac\u03bd \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2 \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9: \u0391\u03c0\u03cc \u03c4\u03b7 \u00ab\u03c6\u03ac\u03c3\u03b7 3 - \u03a3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2\u00bb \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03ac, \u03b7 \u03b1\u03bd\u03b1\u03c4\u03c1\u03bf\u03c6\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03b4\u03cd\u03bf \u03ba\u03b1\u03c4\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03b9\u03c2, \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03bf\u03b9 \u03bd\u03ad\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bc\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03bd\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03bf\u03cd\u03bd \u03c3\u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03c6\u03ac\u03c3\u03b5\u03b9\u03c2, \u03c3\u03c4\u03bf \u03bc\u03ad\u03c4\u03c1\u03bf \u03c0\u03bf\u03c5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf. \u0388\u03c4\u03c3\u03b9, \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03bd\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03c1\u03bf\u03c0\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03b5\u03c0\u03b9\u03c4\u03b5\u03c5\u03c7\u03b8\u03ad\u03bd\u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1, \u03b2\u03ac\u03c3\u03b5\u03b9 \u03bd\u03ad\u03c9\u03bd \u03b5\u03c5\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1603\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1603\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/a><\/div><div id=\"elementor-tab-content-1603\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1603\"><p>\u0398\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c4\u03b7\u03bd<span style=\"color: #a70d5a;\"> <a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-4-%cf%85%ce%bb%ce%bf%cf%80%ce%bf%ce%af%ce%b7%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c6\u03ac\u03c3\u03b7 4 - \u03a5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7<\/a><\/span>.<\/p><p>\u03a3\u03c4\u03b7\u03bd \u03c4\u03ad\u03c4\u03b1\u03c1\u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 GRCEssentials, \u03b7 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03bf \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03cc\u03bb\u03b7 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03c0\u03c1\u03bf\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b7\u03b3\u03b9\u03ba\u03ae \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03b9 \u03b1\u03bd\u03b1\u03c0\u03c4\u03c5\u03c7\u03b8\u03b5\u03af. \u03a4\u03bf \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03bc\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf \u03b1\u03bd\u03b1\u03c0\u03c4\u03cd\u03c3\u03c3\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c3\u03cd\u03bd\u03c4\u03b1\u03be\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd, \u03c4\u03b7\u03bd \u03b8\u03ad\u03c3\u03c0\u03b9\u03c3\u03b7 \u03c3\u03b7\u03bc\u03b5\u03af\u03c9\u03bd \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bd\u03ad\u03c9\u03bd \u03ad\u03c1\u03b3\u03c9\u03bd \u03ae \u03c4\u03b7\u03bd \u03b5\u03ba\u03bc\u03b5\u03c4\u03ac\u03bb\u03bb\u03b5\u03c5\u03c3\u03b7 \u03bd\u03ad\u03c9\u03bd \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ce\u03bd \u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03b9\u03ce\u03bd.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1604\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1604\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ac \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1<\/a><\/div><div id=\"elementor-tab-content-1604\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1604\"><ol><li>\u039a\u03b1\u03b8\u03b9\u03ad\u03c1\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03bf\u03b9\u03bf\u03c4\u03b9\u03ba\u03ce\u03bd \u03b5\u03bb\u03ad\u03b3\u03c7\u03c9\u03bd \u03ad\u03c4\u03c3\u03b9 \u03ce\u03c3\u03c4\u03b5 \u03b7 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03ae \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd, \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03b5\u03b3\u03b3\u03c5\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03bb\u03ad\u03b3\u03c7\u03c9\u03bd \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c4\u03bf\u03bc\u03b5\u03af\u03c2 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2, \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03ba\u03b9\u03bd\u03b4\u03cd\u03bd\u03c9\u03bd \u03ba\u03b1\u03b9 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd. \u0391\u03c5\u03c4\u03cc \u03b1\u03c0\u03bf\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bb\u03b1\u03bd\u03b8\u03b1\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03b9\u03c2, \u03ba\u03b1\u03b8\u03b9\u03b5\u03c1\u03ce\u03bd\u03b5\u03b9 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03ad\u03b3\u03ba\u03b1\u03b9\u03c1\u03b7\u03c2 \u03c0\u03c1\u03bf\u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03b6\u03b5\u03b9 \u03cd\u03c0\u03bf\u03c0\u03c4\u03b5\u03c2 \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c6\u03bf\u03c1\u03ad\u03c2.<\/li><li>\u0391\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03c5\u03bb\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c3\u03c4\u03b5 \u03bd\u03ad\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03ae \u03bd\u03ad\u03b5\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03c5\u03ba\u03b1\u03b9\u03c1\u03af\u03b5\u03c2. \u039c\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03b8\u03b1 \u03c0\u03ac\u03c1\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ad\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bc\u03ad\u03bb\u03bb\u03bf\u03bd.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1605\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-1605\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/div><div id=\"elementor-tab-content-1605\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1605\"><ul><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b5%cf%84%ce%b1%ce%b9%cf%81%ce%b9%ce%ba%ce%ae-%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<\/a><\/span><\/li><li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a; text-decoration: underline;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-%ce%ad%cf%81%ce%b3%ce%bf%cf%85-2\/?r\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0388\u03c1\u03b3\u03bf\u03c5<\/a><\/span><\/li><li><a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd\/\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #a70d5a;\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd <\/span><\/a><\/li><li><a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b5%cf%80%ce%b9%cf%87%ce%b5%ce%b9%cf%81%ce%b7%ce%bc%ce%b1%cf%84%ce%b9%ce%ba%ce%bf%cf%8d-%ce%ba%ce%b9%ce%bd%ce%b4%cf%8d%ce%bd%ce%bf-2\/\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #a70d5a;\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039a\u03b9\u03bd\u03b4\u03cd\u03bd\u03bf\u03c5 <\/span><\/a><\/li><li><a href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%83%cf%85%ce%bc%ce%bc%cf%8c%cf%81%cf%86%cf%89%cf%83%ce%b7-2\/\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline; color: #a70d5a;\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 <\/span><\/a><\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t<li><span style=\"text-decoration: underline; color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/11\/GRCEssentials_GDPR_Compliance_Process-1.docx\" target=\"_blank\">\u039f\u03b4\u03b7\u03b3\u03af\u03b1 \u03b3\u03b9\u03b1 \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03a5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 GDPR<\/a><\/span><\/li>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/ul><p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03b7 <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-4-%cf%85%ce%bb%ce%bf%cf%80%ce%bf%ce%af%ce%b7%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 4 - \u03a5\u03bb\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7<\/a><\/span> \u03b5\u03be\u03b7\u03b3\u03b5\u03af \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"elementor-element elementor-element-0d64108 pp-dual-heading-inline-block elementor-widget elementor-widget-pp-dual-heading\" data-id=\"0d64108\" data-element_type=\"widget\" data-widget_type=\"pp-dual-heading.default\"><div class=\"elementor-widget-container\"><h2 class=\"pp-dual-heading\"> <span class=\"pp-first-text\"> \u03a6\u03ac\u03c3\u03b7 5: <\/span> <span class=\"pp-second-text\"> \u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7 <\/span><\/h2><\/div><\/div><div class=\"elementor-element elementor-element-7b31beb elementor-widget elementor-widget-toggle\" data-id=\"7b31beb\" data-element_type=\"widget\" data-widget_type=\"toggle.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-toggle\" role=\"tablist\"><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1291\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1291\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u03a4\u03b9 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5<\/a><\/div>\r\n                                            <div id=\"elementor-tab-content-1291\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1291\"><ol><li>\u0391\u03bd\u03b1\u03c6\u03ad\u03c1\u03b1\u03c4\u03b5 \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 4 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7. \u03a0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5, \u03bf\u03b9 \u03c5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03b9 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b5\u03c9\u03bd \u03ae \u03c6\u03bf\u03c1\u03b5\u03af\u03c2, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03c5\u03c1\u03ce\u03c3\u03bf\u03c5\u03bd \u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2 4. \u03a3\u03b5 \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2 \u03bc\u03b9\u03ba\u03c1\u03bf\u03cd\u03c2 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2, \u03cc\u03c0\u03bf\u03c5 \u03c0.\u03c7. \u03bf \u03b9\u03b4\u03b9\u03bf\u03ba\u03c4\u03ae\u03c4\u03b7\u03c2 \u03ae \u03bf \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03b2\u03bf\u03c5\u03bb\u03bf\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03b7 \u03b5\u03c0\u03b9\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b1\u03ba\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c5\u03bd\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 GRCEssentials, \u03c0\u03b1\u03c1\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2.<\/li><li>\u0395\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03ae \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03b3\u03b9\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b5\u03bd\u03b4\u03b9\u03ac\u03bc\u03b5\u03c3\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03ba\u03b1\u03b9 \u03ba\u03ac\u03bd\u03c4\u03b5 \u03bf\u03c1\u03b1\u03c4\u03ad\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b5\u03c2 \u03c3\u03b5 \u03cc\u03bb\u03bf\u03c5\u03c2.<\/li><li>\u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03b5\u03be\u03bf\u03b9\u03ba\u03b5\u03b9\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u00ab\u03c6\u03ac\u03c3\u03b7\u03c2 5 - \u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7\u00bb \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c6\u03ac\u03c3\u03b7\u03c2.<\/li><li>\u0391\u03bd\u03b1\u03bb\u03cd\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c4\u03b7\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b5\u03c2 \u03c3\u03b1\u03c2. \u0388\u03c7\u03b5\u03b9 \u03bd\u03cc\u03b7\u03bc\u03b1 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b5\u03b8\u03bf\u03cd\u03bd \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03ad\u03bb\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1; \u03a5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 5;<\/li><li>\u0391\u03c6\u03bf\u03cd \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c0\u03c1\u03ce\u03c4\u03bf \u03c3\u03b1\u03c2 \u03ad\u03c1\u03b3\u03bf GRCEssentials, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03ba\u03b1\u03b8\u03b9\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 GRCEssentials \u03c9\u03c2 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. \u0391\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03c3\u03c4\u03b5 \u03b5\u03ac\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03bd\u03ad\u03bf\u03c2 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c2 \u03ad\u03c1\u03b3\u03bf\u03c5 GRCEssentials \u03ba\u03b1\u03b9 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac \u03bc\u03b5 \u03c4\u03b7 \u00ab\u03c6\u03ac\u03c3\u03b7 1 - \u0391\u03bd\u03ac\u03bb\u03c5\u03c3\u03b7\u00bb. \u0393\u03b9\u03b1 \u039c\u039c\u0395, \u039c\u039c\u039f \u03ba\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03ad\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2, \u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1\u03bd \u03ba\u03cd\u03ba\u03bb\u03bf GRCEssentials \u03b5\u03c4\u03b7\u03c3\u03af\u03c9\u03c2. \u0393\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b4\u03b5\u03cd\u03c4\u03b5\u03c1\u03bf \u03ba\u03b1\u03b9 \u03cc\u03bb\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf\u03c5\u03c2 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c5\u03c2, \u03b8\u03b1 \u03be\u03bf\u03b4\u03ad\u03c8\u03b5\u03c4\u03b5 \u03c0\u03bf\u03bb\u03cd \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03c7\u03c1\u03cc\u03bd\u03bf.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div>\r\n                                            <div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1292\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1292\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/a><\/div><div id=\"elementor-tab-content-1292\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1292\"><p><strong>5-10 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2<\/strong><\/p><p>\u039f\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03b9 \u03c0\u03bf\u03c5 \u03b4\u03af\u03b4\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03c0\u03bb\u03bf\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1, \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1\u03c2 \u03ae \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2. \u0395\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03cc\u03c4\u03b5\u03c1\u03b1 \u03b1\u03c0\u03cc \u03cc, \u03c4\u03b9 \u03c5\u03c0\u03bf\u03b4\u03b5\u03b9\u03ba\u03bd\u03cd\u03b5\u03c4\u03b1\u03b9, \u03c0.\u03c7. \u03b5\u03ac\u03bd \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c9\u03c1\u03b9\u03bc\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c5\u03c0\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf\u03b9 \u03ad\u03c7\u03bf\u03c5\u03bd \u03ae\u03b4\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03cc \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf GRCEssentials. \u0395\u03c0\u03af\u03c3\u03b7\u03c2, \u03ad\u03bd\u03b1 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03ac\u03bd \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b2\u03ae\u03bc\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1293\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1293\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0391\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2<\/a><\/div><div id=\"elementor-tab-content-1293\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1293\"><p>\u0398\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c4\u03b7\u03bd <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-5-%ce%b5%cf%80%ce%b1%ce%bb%ce%ae%ce%b8%ce%b5%cf%85%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c6\u03ac\u03c3\u03b7 5 - \u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7<\/a><\/span>.<\/p><p>\u0397 \u03c0\u03ad\u03bc\u03c0\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03c6\u03ac\u03c3\u03b7 GRCEssentials \u03b5\u03af\u03bd\u03b1\u03b9 \u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b1 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ae \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7 \u03b2\u03ac\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7, \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7, \u03c3\u03c5\u03b3\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7, \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2, \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b5\u03c0\u03ce\u03c2 \u03c4\u03b7\u03bd \u03b2\u03ac\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03b1\u03b8\u03b5\u03ce\u03c1\u03b7\u03c3\u03b7 \u03cc\u03bb\u03c9\u03bd \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd. \u0393\u03b9\u03b1 \u03c4\u03bf \u03c3\u03ba\u03bf\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc, \u03ba\u03b1\u03b8\u03b9\u03b5\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03af \u03ba\u03b1\u03b9 \u03c1\u03bf\u03c5\u03c4\u03af\u03bd\u03b5\u03c2 \u03c0\u03bf\u03c5, \u03c3\u03c4\u03b7\u03bd \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7, \u03b8\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd \u03c0\u03bf\u03bb\u03cd\u03c4\u03b9\u03bc\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03b5 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae \u03b2\u03ac\u03c3\u03b7.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1294\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1294\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0394\u03b9\u03b1\u03ba\u03c1\u03b9\u03c4\u03ac \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1<\/a><\/div><div id=\"elementor-tab-content-1294\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1294\"><ol><li>\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03b1\u03c5\u03c4\u03ad\u03c2. \u039f\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03bf\u03cd\u03bd \u03c0\u03c1\u03bf\u03cb\u03c0\u03cc\u03b8\u03b5\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03bd\u03cc\u03c2 \u03bf\u03c5\u03c3\u03b9\u03b1\u03c3\u03c4\u03b9\u03ba\u03bf\u03cd \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7\u03c2.<\/li><li>\u039a\u03b1\u03b8\u03b9\u03b5\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c3\u03c5\u03b3\u03ba\u03c1\u03b9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b5\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03be\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03bb\u03ce\u03bd \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ce\u03bd.<\/li><li>\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b3\u03bd\u03ce\u03c1\u03b9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5 \u03b1\u03bb\u03bb\u03ac \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03c0\u03c1\u03bf\u03ba\u03bb\u03ae\u03c3\u03b5\u03c9\u03bd.<\/li><li>\u0391\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2, \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03ba.\u03bb\u03c0. \u03bc\u03b5 \u03c4\u03ad\u03c4\u03bf\u03b9\u03bf \u03c4\u03c1\u03cc\u03c0\u03bf \u03ce\u03c3\u03c4\u03b5 \u03b7 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03b2\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b7 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b7 \u03c3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03c1\u03bf\u03c5\u03c4\u03af\u03bd\u03b1 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b1 \u03ae \u03c4\u03bf\u03bd \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2.<\/li><\/ol><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><div class=\"elementor-toggle-item\"><div id=\"elementor-tab-title-1295\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-1295\" aria-expanded=\"false\"> <span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\"> <span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-arrow-circle-right\"><\/i><\/span> <span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-arrow-circle-down\"><\/i><\/span> <\/span> <a href=\"\" class=\"elementor-toggle-title\">\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2<\/a><\/div><div id=\"elementor-tab-content-1295\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1295\"><ul><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b5%cf%84%ce%b1%ce%b9%cf%81%ce%b9%ce%ba%ce%ae-%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-2\/\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7<\/a><\/span><\/li><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%ce%ba%cf%85%ce%b2%ce%ad%cf%81%ce%bd%ce%b7%cf%83%ce%b7-%ce%ad%cf%81%ce%b3%ce%bf%cf%85-2\/\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0388\u03c1\u03b3\u03bf\u03c5<\/a><\/span><\/li><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd\/\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03ba\u03c5\u03b2\u03ad\u03c1\u03bd\u03b7\u03c3\u03b7 \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd<\/a><\/span><\/li><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%ce%b4%ce%b9%ce%b1%cf%87%ce%b5%ce%af%cf%81%ce%b9%cf%83%ce%b7-%ce%b5%cf%80%ce%b9%cf%87%ce%b5%ce%b9%cf%81%ce%b7%ce%bc%ce%b1%cf%84%ce%b9%ce%ba%ce%bf%cf%8d-%ce%ba%ce%b9%ce%bd%ce%b4%cf%8d%ce%bd%ce%bf-2\/\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u039a\u03b9\u03bd\u03b4\u03cd\u03bd\u03bf\u03c5<\/a><\/span><\/li><li><span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%83%cf%85%ce%bc%ce%bc%cf%8c%cf%81%cf%86%cf%89%cf%83%ce%b7-2\/\" target=\"_blank\" rel=\"noopener\">\u039c\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<\/a><\/span><\/li><\/ul><p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd, \u03b7 <span style=\"color: #a70d5a;\"><a style=\"color: #a70d5a;\" href=\"https:\/\/grc-essentials.eu\/el\/courses\/%ce%bc%ce%ac%ce%b8%ce%b7%ce%bc%ce%b1-grcessentials-one\/lesson\/%cf%86%ce%ac%cf%83%ce%b7-5-%ce%b5%cf%80%ce%b1%ce%bb%ce%ae%ce%b8%ce%b5%cf%85%cf%83%ce%b7\/?r\" target=\"_blank\" rel=\"noopener\">\u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c6\u03ac\u03c3\u03b7 5 - \u0395\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7<\/a><\/span> \u03b5\u03be\u03b7\u03b3\u03b5\u03af \u03c0\u03cc\u03c4\u03b5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03b1 \u03c5\u03bb\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p><div id=\"mouseposition-extension-element-full-container\" style=\"position: fixed; inset: 0px; pointer-events: none; z-index: 2147483647; font-weight: 400;\"><div id=\"mouseposition-extension-element-rect-display\" style=\"display: none; position: absolute; background: rgba(255, 255, 255, 0.7); outline: black solid 1px; font-size: 12px; z-index: 2147483647; justify-content: center; align-items: center; user-select: none; cursor: default; color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 0px; height: 0px;\"><pre style=\"flex: 1 1 0%; text-align: center; background-color: rgba(255, 255, 255, 0.7); color: #000000; min-width: 42px; min-height: 12px; transition: all 1s ease 0s;\">&nbsp;<\/pre><\/div><pre id=\"mouseposition-extension-element-coordinate-display\" style=\"position: absolute; display: none; background: #ffffff; font-size: 12px; line-height: 14px; border-radius: 3px; border-width: 1px; border-color: #222222 black #333333; border-style: solid; padding: 3px; z-index: 2147483647; color: #222222; user-select: none; cursor: default; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\">&nbsp;<\/pre><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\r\n\t  \r\n\t  \r\n      <\/div>\r\n\t  \r\n\t  <div id=\"step5\" class=\"step-content-body out\">\r\n<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%bc%ce%b5%ce%bb%ce%ad%cf%84%ce%b5%cf%82-%cf%80%ce%b5%cf%81%ce%b9%cf%80%cf%84%cf%8e%cf%83%ce%b5%cf%89%ce%bd\/\" target=\"_blank\" style=\"color=#a70d5a;\">>>\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5\u03bb\u03ad\u03c4\u03b7\u03c2<\/a>\r\n<\/div>\r\n\t  \r\n      <div id=\"stepLast\" class=\"step-content-body out\">\r\n\t  <h2 style=\"padding-left:20px;\">\u03a3\u03c5\u03b3\u03c7\u03b1\u03c1\u03b7\u03c4\u03ae\u03c1\u03b9\u03b1! \u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03b7\u03c2 Work-based \u03bc\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 GRCEssentials.<\/h2>\r\n\t  <p style=\"padding-left:20px;\">\u039c\u03b7\u03bd \u03be\u03b5\u03c7\u03bd\u03ac\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03cc\u03c0\u03bf\u03c4\u03b5 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5!<\/p>\r\n\t  <\/div>\r\n      <div class=\"step-content-foot\">\r\n        <button id=\"prevbtn\" type=\"button\" class=\"active out\" name=\"prev\">\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1<\/button>\r\n        <button type=\"button\" class=\"active\" name=\"next\">\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03ae\u03bc\u03b1<\/button>\r\n        <button type=\"button\" class=\"active out\" name=\"finish\">\u03a4\u03ad\u03bb\u03bf\u03c2<\/button>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n\r\n<\/html>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-42d07f55 elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"42d07f55\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-11fc1839\" data-id=\"11fc1839\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-15ccee65 premium-header-block premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"15ccee65\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">The GRCEssentials Curriculum gives you <br>a quick overview of the whole GRCEssentials concept.  <\/span><span class=\"premium-dual-header-second-header \">Click for the detailed <br>Curriculum document<\/span><\/h2> \t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1ee2d0f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1ee2d0f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9de1c20\" data-id=\"9de1c20\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c494796 elementor-widget-divider--separator-type-pattern elementor-widget-divider--bg-round elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1c494796\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M14.2,4c0.3,0,0.5,0.1,0.7,0.3l7.9,7.2c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7l-7.9,7.2c-0.2,0.2-0.4,0.3-0.7,0.3s-0.5-0.1-0.7-0.3s-0.3-0.4-0.3-0.7l0-2.9l-11.5,0c-0.4,0-0.7-0.3-0.7-0.7V9.4C1,9,1.3,8.7,1.7,8.7l11.5,0l0-3.6c0-0.3,0.1-0.5,0.3-0.7S13.9,4,14.2,4z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a9c4ee5\" data-id=\"a9c4ee5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-880195a elementor-align-left elementor-widget elementor-widget-button\" data-id=\"880195a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/grc-essentials.eu\/io1-grcessentials-curriculum\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">GRCEssentials Curriculum<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e37234c\" data-id=\"e37234c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-18f9e317 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"18f9e317\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7bf51692\" data-id=\"7bf51692\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e37b9f5 elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e37b9f5\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bbc287f\" data-id=\"bbc287f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b2cac8 premium-header-block premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"1b2cac8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">If you find the \u201cDo it yourself first!\u201d approach is a good idea and would like to try out GRCEssentials with your team,  <\/span><span class=\"premium-dual-header-second-header \">you can click here to go directly to Phase 1 - Analysis. <\/span><\/h2> \t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-194abd7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"194abd7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-864ea90\" data-id=\"864ea90\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2934876 elementor-widget-divider--separator-type-pattern elementor-widget-divider--bg-round elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2934876\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_tablet&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\" style=\"--divider-pattern-url: url(&quot;data:image\/svg+xml,%3Csvg xmlns=&#039;http:\/\/www.w3.org\/2000\/svg&#039; preserveAspectRatio=&#039;xMidYMid meet&#039; overflow=&#039;visible&#039; height=&#039;100%&#039; viewBox=&#039;0 0 24 24&#039; fill=&#039;black&#039; stroke=&#039;none&#039;%3E%3Cpath d=&#039;M14.2,4c0.3,0,0.5,0.1,0.7,0.3l7.9,7.2c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7l-7.9,7.2c-0.2,0.2-0.4,0.3-0.7,0.3s-0.5-0.1-0.7-0.3s-0.3-0.4-0.3-0.7l0-2.9l-11.5,0c-0.4,0-0.7-0.3-0.7-0.7V9.4C1,9,1.3,8.7,1.7,8.7l11.5,0l0-3.6c0-0.3,0.1-0.5,0.3-0.7S13.9,4,14.2,4z&#039;\/%3E%3C\/svg%3E&quot;);\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e6ebb89\" data-id=\"e6ebb89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-828df89 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"828df89\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/grc-essentials.eu\/courses\/grcessentials-one\/lesson\/phase-1-analyse\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Phase 1: Analyse<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5a9dea7\" data-id=\"5a9dea7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5069c51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5069c51\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fc7131e\" data-id=\"fc7131e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-374e648 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"374e648\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-118e88d\" data-id=\"118e88d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-be5da73 elementor-section-full_width elementor-hidden-tablet elementor-hidden-phone elementor-section-height-default elementor-section-height-default\" data-id=\"be5da73\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-47a6afd\" data-id=\"47a6afd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a166d6 elementor-widget elementor-widget-heading\" data-id=\"4a166d6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16ce983 elementor-widget elementor-widget-image\" data-id=\"16ce983\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"174\" src=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg\" class=\"attachment-medium_large size-medium_large wp-image-4069\" alt=\"logos beneficaires erasmus right EL\" srcset=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg 768w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-300x68.jpg 300w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el.jpg 910w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc64432 elementor-widget elementor-widget-text-editor\" data-id=\"cc64432\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0397 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae\u03c2 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03b7\u03c2 \u03c0\u03b1\u03c1\u03bf\u03cd\u03c3\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac \u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5\u00a0\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5, \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03b9 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b9\u03c2 \u03b1\u03c0\u03cc\u03c8\u03b5\u03b9\u03c2 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd, \u03ba\u03b1\u03b9 \u03b7 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u00a0\u03bd\u03b1 \u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c5\u03b8\u03cd\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-c1ff663\" data-id=\"c1ff663\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f30ebdf\" data-id=\"f30ebdf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7681388 elementor-widget elementor-widget-heading\" data-id=\"7681388\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03ae\u03c3\u03b9\u03bc\u03bf\u03b9 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19bae57 elementor-widget elementor-widget-pa-link-effects\" data-id=\"19bae57\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%8c%cf%81%ce%bf%ce%b9-%cf%80%cf%81%ce%bf%cf%8b%cf%80%ce%bf%ce%b8%ce%ad%cf%83%ce%b5%ce%b9%cf%82\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t \u038c\u03c1\u03bf\u03b9 \u03ba\u03b1\u03b9 \u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2 \t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fac2fd9 elementor-widget elementor-widget-pa-link-effects\" data-id=\"fac2fd9\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%80%ce%bf%ce%bb%ce%b9%cf%84%ce%b9%ce%ba%ce%ae-%ce%b1%cf%80%ce%bf%cf%81%cf%81%ce%ae%cf%84%ce%bf%cf%85\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-200e518 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"200e518\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c1d196 elementor-widget elementor-widget-pa-link-effects\" data-id=\"6c1d196\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%84%ce%b1%ce%af%cf%81%ce%bf%ce%b9\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03b9\u03bf\u03b9 \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e01dd35 elementor-widget elementor-widget-pa-link-effects\" data-id=\"e01dd35\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"#\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db0fd0a elementor-widget elementor-widget-pa-link-effects\" data-id=\"db0fd0a\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%bd%ce%ad%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\tBlog\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adf7d72 elementor-widget elementor-widget-pa-link-effects\" data-id=\"adf7d72\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%80%ce%b9%ce%ba%ce%bf%ce%b9%ce%bd%cf%89%ce%bd%ce%af%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1b5ba6d\" data-id=\"1b5ba6d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f426e48 elementor-widget elementor-widget-heading\" data-id=\"f426e48\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7a6ca1 elementor-widget elementor-widget-text-editor\" data-id=\"e7a6ca1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u039f\u03b4\u03cc\u03c2 \u0391\u03b4\u03b1\u03bc\u03ac\u03bd\u03c4\u03b9\u03bf\u03c5 \u039a\u03bf\u03c1\u03b1\u03ae 7-9,<br \/>\u0398\u03b5\u03bf\u03b4\u03bf\u03cd\u03bb\u03b5\u03b9\u03bf \u039a\u03c4\u03af\u03c1\u03b9\u03bf 6010,<br \/>\u039b\u03ac\u03c1\u03bd\u03b1\u03ba\u03b1 \u039a\u03cd\u03c0\u03c1\u03bf\u03c2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58add49 elementor-widget elementor-widget-heading\" data-id=\"58add49\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb1b32a elementor-widget elementor-widget-text-editor\" data-id=\"eb1b32a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #a70d5a;\">\u03a4:<\/span> +357 7000 32 32<br \/><span style=\"color: #a70d5a;\">\u03a6:<\/span> +357 2465 00 90<br \/><span style=\"color: #a70d5a;\">\u0395:<\/span> <a href=\"mailto:grc@grcessentials.eu\">grc@grcessentials.eu<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a923ae3 elementor-section-full_width elementor-hidden-desktop elementor-hidden-phone elementor-section-height-default elementor-section-height-default\" data-id=\"a923ae3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c3c80f\" data-id=\"3c3c80f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d3158a8 elementor-widget elementor-widget-heading\" data-id=\"d3158a8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a51ab0 elementor-widget elementor-widget-image\" data-id=\"6a51ab0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"174\" src=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg\" class=\"attachment-medium_large size-medium_large wp-image-4069\" alt=\"logos beneficaires erasmus right EL\" srcset=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg 768w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-300x68.jpg 300w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el.jpg 910w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50923fd elementor-widget elementor-widget-text-editor\" data-id=\"50923fd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0397 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae\u03c2 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03b7\u03c2 \u03c0\u03b1\u03c1\u03bf\u03cd\u03c3\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac \u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5\u00a0\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5, \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03b9 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b9\u03c2 \u03b1\u03c0\u03cc\u03c8\u03b5\u03b9\u03c2 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd, \u03ba\u03b1\u03b9 \u03b7 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u00a0\u03bd\u03b1 \u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c5\u03b8\u03cd\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9db3314\" data-id=\"9db3314\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-99ff7ea\" data-id=\"99ff7ea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cd61359 elementor-widget elementor-widget-heading\" data-id=\"cd61359\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03ae\u03c3\u03b9\u03bc\u03bf\u03b9 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-248178e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"248178e\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2033959 elementor-widget elementor-widget-pa-link-effects\" data-id=\"2033959\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%8c%cf%81%ce%bf%ce%b9-%cf%80%cf%81%ce%bf%cf%8b%cf%80%ce%bf%ce%b8%ce%ad%cf%83%ce%b5%ce%b9%cf%82\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u038c\u03c1\u03bf\u03b9 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f1de09 elementor-widget elementor-widget-pa-link-effects\" data-id=\"4f1de09\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%80%ce%bf%ce%bb%ce%b9%cf%84%ce%b9%ce%ba%ce%ae-%ce%b1%cf%80%ce%bf%cf%81%cf%81%ce%ae%cf%84%ce%bf%cf%85\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f31a7d3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f31a7d3\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a34a983 elementor-widget elementor-widget-pa-link-effects\" data-id=\"a34a983\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%84%ce%b1%ce%af%cf%81%ce%bf%ce%b9\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03b9\u03bf\u03b9 \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9339fb8 elementor-widget elementor-widget-pa-link-effects\" data-id=\"9339fb8\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"#\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ae280b elementor-widget elementor-widget-pa-link-effects\" data-id=\"6ae280b\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%bd%ce%ad%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\tBlog\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41f16b7 elementor-widget elementor-widget-pa-link-effects\" data-id=\"41f16b7\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%80%ce%b9%ce%ba%ce%bf%ce%b9%ce%bd%cf%89%ce%bd%ce%af%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fea493a elementor-section-full_width elementor-hidden-desktop elementor-hidden-phone elementor-section-height-default elementor-section-height-default\" data-id=\"fea493a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4b5167e\" data-id=\"4b5167e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5aa405d elementor-widget elementor-widget-heading\" data-id=\"5aa405d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e54771 elementor-widget elementor-widget-text-editor\" data-id=\"9e54771\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u039f\u03b4\u03cc\u03c2 \u0391\u03b4\u03b1\u03bc\u03ac\u03bd\u03c4\u03b9\u03bf\u03c5 \u039a\u03bf\u03c1\u03b1\u03ae 7-9,<br \/>\u0398\u03b5\u03bf\u03b4\u03bf\u03cd\u03bb\u03b5\u03b9\u03bf \u039a\u03c4\u03af\u03c1\u03b9\u03bf 6010,<br \/>\u039b\u03ac\u03c1\u03bd\u03b1\u03ba\u03b1 \u039a\u03cd\u03c0\u03c1\u03bf\u03c2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6da40f5\" data-id=\"6da40f5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-057129e\" data-id=\"057129e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d479b57 elementor-widget elementor-widget-heading\" data-id=\"d479b57\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4bd042 elementor-widget elementor-widget-text-editor\" data-id=\"c4bd042\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #a70d5a;\">\u03a4:<\/span> +357 7000 32 32<br \/><span style=\"color: #a70d5a;\">\u03a6:<\/span> +357 2465 00 90<br \/><span style=\"color: #a70d5a;\">\u0395:<\/span> <a href=\"mailto:grc@grcessentials.eu\">grc@grcessentials.eu<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b460e7 elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b460e7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-013891d\" data-id=\"013891d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c3826c elementor-widget elementor-widget-heading\" data-id=\"4c3826c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03bf\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bea635e elementor-widget elementor-widget-image\" data-id=\"bea635e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"174\" src=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg\" class=\"attachment-medium_large size-medium_large wp-image-4069\" alt=\"logos beneficaires erasmus right EL\" srcset=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-768x174.jpg 768w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el-300x68.jpg 300w, https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logosbeneficaireserasmusright_el.jpg 910w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcd1361 elementor-widget elementor-widget-text-editor\" data-id=\"fcd1361\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u0397 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03c9\u03c0\u03b1\u03ca\u03ba\u03ae\u03c2 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03c4\u03b7\u03c2 \u03c0\u03b1\u03c1\u03bf\u03cd\u03c3\u03b1\u03c2 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac \u03b1\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5\u00a0\u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5, \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03bf\u03c0\u03c4\u03c1\u03af\u03b6\u03b5\u03b9 \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b9\u03c2 \u03b1\u03c0\u03cc\u03c8\u03b5\u03b9\u03c2 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bd\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd, \u03ba\u03b1\u03b9 \u03b7 \u0395\u03c0\u03b9\u03c4\u03c1\u03bf\u03c0\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u00a0\u03bd\u03b1 \u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c5\u03b8\u03cd\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ce\u03bd \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-abbc43d\" data-id=\"abbc43d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-97697f8 elementor-widget elementor-widget-heading\" data-id=\"97697f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u03a7\u03c1\u03ae\u03c3\u03b9\u03bc\u03bf\u03b9 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03b9<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fd54a2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2fd54a2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ed575a elementor-widget elementor-widget-pa-link-effects\" data-id=\"6ed575a\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%8c%cf%81%ce%bf%ce%b9-%cf%80%cf%81%ce%bf%cf%8b%cf%80%ce%bf%ce%b8%ce%ad%cf%83%ce%b5%ce%b9%cf%82\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u038c\u03c1\u03bf\u03b9 \u03a7\u03c1\u03ae\u03c3\u03b7\u03c2\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c99819 elementor-widget elementor-widget-pa-link-effects\" data-id=\"8c99819\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%cf%80%ce%bf%ce%bb%ce%b9%cf%84%ce%b9%ce%ba%ce%ae-%ce%b1%cf%80%ce%bf%cf%81%cf%81%ce%ae%cf%84%ce%bf%cf%85\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u0391\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58a2fb7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"58a2fb7\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dea1d61 elementor-widget elementor-widget-pa-link-effects\" data-id=\"dea1d61\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%84%ce%b1%ce%af%cf%81%ce%bf%ce%b9\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a0\u03bf\u03b9\u03bf\u03b9 \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-497f399 elementor-widget elementor-widget-pa-link-effects\" data-id=\"497f399\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"#\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u03a3\u03c5\u03c7\u03bd\u03ad\u03c2 \u0395\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71718fc elementor-widget elementor-widget-pa-link-effects\" data-id=\"71718fc\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%bd%ce%ad%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\tBlog\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccb375e elementor-widget elementor-widget-pa-link-effects\" data-id=\"ccb375e\" data-element_type=\"widget\" data-widget_type=\"pa-link-effects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-link-container\">\n\t\t\t<a href=\"https:\/\/grc-essentials.eu\/el\/%ce%b5%cf%80%ce%b9%ce%ba%ce%bf%ce%b9%ce%bd%cf%89%ce%bd%ce%af%ce%b1\/\" class=\"pp-link pp-link-effect-3\" >\n\t\t\t\t<span >\n\t\t\t\t\t\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5e3403c\" data-id=\"5e3403c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0b03593 elementor-widget elementor-widget-heading\" data-id=\"0b03593\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff78415 elementor-widget elementor-widget-text-editor\" data-id=\"ff78415\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u039f\u03b4\u03cc\u03c2 \u0391\u03b4\u03b1\u03bc\u03ac\u03bd\u03c4\u03b9\u03bf\u03c5 \u039a\u03bf\u03c1\u03b1\u03ae 7-9,<br \/>\u0398\u03b5\u03bf\u03b4\u03bf\u03cd\u03bb\u03b5\u03b9\u03bf \u039a\u03c4\u03af\u03c1\u03b9\u03bf 6010,<br \/>\u039b\u03ac\u03c1\u03bd\u03b1\u03ba\u03b1 \u039a\u03cd\u03c0\u03c1\u03bf\u03c2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4b8244 elementor-widget elementor-widget-heading\" data-id=\"d4b8244\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-80b1b35 elementor-widget elementor-widget-text-editor\" data-id=\"80b1b35\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #a70d5a;\">\u03a4:<\/span> +357 7000 32 32<br \/><span style=\"color: #a70d5a;\">\u03a6:<\/span> +357 2465 00 90<br \/><span style=\"color: #a70d5a;\">\u0395:<\/span> <a href=\"mailto:grc@grcessentials.eu\">grc@grcessentials.eu<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dfd2521 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"dfd2521\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fcffb8e\" data-id=\"fcffb8e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c69bc3 elementor-widget elementor-widget-text-editor\" data-id=\"3c69bc3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a92019 GRCEssentials. All Rights Reserved.<br \/>Designed &amp; Developed by <a class=\"custlink\" href=\"https:\/\/pcxmanagement.eu\/\" target=\"_blank\" rel=\"noopener\">PCX Management<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GRCEssentials \u039c\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0392\u03ae\u03bc\u03b1 1 \u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bf<span class=\"more-button\"><a href=\"https:\/\/grc-essentials.eu\/el\/grcessentials-%ce%bc%ce%b9%ce%b1-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%82-%ce%b2%ce%ae%ce%bc%ce%b1-%cf%80%cf%81%ce%bf%cf%83%ce%ad%ce%b3%ce%b3%ce%b9%cf%83%ce%b7\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7<\/span><\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-11712","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -\" \/>\n<meta property=\"og:description\" content=\"GRCEssentials \u039c\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0392\u03ae\u03bc\u03b1 1 \u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bfContinue readingGRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GRCEssentials.Project\/\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-08T13:23:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@grcessentials\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"40 \u03bb\u03b5\u03c0\u03c4\u03ac\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/\",\"url\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/\",\"name\":\"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/grc-essentials.eu\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/IO4-Phases_Diagram-GRv2.png\",\"datePublished\":\"2022-01-17T10:07:57+00:00\",\"dateModified\":\"2022-02-08T13:23:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/#primaryimage\",\"url\":\"https:\\\/\\\/grc-essentials.eu\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/IO4-Phases_Diagram-GRv2.png\",\"contentUrl\":\"https:\\\/\\\/grc-essentials.eu\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/IO4-Phases_Diagram-GRv2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/a-step-by-step-approach\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/grc-essentials.eu\\\/bg\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#website\",\"url\":\"https:\\\/\\\/grc-essentials.eu\\\/\",\"name\":\"\",\"description\":\"Erasmus+ Project\",\"publisher\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/grc-essentials.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#organization\",\"name\":\"GRCEssentials Project\",\"url\":\"https:\\\/\\\/grc-essentials.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/grc-essentials.eu\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/logo-web-medium.png\",\"contentUrl\":\"https:\\\/\\\/grc-essentials.eu\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/logo-web-medium.png\",\"width\":991,\"height\":241,\"caption\":\"GRCEssentials Project\"},\"image\":{\"@id\":\"https:\\\/\\\/grc-essentials.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GRCEssentials.Project\\\/\",\"https:\\\/\\\/x.com\\\/grcessentials\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/","og_locale":"el_GR","og_type":"article","og_title":"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -","og_description":"GRCEssentials \u039c\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u0392\u03ae\u03bc\u03b1 1 \u039c\u03bf\u03bd\u03c4\u03ad\u03bb\u03bfContinue readingGRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7","og_url":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/","article_publisher":"https:\/\/www.facebook.com\/GRCEssentials.Project\/","article_modified_time":"2022-02-08T13:23:32+00:00","og_image":[{"url":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@grcessentials","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"40 \u03bb\u03b5\u03c0\u03c4\u03ac"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/","url":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/","name":"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 -","isPartOf":{"@id":"https:\/\/grc-essentials.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/#primaryimage"},"image":{"@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/#primaryimage"},"thumbnailUrl":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png","datePublished":"2022-01-17T10:07:57+00:00","dateModified":"2022-02-08T13:23:32+00:00","breadcrumb":{"@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/grc-essentials.eu\/a-step-by-step-approach\/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/#primaryimage","url":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png","contentUrl":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2021\/09\/IO4-Phases_Diagram-GRv2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/grc-essentials.eu\/a-step-by-step-approach\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/grc-essentials.eu\/bg\/"},{"@type":"ListItem","position":2,"name":"GRCEssentials \u2013 \u039c\u03b9\u03b1 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7"}]},{"@type":"WebSite","@id":"https:\/\/grc-essentials.eu\/#website","url":"https:\/\/grc-essentials.eu\/","name":"","description":"Erasmus+ Project","publisher":{"@id":"https:\/\/grc-essentials.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/grc-essentials.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":"Organization","@id":"https:\/\/grc-essentials.eu\/#organization","name":"GRCEssentials Project","url":"https:\/\/grc-essentials.eu\/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/grc-essentials.eu\/#\/schema\/logo\/image\/","url":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logo-web-medium.png","contentUrl":"https:\/\/grc-essentials.eu\/wp-content\/uploads\/2020\/05\/logo-web-medium.png","width":991,"height":241,"caption":"GRCEssentials Project"},"image":{"@id":"https:\/\/grc-essentials.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GRCEssentials.Project\/","https:\/\/x.com\/grcessentials"]}]}},"_links":{"self":[{"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/pages\/11712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/comments?post=11712"}],"version-history":[{"count":0,"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/pages\/11712\/revisions"}],"wp:attachment":[{"href":"https:\/\/grc-essentials.eu\/el\/wp-json\/wp\/v2\/media?parent=11712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}