/*Faq*/

#faq {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-color: #f2f5fb;
}

#faq h2 {
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 4rem;
	line-height: 1;
}

#faq .content-wrapper {
	max-width: 126rem;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
}

#faq .faq__container {
	margin-top: 4.6rem;
	padding: 0 6.3rem;
}

#faq .faq__item:not(:last-child) {
	margin-bottom: 1rem;
}

#faq .faq__toggle {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.38;
	font-weight: 500;
	color: #000;
	text-align: left;
}

#faq .button--reset {
	padding: 0;
	border: none;
	cursor: pointer;
	outline: none;
	background: none;
}

#faq .faq__toggle::before {
	content: "";
	position: absolute;
	left: -4.5rem;
	top: 0.7rem;
	width: 1.3rem;
	height: 1.3rem;
	border-bottom: 0.2rem solid #338bc8;
	border-right: 0.2rem solid #338bc8;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

#faq .faq__item--active .faq__toggle::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#faq .faq__block {
	display: none;
	padding-top: 1.7rem;
	-webkit-transition: height 1s;
	transition: height 1s;
	opacity: 0.8;
}

#faq .faq__item:not(:last-child) .faq__block {
	padding-bottom: 3.0rem;
}

#faq .faq__item--active .faq__block {
	display: block!important;
}

#faq .text_wrapper {
	color: #000;
}

#faq .faq__text {
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
	font-weight: 400;
}

#faq .faq-subtitle {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
	font-weight: 700;
	margin-bottom: 1rem;
}

#faq ul {
	margin-bottom: 3rem;
	padding-left: 0rem;
}

#faq ul+p {
	margin-bottom: 3rem;
}

#faq .text_wrapper ol ul{
	margin: 0;
}

#faq .text_wrapper .ol-wrapper li ul {
margin-top:1rem;
}


#faq .text_wrapper .order-list li,
#faq .text_wrapper ul li {
	list-style: none;
	position: relative;
	padding-left: 4rem;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
	font-weight: 400;
	padding-bottom: 0rem;
}

#faq .text_wrapper .order-list li p,
#faq .text_wrapper ul li p{
	margin: 0;
}

#faq .text_wrapper .order-list li:not(:last-child),
#faq .text_wrapper ul li:not(:last-child) {
	padding-bottom: 1rem;
}

#faq .text_wrapper .order-list li::before,
#faq .text_wrapper ul li:before {
	content: "\2022";
	position: absolute;
	left: 2.3rem;
	top: 0.9rem;
	transform: translateY(-50%);
	color: #7fba2f;
	font-size: 3rem;
}

#faq .text_wrapper ol {
	margin-bottom: 2.5rem;
}

#faq .text_wrapper .numer-list li {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #000;
	font-weight: 400;
}

#faq .numer-list li:not(:last-child) {
	margin-bottom: 1rem;
}

#faq .faq__switch-off {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #1378bf;
	font-weight: 500;
}

#faq .faq__switch-off:hover {
	color: #7fba2f !important
}


/*ordered list*/
#faq .text_wrapper .order-list {
    counter-reset: number;
	list-style: none;
	padding: 0;
}

#faq .text_wrapper .order-list > li::before {
	content: '';
    counter-increment: number;
    content: counter(number)'.';
    font-size: 1.6rem;
    font-weight: 600;
    color: #98c838;
}

#faq .text_wrapper .order-list ul{
	margin-bottom: 0;
	margin-top: 1rem;
}
/* ae */

html[dir="rtl"] #faq .faq__toggle::before {
	right: -4.2rem;
    -webkit-transform: rotate( 134deg);
    transform: rotate( 134deg);
}

html[dir="rtl"] #faq .faq__item--active .faq__toggle::before {
	-webkit-transform: rotate(224deg);
	transform: rotate(224deg);
}


html[dir="rtl"] #faq .faq__toggle {
	text-align: right;
}

html[dir="rtl"] #faq .text_wrapper ul {
	padding-right: 0rem;
}

html[dir="rtl"] #faq .text_wrapper .order-list li,
html[dir="rtl"] #faq .text_wrapper ul li {
	padding-right: 4rem;
	padding-left: 0;
}

html[dir="rtl"] #faq .text_wrapper .order-list li::before,
html[dir="rtl"] #faq .text_wrapper ul li:before {
	right: 2.3rem;
	left: auto;
}

@media (max-width: 560px) {
	#faq {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#faq .faq__item--active .faq__toggle::before {
		left: -2.7rem;
	}
	#faq .faq__container {
		padding-right: 0;
		padding-left: 1.6rem;
	}
	html[dir="rtl"] #faq .faq__container {
		padding-left: 0;
		padding-right: 1.6rem;
	}

#faq .faq__item:not(:last-child) .faq__block {
	padding-bottom: 2rem;
}



	#faq .text_wrapper .order-list li,
	#faq .text_wrapper ul li {
		padding-left: 2rem;
	}
	html[dir="rtl"] #faq .text_wrapper .order-list li::before,
	html[dir="rtl"] #faq .text_wrapper ul li:before {
		right: 0rem;
	}
	html[dir="rtl"] #faq .text_wrapper .order-list li,
	html[dir="rtl"] #faq .text_wrapper ul li {
		padding-right: 2rem;
	}
	#faq .text_wrapper .order-list li::before,
	#faq .text_wrapper ul li:before {
		left: 0rem;
	}

  #faq .faq__item:not(:last-child) .faq__toggle{
    margin-bottom: 2rem;
  }


	html[dir="rtl"] #faq .faq__toggle::before {
		right: -3.1rem;
	}
	#faq .text_wrapper ul {
		padding-left: 0;
	}
	html[dir="rtl"] #faq .text_wrapper ul {
		padding-right: 0;
	}
	#faq .faq__toggle::before {
		left: -2.5rem;
	}
}