img.proftishare_tgt_img {
	display:none;
}

.footer__badges {
    display: inline-flex;
}
.footer__badge {
    height: 25px;
    width: 86px;
    line-height: normal;
}

.footer__badge.badge_price {
    justify-content: space-around;
}
.footer__badge.badge_compari {
    justify-content: left;
}

a.footer__link.footer__link--powered-by {
    display: none;
}

@media (max-width: 768px) {
    .footer__badge {
        width: auto;
	    height: 33px;
	    display: list-item;
        list-style-type: none;
    }
}


@media (max-width: 365px) {
    .footer__badges {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .footer__badge {
        width: auto;
	    height: 30px;
    }
    .footer__badge.badge_compari {
        justify-content: center;
    }
}