if ($(window).width() < 767) {
$(delFunc);
function delFunc() {
// Удаляем все три параграфа
$('.tel').empty();
}
$( "<a href=\"tel:+79182317070\" class=\"mob_number\"><img src=\"/wp-content/themes/sheldon/img/phone.svg\" alt=\"\" srcset=\"\"></a>" ).appendTo( ".tel" );
}