body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#configurator-container {
  width: 100%;
  height: 100%;
}
.pop-up-container .shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spec-pop-up-container .shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up-container {
  z-index: -1;
}
.spec-pop-up-container {
  z-index: -1;
}              
.shadow {
  background: black;
  opacity: 0.4;
}
.pop-up--show {
  z-index: 10000000;
}
.spec-pop-up--show {
  z-index: 10000000;
}                    
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  min-width: 455px;
  min-height: 700px;
  height: 70%;
  padding: 15px 10px;
  background: white;
  box-sizing: border-box;
  overflow: auto;
}

.spec-pop-up {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 90%;
  min-width: 320px;
  height: 75%;
  padding: 15px 10px;
  background: white;
  box-sizing: border-box;
  overflow: auto;
}
.hide {
  display: none;
}
.client-form-data {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.client-form-data form {
  width: 95%;
  padding: 5px;
  margin: auto;
}

div.submit button {
  background-color: #0b9892;
  width: 120px;
  height: 45px;
  border-radius: 30px;
  color: white;
  margin-top: 5px;
}

.form {
  width: 95%;
  padding: 5px;
  margin: auto;
}

.form-group > label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control {
  background-color: #f9f9f9;
  border: none;
  border-top: 1px solid #797979;
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  margin-bottom: 20px !important;
}

.submit-button,
.revit-revit-button,
.request-spec-button {
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #0b9892;
  color: #0b9892;
  text-transform: uppercase;
  font-weight: 500;
  width: 40%;
  height: 45px;
  font-size: 16px;
  margin: 20px;
}

.radioButtons-block {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.radio-button-label {
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 5px;
}

textarea {
  resize: none;
}

.form {
  display: block;
}

.logo-image {
  width: 250px;
}

.pop-up-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.close-pup-up-button {
  margin: 0 10px 65px 0;
  font-size: 18px;
  cursor: pointer;
}

.close-spec-pup-up-button {
  font-size: 18px;
  cursor: pointer;
}

.spec-image-container {
  display: flex;
  justify-content: center;
}

.render-image {
  width: 200px;
}

.model-title {
  word-wrap: break-word;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin: 30px 0 10px 0;
}

.price-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.price-value {
  color: #0b9892;
  text-transform: uppercase;
  font-weight: 500;
}

.model-title {
  width: 80%;
}

.request-spec-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.table {
  width: 90%;
  letter-spacing: 1px;
  font-size: 14px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

th {
  font-weight: 400;
  color: #575757;
}

td {
  padding: 8px;
  color: #575757;
  max-width: 250px;
}

tr {
  min-height: 30px;
}

tr:not(:last-child) {
  border-bottom: 2px solid #d8d8d8;
}

tr:last-child {
  height: 50px;
}

@media screen and (min-width: 800px) {
  .spec-layout-container {
    display: flex;
    flex-direction: row-reverse;
  }

  .spec-image-container {
    width: 50%;
  }

  .request-spec-button-container {
    width: 90%;
    display: flex;
    justify-content: center;
  }

  .request-spec-button {
    font-size: 21px;
    width: 35%;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .spec-data-container {
    width: 50%;
    margin-left: 35px;
  }

  .render-image {
    width: 500px;
  }

  .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-group {
    width: 100%;
  }

  .form-control {
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .form-group > label {
    font-size: 16px;
  }
  .submit-button,
  .revit-revit-button {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: 2px solid #0b9892 !important;
    color: #0b9892 !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    width: 50% !important;
    height: 45px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
  }

  .submit-button-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .radioButtons-block {
    width: 25%;
  }

  .logo-image {
    align-self: flex-start;
    margin: 10px 0 50px 35px;
    width: 500px;
  }

  table {
    margin-bottom: 100px !important;
  }
}