2024-05-23 03:04:30 +03:00

69 lines
1.9 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Эволюция автолизинга: Вместе с Boston Auto");
?>
<style>
.offer_item_boston {
width: calc(33.333% - 20px);
padding-bottom: 30px;
position: relative;
}
.offer_item_bostom img{
position: absolute;
top: 0;
left: 0;
}
</style>
<section data-page="about">
<section class="gray">
<div class="container">
<h2>Вместе с <span style="color: #e31e25;">Boston Auto</span></h2>
<div class="leasing_offers_list">
<div class="offer_item_boston">
<img src="/boston/boston.jpg" alt="">
</div>
<div class="offer_item">
<img src="/images/leasing/icon-1.svg" alt="">
<p>
<b>Параметры финансирования</b>
</p>
<ul class="custom-dots">
<li><b>Аванс от 5%</b></li>
<li>Срок <b>от 13 до 60 месяцев</b></li>
<li>Решение в день обращения</li>
</ul> </div>
<div class="offer_item">
<img src="/images/leasing/icon-2.svg" alt="">
<p>
<b>Финансовые преимущества</b>
</p>
<ul class="custom-dots">
<li>Возврат <b>20% НДС</b> от стоимости автомобиля</li>
<li>Включение в расходы лизинговых платежей</li>
<li>Любые графики под Ваши цели</li>
</ul> </div>
</div></div>
</section>
<article>
<?
$APPLICATION->IncludeComponent(
"evolution:form.leasing.nomail",
"",
[
"TITLE" => "У Вас появились вопросы?",
"SUBTITLE" => "Всё о покупке автомобилей в лизинг",
]
);
?>
</article>
</section>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>