@media (min-width: 800px) and (max-width: 1023px) {
  #homepage #main_banner {
    width: 100%;
    height: 308px;
  }
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    ine-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  #motto {
    display: none;
  }
  #header {
    height: 550px;
  }
  #header img#band {
    left: 0px;
    bottom: 20px;
    width: 200px;
  }
  #header #calc_panel {
    width: 70%;
    height: $calc_cont_height px;
    bottom: -20px;
  }
  #header #main_subject {
    font-size: 32px;
    top: 260px;
  }
  #header #main_subject #pasky_name {
    width: 240px;
  }
  #header #main_subject #pasky_separator {
    height: 53px;
  }
  #header #main_subject ul li .star {
    top: 1px;
  }
  #order_container {
    margin-top: 35px;
  }
  #order_container #qty_stripe .qty_header,
  #order_container #qty_stripe .qty_input span {
    font-size: 1em;
  }
  #order_container #order_container_menu a,
  #order_container #order_container_menu a.active {
    font-size: 1.3em;
  }
  #order_container .band_prices {
    margin-top: 0;
    width: 50%;
  }
  #order_container .band_prices .full_sum {
    padding: 10px 0;
    font-size: 1.1em;
  }
  #order_container .band_prices h2 {
    margin-top: 15px;
  }
  #order_container .band_prices#price_without_print,
  #order_container .band_prices#full_price_without_print {
    margin-left: 0;
  }
}
