.section-faq-inside {
	margin: 32px 0;
}

.back-category {
	display: flex;
	align-items: center;
	padding: 9px 13px;
	background-color: rgb(1, 174, 240);
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fefefe;
}

/* modified 2002.05.17 */
.back-category:hover {
	text-decoration: underline;
	color: #fefefe;
}

.active-category {
	padding: 14px 12px;
	background-color: rgb(30, 81, 145);
	margin-top: 3px;
	display: flex;
	align-items: center;
}
.active-category--smaller{
	padding: 5px 12px;
}
.active-category img {
	width: 30px;
	height: auto;
	flex-shrink: 0;
	margin-right: 15px;
}
.active-category h3 {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}
.active-category span {
	display: block;
	font-size: 13px;
	line-height: 1.1;
	font-weight: 400;
	color: #ffffff;
	margin-top: 4px;
}
.back-category img {
	margin-right: 7px;
}
.category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.category-list li:not(:last-of-type) {
	margin-bottom: 8px;
}
.category-list li {
	border: 1px solid #7a8691;
	border-radius: 5px;
	padding: 12px 16px;
}
.category-list li a {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #1f1f1f;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-list li:hover a {
	color: #00aeef;
}
.faq-outer {
	display: block;
	margin-top: 32px;
	border-radius: 5px;
	background-color: #e9ecf1;
	padding: 8px;
	display: flex;
	align-items: center;
}
.faq-outer img {
	margin-right: 18px;
}
.faq-outer span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #1b1b1b;
}

/* added acordeddu 10.06.2022	*/
.faq-outer:hover {
	background-color: rgb(236, 122, 0);
}

.faq-outer:hover span{
	color: #fefefe;
}
/* end added acordeddu 10.06.2022	*/

.faq-answer h2 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 34px;
	color: rgb(1, 174, 240);
	margin-top: 19px;
}
.faq-answer h2:first-of-type {
	margin-top: 30px;
	margin-bottom: 25px;
}
.faq-answer p {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	color: #798691;
}
.faq-answer img {
	/* acordeddu 29.04.2022
	width: 100%;
	*/
	margin-bottom: 11px;
}
.faq-link {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: rgb(255, 255, 253);
	background-color: rgb(204, 0, 1);
	text-align: center;
	padding: 10px;
	text-decoration: underline;
	margin-bottom: 11px;
}
.faq-link:hover {
	color: rgb(1, 174, 240);
}
.faq-quality {
	margin: 52px 0 65px;
}
.faq-quality h3 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	margin: 0 0 24px;
}
.faq-quality--actions {
	display: flex;
	align-items: center;
}
.faq-quality--actions a {
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	color: #202020;
	padding: 8px 15px;
	background-color: #e9ecf1;
	border-radius: 5px;
}
.faq-quality--actions a:first-of-type {
	margin-right: 22px;
}
.faq-quality--actions a img {
	margin-right: 13px;
}
.faq-quality--actions a:hover {
	background-color: rgb(236, 122, 0);
	color: #fefefe;
}
.faq-quality--actions a:active {
	background-color: rgb(236, 122, 0);
	color: #fefefe;
}
.faq-quality--message {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #ec7a00;
	margin-top: 8px;
	opacity: 0;
}
@media only screen and (max-width: 500px) {
	.section-faq-inside {
		margin: 30px 0 20px;
	}
	.back-category {
		font-size: 11px;
		line-height: 13px;
		padding: 8px 24px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.back-category img {
		margin-right: 6px;
		width: 5px;
		height: auto;
	}
	.active-category img,
	.active-category span {
		display: none;
	}
	.active-category {
		padding: 8px 24px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.active-category h3 {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.category-list li {
		padding: 12px 15px 12px 22px;
	}
	.category-list li:not(:last-of-type) {
		margin-bottom: 6px;
	}
	.faq-outer {
		margin-top: 30px;
		padding: 12px;
	}
	.new-visual-block--answer h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.new-visual-block--answer h3 {
		font-size: 11px;
		line-height: 13px;
	}
	.faq-answer h2:first-of-type {
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.faq-answer h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.faq-answer p {
		font-size: 11px;
		line-height: 13px;
	}
	.faq-link {
		font-size: 12px;
		line-height: 14px;
		padding: 6px;
	}
	.faq-quality{
		margin: 9px 0 35px;
	}
	.faq-quality h3{
		    font-size: 13px;
    line-height: 16px;
	}
}
