You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
5.2 KiB
81 lines
5.2 KiB
|
|
|
|
<footer class="footer footer2">
|
|
<div class="container">
|
|
<div class="footer_block">
|
|
<div class="footer_menu">
|
|
<a href="https://cosmopet.shop/" class="footer_logo"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_logo2.svg" alt=""></a>
|
|
<div class="footer_navs">
|
|
<a href="https://cosmopet.shop/" class="footer_nav">Главная</a>
|
|
<a href="https://cosmopet.shop/produkcziya/" class="footer_nav">Продукция</a>
|
|
<!-- <a href="https://roaring-semifreddo-6d2344.netlify.app/#!" class="footer_nav">О cosmopet</a> -->
|
|
<a href="https://cosmopet.shop/chto-takoe-entoprotein/" class="footer_nav">ЭНТОПРОТЕИН</a>
|
|
<a href="https://cosmopet.shop/blog/" class="footer_nav">Блог</a>
|
|
|
|
<a href="my-account" class="footer_link"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/user.svg" alt=""></a>
|
|
<a href="cart" class="footer_link"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/shop.svg" alt=""></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer_box">
|
|
<h2 class="footer_box-title">Отзывы и предложения</h2>
|
|
<img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_line-mob.svg" alt="" class="footer_line-mob footer_line-mob1">
|
|
<img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_line.svg" alt="" class="footer_box-line1">
|
|
<a href="mailto:pro@cosmopet.shop" class="footer_box-link">pro@cosmopet.shop</a>
|
|
</div>
|
|
<div class="footer_box">
|
|
<h2 class="footer_box-title">связь с ветеринаром</h2>
|
|
<img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_line-mob2.svg" alt="" class="footer_line-mob footer_line-mob2">
|
|
<img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_line.svg" alt="" class="footer_box-line2">
|
|
<a href="mailto:vetvopros@cosmopet.shop" class="footer_box-link">vetvopros@cosmopet.shop</a>
|
|
</div>
|
|
<!-- <div class="footer_form">
|
|
<div class="footer_form-info">
|
|
<div class="footer_form-title">
|
|
<h2>Обратная связь</h2>
|
|
<img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/footer_line.svg" alt="">
|
|
</div>
|
|
<div class="footer_form-inp">
|
|
<input type="text" placeholder="ваше имя">
|
|
<input type="email" placeholder="почта">
|
|
</div>
|
|
</div>
|
|
<div class="footer_form-textarea">
|
|
<textarea placeholder="обращение"></textarea>
|
|
<button class="footer_form-btn btn--black-hover">отправить</button>
|
|
</div>
|
|
</div> -->
|
|
|
|
<?echo do_shortcode('[contact-form-7 id="c6415a9" title="GP footer form"]');?>
|
|
|
|
<div class="footer_social">
|
|
<a href="https://vk.com/cosmodog_petfood" class="footer_social-link"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/wk2.svg" alt=""></a>
|
|
<a href="https://t.me/cosmospet" class="footer_social-link"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/telegram2.svg" alt=""></a>
|
|
<a href="https://dzen.ru/cosmopet" class="footer_social-link"><img src="<?= get_template_directory_uri();?>/gp-include/assets/front-page/img/yandex2.svg" alt=""></a>
|
|
</div>
|
|
|
|
<div class="footer_bottom">
|
|
<a href="#">123182 г. Москва, 4-й Красногорский пр.,<br> д. 2/4, стр. 1, этаж/ком. 3/1</a>
|
|
<a href="https://cosmopet.shop/privacy-policy/">Соглашение о конфиденциальности</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<!-- Roistat Counter Start -->
|
|
<script>
|
|
(function(w, d, s, h, id) {
|
|
w.roistatProjectId = id; w.roistatHost = h;
|
|
var p = d.location.protocol == "https:" ? "https://" : "http://";
|
|
var u = /^.*roistat_visit=[^;]+(.*)?$/.test(d.cookie) ? "/dist/module.js" : "/api/site/1.0/"+id+"/init?referrer="+encodeURIComponent(d.location.href);
|
|
var js = d.createElement(s); js.charset="UTF-8"; js.async = 1; js.src = p+h+u; var js2 = d.getElementsByTagName(s)[0]; js2.parentNode.insertBefore(js, js2);
|
|
})(window, document, 'script', 'cloud.roistat.com', 'deb599063344e761d81d2ef6420fd8fc');
|
|
</script>
|
|
<!-- Roistat Counter End -->
|
|
|
|
<? wp_footer();?>
|
|
|