@font-face {
    font-family: msr900;
    font-style: normal;
    font-weight: normal;
    src: url(../../../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
@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: ttBold;
    font-style: normal;
    font-weight: normal;
    src: url(../../../fonts/TitilliumWeb-Bold.ttf);
  }
  @font-face {
    font-family: ttReg;
    font-style: normal;
    font-weight: normal;
    src: url(../../../fonts/TitilliumWeb-Regular.ttf);
  }
  @font-face {
    font-family: ttLight;
    font-style: normal;
    font-weight: normal;
    src: url(../../../fonts/TitilliumWeb-Light.ttf);
  }
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f1f1f1;
}

.logo{
    width: 205px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);

}

.header-inner{
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
}

.logo-h-left {
    font-family: ttLight;
    font-weight: 700;
    font-size: 32px;
    line-height: 127%;
    color: #034EA2;
    text-decoration: none;
}
.logo-h{
    font-family: msr700;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    margin-right: 118px;
}

.startit-logo {
  display: flex;
  align-items: center;
}

.startit-logo svg:first-child {
  margin-right: 5px;
}

.section-one{
    background-color: #F1F1F1;
}

.section-one-inner{
    width: 1160px;
    margin: auto;
    padding-top: 64px;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.section-one-inner img{
    width: 530px;
    height: 362px;
}

.main-title{
    width: 362px;
    font-family: ttLight;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 127%;
    color: #034EA2;
}
.main-title span{
    font-family: ttBold;
}

.main-text{
    width: 393px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-top: 15px;
}

.small-text{
    width: 351px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: rgba(85, 85, 85, 0.51);
    margin-top: 20px;
}

.section-one-left button{
    width: 350.12px;
    height: 61.06px;
    background: #6BB745;
    font-family: ttReg;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin-top: 15px;
    cursor: pointer;
}

.dugme-bela-sekcija button{
    width: 350.12px;
    height: 61.06px;
    background: #6BB745;
    font-family: ttReg;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin-top: 50px;
    cursor: pointer;
}

.bela-sekcija-button-wrapper {
    display: flex;
    justify-content: center;
}

.zelena-sekcija {
    background-color: #6BB745;
}

.naslov-bela-sekcija {
    max-width: 955px;
    font-family: ttLight;
    font-style: normal;
    font-weight: 550;
    font-size: 42px;
    line-height: 59.6px;
    color: #034EA2;
    text-align: center;
    margin: auto;
    padding-top: 100px;

}

.naslov-bela-sekcija span {
    font-family: ttBold;
}

.section-two{
    background-color: white;
    position: relative;
    z-index: 1;
}

.section-two-inner{
    max-width: 1457px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 16px;
}

.gist-logo {
  max-width: 280px;
}

.sec-two-content{
    width: 614px;
}

.osoba{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.osoba img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
}

.ime{
    font-family: Calibri, Helvetica;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    max-width: 357px;
    letter-spacing: -0.015em;
    margin-bottom: 6px;
}
.pozicija{
    color: #555555;
    font-family: ttLight;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.koga-trazimo {
    display: flex;
    padding-top: 190px;
}

/* .ako-imas, .dobices-priliku {
    display: flex;
    flex-direction: column;
    width: 45%;
} */

.ako-imas {
    max-width: 90%;
      width: 1160px;
      margin-left: auto;
      margin-right: auto;
}

/* .dobices-priliku {
    margin-right: auto;
} */

.ako-imas-heading, .dobices-priliku-heading {
    border-bottom: 7px solid #6BB745;
    margin-bottom: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ako-imas-heading h1, .dobices-priliku-heading h1 {
    font-family: ttBold;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 27px;
    color: #034EA2;
    text-align: center;
}

/* .ako-imas-heading h1 {
    margin-left: 205px;
} */

.dobices-priliku-heading h1 {
    margin-left: 100px;
}

.ako-imas-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* .dobices-priliku-items {
    margin-right: 111px;
} */

/* .ako-imas-item, .dobices-priliku-item {
    align-items: flex-start;
    border-bottom: 1px solid #555555;
    display: flex;
    height: 80px;
    padding: 36px 0 36px 0;
    width: 100%;
} */

.ako-imas-item,
.dobices-priliku-item {
  align-items: flex-start;
  border-bottom: 1px solid #555555;
  display: flex;
  /* height: 80px; */
  padding: 36px 0 36px 25px;
  /* width: 100%; */
  position: relative;
}

.ako-imas-item:before,
.dobices-priliku-item:before {
  content: "";
  margin-top: 12px;
  width: 16px;
  height: 16px;
  background-color: #6BB745;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

/* .ako-imas-item img, .dobices-priliku-item img {
    margin: 12px 25px 0 0;
    width: 16px;
} */

.ako-imas-item p, .dobices-priliku-item p {
    /* width: 452px; */
    font-family: ttLight;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
}

.content-osoba{
    font-family: ttLight;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: #555555;
    margin-top: 7px;
}

.text-rnd{
    width: 792.6px;
    font-family: ttLight;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 182px;
}

.text-rnd-2{
    width: 660px;
    font-family: ttLight;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 80px;
    text-align: left;
}

.h-rnd{
    width: 375px;
    font-family: ttBold;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 79px;
    text-align: center;
    color: #034EA2;
    margin: auto;
    margin-top: 80px;
}

.h-rnd-2{
    width: 674px;
    font-family: ttBold;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 79px;
    text-align: center;
    color: #034EA2;
    margin: auto;
    margin-top: 120px;

}

.kartice{
    margin-top: 120px;
}

.kartice-inner{
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.single-kartica{
    width: 290px;
    height: 580px;
    background: #FFFFFF;
    border-radius: 21px;
}

.single-kartica img{
    width: 290px;
    height: 220px;
    border-radius: 21px 21px 0 0;
    object-fit: cover;
}

.single-kartica h3{
    width: 238px;
    font-family: ttReg;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #6BB745;
    margin: auto;
    text-align: left;
    margin-top: 20px;
}
.single-kartica p{
    width: 238px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 30px;
    text-align: left;
}

.poziv{
    width: 674px;
    font-family: ttLight;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    color: #6BB745;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;

}

.section-three{
    padding-top: 100px;
    padding-bottom: 125px;
    background-color: white;

}

.h-rnd-3{
    margin-top: 0px;
    margin-bottom: 100px;
}

.section-three-inner{
    width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.section-three-inner div{
    width: 250px;
    text-align: center;
    align-items: center;
}

.section-three-inner img{
    margin-bottom: 40px;
    width: 140px;
    height: 140px;
}
.section-three-inner p{
    font-family: ttLight;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #555555;
}

.section-four{
    background: #034EA2;
    height: 666px;
    display: flex;
}

.four-inner{
    /* width: 1072px; */
    /* height: 575px; */
    margin: auto;
}

.four-inner-mobile{
    display: none;
}

.four-inner img{
    max-width: 100%;
    height: auto;
    position: relative;
    top: 100px;
    -webkit-box-shadow: 15px 15px 0px 1px #6BB745;
    box-shadow: 15px 15px 0px 1px #6BB745;
}

.ikonica {
    height: 17px;
    width: 9px;
}

.resenje {
    font-family: ttLight;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;

}
.embed-kvadratici {
    display: flex;
    max-width: 350px;
}

.kvadratic-ikonica {
    display: flex;
    margin-right: 8px;
    margin-top: 7px;
}

.rnd-4{
    width: 955px;
    font-family: ttLight;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 127%;
    color: #FFFFFF;
    margin: auto;
    padding-top: 200px;
    text-align: center;
}

.embed-div {
    background: url(https://startit.rs/media/psenica-pozadina.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.embed-inner{
    width: 80%;
    max-width: 1350px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 79px;
    padding-bottom: 180px;
}

.bela-sekcija {
    background-color: white;
    padding-bottom: 180px;
}

.zelena-sekcija-2 {
    background-color: #6BB745;
    margin-top: 80px;
}

.zarezi {
    justify-content: center;
    display: flex;
    padding-top: 50px;
}

.zelena-sekcija-naslov {
    font-family: ttLight;
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding-top: 50px;

}

.tekst-ispod-naslova-zelena-sekcija {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 80%;
    max-width: 1151px;
    padding-top: 45px;
}

.zelena-sekcija-p {
    font-family: Calibri, Helvetica;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-bottom: 65px;
    padding-top: 20px;
    max-width: 333px;

}

.faq{
    background-color: white;
    padding-top: 128px;
    padding-bottom: 150px;
}

.faq-t{
    width: 98px;
    font-family: ttBold;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 68px;
    color: #6BB745;
    margin: auto;
    margin-bottom: 90px;
}

.faq-inner{
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.faq-content{
    width: 260px;
}
.faq-content span{
    color: #6BB745;
}
.faq-title{
    font-family: ttReg;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #034EA2;
    margin-bottom: 25px;
}
.faq-text{
    font-family: ttLight;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 35px;
}

.green{
    /* background: #6BB745; */
    padding-bottom: 120px;
    padding-top: 80px;
    background: url(https://startit.rs/media/Group-150-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.green-inner{
    max-width: 955px;
    margin: auto;
}

.nismo{
    font-family: ttLight;
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 127%;
    color: #FFFFFF;
}
.pisi{
    font-family: ttBold;
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 127%;
    color: #FFFFFF;
}

.irina{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.irina-left{
    display: flex;
    align-items: center;
}

.irina-left img{
width: 150px;
height: 160px;
border-radius: 50%;
margin-right: 40px;
}

.irina-left h5, .kontakt{
    font-family: ttBold;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 55px;
color: #FFFFFF;
}

.kontakt{
    margin-top: 35px;
}

.irina-left p, .mejl{
    font-family: ttLight;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 37px;
color: #FFFFFF;
}

.irina-img {
    background: url('../images/nevenka-rangelov.png');
    /* background-position-y: -40px; */
    background-size: cover;
    border-radius: 50%;
    height: 150px;
    margin-right: 32px;
    width: 150px;
}

.poslednja{
    padding-top: 140px;
    padding-bottom: 160px;
    background: url(https://startit.rs/media/Group-150-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.budi{
    width: 702.6px;
font-family: ttBold;
font-style: normal;
font-weight: bold;
font-size: 51px;
line-height: 127%;
text-align: center;
color: #FFFFFF;
margin: auto;
margin-bottom: 22px;

}

.budi-text{
    width: 600px;
font-family: ttLight;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 127%;
text-align: center;
color: #FFFFFF;
margin: auto;
margin-bottom: 120px;
}

.poslednja-inner{
    width: 955px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.poslednja-inner p{

    font-family: ttLight;
    width: 225px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;

}

.small{
    width: 351px;
font-family: ttLight;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: -0.015em;
color: rgba(255, 255, 255, 0.51);
margin: auto;
}
.poslednja a{
    display: block;
    width: 350px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 20px;
}
.poslednja button{
    width: 350.12px;
    height: 61.06px;
    background: #6BB745;
    font-family: ttReg;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
}

.plavi{

    width: 40%;
    height: 715px;
    background: #034EA2;
    position: absolute;
    z-index: 0;
    right: 0px;

}

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

    .plavi{
        display: none;
    }
    .eu, .eit{

    display: block;
    margin: auto;
    margin-top: 40px;

    }

    .ime{

        font-size: 18px;
        line-height: 34px;

    }
    .pozicija{

    font-size: 12px;
    line-height: 14px;

    }
    iframe{
        width: 100%;
        margin: auto;
    }
    .main-title{
        width: 100%;
    }
    .main-text{
        width: 100%;
    }
    .header-inner{
        width: 95%;
    }
    .section-one-inner{
        width: 95%;
        display: block;
    }
    .section-two-inner{
        width: 95%;
        display: block;
    }
    .sec-two-content{
        width: 100%;
        margin-top: 50px;
    }
    .section-two-inner .osoba {
      justify-content: center;
    }
    .text-rnd{
        width: 95%;
    }
    .section-one-inner img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .h-rnd{
        width: 95%;
    }
    .text-rnd-2{
        width: 95%;
    }

    .h-rnd-2{
        width: 95%;
    }
    .kartice-inner{
        width: 95%;
        display: block;
    }
    .poziv{
        width: 95%;

    font-size: 33px;
    line-height: 39px;

    }
    .section-three-inner{
        width: 95%;
        display: block;
    }

    .section-four{
        height: auto;

    padding-top: 50px;
    padding-bottom: 50px;

    }
    .rnd-4{
        width: 95%;
        margin-top: 150px;
    }
    .embed-inner{
        width: 95%;
        flex-direction: column;
        align-items: center;
    }

    .faq-inner{
        width: 95%;
        display: block;
    }
      .green-inner {
        width: 95%;
        text-align: center;
      }
    .irina{
        /* display: block; */
        flex-direction: column;
    }
    .budi{
        width: 95%;
    }
    .budi-text{
        width: 95%;
    }
    .poslednja-inner{
        width: 95%;
        display: block;
    }

    .text-rnd{
        margin-top: 100px;
    }
    .h-rnd, .text-rnd-2{
        margin-top: 50px;
    }
    .h-rnd-2{
        font-size: 36px;
        line-height: 57px;
        margin-top: 100px;

    }
    .single-kartica{
        margin: auto;
        margin-bottom: 40px;
    }
    .section-three{
        padding-top: 1px;
    }
    .section-three-inner div{
        margin: auto;
        margin-bottom: 60px;
    }
    .embed-kvadratici{
        width: 100%;
        margin-top: 50px;
    }
    .embed-inner p{
        width: 100%;
        margin: auto;
        text-align: center;
        /* margin-top: 50px; */
    }
    .embed-inner{
        margin-bottom: 100px;
    }
    .faq{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .faq-content{
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .nismo, .pisi{
        font-size: 34px;
    }
    .irina-left img{

    width: 120px;
    height: 120px;
margin-right: 30px;
    }
    .irina-left h5, .kontakt{
        line-height: 40px;
    }
    .irina-kontakt{

    text-align: center;
    margin-top: 60px;

    }
    .poslednja-inner p{

    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;

    }

    .content-osoba{

    font-size: 14px;
    line-height: 16px;
    margin-top: 21px;

    }

    .tekst-ispod-naslova-zelena-sekcija {
      flex-direction: column;
      align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .header-inner {
        width: 90%;
    }
    .logo {
        width: 155px;
    }
    .logo-h {
        margin-right: unset;
    }
    .section-one-inner{
        width: 90%;
    }
    .section-two-inner{
        width: 90%;
    }
    .ime {
        line-height: 19px;;
    }
    .four-inner {
        display: none;
    }
    .four-inner-mobile {
        display: block;
        margin: auto;
        width: 95%;
    }
    .four-inner-mobile img{
        width: 95%;
        position: relative;
        -webkit-box-shadow: 10px 10px 0px 1px #6BB745;
        box-shadow: 10px 10px 0px 1px #6BB745;
    }
    .kvadratic-ikonica {
        margin-right: 23px;
    }
    .embed-inner p {
        margin-top: unset;
        text-align: unset;
    }
    .rnd-4 {
        padding-top: 70px;
    }
    .embed-kvadratici {
        width: 85%;
        margin-bottom: 30px;
    }

    .naslov-bela-sekcija {
        font-size: 37px;
        width: 90%;
    }
    .embed-inner {
        align-items: center;
        margin-bottom: unset;
        display: flex;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .nismo {
        text-align: center;
        margin-bottom: 15px;
    }
    .pisi {
        text-align: center;
    }

    .koga-trazimo {
        flex-direction: column;
        padding-top: 60px;
    }

    .ako-imas {
        padding-bottom: 30px;
    }

    .ako-imas, .dobices-priliku {
        margin: auto;
        width: 90%;
    }

    .ako-imas-heading h1, .dobices-priliku-heading h1 {
        margin: unset;
        text-align: center;
    }

    /* .ako-imas-items, .dobices-priliku-items {
        margin: auto;
        width: 75%;
    } */

    .ako-imas-item, .dobices-priliku-item {
        height: unset;
        padding: 25px 0 25px 25px;
    }

    .ako-imas-item:before,
    .dobices-priliku-item:before {
        margin-top: 6px;
    }

    .ako-imas-item p, .dobices-priliku-item p {
        font-size: 18px;
        line-height: 27px;
    }

    .zelena-sekcija-naslov {
        width: 95%;
        margin: auto;
    }
}
