﻿<?php if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die(); ?>
<?php

/**
 * @global CMain $APPLICATION
 */
$page = $APPLICATION->GetCurPage();

$pageServices = preg_match("^\/services\/.*?\/^", $page);

?>


<?php if (!$pageServices) {?>

	<div class="intec-content">
		<div class="intec-content-wrapper">
			<h1>
				<?php $APPLICATION->ShowTitle(false) ?>
			</h1>
		</div>
	</div>

<?php }