Your IP : 18.118.151.93


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/blocks/bitrix/69.2.requisites/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/blocks/bitrix/69.2.requisites/block.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

/**
 * @var \CMain $APPLICATION
 */
?>

<section class="landing-block g-bg g-pt-25 g-pb-25" style="--bg: #eef2f4;">
	<div class="landing-block-container g-max-width-container g-color" style="--color: #333333;">
		<?php
		$APPLICATION->IncludeComponent(
			'bitrix:landing.blocks.crm_requisites',
			'',
			[
				'TYPE' => 'REQUISITES',
				'REQUISITE' => '',
			]
		);
		?>
	</div>
</section>