/* Generated by less 2.5.1 */
.calculator-body .purchase ul.hidden,
.calculator-body .purchase ul li.hidden {
  display: none;
}

.calculator-body .purchase.hidden {
  display: none;
}

.interactive-calc__block {
  display: flex;
  justify-content: space-between;
}

.left-point__block {
  width: 50%;
}

.right-input__block {
  width: 50%;
}

.input-style {
  position: relative;
}

.calculator-body {
  border-radius: 5px;
  background-color: #ffffff;
  width: 815px;
  /* height: 543px;*/
  display: block;
  overflow: hidden;
}

@media (max-width: 850px) {
  .calculator-body {
    width: 650px;
  }

  .calculator-body .calc .left-form .select .styled-select select {
    z-index: 0 !important;
  }
}

@media (max-width: 670px) {
  .calculator-body {
    width: 550px;
  }
  .info .icon-info .prompt {
    right: -50px !important;
  }
}

@media (max-width: 776px) {
  .prompt .uniTipTop {
    width: 335px !important;
  }
}

@media (max-width: 450px) {
  .info .icon-info .prompt {
    right: -53px !important;
  }

  .prompt .uniTipTop {
    width: 260px !important;
  }

  .info .icon-info .prompt .uniTipTop .text {
    width: 250px !important;
  }
}

@media (max-width: 370px) {
  .info .icon-info .prompt {
    right: 0px !important;
  }
}

@media (max-width: 570px) {
  .calculator-body {
    width: 100%;
  }
  .calculator-body .purchase ul.mobile-hidden {
    display: none;
  }

  .calculator-body .purchase ul.mobile-border__line {
    border-bottom: 1px solid #dadada;
  }

  .calculator-body .result {
    width: 100% !important;
  }

  .calculator-body .purchase ul {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  .interactive-calc__block {
    flex-direction: column;
  }

  .calculator-body .header .title {
    font: 400 16px/57px Arial !important;
  }
  .calculator-body .calc .right-form {
    padding-left: 0!important;
  }

  .calculator-body .calc {
    height: 470px !important;
  }

  .left-point__block {
    width: 100%;
  }

  .right-input__block {
    width: 100%;
  }
}

.calculator-body .header {
  width: 100%;
  height: 58px;
  border: 1px solid #dadada;
  background-color: #f3f3f3;
}

.calculator-body .header .title {
  font: 400 18px/58px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 29px;
  position: relative;
}

.calculator-body .calc {
  width: 100%;
  height: 350px;
  display: block;
  border-bottom: 1px solid #dadada;
  padding: 0 29px;
}

.calculator-body .calc .left-form {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  /*border-right: 1px solid #dadada;*/
  /*padding-right: 30px;*/
}

.calculator-body .calc .left-form .select {
  position: relative;
}

.calculator-body .calc .left-form .select .select-name {
  font: 400 14px Arial;
  color: #aaaaaa;
  line-height: 40px;
  text-align: left;
}

.calculator-body .calc .left-form .select .styled-select {
  position: relative;
  display: inline-block;
}

.calculator-body .calc .left-form .select .styled-select select {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  z-index: 10;
  position: relative;
  background: none;
  font: 400 14px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: left;
  padding-left: 15px;
}

.calculator-body .calc .left-form .select .styled-select select:hover {
  cursor: pointer;
}

.calculator-body .calc .left-form .point {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.calculator-body .calc .left-form .point label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font: 400 14px Arial;
}

.calculator-body .calc .left-form .point label:before {
  content: "";
  border-radius: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #dadada;
}

.calculator-body .calc .left-form .point input[type=radio] {
  display: none;
}

.calculator-body .calc .left-form .point input[type=radio]:checked + label:before {
  content: "\2022";
  color: #70c330;
}

.calculator-body .calc .right-form {
  width: auto;
  height: 100%;
  display: block;
  float: left;
  padding-left: 30px;
}

.calculator-body .calc .right-form .input-style {
  /*margin-top: 40px;*/
  width: 239px;
}

.calculator-body .calc .right-form .input-style .size-item {
  display: block;
  position: relative;
  height: 40px;
  width: auto;
  margin-top: 10px;
}

.calculator-body .calc .right-form .input-style .size-item .input-name {
  width: 57px;
  float: left;
  line-height: 40px;
  position: absolute;
}

.calculator-body .calc .right-form .input-style .size-item input {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  width: 175px;
  height: 40px;
  display: block;
  float: right;
  padding: 0 15px;
  padding-right: 30px;
}

.calculator-body .calc .right-form .input-style#info-3 .size-item input {
  width: 100%;
}

.calculator-body .result {
  width: 50%;
  float: left;
  height: 54px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #f3f3f3;
}

.calculator-body .result .dimension {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  transform: none;
}

.calculator-body .result .result-cont {
  font: 400 14px/54px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: center;
  border-right: 1px solid #dadada;
}

.calculator-body .calculate {
  height: 77px;
  width: 100%;
  display: block;
  position: relative;
}

.calculator-body .calculate .calc-but {
  border-radius: 4px;
  background-color: #00a8ea;
  width: 230px;
  height: 40px;
  position: absolute;
  right: 31px;
  top: 19px;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.calculator-body .calculate .calc-but .command {
  font: 400 13px/40px Arial;
  color: #fffefe;
  text-align: center;
  text-transform: uppercase;
}

.calculator-body .calculate .calc-but:hover {
  cursor: pointer;
  background-color: #70c330;
}

.calculator-body .purchase {
  width: 100%;
  height: 57px;
  display: block;
  list-style-type: none;
  padding: 0;
}

.calculator-body .purchase ul {
  height: 100%;
  width: 33.3%;
  display: block;
  padding: 10px 25px;
  margin: 0;
  border-right: 1px solid #dadada;
  float: left;
}

.calculator-body .purchase ul:last-of-type {
  border-right: none;
}

.calculator-body .purchase ul li.purchase-item {
  width: 100%;
  border-right: 1px solid #dadada;
  float: left;
  border-bottom: 1px dotted #333333;
  position: relative;
  list-style-type: none;
}

.calculator-body .purchase ul li.purchase-item:last-of-type {
  border-right: none;
}

.calculator-body .purchase ul li.purchase-item span.text {
  float: left;
  position: relative;
  padding: 2px;
  bottom: -5px;
  background: #fff;
}

.calculator-body .purchase ul li.purchase-item span.quantity {
  position: absolute;
  right: 0;
  bottom: -5px;
  padding-left: 5px;
  background: #fff;
}

.fancybox-skin {
  padding: 0 !important;
}
