@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


html{scroll-behavior:smooth}


body{
    max-width: 1920px;
    margin: 0 auto;
    color:#27262e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
}

a{
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
a:focus{
    color: inherit;
}

.btn.focus, .btn:focus, .btn:hover{
    outline: none;
}
.i{
    font-style: italic;
}
.b{
    font-weight: 700;
}

.cont{
    width: 1400px;
    padding: 0px 0px;
    margin: 0 auto;
}


.f-120{
    font-size: 120px;
}
.f-70{
    font-size: 70px;
}
.f-66{
    font-size: 66px;
}
.f-52{
    font-size: 52px;
}
.f-48{
    font-size: 48px;
}
.f-30{
    font-size: 30px;
}
.f-22{
    font-size: 22px;
}
.f-21{
    font-size: 21px;
}
.f-20{
    font-size: 20px;
}
.f-19{
    font-size: 19px;
}
.f-18{
    font-size: 18px;
}
.f-17{
    font-size: 17px;
}
.f-16{
    font-size: 16px;
}
.f-14{
    font-size: 14px;
}


.t-center{
    text-align: center;
}
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}
.t-italic{
    font-style: italic;
}
.t-bold{
    font-weight: 700;
}


.big-title{
    font-size: 66px;
    margin: 0px;
}
.undertitle{
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
}
.undertitle.i{
    font-style: italic;
}
.text{
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.btn{
    width: auto;
    padding: 12px 48px;
    display: inline-block;
    color: #fff;
    background: none;
    border-radius: 10px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border: 3px solid #ffffff;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


.btn img{
    margin-left: 25px;
}


.bitch-net{
    position: absolute;
    top: -1500px;
}







.hamburger{
    display: none;
}


.main-nav{
    width: 100%;
    background: #141414;
    display: flex;
    height: 136px;
    position: absolute;
    top: 0px;
    /* left: calc(50% - 700px); */
    z-index: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-nav-border{
    position: absolute;
    top: 136px;
    left: calc(50% - 790px);
    width: 1580px;
    border-bottom: 1px solid #353434;
}

.main-nav .logo{
    margin-right: 43px;
}
.main-nav .logo img{
    max-width: 190px;
}
.main-nav .cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.main-nav .cont .main-link{
    width: 100%;
    text-align: left;
}
.main-nav .cont .main-link a{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 43px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.main-nav .cont .main-link a:hover{
    color: inherit;
    color: #d2d2d2;
}

.main-nav .cont .main-link a:nth-last-child(1){
    padding-right: 0px;
}



.main-nav .cont .language-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    height: 38px;
    width: 38px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
    cursor: pointer;
}
.main-nav .cont .language-box img{
    margin: 0px auto;
}
.main-nav .cont .btn{
    height: 40px;
    padding: 0px 22px!important;
}
.main-nav .cont .btn img{
    display: none;
}

.main-nav .social-wrap{
    margin-left: auto;
    display: flex;
    margin-right: 42px;
}
.main-nav .social-wrap a{
    height: auto;
    padding: 9px;
}
.main-nav .social-wrap a img{
    height: 17px;
}


.main-nav .flag-wrap{
    margin-left: auto;
    display: flex;
    margin-right: 0px;
}
.main-nav .flag-wrap a{
    height: auto;
    margin: 0px 4px;
}
.main-nav .flag-wrap a img{
    height: 26px;
}
.main-nav .flag-wrap.mobile{
    display: none;
}

.flag-wrap > a img{
    opacity: 0.2;
}
.flag-wrap > a.thisLang img{
    opacity: 1;
}


/* The animation code */
@keyframes example {
  from {top: -160px;}
  to {top: 0;}
}

.main-nav.fly{
    width: auto;
    position: fixed;
    background: #1b1c26;
    top: 0px;
    left: calc(50% - 700px);
    height: 80px;
    border: none;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 0px;
    box-shadow: 0px 12px 30px rgb(0 0 0 / 40%);
    animation-name: example;
    animation-duration: 0.4s;
    z-index: 200;
}
.main-nav.fly .cont{
    padding: 0px 20px;
}
.main-nav.fly .main-link .top-info {
    margin-bottom: 20px;
}
.main-nav.fly .cont .main-link a {
    font-size: 14px;
}
.main-nav.fly .logo img{
    max-width: 130px;
}




.main-nav .cont .main-link .dropdown{
    position: relative;
}
.main-nav .cont .main-link .dropdown .drop-wrap{
    position: absolute;
}











.hero{
    min-height: 940px;
    background: #fff;
    background: url(../images/katic-engineering-builidng-site-hero-backgorund.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
.scroll-arrow{
    width: 40px;
    position: absolute;
    bottom: 185px;
    left: calc(50% - 20px);
}


.services {
    background: #000;
    padding-bottom: 120px;
}
.services .cont{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    color: #fff!important;
}
.services .cont .service-box{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    max-width: 320px;
}






.services .cont .service-box{
    margin: 0 auto;
}


.services .cont .service-box .img-wrap{
    margin: 0 auto 30px auto;
    height: 170px;
    width: 170px;
    border-radius:28px;
    background-color: #27262e;
    display: flex;
    align-content: center;
    justify-content: center;
}
.services .cont .service-box img{
    align-self: center;
    height: 60px;
}
.services .cont .service-box.one img{
}
.services .cont .service-box.two img{
}
.services .cont .service-box.three img{
}
.services .cont .service-box.four img{
}

.services .cont .service-box .title{
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}
.services .cont .service-box p{
    font-size: 16px;
}

.services .ref-title{
    padding-top: 120px;
    color: #fff!important;
}
.services .border-t{
    display: none;
}




/* ---------------- REFERENCE ----------------  */
/* ---------------- REFERENCE ----------------  */



.reference{
    margin-top: 100px;
}
.ref-title{
    text-align: center;
    display: block;
    margin: 0 auto 0px auto;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #27262e;
    padding: 0px 0px 80px 0px;
}
.border-t{
    width: 100%;
    height: 0.5px;
    background: #2d2e39;
}



.ref-box{
    border-bottom: 1px solid #2d2e39;
    padding: 110px 0px;
    background: #fff;
}
.ref-box .box-main{
    display: flex;
    color: #222;
}
.ref-box .box-main .title-content{
    flex: 10;
}
.ref-box .box-main .btn-slide{
    flex: 2;
    display: flex;
    align-items: center;
}


.ref-box .title-content .project-status{
    font-size: 16px;
    text-transform: uppercase;
}
.ref-box .title-content .project-name{
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.ref-box .title-content .project-name span{
    font-size: 22px;
    margin-left: 60px;
    color: #4ca426;
    text-transform: uppercase;
}
.ref-box .title-content .project-location{
    font-size: 22px;
    font-weight: 400;
    background-image: url(../images/map-pin.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 30px;
}


.ref-box .box-main .btn-slide .opener{
    margin-left: auto;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #54545c;
    transition: 0.3s;
}

.ref-box .box-main .btn-slide .opener{
    background-image: url(../images/slider-open.png);
    background-size: 51px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.ref-box .box-main .btn-slide .opener:hover{
    background-color: #f2f2f2;
    border: 1px solid #767685;
    transition: 0.3s;
}
.ref-box .box-main .btn-slide .opener.closed{
    background-image: url(../images/slider-close.png);
    background-repeat: no-repeat;
    background-position: center center;
}




.ref-box .box-content{
    height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ref-box .box-content.show-me{
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ref-box .box-content .gallery{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
.ref-box .box-content .gallery a{
    max-width: 19%;
    margin: 0.5%;
}
.ref-box .box-content .gallery a img{
    height: 90px;
}


.ref-box .box-content .project-details span{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin: 45px 0px 15px;
}
.ref-box .box-content .project-details{
    font-size: 20px;
}




/* ---------------- CONTACT ----------------  */
/* ---------------- CONTACT ----------------  */


.contact{
    background: #000;
    min-height: 700px;
    padding: 125px 0 35px 0;
}

.contact-wrap{
    background: #fff;
    color: #2b2e3e;
    min-height: 775px;
    border-radius: 14px;
    display: flex;
    background-image: url(../images/engineer-building-plan-cad-file.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 955px auto;
}
.contact-wrap .columna{
    flex: 1;
}
.contact-wrap .content{
    flex: 6;
}
.contact-wrap .forma{
    flex: 4;
}



.contact-wrap .content .naslov{
    font-size: 68px;
    font-weight: 700;
    margin: 90px 0 0px 0;
    font-weight: 400;
    text-transform: uppercase;
}
.contact-wrap .content .titula{
    font-size: 22px;
    font-weight: 400;
    margin: 50px 0px;
}
.contact-wrap .content .info{
    font-size: 22px;
    font-weight: 400;
}
.contact-wrap .content .info span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}
.contact-wrap .content .info.one{
    margin-bottom: 20px;
}
.contact-wrap .content .info.one span{
    margin-bottom: 15px;
}
.contact-wrap .content .info.two{
    margin-top: 75px;
}




.contact-wrap .forma{
    padding: 50px 0px;
}
.contact-wrap .forma .naslov{
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.contact-wrap .forma p{
    font-size: 18px;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.contact-wrap .forma .input-row span{
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 8px;
}
.contact-wrap .forma .input-row span b{
    color:#ff5555;
}

.contact-wrap .forma .input-row.duplo{
    display: flex;
}
.contact-wrap .forma .input-row.duplo div{
    flex: 1;
}
.contact-wrap .forma .input-row.duplo div:nth-child(1){
    margin-right: 8px;
}
.contact-wrap .forma .input-row.duplo div:nth-child(2){
    margin-left: 8px;
}


.contact-wrap .forma .input-row input , .contact-wrap .forma .input-row textarea{
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 0px;
    background: #f0f0f0;
    outline: none;
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 18px;
    color: #000;
}
.contact-wrap .forma .input-row textarea{
    width: 100%;
    min-height: 165px;
    border-radius: 8px;
    background: #f0f0f0;
    outline: none;
    padding-top: 10px;
    resize: vertical;
}
.contact-wrap .forma .input-row.botun{
    display: flex;
}
.contact-wrap .forma .input-row .btn{
    margin-top: 35px;
    margin-left: auto;
    color: #fff;
    background: #000;
}


/* ---------------- O NAMA ----------------  */
/* ---------------- O NAMA ----------------  */


.onama {
    margin: 160px auto 120px auto;
}
.onama .cont{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
}
.onama .cont .info{
    flex: 5;
}
.onama .cont .personel{
    flex: 7;
    display: flex;
    
    display: none;
}
.onama .cont .personel .box{
    width: 350px;
    height: 650px;
    background: #27262e;
    margin-left: auto;
    position: relative;
}
.onama .cont .personel .box img{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}
.onama .cont .personel .box .ime{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 45px auto 0px auto;
}
.onama .cont .personel .box .ime span{
    display: block;
    text-align: center;
    font-size: 22px;
    margin: -10px auto 0 auto;
}


.onama .cont .info .undertitle{
    font-size: 24px;
    font-weight: 700;
}
.onama .cont .info .title{
    font-size: 48px;
    font-weight: 700;
    margin: 20px auto 60px auto;
    display: none;
}
.onama .cont .info p{
    font-size: 20px;
    padding-right: 30px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}


.onama .border-t {
    display: none;
}


/* ---------------- FOOTER ----------------  */
/* ---------------- FOOTER ----------------  */


footer{
    background: #000;
}


.footer-nav{
    display: flex;
    height: 136px;
    position: relative;
    bottom: 0px;
    z-index: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-nav .logo{
    margin-right: 43px;
}
.footer-nav .logo img{
    max-width: 190px;
}
.footer-nav .cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


.footer-nav .cont .main-link{
    width: 100%;
    text-align: left;
}
.footer-nav .cont .main-link a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 43px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-nav .cont .main-link a:hover{
    color: #d2d2d2;
}

.footer-nav .cont .main-link a:nth-last-child(1){
    padding-right: 0px;
}



.footer-nav .cont .language-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    height: 38px;
    width: 38px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
    cursor: pointer;
}
.footer-nav .cont .language-box img{
    margin: 0px auto;
}
.footer-nav .cont .btn{
    height: 40px;
    padding: 0px 22px!important;
}
.footer-nav .cont .btn img{
    display: none;
}

.footer-nav .social-wrap{
    margin-left: auto;
    display: flex;
    margin-right: 42px;
}
.footer-nav .social-wrap a{
    height: auto;
    padding: 9px;
}
.footer-nav .social-wrap a img{
    height: 17px;
}


.footer-nav .flag-wrap{
    margin-left: auto;
    display: flex;
    margin-right: 0px;
}
.footer-nav .flag-wrap a{
    height: auto;
    margin: 0px 4px;
}
.footer-nav .flag-wrap a img{
    height: 26px;
}



/* ---------------- FOOTER ----------------  */
/* ---------------- FOOTER ----------------  */





@media (max-width: 1580px) { 
    
    .main-nav-border {
    left: 0;
        width: 100%;
}

    
}


@media (max-width: 1400px) { 
    
    
    
    .cont{
        width: 100%;
        max-width: 1400px;
        padding: 0px 60px;
        margin: 0 auto;
    }
    
    .main-nav{
        left: auto;
        width: 100%;
    }
    
    .main-nav.fly{
        left: auto;
        width: 100%;
    }
    
    .main-nav .cont .main-link a {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
    
    .services .cont .service-box {
        max-width: 260px;
    }
    .services .cont .service-box .title {
        font-size: 22px;
    }
    .services .cont .service-box p {
    font-size: 18px;
}
    
   
    
    .onama .cont .info p{
    font-size: 18px;
    padding-right: 0px;
}
    
    
    
}



@media (max-width: 1280px) { 
    
    .services .cont .service-box {
        max-width: 100%;
        width: 50%;
        margin: 0 auto;
    }
    
    
    .onama {
        margin: 80px auto 80px auto;
    }
    
    .onama .cont {
        flex-direction: column;
    }
    .onama .cont .personel .box {
        margin: 80px auto 0 auto;
    }
    
    .services.ger .ref-title  , .reference.ger .ref-title{
        font-size: 70px;    
        font-size: 10vw;
        margin-bottom: 18px;
    } 
    
    .footer-nav .cont .main-link a{
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 22px;
        text-decoration: none;
        text-transform: uppercase;
    }
    

}





/* /////// Mobile VERSION //////// */
/* /////// Mobile VERSION //////// */
/* /////// Mobile VERSION //////// */



@media (max-width: 960px) { 
    
   
}
     







@media (max-width: 960px) {
    
    
    .hero{
        min-height: 500px;
        background: url(../images/katic-engineering-builidng-site-hero-backgorund-mob.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .scroll-arrow {
        bottom: 90px;
    }
    
    .cont {
    padding: 0px 30px;
}
    
    .reference {
    margin-top: 20px;
}
    
    .services .cont{
        flex-direction: column;
        margin-top: 60px;
    }
    .onama .cont{
        margin-top: 20px;
    }
    
    .ref-box {
        border-bottom: 1px solid #2d2e39;
        padding: 60px 0px;
    }
    .ref-box .box-main .btn-slide .opener {
        width: 60px;
        height: 60px;
    }
    .ref-box .box-main .btn-slide .opener.opened {
        background-size: 25px auto;
        background:#f2f2f2;
    }
    .ref-box .title-content .project-status {
        font-size: 13px;
    }
    .ref-box .title-content .project-name {
        font-size: 26px;
        margin-top: 10px;
    }
    .ref-box .title-content .project-name span {
        font-size: 14px;
        margin-left: 0px;
        display: block;
    }
    .ref-box .title-content .project-location {
        font-size: 16px;
        background-size: 10px auto;
        padding-left: 18px;
    }
    .ref-box .box-content .gallery a {
        max-width: 23%;
        margin: 1%;
    }
    .gallery a img {
        height: 100%!important;
        width: 100%;
    }
    
    .ref-box .box-content .project-details {
        font-size: 18px;
    }
    
    .services .cont .service-box .title{
        margin: 30px auto;
        font-size: 18px;
    }
    .services .cont .service-box p{
        max-width: 360px;
        margin: 0 auto 60px auto;
    }
    
    
    .ref-title{
        font-size: 70px;
        font-size: 34px;
        padding: 60px 0px;
    } 
    .services.ger .ref-title , .reference.ger .ref-title {
    font-size: 10vw;
    margin-bottom: 20px;
}
    
    .border-t {
        margin-top: -4.3%;
        margin-top: 0px;
    }
    
    
  .contact-wrap .content .info.two {
        margin-top: 30px;
    }
    .contact {
        padding: 60px 0 35px 0;
    }
    .contact-wrap{
        flex-direction: column;
    }
    .contact-wrap .forma p {
        margin-bottom: 20px;
    }
    .contact-wrap .forma .input-row .btn {
        margin-top: 20px;
        margin-left: auto;
        padding: 8px 32px;
        font-size: 20px;
    }
    
    .services .cont .service-box {
        max-width: 100%;
        width: 90%;
        margin: 0 auto;
    }
    
    
    
    .onama .cont .personel .box {
        width: 46%;
        height: 560px;
    }
    
    
    
    
    
.footer-nav {
    height: auto;
    padding: 0px 0px 80px 0px;
}  
.footer-nav .cont {
    flex-direction: column;
}
.footer-nav .logo {
    margin: 50px auto;
}  
.footer-nav .cont .main-link a {
    padding: 10px 10px;
    display: block;
    margin: 20px auto;
    text-align: center;
} 
.footer-nav .cont .main-link a:nth-last-child(1){
    padding-right: 10px; 
}    
.footer-nav .social-wrap {
    margin: 0 auto;
}  
.footer-nav .flag-wrap {
    margin: 80px 0 0px 0px;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
.main-nav.fly{
    transition: 0s;
    -webkit-transition: 0s;
    width: 100%;
}   
    
    
.hamburger {
    width: 37px;
    height: 31px;
    padding: 0px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 21px;
    z-index: 200;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.hamburger > span {
    height: 3px;
    display: block;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
} 
    
    
    .main-nav {
        top: 0;
        height: 65px;
    }
    .main-nav .cont{
        padding: 0px 15px;
    }
    .main-nav .cont .main-link{
        display: none;
    }
    
    .main-nav .logo img {
        max-width: 100px;
    }
    .main-nav.fly .logo img {
        max-width: 100px;
    }
    
    .main-nav .cont .language-box {
        margin-right: 0;
        margin-top: 0;
        position: absolute;
        top: 12px;
        right: 80px;
    }
    
    .main-nav.opened .cont .logo{
        margin-right: auto;
        margin-top: 14px;
    }
    
    .main-nav.opened .social-wrap{
        margin-top: 14px;
    }
    
    
    .main-nav.fly{
        position: fixed;
        top: auto;
        height: 65px;
    }
    .main-nav.fly .cont .main-link a{
        font-size: 18px;
    }
    
    .main-nav.opened{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: #1b1c26;
        z-index: 1000;
    }
    .main-nav.opened .hamburger{
        top: 31px;
    }
    .main-nav.opened .hamburger > span:nth-child(1) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
    -webkit-transition: 0.2s;
}   
    .main-nav.opened .hamburger > span:nth-child(2) {
    display: none;
}
    .main-nav.opened .hamburger > span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
.main-nav.opened .cont .main-link {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    top: 80px;
    padding: 0px;
    left: 0;
    height: calc(100% - 80px);
}
.main-nav.opened .cont .main-link a {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}   
    
    
    .main-nav.opened .cont .main-link .btn img{
        display: block;
        position: absolute;
        left: 5%;
        top: -50px;
    }    
    
  
    .main-nav .flag-wrap.desktop{
    display: none;
}
    .main-nav .flag-wrap.mobile{
    display: flex;
        margin: 0 auto 60px auto;
        z-index: 1000;
}
    
    .main-nav .cont .main-link a:nth-last-child(1){
    padding-right: 17px;
}
    
    
    
    /*  body css  */
    
 
    
    
    
    
}




@media (max-width: 580px) { 
    
    .onama .cont .personel{
        flex-direction: column;
    }

    .onama .cont .personel .box {
        width: 90%;
        min-width: 240px;
        height: 580px;
    }
    .onama .cont .info .title {
        font-size: 48px;
        margin: 20px auto 40px auto;
    }
    .onama {
        margin: 40px auto 80px auto;
    }
    
    .ref-box .box-main .btn-slide .opener{
    background-size: 30px auto;
}
    
    .onama .cont .info , .onama .cont .personel{
        flex: 1;
    }
    
    
    .services.ger .ref-title , .reference.ger .ref-title {
    font-size: 24px;
    margin-bottom: 8px;
}
    
    .contact-wrap .content .naslov{
    font-size: 34px;
}
    
    
}







@media (max-width: 490px) { 
    
    .cont{
    }
    
}


@media (max-width: 420px) { 

}


@media (max-width: 400px) { 

}


@media (max-width: 370px) { 

}

@media (max-width: 350px) { 

}

@media (max-width: 330px) { 
    
}