

/* Start:/local/components/elektro/help-list/templates/service/style.css?17103189723990*/
.help__search_results {
	text-align: left;
}

ol.help__search_results__list {
	margin-left: 15px; 
}

.help_search {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.bg_lay_hs {
	text-align: left;
}

.bg_lay_hs.open {
    display:block;
}
.bg_lay_hs {
    left: 0;
    top: 40px;
    display: none;
    position: absolute;
    z-index: 99;
	border: 1px #ddd solid;
	background-color:#fff;
	width: 100%;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.help__result {
	padding: 10px 5px;
}

.help__result_item {
	cursor: pointer;
	padding: 5px 10px;
	margin-bottom: 10px;
	user-select: none;
}
.help__result_item:last-child {
	margin-bottom: 0px;
}
.help__result_item:hover {
	background-color:#ddd;
}
.help__result_item a{
	text-decoration: none;
}


.help__search_results__title{
	margin-top: 20px;
	color:#999;
	font-size: 14px;
}

.help__search_results__item {
    margin-top: 10px;
    margin-bottom: 10px;	
}

.help__search_results__item a{
	font-size: 14px;
    display: inline;
    padding: 0;
    text-decoration: none;
    border: none;
    color: #034ea2;	
}

.help__search_results__item a:hover{
    color: #ff0000;
    cursor: pointer;
    text-decoration: none;
}

.help__groupe_type{
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    color: #999;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 24px;
}
.help__groupe_type.active{
	border-bottom: 3px solid #444b5b;
    color: #333;
    padding-bottom: 21px;
}
.help__groupe_type:hover{
    color: #333;
}

.help-loading_wrap{
    width:30px;
    height:30px;
}

.help-loading_wrap.active{
    background: url(/local/templates/elektro/images/loader.gif) no-repeat center center;
}


.top_grey_block {
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #dadcde;
    margin-top: 24px;
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
	box-sizing: border-box;
	box-direction: normal;
}

.top_grey_block__text {
	position: absolute;
    text-align: center;
    padding-top: 12px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	box-sizing: border-box;
}
.top_grey_block__button_group {
    display: flex;
    width: 100%;
	justify-content: center;
    margin-top: 22px;
	flex-wrap: wrap;
	gap: 16px;
}

.top_grey_block__button {
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	color: #767d83;
	background-color: #fff;
	padding: 14px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
	text-decoration: none;
	user-select: none;
}

.top_grey_block__title{
	font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.top_grey_block__p{
	font-size: 16px;
    line-height: 24px;
}
.top_grey_block__baloon {
	text-align: left;
	line-height: 16px;
}

.top_grey_block__button a {
    text-decoration: none;
    color: #768288;
}




/* End */
/* /local/components/elektro/help-list/templates/service/style.css?17103189723990 */
