.block-hero-home:has(.wp-block-skouerr-theme-home-estimation-form) {
  overflow: visible;
  z-index: 10;
}

.wp-block-skouerr-theme-home-estimation-form {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 0 !important;
  z-index: 20;
  transform: translate(-50%, 50%);
  width: 1090px;
  max-width: 95vw;
  z-index: 10;
}
.wp-block-skouerr-theme-home-estimation-form .home-estimation-form__inner {
  margin: 0 auto;
}
.wp-block-skouerr-theme-home-estimation-form .home-estimation-form__intro {
  position: absolute;
  bottom: 100%;
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.wp-block-skouerr-theme-home-estimation-form .home-estimation-form {
  display: flex;
  padding: 24px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background-color: #f4f4f4;
  box-shadow: 0 0 44px 0 rgba(13, 27, 49, 0.2);
}
.wp-block-skouerr-theme-home-estimation-form .home-estimation-form__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.wp-block-skouerr-theme-home-estimation-form label {
  font-weight: 700;
  line-height: 1.2;
  color: #003055;
}
.wp-block-skouerr-theme-home-estimation-form input,
.wp-block-skouerr-theme-home-estimation-form select {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #003055;
  font-family: inherit;
}
.wp-block-skouerr-theme-home-estimation-form input::-webkit-outer-spin-button,
.wp-block-skouerr-theme-home-estimation-form input::-webkit-inner-spin-button {
  margin: 0;
}
.wp-block-skouerr-theme-home-estimation-form input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.wp-block-skouerr-theme-home-estimation-form input::placeholder {
  color: #0f4f77;
  opacity: 1;
}
.wp-block-skouerr-theme-home-estimation-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 18px;
  background-image: url('data:image/svg+xml,%3Csvg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L5 5L9 1" stroke="%23003864" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 10px 6px;
}
@media (max-width: 782px) {
  .wp-block-skouerr-theme-home-estimation-form {
    position: static;
    margin-top: 64px !important;
    transform: none;
  }
  .wp-block-skouerr-theme-home-estimation-form .home-estimation-form {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .wp-block-skouerr-theme-home-estimation-form .home-estimation-form__field {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .wp-block-skouerr-theme-home-estimation-form select,
  .wp-block-skouerr-theme-home-estimation-form input {
    text-align: right;
    width: 100px;
  }
}