@media only screen and (max-width: 992px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media only screen and (max-width: 992px) {
    .mobile {
      display: block; } }

.calculator .calculator__head {
  margin-bottom: 20px;
  font-size: 24px;
  color: #3b4252; }

.calculator .calculator__list {
  padding-bottom: 90px; }
  @media only screen and (max-width: 992px) {
    .calculator .calculator__list {
      margin: 0 -15px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 600px) {
    .calculator .calculator__list {
      padding-bottom: 20px; } }

.calculator .calculator__item {
  position: relative;
  margin-bottom: 10px; }
  .calculator .calculator__item.active .calculator__title {
    background: #f8e0c1; }
    .calculator .calculator__item.active .calculator__title .glyphicon-menu-down {
      transform: rotate(180deg); }

.calculator .calculator__gosposh {
  position: relative; }

.calculator .calculator__title {
  position: relative;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 20px 88px 20px 16px;
  background: #ededed;
  font-size: 18px;
  line-height: 1.2;
  color: #696969;
  cursor: pointer;
  transition: background 300ms; }
  .calculator .calculator__title:hover {
    background: #e1e1e1; }
  @media only screen and (max-width: 768px) {
    .calculator .calculator__title {
      padding: 20px 50px 20px 16px; } }
  .calculator .calculator__title p {
    margin-bottom: 0; }
  .calculator .calculator__title strong {
    color: #292929;
    font-family: "RobotoMedium", sans-serif; }
  .calculator .calculator__title .glyphicon-menu-down {
    position: absolute;
    top: 50%;
    right: 36px;
    margin-top: -8px;
    font-size: 16px;
    color: #696969;
    transition: transform 300ms; }
    @media only screen and (max-width: 768px) {
      .calculator .calculator__title .glyphicon-menu-down {
        right: 18px; } }

.calculator .calculator__type {
  position: relative;
  padding: 10px;
  border: 2px solid #f8e0c1;
  border-top: none;
  margin-bottom: 20px; }
  .calculator .calculator__type:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; }
  .calculator .calculator__type:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f8e0c1; }
  @media only screen and (max-width: 992px) {
    .calculator .calculator__type {
      padding: 15px 20px;
      border: none;
      background: #fff1de; }
      .calculator .calculator__type:after {
        display: none; }
      .calculator .calculator__type:before {
        height: 0;
        width: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff1de; } }
  .calculator .calculator__type .row {
    margin-left: -5px;
    margin-right: -5px; }
  .calculator .calculator__type .col-xs-1, .calculator .calculator__type .col-sm-1, .calculator .calculator__type .col-md-1, .calculator .calculator__type .col-lg-1, .calculator .calculator__type .col-xs-2, .calculator .calculator__type .col-sm-2, .calculator .calculator__type .col-md-2, .calculator .calculator__type .col-lg-2, .calculator .calculator__type .col-xs-3, .calculator .calculator__type .col-sm-3, .calculator .calculator__type .col-md-3, .calculator .calculator__type .col-lg-3, .calculator .calculator__type .col-xs-4, .calculator .calculator__type .col-sm-4, .calculator .calculator__type .col-md-4, .calculator .calculator__type .col-lg-4, .calculator .calculator__type .col-xs-5, .calculator .calculator__type .col-sm-5, .calculator .calculator__type .col-md-5, .calculator .calculator__type .col-lg-5, .calculator .calculator__type .col-xs-6, .calculator .calculator__type .col-sm-6, .calculator .calculator__type .col-md-6, .calculator .calculator__type .col-lg-6, .calculator .calculator__type .col-xs-7, .calculator .calculator__type .col-sm-7, .calculator .calculator__type .col-md-7, .calculator .calculator__type .col-lg-7, .calculator .calculator__type .col-xs-8, .calculator .calculator__type .col-sm-8, .calculator .calculator__type .col-md-8, .calculator .calculator__type .col-lg-8, .calculator .calculator__type .col-xs-9, .calculator .calculator__type .col-sm-9, .calculator .calculator__type .col-md-9, .calculator .calculator__type .col-lg-9, .calculator .calculator__type .col-xs-10, .calculator .calculator__type .col-sm-10, .calculator .calculator__type .col-md-10, .calculator .calculator__type .col-lg-10, .calculator .calculator__type .col-xs-11, .calculator .calculator__type .col-sm-11, .calculator .calculator__type .col-md-11, .calculator .calculator__type .col-lg-11, .calculator .calculator__type .col-xs-12, .calculator .calculator__type .col-sm-12, .calculator .calculator__type .col-md-12, .calculator .calculator__type .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px; }

.calculator .calculator__content {
  background: #fff1de;
  height: auto;
 }

.personal-data {
  padding: 30px 30px 40px; }
  .personal-data .personal-data__field {
    display: block;
    width: 100%;
    margin-bottom: 40px; }
    .personal-data .personal-data__field > p {
      font-size: 16px;
      color: #756651;
      font-family: "RobotoLight", sans-serif; }
  @media only screen and (max-width: 992px) {
    .personal-data {
      padding: 20px; }
      .personal-data .personal-data__field {
        margin-bottom: 15px; } }

.calculator-input {
  width: 100%;
  height: 40px;
  padding: 0 18px;
  background: #fff;
  color: #191919;
  font-size: 16px;
  border: none;
  transition: box-shadow 300ms; }
  .calculator-input:focus {
    box-shadow: inset 0 0 0 1px #decab0, 0 0 0 3px #f3e3ce; }

.user-type {
  position: relative;
  display: block;
  margin: 0;
  font-weight: normal; }
  .user-type input[type="radio"] {
    position: absolute;
    opacity: 0; }
  .user-type input + span {
    display: block;
    height: 66px;
    line-height: 64px;
    text-align: center;
    background: #ededed;
    transition: background 300ms;
    font-size: 16px;
    color: #292929;
    cursor: pointer; }
    .user-type input + span:hover {
      background: #e1e1e1; }
  .user-type input:checked + span {
    background: #f8e0c1; }
  @media only screen and (max-width: 992px) {
    .user-type {
      margin-bottom: 10px; } }

.user-amount {
  display: block;
  width: 100%;
  padding: 15px;
  background: #f8e0c1;
  font-weight: normal; }
  .user-amount .calculator-input {
    vertical-align: middle;
    width: 200px; }
  .user-amount span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 16px;
    color: #292929; }
  @media only screen and (max-width: 992px) {
    .user-amount {
      margin: -15px -20px;
      background: #fff1de; } }
  @media only screen and (max-width: 768px) {
    .user-amount {
      font-size: 0;
      margin: 0;
      padding: 15px 0; }
      .user-amount .calculator-input {
        width: 50%; }
      .user-amount span {
        width: 50%;
        padding-right: 5%;
        margin-right: 0; } }

.posh {
  position: relative;
  padding: 20px 30px;
  background: #f8e0c1;
  font-size: 0;
  font-family: "RobotoMedium", sans-serif; }
  .posh .posh__title {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #1f2832;
    text-transform: uppercase; }
  .posh .posh__value {
    font-size: 26px;
    color: #806e56; }
  @media only screen and (max-width: 992px) {
    .posh {
      padding: 15px 20px;
      font-size: 0; }
      .posh .posh__title {
        display: inline-block;
        vertical-align: middle;
        width: 55%;
        text-transform: none;
        margin-right: 0; }
      .posh .posh__value {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        padding-left: 5%;
        font-size: 22px; } }

.button {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 2px solid #a08a6d;
  color: #a08a6d;
  text-transform: uppercase;
  text-align: center;
  font-family: "RobotoBold", sans-serif;
  background: transparent;
  transition: background 300ms, color 300ms;
  outline: none; }
  .button:hover {
    background: #a08a6d;
    color: #fff; }

button[disabled] {
  opacity: 0.5; }
  button[disabled]:hover {
    background: transparent;
    color: #a08a6d; }

.invoice {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  height: auto;
  min-height: 395px;
}

.invoice .invoice__bottom {
  position: relative;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .invoice {
    min-height: 680px;
    padding-bottom: 85px;
  }
}

@media only screen and (max-width: 600px) {
  .invoice {
    padding-top: 0;
    min-height: 520px;
  }
}

@media only screen and (max-width: 480px) {
  .invoice {
    min-height: 395px;
  }
}

.ramka {
  width: 100%;
  max-width: 680px;
  border: black 2px dashed;
  margin: 0 auto;
  height: 145mm; }
  @media only screen and (max-width: 768px) {
    .ramka {
      transform: scale(0.8);
      transform-origin: 100px 0; } }
  @media only screen and (max-width: 600px) {
    .ramka {
      transform: scale(0.6);
      transform-origin: 60px 0; } }
  @media only screen and (max-width: 480px) {
    .ramka {
      transform: scale(0.4);
      transform-origin: 35px 0; } }

.kassir {
  font-weight: bold;
  font-size: 14px;
  font-family: "Times New Roman", serif;
  text-align: center; }

.stext {
  font-size: 8.5pt;
  font-family: "Times New Roman", serif;
  vertical-align: bottom; }

.stext7 {
  font-size: 7.5pt;
  font-family: "Times New Roman", serif;
  vertical-align: bottom; }

.string, .dstring {
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #000;
  text-align: center;
  vertical-align: bottom; }

.gospace {
  white-space: normal; }

.subscript {
  font-size: 7pt;
  font-family: "Times New Roman", serif;
  line-height: 1;
  vertical-align: top;
  text-align: center; }

.floor {
  vertical-align: bottom;
  padding-top: 0.5mm; }

.cell {
  font-family: Arial, sans-serif;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  border-top: black 1px solid;
  font-weight: bold;
  font-size: 10pt;
  line-height: 1.1;
  height: 5mm;
  vertical-align: bottom;
  text-align: center; }

.cells {
  width: 100%;
  border-right: 1px solid #000; }
