.all-operations {
  font-size: 18px;
  text-decoration: underline;
  margin-top: 35px;
}

.details {
  display: flex;
  gap: 20px;
}
@media (max-width: 700px) {
  .details {
    flex-direction: column;
  }
}
.details .form-part {
  width: 30%;
}
@media (max-width: 700px) {
  .details .form-part {
    width: 100%;
  }
}

.gap-title {
  margin-top: 50px;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 700px) {
  .form-title {
    margin-bottom: 20px;
  }
}

.myform-checkboxes input[type=checkbox] {
  height: 13px !important;
  width: 13px !important;
}

.myform-amounts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.custom-sum-wrapper {
  margin-inline-start: 20px;
}

.iframe-wrapper {
  display: none;
  margin-top: 50px;
}

.form-wrapper .wpcf7-submit {
  display: none !important;
}

@media (max-width: 700px) {
  .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 700px) {
  .wpcf7-list-item {
    margin: 0px;
  }
}

.contact-wrapper .content-wrapper .on-left .form-wrapper form {
  direction: rtl;
}

.progs-wrapper > :nth-child(4) {
  background-color: black;
}/*# sourceMappingURL=custom.css.map */