<? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
    die();
/** @var array $arParams */
/** @var array $arResult */
/** @global CMain $APPLICATION */
/** @global CUser $USER */
/** @global CDatabase $DB */
/** @var CBitrixComponentTemplate $this */
/** @var string $templateName */
/** @var string $templateFile */
/** @var string $templateFolder */
/** @var string $componentPath */
/** @var CBitrixComponent $component */
$this->setFrameMode(true);
?>

<? if($arParams['~TITLE']): ?>
<section class="new-priceblock" style="background-image: url(<?= $arParams['~IMG']; ?>);">
    <div class="container">
        <div class="new-priceblock__title">
        <?= $arParams['~TITLE']; ?>
        </div>
        <a href="#price" class="new-priceblock__btn">узнать стоимость</a>
    </div>
</section>
<? endif; ?>