<div id="modalBuyPhoneOffer" class="new-popup modal fade" style="align-content: center;">
<div class="modal-dialog modal-dialog-centered" style="margin: 0 auto;">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal"></button>
<div class="modal-info">
<div class="modal-title"></div>
<div class="modal-message">
<p class="sf-bold-font">Отлично 😉</p>
<p class="my-3">Для заказа по телефону оплатите
промокод на скидку</p>
<p class="sf-bold-font my-3">к оплате <span class="js-amount-to-pay-by-phone">{{ codeCost|number_format(2, ',') }}</span>р</p>
</div>
</div>
{% if isServerFeatureEnabled(constant('Slivki\\Enum\\SwitcherFeatures::BONUS_CODES')) and currentCity.getID() == 1 %}
<p style="font-size: 16px; margin-bottom: 25px !important;text-align: center;color:rgba(105, 105, 105, 1);margin-top: 10px">Подарки к Новому году 🎄!
<br>При оплате промокода за <span id="currentPriceLable">{{ codeCost|number_format(2, ',') }}</span>р вы получите еще два случайных на две другие акции!
<br> Делитесь с родными и друзьями! ❤️</p>
{% endif %}
<p class="my-2 sf-font font-size-1000">Выберите способ оплаты:</p>
<div id="paymentMethods"></div>
</div>
</div>
</div>