<?php
include_once ('../core/base.php');
include_once ('../core/head.php');
echo '<div class = "notice_container">
<div class = "gborder notice_alert alert-success">
<center>
Электронный адрес нашей компании: support@mgush.mobi</br>
Адрес нашей компании: г. Иркутск, октябрьский р-н, Дзержинского 25
</center>
</div>
</div>';
include_once ('../core/foot.php');