
/*----- strefa klienta  ----*/

.clientArea__section.sec1{
    min-height: 90vh;
    width: 100%;
    background-image: url(../img/strefa_klienta/baner_strefa_klienta.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.clientArea__section.sec1 h1{
	    font-family: 'Quicksand', sans-serif;
    color: white;
	  text-align: center;
	font-weight: 500;
}
.clientArea__section{
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
}
.clientArea__sectionTitle{
	    font-family: 'Quicksand', sans-serif;
    
	  text-align: center;
	font-weight: 500;
    margin: 6rem 0;
}
.clientArea__boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80rem;
}

.clientArea__box{
    padding: 1rem;
    border: .1rem solid #D1DBE3;
    width: 22rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 1rem;
    background-color: white;
	border-radius: 0.5vw;
}

.clientArea__boxTitle{
	
    color: var(--main-color);
    font-weight: bold;
    min-height: 3rem;
}
.clientArea__box p{
    margin: 2rem;
}


/* faq */ 
.clientArea__faq{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem;
	
}
.clientArea__faq h1 {
 font-family: 'Quicksand', sans-serif !important;
    
	  text-align: center;
	font-weight: 500;
}
.clientArea__faq h2{
    font-family: 'Quicksand', sans-serif !important;
	  text-align: center;
    font-weight: 500;
    font-size: 3rem;
}
.clientArea__faq p{
    color: black;
	font-weight: 500 !important;
    margin: 0;
    font-size: 1rem;
}
.clientArea__faqholder{
padding-top: 4rem;
    width: 100%;
    max-width: 60rem;
}
.clientArea__singleFaq{
    margin: 1rem 0;
}

.clientArea__singleFaqButton{
    width: 100%;
    text-align: left;
    padding: 1rem 2rem;
    border: none;
	cursor: pointer;
    background-color: fff;
	  box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
.clientArea__singleFaqButton:hover{
    background-color: lightgray;
}
.clientArea__singleFaqButton.active{
    background-color: lightgray;
}

.clientArea__singleFaqAnswer{
	
font-weight: 300 !important;
padding: 6vh 5vw;
	
}

	.clientArea__singleFaqAnswer p {
		font-weight: 300 !important;
		font-size: 1rem;
		line-height: 1.6rem;
	}
		.clientArea__singleFaqAnswer ul {
		margin: 3vh 0;
		padding: 0;
		list-style-type: disc;
		}
			.clientArea__singleFaqAnswer ul li{
				margin-bottom: 2vh;
			}
			
	.clientArea__singleFaqAnswer p a {		
	font-weight: 500;
	color: var(--main-color) !important;
	text-decoration: none;
	}
			
.clientArea__singleFaqAnswer.hidden{
    display: none;
}

@media only screen and (max-width: 600px){
    .clientArea__section.sec1{
        padding-bottom: 4rem;
    }
}