374 lines
20 KiB
HTML
374 lines
20 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Your complete journey to Slovenia - 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" />
|
||
|
||
<!-- Correct path 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="#">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="si">Slovenščina (SI)</a>
|
||
<a href="#" data-lang="en">English (EN)</a>
|
||
<a href="#" data-lang="mk">Македонски (MK)</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="#">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="si">Slovenščina (SI)</a>
|
||
<a href="#" data-lang="en" class="active-lang">English (EN)</a>
|
||
<a href="#" data-lang="mk">Македонски (MK)</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- END_HEADER -->
|
||
|
||
<main class="article-page">
|
||
<article class="article-container">
|
||
<header class="article-header">
|
||
<h1>Your complete journey to Slovenia</h1>
|
||
<p class="article-subtitle">Nine stages from first research to your first year, in the order that actually works.</p>
|
||
</header>
|
||
|
||
<div class="article-body">
|
||
<div class="guide-meta">
|
||
<span class="guide-tag ">Applies to: bachelor and master applicants from Macedonia</span>
|
||
<span class="guide-tag ">Last checked: 30 July 2026</span>
|
||
<span class="guide-tag is-annual">Update class: Annual</span>
|
||
</div>
|
||
|
||
<aside class="guide-box guide-box--warning">
|
||
<p class="guide-box-title"><i class="fas fa-triangle-exclamation" aria-hidden="true"></i>Please verify the latest information</p>
|
||
<p>This page was last checked on 30 July 2026 and applies to the 2026/2027 academic year. Deadlines, fees, required documents, eligibility conditions, and administrative procedures may change. Verify the information directly with the responsible institution before submitting an application or making an important decision.</p>
|
||
</aside>
|
||
|
||
<aside class="guide-box guide-box--macedonia">
|
||
<p class="guide-box-title"><i class="fas fa-circle-info" aria-hidden="true"></i>For applicants from North Macedonia</p>
|
||
<p>This section explains the pathway that normally applies to Macedonian citizens. Your exact situation may differ if you have another citizenship, permanent residence in Slovenia, completed previous education in Slovenia, international protection, or another special status.</p>
|
||
</aside>
|
||
|
||
<div class="guide-timeline">
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">1</span>
|
||
<h3>Research</h3>
|
||
<p class="guide-substage">Bachelor</p>
|
||
<ul class="guide-checklist">
|
||
<li>Read the annual national call for enrolment.</li>
|
||
<li>Confirm whether the programme is academic, professional, or an integrated master.</li>
|
||
<li>Check admission subjects, selection criteria, language, available non-EU or Western Balkan places, and aptitude tests.</li>
|
||
<li>Compare the actual city where teaching takes place.</li>
|
||
</ul>
|
||
<p class="guide-substage">Master</p>
|
||
<ul class="guide-checklist">
|
||
<li>Read the university or faculty call.</li>
|
||
<li>Confirm whether your bachelor field is directly eligible.</li>
|
||
<li>Check whether the programme committee may assign additional courses.</li>
|
||
<li>Verify language evidence, interview, motivation letter, portfolio, references, or work-experience requirements.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">2</span>
|
||
<h3>Prepare documents</h3>
|
||
<p>Prepare early:</p>
|
||
<ul class="guide-checklist">
|
||
<li>Valid passport</li>
|
||
<li>Final diploma or certificate</li>
|
||
<li>Annual school reports for bachelor applicants</li>
|
||
<li>Transcript and diploma supplement for master applicants</li>
|
||
<li>Certified translations when requested</li>
|
||
<li>Chronological education statement</li>
|
||
<li>Motivation letter and CV where requested</li>
|
||
<li>High-quality digital scans</li>
|
||
</ul>
|
||
<p>Do not wait until the final application day to discover that a translation, transcript, or additional programme document is missing.</p>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">3</span>
|
||
<h3>Submit through eVŠ</h3>
|
||
<ul class="guide-checklist">
|
||
<li>Open the correct call and select the correct applicant category.</li>
|
||
<li>Enter previous education completed abroad.</li>
|
||
<li>Select programmes in the permitted order and start the recognition request inside the application.</li>
|
||
<li>Upload every requested attachment and press Submit.</li>
|
||
<li>Save the confirmation and monitor eVŠ and email for requests to supplement the application.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">4</span>
|
||
<h3>Recognition and selection</h3>
|
||
<p>The institution checks whether your previous education grants access to the requested level, whether your documents are complete, whether programme-specific conditions are met, and your ranking where applications exceed available places.</p>
|
||
<p>Recognition is not a separate optional service. For applicants educated abroad, it is part of the admission process.</p>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">5</span>
|
||
<h3>Admission and enrolment</h3>
|
||
<p>After a positive decision:</p>
|
||
<ul class="guide-checklist">
|
||
<li>Read the faculty’s enrolment instructions.</li>
|
||
<li>Complete electronic or in-person enrolment.</li>
|
||
<li>Pay only charges that are officially required.</li>
|
||
<li>Download or request a certificate of enrolment (potrdilo o vpisu).</li>
|
||
<li>Confirm when student status starts and obtain access to the student portal and official email.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">6</span>
|
||
<h3>Residence, health, and housing</h3>
|
||
<p>Do these processes in parallel rather than one after another:</p>
|
||
<ul class="guide-checklist">
|
||
<li>Confirm the residence-permit pathway with the Embassy or administrative unit.</li>
|
||
<li>Obtain the Macedonian health-insurance form RM/SI 3 where eligible.</li>
|
||
<li>Search for accommodation and prepare proof of accommodation and of sufficient means.</li>
|
||
<li>Check passport validity and obtain a criminal-record certificate if required for the first permit.</li>
|
||
<li>Arrange translations requested by the residence authority.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">7</span>
|
||
<h3>Travel and arrival</h3>
|
||
<p>Carry in hand luggage:</p>
|
||
<ul class="guide-checklist">
|
||
<li>Passport, and admission and enrolment evidence</li>
|
||
<li>Residence application or permit evidence and RM/SI 3</li>
|
||
<li>Accommodation contract or confirmation</li>
|
||
<li>Originals of important education documents</li>
|
||
<li>Medical documentation and medication, contact details, and emergency funds</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">8</span>
|
||
<h3>First week</h3>
|
||
<ul class="guide-checklist">
|
||
<li>Move in and record the condition of the room.</li>
|
||
<li>Complete enrolment if still pending and obtain the real EMŠO if not already assigned.</li>
|
||
<li>Register the address within the applicable deadline.</li>
|
||
<li>Submit RM/SI 3 to ZZZS and obtain Potrdilo MedZZ.</li>
|
||
<li>Obtain a Slovenian tax number if needed, activate student meals, and arrange transport.</li>
|
||
<li>Learn the student portal, timetable, and exam system, attend orientation, and contact MSOS.</li>
|
||
</ul>
|
||
</div>
|
||
<div class="guide-stage">
|
||
<span class="guide-stage-num">9</span>
|
||
<h3>During the year</h3>
|
||
<ul class="guide-checklist">
|
||
<li>Track residence and insurance expiry dates.</li>
|
||
<li>Renew benefits each academic year and keep copies of decisions and certificates.</li>
|
||
<li>Inform institutions when your address, passport, programme, or status changes.</li>
|
||
<li>Ask before withdrawing, changing programme, pausing, or beginning regular employment, because these actions may affect status and residence.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
</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>
|
||
Masarykova cesta 24<br>
|
||
1000 Ljubljana, Slovenia<br>
|
||
+389 02 123 4567<br>
|
||
info.msosorg@gmail.com
|
||
</p>
|
||
<div class="social-icons">
|
||
<a href="#" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
|
||
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
|
||
<a href="#" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-links">
|
||
<div class="links-column">
|
||
<h4>For students</h4>
|
||
<a href="#">Blog</a>
|
||
<a href="#">Gallery</a>
|
||
<a href="#">FAQs</a>
|
||
<a href="#">Brochure</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Projects</h4>
|
||
<a href="#">Upcoming</a>
|
||
<a href="#">Previous</a>
|
||
</div>
|
||
<div class="links-column">
|
||
<h4>Organisation</h4>
|
||
<a href="#">About us</a>
|
||
<a href="#">Contact</a>
|
||
<a href="#">Documentation</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>© MSOS org 2025 All rights reserved.</p>
|
||
<div class="legal-links">
|
||
<a href="../../../en/privacy-policy/">Privacy policy</a>
|
||
<a href="../../../en/cookie-policy/">Cookie Policy</a>
|
||
<a href="#">Legal Terms</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<script src="../../../main.js"></script>
|
||
</footer>
|
||
<!-- END_FOOTER -->
|
||
|
||
<script src="../../../main.js"></script>
|
||
</body>
|
||
</html>
|