.prices{
    padding-top: 0;
}
#priceList{
    font-size: 18px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}


#priceList a{
    margin: 0 40px 0px -2px;
    padding: 0 0 0 55px;
    background:url(../images/pdf.png) left 2px no-repeat;
    position: relative;
    z-index: 0;
    display: block;
}
#priceList a:before{
    content: '';
    position: absolute;
    background-image :url(./img/exel.png);
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
}

#priceList a.doc{
    background: url(../images/doc.png) left 2px no-repeat;
}
#priceList b.downl{
    display: inline;
    font-weight: normal;
}
.priceList h6{
    padding: 0 0 7px 0;
    font-weight: bold;
}
.priceList b.downl{
    display: inline;
    padding:0;
    font-size: 12px;

    font-weight: normal;
}
#priceList b.downl{
    display: inline;
    font-weight: 600;
}
#priceList span{
    display: block;
    text-decoration: none;
}

@media(max-width: 650px){
    #priceList{
        display: block;

    }

    #priceList a + a{
        margin-top: 30px;
    }
}