* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
/* fonts */

@font-face {
  font-family: msr500;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
}
@font-face {
  font-family: msr300;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
}
@font-face {
  font-family: msr700;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
}
@font-face {
  font-family: msr100;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
}
@font-face {
  font-family: msr900;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
}

.standard-spans{
  width: 100%;
}

.top-b-p img, .top-b-s img, .img-mini-poslovi-pozicija{
  transition: transform .3s ease-in-out;

}

.top-b-p img:hover, .top-b-s img:hover, .img-mini-poslovi-pozicija:hover{
  transform: rotate(180deg);
}

/* NOVI HEADER */
header {
  /* width: 100%;
    height: 100%; */
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  /* background: #fff; */
}

.kosa {
  color: #888;
}

.header-wrapper {
  height: 60px;
  /* max-width: 1368px; */
  width: 100%;
  margin: auto;
  background-color: #28282c;
}

.header-inner-wrapper {
  max-width: 939px;
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-poslovi-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin-right: 5%;
}

.logo-poslovi-img {
  display: block;
  width: 30px;
  height: 28px;
  margin-right: 17px;
}

.logo-poslovi-p {
  color: #fff;
  font-family: msr900;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.navigation {
  height: 100%;
  max-width: 358px;
  width: 83%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-nav-item {
  height: 100%;
  font-family: msr500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #28282c;
  border-bottom: 3px solid #28282c;
}

.header-nav-item-active {
  color: #33a331;
  border-bottom: 3px solid #33a331;
  font-family: msr900;
}
/* KRAJ NOVOG HEADERA */

.mreze-new {
  width: fit-content;
  margin: auto;
  border: 1px solid #dedede;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  padding: 15px;
}

.mreze-new p {
  font-family: msr100;
  font-style: normal;
  font-weight: 250;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.mreza {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 86px;
  height: 70px;
  border-right: 1px solid #dedede;
}

.mreze-new img {
  width: 30px;
}

.mreza:last-child {
  border-right: none;
}

li::marker {
  color: #dbdbdb;
}

.po-internetu-inner {
  width: 575px;
  margin: auto;
  background-color: white;
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.po-internetu {
  background-color: #f5f5f6;
}

.kategorije-main-div {
  margin-top: 50px;
}

.delatnosti-new {
  width: 575px;
  margin: auto;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
}

.delatnosti-new-top {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.delatnosti-new-title {
  font-family: msr700;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
}

.tehnologije {
  margin-top: 50px;
}

.pj-naslov {
  display: flex;
  align-items: center;
  padding-top: 16px;
  font-family: msr300;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.pj-title {
  margin-left: 10px;
}

.hor-line {
  border: none;
  height: 1px;
  background-color: #efefef;
  margin-top: 15px;
}

.info-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-flex-dodatak {
  height: 45px;
}

.grad {
  font-family: msr900;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: black;
  text-align: center;
  border-right: 1px solid #dedede;
  height: 14px;
  padding-right: 5px;
  padding-left: 5px;
}

.grad-poslednji {
  border-right: unset;
}

#grad-jedan {
  font-family: msr900;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 22px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: black;
}

.broj {
  margin-right: 3px;
}

.icon-firma {
  height: 45px;
  width: 90px;
}

.bck-img {
  background: url(https://startit.rs/media/pozadina.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 195px;
  position: fixed;
  z-index: -10;
}

.o-sebi {
  padding: 60px 0;
  background-color: #f5f5f6;
}

a {
  text-decoration: none;
  color: black;
}
/* header {
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
  } */

.nema-slike {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #e4e4e4;
}

.nema-slike p {
  font-family: msr100;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding-top: 6px;
}
.burger {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  display: none;
}
.line1,
.line2,
.line3 {
  width: 100%;
  height: 3px;
  background: #000;
  margin-bottom: 5px;
}
nav {
  width: 99%;
  /* width: 960px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  margin: 0 auto;
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

nav ul li a {
  margin-left: 20px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-family: msr700;
  padding: 10px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  line-height: 22px;
}
nav ul li .active {
  background: #36bb33;
}
.nav_links.active {
  background: #36bb33;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo h3 {
  font-size: 17px;
  line-height: 20.4px;
  font-family: msr700;
}
.logo-span {
  font-size: 17px;
  line-height: 20.4px;
  font-family: msr500;
  text-transform: uppercase;
}
#home {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.bck-img {
  background: url(https://startit.rs/media/pozadina.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 195px;
  position: fixed;
  z-index: -10;
}

.img-wrapper {
  position: relative;
  width: 900px;
  height: 50px;
  margin: auto;
}
.vector {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 140px;
  left: 395px;
  margin: 0 auto;
}

.vector img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
#about {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white;
  margin-top: 145px;
  padding-top: 55px;
  padding-bottom: 70px;
}
.title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: auto;
  width: fit-content;
}
.title-box h1 {
  font-size: 45px;
  line-height: 50.4px;
  font-family: msr300;
  padding: 20px 0;
  width: auto;
  margin-right: 10px;
}
.verified {
  padding-top: 5px;
}
.icon-box {
  width: 640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;

  border: 1px solid #dedede;
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-box article {
  width: 25%;
  padding-top: 26px;
  padding-bottom: 15px;
  border-right: 1px solid #dedede;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-box article:last-child {
  border-right: none;
}

.delatnost {
  font-size: 14px;
  line-height: 22px;
  font-family: msr300;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #555555;
}

.godina-firma {
  font-family: msr900;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 22px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.icon-box p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.nepoznato {
  font-style: italic;
}

#testemonials {
  width: 100%;
  margin: auto;
  background-color: #f5f5f6;
  padding-top: 50px;
  padding-bottom: 70px;
}

.testemonials-inner {
  width: 750px;
  margin: auto;
  border-radius: 25px;
  padding-top: 33px;
  padding-bottom: 45px;
}

.white {
  background: #fff;
  padding: 28px 0;
  width: 575px;
  border-radius: 8px;
  margin: auto;
}

.box-desc {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.broj-utisaka {
  width: 48px;
  height: 30px;
  background: #ff0000;
  border-radius: 100px;
  color: white;
  font-family: msr700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display: grid;
  align-items: center;
  margin-top: 3px;
}

.utisci-naslov {
  font-size: 32px;
  line-height: 38px;
  font-family: msr700;
  text-transform: uppercase;
}

.komentari {
  text-align: center;
}

.broj-tekst {
  width: 447px;
  margin: auto;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #999999;
  margin-top: 12px;
}

.imgs-box {
  width: 300px;
  margin: auto;
  display: flex;
  margin-top: 20px;
}

.imgs-box img {
  margin-right: -4px;
}

.big-box {
  background-color: #f5f5f6;
  /* margin-top: 50px; */
}

.text-wrapper {
  width: 575px;
  background: #3a7ff5;
  border-radius: 8px;
  color: white;
  margin: auto;
  padding: 26px 44px;
  margin-top: 35px;
  font-family: Arial;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
}

.bubble {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 17px solid #3a7ff5;
  border-right: 43px solid transparent;
  border-top: 40px solid #3a7ff5;
  border-bottom: 15px solid transparent;
  left: 243px;
  top: -25px;
  transform: rotate(189deg);
  border-radius: 5px;
}

.text-wrapper p {
  margin-top: 10px;
}

.dobro-lose-wrapper {
  max-width: 618px;
  width: 100%;
  height: auto;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  top: 32px;
  margin-left: 89%;
}

.green-circle {
  background-color: #45d443;
}

.red-circle {
  background-color: #f34949;
}

.dobro-lose {
  background-color: #fff;
  border-radius: 8px;
  width: 49%;
}

.dobro-lose > span {
  display: block;
  padding: 16px 25px 13px 25px;
  text-transform: uppercase;
  font-family: msr900;
  line-height: 22px;
  color: #4d4d4d;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.dobro-lose > ul {
  padding: 20px 30px;
  font-family: msr300;
  font-size: 15px;
  color: #848484;
  line-height: 22px;
}

.dobro-lose > ul > li {
  margin-bottom: 5px;
}

.boxes {
  width: 575px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxes article {
  width: 262px;
  height: 125px;
  border-radius: 8px;
  margin-top: 35px;
}

.box-of {
  background-color: #3c3c3c;
}

.box-joberty {
  background-color: #df5959;
}

.box-hw {
  background-color: #6daad4;
}

.box-hw img {
  margin-left: -6px;
}

.box-glass {
  background-color: #4da74f;
}

.box-glass img {
  margin-left: -11px;
}

.top {
  height: 57px;
  padding: 15px 13px 13px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top a {
  display: block;
  width: 64px;
  height: 25px;
  background: #ffffff2f;
  border-radius: 8px;
  color: white;
  text-transform: uppercase;
  font-family: msr500;
  font-size: 10px;
  text-align: center;
  display: grid;
  align-items: center;
}
.line {
  border-bottom: 1px solid #ffffff55;
  width: 90%;
  margin: auto;
}

.bottom {
  padding: 18px 28px 14px 28px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.bottom h3 {
  font-family: msr700;
  font-size: 24px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.bottom span {
  font-family: msr100;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 8px;
}

.o-sebi-naslov {
  width: 338px;
  font-family: msr700;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  /* margin-top: 38px; */
}

.o-sebi-tekst {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #555555;
  width: 450px;
  margin: auto;
  /* margin-top: 15px; */
}

.o-sebi-tekst > p {
  margin: 10px 0;
}

.italic {
  font-style: italic;
}

.linkovi {
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.linkedin-div {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  background: #2d64bc;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 10px;
}

.website {
  margin: auto;
  margin-top: 20px;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  background: #3a7ff5;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.web-img {
  margin-right: 12px;
}
.delatnosti {
  width: 90%;
  font-family: msr300;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  margin: auto;
  margin-top: 38px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.lista-delatnost {
  width: 575px;
  margin: auto;
  list-style: none;
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding-top: 20px;
}

.lista-delatnost li {
  width: fit-content;
  height: 20px;
  background-color: #f5f5f6;
  border-radius: 6px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  font-family: msr700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333333;
  margin-right: 11px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.ime-kompanije {
  font-family: msr500;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.web-p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 14px;
  font-family: msr300;
  text-transform: uppercase;
  color: #ffffff;
}

.line-2 {
  border-right: 1px solid white;
  height: 50px;
  margin: 0 15px 0 15px;
  opacity: 0.33;
}

.poslovi-profil {
  background-color: #f5f5f6;
  padding-top: 60px;
  padding-bottom: 100px;
}

.pozicije-naslov-inner {
  width: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.poslovi-br {
  padding: 4px 12px;
  background: #ff0000;
  border-radius: 100px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  font-family: msr500;
  color: #ffffff;
}

.poslovi-naslov {
  font-family: msr700;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

/* OVDE POCINJE CSS ZA OGLASE  */
.results {
  width: 960px;
  margin: 30px auto;
  padding-bottom: 50px;
  height: fit-content;
}

.results > h1 {
  font-family: msr300;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 23px;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.positions {
  width: 960px;
  /* margin-top: 20px;
    margin-bottom: 50px; */
  margin: 20px auto 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 210px);
  grid-auto-rows: 110px;
  column-gap: 40px;
  row-gap: 40px;
  /* background: #F5F5F6; */
}

.oglas-mini {
  width: 210px;
  height: 110px;
  background-color: white;
  border-radius: 15px;
  position: relative;
  /* margin: 20px 17px; */
  grid-column: span 1;
  grid-row: span 1;
  align-self: center;
  justify-self: center;
}

.img-div img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.img-div h4 {
  text-transform: uppercase;
  /* width: 100px; */
  height: 16px;
  overflow: hidden;
  line-break: anywhere;
  /* background: linear-gradient(
90deg
, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 85%, rgba(255,255,255,1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  font-family: msr700;
  line-height: 18px;
}

.img-div {
  display: flex;
  align-items: center;
}

.top-oglas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 9px;
}
.top-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-b span {
  width: fit-content;
  height: 18px;
  background: #f4f4f4;
  border-radius: 6px;
  font-family: msr700;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  /* padding-top: 3px; */
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: default; */
  padding: 0 6px;
  margin-left: 3px;
}

.mini-flex {
  width: 190px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.mini-flex a {
  font-family: msr700;
  width: 100%;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #000000;
}
.mini-flex h3 {
  padding: 0 9px;
  margin-top: 7px;
  height: 40px;
  overflow: hidden;
  font-family: msr700;
  width: 100%;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #000000;
}
.spans {
  padding: 0 9px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 80%,
    #ffffff00 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 80%,
    #ffffff00 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 80%,
    #ffffff00 100%
  );
}

#spans-mini{
  height: 26px;
  width: 170px;
  overflow: hidden;
  margin-top: 0px;
}

.spans span {
  width: fit-content;
  /* height: fit-content; */
  height: 18px;
  font-family: msr700;
  font-style: normal;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  padding: 2px 10px;
  color: #333333;
  background: #f4f4f4;
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 2px;
  margin-top: 5px;
}

.standard-spans {
  margin-right: 29px;
  margin-top: -2px;
  background: unset;
  height: fit-content;
  max-height: 100%;
  position: relative;
}

.spans-m-hidden {
  min-height: 70px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000,
    0px 13px 32px -4px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px #000000, 0px 13px 32px -4px rgb(0 0 0 / 0%);
  border-radius: 0px 0px 20px 20px;
  background-color: white;
}

#main-cat {
  background-color: #646464;
  color: white;
  position: absolute;
  bottom: 11px;
  /* cursor: default; */
}

.main-cat-mini{
  position: unset !important;
}

#main-cat a {
  color: white;
}

.mini-more2 {
  cursor: pointer;
  width: 28px;
  height: 18px;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  right: 9px;
  bottom: 11px;
}

.premium-more2 {
  cursor: pointer;
  width: 28px;
  height: 18px;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 17px;
}

.img-mini-single-pozicija {
  position: absolute;
  top: 13px;
  right: 13px;
  display: none;
  width: 10px;
  height: 10px;
}

.img-mini-poslovi-pozicija {
  position: absolute;
  top: 11px;
  right: -6px;
  display: none;
  width: 10px;
  height: 10px;
}

.oglas-standard {
  width: 210px;
  height: 260px;
  background: #fff;
  border-radius: 15px;
  grid-column: span 1;
  grid-row: span 2;
  align-self: center;
  justify-self: center;
}

.middle-standard {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.top-standard h4 {
  font-family: msr700;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  padding-top: 8px;
  padding-left: 9px;
  margin-bottom: 7px;
}

.top-b-s span {
  width: fit-content;
  height: 18px;
  background: #f4f4f4;
  border-radius: 6px;
  font-family: msr700;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  /* padding-top: 3px; */
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: default; */
  padding: 0 6px;
  margin-left: 3px;
}

.top-b-s {
  width: fit-content;
  height: 18px;
  /* background: #f4f4f4; */
  border-radius: 10px;
  font-family: msr700;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  /* padding-top: 3px; */
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 7px;
}
.top-standard {
  position: relative;
  height: 30px;
}

.top-b-s img {
  display: none;
}

.bottom-flex {
  width: 183px;
  margin-left: 0;
  margin-bottom: 10px;
  height: auto;
  padding-top: 17px;
  display: flex;
  justify-content: flex-start;
}

.bottom-flex h3 {
  font-family: msr700;
  font-style: normal;
  font-size: 19px;
  line-height: 23.5px;
  text-align: left;
  color: #000000;
  padding: 0 14px;
  overflow: hidden;
  padding-left: 9px;
}
.bottom-flex a {
  color: black;
}

#single-firme-s-h3 {
  margin-top: 12px;
}

#main-tag-s {
  background-color: #646464;
  color: white;
  /* cursor: default; */
}

#main-tag-s a {
  color: white;
}



.oglas-premium {
  width: 460px;
  height: 260px;
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
  align-self: center;
  justify-self: center;
}
.middle-premium {
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oglas-premium.oglas-expanded>a[data-poslovi-single-link="image"],
.oglas-premium.oglas-expanded .top-right>span,
.oglas-standard.oglas-expanded>a[data-poslovi-single-link="image"],
.oglas-standard.oglas-expanded .top-right>span {
  display: none;
}

.oglas-mini.oglas-expanded .top-oglas {
  display: none;
}

.oglas.oglas-expanded .shrink-oglas {
  display: inline;
  cursor: pointer;
}

.oglas.oglas-expanded .premium-more2,
.oglas.oglas-expanded .standard-more2,
.oglas.oglas-expanded .mini-more2 {
  display: none;
}

.top-premium h4 {
  font-family: msr700;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  padding-top: 12px;
  padding-left: 14px;
  padding-bottom: 10px;
}
.top-b-p span {
  width: fit-content;
  padding: 0 10px 0 10px;
  height: 18px;
  background: #f4f4f4;
  border-radius: 6px;
  font-family: msr700;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  /* padding-top: 3px;  */
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: default; */
  text-transform: uppercase;
  margin-left: 5px;
}
.top-b-p {
  width: fit-content;
  height: 18px;
  /*background: #f4f4f4;*/
  border-radius: 10px;
  font-family: msr700;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  /* padding-top: 3px; */
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 12px;
}
.top-b-p img {
  display: none;
}
.top-premium {
  position: relative;
}
/* .bottom-premium {
    height: 44px;
    overflow: hidden;
} */
.bottom-premium h3 {
  font-family: msr700;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #000000;
  padding: 0 14px;
  margin-top: 12px;
  height: 30px;
  overflow: hidden;
}

.bottom-premium a {
  color: black;
}

.bottom-premium .spans span {
  margin-top: 7px;
  /* cursor: default; */
}
.bottom-premium .spans {
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 40px;
}

.standard-more2 {
  cursor: pointer;
  width: 28px;
  height: 18px;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
  position: absolute;
  left: 173px;
  bottom: 0px;
}

.helper {
  flex: 1;
  height: 10%;
}

.bottom-standard {
  position: relative;
  height: 119px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.center-o {
  text-align: center;
}

.delatnost_mini {
  font-family: msr700;
  font-style: normal;
  font-size: 13px;
  color: black;
  padding: 5px 5px 0 9px;
  display: block;
}

.delatnost_grad {
  padding-top: 4px;
}

@media screen and (max-width: 700px) {
  #spans-mini{
    width: 120px;
    margin-top: 0px;
}
  .white {
    width: 100%;
  }
  .header-nav-item:last-child {
    display: none;
  }

  .po-internetu-inner {
    width: 100%;
  }
  .delatnosti-new {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav {
    width: 100%;
  }
  .title-box h1 {
    width: 100%;
  }
  .img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .vector {
    left: unset;
  }
  .icon-box {
    width: 80%;
    flex-wrap: wrap;
  }

  .icon-box article {
    width: 50%;
    margin-bottom: 30px;
    border-right: none;
  }

  .testemonials-inner {
    width: 95%;
  }
  .broj-tekst {
    width: 95%;
  }
  .text-wrapper {
    width: 95%;
  }

  .dobro-lose {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .boxes {
    width: 100%;
    justify-content: center;
  }

  .o-sebi-tekst {
    width: 80%;
  }

  .linkovi {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .linkedin-div,
  .website {
    margin: auto;
    margin-top: 20px;
    width: fit-content;
  }

  .lista-delatnost {
    width: 95%;
  }

  .pozicije-naslov-inner {
    width: 310px;
  }
  .poslovi-naslov {
    font-size: 25px;
    line-height: 30px;
  }

  .results {
    width: 330px;
  }

  .positions {
    width: 330px;
  }

  .oglas-mini {
    width: 160px;
    height: 115px;
    /* margin: 10px 5px; */
  }


  .boxes article {
    width: 95%;
  }
  .poslovi-profil {
    padding-bottom: 50px;
  }
  .box-desc {
    width: 270px;
  }
  .utisci-naslov {
    font-size: 28px;
  }
  .oglas-standard {
    width: 160px;
    height: 260px;
    /* margin: 5px;
        margin-bottom: 10px; */
  }
  .top-standard h4 {
    font-size: 13px;
    line-height: 16px;
    padding-left: 11px;
    width: 90px;
    height: 23px;
    line-break: anywhere;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 85%,
      rgba(255, 255, 255, 1) 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top-b-s {
    right: 11px;
  }
  .bottom-flex {
    width: 160px;
    height: unset;
    padding-top: unset;
    margin-bottom: unset;
  }
  .bottom-flex h3 {
    padding: 0 11px;
    margin-top: 8px;
  }
  .oglas-premium {
    width: 340px;
    height: 260px;
    /* margin: auto;
        margin-bottom: 20px; */
  }
  .middle-premium img {
    width: 340px;
  }
  .bottom-premium h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .bottom-premium .spans {
    background: unset;
    margin-top: 10px;
    height: 30px;
    overflow: hidden;
  }
  .bottom-premium .spans-hidden {
    margin-top: 10px;
  }
  .bottom-standard {
    position: relative;
    height: 125px;
  }
  .bottom-standard .spans {
    /* margin-top: 0px; */
    /* background: unset;
        position: absolute;
        bottom: -4px; */
    max-height: 100%;
    /* min-height: 29px; */
  }
  .bottom-standard .spans-hidden {
    margin-top: 4px;
  }
  .standard-more2 {
    cursor: pointer;
    width: 28px;
    height: 18px;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    /* right: 9px;
        bottom: 0px; */
    left: 124px;
  }

  .premium-more2 {
    cursor: pointer;
    width: 28px;
    height: 18px;
    background-color: #f4f4f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    position: absolute;
    right: 14px;
    bottom: 13px;
  }

  .mini-flex {
    width: 160px;
  }
  .mini-flex h3 {
    width: 140px;
  }
  .img-mini-poslovi-pozicija {
    right: 12px;
  }

  .positions {
    grid-template-columns: repeat(2, 150px);
    column-gap: 30px;
    row-gap: 30px;
  }

  .middle-premium img {
    width: 35%;
  }

  .middle-standard img {
    width: 45%;
  }
}
