jQuery(function($) {
		$.mask.definitions['~'] = '[+-]';
		$('#phone').mask('+9 (999) 999-9999');
	});

