{#
ID полей для работы скрипта UIS
#support-callback-form-main--client-phone
#support-callback-form-main--client-confirm-with-privacy-policy
#support-callback-form-main--submit
#}
<h2 class="price-help__title">Нужна помощь?</h2>
<p class="price-help__subtitle">
Заполните форму и с вами свяжется наш менеджер и ответит на все интересующие вас вопросы
</p>
<div class="price-help__form">
<form id="support-callback-form-{{ this.formType }}" class="form callback-form-component" method="post">
<div class="form__item">
<label class="form__label" for="support-callback-form-{{ this.formType }}--client-phone">Контактный номер*</label>
<input
id="support-callback-form-{{ this.formType }}--client-phone"
type="text"
name="phone"
class="form__input phone"
placeholder="+7(___)___-__-__"
required
/>
</div>
<div class="form__btn">
<button class="btn btn--primary submit-emulator"
type="button"
id="support-callback-form-{{ this.formType }}--submit-emulator"
>
Получить консультацию
</button>
<button
type="submit"
class="submit-real"
id="support-callback-form-{{ this.formType }}--submit"
style="display: none;"
></button>
</div>
<div class="form__checkbox">
<input class="checkbox" type="checkbox" checked required
id="support-callback-form-{{ this.formType }}--client-confirm-with-privacy-policy">
<label class="checkbox__text" for="support-callback-form-{{ this.formType }}--client-confirm-with-privacy-policy">
<p>
Я
<a href="{{ asset(uri_consent_to_the_processing_of_personal_data) }}" target="_blank">
согласен
</a>
на обработку персональных данных в соответствии с
<a href="{{ asset(uri_user_personal_data) }}" target="_blank">политикой</a>
в отношении их обработки
</p>
</label>
</div>
</form>
</div>