#tz_infoblocktree {
    background: #f7f8fc;
    padding: 15px;
    border-radius: 10px;
    padding: 25px 18px;
}


#tz_infoblocktree ul {
	margin: 0;
    padding: 0;
}

#tz_infoblocktree ul li {
	padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
    list-style: none !important;
    font-size: 16px;
}

#tz_infoblocktree ul li:before {
	display: none;
}

#tz_infoblocktree ul ul {
	margin-bottom: 25px;
}

#tz_infoblocktree ul li a {
	font-weight: 700;
    color: #000;
}

#tz_infoblocktree ul li ul li a {
	font-weight: 500;
	color: #3D61E0;
}