- {% extends '@Core/DCSite/core-dc-template.html.twig' %}
- {% block head %}
-     <meta name="facebook-domain-verification" content="p0hoq41os7dpggz2826dy1vpgxpvey" />
-     <link rel="icon" href="{{ asset('bundles/dcsite/img/suzuki/favicon.ico') }}" type="image/x-icon" />
-     {% block seo %}
-     {% endblock seo %}
-     <meta name="google-site-verification" content="_GAHCI6uLSMaQ77ZtFNpQECn5UGLhV_r7wBnRjfavq0" />
-     <meta name="google-site-verification" content="neAqM24Bf2cd7ouC68fjEQDiEjwm65MlNjKuh4UZaMU" />
-     {% include '@DcSite/Suzuki/preloader-css.html.twig' %}
-     {% if INCLUDE_ANALYTICS %}
-         {% include '@DcSite/Modules/google-tag-manager.html.twig' with { 'domain': dealer.domain, 'gtmIdCode': 'GTM-5DR5JV5' } %}
-     {% endif %}
-     <script type="text/javascript">
-         (function (d,s,u,e,p) {
-           p=d.getElementsByTagName(s)[0],e=d.createElement(s),e.async=1,e.src=u,p.parentNode.insertBefore(e, p);
-         })(document, 'script', 'https://script.ringostat.com/v4/42/4234e6b6d20b1be1e743cf20ad1e021990d13c32.js');
-         var pw = function() {if (typeof(ringostatAnalytics) === "undefined") {setTimeout(pw,100);} else {ringostatAnalytics.sendHit('pageview');}};
-         pw();
-     </script>
- {% endblock head %}
- {% block body %}
-     {% if INCLUDE_ANALYTICS %}
-     <!-- Google Tag Manager (noscript) -->
-     <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5DR5JV5"
-                       height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
-     <!-- End Google Tag Manager (noscript) -->
-     {% endif %}
-     <div class="container-fluid h-100">
-         <div class="row h-100 flex-column flex-nowrap">
-             {% include '@DcSite/Suzuki/header.html.twig' %}
-             <main>
-                 {% block content %}
-                 {% endblock content %}
-             </main>
-             {% include '@DcSite/Suzuki/footer-new.html.twig' %}
-             {% include '@DcSite/Suzuki/leads.html.twig' %}
-             {% include '@DcSiteBundle/Modules/callback/widget.html.twig' %}
-             {% include '@DcSite/Modules/sps-popup.html.twig' %}
- {#            {% include '@My/Modules/cookies-warning.html.twig' %}#}
-         </div>
-     </div>
-     <div id="vidi-pulse" style="display: none;">
-         <div class="pulse1"></div>
-         <a class="pulse-icon" href="tel:+380442247700"></a>
-     </div>
-     {% block css %}
-     {% endblock %}
- {% endblock body %}
- {% block coreBottomJs %}
-     {% include '@DcSite/Modules/suChat/index.html.twig' with {'chatCode' : '6f308fc1-59b9-4f68-a500-5149decc0a58'} %}
-     <script>
-         app.onCustomEvent('coreCssLoaded', function () {
-             $('#preloader').hide();
-         });
-         app.onCustomEvent('appInit', function () {
-             app.loadCss('{{ asset('/bundles/dcsite/css/suzuki/style.css') }}');
-             app.loadCss('{{ asset('/bundles/dcsite/css/suzuki/modules/color.css') }}');
-             app.loadCss('{{ asset('/bundles/dcsite/css/suzuki/modules/btn.css') }}');
-             app.loadCss('{{ asset('/bundles/dcsite/css/suzuki/modules/lead-magnets.css') }}');
-             app.loadCss('{{ asset('/bundles/dcsite/css/modules/callback/timer-call.css') }}');
-             $('.dropdown-menu').on('click', function (e) {
-                 if ($(this).hasClass('dropdown-menu-open')) {
-                     e.stopPropagation();
-                 }
-             });
-             $('.navbar-toggler').on('click', function () {
-                 $(this).toggleClass('collapsed');
-                 $('#mainNav').toggleClass('collapse');
-             });
-             $('.dropdown-menu').on('click', function (e) {
-                 if ($(this).hasClass('dropdown-menu-open')) {
-                     e.stopPropagation();
-                 }
-             });
-             app.loadJs('/bundles/dcsite/js/modules/callback/callback-vue.js', function () {
-                 callbackRequest({
-                     initUrl: '{{ path('callback_widget_init') }}',
-                     createUrl: '{{ path('callback_widget_create_request') }}',
-                     getStateUrl: '{{ path('callback_widget_get_state') }}',
-                     privacyUrl: '{{ privacyUrl }}',
-                     callBackMinute: '{{ 'callback_widget.title'|trans({}, 'dc_base')|raw }}',
-                     callBackWorkingHours: '{{ 'callback_widget.working_hours'|trans({}, 'dc_base') }}',
-                 });
-             });
-             {#app.loadJs('{{ asset('bundles/my/js/cookies-warning.js') }}', function () {#}
-             {#    initCookiesWarning({#}
-             {#        policyUrl: "{{ privacyUrl }}",#}
-             {#    });#}
-             {#});#}
-             (function() {
-                 "use strict";
-                 var toggles = document.querySelectorAll(".c-hamburger");
-                 for (var i = toggles.length - 1; i >= 0; i--) {
-                     var toggle = toggles[i];
-                     toggleHandler(toggle);
-                 };
-                 function toggleHandler(toggle) {
-                     toggle.addEventListener( "click", function(e) {
-                         e.preventDefault();
-                         (this.classList.contains("is-active") === true) ? this.classList.remove("is-active") : this.classList.add("is-active");
-                     });
-                 }
-             })();
-             $('.js-scroll-link').click(function(e) {
-                 e.preventDefault();
-                 var blockId = $(this).attr('href');
-                 $('html, body').stop().animate({
-                     scrollTop: $(blockId).offset().top-50
-                 }, 750);
-             });
-         });
-     </script>
-     <script type="application/ld+json">
-         {
-             "@context": "https://schema.org/",
-             "@type": "WebSite",
-             "name": "{{ dealer.brand.name }}",
-             "url": "{{ app.request.uri }}"
-         }
-     </script>
-     <script type="application/ld+json">
- {
-   "@context": "https://schema.org",
-   "@type": "AutoDealer",
-   "name": "{{ dealer.brand.name }}",
-   "image": "//{{ app.request.httpHost }}{{ sonata_path(dealer.brand.logo, 'reference') }}",
-   "url": "{{ app.request.uri }}",
-   "telephone": "{{ dealer.phone }}",
-   "address": {
-     "@type": "PostalAddress",
-     "streetAddress": " {{ dealer.addressUa }}",
-     "addressLocality": "Київ"
-   },
-   "sameAs": [
-     "{{ dealer.linkFacebook }}",
-     "{{ dealer.linkInstagram }}",
-     "{{ dealer.linkYoutube }}"
-   ]
- }
-     </script>
-     <script type="application/ld+json">
-         {
-             "@context": "https://schema.org",
-             "@type": "Organization",
-             "url": "{{ app.request.uri }}",
-             "logo": "{{ absolute_url(asset('bundles/dcsite/img/suzuki/logo-suzuki.jpg')) }}"
-         }
-     </script>
-     {% block pageJS %}
-     {% endblock pageJS %}
- {% endblock coreBottomJs %}