@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy.zip') format("undefined"), url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.ttf') format("truetype"), url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype"), url('../fonts/Gilroy-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --middle-lighter-blue: #0a56ba6b;
  --dark-blue-color: #02092e;
  --middle-darker-blue-color: #1b7aaf;
  --stories-color: #0a56baa8;
  --purple-color: #939bdf;
  --white: #fff;
  --light-blue-color: #a1c6ea;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  height: auto;
  font-family: Gilroy, sans-serif;
}

.image-2 {
  max-width: 100%;
  max-height: 90%;
  position: static;
}

.naslov-ispod-header {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.naslov-ispod-header.naslov-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.naslov-ispod-header.naslov-2.naslov-students-stories {
  margin-top: auto;
  padding-top: 0;
}

.linija {
  background-color: #3b3a92;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 4px;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.container-3 {
  background-color: #fff;
}

.tekst-sa-linijama {
  color: #3b3a92;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.naslov {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 23px;
}

.counter-section {
  background-color: var(--middle-lighter-blue);
  margin-top: 50px;
  padding: 60px 20px;
}

.circle {
  color: #3b3a92;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-top: 15px;
  font-size: 60px;
  font-weight: 300;
  line-height: 0;
  display: flex;
  box-shadow: 25px 0 #1b7aaf;
}

.paragraph-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-6-numbers.count {
  color: #3b3a92;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 0;
}

.container-9 {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-4 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.button-read-more-first {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-weight: 500;
  transition: opacity .2s;
}

.button-read-more-first:hover {
  color: #8389ce;
  background-color: #fff;
  border-width: 2px;
  border-radius: 9px;
  font-weight: 500;
}

.div-block-hero-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  font-size: 18px;
  display: flex;
}

.circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.element {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19.element {
  display: none;
}

.div-block-20 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20.element {
  display: none;
}

.slider {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

.mask {
  background-color: #0000;
  width: 334px;
  height: auto;
  margin-right: 0;
  overflow: visible;
}

.slide {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.slide-btn {
  color: #fff;
  text-align: left;
  background-color: #3b3a92;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-left: 370px;
  margin-right: 370px;
  padding-left: 0;
  font-size: 25px;
  display: block;
  transform: translate(240px, 340px);
  box-shadow: 6px 0 8px #0000004d;
}

.move-in-slider {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.move-in-slider.display-none {
  display: none;
}

.professional {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ratio-170 {
  padding-top: 170%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-inner {
  color: #fff;
  background-color: #0f123066;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0 8px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.undergraduate-studies {
  margin-top: 0;
  margin-bottom: -2px;
  font-size: 12px;
  font-weight: 700;
}

.smer {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.button {
  background-color: #000;
  border-radius: 10px;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: none;
}

.carousel-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-image {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.footer-logo {
  width: 160px;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-blue-color);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 25px;
  font-size: 14px;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.network-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-13 {
  width: 35px;
  height: 35px;
}

.section-courasel {
  margin-top: 0;
  margin-bottom: 40px;
}

.image-14 {
  width: 35px;
  height: 35px;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(60deg, #6875ec, #fff0), url('../images/home_hero_image.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-left: 0;
  font-size: 18px;
  display: flex;
  position: static;
}

.container-blue {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.arrow-top-left {
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-top-right {
  height: 150px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-middle-right {
  height: 200px;
  position: absolute;
  inset: 45% 2% 0% auto;
}

.arrow-middle-left {
  height: 200px;
  position: absolute;
  inset: 37% auto 0% 5%;
}

.arow-bbottom-left {
  height: 130px;
  position: absolute;
  inset: auto auto 0% 2%;
}

.arrow-bottom-right {
  height: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.news-section {
  margin-top: 80px;
  padding-top: 0;
  display: none;
}

.kontejner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.vest {
  background-image: url('../images/Rectangle-102.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 1000px;
  height: 500px;
  display: flex;
  position: relative;
}

.vest.vest2 {
  background-image: url('../images/Rectangle-103.png');
  background-position: 80%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.vest.vest3 {
  background-image: url('../images/Rectangle-104.png');
  background-position: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container-12 {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  max-height: 500px;
  padding-top: 50px;
  display: block;
}

.opacity {
  color: #fff;
  background-color: #0f123066;
  padding-bottom: 5px;
  padding-left: 10px;
  position: static;
  inset: auto 0% 0%;
}

.ime-vesti {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.mali-tekst {
  margin-bottom: 10px;
  font-weight: 300;
}

.btn {
  color: #fff;
  background-color: #292d30;
  border-radius: 5px;
  font-weight: 500;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-students-stories.students-stories-section {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-students-stories.stories-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-text-story.text-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 40%;
  justify-content: center;
  align-items: flex-start;
  height: 28%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.cards-students-stories.div-for-cards {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  flex: 70%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.paragraph-12 {
  color: #3b3a92;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-14 {
  color: #3b3a92;
  width: 70%;
  font-size: 12px;
  font-weight: 500;
}

.single-story-card.card-story {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0a56baa8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 264px;
  max-width: 100%;
  height: 320px;
  padding: 15px;
  display: flex;
}

.button-8.button-in-card-story {
  text-align: center;
  cursor: pointer;
  background-color: #4f7dbb;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 15px;
}

.button-8.button-in-card-story:hover {
  background-color: #3e69a3;
}

.text-in-card-story {
  color: #fff;
}

.text-in-card-story.text-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.section-news {
  padding: 60px 0;
}

.div-block-34 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 400px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0f123066;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 45%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: flex;
}

.button-read-more-news {
  background-color: #292d30;
  border-radius: 5px;
  margin-top: 0;
  font-weight: 500;
}

.button-read-more-news:hover {
  color: #292d30;
  background-color: #fff;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-15 {
  font-size: 14px;
  font-weight: 300;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-13 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-36 {
  background-image: url('../images/pexels-armin-rimoldi-5553054-1-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.navbar-no-shadow {
  background-color: #939bdf;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  min-width: 800px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.div-blue {
  background-color: var(--middle-darker-blue-color);
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  position: relative;
}

.div-block-38 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-39, .div-block-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  position: relative;
}

.paragraph-16, .paragraph-17 {
  margin-bottom: 0;
  line-height: 22px;
}

.div-linija {
  color: #0a56ba;
  background-color: #3b3a92;
  width: 180px;
  height: 4px;
}

.paragraf-naslov {
  color: #3b3a92;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-podnaslov.iro-policy-podnaslov {
  margin-bottom: 0;
}

.section-story {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-left-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--stories-color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 250px;
  padding: 0 15px;
  display: flex;
}

.button-10 {
  background-color: #4f7dbb;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
}

.button-10:hover {
  color: #4f7dbb;
  background-color: #fff;
  border-width: 1px;
  border-color: #4f7dbb;
}

.div-image-story-1 {
  background-image: url('../images/story1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 120px;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.div-block-43 {
  background-image: url('../images/pexels-alljos-2622072-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-44 {
  background-image: url('../images/pexels-armin-rimoldi-5553054-1-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-naslov-podvucen {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bela-linija {
  background-color: #fff;
  width: 320px;
  height: 2px;
}

.bela-linija.linija2 {
  width: 220px;
}

.heading-10 {
  color: #3b3a92;
  font-size: 20px;
}

.paragraph-20 {
  font-size: 18px;
}

.div-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.paragraph-23 {
  font-weight: 400;
}

.paragraph-24 {
  margin-bottom: 10px;
}

.section-about-us {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/AboutUs_Hero_Picture.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.div-purple {
  background-color: var(--purple-color);
  color: #fff;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  display: block;
}

.container-19 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  display: flex;
}

.div-row-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.image-18 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.sekcija-departments {
  padding-left: 0;
  padding-right: 0;
}

.button-read-more-departments {
  background-color: #1b7aafe6;
  border-radius: 5px;
}

.button-read-more-departments:hover {
  color: #1b7aaf;
  background-color: #fff9;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.div-block-52 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  position: relative;
}

.div-block-53 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px 100px;
  display: block;
}

.div-block-54 {
  background-color: #1b7aafe6;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 200px;
  padding: 0 20px;
  display: flex;
  position: absolute;
  inset: 44px -8% 26px auto;
}

.heading-13 {
  direction: ltr;
  color: #fff9f9;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.image-20 {
  position: absolute;
  inset: -8% -8% auto auto;
}

.image-21 {
  position: absolute;
  inset: auto auto -8% -8%;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 250px;
  height: 260px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

.collection-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-3 {
  display: block;
}

.div-bela-linija {
  color: #fff;
  background-color: #fff;
  width: 260px;
  height: 4px;
}

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  position: absolute;
  inset: -18% 2% auto auto;
}

.div-row-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.paragraph-29 {
  padding-left: 0;
  position: static;
}

.div-block-58 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.section-backstory-by-andr {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 45px;
  display: flex;
}

.container-20 {
  background-color: #1b7aaf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1100px;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.slika-tekst-backstory {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 260px;
  padding-right: 12px;
  display: flex;
  position: static;
}

.paragraph-30 {
  color: #fff;
  background-color: #1b7aaf00;
  flex: 0 50%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  position: static;
  inset: auto 3% 0% auto;
}

.kontent-kontejner {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  max-width: 700px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.drugi-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 7px;
}

.paragraph-32 {
  color: #fff;
  width: 420px;
  margin: 0;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  position: static;
  inset: 6% auto auto 0%;
}

.treci-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  margin-top: 0;
  display: flex;
  position: static;
}

.paragraph-33 {
  color: #fff;
  width: 100%;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  position: static;
  inset: 9px 5% 27% auto;
}

.div-block-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.div-block-61 {
  background-color: #fff;
  width: 370px;
  height: 3px;
}

.image-29 {
  opacity: .8;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -2% 6% auto auto;
}

.image-30 {
  opacity: .8;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 1% auto auto 1%;
  transform: rotate(-9deg);
}

.image-31 {
  opacity: .8;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 34% 0% 0% 22%;
}

.image-32 {
  opacity: .8;
  width: 100px;
  height: 150px;
  position: absolute;
  inset: 33% 0% 14% 56%;
  transform: rotate(18deg);
}

.image-33 {
  opacity: .8;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 1px 26% -4%;
  transform: rotate(-15deg);
}

.image-34 {
  opacity: .8;
  width: 170px;
  height: 170px;
  position: absolute;
  inset: auto 29% 23% auto;
  transform: rotate(-9deg);
}

.div-block-62 {
  background-color: #fff;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.div-block-63 {
  background-color: #939bdf;
  width: 500px;
  height: 35px;
  position: absolute;
  inset: -10% 0% 16px -436px;
  transform: rotate(90deg)rotate(90deg);
}

.div-block-64 {
  background-color: #939bdf;
  width: 35px;
  height: 900px;
  position: absolute;
  left: 29px;
}

.div-block-65 {
  background-color: #fff;
  width: 30%;
  height: 35px;
  position: relative;
  transform: rotate(180deg);
}

.div-block-66 {
  background-color: #939bdf;
  width: 30px;
  height: 100%;
  position: absolute;
  inset: 146% 172% 32% 12%;
}

.div-block-67 {
  background-image: linear-gradient(#1b7aaf, #1b7aaf);
  border-radius: 10px;
  flex: 0 auto;
  width: 60%;
  max-width: 55%;
  height: 250px;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-68 {
  z-index: 1;
  border-radius: 10px;
  width: 330px;
  max-width: 300px;
  height: 350px;
  position: relative;
  right: -8%;
}

.div-block-69 {
  border-radius: 10px;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 260px;
  position: relative;
  left: 0%;
}

.section-backstory-m {
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}

.container-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--middle-darker-blue-color);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 800px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-70 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.image-35 {
  height: 800px;
  position: absolute;
  inset: 280px auto 0 -50px;
}

.image-35.image-35-shorter {
  background-color: var(--purple-color);
  height: 500px;
}

.image-35.image-35-shorter-pirot {
  top: 240px;
}

.image-36 {
  background-color: var(--purple-color);
  position: absolute;
  inset: -12px -50px 0% auto;
}

.div-block-71 {
  background-color: var(--purple-color);
  width: 600px;
  height: 40px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.div-block-72 {
  background-image: url('../images/VisionMision_picture_1.png');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 300px;
}

.div-block-73 {
  background-image: url('../images/VisionMision_picture_2.png');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 300px;
}

.div-block-74 {
  width: 50%;
  position: static;
}

.div-block-75 {
  flex: 0 auto;
  width: 55%;
  max-width: 50%;
}

.image-37 {
  border-radius: 10px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  left: -56px;
}

.image-38 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 12px;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.image-39 {
  z-index: 1;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0% 0% auto 65px;
}

.div-block-77 {
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  max-width: 55%;
  margin-top: -27px;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.image-40 {
  position: absolute;
  inset: 0%;
}

.div-block-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.div-block-82 {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.paragraph-34 {
  margin-left: 0;
  padding-right: 0;
}

.div-block-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-84 {
  flex-flow: row;
}

.div-block-85 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-36 {
  margin-left: 0;
  padding-right: 0;
}

.div-block-88 {
  position: static;
}

.image-43 {
  height: 240px;
  position: relative;
  left: -135px;
}

.div-block-89 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-44 {
  height: 240px;
  position: relative;
  right: -135px;
}

.div-block-92 {
  min-width: 400px;
  position: relative;
}

.div-block-93 {
  min-width: 400px;
  position: relative;
  left: -135px;
}

.image-45 {
  position: static;
}

.image-46 {
  width: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-47 {
  width: 110px;
  position: absolute;
  inset: -1% 0% auto auto;
}

.image-48 {
  z-index: 1;
  width: 120px;
  position: absolute;
  inset: 58% auto 0% 1%;
}

.image-49 {
  width: 120px;
  position: absolute;
  inset: 62% 0% auto 441px;
}

.image-50 {
  z-index: 1;
  width: 100px;
  position: absolute;
  inset: 35% auto auto 8%;
}

.image-51 {
  width: 100px;
  position: absolute;
  top: 321px;
}

.section-hero-contact {
  background-color: var(--middle-darker-blue-color);
  color: #fff;
  padding: 40px 20px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.container-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.image-52 {
  height: 60px;
  position: absolute;
  inset: 33px auto auto 371px;
}

.image-53 {
  height: 60px;
  position: absolute;
}

.image-54 {
  height: 80px;
  position: absolute;
  top: 100px;
  left: 75px;
}

.image-55 {
  height: 80px;
  position: absolute;
  inset: auto auto 0% 164px;
}

.image-56 {
  height: 80px;
  position: absolute;
  inset: 94px auto auto 485px;
}

.image-57 {
  height: 60px;
  position: absolute;
  inset: auto auto 30px 628px;
}

.image-58 {
  height: 80px;
  position: absolute;
  inset: 0% auto auto 600px;
}

.image-59 {
  height: 80px;
  position: absolute;
  inset: 100px auto 0% 745px;
}

.image-60 {
  height: 60px;
  position: absolute;
  inset: 22px auto auto 867px;
}

.image-61 {
  height: 80px;
  position: absolute;
  inset: auto auto 0 900px;
}

.image-62 {
  height: 80px;
  position: absolute;
  inset: 160px auto 0% 1200px;
}

.image-63 {
  height: 80px;
  position: absolute;
  inset: 20px auto auto 1100px;
}

.section-for-students {
  margin-bottom: 20px;
}

.div-card-information {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--stories-color);
  color: #fff;
  text-align: left;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 230px;
  padding: 0 40px;
  font-size: 14px;
  display: flex;
}

.image-64 {
  cursor: auto;
  width: 40px;
}

.div-wrapper-cards-information {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-map {
  background-image: url('../images/Lokacija.png'), url('../images/Lokacija.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  height: 400px;
}

.map {
  height: 400px;
}

.section-6 {
  text-align: left;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-company-concept-1-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.heading-15 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 44px;
}

.heading-15.hero-heading {
  font-size: 60px;
}

.application-procedure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: 44px;
  display: flex;
}

.div-block-94 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  line-height: 44px;
}

.heading-16.hero-heading {
  font-size: 60px;
}

.strelica-app-procedure {
  width: 100px;
  height: 100px;
}

.div-block-95 {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 14px;
  display: flex;
}

.div-block-96 {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/app-procedure.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.div-block-97 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.div-block-98 {
  background-color: #3b3a92;
  width: 200px;
  height: 3px;
}

.heading-17 {
  color: #3b3a92;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.div-block-99 {
  background-color: #3b3a92;
  width: 200px;
  height: 3px;
}

.div-block-100 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #7aaac6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 400px;
  display: flex;
  box-shadow: -1px -4px 13px -2px #0003;
}

.div-block-101.step3 {
  border-bottom-color: #98b8e2;
  border-right-color: #98b8e2;
}

.div-block-102 {
  cursor: auto;
  background-image: url('../images/step1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border: 0 solid #7aaac6;
  border-bottom: 3px #7aaac6;
  border-radius: 10px 10px 18px 0;
  width: 100%;
  height: 70px;
}

.div-block-102.step-2 {
  background-image: url('../images/step-2-top.png');
  border-left: 0 #939bdf;
  border-right: 0 #939bdf;
  border-bottom-right-radius: 0;
  width: 100.3%;
  height: 70px;
  margin-left: 0;
}

.div-block-102.step-3 {
  background-image: url('../images/step-3-top.png');
  background-position: 50%;
  border-style: solid none none;
  border-width: 0;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  width: 100.3%;
  display: flex;
}

.div-block-102.step1 {
  border-left: 0 #7aaac6;
  border-right-style: none;
  border-right-width: 0;
  border-bottom-right-radius: 0;
  width: 100.3%;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  display: flex;
}

.image-66 {
  width: 76px;
  height: 75px;
}

.text-block {
  width: 346px;
}

.text-block-2 {
  text-align: left;
  width: 70%;
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-104 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 140px;
  padding-top: 0;
  display: flex;
}

.text-block-3 {
  color: #6693ad;
  text-align: left;
  column-count: 0;
  width: 80%;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.text-block-3.step-3 {
  color: #98b8e2;
}

.text-block-3.step1-text {
  color: #7aaac6;
}

.text-block-3.step-3-text {
  color: #98b8e2;
}

.div-block-105 {
  border: 1px #000;
  border-bottom: 2px #7aaac6;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
}

.image-67 {
  border-style: solid;
  border-color: #73a0ba;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 60%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.image-67.step2-shape-down {
  height: 56.5%;
}

.application-form {
  flex-flow: column;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 25px;
  display: flex;
}

.div-block-106 {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-127-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-naslov-strelica {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.heading-18 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.heading-18.hero-heading {
  font-size: 60px;
}

.strelica-doc-to-be-uploated-desktop {
  width: 100px;
  height: 100px;
}

.div-block-108 {
  flex-flow: column;
  width: 100%;
  height: 550px;
  display: flex;
}

.div-block-109 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-110 {
  background-color: #3b3a92;
  width: 200px;
  height: 3px;
}

.heading-19 {
  color: #5e8ea8;
  font-family: Gilroy, sans-serif;
}

.heading-19.form-heading {
  color: #3b3a92;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.div-heading-right {
  background-color: #3b3a92;
  width: 200px;
  height: 3px;
}

.app-form-body {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.left-side {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.first-row {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 87px;
  display: flex;
}

.div-block-111 {
  background-color: #3b3a92;
  width: 3px;
  height: 100%;
}

.div-block-112 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.image-69 {
  width: 100px;
  height: 100%;
}

.div-block-113 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 87px;
  display: flex;
}

.div-block-113.row-in-app-form.text-row-r {
  justify-content: center;
  align-items: center;
}

.image-70 {
  width: 45px;
  height: 45px;
}

.text-block-4 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-4.text-in-app-form {
  color: #0a56ba;
}

.div-block-114 {
  width: 100%;
}

.div-block-114.second-row-l {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: center;
  height: 87px;
  display: flex;
}

.div-block-114.row-in-app-form.text-row-l {
  justify-content: flex-start;
  align-items: center;
}

.text-in-app-form {
  color: #0a56ba;
  width: 74%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.number-app-form {
  width: 45px;
  height: 45px;
}

.row-in-app-form {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 100%;
  height: 87px;
  display: flex;
}

.row-in-app-form.preparation {
  justify-content: flex-end;
  align-items: center;
}

.row-in-app-form.text-row-r {
  justify-content: center;
  align-items: flex-end;
  height: 87px;
}

.row-in-app-form.text-row-l {
  color: #0a56ba;
  justify-content: flex-start;
  align-items: center;
}

.row-in-app-form.image-right-side {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
}

.image-71, .image-72 {
  width: 100px;
  height: 100%;
}

.text-block-5 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.image-73 {
  width: 45px;
  height: 45px;
}

.text-block-6 {
  width: 70%;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.text-block-6.text-in-app-form-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 74%;
  display: flex;
}

.image-74 {
  width: 45px;
  height: 45px;
}

.image-75 {
  width: 100px;
  height: 100%;
}

.documents-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.doc-dowm-icon {
  width: 100px;
  max-width: none;
  height: 100px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: grid;
}

.div-block-115 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-76 {
  width: 130px;
  height: 130px;
}

.div-block-116 {
  width: 100%;
  height: 100px;
  margin-top: 33px;
}

.doc-container {
  flex-flow: column;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.header {
  text-align: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-117 {
  background-image: url('../images/standard-quality-control-collage-concept-1.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.heroselection {
  color: #fff;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/Rectangle-129-min-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heroselection.slika2 {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/SelectionProcedure_Hero_Image.png');
  background-position: 0 0, 50% 100%;
}

.heading-20 {
  font-family: Gilroy, sans-serif;
  font-size: 70px;
}

.for-students {
  padding-left: 0;
}

.naslovstudents {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.linija1 {
  background-color: #3b3a92;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.linija1.linija22 {
  background-color: #fff;
  width: 600px;
  padding-bottom: 0;
}

.linija1.linija22.linija3 {
  color: #1b7aaf;
  text-align: right;
  background-color: #1b7aaf;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 330px;
  height: 3px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.linija1.linija22.linija3.linija4 {
  width: 180px;
}

.linija1.linija22.linija3.linija4.linija5 {
  width: 600px;
}

.linija1.linija22.linija3.linija4.linija5.linija7 {
  width: 180px;
}

.linija1.linija22.linija3.linija4.linija5.linija7.linija9 {
  width: 550px;
}

.linija1.linija22.linija4 {
  width: 220px;
}

.linija1.linija22.linija4.linija5 {
  width: 300px;
}

.linija1.linija22.linija4.linija5.linija6 {
  background-color: #1b7aaf;
  width: 400px;
}

.linija1.linija22.linija4.linija5.linija6.linija7 {
  background-color: #fff;
  width: 450px;
}

.linija1.linija22.linija4.linija5.linija8 {
  width: 400px;
}

.hstudents {
  color: #3b3a92;
  font-family: Gilroy, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.arrival {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.tekst {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.harrival {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.parrival {
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.linijaarrival {
  background-color: #fff;
  width: 330px;
  height: 3px;
}

.support {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: 0;
  padding: 20px 0;
  font-size: 18px;
  display: flex;
}

.psupport {
  text-align: right;
  width: 450px;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-24 {
  width: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hsupport {
  color: #1b7aaf;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.tekst-2 {
  color: #1b7aaf;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.tekst-2.tekst1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  margin-right: 0;
  display: flex;
}

.tekst-2.tekstemergency {
  justify-content: center;
  align-items: flex-end;
}

.tekst-2.tekstcurrency {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
}

.linijasupport {
  background-color: #1b7aaf;
  width: 300px;
  height: 3px;
}

.divtekst {
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  padding-right: 0;
  display: flex;
}

.htravel {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.pamount, .ptraveldist {
  width: 220px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.travel {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--stories-color);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.ptravel {
  width: 600px;
  padding: 20px 0 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tekst-3 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tekst-3.tekst1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  margin-right: 0;
  display: flex;
}

.linijatravel {
  background-color: #fff;
  width: 220px;
  height: 3px;
}

.insurance {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.pinsurance {
  text-align: right;
  width: 450px;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hinsurance {
  color: #1b7aaf;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijainsurance {
  background-color: #1b7aaf;
  width: 180px;
  height: 3px;
}

.tuition {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.htuition {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.ptuition {
  width: 600px;
  margin-bottom: 0;
  padding: 20px 0 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.linijatuition {
  background-color: #fff;
  width: 200px;
  height: 3px;
}

.arrival2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.parrival2 {
  color: #1b7aaf;
  text-align: right;
  width: 600px;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.parrival2.p1 {
  width: 650px;
  padding-left: 67px;
}

.harrival2 {
  color: #1b7aaf;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.linijaarrival2 {
  background-color: #1b7aaf;
  width: 300px;
  height: 3px;
}

.accommodation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.haccommodation {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.paccomodation {
  width: 600px;
  margin-bottom: 0;
  padding: 20px 0 10px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.linijaaccommodation {
  background-color: #fff;
  width: 300px;
  height: 3px;
}

.div1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hresidence {
  color: #1b7aaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.tekstreg {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.residence {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.presidence {
  color: #1b7aaf;
  text-align: right;
  width: 600px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.presidence.p2 {
  color: #1b7aaf;
  text-align: left;
  padding-top: 30px;
  padding-left: 17px;
  font-size: 18px;
  font-weight: 500;
}

.div2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-22 {
  color: #1b7aaf;
  width: 600px;
  font-size: 18px;
}

.linijaregistration {
  background-color: #1b7aaf;
  width: 380px;
  height: 3px;
}

.div4 {
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.paragraph-25 {
  color: #fff;
  text-align: right;
  width: 600px;
}

.div3 {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hresidence2 {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.div5 {
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 0;
  display: flex;
}

.presidence3 {
  color: #fff;
  width: 600px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.presidence2 {
  width: 600px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.permit {
  background-color: var(--stories-color);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.par3 {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.linijaresidence2 {
  background-color: #fff;
  width: 450px;
  height: 3px;
}

.psteps {
  color: #1b7aaf;
  text-align: right;
  width: 600px;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.psteps.p1 {
  width: 650px;
  padding-left: 67px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hsteps {
  color: #1b7aaf;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijasteps {
  background-color: #1b7aaf;
  width: 170px;
  height: 3px;
}

.hdeparture {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.pdeparture {
  width: 600px;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-family: Gilroy, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.departure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.linijadeparture {
  background-color: #fff;
  width: 370px;
  height: 3px;
}

.end {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.pend {
  color: #1b7aaf;
  text-align: right;
  width: 600px;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pend.p1 {
  width: 650px;
  padding-top: 25px;
  padding-left: 65px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.hend {
  color: #1b7aaf;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijaend {
  color: #1b7aaf;
  background-color: #1b7aaf;
  width: 500px;
  height: 3px;
}

.hstaff {
  color: #3b3a92;
  font-family: Gilroy, sans-serif;
}

.naslovstaff {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.arrivalstaff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.heading-21 {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.hstaffarrival {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.linijastaffarrival {
  background-color: #fff;
  width: 360px;
  height: 3px;
}

.pstaffarrival {
  width: 600px;
  padding-top: 25px;
  font-size: 18px;
}

.supportstaff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hsupportstaff {
  color: #1b7aaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijasupportstaff {
  color: #1b7aaf;
  background-color: #1b7aaf;
  width: 300px;
  height: 3px;
}

.psupportstaff {
  color: #1b7aaf;
  text-align: right;
  width: 500px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.travelstaff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.htravelstaff {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijatravelstaff {
  background-color: #fff;
  width: 220px;
  height: 3px;
}

.paragraph-37 {
  width: 600px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.insurancestaff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hinsurancestaff {
  color: #1b7aaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijainsurancestaff {
  background-color: #1b7aaf;
  width: 170px;
  height: 3px;
}

.pinsurancestaff {
  color: #1b7aaf;
  text-align: right;
  width: 470px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.arrivalstaff2 {
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.harrivalstaff2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.linijaarrivalstaff2 {
  background-color: #fff;
  width: 300px;
  height: 3px;
}

.parrivalstaff2 {
  width: 600px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.accommodationstaff {
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.haccommodationstaff {
  color: #1b7aaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijaaccommodationstaff {
  color: #1b7aaf;
  background-color: #1b7aaf;
  width: 270px;
  height: 3px;
}

.paccommodationstaff {
  color: #1b7aaf;
  text-align: right;
  width: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.departurestaff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hdeparturestaff {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.linijadeparturestaff {
  background-color: #fff;
  width: 370px;
  height: 3px;
}

.pdeparturestaff {
  width: 600px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.endstaff {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hendstaff {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.linijaendstaff {
  background-color: #1b7aaf;
  width: 300px;
  height: 3px;
}

.paragraph-38 {
  text-align: right;
  width: 600px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.naslovtransport {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.htransport {
  color: #3b3a92;
  font-family: Gilroy, sans-serif;
}

.divtransport {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--stories-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.htransport2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijatransport {
  background-color: #fff;
  width: 260px;
  height: 3px;
}

.paragraph-39 {
  width: 550px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.emergency {
  height: auto;
}

.hemergencycurrency {
  color: #3b3a92;
  text-align: left;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.naslovemergency {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.divemergency {
  color: #1b7aaf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.divcurrency, .divemegrencyblock {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.hcurrency {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijacurrencz {
  background-color: #1b7aaf;
  width: 160px;
  height: 3px;
}

.pcurrency {
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.linijaemergency {
  background-color: #1b7aaf;
  width: 250px;
  height: 3px;
}

.paragraph-40 {
  text-align: left;
  padding-top: 25px;
}

.hemergency {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.healthcare {
  margin-bottom: 60px;
}

.hhealthcare {
  color: #3b3a92;
  font-family: Gilroy, sans-serif;
}

.divhealthcare {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--stories-color);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.naslovhealthcare {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.headinghealth {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
}

.linijahealthcare {
  background-color: #fff;
  width: 180px;
  height: 3px;
}

.phealthcare {
  width: 600px;
  padding-top: 25px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer-setion {
  background-color: #02092e;
  padding-top: 40px;
  padding-bottom: 25px;
}

.container-24 {
  width: 100%;
}

.container-25 {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.documents-to-be-uploated {
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.div-doc-to-be-uploated-hero {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-129-min-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-119 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.doc-to-be-uploaded-h {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 54px;
}

.image-77 {
  width: 100px;
  height: 100px;
}

.div-block-120 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.div-block-121 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.div-block-122 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  display: flex;
}

.div-block-123 {
  background-color: #3b3a92;
  width: 3px;
  height: 100%;
}

.div-block-124 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: auto;
  display: flex;
}

.bachelor-degree {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-top: 16px;
  display: flex;
}

.bachelor-degree.master {
  height: 1500px;
  margin-top: 0;
}

.bachelor-degree.academic-staff-container {
  height: 750px;
}

.heading {
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-top: 8px;
  display: flex;
}

.div-block-125 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.bachelor {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 29px;
  display: flex;
}

.bachelor.academic {
  margin-top: 29px;
}

.div-block-127 {
  color: #fff;
  background-color: #0a56c0;
  width: 200px;
  height: 3px;
}

.div-block-128 {
  background-color: #0a56c0;
  width: 200px;
  height: 3px;
}

.heading-22 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-129 {
  background-color: #0a56ba;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 1500px;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  height: auto;
  display: flex;
}

.div-block-131 {
  width: 3px;
  height: 100%;
}

.image-row-r {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.image-78 {
  width: 100px;
  height: 80%;
}

.text-row-r {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.image-79 {
  width: 45px;
  height: 45px;
}

.text-block-7 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.div-block-132 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.image-80 {
  width: 45px;
  height: 45px;
}

.text-block-8 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.div-block-133 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.image-81 {
  width: 100px;
  height: 80%;
}

.image-82 {
  width: 500px;
}

.containerarrival {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-26 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 400px;
  display: flex;
}

.containersupport {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.divarrival {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.divsupport {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  padding-left: 0;
  display: flex;
}

.divtravel {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.divinsurance {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.image-83 {
  width: 400px;
}

.image-84 {
  width: 500px;
}

.divtuition {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-85 {
  width: 500px;
}

.divarrival2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.image-86 {
  width: 400px;
  padding-left: 0;
}

.divaccommodation {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-87 {
  width: 500px;
}

.divresidnece1 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.image-88, .image-89 {
  width: 400px;
}

.divsteps {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.image-90 {
  width: 400px;
}

.divdeparture {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-91 {
  width: 500px;
}

.divend {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.image-92 {
  width: 400px;
}

.image-93 {
  width: 500px;
}

.divarrivalstaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-94 {
  width: 400px;
}

.image-95 {
  width: 500px;
}

.image-96 {
  width: 400px;
}

.image-97 {
  width: 500px;
}

.divsupportstaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.divtravelstaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.divinsurancestaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.divaccommodationstaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.divendstaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 400px;
  display: flex;
}

.divdeparturestaff {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 450px;
  display: flex;
}

.image-98 {
  width: 500px;
}

.image-99 {
  width: 400px;
}

.divtransport2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-100 {
  width: 500px;
}

.divhealthcare2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 500px;
  display: flex;
}

.image-101, .image-102, .image-103, .image-104 {
  width: 500px;
}

.image-105, .image-106, .image-107 {
  width: 400px;
}

.heading-23 {
  font-family: Gilroy, sans-serif;
  font-size: 70px;
}

.selectionprocedure {
  width: 100%;
  margin-bottom: 60px;
}

.heroselectionprocedure {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-130.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.divtekstidugme {
  text-align: center;
}

.heading-24 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.heading-24.hero-heading {
  font-size: 60px;
}

.recognitionprocedure {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
}

.divrecognition {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/RecognitionProcedure_Image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.heading-25 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.heading-25.hero-heading {
  font-size: 60px;
}

.eligibility {
  color: #6c6bad;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.broj1 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/picture01.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 500px;
  line-height: 0;
  display: flex;
}

.slikabroj {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  font-size: 500px;
  display: block;
}

.text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #6c6bad;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.text.textcompatibility {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-left: 10px;
  padding-right: 0;
}

.text.textscolarships {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.paragraph-41 {
  width: 500px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.heading-27 {
  width: 350px;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.compatibility {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.broj2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/picture02.png');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  padding-left: 0;
  font-size: 500px;
  display: flex;
}

.heading-29 {
  text-align: left;
  width: 300px;
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-42 {
  text-align: left;
  width: 500px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.text-block-9, .text-block-10, .text-block-11 {
  font-size: 40px;
}

.heading-30 {
  color: #6c6bad;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #3b3a92;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 3px;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.separator {
  justify-content: center;
  align-items: center;
  display: flex;
}

.results {
  color: #6c6bad;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.broj3 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/picture03.png');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  font-size: 500px;
  display: flex;
}

.paragraph-43 {
  width: 500px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.heading-32 {
  margin-top: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.scolarship {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: #6c6bad;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.broj4 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/picture04.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  font-size: 500px;
  display: flex;
}

.heading-34 {
  text-align: left;
  width: 300px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-44, .paragraph-45 {
  width: 500px;
}

.finalselection {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  color: #6c6bad;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.broj5 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/picture05.png');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 0;
  font-size: 500px;
  display: flex;
}

.paragraph-46 {
  width: 500px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.heading-36 {
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.naslovprocedure {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.invitationletters {
  background-color: var(--white);
  color: #6c6bad;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.paragraph-47 {
  color: #6c6bad;
  width: 1000px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.divcontainer {
  flex-flow: column;
  display: flex;
}

.icon-for-desktop-click-bachelor {
  width: 52px;
  height: 52px;
  margin-top: 0;
  padding-top: 0;
}

.podnaslov-crtica-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 100%;
  font-family: Gilroy, sans-serif;
  display: flex;
}

.podnaslov-crtica-container.adm-staff {
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  height: 100%;
}

.master-real {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-top: 16px;
  display: flex;
}

.master-real.master {
  height: 1500px;
  margin-top: 0;
}

.master-real.academic-staff-container {
  height: 750px;
}

.academic-staff {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-top: 16px;
  display: flex;
}

.academic-staff.master {
  height: 1500px;
  margin-top: 0;
}

.academic-staff.academic-staff-container {
  height: 750px;
}

.link-2 {
  color: #1b7aaf;
  text-align: center;
  width: 200px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.link-2.link-doc {
  text-decoration: none;
}

.link-3 {
  text-align: center;
  width: 200px;
}

.link-3.link-doc {
  color: #1b7aaf;
  width: auto;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-4, .link-5, .link-5.text-doc, .link-6 {
  text-align: center;
  width: 200px;
}

._3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 100%;
  height: 87px;
  display: flex;
}

._3.preparation {
  justify-content: flex-end;
  align-items: center;
}

._3.text-row-r {
  justify-content: center;
  align-items: flex-end;
  height: 87px;
}

._3.text-row-l {
  color: #0a56ba;
  justify-content: flex-start;
  align-items: center;
}

._3.image-right-side {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
}

.section-7 {
  height: 500px;
}

.container-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  display: flex;
}

.image-109 {
  width: 100px;
  height: 100px;
}

.div-block-137 {
  background-color: #1b7aaf;
  width: 3px;
  height: 100px;
}

.div-block-138 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-110 {
  width: 50px;
  height: 50px;
}

.h {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row-reverse wrap;
  display: flex;
}

.container-28 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-139 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  display: flex;
}

.image-111 {
  width: 100px;
  height: 100px;
}

.div-block-140 {
  background-color: #1b7aaf;
  width: 3px;
  height: 100px;
  max-height: 100%;
}

.div-block-141 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-112 {
  width: 50px;
  height: 50px;
}

.text-block-12 {
  color: #1b7aaf;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.row2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row-reverse wrap;
  width: auto;
  display: flex;
}

.mobile-version {
  flex-flow: column;
  display: none;
}

.div-block-142 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-113 {
  width: 30px;
  height: 30px;
}

.image-114 {
  width: 100px;
  height: 100px;
}

.div-block-143 {
  flex-flow: row;
  display: flex;
}

.divcontainerrec {
  flex-flow: column;
  display: flex;
}

.naslovrecognition {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.resultsandcredits {
  background-color: var(--middle-darker-blue-color);
  color: #fff;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-115 {
  position: absolute;
}

.image-116 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-117 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-118 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-119 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-120 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrowtopleft {
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrowtopright {
  height: 120px;
  position: absolute;
  inset: -30px -10px auto auto;
}

.arrowbottomright {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrowbottomleft {
  transform-style: preserve-3d;
  height: 120px;
  position: absolute;
  inset: auto auto -20px -30px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.containerrecognition {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.container-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.naslovrec {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-48 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.div-block-145 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.grading {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0a56ba70;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 60px;
  display: flex;
}

.heading-37 {
  color: snow;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.naslovgrading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.records {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--purple-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.divslikerecords {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linijagrading {
  background-color: #fff;
  width: 210px;
  height: 2px;
}

.linijarecords {
  background-color: #fff;
  width: 330px;
  height: 2px;
}

.link-7, .link-8, .link-9, .link-9.text-doc, .link-10, .link-11 {
  text-align: center;
  width: 200px;
}

.link-11.link-doc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-49 {
  color: #0a56ba;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.bachelor-naslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-linija-stepen {
  color: #0a56ba;
  background-color: #0a56ba;
  width: 180px;
  height: 4px;
}

.div-linija-copy {
  color: #0a56ba;
  background-color: #3b3a92;
  width: 180px;
  height: 4px;
}

.podnaslov-app-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.app-form-header-section {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-128-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.app-form-container {
  flex-flow: column;
  width: 100%;
  height: 550px;
  display: flex;
}

.container-30 {
  flex-flow: column;
  display: none;
}

.div-block-146 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-121, .strelica-app-form-mobile {
  width: 50px;
  height: 50px;
}

.div-strelica-mobile {
  display: none;
}

.div-strelice {
  display: flex;
}

.dov-to-be-uploated-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.bachelor-degree-body {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-top: 16px;
  display: flex;
}

.bachelor-degree-body.master {
  height: 1500px;
  margin-top: 0;
}

.bachelor-degree-body.academic-staff-container {
  height: 750px;
}

.master-degree-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.master-body {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
}

.master-body.master {
  height: 1500px;
  margin-top: 0;
}

.master-body.academic-staff-container {
  height: 750px;
}

.acadmemic-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.image-124 {
  width: 30px;
  height: 30px;
}

.icon-for-mobile-click-bachelor {
  display: none;
}

.bachelor-mobile-form {
  flex-flow: column;
  display: none;
}

.icon-for-desktop-master {
  width: 52px;
  height: 52px;
  margin-top: 0;
  padding-top: 0;
}

.icon-for-mobile-click-academic {
  display: none;
}

.icon-for-master-mobile {
  width: 30px;
  height: 30px;
}

.master-mobile-form {
  flex-flow: column;
  display: none;
}

.icon-for-desktop-academic {
  width: 52px;
  height: 52px;
  margin-top: 0;
  padding-top: 0;
}

.icon-for-master-mobile-copy, .icon-for-academic-mobile-form {
  width: 30px;
  height: 30px;
}

.academic-mobile-form {
  flex-flow: column;
  display: none;
}

.section-hero-nis {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-hero-nis-1, .section-hero-niss {
  color: #fff;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/atvss_nis_whole.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-hero-city {
  color: #fff;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.div-block-152 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-153 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-154 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-wrapper-contact-info {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-contact-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--purple-color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 180px;
  padding: 20px 30px;
  display: flex;
}

.white-icon {
  height: 40px;
}

.section-contact-info {
  padding-bottom: 60px;
}

.div-block-155 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.container-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--middle-darker-blue-color);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 800px;
  margin-top: 0;
  padding: 0 60px 20px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.div-block-156, .div-block-157 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.backstory-image-nis-1 {
  z-index: auto;
  border-radius: 5px;
  height: 230px;
  position: relative;
  inset: 0% auto 0% -145px;
}

.paragraph-50 {
  padding-left: 0;
}

.backstory-image-nis-2 {
  border-radius: 5px;
  width: 350px;
  position: relative;
  right: -135px;
}

.backstory-image-nis-3 {
  border-radius: 5px;
  width: 350px;
  position: relative;
  left: -145px;
}

.div-before-your-arrival-1 {
  color: #fff;
  background-color: #939bdf;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-size: 18px;
}

.white-line-before-arrival {
  background-color: #fff;
  width: 450px;
  height: 4px;
}

.container-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-block-162 {
  font-size: 32px;
  display: block;
}

.image-125 {
  width: 500px;
}

.div-individual-support-1 {
  color: #1b7aaf;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.div-block-165 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  display: flex;
}

.div-block-166 {
  text-align: right;
}

.container-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-126 {
  width: 400px;
}

.blue-line-individual-support {
  background-color: #1b7aaf;
  width: 380px;
  height: 4px;
}

.div-travel-costs-1 {
  color: #fff;
  background-color: #939bdf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.white-line-travel-costs {
  background-color: #fff;
  width: 250px;
  height: 3px;
}

.div-block-168 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-127 {
  width: 1000px;
}

.container-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-169 {
  background-color: #939bdf;
}

.container-35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-128 {
  width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.div-insurance-1 {
  color: #1b7aaf;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.div-block-171 {
  background-color: #1b7aaf;
  width: 200px;
  height: 3px;
}

.div-block-172 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-tuition-fees-1 {
  color: #fff;
  background-color: #939bdf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.container-36 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-174 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.white-line-tution-fees {
  background-color: #fff;
  width: 250px;
  height: 3px;
}

.image-129 {
  width: 600px;
}

.div-upon-your-arrival-1 {
  color: #1b7aaf;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.container-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-130 {
  width: 1000px;
}

.heading-38 {
  color: #1b7aaf;
}

.blue-line-upon-your-arrival {
  background-color: #1b7aaf;
  height: 3px;
}

.div-block-175 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-accommodation-1 {
  color: #fff;
  background-color: #939bdf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.container-38 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-line-accommodation {
  background-color: #fff;
  width: 300px;
  height: 3px;
}

.image-131 {
  width: 2000px;
}

.div-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-residence-registration-1 {
  color: #1b7aaf;
  font-size: 18px;
}

.container-39 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-178 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-132 {
  width: 2550px;
}

.div-block-179 {
  text-align: right;
}

.image-133 {
  width: 2500px;
}

.blue-line-residence-registration {
  background-color: #1b7aaf;
  height: 3px;
}

.div-block-181 {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}

.div-block-182 {
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.div-temporary-residence-1 {
  color: #fff;
  background-color: #939bdf;
  font-size: 18px;
}

.div-block-183, .div-block-184 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-185 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-line-temporary-presidence {
  background-color: #fff;
  width: 530px;
  height: 3px;
}

.image-134, .image-135, .image-136 {
  width: 3000px;
}

.container-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-187 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.div-next-steps-1 {
  color: #1b7aaf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.container-41 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-line-next-steps {
  background-color: #1b7aaf;
  height: 3px;
}

.div-block-188 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-137 {
  width: 2500px;
}

.div-before-your-departure-1 {
  color: #fff;
  background-color: #939bdf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.white-line-before-your-departure {
  background-color: #fff;
  width: 400px;
  height: 3px;
}

.container-42 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-189 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-after-the-end-1 {
  color: #1b7aaf;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.container-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-line-after-the-end {
  background-color: #1b7aaf;
  width: 600px;
  height: 3px;
}

.div-block-190 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-139 {
  width: 2000px;
}

.div-block-192 {
  width: 110%;
}

.section-application-procedure-m {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-140 {
  width: 100px;
  height: 100px;
}

.div-appplication-procedure-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/app-procedure.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.container-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-application-procedure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #7aaac6;
  text-align: left;
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 330px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.image-141 {
  text-align: left;
  max-width: 60%;
}

.div-block-193 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-194 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-53, .paragraph-54, .paragraph-55 {
  font-weight: 400;
}

.image-142, .image-143, .image-144 {
  width: 70px;
}

.div-wrapper-cards-application-procedure {
  margin-top: 46px;
  margin-bottom: 60px;
}

.div-block-196 {
  width: 60%;
}

.div-application-form-hero {
  color: #fff;
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/documents.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-size: 44px;
  display: flex;
}

.div-wrapper-application-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.blue-vertical-line {
  background-color: #0a56ba;
  min-width: 3px;
  height: 100%;
}

.image-145 {
  width: 80px;
}

.div-block-197 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-146 {
  width: 80px;
}

.div-block-198 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.div-block-199 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #0a56ba;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-201 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-147 {
  width: 80px;
}

.div-block-202 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-148 {
  width: 80px;
}

.div-documents-to-be-uploaded-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-129-min-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 0;
  font-size: 44px;
  display: flex;
}

.div-documents-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/documents.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-size: 44px;
  display: flex;
}

.grid-documents {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-149 {
  width: 120px;
  height: 120px;
}

.div-block-203 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-39 {
  font-size: 32px;
}

.heading-40 {
  margin-bottom: 5px;
  line-height: 25px;
}

.heading-41 {
  font-size: 32px;
  line-height: 30px;
}

.containerbeforearrival {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linijaiheading {
  padding-bottom: 10px;
  font-size: 20px;
}

.heading-42 {
  font-size: 30px;
}

.heading-43 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
}

.containerindividualsupport {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-204 {
  padding-bottom: 10px;
}

.containertravel {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-205 {
  padding-bottom: 5px;
  font-size: 30px;
}

.heading-44 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.containerinsurance, .containertuition, .containeruponarrival, .containeraccommodation, .container-47 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-48 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.paragraph-58, .paragraph-59 {
  width: 80%;
}

.containerresidence {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.div-block-206, .div-block-207 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containerpermit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.containersteps, .containerdeparture, .containerend, .containerarrivalstaff, .containersupportstaff, .containertravelstaff, .containerinsurancestaff, .containerarrivalstaff2, .containeraccommodationstaff, .containerdeparturestaff, .containerendstaff, .containertransport {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containeremergency {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-208, .div-block-208-copy {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.containerhealthcare {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.calls-for-mobility-hero {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-130-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.application-procedure-podnaslov {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-top: 14px;
  display: flex;
}

.div-application-procedure-cards {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.container-49 {
  flex-flow: row;
  display: flex;
}

.step-card-application-procedure {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 330px;
  display: flex;
}

.image-150 {
  width: 70px;
  height: 70px;
}

.text-block-14 {
  color: #7aaac6;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.container-49-copy {
  flex-flow: row;
  display: flex;
}

.contanier-app-procedure {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-209 {
  display: flex;
}

.div-block-210 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
}

.image-151 {
  max-width: none;
}

.div-block-211 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-211.second {
  padding-left: 20px;
  padding-right: 20px;
}

.image-152 {
  min-width: 100%;
}

.div-cards-app-procedure {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.single-card-application-procedure-copy {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 330px;
  display: flex;
}

.step-2-text {
  color: #939bdf;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}

.step-3-text {
  color: #98b8e2;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}

.step-1-text {
  color: #7aaac6;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  display: flex;
}

.single-card-application-procedure {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 330px;
  display: flex;
}

.single-card-application-procedure.step-1 {
  border-width: 2px;
  border-color: #7aaac6;
}

.single-card-application-procedure.step-2 {
  border-width: 2px;
  border-color: #939bdf;
}

.single-card-application-procedure.step-3 {
  border-width: 2px;
  border-color: #98b8e2;
}

.single-card-application-procedure-copy-copy {
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 330px;
  display: flex;
}

.app-form-section {
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.container-app-form-desktop {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-left-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-right-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-in-form {
  width: 85px;
  height: 85px;
}

.image-in-form.doc-imae {
  width: 100px;
  height: 100px;
}

.div-block-212 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  height: 130px;
  min-height: 100px;
  display: flex;
}

.text-block-15 {
  color: #0a56ba;
  font-size: 15px;
  font-weight: 700;
}

.image-154 {
  width: 80px;
  height: 80px;
}

.div-block-213 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  height: 130px;
  min-height: 100px;
  display: flex;
}

.text-in-form {
  color: #0a56ba;
  font-size: 18px;
  font-weight: 700;
}

.text-in-form.wide-acadmeic-etxt {
  width: 330px;
}

.strelica-mobile-doc-to-be-uploated {
  width: 50px;
  height: 50px;
}

.div-form {
  width: 100%;
}

.container-document-to-be-uploated-master {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blue-vertical-line-at-bacelor, .blue-line-at-acamedic-stuff {
  background-color: #0a56ba;
  min-width: 3px;
  height: 100%;
}

.blue-line-at-master {
  background-color: #0a56ba;
  min-width: 3px;
  height: 100%;
  min-height: 100%;
}

.container-document-bachelor {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-document-staff {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-document-masterr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  height: 1480px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-document-bachelorr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  height: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-left-side-staff {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-right-side-staff {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-podnaslov-documents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-podnaslov-app-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.application-porcedure-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.app-form-sectionn, .app-procedure-section {
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.containereligibility {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containercompatibility {
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.containerresults {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containerscholarship {
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.containerselection, .naslovinvitationletters {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containergrading, .containerrecords {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-right-side-bachelor {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-left-side-bachelor {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-214 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.div-row-righ {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.div-row-left-side {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
}

.div-app-form-left-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  display: flex;
}

.div-image-row-app-form-left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.div-app-form-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  display: flex;
}

.div-image-app-form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.section-6-copy {
  text-align: left;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-company-concept-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.application-and-selection-section {
  text-align: left;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/aerial-view-business-data-analysis-graph-1-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.calls-for-mobility-section {
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.calls-for-mobility-section-s {
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.calls-for-mobility-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-215 {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/businessman-holding-headset-1-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heading-46 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  line-height: 44px;
}

.heading-46.hero-heading {
  font-size: 60px;
}

.image-159, .calls-strelica {
  width: 100px;
  height: 100px;
}

.results-of-calls-section {
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.calls-for-mobility-hero-s {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/business-people-meeting-1-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.calls-for-mobility-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: ". . Area-2"
                 ". . ."
                 ". . ."
                 ". . Call-2025"
                 "Area . ." minmax(66px, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.previous-strelica {
  width: 100px;
  height: 100px;
}

.results-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.current-projects-section {
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.projects-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.projects-strelica {
  width: 100px;
  height: 100px;
}

.current-project-hero {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/businessmen-hands-white-table-with-documents-drafts-1-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.container-50 {
  padding-left: 0;
  padding-right: 0;
}

.heropolicies {
  color: #fff;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-company-concept-1-2-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.heading-47 {
  font-size: 70px;
}

.iropolicy {
  margin-bottom: 60px;
}

.iropolicyhero {
  color: #fff;
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-130-1-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.heading-48 {
  font-size: 70px;
}

.heading-48.hero-heading {
  font-size: 60px;
}

.headingislika {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.irobody {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nasloviro {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.gridiro {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-160, .image-161, .image-162, .image-163 {
  width: 130px;
  height: 130px;
}

.divmobility, .divstrategy, .divdigitalization, .divrulebook {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linkmobility {
  color: #1b7aaf;
  text-align: center;
  width: 280px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.linkstrategy {
  color: #1b7aaf;
  text-align: center;
  width: 210px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.linkdigitalization {
  color: #1b7aaf;
  text-align: center;
  width: 150px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.linkrulebook {
  color: #1b7aaf;
  text-align: center;
  width: 400px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.erasmuspolicy {
  max-height: 5650px;
  margin-top: 0;
  margin-bottom: 60px;
}

.erasmushero {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-128-2-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-216 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-49 {
  text-align: center;
  font-size: 70px;
  line-height: 44px;
}

.heading-49.hero-heading {
  font-size: 60px;
}

.erasmusbody {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.nasloverasmus {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.erasmuscharter {
  height: auto;
  margin-bottom: 60px;
}

.erasmushero2 {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-129-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.heading-50 {
  font-size: 60px;
  line-height: 60px;
}

.heading-50.hero-heading {
  font-size: 60px;
}

.textsection {
  color: #fff;
  background-color: #028ae2b8;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.imagesection {
  height: auto;
}

.languagepolicy {
  height: auto;
  margin-bottom: 60px;
}

.languagehero {
  background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-127-min_1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.erasmusbody2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.naslovlanguage {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.languagebody {
  flex-flow: column;
  display: flex;
}

.textsection2 {
  color: #fff;
  background-color: #939bdfd9;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.logo {
  width: 160px;
  margin-top: 0;
}

.container-51 {
  z-index: 100;
  text-align: left;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  padding: 10px 35px;
}

.navbar-new {
  z-index: 2147483647;
  background-color: var(--light-blue-color);
  height: auto;
  margin-top: 0;
  display: block;
  position: sticky;
  inset: 0;
}

.nav-link-1 {
  color: var(--dark-blue-color);
  text-align: left;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
}

.nav-link-1:hover {
  color: #0f75bc;
  display: inline-block;
}

.nav-link-1.w--current {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
}

.dropdown-toggle {
  padding: 0 5px;
}

.icon-3 {
  color: #fff;
  margin-right: 5px;
  padding-left: 0;
  display: none;
}

.dropdown-list {
  color: #fff;
  background-color: #1b7aaf;
}

.dropdown-list.w--open {
  background-color: var(--light-blue-color);
  color: var(--dark-blue-color);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
}

.dropdown-link {
  color: var(--dark-blue-color);
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #0f75bc;
}

.dropdown-link.w--current {
  color: var(--white);
}

.dropdown {
  position: relative;
}

.paragraph-63, .paragraph-64 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.div-block-217 {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#0f123066, #0f123066);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  padding: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  display: flex;
}

.heading-51 {
  color: #fff;
}

.paragraph-65 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-66 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.div-block-218 {
  width: 100%;
}

.button-11 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-11:hover {
  color: #000;
  background-color: #fff;
}

.div-block-219 {
  background-image: url('../images/close-up-man-writing-code-laptop-1-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 450px;
  display: flex;
}

.div-block-219.slide-2 {
  background-image: url('../images/Rectangle-94-min.png');
}

.div-block-219.slide-3 {
  background-image: url('../images/Rectangle-95-min.png');
}

.div-block-219.slide-4 {
  background-image: url('../images/woman-working-as-engineer-min.jpg');
}

.div-block-219.slide-5 {
  background-image: url('../images/pexels-artempodrez-6990475-min.jpg');
}

.div-block-219.slide-6 {
  background-image: url('../images/architecture.jpg');
}

.div-block-219.slide-7 {
  background-image: url('../images/front-view-female-technician-with-electronics-board-min.jpg');
}

.div-block-219.slide-8 {
  background-image: url('../images/pretty-woman-writing-chart-min.jpg');
}

.div-block-219.slide-9 {
  background-image: url('../images/medium-shot-scientist-working-lab-min.jpg');
}

.div-block-219.slide-10 {
  background-image: url('../images/diverse-group-co-workers-having-casual-discussion-office-min.jpg');
}

.div-block-219.slide-11 {
  background-image: url('../images/cheerful-medics-hospital-together-min.jpg');
}

.div-block-219.slide-12 {
  background-image: url('../images/young-teacher-helping-her-students-class-min.jpg');
}

.div-block-219.slide-13 {
  background-image: url('../images/modern-equipped-computer-lab-min.jpg');
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.image-164 {
  height: 80px;
  position: absolute;
  top: 122px;
}

.image-165 {
  height: 80px;
  position: absolute;
  top: 100px;
  left: 251px;
}

.image-166 {
  height: 80px;
  position: absolute;
  top: 3px;
  left: 158px;
}

.image-167 {
  height: 80px;
  position: absolute;
  top: 199px;
  left: 366px;
}

.image-168 {
  height: 80px;
  position: absolute;
  inset: 125px 0% 0% auto;
}

.paragraph-67 {
  text-align: center;
}

.section-our-team {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.div-light-blue-background {
  background-color: #0a56ba66;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 220px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-220 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.custom-slick-slider-m {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.slide-m {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-inner-slide-wrapper-m {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-inner-slide-wrapper-m.professor1 {
  justify-content: center;
  align-items: flex-end;
  width: 260px;
  position: relative;
}

.div-inner-slide-wrapper-m.professor2 {
  background-image: url('../images/professor2.png');
  background-position: 50%;
  background-size: auto 240px;
  width: 240px;
  position: relative;
}

.div-inner-slide-wrapper-m.professor3 {
  background-image: url('../images/professor3.png');
  background-position: 50%;
  background-size: auto 240px;
  width: 240px;
  position: relative;
}

.paragraph-69 {
  line-height: 22px;
}

.link-doc {
  color: #1b7aaf;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-221 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  background-color: #3e476ad9;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 150px;
  left: 10px;
}

.paragraph-70 {
  font-size: 18px;
}

.button-professor {
  background-color: #3e476ae6;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  display: flex;
}

.container-54 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.code-embed, .div-block-222 {
  display: none;
}

.proba-mmm {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.paragraph-71 {
  margin-bottom: 0;
}

.div-block-223 {
  color: #fff;
  background-color: #1b7aaf;
  padding-top: 10px;
  padding-bottom: 40px;
  position: relative;
}

.image-169 {
  height: 70px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-170 {
  height: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-171 {
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-172 {
  height: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-53, .headins-recognition-m {
  font-size: 22px;
}

.div-block-224 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-line-recognition {
  background-color: #fff;
  width: 520px;
  height: 4px;
}

.container-55 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-225 {
  margin-top: 40px;
}

.div-block-226 {
  background-color: #0f75bc;
}

.paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77 {
  font-size: 18px;
}

.profstudies {
  background-image: url('../images/close-up-man-writing-code-laptop-1-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 450px;
  display: flex;
}

.profstudies.slide-2 {
  background-image: url('../images/Rectangle-94-min.png');
}

.profstudies.slide-3 {
  background-image: url('../images/Rectangle-95-min.png');
}

.profstudies.slide-4 {
  background-image: url('../images/woman-working-as-engineer-min.jpg');
}

.profstudies.slide-5 {
  background-image: url('../images/pexels-artempodrez-6990475-min.jpg');
}

.profstudies.slide-6 {
  background-image: url('../images/architecture.jpg');
}

.profstudies.slide-7 {
  background-image: url('../images/front-view-female-technician-with-electronics-board-min.jpg');
}

.profstudies.slide-8 {
  background-image: url('../images/pretty-woman-writing-chart-min.jpg');
}

.profstudies.slide-9 {
  background-image: url('../images/medium-shot-scientist-working-lab-min.jpg');
}

.profstudies.slide-10 {
  background-image: url('../images/diverse-group-co-workers-having-casual-discussion-office-min.jpg');
}

.profstudies.slide-11 {
  background-image: url('../images/cheerful-medics-hospital-together-min.jpg');
}

.profstudies.slide-12 {
  background-image: url('../images/young-teacher-helping-her-students-class-min.jpg');
}

.profstudies.slide-13 {
  background-image: url('../images/modern-equipped-computer-lab-min.jpg');
}

.section-studies {
  margin-bottom: 40px;
}

.slide-professonal-studies {
  background-color: #95cde4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  display: flex;
}

.selectionproedurehero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/SelectionProcedure_Hero_Image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -8px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.slide-studies {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
}

.slide-studies.inzenjerstvo-nis {
  background-color: #e45555;
}

.slide-studies.srt-nis {
  background-color: #7cac41;
}

.slide-studies.kot-nis {
  background-color: #362ece;
}

.slide-studies.zastita-nis {
  background-color: #c23ba2;
}

.slide-studies-vranje {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.slide-studies-vranje.kot-vranje {
  background-color: #000;
}

.slide-studies-vranje.srt-vranje {
  background-color: #1f1b1b;
}

.slide-studies-vranje.zastita-vranje {
  background-color: #4b4646;
}

.slide-studies-vranje.vaspitaci-vranje {
  background-color: #9c9191;
}

.div-block-227 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.div-block-227.communication-technologies {
  background-image: url('../images/Rectangle-94-min.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.modern-computer-technologies {
  background-image: url('../images/close-up-man-writing-code-laptop-1-min.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.road-traffic {
  background-image: url('../images/Rectangle-95-min.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.industrial-engeneering {
  background-image: url('../images/woman-working-as-engineer-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.civil-engeneering {
  background-image: url('../images/crop-man-with-blueprints-helmet-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.mechanical-engeenering {
  background-image: url('../images/worker-inspecting-parts-automobile-industry-factory-production-line-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.traffic-and-transportation {
  background-image: url('../images/Rectangle-95-min.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.production-economics {
  background-image: url('../images/group-young-businesspeople-having-conversation-natural-resources-preservation-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.food-technology {
  background-image: url('../images/pharmaceutical-chemist-examining-tomato-microbiology-experiment-typing-medical-information-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.entrepreneuniral-managment {
  background-image: url('../images/pexels-tiger-lily-7109242-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.ducating-pre-school-teachers-in-pre-school-institutions {
  background-image: url('../images/happy-teacher-listening-her-students-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.business-information-systems {
  background-image: url('../images/modern-equipped-computer-lab-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.architecture {
  background-image: url('../images/architecture.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.ecology {
  background-image: url('../images/man-holding-sphere-palm-hand-with-leaf-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.vocational-nurse {
  background-image: url('../images/cheerful-medics-hospital-together-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.international-economics-and-entepreneurship {
  background-image: url('../images/business-team-global-business-planning-working-concept-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.environmental-protection {
  background-image: url('../images/worker-inspecting-parts-automobile-industry-factory-production-line-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-227.professional-nurse {
  background-image: url('../images/cheerful-medics-hospital-together-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-228 {
  color: #fff;
  background-color: #0f123066;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 20px;
  display: flex;
}

.paragraph-78 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-79 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.herointernationalcooperation {
  color: #fff;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-team-global-business-planning-working-concept-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.heading-54 {
  margin-top: 0;
  font-size: 70px;
}

.bulgariandevelopmentaid {
  margin-bottom: 60px;
}

.bodybulgariandevaid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.gridaid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bilateralcontracts {
  margin-bottom: 60px;
}

.bilateralcontractscontainer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bulgariandevaidcontainer {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.divfestival {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.divbotevgrad, .divbelgorod, .divohridski, .divmaribor, .divthessaloniki, .divslovakia {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containerprojects {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divnest4wb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1b7aaf94;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.divgreene {
  background-color: #1b7aaf94;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 300px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.divdonjitekst {
  color: #fff;
  background-color: #1b7aaf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-173 {
  width: 200px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.divslika {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.divdon {
  font-size: 16px;
}

.divdonjitekst2 {
  color: #fff;
  text-align: left;
  background-color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-80 {
  text-align: center;
  background-color: #1b7aaf;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-174 {
  width: 200px;
}

.section-dual-studies {
  margin-bottom: 40px;
}

.option-1-nis-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 400px;
  display: flex;
}

.option-1-nis-image.image-nis {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/atvss_nis_whole_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.option-2-vranje-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 400px;
  display: flex;
}

.option-2-vranje-image.image-vranje {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/vranje_whole_image.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.option-3-pirot-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 400px;
  display: flex;
}

.option-3-pirot-image.image-pirot {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/pirot_whole_image.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-div-podnaslov {
  margin-bottom: 0;
  font-size: 20px;
}

.more-info-studies {
  background-color: var(--dark-blue-color);
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
}

.more-info-studies:hover {
  background-color: var(--light-blue-color);
  color: var(--dark-blue-color);
}

.div-block-229 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-teaching-stuff {
  margin-bottom: 0;
  display: block;
}

.teaching-stuff-nis {
  margin-left: auto;
  margin-right: auto;
}

.custom-slick-slider-teaching-stuff {
  display: none;
}

.slide-teaching-stuff {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 240px;
  display: flex;
  position: static;
  top: 41px;
}

.slide-teaching-stuff.slika-1 {
  background-image: url('../images/professor2.png');
  background-position: 50%;
  background-size: cover;
  height: 240px;
  position: static;
}

.slide-teaching-stuff.slika-2 {
  background-image: url('../images/professor3.png');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slide-teaching-stuff.slika-3 {
  background-image: url('../images/professor1.png');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.slide-teaching-stuff.slika-4 {
  background-image: url('../images/group-young-businesspeople-having-conversation-natural-resources-preservation-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: static;
}

.div-block-230 {
  background-color: var(--light-blue-color);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding-top: 60px;
  padding-left: 100px;
}

.div-block-231 {
  background-color: #3e476aa3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 5px;
  display: flex;
  position: static;
  top: 140px;
}

.button-13 {
  background-color: #627498;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

.paragraph-81 {
  color: #fff;
  font-size: 18px;
}

.bold-text {
  font-size: 16px;
  font-weight: 600;
}

.section-backstory-city {
  margin-bottom: 40px;
  overflow: hidden;
}

.container-56 {
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-82 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-practical-information {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/PracticalInformation_Hero_Picture.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hero-policies {
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-company-concept-1-2-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 60px;
  display: flex;
}

.hero-international-cooperation {
  text-align: center;
  background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-team-global-business-planning-working-concept-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-body-app-procedure {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.div-body-app-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.doc-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: flex;
}

.doc-podnaslov.iro-policy-podnaslov {
  margin-bottom: 0;
}

.div-app-procedure.div-podnaslov {
  height: auto;
}

.div-podnaslov-app-procedure {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-podnaslov-app-procedure.iro-policy-podnaslov {
  margin-bottom: 0;
}

.div-podnaslov-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: flex;
}

.div-podnaslov-copy.iro-policy-podnaslov {
  margin-bottom: 0;
}

.app-form-podnaslov {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3a92;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
  display: flex;
}

.app-form-podnaslov.iro-policy-podnaslov {
  margin-bottom: 0;
}

.image-story1 {
  display: none;
}

.div-image-story-2 {
  background-image: url('../images/story2original.jpg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 120px;
}

.div-image-story-3 {
  background-image: url('../images/story3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 120px;
}

.div-block-232 {
  height: 200px;
}

.div-image-iro-team-1 {
  background-image: url('../images/BiljanaMilutinovic.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.image-176, .image-177, .image-178, .image-179 {
  width: 100%;
  height: 220px;
}

.paragraph-84 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gilroy, sans-serif;
}

.div-block-233 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-12 {
  color: #1b7aaf;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-13 {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.link-14 {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.divtrafsaf {
  background-color: #1b7aaf94;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 300px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.image-180 {
  width: 170px;
}

.link-15 {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-85 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-181 {
  width: 100%;
  height: 220px;
}

.link-doc-without-icon {
  color: #1b7aaf;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-115-center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-to-bank {
  color: #1b7aaf;
  margin-top: 20px;
  font-weight: 600;
}

.person-picture {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

.person-picture.ljiljana-djordjevic {
  background-image: url('../images/LjiljanaDjordjevic.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.person-picture.gordana-mrdak {
  background-image: url('../images/GordanaMrdak.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.slobodan-stefanovic {
  background-image: url('../images/SlobodanStefanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.gordana-bogdanovic {
  background-image: url('../images/GordanaBogdanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.srdjan-tasic {
  background-image: url('../images/SrdjanTasic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.lidija-stamenkovic {
  background-image: url('../images/LidijaStamenkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.milica-stankovic {
  background-image: url('../images/MilicaStankovic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.jelena-markovic {
  background-image: url('../images/JelenaMarkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.ljiljana-stosic-mihajlovic, .person-picture.svetlana-trajkovic {
  background-image: url('../images/none_woman.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.branislav-stanisavljevic {
  background-image: url('../images/BranislavStanisavljevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.maja-stanojevic-gocic {
  background-image: url('../images/MajaStanojevic-Gocic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.emilija-popovic {
  background-image: url('../images/none_woman.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.bojana-nikolic {
  background-image: url('../images/BojanaNikolic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.danijela-vidanovic {
  background-image: url('../images/none_woman.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dejan-djordjevic {
  background-image: url('../images/DejanDjordjevic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dragana-dragutinovic {
  background-image: url('../images/DraganaDragutinovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dusica-potic {
  background-image: url('../images/DusicaPotic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.ivan-stamenkovic {
  background-image: url('../images/IvanStamenkovic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.jelena-veljkovic-mekic {
  background-image: url('../images/JelenaVeljkovicMekic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.ljubisa-mihajlovic {
  background-image: url('../images/LjubisaMihajlovic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.mirjana-markovic {
  background-image: url('../images/MirjanaMarkovic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.mirjana-stankovic-djpordjevic {
  background-image: url('../images/MirjanaStankovicDjordjevic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.tatjana-markovic {
  background-image: url('../images/TatjanaMarkovic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.valentina-kostic {
  background-image: url('../images/none_woman.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.srdjan-dencic {
  background-image: url('../images/none_man.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.aleksandra-boricic {
  background-image: url('../images/AleksandraBoricic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.aleksandra-marinkovic {
  background-image: url('../images/AleksandraMarinkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.anica-milosevic {
  background-image: url('../images/AnicaMilosevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.biljana-milutinovic {
  background-image: url('../images/BiljanaMilutinovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.boban-cvetanovic {
  background-image: url('../images/BobanCvetanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.danijela-zlatkovic {
  background-image: url('../images/DanijelaZlatkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dejan-blagojevic {
  background-image: url('../images/DejanBlagojevic.png');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dejan-bogicevic {
  background-image: url('../images/DejanBogicevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dusan-radosavljevic {
  background-image: url('../images/DusanRadosavljevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.dusan-stefanovic {
  background-image: url('../images/DusanStefanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.marija-boranijasevic {
  background-image: url('../images/MarijaBoranijasevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.milica-cvetkovic {
  background-image: url('../images/MilicaCvetkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.milos-ristic {
  background-image: url('../images/MilosRistic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.milos-stojanovic {
  background-image: url('../images/MilosStojanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.natasa-bogdanovic {
  background-image: url('../images/NatasaBogdanovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.natasa-savic {
  background-image: url('../images/NatasaSavic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.nikola-sekulovic {
  background-image: url('../images/NikolaSekulovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.petar-djejkic {
  background-image: url('../images/PetarDjekic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.sladjana-zivkovic-todorov {
  background-image: url('../images/SladjanaZivkovicTodorov.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.slavimir-stosovic {
  background-image: url('../images/SlavimirStosovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.srdjan-jovkovic {
  background-image: url('../images/SrdjanJovkovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.danica-milosevic {
  background-image: url('../images/DanicaMilosevic.jpg');
  background-position: 50%;
  background-size: cover;
}

.person-picture.nikola-milutinovic {
  background-image: url('../images/NikolaMilutinovic.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-182 {
  vertical-align: baseline;
  height: 180px;
}

.link-16 {
  text-decoration: none;
}

.paragraph-86 {
  font-size: 12px;
}

.paragraph-87 {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-234 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-183 {
  width: 100px;
  height: 25px;
}

.paragraph-88 {
  font-size: 12px;
}

.div-block-235 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-17 {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.link-17:hover {
  color: var(--light-blue-color);
}

.div-block-236 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-237 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-89 {
  font-size: 12px;
}

.div-block-238 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-90 {
  margin-bottom: 0;
  font-size: 14px;
}

.link-text-informations {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

.div-block-239 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-240 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.bold-text-2 {
  text-decoration: none;
}

.paragraph-91 {
  color: var(--white);
}

.div-block-241 {
  text-align: center;
}

.brand {
  padding-left: 0;
}

.link-18 {
  color: var(--white);
  text-decoration: none;
}

.div-block-243, .div-block-244 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-praksa-proba {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-245 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
}

.image-184 {
  width: 130px;
  height: 130px;
}

@media screen and (min-width: 1440px) {
  .counter-section {
    margin-top: 22px;
  }

  .container-9 {
    flex-flow: row;
    max-width: 1000px;
    margin-top: 0;
    padding-top: 0;
  }

  .move-in-slider {
    height: 100px;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 130px;
    padding-left: 47px;
    padding-right: 30px;
    display: block;
    position: absolute;
  }

  .logo-image {
    height: 80px;
  }

  .section-students-stories {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-students-stories.students-stories-section {
    margin-top: 71px;
  }

  .container-students-stories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .container-students-stories.stories-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-text-story {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 40%;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40%;
    height: auto;
    display: flex;
  }

  .div-text-story.text-left {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .cards-students-stories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 60%;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: auto;
    display: flex;
  }

  .cards-students-stories.div-for-cards {
    flex-basis: 70%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    color: #3b3a92;
    text-align: left;
    width: 100%;
    height: auto;
    font-size: 21px;
    font-weight: 700;
  }

  .paragraph-14 {
    color: #3b3a92;
    width: 70%;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .single-story-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #0a56baa8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 360px;
    padding: 10px;
    display: flex;
  }

  .single-story-card.card-story {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    opacity: .98;
    outline-offset: 0px;
    cursor: auto;
    mix-blend-mode: normal;
    background-color: #0a56baa8;
    border: 1px solid #5e8fd1;
    border-radius: 10px;
    outline: 3px #333;
    justify-content: center;
    align-items: center;
    height: 360px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 3px 2px #0003, inset 0 1px 7px -17px #5e90d2;
  }

  .button-8 {
    width: 50%;
    margin-top: 0;
  }

  .button-8.button-in-card-story {
    text-align: center;
    cursor: pointer;
    background-color: #4a83cc;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 0;
  }

  .button-8.button-in-card-story:hover {
    background-color: #255b9f;
  }

  .text-in-card-story {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .text-in-card-story.text-p {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
  }

  .container-13 {
    max-width: 1200px;
  }

  .div-row-1, .div-row-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-22 {
    max-width: 1200px;
  }

  .div-card-information {
    width: 300px;
    height: 280px;
    font-size: 16px;
  }

  .div-wrapper-cards-information {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-23 {
    max-width: 1200px;
  }

  .nav-link-1, .nav-link-1.w--current {
    padding-bottom: 20px;
  }

  .dropdown-list.w--open {
    margin-top: 9px;
  }

  .dropdown-link {
    margin-top: 0;
  }

  .dropdown {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link-17 {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: auto;
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .naslov-ispod-header {
    margin-top: 135px;
  }

  .naslov-ispod-header.naslov-2 {
    margin-top: 32px;
  }

  .linija {
    width: 400px;
  }

  .counter-section {
    background-color: #0a56ba6b;
    justify-content: space-between;
    align-items: center;
    height: 700px;
    margin-top: 75px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .circle {
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 357px;
    height: 364px;
    margin-top: 0;
    margin-left: 5px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .paragraph-5 {
    color: #fff;
    text-align: center;
    margin-top: 37px;
    font-size: 36px;
    line-height: 33px;
  }

  .paragraph-5._15-differen {
    text-align: center;
    width: 450px;
    height: auto;
    margin-top: 37px;
    margin-bottom: 29px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 37px;
  }

  .paragraph-6-numbers {
    color: #3b3a92;
    font-size: 128px;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 1800px;
    max-width: 2000px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .circle-wrapper {
    justify-content: space-around;
  }

  .element {
    align-items: center;
  }

  .logo-image {
    height: 100px;
  }

  .paragraph-24 {
    margin-bottom: -20px;
  }

  .linija1 {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    display: inline-block;
  }

  .linija {
    width: 100px;
  }

  .tekst-sa-linijama {
    flex-flow: row;
    font-size: 18px;
  }

  .naslov {
    font-size: 18px;
  }

  .counter-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .circle {
    width: 150px;
    height: 150px;
    font-size: 50px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .paragraph-5._15-differen {
    text-align: center;
    font-size: 16px;
  }

  .container-9 {
    margin-left: auto;
  }

  .heading-4 {
    font-size: 32px;
  }

  .button-read-more-first {
    padding: 5px 15px;
    font-size: 12px;
  }

  .div-block-hero-text {
    margin-left: 0;
    font-size: 18px;
  }

  .circle-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .element {
    text-align: center;
    justify-content: center;
    font-size: 16px;
  }

  .container-11 {
    display: none;
  }

  .carousel-container {
    grid-column-gap: 420px;
    grid-row-gap: 420px;
  }

  .logo-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    align-items: center;
  }

  .footer-logo {
    max-width: 400px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
  }

  .footer-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    width: 320px;
  }

  .section-courasel {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-section {
    background-position: 0 0, 50%;
    height: 450px;
    padding-left: 50px;
  }

  .container-blue {
    min-width: 700px;
    max-width: 900px;
  }

  .arrow-top-left {
    top: 2%;
  }

  .arrow-middle-right, .arrow-middle-left {
    top: 43%;
  }

  .arow-bbottom-left {
    height: 120px;
    left: 2%;
  }

  .arrow-bottom-right {
    height: 120px;
  }

  .container-students-stories.stories-container {
    text-align: left;
    flex-flow: column;
  }

  .div-text-story.text-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cards-students-stories.div-for-cards {
    flex-flow: wrap;
    flex-grow: 2;
  }

  .single-story-card.card-story {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 220px;
  }

  .section-news {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-34 {
    width: 600px;
    height: 350px;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-9 {
    font-size: 14px;
    line-height: 24px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container-13 {
    max-width: 700px;
  }

  .div-block-36 {
    height: 50%;
  }

  .navbar-no-shadow {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-no-shadow-container {
    min-width: auto;
  }

  .container-regular {
    min-width: 100%;
    max-width: 900px;
  }

  .navbar-wrapper, .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #939bdf;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #939bdf;
  }

  .div-blue {
    padding-top: 15px;
  }

  .div-block-38 {
    font-size: 16px;
  }

  .div-linija {
    width: 100px;
  }

  .paragraf-naslov {
    text-align: center;
    font-size: 20px;
  }

  .div-podnaslov.iro-policy-podnaslov {
    margin-bottom: 60px;
  }

  .section-story {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-left-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 220px;
    height: 240px;
  }

  .collection-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    padding-right: 0;
  }

  .div-block-43, .div-block-44 {
    height: 50%;
  }

  .div-naslov-podvucen {
    flex-flow: column;
    display: flex;
  }

  .bela-linija {
    text-align: left;
    background-color: #fff;
    width: 580px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .div-block-50 {
    justify-content: space-around;
  }

  .paragraph-23, .paragraph-24 {
    font-size: 14px;
  }

  .section-about-us {
    background-image: linear-gradient(#2f325194, #2f325194), url('../images/AboutUs_picture1.png');
    background-position: 0 0, 50%;
    height: 350px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .div-purple {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .container-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .div-row-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-18 {
    inset: -70px auto auto 0%;
  }

  .div-block-53 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .collection-list-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-23 {
    position: absolute;
    inset: -20px auto auto 0%;
  }

  .div-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    padding-top: 60px;
  }

  .div-block-58 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .container-20 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    height: 1500px;
  }

  .slika-tekst-backstory {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 450px;
  }

  .paragraph-30 {
    flex-basis: 90%;
    max-width: 100%;
  }

  .kontent-kontejner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 550px;
  }

  .drugi-div {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    height: 530px;
    margin-top: 14px;
    padding-left: 0;
  }

  .paragraph-32 {
    width: 80%;
  }

  .treci-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    position: static;
  }

  .paragraph-33 {
    width: 90%;
  }

  .div-block-60 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-14 {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .div-block-61 {
    margin-bottom: 10px;
    padding-bottom: 3px;
  }

  .image-29 {
    inset: 0% -3% auto auto;
  }

  .div-block-62 {
    width: 200px;
  }

  .div-block-66 {
    inset: 101% 0% 0% 6%;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .div-block-68 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 280px;
    display: flex;
    position: static;
  }

  .div-block-69 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 240px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .container-21 {
    justify-content: center;
    align-items: center;
    min-width: 600px;
    max-width: 940px;
  }

  .div-block-70 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-35 {
    height: 1200px;
  }

  .image-36 {
    top: -50px;
  }

  .div-block-71 {
    width: 400px;
    top: -50px;
  }

  .div-block-72 {
    width: 280px;
    height: 250px;
  }

  .div-block-73 {
    width: 400px;
    height: 250px;
  }

  .div-block-74 {
    width: auto;
  }

  .div-block-75 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .image-37 {
    max-width: 80%;
    position: static;
  }

  .image-38 {
    border-radius: 10px;
    width: 80%;
    max-width: 80%;
    height: 96%;
    position: static;
  }

  .div-block-76 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-39 {
    border-radius: 10px;
    width: 80%;
    max-width: 80%;
    height: 70%;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-77 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 180px;
    margin-top: 0;
    display: flex;
  }

  .div-block-79 {
    flex-flow: column;
  }

  .image-40 {
    position: static;
  }

  .div-block-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .div-block-82 {
    width: auto;
    margin-left: 0;
  }

  .paragraph-34 {
    padding-left: 0;
  }

  .div-block-83 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .paragraph-35 {
    width: auto;
    padding-right: 0;
  }

  .div-block-85 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .div-block-86 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph-36 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .image-43, .image-44 {
    position: static;
  }

  .div-block-93 {
    min-width: auto;
    position: static;
  }

  .image-47 {
    top: 0%;
  }

  .image-48 {
    top: 67%;
    left: 2%;
  }

  .image-49 {
    inset: 1000px 20px auto auto;
  }

  .image-50 {
    top: 31%;
  }

  .section-hero-contact {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .container-22 {
    position: static;
  }

  .image-52 {
    left: 418px;
  }

  .image-54 {
    left: 35px;
  }

  .image-55 {
    left: 158px;
  }

  .image-56 {
    top: 131px;
    left: 524px;
  }

  .image-57 {
    bottom: 20px;
    left: 644px;
  }

  .image-58 {
    left: 616px;
  }

  .image-59 {
    left: 720px;
  }

  .image-60 {
    left: 857px;
    right: 0;
  }

  .image-61 {
    bottom: 37px;
    left: 828px;
    right: 0;
  }

  .image-62 {
    bottom: 43px;
    right: 218px;
  }

  .image-63 {
    right: 59px;
  }

  .div-card-information {
    width: 240px;
    height: 220px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .div-wrapper-cards-information {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-map {
    height: 350px;
  }

  .section-6 {
    height: 350px;
    margin-bottom: 40px;
  }

  .heading-15 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
  }

  .heading-15.hero-heading {
    font-size: 40px;
  }

  .heading-16 {
    font-size: 60px;
  }

  .heading-16.hero-heading {
    font-size: 40px;
  }

  .strelica-app-procedure {
    width: 80px;
    height: 80px;
  }

  .div-block-95 {
    height: auto;
  }

  .div-block-100 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
  }

  .div-block-101 {
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 350px;
  }

  .div-block-102.step1 {
    background-position: 0%;
    border: 1px #000;
    border-top-width: 0;
    width: 100%;
  }

  .image-67 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-106 {
    height: 350px;
  }

  .heading-18 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
  }

  .heading-18.hero-heading {
    font-size: 40px;
  }

  .left-side, .div-block-112 {
    width: 35%;
  }

  .documents-section {
    margin-bottom: 40px;
  }

  .grid {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-115 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: flex-start;
  }

  .header {
    height: 350px;
    margin-bottom: 0;
  }

  .heroselection {
    height: 350px;
  }

  .heading-20 {
    font-size: 55px;
    line-height: 60px;
  }

  .linija1 {
    width: 100px;
  }

  .hstudents {
    margin-top: 0;
    padding-top: 10px;
    font-size: 28px;
  }

  .arrival {
    font-size: 16px;
  }

  .tekst {
    margin-right: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
  }

  .harrival {
    font-size: 25px;
  }

  .parrival {
    width: 450px;
    padding-top: 15px;
    font-size: 14px;
  }

  .linijaarrival {
    width: 270px;
  }

  .support {
    font-size: 16px;
  }

  .psupport {
    width: 400px;
    padding-top: 15px;
    padding-left: 50px;
    font-size: 14px;
  }

  .image-24 {
    width: 300px;
  }

  .hsupport {
    font-size: 25px;
    line-height: 30px;
  }

  .tekst-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  .tekst-2.tekstemergency {
    padding-left: 0;
    padding-right: 0;
  }

  .tekst-2.tekstcurrency {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .linijasupport {
    width: 250px;
  }

  .htravel {
    font-size: 25px;
  }

  .pamount, .ptraveldist {
    font-size: 14px;
  }

  .travel {
    font-size: 16px;
  }

  .ptravel {
    width: 400px;
    padding-top: 15px;
    padding-right: 0;
    font-size: 14px;
  }

  .linijatravel {
    width: 170px;
  }

  .pinsurance {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .hinsurance {
    font-size: 25px;
    line-height: 30px;
  }

  .linijainsurance {
    width: 140px;
  }

  .htuition {
    font-size: 25px;
    line-height: 30px;
  }

  .ptuition {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .linijatuition {
    width: 160px;
  }

  .parrival2 {
    width: 400px;
    padding-top: 15px;
    padding-left: 0;
    font-size: 14px;
  }

  .harrival2 {
    font-size: 25px;
    line-height: 25px;
  }

  .linijaarrival2 {
    width: 250px;
  }

  .accommodation {
    font-size: 16px;
  }

  .haccommodation {
    font-size: 25px;
    line-height: 30px;
  }

  .paccomodation {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .linijaaccommodation {
    width: 230px;
  }

  .div1 {
    height: auto;
    font-size: 16px;
  }

  .hresidence {
    font-size: 25px;
    line-height: 25px;
  }

  .residence {
    font-size: 16px;
  }

  .presidence {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .presidence.p2 {
    font-size: 14px;
  }

  .div2 {
    height: auto;
  }

  .linijaregistration {
    width: 310px;
  }

  .div4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-25 {
    width: 400px;
    padding-right: 15px;
    font-size: 14px;
  }

  .div3 {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .hresidence2 {
    font-size: 25px;
    line-height: 30px;
  }

  .div5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .presidence3 {
    width: 400px;
    padding-left: 15px;
    font-size: 14px;
  }

  .presidence2 {
    width: 400px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .permit {
    font-size: 16px;
  }

  .linijaresidence2 {
    width: 380px;
  }

  .psteps {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .steps {
    font-size: 16px;
  }

  .hsteps {
    font-size: 25px;
    line-height: 30px;
  }

  .linijasteps {
    width: 140px;
  }

  .hdeparture {
    font-size: 25px;
    line-height: 30px;
  }

  .pdeparture {
    width: 450px;
    padding-top: 15px;
    font-size: 14px;
  }

  .departure {
    font-size: 16px;
  }

  .linijadeparture {
    width: 345px;
  }

  .pend {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .hend {
    font-size: 25px;
    line-height: 30px;
  }

  .linijaend {
    width: 410px;
  }

  .hstaff {
    margin-top: 0;
    font-size: 28px;
  }

  .arrivalstaff {
    height: auto;
    font-size: 16px;
  }

  .hstaffarrival {
    font-size: 25px;
  }

  .linijastaffarrival {
    width: 270px;
  }

  .pstaffarrival {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .supportstaff {
    color: #1b7aaf;
    height: auto;
    font-size: 16px;
  }

  .hsupportstaff {
    font-size: 25px;
    line-height: 30px;
  }

  .linijasupportstaff {
    width: 250px;
  }

  .psupportstaff {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .travelstaff {
    height: auto;
    font-size: 16px;
  }

  .htravelstaff {
    font-size: 25px;
    line-height: 30px;
  }

  .linijatravelstaff {
    width: 175px;
  }

  .paragraph-37 {
    width: 400px;
    font-size: 14px;
  }

  .insurancestaff {
    height: auto;
    font-size: 16px;
  }

  .hinsurancestaff {
    font-size: 25px;
    line-height: 30px;
  }

  .linijainsurancestaff {
    width: 140px;
  }

  .pinsurancestaff {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .arrivalstaff2 {
    height: auto;
    font-size: 16px;
  }

  .harrivalstaff2 {
    font-size: 25px;
    line-height: 30px;
  }

  .linijaarrivalstaff2 {
    width: 265px;
  }

  .parrivalstaff2 {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .accommodationstaff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    font-size: 16px;
  }

  .haccommodationstaff {
    padding-right: 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .linijaaccommodationstaff {
    width: 230px;
    margin-right: 15px;
    padding-right: 0;
  }

  .paccommodationstaff {
    width: 450px;
    padding-top: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .departurestaff {
    height: auto;
    font-size: 16px;
  }

  .hdeparturestaff {
    font-size: 25px;
    line-height: 30px;
  }

  .linijadeparturestaff {
    width: 305px;
  }

  .pdeparturestaff {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .endstaff {
    height: auto;
    font-size: 16px;
  }

  .hendstaff {
    text-align: right;
    font-size: 25px;
    line-height: 30px;
  }

  .linijaendstaff {
    width: 230px;
  }

  .paragraph-38 {
    width: 400px;
    font-size: 14px;
  }

  .htransport {
    margin-top: 0;
    font-size: 28px;
  }

  .divtransport {
    height: auto;
    font-size: 16px;
  }

  .htransport2 {
    font-size: 25px;
    line-height: 30px;
  }

  .linijatransport {
    width: 215px;
  }

  .paragraph-39 {
    width: 400px;
    font-size: 14px;
  }

  .emergency {
    color: #1b7aaf;
    text-align: left;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .hemergencycurrency {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .naslovemergency {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }

  .divemergency {
    height: 600px;
  }

  .divcurrency {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    height: auto;
  }

  .divemegrencyblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .hcurrency {
    font-size: 25px;
    line-height: 30px;
  }

  .linijacurrencz {
    width: 130px;
  }

  .pcurrency {
    text-align: right;
    width: 250px;
    padding-top: 15px;
    font-size: 14px;
  }

  .linijaemergency {
    width: 200px;
  }

  .paragraph-40 {
    padding-top: 15px;
    font-size: 14px;
  }

  .hemergency {
    font-size: 25px;
    line-height: 30px;
  }

  .hhealthcare {
    font-size: 28px;
  }

  .divhealthcare {
    color: #fff;
    height: auto;
    font-size: 16px;
  }

  .headinghealth {
    font-size: 25px;
    line-height: 30px;
  }

  .linijahealthcare {
    width: 150px;
  }

  .phealthcare {
    width: 400px;
    padding-top: 15px;
    font-size: 14px;
  }

  .container-24 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .documents-to-be-uploated {
    margin-bottom: 40px;
  }

  .div-doc-to-be-uploated-hero {
    height: 350px;
  }

  .doc-to-be-uploaded-h {
    text-align: center;
    font-size: 50px;
  }

  .div-block-124 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: flex-end;
    width: 45%;
  }

  .bachelor-degree {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-22 {
    text-align: center;
    font-size: 30px;
  }

  .div-block-130 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
  }

  .text-row-r {
    justify-content: flex-end;
    align-items: center;
  }

  .image-82 {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .divarrival {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .divsupport {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .divtravel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .divinsurance {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .image-83, .image-84 {
    width: 300px;
  }

  .divtuition {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .image-85 {
    width: 300px;
  }

  .divarrival2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .divarrival2.divarrivalstaff {
    height: 400px;
  }

  .image-86 {
    width: 300px;
  }

  .divaccommodation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-87, .image-88, .image-89 {
    width: 300px;
  }

  .divsteps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .image-90 {
    width: 300px;
  }

  .divdeparture {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .image-91 {
    width: 300px;
  }

  .divend {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .image-92, .image-93 {
    width: 300px;
  }

  .divarrivalstaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 400px;
  }

  .image-94, .image-95, .image-96, .image-97 {
    width: 300px;
  }

  .divsupportstaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .divtravelstaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 600px;
  }

  .divinsurancestaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 350px;
  }

  .divaccommodationstaff, .divendstaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .divdeparturestaff {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
    height: 400px;
  }

  .image-98, .image-99 {
    width: 300px;
  }

  .divtransport2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .image-100 {
    width: 300px;
  }

  .divhealthcare2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 770px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105 {
    width: 300px;
  }

  .image-106 {
    width: 300px;
    height: 180px;
  }

  .image-107 {
    width: 300px;
  }

  .heading-23 {
    font-size: 50px;
  }

  .selectionprocedure {
    max-height: 3500px;
    margin-bottom: 40px;
  }

  .heroselectionprocedure {
    height: 350px;
  }

  .heading-24 {
    font-size: 60px;
    line-height: 50px;
  }

  .heading-24.hero-heading {
    font-size: 40px;
  }

  .recognitionprocedure {
    max-height: 2800px;
    margin-bottom: 40px;
  }

  .divrecognition {
    height: 350px;
  }

  .heading-25 {
    font-size: 60px;
    line-height: 50px;
  }

  .heading-25.hero-heading {
    font-size: 40px;
  }

  .eligibility {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .broj1 {
    height: 300px;
    font-size: 300px;
  }

  .slikabroj {
    height: 300px;
  }

  .text, .text.textcompatibility, .text.textscolarships {
    justify-content: center;
    align-items: center;
  }

  .heading-27 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
  }

  .compatibility {
    color: #6c6bad;
  }

  .broj2 {
    height: 300px;
    font-size: 300px;
  }

  .heading-29 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
  }

  .broj3 {
    height: 300px;
    font-size: 300px;
  }

  .heading-32 {
    font-size: 35px;
  }

  .scolarship {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .broj4 {
    height: 300px;
    font-size: 300px;
  }

  .heading-34 {
    text-align: center;
    width: 350px;
    font-size: 35px;
  }

  .finalselection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 15px;
  }

  .broj5 {
    height: 300px;
    font-size: 300px;
  }

  .heading-36 {
    text-align: center;
    font-size: 35px;
  }

  .invitationletters {
    background-color: var(--white);
    height: auto;
    padding: 0 40px;
  }

  .podnaslov-crtica-container.adm-staff {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .link-2, .link-3, .link-4, .link-5, .link-6 {
    text-align: center;
  }

  .resultsandcredits {
    padding-left: 40px;
    padding-right: 40px;
  }

  .arrowtopleft {
    height: 80px;
  }

  .arrowtopright {
    height: 80px;
    top: -5%;
  }

  .arrowbottomright {
    width: 80px;
    height: 80px;
  }

  .arrowbottomleft {
    width: 80px;
    height: 140px;
    inset: auto auto -50px 0%;
    transform: rotateX(180deg)rotateY(0)rotateZ(-45deg);
  }

  .grading {
    height: 450px;
    margin-top: 40px;
  }

  .records {
    height: 1250px;
    margin-bottom: 0;
  }

  .divslikerecords {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-7, .link-9, .link-11 {
    text-align: center;
  }

  .paragraph-49 {
    font-size: 26px;
  }

  .bachelor-naslov {
    font-size: 18px;
  }

  .div-linija-stepen, .div-linija-copy {
    width: 100px;
  }

  .podnaslov-app-form {
    font-size: 18px;
  }

  .app-form-header-section {
    height: 350px;
  }

  .dov-to-be-uploated-podnaslov {
    font-size: 18px;
  }

  .bachelor-degree-body {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .master-degree-podnaslov, .acadmemic-podnaslov {
    font-size: 18px;
  }

  .icon-for-desktop-academic {
    margin-bottom: 18px;
  }

  .section-hero-nis {
    background-size: cover;
  }

  .section-hero-city {
    height: 350px;
  }

  .div-wrapper-contact-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-contact-info {
    width: 220px;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .div-block-155 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-31 {
    justify-content: center;
    align-items: center;
    width: 940px;
    min-width: 600px;
    max-width: 940px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-156 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-157 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    display: flex;
  }

  .div-block-158 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .backstory-image-nis-1 {
    position: static;
  }

  .backstory-image-nis-2, .backstory-image-nis-3 {
    border-radius: 5px;
    position: static;
  }

  .div-before-your-arrival-1 {
    font-size: 14px;
  }

  .white-line-before-arrival {
    width: 450px;
    height: 2px;
  }

  .container-32 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-161 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-163 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-individual-support-1 {
    font-size: 14px;
  }

  .container-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-126 {
    width: 300px;
    height: 200px;
  }

  .div-travel-costs-1 {
    font-size: 16px;
  }

  .image-127 {
    width: 800px;
  }

  .div-insurance-1 {
    font-size: 16px;
  }

  .image-129 {
    width: 500px;
  }

  .div-next-steps-1 {
    font-size: 16px;
  }

  .container-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
  }

  .card-application-procedure {
    height: 330px;
  }

  .blue-vertical-line {
    background-color: #0a56ba;
    width: auto;
    min-width: 3px;
    height: 470px;
  }

  .container-45 {
    font-size: 14px;
  }

  .grid-documents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-149 {
    width: 100px;
    height: 100px;
  }

  .heading-43 {
    font-size: 25px;
  }

  .heading-44 {
    font-size: 25px;
    line-height: 30px;
  }

  .containerresidence {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .containeremergency {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .calls-for-mobility-hero {
    height: 350px;
  }

  .application-procedure-podnaslov {
    height: auto;
  }

  .image-150 {
    width: 80px;
    height: 80px;
  }

  .contanier-app-procedure {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .step-1-text {
    font-size: 17px;
    line-height: 22px;
  }

  .single-card-application-procedure.step-1, .single-card-application-procedure.step-2, .single-card-application-procedure.step-3 {
    width: 330px;
    height: 380px;
  }

  .div-left-side {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-right-side {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: center;
    align-items: flex-start;
  }

  .image-in-form {
    width: 80px;
    height: 80px;
  }

  .div-block-213 {
    height: 80px;
  }

  .text-in-form {
    font-size: 13px;
  }

  .text-in-form.wide-acadmeic-etxt, .text-in-form.text-staff {
    width: 280px;
  }

  .blue-vertical-line-at-bacelor {
    width: auto;
    min-width: 3px;
    height: 1200px;
  }

  .blue-line-at-acamedic-stuff {
    width: auto;
    min-width: 3px;
    height: 670px;
  }

  .blue-line-at-master {
    width: auto;
    min-width: 3px;
    height: 1370px;
  }

  .container-document-bachelorr {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-left-side-staff, .div-right-side-staff {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 55%;
  }

  .div-podnaslov-documents, .div-podnaslov-app-form, .application-porcedure-hero {
    font-size: 18px;
  }

  .app-form-sectionn, .app-procedure-section {
    margin-bottom: 40px;
  }

  .paragraph-60 {
    font-size: 16px;
  }

  .paragraph-61 {
    text-align: left;
  }

  .containereligibility {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containercompatibility {
    flex-flow: column;
  }

  .containerresults {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containerscholarship {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .containerselection {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containerrecords {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-62 {
    text-align: left;
  }

  .image-155, .image-156 {
    width: 400px;
  }

  .image-157 {
    width: 600px;
  }

  .div-right-side-bachelor, .div-left-side-bachelor {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-image-app-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .application-and-selection-section {
    height: 350px;
    margin-bottom: 40px;
  }

  .calls-for-mobility-section-s {
    margin-bottom: 40px;
  }

  .calls-for-mobility-podnaslov {
    font-size: 18px;
  }

  .div-block-215 {
    background-image: linear-gradient(to bottom, null, null), url('../images/business-people-meeting-1-min.png');
  }

  .heading-46 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
  }

  .heading-46.hero-heading {
    font-size: 40px;
  }

  .result-of-mobility-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .results-of-calls-section {
    margin-bottom: 40px;
  }

  .calls-for-mobility-hero-s {
    background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/business-people-meeting-1-min.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 350px;
  }

  .calls-for-mobility-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .results-podnaslov {
    font-size: 18px;
  }

  .current-projects-section {
    margin-bottom: 40px;
  }

  .projects-podnaslov {
    font-size: 18px;
  }

  .current-project-hero {
    background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/businessmen-hands-white-table-with-documents-drafts-1-min.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 350px;
  }

  .container-50 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heropolicies {
    height: 350px;
    margin-bottom: 0;
  }

  .heading-47 {
    font-size: 60px;
  }

  .iropolicy {
    margin-bottom: 40px;
  }

  .iropolicyhero {
    height: 350px;
  }

  .heading-48 {
    font-size: 60px;
  }

  .heading-48.hero-heading {
    font-size: 40px;
  }

  .containeriro {
    padding-left: 10px;
  }

  .image-160 {
    height: 110px;
  }

  .image-160.doc-icon {
    width: 100px;
    height: 100px;
  }

  .image-161 {
    height: 110px;
  }

  .image-161.doc-icon {
    width: 100px;
    height: 100px;
  }

  .image-162 {
    height: 110px;
  }

  .image-162.doc-icon {
    width: 100px;
    height: 100px;
  }

  .image-163 {
    height: 110px;
  }

  .image-163.doc-icon {
    width: 100px;
    height: 100px;
  }

  .divmobility, .divstrategy {
    justify-content: center;
    align-items: center;
  }

  .divdigitalization {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
  }

  .divrulebook {
    justify-content: center;
    align-items: center;
  }

  .linkmobility, .linkstrategy, .linkdigitalization, .linkrulebook {
    font-size: 16px;
  }

  .erasmuspolicy {
    margin-bottom: 40px;
  }

  .erasmushero {
    height: 350px;
  }

  .heading-49 {
    text-align: center;
    font-size: 60px;
    line-height: 50px;
  }

  .heading-49.hero-heading {
    font-size: 40px;
  }

  .erasmuscharter {
    max-height: none;
    margin-bottom: 40px;
  }

  .erasmushero2 {
    height: 350px;
  }

  .heading-50 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-50.hero-heading {
    font-size: 40px;
  }

  .textsection {
    padding: 30px 40px;
  }

  .languagepolicy {
    margin-bottom: 40px;
  }

  .languagehero {
    height: 350px;
  }

  .textsection2 {
    padding: 30px 40px;
  }

  .icon {
    color: #fff;
  }

  .logo {
    margin-top: 0;
  }

  .container-51 {
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
  }

  .navbar-new {
    padding-left: 0;
  }

  .nav-link-1 {
    text-align: center;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    display: block;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #a1c6ea;
    width: auto;
  }

  .icon-2 {
    color: var(--dark-blue-color);
  }

  .menu-button-2 {
    background-color: #a1c6ea;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #a1c6ea;
  }

  .dropdown-toggle {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle.w--open {
    white-space: normal;
  }

  .icon-3 {
    color: #fff;
    margin-right: 0;
    padding-left: 10px;
    display: none;
  }

  .dropdown-list {
    white-space: normal;
    word-break: normal;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
    text-align: center;
    white-space: normal;
    word-break: normal;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .dropdown-link {
    text-align: center;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .dropdown-link.w--current {
    color: var(--light-blue-color);
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    white-space: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-63, .paragraph-64 {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-slick-slider {
    height: auto;
  }

  .div-block-217 {
    height: 200px;
  }

  .paragraph-65 {
    font-size: 14px;
  }

  .paragraph-66 {
    font-size: 18px;
  }

  .image-165 {
    left: 214px;
  }

  .image-166 {
    left: 149px;
  }

  .image-167 {
    left: 334px;
  }

  .paragraph-67 {
    width: 150px;
  }

  .div-light-blue-background {
    padding-left: 0;
  }

  .slide-m {
    margin-bottom: 60px;
  }

  .div-inner-slide-wrapper-m {
    width: 200px;
    min-height: 220px;
  }

  .link-doc {
    width: auto;
    font-size: 16px;
  }

  .div-block-221 {
    justify-content: center;
    align-items: center;
    top: 180px;
    left: 10px;
  }

  .div-block-223 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .headins-recognition-m {
    font-size: 20px;
  }

  .white-line-recognition {
    width: 480px;
  }

  .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77 {
    font-size: 16px;
  }

  .selectionproedurehero {
    height: 350px;
    margin-bottom: 40px;
  }

  .div-block-227 {
    min-height: 450px;
  }

  .div-block-228 {
    height: 200px;
  }

  .paragraph-78 {
    font-size: 14px;
  }

  .paragraph-79 {
    font-size: 18px;
  }

  .herointernationalcooperation {
    height: 350px;
  }

  .bilateralcontracts {
    margin-bottom: 40px;
  }

  .bilateralcontractscontainer {
    padding-left: 20px;
  }

  .bulgariandevaidcontainer {
    padding-left: 20px;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .containerprojects {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .divnest4wb, .divgreene {
    width: 350px;
    height: 250px;
  }

  .image-173 {
    width: 140px;
  }

  .image-174 {
    width: 150px;
  }

  .option-1-nis-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    display: flex;
  }

  .option-1-nis-image.image-nis, .option-2-vranje-image, .option-3-pirot-image {
    height: 350px;
  }

  .paragraph-div-podnaslov {
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-82 {
    font-size: 12px;
  }

  .hero-practical-information {
    height: 350px;
  }

  .hero-policies {
    height: 350px;
    margin-bottom: 40px;
  }

  .hero-international-cooperation {
    height: 350px;
  }

  .doc-podnaslov.iro-policy-podnaslov, .div-podnaslov-app-procedure.iro-policy-podnaslov, .div-podnaslov-copy.iro-policy-podnaslov, .div-podnaslov-copy.iro-policy-podnaslov, .app-form-podnaslov.iro-policy-podnaslov {
    margin-bottom: 60px;
  }

  .divtrafsaf {
    height: 250px;
  }

  .image-180 {
    width: 120px;
  }

  .link-doc-without-icon {
    text-align: left;
  }

  .link-to-bank {
    font-weight: 600;
  }

  .div-block-234 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .div-block-235 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-237 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-243 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-244 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .linija {
    width: 20px;
  }

  .tekst-sa-linijama {
    font-size: 18px;
  }

  .naslov {
    font-size: 20px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-hero-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .circle-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .element {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .carousel-container {
    grid-column-gap: 600px;
    grid-row-gap: 600px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-courasel {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-section {
    background-position: 0 0, 0%;
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .container-blue {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    min-width: 400px;
    max-width: 700px;
  }

  .arrow-top-left {
    height: 100px;
    top: 0%;
  }

  .arrow-top-right {
    height: 120px;
  }

  .arrow-middle-right {
    top: 62%;
    right: 2%;
  }

  .arrow-middle-left {
    height: 160px;
    top: 243px;
  }

  .arow-bbottom-left, .arrow-bottom-right {
    height: 100px;
  }

  .image-15 {
    width: auto;
  }

  .cards-students-stories.div-for-cards {
    flex-flow: column;
  }

  .section-news {
    padding-top: 40px;
  }

  .div-block-34 {
    width: 600px;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-9 {
    font-size: 14px;
    line-height: 24px;
  }

  .collection-list {
    flex-flow: column;
  }

  .navbar-no-shadow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-regular {
    min-width: 400px;
    max-width: 700px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .div-blue {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .div-block-38 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    font-size: 16px;
  }

  .div-block-39, .div-block-40 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-17 {
    width: auto;
  }

  .paragraph-16 {
    text-align: center;
    order: -1;
  }

  .paragraph-17 {
    text-align: center;
  }

  .div-linija {
    width: 100px;
  }

  .paragraf-naslov {
    text-align: center;
    font-size: 20px;
  }

  .div-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .div-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .section-story {
    margin-top: 0;
  }

  .div-left-text {
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-card {
    width: 260px;
  }

  .container-16 {
    flex-flow: column;
  }

  .bela-linija {
    width: auto;
    min-width: 300px;
    max-width: 300px;
  }

  .heading-10 {
    text-align: center;
  }

  .div-cards {
    flex-flow: column;
  }

  .div-block-49 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-50 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .section-about-us {
    height: 300px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .section-vision-and-mision {
    margin-bottom: 0;
  }

  .div-purple {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-19 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .sekcija-departments {
    margin-bottom: 0;
  }

  .collection-item-3 {
    width: 250px;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
  }

  .div-bela-linija {
    width: 220px;
  }

  .image-23 {
    top: -20px;
  }

  .container-20 {
    max-width: 400px;
  }

  .section-backstory-m {
    margin-bottom: 40px;
  }

  .container-21 {
    min-width: 300px;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-71 {
    width: 300px;
  }

  .div-block-73 {
    width: 360px;
  }

  .div-block-85 {
    font-size: 14px;
  }

  .image-43, .image-44 {
    height: 200px;
  }

  .image-49 {
    width: 100px;
    inset: auto 5px 740px auto;
  }

  .container-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-card-information {
    width: 260px;
    height: 240px;
    font-size: 14px;
  }

  .div-wrapper-cards-information {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-map {
    height: 300px;
  }

  .section-6 {
    height: 300px;
    margin-bottom: 20px;
  }

  .heading-15 {
    text-align: center;
    font-size: 40px;
    line-height: 43px;
  }

  .heading-15.hero-heading {
    font-size: 30px;
  }

  .heading-16 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-16.hero-heading {
    font-size: 30px;
  }

  .strelica-app-procedure {
    width: 75px;
    height: 75px;
  }

  .div-block-106 {
    height: 300px;
  }

  .heading-18 {
    text-align: center;
    font-size: 40px;
  }

  .heading-18.hero-heading {
    font-size: 30px;
  }

  .documents-section {
    margin-bottom: 40px;
  }

  .doc-dowm-icon {
    cursor: pointer;
    width: 75px;
    height: 75px;
  }

  .grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-115 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 5px;
  }

  .image-76 {
    width: 85px;
    height: 85px;
  }

  .header {
    height: 300px;
    margin-bottom: 0;
  }

  .heroselection {
    height: 300px;
  }

  .heading-20 {
    font-size: 32px;
  }

  .hstudents {
    font-size: 20px;
  }

  .arrival {
    flex-flow: row;
    height: auto;
  }

  .tekst {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .harrival {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .parrival {
    text-align: left;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .linijaarrival {
    width: 230px;
  }

  .support {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .psupport {
    text-align: left;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .image-24 {
    width: 250px;
  }

  .hsupport {
    text-align: center;
    font-size: 20px;
  }

  .tekst-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .tekst-2.tekstemergency, .tekst-2.tekstcurrency {
    justify-content: center;
    align-items: center;
  }

  .linijasupport {
    width: 220px;
  }

  .divtekst {
    width: 400px;
  }

  .htravel {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .pamount, .ptraveldist {
    padding-left: 10px;
    font-size: 12px;
  }

  .travel {
    color: #fff;
    height: auto;
    font-size: 14px;
  }

  .ptravel {
    margin-right: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .insurance {
    height: auto;
    font-size: 14px;
  }

  .pinsurance {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hinsurance {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
  }

  .linijainsurance {
    width: 130px;
  }

  .tuition {
    height: auto;
  }

  .htuition {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .ptuition {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .arrival2 {
    height: auto;
  }

  .parrival2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .harrival2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .linijaarrival2 {
    width: 230px;
  }

  .accommodation {
    height: auto;
  }

  .haccommodation {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .paccomodation {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .linijaaccommodation {
    width: 220px;
  }

  .div1 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hresidence {
    text-align: center;
    font-size: 20px;
  }

  .residence {
    height: auto;
    font-size: 14px;
  }

  .presidence {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .presidence.p2 {
    padding-left: 10px;
    font-size: 12px;
  }

  .div2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
  }

  .div4 {
    flex-flow: row-reverse wrap-reverse;
    height: auto;
  }

  .paragraph-25 {
    text-align: left;
    width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .hresidence2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .div5 {
    flex-flow: column;
    height: auto;
  }

  .presidence3, .presidence2 {
    width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .permit {
    height: auto;
    font-size: 14px;
  }

  .linijaresidence2 {
    width: 340px;
  }

  .psteps {
    text-align: left;
    width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .steps {
    height: auto;
    font-size: 14px;
  }

  .hsteps {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .hdeparture {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .pdeparture {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .departure {
    height: auto;
    font-size: 14px;
  }

  .linijadeparture {
    width: 300px;
  }

  .end {
    height: auto;
    font-size: 14px;
  }

  .pend {
    text-align: left;
    width: 450px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hend {
    text-align: center;
    font-size: 20px;
  }

  .linijaend {
    width: 350px;
  }

  .hstaff {
    font-size: 23px;
  }

  .arrivalstaff {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 14px;
  }

  .hstaffarrival {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .linijastaffarrival {
    width: 250px;
  }

  .pstaffarrival {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .supportstaff {
    height: auto;
    font-size: 14px;
  }

  .hsupportstaff {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .linijasupportstaff {
    width: 220px;
  }

  .psupportstaff {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .travelstaff {
    height: auto;
    font-size: 14px;
  }

  .htravelstaff {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .linijatravelstaff {
    width: 160px;
  }

  .paragraph-37 {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .insurancestaff {
    height: auto;
    font-size: 14px;
  }

  .hinsurancestaff {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .linijainsurancestaff {
    width: 130px;
  }

  .pinsurancestaff {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .arrivalstaff2 {
    height: auto;
    font-size: 14px;
  }

  .harrivalstaff2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .linijaarrivalstaff2 {
    width: 250px;
  }

  .parrivalstaff2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .accommodationstaff {
    height: auto;
    font-size: 14px;
  }

  .haccommodationstaff {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .linijaaccommodationstaff {
    width: 200px;
  }

  .paccommodationstaff {
    text-align: left;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .departurestaff {
    height: auto;
    font-size: 4px;
  }

  .hdeparturestaff {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .linijadeparturestaff {
    width: 280px;
  }

  .pdeparturestaff {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .endstaff {
    height: auto;
    font-size: 14px;
  }

  .hendstaff {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .linijaendstaff {
    width: 210px;
  }

  .paragraph-38 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .htransport {
    font-size: 23px;
  }

  .divtransport {
    height: auto;
    font-size: 14px;
  }

  .htransport2 {
    font-size: 20px;
    line-height: 30px;
  }

  .linijatransport {
    width: 200px;
  }

  .paragraph-39 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .emergency {
    font-size: 14px;
  }

  .hemergencycurrency {
    text-align: center;
    font-size: 20px;
  }

  .divemergency {
    height: 800px;
  }

  .divcurrency {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    height: auto;
  }

  .divemegrencyblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    height: auto;
    font-size: 14px;
  }

  .hcurrency {
    font-size: 20px;
    line-height: 30px;
  }

  .linijacurrencz {
    width: 120px;
  }

  .pcurrency {
    text-align: left;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .linijaemergency {
    width: 180px;
  }

  .paragraph-40 {
    text-align: left;
    font-size: 12px;
  }

  .hemergency {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .hhealthcare {
    font-size: 23px;
  }

  .divhealthcare {
    height: auto;
    font-size: 14px;
  }

  .headinghealth {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .linijahealthcare {
    width: 140px;
  }

  .phealthcare {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .documents-to-be-uploated {
    margin-bottom: 20px;
  }

  .div-doc-to-be-uploated-hero {
    height: 300px;
  }

  .image-82 {
    width: 250px;
  }

  .divarrival {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 570px;
    height: 600px;
  }

  .divsupport {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 500px;
  }

  .divtravel {
    flex-flow: column;
    width: 570px;
    height: 850px;
  }

  .divinsurance {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 500px;
  }

  .image-83, .image-84 {
    width: 250px;
  }

  .divtuition {
    flex-flow: column;
    width: 570px;
  }

  .image-85 {
    width: 250px;
  }

  .divarrival2 {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 610px;
  }

  .divarrival2.divarrivalstaff {
    height: 650px;
  }

  .image-86 {
    width: 250px;
  }

  .divaccommodation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 570px;
    height: 720px;
  }

  .image-87, .image-88 {
    width: 250px;
  }

  .image-89 {
    width: 250px;
    height: 250px;
  }

  .divsteps {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 600px;
  }

  .image-90 {
    width: 250px;
  }

  .divdeparture {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 570px;
    height: 750px;
  }

  .image-91 {
    width: 250px;
  }

  .divend {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 550px;
  }

  .image-92, .image-93 {
    width: 250px;
  }

  .divarrivalstaff {
    flex-flow: column;
    width: 570px;
    height: 550px;
  }

  .image-94, .image-95, .image-96, .image-97 {
    width: 250px;
  }

  .divsupportstaff {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 500px;
  }

  .divtravelstaff {
    flex-flow: column;
    width: 570px;
    height: 680px;
  }

  .divinsurancestaff {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 500px;
  }

  .divaccommodationstaff {
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 750px;
  }

  .divendstaff {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row-reverse wrap-reverse;
    width: 570px;
    height: 550px;
  }

  .divdeparturestaff {
    flex-flow: column;
    width: 570px;
    height: 500px;
  }

  .image-98, .image-99 {
    width: 250px;
  }

  .divtransport2 {
    flex-flow: column;
    width: 570px;
    height: 550px;
  }

  .image-100 {
    width: 250px;
  }

  .divhealthcare2 {
    flex-flow: column;
    width: 570px;
    height: 680px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105, .image-106 {
    width: 250px;
  }

  .image-107 {
    width: 250px;
    height: 250px;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 40px;
  }

  .selectionprocedure {
    margin-bottom: 20px;
  }

  .heroselectionprocedure {
    height: 300px;
  }

  .heading-24 {
    font-size: 40px;
  }

  .heading-24.hero-heading {
    font-size: 30px;
  }

  .recognitionprocedure {
    margin-bottom: 20px;
  }

  .divrecognition {
    height: 300px;
  }

  .heading-25 {
    font-size: 40px;
  }

  .heading-25.hero-heading {
    font-size: 30px;
  }

  .eligibility {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .broj1 {
    height: 250px;
    font-size: 250px;
  }

  .slikabroj {
    height: 250px;
  }

  .text {
    padding-right: 0;
    font-size: 14px;
  }

  .text.textcompatibility, .text.textscolarships {
    padding-left: 0;
  }

  .heading-27 {
    font-size: 30px;
  }

  .compatibility {
    font-size: 14px;
  }

  .broj2 {
    height: 250px;
    font-size: 250px;
  }

  .heading-29 {
    font-size: 30px;
  }

  .results {
    height: 450px;
  }

  .broj3 {
    height: 250px;
    font-size: 250px;
  }

  .heading-32 {
    font-size: 30px;
  }

  .scolarship {
    font-size: 14px;
  }

  .broj4 {
    height: 250px;
    font-size: 250px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 35px;
  }

  .finalselection {
    font-size: 14px;
  }

  .broj5 {
    height: 250px;
    font-size: 250px;
  }

  .heading-36 {
    font-size: 30px;
  }

  .invitationletters {
    padding: 0 40px;
    font-size: 14px;
  }

  .podnaslov-crtica-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100px;
    min-height: 100px;
    padding-bottom: 0;
  }

  .link-2 {
    text-align: center;
    font-size: 13px;
  }

  .link-2.link-doc {
    text-align: center;
    width: 200px;
  }

  .link-3 {
    text-align: center;
    font-size: 13px;
  }

  .link-3.link-doc {
    text-align: center;
    width: auto;
  }

  .link-4, .link-5 {
    text-align: center;
    font-size: 13px;
  }

  .link-5.link-doc {
    width: 200px;
  }

  .link-6 {
    text-align: center;
    font-size: 13px;
  }

  .link-6.link-doc {
    width: 200px;
  }

  .divcontainerrec {
    margin-bottom: 40px;
  }

  .resultsandcredits {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .arrowtopleft {
    height: 60px;
  }

  .arrowtopright {
    height: 60px;
    inset: -5px -10px auto auto;
  }

  .arrowbottomright {
    width: 70px;
    height: 70px;
  }

  .arrowbottomleft {
    width: 90px;
    height: 90px;
    bottom: -30px;
    left: -10px;
  }

  .grading {
    height: 350px;
    margin-top: 40px;
  }

  .heading-37 {
    font-size: 22px;
  }

  .linijagrading {
    width: 190px;
  }

  .linijarecords {
    width: 300px;
  }

  .link-7, .link-8, .link-9 {
    text-align: center;
    font-size: 13px;
  }

  .link-10 {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
  }

  .link-10.link-doc {
    font-weight: 600;
  }

  .link-11 {
    text-align: center;
    font-size: 13px;
  }

  .paragraph-49 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 44px;
  }

  .bachelor-naslov {
    justify-content: space-between;
    height: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .div-linija-stepen, .div-linija-copy {
    width: 100px;
  }

  .podnaslov-app-form {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .app-form-header-section {
    height: 300px;
  }

  .container-30 {
    display: flex;
  }

  .div-block-146 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    border-bottom: 1px solid #0a56ba;
    margin-top: 0;
    padding: 28px 40px 20px;
  }

  .strelica-app-form-mobile {
    width: 75px;
    height: 75px;
  }

  .div-strelica-mobile {
    display: flex;
  }

  .text-block-13 {
    color: #0a56ba;
  }

  .image-123 {
    width: 100px;
    height: 100px;
  }

  .wider-text {
    color: #105abc;
  }

  .dov-to-be-uploated-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .master-degree-podnaslov, .acadmemic-podnaslov {
    justify-content: space-between;
    height: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .image-124 {
    width: 35px;
    height: 35px;
  }

  .icon-for-mobile-click-bachelor {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .bachelor-mobile-form {
    display: flex;
  }

  .div-block-151 {
    display: none;
  }

  .icon-for-mobile-click-academic {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .icon-for-mobile-click-academic.mobile-form {
    padding-bottom: 0;
  }

  .icon-for-master-mobile {
    width: 35px;
    height: 35px;
  }

  .master-mobile-form {
    display: flex;
  }

  .icon-for-academic-mobile-form {
    width: 35px;
    height: 35px;
    margin-top: 15px;
    margin-right: 22px;
  }

  .academic-mobile-form {
    display: flex;
  }

  .section-hero-city {
    height: 300px;
  }

  .div-wrapper-contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .card-contact-info {
    width: 300px;
    font-size: 14px;
  }

  .div-block-155 {
    margin-top: 60px;
    padding-top: 0;
  }

  .container-31 {
    min-width: 300px;
    max-width: 800px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .container-32 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-161 {
    justify-content: space-between;
    align-items: center;
  }

  .image-125 {
    width: 250px;
  }

  .div-block-165 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .container-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: wrap-reverse;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .image-126 {
    width: 250px;
  }

  .div-travel-costs-1 {
    padding: 20px 40px;
    font-size: 14px;
  }

  .image-127 {
    width: 250px;
  }

  .container-34 {
    flex-flow: column;
  }

  .paragraph-51, .paragraph-52 {
    text-align: center;
  }

  .container-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap-reverse;
  }

  .image-128 {
    width: 250px;
  }

  .div-insurance-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-172 {
    justify-content: center;
    align-items: center;
  }

  .div-block-173 {
    text-align: center;
  }

  .div-tuition-fees-1 {
    padding: 0 60px 10px;
  }

  .container-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-129 {
    width: 250px;
  }

  .div-upon-your-arrival-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-37 {
    flex-flow: column;
  }

  .image-130 {
    width: 300px;
  }

  .div-accommodation-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-131 {
    width: 300px;
  }

  .div-residence-registration-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-39, .div-block-177, .div-block-178 {
    flex-flow: column;
  }

  .div-temporary-residence-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-183, .div-block-184, .div-block-186 {
    flex-flow: column;
  }

  .container-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-next-steps-1 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .container-41 {
    flex-flow: column;
  }

  .container-42 {
    flex-flow: row;
  }

  .blue-vertical-line {
    height: 100%;
  }

  .div-block-197 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-198 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-199, .div-block-200 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-201 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-202 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-documents {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-46 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-57 {
    text-align: center;
  }

  .containerbeforearrival {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .linijaiheading {
    padding-bottom: 10px;
  }

  .heading-43 {
    text-align: center;
    font-size: 22px;
  }

  .containerindividualsupport {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .containertravel {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-44 {
    text-align: center;
    font-size: 22px;
  }

  .containerinsurance {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containertuition {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .containeruponarrival {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containeraccommodation {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .containerpermit {
    justify-content: center;
    align-items: center;
  }

  .containersteps {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .containerdeparture {
    flex-flow: column;
  }

  .containerend {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containerarrivalstaff {
    flex-flow: column;
  }

  .containersupportstaff {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containertravelstaff {
    flex-flow: column;
    font-size: 14px;
  }

  .containerinsurancestaff {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containerarrivalstaff2 {
    flex-flow: column;
  }

  .containeraccommodationstaff {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containerdeparturestaff {
    flex-flow: column;
  }

  .containerendstaff {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .containertransport {
    flex-flow: column;
  }

  .containeremergency {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 14px;
    display: block;
  }

  .containerhealthcare {
    flex-flow: column;
  }

  .calls-for-mobility-hero {
    height: 300px;
  }

  .div-strelica-desktop {
    display: none;
  }

  .container-app-form-desktop {
    width: 100%;
    height: 630px;
    display: none;
  }

  .div-left-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 100%;
  }

  .div-right-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-in-form {
    width: 130px;
    height: 130px;
  }

  .image-in-form.doc-imae {
    width: 150px;
    height: 150px;
  }

  .div-block-212, .div-block-213 {
    min-height: 300px;
  }

  .text-in-form {
    text-align: left;
    width: 200px;
  }

  .div-strelica-desktop-doc-to-be-uploated {
    display: none;
  }

  .strelica-mobile-doc-to-be-uploated {
    width: 75px;
    height: 75px;
  }

  .blue-vertical-line-at-bacelor {
    height: 100%;
  }

  .container-document-staff {
    width: 100%;
    display: none;
  }

  .container-document-masterr {
    height: 3400px;
    display: none;
  }

  .container-document-bachelorr {
    justify-content: center;
    align-items: center;
    height: 2460px;
    display: none;
  }

  .div-left-side-staff, .div-right-side-staff {
    width: 30%;
  }

  .div-podnaslov-documents, .div-podnaslov-app-form, .application-porcedure-hero {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .app-form-sectionn, .app-procedure-section {
    margin-bottom: 20px;
  }

  .paragraph-60 {
    font-size: 14px;
  }

  .heading-45 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .containerresults {
    font-size: 14px;
  }

  .containerinvitationletters {
    padding-left: 0;
    padding-right: 0;
  }

  .image-157 {
    width: 450px;
  }

  .div-right-side-bachelor {
    height: 100%;
  }

  .div-block-214 {
    min-height: 300px;
  }

  .div-row-righ {
    height: 210px;
    min-height: 300px;
  }

  .div-row-left-side {
    height: 300px;
  }

  .div-app-form-left-row {
    min-height: 130px;
  }

  .div-image-row-app-form-left {
    min-width: 100%;
    height: 130px;
    min-height: 130px;
  }

  .div-app-form-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    min-height: 130px;
  }

  .div-image-app-form {
    height: 100px;
    min-height: 130px;
  }

  .application-and-selection-section {
    height: 300px;
    margin-bottom: 20px;
  }

  .calls-for-mobility-section-s {
    margin-bottom: 20px;
  }

  .calls-for-mobility-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .div-block-215 {
    height: 300px;
  }

  .heading-46 {
    text-align: center;
    font-size: 40px;
  }

  .heading-46.hero-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .result-of-mobility-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .results-of-calls-section {
    margin-bottom: 20px;
  }

  .calls-for-mobility-hero-s {
    height: 300px;
  }

  .calls-for-mobility-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .results-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .current-projects-section {
    margin-bottom: 20px;
  }

  .projects-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .current-project-hero, .heropolicies {
    height: 300px;
  }

  .heading-47 {
    font-size: 40px;
  }

  .iropolicy {
    margin-bottom: 20px;
  }

  .iropolicyhero {
    height: 300px;
  }

  .heading-48 {
    font-size: 40px;
  }

  .heading-48.hero-heading {
    font-size: 30px;
  }

  .irobody {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    height: auto;
    max-height: none;
  }

  .gridiro {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    height: auto;
    max-height: none;
  }

  .containeriro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-160, .image-161, .image-162, .image-163 {
    height: 100px;
  }

  .divmobility, .divstrategy, .divdigitalization, .divrulebook {
    justify-content: space-between;
    align-items: center;
    width: 250px;
  }

  .linkmobility {
    width: 250px;
    font-size: 14px;
  }

  .linkstrategy, .linkdigitalization {
    font-size: 14px;
  }

  .linkrulebook {
    width: 270px;
    font-size: 14px;
  }

  .erasmuspolicy {
    max-height: 5500px;
    margin-bottom: 20px;
  }

  .erasmushero {
    height: 300px;
  }

  .heading-49 {
    font-size: 40px;
  }

  .heading-49.hero-heading {
    font-size: 30px;
  }

  .erasmusbody {
    max-height: none;
  }

  .erasmuscharter {
    margin-bottom: 20px;
  }

  .erasmushero2 {
    height: 300px;
  }

  .heading-50 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-50.hero-heading {
    font-size: 30px;
  }

  .textsection {
    padding: 30px 40px;
  }

  .imagesection {
    height: auto;
  }

  .languagepolicy {
    max-height: none;
    margin-bottom: 40px;
  }

  .languagehero {
    height: 300px;
  }

  .textsection2 {
    padding: 30px 40px;
  }

  .navbar-new {
    padding-left: 0;
  }

  .nav-link-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .paragraph-63, .paragraph-64 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-52 {
    padding: 0;
  }

  .paragraph-67 {
    width: 200px;
  }

  .paragraph-68 {
    text-align: center;
  }

  .div-light-blue-background {
    padding-left: 0;
  }

  .slide-m {
    margin-bottom: 60px;
  }

  .paragraph-69 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-doc {
    text-align: center;
    width: auto;
    font-size: 12px;
  }

  .selectionproedurehero {
    height: 300px;
    margin-bottom: 20px;
  }

  .herointernationalcooperation {
    height: 300px;
  }

  .bulgariandevelopmentaid {
    margin-bottom: 40px;
  }

  .bilateralcontracts {
    margin-bottom: 20px;
  }

  .bilateralcontractscontainer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    font-size: 12px;
  }

  .bulgariandevaidcontainer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .containerprojects {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .divnest4wb, .divgreene {
    width: 250px;
  }

  .option-1-nis-image, .option-1-nis-image.image-nis, .option-2-vranje-image, .option-3-pirot-image {
    height: 300px;
  }

  .paragraph-div-podnaslov {
    font-size: 16px;
  }

  .more-info-studies {
    font-size: 14px;
  }

  .div-block-231 {
    padding-left: 10px;
  }

  .paragraph-82 {
    font-size: 12px;
  }

  .hero-practical-information {
    height: 300px;
  }

  .hero-policies {
    height: 300px;
    margin-bottom: 20px;
  }

  .hero-international-cooperation {
    height: 300px;
  }

  .doc-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .doc-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .div-podnaslov-app-procedure {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .div-podnaslov-app-procedure.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .div-podnaslov-copy {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .div-podnaslov-copy.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .app-form-podnaslov {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .app-form-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .divtrafsaf {
    width: 250px;
  }

  .link-doc-without-icon {
    text-align: left;
    font-size: 14px;
  }

  .link-to-bank {
    margin-top: 10px;
    display: block;
  }

  .person-picture.gordana-bogdanovic {
    position: static;
  }

  .div-block-234 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-235 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-236 {
    flex-flow: column;
  }

  .div-block-237 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-243 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-244 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-92 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .naslov {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5, .paragraph-5._15-differen {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-hero-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .circle-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .element {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    color: #fff;
    font-size: 16px;
  }

  .slide, .slide.slide-2 {
    width: 100%;
  }

  .logo-container {
    padding-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-courasel {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-section {
    background-position: 0 0, 50%;
  }

  .container-blue {
    min-width: 250px;
    max-width: 470px;
  }

  .arrow-top-left {
    height: 100px;
  }

  .arrow-top-right {
    height: 120px;
  }

  .arrow-middle-left {
    top: 290px;
  }

  .section-news {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 600px;
    height: 350px;
    padding-right: 0;
  }

  .div-block-35 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-read-more-news {
    margin-top: 0;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
    padding-right: 0;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-regular {
    min-width: 220px;
    max-width: 470px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .paragraph-16, .paragraph-17 {
    font-size: 14px;
  }

  .div-linija {
    width: 30px;
    display: block;
  }

  .paragraf-naslov {
    font-size: 14px;
    font-weight: 700;
  }

  .div-podnaslov {
    font-size: 14px;
  }

  .div-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .section-story {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-left-text {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-card {
    width: 240px;
    padding-bottom: 0;
  }

  .collection-item {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-naslov-podvucen {
    max-width: 300px;
  }

  .bela-linija {
    min-width: 190px;
    max-width: 200px;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .heading-10 {
    text-align: center;
  }

  .paragraph-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-about-us {
    height: 200px;
  }

  .hero-heading {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .div-purple {
    padding-top: 40px;
  }

  .container-19 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .image-18 {
    left: 5%;
  }

  .div-block-53 {
    padding-top: 0;
  }

  .div-block-54 {
    width: 40px;
    height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 40px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .collection-item-3 {
    width: 250px;
    height: 250px;
  }

  .div-block-55 {
    min-width: 250%;
  }

  .image-23 {
    top: -20px;
    left: 20px;
  }

  .div-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-28 {
    font-size: 14px;
  }

  .section-backstory-m {
    margin-bottom: 40px;
  }

  .container-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-35 {
    height: 1600px;
    top: 200px;
  }

  .image-36 {
    height: 1600px;
  }

  .div-block-72 {
    height: 220px;
  }

  .div-block-73 {
    width: 280px;
    height: 220px;
  }

  .div-block-74 {
    padding-left: 0;
  }

  .div-block-83 {
    flex-flow: row-reverse wrap-reverse;
  }

  .image-43, .image-44 {
    height: 150px;
  }

  .section-hero-contact {
    font-size: 14px;
  }

  .image-55 {
    top: 260px;
    left: 116px;
  }

  .section-for-students {
    margin-bottom: 20px;
  }

  .div-card-information {
    width: 260px;
  }

  .div-map {
    height: 200px;
  }

  .section-map {
    margin-bottom: 0;
  }

  .section-6 {
    background-image: linear-gradient(#2f325194, #2f325194), url('../images/business-company-concept-1-min.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 200px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-15.hero-heading {
    font-size: 26px;
  }

  .heading-16 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-16.hero-heading {
    font-size: 26px;
  }

  .strelica-app-procedure {
    width: 55px;
    height: 60px;
  }

  .div-block-98 {
    width: 50px;
  }

  .heading-17 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-99 {
    width: 50px;
  }

  .div-block-101 {
    width: 95%;
  }

  .text-block-3 {
    color: #3984af;
  }

  .text-block-3.step-3-text {
    color: #4e8bdb;
    font-weight: 500;
  }

  .div-block-106 {
    height: 200px;
  }

  .heading-18 {
    text-align: center;
    font-family: Gilroy, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-18.hero-heading {
    font-size: 26px;
  }

  .strelica-doc-to-be-uploated-desktop {
    width: 70px;
    height: 70px;
  }

  .div-block-108 {
    height: auto;
  }

  .div-block-109 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-110 {
    width: 50px;
  }

  .heading-19.form-heading {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .div-heading-right {
    width: 50px;
  }

  .app-form-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-top: 0;
    display: none;
  }

  .left-side {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 6px;
  }

  .first-row.row-in-app-form {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .div-block-111 {
    width: 0;
    height: 0;
    display: none;
  }

  .div-block-112 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: auto;
    padding-right: 6px;
  }

  .image-69.img-left {
    width: 80px;
    height: 80px;
  }

  .div-block-113.row-in-app-form.text-row-r {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .image-70.number-app-form {
    width: 30px;
    height: 30px;
    overflow: hidden;
  }

  .text-block-4 {
    text-align: left;
    font-weight: 400;
  }

  .div-block-114.row-in-app-form.text-row-l {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-in-app-form {
    text-align: left;
    width: auto;
    font-weight: 400;
  }

  .number-app-form {
    width: 30px;
    height: 30px;
  }

  .row-in-app-form {
    flex-flow: row-reverse wrap-reverse;
  }

  .row-in-app-form.preparation {
    justify-content: center;
    align-items: center;
    margin-top: 36px;
  }

  .row-in-app-form.text-row-r {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .row-in-app-form.text-row-l {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .row-in-app-form.image-right-side {
    justify-content: center;
    align-items: flex-start;
  }

  .image-71.img-right, .image-72.img-left {
    width: 80px;
    height: 80px;
  }

  .text-block-5 {
    text-align: left;
    width: auto;
    font-weight: 400;
  }

  .image-73 {
    width: 30px;
    height: 30px;
  }

  .text-block-6 {
    text-align: left;
    width: auto;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .image-74 {
    width: 30px;
    height: 30px;
  }

  .image-75.img-right {
    width: 80px;
    height: 80px;
    margin-bottom: -3px;
  }

  .documents-section {
    margin-bottom: 40px;
  }

  .doc-dowm-icon {
    width: 55px;
    height: 60px;
  }

  .grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-115 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 27px;
  }

  .image-76 {
    width: 80px;
    height: 80px;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin-bottom: 0;
    display: block;
  }

  .heroselection {
    height: 200px;
  }

  .heroselection.slika2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/SelectionProcedure_Hero_Image.png');
    background-position: 0 0, 50%;
    height: 200px;
    overflow: clip;
  }

  .heading-20 {
    font-size: 28px;
    line-height: 40px;
  }

  .linija1 {
    width: 60px;
  }

  .hstudents {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .arrival {
    height: auto;
    font-size: 12px;
  }

  .tekst {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 12px;
  }

  .harrival {
    font-size: 18px;
    line-height: 25px;
  }

  .parrival {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .linijaarrival {
    width: 210px;
  }

  .support {
    height: auto;
    font-size: 12px;
  }

  .psupport {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-24 {
    width: 220px;
  }

  .hsupport {
    font-size: 18px;
    line-height: 25px;
  }

  .tekst-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 12px;
  }

  .linijasupport {
    width: 210px;
  }

  .htravel {
    font-size: 18px;
    line-height: 25px;
  }

  .pamount, .ptraveldist {
    width: 200px;
    padding-right: 10px;
  }

  .travel {
    height: auto;
  }

  .ptravel {
    width: 250px;
    padding-top: 10px;
  }

  .linijatravel {
    width: 150px;
  }

  .insurance {
    height: auto;
    font-size: 12px;
  }

  .pinsurance {
    width: 300px;
    padding-top: 10px;
  }

  .hinsurance {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .linijainsurance {
    width: 110px;
  }

  .tuition {
    height: auto;
    font-size: 12px;
  }

  .htuition {
    font-size: 18px;
    line-height: 25px;
  }

  .ptuition {
    width: 300px;
    padding-top: 10px;
  }

  .linijatuition {
    width: 140px;
  }

  .arrival2 {
    font-size: 12px;
  }

  .parrival2 {
    width: 300px;
    padding-top: 10px;
  }

  .harrival2 {
    font-size: 18px;
    line-height: 22px;
  }

  .linijaarrival2 {
    width: 200px;
  }

  .accommodation {
    height: auto;
    font-size: 12px;
  }

  .haccommodation {
    font-size: 18px;
    line-height: 25px;
  }

  .paccomodation {
    width: 300px;
    padding-top: 10px;
  }

  .linijaaccommodation {
    width: 180px;
  }

  .div1 {
    height: auto;
  }

  .hresidence {
    margin-top: 0;
    font-size: 18px;
  }

  .residence {
    height: auto;
  }

  .presidence {
    width: 300px;
    padding-top: 10px;
  }

  .div2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .linijaregistration {
    width: 250px;
  }

  .div4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-25 {
    width: 300px;
  }

  .div3 {
    height: auto;
  }

  .hresidence2 {
    margin-top: 0;
    font-size: 18px;
  }

  .div5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .presidence3 {
    width: 300px;
  }

  .presidence2 {
    width: 300px;
    padding-top: 10px;
  }

  .permit {
    height: auto;
    font-size: 12px;
  }

  .linijaresidence2 {
    width: 280px;
  }

  .psteps {
    width: 300px;
    padding-top: 10px;
  }

  .steps {
    height: auto;
    font-size: 12px;
  }

  .hsteps {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .linijasteps {
    width: 120px;
  }

  .hdeparture {
    font-size: 18px;
    line-height: 23px;
  }

  .pdeparture {
    width: 300px;
    padding-top: 10px;
  }

  .departure {
    height: auto;
    font-size: 12px;
  }

  .linijadeparture {
    width: 250px;
  }

  .end {
    font-size: 12px;
  }

  .pend {
    width: 300px;
    padding-top: 10px;
  }

  .hend {
    margin-top: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .linijaend {
    width: 280px;
  }

  .hstaff {
    font-size: 20px;
  }

  .arrivalstaff {
    height: auto;
    font-size: 12px;
  }

  .hstaffarrival {
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .linijastaffarrival {
    width: 220px;
  }

  .pstaffarrival {
    width: 300px;
    padding-top: 10px;
  }

  .supportstaff {
    font-size: 12px;
  }

  .hsupportstaff {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .linijasupportstaff {
    width: 200px;
  }

  .psupportstaff {
    width: 300px;
    padding-top: 10px;
  }

  .travelstaff {
    height: auto;
    font-size: 12px;
  }

  .htravelstaff {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .linijatravelstaff {
    width: 140px;
  }

  .paragraph-37 {
    width: 300px;
    padding-top: 10px;
  }

  .insurancestaff {
    height: auto;
    font-size: 12px;
  }

  .hinsurancestaff {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .pinsurancestaff {
    width: 300px;
    padding-top: 10px;
  }

  .arrivalstaff2 {
    height: auto;
    font-size: 12px;
  }

  .harrivalstaff2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .linijaarrivalstaff2 {
    width: 200px;
  }

  .parrivalstaff2 {
    width: 300px;
    padding-top: 10px;
  }

  .accommodationstaff {
    height: auto;
    font-size: 12px;
  }

  .haccommodationstaff {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .linijaaccommodationstaff {
    width: 180px;
  }

  .paccommodationstaff {
    width: 300px;
    padding-top: 10px;
  }

  .departurestaff {
    font-size: 12px;
  }

  .hdeparturestaff {
    font-size: 18px;
    line-height: 23px;
  }

  .linijadeparturestaff {
    width: 220px;
  }

  .pdeparturestaff {
    width: 300px;
    padding-top: 10px;
  }

  .endstaff {
    height: auto;
    font-size: 12px;
  }

  .hendstaff {
    font-size: 18px;
    line-height: 23px;
  }

  .linijaendstaff {
    width: 190px;
  }

  .paragraph-38 {
    width: 300px;
    padding-top: 10px;
  }

  .htransport {
    font-size: 20px;
  }

  .divtransport {
    height: auto;
    font-size: 12px;
  }

  .htransport2 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-39 {
    width: 300px;
    padding-top: 10px;
  }

  .emergency {
    font-size: 12px;
  }

  .hemergencycurrency {
    font-size: 18px;
    line-height: 25px;
  }

  .divcurrency, .divemegrencyblock {
    height: auto;
  }

  .hcurrency {
    text-align: center;
    font-size: 18px;
  }

  .linijacurrencz {
    width: 110px;
  }

  .linijaemergency {
    width: 170px;
  }

  .hemergency {
    font-size: 18px;
    line-height: 23px;
  }

  .divhealthcare {
    height: auto;
    font-size: 12px;
  }

  .headinghealth {
    font-size: 18px;
  }

  .linijahealthcare {
    width: 120px;
  }

  .phealthcare {
    width: 300px;
  }

  .container-25 {
    margin-top: 23px;
  }

  .documents-to-be-uploated {
    margin-bottom: 20px;
  }

  .div-doc-to-be-uploated-hero {
    background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/Rectangle-129-min-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    height: 200px;
    margin-top: 0;
  }

  .doc-to-be-uploaded-h {
    font-size: 29px;
  }

  .image-77 {
    width: 50px;
    height: 50px;
  }

  .div-block-124 {
    flex-flow: column;
    width: 50%;
    height: auto;
  }

  .bachelor-degree {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    height: auto;
    display: none;
  }

  .bachelor {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-127, .div-block-128 {
    width: 50px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .div-block-129 {
    display: none;
  }

  .div-block-130 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
    height: auto;
  }

  .image-row-r {
    justify-content: center;
    align-items: center;
  }

  .image-78 {
    width: 80px;
    height: 80px;
  }

  .text-row-r {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .image-79 {
    width: 30px;
    height: 30px;
  }

  .text-block-7 {
    font-weight: 400;
  }

  .div-block-132 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .image-80 {
    width: 30px;
    height: 30px;
  }

  .text-block-8 {
    width: auto;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
  }

  .div-block-133 {
    justify-content: center;
    align-items: center;
  }

  .image-81 {
    width: 80px;
    height: 80px;
  }

  .image-82 {
    width: 220px;
  }

  .divarrival {
    width: 250px;
    height: 620px;
  }

  .divsupport {
    height: 450px;
  }

  .divtravel {
    height: 900px;
  }

  .divinsurance {
    height: 460px;
  }

  .image-83, .image-84 {
    width: 220px;
  }

  .divtuition {
    height: 420px;
  }

  .image-85 {
    width: 220px;
  }

  .divarrival2 {
    width: 320px;
    height: 680px;
  }

  .divarrival2.divarrivalstaff {
    height: 700px;
  }

  .image-86 {
    width: 220px;
  }

  .divaccommodation {
    height: 800px;
  }

  .image-87 {
    width: 220px;
  }

  .image-88, .image-89 {
    width: 220px;
    height: 220px;
  }

  .divsteps {
    height: 650px;
  }

  .image-90 {
    width: 220px;
  }

  .divdeparture {
    height: 850px;
  }

  .image-91, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97 {
    width: 220px;
  }

  .divinsurancestaff {
    height: 450px;
  }

  .divaccommodationstaff {
    height: 880px;
  }

  .divendstaff {
    height: 570px;
  }

  .image-98, .image-99 {
    width: 220px;
  }

  .divtransport2 {
    height: 520px;
  }

  .image-100 {
    width: 220px;
  }

  .divhealthcare2 {
    height: 740px;
  }

  .image-101, .image-102, .image-103, .image-104, .image-105, .image-106 {
    width: 220px;
  }

  .image-107 {
    width: 220px;
    height: 220px;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 30px;
  }

  .selectionprocedure {
    margin-bottom: 20px;
  }

  .heroselectionprocedure {
    height: 200px;
  }

  .heading-24 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-24.hero-heading {
    font-size: 26px;
  }

  .recognitionprocedure {
    margin-bottom: 40px;
  }

  .divrecognition {
    height: 200px;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-25.hero-heading {
    font-size: 26px;
  }

  .eligibility {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .broj1 {
    height: 200px;
    font-size: 200px;
  }

  .slikabroj {
    height: 200px;
  }

  .text {
    font-size: 12px;
  }

  .heading-27 {
    width: 250px;
    font-size: 22px;
  }

  .compatibility {
    font-size: 12px;
  }

  .broj2 {
    height: 200px;
    font-size: 200px;
  }

  .heading-29 {
    font-size: 22px;
  }

  .results {
    font-size: 12px;
  }

  .broj3 {
    height: 200px;
    font-size: 200px;
  }

  .heading-32 {
    text-align: center;
    font-size: 22px;
  }

  .scolarship {
    font-size: 12px;
  }

  .broj4 {
    height: 200px;
    font-size: 200px;
  }

  .heading-34 {
    width: 250px;
    font-size: 22px;
    line-height: 30px;
  }

  .finalselection {
    font-size: 12px;
  }

  .broj5 {
    height: 200px;
    font-size: 200px;
  }

  .heading-36 {
    margin-top: 20px;
    font-size: 22px;
  }

  .invitationletters {
    font-size: 12px;
  }

  .icon-for-desktop-click-bachelor {
    width: 40px;
    height: 40px;
    margin-top: 16px;
  }

  .podnaslov-crtica-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .master-real.master {
    height: auto;
  }

  .academic-staff.academic-staff-container {
    display: none;
  }

  .link {
    font-size: 12px;
  }

  .link-2 {
    text-align: center;
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-2.larger-doc-text {
    width: 150px;
  }

  .link-2.link-doc {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .link-3 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-3.larger-doc-text {
    width: 150px;
  }

  .link-3.link-doc {
    font-size: 12px;
  }

  .link-4 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-4.link-doc {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .link-5, .link-6 {
    width: 150px;
    font-size: 12px;
  }

  ._3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._3.text-row-r {
    flex-flow: column;
  }

  ._3.text-row-l {
    flex-flow: row-reverse wrap-reverse;
  }

  .mobile-version {
    display: flex;
  }

  .div-block-142 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .resultsandcredits {
    height: auto;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .arrowtopleft, .arrowtopright {
    height: 60px;
  }

  .arrowbottomright {
    width: 60px;
    height: 80px;
  }

  .arrowbottomleft {
    width: 90px;
    height: 80px;
    bottom: -3%;
  }

  .containerrecognition {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grading {
    height: 200px;
  }

  .heading-37 {
    padding-bottom: 0;
    font-size: 18px;
  }

  .records {
    height: 950px;
    margin-top: 40px;
  }

  .linijagrading {
    width: 150px;
  }

  .linijarecords {
    width: 250px;
  }

  .link-7 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .link-7.link-doc {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .link-8 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
  }

  .link-8.link-doc {
    font-family: Gilroy, sans-serif;
  }

  .link-9 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
  }

  .link-9.larger-doc-text {
    width: 150px;
  }

  .link-9.link-doc {
    font-family: Gilroy, sans-serif;
  }

  .link-10 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
  }

  .link-10.link-doc {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
  }

  .link-11 {
    width: 150px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
  }

  .link-11.larger-doc-text {
    width: 150px;
  }

  .link-11.link-doc {
    font-family: Gilroy, sans-serif;
  }

  .paragraph-49 {
    font-size: 14px;
  }

  .bachelor-naslov {
    height: 100px;
    font-size: 1px;
  }

  .div-linija-stepen {
    width: 30px;
    display: block;
  }

  .div-linija-copy {
    width: 20px;
    display: block;
  }

  .podnaslov-app-form {
    font-size: 1px;
  }

  .app-form-header-section {
    height: 200px;
  }

  .app-form-container {
    height: auto;
    display: none;
  }

  .container-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-146 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    border-bottom: 1px solid #135cbc;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 11px;
  }

  .image-121 {
    width: 33px;
    height: 33px;
  }

  .strelica-app-form-mobile {
    width: 55px;
    height: 60px;
    display: block;
  }

  .div-strelica-mobile, .div-strelice {
    display: flex;
  }

  .text-block-13 {
    color: #0a56ba;
    width: 100%;
    font-size: 14px;
  }

  .image-123 {
    width: 75px;
    height: 75px;
  }

  .div-block-149 {
    width: 31%;
  }

  .wider-text {
    color: #0a56ba;
    width: 100%;
    font-size: 14px;
  }

  .text-block-13-copy {
    color: #0a56ba;
    width: 100%;
    font-size: 12px;
  }

  .dov-to-be-uploated-podnaslov {
    font-size: 1px;
  }

  .bachelor-degree-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    height: auto;
    display: none;
  }

  .master-degree-podnaslov {
    font-size: 1px;
  }

  .master-body {
    display: none;
  }

  .master-body.master {
    height: auto;
  }

  .acadmemic-podnaslov {
    font-size: 1px;
  }

  .image-124 {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
  }

  .icon-for-mobile-click-bachelor {
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 100%;
    padding-top: 0;
    padding-bottom: 6px;
    display: flex;
  }

  .bachelor-mobile-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-151 {
    display: none;
  }

  .icon-for-desktop-master {
    width: 40px;
    height: 40px;
    margin-top: 16px;
  }

  .icon-for-mobile-click-academic {
    justify-content: center;
    align-items: flex-start;
    width: 38px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .icon-for-mobile-click-academic.mobile-form {
    padding-bottom: 23px;
  }

  .icon-for-master-mobile {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
  }

  .master-mobile-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .icon-for-desktop-academic {
    width: 40px;
    height: 40px;
    margin-top: 16px;
  }

  .icon-for-master-mobile-copy {
    width: 38px;
    height: 38px;
  }

  .icon-for-academic-mobile-form {
    width: 35px;
    height: 35px;
    margin: 0 18px -17px -3px;
    padding-right: 0;
  }

  .academic-mobile-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-hero-city {
    text-align: center;
    height: 200px;
    font-size: 12px;
  }

  .card-contact-info {
    width: 240px;
    font-size: 14px;
  }

  .container-31 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .backstory-image-nis-1 {
    height: 150px;
  }

  .white-line-before-arrival {
    width: 270px;
  }

  .container-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-161 {
    justify-content: space-between;
    align-items: center;
  }

  .image-125 {
    height: 200px;
  }

  .div-block-165 {
    order: -1;
  }

  .container-33 {
    flex-flow: column;
  }

  .image-126 {
    width: 250px;
  }

  .blue-line-individual-support {
    width: 300px;
  }

  .card-application-procedure {
    width: 240px;
    height: 300px;
    font-size: 14px;
  }

  .div-block-197 {
    flex-flow: column;
  }

  .div-block-198 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-45 {
    flex-flow: column;
  }

  .grid-documents {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 12px;
  }

  .image-149 {
    width: 80px;
    height: 80px;
  }

  .paragraph-56 {
    text-align: center;
  }

  .heading-40 {
    text-align: center;
    font-size: 20px;
  }

  .heading-41 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-43 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .containerresidence {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .containerpermit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .containeremergency {
    display: block;
  }

  .calls-for-mobility-hero {
    height: 200px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-150 {
    width: 70px;
    height: 70px;
  }

  .contanier-app-procedure {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .step-2-text, .step-3-text {
    font-size: 14px;
  }

  .step-1-text {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .single-card-application-procedure {
    width: 250px;
    height: 310px;
  }

  .single-card-application-procedure.step-1, .single-card-application-procedure.step-2, .single-card-application-procedure.step-3 {
    width: 250px;
    height: 325px;
  }

  .div-strelica-desktop {
    flex-flow: column;
    width: 100%;
    height: 100px;
    display: none;
  }

  .container-app-form-desktop, .div-strelica-desktop-doc-to-be-uploated {
    display: none;
  }

  .strelica-mobile-doc-to-be-uploated {
    width: 55px;
    height: 60px;
  }

  .container-document-staff, .container-document-masterr, .container-document-bachelorr {
    display: none;
  }

  .div-podnaslov-documents, .div-podnaslov-app-form, .application-porcedure-hero {
    font-size: 1px;
  }

  .heading-45 {
    font-size: 18px;
  }

  .containereligibility {
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .containerinvitationletters {
    padding-left: 0;
    padding-right: 0;
  }

  .containergrading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-155, .image-156, .image-157 {
    width: 300px;
  }

  .application-and-selection-section {
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calls-for-mobility-podnaslov {
    font-size: 1px;
  }

  .div-block-215 {
    background-image: linear-gradient(#1b7aaf80, #1b7aaf80), url('../images/businessman-holding-headset-1-min.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    height: 200px;
  }

  .heading-46 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-46.hero-heading {
    font-size: 26px;
  }

  .calls-strelica {
    width: 55px;
    height: 60px;
  }

  .result-of-mobility-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calls-for-mobility-hero-s {
    height: 200px;
  }

  .calls-for-mobility-grid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .previous-strelica {
    width: 55px;
    height: 60px;
  }

  .results-podnaslov, .projects-podnaslov {
    font-size: 1px;
  }

  .projects-strelica {
    width: 55px;
    height: 60px;
  }

  .current-project-hero {
    height: 200px;
  }

  .container-50 {
    margin-top: 0;
  }

  .heropolicies {
    height: 200px;
  }

  .heading-47 {
    font-size: 26px;
  }

  .iropolicy {
    max-height: 1100px;
    margin-top: 0;
  }

  .iropolicyhero {
    height: 200px;
  }

  .heading-48, .heading-48.hero-heading {
    font-size: 26px;
  }

  .irobody {
    justify-content: space-between;
    align-items: center;
  }

  .gridiro {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .containeriro {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-160, .image-160.doc-icon, .image-161, .image-161.doc-icon {
    width: 80px;
    height: 80px;
  }

  .image-162 {
    width: 80px;
    height: 90px;
  }

  .image-162.doc-icon {
    width: 80px;
    height: 80px;
  }

  .image-163 {
    height: 90px;
  }

  .image-163.doc-icon {
    width: 80px;
    height: 80px;
  }

  .divstrategy {
    padding-top: 10px;
  }

  .linkmobility, .linkstrategy, .linkdigitalization {
    font-size: 12px;
  }

  .linkrulebook {
    width: 270px;
    font-size: 12px;
  }

  .erasmushero {
    height: 200px;
    margin-top: 0;
  }

  .heading-49 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-49.hero-heading {
    font-size: 26px;
    line-height: 26px;
  }

  .erasmuscharter {
    margin-bottom: 20px;
  }

  .erasmushero2 {
    height: 200px;
  }

  .heading-50 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-50.hero-heading {
    font-size: 26px;
  }

  .textsection {
    height: auto;
    padding: 20px 30px;
  }

  .imagesection {
    height: auto;
  }

  .languagepolicy {
    max-height: 1300px;
    margin-bottom: 40px;
  }

  .languagehero {
    height: 200px;
  }

  .textsection2 {
    height: auto;
    padding: 20px 30px;
  }

  .container-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-new {
    padding-left: 0;
  }

  .nav-link-1 {
    font-size: 12px;
  }

  .paragraph-63 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-64 {
    font-size: 12px;
    line-height: 20px;
  }

  .custom-slick-slider {
    width: 100%;
  }

  .paragraph-65 {
    font-size: 12px;
  }

  .paragraph-66 {
    font-size: 18px;
  }

  .paragraph-66.education {
    font-size: 16px;
  }

  .div-block-219 {
    min-width: 100%;
    max-width: 100%;
  }

  .heading-52 {
    width: 250px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-light-blue-background {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-m {
    margin-bottom: 60px;
  }

  .paragraph-69 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .link-doc {
    width: auto;
    font-size: 12px;
  }

  .div-block-223 {
    font-size: 14px;
  }

  .headins-recognition-m {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .white-line-recognition {
    width: 300px;
  }

  .div-block-225 {
    margin-top: 30px;
  }

  .paragraph-72, .paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76, .paragraph-77 {
    font-size: 12px;
  }

  .profstudies {
    min-width: 100%;
    max-width: 100%;
  }

  .selectionproedurehero {
    height: 200px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-228 {
    height: 300px;
  }

  .div-block-228.combo-div {
    height: 190px;
  }

  .herointernationalcooperation {
    height: 200px;
  }

  .bulgariandevelopmentaid, .bilateralcontracts {
    margin-bottom: 40px;
  }

  .bilateralcontractscontainer {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bulgariandevaidcontainer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .containerprojects {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .divnest4wb {
    width: 250px;
    height: 250px;
    padding-top: 20px;
  }

  .divgreene {
    width: 250px;
    height: 250px;
    padding-top: 40px;
  }

  .image-173, .image-174 {
    width: 150px;
  }

  .option-1-nis-image.image-nis, .option-2-vranje-image, .option-3-pirot-image {
    height: 200px;
  }

  .paragraph-div-podnaslov, .more-info-studies {
    font-size: 14px;
  }

  .hero-practical-information {
    height: 200px;
  }

  .hero-policies {
    height: 200px;
    margin-bottom: 20px;
  }

  .hero-international-cooperation {
    height: 200px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .doc-podnaslov {
    font-size: 14px;
  }

  .doc-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .div-podnaslov-app-procedure {
    font-size: 14px;
  }

  .div-podnaslov-app-procedure.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .div-podnaslov-copy {
    font-size: 14px;
  }

  .div-podnaslov-copy.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .app-form-podnaslov {
    font-size: 14px;
  }

  .app-form-podnaslov.iro-policy-podnaslov {
    margin-bottom: 0;
  }

  .div-block-233 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .link-doc-without-icon {
    text-align: left;
    font-size: 12px;
  }

  .div-block-115-center {
    padding-left: 0;
  }

  .link-to-bank {
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
  }

  .div-block-237, .div-block-240 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-242 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-243 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-244 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-a1296332-3847-1b2a-3b04-70b6a908d7f4-e6fdc0f3, #w-node-_251ce98c-e4e9-d8e9-250f-3437c8b4e61a-e6fdc0f3, #w-node-_47421e40-5b6f-5722-4a0a-a4e755a24aaf-e6fdc0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1e9fec21-678d-303a-6db1-b98d38d2e566-65356708, #w-node-ee4f6675-ca35-6e3f-394e-9a158e55c3d7-e6fdc0f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy.zip') format('undefined'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}