.modification--hidden {
  display: none !important;
  background: #9d8e49cb;
}

.modification--visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #9d8e49cb;
}

.wrapperCalcHouse {
  font-family: 'Exo 2', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calcHouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calcHouse input[type="number"] {
  border: solid #700909 1px;
  cursor: pointer;
}

.calcHouse form label {
  cursor: pointer;
}

.calcHouse input[type="checkbox"] {
  cursor: pointer;
}

.aboutCalc_description p {
  letter-spacing: 0.5px;
  line-height: 20px;
}

.mainCalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainCalc__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.mainCalc__data__sourceData .hr {
  border: solid 1px black;
  width: 90%;
  margin-bottom: 20px;
}

.mainCalc__data__preparedData .hr {
  border: solid 1px black;
  width: 98%;
  margin-bottom: 20px;
}

.mainCalc__data__sourceData {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
}

.mainCalc__data__sourceData label {
  cursor: pointer;
}

.mainCalc__data__sourceData__option {
  width: 80%;
}

.mainCalc__data__sourceData label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-top: 10px;
}

.mainCalc__data__sourceData input[type="number"] {
  width: 35px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.mainCalc__data__sourceData input[type="checkbox"] {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.mainCalc__data__sourceData label {
  padding-right: 10px;
}

.mainCalc__data__preparedData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
}

.mainCalc__data__sourceData__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainCalc__data__preparedData__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mainCalc__data__preparedData__property .section_1 {
  width: 45%;
}

.mainCalc__data__preparedData__property .section_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}

.mainCalc__data__preparedData__property .section_1 div,
.mainCalc__data__preparedData__property .section_2 div {
  margin-bottom: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.valueProperty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #497c9d;
  padding: 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nameProperty {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  width: 100%;
}

.mainCalc__data__sourceData__option .divBackground,
.mainCalc__data__preparedData__property .section_1 .divBackground,
.mainCalc__data__preparedData__property .section_2 .divBackground {
  background: #f7f7f7;
}

.mainCalc__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainCalc__option .hr {
  border: solid 1px black;
  width: 99%;
  margin-bottom: 20px;
}

.mainCalc__option__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainCalc__option__blocks .section_1,
.mainCalc__option__blocks .section_2,
.mainCalc__option__blocks .section_3,
.mainCalc__option__blocks .section_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.mainCalc__option__blocks .section_1 .block,
.mainCalc__option__blocks .section_2 .block,
.mainCalc__option__blocks .section_3 .block,
.mainCalc__option__blocks .section_4 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3%;
}

.mainCalc__option__blocks .section_1 .block .block_options form,
.mainCalc__option__blocks .section_2 .block .block_options form,
.mainCalc__option__blocks .section_3 .block .block_options form,
.mainCalc__option__blocks .section_4 .block .block_options form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #497c9d;
  border-top: none !important;
  margin-right: 20px;
}

.mainCalc__option__blocks .block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  border: 1px solid #497c9d;
  font-weight: bold;
  color: white;
}

.mainCalc__option__blocks .block__title .nameBlock {
  border: 1px solid #497c9d;
  background: #497c9d;
  padding: 7px 7px 9px 7px;
}

.mainCalc__option__blocks .block__title .priceBlock {
  padding: 7px 7px 9px 7px;
  font-weight: bold;
  color: black;
}

.mainCalc__option__blocks .block_options label {
  padding: 7px;
}

.mainResult p {
  font-size: 24px;
  margin-left: 0px;
  margin-top: 0;
}

.noteCalc p {
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0 0;
}

@media (max-width: 2560px) {
  .calcHouse {
    width: 2480px;
  }
}

@media (max-width: 1920px) {
  .calcHouse {
    width: 1840px;
  }
}

@media (max-width: 1440px) {
  .calcHouse {
    width: 1400px;
  }
}

@media (max-width: 1024px) {
  .calcHouse {
    width: 990px;
  }
}

@media (max-width: 768px) {
  .calcHouse {
    width: 750px;
  }

  .mainCalc__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mainCalc__data__sourceData .hr {
    width: 100%;
  }

  .mainCalc__data__preparedData .hr {
    width: 100%;
  }

  .mainCalc__data__sourceData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .mainCalc__data__sourceData__option {
    width: 95%;
  }

  .mainCalc__data__preparedData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .mainCalc__option__blocks {
    margin-right: 7px;
  }

  .mainCalc__option__blocks .section_1,
  .mainCalc__option__blocks .section_2,
  .mainCalc__option__blocks .section_3,
  .mainCalc__option__blocks .section_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }

  .mainCalc__option__blocks .section_1 .block,
  .mainCalc__option__blocks .section_2 .block,
  .mainCalc__option__blocks .section_3 .block,
  .mainCalc__option__blocks .section_4 .block {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainCalc__option__blocks .section_1 .block .block_options form,
  .mainCalc__option__blocks .section_2 .block .block_options form,
  .mainCalc__option__blocks .section_3 .block .block_options form,
  .mainCalc__option__blocks .section_4 .block .block_options form {
    margin-right: 0;
  }

  .mainCalc__option__blocks .block__title {
    margin-right: 0;
  }

  .mainResult p {
    margin-top: 0;
  }
}

@media (max-width: 425px) {
  .calcHouse {
    width: 400px;
  }

  .mainCalc__data__preparedData__property {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mainCalc__data__preparedData__property .section_1 {
    width: 100%;
  }

  .mainCalc__data__preparedData__property .section_2 {
    width: 100%;
  }

  .mainCalc__option .hr {
    width: 100%;
  }

  .mainCalc__option__blocks {
    margin-right: 0px;
  }
}

@media (max-width: 320px) {
  .calcHouse {
    width: 320px;
  }
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 2560px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1920px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1440px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1024px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 425px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 320px){

@supports (-webkit-appearance:none){

}

}
