@charset "UTF-8";
.faq-title {
	font: bold 22px/30px var(--fontg);
	letter-spacing: -0.02em;
	color: var(--grey800);
	margin: 0 0 29px 0;
	padding: 0 0 0 54px;
	position: relative;
}
.faq-title:not(:first-child) {
	margin-top: 42px;
}
.faq-title .pic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 15px;
	left: 0;
	margin: -18px 0;
}
.faq-title .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.faq-el {
	margin: -0.5px -2px 0 -2px;
	border-style: solid;
	border-width: 0.5px 0;
	border-color: var(--sec-dark);
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.015em;
	color: var(--grey600);
	padding: 11px 0;
}
.faq-head {
	cursor: pointer;
	user-select: none;
	margin: 0;
	font: 600 16px/24px var(--fonti);
	color: var(--blue);
	padding: 15px 0 15px 36px;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	background: var(--white);
	z-index: 5;
	position: sticky;
	top: 68px;
	transition-property: color, padding;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq-head:before, .faq-head:after {
	content: '';
	width: 17px;
	height: 1.5px;
	position: absolute;
	top: 26px;
	left: 12px;
	transition-property: transform, background;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	background: var(--blue);
	border-radius: 0.75px;
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
	backface-visibility: hidden;
}
.faq-head:after {
	transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}
.faq-el.open .faq-head {
	color: var(--grey800);
}
.faq-el.open .faq-head:before, .faq-el.open .faq-head:after {
	background: var(--sec-dark);
}
.faq-el.open .faq-head:before {
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.faq-el.open .faq-head:after {
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media (pointer:fine) {
.faq-head:hover {
	color: var(--orange);
}
.faq-head:hover:before, .faq-head:hover:after {
	background: var(--orange);
}
}
.faq-el:not(.open) .in {
	display: none;
}
.faq-el .ind {
	padding: 0 0 13px 40px;
	position: relative;
}
.faq-el .ind > *:first-child, .faq-el .ind > li:first-child {
	margin-top: 0!important;
}
.faq-el .ind > *:last-child, .faq-el .ind > li:last-child {
	margin-bottom: 0!important;
}
.faq .feedback-form-block {
	margin-top: 41px;
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.faq {
	margin-top: 50px;
}
.faq-title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.01em;
	padding-left: 70px;
	margin-bottom: 52px;
}
.faq-title:not(:first-child) {
	margin-top: 85px;
}
.faq-title .pic {
	width: 60px;
	height: 40px;
	margin: -20px 0;
	left: -10px;
	top: 20px;
}
.faq-title .pic img {
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.faq-el {
	margin-left: 0;
	margin-right: 0;
	line-height: 30px;
	letter-spacing: normal;
	color: var(--grey800);
	padding: 15px 0;
}
.faq-head {
	font-size: 20px;
	color: var(--grey800);
	padding: 25px 0 25px 70px;
	top: 90px;
}
.faq-head:before, .faq-head:after {
	background: var(--grey700);
	top: 38px;
	left: 36px;
	height: 2px;
	border-radius: 1px;
	width: 15px;
}
.faq-el.open .faq-head {
	color: var(--grey800);
}
.faq-el.open .faq-head:before, .faq-el.open .faq-head:after {
	background: var(--sec-dark);
}
 @media (pointer:fine) {
.faq-head:hover {
 color: var(--blue);
}
.faq-head:hover:before, .faq-head:hover:after {
 background: var(--blue);
}
}
.faq-el .ind {
	padding: 0 0 36px 70px;
}
.faq .feedback-form-block {
	margin-top: 85px;
}
}

/*tablet end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.faq {
	margin-top: 48px;
}
.faq-el {
	font-size: 16px;
	line-height: 35px;
}
.faq .feedback-form-block {
	margin-bottom: 0;
}
}

/*desktop end*/

/*desktop-big start*/

@media only screen and (min-width: 1680px) {
.faq {
	margin-left: 100px;
}
}
