diff --git a/css/main.css b/css/main.css
index 5992de21..a34bc49b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -32,4 +32,5 @@
@import 'pages/_article.css';
@import 'pages/_about.css';
@import 'pages/_timeline.css';
-@import 'pages/_guide.css';
\ No newline at end of file
+@import 'pages/_guide.css';
+@import 'pages/_faq.css';
\ No newline at end of file
diff --git a/css/pages/_faq.css b/css/pages/_faq.css
new file mode 100644
index 00000000..624a58c8
--- /dev/null
+++ b/css/pages/_faq.css
@@ -0,0 +1,145 @@
+/* ==========================================================================
+ FAQ page
+ ========================================================================== */
+.faq-page { font-family: 'Inter', sans-serif; }
+
+.faq-hero {
+ background: linear-gradient(180deg, #F5FAFB 0%, #FFFFFF 100%);
+ padding: 72px 24px 40px;
+ text-align: center;
+}
+.faq-eyebrow {
+ display: inline-block;
+ color: #2D738C;
+ font-weight: 600;
+ font-size: 14px;
+ letter-spacing: 0.04em;
+ text-transform: uppercase;
+ margin-bottom: 12px;
+}
+.faq-hero h1 {
+ max-width: 760px;
+ margin: 0 auto 16px;
+ font-size: 40px;
+ line-height: 1.15;
+ color: #101828;
+}
+.faq-lead {
+ max-width: 680px;
+ margin: 0 auto;
+ font-size: 18px;
+ line-height: 28px;
+ color: #475467;
+}
+
+.faq-body {
+ max-width: 820px;
+ margin: 56px auto;
+ padding: 0 24px;
+}
+.faq-cat { margin-bottom: 44px; }
+.faq-cat h2 {
+ font-size: 22px;
+ color: #101828;
+ margin: 0 0 16px;
+ padding-bottom: 10px;
+ border-bottom: 1px solid #EAECF0;
+}
+
+.faq-q {
+ border: 1px solid #EAECF0;
+ border-radius: 12px;
+ margin-bottom: 12px;
+ background: #FFFFFF;
+ transition: box-shadow 0.2s ease, border-color 0.2s ease;
+}
+.faq-q[open] {
+ border-color: #D0DEE3;
+ box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
+}
+.faq-q summary {
+ list-style: none;
+ cursor: pointer;
+ padding: 18px 20px;
+ font-weight: 600;
+ font-size: 16px;
+ color: #101828;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ gap: 16px;
+}
+.faq-q summary::-webkit-details-marker { display: none; }
+.faq-q summary::after {
+ content: '\f078';
+ font-family: 'Font Awesome 6 Free';
+ font-weight: 900;
+ font-size: 13px;
+ color: #2D738C;
+ flex: 0 0 auto;
+ transition: transform 0.2s ease;
+}
+.faq-q[open] summary::after { transform: rotate(180deg); }
+.faq-a {
+ padding: 0 20px 20px;
+ color: #475467;
+ font-size: 15px;
+ line-height: 26px;
+}
+.faq-a p { margin: 0 0 12px; }
+.faq-a a {
+ color: #2D738C;
+ font-weight: 600;
+ text-decoration: none;
+ display: inline-flex;
+ align-items: center;
+ gap: 8px;
+}
+.faq-a a:hover { text-decoration: underline; }
+
+.faq-contact {
+ max-width: 820px;
+ margin: 0 auto 72px;
+ padding: 40px 24px;
+ text-align: center;
+ background: #F5FAFB;
+ border: 1px solid #EAECF0;
+ border-radius: 16px;
+}
+.faq-contact h2 { font-size: 22px; color: #101828; margin: 0 0 10px; }
+.faq-contact p {
+ max-width: 620px;
+ margin: 0 auto 24px;
+ color: #475467;
+ font-size: 16px;
+ line-height: 26px;
+}
+.faq-contact-actions {
+ display: flex;
+ justify-content: center;
+ gap: 12px;
+ flex-wrap: wrap;
+}
+.faq-viber-btn {
+ display: inline-flex;
+ align-items: center;
+ gap: 10px;
+ padding: 12px 22px;
+ border-radius: 8px;
+ font-weight: 600;
+ font-size: 15px;
+ text-decoration: none;
+ color: #FFFFFF;
+ background: linear-gradient(135deg, #7360F2 0%, #5B45D6 100%);
+ transition: opacity 0.15s ease;
+}
+.faq-viber-btn:hover { opacity: 0.9; }
+
+@media (max-width: 768px) {
+ .faq-hero { padding: 52px 20px 32px; }
+ .faq-hero h1 { font-size: 30px; }
+ .faq-lead { font-size: 16px; }
+ .faq-body { margin: 40px auto; }
+ .faq-contact-actions .btn,
+ .faq-viber-btn { width: 100%; justify-content: center; text-align: center; }
+}
diff --git a/en/about-us/index.html b/en/about-us/index.html
index f12111b7..a76c30a1 100644
--- a/en/about-us/index.html
+++ b/en/about-us/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/cookie-policy/index.html b/en/cookie-policy/index.html
index 4010d6be..747568ae 100644
--- a/en/cookie-policy/index.html
+++ b/en/cookie-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/faq/index.html b/en/faq/index.html
new file mode 100644
index 00000000..3c6018e3
--- /dev/null
+++ b/en/faq/index.html
@@ -0,0 +1,354 @@
+
+
+
+
+
+ Frequently asked questions - MSOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Become a member
+
Donate
+
+
+
+ EN
+
+
+
+
+
+
+
+
+
+
+
+
+ Support
+ Frequently asked questions
+ The most common questions about studying and living in Slovenia, answered. For full detail, follow the links into the Student Welcome Guide.
+
+
+
+
Applying and admission
+
+ Can I study in English, or do I need to speak Slovene?
+
+
Many master’s programmes are taught in English, but most bachelor’s programmes are in Slovene. For Slovene-taught programmes you usually need to prove Slovene knowledge (about B2). Always check the language of each programme before you apply.
+
Read more in the guide
+
+
+
+ How do I apply to a study programme?
+
+
You apply online through the national eVŠ portal, using a qualified digital certificate or an eVŠ username and password. Foreign applicants have their own application deadlines and rounds.
+
Read more in the guide
+
+
+
+ What are the application deadlines?
+
+
Deadlines depend on the level and the round. For bachelor’s studies the first round usually runs in spring; master’s deadlines are set by each faculty. Always confirm the current dates for your programme.
+
Read more in the guide
+
+
+
+ Will my Macedonian diploma or degree be recognised?
+
+
For enrolment, your previous education is recognised by the university you apply to, not by a separate ministry. You submit your diplomas and transcripts, often with certified translations.
+
Read more in the guide
+
+
+
+
+
Visa and residence
+
+ Do I need a visa or a residence permit?
+
+
As a Macedonian citizen you can enter Slovenia without a visa for short stays, but to study you must obtain a temporary residence permit for study. You normally apply before you arrive, at the Slovenian embassy.
+
Read more in the guide
+
+
+
+ Where do I apply for a residence permit, and what documents do I need?
+
+
You apply at the Slovenian embassy in Skopje (or at an administrative unit once in Slovenia), with your enrolment certificate, a valid passport, proof of means (about €484.88 per month), health insurance, a criminal record certificate and the required fees.
+
Read more in the guide
+
+
+
+
+
Costs, tuition and benefits
+
+ How much does it cost to live in Slovenia as a student?
+
+
Most students spend roughly €455 to €850 per month depending on the city, including rent, food, transport and personal costs. Ljubljana is the most expensive; smaller cities are cheaper.
+
Read more in the guide
+
+
+
+ Are there tuition fees, and can I get a scholarship?
+
+
Full-time study at public universities is often free for the first programme at each level, but self-funded and second programmes may have fees. Scholarships exist, including the World Bank / government scholarship of about €9,600.
+
Read more in the guide
+
+
+
+ What student discounts and benefits can I use?
+
+
With student status you get subsidised meals (boni), discounted public transport, and many cultural and sport discounts. The meal subsidy lowers the price of a meal at partnered restaurants.
+
Read more in the guide
+
+
+
+
+
Work and housing
+
+ Can I work while I study?
+
+
Yes, student work through a napotnica (referral) is allowed on a student residence permit. A full-time employment contract is different and usually requires changing your permit from study to work.
+
Read more in the guide
+
+
+
+ How do I find student accommodation?
+
+
Options include student dormitories, private rooms and flats. Self-funded foreign students usually cannot get a subsidised dorm place, so most rent privately or use student housing brokers.
+
Read more in the guide
+
+
+
+
+
Health and support
+
+ How does health insurance work for students?
+
+
You arrange basic health cover through the two-country procedure (an FZOM form from Macedonia leads to a ZZZS certificate in Slovenia), and you can add voluntary complementary insurance. You need valid insurance for your residence permit.
+
Read more in the guide
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index 44b4a9b2..b4cd4826 100644
--- a/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/en/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index 2a6a6742..296edae3 100644
--- a/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/en/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/index.html b/en/get-to-know-macedonia/index.html
index e6818d6b..578529fd 100644
--- a/en/get-to-know-macedonia/index.html
+++ b/en/get-to-know-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index 0dc335e9..9898be12 100644
--- a/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/en/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index 50da3b7b..a4245070 100644
--- a/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/en/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index 9772ade2..1ce7f212 100644
--- a/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/en/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-macedonia/welcome-to-macedonia/index.html b/en/get-to-know-macedonia/welcome-to-macedonia/index.html
index 6575ddc3..02eb3816 100644
--- a/en/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/en/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index 2ef7d763..d99a15b9 100644
--- a/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/en/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/index.html b/en/get-to-know-slovenia/index.html
index d64ee459..7d037432 100644
--- a/en/get-to-know-slovenia/index.html
+++ b/en/get-to-know-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index 46a15d75..23922a06 100644
--- a/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/en/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index dc6d20ed..2978062f 100644
--- a/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/en/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index 085d52da..ef775879 100644
--- a/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/en/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index bca68021..328ead12 100644
--- a/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/en/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/get-to-know-slovenia/welcome-to-slovenia/index.html b/en/get-to-know-slovenia/welcome-to-slovenia/index.html
index aa837887..e08f93f5 100644
--- a/en/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/en/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/index.html b/en/index.html
index fec0ce98..b55c7b83 100644
--- a/en/index.html
+++ b/en/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
@@ -445,7 +445,7 @@
Still have questions?
Can’t find the answer you’re looking for? Please chat to our friendly team.
- See all FAQs
+ See all FAQs
diff --git a/en/privacy-policy/index.html b/en/privacy-policy/index.html
index bed50b67..f221f2d6 100644
--- a/en/privacy-policy/index.html
+++ b/en/privacy-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/humanitarian-tournament-in-maribor/index.html b/en/projects/humanitarian-tournament-in-maribor/index.html
index d06bba30..bbf32920 100644
--- a/en/projects/humanitarian-tournament-in-maribor/index.html
+++ b/en/projects/humanitarian-tournament-in-maribor/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/in-memory-of-frosina-kulakova/index.html b/en/projects/in-memory-of-frosina-kulakova/index.html
index 88dd6b72..d8f8b382 100644
--- a/en/projects/in-memory-of-frosina-kulakova/index.html
+++ b/en/projects/in-memory-of-frosina-kulakova/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/in-memory-of-the-kochani-victims/index.html b/en/projects/in-memory-of-the-kochani-victims/index.html
index 4e0a5ea4..56ae2579 100644
--- a/en/projects/in-memory-of-the-kochani-victims/index.html
+++ b/en/projects/in-memory-of-the-kochani-victims/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/index.html b/en/projects/index.html
index 374f1973..ed3fe47f 100644
--- a/en/projects/index.html
+++ b/en/projects/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/macedonian-student-night-in-ljubljana/index.html b/en/projects/macedonian-student-night-in-ljubljana/index.html
index 080f23e1..36963540 100644
--- a/en/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/en/projects/macedonian-student-night-in-ljubljana/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html
index 581241f4..205914e8 100644
--- a/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html
+++ b/en/projects/makedonska-studentska-vecer-vo-ljubljana/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/meet-student-slovenia-2023/index.html b/en/projects/meet-student-slovenia-2023/index.html
index 58ec8755..e91bcfc5 100644
--- a/en/projects/meet-student-slovenia-2023/index.html
+++ b/en/projects/meet-student-slovenia-2023/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/meet-student-slovenia-2024/index.html b/en/projects/meet-student-slovenia-2024/index.html
index 034a4d6d..f09dc896 100644
--- a/en/projects/meet-student-slovenia-2024/index.html
+++ b/en/projects/meet-student-slovenia-2024/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/morning-coffee-in-front-of-ctk/index.html b/en/projects/morning-coffee-in-front-of-ctk/index.html
index a0d03e50..2f3688b9 100644
--- a/en/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/en/projects/morning-coffee-in-front-of-ctk/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/paint-and-wine-at-sunset/index.html b/en/projects/paint-and-wine-at-sunset/index.html
index 7cdf7ebf..88329138 100644
--- a/en/projects/paint-and-wine-at-sunset/index.html
+++ b/en/projects/paint-and-wine-at-sunset/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/projects/watching-handball-together-in-slovenia/index.html b/en/projects/watching-handball-together-in-slovenia/index.html
index cc02ea40..d71bcdb2 100644
--- a/en/projects/watching-handball-together-in-slovenia/index.html
+++ b/en/projects/watching-handball-together-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/academic-life/index.html b/en/student-welcome-guide/academic-life/index.html
index 0c22fd0e..bbc918a1 100644
--- a/en/student-welcome-guide/academic-life/index.html
+++ b/en/student-welcome-guide/academic-life/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/administrative-basics/index.html b/en/student-welcome-guide/administrative-basics/index.html
index b121d414..dd977974 100644
--- a/en/student-welcome-guide/administrative-basics/index.html
+++ b/en/student-welcome-guide/administrative-basics/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/admission-and-enrolment/index.html b/en/student-welcome-guide/admission-and-enrolment/index.html
index a6cbb764..61233de9 100644
--- a/en/student-welcome-guide/admission-and-enrolment/index.html
+++ b/en/student-welcome-guide/admission-and-enrolment/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/application-deadlines/index.html b/en/student-welcome-guide/application-deadlines/index.html
index f6cff98f..2fdb28d6 100644
--- a/en/student-welcome-guide/application-deadlines/index.html
+++ b/en/student-welcome-guide/application-deadlines/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/arrival-checklist/index.html b/en/student-welcome-guide/arrival-checklist/index.html
index ff356413..a0a899ef 100644
--- a/en/student-welcome-guide/arrival-checklist/index.html
+++ b/en/student-welcome-guide/arrival-checklist/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/bachelor-application/index.html b/en/student-welcome-guide/bachelor-application/index.html
index dd0d0782..7911fa29 100644
--- a/en/student-welcome-guide/bachelor-application/index.html
+++ b/en/student-welcome-guide/bachelor-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/choose-a-programme/index.html b/en/student-welcome-guide/choose-a-programme/index.html
index 7924340a..b217ef4f 100644
--- a/en/student-welcome-guide/choose-a-programme/index.html
+++ b/en/student-welcome-guide/choose-a-programme/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/complete-student-journey/index.html b/en/student-welcome-guide/complete-student-journey/index.html
index 977c89e0..db8f2a3e 100644
--- a/en/student-welcome-guide/complete-student-journey/index.html
+++ b/en/student-welcome-guide/complete-student-journey/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/document-preparation/index.html b/en/student-welcome-guide/document-preparation/index.html
index 2af866da..d3af3a13 100644
--- a/en/student-welcome-guide/document-preparation/index.html
+++ b/en/student-welcome-guide/document-preparation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/evs-application-guide/index.html b/en/student-welcome-guide/evs-application-guide/index.html
index 21dad14f..effa85c2 100644
--- a/en/student-welcome-guide/evs-application-guide/index.html
+++ b/en/student-welcome-guide/evs-application-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/healthcare-in-slovenia/index.html b/en/student-welcome-guide/healthcare-in-slovenia/index.html
index 48be9e90..fc9803d8 100644
--- a/en/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/en/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/index.html b/en/student-welcome-guide/index.html
index adcb0d34..32e9ccd1 100644
--- a/en/student-welcome-guide/index.html
+++ b/en/student-welcome-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/master-application/index.html b/en/student-welcome-guide/master-application/index.html
index caef5a01..8883c0b6 100644
--- a/en/student-welcome-guide/master-application/index.html
+++ b/en/student-welcome-guide/master-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/means-accommodation-address/index.html b/en/student-welcome-guide/means-accommodation-address/index.html
index 874d03ed..48a4aa43 100644
--- a/en/student-welcome-guide/means-accommodation-address/index.html
+++ b/en/student-welcome-guide/means-accommodation-address/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/my-route/index.html b/en/student-welcome-guide/my-route/index.html
index 74452440..20f77e2f 100644
--- a/en/student-welcome-guide/my-route/index.html
+++ b/en/student-welcome-guide/my-route/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/official-sources-and-checklists/index.html b/en/student-welcome-guide/official-sources-and-checklists/index.html
index 839987f5..a9355b7d 100644
--- a/en/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/en/student-welcome-guide/official-sources-and-checklists/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/prepare-to-move/index.html b/en/student-welcome-guide/prepare-to-move/index.html
index e37250f7..6bf080ee 100644
--- a/en/student-welcome-guide/prepare-to-move/index.html
+++ b/en/student-welcome-guide/prepare-to-move/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/recognition-of-education/index.html b/en/student-welcome-guide/recognition-of-education/index.html
index c0a722c8..222b6c1c 100644
--- a/en/student-welcome-guide/recognition-of-education/index.html
+++ b/en/student-welcome-guide/recognition-of-education/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/renew-change-graduate/index.html b/en/student-welcome-guide/renew-change-graduate/index.html
index 30ded455..42418c4d 100644
--- a/en/student-welcome-guide/renew-change-graduate/index.html
+++ b/en/student-welcome-guide/renew-change-graduate/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/rm-si-3-health-insurance/index.html b/en/student-welcome-guide/rm-si-3-health-insurance/index.html
index a02b27bb..c6147787 100644
--- a/en/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/en/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-accommodation/index.html b/en/student-welcome-guide/student-accommodation/index.html
index 8a2c3798..7bf8c4e8 100644
--- a/en/student-welcome-guide/student-accommodation/index.html
+++ b/en/student-welcome-guide/student-accommodation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-budget/index.html b/en/student-welcome-guide/student-budget/index.html
index dc8299e4..28b1154e 100644
--- a/en/student-welcome-guide/student-budget/index.html
+++ b/en/student-welcome-guide/student-budget/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-meals/index.html b/en/student-welcome-guide/student-meals/index.html
index 3a5f0485..04333730 100644
--- a/en/student-welcome-guide/student-meals/index.html
+++ b/en/student-welcome-guide/student-meals/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 854dfb17..91d7cb12 100644
--- a/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/en/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-residence-permit/index.html b/en/student-welcome-guide/student-residence-permit/index.html
index 00211991..c76f4a4d 100644
--- a/en/student-welcome-guide/student-residence-permit/index.html
+++ b/en/student-welcome-guide/student-residence-permit/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-transport/index.html b/en/student-welcome-guide/student-transport/index.html
index 3b4574b4..ac332198 100644
--- a/en/student-welcome-guide/student-transport/index.html
+++ b/en/student-welcome-guide/student-transport/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/student-work/index.html b/en/student-welcome-guide/student-work/index.html
index 004e4f12..32145bb3 100644
--- a/en/student-welcome-guide/student-work/index.html
+++ b/en/student-welcome-guide/student-work/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/study-cities/index.html b/en/student-welcome-guide/study-cities/index.html
index b952968d..16161b2e 100644
--- a/en/student-welcome-guide/study-cities/index.html
+++ b/en/student-welcome-guide/study-cities/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/tuition-and-scholarships/index.html b/en/student-welcome-guide/tuition-and-scholarships/index.html
index fb5c898b..05e8644a 100644
--- a/en/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/en/student-welcome-guide/tuition-and-scholarships/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/visa-and-residence-explained/index.html b/en/student-welcome-guide/visa-and-residence-explained/index.html
index 67819331..fe5c15bc 100644
--- a/en/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/en/student-welcome-guide/visa-and-residence-explained/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/wellbeing-and-community/index.html b/en/student-welcome-guide/wellbeing-and-community/index.html
index 4ae0e162..a9926d39 100644
--- a/en/student-welcome-guide/wellbeing-and-community/index.html
+++ b/en/student-welcome-guide/wellbeing-and-community/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/student-welcome-guide/where-to-apply-for-residence/index.html b/en/student-welcome-guide/where-to-apply-for-residence/index.html
index 8812a3ee..c8931ad6 100644
--- a/en/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/en/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/en/timeline-and-milestones/index.html b/en/timeline-and-milestones/index.html
index 2a60b371..76bda05d 100644
--- a/en/timeline-and-milestones/index.html
+++ b/en/timeline-and-milestones/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/cookie-policy/index.html b/mk/cookie-policy/index.html
index 1382bab5..10d0c7ef 100644
--- a/mk/cookie-policy/index.html
+++ b/mk/cookie-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/faq/index.html b/mk/faq/index.html
new file mode 100644
index 00000000..ba70211b
--- /dev/null
+++ b/mk/faq/index.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+ Често поставувани прашања - MSOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Стани член
+
Донирај
+
+
+
+ МК
+
+
+
+
+
+
+
+
+
+
+
+
+ Поддршка
+ Често поставувани прашања
+ Најчестите прашања за студирањето и животот во Словенија, со одговори. За целосни детали следете ги врските до Студентскиот водич.
+
+
+
+
Пријава и запишување
+
+ Дали можам да студирам на англиски или морам да знам словенечки?
+
+
Многу магистерски програми се на англиски, но повеќето додипломски програми се на словенечки. За програмите на словенечки обично треба да докажете познавање на словенечки (околу Б2). Пред да се пријавите, секогаш проверете го јазикот на секоја програма.
+
Повеќе во водичот
+
+
+
+ Како да се пријавам на студиска програма?
+
+
Се пријавувате преку националниот портал eVŠ, со квалификуван дигитален сертификат или со корисничко име и лозинка на eVŠ. Странските кандидати имаат свои рокови за пријава.
+
Повеќе во водичот
+
+
+
+ Кои се роковите за пријава?
+
+
Роковите зависат од степенот и рокот. За додипломски студии првиот рок обично е напролет, а роковите за магистерски студии ги определува секој факултет. Секогаш проверувајте ги актуелните датуми за вашата програма.
+
Повеќе во водичот
+
+
+
+ Дали мојата македонска диплома ќе биде признаена?
+
+
За запишување, вашето претходно образование го признава универзитетот на кој се пријавувате, а не посебно министерство. Доставувате дипломи и уверенија за оценки, често со заверени преводи.
+
Повеќе во водичот
+
+
+
+
+
Виза и престој
+
+ Дали ми треба виза или дозвола за престој?
+
+
Како македонски државјанин можете да влезете во Словенија без виза за краток престој, но за студирање мора да добиете дозвола за привремен престој заради студии. Обично барате пред пристигнувањето, во словенечката амбасада.
+
Повеќе во водичот
+
+
+
+ Каде барам дозвола за престој и кои документи ми се потребни?
+
+
Барате во словенечката амбасада во Скопје (или во управна единица во Словенија), со потврда за запишување, важечки пасош, доказ за средства (околу 484,88 € месечно), здравствено осигурување, уверение од казнена евиденција и пропишаните такси.
+
Повеќе во водичот
+
+
+
+
+
Трошоци, школарина и поволности
+
+ Колку чини животот на студент во Словенија?
+
+
Повеќето студенти трошат околу 455 до 850 € месечно, во зависност од градот, вклучувајќи кирија, храна, превоз и лични трошоци. Љубљана е најскапа, а помалите градови се поевтини.
+
Повеќе во водичот
+
+
+
+ Дали има школарина и дали можам да добијам стипендија?
+
+
Редовните студии на јавните универзитети често се бесплатни за првата програма на секој степен, но самофинансирачките и вторите програми може да имаат школарина. Постојат стипендии, меѓу кои и стипендијата на Светска банка односно владата од околу 9.600 €.
+
Повеќе во водичот
+
+
+
+ Кои студентски попусти и поволности можам да ги користам?
+
+
Со студентски статус имате субвенционирана исхрана (бони), поевтин јавен превоз и многу културни и спортски попусти. Субвенцијата ја намалува цената на оброкот во ресторани што учествуваат.
+
Повеќе во водичот
+
+
+
+
+
Работа и сместување
+
+ Дали можам да работам додека студирам?
+
+
Да, студентска работа преку напатница (напотница) е дозволена со дозвола за престој заради студии. Редовниот работен однос е нешто друго и обично бара промена на дозволата од студии во работа.
+
Повеќе во водичот
+
+
+
+ Како да најдам студентско сместување?
+
+
Опциите се студентски домови, приватни соби и станови. Самофинансирачките странски студенти обично не можат да добијат субвенционирано место во дом, па повеќето изнајмуваат приватно или користат посредници за студентско сместување.
+
Повеќе во водичот
+
+
+
+
+
Здравје и поддршка
+
+ Како функционира здравственото осигурување за студенти?
+
+
Основното здравствено покритие го уредувате преку постапката меѓу двете држави (образец од ФЗОМ во Македонија води до потврда од ZZZS во Словенија), а можете да додадете доброволно дополнително осигурување. За дозволата за престој ви треба важечко осигурување.
+
Повеќе во водичот
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index b6763a1d..b8f7d05e 100644
--- a/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/mk/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index 5412d613..ef44a679 100644
--- a/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/mk/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/index.html b/mk/get-to-know-macedonia/index.html
index 87b041ef..b670da84 100644
--- a/mk/get-to-know-macedonia/index.html
+++ b/mk/get-to-know-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index a67b938a..211625d3 100644
--- a/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/mk/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index 89083fbe..898e640d 100644
--- a/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/mk/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index 4f4aa31d..c8e2c54f 100644
--- a/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/mk/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
index 0a374245..27e2d57e 100644
--- a/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/mk/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index 05ad90b9..d1b07bd0 100644
--- a/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/mk/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/index.html b/mk/get-to-know-slovenia/index.html
index 606d8b83..8d036f61 100644
--- a/mk/get-to-know-slovenia/index.html
+++ b/mk/get-to-know-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index e88478fa..d8a64f74 100644
--- a/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/mk/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index 99068fc6..31c963e6 100644
--- a/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/mk/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index f07dd4a6..9137a00f 100644
--- a/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/mk/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index c82a4044..bc0aba7e 100644
--- a/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/mk/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
index 95f1e6a3..242592d8 100644
--- a/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/mk/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/index.html b/mk/index.html
index 35c30315..aed3bfe5 100644
--- a/mk/index.html
+++ b/mk/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
@@ -448,7 +448,7 @@
Сè уште имате прашања?
Не можете да го најдете одговорот што го барате? Ве молиме разговарајте со нашиот пријателски тим.
- Види ги сите ЧПП
+ Види ги сите ЧПП
diff --git a/mk/privacy-policy/index.html b/mk/privacy-policy/index.html
index 37024de9..f7c46b5f 100644
--- a/mk/privacy-policy/index.html
+++ b/mk/privacy-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/humanitarian-tournament-in-maribor/index.html b/mk/projects/humanitarian-tournament-in-maribor/index.html
index fce6f403..6c7b082b 100644
--- a/mk/projects/humanitarian-tournament-in-maribor/index.html
+++ b/mk/projects/humanitarian-tournament-in-maribor/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/in-memory-of-frosina-kulakova/index.html b/mk/projects/in-memory-of-frosina-kulakova/index.html
index 704b51d0..294af90f 100644
--- a/mk/projects/in-memory-of-frosina-kulakova/index.html
+++ b/mk/projects/in-memory-of-frosina-kulakova/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/in-memory-of-the-kochani-victims/index.html b/mk/projects/in-memory-of-the-kochani-victims/index.html
index ad85732e..639e9ca2 100644
--- a/mk/projects/in-memory-of-the-kochani-victims/index.html
+++ b/mk/projects/in-memory-of-the-kochani-victims/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/index.html b/mk/projects/index.html
index 64ccc9d5..918ea7b8 100644
--- a/mk/projects/index.html
+++ b/mk/projects/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/macedonian-student-night-in-ljubljana/index.html b/mk/projects/macedonian-student-night-in-ljubljana/index.html
index 78ad3c2c..a754f0c7 100644
--- a/mk/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/mk/projects/macedonian-student-night-in-ljubljana/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/meet-student-slovenia-2023/index.html b/mk/projects/meet-student-slovenia-2023/index.html
index 691decdc..556e3732 100644
--- a/mk/projects/meet-student-slovenia-2023/index.html
+++ b/mk/projects/meet-student-slovenia-2023/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/meet-student-slovenia-2024/index.html b/mk/projects/meet-student-slovenia-2024/index.html
index 5f66723a..b447dfdb 100644
--- a/mk/projects/meet-student-slovenia-2024/index.html
+++ b/mk/projects/meet-student-slovenia-2024/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/morning-coffee-in-front-of-ctk/index.html b/mk/projects/morning-coffee-in-front-of-ctk/index.html
index 728913ce..c7066077 100644
--- a/mk/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/mk/projects/morning-coffee-in-front-of-ctk/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/paint-and-wine-at-sunset/index.html b/mk/projects/paint-and-wine-at-sunset/index.html
index 91a9e10a..274aa553 100644
--- a/mk/projects/paint-and-wine-at-sunset/index.html
+++ b/mk/projects/paint-and-wine-at-sunset/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/projects/watching-handball-together-in-slovenia/index.html b/mk/projects/watching-handball-together-in-slovenia/index.html
index e9f6569b..992d713a 100644
--- a/mk/projects/watching-handball-together-in-slovenia/index.html
+++ b/mk/projects/watching-handball-together-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/academic-life/index.html b/mk/student-welcome-guide/academic-life/index.html
index 2fe6c7cf..ee9adb02 100644
--- a/mk/student-welcome-guide/academic-life/index.html
+++ b/mk/student-welcome-guide/academic-life/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/administrative-basics/index.html b/mk/student-welcome-guide/administrative-basics/index.html
index c37c9752..b9a7d983 100644
--- a/mk/student-welcome-guide/administrative-basics/index.html
+++ b/mk/student-welcome-guide/administrative-basics/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/admission-and-enrolment/index.html b/mk/student-welcome-guide/admission-and-enrolment/index.html
index 1610fc30..a9571b03 100644
--- a/mk/student-welcome-guide/admission-and-enrolment/index.html
+++ b/mk/student-welcome-guide/admission-and-enrolment/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/application-deadlines/index.html b/mk/student-welcome-guide/application-deadlines/index.html
index 7bc3fb2a..6c3b43d4 100644
--- a/mk/student-welcome-guide/application-deadlines/index.html
+++ b/mk/student-welcome-guide/application-deadlines/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/arrival-checklist/index.html b/mk/student-welcome-guide/arrival-checklist/index.html
index 689f3721..53510a69 100644
--- a/mk/student-welcome-guide/arrival-checklist/index.html
+++ b/mk/student-welcome-guide/arrival-checklist/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/bachelor-application/index.html b/mk/student-welcome-guide/bachelor-application/index.html
index 60e29a56..b0e6e4de 100644
--- a/mk/student-welcome-guide/bachelor-application/index.html
+++ b/mk/student-welcome-guide/bachelor-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/choose-a-programme/index.html b/mk/student-welcome-guide/choose-a-programme/index.html
index fbd4c85a..30aff70b 100644
--- a/mk/student-welcome-guide/choose-a-programme/index.html
+++ b/mk/student-welcome-guide/choose-a-programme/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/complete-student-journey/index.html b/mk/student-welcome-guide/complete-student-journey/index.html
index 93ee38e0..9c097c95 100644
--- a/mk/student-welcome-guide/complete-student-journey/index.html
+++ b/mk/student-welcome-guide/complete-student-journey/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/document-preparation/index.html b/mk/student-welcome-guide/document-preparation/index.html
index 2ce2666f..9eca8405 100644
--- a/mk/student-welcome-guide/document-preparation/index.html
+++ b/mk/student-welcome-guide/document-preparation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/evs-application-guide/index.html b/mk/student-welcome-guide/evs-application-guide/index.html
index 7f64e9cb..30ba5a3b 100644
--- a/mk/student-welcome-guide/evs-application-guide/index.html
+++ b/mk/student-welcome-guide/evs-application-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/healthcare-in-slovenia/index.html b/mk/student-welcome-guide/healthcare-in-slovenia/index.html
index ceb838ce..d51f0ca3 100644
--- a/mk/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/mk/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/index.html b/mk/student-welcome-guide/index.html
index a619a8b9..944ba113 100644
--- a/mk/student-welcome-guide/index.html
+++ b/mk/student-welcome-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/master-application/index.html b/mk/student-welcome-guide/master-application/index.html
index e0af71d9..63dd106c 100644
--- a/mk/student-welcome-guide/master-application/index.html
+++ b/mk/student-welcome-guide/master-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/means-accommodation-address/index.html b/mk/student-welcome-guide/means-accommodation-address/index.html
index 849887b3..88023868 100644
--- a/mk/student-welcome-guide/means-accommodation-address/index.html
+++ b/mk/student-welcome-guide/means-accommodation-address/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/my-route/index.html b/mk/student-welcome-guide/my-route/index.html
index c8429148..1a802a6d 100644
--- a/mk/student-welcome-guide/my-route/index.html
+++ b/mk/student-welcome-guide/my-route/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/official-sources-and-checklists/index.html b/mk/student-welcome-guide/official-sources-and-checklists/index.html
index d2f86340..1fd6d234 100644
--- a/mk/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/mk/student-welcome-guide/official-sources-and-checklists/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/prepare-to-move/index.html b/mk/student-welcome-guide/prepare-to-move/index.html
index 118c1167..70bce6c4 100644
--- a/mk/student-welcome-guide/prepare-to-move/index.html
+++ b/mk/student-welcome-guide/prepare-to-move/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/recognition-of-education/index.html b/mk/student-welcome-guide/recognition-of-education/index.html
index 56116a40..08bfaec1 100644
--- a/mk/student-welcome-guide/recognition-of-education/index.html
+++ b/mk/student-welcome-guide/recognition-of-education/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/renew-change-graduate/index.html b/mk/student-welcome-guide/renew-change-graduate/index.html
index 1a7e64f7..08dadbaa 100644
--- a/mk/student-welcome-guide/renew-change-graduate/index.html
+++ b/mk/student-welcome-guide/renew-change-graduate/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
index 6f68f8aa..d0d6869e 100644
--- a/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/mk/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-accommodation/index.html b/mk/student-welcome-guide/student-accommodation/index.html
index f2d5d595..c5e1d326 100644
--- a/mk/student-welcome-guide/student-accommodation/index.html
+++ b/mk/student-welcome-guide/student-accommodation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-budget/index.html b/mk/student-welcome-guide/student-budget/index.html
index d7cde9b0..54300d55 100644
--- a/mk/student-welcome-guide/student-budget/index.html
+++ b/mk/student-welcome-guide/student-budget/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-meals/index.html b/mk/student-welcome-guide/student-meals/index.html
index 3b64ca29..f76b1a16 100644
--- a/mk/student-welcome-guide/student-meals/index.html
+++ b/mk/student-welcome-guide/student-meals/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 737eb9c7..0fd502cb 100644
--- a/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/mk/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-residence-permit/index.html b/mk/student-welcome-guide/student-residence-permit/index.html
index 9534676b..b802678c 100644
--- a/mk/student-welcome-guide/student-residence-permit/index.html
+++ b/mk/student-welcome-guide/student-residence-permit/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-transport/index.html b/mk/student-welcome-guide/student-transport/index.html
index 6ace2037..724ad2f3 100644
--- a/mk/student-welcome-guide/student-transport/index.html
+++ b/mk/student-welcome-guide/student-transport/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/student-work/index.html b/mk/student-welcome-guide/student-work/index.html
index 39be025d..25781540 100644
--- a/mk/student-welcome-guide/student-work/index.html
+++ b/mk/student-welcome-guide/student-work/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/study-cities/index.html b/mk/student-welcome-guide/study-cities/index.html
index 52dac3ed..b1c6fcda 100644
--- a/mk/student-welcome-guide/study-cities/index.html
+++ b/mk/student-welcome-guide/study-cities/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/tuition-and-scholarships/index.html b/mk/student-welcome-guide/tuition-and-scholarships/index.html
index 4827487b..0c1043da 100644
--- a/mk/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/mk/student-welcome-guide/tuition-and-scholarships/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/visa-and-residence-explained/index.html b/mk/student-welcome-guide/visa-and-residence-explained/index.html
index 3a97f216..b208594c 100644
--- a/mk/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/mk/student-welcome-guide/visa-and-residence-explained/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/wellbeing-and-community/index.html b/mk/student-welcome-guide/wellbeing-and-community/index.html
index d9d51a03..2ec94b9d 100644
--- a/mk/student-welcome-guide/wellbeing-and-community/index.html
+++ b/mk/student-welcome-guide/wellbeing-and-community/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/mk/student-welcome-guide/where-to-apply-for-residence/index.html b/mk/student-welcome-guide/where-to-apply-for-residence/index.html
index 6ac9f804..3b72390f 100644
--- a/mk/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/mk/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/cookie-policy/index.html b/si/cookie-policy/index.html
index e26f9186..335840ab 100644
--- a/si/cookie-policy/index.html
+++ b/si/cookie-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/faq/index.html b/si/faq/index.html
new file mode 100644
index 00000000..b0d7e6ff
--- /dev/null
+++ b/si/faq/index.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+ Pogosta vprašanja - MSOS
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Postani član
+
Doniraj
+
+
+
+ SI
+
+
+
+
+
+
+
+
+
+
+
+
+ Podpora
+ Pogosta vprašanja
+ Najpogostejša vprašanja o študiju in življenju v Sloveniji z odgovori. Za vse podrobnosti sledite povezavam v Vodnik za študente.
+
+
+
+
Prijava in vpis
+
+ Ali lahko študiram v angleščini ali moram znati slovensko?
+
+
Veliko magistrskih programov poteka v angleščini, večina dodiplomskih pa v slovenščini. Za programe v slovenščini morate običajno dokazati znanje slovenščine (približno B2). Pred prijavo vedno preverite jezik posameznega programa.
+
Več v vodniku
+
+
+
+ Kako se prijavim na študijski program?
+
+
Prijavite se prek nacionalnega portala eVŠ, s kvalificiranim digitalnim potrdilom ali z uporabniškim imenom in geslom eVŠ. Tuji kandidati imajo svoje prijavne roke.
+
Več v vodniku
+
+
+
+ Kakšni so prijavni roki?
+
+
Roki so odvisni od stopnje in prijavnega roka. Za dodiplomski študij prvi rok običajno poteka spomladi, roke za magistrski študij določi vsaka fakulteta. Vedno preverite aktualne datume za svoj program.
+
Več v vodniku
+
+
+
+ Ali bo moja makedonska diploma priznana?
+
+
Za vpis vašo predhodno izobrazbo prizna univerza, na katero se prijavljate, in ne posebno ministrstvo. Predložite diplome in potrdila o ocenah, pogosto z overjenimi prevodi.
+
Več v vodniku
+
+
+
+
+
Vizum in prebivanje
+
+ Ali potrebujem vizum ali dovoljenje za prebivanje?
+
+
Kot makedonski državljan lahko v Slovenijo vstopite brez vizuma za kratko bivanje, za študij pa morate pridobiti dovoljenje za začasno prebivanje zaradi študija. Praviloma zaprosite pred prihodom na slovenskem veleposlaništvu.
+
Več v vodniku
+
+
+
+ Kje zaprosim za dovoljenje za prebivanje in katere dokumente potrebujem?
+
+
Zaprosite na slovenskem veleposlaništvu v Skopju (ali na upravni enoti v Sloveniji), s potrdilom o vpisu, veljavnim potnim listom, dokazilom o sredstvih (približno 484,88 € na mesec), zdravstvenim zavarovanjem, potrdilom iz kazenske evidence in predpisanimi taksami.
+
Več v vodniku
+
+
+
+
+
Stroški, šolnina in ugodnosti
+
+ Koliko stane življenje študenta v Sloveniji?
+
+
Večina študentov porabi približno 455 do 850 € na mesec, odvisno od mesta, vključno z najemnino, hrano, prevozom in osebnimi stroški. Ljubljana je najdražja, manjša mesta so cenejša.
+
Več v vodniku
+
+
+
+ Ali je treba plačati šolnino in ali lahko dobim štipendijo?
+
+
Redni študij na javnih univerzah je pogosto brezplačen za prvi program na vsaki stopnji, samoplačniški in drugi programi pa so lahko plačljivi. Obstajajo štipendije, med drugim štipendija Svetovne banke oziroma vlade v višini približno 9.600 €.
+
Več v vodniku
+
+
+
+ Katere študentske popuste in ugodnosti lahko uporabljam?
+
+
S statusom študenta imate subvencionirano prehrano (boni), cenejši javni prevoz ter številne kulturne in športne popuste. Subvencija zniža ceno obroka v sodelujočih restavracijah.
+
Več v vodniku
+
+
+
+
+
Delo in nastanitev
+
+ Ali lahko med študijem delam?
+
+
Da, študentsko delo prek napotnice je dovoljeno z dovoljenjem za prebivanje zaradi študija. Redna zaposlitev je nekaj drugega in običajno zahteva spremembo dovoljenja iz študija v delo.
+
Več v vodniku
+
+
+
+ Kako najdem študentsko nastanitev?
+
+
Možnosti so študentski domovi, zasebne sobe in stanovanja. Samoplačniški tuji študenti običajno ne morejo dobiti subvencioniranega mesta v domu, zato večina najema zasebno ali uporablja posrednike za študentsko nastanitev.
+
Več v vodniku
+
+
+
+
+
Zdravje in podpora
+
+ Kako deluje zdravstveno zavarovanje za študente?
+
+
Osnovno zdravstveno kritje uredite po postopku med državama (obrazec FZOM iz Makedonije vodi do potrdila ZZZS v Sloveniji), dodate pa lahko prostovoljno dopolnilno zavarovanje. Za dovoljenje za prebivanje potrebujete veljavno zavarovanje.
+
Več v vodniku
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
index b0c1848c..76ac6be5 100644
--- a/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
+++ b/si/get-to-know-macedonia/a-table-full-of-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
index 76063334..9544f7b5 100644
--- a/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
+++ b/si/get-to-know-macedonia/history-you-can-still-walk-through/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/index.html b/si/get-to-know-macedonia/index.html
index 1b25502d..e49231cb 100644
--- a/si/get-to-know-macedonia/index.html
+++ b/si/get-to-know-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
index d5e63f42..180eb522 100644
--- a/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
+++ b/si/get-to-know-macedonia/music-dance-and-the-moments-that-bring-us-together/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
index 6152cf93..5b124e1b 100644
--- a/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
+++ b/si/get-to-know-macedonia/ohrid-more-than-a-postcard/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
index cb0bea11..69a5e39f 100644
--- a/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
+++ b/si/get-to-know-macedonia/skopje-a-city-of-many-layers/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-macedonia/welcome-to-macedonia/index.html b/si/get-to-know-macedonia/welcome-to-macedonia/index.html
index 1429c843..ccf1e6a9 100644
--- a/si/get-to-know-macedonia/welcome-to-macedonia/index.html
+++ b/si/get-to-know-macedonia/welcome-to-macedonia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
index eb1fb1ba..25b06afd 100644
--- a/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
+++ b/si/get-to-know-slovenia/a-first-taste-of-slovenian-food/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/index.html b/si/get-to-know-slovenia/index.html
index 16f65387..0ebe933d 100644
--- a/si/get-to-know-slovenia/index.html
+++ b/si/get-to-know-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
index 2563797d..a856865c 100644
--- a/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
+++ b/si/get-to-know-slovenia/lake-bled-beyond-the-famous-view/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
index 15b2d7cf..d1ff7223 100644
--- a/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
+++ b/si/get-to-know-slovenia/ljubljana-through-our-eyes/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
index 50248dcf..3b7ed08b 100644
--- a/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
+++ b/si/get-to-know-slovenia/slovenian-habits-that-may-surprise-you/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
index 4926c30c..5b029537 100644
--- a/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
+++ b/si/get-to-know-slovenia/slovenias-stories-in-stone-and-tradition/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/get-to-know-slovenia/welcome-to-slovenia/index.html b/si/get-to-know-slovenia/welcome-to-slovenia/index.html
index f03fe9a0..641f1cb7 100644
--- a/si/get-to-know-slovenia/welcome-to-slovenia/index.html
+++ b/si/get-to-know-slovenia/welcome-to-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/index.html b/si/index.html
index d00f0008..9243ad16 100644
--- a/si/index.html
+++ b/si/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
@@ -448,7 +448,7 @@
Imate še vprašanja?
Ne najdete odgovora, ki ga iščete? Prosimo, poklepetajte z našo prijazno ekipo.
- Poglej vsa vprašanja
+ Poglej vsa vprašanja
diff --git a/si/privacy-policy/index.html b/si/privacy-policy/index.html
index 934113cb..4b47ecbb 100644
--- a/si/privacy-policy/index.html
+++ b/si/privacy-policy/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/humanitarian-tournament-in-maribor/index.html b/si/projects/humanitarian-tournament-in-maribor/index.html
index bec5c713..00383ee5 100644
--- a/si/projects/humanitarian-tournament-in-maribor/index.html
+++ b/si/projects/humanitarian-tournament-in-maribor/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/in-memory-of-frosina-kulakova/index.html b/si/projects/in-memory-of-frosina-kulakova/index.html
index 05c4ad53..1d64d34d 100644
--- a/si/projects/in-memory-of-frosina-kulakova/index.html
+++ b/si/projects/in-memory-of-frosina-kulakova/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/in-memory-of-the-kochani-victims/index.html b/si/projects/in-memory-of-the-kochani-victims/index.html
index 150366e9..823a2955 100644
--- a/si/projects/in-memory-of-the-kochani-victims/index.html
+++ b/si/projects/in-memory-of-the-kochani-victims/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/index.html b/si/projects/index.html
index 8d7dfb6a..9edbe06f 100644
--- a/si/projects/index.html
+++ b/si/projects/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/macedonian-student-night-in-ljubljana/index.html b/si/projects/macedonian-student-night-in-ljubljana/index.html
index 57ec9f42..69a2e1f7 100644
--- a/si/projects/macedonian-student-night-in-ljubljana/index.html
+++ b/si/projects/macedonian-student-night-in-ljubljana/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/meet-student-slovenia-2023/index.html b/si/projects/meet-student-slovenia-2023/index.html
index e2e2d459..3bbf2c23 100644
--- a/si/projects/meet-student-slovenia-2023/index.html
+++ b/si/projects/meet-student-slovenia-2023/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/meet-student-slovenia-2024/index.html b/si/projects/meet-student-slovenia-2024/index.html
index 76efaeb9..575bc281 100644
--- a/si/projects/meet-student-slovenia-2024/index.html
+++ b/si/projects/meet-student-slovenia-2024/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/morning-coffee-in-front-of-ctk/index.html b/si/projects/morning-coffee-in-front-of-ctk/index.html
index 3bbc83f0..82089f87 100644
--- a/si/projects/morning-coffee-in-front-of-ctk/index.html
+++ b/si/projects/morning-coffee-in-front-of-ctk/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/paint-and-wine-at-sunset/index.html b/si/projects/paint-and-wine-at-sunset/index.html
index ee9b04d7..41e4412e 100644
--- a/si/projects/paint-and-wine-at-sunset/index.html
+++ b/si/projects/paint-and-wine-at-sunset/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/projects/watching-handball-together-in-slovenia/index.html b/si/projects/watching-handball-together-in-slovenia/index.html
index f8c1d32d..24f652a9 100644
--- a/si/projects/watching-handball-together-in-slovenia/index.html
+++ b/si/projects/watching-handball-together-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/academic-life/index.html b/si/student-welcome-guide/academic-life/index.html
index e53db93f..33c05378 100644
--- a/si/student-welcome-guide/academic-life/index.html
+++ b/si/student-welcome-guide/academic-life/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/administrative-basics/index.html b/si/student-welcome-guide/administrative-basics/index.html
index 27c4d6d1..aaff3e56 100644
--- a/si/student-welcome-guide/administrative-basics/index.html
+++ b/si/student-welcome-guide/administrative-basics/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/admission-and-enrolment/index.html b/si/student-welcome-guide/admission-and-enrolment/index.html
index 81afcf85..dc8d8b68 100644
--- a/si/student-welcome-guide/admission-and-enrolment/index.html
+++ b/si/student-welcome-guide/admission-and-enrolment/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/application-deadlines/index.html b/si/student-welcome-guide/application-deadlines/index.html
index 21168a77..290b9834 100644
--- a/si/student-welcome-guide/application-deadlines/index.html
+++ b/si/student-welcome-guide/application-deadlines/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/arrival-checklist/index.html b/si/student-welcome-guide/arrival-checklist/index.html
index 2a030be4..5bd0fa64 100644
--- a/si/student-welcome-guide/arrival-checklist/index.html
+++ b/si/student-welcome-guide/arrival-checklist/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/bachelor-application/index.html b/si/student-welcome-guide/bachelor-application/index.html
index 1d9af00c..cf6d8c74 100644
--- a/si/student-welcome-guide/bachelor-application/index.html
+++ b/si/student-welcome-guide/bachelor-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/choose-a-programme/index.html b/si/student-welcome-guide/choose-a-programme/index.html
index df19af2f..b8714724 100644
--- a/si/student-welcome-guide/choose-a-programme/index.html
+++ b/si/student-welcome-guide/choose-a-programme/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/complete-student-journey/index.html b/si/student-welcome-guide/complete-student-journey/index.html
index eec077ed..a0665ffd 100644
--- a/si/student-welcome-guide/complete-student-journey/index.html
+++ b/si/student-welcome-guide/complete-student-journey/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/document-preparation/index.html b/si/student-welcome-guide/document-preparation/index.html
index 4dd889f0..ed70d99a 100644
--- a/si/student-welcome-guide/document-preparation/index.html
+++ b/si/student-welcome-guide/document-preparation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/evs-application-guide/index.html b/si/student-welcome-guide/evs-application-guide/index.html
index 36f7e94d..e37e2aad 100644
--- a/si/student-welcome-guide/evs-application-guide/index.html
+++ b/si/student-welcome-guide/evs-application-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/healthcare-in-slovenia/index.html b/si/student-welcome-guide/healthcare-in-slovenia/index.html
index 293bfb85..64a36316 100644
--- a/si/student-welcome-guide/healthcare-in-slovenia/index.html
+++ b/si/student-welcome-guide/healthcare-in-slovenia/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/index.html b/si/student-welcome-guide/index.html
index 8d2addb3..13875565 100644
--- a/si/student-welcome-guide/index.html
+++ b/si/student-welcome-guide/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/master-application/index.html b/si/student-welcome-guide/master-application/index.html
index 6cfe2a9f..d6272304 100644
--- a/si/student-welcome-guide/master-application/index.html
+++ b/si/student-welcome-guide/master-application/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/means-accommodation-address/index.html b/si/student-welcome-guide/means-accommodation-address/index.html
index 1e681e7e..94e1b114 100644
--- a/si/student-welcome-guide/means-accommodation-address/index.html
+++ b/si/student-welcome-guide/means-accommodation-address/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/my-route/index.html b/si/student-welcome-guide/my-route/index.html
index 9762f0ab..68ae2aac 100644
--- a/si/student-welcome-guide/my-route/index.html
+++ b/si/student-welcome-guide/my-route/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/official-sources-and-checklists/index.html b/si/student-welcome-guide/official-sources-and-checklists/index.html
index e07c7c2e..d7e281fc 100644
--- a/si/student-welcome-guide/official-sources-and-checklists/index.html
+++ b/si/student-welcome-guide/official-sources-and-checklists/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/prepare-to-move/index.html b/si/student-welcome-guide/prepare-to-move/index.html
index 1a278e75..d5849abe 100644
--- a/si/student-welcome-guide/prepare-to-move/index.html
+++ b/si/student-welcome-guide/prepare-to-move/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/recognition-of-education/index.html b/si/student-welcome-guide/recognition-of-education/index.html
index e8bce30d..e7010bd0 100644
--- a/si/student-welcome-guide/recognition-of-education/index.html
+++ b/si/student-welcome-guide/recognition-of-education/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/renew-change-graduate/index.html b/si/student-welcome-guide/renew-change-graduate/index.html
index d73fa760..308023f1 100644
--- a/si/student-welcome-guide/renew-change-graduate/index.html
+++ b/si/student-welcome-guide/renew-change-graduate/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/rm-si-3-health-insurance/index.html b/si/student-welcome-guide/rm-si-3-health-insurance/index.html
index 1544ae7f..4f3a9887 100644
--- a/si/student-welcome-guide/rm-si-3-health-insurance/index.html
+++ b/si/student-welcome-guide/rm-si-3-health-insurance/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-accommodation/index.html b/si/student-welcome-guide/student-accommodation/index.html
index 8d9d57f0..466d825b 100644
--- a/si/student-welcome-guide/student-accommodation/index.html
+++ b/si/student-welcome-guide/student-accommodation/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-budget/index.html b/si/student-welcome-guide/student-budget/index.html
index 3aafd5b5..d129b533 100644
--- a/si/student-welcome-guide/student-budget/index.html
+++ b/si/student-welcome-guide/student-budget/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-meals/index.html b/si/student-welcome-guide/student-meals/index.html
index 99d6a194..5fe0e5df 100644
--- a/si/student-welcome-guide/student-meals/index.html
+++ b/si/student-welcome-guide/student-meals/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
index 27ed3249..632eb076 100644
--- a/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
+++ b/si/student-welcome-guide/student-organisations-and-extracurriculars/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-residence-permit/index.html b/si/student-welcome-guide/student-residence-permit/index.html
index b1f80c4a..9be81183 100644
--- a/si/student-welcome-guide/student-residence-permit/index.html
+++ b/si/student-welcome-guide/student-residence-permit/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-transport/index.html b/si/student-welcome-guide/student-transport/index.html
index 3db68fbb..bdd78eaa 100644
--- a/si/student-welcome-guide/student-transport/index.html
+++ b/si/student-welcome-guide/student-transport/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/student-work/index.html b/si/student-welcome-guide/student-work/index.html
index a4ed085f..c2063f05 100644
--- a/si/student-welcome-guide/student-work/index.html
+++ b/si/student-welcome-guide/student-work/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/study-cities/index.html b/si/student-welcome-guide/study-cities/index.html
index dcdec2cc..36089d41 100644
--- a/si/student-welcome-guide/study-cities/index.html
+++ b/si/student-welcome-guide/study-cities/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/tuition-and-scholarships/index.html b/si/student-welcome-guide/tuition-and-scholarships/index.html
index d03f1adb..f0b488a2 100644
--- a/si/student-welcome-guide/tuition-and-scholarships/index.html
+++ b/si/student-welcome-guide/tuition-and-scholarships/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/visa-and-residence-explained/index.html b/si/student-welcome-guide/visa-and-residence-explained/index.html
index b1c19118..309bb34d 100644
--- a/si/student-welcome-guide/visa-and-residence-explained/index.html
+++ b/si/student-welcome-guide/visa-and-residence-explained/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/wellbeing-and-community/index.html b/si/student-welcome-guide/wellbeing-and-community/index.html
index 485bda2c..c5daead1 100644
--- a/si/student-welcome-guide/wellbeing-and-community/index.html
+++ b/si/student-welcome-guide/wellbeing-and-community/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@
diff --git a/si/student-welcome-guide/where-to-apply-for-residence/index.html b/si/student-welcome-guide/where-to-apply-for-residence/index.html
index eba09144..c7e2d5ce 100644
--- a/si/student-welcome-guide/where-to-apply-for-residence/index.html
+++ b/si/student-welcome-guide/where-to-apply-for-residence/index.html
@@ -57,7 +57,7 @@
@@ -129,7 +129,7 @@