

/* Start:/local/components/elektro/rules.list/templates/.default/style.css?17485171782384*/

.legal-information__side-menu {
  max-width: 280px;
  width: 100%;
  height: fit-content;
  background: #fff;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
  border-radius: 8px;
  max-height: 74vh;
}

.legal-information__side-menu__fixed {
  position: fixed;
  top: 20px;
  max-height: 85vh;
  overflow: auto;
}



.b-info__content__leftColumn {
    width: 280px;
    margin-top:20px;
    box-sizing:border-box;
}

.b-info__content__rightColumn {
    margin-top:20px;
    padding-left:30px;
    box-sizing:border-box;
}

.b-info__content__rightColumn h1:first-child {
    margin-top: 0px;
}

.b-info__menu {
    font-size:14px;
    border: 1px solid #eee;
    border-bottom:none;
}

.b-info__menu ul{
    list-style: none;
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.b-info__menu a, .b-info__menu .blued {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.b-info__menu a:hover, .b-info__menu .blued:hover {
    text-decoration:none!important;
}

.b-info__menu_sections {
    display: block;
}

.b-info__menu_item {
    display: block;
    padding: 15px 15px 15px 0px;
    border-bottom: 1px solid #eee;
}

.b-info__menu_item__link {
    display: block;
    font-weight: 500;
    position: relative;
	line-height: 1.1;
	padding-left: 15px;
}
.b-info__menu_child {
    line-height:16px;
}

.b-info__child_item__link.active::after {
  width: 2px;
  height: 100%;
  background: #fc8507;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.b-info__menu_item__link a:hover{
	color: #fc8507 ;
}

.b-info__child_item__link {
    display: block;
    position: relative;
    line-height: 1.384;
    padding: 8px 0px 8px 15px;
}

.b-info__child_item__link.active {
    color: #fc8507 ;
}
a.b-info__child_item__link:hover {
    color: #fc8507 ;
}

.b-info__menu_item__link_close{
    right: -15px;
    width: 20px;
    display: block;
    position: absolute;
    top: -14px;
    height: 100%;
    z-index: 20;
    padding: 14px 0 13px;
}

ul.b-info__menu_item__childs {
    display: none;
    padding: 5px 0 5px;
}

.active .b-info__menu_item__childs{
    display: block;
}


/* End */
/* /local/components/elektro/rules.list/templates/.default/style.css?17485171782384 */
