.form-make-money-block__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 30px; }
.form-make-money-block__form {
  width: 570px;
  background: var(--tekst-second---main-text);
  border-radius: 30px;
  padding: 46px 50px;
  position: relative; }
  .form-make-money-block__form::before {
    content: "";
    width: 445px;
    height: 100%;
    background-image: url("./images/form-bg.png");
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -21.5%;
    z-index: -1; }
  .form-make-money-block__form .form {
    --bg-input: var(--fon-bg); }
    .form-make-money-block__form .form > *:not(:last-child) {
      margin-bottom: 10px; }
    .form-make-money-block__form .form .label span {
      font: var(--font-p2-400);
      left: 19px; }
    .form-make-money-block__form .form input:not([type=submit]):not([type=checkbox]) {
      height: 50px;
      padding: 26px 19px 9px; }
    .form-make-money-block__form .form .form__select-wrap .select2-container .select2-selection--single {
      height: 50px; }
    .form-make-money-block__form .form .form__select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
      font: var(--font-p2-400); }
    .form-make-money-block__form .form__btn {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
      .form-make-money-block__form .form__btn .btn {
        font-size: 16px;
        padding: 15px 27px; }
.form-make-money-block__title:not(:last-child) {
  margin-bottom: 20px; }
.form-make-money-block__subtitle:not(:last-child) {
  margin-bottom: 10px; }
.form-make-money-block__list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto; }
  .form-make-money-block__list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 0;
    text-align: left; }
    .form-make-money-block__list-item::before {
      content: "";
      width: 20px;
      height: 20px;
      mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H5V12H0V7ZM5 12H10V17H5V12ZM10 7H15V12H10V7ZM15 2H20V7H15V2Z' fill='%2330AB32' /%3E%3C/svg%3E");
      background-color: var(--elementy-primary);
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      flex-shrink: 0; }
.form-make-money-block__text-content {
  flex: 1;
  width: 100%; }

@media (max-width: 991px) {
  .form-make-money-block__form {
    width: 480px;
    padding: 26px 30px; }
  .form-make-money-block__wrap {
    gap: 15px; } }
@media (max-width: 767px) {
  .form-make-money-block__wrap {
    flex-direction: column;
    align-items: flex-start; }
  .form-make-money-block__form {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 575px) {
  .form-make-money-block__form .form__btn {
    margin-top: 15px; }
  .form-make-money-block__form .form .form__select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: var(--font-p4); }
  .form-make-money-block__form .form input:not([type=submit]):not([type=checkbox]) {
    font: var(--font-p4); }
  .form-make-money-block__form .form .label span {
    font: var(--font-p4); }
  .form-make-money-block__form .form .label__caption {
    padding: 3px 10px 3px 12px; }
    .form-make-money-block__form .form .label__caption * {
      font-size: 10px; } }

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