@media print {
    h1 {
        color: #000;
        background: none;
    }

    nav, aside {
        display: none;
    }

    body, article {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    @page {
        margin: 2cm;
    }
	
	h2, h3 {
		page-break-after: avoid;
	}


	img {
		max-width: 100% !important;
	}


	article {
		page-break-before: always;
	}


	ul, img {
		page-break-inside: avoid;
	}
    div.phone.phone_mobile {
     display: none !important; 
}
}