@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px){
	.conteiner__lead{
		margin-top: 30px;
	}
}



.faq__acco{
	height: 55px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	line-height: 55px;
	background: #c8ebeb;
	background-image: url("../images/acco_open.png");
	background-repeat: no-repeat;
	background-position: 99% 50%;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	display: block;
	cursor: pointer;
}
.faq__acco.active_acc{
	background-image: url("../images/acco_close.png");
}

@media screen and (max-width: 768px){
	.faq__acco{
		height: auto;
		width: 100%;
		line-height: 1.2;
		border: 7px solid #c8ebeb;
		margin: 0 auto 20px auto;
		padding: 10px 50px 10px 20px;
	}
}



/*--------------------------------------------------------------*/

/* faq*/

/*--------------------------------------------------------------*/
.faq__item{
	padding: 10px 0 40px 0;
	display: none;
}
@media screen and (max-width: 768px){
	.faq__item{
		width: 88vw;
		margin: 0 auto;
	}
}
