<div id="complaintModal" class="modal fade new-popup js-offer-feedback-form">
<div class="modal-dialog">
<div class="modal-content pb-0" style="max-width: 500px;padding: 37px;">
<button class="close" data-dismiss="modal"></button>
<div class="font-size-1250 sf-bold-font mb-3 text-center">Жалоба на акцию</div>
<div class="delivery-teaser-row mb-3">
<p class="text-center mb-3">Модератор рассмотрит вашу жалобу и при необходимости внесет изменения.
Пожалуйста, как можно подробнее объясните причину.</p>
<div class="delivery-teaser-row">
<div class="w-100 px-2 border border-radius-0375 text-left">
<textarea name="deliveryFeedback" class="form-control p-0 border-none"
placeholder="Ваше сообщение "
style="max-width: none !important;box-shadow: none !important;height: 200px; resize: none;"></textarea>
</div>
<div id="questions_recaptcha" class="g-recaptcha"
data-sitekey="6LdyqnMmAAAAAAE9yAUOVmdRPJhAq02-VwVBPR5i" style="margin: 11px auto;"></div>
<div class="w-100">
<label class="questions-validate d-none sf-display-font font-size-0750 color-red font-size-0750 text-red pt-2 pl-2"></label>
<button class="d-none"></button>
<button class="button mt-3 text-uppercase" type="button" id="offerFeedbackSubmit"
style="width: 325px !important;">Отправить
</button>
</div>
</div>
</div>
</div>
</div>
</div>