.head__section {
  padding: 50px 0 70px;
  position: relative;
}
.head__section .container-fluid {
  position: relative;
  z-index: 1;
}
.head__section_secondary {
  padding-top: 25px;
}
.head__section_secondary .breadcrumbs {
  margin-bottom: 14px;
}
.head__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 75px);
  overflow: hidden;
}
.head__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #181818;
  display: block;
}
.head__background figure {
  position: relative;
  width: 100%;
  height: 110%;
  transition: all 0.25s linear;
}
.head__title {
  max-width: 971px;
  width: 100%;
}
.head__title_service {
  max-width: 1000px;
}
.head__form-text {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  line-height: 120%;
}
.head__form {
  padding: 40px;
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: 6px;
}
.head__form .input {
  margin-bottom: 16px;
}
.head__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--kmnd-body-background-primary);
  display: block;
  height: 85%;
  border-radius: 8px 8px 0 0;
}
.head__form-bottom {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.head__form-inner {
  position: relative;
  z-index: 1;
}
.head__form-images {
  position: relative;
  margin: 20px 0;
  display: block;
  width: 100%;
}
.head__form-images img:nth-of-type(1) {
  display: block;
  width: 100%;
  height: auto;
}
.head__form-images img:nth-of-type(2) {
  position: absolute;
  height: 80px;
  width: auto;
  display: block;
  top: 0;
  right: 18px;
}
.head__form-row {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.head__form-row .btn {
  flex-shrink: 0;
}
.head__notice {
  letter-spacing: -0.48px;
  opacity: 0.5;
  margin-left: 20px;
  max-width: 299px;
  font-size: 0.813rem;
}
.head__notice a {
  text-decoration: underline;
  color: inherit;
  transition: var(--kmnd-transition);
}
.head__notice a:hover {
  color: var(--kmnd-body-color-accent);
}
.head__text {
  margin-top: 29px;
  max-width: 329px;
  width: 100%;
}
.head__text_mobile {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .head__background {
    height: calc(100% + 96px);
  }
  .head__form {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .head__title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .head__form-images {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .head__title {
    font-size: 4.063rem;
    max-width: 694px;
    letter-spacing: -2, 6px;
  }
  .head__section {
    padding: 62px 0 30px;
  }
  .head__section .col:nth-of-type(1) {
    flex: 1;
  }
  .head__section .col:nth-of-type(2) {
    width: 355px;
  }
  .head__section_secondary {
    padding-top: 25px;
  }
  .head__form {
    padding: 20px;
  }
  .head__form .input {
    margin-bottom: 8px;
  }
  .head__form-text {
    font-size: 1.25rem;
  }
  .head__form-images {
    display: block;
    width: 60%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .head__form-images img:nth-of-type(2) {
    width: 60px;
  }
  .head__form-row {
    margin-top: 20px;
  }
  .head__notice {
    margin-left: 10px;
    font-size: 0.75rem;
  }
  .head__text {
    margin-top: 20px;
    max-width: 329px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .head__title {
    font-size: 3.438rem;
    letter-spacing: -2.2px;
  }
  .head__text {
    margin-top: 20px;
  }
  .head__form .input {
    margin-bottom: 8px;
  }
  .head__form-images {
    margin-top: 0;
    width: 60%;
  }
  .head__form-images img:nth-of-type(2) {
    width: 60px;
  }
  .head__form-row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .head__title {
    margin-bottom: 80px;
  }
  .head__text {
    display: none;
  }
  .head__form {
    margin-right: auto;
    max-width: unset;
  }
  .head__background {
    height: calc(100% + 57px);
  }
  .head__section_secondary {
    padding-top: 25px;
  }
  .head__section_secondary .head__title {
    margin-bottom: 26px;
  }
  .head__section_secondary .head__title br {
    display: none;
  }
  .head__section_secondary .head__text {
    margin-bottom: 30px;
    max-width: calc(100% - 32px);
  }
  .head__section_secondary .head__text_mobile {
    display: block;
  }
}
@media only screen and (min-width: 577px) and (max-width: 1200px) {
  .head__form-text br {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
    display: none;
  }
  .head__notice {
    font-size: 0.75rem;
    letter-spacing: -0.36px;
  }
}
@media only screen and (max-width: 576px) {
  .head__section {
    padding: 25px 0 15px;
  }
  .head__title {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .head__form {
    padding: 20px 15px;
  }
  .head__form-text {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .head__form-images {
    margin: 0;
  }
  .head__form-images img:nth-of-type(1) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .head__form-images img:nth-of-type(2) {
    height: 58px;
    right: 10%;
  }
  .head__form-row {
    margin-top: 9px;
  }
  .head__notice {
    font-size: 0.75rem;
    margin-left: 10px;
    letter-spacing: -0.36px;
  }
}
.service-row .col:nth-of-type(1) {
  flex: 1;
  width: auto;
}
.service-row .col:nth-of-type(2) {
  width: auto;
  flex-shrink: none;
}

/*# sourceMappingURL=jumbotron-form.css.map */
