/*-------------------------------------------------------------------------------------------------------------------------------*/
/*FAQ ONE BLOCK*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.faq-one {position: relative;display: block;width: 100%;}
.faq-one .faq {position: relative;display: block;width: 100%;border-bottom: 1.2px solid #E9E9E9;}
.faq-one .faq .accordeon-title {position: relative;display: block;width: 100%;padding: 20px 0;padding-right: 30px;cursor: pointer;border-top: 1.2px solid #E9E9E9;}
.faq-one .faq .accordeon-title .faq-btn {position: absolute;top: 50%;right: 0;margin-top: -8px;display: block;width: 16px;height: 16px;}
.faq-one .faq .accordeon-title .faq-btn::before,.faq-one .faq .accordeon-title .faq-btn::after {position: absolute;content: '';top: 7px;left: 0;width: 16px;z-index: 1;height: 1.5px;background-color: #282828;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.faq-one .faq .accordeon-title .faq-btn::after {transform: rotate(90deg);}
.faq-one .faq .accordeon-title.active .faq-btn::after {transform: rotate(0);}
.faq-one .faq .accordeon-content {display: none;padding-bottom: 20px;}
.faq-one .faq .accordeon-content:nth-child(2) {display: block;}
.faq-one .faq .accordeon-content .text p {margin-bottom: 20px;}
.faq-one .faq .accordeon-content .text p:last-child {margin-bottom: 0;}
/*media*/
@media(max-width: 575px){
	.faq-one .faq .accordeon-title {padding: 15px 0;padding-right: 20px;}
	.faq-one .faq .accordeon-content {padding-bottom: 15px;}
	.faq-one .faq .accordeon-title .faq-btn {width: 14px;height: 14px;margin-bottom: -7px;}
	.faq-one .faq .accordeon-title .faq-btn::before, .faq-one .faq .accordeon-title .faq-btn::after {width: 14px;}
	.faq-one .faq .accordeon-content .text p {margin-bottom: 10px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*FAQ TWO BLOCK*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.faq-two {position: relative;display: block;width: 100%;}
.faq-two .faq-imgs {position: relative;display: block;width: 100%;height: 0;padding-bottom: 60%;}
.faq-two .faq-imgs img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.faq-two .faq-cont {position: relative;display: block;width: 100%;}
.faq-two .faq {position: relative;display: block;width: 100%;border-bottom: 1.2px solid #E9E9E9;}
.faq-two .faq .accordeon-title {position: relative;display: block;width: 100%;padding: 20px 0;padding-right: 30px;cursor: pointer;border-top: 1.2px solid #E9E9E9;}
.faq-two .faq .accordeon-title .faq-btn {position: absolute;top: 50%;right: 0;margin-top: -8px;display: block;width: 16px;height: 16px;}
.faq-two .faq .accordeon-title .faq-btn::before,.faq-two .faq .accordeon-title .faq-btn::after {position: absolute;content: '';top: 7px;left: 0;width: 16px;z-index: 1;height: 1.5px;background-color: #282828;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.faq-two .faq .accordeon-title .faq-btn::after {transform: rotate(90deg);}
.faq-two .faq .accordeon-title.active .faq-btn::after {transform: rotate(0);}
.faq-two .faq .accordeon-content {display: none;padding-bottom: 20px;}
.faq-two .faq .accordeon-content:nth-child(2) {display: block;}
.faq-two .faq .accordeon-content .text p {margin-bottom: 20px;}
.faq-two .faq .accordeon-content .text p:last-child {margin-bottom: 0;}
/*media*/
@media(max-width: 1199px){
	.faq-two .faq-cont {margin-top: 20px;}
}
@media(max-width: 575px){
	.faq-two .faq .accordeon-title {padding: 15px 0;padding-right: 20px;}
	.faq-two .faq .accordeon-content {padding-bottom: 15px;}
	.faq-two .faq .accordeon-title .faq-btn {width: 14px;height: 14px;margin-bottom: -7px;}
	.faq-two .faq .accordeon-title .faq-btn::before, .faq-one .faq .accordeon-title .faq-btn::after {width: 14px;}
	.faq-two .faq .accordeon-content .text p {margin-bottom: 10px;}
}