.header-wrapper {
  background: #fff;
}

.bg-whitesmoke {
  background: #fbfbfb;
}

.page-heading {
  margin: 0;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 576px) {
  .page-heading {
    font-size: 34px;
  }
}

.calc {
  padding: 55px 10px 35px;
}

@media screen and (min-width: 1024px) {
  .calc {
    padding-left: 0;
    padding-right: 0;
  }
}

.calc input[type="number"] {
  -moz-appearance: textfield;
}

.calc input[type="number"]::-webkit-outer-spin-button, .calc input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc h1, .calc h2 {
  color: #000;
  font-family: "Open Sans";
  background: none;
}

.calc h1::before, .calc h2::before {
  display: none;
}

.calc__box {
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.calc__box--steps {
  margin-top: 30px;
  padding: 0;
}

.calc__section {
  padding: 20px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.calc__section--hidden {
  display: none;
}

.calc__section--pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .calc__section {
    padding: 30px;
  }
}

.calc__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc__heading, .bill__heading {
  position: relative;
  margin: 0;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .calc__heading, .bill__heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .calc__corners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .calc__corner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 307px;
            flex: 0 0 307px;
    margin-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .calc__corner {
    margin-right: 62px;
  }
}

.calc__description {
  margin-top: 10px;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (min-width: 992px) {
  .calc__form {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.calc__results {
  margin: 0 -10px;
  padding: 30px 10px 0;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .calc__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calc__results .calc__heading, .calc__results .bill__heading {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.calc__products .calc__box {
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .calc__products {
    -ms-flex-preferred-size: calc(100% - 350px);
        flex-basis: calc(100% - 350px);
    max-width: calc(100% - 350px);
    margin-right: 20px;
  }
  .calc__products .calc__box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .calc__products {
    -ms-flex-preferred-size: calc(100% - 372px);
        flex-basis: calc(100% - 372px);
    max-width: calc(100% - 372px);
  }
}

@media screen and (min-width: 992px) {
  .calc__bill {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    max-width: 330px;
  }
}

@media screen and (min-width: 1200px) {
  .calc__bill {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 352px;
            flex: 0 0 352px;
    max-width: 352px;
  }
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.steps__gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e34247), to(#ffa904));
  background-image: linear-gradient(to right, #e34247 0%, #ffa904 100%);
  background-size: 33.333%;
  background-repeat: no-repeat;
}
.calc__box--steps
.steps__gradient span {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  height: 6px;
  border-right: 2px solid #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.steps__gradient span:nth-child(3) {
  border-right: none;
}

.steps__gradient--one span:nth-child(n + 2) {
  background: #fff;
}

.steps__gradient--two span:nth-child(n + 3) {
  background: #fff;
}

.steps__gradient--three span:nth-child(n + 4) {
  background: #fff;
}

.steps__gradient--two {
  background-size: 66.6666%;
}

.steps__gradient--three {
  background-size: 100%;
}

.steps__item {
  display: none;
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b7b7b7;
}

.steps__item--active {
  display: block;
  color: #000;
}

@media screen and (min-width: 576px) {
  .steps__item {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .steps__item {
    padding: 20px;
  }
}

@media screen and (min-width: 992px) {
  .steps__item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

.field {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}

.field label {
  width: 100%;
}

.field input {
  width: 100%;
  margin-top: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  font-weight: 600;
  background-color: #f6f6f6;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.field input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.field__number {
  margin-top: 5px;
}

.field--disabled input {
  background-color: #f5efe1;
}

.field--disabled input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.i-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
}

.i-number__control {
  padding: 16px;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
  color: #d4d4d4;
}

.i-number__control span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i-number__control svg,
.i-number__control span {
  width: 16px;
  height: 16px;
}

.i-number__control:hover {
  color: #4d4d4d;
}

.i-number__control:focus {
  position: relative;
  z-index: 3;
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.i-number__control:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-box-shadow: 0 0 2px 1px #ffa904, inset 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 1px #ffa904, inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.i-number__input {
  margin: 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .i-number__sm-icon {
    display: none !important;
  }
}

.i-number__lg-icon {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .i-number__lg-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.area-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 590px) {
  .area-cards {
    margin-right: -15px;
    margin-bottom: -5px;
  }
}

@media screen and (min-width: 768px) {
  .area-cards {
    margin-bottom: -10px;
    margin-right: -20px;
    padding-top: 25px;
  }
}

.area-cards__item {
  margin-bottom: 15px;
}

@media screen and (min-width: 590px) {
  .area-cards__item {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .area-cards__item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.area-cards__add {
  width: 100%;
}

.area-cards__add button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.area-cards__add button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.area-cards__add span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
  border: 1px dashed #cccccc;
  border-radius: 6px;
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.area-cards__add svg {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  color: #c3c3c3;
}

@media screen and (min-width: 590px) {
  .area-cards__add {
    width: 262px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .area-cards__add span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 218px;
  }
  .area-cards__add svg {
    width: 64px;
    height: 64px;
    margin-right: 0;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .area-cards__add {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.area-cards:last-of-type {
  padding-bottom: 0;
}

.area-card {
  position: relative;
  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;
  padding: 20px 15px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 590px) {
  .area-card {
    max-width: 262px;
  }
}

.area-card__remove, .calc-product__remove {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  color: #c3c3c3;
}

.area-card__remove span, .calc-product__remove span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.area-card__remove span svg, .calc-product__remove span svg {
  width: 12px;
  height: 12px;
}

.area-card__remove:hover, .calc-product__remove:hover {
  color: #000;
}

.area-card__remove:focus, .calc-product__remove:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.area-card__heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
}

.area-card__field {
  margin-top: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.area-card__field--half {
  -ms-flex-preferred-size: calc(50% - 7px);
      flex-basis: calc(50% - 7px);
  max-width: calc(50% - 7px);
}

.calc-tooltip {
  position: relative;
}

.calc-tooltip__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 100%;
  left: -30px;
  z-index: 100;
  width: calc(100vw - 20px);
  margin-top: 18px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #292929;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 480px) {
  .calc-tooltip__popup {
    width: 360px;
  }
}

.calc-tooltip__arrow {
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 1;
  width: 17px;
  height: 17px;
  background: #292929;
  -webkit-transform: translate(30%, -50%) rotate(-45deg);
      -ms-transform: translate(30%, -50%) rotate(-45deg);
          transform: translate(30%, -50%) rotate(-45deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.calc-tooltip__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  height: 72px;
  background-color: #ababab;
}

.calc-tooltip__close {
  position: absolute;
  top: 13px;
  right: 9px;
  padding: 5px;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.calc-tooltip__close span, .calc-tooltip__close svg {
  width: 12px;
  height: 12px;
}

.calc-tooltip__text {
  padding: 0 20px;
}

.calc-tooltip__text h4 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.calc-tooltip__text p {
  color: #757575;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.calc-tooltip__trigger {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  color: #979797;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

.calc-tooltip__trigger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.calc-tooltip__trigger:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #ffa904;
          box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #ffa904;
}

.calc-tooltip--visible .calc-tooltip__popup {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.calc-tooltip--visible .calc-tooltip__trigger {
  border-color: #e2333e;
  background: #e2333e;
  color: #fff;
}

.walls-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}

.walls-type li {
  position: relative;
  margin-right: 14px;
}

.walls-type label {
  padding: 20px 15px;
  border-radius: 6px;
  border: 2px solid #e3e3e3;
  background-color: #fffcfd;
  font-size: 13px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
}

.walls-type input {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.walls-type input:checked + label {
  border-color: #f69f58;
}

.walls-type input:focus {
  outline: none;
}

.walls-type input:focus + label {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #f69f58;
          box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #f69f58;
}

@media screen and (min-width: 768px) {
  .walls-type {
    padding-top: 20px;
  }
  .walls-type li {
    margin-right: 20px;
  }
  .walls-type label {
    padding: 20px;
    font-size: 15px;
  }
}

.roof-type, .siding-type, .siding-color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin: 0 -15px;
  padding: 20px 15px;
}

.roof-type::after, .siding-type::after, .siding-color__list::after {
  content: '.';
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  width: 1px;
  height: 100%;
  margin-left: -3px;
  opacity: 0;
}

.roof-type li, .siding-type li, .siding-color__list li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  width: 166px;
  height: 166px;
  margin-right: 10px;
}

.roof-type__img {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}

.roof-type__img--active {
  display: none;
}

.roof-type label, .siding-type label, .siding-color__list label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  border-radius: 6px;
  border: 2px solid #dbdbdb;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  overflow: hidden;
}

.roof-type input, .siding-type input, .siding-color__list input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.roof-type input:checked + label, .siding-type input:checked + label, .siding-color__list input:checked + label {
  border-color: #f69f58;
  background-color: #fffcfd;
}

input:checked + label .roof-type__img {
  display: none;
}

input:checked + label .roof-type__img--active {
  display: inline-block;
}

.roof-type input:focus, .siding-type input:focus, .siding-color__list input:focus {
  outline: none;
}

.roof-type input:focus + label, .siding-type input:focus + label, .siding-color__list input:focus + label {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #ffa904;
          box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #ffa904;
}

@media screen and (min-width: 590px) {
  .roof-type, .siding-type, .siding-color__list {
    margin: 0;
    padding: 20px 0;
    overflow: visible;
  }
  .roof-type::after, .siding-type::after, .siding-color__list::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .roof-type li, .siding-type li, .siding-color__list li {
    margin-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .roof-type, .siding-type, .siding-color__list {
    margin-bottom: 20px;
  }
  .roof-type li, .siding-type li, .siding-color__list li {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    width: 220px;
    height: 220px;
  }
  .roof-type label, .siding-type label, .siding-color__list label {
    font-size: 15px;
  }
}

.roof-specs__heading {
  margin-bottom: 20px;
}

.roof-specs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .roof-specs__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.roof-specs__scheme {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.roof-specs__scheme img {
  max-width: 100%;
  max-height: 100%;
  min-height: 1px;
  min-width: 1px;
}

.roof-specs__fields {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.roof-specs__fields--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roof-specs__field, .corners__field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
}

.roof-specs__field--half {
  -ms-flex-preferred-size: calc(50% - 7px);
      flex-basis: calc(50% - 7px);
}

.roof-specs__field:last-child, .corners__field:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .roof-specs__fields {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 265px;
            flex: 0 1 265px;
    padding-right: 5px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .roof-specs__scheme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -ms-flex-preferred-size: calc(100% - 265px);
        flex-basis: calc(100% - 265px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .roof-specs__field--half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .roof-specs__field .i-number, .corners__field .i-number {
    max-width: 164px;
  }
}

@media screen and (min-width: 992px) {
  .roof-specs__fields {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 362px;
            flex: 0 0 362px;
  }
  .roof-specs__scheme {
    display: block;
    -ms-flex-preferred-size: calc(100% - 362px);
        flex-basis: calc(100% - 362px);
  }
  .roof-specs__scheme img {
    width: 553px;
  }
}

.i-checkbox {
  position: relative;
}

.i-checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.i-checkbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 13px;
  border-radius: 6px;
  border: 2px solid #e3e3e3;
  background-color: #fffcfd;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.i-checkbox svg {
  width: 18px;
  height: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.i-checkbox input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.i-checkbox input:focus {
  outline: none;
}

.i-checkbox input:focus + label span {
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.i-checkbox input:checked + label span {
  border-color: #f69f58;
}

.i-checkbox input:checked + label svg {
  opacity: 1;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.extra-options li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px 0;
}

.extra-options li:last-of-type {
  margin-bottom: 0;
}

.extra-options .i-checkbox {
  margin-right: 13px;
}

@media screen and (min-width: 992px) {
  .extra-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .extra-options li {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .extra-options li {
    margin-right: 52px;
  }
}

.corners {
  padding-bottom: 20px;
}

.corners__field:first-of-type {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .corners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .corners__field:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 124px;
            flex: 0 0 124px;
    max-width: 124px;
    margin-top: 0;
    margin-right: 20px;
  }
  .corners__field:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
    -ms-flex-preferred-size: calc(100% - 144px);
        flex-basis: calc(100% - 144px);
  }
}

.siding-type {
  padding-bottom: 30px;
}

.siding-type li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
  height: auto;
}

.siding-type label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  padding: 0;
}

.siding-type img {
  max-width: 100%;
  max-height: 120px;
  min-height: 1px;
  min-width: 1px;
  width: auto;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .siding-type img {
    height: 120px;
    min-height: 120px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.siding-type span {
  padding: 10px 5px;
}

@media screen and (min-width: 768px) {
  .siding-type {
    overflow: auto;
    margin: 0 -30px;
    padding: 20px 30px;
  }
  .siding-type::after {
    display: block;
    margin-left: 15px;
  }
  .siding-type li {
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .siding-type {
    margin: 0;
    padding: 20px 10px 37px;
  }
  .siding-type::after {
    display: none;
  }
  .siding-type li {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    margin-right: 20px;
  }
  .siding-type img {
    max-height: 162px;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .siding-type img {
      height: 162px;
      min-height: 162px;
    }
  }
}

.siding-color {
  position: relative;
  margin: 0 -15px;
  padding: 20px 0;
  text-align: center;
  background: #f9f9f9;
}

/*.siding-color::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  background: inherit;
  -webkit-transform: translate(-50%, -10px) rotate(-45deg);
      -ms-transform: translate(-50%, -10px) rotate(-45deg);
          transform: translate(-50%, -10px) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}*/

@media screen and (min-width: 768px) {
  .siding-color {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 992px) {
  .siding-color {
    padding: 30px;
    text-align: left;
  }
}

.siding-color__list {
  padding: 20px 30px;
}

.siding-color__list li {
  height: auto;
  position: relative;
}

.siding-color__list label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 112px;
  height: 112px;
  padding: 2px;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}

.siding-color__list img {
  max-width: 200px;
  height: 200px;
  position: relative;
  left:-25px
}

.siding-color___list  {
  /*height: 110px !important;
  width: 110px !important;*/
  left:0 !important;
  position: relative !important;
  max-width: 110px !important;
}

.siding-color__list h3 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.siding-color__list span {
  display: inline-block;
  margin-top: 9px;
  font-size: 14px;
  color: #929292;
}

@media screen and (min-width: 768px) {
  .siding-color__list {
    overflow: auto;
  }
}

@media screen and (min-width: 992px) {
  .siding-color__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: left;
    margin-bottom: 0;
    padding: 30px 0 0;
    text-align: center;
  }
  .siding-color__list li {
    width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    /*margin-right: 0;*/
    margin: 10px;
    position: relative;
  }
  .siding-color__list label {
    width: 100px;
    height: 100px;
  }
}

.calc-form__heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.calc-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .calc-form__row {
    padding-top: 40px;
  }
}

.calc-form__col {
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .calc-form__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.calc-form__field {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .calc-form__field {
    margin-bottom: 0;
  }
}

.calc-form__button {
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .calc-form__button {
    margin-top: 0;
  }
}

.c-button {
  display: inline-block;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  background: #e2323d;
  color: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.c-button:hover {
  background: #FC4C57;
}

.c-button:focus {
  -webkit-box-shadow: 0 0 2px 2px #ffa904;
          box-shadow: 0 0 2px 2px #ffa904;
}

.calc-product__container {
  padding: 20px 15px;
}

.calc-product__container--additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .calc-product__container {
    padding: 30px;
  }
  .calc-product__container--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calc-product__container--main .calc-product__quantity {
    margin-right: 5px;
  }
  .calc-product__container--additional {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .calc-product__container--additional .calc-product__price {
    width: auto;
    font-size: 16px;
  }
}

.calc-product__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .calc-product__desc {
    padding: 0 30px;
  }
}

.calc-product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .calc-product__header {
    margin-bottom: 0;
  }
}

.calc-product__img {
  width: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .calc-product__img {
    width: 89px;
    -ms-flex-preferred-size: 89px;
        flex-basis: 89px;
    border: none;
    text-align: center;
  }
}

.calc-product__img img {
  max-width: 100%;
  max-height: 100%;
  min-width: 1px;
  min-height: 1px;
  width: auto;
  height: auto;
}

.calc-product__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.calc-product__info {
  margin-bottom: 20px;
  color: #ababab;
  font-size: 12px;
  line-height: 18px;
}

.calc-product__info--lg {
  display: none;
}

@media screen and (min-width: 768px) {
  .calc-product__info {
    margin-top: 12px;
    margin-bottom: 0;
    color: #828282;
  }
  .calc-product__info--lg {
    display: block;
  }
  .calc-product__info--sm {
    display: none;
  }
}

.calc-product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .calc-product__footer {
    margin-top: 0;
    margin-right: 0;
    margin-left: 35px;
  }
}

.calc-product__quantity {
  position: relative;
  -ms-flex-preferred-size: 155px;
      flex-basis: 155px;
  max-width: 155px;
}

.calc-product__quantity label {
  position: absolute;
  left: 0;
  bottom: 100%;
}

@media screen and (min-width: 768px) {
  .calc-product__quantity {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    max-width: 50px;
    margin: auto;
  }
  .calc-product__quantity label {
    display: none;
  }
  .calc-product__quantity .i-number {
    position: relative;
    width: 80px;
    margin-top: 0;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calc-product__quantity .i-number__control {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50%;
    padding: 4px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calc-product__quantity .i-number__control[data-action="minus"] {
    top: 50%;
  }
  .calc-product__quantity .i-number__control span {
    width: 9px;
    height: 7px;
  }
  .calc-product__quantity .i-number__input {
    padding: 9px 2px;
    font-size: 13px;
  }
}

.calc-product__price {
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70px;
          flex: 0 1 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .calc-product__price {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .calc-product__price {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}

.calc-product__remove {
  position: static;
}

@media screen and (min-width: 768px) {
  .calc-product__remove {
    margin-right: 0;
    margin-left: 15px;
  }
}

.calc-product__txt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .calc-product__txt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: auto;
    padding: 0 0.5em;
  }
  .calc-product__txt--value {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-left: 0;
    padding-left: 0;
  }
}

.calc-product__separator {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .calc-product__separator {
    display: none;
  }
}

.bill {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .bill {
    padding: 30px;
  }
}

.bill__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (min-width: 992px) {
  .bill__heading {
    margin-bottom: 0 !important;
  }
}

.bill__section {
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}

.bill__section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bill__key {
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
  color: #a4a4a4;
}

.bill__value, .bill__total h3, .bill__msg-trigger, .bill__download span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
}

.bill__total {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
}

.bill__total h3 {
  padding-right: 12px;
}

.bill__price {
  margin-right: 0;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.bill__submit {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.bill__msg-trigger {
  display: block;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .bill__msg-trigger {
    margin-bottom: 26px;
  }
}

.bill__download {
  width: 100%;
  margin-top: 14px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bill__download span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.bill__download svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  color: #7d7d7d;
}

.bill__download:hover span {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.area-card__gable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.area-card__gable li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 7px);
  flex-basis: calc(50% - 7px);
  max-width: calc(50% - 7px);
  position: relative;
  margin-right: 14px;
}

.area-card__gable label {
  width: 100%;
  padding: 15px 7px;
  border-radius: 6px;
  border: 2px solid #e3e3e3;
  background-color: #fffcfd;
  font-size: 13px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.area-card__gable input {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.area-card__gable input:checked + label {
  border-color: #f69f58 !important;
}

.area-card__gable input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.area-card__gable input:focus + label {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #f69f58 !important;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #f69f58 !important;
}