@charset "UTF-8";

.features-item-text {
  font-size: 20px;
  text-transform: uppercase;
}
.features-bottom-text {
  width: 80%;
  margin-top: ;
  font-size: 20px;
  line-height: 1.3;
}
.features-bottom-text span {
  font-weight: 500;
  color: #8cd04c;
}
/* Calc section */
.calc {
  padding-top: 10px;
}
.calc-wrapper {
  background-color: #f0f2f3;
  padding: 40px 0;
}
.calc-facades-items {
  margin-bottom: 40px;
}
#aluminum-calc .calc-facades-items .calc-facades-item {
}
#aluminum-calc .calc-facades-items .calc-facades-item {
   background-color: #90B32E; 
    background-image: url();

}



.calc-facades-item {
    /* [disabled]background-color: #7bb743; */
    border-radius: 5px;
    padding: 25px 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    position: relative;
    background-image: url(photos-2.png);
}
.calc-facades-item-hidden {
  display: none;
}
.calc-facades-item-title {
  padding-top: 40px;
  width: 125px;
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.calc-facades-item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calc-facades-more {
  background-color: #fff;
  border: 1px solid #252324;
  padding: 15px 30px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 180px;
}
.calc-facades-more img {
  margin-right: 10px;
}
.calc-facades-option {
  width: 30%;
  margin-bottom: 30px;
}
.calc-facades-option-title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 15px;
}
.calc-facades-option-height {
  position: relative;
}
.calc-facades-option-height:after {
  content: "х";
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -36px;
}
.calc-facades-total-title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
}
.calc-facades-total-value {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
}
.calc-facades-total-value span {
  font-size: 64px;
}
.calc-input {
    width: 81%;
    height: 50px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    font: 20px "Open Sans", sans-serif;
}
#aluminum-calc select {
    width: 90%;
    height: 50px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    font: 20px "Open Sans", sans-serif;
    background: url(../img/aluminum/sort.svg) right 10px top 19px no-repeat #fff;
}
.calc-input-number {
  position: relative;
  overflow: hidden;
}
input[type="text"].calc-input {
  padding: 0 20px;
  background: #fff;
}
.calc-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}
.calc-checkbox:last-of-type {
  margin-right: 0;
}
.calc-checkbox-input {
  display: none;
}
.calc-checkbox-custom {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.calc-checkbox-custom:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calc-checkbox-text {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.calc-checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  margin-bottom: 40px;
}
.calc-item-title {
  width: 170px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
}
.calc-item-options {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc-item-option {
  width: 30%;
}
.calc-item-option-title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}
.calc-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-total-title {
  width: 170px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.calc-total-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-total-value {
  width: 30%;
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #404040;
  margin-right: 40px;
}
.calc-total-value span {
  font-size: 64px;
}
.calc-btn {
  background-color: #252324;
  border-radius: 5px;
  padding: 20px 40px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calc-btn:hover {
  background-color: #7bb743;
}

.suffix {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
  pointer-events: none;
  width: 100%;
  color: #252324;
}
.suffix span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.suffix-inner {
  display: inline-block;
  white-space: pre;
  color: transparent;
  max-width: calc(100% - 25px);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.calc-checkbox-input:checked + .calc-checkbox-custom:before {
  opacity: 1;
}

/* Drawings section */


/* Facades section */

/* Types section */

/* Photos section */

/* Request section */

/* Footer */

/* Adaptive */
@media only screen and (max-width: 1200px) {
  

@media only screen and (max-width: 1023px) {

  .calc-facades-item {
    display: block;
  }
  .calc-facades-item-hidden {
    display: none;
  }
  .calc-facades-item-title {
    padding-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }
  .calc-facades-option {
    width: 46%;
  }
  .calc-facades-more {
    margin-left: 0;
  }
  .calc-item {
    padding: 0;
    display: block;
  }
  .calc-item-title {
    margin-right: 0;
    width: auto;
    margin-bottom: 15px;
  }
  .calc-total {
    display: block;
  }
  .calc-total-title {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {

  .calc-facades-option {
    width: 100%;
    margin-bottom: 20px;
  }
  .calc-facades-option:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .calc-facades-option-title {
    font-size: 18px;
  }
  .calc-facades-option-height {
    margin-bottom: 40px;
  }
  .calc-facades-option-height:after {
    bottom: -40px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .calc-facades-total-title {
    font-size: 18px;
  }
  .calc-facades-total-value span {
    font-size: 50px;
  }
  .calc-input {
    font-size: 16px;
  }
  .calc-item-options {
    display: block;
  }
  .calc-item-option {
    width: 80%;
    margin-bottom: 20px;
  }
  .calc-item-option-title {
    font-size: 18px;
  }
  .calc-total-title {
    margin-bottom: 30px;
  }
  .calc-total-info {
    display: block;
  }
  .calc-total-value {
    width: 100%;
    margin-right: 0;
  }
  .calc-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .c-container {
    padding: 0 25px;
  }
  
  .calc-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .calc-wrapper .c-container {
    padding: 0;
  }
  .calc-facades-item {
    border-radius: 0;
    padding: 30px 20px;
  }
  .calc-facades-more {
    margin-left: 20px;
  }
  .calc-items {
    padding: 0 20px;
  }
  .calc-item-option {
    width: 100%;
  }
  .calc-item-option-title {
    font-size: 16px;
  }
  .calc-total {
    padding: 0 20px;
  }
}
