.nested_list ol, .nested_list ul{list-style: none;}
.nested_list ul {
    padding: 0em;
    position: relative;
}
.nested_list .qwer{padding: 0;}

.nested_list ul li {
    padding: 10px 0 5px 0;
}
.nested_list ul li ul {
    margin-left: 4em;
}

.nested_list .link .plus:before{
    content: '\f056';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color:#1a9f29;
    font-size: 16px;
}
.nested_list .link.collapsed .plus:before{
    content: '\f055';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
	color: #2e72a2;
}

.nested_list .clr_1 .link .plus:before, .nested_list .clr_1 .zagolov, .nested_list .clr_1 .zagolovok{
    color: #2e72a2;
}
.nested_list .clr_2 .link .plus:before, .nested_list .clr_2 .zagolov, .nested_list .clr_2 .zagolovok{
    color: #9f1a55;
}
.nested_list .clr_3 .link .plus:before, .nested_list .clr_3 .zagolov, .nested_list .clr_3 .zagolovok{
    color: #414067;
}
a .zagolovok{text-decoration: underline;}



.nested_list li a:hover {
    text-decoration: none;
}
.nested_list > ul:before, .nested_list ul .collapse:before {
    background: #E5E5E5;
    position: absolute;
    margin: 10px 7px;
    content: '';
    height: 110%;
    width: 1px;
}

.nested_list ul .collapse:before {
    margin: -2px 0 0 -49px;
	height: 100%;
}
.nested_list  > ul li ul li:before {
    background: #E5E5E5;
    position: absolute;
    margin: 12px -49px 0;
    content: '';
    width: 40px;
    height: 1px;
}


.nested_list p{margin: 0;}

.zagolov{
	font-size: 20px;
	color: #2e72a2;
	font-weight: 600;
	padding: 0 10px;
}
.zagolovok{
    font-size: 16px;
	color: #2e72a2;
	font-weight: 600;
}
.link p{
	padding: 0 26px;
}

.nested_list a:hover{
color:#000;
}

.nested_list h4{
	color:#1a9f29;
	font-size: 19px;
	margin: 30px 0 0 -2px;
	position: relative;
	z-index: 20;
}
.nested_list h4:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f13a";
	color: #1a9f29;
	margin: 0 15px 0 0;
}
.nested_list:last-child .zagolov:before,
.nested_list > ul ul li:last-child > a:last-child:before {
  background: #f6f6f6;
  /*background: #f00;*/
  position: absolute;
  margin: 14px -90px;
  height: 50px;
  width: 50px;
  content: '';
  z-index: 10;
}
.nested_list .qwer > li:last-child .zagolov:before{
	height: 100px;
}

