{% if siteGlobals.globals.service.code.value == 'partner' %}
{% do add_script('https://app.uiscom.ru/static/cs.min.js?k=nOdo2EiGFpQm9ziHRC0lwmfpCb7IYFx0', {'type': 'text/javascript', 'async': 'async'}) %}
{% elseif siteGlobals.globals.service.code.value == 'lawyer' %}
{% do add_script('https://app.uiscom.ru/static/cs.min.js?k=SH18VBDD4VenLGo5RMPNpLbHqWNRGfOW', {'type': 'text/javascript', 'async': 'async'}) %}
{% else %}
{% do add_script('https://app.uiscom.ru/static/cs.min.js?k=tfyqc7wOmROF_7dMFHArYDBRVAmHSPK3', {'type': 'text/javascript', 'async': 'async'}) %}
{% endif %}
{% if this.formType == 'main-2' or this.formType == 'advanced-with-name-v2' or this.formType == 'advanced-with-name-v3' %}
{% do add_script(asset('assets/js_25/component/common/support-callback-2-form.js'), {'type': 'text/javascript'}) %}
{% else %}
{% do add_script(asset('assets/js_25/component/common/support-callback-form.js'), {'type': 'text/javascript'}) %}
{% endif %}
<div data-component="support-callback-form"
data-send-form-url="{{ path('sendPhoneFromLandingPage') }}"
style="display:none;">
</div>
{% if this.formType == 'advanced-with-name' %}
{% include 'component_parts/common/callback_form/advanced-with-name.html.twig' %}
{% elseif this.formType == 'advanced-with-name-v2' %}
{% include 'component_parts/common/callback_form/advanced-with-name-v2.html.twig' %}
{% elseif this.formType == 'advanced-with-name-v3' %}
{% include 'component_parts/common/callback_form/advanced-with-name-v3.html.twig' %}
{% elseif this.formType == 'advanced' %}
{% if this.forService == 'appraiser' %}
{% include 'component_parts/common/callback_form/advanced-appraiser.html.twig' %}
{% else %}
{% include 'component_parts/common/callback_form/advanced.html.twig' %}
{% endif %}
{% elseif this.formType == 'main' or this.formType == 'main-double' %}
{% include 'component_parts/common/callback_form/main.html.twig' %}
{% elseif this.formType == 'main-2' %}
{% include 'component_parts/common/callback_form/main-2.html.twig' %}
{% endif %}