@import "./o_nas.css";

/*nav edit for black logo*/
.hamburger__altversion .navigation__logo {
    background-image: url(../img/Logo_mainblack.webp);
}
.hamburger__altversion .hamburger__desc{
    color: black;
}
/**/
.k_baner_zarzad{
    height: 50vh;
    overflow: hidden;
    position: relative;
    background: none;
}
.k_baner_zarzad h1{
    line-height: normal;
}
.k_baner_zarzad p{
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
.area__header.k_baner_zarzad:before{
    content: "";
    position: absolute;
    height: 4rem;
    width: 40rem;
    background-image: url(../img/o_nas/green_bloob.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    right: -5rem;
    bottom: 2rem;
}
.areaHeader__content {
    text-align: center;
    width: 100%;
    max-width: 75rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
.peoples_section{
    padding-bottom: 6rem;
}
.peoples_holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 85rem;
}

.person_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 20rem;
    height: 28rem;
    padding: 1rem;
    margin: 1rem;
   
}
.person_box_contentgrabber{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.person_img{
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.peoples_section h3{
    font-size: 2.5rem;
    font-family: 'Quicksand';
    font-weight: bold;
    margin-bottom: 3rem;
    margin-left: 5rem;
}
.scp1{
    background-color: #F2F2F2;
    border-bottom-right-radius: 10rem;
    border-left: 1rem solid #009A00;
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
}
.scp2{
    border-left: 1rem solid #012638;
    margin-top: 5rem;
    flex-direction: column;
    align-items: flex-start;

}
.scp2 .peoples_holder{
    justify-content: flex-start;
}

.scp3{
    background:none;
    border-left: 1rem solid #A5A5A5;
    margin-top: 5rem;
}

.scp5{
    border-left: 1rem solid #009900;
    
}


.person_img_p11{
    background-image: url(../img/o_nas/p1.png);
}
.person_img_p12{
    background-image: url(../img/o_nas/p2.png);
}
.person_img_p13{
    background-image: url(../img/o_nas/p3.png);
}
.person_img_p14{
    background-image: url(../img/o_nas/p4.png);
}
.person_img_p15{
    background-image: url(../img/o_nas/p5.png);
}
.person_img_p16{
    background-image: url(../img/o_nas/p6.png);
}
.person_img_p17{
    background-image: url(../img/o_nas/p7.png);
}
.person_img_p18{
    background-image: url(../img/o_nas/p8.png);
}
.person_img_p19{
    background-image: url(../img/o_nas/p9.png);
}
.person_img_p20{
    background-image: url(../img/o_nas/p10.png);
}
.person_img_p21{
    background-image: url(../img/o_nas/p11.png);
}
.person_img_p22{
    background-image: url(../img/o_nas/p12.png);
}
.person_img_p23{
    background-image: url(../img/o_nas/p13.png);
}
.person_img_p30{
    background-image: url(../img/o_nas/Edyta\ Malesza-Malatrat.webp);
}



.ak{
    background-image: url(../img/o_nas/bg1.png);
    color: white;
    border: none;
    margin-top: 5rem;
}
.ak_line{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 78rem;
    margin: 0 auto;

}
.ak_line p{
    background-color: #009A00;
    margin: 0;
    padding: .5rem 1rem;
    border-radius: .3rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.ak_line hr{
    border: none;
    border-top: 0.4rem dashed #009A00;
    width: 100%;
    height: 0.1rem;
    margin: 0 2rem;
}

.ak_graph{ 
    display: flex;
    margin-top: 4rem;
    align-self: center;
}

.ak_graph-date-circle{
    display: flex;
    justify-content:center;
    align-items: center;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    border: .35rem solid white;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
}

.ak_graph-gabber{
    display: flex;
    padding: 1rem;
}

.ak_graph-grabber-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: .2rem dashed white;
    padding-top: 4rem;
}

.ak_graph-grabber-left span{
    color: white;
    background-color: #009A00;
    border-radius: .3rem;
    text-align: center;
    padding: .5rem 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    margin: 0.75rem ;

    margin-bottom: 2rem;
}
.ak_graph-grabber-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4rem;
}
.ak_graph-grabber-right p{
    margin: .75rem;
    margin-bottom: 2rem;
}

.ak_graph-p1 .ak_graph-date{
    padding-left: 5.4rem;
}
.ak_graph-p2 .ak_graph-date{
    padding-left: 4rem;
    
}
.ak_graph-p1 .ak_graph-date{
    position: relative;
}
.ak_graph-p1 .ak_graph-date:before{
    content : "";
    position: absolute;
    width: 16vw;
    height: 1rem;
    border-top: .2rem dashed white;
    left: 20rem;
    bottom: 50%;
}

.ak_graph-p1 .ak_graph-date:after{
    content : "";
    position: absolute;
    width: 15vw;
    height: 1rem;
    border-top: .2rem solid white;
    left: 16rem;
    bottom: 50%;
}


.scp5 .peoples_holder{
    max-width: unset;
}
.scp5 .peoples_holder .person_box{
    width: 18rem;
}


/**/
.person_img_p1{
    background-image: url(../img/o_nas/Piotr_Ciski.webp);
    background-size: 200%;
    background-position-x: 17%;
    background-position-y: -3%;
}
.person_img_p2{
    background-image: url(../img/o_nas/Marcin_Swiderek.webp);
    background-size: 138%;
    background-position-y: 6%;
}
.person_img_p3{
    background-image: url(../img/o_nas/Wioletta_Kaloska.webp);
    background-size: 239%;
    background-position-x: 37%;
    background-position-y: 20%;
}
.person_img_p4{
    background-image: url(../img/o_nas/Bartlomiej_Stopa.webp);
    background-size: 235%;
    background-position-y: 27%;
}
.person_img_p5{
    background-image: url(../img/o_nas/Janusz_Majde.webp);
    background-size: 88%;
    background-position-y: 1%;
}
.person_img_p6{
    background-image: url(../img/o_nas/Malgorzata_Scislak.webp);
    background-size: 170%;
    background-position-y: 13%;
    background-position-x: 63%;
}
.person_img_p7{
    background-image: url(../img/o_nas/Aneta_Jarczynska.webp);
    background-size: 200%;
    background-position-x: 55%;
    background-position-y: 40%;
}
.person_img_p8{
    background-image: url(../img/o_nas/Sebastian_Gosk.webp);
    background-size: 150%;
    background-position-x: 59%;
    background-position-y: -1%;
}
.person_img_p9{
    background-image: url(../img/o_nas/Wiktoria_Kuc.webp);
    background-size: 200%;
    background-position-x: 50%;
    background-position-y: 12%;
}
.person_img_p10{
    background-image: url(../img/o_nas/Hubert_Paczkowski.webp);
    background-size: 160%;
    background-position-x: 43%;
    background-position-y: 13%;
}

.person_img_p111{
    background-image: url(../img/o_nas/robertchmielewski.webp);
    background-size: 150%;
    background-position-x: 45%;
    background-position-y: 28%;
}

.person_name{
    margin: 0;
    text-align: center;
    margin-top: 1rem;
    font-family: 'Quicksand';
    font-weight: bold;
}
.person_title{
    margin: 0;
    font-size: 1rem;
    text-align: center;
    line-height: normal;
    font-family: 'Quicksand';
    font-weight: 400;
    margin-top: 0.5rem;
}
.person_more{

}


.peoplePopup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    
}
.peoplePopup.active{
    display: flex;
    justify-content: center;
    align-items: center;
}

.peoplePopup_grabber{
    position: relative;
    width: 100%;
    max-width: 72rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: white;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.25);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.25);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.25);
}
.peoplePopup_close{
    border: none;
    background: white;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
}
.peoplePopup_close div{
    transform: rotate(45deg);
    font-size: 2rem;
    font-family: arial;
}
.personPopup{
    display: none;
}
.personPopup.active{
    display: flex;
    justify-content: center;
    align-items: center;
}
.person{
display: flex;
}
.person_left{
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.person_left img{
    width: 15rem;
    height: 15rem;
}


.person_right{
width: auto;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.person_right span{
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
}
.person_right span:nth-of-type(2){
    font-size: 1rem;
    margin: .5rem 0;
}
.person_right p {
    margin: 0;
    font-size: 1rem;
}
.person_right a{
    text-decoration: none;
    color: #0073b1;
    border: 1px solid #0073b1;
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 1rem;
}


@media only screen and (max-width: 925px){
    .person_left{
        display: none;
    }
    .person_right{
        width: 100%;
    }
} 

@media only screen and (max-width: 900px){
    .ak_graph-p1 .ak_graph-date:before{
        display: none;
    }
    .ak_graph-p1 .ak_graph-date:after{
        display: none;
    }

    .ak_graph{
        flex-direction: column;
    }

    .ak_graph-grabber-left span{
        width: 7rem;
    }
    .ak_graph-p1 .ak_graph-date {
        padding-left: 5rem;
    }

    .ak_graph-p2 .ak_graph-date {
        padding-left: 5rem;
    }
}
@media only screen and (max-width: 600px){
    .peoplePopup_grabber{
        height: 75vh;
        
    }
    .peoplePopup_grabber2{
        overflow: scroll;
    }

    .ak_line{
        flex-direction: column;
    }
    .ak_line hr{
        margin-top: 1rem;
    }
} 

@media only screen and (max-width: 450px){
    .peoples_section h3{
        font-size: 2rem;
        margin-left: 1rem;
    }
}