.faq-section {
	padding-top: 30px;
}
.questions__widget{
  box-sizing: border-box;
  width: 100%;
}
.questions__container{
	padding: 15px 0 14px 20px;
	background: #3284d6;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.questions__contaiter-title{
	font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
	width: 100%;
	padding: 0 50px 0 0;
	text-align: left;
}
.questions__widget_visible_text .questions__container, .questions__widget-active .questions__container{
	background: #34c65e;
}
.questions__widget_visible_text .questions__contaiter-title, .questions__widget-active .questions__contaiter-title{
	color: #fff;
}
.questions__container-button{
	position: absolute;
	right: 17px;
	top: 12px;
	width: 36px;
	height: 36px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.636536 0.292787C0.824064 0.105316 1.07837 0 1.34354 0C1.6087 0 1.86301 0.105316 2.05054 0.292787L7.00054 5.24279L11.9505 0.292787C12.1391 0.110629 12.3917 0.00983372 12.6539 0.0121121C12.9161 0.0143906 13.1669 0.11956 13.3524 0.304968C13.5378 0.490376 13.6429 0.741188 13.6452 1.00339C13.6475 1.26558 13.5467 1.51818 13.3645 1.70679L7.70754 7.36379C7.52001 7.55126 7.2657 7.65657 7.00054 7.65657C6.73537 7.65657 6.48106 7.55126 6.29354 7.36379L0.636536 1.70679C0.449065 1.51926 0.34375 1.26495 0.34375 0.999786C0.34375 0.734622 0.449065 0.480314 0.636536 0.292787Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center center;
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}
.questions__widget-active .questions__container-button{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.questions__text{
	max-height: 0;
  overflow: hidden;
  padding: 20px 20px 0;
}
.questions__widget_visible_text .questions__text, .questions__widget-active .questions__text{
	max-height: 1000px;
	padding-bottom: 26px;
	border: 1px solid #34c65e;
	border-top: 0;
	margin-bottom: 10px;
}
.questions__widget_visible_text .questions__container-button, .questions__widget-active .questions__container-button{
  top: 11px;
	background: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.636536 0.292787C0.824064 0.105316 1.07837 0 1.34354 0C1.6087 0 1.86301 0.105316 2.05054 0.292787L7.00054 5.24279L11.9505 0.292787C12.1391 0.110629 12.3917 0.00983372 12.6539 0.0121121C12.9161 0.0143906 13.1669 0.11956 13.3524 0.304968C13.5378 0.490376 13.6429 0.741188 13.6452 1.00339C13.6475 1.26558 13.5467 1.51818 13.3645 1.70679L7.70754 7.36379C7.52001 7.55126 7.2657 7.65657 7.00054 7.65657C6.73537 7.65657 6.48106 7.55126 6.29354 7.36379L0.636536 1.70679C0.449065 1.51926 0.34375 1.26495 0.34375 0.999786C0.34375 0.734622 0.449065 0.480314 0.636536 0.292787Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center center;
}
.questions__text p{
	margin-top: 0;
}