function dellbody() {
$('body').each(function(){
$(this).append($('.social__block_xs'));
$(this).children().not('.social__block_xs').remove();
})
; }
function respavnBody() {
$('body').each(function(){
$(this).append($('.social__block_xs'));
$(this).not('.social__block_xs').append()
});
}
$(this).not('.social__block_xs').append()