var/cache/dev/twig/41/41028a59e7e3392772be49aa842853663cd48dd1ee66eadbe4e5e92ec5fc2d47.php line 430

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* application/layout.html.twig */
  15. class __TwigTemplate_907db1589121684e5876545efdbed81164c427ddede643828df18e8e7109b70c extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.             'header_class' => [$this'block_header_class'],
  26.             'content' => [$this'block_content'],
  27.             'popups' => [$this'block_popups'],
  28.             'scripts' => [$this'block_scripts'],
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/layout.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/layout.html.twig"));
  38.         // line 1
  39.         yield "<!DOCTYPE html>
  40. <html lang=\"ru\">
  41. <head>
  42.     <meta charset=\"UTF-8\">
  43.     ";
  44.         // line 5
  45.         if ((array_key_exists("seoTitle"$context) && (isset($context["seoTitle"]) || array_key_exists("seoTitle"$context) ? $context["seoTitle"] : (function () { throw new RuntimeError('Variable "seoTitle" does not exist.'5$this->source); })()))) {
  46.             // line 6
  47.             yield "        <title>";
  48.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["seoTitle"]) || array_key_exists("seoTitle"$context) ? $context["seoTitle"] : (function () { throw new RuntimeError('Variable "seoTitle" does not exist.'6$this->source); })()), "html"nulltrue);
  49.             yield "</title>
  50.     ";
  51.         }
  52.         // line 8
  53.         yield "
  54.     ";
  55.         // line 9
  56.         if ((array_key_exists("seoDescription"$context) && (isset($context["seoDescription"]) || array_key_exists("seoDescription"$context) ? $context["seoDescription"] : (function () { throw new RuntimeError('Variable "seoDescription" does not exist.'9$this->source); })()))) {
  57.             // line 10
  58.             yield "        <meta name=\"description\" content=\"";
  59.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["seoDescription"]) || array_key_exists("seoDescription"$context) ? $context["seoDescription"] : (function () { throw new RuntimeError('Variable "seoDescription" does not exist.'10$this->source); })()), "html"nulltrue);
  60.             yield "\">
  61.     ";
  62.         }
  63.         // line 12
  64.         yield "
  65.     ";
  66.         // line 13
  67.         if ((array_key_exists("seoKeywords"$context) && (isset($context["seoKeywords"]) || array_key_exists("seoKeywords"$context) ? $context["seoKeywords"] : (function () { throw new RuntimeError('Variable "seoKeywords" does not exist.'13$this->source); })()))) {
  68.             // line 14
  69.             yield "        <meta name=\"keywords\" content=\"";
  70.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["seoKeywords"]) || array_key_exists("seoKeywords"$context) ? $context["seoKeywords"] : (function () { throw new RuntimeError('Variable "seoKeywords" does not exist.'14$this->source); })()), "html"nulltrue);
  71.             yield "\">
  72.     ";
  73.         }
  74.         // line 16
  75.         yield "
  76.     <link href=\"";
  77.         // line 17
  78.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'17$this->source); })()), "request", [], "any"falsefalsefalse17), "schemeAndHttpHost", [], "any"falsefalsefalse17) . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'17$this->source); })()), "request", [], "any"falsefalsefalse17), "pathInfo", [], "any"falsefalsefalse17)), "html"nulltrue);
  79.         yield "\" rel=\"canonical\">
  80.     ";
  81.         // line 19
  82.         if (array_key_exists("headMeta"$context)) {
  83.             // line 20
  84.             yield "        ";
  85.             $context['_parent'] = $context;
  86.             $context['_seq'] = CoreExtension::ensureTraversable((isset($context["headMeta"]) || array_key_exists("headMeta"$context) ? $context["headMeta"] : (function () { throw new RuntimeError('Variable "headMeta" does not exist.'20$this->source); })()));
  87.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  88.                 // line 21
  89.                 yield "            <meta property=\"";
  90.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["item"], "property", [], "any"falsefalsefalse21), "html"nulltrue);
  91.                 yield "\" content=\"";
  92.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["item"], "content", [], "any"falsefalsefalse21), "html"nulltrue);
  93.                 yield "\">
  94.         ";
  95.             }
  96.             $_parent $context['_parent'];
  97.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  98.             $context array_intersect_key($context$_parent) + $_parent;
  99.             // line 23
  100.             yield "    ";
  101.         } else {
  102.             // line 24
  103.             yield "        <meta property=\"og:type\" content=\"website\">
  104.         <meta property=\"og:url\" content=\"";
  105.             // line 25
  106.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'25$this->source); })()), "request", [], "any"falsefalsefalse25), "uri", [], "any"falsefalsefalse25), "html"nulltrue);
  107.             yield "\">
  108.         <meta property=\"og:title\" content=\"Decostore\">
  109.         <meta property=\"og:description\" content=\"Оптовые и розничные продажи декоративных отделочных материалов\">
  110.         <meta property=\"og:image\" content=\"/img/cover.png\">
  111.         <meta property=\"og:image:type\" content=\"image/png\">
  112.         <meta property=\"og:image:width\" content=\"1200\">
  113.         <meta property=\"og:image:height\" content=\"630\">
  114.         <meta property=\"twitter:card\" content=\"summary_large_image\">
  115.     ";
  116.         }
  117.         // line 34
  118.         yield "
  119.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  120.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  121.     <link rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\">
  122.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  123.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  124.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  125.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  126.     <link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#222F59\">
  127.     <meta name=\"msapplication-TileColor\" content=\"#222f59\">
  128.     <meta name=\"theme-color\" content=\"#ffffff\">
  129.     <link rel=\"stylesheet\" href=\"/css/style.min.css?4\">
  130.     <script src=\"//unpkg.com/alpinejs\" defer></script>
  131.     
  132. <!-- Google Tag Manager -->
  133.     
  134.     <script>
  135.         document.addEventListener('DOMContentLoaded', () => {
  136.             /** init gtm after 3500 seconds - this could be adjusted */
  137.             setTimeout(initGTM, 3500);
  138.         });
  139.         document.addEventListener('scroll', initGTMOnEvent);
  140.         document.addEventListener('mousemove', initGTMOnEvent);
  141.         document.addEventListener('touchstart', initGTMOnEvent);
  142.     
  143.         function initGTMOnEvent (event) {
  144.             initGTM();
  145.             event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
  146.         }
  147.     
  148.         function initGTM () {
  149.             if (window.gtmDidInit) {
  150.                 return false;
  151.             }
  152.             window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
  153.             const script = document.createElement('script');
  154.             script.type = 'text/javascript';
  155.             script.async = true;
  156.             script.onload = () => { dataLayer.push({ event: 'gtm.js', 'gtm.start': (new Date()).getTime(), 'gtm.uniqueEventId': 0 }); } // this part ensures PageViews is always tracked
  157.             script.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-53CS9H5';
  158.     
  159.             document.head.appendChild(script);
  160.         }
  161.     </script>
  162.     
  163.     <!-- End Google Tag Manager -->    
  164.     
  165.     
  166.     
  167.     
  168.     
  169. </head>
  170. <body>
  171. <!-- Google Tag Manager (noscript) -->
  172. <!-- <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-53CS9H5\"
  173.                   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript> -->
  174. <!-- End Google Tag Manager (noscript) -->
  175. <div class=\"wrapper\">
  176.     <header id=\"header\" class=\"header ";
  177.         // line 101
  178.         yield from $this->unwrap()->yieldBlock('header_class'$context$blocks);
  179.         yield "\">
  180.         <div class=\"container\">
  181.             <div class=\"helpnav\">
  182.                 <div class=\"helpnav__left\">
  183.                     <a href=\"\" class=\"helpnav__item location\">
  184.                         <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 6.25A1.875 1.875 0 1 0 10 10a1.875 1.875 0 0 0 0-3.75zM6.875 8.125a3.125 3.125 0 1 1 6.25 0 3.125 3.125 0 0 1-6.25 0z\"/><path d=\"M10 2.5a5.625 5.625 0 0 0-5.625 5.625c0 2.588 1.445 4.944 2.972 6.7A19.707 19.707 0 0 0 10 17.343a19.716 19.716 0 0 0 2.653-2.52c1.527-1.755 2.972-4.111 2.972-6.699A5.625 5.625 0 0 0 10 2.5zm0 15.625-.359.512-.002-.002-.004-.003-.005-.003a20.946 20.946 0 0 1-3.227-2.984c-1.598-1.838-3.278-4.482-3.278-7.52a6.875 6.875 0 0 1 13.75 0c0 3.037-1.68 5.681-3.278 7.52a20.935 20.935 0 0 1-2.949 2.778 12.291 12.291 0 0 1-.267.198l-.016.011-.004.003-.002.001-.359-.511zm0 0 .358.512a.625.625 0 0 1-.716 0l.358-.512z\"/></svg>
  185.                         Доставка по всей России и СНГ
  186.                     </a>
  187.                     ";
  188.         // line 134
  189.         yield "                </div>
  190.                 <div class=\"helpnav__center\">
  191.                     ";
  192.         // line 136
  193.         if ((CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'136$this->source); })()), "counterpartyId", [], "any"falsefalsefalse136) && Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "managers", [], "any"falsefalsefalse136)))) {
  194.             // line 137
  195.             yield "                    <div class=\"helpnav__item helpnav__person\">
  196.                         ";
  197.             // line 138
  198.             $context["manager"] = Twig\Extension\CoreExtension::first($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "managers", [], "any"falsefalsefalse138));
  199.             // line 139
  200.             yield "                        <a href=\"tel:";
  201.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["manager"]) || array_key_exists("manager"$context) ? $context["manager"] : (function () { throw new RuntimeError('Variable "manager" does not exist.'139$this->source); })()), "phone", [], "any"falsefalsefalse139), "html"nulltrue);
  202.             yield "\" class=\"person\">
  203.                             ";
  204.             // line 140
  205.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["manager"]) || array_key_exists("manager"$context) ? $context["manager"] : (function () { throw new RuntimeError('Variable "manager" does not exist.'140$this->source); })()), "picture", [], "any"falsefalsefalse140)) {
  206.                 // line 141
  207.                 yield "                                <span class=\"person__photo\">
  208.                                     ";
  209.                 // line 142
  210.                 yield Twig\Extension\CoreExtension::include($this->env$context"application/partial/picture.html.twig", ["image" => CoreExtension::getAttribute($this->env$this->source, (isset($context["manager"]) || array_key_exists("manager"$context) ? $context["manager"] : (function () { throw new RuntimeError('Variable "manager" does not exist.'142$this->source); })()), "picture", [], "any"falsefalsefalse142), "width" => 38"height" => 38]);
  211.                 yield "
  212.                                 </span>
  213.                             ";
  214.             }
  215.             // line 145
  216.             yield "                            <span class=\"person__detail\">
  217.                                 <span class=\"person__name\">";
  218.             // line 146
  219.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["manager"]) || array_key_exists("manager"$context) ? $context["manager"] : (function () { throw new RuntimeError('Variable "manager" does not exist.'146$this->source); })()), "fullName", [], "any"falsefalsefalse146), "html"nulltrue);
  220.             yield "</span>
  221.                                 <span class=\"person__status\">";
  222.             // line 147
  223.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["manager"]) || array_key_exists("manager"$context) ? $context["manager"] : (function () { throw new RuntimeError('Variable "manager" does not exist.'147$this->source); })()), "formattedPhone", [], "any"falsefalsefalse147), "html"nulltrue);
  224.             yield "</span>
  225.                             </span>
  226.                         </a>
  227.                     </div>
  228.                     ";
  229.         }
  230.         // line 152
  231.         yield "
  232.                     <div class=\"helpnav__item\">
  233.                         <a href=\"tel:+ 78124091555\" class=\"phone-link\">
  234.                             <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.294 2.275c.217.186.358.41.42.564.035.086.277.653.558 1.314l.165.386c.317.745.644 1.515.742 1.755.17.315.201.81-.116 1.29a.626.626 0 0 1-.011.017c-.036.05-.143.215-.287.434l-.3.461c-.24.364-.517.783-.674.987a5.906 5.906 0 0 0 2.747 2.74 1.72 1.72 0 0 0 .043-.024l.005-.003.076-.05.212-.143a165.778 165.778 0 0 0 .608-.415c.22-.15.445-.303.63-.426.153-.102.31-.204.41-.26a1.243 1.243 0 0 1 1.158-.095c.33.135 3.242 1.367 3.676 1.579a1.242 1.242 0 0 1 .732 1.295 4.375 4.375 0 0 1-1.448 2.728 4.229 4.229 0 0 1-2.89 1.091A11.25 11.25 0 0 1 2.816 8.897v-.002a9.436 9.436 0 0 1-.218-2.549c.054-.99.292-2.12.976-2.966a.593.593 0 0 1 .006-.007c.735-.881 1.592-1.306 2.643-1.44a1.407 1.407 0 0 1 1.071.343zm-.93.9c-.749.099-1.306.38-1.82.995-.441.547-.65 1.364-.697 2.244a8.195 8.195 0 0 0 .184 2.19 10 10 0 0 0 9.719 7.646 2.98 2.98 0 0 0 2.064-.78c.569-.5.936-1.19 1.034-1.942a.58.58 0 0 1-.037-.018c-.295-.15-3.287-1.417-3.61-1.549a.443.443 0 0 1-.01-.004.61.61 0 0 1-.058.035l-.026.015a13.82 13.82 0 0 0-.302.196c-.18.119-.4.268-.619.418l-.257.175-.352.24a8.529 8.529 0 0 1-.377.25 1.58 1.58 0 0 1-.277.13 1.25 1.25 0 0 1-.917-.062l-.004-.002a7.157 7.157 0 0 1-3.338-3.33l-.001-.002a1.25 1.25 0 0 1 .119-1.275c.09-.111.353-.503.637-.935l.265-.405c.154-.236.285-.436.34-.515a.26.26 0 0 0 .027-.054 210.658 210.658 0 0 0-.765-1.807c-.054-.13-.11-.258-.163-.384-.27-.635-.51-1.199-.562-1.325a.413.413 0 0 0-.08-.096.227.227 0 0 0-.067-.041.126.126 0 0 0-.05-.009z\"/></svg>
  235.                             +7 (812) 409 1 555
  236.                         </a>
  237.                     </div>
  238.                     <div class=\"helpnav__item\">
  239.                         <button class=\"btn btn--outline btn--sm\" data-fancybox=\"feedback\" data-src=\"#requestCall\">
  240.                             <span class=\"btn__text\">Перезвоните мне</span>
  241.                         </button>
  242.                     </div>
  243.                 </div>
  244.                 <div class=\"helpnav__right\">
  245.                     ";
  246.         // line 166
  247.         if ($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity()) {
  248.             // line 167
  249.             yield "                        <div class=\"dropdown user\">
  250.                             <a href=\"#\" class=\"dropdown__toggle\">
  251.                                 ";
  252.             // line 169
  253.             if (CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "seller", [], "any"falsefalsefalse169)) {
  254.                 // line 170
  255.                 yield "                                    ";
  256.                 if (CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'170$this->source); })()), "counterpartyName", [], "any"falsefalsefalse170)) {
  257.                     // line 171
  258.                     yield "                                        ";
  259.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'171$this->source); })()), "counterpartyName", [], "any"falsefalsefalse171), "html"nulltrue);
  260.                     yield "
  261.                                     ";
  262.                 } else {
  263.                     // line 173
  264.                     yield "                                        ";
  265.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "name", [], "any"falsefalsefalse173), "html"nulltrue);
  266.                     yield "
  267.                                     ";
  268.                 }
  269.                 // line 175
  270.                 yield "                                ";
  271.             } else {
  272.                 // line 176
  273.                 yield "                                    ";
  274.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "name", [], "any"falsefalsefalse176), "html"nulltrue);
  275.                 yield "
  276.                                 ";
  277.             }
  278.             // line 178
  279.             yield "                                <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"></path></svg></span>
  280.                             </a>
  281.                             <div class=\"dropdown__menu\">
  282.                                 <ul class=\"dropdown__list scroll\">
  283.                                     ";
  284.             // line 182
  285.             if (CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "seller", [], "any"falsefalsefalse182)) {
  286.                 // line 183
  287.                 yield "                                        <li class=\"dropdown__item\">
  288.                                             <div class=\"counterparty-link dropdown__link form__check\">
  289.                                                 <input type=\"radio\" name=\"userTypeMobile\" value=\"\" id=\"userTypeMobile01\" ";
  290.                 // line 185
  291.                 if ( !CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'185$this->source); })()), "counterpartyId", [], "any"falsefalsefalse185)) {
  292.                     yield "checked";
  293.                 }
  294.                 yield ">
  295.                                                 <label for=\"userTypeMobile01\">
  296.                                                     Розница
  297.                                                 </label>
  298.                                             </div>
  299.                                         </li>
  300.                                         ";
  301.                 // line 192
  302.                 $context['_parent'] = $context;
  303.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "activeCounterparties", [], "any"falsefalsefalse192));
  304.                 foreach ($context['_seq'] as $context["_key"] => $context["counterparty"]) {
  305.                     // line 193
  306.                     yield "                                                <li class=\"dropdown__item\">
  307.                                                     <div data-id=\"";
  308.                     // line 194
  309.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse194), "html"nulltrue);
  310.                     yield "\" class=\"counterparty-link dropdown__link form__check\">
  311.                                                         <input type=\"radio\" name=\"userTypeMobile\" value=\"\" id=\"userTypeMobile";
  312.                     // line 195
  313.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse195), "html"nulltrue);
  314.                     yield "\" ";
  315.                     if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'195$this->source); })()), "counterpartyId", [], "any"falsefalsefalse195), CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse195)))) {
  316.                         yield "checked";
  317.                     }
  318.                     yield ">
  319.                                                         <label for=\"userTypeMobile";
  320.                     // line 196
  321.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse196), "html"nulltrue);
  322.                     yield "\">
  323.                                                             ";
  324.                     // line 197
  325.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "name", [], "any"falsefalsefalse197), "html"nulltrue);
  326.                     yield "
  327.                                                         </label>
  328.                                                     </div>
  329.                                                 </li>
  330.                                         ";
  331.                 }
  332.                 $_parent $context['_parent'];
  333.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['counterparty'], $context['_parent'], $context['loop']);
  334.                 $context array_intersect_key($context$_parent) + $_parent;
  335.                 // line 202
  336.                 yield "                                        <li class=\"divider\"></li>
  337.                                     ";
  338.             }
  339.             // line 204
  340.             yield "                                    <li class=\"dropdown__item\"><a href=\"";
  341.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("orders");
  342.             yield "\" class=\"dropdown__link\">Мои заказы</a></li>
  343.                                     ";
  344.             // line 205
  345.             if (CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "seller", [], "any"falsefalsefalse205)) {
  346.                 // line 206
  347.                 yield "                                        <li class=\"dropdown__item\"><a href=\"";
  348.                 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("managers");
  349.                 yield "\" class=\"dropdown__link\">Мои менеджеры</a></li>
  350.                                     ";
  351.             }
  352.             // line 208
  353.             yield "                                    <li class=\"dropdown__item\"><a href=\"";
  354.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile");
  355.             yield "\" class=\"dropdown__link\">Личные данные</a></li>
  356.                                     <li class=\"dropdown__item\"><a href=\"";
  357.             // line 209
  358.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
  359.             yield "\" class=\"dropdown__link\">Выйти</a></li>
  360.                                 </ul>
  361.                             </div>
  362.                         </div>
  363.                     ";
  364.         } else {
  365.             // line 214
  366.             yield "                        <a href=\"";
  367.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
  368.             yield "\" class=\"helpnav__item login-link\">
  369.                             <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  370.                             Войти
  371.                         </a>
  372.                     ";
  373.         }
  374.         // line 219
  375.         yield "                </div>
  376.             </div>
  377.         </div>
  378.         <div class=\"header__container\">
  379.             <div class=\"header__content\">
  380.                 <div class=\"container\">
  381.                     <div class=\"navbar\">
  382.                         <div class=\"navbar__logo\">
  383.                             <a href=\"/\" class=\"navbar__brand brand\" aria-label=\"Decostore - На главную\">
  384.                                 <img src=\"/img/";
  385.         // line 228
  386.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'228$this->source); })()), "counterparty", [], "any"falsefalsefalse228)) {
  387.             yield "decostore-b2b.svg";
  388.         } else {
  389.             yield "decostore.svg";
  390.         }
  391.         yield "\" alt=\"\" class=\"brand__logo\">
  392.                             </a>
  393.                         </div>
  394.                         <div class=\"navbar__nav\">
  395.                             <nav class=\"nav\">
  396.                                 <ul class=\"nav__list\">
  397.                                     <li class=\"nav__item dropdown\">
  398.                                         <a href=\"";
  399.         // line 235
  400.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalog");
  401.         yield "\" class=\"nav__link dropdown__toggle\">
  402.                                             Каталог
  403.                                             <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  404.                                         </a>
  405.                                         <div class=\"dropdown__menu\">
  406.                                             <ul class=\"dropdown__list scroll\">
  407.                                                 ";
  408.         // line 241
  409.         $context['_parent'] = $context;
  410.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["global"]) || array_key_exists("global"$context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.'241$this->source); })()), "menu", [], "any"falsefalsefalse241));
  411.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  412.             // line 242
  413.             yield "                                                    <li class=\"dropdown__item\"><a href=\"";
  414.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->documentUrl($context["category"]), "html"nulltrue);
  415.             yield "\" class=\"dropdown__link\">";
  416.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'242$this->source); })()), "request", [], "any"falsefalsefalse242), "locale", [], "any"falsefalsefalse242)], "method"falsefalsefalse242), "html"nulltrue);
  417.             yield "</a></li>
  418.                                                 ";
  419.         }
  420.         $_parent $context['_parent'];
  421.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  422.         $context array_intersect_key($context$_parent) + $_parent;
  423.         // line 244
  424.         yield "                                            </ul>
  425.                                         </div>
  426.                                     </li>
  427.                                     <li class=\"nav__item\">
  428.                                         <a href=\"";
  429.         // line 248
  430.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("gallery");
  431.         yield "\" class=\"nav__link\">Галерея проектов</a>
  432.                                     </li>
  433.                                     <li class=\"nav__item dropdown\">
  434.                                         <a href=\"#\" class=\"nav__link dropdown__toggle\">
  435.                                             Компания
  436.                                             <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  437.                                         </a>
  438.                                         <div class=\"dropdown__menu\">
  439.                                             <ul class=\"dropdown__list scroll\">
  440.                                                 <li class=\"dropdown__item\"><a href=\"";
  441.         // line 257
  442.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  443.         yield "\" class=\"dropdown__link\">О нас</a></li>
  444.                                                 <li class=\"dropdown__item\"><a href=\"";
  445.         // line 258
  446.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("arhitektoram-i-stroitelyam");
  447.         yield "\" class=\"dropdown__link\">Архитекторам, дизайнерам и строителям</a></li>
  448.                                                 <li class=\"dropdown__item\"><a href=\"";
  449.         // line 259
  450.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("izgotovlenie-individualnih-izdelii");
  451.         yield "\" class=\"dropdown__link\">Изготовление индивидуальных изделий</a></li>
  452.                                                 <li class=\"dropdown__item\"><a href=\"";
  453.         // line 260
  454.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("montazh");
  455.         yield "\" class=\"dropdown__link\">Инструкции по монтажу</a></li>
  456.                                                 <li class=\"dropdown__item\"><a href=\"";
  457.         // line 261
  458.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalog");
  459.         yield "/sale\" class=\"dropdown__link\">Распродажа</a></li>
  460.                                                 <li class=\"dropdown__item\"><a href=\"";
  461.         // line 262
  462.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog");
  463.         yield "\" class=\"dropdown__link\">Статьи</a></li>
  464.                                                 <li class=\"dropdown__item\"><a href=\"";
  465.         // line 263
  466.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contacts");
  467.         yield "\" class=\"dropdown__link\">Контакты</a></li>
  468.                                             </ul>
  469.                                         </div>
  470.                                     </li>
  471.                                     ";
  472.         // line 267
  473.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'267$this->source); })()), "counterparty", [], "any"falsefalsefalse267)) {
  474.             // line 268
  475.             yield "                                        <li class=\"nav__item dropdown\">
  476.                                             <a href=\"#\" class=\"nav__link dropdown__toggle\">
  477.                                                 Дилерам
  478.                                                 <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  479.                                             </a>
  480.                                             <div class=\"dropdown__menu\">
  481.                                                 <ul class=\"dropdown__list scroll\">
  482.                                                     ";
  483.             // line 276
  484.             yield "                                                    ";
  485.             // line 277
  486.             yield "                                                    <li class=\"dropdown__item\"><a href=\"";
  487.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prices");
  488.             yield "\" class=\"dropdown__link\">Прайс листы</a></li>
  489.                                                     <li class=\"dropdown__item\"><a href=\"";
  490.             // line 278
  491.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("presentations");
  492.             yield "\" class=\"dropdown__link\">Презентации</a></li>
  493.                                                     <li class=\"dropdown__item\"><a href=\"";
  494.             // line 279
  495.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalogs");
  496.             yield "\" class=\"dropdown__link\">Каталоги</a></li>
  497.                                                     <li class=\"dropdown__item\"><a href=\"";
  498.             // line 280
  499.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("booklets");
  500.             yield "\" class=\"dropdown__link\">Листовки</a></li>
  501.                                                 </ul>
  502.                                             </div>
  503.                                         </li>
  504.                                     ";
  505.         } else {
  506.             // line 285
  507.             yield "                                        <li class=\"nav__item\">
  508.                                             <a href=\"";
  509.             // line 286
  510.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dileram");
  511.             yield "\" class=\"nav__link\">Дилерам</a>
  512.                                         </li>
  513.                                     ";
  514.         }
  515.         // line 289
  516.         yield "                                    <li class=\"nav__item nav__item--search\">
  517.                                         <button class=\"nav__link navbar__btn a-search-toggle\" title=\"Искать на сайте\">
  518.                                             <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  519.                                         </button>
  520.                                     </li>
  521.                                 </ul>
  522.                             </nav>
  523.                             <form x-data=\"searchForm\" x-init=\"getSearchData(text); \$watch('text', value => getSearchData(value))\" action=\"";
  524.         // line 296
  525.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search");
  526.         yield "\" class=\"navbar__search search form a-search dropdown\">
  527.                                 <div class=\"form__group\"><input x-model=\"text\" name=\"searchText\" type=\"text\" class=\"form__control\" aria-label=\"Поиск по сайту\"></div>
  528.                                 <div class=\"form__btn\">
  529.                                     <button class=\"search__clear a-search-toggle\" type=\"reset\" aria-label=\"Сбросить\">
  530.                                         <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.146 3.146a.5.5 0 0 1 .708 0l9 9a.5.5 0 0 1-.708.708l-9-9a.5.5 0 0 1 0-.708z\"/><path d=\"M12.854 3.146a.5.5 0 0 0-.708 0l-9 9a.5.5 0 0 0 .708.708l9-9a.5.5 0 0 0 0-.708z\"/></svg>
  531.                                     </button>
  532.                                     <button class=\"search__btn navbar__btn\" title=\"Искать\" disabled>
  533.                                         <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  534.                                     </button>
  535.                                 </div>
  536.                                 <div class=\"dropdown__menu\">
  537.                                     <div class=\"scroll\">
  538.                                         <ul x-show=\"categories.length > 0\" class=\"dropdown__list\">
  539.                                             <template x-for=\"(item, index) in categories\" :key=\"index\">
  540.                                                 <li class=\"dropdown__item\"><a x-text=\"item.name\" x-bind:href=\"item.url\" class=\"dropdown__link\"></a></li>
  541.                                             </template>
  542.                                         </ul>
  543.                                         <div x-show=\"products.length > 0\" class=\"dropdown__title\"><span class=\"dropdown__title-text\">Популярные товары</span></div>
  544.                                         <ul x-show=\"products.length > 0\" class=\"dropdown__list\">
  545.                                             <template x-for=\"(item, index) in products\" :key=\"index\">
  546.                                                 <li class=\"dropdown__item item-search\">
  547.                                                     <div class=\"item-search__photo\">
  548.                                                         <picture x-show=\"item.image\">
  549.                                                             <source x-bind:srcset=\"item.webp + ' 1x, ' + item.webpRetina + ' 2x'\"
  550.                                                                     type=\"image/webp\">
  551.                                                             <img x-bind:src=\"item.image\" x-bind:srcset=\"item.imageRetina + ' 2x'\"
  552.                                                                     alt=\"\" width=\"74\" height=\"61\">
  553.                                                         </picture>
  554.                                                     </div>
  555.                                                     <div class=\"item-search__title\"><a x-text=\"item.name\" x-bind:href=\"item.url\"></a></div>
  556.                                                     <div x-text=\"item.price ? Math.round(item.price) + ' ₽' : ''\" class=\"item-search__price\" ></div>
  557.                                                 </li>
  558.                                             </template>
  559.                                         </ul>
  560.                                     </div>
  561.                                 </div>
  562.                             </form>
  563.                         </div>
  564.                         <div class=\"navbar__control\">
  565.                             <button class=\"navbar__btn navbar__btn--phone\" data-fancybox=\"feedbackM\" data-src=\"#requestCall\" aria-label=\"Перезвонить мне\">
  566.                                 <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.294 2.275c.217.186.358.41.42.564.035.086.277.653.558 1.314l.165.386c.317.745.644 1.515.742 1.755.17.315.201.81-.116 1.29a.626.626 0 0 1-.011.017c-.036.05-.143.215-.287.434l-.3.461c-.24.364-.517.783-.674.987a5.906 5.906 0 0 0 2.747 2.74 1.72 1.72 0 0 0 .043-.024l.005-.003.076-.05.212-.143a165.778 165.778 0 0 0 .608-.415c.22-.15.445-.303.63-.426.153-.102.31-.204.41-.26a1.243 1.243 0 0 1 1.158-.095c.33.135 3.242 1.367 3.676 1.579a1.242 1.242 0 0 1 .732 1.295 4.375 4.375 0 0 1-1.448 2.728 4.229 4.229 0 0 1-2.89 1.091A11.25 11.25 0 0 1 2.816 8.897v-.002a9.436 9.436 0 0 1-.218-2.549c.054-.99.292-2.12.976-2.966a.593.593 0 0 1 .006-.007c.735-.881 1.592-1.306 2.643-1.44a1.407 1.407 0 0 1 1.071.343zm-.93.9c-.749.099-1.306.38-1.82.995-.441.547-.65 1.364-.697 2.244a8.195 8.195 0 0 0 .184 2.19 10 10 0 0 0 9.719 7.646 2.98 2.98 0 0 0 2.064-.78c.569-.5.936-1.19 1.034-1.942a.58.58 0 0 1-.037-.018c-.295-.15-3.287-1.417-3.61-1.549a.443.443 0 0 1-.01-.004.61.61 0 0 1-.058.035l-.026.015a13.82 13.82 0 0 0-.302.196c-.18.119-.4.268-.619.418l-.257.175-.352.24a8.529 8.529 0 0 1-.377.25 1.58 1.58 0 0 1-.277.13 1.25 1.25 0 0 1-.917-.062l-.004-.002a7.157 7.157 0 0 1-3.338-3.33l-.001-.002a1.25 1.25 0 0 1 .119-1.275c.09-.111.353-.503.637-.935l.265-.405c.154-.236.285-.436.34-.515a.26.26 0 0 0 .027-.054 210.658 210.658 0 0 0-.765-1.807c-.054-.13-.11-.258-.163-.384-.27-.635-.51-1.199-.562-1.325a.413.413 0 0 0-.08-.096.227.227 0 0 0-.067-.041.126.126 0 0 0-.05-.009z\"/></svg>
  567.                             </button>
  568.                             ";
  569.         // line 338
  570.         if ($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity()) {
  571.             // line 339
  572.             yield "                                <div class=\"navbar__btn navbar__btn--user dropdown user\">
  573.                                     <a href=\"#\" class=\"dropdown__toggle\" aria-label=\"Профиль пользователя\">
  574.                                         <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  575.                                     </a>
  576.                                     <div class=\"dropdown__menu\">
  577.                                         <ul class=\"dropdown__list scroll\">
  578.                                             ";
  579.             // line 345
  580.             if (CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "seller", [], "any"falsefalsefalse345)) {
  581.                 // line 346
  582.                 yield "                                                <li class=\"dropdown__item\">
  583.                                                     <div class=\"counterparty-link dropdown__link form__check\">
  584.                                                         <input type=\"radio\" name=\"userType\" value=\"\" id=\"userType01\" ";
  585.                 // line 348
  586.                 if ( !CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'348$this->source); })()), "counterpartyId", [], "any"falsefalsefalse348)) {
  587.                     yield "checked";
  588.                 }
  589.                 yield ">
  590.                                                         <label for=\"userType01\">
  591.                                                             Розница
  592.                                                         </label>
  593.                                                     </div>
  594.                                                 </li>
  595.                                                 ";
  596.                 // line 355
  597.                 $context['_parent'] = $context;
  598.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "activeCounterparties", [], "any"falsefalsefalse355));
  599.                 foreach ($context['_seq'] as $context["_key"] => $context["counterparty"]) {
  600.                     // line 356
  601.                     yield "                                                    <li class=\"dropdown__item\">
  602.                                                         <div data-id=\"";
  603.                     // line 357
  604.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse357), "html"nulltrue);
  605.                     yield "\" class=\"counterparty-link dropdown__link form__check\">
  606.                                                             <input type=\"radio\" name=\"userType\" value=\"\" id=\"userType";
  607.                     // line 358
  608.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse358), "html"nulltrue);
  609.                     yield "\" ";
  610.                     if ((=== CoreExtension::compare(CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'358$this->source); })()), "counterpartyId", [], "any"falsefalsefalse358), CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse358)))) {
  611.                         yield "checked";
  612.                     }
  613.                     yield ">
  614.                                                             <label for=\"userType";
  615.                     // line 359
  616.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "id", [], "any"falsefalsefalse359), "html"nulltrue);
  617.                     yield "\">
  618.                                                                 ";
  619.                     // line 360
  620.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["counterparty"], "name", [], "any"falsefalsefalse360), "html"nulltrue);
  621.                     yield "
  622.                                                             </label>
  623.                                                         </div>
  624.                                                     </li>
  625.                                                 ";
  626.                 }
  627.                 $_parent $context['_parent'];
  628.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['counterparty'], $context['_parent'], $context['loop']);
  629.                 $context array_intersect_key($context$_parent) + $_parent;
  630.                 // line 365
  631.                 yield "                                                <li class=\"divider\"></li>
  632.                                             ";
  633.             }
  634.             // line 367
  635.             yield "                                            <li class=\"dropdown__item\"><a href=\"";
  636.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("orders");
  637.             yield "\" class=\"dropdown__link\">Мои заказы</a></li>
  638.                                             ";
  639.             // line 368
  640.             if (CoreExtension::getAttribute($this->env$this->source$this->extensions['AvenueAdminBundle\Twig\TwigExtension']->getIdentity(), "seller", [], "any"falsefalsefalse368)) {
  641.                 // line 369
  642.                 yield "                                                <li class=\"dropdown__item\"><a href=\"\" class=\"dropdown__link\">Мои менеджеры</a></li>
  643.                                             ";
  644.             }
  645.             // line 371
  646.             yield "                                            <li class=\"dropdown__item\"><a href=\"";
  647.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile");
  648.             yield "\" class=\"dropdown__link\">Личные данные</a></li>
  649.                                             <li class=\"dropdown__item\"><a href=\"";
  650.             // line 372
  651.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
  652.             yield "\" class=\"dropdown__link\">Выйти</a></li>
  653.                                         </ul>
  654.                                     </div>
  655.                                 </div>
  656.                             ";
  657.         } else {
  658.             // line 377
  659.             yield "                                <a href=\"";
  660.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
  661.             yield "\" class=\"navbar__btn navbar__btn--user\" aria-label=\"Войти\">
  662.                                     <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  663.                                 </a>
  664.                             ";
  665.         }
  666.         // line 381
  667.         yield "                            <button class=\"navbar__btn navbar__btn--search a-search-toggle\" aria-label=\"Искать на сайте\">
  668.                                 <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  669.                             </button>
  670.                             <div id=\"compareDiv\">
  671.                                 ";
  672.         // line 385
  673.         yield Twig\Extension\CoreExtension::include($this->env$context"application/partial/compare.html.twig");
  674.         yield "
  675.                             </div>
  676.                             <div id=\"cartDiv\">
  677.                                 ";
  678.         // line 388
  679.         yield Twig\Extension\CoreExtension::include($this->env$context"application/partial/cart.html.twig");
  680.         yield "
  681.                             </div>
  682.                         </div>
  683.                         <button class=\"navbar__toggle\" aria-label=\"Показать меню\" data-fancybox=\"menu\" data-src=\"#mainNav\">
  684.                             <span class=\"navbar__toggle-icon\"></span>
  685.                         </button>
  686.                     </div>
  687.                 </div>
  688.                 <div class=\"search__backdrop a-search-toggle\"></div>
  689.             </div>
  690.         </div>
  691.         <div class=\"modal mainnav\" id=\"mainNav\" style=\"display:none;\">
  692.             <div class=\"mainnav__content\">
  693.                 <div class=\"mainnav__sidebar\">
  694.                     <div class=\"mainnav__header\">
  695.                         <div class=\"navbar__logo\">
  696.                             <a href=\"/\" class=\"navbar__brand brand\">
  697.                                 <img src=\"/img/decostore.svg\" alt=\"\" width=\"180\" class=\"brand__logo\" loading=\"lazy\">
  698.                             </a>
  699.                         </div>
  700.                         ";
  701.         // line 434
  702.         yield "                    </div>
  703.                     <div class=\"site-nav\">
  704.                         <div class=\"site-nav__group collapse a-collapse\">
  705.                             <div class=\"site-nav__title collapse__toggle\">
  706.                                 <a href=\"";
  707.         // line 438
  708.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  709.         yield "\">
  710.                                     Компания
  711.                                     <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  712.                                 </a>
  713.                             </div>
  714.                             <ul class=\"site-nav__list collapse__body\">
  715.                                 <li class=\"site-nav__item\"><a href=\"";
  716.         // line 444
  717.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  718.         yield "\" class=\"site-nav__link\">О нас</a></li>
  719.                                 <li class=\"site-nav__item\"><a href=\"";
  720.         // line 445
  721.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("gallery");
  722.         yield "\" class=\"site-nav__link\">Галерея проектов</a></li>
  723.                                 <li class=\"site-nav__item\"><a href=\"";
  724.         // line 446
  725.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dileram");
  726.         yield "\" class=\"site-nav__link\">Стать дилером</a></li>
  727.                                 <li class=\"site-nav__item\"><a href=\"";
  728.         // line 447
  729.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("arhitektoram-i-stroitelyam");
  730.         yield "\" class=\"site-nav__link\">Архитекторам, дизайнерам и строителям</a></li>
  731.                                 <li class=\"site-nav__item\"><a href=\"";
  732.         // line 448
  733.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("izgotovlenie-individualnih-izdelii");
  734.         yield "\" class=\"site-nav__link\">Изготовление индивидуальных изделий</a></li>
  735.                                 <li class=\"site-nav__item\"><a href=\"";
  736.         // line 449
  737.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("montazh");
  738.         yield "\" class=\"site-nav__link\">Инструкции по монтажу</a></li>
  739.                                 <li class=\"site-nav__item\"><a href=\"";
  740.         // line 450
  741.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalog");
  742.         yield "/sale\" class=\"site-nav__link\">Распродажа</a></li>
  743.                                 <li class=\"site-nav__item\"><a href=\"";
  744.         // line 451
  745.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog");
  746.         yield "\" class=\"site-nav__link\">Статьи</a></li>
  747.                                 <li class=\"site-nav__item\"><a href=\"";
  748.         // line 452
  749.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contacts");
  750.         yield "\" class=\"site-nav__link\">Контакты</a></li>
  751.                             </ul>
  752.                         </div>
  753.                         ";
  754.         // line 455
  755.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["cart"]) || array_key_exists("cart"$context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.'455$this->source); })()), "counterparty", [], "any"falsefalsefalse455)) {
  756.             // line 456
  757.             yield "                            <div class=\"site-nav__group collapse a-collapse\">
  758.                                 <div class=\"site-nav__title collapse__toggle\">
  759.                                     <a href=\"";
  760.             // line 458
  761.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("marketing");
  762.             yield "\">
  763.                                         Дилерам
  764.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  765.                                     </a>
  766.                                 </div>
  767.                                 <ul class=\"site-nav__list collapse__body\">
  768.                                     ";
  769.             // line 465
  770.             yield "                                    ";
  771.             // line 466
  772.             yield "                                    <li class=\"site-nav__item\"><a href=\"";
  773.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("prices");
  774.             yield "\" class=\"site-nav__link\">Прайс листы</a></li>
  775.                                     <li class=\"site-nav__item\"><a href=\"";
  776.             // line 467
  777.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("presentations");
  778.             yield "\" class=\"site-nav__link\">Презентации</a></li>
  779.                                     <li class=\"site-nav__item\"><a href=\"";
  780.             // line 468
  781.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalogs");
  782.             yield "\" class=\"site-nav__link\">Каталоги</a></li>
  783.                                     <li class=\"site-nav__item\"><a href=\"";
  784.             // line 469
  785.             yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("booklets");
  786.             yield "\" class=\"site-nav__link\">Листовки</a></li>
  787.                                 </ul>
  788.                             </div>
  789.                         ";
  790.         }
  791.         // line 473
  792.         yield "                        <div class=\"site-nav__group collapse a-collapse\">
  793.                             <ul class=\"site-nav__list collapse__body\">
  794. ";
  795.         // line 477
  796.         yield "                                <li class=\"site-nav__item\"><a href=\"";
  797.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("delivery");
  798.         yield "\" class=\"site-nav__link\">Доставка и оплата</a></li>
  799.                                 <li class=\"site-nav__item\"><a href=\"";
  800.         // line 478
  801.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("help");
  802.         yield "\" class=\"site-nav__link\">Помощь</a></li>
  803. ";
  804.         // line 484
  805.         yield "                            </ul>
  806.                         </div>
  807. ";
  808.         // line 504
  809.         yield "
  810.                     </div>
  811.                 </div>
  812.                 <div class=\"mainnav__main\">
  813.                     <div class=\"category\">
  814.                         ";
  815.         // line 509
  816.         $context['_parent'] = $context;
  817.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["global"]) || array_key_exists("global"$context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.'509$this->source); })()), "menu", [], "any"falsefalsefalse509));
  818.         $context['loop'] = [
  819.           'parent' => $context['_parent'],
  820.           'index0' => 0,
  821.           'index'  => 1,
  822.           'first'  => true,
  823.         ];
  824.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  825.             $length count($context['_seq']);
  826.             $context['loop']['revindex0'] = $length 1;
  827.             $context['loop']['revindex'] = $length;
  828.             $context['loop']['length'] = $length;
  829.             $context['loop']['last'] = === $length;
  830.         }
  831.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  832.             // line 510
  833.             yield "                            <div class=\"category__group\">
  834.                                 ";
  835.             // line 511
  836.             if (CoreExtension::getAttribute($this->env$this->source$context["category"], "image", [], "any"falsefalsefalse511)) {
  837.                 // line 512
  838.                 yield "                                    <div class=\"category__photo\">
  839.                                         ";
  840.                 // line 513
  841.                 yield Twig\Extension\CoreExtension::include($this->env$context"application/partial/picture.html.twig", ["image" => CoreExtension::getAttribute($this->env$this->source$context["category"], "image", [], "any"falsefalsefalse513), "width" => 70"height" => 102]);
  842.                 yield "
  843.                                     </div>
  844.                                 ";
  845.             }
  846.             // line 516
  847.             yield "                                <div class=\"category__detail collapse a-collapse\">
  848.                                     <div class=\"category__title collapse__toggle\">
  849.                                         <a href=\"";
  850.             // line 518
  851.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->documentUrl($context["category"]), "html"nulltrue);
  852.             yield "\">
  853.                                             ";
  854.             // line 519
  855.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'519$this->source); })()), "request", [], "any"falsefalsefalse519), "locale", [], "any"falsefalsefalse519)], "method"falsefalsefalse519), "html"nulltrue);
  856.             yield "
  857.                                             <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  858.                                         </a>
  859.                                     </div>
  860.                                     ";
  861.             // line 523
  862.             if (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env$this->source$context["category"], "children", [], "any"falsefalsefalse523))) {
  863.                 // line 524
  864.                 yield "                                        <ul class=\"category__list collapse__body\">
  865.                                             ";
  866.                 // line 525
  867.                 $context['_parent'] = $context;
  868.                 $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["category"], "children", [], "any"falsefalsefalse525));
  869.                 foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  870.                     // line 526
  871.                     yield "                                                <li class=\"category__item\"><a href=\"";
  872.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->documentUrl($context["child"]), "html"nulltrue);
  873.                     yield "\" class=\"category__link\">";
  874.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["child"], "name", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'526$this->source); })()), "request", [], "any"falsefalsefalse526), "locale", [], "any"falsefalsefalse526)], "method"falsefalsefalse526), "html"nulltrue);
  875.                     yield "</a></li>
  876.                                             ";
  877.                 }
  878.                 $_parent $context['_parent'];
  879.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  880.                 $context array_intersect_key($context$_parent) + $_parent;
  881.                 // line 528
  882.                 yield "                                        </ul>
  883.                                     ";
  884.             }
  885.             // line 530
  886.             yield "                                </div>
  887.                             </div>
  888.                         ";
  889.             ++$context['loop']['index0'];
  890.             ++$context['loop']['index'];
  891.             $context['loop']['first'] = false;
  892.             if (isset($context['loop']['length'])) {
  893.                 --$context['loop']['revindex0'];
  894.                 --$context['loop']['revindex'];
  895.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  896.             }
  897.         }
  898.         $_parent $context['_parent'];
  899.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  900.         $context array_intersect_key($context$_parent) + $_parent;
  901.         // line 533
  902.         yield "                    </div>
  903.                 </div>
  904.             </div>
  905.         </div>
  906.     </header>
  907.     ";
  908.         // line 539
  909.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  910.         // line 542
  911.         yield "
  912.     <footer class=\"footer\">
  913.         <div class=\"container\">
  914.             <div class=\"footer__content\">
  915.                 <div class=\"footer__row\">
  916.                     <div class=\"footer__sidebar\">
  917.                         <img src=\"/img/decostore.svg\" width=\"210\" alt=\"Decostore\" loading=\"lazy\">
  918.                     </div>
  919.                     <div class=\"footer__main\">
  920.                         <div class=\"footer__row\">
  921.                             <div class=\"footer__column collapse a-collapse\">
  922.                                 <div class=\"footer__title collapse__toggle\">
  923.                                     <a class=\"\">
  924.                                         Каталог
  925.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  926.                                     </a>
  927.                                 </div>
  928.                                 <div class=\"collapse__body\">
  929.                                     <ul class=\"footernav\">
  930.                                         ";
  931.         // line 561
  932.         $context['_parent'] = $context;
  933.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["global"]) || array_key_exists("global"$context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.'561$this->source); })()), "menu", [], "any"falsefalsefalse561));
  934.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  935.             // line 562
  936.             yield "                                            <li class=\"footernav__item\"><a href=\"";
  937.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['AvenueAdminBundle\Twig\TwigExtension']->documentUrl($context["category"]), "html"nulltrue);
  938.             yield "\" class=\"footernav__link\">";
  939.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["category"], "name", [CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'562$this->source); })()), "request", [], "any"falsefalsefalse562), "locale", [], "any"falsefalsefalse562)], "method"falsefalsefalse562), "html"nulltrue);
  940.             yield "</a></li>
  941.                                         ";
  942.         }
  943.         $_parent $context['_parent'];
  944.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  945.         $context array_intersect_key($context$_parent) + $_parent;
  946.         // line 564
  947.         yield "                                    </ul>
  948.                                 </div>
  949.                             </div>
  950.                             <div class=\"footer__column collapse a-collapse\">
  951.                                 <div class=\"footer__title collapse__toggle\">
  952.                                     <a class=\"\">
  953.                                         Компания
  954.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  955.                                     </a>
  956.                                 </div>
  957.                                 <div class=\"collapse__body\">
  958.                                     <ul class=\"footernav\">
  959.                                         <li class=\"footernav__item\"><a href=\"";
  960.         // line 576
  961.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  962.         yield "\" class=\"footernav__link\">О нас</a></li>
  963.                                         <li class=\"footernav__item\"><a href=\"";
  964.         // line 577
  965.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("gallery");
  966.         yield "\" class=\"footernav__link\">Галерея проектов</a></li>
  967.                                         <li class=\"footernav__item\"><a href=\"";
  968.         // line 578
  969.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dileram");
  970.         yield "\" class=\"footernav__link\">Стать дилером</a></li>
  971.                                         <li class=\"footernav__item\"><a href=\"";
  972.         // line 579
  973.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("arhitektoram-i-stroitelyam");
  974.         yield "\" class=\"footernav__link\">Архитекторам, дизайнерам и строителям</a></li>
  975.                                         <li class=\"footernav__item\"><a href=\"";
  976.         // line 580
  977.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("izgotovlenie-individualnih-izdelii");
  978.         yield "\" class=\"footernav__link\">Изготовление индивидуальных изделий</a></li>
  979.                                         <li class=\"footernav__item\"><a href=\"";
  980.         // line 581
  981.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("montazh");
  982.         yield "\" class=\"footernav__link\">Инструкции по монтажу</a></li>
  983.                                         <li class=\"footernav__item\"><a href=\"";
  984.         // line 582
  985.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("catalog");
  986.         yield "/sale\" class=\"footernav__link\">Распродажа</a></li>
  987.                                         <li class=\"footernav__item\"><a href=\"";
  988.         // line 583
  989.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog");
  990.         yield "\" class=\"footernav__link\">Статьи</a></li>
  991.                                         <li class=\"footernav__item\"><a href=\"";
  992.         // line 584
  993.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contacts");
  994.         yield "\" class=\"footernav__link\">Контакты</a></li>
  995.                                     </ul>
  996.                                 </div>
  997.                             </div>
  998.                             <div class=\"footer__column collapse a-collapse\">
  999.                                 <div class=\"collapse__body\">
  1000.                                     <ul class=\"footernav\">
  1001. ";
  1002.         // line 593
  1003.         yield "                                        <li class=\"footernav__item\"><a href=\"";
  1004.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("delivery");
  1005.         yield "\" class=\"footernav__link\">Доставка и оплата</a></li>
  1006.                                         <li class=\"footernav__item\"><a href=\"";
  1007.         // line 594
  1008.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("help");
  1009.         yield "\" class=\"footernav__link\">Помощь</a></li>
  1010. ";
  1011.         // line 599
  1012.         yield "                                        <li class=\"footernav__item\"><a href=\"";
  1013.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog");
  1014.         yield "\" class=\"footernav__link\">Статьи</a></li>
  1015.                                     </ul>
  1016.                                 </div>
  1017.                             </div>
  1018.                             <div class=\"footer__column\">
  1019.                                 <div class=\"footer__title\">Контакты</div>
  1020.                                 <div class=\"item-contact\">
  1021.                                     СПб, Ленинский пр-т, д. 140Е, ТВЦ \"Загородный дом\",
  1022.                                     1-й этаж, мод. 9.
  1023.                                 </div>
  1024.                                 <div class=\"item-contact\"><a href=\"tel:+78124091555\" class=\"phone-link\">+7 (812) 380-87-93</a></div>
  1025.                                 <div class=\"item-contact\"><a href=\"mailto:cosca@coscadecor.com\" class=\"mail-link\">cosca@coscadecor.com</a></div>
  1026.                                 ";
  1027.         // line 618
  1028.         yield "                                <div class=\"item-contact footer__requisites\">
  1029.                                     ООО «Декостор»<br />
  1030.                                     ИНН 470300285480<br />
  1031.                                     ОГРН 304470335000088
  1032.                                 </div>
  1033.                                 <div class=\"item-contact\">
  1034.                                     <button class=\"btn btn--outline\" data-fancybox=\"feedback2\" data-src=\"#requestCall\">
  1035.                                         <span class=\"btn__text\">перезвоните мне</span>
  1036.                                     </button>
  1037.                                 </div>
  1038.                                 <ul class=\"social\">
  1039.                                     <li class=\"social__item\">
  1040.                                         <a href=\"https://www.youtube.com/channel/UCGtVDT427P_lwGt5OPCiv1w\" target=\"_blank\" class=\"social__link\" aria-label=\"Youtube\">
  1041.                                             <svg width=\"25\" height=\"17\" viewBox=\"0 0 25 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.86 3.8c0-.2-.327-1.8-1.09-2.5C22.79.3 21.698.2 21.153.2h-.109C17.664 0 12.648 0 12.54 0c0 0-5.124 0-8.505.2h-.109C3.38.2 2.29.3 1.308 1.3.545 2.1.218 3.7.218 3.9.218 4 0 5.8 0 7.7v1.7c0 1.9.218 3.7.218 3.8 0 .2.327 1.8 1.09 2.5.873.9 1.963 1 2.617 1.1h.327c1.963.2 7.96.2 8.178.2 0 0 5.125 0 8.505-.2h.11c.544-.1 1.635-.2 2.616-1.1.763-.8 1.09-2.4 1.09-2.6 0-.1.218-1.9.218-3.8V7.6c.11-1.8-.109-3.7-.109-3.8zm-8.068 4.9-6.543 3.2c-.109 0-.109.1-.218.1s-.218 0-.218-.1c-.109-.1-.218-.2-.218-.4V5c0-.2.11-.3.218-.4.11-.1.327-.1.545 0l6.543 3.2c.218.1.327.2.327.4s-.218.4-.436.5z\"/></svg>
  1042.                                         </a>
  1043.                                     </li>
  1044.                                     <li class=\"social__item\">
  1045.                                         <a href=\"https://vk.com/cosca_decor\" target=\"_blank\" class=\"social__link\" aria-label=\"ВКонтакте\">
  1046.                                             <svg width=\"26\" height=\"14\" viewBox=\"0 0 26 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.412.962a8.12 8.12 0 0 1-1.181 2.215l.02-.03c-.485.732-1.065 1.577-1.739 2.537-.578.757-.884 1.149-.918 1.176-.15.17-.253.377-.289.606v.006c.028.208.134.39.29.525l.433.437c2.319 2.155 3.623 3.641 3.912 4.458.038.09.06.194.06.302 0 .19-.067.366-.18.51l.001-.003a1.102 1.102 0 0 1-.85.283h.005-2.856c-.365 0-.701-.115-.964-.307l.003.002a7.196 7.196 0 0 1-1.03-.93l-.01-.011c-.5-.51-.942-.94-1.329-1.29-1.287-1.106-2.237-1.66-2.85-1.66a.917.917 0 0 0-.56.132l.005-.001a.708.708 0 0 0-.174.572v-.004a11.138 11.138 0 0 0-.04 1.375v-.016 1.136a.68.68 0 0 1 .017.153c0 .237-.12.448-.306.589h-.001a3.754 3.754 0 0 1-1.752.262l.014.001a9.72 9.72 0 0 1-4.632-1.242l.038.02c-1.637-.9-2.994-2.072-4.027-3.456l-.03-.041a25.568 25.568 0 0 1-2.677-3.913l-.076-.15A23.06 23.06 0 0 1 .403 2.457l-.065-.181A5.974 5.974 0 0 1 .002.772L0 .748C0 .253.322.005.966.005h2.85a1.225 1.225 0 0 1 .8.22L4.616.223c.216.215.377.479.456.773l.003.012a23.773 23.773 0 0 0 1.72 3.543l-.073-.135c.522.951 1.1 1.77 1.759 2.525l-.025-.03c.578.641 1.028.962 1.352.962l.035.001c.16 0 .3-.078.375-.196l.002-.002a1.6 1.6 0 0 0 .12-.771v.006-3.802a2.91 2.91 0 0 0-.347-1.242l.009.019a2.884 2.884 0 0 0-.488-.681l.004.003c-.178-.16-.3-.371-.337-.606L9.178.596c0-.167.085-.317.217-.415h.001a.78.78 0 0 1 .499-.175h4.501a.718.718 0 0 1 .606.218 1.234 1.234 0 0 1 .173.748V.967v5.07a.892.892 0 0 0 .147.572l-.002-.003c.079.106.211.174.36.174a1.1 1.1 0 0 0 .512-.158l-.003.002c.294-.184.548-.392.768-.629l.004-.005a15.483 15.483 0 0 0 1.794-2.205l.042-.068c.372-.56.776-1.247 1.14-1.954l.068-.144.483-.874C20.656.308 21.107 0 21.637 0l.061.001h-.003 2.85c.77 0 1.059.32.867.961z\"/></svg>
  1047.                                         </a>
  1048.                                     </li>
  1049.                                 </ul>
  1050.                             </div>
  1051.                         </div>
  1052.                     </div>
  1053.                 </div>
  1054.             </div>
  1055.             <div class=\"footer__info\">
  1056.                 <div class=\"footer__row\">
  1057.                     <div class=\"footer__sidebar\">
  1058.                         <div class=\"footer__brand\">
  1059.                             &copy; ";
  1060.         // line 649
  1061.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now""Y"), "html"nulltrue);
  1062.         yield " Decostore
  1063.                         </div>
  1064.                     </div>
  1065.                     <div class=\"footer__main\">
  1066.                         <ul class=\"infonav\">
  1067.                             <li class=\"infonav__item\">
  1068.                                 <a href=\"";
  1069.         // line 655
  1070.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agreement");
  1071.         yield "\" class=\"infonav__link\">Политика конфиденциальности</a>
  1072.                             </li>
  1073.                             <li class=\"infonav__item\">
  1074.                                 <a href=\"";
  1075.         // line 658
  1076.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("map");
  1077.         yield "\" class=\"infonav__link\">Карта сайта</a>
  1078.                             </li>
  1079.                         </ul>
  1080.                         <ul class=\"payment\">
  1081.                             <li class=\"payment__item\">
  1082.                                 <svg width=\"42\" height=\"15\" viewBox=\"0 0 42 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16.817 1.82-2.135 12.848h3.415l2.136-12.847h-3.416zm-4.997.015-3.343 8.761-.357-1.322C7.46 7.68 5.59 5.39 3.392 3.947l3.056 10.715 3.612-.007 5.376-12.823-3.616.003z\"/><path d=\"M6.825 2.754c-.2-.783-.776-1.015-1.489-1.044H.044L0 1.967C4.12 2.991 6.844 5.46 7.975 8.43l-1.15-5.676zm20.327 1.53a6.164 6.164 0 0 1 2.555.492l.307.148.462-2.785a8.613 8.613 0 0 0-3.057-.538c-3.374 0-5.751 1.741-5.77 4.239-.021 1.844 1.694 2.875 2.99 3.49 1.33.631 1.776 1.032 1.77 1.594-.011.86-1.061 1.254-2.042 1.254-1.367 0-2.093-.194-3.215-.672l-.439-.205-.48 2.875c.799.36 2.273.668 3.804.684 3.587 0 5.92-1.721 5.945-4.39.014-1.46-.896-2.574-2.869-3.488-1.194-.595-1.925-.992-1.917-1.594 0-.534.62-1.105 1.956-1.105zm12.087-2.45h-2.64c-.818 0-1.427.23-1.787 1.067l-5.07 11.775h3.586s.584-1.583.717-1.93l4.371.005c.102.45.417 1.925.417 1.925H42L39.239 1.834zm-4.211 8.282 1.36-3.592c-.02.036.278-.743.454-1.226l.231 1.108.79 3.709h-2.835v.001z\"/></svg>
  1083.                             </li>
  1084.                             <li class=\"payment__item\">
  1085.                                 <svg width=\"50\" height=\"16\" viewBox=\"0 0 50 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.569 1.001C5.01 1 6.322.871 6.878 2.877c.375 1.348.971 3.56 1.79 6.632H9c.597-2.213 1.2-4.424 1.808-6.632C11.372.85 12.775 1 13.336 1h4.333V15.4h-4.416V6.915h-.295l-2.462 8.484H7.173l-2.462-8.49h-.295v8.49H0V1h4.569zm19.439 0v8.492h.352l2.995-6.982c.58-1.39 1.82-1.51 1.82-1.51h4.272V15.4h-4.508v-8.49h-.353l-2.934 6.982c-.581 1.382-1.879 1.508-1.879 1.508h-4.272V1h4.507zm25.02 6.842c-.63 1.904-2.604 3.268-4.79 3.268H39.51V15.4h-4.287V7.843H49.027zm-4.584-6.842h-9.445c.225 3.206 2.808 5.95 5.484 5.95h8.842c.51-2.665-1.246-5.95-4.881-5.95z\"/></svg>
  1086.                             </li>
  1087.                             <li class=\"payment__item\">
  1088.                                 <svg width=\"34\" height=\"21\" viewBox=\"0 0 34 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.2847 20.285C29.6496 20.285 33.9987 15.9679 33.9987 10.6425C33.9987 5.31709 29.6496 1 24.2847 1C18.9199 1 14.5708 5.31709 14.5708 10.6425C14.5708 15.9679 18.9199 20.285 24.2847 20.285Z\"/><path d=\"M16.5968 3.83625C15.697 4.73019 14.9836 5.79147 14.4974 6.95936C14.0112 8.12725 13.7618 9.37883 13.7634 10.6425C13.7634 13.2988 14.8451 15.705 16.5968 17.4488C15.2396 18.8007 13.5088 19.7224 11.6236 20.0972C9.73831 20.472 7.78341 20.2831 6.00643 19.5543C4.22945 18.8254 2.71032 17.5896 1.64142 16.0031C0.572529 14.4167 0.00195313 12.5511 0.00195312 10.6425C0.00195312 8.73395 0.572529 6.86832 1.64142 5.28189C2.71032 3.69545 4.22945 2.45957 6.00643 1.73075C7.78341 1.00193 9.73831 0.812963 11.6236 1.18778C13.5088 1.56259 15.2396 2.48433 16.5968 3.83625ZM18.8722 9.9125C18.7249 7.5075 17.8346 5.42625 16.7403 4.5225L17.2591 3.905C18.5939 5.00875 19.5258 7.34875 19.6807 9.86375C19.8368 12.3988 19.2148 15.2288 17.3007 17.3388L16.6988 16.8013C18.4277 14.895 19.0196 12.3 18.8722 9.91375V9.9125Z\"/></svg>
  1089.                             </li>
  1090.                             <li class=\"payment__item\">
  1091.                                 <svg width=\"50\" height=\"28\" viewBox=\"0 0 50 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m9.596 15.408 3.425 2.252v4.178L9.58 28l.015-12.592z\"/><path d=\"m6.756 13.629 3.418 1.98L.027 21.771l3.311-6.027 3.417-2.115zM22.692 7.935l-6.53-.033-3.144-1.89L9.6.03l13.092 7.905z\"/><path d=\"m9.6.03 3.418 5.981.007 8.243L9.579 13.2 9.6.03zM0 6.048l3.35 6.09-.01 3.606L.027 21.77 0 6.048z\"/><path d=\"M0 6.048 22.64 19.9l-6.487.045L3.35 12.138 0 6.048zM16.163 7.902l6.53.033-9.665 5.94-.01-4.057 3.145-1.916zM34.992 8.884c.794-.724 1.881-1.09 2.951-1.056 1.118-.023 2.244.053 3.356-.079-.24.738-.73 1.378-1.055 2.084-.801.015-1.603-.015-2.404.013-1.029.084-2.01.918-2.11 1.966.936-.933 2.401-.996 3.615-.69.813.277 1.538.887 1.833 1.708.272.721.316 1.513.139 2.262-.27 1.028-1.096 1.823-2.07 2.199-1.148.432-2.47.455-3.613-.003-1.085-.442-1.853-1.468-2.116-2.594-.287-1.002-.249-2.485.046-3.504a5.063 5.063 0 0 1 1.428-2.306zm2.778 3.911c-.61-.12-1.298.128-1.615.665-.575.975.215 2.43 1.505 2.247 1.407-.2 1.773-2.468.11-2.912zm-9.092-2.52c1.265-.312 2.712-.221 3.793.567-.358.577-.68 1.173-1.008 1.766-.528-.176-1.041-.455-1.612-.441-.606-.02-1.262.218-1.607.739a1.749 1.749 0 0 0-.027 1.872c.317.53.942.776 1.535.831.463-.052.934-.117 1.362-.313.102-.064.22-.062.337-.054.21.598.667 1.093.848 1.697-1.165.623-2.555.75-3.83.44-.88-.258-1.718-.761-2.22-1.545-.797-1.221-.767-2.949.148-4.1.552-.743 1.395-1.228 2.281-1.46zm13.867.03a495.22 495.22 0 0 1 7.374 0c-.022 2.335-.008 4.672-.006 7.006-.827.005-1.655.006-2.481 0 .038-1.533-.039-3.063.01-4.59a.618.618 0 0 0-.083-.333c-.754.017-1.511.018-2.266-.001-.048 1.638-.009 3.28-.019 4.92-.841.014-1.683.007-2.524.004.001-2.336.01-4.67-.005-7.005zM13.02 21.838l3.133-1.892 6.488-.045L9.58 28l3.44-6.163z\"/></svg>
  1092.                             </li>
  1093.                         </ul>
  1094.                         <!--<div class=\"avenue\"><a href=\"https://avenuemedia.ru/\" target=\"_blank\"><svg width=\"85\" height=\"12\" viewBox=\"0 0 85 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.577 0c1.844 0 3.26.433 4.248 1.3.989.852 1.483 2.144 1.483 3.877v6.65h-3.23v-1.451C7.427 11.459 6.217 12 4.447 12c-.915 0-1.711-.152-2.39-.455-.664-.303-1.173-.722-1.527-1.256A3.22 3.22 0 0 1 0 8.469c0-1.083.413-1.935 1.24-2.556.84-.62 2.131-.931 3.872-.931h2.744c0-.737-.229-1.3-.686-1.69-.457-.404-1.143-.606-2.058-.606a6.03 6.03 0 0 0-1.881.303 4.838 4.838 0 0 0-1.55.78L.444 1.408C1.092.96 1.866.614 2.766.368A10.795 10.795 0 0 1 5.576 0zM5.31 9.726c.59 0 1.114-.13 1.571-.39.458-.275.782-.672.974-1.192v-1.19H5.488c-1.416 0-2.124.454-2.124 1.364 0 .433.17.78.509 1.04.354.245.833.368 1.438.368zM25.37.173l-5.024 11.654h-3.563l-5-11.654h3.562l3.297 7.928L22.05.173h3.32zM37.452 6.043c0 .044-.022.347-.066.91h-9.007a2.743 2.743 0 0 0 1.15 1.711c.606.419 1.358.628 2.258.628.62 0 1.166-.086 1.638-.26a4.121 4.121 0 0 0 1.35-.866l1.836 1.95C35.49 11.372 33.852 12 31.7 12c-1.343 0-2.53-.253-3.563-.758-1.033-.52-1.83-1.235-2.39-2.145-.56-.91-.841-1.942-.841-3.097 0-1.14.273-2.166.819-3.076A5.757 5.757 0 0 1 28.003.78C28.977.26 30.061 0 31.256 0c1.165 0 2.22.245 3.164.736a5.348 5.348 0 0 1 2.213 2.123c.546.91.82 1.971.82 3.184zm-6.174-3.487c-.782 0-1.438.217-1.97.65-.53.433-.855 1.025-.973 1.776h5.864c-.118-.737-.442-1.321-.974-1.755-.53-.447-1.18-.671-1.947-.671zM46.323 0c1.475 0 2.663.433 3.563 1.3.914.866 1.372 2.151 1.372 3.855v6.672h-3.453V5.675c0-.924-.206-1.61-.62-2.058-.412-.462-1.01-.693-1.792-.693-.87 0-1.563.267-2.08.802-.516.52-.774 1.3-.774 2.339v5.762h-3.452V.173h3.297v1.365A4.475 4.475 0 0 1 44.088.412 5.909 5.909 0 0 1 46.323 0zM65.717.173v11.654h-3.275V10.44a4.696 4.696 0 0 1-1.638 1.17c-.634.26-1.32.39-2.058.39-1.564 0-2.803-.44-3.717-1.321-.915-.881-1.372-2.188-1.372-3.92V.172h3.452V6.26c0 1.877.804 2.816 2.412 2.816.826 0 1.49-.26 1.991-.78.502-.534.753-1.321.753-2.361V.173h3.452zM79.913 6.043c0 .044-.022.347-.066.91H70.84a2.743 2.743 0 0 0 1.151 1.711c.605.419 1.357.628 2.257.628.62 0 1.166-.086 1.638-.26a4.122 4.122 0 0 0 1.35-.866l1.837 1.95C77.95 11.372 76.313 12 74.16 12c-1.343 0-2.53-.253-3.563-.758-1.033-.52-1.83-1.235-2.39-2.145-.56-.91-.84-1.942-.84-3.097 0-1.14.272-2.166.818-3.076A5.757 5.757 0 0 1 70.465.78C71.437.26 72.521 0 73.716 0c1.166 0 2.22.245 3.165.736a5.348 5.348 0 0 1 2.213 2.123c.546.91.818 1.971.818 3.184zM73.74 2.556c-.782 0-1.438.217-1.97.65-.53.433-.855 1.025-.973 1.776h5.864c-.118-.737-.442-1.321-.973-1.755-.531-.447-1.18-.671-1.948-.671zM82.853 12c-.604 0-1.113-.202-1.526-.607-.413-.404-.62-.91-.62-1.516 0-.62.207-1.119.62-1.494.413-.39.922-.585 1.526-.585.605 0 1.114.195 1.527.585.413.375.62.873.62 1.494 0 .607-.207 1.112-.62 1.516-.413.405-.922.607-1.526.607z\" fill=\"#fff\"/></svg></a></div>-->
  1095.                     </div>
  1096.                 </div>
  1097.             </div>
  1098.         </div>
  1099.     </footer>
  1100. </div>
  1101. <div class=\"modal modal--mobile\" id=\"requestCall\" style=\"display:none;\">
  1102.     <h3 class=\"modal__title\">Перезвоните мне</h3>
  1103.     <form id=\"callbackForm\" action=\"#\" class=\"form\">
  1104.         <input name=\"type\" value=\"callback\" type=\"hidden\">
  1105.         <input name=\"token\" type=\"hidden\">
  1106.         <div class=\"form__group\">
  1107.             <input name=\"name\" class=\"form__control\" type=\"text\" placeholder=\"Имя\" required>
  1108.         </div>
  1109.         <div class=\"form__group\">
  1110.             <input name=\"phone\" type=\"tel\" class=\"form__control\" placeholder=\"+7 (\" id=\"a-phone-modal\" required>
  1111.         </div>
  1112.         <div class=\"form__btn\">
  1113.             <button type=\"submit\" class=\"btn\">Отправить заявку</button>
  1114.         </div>
  1115.         <div class=\"form__help\">
  1116.             Нажимая кнопку «Отправить», я даю <a href=\"";
  1117.         // line 699
  1118.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agreement");
  1119.         yield "\" target=\"_blank\">согласие</a> на&nbsp;обработку персональных данных.
  1120.         </div>
  1121.         <div class=\"form__help\">
  1122.             This site is&nbsp;protected by&nbsp;reCAPTCHA and the Google
  1123.             <a rel=\"nofollow\" href=\"https://policies.google.com/privacy\">Privacy Policy</a>
  1124.             and <a rel=\"nofollow\" href=\"https://policies.google.com/terms\">Terms of Service</a> apply.
  1125.         </div>
  1126.     </form>
  1127. </div>
  1128. <link rel=\"stylesheet\" href=\"/css/swiper-bundle.min.css\">
  1129. <link rel=\"stylesheet\" href=\"/css/fancybox.css\">
  1130. <link rel=\"stylesheet\" href=\"/css/select2.min.css\">
  1131. <link rel=\"stylesheet\" href=\"/css/nouislider.min.css\">
  1132. <script src=\"/js/jquery-3.6.0.min.js\"></script>
  1133. <script src=\"/js/swiper-bundle.min.js\"></script>
  1134. <script src=\"/js/fancybox.umd.js\"></script>
  1135. <script src=\"/js/select2.min.js\"></script>
  1136. <script src=\"/js/nouislider.min.js\"></script>
  1137. <script src=\"/js/wNumb.min.js\"></script>
  1138. <script src=\"/js/imask.min.js\"></script>
  1139. ";
  1140.         // line 722
  1141.         yield "<script src=\"/js/index.umd.js\"></script>
  1142. <script>
  1143.     function alertPopup(text) {
  1144.         new Fancybox([
  1145.             {
  1146.                 src: text,
  1147.                 type: \"html\",
  1148.             },
  1149.         ]);
  1150.     }
  1151.     function closePopup() {
  1152.         Fancybox.close();
  1153.     }
  1154.     ";
  1155.         // line 738
  1156.         if ((array_key_exists("message"$context) && (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'738$this->source); })()))) {
  1157.             // line 739
  1158.             yield "    alertPopup(";
  1159.             yield json_encode((isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'739$this->source); })()));
  1160.             yield ");
  1161.     ";
  1162.         }
  1163.         // line 741
  1164.         yield "</script>
  1165. <div class=\"modal modal--mobile\" id=\"forgot\" style=\"display:none;\">
  1166.     <h3 class=\"modal__title\">Восстановление<br> доступа</h3>
  1167.     <p>Укажите почту, чтобы получить новый пароль</p>
  1168.     <form id=\"resetForm\" action=\"#\" class=\"form\">
  1169.         <div class=\"form__group\">
  1170.             <input name=\"email\" class=\"form__control\" type=\"email\" placeholder=\"www@mymail.ru\" required>
  1171.         </div>
  1172.         <div class=\"form__btn\">
  1173.             <button type=\"submit\" class=\"btn\">
  1174.                 <span class=\"btn__text\">Получить ссылку</span>
  1175.             </button>
  1176.         </div>
  1177.     </form>
  1178. </div>
  1179. <script>
  1180.     \$('#resetForm').submit(function () {
  1181.         \$.ajax({
  1182.             type: \"POST\",
  1183.             url: '";
  1184.         // line 762
  1185.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reset-ajax");
  1186.         yield "',
  1187.             data: \$(this).serialize(),
  1188.             success: function (data) {
  1189.                 closePopup();
  1190.                 alertPopup(data.message);
  1191.             }
  1192.         }).fail(function() {
  1193.             alertPopup('Ошибка');
  1194.         });
  1195.         return false;
  1196.     });
  1197. </script>
  1198. ";
  1199.         // line 776
  1200.         yield from $this->unwrap()->yieldBlock('popups'$context$blocks);
  1201.         // line 779
  1202.         yield "
  1203. <script src=\"/js/script.js?5\"></script>
  1204. <script>
  1205.     function prepareProductBlockCount(parent) {
  1206.         console.log(\"prepareProductBlockCount\", parent);
  1207.         if (!parent) {
  1208.             parent = \$(document);
  1209.         }
  1210.         let productBlockCount = parent.find('.product-block-count');
  1211.         productBlockCount.find('input').change(function () {
  1212.             let plus = \$(this).parent().find('.count__plus');
  1213.             let minus = \$(this).parent().find('.count__minus');
  1214.             let val =  Number(\$(this).val());
  1215.             if (val < 1) {
  1216.                 val = 1;
  1217.             }
  1218.             \$(this).val(val);
  1219.             if (val == 1) {
  1220.                 minus.attr('disabled', 'disabled');
  1221.             } else {
  1222.                 minus.removeAttr('disabled');
  1223.             }
  1224.         });
  1225.         productBlockCount.find('button').click(function () {
  1226.             let input = \$(this).parent().find('input');
  1227.             let val = Number(input.val());
  1228.             let inc = Number(\$(this).attr('data-value'));
  1229.             input.val(val + inc);
  1230.             input.change();
  1231.             return false;
  1232.         });
  1233.         parent.find('.add-to-cart-button').click(function () {
  1234.             let button = \$(this);
  1235.             if (button.hasClass('btn--success')) {
  1236.                 location.href = '";
  1237.         // line 821
  1238.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart");
  1239.         yield "';
  1240.                 return false;
  1241.             }
  1242.             button.attr('disabled', 'disabled');
  1243.             \$.ajax({
  1244.                 type: \"POST\",
  1245.                 url: '";
  1246.         // line 828
  1247.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart-add-ajax");
  1248.         yield "',
  1249.                 data: {
  1250.                     id: button.attr('data-id'),
  1251.                     count: button.closest('.add-to-cart-block').find('input').val()
  1252.                 },
  1253.                 success: function (data) {
  1254.                     \$('#cartDiv').html(data.cartHtml);
  1255.                     button.addClass('btn--success');
  1256.                     button.html('В корзине ' + data.count + '&nbsp;шт');
  1257.                     //alertPopup('Товар добавлен в корзину');
  1258.                 }
  1259.             }).fail(function() {
  1260.                 alertPopup('Ошибка');
  1261.             }).always(function() {
  1262.                 button.removeAttr('disabled');
  1263.             });
  1264.             return false;
  1265.         });
  1266.     }
  1267.     prepareProductBlockCount();
  1268.     \$('.counterparty-link').click(function () {
  1269.         \$.ajax({
  1270.             type: \"POST\",
  1271.             url: '";
  1272.         // line 854
  1273.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart-set-counterparty-ajax");
  1274.         yield "',
  1275.             data: {
  1276.                 id: \$(this).attr('data-id'),
  1277.             },
  1278.             success: function (data) {
  1279.                 location.reload();
  1280.             }
  1281.         }).fail(function() {
  1282.             alertPopup('Ошибка');
  1283.         });
  1284.         return false;
  1285.     });
  1286.     function call_ym(b, c) {
  1287.         console.log(\"ym: \" + b, c);
  1288.         try {
  1289.             ym(37566365, b, c);
  1290.         } catch (e) {
  1291.             console.error(e);
  1292.         }
  1293.         return true;
  1294.     }
  1295.     \$('#callbackForm,form.requestForm').submit(function () {
  1296.         let goal = \$(this).find('input[name=goal]').val();
  1297.         if (goal) {
  1298.             call_ym('reachGoal', goal);
  1299.         }
  1300.         submitFormWithCaptcha(\$(this), function (form) {
  1301.             \$.ajax({
  1302.                 type: \"POST\",
  1303.                 url: '";
  1304.         // line 887
  1305.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("callback-ajax");
  1306.         yield "',
  1307.                 data: form.serialize() + '&source=' + location.pathname,
  1308.                 success: function (data) {
  1309.                     if (data.ok) {
  1310.                         closePopup();
  1311.                     }
  1312.                     alertPopup(data.message);
  1313.                 }
  1314.             }).fail(function() {
  1315.                 alertPopup('Ошибка');
  1316.             });
  1317.         });
  1318.         return false;
  1319.     });
  1320. </script>
  1321. <script>
  1322.     document.addEventListener(\"alpine:init\", () => {
  1323.         Alpine.data(\"searchForm\", () => ({
  1324.             text: '',
  1325.             categories: [],
  1326.             products: [],
  1327.             async getSearchData(text) {
  1328.                 let fullResponse = await (
  1329.                     await fetch(
  1330.                         `/quick-search/?text=\${text}`
  1331.                     )).json();
  1332.                 this.categories = fullResponse.response.categories;
  1333.                 this.products = fullResponse.response.products;
  1334.             },
  1335.         }));
  1336.     });
  1337. </script>
  1338. <style>
  1339.     .grecaptcha-badge {
  1340.         visibility: hidden;
  1341.     }
  1342.     .not-visible {
  1343.         display: none;
  1344.     }
  1345. </style>
  1346. <script src='https://www.google.com/recaptcha/api.js?render=";
  1347.         // line 933
  1348.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["recaptchaSiteKey"]) || array_key_exists("recaptchaSiteKey"$context) ? $context["recaptchaSiteKey"] : (function () { throw new RuntimeError('Variable "recaptchaSiteKey" does not exist.'933$this->source); })()), "html"nulltrue);
  1349.         yield "' async></script>
  1350. <script>
  1351.     function submitFormWithCaptcha(form, handler) {
  1352.         let tokenInput = form.find('input[name=token]');
  1353.         if (tokenInput.val()) {
  1354.             return true;
  1355.         }
  1356.         grecaptcha.ready(function() {
  1357.             console.log('grecaptcha.ready');
  1358.             grecaptcha.execute('";
  1359.         // line 943
  1360.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["recaptchaSiteKey"]) || array_key_exists("recaptchaSiteKey"$context) ? $context["recaptchaSiteKey"] : (function () { throw new RuntimeError('Variable "recaptchaSiteKey" does not exist.'943$this->source); })()), "html"nulltrue);
  1361.         yield "', {action: 'request'}).then(function (token) {
  1362.                 console.log('grecaptcha.execute', token);
  1363.                 tokenInput.val(token);
  1364.                 if (handler) {
  1365.                     console.log('handler', token);
  1366.                     handler(form);
  1367.                 } else {
  1368.                     setTimeout(() => {
  1369.                         console.log('submit', token);
  1370.                         form.submit();
  1371.                     }, 100);
  1372.                 }
  1373.                 console.log('grecaptcha.execute end');
  1374.             }).catch((e) => {
  1375.                 console.error(e);
  1376.                 alertPopup('Произошел технический сбой. Попробуйте повторить позднее');
  1377.             });
  1378.             console.log('grecaptcha.ready end');
  1379.         });
  1380.         return false;
  1381.     }
  1382. </script>
  1383. ";
  1384.         // line 971
  1385.         yield from $this->unwrap()->yieldBlock('scripts'$context$blocks);
  1386.         // line 974
  1387.         yield "
  1388. </body>
  1389. </html>
  1390. ";
  1391.         
  1392.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1393.         
  1394.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1395.         return; yield '';
  1396.     }
  1397.     // line 101
  1398.     public function block_header_class($context, array $blocks = [])
  1399.     {
  1400.         $macros $this->macros;
  1401.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1402.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_class"));
  1403.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1404.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_class"));
  1405.         
  1406.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1407.         
  1408.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1409.         return; yield '';
  1410.     }
  1411.     // line 539
  1412.     public function block_content($context, array $blocks = [])
  1413.     {
  1414.         $macros $this->macros;
  1415.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1416.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  1417.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1418.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  1419.         // line 540
  1420.         yield "
  1421.     ";
  1422.         
  1423.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1424.         
  1425.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1426.         return; yield '';
  1427.     }
  1428.     // line 776
  1429.     public function block_popups($context, array $blocks = [])
  1430.     {
  1431.         $macros $this->macros;
  1432.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1433.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popups"));
  1434.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1435.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popups"));
  1436.         // line 777
  1437.         yield "
  1438. ";
  1439.         
  1440.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1441.         
  1442.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1443.         return; yield '';
  1444.     }
  1445.     // line 971
  1446.     public function block_scripts($context, array $blocks = [])
  1447.     {
  1448.         $macros $this->macros;
  1449.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1450.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  1451.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1452.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  1453.         // line 972
  1454.         yield "
  1455. ";
  1456.         
  1457.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1458.         
  1459.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1460.         return; yield '';
  1461.     }
  1462.     /**
  1463.      * @codeCoverageIgnore
  1464.      */
  1465.     public function getTemplateName()
  1466.     {
  1467.         return "application/layout.html.twig";
  1468.     }
  1469.     /**
  1470.      * @codeCoverageIgnore
  1471.      */
  1472.     public function isTraitable()
  1473.     {
  1474.         return false;
  1475.     }
  1476.     /**
  1477.      * @codeCoverageIgnore
  1478.      */
  1479.     public function getDebugInfo()
  1480.     {
  1481.         return array (  1544 => 972,  1534 => 971,  1522 => 777,  1512 => 776,  1500 => 540,  1490 => 539,  1471 => 101,  1452 => 974,  1450 => 971,  1419 => 943,  1406 => 933,  1357 => 887,  1321 => 854,  1292 => 828,  1282 => 821,  1238 => 779,  1236 => 776,  1219 => 762,  1196 => 741,  1190 => 739,  1188 => 738,  1170 => 722,  1145 => 699,  1101 => 658,  1095 => 655,  1086 => 649,  1053 => 618,  1036 => 599,  1032 => 594,  1027 => 593,  1017 => 584,  1013 => 583,  1009 => 582,  1005 => 581,  1001 => 580,  997 => 579,  993 => 578,  989 => 577,  985 => 576,  971 => 564,  960 => 562,  956 => 561,  935 => 542,  933 => 539,  925 => 533,  909 => 530,  905 => 528,  894 => 526,  890 => 525,  887 => 524,  885 => 523,  878 => 519,  874 => 518,  870 => 516,  864 => 513,  861 => 512,  859 => 511,  856 => 510,  839 => 509,  832 => 504,  827 => 484,  823 => 478,  818 => 477,  814 => 473,  807 => 469,  803 => 468,  799 => 467,  794 => 466,  792 => 465,  783 => 458,  779 => 456,  777 => 455,  771 => 452,  767 => 451,  763 => 450,  759 => 449,  755 => 448,  751 => 447,  747 => 446,  743 => 445,  739 => 444,  730 => 438,  724 => 434,  700 => 388,  694 => 385,  688 => 381,  680 => 377,  672 => 372,  667 => 371,  663 => 369,  661 => 368,  656 => 367,  652 => 365,  641 => 360,  637 => 359,  629 => 358,  625 => 357,  622 => 356,  618 => 355,  606 => 348,  602 => 346,  600 => 345,  592 => 339,  590 => 338,  545 => 296,  536 => 289,  530 => 286,  527 => 285,  519 => 280,  515 => 279,  511 => 278,  506 => 277,  504 => 276,  495 => 268,  493 => 267,  486 => 263,  482 => 262,  478 => 261,  474 => 260,  470 => 259,  466 => 258,  462 => 257,  450 => 248,  444 => 244,  433 => 242,  429 => 241,  420 => 235,  406 => 228,  395 => 219,  386 => 214,  378 => 209,  373 => 208,  367 => 206,  365 => 205,  360 => 204,  356 => 202,  345 => 197,  341 => 196,  333 => 195,  329 => 194,  326 => 193,  322 => 192,  310 => 185,  306 => 183,  304 => 182,  298 => 178,  292 => 176,  289 => 175,  283 => 173,  277 => 171,  274 => 170,  272 => 169,  268 => 167,  266 => 166,  250 => 152,  242 => 147,  238 => 146,  235 => 145,  229 => 142,  226 => 141,  224 => 140,  219 => 139,  217 => 138,  214 => 137,  212 => 136,  208 => 134,  197 => 101,  128 => 34,  116 => 25,  113 => 24,  110 => 23,  99 => 21,  94 => 20,  92 => 19,  87 => 17,  84 => 16,  78 => 14,  76 => 13,  73 => 12,  67 => 10,  65 => 9,  62 => 8,  56 => 6,  54 => 5,  48 => 1,);
  1482.     }
  1483.     public function getSourceContext()
  1484.     {
  1485.         return new Source("<!DOCTYPE html>
  1486. <html lang=\"ru\">
  1487. <head>
  1488.     <meta charset=\"UTF-8\">
  1489.     {% if seoTitle is defined and seoTitle %}
  1490.         <title>{{ seoTitle }}</title>
  1491.     {% endif %}
  1492.     {% if seoDescription is defined and seoDescription %}
  1493.         <meta name=\"description\" content=\"{{ seoDescription }}\">
  1494.     {% endif %}
  1495.     {% if seoKeywords is defined and seoKeywords %}
  1496.         <meta name=\"keywords\" content=\"{{ seoKeywords }}\">
  1497.     {% endif %}
  1498.     <link href=\"{{ app.request.schemeAndHttpHost ~ app.request.pathInfo }}\" rel=\"canonical\">
  1499.     {% if headMeta is defined %}
  1500.         {% for item in headMeta %}
  1501.             <meta property=\"{{ item.property }}\" content=\"{{ item.content }}\">
  1502.         {% endfor %}
  1503.     {% else %}
  1504.         <meta property=\"og:type\" content=\"website\">
  1505.         <meta property=\"og:url\" content=\"{{ app.request.uri }}\">
  1506.         <meta property=\"og:title\" content=\"Decostore\">
  1507.         <meta property=\"og:description\" content=\"Оптовые и розничные продажи декоративных отделочных материалов\">
  1508.         <meta property=\"og:image\" content=\"/img/cover.png\">
  1509.         <meta property=\"og:image:type\" content=\"image/png\">
  1510.         <meta property=\"og:image:width\" content=\"1200\">
  1511.         <meta property=\"og:image:height\" content=\"630\">
  1512.         <meta property=\"twitter:card\" content=\"summary_large_image\">
  1513.     {% endif %}
  1514.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  1515.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  1516.     <link rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\">
  1517.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  1518.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  1519.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  1520.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  1521.     <link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#222F59\">
  1522.     <meta name=\"msapplication-TileColor\" content=\"#222f59\">
  1523.     <meta name=\"theme-color\" content=\"#ffffff\">
  1524.     <link rel=\"stylesheet\" href=\"/css/style.min.css?4\">
  1525.     <script src=\"//unpkg.com/alpinejs\" defer></script>
  1526.     
  1527. <!-- Google Tag Manager -->
  1528.     
  1529.     <script>
  1530.         document.addEventListener('DOMContentLoaded', () => {
  1531.             /** init gtm after 3500 seconds - this could be adjusted */
  1532.             setTimeout(initGTM, 3500);
  1533.         });
  1534.         document.addEventListener('scroll', initGTMOnEvent);
  1535.         document.addEventListener('mousemove', initGTMOnEvent);
  1536.         document.addEventListener('touchstart', initGTMOnEvent);
  1537.     
  1538.         function initGTMOnEvent (event) {
  1539.             initGTM();
  1540.             event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
  1541.         }
  1542.     
  1543.         function initGTM () {
  1544.             if (window.gtmDidInit) {
  1545.                 return false;
  1546.             }
  1547.             window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
  1548.             const script = document.createElement('script');
  1549.             script.type = 'text/javascript';
  1550.             script.async = true;
  1551.             script.onload = () => { dataLayer.push({ event: 'gtm.js', 'gtm.start': (new Date()).getTime(), 'gtm.uniqueEventId': 0 }); } // this part ensures PageViews is always tracked
  1552.             script.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-53CS9H5';
  1553.     
  1554.             document.head.appendChild(script);
  1555.         }
  1556.     </script>
  1557.     
  1558.     <!-- End Google Tag Manager -->    
  1559.     
  1560.     
  1561.     
  1562.     
  1563.     
  1564. </head>
  1565. <body>
  1566. <!-- Google Tag Manager (noscript) -->
  1567. <!-- <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-53CS9H5\"
  1568.                   height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript> -->
  1569. <!-- End Google Tag Manager (noscript) -->
  1570. <div class=\"wrapper\">
  1571.     <header id=\"header\" class=\"header {% block header_class %}{% endblock %}\">
  1572.         <div class=\"container\">
  1573.             <div class=\"helpnav\">
  1574.                 <div class=\"helpnav__left\">
  1575.                     <a href=\"\" class=\"helpnav__item location\">
  1576.                         <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 6.25A1.875 1.875 0 1 0 10 10a1.875 1.875 0 0 0 0-3.75zM6.875 8.125a3.125 3.125 0 1 1 6.25 0 3.125 3.125 0 0 1-6.25 0z\"/><path d=\"M10 2.5a5.625 5.625 0 0 0-5.625 5.625c0 2.588 1.445 4.944 2.972 6.7A19.707 19.707 0 0 0 10 17.343a19.716 19.716 0 0 0 2.653-2.52c1.527-1.755 2.972-4.111 2.972-6.699A5.625 5.625 0 0 0 10 2.5zm0 15.625-.359.512-.002-.002-.004-.003-.005-.003a20.946 20.946 0 0 1-3.227-2.984c-1.598-1.838-3.278-4.482-3.278-7.52a6.875 6.875 0 0 1 13.75 0c0 3.037-1.68 5.681-3.278 7.52a20.935 20.935 0 0 1-2.949 2.778 12.291 12.291 0 0 1-.267.198l-.016.011-.004.003-.002.001-.359-.511zm0 0 .358.512a.625.625 0 0 1-.716 0l.358-.512z\"/></svg>
  1577.                         Доставка по всей России и СНГ
  1578.                     </a>
  1579.                     {#
  1580.                     <div class=\"helpnav__item language dropdown\">
  1581.                         <a href=\"#\" class=\"dropdown__toggle\">
  1582.                             <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span>-->
  1583.                             <span class=\"language__value\">RU</span>
  1584.                             <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1585.                         </a>
  1586.                         <div class=\"dropdown__menu\">
  1587.                             <ul class=\"dropdown__list\">
  1588.                                 <li class=\"dropdown__item active\">
  1589.                                     <a href=\"/\" class=\"dropdown__link\">
  1590.                                         <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span>-->
  1591.                                         <span class=\"language__value\">RU</span>
  1592.                                     </a>
  1593.                                 </li>
  1594.                                 <li class=\"dropdown__item\">
  1595.                                     <a href=\"https://en.cosca.ru/\" class=\"dropdown__link\">
  1596.                                         <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span>-->
  1597.                                         <span class=\"language__value\">EN</span>
  1598.                                     </a>
  1599.                                 </li>
  1600.                             </ul>
  1601.                         </div>
  1602.                     </div>
  1603.                     #}
  1604.                 </div>
  1605.                 <div class=\"helpnav__center\">
  1606.                     {% if cart.counterpartyId and getIdentity().managers|length %}
  1607.                     <div class=\"helpnav__item helpnav__person\">
  1608.                         {% set manager = getIdentity().managers|first %}
  1609.                         <a href=\"tel:{{ manager.phone }}\" class=\"person\">
  1610.                             {% if manager.picture %}
  1611.                                 <span class=\"person__photo\">
  1612.                                     {{ include('application/partial/picture.html.twig', {image: manager.picture, width: 38, height: 38}) }}
  1613.                                 </span>
  1614.                             {% endif %}
  1615.                             <span class=\"person__detail\">
  1616.                                 <span class=\"person__name\">{{ manager.fullName }}</span>
  1617.                                 <span class=\"person__status\">{{ manager.formattedPhone }}</span>
  1618.                             </span>
  1619.                         </a>
  1620.                     </div>
  1621.                     {% endif %}
  1622.                     <div class=\"helpnav__item\">
  1623.                         <a href=\"tel:+ 78124091555\" class=\"phone-link\">
  1624.                             <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.294 2.275c.217.186.358.41.42.564.035.086.277.653.558 1.314l.165.386c.317.745.644 1.515.742 1.755.17.315.201.81-.116 1.29a.626.626 0 0 1-.011.017c-.036.05-.143.215-.287.434l-.3.461c-.24.364-.517.783-.674.987a5.906 5.906 0 0 0 2.747 2.74 1.72 1.72 0 0 0 .043-.024l.005-.003.076-.05.212-.143a165.778 165.778 0 0 0 .608-.415c.22-.15.445-.303.63-.426.153-.102.31-.204.41-.26a1.243 1.243 0 0 1 1.158-.095c.33.135 3.242 1.367 3.676 1.579a1.242 1.242 0 0 1 .732 1.295 4.375 4.375 0 0 1-1.448 2.728 4.229 4.229 0 0 1-2.89 1.091A11.25 11.25 0 0 1 2.816 8.897v-.002a9.436 9.436 0 0 1-.218-2.549c.054-.99.292-2.12.976-2.966a.593.593 0 0 1 .006-.007c.735-.881 1.592-1.306 2.643-1.44a1.407 1.407 0 0 1 1.071.343zm-.93.9c-.749.099-1.306.38-1.82.995-.441.547-.65 1.364-.697 2.244a8.195 8.195 0 0 0 .184 2.19 10 10 0 0 0 9.719 7.646 2.98 2.98 0 0 0 2.064-.78c.569-.5.936-1.19 1.034-1.942a.58.58 0 0 1-.037-.018c-.295-.15-3.287-1.417-3.61-1.549a.443.443 0 0 1-.01-.004.61.61 0 0 1-.058.035l-.026.015a13.82 13.82 0 0 0-.302.196c-.18.119-.4.268-.619.418l-.257.175-.352.24a8.529 8.529 0 0 1-.377.25 1.58 1.58 0 0 1-.277.13 1.25 1.25 0 0 1-.917-.062l-.004-.002a7.157 7.157 0 0 1-3.338-3.33l-.001-.002a1.25 1.25 0 0 1 .119-1.275c.09-.111.353-.503.637-.935l.265-.405c.154-.236.285-.436.34-.515a.26.26 0 0 0 .027-.054 210.658 210.658 0 0 0-.765-1.807c-.054-.13-.11-.258-.163-.384-.27-.635-.51-1.199-.562-1.325a.413.413 0 0 0-.08-.096.227.227 0 0 0-.067-.041.126.126 0 0 0-.05-.009z\"/></svg>
  1625.                             +7 (812) 409 1 555
  1626.                         </a>
  1627.                     </div>
  1628.                     <div class=\"helpnav__item\">
  1629.                         <button class=\"btn btn--outline btn--sm\" data-fancybox=\"feedback\" data-src=\"#requestCall\">
  1630.                             <span class=\"btn__text\">Перезвоните мне</span>
  1631.                         </button>
  1632.                     </div>
  1633.                 </div>
  1634.                 <div class=\"helpnav__right\">
  1635.                     {% if getIdentity() %}
  1636.                         <div class=\"dropdown user\">
  1637.                             <a href=\"#\" class=\"dropdown__toggle\">
  1638.                                 {% if getIdentity().seller %}
  1639.                                     {% if cart.counterpartyName %}
  1640.                                         {{ cart.counterpartyName }}
  1641.                                     {% else %}
  1642.                                         {{ getIdentity().name }}
  1643.                                     {% endif %}
  1644.                                 {% else %}
  1645.                                     {{ getIdentity().name }}
  1646.                                 {% endif %}
  1647.                                 <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"></path></svg></span>
  1648.                             </a>
  1649.                             <div class=\"dropdown__menu\">
  1650.                                 <ul class=\"dropdown__list scroll\">
  1651.                                     {% if getIdentity().seller %}
  1652.                                         <li class=\"dropdown__item\">
  1653.                                             <div class=\"counterparty-link dropdown__link form__check\">
  1654.                                                 <input type=\"radio\" name=\"userTypeMobile\" value=\"\" id=\"userTypeMobile01\" {% if not cart.counterpartyId %}checked{% endif %}>
  1655.                                                 <label for=\"userTypeMobile01\">
  1656.                                                     Розница
  1657.                                                 </label>
  1658.                                             </div>
  1659.                                         </li>
  1660.                                         {% for counterparty in getIdentity().activeCounterparties %}
  1661.                                                 <li class=\"dropdown__item\">
  1662.                                                     <div data-id=\"{{ counterparty.id }}\" class=\"counterparty-link dropdown__link form__check\">
  1663.                                                         <input type=\"radio\" name=\"userTypeMobile\" value=\"\" id=\"userTypeMobile{{ counterparty.id }}\" {% if cart.counterpartyId == counterparty.id %}checked{% endif %}>
  1664.                                                         <label for=\"userTypeMobile{{ counterparty.id }}\">
  1665.                                                             {{ counterparty.name }}
  1666.                                                         </label>
  1667.                                                     </div>
  1668.                                                 </li>
  1669.                                         {% endfor %}
  1670.                                         <li class=\"divider\"></li>
  1671.                                     {% endif %}
  1672.                                     <li class=\"dropdown__item\"><a href=\"{{ path('orders') }}\" class=\"dropdown__link\">Мои заказы</a></li>
  1673.                                     {% if getIdentity().seller %}
  1674.                                         <li class=\"dropdown__item\"><a href=\"{{ path('managers') }}\" class=\"dropdown__link\">Мои менеджеры</a></li>
  1675.                                     {% endif %}
  1676.                                     <li class=\"dropdown__item\"><a href=\"{{ path('profile') }}\" class=\"dropdown__link\">Личные данные</a></li>
  1677.                                     <li class=\"dropdown__item\"><a href=\"{{ path('logout') }}\" class=\"dropdown__link\">Выйти</a></li>
  1678.                                 </ul>
  1679.                             </div>
  1680.                         </div>
  1681.                     {% else %}
  1682.                         <a href=\"{{ path('login') }}\" class=\"helpnav__item login-link\">
  1683.                             <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  1684.                             Войти
  1685.                         </a>
  1686.                     {% endif %}
  1687.                 </div>
  1688.             </div>
  1689.         </div>
  1690.         <div class=\"header__container\">
  1691.             <div class=\"header__content\">
  1692.                 <div class=\"container\">
  1693.                     <div class=\"navbar\">
  1694.                         <div class=\"navbar__logo\">
  1695.                             <a href=\"/\" class=\"navbar__brand brand\" aria-label=\"Decostore - На главную\">
  1696.                                 <img src=\"/img/{% if cart.counterparty %}decostore-b2b.svg{% else %}decostore.svg{% endif %}\" alt=\"\" class=\"brand__logo\">
  1697.                             </a>
  1698.                         </div>
  1699.                         <div class=\"navbar__nav\">
  1700.                             <nav class=\"nav\">
  1701.                                 <ul class=\"nav__list\">
  1702.                                     <li class=\"nav__item dropdown\">
  1703.                                         <a href=\"{{ path('catalog') }}\" class=\"nav__link dropdown__toggle\">
  1704.                                             Каталог
  1705.                                             <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1706.                                         </a>
  1707.                                         <div class=\"dropdown__menu\">
  1708.                                             <ul class=\"dropdown__list scroll\">
  1709.                                                 {% for category in global.menu %}
  1710.                                                     <li class=\"dropdown__item\"><a href=\"{{ documentUrl(category) }}\" class=\"dropdown__link\">{{ category.name(app.request.locale) }}</a></li>
  1711.                                                 {% endfor %}
  1712.                                             </ul>
  1713.                                         </div>
  1714.                                     </li>
  1715.                                     <li class=\"nav__item\">
  1716.                                         <a href=\"{{ path('gallery') }}\" class=\"nav__link\">Галерея проектов</a>
  1717.                                     </li>
  1718.                                     <li class=\"nav__item dropdown\">
  1719.                                         <a href=\"#\" class=\"nav__link dropdown__toggle\">
  1720.                                             Компания
  1721.                                             <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1722.                                         </a>
  1723.                                         <div class=\"dropdown__menu\">
  1724.                                             <ul class=\"dropdown__list scroll\">
  1725.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('about') }}\" class=\"dropdown__link\">О нас</a></li>
  1726.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('arhitektoram-i-stroitelyam') }}\" class=\"dropdown__link\">Архитекторам, дизайнерам и строителям</a></li>
  1727.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('izgotovlenie-individualnih-izdelii') }}\" class=\"dropdown__link\">Изготовление индивидуальных изделий</a></li>
  1728.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('montazh') }}\" class=\"dropdown__link\">Инструкции по монтажу</a></li>
  1729.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('catalog') }}/sale\" class=\"dropdown__link\">Распродажа</a></li>
  1730.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('blog') }}\" class=\"dropdown__link\">Статьи</a></li>
  1731.                                                 <li class=\"dropdown__item\"><a href=\"{{ path('contacts') }}\" class=\"dropdown__link\">Контакты</a></li>
  1732.                                             </ul>
  1733.                                         </div>
  1734.                                     </li>
  1735.                                     {% if cart.counterparty %}
  1736.                                         <li class=\"nav__item dropdown\">
  1737.                                             <a href=\"#\" class=\"nav__link dropdown__toggle\">
  1738.                                                 Дилерам
  1739.                                                 <span class=\"caret\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1740.                                             </a>
  1741.                                             <div class=\"dropdown__menu\">
  1742.                                                 <ul class=\"dropdown__list scroll\">
  1743.                                                     {# <li class=\"dropdown__item\"><a href=\"#\" class=\"dropdown__link\">Образцы продукции</a></li> #}
  1744.                                                     {# <li class=\"dropdown__item\"><a href=\"#\" class=\"dropdown__link\">Торговое оборудование</a></li> #}
  1745.                                                     <li class=\"dropdown__item\"><a href=\"{{ path('prices') }}\" class=\"dropdown__link\">Прайс листы</a></li>
  1746.                                                     <li class=\"dropdown__item\"><a href=\"{{ path('presentations') }}\" class=\"dropdown__link\">Презентации</a></li>
  1747.                                                     <li class=\"dropdown__item\"><a href=\"{{ path('catalogs') }}\" class=\"dropdown__link\">Каталоги</a></li>
  1748.                                                     <li class=\"dropdown__item\"><a href=\"{{ path('booklets') }}\" class=\"dropdown__link\">Листовки</a></li>
  1749.                                                 </ul>
  1750.                                             </div>
  1751.                                         </li>
  1752.                                     {% else %}
  1753.                                         <li class=\"nav__item\">
  1754.                                             <a href=\"{{ path('dileram') }}\" class=\"nav__link\">Дилерам</a>
  1755.                                         </li>
  1756.                                     {% endif %}
  1757.                                     <li class=\"nav__item nav__item--search\">
  1758.                                         <button class=\"nav__link navbar__btn a-search-toggle\" title=\"Искать на сайте\">
  1759.                                             <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  1760.                                         </button>
  1761.                                     </li>
  1762.                                 </ul>
  1763.                             </nav>
  1764.                             <form x-data=\"searchForm\" x-init=\"getSearchData(text); \$watch('text', value => getSearchData(value))\" action=\"{{ path('search') }}\" class=\"navbar__search search form a-search dropdown\">
  1765.                                 <div class=\"form__group\"><input x-model=\"text\" name=\"searchText\" type=\"text\" class=\"form__control\" aria-label=\"Поиск по сайту\"></div>
  1766.                                 <div class=\"form__btn\">
  1767.                                     <button class=\"search__clear a-search-toggle\" type=\"reset\" aria-label=\"Сбросить\">
  1768.                                         <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.146 3.146a.5.5 0 0 1 .708 0l9 9a.5.5 0 0 1-.708.708l-9-9a.5.5 0 0 1 0-.708z\"/><path d=\"M12.854 3.146a.5.5 0 0 0-.708 0l-9 9a.5.5 0 0 0 .708.708l9-9a.5.5 0 0 0 0-.708z\"/></svg>
  1769.                                     </button>
  1770.                                     <button class=\"search__btn navbar__btn\" title=\"Искать\" disabled>
  1771.                                         <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  1772.                                     </button>
  1773.                                 </div>
  1774.                                 <div class=\"dropdown__menu\">
  1775.                                     <div class=\"scroll\">
  1776.                                         <ul x-show=\"categories.length > 0\" class=\"dropdown__list\">
  1777.                                             <template x-for=\"(item, index) in categories\" :key=\"index\">
  1778.                                                 <li class=\"dropdown__item\"><a x-text=\"item.name\" x-bind:href=\"item.url\" class=\"dropdown__link\"></a></li>
  1779.                                             </template>
  1780.                                         </ul>
  1781.                                         <div x-show=\"products.length > 0\" class=\"dropdown__title\"><span class=\"dropdown__title-text\">Популярные товары</span></div>
  1782.                                         <ul x-show=\"products.length > 0\" class=\"dropdown__list\">
  1783.                                             <template x-for=\"(item, index) in products\" :key=\"index\">
  1784.                                                 <li class=\"dropdown__item item-search\">
  1785.                                                     <div class=\"item-search__photo\">
  1786.                                                         <picture x-show=\"item.image\">
  1787.                                                             <source x-bind:srcset=\"item.webp + ' 1x, ' + item.webpRetina + ' 2x'\"
  1788.                                                                     type=\"image/webp\">
  1789.                                                             <img x-bind:src=\"item.image\" x-bind:srcset=\"item.imageRetina + ' 2x'\"
  1790.                                                                     alt=\"\" width=\"74\" height=\"61\">
  1791.                                                         </picture>
  1792.                                                     </div>
  1793.                                                     <div class=\"item-search__title\"><a x-text=\"item.name\" x-bind:href=\"item.url\"></a></div>
  1794.                                                     <div x-text=\"item.price ? Math.round(item.price) + ' ₽' : ''\" class=\"item-search__price\" ></div>
  1795.                                                 </li>
  1796.                                             </template>
  1797.                                         </ul>
  1798.                                     </div>
  1799.                                 </div>
  1800.                             </form>
  1801.                         </div>
  1802.                         <div class=\"navbar__control\">
  1803.                             <button class=\"navbar__btn navbar__btn--phone\" data-fancybox=\"feedbackM\" data-src=\"#requestCall\" aria-label=\"Перезвонить мне\">
  1804.                                 <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.294 2.275c.217.186.358.41.42.564.035.086.277.653.558 1.314l.165.386c.317.745.644 1.515.742 1.755.17.315.201.81-.116 1.29a.626.626 0 0 1-.011.017c-.036.05-.143.215-.287.434l-.3.461c-.24.364-.517.783-.674.987a5.906 5.906 0 0 0 2.747 2.74 1.72 1.72 0 0 0 .043-.024l.005-.003.076-.05.212-.143a165.778 165.778 0 0 0 .608-.415c.22-.15.445-.303.63-.426.153-.102.31-.204.41-.26a1.243 1.243 0 0 1 1.158-.095c.33.135 3.242 1.367 3.676 1.579a1.242 1.242 0 0 1 .732 1.295 4.375 4.375 0 0 1-1.448 2.728 4.229 4.229 0 0 1-2.89 1.091A11.25 11.25 0 0 1 2.816 8.897v-.002a9.436 9.436 0 0 1-.218-2.549c.054-.99.292-2.12.976-2.966a.593.593 0 0 1 .006-.007c.735-.881 1.592-1.306 2.643-1.44a1.407 1.407 0 0 1 1.071.343zm-.93.9c-.749.099-1.306.38-1.82.995-.441.547-.65 1.364-.697 2.244a8.195 8.195 0 0 0 .184 2.19 10 10 0 0 0 9.719 7.646 2.98 2.98 0 0 0 2.064-.78c.569-.5.936-1.19 1.034-1.942a.58.58 0 0 1-.037-.018c-.295-.15-3.287-1.417-3.61-1.549a.443.443 0 0 1-.01-.004.61.61 0 0 1-.058.035l-.026.015a13.82 13.82 0 0 0-.302.196c-.18.119-.4.268-.619.418l-.257.175-.352.24a8.529 8.529 0 0 1-.377.25 1.58 1.58 0 0 1-.277.13 1.25 1.25 0 0 1-.917-.062l-.004-.002a7.157 7.157 0 0 1-3.338-3.33l-.001-.002a1.25 1.25 0 0 1 .119-1.275c.09-.111.353-.503.637-.935l.265-.405c.154-.236.285-.436.34-.515a.26.26 0 0 0 .027-.054 210.658 210.658 0 0 0-.765-1.807c-.054-.13-.11-.258-.163-.384-.27-.635-.51-1.199-.562-1.325a.413.413 0 0 0-.08-.096.227.227 0 0 0-.067-.041.126.126 0 0 0-.05-.009z\"/></svg>
  1805.                             </button>
  1806.                             {% if getIdentity() %}
  1807.                                 <div class=\"navbar__btn navbar__btn--user dropdown user\">
  1808.                                     <a href=\"#\" class=\"dropdown__toggle\" aria-label=\"Профиль пользователя\">
  1809.                                         <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  1810.                                     </a>
  1811.                                     <div class=\"dropdown__menu\">
  1812.                                         <ul class=\"dropdown__list scroll\">
  1813.                                             {% if getIdentity().seller %}
  1814.                                                 <li class=\"dropdown__item\">
  1815.                                                     <div class=\"counterparty-link dropdown__link form__check\">
  1816.                                                         <input type=\"radio\" name=\"userType\" value=\"\" id=\"userType01\" {% if not cart.counterpartyId %}checked{% endif %}>
  1817.                                                         <label for=\"userType01\">
  1818.                                                             Розница
  1819.                                                         </label>
  1820.                                                     </div>
  1821.                                                 </li>
  1822.                                                 {% for counterparty in getIdentity().activeCounterparties %}
  1823.                                                     <li class=\"dropdown__item\">
  1824.                                                         <div data-id=\"{{ counterparty.id }}\" class=\"counterparty-link dropdown__link form__check\">
  1825.                                                             <input type=\"radio\" name=\"userType\" value=\"\" id=\"userType{{ counterparty.id }}\" {% if cart.counterpartyId == counterparty.id %}checked{% endif %}>
  1826.                                                             <label for=\"userType{{ counterparty.id }}\">
  1827.                                                                 {{ counterparty.name }}
  1828.                                                             </label>
  1829.                                                         </div>
  1830.                                                     </li>
  1831.                                                 {% endfor %}
  1832.                                                 <li class=\"divider\"></li>
  1833.                                             {% endif %}
  1834.                                             <li class=\"dropdown__item\"><a href=\"{{ path('orders') }}\" class=\"dropdown__link\">Мои заказы</a></li>
  1835.                                             {% if getIdentity().seller %}
  1836.                                                 <li class=\"dropdown__item\"><a href=\"\" class=\"dropdown__link\">Мои менеджеры</a></li>
  1837.                                             {% endif %}
  1838.                                             <li class=\"dropdown__item\"><a href=\"{{ path('profile') }}\" class=\"dropdown__link\">Личные данные</a></li>
  1839.                                             <li class=\"dropdown__item\"><a href=\"{{ path('logout') }}\" class=\"dropdown__link\">Выйти</a></li>
  1840.                                         </ul>
  1841.                                     </div>
  1842.                                 </div>
  1843.                             {% else %}
  1844.                                 <a href=\"{{ path('login') }}\" class=\"navbar__btn navbar__btn--user\" aria-label=\"Войти\">
  1845.                                     <svg width=\"32\" height=\"32\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 3.125a6.875 6.875 0 1 0 0 13.75 6.875 6.875 0 0 0 0-13.75zM1.875 10a8.125 8.125 0 1 1 16.25 0 8.125 8.125 0 0 1-16.25 0z\" fill=\"#fff\"/><path d=\"M10 6.875a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm-3.75 2.5a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0z\" fill=\"#fff\"/><path d=\"M10 13.124a5 5 0 0 0-4.458 2.737.625.625 0 1 1-1.115-.566 6.25 6.25 0 0 1 11.146 0 .625.625 0 1 1-1.114.566A5 5 0 0 0 10 13.124z\"/></svg>
  1846.                                 </a>
  1847.                             {% endif %}
  1848.                             <button class=\"navbar__btn navbar__btn--search a-search-toggle\" aria-label=\"Искать на сайте\">
  1849.                                 <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.25 2.5a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5zM1.5 7.25a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0z\"/><path d=\"M10.609 10.609a.5.5 0 0 1 .707 0l3.038 3.037a.5.5 0 0 1-.707.707l-3.038-3.037a.5.5 0 0 1 0-.707z\"/></svg>
  1850.                             </button>
  1851.                             <div id=\"compareDiv\">
  1852.                                 {{ include('application/partial/compare.html.twig') }}
  1853.                             </div>
  1854.                             <div id=\"cartDiv\">
  1855.                                 {{ include('application/partial/cart.html.twig') }}
  1856.                             </div>
  1857.                         </div>
  1858.                         <button class=\"navbar__toggle\" aria-label=\"Показать меню\" data-fancybox=\"menu\" data-src=\"#mainNav\">
  1859.                             <span class=\"navbar__toggle-icon\"></span>
  1860.                         </button>
  1861.                     </div>
  1862.                 </div>
  1863.                 <div class=\"search__backdrop a-search-toggle\"></div>
  1864.             </div>
  1865.         </div>
  1866.         <div class=\"modal mainnav\" id=\"mainNav\" style=\"display:none;\">
  1867.             <div class=\"mainnav__content\">
  1868.                 <div class=\"mainnav__sidebar\">
  1869.                     <div class=\"mainnav__header\">
  1870.                         <div class=\"navbar__logo\">
  1871.                             <a href=\"/\" class=\"navbar__brand brand\">
  1872.                                 <img src=\"/img/decostore.svg\" alt=\"\" width=\"180\" class=\"brand__logo\" loading=\"lazy\">
  1873.                             </a>
  1874.                         </div>
  1875.                         {#
  1876.                         <div class=\"language dropdown\">
  1877.                             <a href=\"#\" class=\"dropdown__toggle\">
  1878.                                 <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span> -->
  1879.                                 <span class=\"language__value\">RU</span>
  1880.                                 <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1881.                             </a>
  1882.                             <div class=\"dropdown__menu\">
  1883.                                 <ul class=\"dropdown__list\">
  1884.                                     <li class=\"dropdown__item active\">
  1885.                                         <a href=\"/\" class=\"dropdown__link\">
  1886.                                             <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span> -->
  1887.                                             <span class=\"language__value\">RU</span>
  1888.                                         </a>
  1889.                                     </li>
  1890.                                     <li class=\"dropdown__item\">
  1891.                                         <a href=\"https://en.cosca.ru/\" class=\"dropdown__link\">
  1892.                                             <!-- <span class=\"language__flag\"><img src=\"/img/flag-ru.png\" width=\"24\" height=\"24\" alt=\"\"></span> -->
  1893.                                             <span class=\"language__value\">EN</span>
  1894.                                         </a>
  1895.                                     </li>
  1896.                                 </ul>
  1897.                             </div>
  1898.                         </div>
  1899.                         #}
  1900.                     </div>
  1901.                     <div class=\"site-nav\">
  1902.                         <div class=\"site-nav__group collapse a-collapse\">
  1903.                             <div class=\"site-nav__title collapse__toggle\">
  1904.                                 <a href=\"{{ path('about') }}\">
  1905.                                     Компания
  1906.                                     <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1907.                                 </a>
  1908.                             </div>
  1909.                             <ul class=\"site-nav__list collapse__body\">
  1910.                                 <li class=\"site-nav__item\"><a href=\"{{ path('about') }}\" class=\"site-nav__link\">О нас</a></li>
  1911.                                 <li class=\"site-nav__item\"><a href=\"{{ path('gallery') }}\" class=\"site-nav__link\">Галерея проектов</a></li>
  1912.                                 <li class=\"site-nav__item\"><a href=\"{{ path('dileram') }}\" class=\"site-nav__link\">Стать дилером</a></li>
  1913.                                 <li class=\"site-nav__item\"><a href=\"{{ path('arhitektoram-i-stroitelyam') }}\" class=\"site-nav__link\">Архитекторам, дизайнерам и строителям</a></li>
  1914.                                 <li class=\"site-nav__item\"><a href=\"{{ path('izgotovlenie-individualnih-izdelii') }}\" class=\"site-nav__link\">Изготовление индивидуальных изделий</a></li>
  1915.                                 <li class=\"site-nav__item\"><a href=\"{{ path('montazh') }}\" class=\"site-nav__link\">Инструкции по монтажу</a></li>
  1916.                                 <li class=\"site-nav__item\"><a href=\"{{ path('catalog') }}/sale\" class=\"site-nav__link\">Распродажа</a></li>
  1917.                                 <li class=\"site-nav__item\"><a href=\"{{ path('blog') }}\" class=\"site-nav__link\">Статьи</a></li>
  1918.                                 <li class=\"site-nav__item\"><a href=\"{{ path('contacts') }}\" class=\"site-nav__link\">Контакты</a></li>
  1919.                             </ul>
  1920.                         </div>
  1921.                         {% if cart.counterparty %}
  1922.                             <div class=\"site-nav__group collapse a-collapse\">
  1923.                                 <div class=\"site-nav__title collapse__toggle\">
  1924.                                     <a href=\"{{ path('marketing') }}\">
  1925.                                         Дилерам
  1926.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1927.                                     </a>
  1928.                                 </div>
  1929.                                 <ul class=\"site-nav__list collapse__body\">
  1930.                                     {# <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Образцы продукции</a></li> #}
  1931.                                     {# <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Торговое оборудование</a></li> #}
  1932.                                     <li class=\"site-nav__item\"><a href=\"{{ path('prices') }}\" class=\"site-nav__link\">Прайс листы</a></li>
  1933.                                     <li class=\"site-nav__item\"><a href=\"{{ path('presentations') }}\" class=\"site-nav__link\">Презентации</a></li>
  1934.                                     <li class=\"site-nav__item\"><a href=\"{{ path('catalogs') }}\" class=\"site-nav__link\">Каталоги</a></li>
  1935.                                     <li class=\"site-nav__item\"><a href=\"{{ path('booklets') }}\" class=\"site-nav__link\">Листовки</a></li>
  1936.                                 </ul>
  1937.                             </div>
  1938.                         {% endif %}
  1939.                         <div class=\"site-nav__group collapse a-collapse\">
  1940.                             <ul class=\"site-nav__list collapse__body\">
  1941. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Оформление заказа</a></li>#}
  1942. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Гарантии</a></li>#}
  1943.                                 <li class=\"site-nav__item\"><a href=\"{{ path('delivery') }}\" class=\"site-nav__link\">Доставка и оплата</a></li>
  1944.                                 <li class=\"site-nav__item\"><a href=\"{{ path('help') }}\" class=\"site-nav__link\">Помощь</a></li>
  1945. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Безопасность</a></li>#}
  1946. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Как выбрать</a></li>#}
  1947. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Калькуляторы</a></li>#}
  1948. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Монтаж</a></li>#}
  1949. {#                                <li class=\"site-nav__item\"><a href=\"{{ path('blog') }}\" class=\"site-nav__link\">Статьи</a></li>#}
  1950.                             </ul>
  1951.                         </div>
  1952. {#                        <div class=\"site-nav__group collapse a-collapse\">#}
  1953. {#                            <div class=\"site-nav__title collapse__toggle\">#}
  1954. {#                                <a href=\"#\">#}
  1955. {#                                    Дилерам#}
  1956. {#                                    <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>#}
  1957. {#                                </a>#}
  1958. {#                            </div>#}
  1959. {#                            <ul class=\"site-nav__list collapse__body\">#}
  1960. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Образцы продукции</a></li>#}
  1961. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Торговое оборудование</a></li>#}
  1962. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Прайс-листы</a></li>#}
  1963. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Презентации</a></li>#}
  1964. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Каталоги</a></li>#}
  1965. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Листовки</a></li>#}
  1966. {#                                <li class=\"site-nav__item\"><a href=\"#\" class=\"site-nav__link\">Живая лента</a></li>#}
  1967. {#                            </ul>#}
  1968. {#                        </div>#}
  1969.                     </div>
  1970.                 </div>
  1971.                 <div class=\"mainnav__main\">
  1972.                     <div class=\"category\">
  1973.                         {% for category in global.menu %}
  1974.                             <div class=\"category__group\">
  1975.                                 {% if category.image %}
  1976.                                     <div class=\"category__photo\">
  1977.                                         {{ include('application/partial/picture.html.twig', {image: category.image, width: 70, height: 102}) }}
  1978.                                     </div>
  1979.                                 {% endif %}
  1980.                                 <div class=\"category__detail collapse a-collapse\">
  1981.                                     <div class=\"category__title collapse__toggle\">
  1982.                                         <a href=\"{{ documentUrl(category) }}\">
  1983.                                             {{ category.name(app.request.locale) }}
  1984.                                             <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  1985.                                         </a>
  1986.                                     </div>
  1987.                                     {% if category.children|length %}
  1988.                                         <ul class=\"category__list collapse__body\">
  1989.                                             {% for child in category.children %}
  1990.                                                 <li class=\"category__item\"><a href=\"{{ documentUrl(child) }}\" class=\"category__link\">{{ child.name(app.request.locale) }}</a></li>
  1991.                                             {% endfor %}
  1992.                                         </ul>
  1993.                                     {% endif %}
  1994.                                 </div>
  1995.                             </div>
  1996.                         {% endfor %}
  1997.                     </div>
  1998.                 </div>
  1999.             </div>
  2000.         </div>
  2001.     </header>
  2002.     {% block content %}
  2003.     {% endblock %}
  2004.     <footer class=\"footer\">
  2005.         <div class=\"container\">
  2006.             <div class=\"footer__content\">
  2007.                 <div class=\"footer__row\">
  2008.                     <div class=\"footer__sidebar\">
  2009.                         <img src=\"/img/decostore.svg\" width=\"210\" alt=\"Decostore\" loading=\"lazy\">
  2010.                     </div>
  2011.                     <div class=\"footer__main\">
  2012.                         <div class=\"footer__row\">
  2013.                             <div class=\"footer__column collapse a-collapse\">
  2014.                                 <div class=\"footer__title collapse__toggle\">
  2015.                                     <a class=\"\">
  2016.                                         Каталог
  2017.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  2018.                                     </a>
  2019.                                 </div>
  2020.                                 <div class=\"collapse__body\">
  2021.                                     <ul class=\"footernav\">
  2022.                                         {% for category in global.menu %}
  2023.                                             <li class=\"footernav__item\"><a href=\"{{ documentUrl(category) }}\" class=\"footernav__link\">{{ category.name(app.request.locale) }}</a></li>
  2024.                                         {% endfor %}
  2025.                                     </ul>
  2026.                                 </div>
  2027.                             </div>
  2028.                             <div class=\"footer__column collapse a-collapse\">
  2029.                                 <div class=\"footer__title collapse__toggle\">
  2030.                                     <a class=\"\">
  2031.                                         Компания
  2032.                                         <span class=\"caret\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.867 5.146a.536.536 0 0 1 0 .708l-4.546 5a.426.426 0 0 1-.642 0l-4.546-5a.536.536 0 0 1 0-.708.426.426 0 0 1 .643 0L8 9.793l4.224-4.647a.426.426 0 0 1 .643 0z\"/></svg></span>
  2033.                                     </a>
  2034.                                 </div>
  2035.                                 <div class=\"collapse__body\">
  2036.                                     <ul class=\"footernav\">
  2037.                                         <li class=\"footernav__item\"><a href=\"{{ path('about') }}\" class=\"footernav__link\">О нас</a></li>
  2038.                                         <li class=\"footernav__item\"><a href=\"{{ path('gallery') }}\" class=\"footernav__link\">Галерея проектов</a></li>
  2039.                                         <li class=\"footernav__item\"><a href=\"{{ path('dileram') }}\" class=\"footernav__link\">Стать дилером</a></li>
  2040.                                         <li class=\"footernav__item\"><a href=\"{{ path('arhitektoram-i-stroitelyam') }}\" class=\"footernav__link\">Архитекторам, дизайнерам и строителям</a></li>
  2041.                                         <li class=\"footernav__item\"><a href=\"{{ path('izgotovlenie-individualnih-izdelii') }}\" class=\"footernav__link\">Изготовление индивидуальных изделий</a></li>
  2042.                                         <li class=\"footernav__item\"><a href=\"{{ path('montazh') }}\" class=\"footernav__link\">Инструкции по монтажу</a></li>
  2043.                                         <li class=\"footernav__item\"><a href=\"{{ path('catalog') }}/sale\" class=\"footernav__link\">Распродажа</a></li>
  2044.                                         <li class=\"footernav__item\"><a href=\"{{ path('blog') }}\" class=\"footernav__link\">Статьи</a></li>
  2045.                                         <li class=\"footernav__item\"><a href=\"{{ path('contacts') }}\" class=\"footernav__link\">Контакты</a></li>
  2046.                                     </ul>
  2047.                                 </div>
  2048.                             </div>
  2049.                             <div class=\"footer__column collapse a-collapse\">
  2050.                                 <div class=\"collapse__body\">
  2051.                                     <ul class=\"footernav\">
  2052. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Оформление заказа</a></li>#}
  2053. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Гарантии</a></li>#}
  2054.                                         <li class=\"footernav__item\"><a href=\"{{ path('delivery') }}\" class=\"footernav__link\">Доставка и оплата</a></li>
  2055.                                         <li class=\"footernav__item\"><a href=\"{{ path('help') }}\" class=\"footernav__link\">Помощь</a></li>
  2056. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Безопасность</a></li>#}
  2057. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Как выбрать</a></li>#}
  2058. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Калькуляторы</a></li>#}
  2059. {#                                        <li class=\"footernav__item\"><a href=\"#\" class=\"footernav__link\">Монтаж</a></li>#}
  2060.                                         <li class=\"footernav__item\"><a href=\"{{ path('blog') }}\" class=\"footernav__link\">Статьи</a></li>
  2061.                                     </ul>
  2062.                                 </div>
  2063.                             </div>
  2064.                             <div class=\"footer__column\">
  2065.                                 <div class=\"footer__title\">Контакты</div>
  2066.                                 <div class=\"item-contact\">
  2067.                                     СПб, Ленинский пр-т, д. 140Е, ТВЦ \"Загородный дом\",
  2068.                                     1-й этаж, мод. 9.
  2069.                                 </div>
  2070.                                 <div class=\"item-contact\"><a href=\"tel:+78124091555\" class=\"phone-link\">+7 (812) 380-87-93</a></div>
  2071.                                 <div class=\"item-contact\"><a href=\"mailto:cosca@coscadecor.com\" class=\"mail-link\">cosca@coscadecor.com</a></div>
  2072.                                 {#
  2073.                                     <div class=\"item-contact footer__requisites\">
  2074.                                         ООО &laquo;Коска Декор&raquo;<br>
  2075.                                         ИНН 7811515010
  2076.                                     </div>
  2077.                                 #}
  2078.                                 <div class=\"item-contact footer__requisites\">
  2079.                                     ООО «Декостор»<br />
  2080.                                     ИНН 470300285480<br />
  2081.                                     ОГРН 304470335000088
  2082.                                 </div>
  2083.                                 <div class=\"item-contact\">
  2084.                                     <button class=\"btn btn--outline\" data-fancybox=\"feedback2\" data-src=\"#requestCall\">
  2085.                                         <span class=\"btn__text\">перезвоните мне</span>
  2086.                                     </button>
  2087.                                 </div>
  2088.                                 <ul class=\"social\">
  2089.                                     <li class=\"social__item\">
  2090.                                         <a href=\"https://www.youtube.com/channel/UCGtVDT427P_lwGt5OPCiv1w\" target=\"_blank\" class=\"social__link\" aria-label=\"Youtube\">
  2091.                                             <svg width=\"25\" height=\"17\" viewBox=\"0 0 25 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.86 3.8c0-.2-.327-1.8-1.09-2.5C22.79.3 21.698.2 21.153.2h-.109C17.664 0 12.648 0 12.54 0c0 0-5.124 0-8.505.2h-.109C3.38.2 2.29.3 1.308 1.3.545 2.1.218 3.7.218 3.9.218 4 0 5.8 0 7.7v1.7c0 1.9.218 3.7.218 3.8 0 .2.327 1.8 1.09 2.5.873.9 1.963 1 2.617 1.1h.327c1.963.2 7.96.2 8.178.2 0 0 5.125 0 8.505-.2h.11c.544-.1 1.635-.2 2.616-1.1.763-.8 1.09-2.4 1.09-2.6 0-.1.218-1.9.218-3.8V7.6c.11-1.8-.109-3.7-.109-3.8zm-8.068 4.9-6.543 3.2c-.109 0-.109.1-.218.1s-.218 0-.218-.1c-.109-.1-.218-.2-.218-.4V5c0-.2.11-.3.218-.4.11-.1.327-.1.545 0l6.543 3.2c.218.1.327.2.327.4s-.218.4-.436.5z\"/></svg>
  2092.                                         </a>
  2093.                                     </li>
  2094.                                     <li class=\"social__item\">
  2095.                                         <a href=\"https://vk.com/cosca_decor\" target=\"_blank\" class=\"social__link\" aria-label=\"ВКонтакте\">
  2096.                                             <svg width=\"26\" height=\"14\" viewBox=\"0 0 26 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.412.962a8.12 8.12 0 0 1-1.181 2.215l.02-.03c-.485.732-1.065 1.577-1.739 2.537-.578.757-.884 1.149-.918 1.176-.15.17-.253.377-.289.606v.006c.028.208.134.39.29.525l.433.437c2.319 2.155 3.623 3.641 3.912 4.458.038.09.06.194.06.302 0 .19-.067.366-.18.51l.001-.003a1.102 1.102 0 0 1-.85.283h.005-2.856c-.365 0-.701-.115-.964-.307l.003.002a7.196 7.196 0 0 1-1.03-.93l-.01-.011c-.5-.51-.942-.94-1.329-1.29-1.287-1.106-2.237-1.66-2.85-1.66a.917.917 0 0 0-.56.132l.005-.001a.708.708 0 0 0-.174.572v-.004a11.138 11.138 0 0 0-.04 1.375v-.016 1.136a.68.68 0 0 1 .017.153c0 .237-.12.448-.306.589h-.001a3.754 3.754 0 0 1-1.752.262l.014.001a9.72 9.72 0 0 1-4.632-1.242l.038.02c-1.637-.9-2.994-2.072-4.027-3.456l-.03-.041a25.568 25.568 0 0 1-2.677-3.913l-.076-.15A23.06 23.06 0 0 1 .403 2.457l-.065-.181A5.974 5.974 0 0 1 .002.772L0 .748C0 .253.322.005.966.005h2.85a1.225 1.225 0 0 1 .8.22L4.616.223c.216.215.377.479.456.773l.003.012a23.773 23.773 0 0 0 1.72 3.543l-.073-.135c.522.951 1.1 1.77 1.759 2.525l-.025-.03c.578.641 1.028.962 1.352.962l.035.001c.16 0 .3-.078.375-.196l.002-.002a1.6 1.6 0 0 0 .12-.771v.006-3.802a2.91 2.91 0 0 0-.347-1.242l.009.019a2.884 2.884 0 0 0-.488-.681l.004.003c-.178-.16-.3-.371-.337-.606L9.178.596c0-.167.085-.317.217-.415h.001a.78.78 0 0 1 .499-.175h4.501a.718.718 0 0 1 .606.218 1.234 1.234 0 0 1 .173.748V.967v5.07a.892.892 0 0 0 .147.572l-.002-.003c.079.106.211.174.36.174a1.1 1.1 0 0 0 .512-.158l-.003.002c.294-.184.548-.392.768-.629l.004-.005a15.483 15.483 0 0 0 1.794-2.205l.042-.068c.372-.56.776-1.247 1.14-1.954l.068-.144.483-.874C20.656.308 21.107 0 21.637 0l.061.001h-.003 2.85c.77 0 1.059.32.867.961z\"/></svg>
  2097.                                         </a>
  2098.                                     </li>
  2099.                                 </ul>
  2100.                             </div>
  2101.                         </div>
  2102.                     </div>
  2103.                 </div>
  2104.             </div>
  2105.             <div class=\"footer__info\">
  2106.                 <div class=\"footer__row\">
  2107.                     <div class=\"footer__sidebar\">
  2108.                         <div class=\"footer__brand\">
  2109.                             &copy; {{ \"now\"|date('Y') }} Decostore
  2110.                         </div>
  2111.                     </div>
  2112.                     <div class=\"footer__main\">
  2113.                         <ul class=\"infonav\">
  2114.                             <li class=\"infonav__item\">
  2115.                                 <a href=\"{{ path('agreement') }}\" class=\"infonav__link\">Политика конфиденциальности</a>
  2116.                             </li>
  2117.                             <li class=\"infonav__item\">
  2118.                                 <a href=\"{{ path('map') }}\" class=\"infonav__link\">Карта сайта</a>
  2119.                             </li>
  2120.                         </ul>
  2121.                         <ul class=\"payment\">
  2122.                             <li class=\"payment__item\">
  2123.                                 <svg width=\"42\" height=\"15\" viewBox=\"0 0 42 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16.817 1.82-2.135 12.848h3.415l2.136-12.847h-3.416zm-4.997.015-3.343 8.761-.357-1.322C7.46 7.68 5.59 5.39 3.392 3.947l3.056 10.715 3.612-.007 5.376-12.823-3.616.003z\"/><path d=\"M6.825 2.754c-.2-.783-.776-1.015-1.489-1.044H.044L0 1.967C4.12 2.991 6.844 5.46 7.975 8.43l-1.15-5.676zm20.327 1.53a6.164 6.164 0 0 1 2.555.492l.307.148.462-2.785a8.613 8.613 0 0 0-3.057-.538c-3.374 0-5.751 1.741-5.77 4.239-.021 1.844 1.694 2.875 2.99 3.49 1.33.631 1.776 1.032 1.77 1.594-.011.86-1.061 1.254-2.042 1.254-1.367 0-2.093-.194-3.215-.672l-.439-.205-.48 2.875c.799.36 2.273.668 3.804.684 3.587 0 5.92-1.721 5.945-4.39.014-1.46-.896-2.574-2.869-3.488-1.194-.595-1.925-.992-1.917-1.594 0-.534.62-1.105 1.956-1.105zm12.087-2.45h-2.64c-.818 0-1.427.23-1.787 1.067l-5.07 11.775h3.586s.584-1.583.717-1.93l4.371.005c.102.45.417 1.925.417 1.925H42L39.239 1.834zm-4.211 8.282 1.36-3.592c-.02.036.278-.743.454-1.226l.231 1.108.79 3.709h-2.835v.001z\"/></svg>
  2124.                             </li>
  2125.                             <li class=\"payment__item\">
  2126.                                 <svg width=\"50\" height=\"16\" viewBox=\"0 0 50 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.569 1.001C5.01 1 6.322.871 6.878 2.877c.375 1.348.971 3.56 1.79 6.632H9c.597-2.213 1.2-4.424 1.808-6.632C11.372.85 12.775 1 13.336 1h4.333V15.4h-4.416V6.915h-.295l-2.462 8.484H7.173l-2.462-8.49h-.295v8.49H0V1h4.569zm19.439 0v8.492h.352l2.995-6.982c.58-1.39 1.82-1.51 1.82-1.51h4.272V15.4h-4.508v-8.49h-.353l-2.934 6.982c-.581 1.382-1.879 1.508-1.879 1.508h-4.272V1h4.507zm25.02 6.842c-.63 1.904-2.604 3.268-4.79 3.268H39.51V15.4h-4.287V7.843H49.027zm-4.584-6.842h-9.445c.225 3.206 2.808 5.95 5.484 5.95h8.842c.51-2.665-1.246-5.95-4.881-5.95z\"/></svg>
  2127.                             </li>
  2128.                             <li class=\"payment__item\">
  2129.                                 <svg width=\"34\" height=\"21\" viewBox=\"0 0 34 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.2847 20.285C29.6496 20.285 33.9987 15.9679 33.9987 10.6425C33.9987 5.31709 29.6496 1 24.2847 1C18.9199 1 14.5708 5.31709 14.5708 10.6425C14.5708 15.9679 18.9199 20.285 24.2847 20.285Z\"/><path d=\"M16.5968 3.83625C15.697 4.73019 14.9836 5.79147 14.4974 6.95936C14.0112 8.12725 13.7618 9.37883 13.7634 10.6425C13.7634 13.2988 14.8451 15.705 16.5968 17.4488C15.2396 18.8007 13.5088 19.7224 11.6236 20.0972C9.73831 20.472 7.78341 20.2831 6.00643 19.5543C4.22945 18.8254 2.71032 17.5896 1.64142 16.0031C0.572529 14.4167 0.00195313 12.5511 0.00195312 10.6425C0.00195312 8.73395 0.572529 6.86832 1.64142 5.28189C2.71032 3.69545 4.22945 2.45957 6.00643 1.73075C7.78341 1.00193 9.73831 0.812963 11.6236 1.18778C13.5088 1.56259 15.2396 2.48433 16.5968 3.83625ZM18.8722 9.9125C18.7249 7.5075 17.8346 5.42625 16.7403 4.5225L17.2591 3.905C18.5939 5.00875 19.5258 7.34875 19.6807 9.86375C19.8368 12.3988 19.2148 15.2288 17.3007 17.3388L16.6988 16.8013C18.4277 14.895 19.0196 12.3 18.8722 9.91375V9.9125Z\"/></svg>
  2130.                             </li>
  2131.                             <li class=\"payment__item\">
  2132.                                 <svg width=\"50\" height=\"28\" viewBox=\"0 0 50 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m9.596 15.408 3.425 2.252v4.178L9.58 28l.015-12.592z\"/><path d=\"m6.756 13.629 3.418 1.98L.027 21.771l3.311-6.027 3.417-2.115zM22.692 7.935l-6.53-.033-3.144-1.89L9.6.03l13.092 7.905z\"/><path d=\"m9.6.03 3.418 5.981.007 8.243L9.579 13.2 9.6.03zM0 6.048l3.35 6.09-.01 3.606L.027 21.77 0 6.048z\"/><path d=\"M0 6.048 22.64 19.9l-6.487.045L3.35 12.138 0 6.048zM16.163 7.902l6.53.033-9.665 5.94-.01-4.057 3.145-1.916zM34.992 8.884c.794-.724 1.881-1.09 2.951-1.056 1.118-.023 2.244.053 3.356-.079-.24.738-.73 1.378-1.055 2.084-.801.015-1.603-.015-2.404.013-1.029.084-2.01.918-2.11 1.966.936-.933 2.401-.996 3.615-.69.813.277 1.538.887 1.833 1.708.272.721.316 1.513.139 2.262-.27 1.028-1.096 1.823-2.07 2.199-1.148.432-2.47.455-3.613-.003-1.085-.442-1.853-1.468-2.116-2.594-.287-1.002-.249-2.485.046-3.504a5.063 5.063 0 0 1 1.428-2.306zm2.778 3.911c-.61-.12-1.298.128-1.615.665-.575.975.215 2.43 1.505 2.247 1.407-.2 1.773-2.468.11-2.912zm-9.092-2.52c1.265-.312 2.712-.221 3.793.567-.358.577-.68 1.173-1.008 1.766-.528-.176-1.041-.455-1.612-.441-.606-.02-1.262.218-1.607.739a1.749 1.749 0 0 0-.027 1.872c.317.53.942.776 1.535.831.463-.052.934-.117 1.362-.313.102-.064.22-.062.337-.054.21.598.667 1.093.848 1.697-1.165.623-2.555.75-3.83.44-.88-.258-1.718-.761-2.22-1.545-.797-1.221-.767-2.949.148-4.1.552-.743 1.395-1.228 2.281-1.46zm13.867.03a495.22 495.22 0 0 1 7.374 0c-.022 2.335-.008 4.672-.006 7.006-.827.005-1.655.006-2.481 0 .038-1.533-.039-3.063.01-4.59a.618.618 0 0 0-.083-.333c-.754.017-1.511.018-2.266-.001-.048 1.638-.009 3.28-.019 4.92-.841.014-1.683.007-2.524.004.001-2.336.01-4.67-.005-7.005zM13.02 21.838l3.133-1.892 6.488-.045L9.58 28l3.44-6.163z\"/></svg>
  2133.                             </li>
  2134.                         </ul>
  2135.                         <!--<div class=\"avenue\"><a href=\"https://avenuemedia.ru/\" target=\"_blank\"><svg width=\"85\" height=\"12\" viewBox=\"0 0 85 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.577 0c1.844 0 3.26.433 4.248 1.3.989.852 1.483 2.144 1.483 3.877v6.65h-3.23v-1.451C7.427 11.459 6.217 12 4.447 12c-.915 0-1.711-.152-2.39-.455-.664-.303-1.173-.722-1.527-1.256A3.22 3.22 0 0 1 0 8.469c0-1.083.413-1.935 1.24-2.556.84-.62 2.131-.931 3.872-.931h2.744c0-.737-.229-1.3-.686-1.69-.457-.404-1.143-.606-2.058-.606a6.03 6.03 0 0 0-1.881.303 4.838 4.838 0 0 0-1.55.78L.444 1.408C1.092.96 1.866.614 2.766.368A10.795 10.795 0 0 1 5.576 0zM5.31 9.726c.59 0 1.114-.13 1.571-.39.458-.275.782-.672.974-1.192v-1.19H5.488c-1.416 0-2.124.454-2.124 1.364 0 .433.17.78.509 1.04.354.245.833.368 1.438.368zM25.37.173l-5.024 11.654h-3.563l-5-11.654h3.562l3.297 7.928L22.05.173h3.32zM37.452 6.043c0 .044-.022.347-.066.91h-9.007a2.743 2.743 0 0 0 1.15 1.711c.606.419 1.358.628 2.258.628.62 0 1.166-.086 1.638-.26a4.121 4.121 0 0 0 1.35-.866l1.836 1.95C35.49 11.372 33.852 12 31.7 12c-1.343 0-2.53-.253-3.563-.758-1.033-.52-1.83-1.235-2.39-2.145-.56-.91-.841-1.942-.841-3.097 0-1.14.273-2.166.819-3.076A5.757 5.757 0 0 1 28.003.78C28.977.26 30.061 0 31.256 0c1.165 0 2.22.245 3.164.736a5.348 5.348 0 0 1 2.213 2.123c.546.91.82 1.971.82 3.184zm-6.174-3.487c-.782 0-1.438.217-1.97.65-.53.433-.855 1.025-.973 1.776h5.864c-.118-.737-.442-1.321-.974-1.755-.53-.447-1.18-.671-1.947-.671zM46.323 0c1.475 0 2.663.433 3.563 1.3.914.866 1.372 2.151 1.372 3.855v6.672h-3.453V5.675c0-.924-.206-1.61-.62-2.058-.412-.462-1.01-.693-1.792-.693-.87 0-1.563.267-2.08.802-.516.52-.774 1.3-.774 2.339v5.762h-3.452V.173h3.297v1.365A4.475 4.475 0 0 1 44.088.412 5.909 5.909 0 0 1 46.323 0zM65.717.173v11.654h-3.275V10.44a4.696 4.696 0 0 1-1.638 1.17c-.634.26-1.32.39-2.058.39-1.564 0-2.803-.44-3.717-1.321-.915-.881-1.372-2.188-1.372-3.92V.172h3.452V6.26c0 1.877.804 2.816 2.412 2.816.826 0 1.49-.26 1.991-.78.502-.534.753-1.321.753-2.361V.173h3.452zM79.913 6.043c0 .044-.022.347-.066.91H70.84a2.743 2.743 0 0 0 1.151 1.711c.605.419 1.357.628 2.257.628.62 0 1.166-.086 1.638-.26a4.122 4.122 0 0 0 1.35-.866l1.837 1.95C77.95 11.372 76.313 12 74.16 12c-1.343 0-2.53-.253-3.563-.758-1.033-.52-1.83-1.235-2.39-2.145-.56-.91-.84-1.942-.84-3.097 0-1.14.272-2.166.818-3.076A5.757 5.757 0 0 1 70.465.78C71.437.26 72.521 0 73.716 0c1.166 0 2.22.245 3.165.736a5.348 5.348 0 0 1 2.213 2.123c.546.91.818 1.971.818 3.184zM73.74 2.556c-.782 0-1.438.217-1.97.65-.53.433-.855 1.025-.973 1.776h5.864c-.118-.737-.442-1.321-.973-1.755-.531-.447-1.18-.671-1.948-.671zM82.853 12c-.604 0-1.113-.202-1.526-.607-.413-.404-.62-.91-.62-1.516 0-.62.207-1.119.62-1.494.413-.39.922-.585 1.526-.585.605 0 1.114.195 1.527.585.413.375.62.873.62 1.494 0 .607-.207 1.112-.62 1.516-.413.405-.922.607-1.526.607z\" fill=\"#fff\"/></svg></a></div>-->
  2136.                     </div>
  2137.                 </div>
  2138.             </div>
  2139.         </div>
  2140.     </footer>
  2141. </div>
  2142. <div class=\"modal modal--mobile\" id=\"requestCall\" style=\"display:none;\">
  2143.     <h3 class=\"modal__title\">Перезвоните мне</h3>
  2144.     <form id=\"callbackForm\" action=\"#\" class=\"form\">
  2145.         <input name=\"type\" value=\"callback\" type=\"hidden\">
  2146.         <input name=\"token\" type=\"hidden\">
  2147.         <div class=\"form__group\">
  2148.             <input name=\"name\" class=\"form__control\" type=\"text\" placeholder=\"Имя\" required>
  2149.         </div>
  2150.         <div class=\"form__group\">
  2151.             <input name=\"phone\" type=\"tel\" class=\"form__control\" placeholder=\"+7 (\" id=\"a-phone-modal\" required>
  2152.         </div>
  2153.         <div class=\"form__btn\">
  2154.             <button type=\"submit\" class=\"btn\">Отправить заявку</button>
  2155.         </div>
  2156.         <div class=\"form__help\">
  2157.             Нажимая кнопку «Отправить», я даю <a href=\"{{ path('agreement') }}\" target=\"_blank\">согласие</a> на&nbsp;обработку персональных данных.
  2158.         </div>
  2159.         <div class=\"form__help\">
  2160.             This site is&nbsp;protected by&nbsp;reCAPTCHA and the Google
  2161.             <a rel=\"nofollow\" href=\"https://policies.google.com/privacy\">Privacy Policy</a>
  2162.             and <a rel=\"nofollow\" href=\"https://policies.google.com/terms\">Terms of Service</a> apply.
  2163.         </div>
  2164.     </form>
  2165. </div>
  2166. <link rel=\"stylesheet\" href=\"/css/swiper-bundle.min.css\">
  2167. <link rel=\"stylesheet\" href=\"/css/fancybox.css\">
  2168. <link rel=\"stylesheet\" href=\"/css/select2.min.css\">
  2169. <link rel=\"stylesheet\" href=\"/css/nouislider.min.css\">
  2170. <script src=\"/js/jquery-3.6.0.min.js\"></script>
  2171. <script src=\"/js/swiper-bundle.min.js\"></script>
  2172. <script src=\"/js/fancybox.umd.js\"></script>
  2173. <script src=\"/js/select2.min.js\"></script>
  2174. <script src=\"/js/nouislider.min.js\"></script>
  2175. <script src=\"/js/wNumb.min.js\"></script>
  2176. <script src=\"/js/imask.min.js\"></script>
  2177. {#<script type=\"module\" src=\"/js/lite-youtube.min.js\"></script>#}
  2178. <script src=\"/js/index.umd.js\"></script>
  2179. <script>
  2180.     function alertPopup(text) {
  2181.         new Fancybox([
  2182.             {
  2183.                 src: text,
  2184.                 type: \"html\",
  2185.             },
  2186.         ]);
  2187.     }
  2188.     function closePopup() {
  2189.         Fancybox.close();
  2190.     }
  2191.     {% if message is defined and message %}
  2192.     alertPopup({{ message|json_encode|raw }});
  2193.     {% endif %}
  2194. </script>
  2195. <div class=\"modal modal--mobile\" id=\"forgot\" style=\"display:none;\">
  2196.     <h3 class=\"modal__title\">Восстановление<br> доступа</h3>
  2197.     <p>Укажите почту, чтобы получить новый пароль</p>
  2198.     <form id=\"resetForm\" action=\"#\" class=\"form\">
  2199.         <div class=\"form__group\">
  2200.             <input name=\"email\" class=\"form__control\" type=\"email\" placeholder=\"www@mymail.ru\" required>
  2201.         </div>
  2202.         <div class=\"form__btn\">
  2203.             <button type=\"submit\" class=\"btn\">
  2204.                 <span class=\"btn__text\">Получить ссылку</span>
  2205.             </button>
  2206.         </div>
  2207.     </form>
  2208. </div>
  2209. <script>
  2210.     \$('#resetForm').submit(function () {
  2211.         \$.ajax({
  2212.             type: \"POST\",
  2213.             url: '{{ path('reset-ajax') }}',
  2214.             data: \$(this).serialize(),
  2215.             success: function (data) {
  2216.                 closePopup();
  2217.                 alertPopup(data.message);
  2218.             }
  2219.         }).fail(function() {
  2220.             alertPopup('Ошибка');
  2221.         });
  2222.         return false;
  2223.     });
  2224. </script>
  2225. {% block popups %}
  2226. {% endblock %}
  2227. <script src=\"/js/script.js?5\"></script>
  2228. <script>
  2229.     function prepareProductBlockCount(parent) {
  2230.         console.log(\"prepareProductBlockCount\", parent);
  2231.         if (!parent) {
  2232.             parent = \$(document);
  2233.         }
  2234.         let productBlockCount = parent.find('.product-block-count');
  2235.         productBlockCount.find('input').change(function () {
  2236.             let plus = \$(this).parent().find('.count__plus');
  2237.             let minus = \$(this).parent().find('.count__minus');
  2238.             let val =  Number(\$(this).val());
  2239.             if (val < 1) {
  2240.                 val = 1;
  2241.             }
  2242.             \$(this).val(val);
  2243.             if (val == 1) {
  2244.                 minus.attr('disabled', 'disabled');
  2245.             } else {
  2246.                 minus.removeAttr('disabled');
  2247.             }
  2248.         });
  2249.         productBlockCount.find('button').click(function () {
  2250.             let input = \$(this).parent().find('input');
  2251.             let val = Number(input.val());
  2252.             let inc = Number(\$(this).attr('data-value'));
  2253.             input.val(val + inc);
  2254.             input.change();
  2255.             return false;
  2256.         });
  2257.         parent.find('.add-to-cart-button').click(function () {
  2258.             let button = \$(this);
  2259.             if (button.hasClass('btn--success')) {
  2260.                 location.href = '{{ path('cart') }}';
  2261.                 return false;
  2262.             }
  2263.             button.attr('disabled', 'disabled');
  2264.             \$.ajax({
  2265.                 type: \"POST\",
  2266.                 url: '{{ path('cart-add-ajax') }}',
  2267.                 data: {
  2268.                     id: button.attr('data-id'),
  2269.                     count: button.closest('.add-to-cart-block').find('input').val()
  2270.                 },
  2271.                 success: function (data) {
  2272.                     \$('#cartDiv').html(data.cartHtml);
  2273.                     button.addClass('btn--success');
  2274.                     button.html('В корзине ' + data.count + '&nbsp;шт');
  2275.                     //alertPopup('Товар добавлен в корзину');
  2276.                 }
  2277.             }).fail(function() {
  2278.                 alertPopup('Ошибка');
  2279.             }).always(function() {
  2280.                 button.removeAttr('disabled');
  2281.             });
  2282.             return false;
  2283.         });
  2284.     }
  2285.     prepareProductBlockCount();
  2286.     \$('.counterparty-link').click(function () {
  2287.         \$.ajax({
  2288.             type: \"POST\",
  2289.             url: '{{ path('cart-set-counterparty-ajax') }}',
  2290.             data: {
  2291.                 id: \$(this).attr('data-id'),
  2292.             },
  2293.             success: function (data) {
  2294.                 location.reload();
  2295.             }
  2296.         }).fail(function() {
  2297.             alertPopup('Ошибка');
  2298.         });
  2299.         return false;
  2300.     });
  2301.     function call_ym(b, c) {
  2302.         console.log(\"ym: \" + b, c);
  2303.         try {
  2304.             ym(37566365, b, c);
  2305.         } catch (e) {
  2306.             console.error(e);
  2307.         }
  2308.         return true;
  2309.     }
  2310.     \$('#callbackForm,form.requestForm').submit(function () {
  2311.         let goal = \$(this).find('input[name=goal]').val();
  2312.         if (goal) {
  2313.             call_ym('reachGoal', goal);
  2314.         }
  2315.         submitFormWithCaptcha(\$(this), function (form) {
  2316.             \$.ajax({
  2317.                 type: \"POST\",
  2318.                 url: '{{ path('callback-ajax') }}',
  2319.                 data: form.serialize() + '&source=' + location.pathname,
  2320.                 success: function (data) {
  2321.                     if (data.ok) {
  2322.                         closePopup();
  2323.                     }
  2324.                     alertPopup(data.message);
  2325.                 }
  2326.             }).fail(function() {
  2327.                 alertPopup('Ошибка');
  2328.             });
  2329.         });
  2330.         return false;
  2331.     });
  2332. </script>
  2333. <script>
  2334.     document.addEventListener(\"alpine:init\", () => {
  2335.         Alpine.data(\"searchForm\", () => ({
  2336.             text: '',
  2337.             categories: [],
  2338.             products: [],
  2339.             async getSearchData(text) {
  2340.                 let fullResponse = await (
  2341.                     await fetch(
  2342.                         `/quick-search/?text=\${text}`
  2343.                     )).json();
  2344.                 this.categories = fullResponse.response.categories;
  2345.                 this.products = fullResponse.response.products;
  2346.             },
  2347.         }));
  2348.     });
  2349. </script>
  2350. <style>
  2351.     .grecaptcha-badge {
  2352.         visibility: hidden;
  2353.     }
  2354.     .not-visible {
  2355.         display: none;
  2356.     }
  2357. </style>
  2358. <script src='https://www.google.com/recaptcha/api.js?render={{ recaptchaSiteKey }}' async></script>
  2359. <script>
  2360.     function submitFormWithCaptcha(form, handler) {
  2361.         let tokenInput = form.find('input[name=token]');
  2362.         if (tokenInput.val()) {
  2363.             return true;
  2364.         }
  2365.         grecaptcha.ready(function() {
  2366.             console.log('grecaptcha.ready');
  2367.             grecaptcha.execute('{{ recaptchaSiteKey }}', {action: 'request'}).then(function (token) {
  2368.                 console.log('grecaptcha.execute', token);
  2369.                 tokenInput.val(token);
  2370.                 if (handler) {
  2371.                     console.log('handler', token);
  2372.                     handler(form);
  2373.                 } else {
  2374.                     setTimeout(() => {
  2375.                         console.log('submit', token);
  2376.                         form.submit();
  2377.                     }, 100);
  2378.                 }
  2379.                 console.log('grecaptcha.execute end');
  2380.             }).catch((e) => {
  2381.                 console.error(e);
  2382.                 alertPopup('Произошел технический сбой. Попробуйте повторить позднее');
  2383.             });
  2384.             console.log('grecaptcha.ready end');
  2385.         });
  2386.         return false;
  2387.     }
  2388. </script>
  2389. {% block scripts %}
  2390. {% endblock %}
  2391. </body>
  2392. </html>
  2393. ""application/layout.html.twig""/var/www/html/templates/application/layout.html.twig");
  2394.     }
  2395. }