#calculator header {
  margin-bottom: 36px;
  padding: 44px 48px;
}

#calculator header .btn--back img {
  margin-right: 23px;
  position: relative;
  top: -3px;
  transform: rotate(-90deg);
}

#calculator header .btn--back .text {
  font-size: 18px;
}

#calculator {
  overflow: hidden;
  padding-bottom: 400px;
}

#calculator .inputs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 68px;
}

#calculator .inputs .input--wrap {
  width: 180px;
}

#calculator .box--itemPrice {
  margin-bottom: 84px;
}

#calculator .box--itemPrice .result {
  display: flex;
  justify-content: space-between;
  padding: 22px 42px;
}

#calculator .box--itemPrice .result .text {
  margin-bottom: 5px;
}

#calculator .box--itemPrice .result .text:last-child {
  margin-bottom: 0;
}

#calculator .box--itemPrice .result * {
  font-size: 14px;
  color: #797c84;
}

#calculator .box--itemPrice .result .price {
  font-size: 18px;
  color: #000;
}

#calculator .box--itemPrice .result .price .primary {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

#calculator .box--payer {
  margin-bottom: 40px;
  padding: 35px 42px;
  background-color: #f3f3f3;
}

#calculator .box--payer .title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 800;
}

#calculator .box--payer .info {
  display: flex;
  justify-content: space-between;
}

#calculator .box--payer .info .fragment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#calculator .box--payer .info .fragment .body {
  width: 522px;
}

#calculator .box--payer .info .fragment .price {
  width: 75px;
  text-align: right;
  color: #ff5500;
}

#calculator .box--payer .info:last-child .fragment:last-child {
  margin-bottom: 0;
}

#calculator .box--breakevent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 35px 42px;
  background: rgba(255, 85, 0, 0.06);
}

#calculator .box--breakevent .title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 800;
}

#calculator .box--breakevent tr.point td {
  font-weight: 800;
  color: #ff5500;
}

#calculator .print {
  display: none;
}

@media print {
  @page {
    margin: 0 20px;
  }

  #calculator .print {
    display: block;
  }

  #calculator header {
    display: none;
  }

  #calculator .btn--big {
    display: none;
  }

  #calculator {
    padding-bottom: 60px;
  }

  #calculator html, #calculator body {
    padding: 0;
  }

  #calculator .box--breakevent {
    display: block;
    background: rgba(255, 85, 0, 0.06);
  }

  #calculator .box--payer {
    padding: 15px 42px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
  }

  #calculator .box--payer .info {
    display: block;
    width: 100%;
  }

  #calculator .box--payer .info__title {
    margin-bottom: 8px;
    font-weight: 600;
  }

  #calculator .box--payer .info__body {
    display: block;
    width: 100%;
  }

  #calculator .inputs {
    margin-bottom: 30px;
  }

  #calculator .inputs .input--wrap {
    width: auto;
    flex: 1;
  }

  #calculator .box--itemPrice .result .price {
    font-size: 14px;
  }

  #calculator .box--itemPrice .result .price .primary {
    font-size: 14px;
  }

  #calculator .tabs__buttons {
    display: none;
  }

  #calculator .input--title {
    font-size: 15px;
    text-align: center;
  }

  #calculator .input--number .input--btns {
    display: none;
  }

  #calculator .input--number input {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text input {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text.price input {
    display: none;
  }

  #calculator .input--text.price .print {
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text.price:before {
    display: none;
  }

  #calculator .table.type01 th {
    padding: 8px 42px;
    font-size: 14px;
  }

  #calculator .table.type01 td {
    padding: 8px 42px;
    font-size: 14px;
  }

  #calculator .table.type01 td .title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  #calculator .table.type02 {
    width: 100%;
  }

  #calculator .table.type02 td {
    padding: 8px 42px;
    font-size: 14px;
  }

  #calculator .table.type02 th {
    padding: 10px 42px;
    font-size: 14px;
  }

  #calculator * {
    font-size: 14px;
  }

  #calculator .box--itemPrice {
    margin-bottom: 30px;
  }

  #calculator .box--itemPrice .result {
    padding: 4px 42px;
  }

  #calculator .box--payer .info .fragment {
    margin-bottom: 10px;
  }

  #calculator .box--breakevent {
    margin-bottom: 0;
    padding: 15px 42px;
    border: 1px solid #e1e1e1;
  }

  #calculator > .title {
    margin: 60px 0;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
  }

  #calculator .box--payer .title {
    font-size: 14px;
  }

  #calculator .box--breakevent .title {
    font-size: 14px;
  }

  @page {
    margin: 0 20px;
  }

  #calculator .print {
    display: block;
  }

  #calculator header {
    display: none;
  }

  #calculator .btn--big {
    display: none;
  }

  #calculator {
    padding-bottom: 60px;
  }

  #calculator html, #calculator body {
    padding: 0;
  }

  #calculator .box--breakevent {
    display: block;
  }

  #calculator .box--payer {
    padding: 15px 42px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
  }

  #calculator .box--payer .info {
    display: block;
    width: 100%;
  }

  #calculator .box--payer .info__title {
    margin-bottom: 8px;
    font-weight: 600;
  }

  #calculator .box--payer .info__body {
    display: block;
    width: 100%;
  }

  #calculator .inputs {
    margin-bottom: 30px;
  }

  #calculator .inputs .input--wrap {
    width: auto;
    flex: 1;
  }

  #calculator .box--itemPrice .result .price {
    font-size: 14px;
  }

  #calculator .box--itemPrice .result .price .primary {
    font-size: 14px;
  }

  #calculator .tabs__buttons {
    display: none;
  }

  #calculator .input--title {
    font-size: 15px;
    text-align: center;
  }

  #calculator .input--number .input--btns {
    display: none;
  }

  #calculator .input--number input {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text input {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text.price input {
    display: none;
  }

  #calculator .input--text.price .print {
    text-align: center;
    font-size: 24px !important;
    font-weight: 800;
    color: #ff5500 !important;
  }

  #calculator .input--text.price:before {
    display: none;
  }

  #calculator .table.type01 th {
    padding: 8px 42px;
    font-size: 14px;
  }

  #calculator .table.type01 td {
    padding: 8px 42px;
    font-size: 14px;
  }

  #calculator .table.type01 td .title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  #calculator .table.type02 {
    width: 100%;
  }

  #calculator .table.type02 td {
    padding: 8px 0;
    font-size: 14px;
  }

  #calculator .table.type02 th {
    padding: 10px 0;
    font-size: 14px;
  }

  #calculator * {
    font-size: 14px;
  }

  #calculator .box--itemPrice {
    margin-bottom: 30px;
  }

  #calculator .box--itemPrice .result {
    padding: 4px 42px;
  }

  #calculator .box--payer .info .fragment {
    margin-bottom: 10px;
  }

  #calculator .box--breakevent {
    margin-bottom: 0;
    padding: 15px 42px;
    border: 1px solid #e1e1e1;
    background: rgba(255, 85, 0, 0.06);
  }

  #calculator > .title {
    margin: 60px 0;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
  }

  #calculator .box--payer .title {
    font-size: 14px;
  }

  #calculator .box--breakevent .title {
    font-size: 14px;
  }

  #calculator .box--payer .info .fragment .price {
    width: 100px;
  }

  #calculator .box--payer .info .fragment .body.point {
    margin-left: auto;
    text-align: right;
  }

}

#calculator #login {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#calculator #login .title {
  margin-bottom: 47px;
  font-size: 32px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

#calculator #login .btn--big {
  width: 100%;
  margin-top: 4px;
}
