Your IP : 18.119.253.211
<? if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) die(); ?>
<div class="footer-mobile bem is-hide-desktop">
<div class="footer-mobile__contacts content-area">
<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/footer_contacts.php'
)); ?>
</div>
<div class="footer-mobile__social">
<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/socials.php'
)); ?>
</div>
<div class="footer-mobile__copyright">
<? $APPLICATION->IncludeComponent("bitrix:main.include", ".default", array(
"AREA_FILE_SHOW" => "file",
"PATH" => SITE_DIR . '/include/footer_copyright.php'
)); ?>
</div>
<div class="footer-mobile__devs">
Разработка сайта – <a href="http://webprofy.ru" target="_blank" class="footer__devs-link">WEBPROFY</a>
</div>
</div>