<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

use Sibirix\Base\Settings,
    Bitrix\Main\Page\Asset;

//Asset::getInstance()->addCss(P_CSS . 'compiled/style-news-full-page.css');
//Asset::getInstance()->addCss(P_CSS . 'compiled/style-news-page.css');
//Asset::getInstance()->addCss(P_CSS . 'compiled/style-work-page.css');

/* @var $APPLICATION */
$isDetail = $APPLICATION->GetCurPage() != "/customers/news/";
?>
<?= $APPLICATION->GetViewContent('MVC_OUTPUT');?>
<style>

</style>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>