

/* Start:/local/js/local/components/faqcomponent/dist/component.bundle.css?17614991181178*/
#faq{
    margin: 70px 0 40px;
}
#faq h2 {
    text-align: center;
    margin-bottom: 40px;
}
.accordion-item{
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
 
.accordion-item-head{
    /* background-color: #dfdfdf; */
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px;
    cursor: pointer;
    padding: 10px 53px 0 0;
}

@media screen and (max-width: 767px) {
   .accordion-item-head {
    font-size: 1.2em;
   } 
}
 
.accordion-item-head:after{    
    content: ' > ';
    display: block;
    height: 29px;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(90deg) scaleY(2);
        -ms-transform: rotate(90deg) scaleY(2);
            transform: rotate(90deg) scaleY(2);
    top: 8px;
}
 
.accordion-item-head.active:after{
    content: ' + ';
    -webkit-transform: rotate(45deg) scaleY(1) scale(2);
        -ms-transform: rotate(45deg) scaleY(1) scale(2);
            transform: rotate(45deg) scaleY(1) scale(2);
}
 
 
.accordion-item-body{
    display: none;
} 
.accordion-item-head.active + .accordion-item-body{
    display: block !important;
}
.accordion-item-body .text {
    padding-left: 10px;
}
/* End */


/* Start:/bitrix/templates/mh_bootstrap/components/bitrix/form.result.new/.default/style.css?1713957885666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/mh_bootstrap/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/mh_bootstrap/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/js/local/components/faqcomponent/dist/component.bundle.css?17614991181178 */
/* /bitrix/templates/mh_bootstrap/components/bitrix/form.result.new/.default/style.css?1713957885666 */
