/* *,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
} */

.key-heart-image {
  width: 60px !important;
  height: 75px !important;
  background-image: url('key-heart.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.general-luxflat-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat' !important;
}

.luxflat-title_1 {
  font-size: 36px !important;
  font-weight: 600;
  line-height: 41px;
}
.luxflat-subtitle_2 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 27px;
}
.luxflat-subtitle_3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 18px;
}

.luxflat-paragraph {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 18px;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.luxflat-calculator-wrapper {
  background-color: #fafbfa;
  border-top: 6px solid #ceb04e;
  width: 65vw;
  max-width: 65vw;
  /* height: 660px; */
  padding: 30px;
}

.highlight-text {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 18px;
  color: #ceb04e;
}

#highlighted-first-step,
#highlighted-second-step {
  font-size: inherit !important;
}

.value-display {
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 600;
  line-height: 68px;
  color: #ceb04e;
}

.step-hidden {
  display: none;
}

.invalid-input {
  border: 2px solid red !important;
}

.input-container,
.results-step,
.request-exact-estimation {
  width: 40vw;
}

.first-row,
.second-row,
.third-row,
.fourth-row {
  width: 100%;
}

.select-style {
  width: 100%;
  border: 1px solid #ceb04e;
  background-color: white !important;
  padding: 10px !important;
  margin-top: 8px !important;
  font-size: 18px !important;
}

.next-step-button,
.get-result-button,
.want-estimation-button,
.get-estimation-submit,
.check-another-property-button {
  background-color: #d8ae46 !important;
  padding: 21px 60px 21px 60px !important;
  font-size: 16px !important;
  border: none !important;
  color: white !important;
}

.previous-step-button,
.previous-step-button:active {
  margin-top: 10px !important;
  color: black !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent !important;
}

.previous-step-button:hover {
  margin-top: 10px !important;
  color: #d8ae46 !important;
  border: none !important;
  border-bottom: 1px solid #d8ae46 !important;
  border-radius: 0px;
  font-size: 16px !important;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent !important;
}

.icon-style {
  font-size: inherit !important;
}

.next-step-button:hover,
.get-result-button:hover,
.want-estimation-button:hover,
.get-estimation-submit:hover,
.check-another-property-button:hover {
  background-color: #d6aa39;
  padding: 21px 60px 21px 60px;
  transform: scale(1.05);
  transition: 0.2s;
}

/* input[type='radio']:checked + label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  color: white !important;
  background-color: #d8ae46 !important;
  border: 1px solid white !important;
  padding: 5px 24px 5px 24px !important;
}

input[type='radio']:not(:checked) + label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  color: black !important;
  border: 1px solid #d8ae46 !important;
  background-color: white !important;
  padding: 5px 24px 5px 24px !important;
} */

.outline-radio {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  color: black !important;
  border: 1px solid #d8ae46 !important;
  background-color: white !important;
  padding: 5px 24px 5px 24px !important;
}

.selected-radio {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  color: white !important;
  background-color: #d8ae46 !important;
  border: 1px solid white !important;
  padding: 5px 24px 5px 24px !important;
}

.selected-radio:active {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px !important;
  color: white !important;
  background-color: #d8ae46 !important;
  border: 1px solid white !important;
  padding: 5px 24px 5px 24px !important;
}

.input-style {
  width: 100% !important;
  display: block;
  padding: 10px !important;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px !important;
  border: 1px solid #d8ae46 !important;
  border-radius: 5px !important;
}

.upload-images-input {
  opacity: 0;
}

.upload-images-label {
  content: 'Upload photos';
  position: absolute;
  background-color: white;
  color: black;
  font-family: 'Montserrat';
  font-size: 12px !important;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  padding: 8px 20px 8px 20px;
  border: 1px solid #d8ae46;
  border-radius: 50px;
}

@media only screen and (max-width: 1440px) {
  .input-container,
  .results-step,
  .request-exact-estimation {
    width: 50vw;
  }
}

@media only screen and (max-width: 1120px) {
  .input-container,
  .results-step,
  .request-exact-estimation {
    width: 55vw;
  }
}

@media only screen and (max-width: 1024px) {
  .general-luxflat-container {
    box-sizing: border-box;
    font-size: 50%;
  }
  .luxflat-calculator-wrapper {
    background-color: #fafbfa;
    border-top: 6px solid #ceb04e;
    width: 100vw;
    max-width: 100vw;
    /* height: 600px; */
    padding: 30px;
  }

  .select-style {
    width: 100%;
    border: 1px solid #ceb04e;
    padding: 10px !important;
    margin-top: 8px !important;
    font-size: 14px !important;
  }

  .luxflat-title_1 {
    font-size: 26px !important;
    font-weight: 600;
    line-height: 28px;
  }
  .luxflat-subtitle_2 {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px;
  }
  .luxflat-subtitle_3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 16px;
  }

  .luxflat-paragraph {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .highlight-text {
    /* font-size: 14px !important;
    font-weight: 400;
    line-height: 16px; */
    color: #ceb04e;
  }

  .input-container,
  .results-step,
  .request-exact-estimation {
    width: 75vw;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }
  .col {
    padding-bottom: 10px !important;
    width: 50vw !important;
  }

  .next-step-button,
  .get-result-button,
  .want-estimation-button,
  .get-estimation-submit,
  .check-another-property-button {
    background-color: #d8ae46 !important;
    padding: 12px 36px 12px 36px !important;
    font-size: 14px !important;
    border: none !important;
    color: white !important;
  }

  .next-step-button:hover,
  .get-result-button:hover,
  .want-estimation-button:hover,
  .get-estimation-submit:hover,
  .check-another-property-button:hover {
    background-color: #d6aa39;
    padding: 12px 36px 12px 36px !important;
    transform: scale(1.05);
    transition: 0.2s;
  }
}

@media only screen and (max-width: 767px) {
  .col {
    width: 80vw !important;
  }
}
