    .select_text{
        background-color: #eeeeee;
        padding: 20px;
        padding-left: 25px;
        position: relative;
        margin: 15px 0;
    }
        .select_text:before{
            content: " ";
            display: block;
            width: 4px;
            background-color: #2196f3;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    .bg-silver{
        background-color: #f7f8fc;
    }
    .catalog-item-h30{
        height: 30px;
        width: 100%;
        background-color: #f7f8fc;
    }
.wrapDocs {
	margin-top:20px;
}
.files_pr {
    margin: 10px 0;
    padding: 15px 0px 15px 55px;
    font-size: 18px;
}
.files_pr a {color:#000;text-decoration:none;}
.files_pr a:hover {text-decoration:none;}
.files_pr a span {
	border-bottom:solid 1px;
}
.files_pr a:hover span {
	border-bottom:none;
}
.files_pr.pdf {
	background:url(img/pdf.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}
.files_pr.doc, .files_pr.docx {
	background:url(img/doc.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}
.files_pr.xls, .files_pr.xlsx {
	background:url(img/xls.svg) 0 0 no-repeat;
	background-size: 50px 50px;
}