@page {
  size: A4;
   margin: 0.5cm;
}
@media print {
  html, body {
    width: 200mm;
    /*height: 297mm;*/
  }
  #mobileHeaderWidget,
  .call_header,
  .basket,
  .main_breadcrumbs,
  header .bottom_head .burger,
  .popup,
  #popups,
  .overlay,
  .comagic-widget 
  {
  	display:none  !important;
  }
  .fixed_phones a:nth-child(2){
  	display:block !important;
  }
  header .fixed_phones{
  	display:flex !important;
  	height:45px;
  	align-items:center;
  }
  header{
    border-bottom:2px solid #f0f0f0;
    position:static !important;
  }
  .bottom_head{
    position:static !important;
  }
  .content{
      padding-top: 15px !important;
  }
* { 
	-webkit-print-color-adjust: exact !important;
	printer-colors: exact !important;
	color-adjust: exact !important;
}
div,span,a { 
	-webkit-print-color-adjust: exact !important;
	printer-colors: exact !important;
	color-adjust: exact !important;
}
}
