@media print {
	 .pic {
		 display: none;}
	 
	 
	 
	.item-1, .item-2, .item-3, .item-4, .item-5, .item-11, .item-12, .item-13, .item-14, .item-15, .item-6, .item-7, .item-8, .item-9, .item-10,  .item-16, .item-17, .item-18
	{page-break-inside: avoid;
	
		 
	}
	
		 
	 
	 	 
	 .kostina, h2, span {
		 color: black !important;
	 }
	 
	 
  .print, button  {
	  display: none;
	  
  }
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

}