html {
  overflow-x: hidden;
}
.owners-container {
  width: 100%;
  background-color: rgba(186, 186, 186, 1);
  margin-bottom: 60px;
  aspect-ratio: 192 / 35;
  padding-top: 12.1%;
  background-image: var(--page-bg);
}
.owners-container .owners-main-title {
  font-weight: 500;
  font-size: 36px;
  color: rgba(15, 15, 15, 1);
  position: relative;
  padding: 15px 36px 15px 0;
  width: max-content;
  max-width: 100%;
}
.owners-container .owners-main-title span {
  position: relative;
}
.owners-container .owners-main-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  background-color: rgba(237, 237, 237, 0.7);
  border-radius: 0 8px 8px 0;
}
.owners-block {
  margin-bottom: 80px;
}
.owners-form {
  width: 636px;
  max-width: 100%;
  background-color: rgba(236, 235, 238, 1);
  padding: 52px 37px 48px;
  border-radius: 16px;
}
.owners-form .stage-form-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 46px;
}
.owners-form  .stage-description {
  padding: 18px;
  margin-bottom: 29px;
}
.owners-form .stage-form-btn {
  padding: 20px;
  width: 229px;
  max-width: 100%;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.owners-subtitle {
  font-weight: 500;
  font-size: 1.75rem;
  color: #141414;
  margin-bottom: 28px;
}
.owners-description {
  color: #323232;
  font-size: 18px;
  width: 595px;
  max-width: 100%;
  line-height: 1.4;
}
.owners-description > *:not(:last-child) {
  margin-bottom: 1.3em;
}
.owners-description :first-child {
  margin-bottom: 30px;
}
.owners-form form.wpcf7-form {
  position: relative;
}
.owners-form form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and ( max-width: 1400px ) {
  .owners-container {
    padding-bottom: 9.1%;
  }
}
@media (max-width: 992px) {
  
}
@media (max-width: 767px) {
  main {
    padding: 0 6px;
  }
  .owners-block {
    margin-bottom: 40px;
  }
  .owners-container {
    height: auto;
    background-color: transparent;
    margin: 0 0 36px 0;
    padding: 24px 0 0 0;
    aspect-ratio: unset;
  }
  .owners-container .owners-main-title {
    padding: 0;
    margin: 0;
    font-size: 24px;
  }
  .owners-container .owners-main-title::before {
    visibility: hidden;
  }
  .owners-description :first-child {
    margin-bottom: 20px;
    font-size: 22px;
    color: rgba(20, 20, 20, 1);
  }
  .owners-description {
    font-size: 14px;
    margin-bottom: 36px;
  }
  .owners-form {
    margin: 0 -15px;
    max-width: 100vw;
    padding: 32px 15px;
  }
  .owners-form .stage-form-title {
    color: rgba(20, 20, 20, 1);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 36px;
    padding: 0 5%;
  }
  .owners-form .stage-description {
    padding: 10px 20px;
    height: 146px;
    margin-bottom: 22px;
  }
  .owners-form .stage-form-btn {
    padding: 16px;
    height: 48px;
    width: 257px;
  }
}
@media screen and ( max-width: 575px ) {
  .owners-form {
    border-radius: 0;
  }
}
