Your IP : 216.73.216.170
<?
include_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/urlrewrite.php');
CHTTP::SetStatus("404 Not Found");
@define("ERROR_404","Y");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetPageProperty("NOT_SHOW_NAV_CHAIN", "Y");
$APPLICATION->SetPageProperty("title", GetMessage('404_TITLE'));?>
<style type="text/css">
p.page_h {
display: none;
}
</style>
<div class="page-404">
<h1>404</h1>
<p><span class="large-text"><?=GetMessage('404_PAGE_NOT_FOUND');?>,</span><?=GetMessage('404_GOTO_SECTION');?></p>
<section class="services">
<div class="inSection">
<div class="service_wrap">
<div class="item">
<a class="img" href="/company/about/" id="">
<div>
<p><?=GetMessage('404_ABOUT_US');?></p>
</div>
</a>
</div>
<div class="item">
<a class="img" href="/services/" id="">
<div>
<p><?=GetMessage('404_SERVICES');?></p>
</div>
</a>
</div>
<div class="item">
<a class="img" href="/projects/" id="">
<div>
<p><?=GetMessage('404_PROJECTS');?></p>
</div>
</a>
</div>
<div class="item">
<a class="img" href="/company/quality/" id="">
<div>
<p><?=GetMessage('404_QUALITY');?></p>
</div>
</a>
</div>
<div class="item">
<a class="img" href="/contacts/" id="">
<div>
<p><?=GetMessage('404_CONTACTS');?></p>
</div>
</a>
</div>
</div>
</div>
</section>
</div>
<?/*?>
<ul>
<?$APPLICATION->IncludeComponent(
"bitrix:menu",
"new__simpleli",
Array(
"ALLOW_MULTI_SELECT" => "N",
"DELAY" => "N",
"CHILD_MENU_TYPE" => "left",
"MAX_LEVEL" => "1",
"MENU_CACHE_GET_VARS" => array(""),
"MENU_CACHE_TIME" => "3600",
"MENU_CACHE_TYPE" => "N",
"MENU_CACHE_USE_GROUPS" => "Y",
"ROOT_MENU_TYPE" => "top",
"USE_EXT" => "N"
)
);?>
</ul>
<?
*/
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>