/* ========================================================================
 ****************************** calc *************************************
 * ======================================================================== */
.calc {
  position: relative;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1; }

.calc-in {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.calc-in-title {
  font: 50px/1 "PT Sans", sans-serif;
  font-variant: small-caps;
  color: #666;
  text-align: center; }

.calc-in-columns {
  height: 400px;
  padding: 45px 0; }

.calc-in-column-left {
  float: left;
  width: 25%;
  height: 100%;
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.calc-type {
  display: inline-block;
  line-height: 35px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #555;
  margin: 20px 20px 20px 0;
  cursor: pointer;
  width: 272px;
  opacity: .5;
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
.calc-type::before{
  content:'';
  position: absolute;
  height: 60px;
  width: 1px;
  background: #555;
  left: 60px;
}

.calc-type img{
  display: inline-block;
  margin: 10px 10px 0 10px;
  padding-right: 50px;
}
.calc-type:hover, .calc-type.calc-type-checked{
  opacity: 1;
  background: linear-gradient(#f9e00c, #ffce01);
}
.calc-type-econom {
  /*background-image: url("../img/calc/econom.png"); */
}

.calc-type-econom.calc-type-hover {
  /*background-image: url("../img/calc/econom_hover.png"); */
}

.calc-type-standart {
  /*background-image: url("../img/calc/standart.png"); */
}

.calc-type-standart.calc-type-hover {
  /*background-image: url("../img/calc/standart_hover.png");*/
   }

.calc-type-elit {
  /*background-image: url("../img/calc/elit.png"); */
}

.calc-type-elit.calc-type-hover {
  /*background-image: url("../img/calc/elit_hover.png"); */
}

.calc-in-column-center {
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

.calc-img-okno-big {
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.5)); }

.calc-in-column-right {
  float: left;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

.calc-right-header {
  width: 100%;
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 24px; }
img.calc-okno-mini-top{
  vertical-align: top;
}
.calc-okno-mini-top {
  cursor: pointer; }

.calc-okna-container {
  width: 100%;
  height: 200px; }
.calc-okna-top, .calc-okna-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
}
.calc-okna {
  display: inline-block;
  visibility: hidden;
  vertical-align: top; }

.calc-okna.visible {
  visibility: visible; }

.calc-okna-1, .calc-okna-3, .calc-okna-2{
  margin-top: -15px;
 }

/*.calc-okna-4 {
  width: 55px; }*/

.calc-okno-arrow {
  display: block;
  width: 100%;
  height: 10px;
  background: url("../img/calc/arrow_down.png") no-repeat center; }

.calc-okno-mini {
  position: relative;
  display: block;
  margin: 5px 0;
  cursor: pointer; }

.okno-mini-container {
  position: relative; }

.okno-mini-container.okno-checked:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 156, 2, 0.3); 
}

.calc-bottom {
  width: 100%;
  height: 244px;
  margin-top: 40px; }

.calc-tech {
  box-sizing: border-box;
  float: left;
  width: 628px;
  height: 237px;
  padding: 5px 30px 20px;
  border-right: 1px solid #aaa;
  margin-left: 100px;
}

.calc-tech-left {
  float: left;
  width: 315px;
  height: 100%; }

.calc-tech-right {
  float: left;
  padding: 10px 10px 10px 46px; }

.calc-tech-text {
  display: block;
  padding-left: 43px;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #000000; }

.calc-tech-bar-container {
  height: 23px; }

.calc-tech-icon {
  margin: -26px 6px 0 0;
  width: 18px; }

.calc-tech-bar-out {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 6px;
  background: #ccc;
  border-radius: 7px;
  }

.calc-tech-bar-in {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 200px;
  height: 5px;
  background: #f9e10c;
  border-radius: 7px;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease; }

#tech-sound {
  width: 190px; }

#tech-lock {
  width: 170px; }

#tech-light {
  width: 160px; }

#tech-temp {
  width: 180px; }

.tech-check-container {
  margin: 9px 0; }

.tech-checkbox {
  display: none; }

.tech-checkbox + .tech-label {
  display: inline-block;
  height: 21px;
  padding-left: 29px;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer; }

.tech-checkbox:checked + .tech-label {
  background: url("../img/calc/check_on.png") no-repeat; }

.tech-label {
  background: url("../img/calc/check_off.png") no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.calc-cost {
  color: #000;
  box-sizing: border-box;
  float: left;
  width: 280px;
  height: 236px;
  padding: 10px 20px 23px;
}
.calc-cost h3 {
text-align: center;
font:bold 18px "PT Sans", sans-serif;
}

.calc-cost-empty,
.calc-cost-full {
  padding: 10px 0; }

.calc-cost-text {
  display: inline-block;
  width: 135px;
  margin: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px; }

.calc-cost-price {
  display: inline-block;
  text-align: right;
  font-size: 22px; }

.calc-cost-btn{
  background: linear-gradient(#ffeb99 50%, #fbda08 50%);
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 35px;
  border: 1px solid #e3c241;
}