.footer-form-wrap {
  display: flex;
  background: url("images/grad.png") 0 0/calc(50% + 60px) 100% no-repeat;
  padding: 0 0 0 40px;
  border-radius: 40px;
  box-sizing: border-box;
  min-height: 550px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 0;
}
.footer-form-wrap:before {
  content: "";
  position: absolute;
  background: url("images/star2.png") 50% 50%/contain no-repeat;
  width: 400px;
  height: 400px;
  right: calc(50% - 135px);
  top: -35px;
  z-index: -1;
}
.footer-form-wrap h2 {
  font-family: "Druk Wide Cyr", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  max-width: 500px;
}
.footer-form-wrap > div {
  box-sizing: border-box;
}
.footer-form-wrap > div:first-child {
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  flex-grow: 1;
}
.footer-form-wrap > div:first-child > div {
  font-size: 24px;
  font-weight: 500;
}
.footer-form-wrap > div:nth-child(2) {
  position: relative;
  z-index: 2;
  flex-basis: 51.0483870968%;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .footer-form-wrap:before {
    width: 300px;
    height: 300px;
    right: calc(50% - 103px);
    top: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-form-wrap:before {
    width: 300px;
    height: 300px;
    right: calc(50% - 103px);
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-form-wrap:before {
    width: 200px;
    height: 200px;
    right: calc(50% - 72px);
  }
  .footer-form-wrap > div:first-child {
    padding-left: 0;
  }
  .footer-form-wrap > div:first-child > div {
    font-size: 20px;
  }
  .footer-form-wrap h2 {
    font-size: 32px;
    max-width: 342px;
  }
}
@media screen and (max-width: 800px) {
  .footer-form-wrap {
    flex-wrap: wrap;
    padding: 0 20px 80px;
    border-radius: 0;
    background-size: 100% 100%;
  }
  .footer-form-wrap:before {
    content: none;
  }
  .footer-form-wrap h2 {
    font-family: "Druk Text Wide Cyr", sans-serif;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
  }
  .footer-form-wrap > div {
    flex-basis: 100%;
  }
  .footer-form-wrap > div:first-child {
    padding: 20px 0 60px;
  }
  .footer-form-wrap > div:first-child > div {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-form-wrap > div:nth-child(2) {
    flex-basis: 100%;
    z-index: unset;
  }
  .footer-form-wrap > div:nth-child(2):before {
    content: "";
    position: absolute;
    background: url("images/star2.png") 50% 50%/contain no-repeat;
    width: 100px;
    height: 100px;
    right: -10px;
    top: -69px;
    z-index: -1;
  }
}

/*# sourceMappingURL=style.css.map */
