.faq h2
{
	font-size: 30px;
	font-weight: normal;
	color: black;
}

.faq .line_dotted 
{
	margin: 0;
}

.faq .faq_ul
{
	margin-bottom: 50px;
}

.faq .faq_ul ul
{
	list-style-type: none;
}

.faq .faq_ul ul li.another_li
{
	margin-left: 100px;
}

.faq .faq_ul .cat_name
{
	font-size: 25px;
	/*cursor: pointer;*/
	line-height: 30px;
	border-bottom: 4px solid #F6F6FA;
	padding-bottom: 5px;
	padding-left: 20px;
}

.faq .faq_ul ul li.first > .cat_name
{
	font-size: 30px;
	padding-bottom: 15px;
	padding-top: 30px;
	border: 0;
}

.faq .faq_ul ul.another li
{
	padding-bottom: 15px;
	padding-top: 5px;
}

.faq .faq_ul .questions
{
	margin-left: 50px;
	padding-top: 10px;
	/*display: none;*/
}

.faq .faq_ul .questions .answer
{
	display: none;
	font-size: 18px;
	padding-top: 10px;
}

.faq .faq_ul .questions .answer ul li
{
	padding: 0;
	margin: 0;
}

.faq .faq_ul .questions .one_q
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 4px solid #F6F6FA;
}

.faq .faq_ul .questions .question_line 
{
	position: relative;
}
.faq .faq_ul .questions .question_line .question
{
	font-size: 21px;
	margin-right: 50px;
	cursor: pointer;
}

.faq .faq_ul .questions .question_line .icon
{
	height: 24px;
	width: 24px;
	background: url('/images/front/icons_sprite.png') -25px -188px no-repeat;
	margin-right: 15px;
	cursor: pointer;
	position: absolute;
  top: 2px;
  right: 0;
}

.faq .faq_ul .questions .question_line .icon.active
{
	background-position: 0px -188px;
}

@media (max-width: 800px) {
	.faq .faq_ul ul {
		padding: 0 0 0 15px;
	}
	.faq .faq_ul .cat_name {
		padding: 0;
	}
	.faq .faq_ul ul li.another_li {
		margin-left: 30px;
	}
}
@media (max-width: 600px) {
	.faq .faq_ul ul li.another_li {
		margin-left: 0;
	}
	.faq .faq_ul .questions {
		margin-left: 15px;
	}
}