@media print {


	body {
		width: 100% !important;
		max-width: 1200px;
	}

	.not-home .l-container__main {
		width: 100%;

	}

	.not-home .l-container__main * {
		/*zoom:70%;*/
	}

	.menu-mobile,
	.l-container__side,
	.l-action-menu,
	/*.l-footer__contact__menu,*/
	.l-footer__nav,
	.l-footer__info {
		display: none !important;
	}

	html {
		font-size: 8px;
		font-size: 50%;
	}

	body {
		/*font-size: 7.5px;
	font-size: 1.5rem;*/
		font-size: 8px;
		line-height: 1.5;
	}

	h1 {
		font-size: 11px;
		font-size: 2.2rem !important;
	}

	h2 {
		font-size: 10px;
		font-size: 2.0rem !important;
		font-weight: 600 !important;
	}

	h3 {
		font-size: 9px;
		font-size: 1.8rem !important;
		font-weight: 500 !important;
	}

	h4 {
		font-size: 8px;
		font-size: 1.6rem !important;
	}

	.page-title {

		&:first-of-type {
			font-size: 5.5px;
			font-size: 2.2rem !important;
			font-weight: 400;
		}
	}

	.page-content .calc .result .sv-icon {
		height: 60px;
	}

	}.page-content .calc .result .sv-icon img {
		width: 80%!important;
		height: auto!important;
		display: block!important;
	}

}

@page {
	margin: 10mm;
}