$response = new \Bitrix\Main\Engine\Response\Redirect('/catalog/');
$response->setStatus('301 Moved Permanently');
$response->send();
$response = new \Bitrix\Main\Engine\Response\Redirect('/catalog/');
$response->send();
LocalRedirect('/offer/', false, '301 Moved Permanently');