.doc_block_budget::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 5px;
    width: 40px;
    height: 50px;
    background-image: url(/img/doc_budget.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.budget_element a:hover{
    color: var(--main-red-color)!important;
    font-weight: normal;
}
.budget_element a:hover .pdf_type{
    background-image: url('/img/icon/pdf_red.png')!important
}
.budget_element a:hover .xls_type{
    background-image: url('/img/icon/xls_red.png')!important
}
.budget_element a:hover .doc_type{
    background-image: url('/img/icon/doc_red.png')!important
}
.budget_element a:hover .download_icon{
    background-image: url('/img/icon/download_red.png')!important
}