.doors_banner {
  position: relative;
  padding: 45px 0 128px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .doors_banner {
    padding: 60px 0;
  }
}
@media (max-width: 599px) {
  .doors_banner {
    padding-top: 30px;
  }
}
.doors_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  z-index: 0;
  background-image: url(img/map_bg.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.doors_banner .e__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 750fr 830fr;
  gap: 100px;
  align-items: start;
}
@media (max-width: 1199px) {
  .doors_banner .e__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.doors_banner .img_wrapper {
  margin-top: 45px;
  width: 100%;
  max-width: 710px;
  justify-self: end;
}
@media (max-width: 1199px) {
  .doors_banner .img_wrapper {
    display: none;
  }
}
.doors_banner .img_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.doors_banner .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 690px;
  justify-self: start;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper {
    justify-self: center;
  }
}
.doors_banner .content_wrapper .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper .section_title {
    font-size: 32px;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .section_title {
    font-size: 24px;
    letter-spacing: 0.21em;
  }
}
.doors_banner .content_wrapper .section_title strong {
  font-weight: 800;
  color: #d3641f;
}
.doors_banner .content_wrapper .desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .desc {
    font-size: 16px;
  }
}
.doors_banner .content_wrapper .img {
  display: none;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper .img {
    display: block;
    width: 100%;
    max-width: 450px;
    align-self: center;
    margin: 30px 0;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .img {
    margin: 20px 0;
  }
}
.doors_banner .content_wrapper .form {
  width: 100%;
  background: #fff;
  padding: 20px;
}
.doors_banner .content_wrapper .form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px 12px;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row {
  width: 100%;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row.row__1-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row.row__1-2 {
    grid-template-columns: 1fr;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row label {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #0d1220;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row label .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #a93040;
  text-transform: none;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]), .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea {
  padding: 16px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0d1220;
  border: none;
  border-bottom: 2px solid #131426;
  border-radius: 0;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit])::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea::-moz-placeholder {
  color: #999;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit])::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea::placeholder {
  color: #999;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover::-moz-placeholder {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover::placeholder {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):focus, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:focus {
  border-color: #d3641f;
  color: #0d1220;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid {
  color: #a93040;
  border-color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid::-moz-placeholder {
  color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid::placeholder {
  color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea {
  height: 70px;
  transition: height 0.35s ease;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.is-expanded {
  height: 140px;
}
@media (max-width: 1299px) and (min-width: 1025px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    max-width: 240px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    position: static;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row select {
  padding: 16px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999;
  border: none;
  border-bottom: 2px solid #131426;
  border-radius: 0;
  transition: 0.35s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: center right/14px no-repeat url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.0625 10.5L0.000322306 -1.88258e-07L12.1247 8.71687e-07L6.0625 10.5Z" fill="black" /></svg>');
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row select option {
  color: #131426;
  font-size: 18px;
}
@media (max-width: 369px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
    max-width: calc(100vw - 80px);
    overflow: hidden;
  }
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf7-form-control-wrap.recaptcha iframe {
    transform: scale(0.9);
    transform-origin: left;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form input[type=submit] {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  border-radius: 36px;
  height: 60px;
  background-color: #d3641f;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-image: url(./img/submit_icon.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: top 12px right 28px;
}
.doors_banner .content_wrapper .form .wpcf7-form input[type=submit]:hover {
  background-color: #0a0a0a;
  border-radius: 4px;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}

.hardware::before {
  display: none;
}