/*
@media print {
	.contacts-wrapper--print {
		width: 1024px;
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background: #FFF;
	}

	.blackout {
		display: none;
	}

	.popup--print {
		position: relative;
		width: 835px;
		margin: 50px auto;
		background: #FFF;
	}

	.popup_print {
		display: none;
	}
}
*/