/* FONTOVI */
@font-face {
    font-family: m900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }

  @font-face {
    font-family: m500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
  }

  @font-face {
    font-family: m300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
  }

  @font-face {
    font-family: m100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
  }

  @font-face {
    font-family: m700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
  }

  #table-plate{
      display: none;
  }

  #table-ocena{
      display: none;
  }

  .img-div h4{
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
  }

  .img-div h4:hover{
      border-bottom: 1px solid black;
  }

  .top-standard h4 a{
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease 0s;
  }

  .top-standard h4 a:hover{
      border-bottom: 1px solid black;
  }

  .top-premium h4 a{
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease 0s;
  }

  .top-premium h4 a:hover{
      border-bottom: 1px solid black;
  }

    /* NOVA SEKCIJA SA KATEGORIJAMA */

    .lista-flex {
      display: flex;
      flex-wrap: wrap;
      padding-top: 10px;
    }

    .white-container-new {
      padding: 10px 15px;
      border-bottom: 1px solid #dedede;
    }

    .del-container {
      padding: 10px 15px;
    }

    .cats-list {
      height: 45px;
      overflow: hidden;
      position: relative;
    }

    .prikazi-jos {
      display: block;
      margin: auto;
    }

    .gradient {
      width: 100%;
      height: 45px;
      position: absolute;
      top: 0;
      background: linear-gradient(360deg, #FFFFFF 18.75%, rgba(255, 255, 255, 0) 83.33%);

    }

    /* NOVA SEKCIJA SA KATEGORIJAMA KRAJ */


  .graph-opis{
    font-size: 16px;
    font-family: m300;
    text-align: center;
    padding-top: 20px;
  }

.iskustva-new{
    width: 500px;
    margin: auto;
    margin-top: 50px;
}


  /* CSS ZA SLAJDER */

.slider {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  .kancelarije-title1 {
    font-size: 50px;
    font-family: "msr9";
    text-align: center;
    margin-bottom: 50px;
  }

  .main-carousel-div {
    width: 100%;
    margin: auto;
    /* margin-top: 50px; */
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .benefiti {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
    font-family: "msr9";
    text-align: center;
    margin-bottom: 50px;
  }

  .benefiti span {
    color: #555555;
    font-size: 16px;
    font-family: "msr5";
  }

  /* Carousel */
  .carousel {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }

  /* Slider */
  .overflow {
    --width: 100%;
    width: var(--width);
    overflow-x: scroll;
    border: 2px solid #333;
    /* box-sizing: content-box; */
    /* scroll */
    scroll-behavior: smooth;
    /* scroll-snap-type: x mandatory; */
    border-style: none;
  }

  .not-smooth{
      scroll-behavior: auto;
  }

  .overflow::-webkit-scrollbar {
    display: none;
  }
  .slider {
    display: inline-flex;
    overflow: visible;
  }
  .slider .slide {
    /* width: var(--width); */
    height: 50%;
    display: flex;
    /* justify-content: center;
          align-items: center; */
    /* scroll */
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: 50%;
    margin-right: 30px;
  }

  /* Buttons */
  .prev1,
  .next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .prev1 {
    left: 50px;
  }
  .next1 {
    right: 50px;
  }

  @media only screen and (max-width: 1150px) {
    .main-carousel-div {
      width: 95%;
    }

    .overflow {
      --width: 100%;
      width: var(--width);
    }

    .slide img{
        height: 300px;
    }

    .prev1, .next1{
        width: 8%;
        padding: 10px;
    }

    .prev1{
        left: 5px;
    }

    .next1{
        right: 5px;
    }
  }

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


canvas{
    padding: 25px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;

  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-family: m300;
    top: 0px;
    left: 26px;
    padding: 12px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .tooltip-labels{
      display: flex;
      width: 270px;
      margin: auto;
      /* padding-top: 10px; */
      padding-bottom: 10px;
      border-bottom: 1px solid #AEAEAE;
  }

  .tooltip-labels p{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.75;
    text-transform: uppercase;
  }

  .tooltip-kanc{
      display: flex;
      width: 270px;
      margin: auto;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .tooltip-zap{
    display: flex;
    width: 270px;
    margin: auto;
  }

  .tooltip-kanc p, .tooltip-zap p{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
  }

/* HEADER - NAV */
.header{
    position: sticky;
    top: 0px;
    z-index: 30;
    /* border-bottom: 1px solid #DEDEDE; */
    background-color: black;
}

.aktivno{
    border-bottom: 7px solid #3A7FF5;
}

.dugme{
    margin: auto;
    display: block;
    margin-top: 20px;
}


.logo{
    width: 103px;
    padding-top: 14px;

}

.header-inner{
    width: 1040px;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 53px;
}

.nav-desno{
    display: flex;
    justify-content: space-between;
    height: 53px;
    width: fit-content;
    margin: auto;

}

.nav-wrap{
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 25px;
    background-color: white;
    position: sticky;
    top: 0px;
    z-index: 100000;
}

.nav-single{
    display: flex;
    align-items: center;
    padding: 16px 13px;

}


.nav-link{
    border-right: 1px solid #DEDEDE;
}

.nav-link:first-child{
    border-left: 1px solid #DEDEDE;
}

.nav-icon{
    width: 20px;
    margin-right: 9px;
}

.nav-text{
    font-family: m500;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.banner-img{
    width: 100%;
    position: fixed;
    top: 53px;
    z-index: -2;
}

.main-wrap{
    position: relative;
    top: 175px;
    background-color: white;
}

.del-opis{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #999999;
    width: 80%;
    margin-top: 7px;
}

.taraba{
    font-family: m100;
    font-size: 17px;
}

.info{
    padding-bottom: 45px;
}

.info-img-div{
    width: 110px;
    height: 110px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.info-img{
    padding: 14px;
    width: 85px;
    height: 85px;
}
.name{
    width: fit-content;
    margin: auto;
    display: flex;
    padding-top: 75px;
}

.checkmark{
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-left: 7px;
}

.info-name{
    font-family: 'm900';
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 51px;
    text-align: center;
}

.description{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #555555;
    width: 45%;
    margin: auto;
    margin-top: 10px;
}

.graph{
    background-image: url("https://startit.rs/media/bgd.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.white-title{
    font-family: 'm700';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 50px;
}

.white-text{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #CCCCCC;
    width: 450px;
    margin: auto;
    margin-top: 20px;
}

.table-utisci{
    background-color: white;
    width: 500px;
    height: 272px;
    margin: auto;
}

.canvas{
    height: 291px;
}

.canvas-dugme{
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.dugmici{
    display: flex;
    justify-content: space-between;
}



.sivo{
    background-color: #E5E8EB;
    width: 33%;
    height: 35px;
    font-family: 'm500';
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.plavo{
    width: 33%;
    height: 35px;
    font-family: 'm500';
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3A7FF5;
    color: white;
    cursor: pointer;
}


#canvasPrih{
    display: none;
    position: relative;
}

#canvasKom{
    display: none;
    position: relative;
}

#canvasPla{
    display: none;
    position: relative;
}

#canvasOcene{
    display: none;
    position: relative;
}

#canvasZap{
    position: relative;
}

.th-flex{
    display: flex;
    align-items: center;
    border: none;
    height: 40px;
    padding-left: 20px;
}

.th-flex img{
    margin-right: 5px;
}

.th-iskustva{
    font-family: 'm700';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.th-title{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.td-info{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    text-align: center;
    width: 16%;
}

.td-info a{
    color: #000000;
    cursor: pointer;
}

.td-img{
    padding-left: 20px;
}

.td-img img{
    width: 80px;
    cursor: pointer;
}

.td-button button{
    width: 60px;
    height: 23px;
    background-color: #33A331;
    border-style: none;
    outline: none;
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    display: block;
    cursor: pointer;
}

table, td, th{
    border: 1px solid #dedede;
}

td{
    height: 60px;
}

.table-utisci{
    border-collapse: collapse;
}

.table{
    margin-top: 30px;
}

.th-info{
    position: relative;
}

.th-info img{
    position: absolute;
    right: 20px;
    top: 0px;
}

.th-info, .th-title, .th-flex{
    border: none;
}

.td-button a{
    text-decoration: none;
}

.td-button button:hover{
    opacity: 0.8;
}


.social{
    background-color: #F5F5F6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-container-left, .white-container{
    border: 1px solid #dedede;
}

.black-title{
    font-family: 'm700';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.black-text{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #999999;
    width: 447px;
    margin: auto;
    width: auto;
    /* margin-top: 14px; */
}

.social-containers{
    width: 1040px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.white-container{
    width: 500px;
    height: 290px;
    background-color: white;
}


.white-container-title{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}

.white-container-no-border{
    border-bottom: 1px solid #dedede;
}

.white-container-title-left{
    display: flex;
    width: 175px;
}

.white-container-title-left h4{
    margin-top: 3px;
    margin-left: 7px;
}

.white-container-title-left p{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.delatnosti{
    background-image: url("https://startit.rs/media/delatnosti-pozadina-1.jpg");
    padding-bottom: 55px;
}

.delatnosti-container{
    margin: auto;
    margin-top: 20px;
    height: auto;
}

.lista-delatnost{
    display: flex;
    flex-wrap: wrap;
    padding: 17px;
}

.lista-delatnost-og{
    display: flex;
    flex-wrap: wrap;
    padding: 17px;
}

.lista-delatnost-border{
    border-bottom: 1px solid #dedede;
}

.single-cat{
    width: fit-content;
    height: 25px;
    background-color: #f5f5f6;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-family: m700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin-right: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    border: none;
}

.cat-li{
  list-style: none;
}

.single-cat:hover{
  background-color: black;
  color: white;
}

.single-cat:focus{
  background-color: #222222;
}

.belo{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #33A331;
    width: 60px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #33A331;
    cursor: pointer;
    outline: none;
}

.belo:hover{
    opacity: 0.8;
}

.zeleno{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    width: 60px;
    height: 20px;
    background: #33A331;
    border: 1px solid #33A331;
    cursor: pointer;
    outline: none;
}

.zeleno:hover{
    opacity: 0.8;
}

.o-sebi-tekst{
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    text-align: center;
    font-style: italic;
    margin: auto;
}

.info-container{
    width: 470px;
    margin: auto;
    border: 1px solid #dedede;
    margin-top: 40px;
    margin-bottom: 50px;
}

.table-info{
    display: flex;
    justify-content: space-between;
}

.table-info-bottom{
    display: none;
}

.grad-jedan{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #555555;
    font-style: italic;
}

.tb{
    width: 25%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #dedede;
}

.tb img{
    width: 26px;
}

.tb:nth-child(4){
    border: none;
}

.tb h4{
    font-family: 'm900';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.tb h5{
  font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #555555;
}

.del{
    font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #555555;
    margin-top: 10px;
}

.grad {
    font-family: m900;
    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;
  }

  .na-linkedinu{
      display: flex;
      padding: 17px;
      border-bottom: 1px solid #dedede;
      margin-bottom: 12px;
  }


  .na-linkedinu img{
      width: 50px;
      height: 50px;
      margin-right: 10px;
  }

  .na-linkedinu h5{
    font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }

  .na-linkedinu p{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
  }

  .li-podaci, .web-podaci{
      display: flex;
      padding-left: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
  }

  .li-podaci img, .web-podaci img{
      margin-right: 7px;
  }

  .li-podaci a, .web-podaci a{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #3A7FF5;
  }

  .li-podaci p, .web-podaci p{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #555555;
  }

  .li-podaci p span{
      font-weight: bold;
  }

  .web-wrapper{
      padding-top: 12px;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 1px solid #dedede;
  }







/* OVDE POCINJE CSS ZA OGLASE  */
a{
    text-decoration: none;
}
.poslovi-profil{
    background-color: #F5F5F6;
    padding-top: 60px;
    padding-bottom: 50px;
}

.poslovi-profil a{
    color: black;
}
.results {
    width: 960px;
    margin: 30px auto;
    padding-bottom: 50px;
    height: fit-content;
  }

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

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

  .positions-4 {
    width: 960px;
    margin: 20px auto 50px auto;
    display: flex;
    justify-content: space-evenly;
  }

  .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: m700;
    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: m700;
    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: m700;
    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: m700;
    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 span {
    width: fit-content;
    /* height: fit-content; */
    height: 14px;
    font-family: m700;
    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 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: m700;
    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;
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-b-s span {
    width: fit-content;
    height: 18px;
    background: #f4f4f4;
    border-radius: 6px;
    font-family: m700;
    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: m700;
    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: m700;
    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;
  }

  .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;
}

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

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

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

  /* #span-standard{
      margin-top: 7px;
      cursor: default;
  } */

  .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;
  }


  .top-premium h4 {
    font-family: m700;
    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: m700;
    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: m700;
    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: m700;
    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: m700;
    font-style: normal;
    font-size: 13px;
    color: black;
    padding: 5px 5px 0 9px;
    display: block;
  }

  .delatnost_grad {
    padding-top: 4px;
  }

  .o-nama-sekcija{
    padding-top: 50px;
  }

  .o-nama{
    font-family: 'm700';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 58px;
    text-align: center;
    color: #000000;
  }

  .o-nama-gray-wrapper{
      display: flex;
      justify-content: center;
      background-color: #F5F5F6;
      width: 1027px;
      margin: auto;
      margin-top: 20px;
  }

  .o-nama-gray{
      padding: 35px 22px;
  }

  .o-nama-gray:first-child{
      border-right: 1px solid #E4E4E4;
  }

  .gray-title{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #555555;
  }

  .gray-text{
      text-align: left;
      padding: 30px;
  }

  .slike-na-mapi > .swiper-button-disabled{
    visibility: hidden;
}

  .o-nama-slike {
      max-width: 1350px;
      margin: auto;
      margin-bottom: 65px;
      overflow: hidden;
  }

  .o-nama-slike-prev{
    position: relative;
    top: 305px;
    left: 55px;
    z-index: 2;
    cursor: pointer;
  }

  .o-nama-slike-next{
    position: relative;
    top: 256px;
    left: 1245px;
    z-index: 2;
    cursor: pointer;
  }

  .kancelarije-wrapper{
      background-color: #F5F5F6;
      padding-top: 50px;
      padding-bottom: 50px;
  }

  .mapa-jedna{
      background-color: white;
      width: 500px;
      height: 377px;
      margin-top: 40px;
  }

  .mapa-grad-adresa{
      display: flex;
      justify-content: space-between;
      width: 465px;
      margin: auto;
      margin-bottom: -12px;
      padding-top: 16px;
  }

  .mapa-grad-title{
    font-family: 'm700';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
  }

  .mapa-grad-text{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #999999;
  }

  .mapouter{
      margin: auto;
  }

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

  .slike-na-mapi {
    height: 140px;
  }

  .slike-na-mapi-wrapper {
      top: -30px;
  }

  .slike-na-mapi-prev > img, .slike-na-mapi-next > img {
      width: 25px;
  }

  .slike-na-mapi-prev{
    position: relative;
    top: 75px;
    left: 17px;
    z-index: 2;
    cursor: pointer;
  }

  .slike-na-mapi-next{
    position: relative;
    top: 45px;
    left: 423px;
    z-index: 2;
    cursor: pointer;
  }

  .daljinski-rad{
      background-color: white;
      width: 1040px;
      margin: auto;
      margin-top: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .daljinski-rad-flex{
      display: flex;
      margin-top: 12px;
  }

  .dugme-jos{
    width: 100px;
    font-size: 12px;
    height: 25px;
    margin-top: 0px;
 }

 #hwimg{
     width: 120px;
 }

 #jimg{
     width: 80px;
 }

 #glimg{
     width: 90px;
 }

 #ofimg{
     width: 110px;
 }

 .ljudi-wrapper{
     background-image: url('https://startit.rs/media/upoznajte-nas-tim-pozadina-1.png');
     background-repeat: no-repeat;
     background-size: cover;
     padding-bottom: 100px;
 }

 .ljudi{
     display: flex;
     width: 1000px;
     margin: auto;
     justify-content: space-between;
     margin-top: 35px;
     overflow: hidden;
 }

 .covek{
     width: 144px;
     height: 210px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
 }

 .covek-ime{
    font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 118%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
 }

 .covek-opis{
    font-family: 'm100';
    font-style: normal;
    font-weight: 250;
    font-size: 11px;
    line-height: 154%;
    text-align: center;
    color: #FFFFFF;
 }

 .covek-slika{
     width: 94px;
     height: 94px;
     border-radius: 50%;
 }

 .covek a{
    width: 93px;
    height: 29px;
    background: #3A7FF5;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .bivse-kolege-wrapper{
     position: relative;
     width: 100%;
     background-color: white;
     height: 775px;
 }

 .kolege-inner{
    position: absolute;
    width: 1000px;
    top: -105px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 50px;
 }

 .kolege-boxes{
     width: 780px;
     margin: auto;
     display: flex;
     justify-content: space-between;
     margin-top: 40px;
     overflow: hidden;
 }

 .kolega-gray-box{
     background-color: #F5F5F6;
     width: 160px;
     padding: 23px 30px;
 }

 .kolega-info{
     display: flex;
     align-items: center;

 }

 .kolega-slika{
     margin-right: 11px;
 }

 .kolega-info h5{
    font-family: 'm700';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
 }

 .kolega-info p{
    font-family: 'm300';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10px;
    color: #999999;
    margin-top: 5px;
 }

 .prednosti-title, .mane-title{
    font-family: 'm700';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-top: 16px;
 }

 .prednosti-text, .mane-text{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #999999;
    margin: auto;
    margin-top: 14px;
 }

 .proces-selekcije{
     background-color: #f5f5f6;
     padding-top: 40px;
     padding-bottom: 100px;
 }

 .container{
     width: 959px;
     margin: auto;
     overflow: hidden;
     margin-top: 40px;
 }

 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    margin: auto;
    margin-top: 30px;
 }

 .kartica-slide{
    width: 160px !important;
    background-color: white;
    padding: 20px;
    height: 180px !important;
    margin-right: 50px;
 }

 .brojka{
    font-family: 'm100';
    font-style: normal;
    font-weight: 250;
    font-size: 59px;
    line-height: 71px;
    color: #3A7FF5;
 }

 .zatvorena-kartica-naslov{
    font-family: 'm700';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
 }

 .sakriven-tekst{
    font-family: 'm100';
    font-style: normal;
    font-weight: 250;
    font-size: 14px;
    line-height: 154%;
    margin-top: 15px;
 }

 .slike-na-mapi{
     overflow: hidden;
     margin: 0 17.5px 15px 17.5px;
 }

 .slika-na-mapi-wrapper {
     width: 227.5px;
 }

 .slika-na-mapi-wrapper > img {
     width: 100%;
 }

 .strelica{
    position: relative;
    top: -96px;
    left: 440px;
 }

 .broj-graph{
    font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    color: #000000;
    transform: rotate(-90deg);
    left: -50px;
    position: absolute;
    width: fit-content;
    bottom: 100px;
 }

 .godina-graph{
    font-family: 'm500';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    position: absolute;
    bottom: 10px;
    left: 55px;
 }

 .prihod-label{
     left: -27px;
 }

 .plate-label{
     left: -35px;
 }

 .ocene-label{
     left: -31px;
 }

 .canvas-info-img{
    position: absolute;
    right: 12px;
    top: 12px;
 }

 .nema{
     margin-top: 0;
 }

 .gradovi{
    width: 85%;
    text-align: center;

 }

  @media screen and (max-width: 900px) {

    .graph-opis{
      font-size: 12px;
      padding-top: 15px;

    }

    .iskustva-new{
        width: 88%;
    }
    .li-podaci a{
        line-break: anywhere;
        width: 250px;
    }

    .web-podaci a{
        line-break: anuwhere;
        width: 185px;
    }

    .nav-wrap{
        background-color: transparent;
        border: none;
    }
    #hwimg{
        width: 90px;
    }

    #jimg{
        width: 60px;
    }

    #glimg{
        width: 80px;
    }

    #ofimg{
        width: 95px;
    }

    #th-ocena{
        text-align: left;
    }
    .th-info img{
        top: 5px;
        right: 5px;
    }

  .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%;
  }


.td-img{
    height: 40px;
}

.td-info{
    width: 20%;
    height: 40px;
}

.table-utisci{
    height: auto;
}
.canvas-dugme{
    width: 88%;
}

#canvasPrih{
    width: 100%;
}
#canvasZap{
    width: 100%;
}
#canvasOcene{
    width: 100%;
}

.tooltip .tooltiptext{
    display: none;
}


    .nav-desno{
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100vw;
    height: 90px;
    border-top: 1px solid #dedede;
    }

    .nav-single{
        display: block;
        padding: 0px 0px;
    }

    .nav-icon{
        width: 25px;
        height: 25px;
        margin-right: 0px;
        display: block;
        margin: auto;
        padding-top: 13px;
    }

    .nav-text{
        font-size: 7px;
        text-align: center;
    }

    .nav-link{
        border-right: none;
        width: 20%;
    }

    .header-inner{
        width: 100%;
    }

    .info-name{
        margin: auto;
        font-size: 36px;
        line-height: 43px;
        width: 90%;
    }

    .white-title{
    font-size: 22px;
    line-height: 26px;
    }

    .black-title{
    font-size: 22px;
    line-height: 26px;
    }

    .description{
        width: 85%;
    }
    .info-container{
        width: 88%;
    }

    .white-text{
        width: 90%;
    }

    .table-utisci{
        width: 100%;
    }
    .canvas{
        width: 88%;
        height: 185px;
    }

    .pozicije-naslov-inner{
        margin: auto;
    }

    .th-iskustva{
        font-size: 13px;
}


    .black-text{
        width: 90%;
    }

    .social-containers{
        display: block;
        width: 88%;
    }

    .social-container-left{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 17px;
    }
    .social-container-right{
        width: 100%;
        height: auto;
        padding-bottom: 17px;
    }
    .web-podaci a{
        line-break: anywhere;
    }

    .table-info{
        flex-wrap: wrap;
    }
    .tb{
        width: 49.75%;
    }

    .tb:nth-child(1), .tb:nth-child(2){
        border-bottom: 1px solid #dedede;
    }
    .tb:nth-child(2){
    border-right: none;
    }
    .banner-img{
        width: 100vw;
        height: 172px;
    }

    .social-container-mob{
        width: 88%;
    }

    .o-nama-gray-wrapper{
        display: block;
        width: 88%;
    }

    .o-nama-gray:first-child{
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
    }

    .swiper-slide > img {
        width: 100%;
        height: 100%;
    }

    .gray-text{
        width: 100%;
    }

    .mape{
        display: block;
        width: 88%;
    }
    .mapa-jedna{
        width: 100%;
    }
    .mapa-grad-adresa{
        width: 95%;
    }

    .slajder{
        width: unset;
    }
    .mapouter{
        width: 100% !important;
        margin: auto !important;
    }
    .gmap_canvas{
        width: 100% !important;
        height: unset !important;
    }

    #gmap_canvas{
        width: 100% !important;
    }

    .daljinski-rad{
        width: 88%;
    }
    .daljinski-rad-flex{
        display: block;
    }

    .ljudi{
        width: 90%;
        overflow: scroll;
    }

    .covek{
        margin-right: 100px;
    }
    .kolege-inner{
        width: 100%;
    }

    .kolege-boxes{
        width: 100%;
        overflow: scroll;
    }

    .kolega-gray-box{
        margin-right: 40px;
    }

    .prednosti-text, .mane-text{
        line-height: 18px;
    }

    .container{
        width: 90%;
    }

    .logo{
        margin-left: 15px;
    }
  }
