.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;
}