651 lines
27 KiB
Smarty
651 lines
27 KiB
Smarty
|
|
<!doctype html>
|
|||
|
|
<html lang="ru" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
|||
|
|
<head>
|
|||
|
|
|
|||
|
|
{if !$additional_title}{assign var="additional_title" value=""}{/if}
|
|||
|
|
|
|||
|
|
<base href="https://atomicgarage.ru/">
|
|||
|
|
<title>{$meta_title|escape}{if !$no_additional_title}{$additional_title}{/if}{if $smarty.get.page > 1} | страница {$smarty.get.page}{/if}</title>
|
|||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
|
|||
|
|
<meta name="description" content="{$meta_description|escape}{if $smarty.get.page > 1} - страница {$smarty.get.page}{/if}" >
|
|||
|
|
<meta name="keywords" content="{$meta_keywords|escape}{if $smarty.get.page > 1}, страница {$smarty.get.page}{/if}" >
|
|||
|
|
<meta name="yandex-verification" content="7f52b2de3668af02" />
|
|||
|
|
<meta property="og:title" content="{if $module == 'ProductsView' || $module == 'ProductView'}{$product->name|escape}{else}{$page->header|escape}{/if}" />
|
|||
|
|
<meta property="og:type" content="website" />
|
|||
|
|
<meta property="og:url" content="{$config->root_url}{url}" />
|
|||
|
|
<meta property="og:image" content="{if $module == 'ProductsView' || $module == 'ProductView'}{$product->image->filename|resize:330:300}{else}https://atomicgarage.ru/design/atomic/images/ch-logo.png{/if}" />
|
|||
|
|
{if $module == 'ProductsView' || $module == 'ProductView'}<meta property="og:description" content="{$product->annotation|strip_tags}" />{/if}
|
|||
|
|
{*<link rel="apple-touch-icon" href="/design/{$settings->theme|escape}/favicon.png">
|
|||
|
|
<link rel="icon" href="/design/{$settings->theme|escape}/favicon.png"> *}
|
|||
|
|
{*<link rel="icon" href="/design/{$settings->theme|escape}/images/ch-logo.png">*}
|
|||
|
|
<link rel="icon" href="/favicon.png">
|
|||
|
|
|
|||
|
|
{*<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/slate/bootstrap.min.css">*}
|
|||
|
|
|
|||
|
|
{*<link href="/twentytwenty-master/css/foundation.css" rel="stylesheet" type="text/css" />*}
|
|||
|
|
{*<link href="/twentytwenty-master/css/twentytwenty.css" rel="stylesheet" type="text/css" />*}
|
|||
|
|
|
|||
|
|
{if $detect->isMobile()}
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/lib/bootstrap/css/bootstrap.min.css">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/styles.css?{uniqid()}">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/mobile.css?{uniqid()}">
|
|||
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
|||
|
|
{else}
|
|||
|
|
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/lib/bootstrap/css/bootstrap.min.css">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/styles.css?{uniqid()}">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/desktop.css?{uniqid()}">
|
|||
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
|||
|
|
<script src="/sovetnik-killer.js?v=5"></script>
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
|
|||
|
|
{*if $detect->isMobile()}
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/mobile.css?{uniqid()}">
|
|||
|
|
{else}
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/desktop.css?{uniqid()}">
|
|||
|
|
{/if*}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
{if $rel_canonical}<link rel="canonical" href="{$rel_canonical}"/>{/if}
|
|||
|
|
|
|||
|
|
</head>
|
|||
|
|
<body class="{if $detect->isMobile()}{if $detect->isTablet()}mobile tablet{else}mobile{/if}{else}desktop{/if}">
|
|||
|
|
<div class="container wrapper">
|
|||
|
|
|
|||
|
|
<header>
|
|||
|
|
<div class="row top-block hidden-xs">
|
|||
|
|
<div class="col-sm-12 col-xs-12 top-menu">
|
|||
|
|
<ul>
|
|||
|
|
<li><a href="/oplata/">Способы оплаты</a></li>
|
|||
|
|
<li><a href="/o-kompanii/">О компании</a></li>
|
|||
|
|
<li><a href="/rabota-s-ur-litsami/">Работа с юр. лицами</a></li>
|
|||
|
|
<li><a href="/actions/">Акции и скидки</a></li>
|
|||
|
|
<li><a href="/sertifikaty/">Сертификаты</a></li>
|
|||
|
|
<li><a href="/video-rabot/">Видео</a></li>
|
|||
|
|
<li><a href="/user/">Личный Кабинет</a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-sm-4 col-xs-12">
|
|||
|
|
<a href="/" class="logo"><img src="/design/{$settings->theme|escape}/images/ch-logo.png" alt="logo"></a>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-8 col-xs-12">
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-sm-8 col-xs-12 hidden-xs top-contacts">
|
|||
|
|
<div class="phone"><a href="tel:+79219589000">+7 921 958-90-00</a>
|
|||
|
|
<a href="https://wa.me/79219589000"><img src="images/wa1.png" width="30"
|
|||
|
|
height="30"></a>
|
|||
|
|
</div>
|
|||
|
|
<div class="phone"><a href="tel:+79219589100">+7 921 958-91-00</a></div>
|
|||
|
|
<div class="phone"><a href="tel:+79219589200">+7 921 958-92-00</a></div>
|
|||
|
|
<!-- div class="address">Санкт-Петербург, Кондратьевский пр. , д. 17 к2к</div -->
|
|||
|
|
|
|||
|
|
<div class="address">Санкт-Петербург, Нижняя полевая улица, д.1</div>
|
|||
|
|
<div class="email"><span style="font-size:12px; margin-right:5px">ПН-ВС 10:00 - 20:00</span> <a href="mailto:info@atomicgarage.ru">info@atomicgarage.ru</a></div>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-4 col-xs-12 ai-callback">
|
|||
|
|
|
|||
|
|
{if $user}
|
|||
|
|
<span id="username"><a href="/user">{$user->name}</a>{if $group->discount>0}, ваша скидка — {$group->discount}%{/if} </span> / <a id="logout" href="/user/logout/">выйти</a>
|
|||
|
|
{else}
|
|||
|
|
<!-- noindex --><a rel="nofollow" href="/user/login/">вход</a> / <a rel="nofollow" id="register" href="/user/register/">регистрация</a><!-- /noindex -->
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
<button data-href="#callback_form" class="callme_viewform">обратный звонок</button>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="row second-line">
|
|||
|
|
<div class="col-sm-4 col-xs-12">
|
|||
|
|
<form action="/search/" style="padding:10px 0px;" class="hidden-xs" method="get">
|
|||
|
|
|
|||
|
|
<div class="input-group top-serch">
|
|||
|
|
<span class="input-group-btn"><button class="btn btn-danger btn-sm" type="submit"><span class="glyphicon glyphicon-search"></span></button></span>
|
|||
|
|
<input type="text" class="input-sm input_search" name="keyword" value="{$keyword|escape}" placeholder="Поиск по сайту">
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-4 col-xs-12">
|
|||
|
|
<div id="hidden-cart" class="hidden-xs">
|
|||
|
|
<div id="top-shopcart" class="cart">
|
|||
|
|
<div class="mobile__header--phone">
|
|||
|
|
<div class="mobile__header--phone-link">
|
|||
|
|
<a href="tel:+79219589000">+7-921-958-90-00</a>
|
|||
|
|
</div>
|
|||
|
|
<div class="mobile__header--phone-link">
|
|||
|
|
<a href="tel:+79219589100">+7-921-958-91-00</a>
|
|||
|
|
</div>
|
|||
|
|
<div class="mobile__header--phone-link">
|
|||
|
|
<a href="tel:+79219589200 ">+7-921-958-92-00</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="cart-info">
|
|||
|
|
<div onclick="javascript: window.location.href='/cart/';" style="cursor: pointer;" title="Оформить покупки">
|
|||
|
|
<div id="basket_ajax">
|
|||
|
|
<div id="cart_informer">
|
|||
|
|
{* Обновляемая аяксом корзина должна быть в отдельном файле *}
|
|||
|
|
{include file='cart_informer.tpl'}
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-4 col-xs-12">
|
|||
|
|
<ul class="social">
|
|||
|
|
<li><a href="https://wa.me/79219589000" rel="nofollow" target="_blank"><img src="images/wa1.png" width="40" height="40" alt="WhatsApp"></a>
|
|||
|
|
<li><a href="https://www.drive2.ru/o/AtomicGarage/" rel="nofollow" target="_blank"><img src="/design/atomic/images/d-logo.png" alt="Drive2"></a></li>
|
|||
|
|
<!--<li><a href="https://www.instagram.com/atomicgaragespb/" rel="nofollow" target="_blank"><img src="/design/atomic/images/instagram-logo.png" alt="Instagram"></a></li>-->
|
|||
|
|
<li><a href="https://vk.com/tuningatomicgarage" rel="nofollow" target="_blank"><img src="/design/atomic/images/vk-logo.png" alt="VK"></a></li>
|
|||
|
|
<li><a href="https://www.youtube.com/channel/UCjrEqy9OL8BX15knZJA1Gtw?view_as=subscriber" rel="nofollow" target="_blank"><img src="/design/atomic/images/youtube-logo.png" alt="YouTube"></a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
|
|||
|
|
{if $detect->isMobile()}
|
|||
|
|
|
|||
|
|
<div class="panel panel-danger collapse-panel" style="margin-bottom:0;">
|
|||
|
|
<div class="panel-heading">
|
|||
|
|
<div class="panel-title"><a href="#">Основное меню</a></div>
|
|||
|
|
</div>
|
|||
|
|
<div class="panel-body">
|
|||
|
|
<div class="v-menu">
|
|||
|
|
<ul>
|
|||
|
|
<li><a href="/">Главная</a></li>
|
|||
|
|
{foreach name=page from=$pages item=p}
|
|||
|
|
{if $p->menu_id == 1 and $p->name|escape != "Главная"}
|
|||
|
|
<li{if ($page && $page->id == $p->id) or $p->url == ' '} class="active"{/if}>
|
|||
|
|
<a href="/{$p->url}{if ($p->url != '')}/{/if}">{$p->name|escape}</a>
|
|||
|
|
</li>
|
|||
|
|
{/if}
|
|||
|
|
{/foreach}
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
{else}
|
|||
|
|
<nav class="navbar navbar-default">
|
|||
|
|
<div class="container-fluid">
|
|||
|
|
<div class="navbar-header">
|
|||
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1">
|
|||
|
|
<span class="sr-only">Toggle navigation</span>
|
|||
|
|
<span class="icon-bar"></span>
|
|||
|
|
<span class="icon-bar"></span>
|
|||
|
|
<span class="icon-bar"></span>
|
|||
|
|
</button>
|
|||
|
|
{*<a class="navbar-brand" href="/"><span class="glyphicon glyphicon-home"></span></a>*}
|
|||
|
|
</div>
|
|||
|
|
<div class="collapse navbar-collapse" id="navbar-collapse-1">
|
|||
|
|
<ul class="nav navbar-nav">
|
|||
|
|
|
|||
|
|
<li><a href="/">Главная</a></li>
|
|||
|
|
|
|||
|
|
{foreach name=page from=$pages item=p}
|
|||
|
|
{* Выводим только страницы из первого меню *}
|
|||
|
|
{if $p->menu_id == 1 and $p->name|escape != "Главная"}
|
|||
|
|
|
|||
|
|
|
|||
|
|
<li{if ($page && $page->id == $p->id) or $p->url == ' '} class="active"{/if}>
|
|||
|
|
<a href="/{$p->url}{if ($p->url != '')}/{/if}">{$p->name|escape}</a>
|
|||
|
|
</li>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
{/if}
|
|||
|
|
{/foreach}
|
|||
|
|
|
|||
|
|
</ul>
|
|||
|
|
{*<!--
|
|||
|
|
<ul class="nav navbar-nav navbar-right">
|
|||
|
|
<li>
|
|||
|
|
<form action="products?" style="width:185px; padding:10px 0px;">
|
|||
|
|
<input type="hidden" name="{if $keyword}{$keyword}{else}_keyword{/if}" value="search">
|
|||
|
|
<input type="hidden" name="keyword" value="">
|
|||
|
|
<div class="input-group">
|
|||
|
|
<input type="text" class="form-control input-sm input_search" name="keyword" value="{$keyword|escape}" placeholder="">
|
|||
|
|
<span class="input-group-btn">
|
|||
|
|
<button class="btn btn-danger btn-sm" type="submit"><span class="glyphicon glyphicon-search"></span></button>
|
|||
|
|
</span> </div>
|
|||
|
|
</form>
|
|||
|
|
</li>
|
|||
|
|
</ul>
|
|||
|
|
-->*}
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</nav>
|
|||
|
|
|
|||
|
|
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
|
|||
|
|
{* MOBILE *}
|
|||
|
|
{if $detect->isMobile() && !$detect->isTablet()}
|
|||
|
|
|
|||
|
|
{if $services_view}
|
|||
|
|
<div class="sidebar clearfix">
|
|||
|
|
{include file='sidebar_catalog.tpl'}
|
|||
|
|
</div>
|
|||
|
|
<div class="content clearfix">
|
|||
|
|
{include file='services.tpl'}
|
|||
|
|
</div>
|
|||
|
|
{else}
|
|||
|
|
<div class="sidebar clearfix">
|
|||
|
|
{include file='sidebar_catalog.tpl'}
|
|||
|
|
</div>
|
|||
|
|
<div class="content clearfix">
|
|||
|
|
{$content}
|
|||
|
|
{include file='banner/foot.banner.tpl'}
|
|||
|
|
</div>
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
{* / MOBILE *}
|
|||
|
|
{else}
|
|||
|
|
{* DESKTOP *}
|
|||
|
|
|
|||
|
|
{if $services_view}
|
|||
|
|
{include file='services.tpl'}
|
|||
|
|
{else}
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-sm-12">
|
|||
|
|
<!-- content -->
|
|||
|
|
<div class="content">
|
|||
|
|
|
|||
|
|
{$content}
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
<!-- /content -->
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
{* DESKTOP *}
|
|||
|
|
<div class="push"></div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
{if $smarty.server.REQUEST_URI!="/otzyvy/"}
|
|||
|
|
<div class="ai-form">
|
|||
|
|
<div class="container">
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-sm-6">
|
|||
|
|
<span class="map">
|
|||
|
|
<!--<script async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A59660b7030da2b410048f4751d51fe7b7c957a1120f3f2f99997df438c345256&width=535&height=350&lang=ru_RU&scroll=true"></script>-->
|
|||
|
|
{if $detect->isMobile() && !$detect->isTablet()}
|
|||
|
|
<a href="/contact/">
|
|||
|
|
<img src="/images/footer-map2.jpg">
|
|||
|
|
<!--<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A59660b7030da2b410048f4751d51fe7b7c957a1120f3f2f99997df438c345256&width=368&height=311&lang=ru_RU&scroll=false"></script>-->
|
|||
|
|
</a>
|
|||
|
|
{else}
|
|||
|
|
<!-- script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A59660b7030da2b410048f4751d51fe7b7c957a1120f3f2f99997df438c345256&width=535&height=350&lang=ru_RU&scroll=true"></script -->
|
|||
|
|
|
|||
|
|
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A5ea0cf38057404db92287e2a2c7c5c0118da61e32779ab8ffd0c1ca991a0e49d&width=535&height=350&lang=ru_RU&scroll=true"></script>
|
|||
|
|
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
</span>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-6">
|
|||
|
|
{*include file='form_order.tpl'*}
|
|||
|
|
{include file='forms/bottom.tpl'}
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
{/if}
|
|||
|
|
<footer>
|
|||
|
|
<div class="container">
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-sm-3">
|
|||
|
|
<img class="bottom-logo" src="/design/{$settings->theme|escape}/images/ch-logo.png" alt="logo">
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="col-sm-2">
|
|||
|
|
<ul class="bottom-nav">
|
|||
|
|
<li><a href="/o-kompanii/">О тюнинг центре</a></li>
|
|||
|
|
<li><a href="/rekvizity/">Наши реквизиты</a></li>
|
|||
|
|
<li><a href="/rabota-s-ur-litsami/">Работа с юр. лицами</a></li>
|
|||
|
|
<li><a href="/actions/">Акции и скидки</a></li>
|
|||
|
|
<li><a href="/vakansii/">Вакансии</a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-2">
|
|||
|
|
<ul class="bottom-nav">
|
|||
|
|
<li><a href="javascript:void(0)" class="callme_viewform">Связаться с нами</a></li>
|
|||
|
|
<li><a href="/oplata/">Способы оплаты</a></li>
|
|||
|
|
<li><a href="/garantiya-na-uslugi/">Гарантии на услуги</a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-2">
|
|||
|
|
<ul class="bottom-nav">
|
|||
|
|
<li><a href="/user/">Личный Кабинет</a></li>
|
|||
|
|
<li><a href="/sitemap/">Карта сайта</a></li>
|
|||
|
|
<li><a href="/politika-konfidentsialnosti/">Политика конфиденциальности</a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-2">
|
|||
|
|
<ul class="bottom-nav">
|
|||
|
|
<li><a href="/tuning-centr/bronirovanie-far/">Бронирование фар</a></li>
|
|||
|
|
<li><a href="/tuning-centr/polirovka-far/">Полировка фар</a></li>
|
|||
|
|
<li><a href="/tuning-centr/ustanovka-signalizacii-na-avtomobil/">Установка сигнализации</a></li>
|
|||
|
|
<li><a href="/tuning-centr/ustanovka-sabvuferov/">Установка сабвуферов</a></li>
|
|||
|
|
<li><a href="/tuning-centr/bronirovanie-plenkoj-avtomobilja/">Оклейка антигравийной пленкой</a></li>
|
|||
|
|
<li><a href="/tuning-centr/shumoizoljacija-avto/">Шумоизоляция</a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<div class="row ai-padding">
|
|||
|
|
<div class="col-sm-3">
|
|||
|
|
<div class="bottom-contacts" itemscope itemtype="http://schema.org/Organization">
|
|||
|
|
<meta itemprop="name" content="Тюнинг центр Atomic Garage">
|
|||
|
|
<div class="phone"><a href="tel:+79219589000" itemprop="telephone">+7 921 958-90-00</a></div>
|
|||
|
|
<div class="phone"><a href="tel:+79219589100" itemprop="telephone">+7 921 958-91-00</a></div>
|
|||
|
|
<div class="phone"><a href="tel:+79219589200" itemprop="telephone">+7 921 958-92-00</a></div>
|
|||
|
|
<div class="email"><a href="mailto:info@atomicgarage.ru" itemprop="email">info@atomicgarage.ru</a></div>
|
|||
|
|
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
|
|||
|
|
<div class="address" itemprop="addressLocality">194292, Санкт-Петербург,</div>
|
|||
|
|
<!-- div class="address" itemprop="streetAddress">Кондратьевский пр. , д. 17 к2к</div -->
|
|||
|
|
|
|||
|
|
<div class="address" itemprop="streetAddress">Нижняя Полевая ул., д.1</div>
|
|||
|
|
<div class="address" itemprop="streetAddress">Пн-Вс 10:00 - 20:00</div>
|
|||
|
|
<div class="address" itemprop="streetAddress">ИНН 780231374980</div>
|
|||
|
|
<div class="address" itemprop="streetAddress">ОГРНИП 312784710800101</div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-6">
|
|||
|
|
<img src="/design/{$settings->theme|escape}/images/card-icons.png" alt="">
|
|||
|
|
</div>
|
|||
|
|
<div class="col-sm-3">
|
|||
|
|
<ul class="social">
|
|||
|
|
<li><a href="https://www.drive2.ru/o/AtomicGarage/" rel="nofollow" target="_blank"><img src="/design/atomic/images/d-logo.png" alt="Drive2"></a></li>
|
|||
|
|
<!--<li><a href="https://www.instagram.com/atomicgaragespb/" rel="nofollow" target="_blank"><img src="/design/atomic/images/instagram-logo.png" alt="Instagram"></a></li>-->
|
|||
|
|
<li><a href="https://vk.com/tuningatomicgarage" rel="nofollow" target="_blank"><img src="/design/atomic/images/vk-logo.png" alt="VK"></a></li>
|
|||
|
|
<li><a href="https://www.youtube.com/channel/UCjrEqy9OL8BX15knZJA1Gtw?view_as=subscriber" rel="nofollow" target="_blank"><img src="/design/atomic/images/youtube-logo.png" alt="YouTube"></a></li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
<div class="row">
|
|||
|
|
|
|||
|
|
<div class="col-sm-12 ai-copyright">
|
|||
|
|
<div class="copyright text-center">© <span>Тюнинг центр ATOMICGARAGE 2017-2023 </span><br>Тюнинг и ремонт автомобильной оптики любой сложности.<br>Восстановление и улучшение качества света.<br>Комплексное обслуживание авто.</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div id="back-top"><i class="fa fa-chevron-up"></i></div>
|
|||
|
|
</footer>
|
|||
|
|
|
|||
|
|
|
|||
|
|
{*if $detect->isMobile()}
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/lib/bootstrap/css/bootstrap.min.css">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/styles.css?{uniqid()}">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/css/mobile.css?{uniqid()}">
|
|||
|
|
<cript src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
|||
|
|
|
|||
|
|
<script src="/sovetnik-killer.js?v=5"></script>
|
|||
|
|
{/if*}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css" media="screen">
|
|||
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.js"></script>
|
|||
|
|
|
|||
|
|
<!--
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="/js/fancybox3/jquery.fancybox.css" media="screen">
|
|||
|
|
<script src="/js/fancybox3/jquery.fancybox.min.js"></script>
|
|||
|
|
-->
|
|||
|
|
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="/design/{$settings->theme|escape}/js/sm.slider/smslider.css" media="screen">
|
|||
|
|
{*<link rel="stylesheet" property="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">*}
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="/lib/font-awesome-4.7.0/css/font-awesome.min.css">
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="/js/baloon/css/baloon.css">
|
|||
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" async></script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/jquery.flexslider-min.js"></script>
|
|||
|
|
<script>
|
|||
|
|
{literal}
|
|||
|
|
|
|||
|
|
$('.content table:not("form table")').removeAttr('style').removeAttr('class').removeAttr('border').removeAttr('cellpadding').removeAttr('cellspacing').removeAttr('align').addClass('table table-striped table-bordered');
|
|||
|
|
|
|||
|
|
$(function() {
|
|||
|
|
$('[data-js-style]').each(function(){
|
|||
|
|
$(this).attr('style', $(this).attr('data-js-style'));
|
|||
|
|
});
|
|||
|
|
$('.flexslider').flexslider();
|
|||
|
|
$('.flex-control-nav').addClass('pagination pagination-sm');
|
|||
|
|
});
|
|||
|
|
{/literal}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
|
|||
|
|
$("#back-top").hide();
|
|||
|
|
// fade in #back-top
|
|||
|
|
$(window).scroll(function () {
|
|||
|
|
if ($(this).scrollTop() > 100)
|
|||
|
|
{
|
|||
|
|
$('#back-top').fadeIn();
|
|||
|
|
if ($('#bas_items').text() != "пока нет товаров")
|
|||
|
|
{
|
|||
|
|
$('#xcart').addClass("flatrow");
|
|||
|
|
$('.tableFloatingHeader').css('top','50px');
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
else
|
|||
|
|
{
|
|||
|
|
$('#back-top').fadeOut();
|
|||
|
|
$('#xcart').removeClass("flatrow");
|
|||
|
|
$('.tableFloatingHeader').css('top','0px');
|
|||
|
|
}
|
|||
|
|
});
|
|||
|
|
// scroll body to 0px on click
|
|||
|
|
$('#back-top').click(function () {
|
|||
|
|
$('body,html').animate({
|
|||
|
|
scrollTop: 0
|
|||
|
|
}, 800);
|
|||
|
|
});
|
|||
|
|
|
|||
|
|
</script>
|
|||
|
|
<script src="/lib/jquery.maskedinput.min.js" async></script>
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/extra.js?v=262"></script>
|
|||
|
|
{*<script src="//vk.com/js/api/openapi.js?115"></script>*}
|
|||
|
|
<script src="/js/ctrlnavigate.js" async></script>
|
|||
|
|
<!--<script src="/design/{$settings->theme|escape}/js/jquery-ui.min.js"></script>-->
|
|||
|
|
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/ajax_cart.js?v=2"></script>
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/shopcart-view.js?{uniqid()}"></script>
|
|||
|
|
<script src="/js/baloon/js/baloon.js?v=2" async></script>
|
|||
|
|
{*
|
|||
|
|
<link property="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" rel="stylesheet">
|
|||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
|
|||
|
|
*}
|
|||
|
|
<script src="/feedback/js/jquery-ui.min.js"></script>
|
|||
|
|
<script src="/feedback/js/uploader.js"></script>
|
|||
|
|
<script src="/feedback/js/feedback.js"></script>
|
|||
|
|
<script src="/js/autocomplete/jquery.autocomplete-min.js"></script>
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/sm.slider/jquery.smslider.min.js"></script>
|
|||
|
|
{if $smarty.session.admin == 'admin'}
|
|||
|
|
<script src="/js/admintooltip/admintooltip.js" async></script>
|
|||
|
|
{/if}
|
|||
|
|
{if $detect->isMobile() && !$detect->isTablet()}
|
|||
|
|
<script src="/design/{$settings->theme|escape}/js/collapse-panel.js?v=42" async></script>
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
|
|||
|
|
{literal}
|
|||
|
|
<script>
|
|||
|
|
$(function(){
|
|||
|
|
|
|||
|
|
$('a.fancybox').each(function(){
|
|||
|
|
var $this = $(this);
|
|||
|
|
if(typeof $this.attr('data-rel') != 'undefined') $this.attr('rel', $this.attr('data-rel'));
|
|||
|
|
})
|
|||
|
|
|
|||
|
|
$('.fancybox').fancybox({
|
|||
|
|
helpers: {
|
|||
|
|
overlay: {
|
|||
|
|
locked: false
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
});
|
|||
|
|
|
|||
|
|
//console.log(Notification);
|
|||
|
|
});
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
{/literal}
|
|||
|
|
|
|||
|
|
{*
|
|||
|
|
<script src="/feedback/js/jquery-ui.min.js"></script>
|
|||
|
|
<script src="/feedback/js/uploader.js"></script>
|
|||
|
|
<script src="/feedback/js/feedback.js"></script>*}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
{if !$detect->isMobile()}
|
|||
|
|
<link rel="stylesheet" property="stylesheet" type="text/css" href="/design/carheart/js/bxslider/jquery.bxslider.min.css">
|
|||
|
|
<script src="/design/carheart/js/bxslider/jquery.bxslider.min.js"></script>
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
{if $smarty.session.admin == 'admin'}<script src="/feedback/feedback_admin.js"></script>{/if}
|
|||
|
|
|
|||
|
|
{*
|
|||
|
|
<a href="/catalog/" id="right-cat-btn" style="display:none" rel="nofollow" target="_blank">
|
|||
|
|
<span>Каталог продукции</span>
|
|||
|
|
</a> *}
|
|||
|
|
<script src="/modal-form/mask.js"></script>
|
|||
|
|
<script src="/modal-form/callbackForm.js?v=324"></script>
|
|||
|
|
{include file='forms/callback.tpl'}
|
|||
|
|
{literal}
|
|||
|
|
<!-- noindex -->
|
|||
|
|
<!-- Yandex.Metrika counter -->
|
|||
|
|
<script type="text/javascript" >
|
|||
|
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
|||
|
|
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
|||
|
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
|||
|
|
|
|||
|
|
ym(47497642, "init", {
|
|||
|
|
id:47497642,
|
|||
|
|
clickmap:true,
|
|||
|
|
trackLinks:true,
|
|||
|
|
accurateTrackBounce:true,
|
|||
|
|
webvisor:true,
|
|||
|
|
ecommerce:"dataLayer"
|
|||
|
|
});
|
|||
|
|
</script>
|
|||
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/47497642" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|||
|
|
<!-- /Yandex.Metrika counter -->
|
|||
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|||
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113336118-1"></script>
|
|||
|
|
<script>
|
|||
|
|
window.dataLayer = window.dataLayer || [];
|
|||
|
|
function gtag(){dataLayer.push(arguments);}
|
|||
|
|
gtag('js', new Date());
|
|||
|
|
|
|||
|
|
gtag('config', 'UA-113336118-1');
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
{/literal}
|
|||
|
|
{*
|
|||
|
|
<div style="display:none;">
|
|||
|
|
<!--LiveInternet counter--><script>
|
|||
|
|
document.write("<a href='//www.liveinternet.ru/click' "+
|
|||
|
|
"target=_blank><img src='//counter.yadro.ru/hit?t41.5;r"+
|
|||
|
|
escape(document.referrer)+((typeof(screen)=="undefined")?"":
|
|||
|
|
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
|
|||
|
|
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
|
|||
|
|
";h"+escape(document.title.substring(0,150))+";"+Math.random()+
|
|||
|
|
"' alt='' title='LiveInternet' "+
|
|||
|
|
"border='0' width='31' height='31'><\/a>")
|
|||
|
|
</script><!--/LiveInternet-->
|
|||
|
|
</div>
|
|||
|
|
<!-- Top100 (Kraken) Counter -->
|
|||
|
|
<script>
|
|||
|
|
(function (w, d, c) {
|
|||
|
|
(w[c] = w[c] || []).push(function() {
|
|||
|
|
var options = {
|
|||
|
|
project: 5753275,
|
|||
|
|
};
|
|||
|
|
try {
|
|||
|
|
w.top100Counter = new top100(options);
|
|||
|
|
} catch(e) { }
|
|||
|
|
});
|
|||
|
|
var n = d.getElementsByTagName("script")[0],
|
|||
|
|
s = d.createElement("script"),
|
|||
|
|
f = function () { n.parentNode.insertBefore(s, n); };
|
|||
|
|
s.type = "text/javascript";
|
|||
|
|
s.async = true;
|
|||
|
|
s.src =
|
|||
|
|
(d.location.protocol == "https:" ? "https:" : "http:") +
|
|||
|
|
"//st.top100.ru/top100/top100.js";
|
|||
|
|
|
|||
|
|
if (w.opera == "[object Opera]") {
|
|||
|
|
d.addEventListener("DOMContentLoaded", f, false);
|
|||
|
|
} else { f(); }
|
|||
|
|
})(window, document, "_top100q");
|
|||
|
|
</script>
|
|||
|
|
<noscript>
|
|||
|
|
<img src="//counter.rambler.ru/top100.cnt?pid=5753275" alt="" />
|
|||
|
|
</noscript>
|
|||
|
|
<!-- END Top100 (Kraken) Counter -->
|
|||
|
|
*}
|
|||
|
|
|
|||
|
|
{literal}
|
|||
|
|
<script>
|
|||
|
|
function yandexReachGoal(target){ //console.log(target); // _ym_debug=1
|
|||
|
|
if(typeof ym != 'undefined') ym(47497642, 'reachGoal', target);
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
<script src="https://yastatic.net/es5-shims/0.0.2/es5-shims.min.js"></script>
|
|||
|
|
<script src="https://yastatic.net/share2/share.js"></script>
|
|||
|
|
|
|||
|
|
<!-- /noindex -->
|
|||
|
|
{/literal}
|
|||
|
|
|
|||
|
|
<script src="/js/sxValidator.js?v=22"></script>
|
|||
|
|
|
|||
|
|
{if $smarty.session.admin == 'admin'}
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/js/admintooltip/css/admintooltip.css" >
|
|||
|
|
{/if}
|
|||
|
|
|
|||
|
|
<!-- Begin Verbox {literal} -->
|
|||
|
|
<script id="supportScript" async="" src="//admin.verbox.ru/support/support.js?h=8345a3da2b2f80737b77e8bac7ab1528"></script>
|
|||
|
|
<!-- {/literal} End Verbox -->
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
</body>
|
|||
|
|
</html>
|