2021-04-09 21:35:22 +05:00

22 lines
935 B
PHP

<?php
/**
* Template Name: Контакты/Contacts
*/
?>
<?php get_header(); ?>
<div class="page contacts">
<?php
get_template_part( 'parts/page-header');
get_template_part( 'parts/contacts/contacts-text');
?>
<div class="contacts-map armanty_map_desktop" style="">
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Af18ed4c0cd95416d562fde1c5e3dc89675e160302780e8f981fc5f8fc709412f&amp;width=1280&amp;height=720&amp;lang=ru_RU&amp;scroll=true"></script>
</div>
<div class="contacts-map armanty_map_mobile" style="">
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A4ce98d9dce69d7b215cc3206427d64224c40b45b58131a2522b9b52668eb89ab&amp;width=500&amp;height=400&amp;lang=ru_RU&amp;scroll=true"></script>
</div>
</div>
<?php get_footer(); ?>