@media print {

.header,
.submenu,
.blueboxes,
.boxes__items,
.time,
.speakers__img,
.parameters,
.organizator,
.c-btns--top,
.footer {
  display: none !important;  
}

.speakers,
.price {
  padding-top: 0px;
}

.price__row, .price__col {
  display: block;
}

}