@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@charset "UTF-8";
@font-face {
  font-family: solid;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/fa-solid-900.0fc3f8.woff) format("woff");
}
@font-face {
  font-family: brands;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/fa-brands-400.461422.woff) format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
  opacity: 1;
}

:-moz-placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 0.8rem;
  opacity: 1;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid, body textarea:required:valid {
  color: #666;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 1.3vw;
  line-height: 1;
  font-family: "Roboto";
  opacity: 1;
  background-color: #fff;
}

.overlay {
  min-width: 320px;
  max-width: 2324px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.button, button {
  font-size: 0.8rem;
  padding: 1rem;
  border-radius: 0.2rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #f08624;
  border: none;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  -webkit-box-shadow: 0 0 30px -15px #424242;
          box-shadow: 0 0 30px -15px #424242;
}

.button:active, .button:focus, .button:hover, button:active, button:focus, button:hover {
  -webkit-box-shadow: 0 0 30px -20px #424242;
          box-shadow: 0 0 30px -20px #424242;
}

.pdf .h4, .pdf h4 {
  font-size: 1.8vw;
  margin: 1rem 0;
  line-height: 1;
  text-transform: uppercase;
}

.pdf .h1, .pdf .h2, .pdf .h3, .pdf .h4, .pdf .h5, .pdf .h6, .pdf h1, .pdf h2, .pdf h3, .pdf h4 {
  font-family: "Roboto";
  text-transform: initial;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
}

.pdf a, .pdf p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Roboto";
}

.pdf input, .pdf select {
  padding: 0.5rem 1rem;
  border: 1px solid #dfdfdf;
  width: 100%;
  outline: 0;
}

.pdf input:focus::-webkit-input-placeholder, .pdf select:focus::-webkit-input-placeholder {
  opacity: 0;
}

.pdf .select {
  position: relative;
}

.pdf .select::after {
  width: 0;
  content: "";
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid grey;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

.pdf select {
  padding: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
}

.pdf select.border {
  border: 1px solid #f08624;
}

.pdf textarea {
  border: none;
  border-radius: 0.2rem;
  min-height: 4rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e8e8e8;
}

.pdf .img-responsive {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}

.pdf hr {
  background-color: #424242;
  height: 1px;
  width: 100%;
}

.pdf .upper {
  text-transform: uppercase;
}

.pdf .bold {
  font-weight: 700;
}

.pdf .mb-0 {
  margin-bottom: 0;
}

.pdf .mb-05 {
  margin-bottom: 0.5rem;
}

.pdf .mb-1 {
  margin-bottom: 1rem;
}

.pdf .mb-2 {
  margin-bottom: 2rem;
}

.pdf .mb-3 {
  margin-bottom: 3rem;
}

.pdf .mb-4 {
  margin-bottom: 4rem;
}

.pdf .mb-5 {
  margin-bottom: 5rem;
}

.pdf .mb-6 {
  margin-bottom: 6rem;
}

.pdf .mb-7 {
  margin-bottom: 7rem;
}

.pdf .mb-8 {
  margin-bottom: 8rem;
}

.pdf .mb-9 {
  margin-bottom: 9rem;
}

.pdf .mb-10 {
  margin-bottom: 10rem;
}

.pdf .mt-0 {
  margin-top: 0;
}

.pdf .mt-05 {
  margin-top: 0.5rem;
}

.pdf .mt-1 {
  margin-top: 1rem;
}

.pdf .mt-2 {
  margin-top: 2rem;
}

.pdf .mt-3 {
  margin-top: 3rem;
}

.pdf .mt-4 {
  margin-top: 4rem;
}

.pdf .mt-5 {
  margin-top: 5rem;
}

.pdf .mt-6 {
  margin-top: 6rem;
}

.pdf .mt-7 {
  margin-top: 7rem;
}

.pdf .mt-8 {
  margin-top: 8rem;
}

.pdf .mt-9 {
  margin-top: 9rem;
}

.pdf .mt-10 {
  margin-top: 10rem;
}

.pdf .ml-1 {
  margin-left: 1rem;
}

.pdf .ml-2 {
  margin-left: 2rem;
}

.pdf .ml-3 {
  margin-left: 3rem;
}

.pdf .ml-4 {
  margin-left: 4rem;
}

.pdf .ml-5 {
  margin-left: 5rem;
}

.pdf .ml-6 {
  margin-left: 6rem;
}

.pdf .ml-7 {
  margin-left: 7rem;
}

.pdf .ml-8 {
  margin-left: 8rem;
}

.pdf .ml-9 {
  margin-left: 9rem;
}

.pdf .ml-10 {
  margin-left: 10rem;
}

.pdf .mr-1 {
  margin-right: 1rem;
}

.pdf .mr-2 {
  margin-right: 2rem;
}

.pdf .mr-3 {
  margin-right: 3rem;
}

.pdf .mr-4 {
  margin-right: 4rem;
}

.pdf .mr-5 {
  margin-right: 5rem;
}

.pdf .mr-6 {
  margin-right: 6rem;
}

.pdf .mr-7 {
  margin-right: 7rem;
}

.pdf .mr-8 {
  margin-right: 8rem;
}

.pdf .mr-9 {
  margin-right: 9rem;
}

.pdf .mr-10 {
  margin-right: 10rem;
}

.pdf .pb-1 {
  padding-bottom: 1rem;
}

.pdf .pb-2 {
  padding-bottom: 2rem;
}

.pdf .pb-3 {
  padding-bottom: 3rem;
}

.pdf .pb-4 {
  padding-bottom: 4rem;
}

.pdf .pb-5 {
  padding-bottom: 5rem;
}

.pdf .pb-6 {
  padding-bottom: 6rem;
}

.pdf .pb-7 {
  padding-bottom: 7rem;
}

.pdf .pb-8 {
  padding-bottom: 8rem;
}

.pdf .pb-9 {
  padding-bottom: 9rem;
}

.pdf .pb-10 {
  padding-bottom: 10rem;
}

.pdf .pb-11 {
  padding-bottom: 11rem;
}

.pdf .pb-12 {
  padding-bottom: 12rem;
}

.pdf .pb-13 {
  padding-bottom: 13rem;
}

.pdf .pt-1 {
  padding-top: 1rem;
}

.pdf .pt-2 {
  padding-top: 2rem;
}

.pdf .pt-3 {
  padding-top: 3rem;
}

.pdf .pt-4 {
  padding-top: 4rem;
}

.pdf .pt-5 {
  padding-top: 5rem;
}

.pdf .pt-6 {
  padding-top: 6rem;
}

.pdf .pt-7 {
  padding-top: 7rem;
}

.pdf .pt-8 {
  padding-top: 8rem;
}

.pdf .pt-9 {
  padding-top: 9rem;
}

.pdf .pt-10 {
  padding-top: 10rem;
}

.pdf .pl-1 {
  padding-left: 1rem;
}

.pdf .pl-2 {
  padding-left: 2rem;
}

.pdf .pl-3 {
  padding-left: 3rem;
}

.pdf .pl-4 {
  padding-left: 4rem;
}

.pdf .pl-5 {
  padding-left: 5rem;
}

.pdf .pl-6 {
  padding-left: 6rem;
}

.pdf .pl-7 {
  padding-left: 7rem;
}

.pdf .pl-8 {
  padding-left: 8rem;
}

.pdf .pl-9 {
  padding-left: 9rem;
}

.pdf .pl-10 {
  padding-left: 10rem;
}

.pdf .pr-1 {
  padding-right: 1rem;
}

.pdf .pr-2 {
  padding-right: 2rem;
}

.pdf .pr-3 {
  padding-right: 3rem;
}

.pdf .pr-4 {
  padding-right: 4rem;
}

.pdf .pr-5 {
  padding-right: 5rem;
}

.pdf .pr-6 {
  padding-right: 6rem;
}

.pdf .pr-7 {
  padding-right: 7rem;
}

.pdf .pr-8 {
  padding-right: 8rem;
}

.pdf .pr-9 {
  padding-right: 9rem;
}

.pdf .pr-10 {
  padding-right: 10rem;
}

.pdf .w-100 {
  width: 100%;
}

.pdf .box-shadow-gray {
  -webkit-box-shadow: 0 10px 50px -20px;
          box-shadow: 0 10px 50px -20px;
}

.pdf .h-100 {
  height: 100%;
}

.pdf .white {
  color: #fff;
}

.pdf .remodal-close {
  color: #fff !important;
  left: initial !important;
  right: 0;
}

.pdf span.help-block.form-error {
  color: red;
}

.pdf .input-effect {
  position: relative;
  padding-top: 1rem;
}

.pdf .effect-16 {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border: 0;
  font-size: 1rem;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

.pdf .effect-16 ~ label {
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 1rem;
  top: 9px;
  color: #aaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  letter-spacing: 0.5px;
}

.pdf .effect-16 ~ .focus-border {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  z-index: 5;
  width: 0;
  height: 2px;
  background-color: #f08624;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pdf .effect-16:active ~ .focus-border, .pdf .effect-16:focus ~ .focus-border, .pdf .has-content.effect-16 ~ .focus-border {
  width: 100%;
}

.pdf .effect-16:active ~ label, .pdf .effect-16:focus ~ label, .pdf .has-content.effect-16 ~ label {
  top: -16px;
  font-size: 12px;
  color: #f08624;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox::-moz-selection, .radio::-moz-selection {
  background: 0 0;
}

.checkbox::selection, .radio::selection {
  background: 0 0;
}

.checkbox p {
  width: calc(100% - 30px);
  display: inline-block;
}

.checkbox input + span, .radio input + span {
  background: #fff;
  content: "";
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 1px solid #e8e8e8;
}

.checkbox input + span::after, .radio input + span::after {
  content: "";
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.checkbox input:active + span, .radio input:active + span {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.checkbox input:focus + span, .radio input:focus + span {
  -webkit-box-shadow: 0 0 0 3px #add8e6;
          box-shadow: 0 0 0 3px #add8e6;
}

.checkbox input:checked + span::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border: solid #000;
  top: 0.1em;
  left: 0.6em;
  width: 0.6em;
  height: 1.4em;
  border-width: 0px 0.2em 0.2em 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.checkbox input:checked + span::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  background-color: #f08624;
  border: 3px solid #f08624;
}

.checkbox input, .radio input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 50%;
}

.checkbox, .radio {
  position: relative;
  cursor: pointer;
  padding: 0.1rem 1rem;
  font-size: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}

.input--checkbox .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.checkbox input + span {
  border-radius: 2px;
}

.radio input + span {
  border-radius: 100%;
}

.radio input + span {
  position: relative;
}
.radio input + span::after {
  border-radius: 100%;
  margin: 0.14em;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  z-index: 1;
}
.radio input + span::before {
  content: "";
  background-color: #f08624;
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  width: 2em;
  z-index: 0;
  height: 2em;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.radio input:checked + span::after {
  background: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.radio input:checked + span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 768px) {
  .checkbox:hover input + span, .radio:hover input + span {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
  }
}
.table-type-of-progect.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-type-of-progect {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.table-type-of-progect .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-type-of-progect .column .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.table-type-of-progect .title .row:nth-child(1) {
  height: 4rem;
}

.table-type-of-progect .title .row:nth-child(2) {
  height: 16rem;
}

.table-type-of-progect .title .row:nth-child(3) {
  height: 12rem;
}

.table-type-of-progect[data-type=design-architecture-project-premium] .title .row:nth-child(3) {
  height: 20rem;
}

.table-type-of-progect .title .row:nth-child(4) {
  height: 16rem;
}

.table-type-of-progect .title .row:nth-child(2) p, .table-type-of-progect .title .row:nth-child(3) p, .table-type-of-progect .title .row:nth-child(4) p {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
}

.table-type-of-progect .square .row .input-effect {
  padding-top: 0;
}

.table-type-of-progect .num, .table-type-of-progect .square, .table-type-of-progect .title {
  width: 10%;
}

.table-type-of-progect .total {
  width: 12%;
}

.table-type-of-progect .costs {
  width: 15%;
}

.table-type-of-progect .service {
  width: 43%;
}
.table-type-of-progect .service .row {
  padding-right: 0;
}
.table-type-of-progect .service .row .checkbox {
  padding: 0;
}
.table-type-of-progect .service .row .checkbox input + span {
  margin: 0;
}

.table-type-of-progect .service .row:not(:first-child) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.total-sum-of-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.total-sum-of-project .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.total-sum-of-project .column .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.total-sum-of-project .calculate {
  width: 100%;
  padding-left: 20%;
}
.total-sum-of-project .calculate .row {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
}
.total-sum-of-project .calculate .row input {
  width: 90px;
  margin: 0 53px;
}

.total-sum-of-project .calculate .row {
  background-color: transparent;
}

.total-sum-of-project .calculate .row .calc {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  padding: 0;
  margin: 0 22px;
  width: 22px;
}

.total-sum-of-project .calculate .row .calc:active, .total-sum-of-project .calculate .row .calc:focus, .total-sum-of-project .calculate .row .calc:hover {
  outline: 0;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}

.total-sum-of-project .calculate .row .calc::after {
  font-family: solid;
  content: "";
  color: #8064a2;
}

.total-sum-of-project .total {
  min-width: 12%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.orange-bgc {
  background-color: #f08624;
}

.violet-bgc {
  background-color: #8064a2;
}

.violet-light-bgc {
  background-color: #e5dfec;
}

.light-grey-bgc {
  background-color: #e0e0e0;
}

.dark-grey-bgc {
  background-color: grey;
}

.blue-bgc {
  background-color: #0070c0;
}

.violet-bright-bgc {
  background-color: #7030a0;
}

.blue-light-bgc {
  background-color: #00b0f0;
}

.term-of-progect.active {
  display: block;
}

.term-of-progect {
  display: none;
}

.term-of-progect .service, .term-of-progect .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.term-of-progect .service .row:nth-child(1), .term-of-progect .top .row:nth-child(1) {
  width: 40%;
}

.term-of-progect .service .row:nth-child(1) p, .term-of-progect .top .row:nth-child(1) p {
  font-weight: 600;
  color: #424242;
}

.term-of-progect .service .row, .term-of-progect .top .row {
  width: 10%;
  height: 3rem;
  padding: 10px;
  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;
  margin: 0.1rem;
  border: 1px solid #e8e8e8;
}

.term-of-progect .service .row p, .term-of-progect .top .row p {
  text-align: center;
  color: #fff;
  width: 100%;
}

.table-floors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-floors p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.table-floors .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.table-floors .line .floor, .table-floors .line .service {
  height: 2.5rem;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.table-floors .line .delete label, .table-floors .line .floor label, .table-floors .line .service label {
  padding: 0 5px;
}

.table-floors .service {
  width: 35%;
}

.table-floors .floor {
  width: 11%;
}

.table-floors .delete {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #dedede;
}

.table-floors .delete .wrapper {
  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%;
}

.table-floors .delete .delete-item::after {
  content: "";
  background-color: #868686;
  width: 1rem;
  height: 3px;
  display: table;
}

.table-floors .row {
  width: 100%;
  height: 2.5rem;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.table-floors .row label {
  padding: 0 5px;
}

.table-floors .floor:last-child .row {
  border-right: 1px solid #dedede;
}

.empty-header, footer, header {
  display: none;
}

.architecture.active, .design.active, .engineer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.architecture, .design, .engineer {
  display: none;
}

.red {
  color: red;
}

.warnMessage {
  display: none;
  font-size: 12px;
  margin: 5px 0;
}

.warnMessage.active {
  display: block;
  margin: 0.5rem 0;
}

.page {
  width: 100%;
}

.page .wrapper-container {
  width: inherit;
}

.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pdf .wrapper-floor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pdf .textarea {
  padding-left: 1rem;
}

.pdf .textarea, .pdf .wrapper-floor {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.pdf .textarea textarea, .pdf .wrapper-floor textarea {
  font-size: 1rem;
}

.pdf .textarea.open, .pdf .wrapper-floor.open {
  height: 100%;
  opacity: 1;
}

.pdf .list-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: decimal;
  padding-left: 1rem;
  text-align: justify;
}

.pdf .list-default li {
  list-style-type: decimal;
  display: list-item;
}

.pdf .tac {
  text-align: center;
}

.pdf .numbersOfRoom.open {
  opacity: 1;
}

.pdf .numbersOfRoom {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdf .numbersOfRoom .plus {
  font-size: 1.4em;
  color: #424242;
  margin-left: 5px;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdf .numbersOfRoom .minus {
  font-size: 2em;
  color: #424242;
  margin-right: 5px;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdf .numbersOfRoom .number {
  color: #424242;
  font-size: 1.2em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.width-70 {
  width: 70%;
}

.width-40 {
  width: 40%;
}

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

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center {
  margin: 0 auto;
}

.width-45 {
  width: 45%;
}

.width-65 {
  width: 65%;
}

.width-75 {
  width: 75%;
}

.width-85 {
  width: 85%;
}

.width-100 {
  width: 100%;
}

.notes {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.notes textarea {
  margin: 1rem 0 0 0;
}

.delete-line {
  opacity: 0;
  height: 0;
  z-index: -1;
}

.number-of-contruct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.number-of-contruct .wrapper {
  font-size: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-3, .page-5 {
  display: none !important;
}

.margin-helper-signature-1page {
  display: none !important;
}

.currentData-wrapper p {
  text-align: right;
}

.currentData-wrapper .divider {
  right: -0.5rem;
}

.forwardData-wrapper p {
  text-align: left;
}

.parent1, .parent2, .parent3 {
  display: none;
}

.parent1.show, .parent2.show, .parent3.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.parent {
  margin: 1rem 2rem;
}

.currentData-wrapper, .forwardData-wrapper {
  position: relative;
}

.currentData-wrapper .divider, .forwardData-wrapper .divider {
  position: absolute;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), to(grey));
  background: linear-gradient(to bottom, #000 0, grey 100%);
  width: 2px;
  bottom: -5rem;
}

@media print {
  .architecture.active, .design.active, .engineer.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .architecture, .design, .engineer {
    display: none !important;
  }

  .page-2 .print-contract, .page-3 .print-contract {
    margin-top: 0 !important;
  }

  .page-3, .page-5 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .page-2 {
    font-size: 15px;
  }

  .page-1 {
    font-size: 15px;
  }

  .page-1 .print-contract {
    margin-top: 5rem;
    font-size: 120px;
  }

  .margin-top-print {
    margin-top: 2rem;
  }

  .number-of-contruct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .width-70 {
    width: 100% !important;
  }

  .number-of-contruct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .number-of-contruct .wrapper {
    font-size: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page {
    width: 100%;
    max-height: 1120px;
    height: 1120px;
    padding: 2cm;
    margin: 0 auto;
    page-break-before: always !important;
    page-break-inside: avoid !important;
    page-break-after: always !important;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page .print-contract.mt-4 {
    margin-top: 1rem;
  }

  .page .print-contract.mb-4 {
    margin-bottom: 1rem;
  }

  .page .margin-helper-signature-1page {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .page .effect-16 {
    font-size: inherit;
  }

  .page .effect-16:active ~ label, .page .effect-16:focus ~ label, .page .has-content.effect-16 ~ label {
    top: -9px;
  }

  .page .table-type-of-progect {
    font-size: 0.6em;
  }

  .page .table-type-of-progect .total-sum-of-project .calculate .sale,
.page .table-type-of-progect .total-sum-of-project .calculate .calc {
    display: none;
  }

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

  .page .justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page .justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .page .justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .page .justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .page .justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .page .align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .page .align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .page .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .page .center {
    margin: 0 auto;
  }

  .page .width-45 {
    width: 45%;
  }

  .page .width-65 {
    width: 65%;
  }

  .page .width-75 {
    width: 75%;
  }

  .page .width-85 {
    width: 85%;
  }

  .page .width-100 {
    width: 100%;
  }

  .break {
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    position: relative;
    display: block;
  }

  .pdf {
    padding: 0;
    position: relative;
  }

  .print-button {
    display: none;
  }
}
@media (max-widht: 920px) {
  body, html {
    font-size: 1.5vw;
  }
}
@media (max-widht: 768px) {
  body, html {
    font-size: 2.4vw;
  }
}
@media (max-widht: 560px) {
  body, html {
    font-size: 3.4vw;
  }
}
