514 lines
34 KiB
HTML
514 lines
34 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Frequently asked questions - MSOS</title>
|
||
|
||
<!-- Google Fonts -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
|
||
<!-- Font Awesome (for icons) -->
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
|
||
<!-- Link to the main CSS file -->
|
||
<link rel="stylesheet" href="../../css/main.css">
|
||
</head>
|
||
<body>
|
||
|
||
<!-- START_HEADER -->
|
||
<header class="dropdown-header-navigation">
|
||
<div class="container">
|
||
<!-- Logotip je zdaj samostojen element na levi strani -->
|
||
<a href="../../en/" class="logo-link">
|
||
<img src="../../images/1-logo.png" alt="Macedonian Student Organisation in Slovenia Logo" class="logo-img">
|
||
</a>
|
||
|
||
<!-- Nov ovoj za vse elemente na desni strani -->
|
||
<div class="header-right-wrapper">
|
||
<nav>
|
||
<ul class="navigation desktop-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="#">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="#">Mentorship Programme</a></li>
|
||
<li><a href="../../en/faq/">FAQs</a></li>
|
||
<li><a href="../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Announcements</a></li>
|
||
<li><a href="#">Open calls</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<button class="btn btn-secondary">Become a member</button>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<div class="current-lang">
|
||
<i class="fas fa-globe"></i>
|
||
<span id="current-lang-code">EN</span>
|
||
<i class="fas fa-chevron-down"></i>
|
||
</div>
|
||
<div class="lang-dropdown">
|
||
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
|
||
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
|
||
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Ikona za mobilni meni ostaja ločena za lažje upravljanje -->
|
||
<div class="mobile-menu-icon">
|
||
<i class="fas fa-bars"></i>
|
||
<i class="fas fa-times"></i>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<!-- Panel za mobilno navigacijo (struktura ostaja enaka) -->
|
||
<div class="mobile-nav-panel">
|
||
<nav>
|
||
<ul class="navigation mobile-nav">
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Who We Are</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/timeline-and-milestones/">Timeline & Milestones</a></li>
|
||
<li><a href="../../en/about-us/">Our team</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">What We Do</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/projects/">Events & Projects</a></li>
|
||
<li><a href="#">Blog</a></li>
|
||
<li><a href="#">Gallery</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">Get Involved</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Become a member</a></li>
|
||
<li><a href="#">Support MSOS</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">For Students</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="../../en/student-welcome-guide/">Student Welcome Guide</a></li>
|
||
<li><a href="#">Mentorship Programme</a></li>
|
||
<li><a href="../../en/faq/">FAQs</a></li>
|
||
<li><a href="../../en/get-to-know-slovenia/">Get to know Slovenia</a></li>
|
||
<li><a href="../../en/get-to-know-macedonia/">Get to know Macedonia</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="menu-item menu-item-has-children">
|
||
<a href="#">News</a>
|
||
<ul class="dropdown-menu">
|
||
<li><a href="#">Announcements</a></li>
|
||
<li><a href="#">Open calls</a></li>
|
||
<li><a href="#">Press releases</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<div class="navigation-actions">
|
||
<button class="btn btn-secondary">Become a member</button>
|
||
<button class="btn btn-primary">Donate</button>
|
||
<div class="language-selector">
|
||
<button class="current-lang" id="mobile-lang-trigger">
|
||
<i class="fas fa-globe"></i>
|
||
<span>EN</span>
|
||
<i class="fas fa-chevron-right"></i>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modalno okno za izbiro jezika (ostaja enako) -->
|
||
<div id="language-modal-overlay">
|
||
<div class="language-modal-content">
|
||
<div class="language-modal-header">
|
||
<h3>Select Language</h3>
|
||
<button id="language-modal-close" aria-label="Close language selection">×</button>
|
||
</div>
|
||
<div class="language-modal-body">
|
||
<a href="#" data-lang="en"><span class="lang-flag lang-flag-gb" aria-hidden="true"></span><span class="lang-name">English</span></a>
|
||
<a href="#" data-lang="si"><span class="lang-flag lang-flag-si" aria-hidden="true"></span><span class="lang-name">Slovenščina</span></a>
|
||
<a href="#" data-lang="mk"><span class="lang-flag lang-flag-mk" aria-hidden="true"></span><span class="lang-name">Македонски</span></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- END_HEADER -->
|
||
|
||
<main class="faq-page">
|
||
<section class="faq-hero">
|
||
<span class="faq-eyebrow">Support</span>
|
||
<h1>Frequently asked questions</h1>
|
||
<p class="faq-lead">Short answers to the questions Macedonian students ask most about studying and living in Slovenia. Full detail and official sources live in the Student Welcome Guide.</p>
|
||
</section>
|
||
<section class="faq-body">
|
||
<div class="faq-cat">
|
||
<h2>Admission and enrolment</h2>
|
||
<details class="faq-q">
|
||
<summary>How do I apply to a faculty through the eVŠ portal?</summary>
|
||
<div class="faq-a">
|
||
<p>You submit your application online on the national eVŠ portal, in the round and with the login method that apply to foreign applicants.</p>
|
||
<a href="../student-welcome-guide/evs-application-guide/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>What are the application deadlines and rounds for 2026/2027?</summary>
|
||
<div class="faq-a">
|
||
<p>Foreign applicants apply in their own rounds — bachelor’s usually opens in spring and master’s deadlines are set by each faculty — so always confirm the current dates for your programme.</p>
|
||
<a href="../student-welcome-guide/application-deadlines/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>As a Macedonian applicant, which round and conditions apply to me?</summary>
|
||
<div class="faq-a">
|
||
<p>You apply as a non-EU (third-country) applicant, usually competing for a limited number of foreign-student places rather than in the general Slovenian round.</p>
|
||
<a href="../student-welcome-guide/admission-and-enrolment/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How many non-EU places does my programme have?</summary>
|
||
<div class="faq-a">
|
||
<p>Some programmes reserve only a handful of places for non-EU students (competitive fields like dentistry may take just one or two), so check your programme and keep a backup option.</p>
|
||
<a href="../student-welcome-guide/admission-and-enrolment/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Is there an entrance or aptitude exam for my field?</summary>
|
||
<div class="faq-a">
|
||
<p>Most programmes have no entrance exam — the exceptions are fields like art, architecture, sport and dental prosthetics.</p>
|
||
<a href="../student-welcome-guide/choose-a-programme/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Do I need a B2 Slovenian language certificate?</summary>
|
||
<div class="faq-a">
|
||
<p>Only a few programmes require a B2 Slovene certificate — medicine, dentistry, pharmacy, psychology, film/directing and journalism — while most others do not.</p>
|
||
<a href="../student-welcome-guide/academic-life/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Recognition and documents</h2>
|
||
<details class="faq-q">
|
||
<summary>Does my Macedonian diploma need recognition before I can enrol?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, the university you apply to assesses your previous Macedonian education as part of admission, so you submit your diplomas and transcripts with your application.</p>
|
||
<a href="../student-welcome-guide/recognition-of-education/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Do my documents need an apostille and a certified (sodni) translation?</summary>
|
||
<div class="faq-a">
|
||
<p>Your key documents usually need an apostille from Macedonia and a certified court (sodni) translation into Slovene — arrange both before you leave.</p>
|
||
<a href="../student-welcome-guide/document-preparation/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Which documents should I prepare and translate before I leave Macedonia?</summary>
|
||
<div class="faq-a">
|
||
<p>Prepare and translate your diploma, transcripts, birth certificate and criminal-record certificate in advance, because it is much harder to obtain and legalise them once you are in Slovenia.</p>
|
||
<a href="../student-welcome-guide/document-preparation/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Tuition and scholarships</h2>
|
||
<details class="faq-q">
|
||
<summary>Is study free for me as a Macedonian, or do I pay tuition?</summary>
|
||
<div class="faq-a">
|
||
<p>Under the Slovenia–Macedonia bilateral agreement, full-time bachelor’s and master’s study at public universities is tuition-free for Macedonian citizens (self-funded or second programmes may still be charged).</p>
|
||
<a href="../student-welcome-guide/tuition-and-scholarships/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Can I get a scholarship?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, you can look into state scholarships, Ad Futura, CEEPUS and faculty scholarships, each with its own conditions and deadlines.</p>
|
||
<a href="../student-welcome-guide/tuition-and-scholarships/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Residence permit and visa</h2>
|
||
<details class="faq-q">
|
||
<summary>Do I need a visa to enter Slovenia, or is the residence permit enough?</summary>
|
||
<div class="faq-a">
|
||
<p>As a Macedonian citizen you can enter visa-free for short stays, but to study you need a temporary residence permit for study, which you normally arrange before you move.</p>
|
||
<a href="../student-welcome-guide/visa-and-residence-explained/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How do I get the residence permit, and where do I apply?</summary>
|
||
<div class="faq-a">
|
||
<p>You usually apply at the Slovenian embassy in Skopje before you arrive, or at the local administrative unit (upravna enota) once you are in Slovenia.</p>
|
||
<a href="../student-welcome-guide/student-residence-permit/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Which documents do I need for the permit?</summary>
|
||
<div class="faq-a">
|
||
<p>You typically need your enrolment certificate, a valid passport, proof of sufficient means, health insurance, a criminal-record certificate and the required fees.</p>
|
||
<a href="../student-welcome-guide/student-residence-permit/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How much must I prove as "sufficient means", and does a parent’s statement count?</summary>
|
||
<div class="faq-a">
|
||
<p>You must show roughly €485–510 per month (check the current amount), and a parent’s notarised statement of support is the usual, durable way to prove it.</p>
|
||
<a href="../student-welcome-guide/means-accommodation-address/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How long is the permit valid and how do I renew it each year?</summary>
|
||
<div class="faq-a">
|
||
<p>The permit is issued for your study year and must be renewed annually — submit the renewal by 30 September (you can apply up to about 60 days before it expires), because missing that turns it into a brand-new application.</p>
|
||
<a href="../student-welcome-guide/student-residence-permit/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Do I have to register my address after I move in?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, you must register your temporary address at the administrative unit within 8 days of moving in.</p>
|
||
<a href="../student-welcome-guide/means-accommodation-address/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Health insurance</h2>
|
||
<details class="faq-q">
|
||
<summary>What is RM/SI 3 and do I need it for health cover?</summary>
|
||
<div class="faq-a">
|
||
<p>RM/SI 3 is the certificate from the two-country procedure that gives you basic health cover in Slovenia based on your Macedonian insurance, and yes, you need it.</p>
|
||
<a href="../student-welcome-guide/rm-si-3-health-insurance/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Am I insured from day one, and what insurance do I need for the permit?</summary>
|
||
<div class="faq-a">
|
||
<p>You need valid health insurance in place for your residence permit, so arrange the RM/SI 3 cover (and optional complementary insurance) before or right after you arrive.</p>
|
||
<a href="../student-welcome-guide/rm-si-3-health-insurance/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How do I register a personal doctor?</summary>
|
||
<div class="faq-a">
|
||
<p>Once insured, you choose and register a personal doctor (for the duration of your studies) at a health centre in your study city.</p>
|
||
<a href="../student-welcome-guide/healthcare-in-slovenia/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Accommodation</h2>
|
||
<details class="faq-q">
|
||
<summary>Can I get a subsidised student-dorm room as a foreign degree student?</summary>
|
||
<div class="faq-a">
|
||
<p>Usually no — subsidised dormitory places are reserved for Slovenian and EU students, so self-funded foreign degree students normally rent privately.</p>
|
||
<a href="../student-welcome-guide/student-accommodation/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Where will I live and what are my housing options?</summary>
|
||
<div class="faq-a">
|
||
<p>Most students rent a private room or a shared flat, and some use student-housing brokers or private halls of residence in their study city.</p>
|
||
<a href="../student-welcome-guide/student-accommodation/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How much does housing cost and what do I pay upfront?</summary>
|
||
<div class="faq-a">
|
||
<p>Private rooms run roughly €200–400 a month (studios more), and you usually pay a deposit plus the first month’s rent when you move in.</p>
|
||
<a href="../student-welcome-guide/student-accommodation/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Meals and transport</h2>
|
||
<details class="faq-q">
|
||
<summary>How do I register for subsidised student meals, and am I eligible?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, students with valid status (including foreign students) can use subsidised meals (boni) — you register once online with your student data and a phone or chip card.</p>
|
||
<a href="../student-welcome-guide/student-meals/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How do I get the subsidised public-transport ticket, and am I eligible?</summary>
|
||
<div class="faq-a">
|
||
<p>Students can buy the subsidised IJPP intercity ticket regardless of how far you live from your faculty — you apply with your student status, and city transport (like Urbana in Ljubljana) is added on top.</p>
|
||
<a href="../student-welcome-guide/student-transport/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Work and admin basics</h2>
|
||
<details class="faq-q">
|
||
<summary>Can I work while studying on a student residence permit?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, student work through a napotnica (referral) is allowed on a student residence permit; a full employment contract is different and needs a change of permit.</p>
|
||
<a href="../student-welcome-guide/student-work/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>What do I need to start working through a student service?</summary>
|
||
<div class="faq-a">
|
||
<p>You register with a student service and need a Slovenian tax number, an EMŠO and usually a bank account, plus a napotnica before each job starts.</p>
|
||
<a href="../student-welcome-guide/student-work/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How do I get an EMŠO and a Slovenian tax number, and why do I need them?</summary>
|
||
<div class="faq-a">
|
||
<p>You obtain an EMŠO (personal ID number) and a tax number from the administrative unit and the financial office (FURS); you need them to open a bank account, work and handle most admin.</p>
|
||
<a href="../student-welcome-guide/administrative-basics/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>What is the difference between student work and full employment?</summary>
|
||
<div class="faq-a">
|
||
<p>Student work via napotnica is flexible and allowed on your study permit, while regular employment is a formal job that generally requires changing your permit from study to work.</p>
|
||
<a href="../student-welcome-guide/student-work/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
<div class="faq-cat">
|
||
<h2>Money, status and after graduation</h2>
|
||
<details class="faq-q">
|
||
<summary>What must I sort out in my first week after arriving?</summary>
|
||
<div class="faq-a">
|
||
<p>In your first days you register your address, sort out health insurance, get your EMŠO and tax number, open a bank account and activate meals and transport.</p>
|
||
<a href="../student-welcome-guide/arrival-checklist/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>How much money do I realistically need per month?</summary>
|
||
<div class="faq-a">
|
||
<p>Most students budget roughly €455–850 a month depending on the city, with a higher first month for the deposit and setup costs.</p>
|
||
<a href="../student-welcome-guide/student-budget/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>What is student status and what rights does it give me?</summary>
|
||
<div class="faq-a">
|
||
<p>Student status is your active enrolment as a student, and it is what unlocks subsidised meals, transport, student work and other benefits.</p>
|
||
<a href="../student-welcome-guide/renew-change-graduate/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
<details class="faq-q">
|
||
<summary>Can I stay in Slovenia to look for work after I graduate?</summary>
|
||
<div class="faq-a">
|
||
<p>Yes, after graduating you can apply for a residence permit for job-seeking (about nine months) to stay and look for work.</p>
|
||
<a href="../student-welcome-guide/renew-change-graduate/">Read more in the guide <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
|
||
</div>
|
||
</details>
|
||
</div>
|
||
</section>
|
||
<section class="faq-contact">
|
||
<h2>Still have a question?</h2>
|
||
<p>Write to us and we will help you find the right institution or answer. You can also join our Viber community of Macedonian students already living in Slovenia.</p>
|
||
<div class="faq-contact-actions">
|
||
<a class="btn btn-primary-orange" href="mailto:info@msosorg.com">Email us</a>
|
||
<a class="faq-viber-btn" href="https://invite.viber.com/?g2=AQA8mf%2BZki%2FEk1GS2lyGTD6tc7SdqKmI5pVkOKT1jVasvZz0Lhn8esKYxjza9xoy" target="_blank" rel="noopener"><i class="fab fa-viber" aria-hidden="true"></i> Join the Viber community</a>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<!-- START_FOOTER -->
|
||
<footer>
|
||
<div class="footer-container">
|
||
<div class="footer-main">
|
||
<div class="footer-info">
|
||
<div class="footer-logo">
|
||
<img src="../../images/13-whitelogo.png" alt="Macedonian Student Organisation in Slovenia Logo">
|
||
</div>
|
||
<p class="footer-legal-name">Društvo Makedonska Študentska Organizacija v Sloveniji za študentsko podporo in kulturno sodelovanje</p>
|
||
<p>
|
||
Masarykova cesta 24<br>
|
||
1000 Ljubljana, Slovenia<br>
|
||
<a href="mailto:info@msosorg.com">info@msosorg.com</a>
|
||
</p>
|
||
<div class="social-icons">
|
||
<a href="https://www.facebook.com/msos.org" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
|
||
<a href="https://www.instagram.com/msosorg_com" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
|
||
<a href="https://www.linkedin.com/company/msos-org" aria-label="LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin-in"></i></a>
|
||
<a href="https://www.youtube.com/@msosorg" aria-label="YouTube" target="_blank" rel="noopener"><i class="fab fa-youtube"></i></a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-links">
|
||
<div class="links-column">
|
||
<h4>Student guide</h4>
|
||
<a href="../../en/student-welcome-guide/">Student welcome guide</a>
|
||
<a href="../../en/student-welcome-guide/complete-student-journey/">The whole journey</a>
|
||
<a href="../../en/student-welcome-guide/application-deadlines/">Application deadlines</a>
|
||
<a href="../../en/student-welcome-guide/evs-application-guide/">Apply through eVŠ</a>
|
||
<a href="../../en/student-welcome-guide/student-residence-permit/">Residence permit</a>
|
||
<a href="../../en/student-welcome-guide/student-accommodation/">Accommodation</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Explore</h4>
|
||
<a href="../../en/get-to-know-slovenia/">Get to know Slovenia</a>
|
||
<a href="../../en/get-to-know-macedonia/">Get to know Macedonia</a>
|
||
<a href="../../en/projects/">Projects and events</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Organisation</h4>
|
||
<a href="../../en/about-us/">About us</a>
|
||
<a href="../../en/timeline-and-milestones/">Timeline and milestones</a>
|
||
<a href="mailto:info@msosorg.com">Contact us</a>
|
||
<a href="../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../en/cookie-policy/">Cookie policy</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
<div class="footer-bottom">
|
||
<p>© 2026 MSOS. All rights reserved.</p>
|
||
<div class="legal-links">
|
||
<a href="../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../en/cookie-policy/">Cookie policy</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script src="../../main.js"></script>
|
||
</footer>
|
||
<!-- END_FOOTER -->
|
||
|
||
</body>
|
||
</html>
|