

/* Start:/vopros-otvet/source/style.css?17321007022792*/
h1{
	text-align: center;
	color: #1c1c1c!important;
	text-transform: uppercase;
}
#content_part{
	background-color: #fff!important;
}
.content_block{
	display: flex;	
}
.tema_block{
	width: 20%;
}
.tema_list{
	/*border-radius: 30px;*/
	overflow: hidden;
}
.tema_item{
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 15px 15px 20px;
	color: #404040;
	cursor: pointer;
	box-sizing: border-box;
}

.tema_item:not(:last-child) {
	border-bottom-color: #dadada;
}

.tema_item:first-child{
	padding-top: 20px;
}
.tema_item:last-child{
	padding-bottom: 20px;
}
.tema_item:first-child {
	border-radius: 30px 30px 0 0;
}

.tema_item:last-child {
	border-radius: 0 0 30px 30px;
}

.tema_item:first-child:hover,
.tema_item:first-child.active {
	border-top-color: #ece9e9;
}

.tema_item:last-child:hover,
.tema_item:last-child.active {
	border-bottom-color: #ece9e9;
}

.tema_item:hover, .tema_item.active{		
	background-color: #fff;
	color: #905792;
	border-left-color: #ece9e9;
	border-right-color: #ece9e9;
}
.tema_item:hover:after,
 .tema_item.active:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
    right: 10px;
    width: 8px;
    height: 15px;
    background: url(/vopros-otvet/source/img/arrow_right.png) no-repeat;
}
.voprosotvet_block{	
	width: 80%;
	padding-left: 30px;
}
.vopros_item{
	margin-bottom: 10px;
}
.sam_vopros{
	border: 1px solid #ece9e9;
	background-color: #fff;
	border-radius: 50px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	cursor: pointer;
}

.sam_vopros:hover,
.sam_vopros.active{
	border: 1px solid #905792;
	background-color: #905792;
	color: #fff;
}


.sam_vopros:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 40%;
    right: 35px;
    width: 18px;
    height: 11px;
    background: url(/vopros-otvet/source/img/arrow_down.png) no-repeat;
}
.sam_vopros:hover:after,
.sam_vopros.active:after{
	background: url(/vopros-otvet/source/img/arrow_up.png) no-repeat;
}
.sam_otvet{
	display: none;
	padding: 30px 20px;
}


@media (max-width: 767px){
	.text_inside_wide #h1-pages {
	    margin: 20px 0 10px 0 !important;
	}
	.content_block{
		display: block;	
	}
	.tema_block{	
		width: 100%;
	}
	.voprosotvet_block {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 20px;	    
	}
	.voprosotvet_block:before {
		content: "Вопросы с ответами";
    	display: block;
	    text-align: center;
	    margin: 20px;
	    font-weight: bold;
	    color: #ab76ae;
	}
	.sam_vopros{
		padding: 20px 40px 20px 20px;
	}
	.sam_vopros:after{
		right: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section.list/vopros_otvet/style.css?16765393421080*/
.section-root-list {
background: #eeeeee;
margin: 0 auto;
padding: 14px 8px;
width: 800px;
}

.section-root-list a{
text-decoration: none;
}

.section-root-list .section-item{
background: white;
border-radius: 12px;
box-shadow: 0 3px 4px 0px #AAAAAA;
display: inline-block;
margin: 0 35px 41px 0;
height: 220px;
padding: 5px 5px 0 5px;
vertical-align: top;
width: 160px;
}
.section-root-list .section-item:nth-child(4n){
margin-right: 0;
}

.section-root-list .section-item:hover{
background: #ab75ae;
}

.section-root-list .section-item .image{
background: white;
border-radius: 10px;
box-shadow: 0 2px 7px -2px black;
display: table-cell;
height: 160px;
text-align: center;
vertical-align: middle;
width: 160px;
}

.section-root-list .section-item .image img{
max-height: 160px;
max-width: 160px;
}

.section-root-list .section-item .name{
color: black;
display: block;
font-family: Arial;
font-size: 14px;
margin-top: 15px;
text-align: center;
text-decoration: underline;
}
.section-root-list .section-item:hover .name{
color: white;
font-weight: bold;
text-decoration: none;
}
/* End */
/* /vopros-otvet/source/style.css?17321007022792 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog.section.list/vopros_otvet/style.css?16765393421080 */
