@page {
  size: A4 portrait;
  /* auto is the initial value */
  margin: 1cm .5cm;
  /* this affects the margin in the printer settings */
}

body {
  page-break-after: avoid;
}

html, body {
  width: 1280px;
}

.print {
  border: solid 1px black;
}

.header__layer {
  position: relative;
}

.header__open-search, .header__device__top__search {
  display: none !important;
}
