

/* Start:/bitrix/templates/electrical/components/bitrix/catalog.sections.top/faq-page/style.css?17367732223553*/
.faq_list_tabs.nav-pills{
    margin-bottom: 40px;
}
.faq_list_tabs.nav-pills>li{
    margin-right: 6px;
}
.faq_list_tabs.nav-pills>li>a{
    background: #F8F9FB;
    padding: 14px 26px;
    font-size: 0.8em;
    color: #585858;
    border: 1px solid #EBF2F4;
    text-transform: uppercase;
}
.faq_list_tabs.nav-pills>li[class*='active']>a{
    border-top-color: var(--prv_color);
    border-top-width: 2px;
    background-color: transparent!important;
    color: #000!important;
}
.faq_list_tabs.nav-pills>li>a:hover{
    box-shadow: 0 1px 12px #eee;
    background: transparent;
}
.faq-item{
	border: 1px solid #EEF1F4;
	border-top: none;
	margin-bottom: 20px;
}
.faq-item-heading{
	font-size: 1.0666em;
	position: relative;
	padding: 36px 40px;
	cursor: pointer;
	border-top: 1px solid #EBF2F4;
}
.faq-item .panel-body{
	padding: 0 40px 36px;
	font-size: 1em;
	line-height: 1.8em;
	color: #757575; 
}
.faq-item-heading:not(.collapsed){
	border-top: 2px solid var(--prv_color);
}
.faq-item-heading.collapsed:hover{
	box-shadow: 0 1px 12px #eee;
}
.faq-item-heading.collapsed .fa{
	display: block;
	position: absolute;
	right: 40px;
	color: var(--prv_button_bg);
	top: 50%;
	transform: translateY(-50%) rotate(0);
	transition: transform 0.3s linear;
	font-size: 20px;
    font-weight: bold;
}

.faq-item-heading:not(.collapsed) .fa{
	transform: translateY(-50%) rotate(180deg);
	display: block;
	position: absolute;
	right: 40px;
	color: var(--prv_button_bg);
	top: 50%;
	transition: transform 0.3s linear;
	font-size: 20px;
    font-weight: bold;
}
@media(max-width: 767px){
	.faq-item .panel-body{
		padding: 0 20px 20px;
	}
	.faq-item-heading{
		font-size: 1.0666em;
		position: relative;
		padding: 20px;
		padding-right: 40px;
		cursor: pointer;
	}
	.faq-item-heading.collapsed .fa,
	.faq-item-heading:not(.collapsed) .fa{
		right: 25px;
	}
}
.dropdown_tab_container {
    padding-bottom:25px;
}
.dropdown_tab_container .list-group {
    margin-bottom:0px;
}
.dropdown_tab_container .list-group-item {
    padding: 15px 25px 15px;
    border: 1px solid #eff1f5;
}
.dropdown_tab_container .list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.dropdown_tab_container .list-group-item.active:hover,
.dropdown_tab_container .list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.dropdown_tab_panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.dropdown_tab_panel:hover,
.dropdown_tab_panel:focus {
    text-decoration:none;
    color:#212121;
}
.dropdown_tab_panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.dropdown_tab_panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

a.faq-item-heading
{
    display: block;
    text-decoration: none;
    color: #333;
}
a.faq-item-heading:hover
{
    display: block;
    text-decoration: none;
    color: #333;
}
/* End */
/* /bitrix/templates/electrical/components/bitrix/catalog.sections.top/faq-page/style.css?17367732223553 */
