

.zp_header{
    background-image: url(../img/zostan_partnerem/zostan_partnerem_baner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zp_header_box{
    color: white;
}
.zp_header h1{
    font-family: 'Quicksand',sans-serif;
    line-height: normal;
}
.zp_header_box h1 span{
    font-family: 'Quicksand',sans-serif;
    font-size: 3rem;
    color: #00db00;
    font-weight: bold;
}
.zp_header_box p{
    margin-top: .5rem;
    font-weight: bold;
    font-family: 'Quicksand',sans-serif;
}

.zp_header_box a{
    margin: 0 auto;
}

.zp_section1{
    background-image: url(../img/zostan_partnerem/baner2.webp);
    background-position: right top;
    padding-bottom: 6rem;
}

.zp_section1 .zp_holder{
    width:100%;
    max-width: 78rem;
}
.zp_section1 .zp_grabber{
    width: 100%;
    max-width: 65rem;
}
.zp_section1 .zp_holder h2{
    color: #00db00;
    font-family: 'Quicksand',sans-serif;
    font-size: 2rem;
}
.zp_section1 .zp_holder p{
    color: white;
}
.zp_section1 .zp_t{
    font-size: 2.5rem;
    line-height: initial;
    font-family: 'Quicksand',sans-serif;
    font-weight: 400;
    margin-top: 5rem;
}
.zp_section1 .zp_t span{
    font-size: 2.5rem;
    color: #00db00;
    font-family: 'Quicksand',sans-serif;
    font-weight: 400;
}
.zp_section1_boxes{
    display: flex;
    flex-wrap: wrap;
}
.zp_section1_box{
    background-color: white;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 16rem;
    padding: 1rem;
    margin: .5rem;
}
.zp_section1 .zp_holder .zp_section1_box p{
    margin: 0;
    color: black;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.zp_section1_box img{
    height: auto;
    width: 5rem;
}
.zp_section1_box:last-of-type img{
    margin-bottom: 0.7rem;
}

.zp_section2{

}

.zp_section2 .zp_holder{
    width: 100%;
    max-width: 78rem;
    text-align: center;
    margin-bottom: 6rem;
}
.zp_section2 .zp_holder .zp_section2_title{
    color: var(--main-color);
    font-family: 'Quicksand',sans-serif;
    font-size: 2rem;
}
.zp_section2 .zp_holder .zp_section2_subtitle{
    width: 100%;
    max-width: 39rem;
    margin: 0 auto;
}

.zp_section2_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
}
.zp_section2_box{
    height: 33rem;
    width: 33rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 2rem;
}
.zp_section2_box.coled{
    background-color: var(--altblue-color);
    color: white;
}

.zp_section2_box h3{
    color: #00db00;
    font-family: 'Quicksand',sans-serif;
    font-weight: 400;
    font-size: 2rem;
}

.zp_section2_box p{
    font-size: 1.1rem;
    height: 15rem;
    margin: 0;
    margin-top: 2rem;
    font-weight: 400;
}
.zp_section2_box.coled p{
    font-weight: 300;
}
.zp_section2_boxicon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}
.zp_section2_boxicon img{
    width: 16rem;
    height: auto;
}



.zp_section3_form{
    background-image: url(../img/zostan_partnerem/baner3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
}

.zp_section3_formholder{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.zp_section3_formleft{
width: 50%;
color: white;
}
.zp_section3_formleft h2{
    color: #00db00;
    font-family: 'Quicksand',sans-serif;
    font-size: 3rem;
    line-height: initial;
}
.zp_section3_formleft p{
    font-family: 'Quicksand',sans-serif;
}
.zp_section3_formleft p span{
    color: #00db00;
    font-family: 'Quicksand',sans-serif;
    font-size: 1.3rem;
}
.zp_section3_formright{
    height: 92rem;
    padding: 6rem 0;
}



@media only screen and (max-width: 1060px){
    .zp_section2_box{
        width: 25rem;
    }
    .zp_section2_boxicon img{
        width: 10rem;
    }
    .zp_section2_box{
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1000px){
    .zp_section1{
        background-position: left;
    }

    .zp_section3_formleft{
        width: 100%;
    }
}
@media only screen and (max-width: 820px){
    .zp_section2_box{
        width: 100%;
        justify-content: center;
    }
    .zp_section2_boxicon{
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0px, 0px);
    }
    .zp_section2_boxicon img{
        width: 19rem;
    }
}
@media only screen and (max-width: 600px){
    .zp_section1_boxes{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .zp_section2_box{
        height: auto;
    }
    .zp_section2_box p{
        height: auto;
    }

    .logo img {
        width: 10rem;
    }
}

@media only screen and (max-width: 375px){
    .zp_section3_formright{
        height: 103rem;
        padding: 6rem 0;
    }
}