@media screen, handheld, projection, speech, tty, tv {
	*.forprint
		{ display: none; }
}

@media print {
	*.forscreen
		{ display: none; }
	* {
		color: #000000 !important;
		background: transparent !important;
	}
	.wrapper,
	.container {
		width: 100% !important;
		position: static;
	}
	.prices .search_block,
	.write_us_btn,
	.start_using,
	.how_to_use .start_using,
	.page_spacer,
	.full_right,
	.full_left,
	.lang,
	.main_menu,
	.slogan,
	.left_side {
		display: none;
	}
	.prices .countries_list {
		margin: 20px 0 0 0;
	}
	.prices .countries_list .dark_half,
	.prices .countries_list .light_half {
		display: none;
	}
	.content {
		float: none;
		width: 100% !important;
	}
	.content .content_bg {
		padding: 0;
		border: none;
	}
	.header {
		padding: 0 0 40px 0; 
	}
	.whf,
	.hf {
		height: auto;
	}
	.services .short_text {
		padding: 12px 36px 14px 0;
	}
	.prices .countries_list {
		border-bottom: none !important;
	}
	.prices .countries_list td {
		border-bottom: 1px solid #c1c3c6;
		border-left: none;
		border-right: none;
	}
	
}