<button id="showSupportForm" style="display: none" data-popup="#supportForm">Support Form</button>
<div id="supportForm" aria-hidden="true" class="popup">
<div class="popup__wrapper">
<div class="popup__content popup__content_no-padding" style="text-align: left">
<button data-close type="button" class="popup__close popup__close_fly"></button>
{{ include('tenants/tenant1/parts/support-form.html.twig') }}
</div>
</div>
</div>