.symf_area--header{
    background-image: url(../img/kariera/baner.webp);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.symf_area--headerContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.symf_area--buttonsGrabber{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symf_area--headerDesc{
    margin: 0 2rem 2rem 2rem;
}

/**/
.cs1{
    padding-bottom: 6rem;
}

.cs1_grabber h2{
    color: var(--altblue-color);
    text-align: center;
    font-size: 3rem;
}
.cs1_grabber p{
    max-width: 50rem;
}
.cs1_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cs1_button{
    margin: 1rem;
}

/**/
.cs2{
 background-image: url(../img/kariera/baner2.webp);
 background-position: center top;
 color: white;
 padding-bottom: 6rem;
}
.cs2_grabber{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cs2_grabber p{
    max-width: 60%;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}
.cs2_gHolder{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60rem;
    margin-top: 2rem;
}

.cs2_holderLine{
    height: .1rem;
    background-color: var(--main-color);
    width: 100%;
}
.img_25y{
    background-image: url(../img/kariera/25lat.webp);
    width: 20rem;
    height: 20rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/**/

.cs3 h1{
    color: var(--altblue-color);
    margin-bottom: 0;
}

.cs3_grabber{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cs3_grabber h2{
    font-size: 3rem;
}
.cs3_value{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85rem;
    margin-top: 2rem;
}
.cs3_valuebox1,.cs3_valuebox2,.cs3_valuebox3{
width: 100%;
height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.cs3_valuebox1{
 background-image: url(../img/kariera/box1.webp);
 color: white;
}
.cs3_valuebox2{
    background-image: url(../img/kariera/box2.webp);
}
.cs3_valuebox3{
    background-image: url(../img/kariera/box3.webp);
    color: white;
}
.cs3_value h2{
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
}

.cs3_value p{
    min-height: 19rem;
}

/**/

.cs4_grabber{
    width: 100%;
    max-width: 85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cs4_title{
    color: var(--altblue-color);
    font-size: 3rem;
}
.cs4_subTitle{
    margin-top: 0;
    margin-bottom: 0;
}
.cs4_subTitle2{
    max-width: 35rem;
    text-align: center;
}

.cs4_icons{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem;
}
.cs4_iconbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 19rem;
    height: 19rem;
    text-align: center;
}
.cs4_iconbox img{
    height: 7rem;
    width: auto;
}

/**/
.cs5{
    padding-bottom: 6rem;
}



.cs5_mb{
    background-color: var(--altblue-color);
    color: white;
    border-radius: .5rem;
    padding: 2rem;
    padding-top: 4rem;
    width: 100%;
    max-width: 85rem;
}

.cs5_mbIns{
    border-radius: .5rem;
    border: .2rem solid white;
}
.cs5_mbIns h2{
    text-align: center;
    background-color: var(--altblue-color);
    display: block;
    width: 100%;
    max-width: 43rem;
    margin: 0 auto;
    margin-top: -1rem;
    margin-bottom: 2rem;
    font-family: 'Quicksand', sans-serif;
}

.cs5_mbBoxes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cs5_mbBox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 19rem;
    height: 19rem;
    text-align: center;
}

/**/

.cs6{
    background-image: url(../img/kariera/baner3.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 0;
}

.cs6_row{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.cs6_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    min-height: 30rem;
}
.cs6_greenedit{
    font-size: 3rem;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
}

.secboxedit p:first-of-type{
    font-size: 2rem;
}

.thrdboxedit img{
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
}
.thrdboxedit p:first-of-type{
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.thrdboxedit p:last-of-type{
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
    line-height: normal;
    font-family: 'Quicksand', sans-serif;
}
.secrowbox img{
    height: 15rem;
    width: auto;
}

.csbox2 p:first-of-type{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}
.csbox2 p:last-of-type{
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.csbox1{
    background-color: rgba(0, 51, 73, .2);
}

.csbox2{
    background-color: rgba(0, 51, 73, .3);
}
.csbox3{
    background-color: rgba(0, 51, 73, .4);
}
.csbox4{
    background-color: rgba(0, 51, 73, .5);
    text-align: center;
    
}

.csbox5{
    background-color: rgba(0, 51, 73, .6);
    text-align: center;
}
.csbox6{
    background-color: rgba(0, 51, 73, .8);
    text-align: center;
}

.csbox4 p,.csbox5 p,.csbox6 p{
    font-weight: 500;
}


/**/
.cs7{
    padding-bottom: 6rem;
}

.cs7_row{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85rem;
}

.cs7_box{
    width: 50%;
    text-align: center;
}
.cs7_box h2{
    color: var(--altblue-color);
}
.cs7_box a{
    display: inline-block;
}
.cs7_box span{
    color: var(--main-color);
    font-weight: bold;
}


@media only screen and (max-width: 1000px){
    .cs6_row{
        flex-direction: column;
    }
    .cs6{
        background-image: none;
        background-color: rgba(0, 51, 73, .8);
    }
    .cs3_value{
        flex-direction: column;
    }
}

@media only screen and (max-width: 900px){
    .cs3_valuebox1, .cs3_valuebox2, .cs3_valuebox3{
        height: auto;
        background-image: none;
        color: black;
    }

    .cs3_value p{
        min-height: auto;
    }

    .cs7_row{
        flex-direction: column;
    }
}