.how-to-form {
  position: relative;
  width: 100%;
  background: #f7f7ff;
  margin-bottom: 33px;
  overflow: hidden;
}

.how-to-form__wrap {
  padding: 44px 6%;
  position: relative;
}
.how-to-form__wrap::before {
  content: '';
  position: absolute;
  top: 90px;
  left: -32px;
  width: 85px;
  height: 79px;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='79' viewBox='0 0 85 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='56.2015' y='3.19299' width='12.239' height='66.2925' transform='rotate(26.9777 56.2015 3.19299)' fill='%235C3BFE'/%3E%3Crect x='46.7384' y='11.9801' width='10.5463' height='64.5998' transform='rotate(26.9777 46.7384 11.9801)' stroke='black' stroke-width='1.6927'/%3E%3C/svg%3E%0A");
}
.how-to-form__wrap::after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #5c3bfe;
  border-radius: 50%;
}
.how-to-form::before {
  content: '';
  position: absolute;
  top: -38px;
  right: 18px;
  width: 77px;
  height: 114px;
  background-image: url("data:image/svg+xml,%3Csvg width='77' height='114' viewBox='0 0 77 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.68311' y='19.4669' width='16.4111' height='88.8911' transform='rotate(-39.1095 1.68311 19.4669)' fill='%23FF864B'/%3E%3Crect x='6.88374' y='35.7989' width='14.7479' height='87.2278' transform='rotate(-39.1095 6.88374 35.7989)' stroke='black' stroke-width='1.66324'/%3E%3C/svg%3E%0A");
}
.how-to-form::after {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 283px;
  width: 100px;
  height: 68px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='68' viewBox='0 0 100 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='82.1318' y='1.53149' width='14.3314' height='77.6265' transform='rotate(50.2919 82.1318 1.53149)' fill='%23E1DBFF'/%3E%3Crect x='67.9177' y='6.22177' width='12.879' height='76.174' transform='rotate(50.2919 67.9177 6.22177)' stroke='black' stroke-width='1.45247'/%3E%3C/svg%3E%0A");
}
.article__content .how-to-form__title {
  text-align: center;
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 0;
}
.how-to-form__form {
  display: flex;
  position: relative;
  max-width: 645px;
  margin: 0 auto;
}
.how-to-form__form::before {
  content: '';
  position: absolute;
  top: -88px;
  left: 15%;
  width: 12px;
  height: 12px;
  background: #ff864b;
  border-radius: 50%;
}
.how-to-form__input {
  background: #ffffff;
  border: 1px solid #dadada;
  padding: 14px 20px 15px 19px;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  outline: none;
  flex-grow: 1;
}
.how-to-form__btn {
  padding: 7px 10px 7px;
  background: #5c3bfe;
  border: 1px solid #5c3bfe;
  border-radius: 0;
  display: block;
  min-height: 50px;
  margin: 0;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .how-to-form__wrap {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .how-to-form__form {
    display: flex;
    flex-direction: column;
  }
  .how-to-form__input {
    margin-bottom: 20px;
  }
  .how-to-form__form::before {
    top: -110px;
  }
  .how-to-form__wrap::before {
    top: 120px;
  }
  .how-to-form__btn {
    width: 60%;
    margin: 0 auto;
  }
}