@media print {


	html > body {
		padding-top: 0!important;
	}

	.main_header {
		background: none;
	}
	.main_header .bottom {
		display: none!important;
	}
	.main_header {
		position: static;
	}
	.main_header .menu,
	.main_header .search {
		display: none;
	}
	.main_header .logo svg {
		fill: #000;
	}
	.ad_zone {
		display: none;
	}
	.share_links {
		display: none!important;
	}
	.c-footer {
		display: none;
	}
	.toc_mobile,
	.toc_desktop {
		display: none;
	}
	em {
		font-family: inherit;
	}


}
