

/* Start:/local/templates/synergy_pro/components/bitrix/news.list/faq/style.css?17803852822200*/
.faq__title-block {
  margin-bottom: 70px;
}
.faq .faq-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  padding: 0 30px 25px;
  border-top: 10px solid #FF8A00;
}
.faq .faq-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-top: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.faq .faq-item__button {
display: flex;
justify-content: center;
  cursor: pointer;
  margin-right: 25px;
	margin-left:15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 32px;
  height: 17px;
}
.faq .faq-item__question {
	font-family: Rubik;
	font-weight: 500;
	color: #2F2F2F;
  	font-size: 18px;
  	line-height: 22px;
}
.faq .faq-item__answer {
  position: relative;
  padding-left: 15px;
  color: #777777;
  font-size: 16px;
  line-height: 25px;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.faq .faq-item__answer::before {
  content: "•";
  position: absolute;
  left: 0;
}
.faq .faq-item--open {
  padding-bottom: 25px;
}
.faq .faq-item--open .faq-item__button {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq .faq-item--open .faq-item__question {
  padding-bottom: 0;
}
.faq .faq-item--open .faq-item__answer {
  padding-top: 15px;
  visibility: visible;
  height: auto;
  overflow: none;
  opacity: 1;
}

@media (max-width:768px){
	.faq .faq-item__button {
		margin-right:0;
	}
	.faq{
		padding-top:100px;
	}
}
@media (max-width:600px){
	.faq .faq-item--open .faq-item__answer {
		width: calc(100% - 60px);
	}
}
@media (max-width:480px){
	.faq{
		padding-top:50px;
	}
	.faq .faq-item__button svg {
		width: 18px;
	}
}
@media (max-width:400px){
	.faq .faq-item--open .faq-item__answer {
		width: 100%;
	}
}
/* End */
/* /local/templates/synergy_pro/components/bitrix/news.list/faq/style.css?17803852822200 */
