@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Open+Sans:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,700;1,400&display=swap');






body{
    max-width: 1920px;
    margin: 0 auto;
    color:#21222b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-image: url(../images/bg-pattern1.png) ;
    background-color: #faf6f0;
}
.p-os{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
a{
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover{
    color: #fff;
}
.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;
}


.f-os{
    font-family: 'Open Sans', serif;
}
.f-ns{
    font-family: 'Noto Serif', serif;
}
.f-dm{
    font-family: 'DM Serif Text', serif;
}

.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: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    line-height: 30px;
}

.btn{
    width: auto;
    padding: 20px 25px;
    display: inline-block;
    color: #fff;
    background: #f11a2f;
    border-radius: 8px;
    font-family: 'Noto Serif', serif;
    font-size: 19px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn:hover{
    background: #f11a2f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn.blue{
    background: #0f2350;
}
.btn.blue:hover{
    background: #232d43;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn.download{
    background: #fff;
    color:#232d43;
}
.btn img{
    margin-left: 25px;
}

.green{
    color: #3cb878;
}


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




.hero.home{
    min-height: 1012px;
    background: url(../images/hero-background2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.hamburger{
    display: none;
}
.main-nav{
    display: flex;
    height: 112px;
    position: absolute;
    top: 30px;
    left: calc(50% - 700px);
    z-index: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.main-nav .logo img{
    max-width: 189px;
}
.main-nav .cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.main-nav .cont .logo{
    margin-right: auto;
}


.main-nav .cont .main-link{
    width: 100%;
    text-align: right;
}
.main-nav .cont .main-link a{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px;
    text-decoration: none;
}
.main-nav .cont .main-link a.ovaj{
    color: #f11a2f;
}
.main-nav .cont .main-link a.ovaj{
    border-radius: 6px;
    background: #f11a2f;
    color: #fff;
}
.main-nav .cont .main-link a:hover{
    color: inherit;
}
.main-nav .cont .main-link a.ovaj:hover{
    color: #fff;
}
.main-nav .cont .main-link a.btn:hover{
    color: #fff;
}
.main-nav .cont .main-link a:nth-last-child(1){
    padding-right: 0px;
}

.main-nav .cont .main-link a.ovaj2{
    color: #f11a2f;
}
.main-nav .cont .main-link a.ovaj2{
    border-radius: 6px;
    background: none;
}


.main-nav .cont .main-link .top-info{
    width: 100%;
}

.main-nav .main-link .top-info{
    display: flex;
    justify-content: right;
    margin-bottom: 32px;
}
.main-nav .main-link .top-info .element{
    margin-left: 30px;
    font-size: 16px;
    font-family: 'Open Sans', serif!important;
}
.main-nav .main-link .top-info .element img{
    padding-right: 10px;
}


.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{
    display: none;
}


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

.main-nav.fly{
    position: fixed;
    background: #fff;
    top: 0px;
    left: calc(50% - 700px);
    border-radius: 0px 0px 8px 8px;
    padding: 0px 0px;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 10%);
    animation-name: example;
    animation-duration: 0.4s;
    z-index: 200;
}
.main-nav.fly .cont{
    padding: 0px 40px;
}
.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;
}



.big-title.hero{
    padding: 295px 0px 0px 0px;
}
.text-width{
    max-width: 585px;
}
.text-width2{
    max-width: 700px;
}
.text-width3{
    max-width: 467px;
}
.text-padding{
    padding: 45px 0px;
}








.section-tecajevi .naslov-box{
    display: flex;
    flex-direction: row;
}
.section-tecajevi .naslov-box .f1{
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-top: 6%;
}
.section-tecajevi .naslov-box .f1::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #21222b;  
}

.section-tecajevi h2.tecajevi{
    padding: 70px 20px 0px 20px;
}


.tecajevi-wrap{
    display: flex;
    flex-direction: row;
    padding-top: 100px;
}
.tecajevi-wrap .tecaj{
    flex: 1;
}
.tecajevi-wrap .tecaj:nth-child(2){
    margin: 0 auto;
}
.tecajevi-wrap .tecaj .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 20px 35px rgb(0 0 0 / 14%);
    padding-bottom: 62px;
    max-width: 440px;
}
.tecajevi-wrap .tecaj:nth-last-child(2) .box{
    margin:0 auto;
}
.tecajevi-wrap .tecaj:nth-last-child(1) .box{
    margin-left: auto;
}

.tecajevi-wrap .tecaj .box .img-box{
    min-height: 265px;
    display: flex;
    align-items: center;
}
.tecajevi-wrap .tecaj .box img{
    align-self: center;
}
.tecajevi-wrap .tecaj .box h2{
    max-width: 245px;
}
.tecajevi-wrap .tecaj .box p{
    max-width: 300px;
    min-height: 221px;
    padding: 50px 0px;
}
.tecajevi-wrap .tecaj .box .btn{
    padding: 20px 40px;
}


.tecajevi-cta .parag{
    max-width: 640px;
    margin: 0 auto;
}

.section-tecajevi .info-wrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-tecajevi .info-wrap > div{
    font-weight: 700;
    padding: 0px 20px;
}
.section-tecajevi .bg-addition{
    width: 100%;
}



.zigzag-section{
    background-color: #f0dec8;
    background-image: url(../images/footer-bg-brush-part.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 110px;
}

.zigzag-section .element{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 35px 0px;
}
.zigzag-section .element > div{
    flex: 1;
}
.zigzag-section .element.left .image img{
    max-width: 100%;
}


.zigzag-section .element.left{
    flex-direction: row-reverse;
}
.zigzag-section .element.left .image{
    text-align: right;
}
.zigzag-section .element.left .info{
    padding-left: 120px;
}
.zigzag-section .bg-addition{
    width: 100%;
}




footer{
    background-color: #181718;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    color: #fff;
    padding-top: 95px;
    padding-bottom: 95px;
}
footer .main-nav{
    position: relative;
    transition: none;
    transition: none;
    animation: none;
    background: none;
    top: 0;
}
footer .main-nav , footer .main-nav.fly{
    position: relative;
    display: flex;
    height: 112px;
    z-index: 500;
    
    padding: 0px 0px;
    box-shadow: none;
    transition: none;
    animation: none;
    background: none;
}
footer .main-nav .main-link .top-info , footer .main-nav.fly .main-link .top-info {
    margin-bottom: 35px;
}


footer .main-nav.fly .cont{
    padding: 0px 0px;
}
footer .main-nav.fly .cont .main-link a {
    font-size: 16px;
}
footer .main-nav .cont .main-link a {
    font-size: 16px;
}
footer .main-nav .logo img{
    max-width: 130px;
}










section.hero.home.about {
    min-height: 729px;
    background: url(../images/about-background2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cont.hero.about{
    padding: 285px 0px 0px 0px;
    display: flex;
}

.cont.hero.about .info{
    flex: 9;
}
.cont.hero.about .info .uptitle{
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}
.cont.hero.about .info .big-title{
    padding: 20px 0px 0px 0px;
}

.cont.hero.about .image{
    flex: 3;
    text-align: center;
}



.tecaj-features{
    margin-top: -190px;
    padding-bottom: 80px;
}
.tecaj-features .tecajevi-wrap .tecaj .box{
    padding: 0;
    max-width: 390px;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background: #fff;
}
.tecaj-features .tecajevi-wrap .tecaj .box span.f-os{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}


.tecaj-desc{
    padding: 0px 0px 210px 0px;
    background-image: url(../images/footer-bg-brush-part.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.tecaj-desc .cont{
    background: #fff;
    border-radius: 8px;
    padding: 100px 0px;
    display: flex;
    flex-direction: row;
}
.tecaj-desc .cont .f1{
    flex: 1;
}
.tecaj-desc .cont .f2{
    flex: 2;
}
.tecaj-desc .cont .f8{
    flex: 8;
}
.tecaj-desc .cont .f7{
    flex: 7;
}


.tecaj-desc .sadrzaj{
    border-right: 1px dashed #d6d6d6;
}
.tecaj-desc .sadrzaj h2{
    margin: 0;
    padding-bottom: 80px;
    line-height: 70px;
}

.tecaj-desc .galerija a{
    display: inline-block;
    max-width: 47%;
    margin: 1%;
}
.tecaj-desc .galerija a img{
    width: 100%;
}





section.hero.home.about.onama {
    min-height: 729px;
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.cont.hero.about .image.t-left{
    text-align: left;
}


.pickamaterina .cont{
    display: flex;
    flex-direction: row;
    padding: 110px 0px 110px 0px;
}
.pickamaterina .cont .element{
    flex: 1;
    text-align: center;
}
.pickamaterina .cont .element span{
    font-size: 180px;
    margin: 0;
}
.pickamaterina .cont .element h3{
    margin: 0;
    margin-top: -30px;
}



.ispodpickematerine{
    background-image: url(../images/about-background3.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 846px;
    display: flex;
    align-items: center;
}

.section-tecajevi.onama{
    padding: 0px 0px 210px 0px;
    background-image: url(../images/footer-bg-brush-part.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}







.cont.hero.kontakt{
    display: flex;
    flex-direction: row;
}
.cont.hero.kontakt .info{
    flex:6;
}
.cont.hero.kontakt .big-form-wrap{
    flex:6;
}


.cont.hero.kontakt .form-border-wrap{
    display: flex;
    flex-wrap: wrap;
}
.cont.hero.kontakt .form-border-wrap .input-half{
    width: 50%;
    display: inline-block;
    margin-bottom: 65px;
}
.cont.hero.kontakt .form-border-wrap .input-half.even{
    padding-right: 29px;
}
.cont.hero.kontakt .form-border-wrap .input-half.odd{
    padding-left: 29px;
}
.cont.hero.kontakt .form-border-wrap .input-half input{
    width: 100%;
    height: 48px;
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 3px solid #22232c;
    padding-left: 12px;
}
.cont.hero.kontakt .form-border-wrap .input-half.text-area{
    width: 100%;
    display: block;
}
.cont.hero.kontakt .form-border-wrap .input-half.text-area textarea{
    width: 100%;
    display: block;
    background: rgba(198, 156, 109, 0.15);
    border: none;
    border-bottom: 3px solid #22232c;
    min-height: 135px;
    border-radius: 6px 6px 0px 0px;
    padding: 8px 8px 8px 12px;
}

.cont.hero.kontakt .form-border-wrap .input-half span{
}




.google-map-wrap{
    margin-top: 100px;
    min-height: 550px;
}
.google-map-wrap iframe{
    min-height: 640px;
}


.ispodpickematerine.lokacija{
    background: url(../images/location-background.png);
}



footer.mobilni-footer{
    display: none;
}






@media (max-width: 1400px) { 
    
    
    
    
    
    .main-nav{
        left: auto;
        width: 100%;
    }
    .main-nav.fly{
        display: none;
    }
    
    
    footer .main-nav.fly .cont{
        width: 100%;
    }
    footer .main-nav, footer .main-nav.fly{
        left: auto;
    }
    .main-nav .cont .main-link a {
        padding: 10px 18px;
    }

    .hero.home {
    min-height: 812px;
    background-position: right bottom;
    background-size: 100%;
}
    
    .cont , .cont.hero.about{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    
    .zigzag-section .element {
        padding: 25px 0px;
    }
    .zigzag-section .element .image img{
        max-width: 100%;
    }
    .zigzag-section .element.left .info {
        padding-left: 40px;
    }
    
    
    
    .cont.hero.about .info , .cont.hero.about .image  {
        flex: 3;
    }
    .cont.hero.about .image img {
        max-width: 100%;
    }
    
    .pickamaterina .cont {
        padding: 60px 0px;
    }
    .ispodpickematerine {
        background-position: 29% 0%;
        min-height: 670px;
    }
    .tecaj-desc .galerija a {
        max-width: 45%;
        margin: 1%;
    }
    
    
    .big-title {
        font-size: 52px;
    }
    .f-66 {
    font-size: 52px;
}
    
    
    
}



@media (max-width: 1280px) { 
    

}





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



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







@media (max-width: 768px) {
    
    
.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: #232d43;
    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: 65px;
    }
    .main-nav.fly .logo img {
        max-width: 65px;
    }
    
    .main-nav .cont .language-box {
        margin-right: 0;
        margin-top: 0;
        position: absolute;
        top: 12px;
        right: 80px;
    }
    
    .main-nav .cont .logo{
        margin-right: auto;
        position: absolute;
        top: 8px;
    }
    
    .main-nav.fly{
        position: fixed;
        top: auto;
        height: 65px;
    }
    
    
    .main-nav.opened{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: #fff;
    }
    .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;
    }    
    
  
    
    /*  body css  */
    
 
    
    
    
    .big-title.hero {
    padding: 10px 0px 0px 0px;
}
    .big-title {
    font-size: 36px;
}
    .f-48 {
        font-size: 38px;
    }

    
    
    
    .hero.home {
        min-height: 700px;
        background-position: 50% 100%;
        background-size: 180%;
    }
    
    .cont.hero{
        text-align: center;
    }
    .cont.hero .btn{
        text-align: center;
        margin: 0 auto;
    }
    
    
    .section-tecajevi h2.tecajevi {
    padding: 10px 20px 0px 20px;
}
    .tecajevi-wrap {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .tecajevi-wrap .tecaj{
        margin-bottom: 35px!important;
    }
    .tecajevi-wrap .tecaj .box {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .tecajevi-wrap .tecaj .box .img-box {
        min-height: 195px;
    }
    .tecajevi-wrap .tecaj .box p {
        padding: 25px 0px;
    }

     .tecajevi-wrap .tecaj, .tecajevi-wrap .tecaj:nth-child(2) {
        margin: 0;
    }
    
    .section-tecajevi .info-wrap {
        flex-direction: column;
    }
    .section-tecajevi .info-wrap > div{
        font-size: 14px!important;
        text-align: center;
        padding: 0px;
    }
    
    
    .zigzag-section .element, .zigzag-section .element.left{
        flex-direction: column-reverse;
    }
    .zigzag-section .element > div .f-66{
        font-size: 42px;
    }
    .zigzag-section .element .text-padding{
        padding: 15px 0px;
    }
    
    .zigzag-section .element.left .info {
        padding-left: 0px;
    }
    
    
    footer .main-nav, footer .main-nav, footer .main-nav, footer .main-nav.fly{
        display: none;
    }
    
    .zigzag-section .element > div , .zigzag-section .element.left .info{
        padding: 0px 5%;
    }
    
    .zigzag-section .cont{
        padding-top: 40px;
    }
    
    .text-padding , .text-width{
        padding-left: 5%;
        padding-right: 5%;
    }
    .zigzag-section .element .text-width{
        padding-left: 0;
        padding-right: 0;
    }
    

    
    .ispodpickematerine.lokacija {
        display: none;
    }
        
footer.ne-mobilni-footer{
        display: none;
    }
    
footer.mobilni-footer{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 35px;
    } 
    
    footer.mobilni-footer .foot-logo{
        margin-bottom: 40px;
    }
    
    footer.mobilni-footer .top-info .element{
        padding: 15px 0px;
        display: block;
    } 
    
    footer.mobilni-footer .foot-linkovi{
        margin-top: 40px;
        border-top: 1px dashed #393533;
    }
    
    footer.mobilni-footer .foot-linkovi a{
        padding: 25px 0px;
        display: block;
    }  
    
    
    
    
    
    
    
    .cont, .cont.hero.about{
        padding: 80px 0px 0px 0px;
        flex-direction: column;
    }
    .cont.hero.about .info .big-title{
        padding-top: 10px;
    }
    .cont.hero.about .image.t-left{
        display: none;
    }
    .pickamaterina .cont {
        flex-direction: column;
    }
    
    .pickamaterina .cont {
    flex-direction: column;
        padding: 0;
}
    .pickamaterina .cont .element span {
        margin: 60px auto;
        font-size: 90px;
    }
    .ispodpickematerine {
        background-position: 29% 0%;
        min-height: auto;
        text-align: center;
    }
    
    
    
    
    .main-nav.opened .main-link .top-info{
        flex-direction: column;
        margin: 0px;
        order: 1;
    }
    .main-nav.opened .main-link .top-info .element{
        flex-direction: column;
        margin: 8px auto;
        font-size: 13px;
        text-align: center;
    }
    
    
    
    
    .cont.hero.about .image img {
    max-width: 55%;
}
    
    .tecaj-features{
        margin-top: 0px;
        padding-bottom: 5px;
    }
    .tecaj-features .cont{
        padding-top: 0px;
    }
    
    
    .tecaj-features .tecajevi-wrap .tecaj .box{
        max-width: 270px;
        min-height: 270px;
        margin: 0 auto;
    }
    .tecajevi-wrap .tecaj .f-120 {
        font-size: 72px;
    }
    .tecajevi-wrap .tecaj .f-70{
        font-size: 50px;
    }
    
    
    .tecaj-desc .sadrzaj h2{
        font-size: 24px;
        padding-bottom: 35px;
        line-height: normal;
    }
    
    
    
    .tecaj-desc .cont .f2 {
        flex: 5;
    }
    .tecaj-desc .cont .f7 {
        flex: 14;
    }
    .tecaj-desc .galerija a {
        max-width: 80%;
        margin: 6%;
    }
    
    
    .cont.hero.about.kontakt .info{
        margin-bottom: 40px;
    }
    .cont.hero.about.kontakt .info .f-21 {
        font-size: 14px!important;
    }
    .cont.hero.kontakt .form-border-wrap .input-half {
        width: 90%;
        display: inline-block;
        margin-bottom: 25px;
    }
    .cont.hero.kontakt .form-border-wrap .input-half.even , .cont.hero.kontakt .form-border-wrap .input-half.odd {
        padding: 0;
        margin: 12px auto;
    }
    
    .cont.hero.kontakt .form-border-wrap .input-half.text-area textarea{
        width: 90%;
        margin: 0 auto;
    }
    
    
    .google-map-wrap , .google-map-wrap iframe {
        min-height: 270px;
    }
    
    section.hero.home.about {
        min-height: 645px;
    }
    
    body.opened{
        position: fixed;
    }
    
    
    
    
    
    
}




@media (max-width: 580px) { 

    
}







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


@media (max-width: 420px) { 

}


@media (max-width: 400px) { 

}


@media (max-width: 370px) { 

}

@media (max-width: 350px) { 

}

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