{"id":11062,"date":"2020-05-07T12:13:42","date_gmt":"2020-05-07T12:13:42","guid":{"rendered":"https:\/\/www.smartschool.edu.gr\/ptihia-rosika\/"},"modified":"2021-02-21T17:01:43","modified_gmt":"2021-02-21T17:01:43","slug":"ptihia-rosika","status":"publish","type":"page","link":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/","title":{"rendered":"RUSSIAN LANGUAGE CERTIFICATIONS"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973929202{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;]<div style=\"position: relative; overflow: visible; box-sizing: border-box; min-height: 1px;\">\n    <div id=\"mySticky\" class=\"fixpos\" >\n        <div class=\"course_right\">\n            <div class=\"course-payment\">\n                <div class=\"course-price\">\n                    <div class=\"value \">\n                        <span class=\"value-before\"> <\/span>DEGREES                    <\/div>\n                <\/div>\n\t            <div class=\"lp-course-buttons\">\n\t                    <button class=\"lp-button button button-enroll-course\">\n\t                        <a href=\"#epikinonia-landing\"> \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2 <\/a><\/button>\n\t            <\/div>                \n            <\/div>\n            <div class=\"menu_course\">\n                <ul>\n                    <li role=\"presentation\">\n                        <a href=\"#A1-A2\" >    \n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>A1- A2<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#B1\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>B1<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\" class=\"active\">\n                        <a href=\"#B2\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>B2<\/span>\n                        <\/a>\n                    <\/li>\n                    <li role=\"presentation\">\n                        <a href=\"#C1-C2\" >\n                            <i class=\"fa fa-cube\"><\/i>\n                            <span>C1-C2<\/span>\n                        <\/a>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"social_share\">\n                <ul class=\"thim-social-share\">\n                    <li class=\"heading\">Share:<\/li>\n                    <li>\n                        \n                        <div class=\"facebook-social\"><a onclick=\"window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=580,height=500'); return false;\" target=\"_blank\" class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer.php?u=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11062\" title=\"Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a><\/div>         \n                    <\/li>\n                    <li>\n                        \n                        <div class=\"twitter-social\"><a onclick=\"window.open(this.href,'targetWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=580,height=500'); return false;\" target=\"_blank\" class=\"twitter\" href=\"https:\/\/twitter.com\/share?url=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11062&amp;text=www.smartschool.edu.gr%2Fen%2Fwp-json%2Fwp%2Fv2%2Fpages%2F11062\" title=\"Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a><\/div>\n                    <\/li>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n    <script>\n    jQuery(document).ready(function() {\n        var fixmeTop = jQuery('.fixpos').offset().top; \/\/ get initial position of the element \n        var fixmeBottom = jQuery('.stopsidebar').offset().top;\n        jQuery('.fixpos').addClass('general-style');\n\n        var RealfixmeBottom = jQuery('.stopsidebar').offset().top + (-420);      \n        var tempstyles = {'top':RealfixmeBottom,'position':'absolute'};\n        \n\n        jQuery(window).scroll(function() { \/\/ assign scroll event listener\n\n\n            var currentScroll = jQuery(window).scrollTop(); \/\/ get current position\n\n            if ((currentScroll >= fixmeTop)  && (currentScroll < fixmeBottom))  { \/\/ apply position: fixed if you\n                jQuery('.fixpos').css({ \/\/ scroll to that element or below it\n                    position: 'fixed',\n                    top: '50px'\n                    \/\/ width: '309px',\n                    \/\/ zIndex: '99'\n                });\n                \/\/ var x = document.getElementById(\"mySticky\");\n                \/\/ x.classList.add(\"mystyle\");\n                \/\/ x.classList.remove(\"mystyle1\");\n                \/\/ x.classList.remove(\"mystyle2\");\n\n                \/\/ jQuery('.fixpos').addClass('mystyle').removeClass('mystyle1').removeClass('mystyle2');\n            } \n            else if (currentScroll >= fixmeBottom) {\n                jQuery('.fixpos').css(tempstyles);  \/\/ scroll to that element or below it\n          \n                \n                \/\/ var y = document.getElementById(\"mySticky\");\n                \/\/ y.classList.add(\"mystyle1\");\n                \/\/ y.classList.remove(\"mystyle\");\n                \/\/ y.classList.remove(\"mystyle2\"); \n\n                \/\/ jQuery('.fixpos').addClass('mystyle1').removeClass('mystyle').removeClass('mystyle2');        \n            }\n            else { \/\/ apply position: static\n                jQuery('.fixpos').css({ \/\/ if you scroll above it\n                    position: 'sticky',\n                    top: ''\n                    \/\/ width: '309px',\n                    \/\/ zIndex: '99'\n                });\n                \/\/ var z = document.getElementById(\"mySticky\");\n                \/\/ z.classList.add(\"mystyle2\");\n                \/\/ z.classList.remove(\"mystyle\");\n                \/\/ z.classList.remove(\"mystyle1\");\n\n                \/\/ jQuery('.fixpos').addClass('mystyle2').removeClass('mystyle').removeClass('mystyle1');\n            }\n\n        });\n    });\n    <\/script>\n\n\n    [\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid !important;border-bottom-color: #ffffff !important;border-bottom-style: solid !important;}&#8221;][vc_column_text]<\/p>\n<p class=\"m_title\" style=\"text-align: left;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">COMMON EUROPEAN LANGUAGE FRAMEWORK (CEFR)<\/span><\/span><\/strong><\/p>\n<p style=\"text-align: left;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Common European Framework provides a structured descriptive basis for language skills. <\/span><span style=\"vertical-align: inherit;\">The aim is to assign titles from different certification bodies for all European languages, which are categorized into 6 levels of knowledge: <\/span><\/span><br \/>\n<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1 -Basic, A2 -Basic, B1 -Moderate, B2 -Good, C1 -Very Good, C2 -Excellent<\/span><\/span><\/strong><\/p>\n<p style=\"text-align: left;\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">At SmartSchools we prepare you for certifications that are internationally recognized by ASEP:<\/span><\/span><\/strong><\/p>\n<p>[\/vc_column_text][vc_toggle title=&#8221;Degrees of the Ministry of Education of the Russian Federation&#8221; custom_font_container=&#8221;tag:h3|font_size:16|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">By the Decree of the Ministry of Education and Science of the Russian Federation from January 1, 2015 the level of knowledge of the Russian language as a foreign language is certified by the Unified State Certificate of Russian Studies (and not a specific university), approving a list of educational institutions that have the right to study of the Russian language as a foreign language:<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<ol>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">State Institute of Russian Language &#8220;A. <\/span><\/span><\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">S. Pushkin&#8221;.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Moscow State University &#8220;M. <\/span><\/span><\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">V. Lomonosov&#8221;<\/span><\/span><\/span><\/span><\/span><\/span><\/strong><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">&#8220;Peoples&#8217; Friendship&#8221; State University.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">St. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Petersburg State University.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Tyumen State University.<\/span><\/span><\/span><\/span><\/span><\/span><\/li>\n<\/ol>\n<p>[\/vc_toggle][vc_toggle title=&#8221;Lomonosov University&#8221; custom_font_container=&#8221;tag:h3|font_size:16|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Lomonosov Moscow State University is the largest and one of the oldest universities in Russia. <\/span><span style=\"vertical-align: inherit;\">Since 2006 he has been conducting examinations in Athens at the Science and Culture Center of the Russian Embassy<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">His exams are recognized by ASEP and all official bodies having international recognition and are preferred by those who intend to study in Russia.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The exams are held in June for all six basic language levels:<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1- MODERN LEVEL (TZU) <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A2- BASIC LEVEL (TBU) <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">B1- MEDIUM LEVEL (RACES 1) <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">B2- GOOD LEVEL (TRKI 2) <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">C1- VERY GOOD 3 <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">EP<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">They are conducted by professors of the Department of Philology of Moscow Lomonosov State University, with the support of the Russian Cultural and Scientific Center in Athens. <\/span><span style=\"vertical-align: inherit;\">The exams include <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">5 sections<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> :<\/span><\/span><\/p>\n<ul class=\"list_check\">\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">comprehension of oral speech<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">reading comprehension<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Writing<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">production of oral speech<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">vocabulary and grammar exercises.<\/span><\/span><\/li>\n<\/ul>\n<p><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TORFL DIPLOMAS<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TORFL Diplomas are awarded by Lomonosov University. <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The\u00a0 <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">TORFL<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> (Test of Russian as a Foreign Language or \u0440\u0443\u0441\u0441\u043a\u043e\u043c\u0443 \u0422\u0435\u0441\u0442 \u043f\u043e \u044f\u0437\u044b\u043a\u0443 \u043a\u0430\u043a \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u043c\u0443 or \u0422\u0420\u041a\u0418) is a standard certification supervised by the Russian Ministry of Education and Science. <\/span><span style=\"vertical-align: inherit;\">The examination has six levels that correspond exactly to the descriptive basis of the Council of Europe Common Framework for Modern Languages \u200b\u200b(ALTE).<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Since 1998, the examination has become mandatory for admission to Russian universities. <\/span><span style=\"vertical-align: inherit;\">TORFL-1 is required for university studies, while for Bachelor or Master you need to have at least a TORFL -2 level.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Each level A1-C2 consists of five sections: speaking, listening, reading, grammar and vocabulary, and writing. <\/span><span style=\"vertical-align: inherit;\">The minimum score for each level is at least 66% in each section (at least 60% of the total is allowed in one of the five sections). <\/span><span style=\"vertical-align: inherit;\">Advantages of TORFL<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The TORFL certificate is permanently valid<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">If the student has the right to be examined next time only in the section in which he failed.<\/span><\/span><\/li>\n<\/ul>\n<p>[\/vc_toggle][vc_toggle title=&#8221;Pushkin Institute of Athens&#8221; custom_font_container=&#8221;tag:h3|font_size:16|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<\/p>\n<p style=\"text-align: left;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Institute also operates as an examination center for certification of knowledge of the Russian language, with diplomas of language levels from A1 to C2, which are recognized ONLY by the Hellenic ASP.<\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n<p>[\/vc_toggle][vc_toggle title=&#8221;Greek State Certificates of Language (\u039a\u03a0\u03b3)&#8221; custom_font_container=&#8221;tag:h3|font_size:16|text_align:left&#8221; custom_google_fonts=&#8221;font_family:Comfortaa%3A300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal&#8221; use_custom_heading=&#8221;true&#8221;]<\/p>\n<p style=\"text-align: left;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Greek State Certificates of Language Proficiency (KPG)<\/span><\/span><\/p>\n<p style=\"text-align: left;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The Examination System (CPC) adopts the principles set by the Council of Europe, so they have international recognition. <\/span><span style=\"vertical-align: inherit;\">The degree of ability to speak, write the language, but also the <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">mediation <\/span><\/span><\/strong> <strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">function is <\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><strong><span style=\"vertical-align: inherit;\">checked <\/span><\/strong><strong><span style=\"vertical-align: inherit;\">, from Greek to the language of examination<\/span><\/strong><span style=\"vertical-align: inherit;\"> . <\/span><\/span><br \/>\n<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Their <\/span><\/span><\/strong><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">upgraded structure allows <\/span><\/span><\/strong><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">candidates to have double chances of certification at least at one level, depending on their performance in the tests of both levels!<\/span><\/span><\/strong><\/p>\n<p>[\/vc_toggle][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588851996743{margin-top: 0px !important;margin-bottom: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;A1-A2&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title \"><h3 style=\"font-size:40px;\" class=\"title\">\u03911 - \u03912<\/h3><div class=\"clone\" >\u03911 - \u03912<\/div><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;2&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;Pushkin \u03911&#8243; tab_id=&#8221;1588855494647-0c05ac76-cfc7&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Pushkin Institute of Athens &#8220;A1&#8221; <\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CERTIFICATE &#8220;Russian Language &#8211; Uroven A1 &#8211; Survival&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The candidate at this level has limited knowledge, which is required to deal with ordinary everyday circumstances. <\/span><span style=\"vertical-align: inherit;\">Specifically, he has a limited vocabulary and knows whole phrases, ie words, phrases and sentences that he has learned and uses them as single sets. <\/span><span style=\"vertical-align: inherit;\">He also has the ability to understand and produce short and simple texts.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Pushkin \u03912&#8243; tab_id=&#8221;1588837144455-ac6edcf4-07fc&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Pushkin Institute of Athens A2 <\/span><\/span><\/span><\/span><br \/>\n<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CERTIFICATE \u00abRussian Language &#8211; Learning A2 &#8211; Principal\u00bb<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">At this level the candidate must have the basic communication skills, ie be able to use the Russian language in spoken and written language, formal or friendly, to meet daily needs and communication situations.<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Must be able to understand sentences and expressions that occur frequently and are related to personal and family information, shopping, entertainment, etc. <\/span><span style=\"vertical-align: inherit;\">Must be able to communicate using basic language skills in everyday situations \/ situations that require simple and immediate exchange of information around from familiar topics. <\/span><\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">They should also be able to exchange information on familiar, routine or urgent matters.<\/span><\/span><\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Lomonosov (\u0422\u042d\u0423) A1&#8243; tab_id=&#8221;1585455880063-97993ad6-d177&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Lomonosov <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A1 (\u0422\u042d\u0423)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0&#8211; &#8220;Basic knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Successful examinations of this level certify the basic knowledge and skills of the candidate that allow him to respond to specific situations of daily life and ensure &#8220;survival&#8221; in the country.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Lomonosov (\u0422\u0411\u0423) A2&#8243; tab_id=&#8221;1588863586738-322981a7-2d0f&#8221;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Lomonosov <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">A2 (\u0422\u0411\u0423)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0&#8211; &#8220;Basic knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">This diploma certifies the basic knowledge and skills of the candidate in limited issues of daily, cultural and social life, which are often used and are particularly relevant to home situations.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588851979695{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;B1&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:40px;\" class=\"title\">B1<\/h3><div class=\"clone\" >B1<\/div><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;Pushkin B1&#8243; tab_id=&#8221;1588863685206-963a140e-6984&#8243;][vc_column_text]<\/p>\n<header class=\"entry-header\"><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">&#8220;Russian Language &#8211; Elementary Level B1&#8221; of the Pushkin Institute &#8211; Level B1<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Those who have mastered the Basic Level material (\u0439\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0439 \u0423\u0440\u043e\u0432\u0435\u043d\u044c) in Russian, must be able to cope with the current requirements of communication in everyday social, educational and work situations, for receiving and transmitting information<\/span><\/span><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Involvement in communication, acquaintance with another person, to introduce or recommend another person, greeting, farewell, to address someone, to thank, to apologize, to respond to thanks and apology, to congratulate, to ask repeating a phrase, asking again, expressing a wish;<\/span><\/span><\/header>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Lomonosov B1&#8243; tab_id=&#8221;1588642243396-1fc33b06-c4d7&#8243;][vc_column_text]<span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Lomonosov <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00a0(\u0422\u0420\u041a\u0418 -1)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0&#8211; &#8220;Moderate knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Successful examinations of this level certify the knowledge and skills of an average level of the candidate who can discuss and develop various topics of daily, cultural, professional and social life. <\/span><span style=\"vertical-align: inherit;\">A degree of this level is required for admission to undergraduate programs in Russian higher education institutions.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588851960995{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;B2&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:45px;\" class=\"title\">\u03922<\/h3><div class=\"clone\" >\u03922<\/div><span style=\"background-color:#975b00\" class=\"line\"><\/span><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;Pushkin B2&#8243; tab_id=&#8221;1588863885646-0a1fc002-33fe&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CERTIFICATE &#8220;\u0420\u0423\u0421\u0421\u041a\u0418\u0419 \u042f\u0417\u042b\u041a &#8211; \u041f\u041e\u0420\u041e\u0413\u041e\u0412\u042b\u0419 \u0423\u0420\u041e\u0412\u0415\u041d\u042c \u04122&#8221; of the Pushkin Institute<\/span><\/span><\/strong><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Subjects who have assimilated the Intermediate level material (\u041f\u043e\u0440\u043e\u0433\u043e\u0432\u044b\u0439 \u0423\u0440\u043e\u0432\u0435\u043d\u044c), must be able to cope with the current requirements of communication in everyday social situations, for receiving and transmitting information. <\/span><span style=\"vertical-align: inherit;\">Indicative:<\/span><\/span><\/p>\n<ul>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">ask for the name of an unknown object,<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">to ask questions, to answer questions, to recommend, to answer recommendations,<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">to speak, to greet, to say goodbye, to allow, to reject, to apologize, to forgive, to express gratitude, to respond to the expression of gratitude,<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">to express pleasure, joy, to give a positive or negative answer, to address a stranger, to accept, to suggest something,<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">to approve, to admire, to invite to a joint activity, to accept an invitation, to understand the television program,<\/span><\/span><\/li>\n<li><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">to choose and buy something, to ask the opinion of his interlocutor, to offer to treat, to order coffee<\/span><\/span><\/li>\n<\/ul>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">The\u00a0 <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">second part<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0of the examination in cultural knowledge includes <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">questions of geographical and demographic content, about the structure of the state, religion, the official holidays of Russia<\/span><\/span><\/strong>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Lomonosov B2&#8243; tab_id=&#8221;1588645158099-5af65e8c-5fed&#8221;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">B2 (\u0422\u0420\u041a\u0418 -2)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> &#8211; &#8220;Good knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">This diploma certifies the knowledge and skills of a fairly high level of the candidate who can communicate comfortably in all matters of daily, cultural, social, as well as professional life.<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">This degree is required for obtaining the basic degree and the Master&#8217;s degree of Russian higher educational institutions outside the faculties of philology and is necessary for admission to the postgraduate programs of Russia.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row el_class=&#8221;stopsidebar&#8221; el_id=&#8221;telos-tou-sidebar&#8221;][vc_column][vc_empty_space][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1588680369169{background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_id=&#8221;C1-C2&#8243;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;]<div class=\"thim-widget-heading template-base\"><div class=\"sc_heading clone_title text-left\"><h3 style=\"font-size:44px;\" class=\"title\">C1 - C2<\/h3><div class=\"clone\" >C1 - C2<\/div><span style=\"background-color:#975b00\" class=\"line\"><\/span><\/div><\/div>[vc_tta_tabs style=&#8221;modern&#8221; color=&#8221;orange&#8221; gap=&#8221;1&#8243; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;Pushkin C1-C2&#8243; tab_id=&#8221;1588864101921-ca3599e5-6bd3&#8243;][vc_column_text]<\/p>\n<header class=\"entry-header\"><strong>C1 \u042d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e \u0440\u0443\u0441\u0441\u043a\u043e\u043c\u0443 \u044f\u0437\u044b\u043a\u0443 \u043a\u0430\u043a \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u043c\u0443 \u043d\u0430<\/strong><br \/>\n<strong>\u0421\u0415\u0420\u0422\u0418\u0424\u0418\u041a\u0410\u0422 \u00ab\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a \u2013 \u041f\u043e\u0441\u0442\u043f\u043e\u0440\u043e\u0433\u043e\u0432\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u04211\u00bb<\/strong><br \/>\n<strong>\u0418\u043d\u0441\u0442\u0438\u0442\u0443\u0442\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0438\u043c\u0435\u043d\u0438 \u0410.\u0421.\u041f\u0443\u0448\u043a\u0438\u043d\u0430<\/strong><\/header>\n<header><\/header>\n<header class=\"entry-header\"><strong>C2 \u042d\u043a\u0437\u0430\u043c\u0435\u043d \u043f\u043e \u0440\u0443\u0441\u0441\u043a\u043e\u043c\u0443 \u044f\u0437\u044b\u043a\u0443 \u043a\u0430\u043a \u0438\u043d\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u043e\u043c\u0443 \u043d\u0430<\/strong><br \/>\n<strong>\u0414\u0418\u041f\u041b\u041e\u041c \u00ab\u041f\u0423\u0428\u041a\u0418\u041d\u00bb \u2013 \u0417\u043d\u0430\u043d\u0438\u0435 \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0432 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u0435. \u04212<\/strong><br \/>\n<strong>\u0410\u0444\u0438\u043d\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0442\u0430 \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e \u044f\u0437\u044b\u043a\u0430 \u0438\u043c\u0435\u043d\u0438 \u0410.\u0421.\u041f\u0443\u0448\u043a\u0438\u043d\u0430<\/strong><\/header>\n<p>[\/vc_column_text][\/vc_tta_section][vc_tta_section title=&#8221;Lomonosov C1-C2&#8243; tab_id=&#8221;1588680256353-9214c63a-cf49&#8243;][vc_column_text]<strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">C1 (\u0422\u0420\u041a\u0418 -3)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0&#8211; &#8220;Very good knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Successful examinations of this level certify the knowledge and skills of a high level of the candidate who can communicate comfortably in all matters of daily, cultural, social, as well as professional life. <\/span><span style=\"vertical-align: inherit;\">This degree is necessary for obtaining the basic degree of Russian higher educational institutions in philology. <\/span><\/span><strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">C2 (\u0422\u0420\u041a\u0418-4)<\/span><\/span><\/strong><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"> \u00a0&#8211; &#8220;Excellent knowledge of the Russian language&#8221;<\/span><\/span><\/p>\n<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Successful examinations at this level certify the knowledge and skills of the candidate at the parent level. <\/span><span style=\"vertical-align: inherit;\">This degree is necessary for obtaining the Master&#8217;s degree of Russian higher education institutions in philology and gives the holder the right to teach the Russian language and to do scientific research in the field of Russian language.<\/span><\/span>[\/vc_column_text][\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1585318668827{padding-top: 100px !important;padding-bottom: 100px !important;background-image: url(https:\/\/www.smartschool.edu.gr\/wp-content\/uploads\/2020\/03\/bg_newsletter-new.jpg?id=6741) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; el_class=&#8221;footer_newsletter thim_overlay_dark_30&#8243; el_id=&#8221;epikinonia-landing&#8221;][vc_column width=&#8221;1\/2&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text css=&#8221;.vc_custom_1613111742654{padding-left: 25px !important;}&#8221;]<span style=\"font-size:28px;color: #fff;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">CONTACT US NOW!<\/span><\/span><\/span><\/p>\n<p><span style=\"color: #fff;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Fill in the interest form and we will contact you immediately!<\/span><\/span><\/span>[\/vc_column_text]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f7363-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"7363\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/11062#wpcf7-f7363-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"7363\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7363-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7dtx_version\" value=\"5.0.5\" \/>\n<\/fieldset>\n<div class=\"my-form \">\n\t<p class=\"col-md-6\"><label for=\"nam\">\u038c\u03bd\u03bf\u03bc\u03b1 * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"nam\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"sur\">\u0395\u03c0\u03af\u03b8\u03b5\u03c4\u03bf <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-last-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" id=\"sur\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-last-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"ema\">Email <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" id=\"ema\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-6\"><label for=\"tel\">\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone-c\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-phone-c\" \/><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"loc\">\u03a0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ae * <\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-location-c\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" id=\"loc\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-location-c\"><option value=\"\u0396\u03c9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5\">\u0396\u03c9\u03b3\u03c1\u03ac\u03c6\u03bf\u03c5<\/option><option value=\"\u038a\u03bb\u03b9\u03bf\u03bd\">\u038a\u03bb\u03b9\u03bf\u03bd<\/option><option value=\"\u03a0\u03b5\u03c4\u03c1\u03bf\u03cd\u03c0\u03bf\u03bb\u03b7\">\u03a0\u03b5\u03c4\u03c1\u03bf\u03cd\u03c0\u03bf\u03bb\u03b7<\/option><option value=\"\u039c\u03b5\u03c4\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\">\u039c\u03b5\u03c4\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<\/option><option value=\"\u0386\u03b3\u03b9\u03bf\u03c2 \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2\">\u0386\u03b3\u03b9\u03bf\u03c2 \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2<\/option><option value=\"\u039b\u03b1\u03bc\u03af\u03b1\">\u039b\u03b1\u03bc\u03af\u03b1<\/option><\/select><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"mes\">\u039c\u03ae\u03bd\u03c5\u03bc\u03b1<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message-c\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" id=\"mes\" aria-invalid=\"false\" name=\"your-message-c\"><\/textarea><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><label for=\"accep\">\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-c-color\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-c-color\" value=\"1\" id=\"accep\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">\u0391\u03c0\u03bf\u03b4\u03ad\u03c7\u03bf\u03bc\u03b1\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae \u03b1\u03c0\u03bf\u03c1\u03c1\u03ae\u03c4\u03bf\u03c5<\/span><\/label><\/span><\/span><\/span>\n\t<\/p>\n\t<p class=\"col-md-12\"><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u03a5\u03a0\u039f\u0392\u039f\u039b\u0397\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973929202{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid &hellip; <\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11062","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>RUSSIAN LANGUAGE CERTIFICATIONS - Smartschool edu<\/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:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RUSSIAN LANGUAGE CERTIFICATIONS\" \/>\n<meta property=\"og:description\" content=\"[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973929202{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/\" \/>\n<meta property=\"og:site_name\" content=\"Smartschool edu\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-21T17:01:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-rosika\\\/\",\"url\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-rosika\\\/\",\"name\":\"RUSSIAN LANGUAGE CERTIFICATIONS - Smartschool edu\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/#website\"},\"datePublished\":\"2020-05-07T12:13:42+00:00\",\"dateModified\":\"2021-02-21T17:01:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-rosika\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-rosika\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/ptihia-rosika\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RUSSIAN LANGUAGE CERTIFICATIONS\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/#website\",\"url\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/\",\"name\":\"Smartschool edu\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/www.smartschool.edu.gr\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"RUSSIAN LANGUAGE CERTIFICATIONS - Smartschool edu","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:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/","og_locale":"en_US","og_type":"article","og_title":"RUSSIAN LANGUAGE CERTIFICATIONS","og_description":"[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1589973929202{margin-top: -110px !important;margin-bottom: 0px !important;padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;visible-sidebar-c&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_single_image image=&#8221;10830&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1585799651792{border-top-width: 5px !important;border-right-width: 5px !important;border-bottom-width: 5px !important;border-left-width: 5px !important;border-left-color: #ffffff !important;border-left-style: solid !important;border-right-color: #ffffff !important;border-right-style: solid !important;border-top-color: #ffffff !important;border-top-style: solid &hellip;","og_url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/","og_site_name":"Smartschool edu","article_modified_time":"2021-02-21T17:01:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/","url":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/","name":"RUSSIAN LANGUAGE CERTIFICATIONS - Smartschool edu","isPartOf":{"@id":"http:\/\/www.smartschool.edu.gr\/en\/#website"},"datePublished":"2020-05-07T12:13:42+00:00","dateModified":"2021-02-21T17:01:43+00:00","breadcrumb":{"@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.smartschool.edu.gr\/en\/ptihia-rosika\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smartschool.edu.gr\/en\/"},{"@type":"ListItem","position":2,"name":"RUSSIAN LANGUAGE CERTIFICATIONS"}]},{"@type":"WebSite","@id":"http:\/\/www.smartschool.edu.gr\/en\/#website","url":"http:\/\/www.smartschool.edu.gr\/en\/","name":"Smartschool edu","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/www.smartschool.edu.gr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages\/11062","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/comments?post=11062"}],"version-history":[{"count":0,"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/pages\/11062\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.smartschool.edu.gr\/en\/wp-json\/wp\/v2\/media?parent=11062"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}