var messages = {
	required: 'Required field',
	email: 'Wrong email address.',
	form_not_send: 'Error! Form not send.',
	not_similar_password: 'Password and repeat password must be similar!',
	check_agreement: 'You should agree with the policies',
	numeric: 'value_must_be_numeric',
	view_full_map: 'View full map',
	no_such_country: 'No such country',
	search_results: 'Search results'
};
var message_loading = 'Loading...';
