@media (min-width: 1280px) {
    .sertificat-header{
        background: url('../aspro_mshop/images/сертик.png') no-repeat;
        width: 135px;
        height: 38px;
        background-size: 135px 38px;
        right: -25px;
        top: 18px;
        position: absolute;
        z-index: 999;
        /*border: solid 1px;*/
    }
}
@media (min-width: 1366px) {
    .sertificat-header{
        width: 165px;
        height: 38px;
        background-size: 165px 38px;
        right: -48px;
        top: 18px;
    }
}
@media (min-width: 1440px) {
    .sertificat-header{
        width: 190px;
        height: 45px;
        background-size: 190px 45px;
        right: -74px;
        top: 18px;
    }
}