@media(min-width:1200px){
    .b-footer__map__contacts__row .b-footer__map__contacts__phone {
        font-size: 24px;
        line-height: 32px;
    }

    @media (min-width: 768px) {
        .b-footer__map__contacts__row .b-footer__map__contacts__social * {
            width: 24px;
            height: 24px;
        }
    }

    .b-footer__map__contacts__row .b-footer__map__contacts__phone {
        background-size: 24px;
    }

    @media (min-width: 992px) and (min-width: 1200px) {
       .b-footer .b-footer__contacts__phone {
            font-size: 14px;
            line-height: 20px;
        }
    }

    @media (min-width: 992px) {
        .b-footer .b-footer__contacts__social * {
            width: 20px;
            height: 20px;
        }

        .b-footer .b-footer__contacts__phone {
            background-size: 20px;
        }

        .b-footer .b-footer__contacts__email {
            margin-top: 6px;
        }
    }
}
