.section-faq-inside-destination {
	margin: -40px 0 52px 0;
}

.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: 0px 16px;
}
.category-list li div {
	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	*/


h2.faq-title-destination  {
    font-size: 20px;
    font-weight: bold;
    color: #1c326b;
}

.faq-question  {
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.faq-question h3 {
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #59758d;
    letter-spacing: 1px;
	margin-top: 11px;
    margin-bottom: 11px;
}

hr.faq  {
    margin-top: -10px;
    margin-bottom: -10px;
}

.faq-answer  {
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.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;
	
}
.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);
}

@media only screen and (max-width: 500px) {
	.section-faq-inside-destination {
		margin: 30px 0 20px;
	}
	.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;
	}
}
