var/cache/dev/twig/81/810fdd272b1a154186f6a9a8c8b74d1e.php line 284

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. use Twig\TemplateWrapper;
  15. /* base.html.twig */
  16. class __TwigTemplate_f1c9e25a26f5c05c500a67a044d19126 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.             'stylesheets' => [$this'block_stylesheets'],
  30.             'body' => [$this'block_body'],
  31.             'javascripts' => [$this'block_javascripts'],
  32.         ];
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = []): iterable
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  41.         // line 1
  42.         yield "<!DOCTYPE html>
  43. <html lang=\"";
  44.         // line 2
  45.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "html"nulltrue);
  46.         yield "\" itemscope itemtype=\"http://schema.org/WebPage\">
  47. \t<head>
  48. \t\t<meta charset=\"UTF-8\">
  49. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  50. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  51. \t\t<title>";
  52.         // line 8
  53.         yield (((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "title", [], "any"falsefalsefalse8)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "title", [], "any"falsefalsefalse8)) : (((CoreExtension::getAttribute($this->env$this->source, ($context["sett"] ?? null), "get", ["sitename"], "method"falsefalsefalse8) . ". ") . CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "name", [], "any"falsefalsefalse8))));
  54.         yield "</title>
  55. \t\t<meta name=\"description\" content=\"";
  56.         // line 9
  57.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "descr", [], "any"falsefalsefalse9), "html"nulltrue);
  58.         yield "\">
  59. \t\t<meta name=\"keywords\" content=\"";
  60.         // line 10
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "kw", [], "any"falsefalsefalse10), "html"nulltrue);
  62.         yield "\">
  63. \t\t<link rel=\"shortcut icon\" href=\"";
  64.         // line 12
  65.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon.ico""pic"), "html"nulltrue);
  66.         yield "\" type=\"image/x-icon\">
  67. \t\t<link rel=\"icon\" href=\"";
  68.         // line 13
  69.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon.ico""pic"), "html"nulltrue);
  70.         yield "\" type=\"image/x-icon\">
  71. \t\t<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
  72.         // line 14
  73.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-57x57.png""pic"), "html"nulltrue);
  74.         yield "\">
  75. \t\t<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"";
  76.         // line 15
  77.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-60x60.png""pic"), "html"nulltrue);
  78.         yield "\">
  79. \t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"";
  80.         // line 16
  81.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-72x72.png""pic"), "html"nulltrue);
  82.         yield "\">
  83. \t\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"";
  84.         // line 17
  85.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-76x76.png""pic"), "html"nulltrue);
  86.         yield "\">
  87. \t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"";
  88.         // line 18
  89.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-114x114.png""pic"), "html"nulltrue);
  90.         yield "\">
  91. \t\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"";
  92.         // line 19
  93.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-120x120.png""pic"), "html"nulltrue);
  94.         yield "\">
  95. \t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"";
  96.         // line 20
  97.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-144x144.png""pic"), "html"nulltrue);
  98.         yield "\">
  99. \t\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"";
  100.         // line 21
  101.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-152x152.png""pic"), "html"nulltrue);
  102.         yield "\">
  103. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
  104.         // line 22
  105.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-180x180.png""pic"), "html"nulltrue);
  106.         yield "\">
  107. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"";
  108.         // line 23
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/android-chrome-192x192.png""pic"), "html"nulltrue);
  110.         yield "\">
  111. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
  112.         // line 24
  113.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon-32x32.png""pic"), "html"nulltrue);
  114.         yield "\">
  115. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
  116.         // line 25
  117.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon-16x16.png""pic"), "html"nulltrue);
  118.         yield "\">
  119. \t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
  120. \t\t<meta name=\"msapplication-TileImage\" content=\"";
  121.         // line 27
  122.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/mstile-144x144.png""pic"), "html"nulltrue);
  123.         yield "\">
  124. \t\t<meta name=\"theme-color\" content=\"#ffffff\">
  125. \t\t";
  126.         // line 30
  127.         $context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
  128.         // line 31
  129.         yield "\t\t";
  130.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse31) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse31)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse31) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse31)))) {
  131.             // line 32
  132.             yield "\t\t\t";
  133.             $context['_parent'] = $context;
  134.             $context['_seq'] = CoreExtension::ensureTraversable(($context["langsarray"] ?? null));
  135.             foreach ($context['_seq'] as $context["_key"] => $context["lang"]) {
  136.                 // line 33
  137.                 yield "\t\t\t\t<link rel=\"alternate\" hreflang=\"";
  138.                 yield $this->extensions['App\Twig\HrefLang']->hrefLang($context["lang"]);
  139.                 yield "\" href=\"";
  140.                 yield $this->extensions['App\Twig\Path']->getLocalePath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse33), "attributes", [], "any"falsefalsefalse33), "get", ["_route"], "method"falsefalsefalse33), $context["lang"], Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse33), "attributes", [], "any"falsefalsefalse33), "all", [], "any"falsefalsefalse33), "_route_params", [], "any"falsefalsefalse33), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse33), "query", [], "any"falsefalsefalse33), "all", [], "any"falsefalsefalse33)), true);
  141.                 yield "\" />\t\t\t
  142. \t\t\t";
  143.             }
  144.             $_parent $context['_parent'];
  145.             unset($context['_seq'], $context['_key'], $context['lang'], $context['_parent']);
  146.             $context array_intersect_key($context$_parent) + $_parent;
  147.             // line 35
  148.             yield "\t\t";
  149.         }
  150.         // line 36
  151.         yield "\t\t
  152. \t\t";
  153.         // line 37
  154.         if ((($tmp = ($context["canonical"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  155.             // line 38
  156.             yield "\t\t\t<link rel=\"canonical\" href=\"";
  157.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["canonical"] ?? null), "html"nulltrue);
  158.             yield "\"/>
  159. \t\t";
  160.         } else {
  161.             // line 40
  162.             yield "\t\t\t<link rel=\"canonical\" href=\"";
  163.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['App\Twig\Path']->getPath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse40), "attributes", [], "any"falsefalsefalse40), "get", ["_route"], "method"falsefalsefalse40), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse40), "attributes", [], "any"falsefalsefalse40), "all", [], "any"falsefalsefalse40), "_route_params", [], "any"falsefalsefalse40))), "html"nulltrue);
  164.             yield "\"/>
  165. \t\t";
  166.         }
  167.         // line 42
  168.         yield "\t\t
  169. \t\t";
  170.         // line 43
  171.         yield CoreExtension::getAttribute($this->env$this->source, ($context["sett"] ?? null), "get", ["meta"], "method"falsefalsefalse43);
  172.         yield "
  173. \t\t";
  174.         // line 47
  175.         yield "\t\t
  176. \t\t";
  177.         // line 48
  178.         if ((((($context["noindex"] ?? null) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse48) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse48))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse48) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "domopt", [], "any"falsefalsefalse48))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse48) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse48)))) {
  179.             // line 49
  180.             yield "\t\t\t<meta name=\"robots\" content=\"noindex, nofollow\"/>
  181. \t\t";
  182.         }
  183.         // line 51
  184.         yield "
  185. \t\t";
  186.         // line 57
  187.         yield "
  188. \t\t";
  189.         // line 58
  190.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse58) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse58)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse58) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse58)))) {
  191.             // line 59
  192.             yield "        <!-- Yandex.Metrika counter -->
  193. \t\t<script type=\"text/javascript\">
  194. \t\t\t(function(m,e,t,r,i,k,a){
  195. \t\t\t\tm[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
  196. \t\t\t\tm[i].l=1*new Date();
  197. \t\t\t\tfor (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
  198. \t\t\t\tk=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
  199. \t\t\t})(window, document,'script','https://mc.webvisor.org/metrika/tag_ww.js', 'ym');
  200. \t\t\tym(24172600, 'init', {webvisor:true, clickmap:true, ecommerce:\"dataLayer\", accurateTrackBounce:true, trackLinks:true});
  201. \t\t</script>
  202. \t\t<noscript><div><img src=\"https://mc.yandex.ru/watch/24172600\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
  203. \t\t<!-- /Yandex.Metrika counter -->
  204. \t\t
  205. \t\t<meta name=\"yandex-verification\" content=\"e9d392bbe8fa2dc7\" />
  206. \t\t";
  207.         }
  208.         // line 75
  209.         yield "\t\t<meta name=\"mailru-verification\" content=\"37d58a46a72cab32\"/>
  210. \t\t";
  211.         // line 76
  212.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse76) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "dom", [], "any"falsefalsefalse76))) {
  213.             // line 77
  214.             yield "\t\t\t<meta name=\"yandex-verification\" content=\"32ebb5a363838de4\"/>
  215. \t\t";
  216.         }
  217.         // line 79
  218.         yield "
  219. \t\t";
  220.         // line 80
  221.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  222.         // line 83
  223.         yield "
  224. \t\t";
  225.         // line 84
  226.         yield Twig\Extension\CoreExtension::include($this->env$context"block/gtm.html.twig");
  227.         yield "
  228. \t\t<script charset=\"UTF-8\" src=\"";
  229.         // line 85
  230.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_sendpulse", [], "any"falsefalsefalse85), "html"nulltrue);
  231.         yield "\" async></script>
  232. \t\t<meta name=\"google-site-verification\" content=\"VvrJOpBdLaX1XdH6LItB6exU1FB2N-uOnCaZSbAiKi4\" />
  233. \t\t";
  234.         // line 89
  235.         yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->init();
  236.         yield "
  237. \t\t";
  238.         // line 90
  239.         yield Twig\Extension\CoreExtension::include($this->env$context"block/ga_consent.html.twig");
  240.         yield "
  241. \t\t";
  242.         // line 92
  243.         if ((($tmp = ($context["ga_events_search"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  244.             // line 93
  245.             yield "\t\t\t";
  246.             yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->searchResults(($context["q"] ?? null), ($context["prods"] ?? null));
  247.             yield "
  248. \t\t";
  249.         }
  250.         // line 95
  251.         yield "
  252. \t\t";
  253.         // line 96
  254.         if ((($tmp = ($context["ga_events_prodlist"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  255.             // line 97
  256.             yield "\t\t\t";
  257.             yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodList(($context["prods"] ?? null));
  258.             yield "
  259. \t\t";
  260.         }
  261.         // line 99
  262.         yield "
  263. \t\t";
  264.         // line 100
  265.         if ((($tmp = ($context["ga_events_prodcont"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  266.             // line 101
  267.             yield "\t\t\t";
  268.             yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodCont(($context["prod"] ?? null));
  269.             yield "
  270. \t\t";
  271.         }
  272.         // line 102
  273.         yield "\t\t
  274. \t\t";
  275.         // line 104
  276.         yield Twig\Extension\CoreExtension::include($this->env$context"block/razmetka.html.twig");
  277.         yield "
  278. \t</head>
  279. \t<body class=\"page";
  280.         // line 106
  281.         yield ((((($_v0 = ($context["args"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[0] ?? null) : null) == "cart")) ? ("-cart") : (""));
  282.         yield "\">
  283. \t\t<div id=\"fb-root\"></div>
  284. \t\t<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v5.0\"></script>
  285. \t\t";
  286.         // line 111
  287.         if (((($_v1 = ($context["args"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null) == "register")) {
  288.             // line 112
  289.             yield "\t\t\t<div id=\"register_error_0\">
  290. \t\t\t\t<div class=\"added-message\">";
  291.             // line 113
  292.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["ps-error"], "method"falsefalsefalse113);
  293.             yield "</div>
  294. \t\t\t</div>
  295. \t\t";
  296.         }
  297.         // line 116
  298.         yield "\t\t<div id=\"prod_added\">
  299. \t\t\t<div class=\"added-message\">";
  300.         // line 117
  301.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["added-message-1"], "method"falsefalsefalse117);
  302.         yield "</div>
  303. \t\t</div>
  304. \t\t<div id=\"prod_removed\">
  305. \t\t\t<div class=\"added-message\">";
  306.         // line 120
  307.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["added-message-2"], "method"falsefalsefalse120);
  308.         yield "</div>
  309. \t\t</div>
  310. \t\t<div id=\"prod_added2\">
  311. \t\t\t<div class=\"added-message\">";
  312.         // line 123
  313.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["added-message-3"], "method"falsefalsefalse123);
  314.         yield "</div>
  315. \t\t</div>
  316. \t\t<span id=\"ScMail\" style=\"display: none;\">";
  317.         // line 126
  318.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsefalsefalse126), "get", ["useremail"], "method"falsefalsefalse126), "html"nulltrue);
  319.         yield "</span>
  320. \t\t<div id=\"supheader\">
  321. \t\t\t";
  322.         // line 129
  323.         yield Twig\Extension\CoreExtension::include($this->env$context"block/timer.html.twig");
  324.         yield "
  325. \t\t\t";
  326.         // line 131
  327.         if (((Twig\Extension\CoreExtension::trim(Twig\Extension\CoreExtension::striptags(CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method"falsefalsefalse131))) != "") && ((CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse131), "cookies", [], "any"falsefalsefalse131), "get", ["message-top"], "method"falsefalsefalse131) == null) || (CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse131), "cookies", [], "any"falsefalsefalse131), "get", ["message-top"], "method"falsefalsefalse131) != "0")))) {
  328.             // line 132
  329.             yield "\t\t\t\t<div class=\"message-top\">
  330. \t\t\t\t\t<div class=\"container\">
  331. \t\t\t\t\t\t<div class=\"row\">
  332. \t\t\t\t\t\t\t<div class=\"col-md-12 pr\">
  333. \t\t\t\t\t\t\t\t<div class=\"message-top-close\">
  334. \t\t\t\t\t\t\t\t\t<a href=\"#\">
  335. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
  336. \t\t\t\t\t\t\t\t\t</a>
  337. \t\t\t\t\t\t\t\t</div>
  338. \t\t\t\t\t\t\t\t";
  339.             // line 141
  340.             yield CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method"falsefalsefalse141);
  341.             yield "
  342. \t\t\t\t\t\t\t</div>
  343. \t\t\t\t\t\t</div>
  344. \t\t\t\t\t</div>
  345. \t\t\t\t</div>
  346. \t\t\t";
  347.         }
  348.         // line 147
  349.         yield "
  350. \t\t\t<div class=\"hidden-xs widemenu\">
  351. \t\t\t\t<div class=\"container\">
  352. \t\t\t\t\t<div class=\"wm-menu\">
  353. \t\t\t\t\t\t<ul class=\"widemenulist\">
  354. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  355. \t\t\t\t\t\t\t\t<a href=\"";
  356.         // line 153
  357.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "delivery"]);
  358.         yield "\" ";
  359.         if (((($_v2 = ($context["args"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[0] ?? null) : null) == "delivery")) {
  360.             yield " class=\"active\" ";
  361.         }
  362.         yield ">";
  363.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-1"], "method"falsefalsefalse153);
  364.         yield "</a>
  365. \t\t\t\t\t\t\t</li>
  366. \t\t\t\t\t\t\t";
  367.         // line 155
  368.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse155) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse155)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse155) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse155)))) {
  369.             // line 156
  370.             yield "\t\t\t\t\t\t\t<li class=\"wm-group-1\">
  371. \t\t\t\t\t\t\t\t<a href=\"";
  372.             // line 157
  373.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "optovim-pokupatelyam"]);
  374.             yield "\" ";
  375.             if (((($_v3 = ($context["args"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3[0] ?? null) : null) == "optovim-pokupatelyam")) {
  376.                 yield " class=\"active\" ";
  377.             }
  378.             yield ">";
  379.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-2"], "method"falsefalsefalse157);
  380.             yield "</a>
  381. \t\t\t\t\t\t\t</li>
  382. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  383. \t\t\t\t\t\t\t\t<a href=\"";
  384.             // line 160
  385.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "skidki"]);
  386.             yield "\" ";
  387.             if (((($_v4 = ($context["args"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4[0] ?? null) : null) == "skidki")) {
  388.                 yield " class=\"active\" ";
  389.             }
  390.             yield ">";
  391.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-3"], "method"falsefalsefalse160);
  392.             yield "</a>
  393. \t\t\t\t\t\t\t</li>
  394. \t\t\t\t\t\t\t";
  395.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 162
  396. ($context["env"] ?? null), "site", [], "any"falsefalsefalse162) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse162))) {
  397.             // line 163
  398.             yield "\t\t\t\t\t\t\t<li class=\"wm-group-1\">
  399. \t\t\t\t\t\t\t\t<a href=\"";
  400.             // line 164
  401.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "promocje"]);
  402.             yield "\" ";
  403.             if (((($_v5 = ($context["args"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5[0] ?? null) : null) == "promocje")) {
  404.                 yield " class=\"active\" ";
  405.             }
  406.             yield ">";
  407.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["promocje"], "method"falsefalsefalse164);
  408.             yield "</a>
  409. \t\t\t\t\t\t\t</li>
  410. \t\t\t\t\t\t\t";
  411.         }
  412.         // line 167
  413.         yield "\t\t\t\t\t\t\t<li class=\"wm-group-2\">
  414. \t\t\t\t\t\t\t\t<a href=\"";
  415.         // line 168
  416.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
  417.         yield "\" ";
  418.         if (((($_v6 = ($context["args"] ?? null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6[0] ?? null) : null) == "contact")) {
  419.             yield " class=\"active\" ";
  420.         }
  421.         yield ">";
  422.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-4"], "method"falsefalsefalse168);
  423.         yield "</a>
  424. \t\t\t\t\t\t\t</li>
  425. \t\t\t\t\t\t\t<li class=\"wm-group-2\">
  426. \t\t\t\t\t\t\t\t<a href=\"";
  427.         // line 171
  428.         yield $this->extensions['App\Twig\Path']->getPath("comments");
  429.         yield "\" ";
  430.         if (((($_v7 = ($context["args"] ?? null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7[0] ?? null) : null) == "comments")) {
  431.             yield " class=\"active\" ";
  432.         }
  433.         yield ">";
  434.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-5"], "method"falsefalsefalse171);
  435.         yield "</a>
  436. \t\t\t\t\t\t\t</li>
  437. \t\t\t\t\t\t\t<li class=\"wm-group-0\">
  438. \t\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
  439. \t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
  440. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">";
  441.         // line 176
  442.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-6"], "method"falsefalsefalse176);
  443.         yield "
  444. \t\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></span>
  445. \t\t\t\t\t\t\t\t\t\t</a>
  446. \t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-left\">
  447. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
  448. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  449.         // line 181
  450.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
  451.         yield "\" ";
  452.         if (((($_v8 = ($context["args"] ?? null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8[0] ?? null) : null) == "contact")) {
  453.             yield " class=\"active\" ";
  454.         }
  455.         yield ">";
  456.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-7"], "method"falsefalsefalse181);
  457.         yield "</a>
  458. \t\t\t\t\t\t\t\t\t\t\t</li>
  459. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
  460. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  461.         // line 184
  462.         yield $this->extensions['App\Twig\Path']->getPath("comments");
  463.         yield "\" ";
  464.         if (((($_v9 = ($context["args"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9[0] ?? null) : null) == "comments")) {
  465.             yield " class=\"active\" ";
  466.         }
  467.         yield ">";
  468.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-8"], "method"falsefalsefalse184);
  469.         yield "</a>
  470. \t\t\t\t\t\t\t\t\t\t\t</li>
  471. \t\t\t\t\t\t\t\t\t\t\t";
  472.         // line 186
  473.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse186) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse186)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse186) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse186)))) {
  474.             // line 187
  475.             yield "\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\"><a href=\"";
  476.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "q"]);
  477.             yield "\"";
  478.             if (((($_v10 = ($context["args"] ?? null)) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10[0] ?? null) : null) == "q")) {
  479.                 yield " class=\"active\"";
  480.             }
  481.             yield ">";
  482.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-14"], "method"falsefalsefalse187);
  483.             yield "</a></li>
  484. \t\t\t\t\t\t\t\t\t\t\t";
  485.         }
  486.         // line 189
  487.         yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  488. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  489.         // line 190
  490.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "about"]);
  491.         yield "\" ";
  492.         if (((($_v11 = ($context["args"] ?? null)) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11[0] ?? null) : null) == "about")) {
  493.             yield " class=\"active\" ";
  494.         }
  495.         yield ">";
  496.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-9"], "method"falsefalsefalse190);
  497.         yield "</a>
  498. \t\t\t\t\t\t\t\t\t\t\t</li>
  499. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  500. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  501.         // line 193
  502.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
  503.         yield "\" ";
  504.         if (((($_v12 = ($context["args"] ?? null)) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12[0] ?? null) : null) == "info")) {
  505.             yield " class=\"active\" ";
  506.         }
  507.         yield ">";
  508.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-10"], "method"falsefalsefalse193);
  509.         yield "</a>
  510. \t\t\t\t\t\t\t\t\t\t\t</li>
  511. \t\t\t\t\t\t\t\t\t\t\t";
  512.         // line 198
  513.         yield "\t\t\t\t\t\t\t\t\t\t\t";
  514.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse198) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "dom", [], "any"falsefalsefalse198)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse198) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse198)))) {
  515.             // line 199
  516.             yield "\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  517. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  518.             // line 200
  519.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "kuponi"]);
  520.             yield "\" ";
  521.             if (((($_v13 = ($context["args"] ?? null)) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13[0] ?? null) : null) == "kuponi")) {
  522.                 yield " class=\"active\" ";
  523.             }
  524.             yield ">";
  525.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-11"], "method"falsefalsefalse200);
  526.             yield "</a>
  527. \t\t\t\t\t\t\t\t\t\t\t\t</li>
  528. \t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  529. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  530.             // line 203
  531.             yield $this->extensions['App\Twig\Path']->getPath("articles_list");
  532.             yield "\" ";
  533.             if (((($_v14 = ($context["args"] ?? null)) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14[0] ?? null) : null) == "articles")) {
  534.                 yield " class=\"active\" ";
  535.             }
  536.             yield ">";
  537.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-12"], "method"falsefalsefalse203);
  538.             yield "</a>
  539. \t\t\t\t\t\t\t\t\t\t\t\t</li>
  540. \t\t\t\t\t\t\t\t\t\t\t";
  541.         }
  542.         // line 206
  543.         yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  544. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  545.         // line 207
  546.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "polzovatelskoe-soglashenie"]);
  547.         yield "\" ";
  548.         if (((($_v15 = ($context["args"] ?? null)) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15[0] ?? null) : null) == "polzovatelskoe-soglashenie")) {
  549.             yield " class=\"active\" ";
  550.         }
  551.         yield ">";
  552.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-13"], "method"falsefalsefalse207);
  553.         yield "</a>
  554. \t\t\t\t\t\t\t\t\t\t\t</li>
  555. \t\t\t\t\t\t\t\t\t\t\t";
  556.         // line 209
  557.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse209) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse209)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse209) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse209)))) {
  558.             // line 210
  559.             yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  560. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  561.             // line 211
  562.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "usloviya-vozvrata-i-obmena"]);
  563.             yield "\" ";
  564.             if (((($_v16 = ($context["args"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16[0] ?? null) : null) == "usloviya-vozvrata-i-obmena")) {
  565.                 yield " class=\"active\" ";
  566.             }
  567.             yield ">";
  568.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["leftmenu-14"], "method"falsefalsefalse211);
  569.             yield "</a>
  570. \t\t\t\t\t\t\t\t\t\t\t</li>
  571. \t\t\t\t\t\t\t\t\t\t\t";
  572.         }
  573.         // line 214
  574.         yield "\t\t\t\t\t\t\t\t\t\t\t";
  575.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse214) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse214))) {
  576.             // line 215
  577.             yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  578. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  579.             // line 216
  580.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "regulamin-hurtowni"]);
  581.             yield "\" ";
  582.             if (((($_v17 = ($context["args"] ?? null)) && is_array($_v17) || $_v17 instanceof ArrayAccess ? ($_v17[0] ?? null) : null) == "regulamin-hurtowni")) {
  583.                 yield " class=\"active\" ";
  584.             }
  585.             yield ">";
  586.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-15"], "method"falsefalsefalse216);
  587.             yield "</a>
  588. \t\t\t\t\t\t\t\t\t\t\t</li>
  589. \t\t\t\t\t\t\t\t\t\t\t";
  590.         }
  591.         // line 219
  592.         yield "\t\t\t\t\t\t\t\t\t\t</ul>
  593. \t\t\t\t\t\t\t\t\t</li>
  594. \t\t\t\t\t\t\t\t</ul>
  595. \t\t\t\t\t\t\t</li>
  596. \t\t\t\t\t\t</ul>
  597. \t\t\t\t\t</div>
  598. \t\t\t\t\t<div class=\"wm-geo\">
  599. \t\t\t\t\t\t";
  600.         // line 226
  601.         if (((((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse226) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "dom", [], "any"falsefalsefalse226)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse226) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "domopt", [], "any"falsefalsefalse226))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse226) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse226))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse226) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse226)))) {
  602.             // line 227
  603.             yield "\t\t\t\t\t\t\t<ul class=\"nav wm-nav wm-langs\">
  604. \t\t\t\t\t\t\t\t<li class=\"dropdown\">
  605. \t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">";
  606.             // line 229
  607.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse229), "locale", [], "any"falsefalsefalse229), "html"nulltrue);
  608.             yield "
  609. \t\t\t\t\t\t\t\t\t\t<span class=\"fa fa-chevron-down\"></span>
  610. \t\t\t\t\t\t\t\t\t</a>
  611. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right dropdown-lang-menu\">
  612. \t\t\t\t\t\t\t\t\t\t";
  613.             // line 233
  614.             $context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
  615.             // line 234
  616.             yield "\t\t\t\t\t\t\t\t\t\t";
  617.             $context['_parent'] = $context;
  618.             $context['_seq'] = CoreExtension::ensureTraversable(($context["langsarray"] ?? null));
  619.             foreach ($context['_seq'] as $context["_key"] => $context["lang"]) {
  620.                 // line 235
  621.                 yield "\t\t\t\t\t\t\t\t\t\t\t";
  622.                 yield "\t\t\t\t\t\t\t\t\t\t\t
  623. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  624.                 // line 236
  625.                 yield $this->extensions['App\Twig\Path']->getLocalePath(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse236), "attributes", [], "any"falsefalsefalse236), "get", ["_route"], "method"falsefalsefalse236), $context["lang"], Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse236), "attributes", [], "any"falsefalsefalse236), "all", [], "any"falsefalsefalse236), "_route_params", [], "any"falsefalsefalse236), CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse236), "query", [], "any"falsefalsefalse236), "all", [], "any"falsefalsefalse236)), true);
  626.                 yield "\">";
  627.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["lang"], "html"nulltrue);
  628.                 yield "</a>
  629. \t\t\t\t\t\t\t\t\t\t\t";
  630.                 // line 239
  631.                 yield "\t\t\t\t\t\t\t\t\t\t";
  632.             }
  633.             $_parent $context['_parent'];
  634.             unset($context['_seq'], $context['_key'], $context['lang'], $context['_parent']);
  635.             $context array_intersect_key($context$_parent) + $_parent;
  636.             // line 240
  637.             yield "\t\t\t\t\t\t\t\t\t</ul>
  638. \t\t\t\t\t\t\t\t</li>
  639. \t\t\t\t\t\t\t</ul>
  640. \t\t\t\t\t\t";
  641.         }
  642.         // line 244
  643.         yield "\t\t\t\t\t\t";
  644.         if (((((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse244) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "dom", [], "any"falsefalsefalse244)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse244) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "domopt", [], "any"falsefalsefalse244))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse244) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse244))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse244) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse244)))) {
  645.             // line 245
  646.             yield "\t\t\t\t\t\t\t<ul class=\"nav wm-geo-nav\">
  647. \t\t\t\t\t\t\t\t<li class=\"dropdown\">
  648. \t\t\t\t\t\t\t\t\t";
  649.             // line 247
  650.             if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "is_opt", [], "any"falsefalsefalse247)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  651.                 // line 248
  652.                 yield "\t\t\t\t\t\t\t\t\t\t<img src=\"";
  653.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("003-placeholderopt.svg""img"), "html"nulltrue);
  654.                 yield "\" width=\"20\" alt=\"\" width=\"10\">
  655. \t\t\t\t\t\t\t\t\t";
  656.             } else {
  657.                 // line 250
  658.                 yield "\t\t\t\t\t\t\t\t\t\t<img src=\"";
  659.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("003-placeholder.svg""img"), "html"nulltrue);
  660.                 yield "\" width=\"20\" alt=\"\" width=\"10\">
  661. \t\t\t\t\t\t\t\t\t";
  662.             }
  663.             // line 252
  664.             yield "\t\t\t\t\t\t\t\t\t&nbsp;&nbsp;
  665. \t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">
  666. \t\t\t\t\t\t\t\t\t\t<span class=\"wm-geo-city\">";
  667.             // line 254
  668.             yield (((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsefalsefalse254), "get", ["checkout"], "method"falsefalsefalse254), "city_name", [], "any"falsefalsefalse254)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsefalsefalse254), "get", ["checkout"], "method"falsefalsefalse254), "city_name", [], "any"falsefalsefalse254), "html"nulltrue)) : (CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method"falsefalsefalse254)));
  669.             yield "</span>
  670. \t\t\t\t\t\t\t\t\t</a>
  671. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
  672. \t\t\t\t\t\t\t\t\t\t<li>
  673. \t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
  674. \t\t\t\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
  675. \t\t\t\t\t\t\t\t\t\t\t\t<span class=\"sr-only\">Close</span>
  676. \t\t\t\t\t\t\t\t\t\t\t</button>
  677. \t\t\t\t\t\t\t\t\t\t\t";
  678.             // line 262
  679.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method"falsefalsefalse262);
  680.             yield "
  681. \t\t\t\t\t\t\t\t\t\t\t-
  682. \t\t\t\t\t\t\t\t\t\t\t<br><span class=\"wm-geo-city\">";
  683.             // line 264
  684.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsefalsefalse264), "get", ["checkout"], "method"falsefalsefalse264), "city_name", [], "any"falsefalsefalse264), "html"nulltrue);
  685.             yield "</span>?
  686. \t\t\t\t\t\t\t\t\t\t</li>
  687. \t\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
  688. \t\t\t\t\t\t\t\t\t\t\t<a data-toggle=\"modal\" href=\"#modal_region_mir\" rel=\"nofollow\" class=\"wm-button-change\">";
  689.             // line 267
  690.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["yourcity2"], "method"falsefalsefalse267);
  691.             yield "</a>
  692. \t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">";
  693.             // line 268
  694.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["yourcity3"], "method"falsefalsefalse268);
  695.             yield "</a>
  696. \t\t\t\t\t\t\t\t\t\t</li>
  697. \t\t\t\t\t\t\t\t\t</ul>
  698. \t\t\t\t\t\t\t\t</li>
  699. \t\t\t\t\t\t\t</ul>
  700. \t\t\t\t\t\t";
  701.         }
  702.         // line 274
  703.         yield "\t\t\t\t\t</div>
  704. \t\t\t\t\t<div class=\"wm-tel\">
  705. \t\t\t\t\t\t";
  706.         // line 276
  707.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse276) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "domopt", [], "any"falsefalsefalse276))) {
  708.             // line 277
  709.             yield "\t\t\t\t\t\t\t<a href=\"";
  710.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  711.                 yield "tel:0800312370";
  712.             } else {
  713.                 yield "#";
  714.             }
  715.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  716.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg""img"), "html"nulltrue);
  717.             yield "\" alt=\"\" width=\"9\">
  718. \t\t\t\t\t\t\t\t0-800-312-370</a>
  719. \t\t\t\t\t\t";
  720.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 279
  721. ($context["env"] ?? null), "site", [], "any"falsefalsefalse279) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse279))) {
  722.             // line 280
  723.             yield "\t\t\t\t\t\t\t<a href=\"";
  724.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  725.                 yield "tel:88005052523";
  726.             } else {
  727.                 yield "#";
  728.             }
  729.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  730.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg""img"), "html"nulltrue);
  731.             yield "\" alt=\"\" width=\"9\">
  732. \t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
  733. \t\t\t\t\t\t";
  734.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 282
  735. ($context["env"] ?? null), "site", [], "any"falsefalsefalse282) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse282))) {
  736.             // line 283
  737.             yield "\t\t\t\t\t\t\t<a href=\"";
  738.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  739.                 yield "tel:88005052523";
  740.             } else {
  741.                 yield "#";
  742.             }
  743.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  744.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg""img"), "html"nulltrue);
  745.             yield "\" alt=\"\" width=\"9\">
  746. \t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
  747. \t\t\t\t\t\t";
  748.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 285
  749. ($context["env"] ?? null), "site", [], "any"falsefalsefalse285) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse285))) {
  750.             // line 286
  751.             yield "\t\t\t\t\t\t\t<a href=\"";
  752.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  753.                 yield "tel:+48668522718";
  754.             } else {
  755.                 yield "#";
  756.             }
  757.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  758.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg""img"), "html"nulltrue);
  759.             yield "\" alt=\"\" width=\"9\">
  760. \t\t\t\t\t\t\t\t+48 668 522 718</a>
  761. \t\t\t\t\t\t";
  762.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 288
  763. ($context["env"] ?? null), "site", [], "any"falsefalsefalse288) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse288))) {
  764.             // line 289
  765.             yield "\t\t\t\t\t\t\t<a href=\"";
  766.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  767.                 yield "tel:+48668522718";
  768.             } else {
  769.                 yield "#";
  770.             }
  771.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  772.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg""img"), "html"nulltrue);
  773.             yield "\" alt=\"\" width=\"9\">
  774. \t\t\t\t\t\t\t\t+48 668 522 718</a>
  775. \t\t\t\t\t\t";
  776.         } else {
  777.             // line 292
  778.             yield "\t\t\t\t\t\t\t<a href=\"";
  779.             if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  780.                 yield "tel:0800312370";
  781.             } else {
  782.                 yield "#";
  783.             }
  784.             yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
  785.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg""img"), "html"nulltrue);
  786.             yield "\" alt=\"\" width=\"9\">
  787. \t\t\t\t\t\t\t\t0-800-312-370</a>
  788. \t\t\t\t\t\t";
  789.         }
  790.         // line 295
  791.         yield "\t\t\t\t\t\t<span class=\"top-phone-time";
  792.         if ((($tmp =  !($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  793.             yield " top-phone-time-inactive";
  794.         }
  795.         yield "\"></span>
  796. \t\t\t\t\t\t<span>";
  797.         // line 296
  798.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["tel-time-from"], "method"falsefalsefalse296);
  799.         yield "
  800. \t\t\t\t\t\t\t";
  801.         // line 297
  802.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["tel-start"], "method"falsefalsefalse297);
  803.         yield "
  804. \t\t\t\t\t\t\t";
  805.         // line 298
  806.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["tel-time-to"], "method"falsefalsefalse298);
  807.         yield "
  808. \t\t\t\t\t\t\t";
  809.         // line 299
  810.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["tel-end"], "method"falsefalsefalse299);
  811.         yield "
  812. \t\t\t\t\t\t\t(";
  813.         // line 300
  814.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["tel-city"], "method"falsefalsefalse300);
  815.         yield ")</span>
  816. \t\t\t\t\t\t&nbsp;|<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
  817. \t\t\t\t\t\t\t";
  818.         // line 302
  819.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["callback"], "method"falsefalsefalse302);
  820.         yield "
  821. \t\t\t\t\t\t</a>
  822. \t\t\t\t\t</div>
  823. \t\t\t\t</div>
  824. \t\t\t</div>
  825. \t\t</div>
  826. \t\t<div id=\"stiheader-ghost\"></div>
  827. \t\t<div id=\"stiheader\">
  828. \t\t\t<div class=\"middle-header\">
  829. \t\t\t\t<div class=\"container\">
  830. \t\t\t\t\t<div class=\"row\">
  831. \t\t\t\t\t\t<div class=\"col-sm-3\">
  832. \t\t\t\t\t\t\t<div class=\"mh-logo\">
  833. \t\t\t\t\t\t\t\t<a href=\"";
  834.         // line 316
  835.         yield $this->extensions['App\Twig\Path']->getPath("home");
  836.         yield "\"><img alt=\"";
  837.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse316), "html"nulltrue);
  838.         yield "\" src=\"";
  839.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse316) . ".") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse316), "locale", [], "any"falsefalsefalse316)) . ".png"), "img"), "html"nulltrue);
  840.         yield "\" class=\"img-responsive\"/></a>
  841. \t\t\t\t\t\t\t</div>
  842. \t\t\t\t\t\t</div>
  843. \t\t\t\t\t\t<div class=\"col-sm-9\">
  844. \t\t\t\t\t\t\t<div class=\"mh-menu\">
  845. \t\t\t\t\t\t\t\t<ul class=\"nav\">
  846. \t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
  847. \t\t\t\t\t\t\t\t\t\t<div href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"mh-button\">
  848. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  849.         // line 324
  850.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("022-menu-1.svg""img"), "html"nulltrue);
  851.         yield "\" alt=\"\" width=\"20\" class=\"iamenu\">
  852. \t\t\t\t\t\t\t\t\t\t\t<img src=\"";
  853.         // line 325
  854.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("022-menu-2" . (((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "is_opt", [], "any"falsefalsefalse325)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html"nulltrue);
  855.         yield "\" alt=\"\" width=\"20\" class=\"amenu\"><span class=\"fa fa-chevron-down\"></span>
  856. \t\t\t\t\t\t\t\t\t\t</div>
  857. \t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right mh-topmenu\">
  858. \t\t\t\t\t\t\t\t\t\t\t<li>\t\t\t\t\t\t\t\t\t\t
  859. \t\t\t\t\t\t\t\t\t\t\t\t";
  860.         // line 329
  861.         yield Twig\Extension\CoreExtension::include($this->env$context"block/catmenu.html.twig", ["template" => "topcatmenu"]);
  862.         yield "
  863. \t\t\t\t\t\t\t\t\t\t\t</li>
  864. \t\t\t\t\t\t\t\t\t\t</ul>
  865. \t\t\t\t\t\t\t\t\t</li>
  866. \t\t\t\t\t\t\t\t</ul>
  867. \t\t\t\t\t\t\t\t<div class=\"mh-menu-block\"></div>
  868. \t\t\t\t\t\t\t</div>
  869. \t\t\t\t\t\t\t<div class=\"mh-pics\">
  870. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  871. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
  872. \t\t\t\t\t\t\t\t\t\t";
  873.         // line 339
  874.         yield Twig\Extension\CoreExtension::include($this->env$context"block/cart.html.twig");
  875.         yield "
  876. \t\t\t\t\t\t\t\t\t</div>
  877. \t\t\t\t\t\t\t\t</div>
  878. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  879. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
  880. \t\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
  881. \t\t\t\t\t\t\t\t\t\t\t<a href=\"";
  882.         // line 345
  883.         yield $this->extensions['App\Twig\Path']->getPath("wishlist");
  884.         yield "\"><img src=\"";
  885.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("006-heart1.png""img"), "html"nulltrue);
  886.         yield "\" alt=\"\"></a>
  887. \t\t\t\t\t\t\t\t\t\t</div>
  888. \t\t\t\t\t\t\t\t\t</div>
  889. \t\t\t\t\t\t\t\t</div>
  890. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  891. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\"
  892. \t\t\t\t\t\t\t\t\t\tdata-controller=\"block-loader\"
  893. \t\t\t\t\t\t\t\t\t\tdata-block-loader-url-value=\"";
  894.         // line 352
  895.         yield $this->extensions['App\Twig\Path']->getPath("block_userlogin");
  896.         yield "\"
  897. \t\t\t\t\t\t\t\t\t\tdata-block-loader-ignore-errors-value=\"true\"
  898. \t\t\t\t\t\t\t\t\t> ...\t\t\t\t\t\t\t\t\t
  899. \t\t\t\t\t\t\t\t\t</div>
  900. \t\t\t\t\t\t\t\t</div>
  901. \t\t\t\t\t\t\t</div>
  902. \t\t\t\t\t\t\t<div class=\"mh-search\">
  903. \t\t\t\t\t\t\t\t<form name=\"search\" action=\"";
  904.         // line 359
  905.         yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"]);
  906.         yield "\" method=\"get\" class=\"input-group\" id=\"topsearch\">
  907. \t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords\" class=\"form-control search\" aria-label=\"";
  908.         // line 360
  909.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method"falsefalsefalse360);
  910.         yield "\" placeholder=\"";
  911.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method"falsefalsefalse360);
  912.         yield "\" value=\"";
  913.         if ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse360), "query", [], "any"falsefalsefalse360), "get", ["q"], "method"falsefalsefalse360)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  914.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse360), "query", [], "any"falsefalsefalse360), "get", ["q"], "method"falsefalsefalse360));
  915.         } elseif ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse360), "parameter", [], "any"falsefalsefalse360), "get", ["q"], "method"falsefalsefalse360)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  916.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse360), "parameter", [], "any"falsefalsefalse360), "get", ["q"], "method"falsefalsefalse360));
  917.         }
  918.         yield "\">
  919. \t\t\t\t\t\t\t\t\t<div class=\"input-group-btn\">
  920. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search2\"><img src=\"";
  921.         // line 362
  922.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("005-search" . (((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "is_opt", [], "any"falsefalsefalse362)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html"nulltrue);
  923.         yield "\" alt=\"\" width=\"16\"></button>
  924. \t\t\t\t\t\t\t\t\t</div>
  925. \t\t\t\t\t\t\t\t</form>
  926. \t\t\t\t\t\t\t\t<div class=\"search_queries\">
  927. \t\t\t\t\t\t\t\t\t";
  928.         // line 366
  929.         $context["i"] = 0;
  930.         // line 367
  931.         yield "\t\t\t\t\t\t\t\t\t";
  932.         $context['_parent'] = $context;
  933.         $context['_seq'] = CoreExtension::ensureTraversable(($context["search_queries_rand"] ?? null));
  934.         foreach ($context['_seq'] as $context["_key"] => $context["query"]) {
  935.             // line 368
  936.             yield "\t\t\t\t\t\t\t\t\t\t";
  937.             if ((($context["i"] ?? null) > 0)) {
  938.                 yield "&nbsp;&nbsp;|&nbsp;&nbsp;
  939. \t\t\t\t\t\t\t\t\t\t";
  940.             }
  941.             // line 370
  942.             yield "\t\t\t\t\t\t\t\t\t\t<form action=\"";
  943.             yield (((($tmp = (($_v18 = ($context["search_queries"] ?? null)) && is_array($_v18) || $_v18 instanceof ArrayAccess ? ($_v18[$context["query"]] ?? null) : null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v19 = ($context["search_queries"] ?? null)) && is_array($_v19) || $_v19 instanceof ArrayAccess ? ($_v19[$context["query"]] ?? null) : null), "html"nulltrue)) : ($this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"])));
  944.             yield "\" method=\"GET\" id=\"search-form-";
  945.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["i"] ?? null), "html"nulltrue);
  946.             yield "\">
  947. \t\t\t\t\t\t\t\t\t\t\t";
  948.             // line 371
  949.             if ((($tmp =  !(($_v20 = ($context["search_queries"] ?? null)) && is_array($_v20) || $_v20 instanceof ArrayAccess ? ($_v20[$context["query"]] ?? null) : null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  950.                 yield "<input type=\"hidden\" name=\"q\" value=\"";
  951.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["query"], "html"nulltrue);
  952.                 yield "\">
  953. \t\t\t\t\t\t\t\t\t\t\t";
  954.             }
  955.             // line 373
  956.             yield "\t\t\t\t\t\t\t\t\t\t\t<button type=\"submit\">";
  957.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["query"], "html"nulltrue);
  958.             yield "</button>
  959. \t\t\t\t\t\t\t\t\t\t</form>
  960. \t\t\t\t\t\t\t\t\t\t";
  961.             // line 375
  962.             $context["i"] = (($context["i"] ?? null) + 1);
  963.             // line 376
  964.             yield "\t\t\t\t\t\t\t\t\t";
  965.         }
  966.         $_parent $context['_parent'];
  967.         unset($context['_seq'], $context['_key'], $context['query'], $context['_parent']);
  968.         $context array_intersect_key($context$_parent) + $_parent;
  969.         // line 377
  970.         yield "\t\t\t\t\t\t\t\t</div>
  971. \t\t\t\t\t\t\t</div>
  972. \t\t\t\t\t\t</div>
  973. \t\t\t\t\t</div>
  974. \t\t\t\t</div>
  975. \t\t\t</div>
  976. \t\t\t<nav class=\"navbar navbar-default lastheader\" id=\"lastheader\">
  977. \t\t\t\t";
  978.         // line 385
  979.         yield Twig\Extension\CoreExtension::include($this->env$context"block/navbar-part.html.twig");
  980.         yield "
  981. \t\t\t</nav>
  982. \t\t</div>
  983. \t\t<div class=\"container m-main-buttons visible-xs\">
  984. \t\t\t<form name=\"search\" action=\"";
  985.         // line 390
  986.         yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"]);
  987.         yield "\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
  988. \t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords2\" class=\"form-control search\" aria-label=\"";
  989.         // line 391
  990.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method"falsefalsefalse391);
  991.         yield "\" placeholder=\"";
  992.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method"falsefalsefalse391);
  993.         yield "\" value=\"";
  994.         if ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse391), "query", [], "any"falsefalsefalse391), "get", ["q"], "method"falsefalsefalse391)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  995.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse391), "query", [], "any"falsefalsefalse391), "get", ["q"], "method"falsefalsefalse391));
  996.         } elseif ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse391), "parameter", [], "any"falsefalsefalse391), "get", ["q"], "method"falsefalsefalse391)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  997.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse391), "parameter", [], "any"falsefalsefalse391), "get", ["q"], "method"falsefalsefalse391));
  998.         }
  999.         yield "\">
  1000. \t\t\t\t<div class=\"input-group-btn\">
  1001. \t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search\"><img src=\"";
  1002.         // line 393
  1003.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("005-search" . (((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "is_opt", [], "any"falsefalsefalse393)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html"nulltrue);
  1004.         yield "\" alt=\"\" width=\"16\"></button>
  1005. \t\t\t\t</div>
  1006. \t\t\t</form>
  1007. \t\t\t";
  1008.         // line 396
  1009.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "mainpage", [], "any"falsefalsefalse396) == "1")) {
  1010.             // line 397
  1011.             yield "\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  1012. \t\t\t\t\t<a href=\"";
  1013.             // line 398
  1014.             yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "new"]);
  1015.             yield "\" class=\"m-main-button mmb-1\">";
  1016.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-1"], "method"falsefalsefalse398);
  1017.             yield "</a>
  1018. \t\t\t\t</div>
  1019. \t\t\t\t";
  1020.             // line 400
  1021.             if ((($tmp = ($context["isVisibleActions"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1022.                 // line 401
  1023.                 yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  1024. \t\t\t\t\t\t<a href=\"";
  1025.                 // line 402
  1026.                 yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "action"]);
  1027.                 yield "\" class=\"m-main-button mmb-2\">";
  1028.                 yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-2"], "method"falsefalsefalse402);
  1029.                 yield "</a>
  1030. \t\t\t\t\t</div>
  1031. \t\t\t\t";
  1032.             } else {
  1033.                 // line 405
  1034.                 yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  1035. \t\t\t\t\t\t<a href=\"";
  1036.                 // line 406
  1037.                 yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "mix"]);
  1038.                 yield "\" class=\"m-main-button mmb-2\">";
  1039.                 yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-3"], "method"falsefalsefalse406);
  1040.                 yield "</a>
  1041. \t\t\t\t\t</div>
  1042. \t\t\t\t";
  1043.             }
  1044.             // line 409
  1045.             yield "\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  1046. \t\t\t\t\t<a href=\"";
  1047.             // line 410
  1048.             yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "pop"]);
  1049.             yield "\" class=\"m-main-button mmb-3\">";
  1050.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-4"], "method"falsefalsefalse410);
  1051.             yield "</a>
  1052. \t\t\t\t</div>
  1053. \t\t\t\t<div class=\"col-xs-12 col-nopadding\">
  1054. \t\t\t\t\t<a class=\"m-main-button mmb-4\">";
  1055.             // line 413
  1056.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-5"], "method"falsefalsefalse413);
  1057.             yield "
  1058. \t\t\t\t\t\t<span class=\"pull-right\">
  1059. \t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
  1060. \t\t\t\t\t\t</span>
  1061. \t\t\t\t\t</a>
  1062. \t\t\t\t</div>
  1063. \t\t\t\t<div class=\"clear\"></div>
  1064. \t\t\t\t<div id=\"m-main-cats\">
  1065. \t\t\t\t\t";
  1066.             // line 421
  1067.             yield Twig\Extension\CoreExtension::include($this->env$context"block/catmenu.html.twig", ["template" => "maincatmenu"]);
  1068.             yield "
  1069. \t\t\t\t</div>
  1070. \t\t\t";
  1071.         }
  1072.         // line 424
  1073.         yield "\t\t</div>
  1074. \t\t<!-- Main Content -->
  1075. \t\t<div class=\"container m-t-3 m-m-t\">
  1076. \t\t\t<div class=\"row\">
  1077. \t\t\t\t";
  1078.         // line 429
  1079.         if ((((((Twig\Extension\CoreExtension::testEmpty(($context["prod"] ?? null)) && ((($_v21 = ($context["args"] ?? null)) && is_array($_v21) || $_v21 instanceof ArrayAccess ? ($_v21[0] ?? null) : null) != "login")) && ((($_v22 = ($context["args"] ?? null)) && is_array($_v22) || $_v22 instanceof ArrayAccess ? ($_v22[0] ?? null) : null) != "cart")) && ((($_v23 = ($context["args"] ?? null)) && is_array($_v23) || $_v23 instanceof ArrayAccess ? ($_v23[0] ?? null) : null) != "register")) && ((($_v24 = ($context["args"] ?? null)) && is_array($_v24) || $_v24 instanceof ArrayAccess ? ($_v24[0] ?? null) : null) != "order")) && ((($_v25 = ($context["args"] ?? null)) && is_array($_v25) || $_v25 instanceof ArrayAccess ? ($_v25[0] ?? null) : null) != "checkout"))) {
  1080.             // line 430
  1081.             yield "
  1082. \t\t\t\t\t<!-- Filter Sidebar -->
  1083. \t\t\t\t\t<div class=\"col-sm-3 col-xl-2 left-desktop-menu";
  1084.             // line 432
  1085.             if (((((($_v26 = ($context["args"] ?? null)) && is_array($_v26) || $_v26 instanceof ArrayAccess ? ($_v26[0] ?? null) : null) == "catalog") && CoreExtension::inFilter((($_v27 = ($context["args"] ?? null)) && is_array($_v27) || $_v27 instanceof ArrayAccess ? ($_v27[1] ?? null) : null), ["new""pop""mix""onsale""selection1""selection2"])) && ((($_v28 = ($context["args"] ?? null)) && is_array($_v28) || $_v28 instanceof ArrayAccess ? ($_v28[2] ?? null) : null) == ""))) {
  1086.                 yield " active";
  1087.             }
  1088.             yield "\">
  1089. \t\t\t\t\t\t";
  1090.             // line 433
  1091.             yield Twig\Extension\CoreExtension::include($this->env$context"block/left-blocks.html.twig");
  1092.             yield "
  1093. \t\t\t\t\t</div>
  1094. \t\t\t\t\t<!-- End Filter Sidebar -->
  1095. \t\t\t\t\t<!-- Product List -->
  1096. \t\t\t\t\t<div class=\"col-sm-9 col-xl-10 cont\">
  1097. \t\t\t\t\t";
  1098.         } else {
  1099.             // line 441
  1100.             yield "\t\t\t\t\t\t<div class=\"col-sm-12 cont\">
  1101. \t\t\t\t\t\t";
  1102.         }
  1103.         // line 443
  1104.         yield "
  1105. \t\t\t\t\t\t";
  1106.         // line 444
  1107.         if (((((($_v29 = ($context["args"] ?? null)) && is_array($_v29) || $_v29 instanceof ArrayAccess ? ($_v29[0] ?? null) : null) == "user") && ((($_v30 = ($context["args"] ?? null)) && is_array($_v30) || $_v30 instanceof ArrayAccess ? ($_v30[1] ?? null) : null) == "order-history")) && ($context["order"] ?? null))) {
  1108.             // line 445
  1109.             yield "\t\t\t\t\t\t\t";
  1110.         } elseif ((((($_v31 = ($context["args"] ?? null)) && is_array($_v31) || $_v31 instanceof ArrayAccess ? ($_v31[0] ?? null) : null) == "user") && ((($_v32 = ($context["args"] ?? null)) && is_array($_v32) || $_v32 instanceof ArrayAccess ? ($_v32[1] ?? null) : null) == ""))) {
  1111.             // line 446
  1112.             yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
  1113.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["breadcrumbs-user"], "method"falsefalsefalse446);
  1114.             yield "</h1>
  1115. \t\t\t\t\t\t\t";
  1116.         } elseif (((($_v33 =         // line 447
  1117. ($context["args"] ?? null)) && is_array($_v33) || $_v33 instanceof ArrayAccess ? ($_v33[0] ?? null) : null) == "wishlist")) {
  1118.             // line 448
  1119.             yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
  1120.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["breadcrumbs-wishlist"], "method"falsefalsefalse448);
  1121.             yield "</h1>
  1122. \t\t\t\t\t\t\t";
  1123.         } elseif (((($_v34 =         // line 449
  1124. ($context["args"] ?? null)) && is_array($_v34) || $_v34 instanceof ArrayAccess ? ($_v34[0] ?? null) : null) == "catalog")) {
  1125.             // line 450
  1126.             yield "\t\t\t\t\t\t\t\t<div class=\"title";
  1127.             yield (((($tmp = ($context["prods"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (" pl-breadcrumbs") : (""));
  1128.             yield (((($tmp = ($context["prod"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (" pc-breadcrumbs") : (""));
  1129.             yield "\">";
  1130.             yield Twig\Extension\CoreExtension::include($this->env$context"block/breadcrumbs.html.twig");
  1131.             yield "</div>
  1132. \t\t\t\t\t\t\t";
  1133.         } elseif (((($_v35 =         // line 451
  1134. ($context["args"] ?? null)) && is_array($_v35) || $_v35 instanceof ArrayAccess ? ($_v35[0] ?? null) : null) == "articles")) {
  1135.             // line 452
  1136.             yield "\t\t\t\t\t\t\t\t<div class=\"title";
  1137.             yield (((($tmp = ($context["prods"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (" pl-breadcrumbs") : (""));
  1138.             yield (((($tmp = ($context["prod"] ?? null)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (" pc-breadcrumbs") : (""));
  1139.             yield "\">";
  1140.             yield Twig\Extension\CoreExtension::include($this->env$context"block/breadcrumbs.html.twig");
  1141.             yield "</div>
  1142. \t\t\t\t\t\t\t";
  1143.         } elseif (((((((($_v36 =         // line 453
  1144. ($context["args"] ?? null)) && is_array($_v36) || $_v36 instanceof ArrayAccess ? ($_v36[0] ?? null) : null) != "cart") &&  !Twig\Extension\CoreExtension::testEmpty(($context["args"] ?? null))) && ((($_v37 = ($context["args"] ?? null)) && is_array($_v37) || $_v37 instanceof ArrayAccess ? ($_v37[0] ?? null) : null) != "login")) && ((($_v38 = ($context["args"] ?? null)) && is_array($_v38) || $_v38 instanceof ArrayAccess ? ($_v38[0] ?? null) : null) != "register")) && ((($_v39 = ($context["args"] ?? null)) && is_array($_v39) || $_v39 instanceof ArrayAccess ? ($_v39[0] ?? null) : null) != "comments"))) {
  1145.             // line 454
  1146.             yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
  1147.             yield (((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "h1", [], "any"falsefalsefalse454)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? (CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "h1", [], "any"falsefalsefalse454)) : (CoreExtension::getAttribute($this->env$this->source, ($context["page"] ?? null), "name", [], "any"falsefalsefalse454)));
  1148.             yield "</h1>
  1149. \t\t\t\t\t\t";
  1150.         }
  1151.         // line 456
  1152.         yield "
  1153. \t\t\t\t\t\t";
  1154.         // line 457
  1155.         if (((($_v40 = ($context["args"] ?? null)) && is_array($_v40) || $_v40 instanceof ArrayAccess ? ($_v40[0] ?? null) : null) == "contact")) {
  1156.             // line 458
  1157.             yield "\t\t\t\t\t\t\t";
  1158.             yield Twig\Extension\CoreExtension::include($this->env$context"block/contact.html.twig");
  1159.             yield "
  1160. \t\t\t\t\t\t";
  1161.         }
  1162.         // line 460
  1163.         yield "
  1164. \t\t\t\t\t\t";
  1165.         // line 461
  1166.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  1167.         // line 462
  1168.         yield "
  1169. \t\t\t\t\t</div>
  1170. \t\t\t\t</div>
  1171. \t\t\t</div>
  1172. \t\t\t<!-- End Main Content -->
  1173. \t\t\t<!-- Footer -->
  1174. \t\t\t<div class=\"footer\">
  1175. \t\t\t\t<div class=\"container\">
  1176. \t\t\t\t\t<div class=\"row\">
  1177. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  1178. \t\t\t\t\t\t\t<a href=\"";
  1179.         // line 474
  1180.         yield $this->extensions['App\Twig\Path']->getPath("home");
  1181.         yield "\"><img alt=\"Logo\" src=\"";
  1182.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse474) . ".") . CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse474), "locale", [], "any"falsefalsefalse474)) . ".png"), "img"), "html"nulltrue);
  1183.         yield "\" class=\"img-responsive footmenu-logo\"/></a>
  1184. \t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
  1185. \t\t\t\t\t\t\t\t";
  1186.         // line 476
  1187.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse476) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse476)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse476) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse476)))) {
  1188.             // line 477
  1189.             yield "\t\t\t\t\t\t\t\t<span>";
  1190.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-40"], "method"falsefalsefalse477);
  1191.             yield "</span>
  1192. \t\t\t\t\t\t\t\t<a href=\"";
  1193.             // line 478
  1194.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["instagram-link"], "method"falsefalsefalse478);
  1195.             yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
  1196.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("012-instagram.svg""img"), "html"nulltrue);
  1197.             yield "\" alt=\"\"></a>
  1198. \t\t\t\t\t\t\t\t";
  1199.             // line 479
  1200.             if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse479) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse479)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse479) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "miropt", [], "any"falsefalsefalse479)))) {
  1201.                 // line 480
  1202.                 yield "\t\t\t\t\t\t\t\t\t<a href=\"";
  1203.                 yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["vkontakte-link"], "method"falsefalsefalse480);
  1204.                 yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
  1205.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vk.png""img"), "html"nulltrue);
  1206.                 yield "\" alt=\"\"></a>
  1207. \t\t\t\t\t\t\t\t";
  1208.             }
  1209.             // line 482
  1210.             yield "\t\t\t\t\t\t\t\t<a href=\"";
  1211.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["facebook-link"], "method"falsefalsefalse482);
  1212.             yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
  1213.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("013-facebook.svg""img"), "html"nulltrue);
  1214.             yield "\" alt=\"\"></a>
  1215. \t\t\t\t\t\t\t\t";
  1216.         }
  1217.         // line 484
  1218.         yield "\t\t\t\t\t\t\t</div>
  1219. \t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
  1220. \t\t\t\t\t\t\t\t<span>";
  1221.         // line 486
  1222.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-41"], "method"falsefalsefalse486);
  1223.         yield "</span>
  1224. \t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
  1225.         // line 487
  1226.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("visa2.png""img"), "html"nulltrue);
  1227.         yield "\" alt=\"\" height=\"14\"></a>
  1228. \t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
  1229.         // line 488
  1230.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("mc2.png""img"), "html"nulltrue);
  1231.         yield "\" alt=\"\" height=\"18\"></a>
  1232. \t\t\t\t\t\t\t</div>
  1233. \t\t\t\t\t\t</div>
  1234. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  1235. \t\t\t\t\t\t\t<div class=\"title-footer\">
  1236. \t\t\t\t\t\t\t\t<span>";
  1237.         // line 493
  1238.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-42"], "method"falsefalsefalse493);
  1239.         yield "</span>
  1240. \t\t\t\t\t\t\t</div>
  1241. \t\t\t\t\t\t\t<ul>
  1242. \t\t\t\t\t\t\t\t<li>
  1243. \t\t\t\t\t\t\t\t\t<a href=\"";
  1244.         // line 497
  1245.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "about"]);
  1246.         yield "\">";
  1247.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-51"], "method"falsefalsefalse497);
  1248.         yield "</a>
  1249. \t\t\t\t\t\t\t\t</li>
  1250. \t\t\t\t\t\t\t\t<li>
  1251. \t\t\t\t\t\t\t\t\t<a href=\"";
  1252.         // line 500
  1253.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "delivery"]);
  1254.         yield "\">";
  1255.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-52"], "method"falsefalsefalse500);
  1256.         yield "</a>
  1257. \t\t\t\t\t\t\t\t</li>
  1258. \t\t\t\t\t\t\t\t";
  1259.         // line 502
  1260.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse502) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse502)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse502) != CoreExtension::getAttribute($this->env$this->source, ($context["emv"] ?? null), "mixopt", [], "any"falsefalsefalse502)))) {
  1261.             // line 503
  1262.             yield "\t\t\t\t\t\t\t\t\t<li>
  1263. \t\t\t\t\t\t\t\t\t\t<a href=\"";
  1264.             // line 504
  1265.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "optovim-pokupatelyam"]);
  1266.             yield "\">";
  1267.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-53"], "method"falsefalsefalse504);
  1268.             yield "</a>
  1269. \t\t\t\t\t\t\t\t\t</li>
  1270. \t\t\t\t\t\t\t\t";
  1271.         }
  1272.         // line 507
  1273.         yield "\t\t\t\t\t\t\t\t<li>
  1274. \t\t\t\t\t\t\t\t\t<a href=\"";
  1275.         // line 508
  1276.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
  1277.         yield "\">";
  1278.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-54"], "method"falsefalsefalse508);
  1279.         yield "</a>
  1280. \t\t\t\t\t\t\t\t</li>
  1281. \t\t\t\t\t\t\t\t<li>
  1282. \t\t\t\t\t\t\t\t\t<a href=\"";
  1283.         // line 511
  1284.         yield $this->extensions['App\Twig\Path']->getPath("comments");
  1285.         yield "\">";
  1286.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-55"], "method"falsefalsefalse511);
  1287.         yield "</a>
  1288. \t\t\t\t\t\t\t\t</li>
  1289. \t\t\t\t\t\t\t\t<li>
  1290. \t\t\t\t\t\t\t\t\t<a href=\"";
  1291.         // line 514
  1292.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
  1293.         yield "\">";
  1294.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-56"], "method"falsefalsefalse514);
  1295.         yield "</a>
  1296. \t\t\t\t\t\t\t\t</li>
  1297. \t\t\t\t\t\t\t\t";
  1298.         // line 516
  1299.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse516) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse516)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse516) != CoreExtension::getAttribute($this->env$this->source, ($context["emv"] ?? null), "mixopt", [], "any"falsefalsefalse516)))) {
  1300.             // line 517
  1301.             yield "\t\t\t\t\t\t\t\t<li>
  1302. \t\t\t\t\t\t\t\t\t<a href=\"";
  1303.             // line 518
  1304.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "skidki"]);
  1305.             yield "\">";
  1306.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-57"], "method"falsefalsefalse518);
  1307.             yield "</a>
  1308. \t\t\t\t\t\t\t\t</li>
  1309. \t\t\t\t\t\t\t\t";
  1310.         } elseif ((CoreExtension::getAttribute($this->env$this->source,         // line 520
  1311. ($context["env"] ?? null), "site", [], "any"falsefalsefalse520) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse520))) {
  1312.             // line 521
  1313.             yield "\t\t\t\t\t\t\t\t<li>
  1314. \t\t\t\t\t\t\t\t\t<a href=\"";
  1315.             // line 522
  1316.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "promocje"]);
  1317.             yield "\">";
  1318.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["promocje"], "method"falsefalsefalse522);
  1319.             yield "</a>
  1320. \t\t\t\t\t\t\t\t</li>
  1321. \t\t\t\t\t\t\t\t";
  1322.         }
  1323.         // line 525
  1324.         yield "\t\t\t\t\t\t\t\t";
  1325.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse525) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse525)) && (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse525) != CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse525)))) {
  1326.             // line 526
  1327.             yield "\t\t\t\t\t\t\t\t<li>
  1328. \t\t\t\t\t\t\t\t\t<a href=\"";
  1329.             // line 527
  1330.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "usloviya-vozvrata-i-obmena"]);
  1331.             yield "\">";
  1332.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["leftmenu-14"], "method"falsefalsefalse527);
  1333.             yield "</a>
  1334. \t\t\t\t\t\t\t\t</li>
  1335. \t\t\t\t\t\t\t\t";
  1336.         } else {
  1337.             // line 530
  1338.             yield "\t\t\t\t\t\t\t\t<li>
  1339. \t\t\t\t\t\t\t\t\t<a href=\"";
  1340.             // line 531
  1341.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
  1342.             yield "\">";
  1343.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-10"], "method"falsefalsefalse531);
  1344.             yield "</a>
  1345. \t\t\t\t\t\t\t\t</li>
  1346. \t\t\t\t\t\t\t\t";
  1347.         }
  1348.         // line 534
  1349.         yield "\t\t\t\t\t\t\t\t";
  1350.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse534) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse534))) {
  1351.             // line 535
  1352.             yield "\t\t\t\t\t\t\t\t<li>
  1353. \t\t\t\t\t\t\t\t\t<a href=\"";
  1354.             // line 536
  1355.             yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "regulamin-hurtowni"]);
  1356.             yield "\">";
  1357.             yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["main-static-menu-15"], "method"falsefalsefalse536);
  1358.             yield "</a>
  1359. \t\t\t\t\t\t\t\t</li>
  1360. \t\t\t\t\t\t\t\t";
  1361.         }
  1362.         // line 539
  1363.         yield "\t\t\t\t\t\t\t</ul>
  1364. \t\t\t\t\t\t</div>
  1365. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  1366. \t\t\t\t\t\t\t<div class=\"title-footer\">
  1367. \t\t\t\t\t\t\t\t<span>";
  1368.         // line 543
  1369.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-43"], "method"falsefalsefalse543);
  1370.         yield "</span>
  1371. \t\t\t\t\t\t\t</div>
  1372. \t\t\t\t\t\t\t";
  1373.         // line 545
  1374.         yield Twig\Extension\CoreExtension::include($this->env$context"block/footmenu.html.twig");
  1375.         yield "\t\t\t\t\t\t\t
  1376. \t\t\t\t\t\t</div>
  1377. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6 foot-contacts\">
  1378. \t\t\t\t\t\t\t<div class=\"title-footer\">
  1379. \t\t\t\t\t\t\t\t<span>";
  1380.         // line 549
  1381.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-12"], "method"falsefalsefalse549);
  1382.         yield "</span>
  1383. \t\t\t\t\t\t\t</div>
  1384. \t\t\t\t\t\t\t<div class=\"row\">
  1385. \t\t\t\t\t\t\t\t";
  1386.         // line 552
  1387.         $context["opt"] = "";
  1388.         // line 553
  1389.         yield "\t\t\t\t\t\t\t\t";
  1390.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "is_opt", [], "any"falsefalsefalse553)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1391.             // line 554
  1392.             yield "\t\t\t\t\t\t\t\t\t";
  1393.             $context["opt"] = "-opt";
  1394.             // line 555
  1395.             yield "\t\t\t\t\t\t\t\t";
  1396.         }
  1397.         // line 556
  1398.         yield "
  1399. \t\t\t\t\t\t\t\t";
  1400.         // line 557
  1401.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method"falsefalsefalse557)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1402.             // line 558
  1403.             yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  1404. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-phone\"></i>
  1405. \t\t\t\t\t\t\t\t\t</div>
  1406. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  1407. \t\t\t\t\t\t\t\t\t\t";
  1408.             // line 562
  1409.             yield CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method"falsefalsefalse562);
  1410.             yield "
  1411. \t\t\t\t\t\t\t\t\t</div>
  1412. \t\t\t\t\t\t\t\t";
  1413.         }
  1414.         // line 565
  1415.         yield "\t\t\t\t\t\t\t\t";
  1416.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method"falsefalsefalse565)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1417.             // line 566
  1418.             yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
  1419. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  1420. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\"></i>
  1421. \t\t\t\t\t\t\t\t\t</div>
  1422. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  1423. \t\t\t\t\t\t\t\t\t\t";
  1424.             // line 571
  1425.             yield CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method"falsefalsefalse571);
  1426.             yield "
  1427. \t\t\t\t\t\t\t\t\t</div>
  1428. \t\t\t\t\t\t\t\t";
  1429.         }
  1430.         // line 574
  1431.         yield "\t\t\t\t\t\t\t\t";
  1432.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method"falsefalsefalse574)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1433.             // line 575
  1434.             yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
  1435. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  1436. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-map-marker\"></i>
  1437. \t\t\t\t\t\t\t\t\t</div>
  1438. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  1439. \t\t\t\t\t\t\t\t\t\t";
  1440.             // line 580
  1441.             yield CoreExtension::getAttribute($this->env$this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method"falsefalsefalse580);
  1442.             yield "
  1443. \t\t\t\t\t\t\t\t\t</div>
  1444. \t\t\t\t\t\t\t\t";
  1445.         }
  1446.         // line 583
  1447.         yield "\t\t\t\t\t\t\t</div>
  1448. \t\t\t\t\t\t</div>
  1449. \t\t\t\t\t</div>
  1450. \t\t\t\t</div>
  1451. \t\t\t\t<div class=\"copyright\">
  1452. \t\t\t\t\t<div class=\"container\">
  1453. \t\t\t\t\t\t<div class=\"row\">
  1454. \t\t\t\t\t\t\t<div class=\"col-md-6 text-left fcc-1\">
  1455. \t\t\t\t\t\t\t\t";
  1456.         // line 592
  1457.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["copy"], "method"falsefalsefalse592);
  1458.         yield "
  1459. \t\t\t\t\t\t\t\t";
  1460.         // line 593
  1461.         yield CoreExtension::getAttribute($this->env$this->source, ($context["sett"] ?? null), "get", ["sitename"], "method"falsefalsefalse593);
  1462.         yield "
  1463. \t\t\t\t\t\t\t</div>
  1464. \t\t\t\t\t\t\t<div class=\"col-md-6 text-right fcc-2\">
  1465. \t\t\t\t\t\t\t\t<a href=\"";
  1466.         // line 596
  1467.         yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "polzovatelskoe-soglashenie"]);
  1468.         yield "\">";
  1469.         yield CoreExtension::getAttribute($this->env$this->source, ($context["labels"] ?? null), "get", ["footmenu-6"], "method"falsefalsefalse596);
  1470.         yield "</a>
  1471. \t\t\t\t\t\t\t</div>
  1472. \t\t\t\t\t\t\t<div class=\"clear\"></div>
  1473. \t\t\t\t\t\t\t<div class=\"footer-space\"></div>
  1474. \t\t\t\t\t\t\t";
  1475.         // line 601
  1476.         if (((((($_v41 = ($context["args"] ?? null)) && is_array($_v41) || $_v41 instanceof ArrayAccess ? ($_v41[0] ?? null) : null) == "order") && ((($_v42 = ($context["args"] ?? null)) && is_array($_v42) || $_v42 instanceof ArrayAccess ? ($_v42[1] ?? null) : null) == "finish")) && CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_google_conversion", [], "any"falsefalsefalse601))) {
  1477.             // line 602
  1478.             yield "\t\t\t\t\t\t\t\t<!-- Google Code for https://www.dombusin.com/ Conversion Page -->
  1479. \t\t\t\t\t\t\t\t<script>
  1480. \t\t\t\t\t\t\t\t\t/* <![CDATA[ */
  1481. var google_conversion_id = ";
  1482.             // line 605
  1483.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_google_conversion", [], "any"falsefalsefalse605), "html"nulltrue);
  1484.             yield ";
  1485. var google_conversion_language = \"en\";
  1486. var google_conversion_format = \"3\";
  1487. var google_conversion_color = \"ffffff\";
  1488. var google_conversion_label = \"k8dOCK3ioWcQ1vqV0AM\";
  1489. var google_remarketing_only = false;
  1490. /* ]]> */
  1491. \t\t\t\t\t\t\t\t</script>
  1492. \t\t\t\t\t\t\t\t<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>
  1493. \t\t\t\t\t\t\t\t<noscript>
  1494. \t\t\t\t\t\t\t\t\t<div style=\"display:inline;\">
  1495. \t\t\t\t\t\t\t\t\t\t<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/973438294/?label=k8dOCK3ioWcQ1vqV0AM&amp;guid=ON&amp;script=0\"/>
  1496. \t\t\t\t\t\t\t\t\t</div>
  1497. \t\t\t\t\t\t\t\t</noscript>
  1498. \t\t\t\t\t\t\t";
  1499.         }
  1500.         // line 620
  1501.         yield "\t\t\t\t\t\t</div>
  1502. \t\t\t\t\t</div>
  1503. \t\t\t\t</div>
  1504. \t\t\t</div>
  1505. \t\t\t<!-- End Footer -->
  1506. \t\t\t<a href=\"#top\" class=\"back-top text-center\">
  1507. \t\t\t\t<img src=\"";
  1508.         // line 627
  1509.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("014-up-arrow.svg""img"), "html"nulltrue);
  1510.         yield "\" alt=\"\" width=\"10\">
  1511. \t\t\t</a>
  1512. \t\t\t";
  1513.         // line 630
  1514.         yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->addToCart();
  1515.         yield "
  1516. \t\t\t";
  1517.         // line 631
  1518.         yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->deleteFromCart();
  1519.         yield "
  1520. \t\t\t";
  1521.         // line 633
  1522.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_bitrix", [], "any"falsefalsefalse633)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1523.             // line 634
  1524.             yield "\t\t\t\t<script>
  1525. \t\t\t\t\t(function (w, d, u) {
  1526. var s = d.createElement('script');
  1527. s.async = true;
  1528. s.src = u + '?' + (
  1529. Date.now() / 60000 | 0
  1530. );
  1531. var h = d.getElementsByTagName('script')[0];
  1532. h.parentNode.insertBefore(s, h);
  1533. })(window, document, 'https://bitrix24.dombusin.com/upload/crm/site_button/    ";
  1534.             // line 643
  1535.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_bitrix", [], "any"falsefalsefalse643), "html"nulltrue);
  1536.             yield ".js');
  1537. \t\t\t\t</script>
  1538. \t\t\t";
  1539.         }
  1540.         // line 646
  1541.         yield "
  1542. \t\t\t";
  1543.         // line 647
  1544.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_emt", [], "any"falsefalsefalse647)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1545.             // line 648
  1546.             yield "\t\t\t\t<script src=\"https://emailtools.ru/js/api/v1/tools.js\" defer=\"\" async=\"\"></script>
  1547. \t\t\t\t<script>
  1548. \t\t\t\t\twindow.EMT = window.EMT || {};
  1549. EMT._client_id = ";
  1550.             // line 651
  1551.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "code_emt", [], "any"falsefalsefalse651), "html"nulltrue);
  1552.             yield "
  1553. \t\t\t\t</script>
  1554. \t\t\t";
  1555.         }
  1556.         // line 654
  1557.         yield "
  1558. \t\t\t";
  1559.         // line 655
  1560.         if (((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse655) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse655)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse655) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mixopt", [], "any"falsefalsefalse655)))) {
  1561.             // line 656
  1562.             yield "\t\t\t\t";
  1563.             yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_lang.html.twig");
  1564.             yield "
  1565. \t\t\t";
  1566.         }
  1567.         // line 658
  1568.         yield "\t\t\t";
  1569.         yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_cookie.html.twig");
  1570.         yield "
  1571. \t\t\t";
  1572.         // line 659
  1573.         yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_callback.html.twig");
  1574.         yield "
  1575. \t\t\t";
  1576.         // line 660
  1577.         yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_sent.html.twig");
  1578.         yield "
  1579. \t\t\t";
  1580.         // line 661
  1581.         yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_city.html.twig");
  1582.         yield "
  1583. \t\t\t";
  1584.         // line 662
  1585.         if ((((CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse662) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "dom", [], "any"falsefalsefalse662)) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse662) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mir", [], "any"falsefalsefalse662))) || (CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "site", [], "any"falsefalsefalse662) == CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "mix", [], "any"falsefalsefalse662)))) {
  1586.             // line 663
  1587.             yield "\t\t\t\t";
  1588.             yield Twig\Extension\CoreExtension::include($this->env$context"block/modal_opt_redirect.html.twig");
  1589.             yield "
  1590. \t\t\t";
  1591.         }
  1592.         // line 665
  1593.         yield "\t\t\t";
  1594.         // line 666
  1595.         yield "
  1596. \t\t\t";
  1597.         // line 667
  1598.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "esputnik_id", [], "any"falsefalsefalse667)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  1599.             // line 668
  1600.             yield "\t\t\t\t<script>
  1601. \t\t\t\t\t!function (t, e, c, n) {
  1602. var s = e.createElement(c);
  1603. s.async = 1,
  1604. s.src = 'https://statics.esputnik.com/scripts/' + n + '.js';
  1605. var r = e.scripts[0];
  1606. r.parentNode.insertBefore(s, r);
  1607. var f = function () {
  1608. f.c(arguments);
  1609. };
  1610. f.q = [];
  1611. f.c = function () {
  1612. f.q.push(arguments);
  1613. };
  1614. t['eS'] = t['eS'] || f;
  1615. }(window, document, 'script', '";
  1616.             // line 683
  1617.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, ($context["env"] ?? null), "esputnik_id", [], "any"falsefalsefalse683), "html"nulltrue);
  1618.             yield "');
  1619. \t\t\t\t</script>
  1620. \t\t\t\t<script>
  1621. \t\t\t\t\teS('init');
  1622. \t\t\t\t</script>
  1623. \t\t\t";
  1624.         }
  1625.         // line 688
  1626.         yield "\t\t\t
  1627. \t\t\t";
  1628.         // line 698
  1629.         yield "
  1630. \t\t\t";
  1631.         // line 699
  1632.         yield Twig\Extension\CoreExtension::include($this->env$context"block/jslabels.html.twig");
  1633.         yield "
  1634. \t\t\t
  1635. \t\t\t";
  1636.         // line 701
  1637.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  1638.         // line 704
  1639.         yield "\t\t\t";
  1640.         if (((($_v43 = ($context["args"] ?? null)) && is_array($_v43) || $_v43 instanceof ArrayAccess ? ($_v43[0] ?? null) : null) == "cart")) {
  1641.             // line 705
  1642.             yield "\t\t\t\t";
  1643.             yield Twig\Extension\CoreExtension::include($this->env$context"cart/block/cart-block-scripts.html.twig");
  1644.             yield "
  1645. \t\t\t";
  1646.         }
  1647.         // line 707
  1648.         yield "\t\t</body>
  1649. \t</body>
  1650. </html>
  1651. ";
  1652.         
  1653.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1654.         
  1655.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1656.         yield from [];
  1657.     }
  1658.     // line 80
  1659.     /**
  1660.      * @return iterable<null|scalar|\Stringable>
  1661.      */
  1662.     public function block_stylesheets(array $context, array $blocks = []): iterable
  1663.     {
  1664.         $macros $this->macros;
  1665.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1666.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1667.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1668.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1669.         // line 81
  1670.         yield "\t\t\t";
  1671.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  1672.         yield "
  1673. \t\t";
  1674.         
  1675.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1676.         
  1677.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1678.         yield from [];
  1679.     }
  1680.     // line 461
  1681.     /**
  1682.      * @return iterable<null|scalar|\Stringable>
  1683.      */
  1684.     public function block_body(array $context, array $blocks = []): iterable
  1685.     {
  1686.         $macros $this->macros;
  1687.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1688.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1689.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1690.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1691.         
  1692.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1693.         
  1694.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1695.         yield from [];
  1696.     }
  1697.     // line 701
  1698.     /**
  1699.      * @return iterable<null|scalar|\Stringable>
  1700.      */
  1701.     public function block_javascripts(array $context, array $blocks = []): iterable
  1702.     {
  1703.         $macros $this->macros;
  1704.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1705.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1706.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1707.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1708.         // line 702
  1709.         yield "\t\t\t\t";
  1710.         yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  1711.         yield "
  1712. \t\t\t";
  1713.         
  1714.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1715.         
  1716.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1717.         yield from [];
  1718.     }
  1719.     /**
  1720.      * @codeCoverageIgnore
  1721.      */
  1722.     public function getTemplateName(): string
  1723.     {
  1724.         return "base.html.twig";
  1725.     }
  1726.     /**
  1727.      * @codeCoverageIgnore
  1728.      */
  1729.     public function isTraitable(): bool
  1730.     {
  1731.         return false;
  1732.     }
  1733.     /**
  1734.      * @codeCoverageIgnore
  1735.      */
  1736.     public function getDebugInfo(): array
  1737.     {
  1738.         return array (  1760 => 702,  1747 => 701,  1725 => 461,  1711 => 81,  1698 => 80,  1684 => 707,  1678 => 705,  1675 => 704,  1673 => 701,  1668 => 699,  1665 => 698,  1661 => 688,  1652 => 683,  1635 => 668,  1633 => 667,  1630 => 666,  1628 => 665,  1622 => 663,  1620 => 662,  1616 => 661,  1612 => 660,  1608 => 659,  1603 => 658,  1597 => 656,  1595 => 655,  1592 => 654,  1586 => 651,  1581 => 648,  1579 => 647,  1576 => 646,  1570 => 643,  1559 => 634,  1557 => 633,  1552 => 631,  1548 => 630,  1542 => 627,  1533 => 620,  1515 => 605,  1510 => 602,  1508 => 601,  1498 => 596,  1492 => 593,  1488 => 592,  1477 => 583,  1471 => 580,  1464 => 575,  1461 => 574,  1455 => 571,  1448 => 566,  1445 => 565,  1439 => 562,  1433 => 558,  1431 => 557,  1428 => 556,  1425 => 555,  1422 => 554,  1419 => 553,  1417 => 552,  1411 => 549,  1404 => 545,  1399 => 543,  1393 => 539,  1385 => 536,  1382 => 535,  1379 => 534,  1371 => 531,  1368 => 530,  1360 => 527,  1357 => 526,  1354 => 525,  1346 => 522,  1343 => 521,  1341 => 520,  1334 => 518,  1331 => 517,  1329 => 516,  1322 => 514,  1314 => 511,  1306 => 508,  1303 => 507,  1295 => 504,  1292 => 503,  1290 => 502,  1283 => 500,  1275 => 497,  1268 => 493,  1260 => 488,  1256 => 487,  1252 => 486,  1248 => 484,  1240 => 482,  1232 => 480,  1230 => 479,  1224 => 478,  1219 => 477,  1217 => 476,  1210 => 474,  1196 => 462,  1194 => 461,  1191 => 460,  1185 => 458,  1183 => 457,  1180 => 456,  1174 => 454,  1172 => 453,  1164 => 452,  1162 => 451,  1154 => 450,  1152 => 449,  1147 => 448,  1145 => 447,  1140 => 446,  1137 => 445,  1135 => 444,  1132 => 443,  1128 => 441,  1117 => 433,  1111 => 432,  1107 => 430,  1105 => 429,  1098 => 424,  1092 => 421,  1081 => 413,  1073 => 410,  1070 => 409,  1062 => 406,  1059 => 405,  1051 => 402,  1048 => 401,  1046 => 400,  1039 => 398,  1036 => 397,  1034 => 396,  1028 => 393,  1015 => 391,  1011 => 390,  1003 => 385,  993 => 377,  987 => 376,  985 => 375,  979 => 373,  972 => 371,  965 => 370,  959 => 368,  954 => 367,  952 => 366,  945 => 362,  932 => 360,  928 => 359,  918 => 352,  906 => 345,  897 => 339,  884 => 329,  877 => 325,  873 => 324,  858 => 316,  841 => 302,  836 => 300,  832 => 299,  828 => 298,  824 => 297,  820 => 296,  813 => 295,  800 => 292,  787 => 289,  785 => 288,  773 => 286,  771 => 285,  759 => 283,  757 => 282,  745 => 280,  743 => 279,  731 => 277,  729 => 276,  725 => 274,  716 => 268,  712 => 267,  706 => 264,  701 => 262,  690 => 254,  686 => 252,  680 => 250,  674 => 248,  672 => 247,  668 => 245,  665 => 244,  659 => 240,  653 => 239,  647 => 236,  643 => 235,  638 => 234,  636 => 233,  629 => 229,  625 => 227,  623 => 226,  614 => 219,  602 => 216,  599 => 215,  596 => 214,  584 => 211,  581 => 210,  579 => 209,  568 => 207,  565 => 206,  553 => 203,  541 => 200,  538 => 199,  535 => 198,  524 => 193,  512 => 190,  509 => 189,  497 => 187,  495 => 186,  484 => 184,  472 => 181,  464 => 176,  450 => 171,  438 => 168,  435 => 167,  423 => 164,  420 => 163,  418 => 162,  407 => 160,  395 => 157,  392 => 156,  390 => 155,  379 => 153,  371 => 147,  362 => 141,  351 => 132,  349 => 131,  344 => 129,  338 => 126,  332 => 123,  326 => 120,  320 => 117,  317 => 116,  311 => 113,  308 => 112,  306 => 111,  298 => 106,  293 => 104,  289 => 102,  283 => 101,  281 => 100,  278 => 99,  272 => 97,  270 => 96,  267 => 95,  261 => 93,  259 => 92,  254 => 90,  250 => 89,  243 => 85,  239 => 84,  236 => 83,  234 => 80,  231 => 79,  227 => 77,  225 => 76,  222 => 75,  204 => 59,  202 => 58,  199 => 57,  196 => 51,  192 => 49,  190 => 48,  187 => 47,  183 => 43,  180 => 42,  174 => 40,  168 => 38,  166 => 37,  163 => 36,  160 => 35,  149 => 33,  144 => 32,  141 => 31,  139 => 30,  133 => 27,  128 => 25,  124 => 24,  120 => 23,  116 => 22,  112 => 21,  108 => 20,  104 => 19,  100 => 18,  96 => 17,  92 => 16,  88 => 15,  84 => 14,  80 => 13,  76 => 12,  71 => 10,  67 => 9,  63 => 8,  54 => 2,  51 => 1,);
  1739.     }
  1740.     public function getSourceContext(): Source
  1741.     {
  1742.         return new Source("<!DOCTYPE html>
  1743. <html lang=\"{{ app.request.locale }}\" itemscope itemtype=\"http://schema.org/WebPage\">
  1744. \t<head>
  1745. \t\t<meta charset=\"UTF-8\">
  1746. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  1747. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  1748. \t\t<title>{{ (page.title ? page.title : sett.get('sitename') ~ '. ' ~ page.name)|raw }}</title>
  1749. \t\t<meta name=\"description\" content=\"{{ page.descr }}\">
  1750. \t\t<meta name=\"keywords\" content=\"{{ page.kw }}\">
  1751. \t\t<link rel=\"shortcut icon\" href=\"{{ asset('favicon/favicon.ico', 'pic') }}\" type=\"image/x-icon\">
  1752. \t\t<link rel=\"icon\" href=\"{{ asset('favicon/favicon.ico', 'pic') }}\" type=\"image/x-icon\">
  1753. \t\t<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"{{ asset('favicon/apple-touch-icon-57x57.png', 'pic') }}\">
  1754. \t\t<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"{{ asset('favicon/apple-touch-icon-60x60.png', 'pic') }}\">
  1755. \t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"{{ asset('favicon/apple-touch-icon-72x72.png', 'pic') }}\">
  1756. \t\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"{{ asset('favicon/apple-touch-icon-76x76.png', 'pic') }}\">
  1757. \t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"{{ asset('favicon/apple-touch-icon-114x114.png', 'pic') }}\">
  1758. \t\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"{{ asset('favicon/apple-touch-icon-120x120.png', 'pic') }}\">
  1759. \t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"{{ asset('favicon/apple-touch-icon-144x144.png', 'pic') }}\">
  1760. \t\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"{{ asset('favicon/apple-touch-icon-152x152.png', 'pic') }}\">
  1761. \t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('favicon/apple-touch-icon-180x180.png', 'pic') }}\">
  1762. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"{{ asset('favicon/android-chrome-192x192.png', 'pic') }}\">
  1763. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('favicon/favicon-32x32.png', 'pic') }}\">
  1764. \t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('favicon/favicon-16x16.png', 'pic') }}\">
  1765. \t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
  1766. \t\t<meta name=\"msapplication-TileImage\" content=\"{{ asset('favicon/mstile-144x144.png', 'pic') }}\">
  1767. \t\t<meta name=\"theme-color\" content=\"#ffffff\">
  1768. \t\t{% set langsarray = langs|split('|') %}
  1769. \t\t{% if env.site!=env.mir and env.site!=env.miropt %}
  1770. \t\t\t{% for lang in langsarray %}
  1771. \t\t\t\t<link rel=\"alternate\" hreflang=\"{{ hreflang(lang) }}\" href=\"{{ locale_path(app.request.attributes.get('_route'), lang, app.request.attributes.all._route_params|merge(app.request.query.all), true) }}\" />\t\t\t
  1772. \t\t\t{% endfor %}
  1773. \t\t{% endif %}
  1774. \t\t
  1775. \t\t{% if canonical %}
  1776. \t\t\t<link rel=\"canonical\" href=\"{{ canonical }}\"/>
  1777. \t\t{% else %}
  1778. \t\t\t<link rel=\"canonical\" href=\"{{ absolute_url(path(app.request.attributes.get('_route'), app.request.attributes.all._route_params)) }}\"/>
  1779. \t\t{% endif %}
  1780. \t\t
  1781. \t\t{{ sett.get('meta')|raw }}
  1782. \t\t{# {% if(canonical) %}
  1783. \t\t\t<link rel=\"canonical\" href=\"{{ canonical }}\"/>
  1784. \t\t{% endif %} #}
  1785. \t\t
  1786. \t\t{% if noindex or env.site == env.mixopt or env.site == env.domopt or env.site == env.miropt %}
  1787. \t\t\t<meta name=\"robots\" content=\"noindex, nofollow\"/>
  1788. \t\t{% endif %}
  1789. \t\t{# {% if env.is_opt or noindex or default_lang != app.request.locale %}
  1790. \t\t\t<meta name='robots' content='noindex, nofollow'/>
  1791. \t\t{% elseif (env.site==env.mix or env.site==env.mixopt) and app.request.locale!='pl' %}
  1792. \t\t\t<meta name='robots' content='noindex, nofollow'/>
  1793. \t\t{% endif %} #}
  1794. \t\t{% if env.site==env.mir or env.site==env.miropt %}
  1795.         <!-- Yandex.Metrika counter -->
  1796. \t\t<script type=\"text/javascript\">
  1797. \t\t\t(function(m,e,t,r,i,k,a){
  1798. \t\t\t\tm[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
  1799. \t\t\t\tm[i].l=1*new Date();
  1800. \t\t\t\tfor (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
  1801. \t\t\t\tk=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
  1802. \t\t\t})(window, document,'script','https://mc.webvisor.org/metrika/tag_ww.js', 'ym');
  1803. \t\t\tym(24172600, 'init', {webvisor:true, clickmap:true, ecommerce:\"dataLayer\", accurateTrackBounce:true, trackLinks:true});
  1804. \t\t</script>
  1805. \t\t<noscript><div><img src=\"https://mc.yandex.ru/watch/24172600\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
  1806. \t\t<!-- /Yandex.Metrika counter -->
  1807. \t\t
  1808. \t\t<meta name=\"yandex-verification\" content=\"e9d392bbe8fa2dc7\" />
  1809. \t\t{% endif %}
  1810. \t\t<meta name=\"mailru-verification\" content=\"37d58a46a72cab32\"/>
  1811. \t\t{% if env.site == env.dom %}
  1812. \t\t\t<meta name=\"yandex-verification\" content=\"32ebb5a363838de4\"/>
  1813. \t\t{% endif %}
  1814. \t\t{% block stylesheets %}
  1815. \t\t\t{{ encore_entry_link_tags('app') }}
  1816. \t\t{% endblock %}
  1817. \t\t{{ include('block/gtm.html.twig') }}
  1818. \t\t<script charset=\"UTF-8\" src=\"{{ env.code_sendpulse }}\" async></script>
  1819. \t\t<meta name=\"google-site-verification\" content=\"VvrJOpBdLaX1XdH6LItB6exU1FB2N-uOnCaZSbAiKi4\" />
  1820. \t\t{{ ga_events_init()|raw }}
  1821. \t\t{{ include('block/ga_consent.html.twig') }}
  1822. \t\t{% if ga_events_search %}
  1823. \t\t\t{{ ga_events_search(q, prods)|raw }}
  1824. \t\t{% endif %}
  1825. \t\t{% if ga_events_prodlist %}
  1826. \t\t\t{{ ga_events_prodlist(prods)|raw }}
  1827. \t\t{% endif %}
  1828. \t\t{% if ga_events_prodcont %}
  1829. \t\t\t{{ ga_events_prodcont(prod)|raw }}
  1830. \t\t{% endif %}\t\t
  1831. \t\t{{ include('block/razmetka.html.twig') }}
  1832. \t</head>
  1833. \t<body class=\"page{{ args[0]=='cart' ? '-cart' : '' }}\">
  1834. \t\t<div id=\"fb-root\"></div>
  1835. \t\t<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v5.0\"></script>
  1836. \t\t{% if args[0] == 'register' %}
  1837. \t\t\t<div id=\"register_error_0\">
  1838. \t\t\t\t<div class=\"added-message\">{{ labels.get('ps-error')|raw }}</div>
  1839. \t\t\t</div>
  1840. \t\t{% endif %}
  1841. \t\t<div id=\"prod_added\">
  1842. \t\t\t<div class=\"added-message\">{{ labels.get('added-message-1')|raw }}</div>
  1843. \t\t</div>
  1844. \t\t<div id=\"prod_removed\">
  1845. \t\t\t<div class=\"added-message\">{{ labels.get('added-message-2')|raw }}</div>
  1846. \t\t</div>
  1847. \t\t<div id=\"prod_added2\">
  1848. \t\t\t<div class=\"added-message\">{{ labels.get('added-message-3')|raw }}</div>
  1849. \t\t</div>
  1850. \t\t<span id=\"ScMail\" style=\"display: none;\">{{ app.session.get('useremail') }}</span>
  1851. \t\t<div id=\"supheader\">
  1852. \t\t\t{{ include('block/timer.html.twig') }}
  1853. \t\t\t{% if blocks.get('user_message')|striptags|trim != \"\" and (app.request.cookies.get('message-top') == NULL or app.request.cookies.get('message-top') != '0') %}
  1854. \t\t\t\t<div class=\"message-top\">
  1855. \t\t\t\t\t<div class=\"container\">
  1856. \t\t\t\t\t\t<div class=\"row\">
  1857. \t\t\t\t\t\t\t<div class=\"col-md-12 pr\">
  1858. \t\t\t\t\t\t\t\t<div class=\"message-top-close\">
  1859. \t\t\t\t\t\t\t\t\t<a href=\"#\">
  1860. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
  1861. \t\t\t\t\t\t\t\t\t</a>
  1862. \t\t\t\t\t\t\t\t</div>
  1863. \t\t\t\t\t\t\t\t{{ blocks.get('user_message')|raw }}
  1864. \t\t\t\t\t\t\t</div>
  1865. \t\t\t\t\t\t</div>
  1866. \t\t\t\t\t</div>
  1867. \t\t\t\t</div>
  1868. \t\t\t{% endif %}
  1869. \t\t\t<div class=\"hidden-xs widemenu\">
  1870. \t\t\t\t<div class=\"container\">
  1871. \t\t\t\t\t<div class=\"wm-menu\">
  1872. \t\t\t\t\t\t<ul class=\"widemenulist\">
  1873. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  1874. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'delivery'}) }}\" {% if args[0] == 'delivery' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-1')|raw }}</a>
  1875. \t\t\t\t\t\t\t</li>
  1876. \t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
  1877. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  1878. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'optovim-pokupatelyam'}) }}\" {% if args[0] == 'optovim-pokupatelyam' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-2')|raw }}</a>
  1879. \t\t\t\t\t\t\t</li>
  1880. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  1881. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'skidki'}) }}\" {% if args[0] == 'skidki' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-3')|raw }}</a>
  1882. \t\t\t\t\t\t\t</li>
  1883. \t\t\t\t\t\t\t{% elseif env.site == env.mix %}
  1884. \t\t\t\t\t\t\t<li class=\"wm-group-1\">
  1885. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'promocje'}) }}\" {% if args[0] == 'promocje' %} class=\"active\" {% endif %}>{{ labels.get('promocje')|raw }}</a>
  1886. \t\t\t\t\t\t\t</li>
  1887. \t\t\t\t\t\t\t{% endif %}
  1888. \t\t\t\t\t\t\t<li class=\"wm-group-2\">
  1889. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'contact'}) }}\" {% if args[0] == 'contact' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-4')|raw }}</a>
  1890. \t\t\t\t\t\t\t</li>
  1891. \t\t\t\t\t\t\t<li class=\"wm-group-2\">
  1892. \t\t\t\t\t\t\t\t<a href=\"{{ path('comments') }}\" {% if args[0] == 'comments' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-5')|raw }}</a>
  1893. \t\t\t\t\t\t\t</li>
  1894. \t\t\t\t\t\t\t<li class=\"wm-group-0\">
  1895. \t\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
  1896. \t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
  1897. \t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">{{ labels.get('main-static-menu-6')|raw }}
  1898. \t\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></span>
  1899. \t\t\t\t\t\t\t\t\t\t</a>
  1900. \t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-left\">
  1901. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
  1902. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'contact'}) }}\" {% if args[0] == 'contact' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-7')|raw }}</a>
  1903. \t\t\t\t\t\t\t\t\t\t\t</li>
  1904. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
  1905. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('comments') }}\" {% if args[0] == 'comments' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-8')|raw }}</a>
  1906. \t\t\t\t\t\t\t\t\t\t\t</li>
  1907. \t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.mix or env.site == env.mixopt %}
  1908. \t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\"><a href=\"{{ path('static_page', {'page_intname': 'q'}) }}\"{% if args[0] == 'q' %} class=\"active\"{% endif %}>{{ labels.get('main-static-menu-14')|raw }}</a></li>
  1909. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1910. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1911. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'about'}) }}\" {% if args[0] == 'about' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-9')|raw }}</a>
  1912. \t\t\t\t\t\t\t\t\t\t\t</li>
  1913. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1914. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'info'}) }}\" {% if args[0] == 'info' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-10')|raw }}</a>
  1915. \t\t\t\t\t\t\t\t\t\t\t</li>
  1916. \t\t\t\t\t\t\t\t\t\t\t{# <li class=\"wm-group-12\">
  1917. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'reglament'}) }}\" {% if args[0] == 'reglament' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-101')|raw }}</a>
  1918. \t\t\t\t\t\t\t\t\t\t\t</li> #}
  1919. \t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.dom or env.site == env.mir %}
  1920. \t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1921. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'kuponi'}) }}\" {% if args[0] == 'kuponi' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-11')|raw }}</a>
  1922. \t\t\t\t\t\t\t\t\t\t\t\t</li>
  1923. \t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1924. \t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('articles_list') }}\" {% if args[0] == 'articles' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-12')|raw }}</a>
  1925. \t\t\t\t\t\t\t\t\t\t\t\t</li>
  1926. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1927. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1928. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'polzovatelskoe-soglashenie'}) }}\" {% if args[0] == 'polzovatelskoe-soglashenie' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-13')|raw }}</a>
  1929. \t\t\t\t\t\t\t\t\t\t\t</li>
  1930. \t\t\t\t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
  1931. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1932. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'usloviya-vozvrata-i-obmena'}) }}\" {% if args[0] == 'usloviya-vozvrata-i-obmena' %} class=\"active\" {% endif %}>{{ labels.get('leftmenu-14')|raw }}</a>
  1933. \t\t\t\t\t\t\t\t\t\t\t</li>
  1934. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1935. \t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.mixopt %}
  1936. \t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
  1937. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'regulamin-hurtowni'}) }}\" {% if args[0] == 'regulamin-hurtowni' %} class=\"active\" {% endif %}>{{ labels.get('main-static-menu-15')|raw }}</a>
  1938. \t\t\t\t\t\t\t\t\t\t\t</li>
  1939. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  1940. \t\t\t\t\t\t\t\t\t\t</ul>
  1941. \t\t\t\t\t\t\t\t\t</li>
  1942. \t\t\t\t\t\t\t\t</ul>
  1943. \t\t\t\t\t\t\t</li>
  1944. \t\t\t\t\t\t</ul>
  1945. \t\t\t\t\t</div>
  1946. \t\t\t\t\t<div class=\"wm-geo\">
  1947. \t\t\t\t\t\t{% if env.site == env.dom or env.site == env.domopt or env.site == env.mix or env.site == env.mixopt %}
  1948. \t\t\t\t\t\t\t<ul class=\"nav wm-nav wm-langs\">
  1949. \t\t\t\t\t\t\t\t<li class=\"dropdown\">
  1950. \t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">{{ app.request.locale }}
  1951. \t\t\t\t\t\t\t\t\t\t<span class=\"fa fa-chevron-down\"></span>
  1952. \t\t\t\t\t\t\t\t\t</a>
  1953. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right dropdown-lang-menu\">
  1954. \t\t\t\t\t\t\t\t\t\t{% set langsarray = langs|split('|') %}
  1955. \t\t\t\t\t\t\t\t\t\t{% for lang in langsarray %}
  1956. \t\t\t\t\t\t\t\t\t\t\t{# {% if lang != app.request.locale %} #}\t\t\t\t\t\t\t\t\t\t\t
  1957. \t\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ locale_path(app.request.attributes.get('_route'), lang, app.request.attributes.all._route_params|merge(app.request.query.all), true) }}\">{{ lang }}</a>
  1958. \t\t\t\t\t\t\t\t\t\t\t{# {
  1959. \t\t\t\t\t\t\t\t\t\t\t{# {% endif %} #}
  1960. \t\t\t\t\t\t\t\t\t\t{% endfor %}
  1961. \t\t\t\t\t\t\t\t\t</ul>
  1962. \t\t\t\t\t\t\t\t</li>
  1963. \t\t\t\t\t\t\t</ul>
  1964. \t\t\t\t\t\t{% endif %}
  1965. \t\t\t\t\t\t{% if env.site == env.dom or env.site == env.domopt or env.site == env.mir or env.site == env.miropt %}
  1966. \t\t\t\t\t\t\t<ul class=\"nav wm-geo-nav\">
  1967. \t\t\t\t\t\t\t\t<li class=\"dropdown\">
  1968. \t\t\t\t\t\t\t\t\t{% if env.is_opt %}
  1969. \t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('003-placeholderopt.svg', 'img') }}\" width=\"20\" alt=\"\" width=\"10\">
  1970. \t\t\t\t\t\t\t\t\t{% else %}
  1971. \t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('003-placeholder.svg', 'img') }}\" width=\"20\" alt=\"\" width=\"10\">
  1972. \t\t\t\t\t\t\t\t\t{% endif %}
  1973. \t\t\t\t\t\t\t\t\t&nbsp;&nbsp;
  1974. \t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">
  1975. \t\t\t\t\t\t\t\t\t\t<span class=\"wm-geo-city\">{{ app.session.get('checkout').city_name ? app.session.get('checkout').city_name : labels.get('yourcity')|raw}}</span>
  1976. \t\t\t\t\t\t\t\t\t</a>
  1977. \t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
  1978. \t\t\t\t\t\t\t\t\t\t<li>
  1979. \t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
  1980. \t\t\t\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
  1981. \t\t\t\t\t\t\t\t\t\t\t\t<span class=\"sr-only\">Close</span>
  1982. \t\t\t\t\t\t\t\t\t\t\t</button>
  1983. \t\t\t\t\t\t\t\t\t\t\t{{ labels.get('yourcity')|raw }}
  1984. \t\t\t\t\t\t\t\t\t\t\t-
  1985. \t\t\t\t\t\t\t\t\t\t\t<br><span class=\"wm-geo-city\">{{ app.session.get('checkout').city_name }}</span>?
  1986. \t\t\t\t\t\t\t\t\t\t</li>
  1987. \t\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
  1988. \t\t\t\t\t\t\t\t\t\t\t<a data-toggle=\"modal\" href=\"#modal_region_mir\" rel=\"nofollow\" class=\"wm-button-change\">{{ labels.get('yourcity2')|raw }}</a>
  1989. \t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">{{ labels.get('yourcity3')|raw }}</a>
  1990. \t\t\t\t\t\t\t\t\t\t</li>
  1991. \t\t\t\t\t\t\t\t\t</ul>
  1992. \t\t\t\t\t\t\t\t</li>
  1993. \t\t\t\t\t\t\t</ul>
  1994. \t\t\t\t\t\t{% endif %}
  1995. \t\t\t\t\t</div>
  1996. \t\t\t\t\t<div class=\"wm-tel\">
  1997. \t\t\t\t\t\t{% if env.site == env.domopt %}
  1998. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:0800312370{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-callopt.svg', 'img') }}\" alt=\"\" width=\"9\">
  1999. \t\t\t\t\t\t\t\t0-800-312-370</a>
  2000. \t\t\t\t\t\t{% elseif env.site == env.mir %}
  2001. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:88005052523{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-call.svg', 'img') }}\" alt=\"\" width=\"9\">
  2002. \t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
  2003. \t\t\t\t\t\t{% elseif env.site == env.miropt %}
  2004. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:88005052523{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-callopt.svg', 'img') }}\" alt=\"\" width=\"9\">
  2005. \t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
  2006. \t\t\t\t\t\t{% elseif env.site == env.mix %}
  2007. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:+48668522718{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-call.svg', 'img') }}\" alt=\"\" width=\"9\">
  2008. \t\t\t\t\t\t\t\t+48 668 522 718</a>
  2009. \t\t\t\t\t\t{% elseif env.site == env.mixopt %}
  2010. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:+48668522718{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-callopt.svg', 'img') }}\" alt=\"\" width=\"9\">
  2011. \t\t\t\t\t\t\t\t+48 668 522 718</a>
  2012. \t\t\t\t\t\t{% else %}
  2013. \t\t\t\t\t\t\t<a href=\"{% if isCallAvailable %}tel:0800312370{% else %}#{% endif %}\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"{{ asset('001-call.svg', 'img') }}\" alt=\"\" width=\"9\">
  2014. \t\t\t\t\t\t\t\t0-800-312-370</a>
  2015. \t\t\t\t\t\t{% endif %}
  2016. \t\t\t\t\t\t<span class=\"top-phone-time{% if not isCallAvailable %} top-phone-time-inactive{% endif %}\"></span>
  2017. \t\t\t\t\t\t<span>{{ labels.get('tel-time-from')|raw }}
  2018. \t\t\t\t\t\t\t{{ labels.get('tel-start')|raw }}
  2019. \t\t\t\t\t\t\t{{ labels.get('tel-time-to')|raw }}
  2020. \t\t\t\t\t\t\t{{ labels.get('tel-end')|raw }}
  2021. \t\t\t\t\t\t\t({{ labels.get('tel-city')|raw }})</span>
  2022. \t\t\t\t\t\t&nbsp;|<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
  2023. \t\t\t\t\t\t\t{{ labels.get('callback')|raw }}
  2024. \t\t\t\t\t\t</a>
  2025. \t\t\t\t\t</div>
  2026. \t\t\t\t</div>
  2027. \t\t\t</div>
  2028. \t\t</div>
  2029. \t\t<div id=\"stiheader-ghost\"></div>
  2030. \t\t<div id=\"stiheader\">
  2031. \t\t\t<div class=\"middle-header\">
  2032. \t\t\t\t<div class=\"container\">
  2033. \t\t\t\t\t<div class=\"row\">
  2034. \t\t\t\t\t\t<div class=\"col-sm-3\">
  2035. \t\t\t\t\t\t\t<div class=\"mh-logo\">
  2036. \t\t\t\t\t\t\t\t<a href=\"{{ path('home') }}\"><img alt=\"{{ env.site }}\" src=\"{{ asset(env.site ~ '.' ~ app.request.locale ~ '.png', 'img') }}\" class=\"img-responsive\"/></a>
  2037. \t\t\t\t\t\t\t</div>
  2038. \t\t\t\t\t\t</div>
  2039. \t\t\t\t\t\t<div class=\"col-sm-9\">
  2040. \t\t\t\t\t\t\t<div class=\"mh-menu\">
  2041. \t\t\t\t\t\t\t\t<ul class=\"nav\">
  2042. \t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
  2043. \t\t\t\t\t\t\t\t\t\t<div href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\" class=\"mh-button\">
  2044. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('022-menu-1.svg', 'img') }}\" alt=\"\" width=\"20\" class=\"iamenu\">
  2045. \t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('022-menu-2' ~ (env.is_opt ? 'opt' : '') ~ '.svg', 'img') }}\" alt=\"\" width=\"20\" class=\"amenu\"><span class=\"fa fa-chevron-down\"></span>
  2046. \t\t\t\t\t\t\t\t\t\t</div>
  2047. \t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right mh-topmenu\">
  2048. \t\t\t\t\t\t\t\t\t\t\t<li>\t\t\t\t\t\t\t\t\t\t
  2049. \t\t\t\t\t\t\t\t\t\t\t\t{{ include ('block/catmenu.html.twig', {'template': 'topcatmenu'}) }}
  2050. \t\t\t\t\t\t\t\t\t\t\t</li>
  2051. \t\t\t\t\t\t\t\t\t\t</ul>
  2052. \t\t\t\t\t\t\t\t\t</li>
  2053. \t\t\t\t\t\t\t\t</ul>
  2054. \t\t\t\t\t\t\t\t<div class=\"mh-menu-block\"></div>
  2055. \t\t\t\t\t\t\t</div>
  2056. \t\t\t\t\t\t\t<div class=\"mh-pics\">
  2057. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  2058. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
  2059. \t\t\t\t\t\t\t\t\t\t{{ include('block/cart.html.twig') }}
  2060. \t\t\t\t\t\t\t\t\t</div>
  2061. \t\t\t\t\t\t\t\t</div>
  2062. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  2063. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
  2064. \t\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
  2065. \t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('wishlist') }}\"><img src=\"{{ asset('006-heart1.png', 'img') }}\" alt=\"\"></a>
  2066. \t\t\t\t\t\t\t\t\t\t</div>
  2067. \t\t\t\t\t\t\t\t\t</div>
  2068. \t\t\t\t\t\t\t\t</div>
  2069. \t\t\t\t\t\t\t\t<div class=\"mhp-item\">
  2070. \t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\"
  2071. \t\t\t\t\t\t\t\t\t\tdata-controller=\"block-loader\"
  2072. \t\t\t\t\t\t\t\t\t\tdata-block-loader-url-value=\"{{ path('block_userlogin') }}\"
  2073. \t\t\t\t\t\t\t\t\t\tdata-block-loader-ignore-errors-value=\"true\"
  2074. \t\t\t\t\t\t\t\t\t> ...\t\t\t\t\t\t\t\t\t
  2075. \t\t\t\t\t\t\t\t\t</div>
  2076. \t\t\t\t\t\t\t\t</div>
  2077. \t\t\t\t\t\t\t</div>
  2078. \t\t\t\t\t\t\t<div class=\"mh-search\">
  2079. \t\t\t\t\t\t\t\t<form name=\"search\" action=\"{{ path('prod_list_spec', {'spec': 'search'}) }}\" method=\"get\" class=\"input-group\" id=\"topsearch\">
  2080. \t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords\" class=\"form-control search\" aria-label=\"{{ labels.get('block-search-1')|raw }}\" placeholder=\"{{ labels.get('block-search-1')|raw }}\" value=\"{% if(app.request.query.get('q')) %}{{ app.request.query.get('q')|e }}{% elseif(app.request.parameter.get('q')) %}{{ app.request.parameter.get('q')|e }}{% endif %}\">
  2081. \t\t\t\t\t\t\t\t\t<div class=\"input-group-btn\">
  2082. \t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search2\"><img src=\"{{ asset('005-search' ~ (env.is_opt ? 'opt' : '') ~ '.svg', 'img') }}\" alt=\"\" width=\"16\"></button>
  2083. \t\t\t\t\t\t\t\t\t</div>
  2084. \t\t\t\t\t\t\t\t</form>
  2085. \t\t\t\t\t\t\t\t<div class=\"search_queries\">
  2086. \t\t\t\t\t\t\t\t\t{% set i = 0 %}
  2087. \t\t\t\t\t\t\t\t\t{% for query in search_queries_rand %}
  2088. \t\t\t\t\t\t\t\t\t\t{% if i > 0 %}&nbsp;&nbsp;|&nbsp;&nbsp;
  2089. \t\t\t\t\t\t\t\t\t\t{% endif %}
  2090. \t\t\t\t\t\t\t\t\t\t<form action=\"{{ search_queries[query] ? search_queries[query] : path('prod_list_spec', {'spec': 'search'}) }}\" method=\"GET\" id=\"search-form-{{ i }}\">
  2091. \t\t\t\t\t\t\t\t\t\t\t{% if not search_queries[query] %}<input type=\"hidden\" name=\"q\" value=\"{{ query }}\">
  2092. \t\t\t\t\t\t\t\t\t\t\t{% endif %}
  2093. \t\t\t\t\t\t\t\t\t\t\t<button type=\"submit\">{{ query }}</button>
  2094. \t\t\t\t\t\t\t\t\t\t</form>
  2095. \t\t\t\t\t\t\t\t\t\t{% set i = i + 1 %}
  2096. \t\t\t\t\t\t\t\t\t{% endfor %}
  2097. \t\t\t\t\t\t\t\t</div>
  2098. \t\t\t\t\t\t\t</div>
  2099. \t\t\t\t\t\t</div>
  2100. \t\t\t\t\t</div>
  2101. \t\t\t\t</div>
  2102. \t\t\t</div>
  2103. \t\t\t<nav class=\"navbar navbar-default lastheader\" id=\"lastheader\">
  2104. \t\t\t\t{{ include('block/navbar-part.html.twig') }}
  2105. \t\t\t</nav>
  2106. \t\t</div>
  2107. \t\t<div class=\"container m-main-buttons visible-xs\">
  2108. \t\t\t<form name=\"search\" action=\"{{ path('prod_list_spec', {'spec': 'search'}) }}\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
  2109. \t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords2\" class=\"form-control search\" aria-label=\"{{ labels.get('block-search-1')|raw }}\" placeholder=\"{{ labels.get('block-search-1')|raw }}\" value=\"{% if(app.request.query.get('q')) %}{{ app.request.query.get('q')|e }}{% elseif(app.request.parameter.get('q')) %}{{ app.request.parameter.get('q')|e }}{% endif %}\">
  2110. \t\t\t\t<div class=\"input-group-btn\">
  2111. \t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search\"><img src=\"{{ asset('005-search' ~ (env.is_opt ? 'opt' : '') ~ '.svg', 'img') }}\" alt=\"\" width=\"16\"></button>
  2112. \t\t\t\t</div>
  2113. \t\t\t</form>
  2114. \t\t\t{% if page.mainpage == '1' %}
  2115. \t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  2116. \t\t\t\t\t<a href=\"{{ path('prod_list_spec', {'spec': 'new'}) }}\" class=\"m-main-button mmb-1\">{{ labels.get('main-mobile-buttons-1')|raw }}</a>
  2117. \t\t\t\t</div>
  2118. \t\t\t\t{% if isVisibleActions %}
  2119. \t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  2120. \t\t\t\t\t\t<a href=\"{{ path('prod_list_spec', {'spec': 'action'}) }}\" class=\"m-main-button mmb-2\">{{ labels.get('main-mobile-buttons-2')|raw }}</a>
  2121. \t\t\t\t\t</div>
  2122. \t\t\t\t{% else %}
  2123. \t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  2124. \t\t\t\t\t\t<a href=\"{{ path('prod_list_spec', {'spec': 'mix'}) }}\" class=\"m-main-button mmb-2\">{{ labels.get('main-mobile-buttons-3')|raw }}</a>
  2125. \t\t\t\t\t</div>
  2126. \t\t\t\t{% endif %}
  2127. \t\t\t\t<div class=\"col-xs-4 col-nopadding\">
  2128. \t\t\t\t\t<a href=\"{{ path('prod_list_spec', {'spec': 'pop'}) }}\" class=\"m-main-button mmb-3\">{{ labels.get('main-mobile-buttons-4')|raw }}</a>
  2129. \t\t\t\t</div>
  2130. \t\t\t\t<div class=\"col-xs-12 col-nopadding\">
  2131. \t\t\t\t\t<a class=\"m-main-button mmb-4\">{{ labels.get('main-mobile-buttons-5')|raw }}
  2132. \t\t\t\t\t\t<span class=\"pull-right\">
  2133. \t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
  2134. \t\t\t\t\t\t</span>
  2135. \t\t\t\t\t</a>
  2136. \t\t\t\t</div>
  2137. \t\t\t\t<div class=\"clear\"></div>
  2138. \t\t\t\t<div id=\"m-main-cats\">
  2139. \t\t\t\t\t{{ include ('block/catmenu.html.twig', {'template': 'maincatmenu'}) }}
  2140. \t\t\t\t</div>
  2141. \t\t\t{% endif %}
  2142. \t\t</div>
  2143. \t\t<!-- Main Content -->
  2144. \t\t<div class=\"container m-t-3 m-m-t\">
  2145. \t\t\t<div class=\"row\">
  2146. \t\t\t\t{% if prod is empty and args[0]!='login' and args[0]!='cart' and args[0]!='register' and args[0]!='order' and args[0]!='checkout' %}
  2147. \t\t\t\t\t<!-- Filter Sidebar -->
  2148. \t\t\t\t\t<div class=\"col-sm-3 col-xl-2 left-desktop-menu{% if args[0]=='catalog' and args[1] in ['new', 'pop', 'mix', 'onsale', 'selection1', 'selection2'] and args[2]=='' %} active{% endif %}\">
  2149. \t\t\t\t\t\t{{ include('block/left-blocks.html.twig') }}
  2150. \t\t\t\t\t</div>
  2151. \t\t\t\t\t<!-- End Filter Sidebar -->
  2152. \t\t\t\t\t<!-- Product List -->
  2153. \t\t\t\t\t<div class=\"col-sm-9 col-xl-10 cont\">
  2154. \t\t\t\t\t{% else %}
  2155. \t\t\t\t\t\t<div class=\"col-sm-12 cont\">
  2156. \t\t\t\t\t\t{% endif %}
  2157. \t\t\t\t\t\t{% if args[0]=='user' and args[1]=='order-history' and order %}
  2158. \t\t\t\t\t\t\t{% elseif args[0]=='user' and args[1]=='' %}
  2159. \t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ labels.get('breadcrumbs-user')|raw }}</h1>
  2160. \t\t\t\t\t\t\t{% elseif args[0]=='wishlist' %}
  2161. \t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ labels.get('breadcrumbs-wishlist')|raw }}</h1>
  2162. \t\t\t\t\t\t\t{% elseif args[0]=='catalog' %}
  2163. \t\t\t\t\t\t\t\t<div class=\"title{{ prods ? ' pl-breadcrumbs' : '' }}{{ prod ? ' pc-breadcrumbs' : '' }}\">{{ include('block/breadcrumbs.html.twig') }}</div>
  2164. \t\t\t\t\t\t\t{% elseif args[0]=='articles' %}
  2165. \t\t\t\t\t\t\t\t<div class=\"title{{ prods ? ' pl-breadcrumbs' : '' }}{{ prod ? ' pc-breadcrumbs' : '' }}\">{{ include('block/breadcrumbs.html.twig') }}</div>
  2166. \t\t\t\t\t\t\t{% elseif args[0]!='cart' and args is not empty and args[0]!='login' and args[0]!='register' and args[0]!='comments' %}
  2167. \t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ page.h1 ? page.h1 |raw : page.name |raw }}</h1>
  2168. \t\t\t\t\t\t{% endif %}
  2169. \t\t\t\t\t\t{% if args[0]=='contact' %}
  2170. \t\t\t\t\t\t\t{{ include('block/contact.html.twig') }}
  2171. \t\t\t\t\t\t{% endif %}
  2172. \t\t\t\t\t\t{% block body %}{% endblock %}
  2173. \t\t\t\t\t</div>
  2174. \t\t\t\t</div>
  2175. \t\t\t</div>
  2176. \t\t\t<!-- End Main Content -->
  2177. \t\t\t<!-- Footer -->
  2178. \t\t\t<div class=\"footer\">
  2179. \t\t\t\t<div class=\"container\">
  2180. \t\t\t\t\t<div class=\"row\">
  2181. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  2182. \t\t\t\t\t\t\t<a href=\"{{ path('home') }}\"><img alt=\"Logo\" src=\"{{ asset(env.site ~ '.' ~ app.request.locale ~ '.png', 'img') }}\" class=\"img-responsive footmenu-logo\"/></a>
  2183. \t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
  2184. \t\t\t\t\t\t\t\t{% if env.site != env.mir and env.site != env.miropt %}
  2185. \t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-40')|raw }}</span>
  2186. \t\t\t\t\t\t\t\t<a href=\"{{ labels.get('instagram-link')|raw }}\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('012-instagram.svg', 'img') }}\" alt=\"\"></a>
  2187. \t\t\t\t\t\t\t\t{% if env.site == env.mir or env.site == env.miropt %}
  2188. \t\t\t\t\t\t\t\t\t<a href=\"{{ labels.get('vkontakte-link')|raw }}\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('vk.png', 'img') }}\" alt=\"\"></a>
  2189. \t\t\t\t\t\t\t\t{% endif %}
  2190. \t\t\t\t\t\t\t\t<a href=\"{{ labels.get('facebook-link')|raw }}\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('013-facebook.svg', 'img') }}\" alt=\"\"></a>
  2191. \t\t\t\t\t\t\t\t{% endif %}
  2192. \t\t\t\t\t\t\t</div>
  2193. \t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
  2194. \t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-41')|raw }}</span>
  2195. \t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('visa2.png', 'img') }}\" alt=\"\" height=\"14\"></a>
  2196. \t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('mc2.png', 'img') }}\" alt=\"\" height=\"18\"></a>
  2197. \t\t\t\t\t\t\t</div>
  2198. \t\t\t\t\t\t</div>
  2199. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  2200. \t\t\t\t\t\t\t<div class=\"title-footer\">
  2201. \t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-42')|raw }}</span>
  2202. \t\t\t\t\t\t\t</div>
  2203. \t\t\t\t\t\t\t<ul>
  2204. \t\t\t\t\t\t\t\t<li>
  2205. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'about'})}}\">{{ labels.get('footmenu-51')|raw }}</a>
  2206. \t\t\t\t\t\t\t\t</li>
  2207. \t\t\t\t\t\t\t\t<li>
  2208. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'delivery'})}}\">{{ labels.get('footmenu-52')|raw }}</a>
  2209. \t\t\t\t\t\t\t\t</li>
  2210. \t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != emv.mixopt %}
  2211. \t\t\t\t\t\t\t\t\t<li>
  2212. \t\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'optovim-pokupatelyam'})}}\">{{ labels.get('footmenu-53')|raw }}</a>
  2213. \t\t\t\t\t\t\t\t\t</li>
  2214. \t\t\t\t\t\t\t\t{% endif %}
  2215. \t\t\t\t\t\t\t\t<li>
  2216. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'info'})}}\">{{ labels.get('footmenu-54')|raw }}</a>
  2217. \t\t\t\t\t\t\t\t</li>
  2218. \t\t\t\t\t\t\t\t<li>
  2219. \t\t\t\t\t\t\t\t\t<a href=\"{{path('comments')}}\">{{ labels.get('footmenu-55')|raw }}</a>
  2220. \t\t\t\t\t\t\t\t</li>
  2221. \t\t\t\t\t\t\t\t<li>
  2222. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'contact'})}}\">{{ labels.get('footmenu-56')|raw }}</a>
  2223. \t\t\t\t\t\t\t\t</li>
  2224. \t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != emv.mixopt %}
  2225. \t\t\t\t\t\t\t\t<li>
  2226. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'skidki'})}}\">{{ labels.get('footmenu-57')|raw }}</a>
  2227. \t\t\t\t\t\t\t\t</li>
  2228. \t\t\t\t\t\t\t\t{% elseif env.site == env.mix %}
  2229. \t\t\t\t\t\t\t\t<li>
  2230. \t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'promocje'})}}\">{{ labels.get('promocje')|raw }}</a>
  2231. \t\t\t\t\t\t\t\t</li>
  2232. \t\t\t\t\t\t\t\t{% endif %}
  2233. \t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
  2234. \t\t\t\t\t\t\t\t<li>
  2235. \t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'usloviya-vozvrata-i-obmena'}) }}\">{{ labels.get('leftmenu-14')|raw }}</a>
  2236. \t\t\t\t\t\t\t\t</li>
  2237. \t\t\t\t\t\t\t\t{% else %}
  2238. \t\t\t\t\t\t\t\t<li>
  2239. \t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'info'}) }}\">{{ labels.get('main-static-menu-10')|raw }}</a>
  2240. \t\t\t\t\t\t\t\t</li>
  2241. \t\t\t\t\t\t\t\t{% endif %}
  2242. \t\t\t\t\t\t\t\t{% if env.site == env.mixopt %}
  2243. \t\t\t\t\t\t\t\t<li>
  2244. \t\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'regulamin-hurtowni'}) }}\">{{ labels.get('main-static-menu-15')|raw }}</a>
  2245. \t\t\t\t\t\t\t\t</li>
  2246. \t\t\t\t\t\t\t\t{% endif %}
  2247. \t\t\t\t\t\t\t</ul>
  2248. \t\t\t\t\t\t</div>
  2249. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
  2250. \t\t\t\t\t\t\t<div class=\"title-footer\">
  2251. \t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-43')|raw }}</span>
  2252. \t\t\t\t\t\t\t</div>
  2253. \t\t\t\t\t\t\t{{ include ('block/footmenu.html.twig') }}\t\t\t\t\t\t\t
  2254. \t\t\t\t\t\t</div>
  2255. \t\t\t\t\t\t<div class=\"col-md-3 col-sm-6 foot-contacts\">
  2256. \t\t\t\t\t\t\t<div class=\"title-footer\">
  2257. \t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-12')|raw }}</span>
  2258. \t\t\t\t\t\t\t</div>
  2259. \t\t\t\t\t\t\t<div class=\"row\">
  2260. \t\t\t\t\t\t\t\t{% set opt = '' %}
  2261. \t\t\t\t\t\t\t\t{% if env.is_opt %}
  2262. \t\t\t\t\t\t\t\t\t{% set opt = '-opt' %}
  2263. \t\t\t\t\t\t\t\t{% endif %}
  2264. \t\t\t\t\t\t\t\t{% if blocks.get('footmenu-phone' ~ opt) %}
  2265. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  2266. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-phone\"></i>
  2267. \t\t\t\t\t\t\t\t\t</div>
  2268. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  2269. \t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-phone' ~ opt)|raw }}
  2270. \t\t\t\t\t\t\t\t\t</div>
  2271. \t\t\t\t\t\t\t\t{% endif %}
  2272. \t\t\t\t\t\t\t\t{% if blocks.get('footmenu-email' ~ opt) %}
  2273. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
  2274. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  2275. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\"></i>
  2276. \t\t\t\t\t\t\t\t\t</div>
  2277. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  2278. \t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-email' ~ opt)|raw }}
  2279. \t\t\t\t\t\t\t\t\t</div>
  2280. \t\t\t\t\t\t\t\t{% endif %}
  2281. \t\t\t\t\t\t\t\t{% if blocks.get('footmenu-address' ~ opt) %}
  2282. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
  2283. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
  2284. \t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-map-marker\"></i>
  2285. \t\t\t\t\t\t\t\t\t</div>
  2286. \t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
  2287. \t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-address' ~ opt)|raw }}
  2288. \t\t\t\t\t\t\t\t\t</div>
  2289. \t\t\t\t\t\t\t\t{% endif %}
  2290. \t\t\t\t\t\t\t</div>
  2291. \t\t\t\t\t\t</div>
  2292. \t\t\t\t\t</div>
  2293. \t\t\t\t</div>
  2294. \t\t\t\t<div class=\"copyright\">
  2295. \t\t\t\t\t<div class=\"container\">
  2296. \t\t\t\t\t\t<div class=\"row\">
  2297. \t\t\t\t\t\t\t<div class=\"col-md-6 text-left fcc-1\">
  2298. \t\t\t\t\t\t\t\t{{ labels.get('copy')|raw }}
  2299. \t\t\t\t\t\t\t\t{{ sett.get('sitename')|raw }}
  2300. \t\t\t\t\t\t\t</div>
  2301. \t\t\t\t\t\t\t<div class=\"col-md-6 text-right fcc-2\">
  2302. \t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'polzovatelskoe-soglashenie'}) }}\">{{ labels.get('footmenu-6')|raw }}</a>
  2303. \t\t\t\t\t\t\t</div>
  2304. \t\t\t\t\t\t\t<div class=\"clear\"></div>
  2305. \t\t\t\t\t\t\t<div class=\"footer-space\"></div>
  2306. \t\t\t\t\t\t\t{% if args[0] == 'order' and args[1] == 'finish' and env.code_google_conversion %}
  2307. \t\t\t\t\t\t\t\t<!-- Google Code for https://www.dombusin.com/ Conversion Page -->
  2308. \t\t\t\t\t\t\t\t<script>
  2309. \t\t\t\t\t\t\t\t\t/* <![CDATA[ */
  2310. var google_conversion_id = {{ env.code_google_conversion }};
  2311. var google_conversion_language = \"en\";
  2312. var google_conversion_format = \"3\";
  2313. var google_conversion_color = \"ffffff\";
  2314. var google_conversion_label = \"k8dOCK3ioWcQ1vqV0AM\";
  2315. var google_remarketing_only = false;
  2316. /* ]]> */
  2317. \t\t\t\t\t\t\t\t</script>
  2318. \t\t\t\t\t\t\t\t<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>
  2319. \t\t\t\t\t\t\t\t<noscript>
  2320. \t\t\t\t\t\t\t\t\t<div style=\"display:inline;\">
  2321. \t\t\t\t\t\t\t\t\t\t<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/973438294/?label=k8dOCK3ioWcQ1vqV0AM&amp;guid=ON&amp;script=0\"/>
  2322. \t\t\t\t\t\t\t\t\t</div>
  2323. \t\t\t\t\t\t\t\t</noscript>
  2324. \t\t\t\t\t\t\t{% endif %}
  2325. \t\t\t\t\t\t</div>
  2326. \t\t\t\t\t</div>
  2327. \t\t\t\t</div>
  2328. \t\t\t</div>
  2329. \t\t\t<!-- End Footer -->
  2330. \t\t\t<a href=\"#top\" class=\"back-top text-center\">
  2331. \t\t\t\t<img src=\"{{ asset('014-up-arrow.svg', 'img') }}\" alt=\"\" width=\"10\">
  2332. \t\t\t</a>
  2333. \t\t\t{{ ga_events_addtocart()|raw }}
  2334. \t\t\t{{ ga_events_deletefromcart()|raw }}
  2335. \t\t\t{% if(env.code_bitrix) %}
  2336. \t\t\t\t<script>
  2337. \t\t\t\t\t(function (w, d, u) {
  2338. var s = d.createElement('script');
  2339. s.async = true;
  2340. s.src = u + '?' + (
  2341. Date.now() / 60000 | 0
  2342. );
  2343. var h = d.getElementsByTagName('script')[0];
  2344. h.parentNode.insertBefore(s, h);
  2345. })(window, document, 'https://bitrix24.dombusin.com/upload/crm/site_button/    {{ env.code_bitrix }}.js');
  2346. \t\t\t\t</script>
  2347. \t\t\t{% endif %}
  2348. \t\t\t{% if(env.code_emt) %}
  2349. \t\t\t\t<script src=\"https://emailtools.ru/js/api/v1/tools.js\" defer=\"\" async=\"\"></script>
  2350. \t\t\t\t<script>
  2351. \t\t\t\t\twindow.EMT = window.EMT || {};
  2352. EMT._client_id = {{ env.code_emt }}
  2353. \t\t\t\t</script>
  2354. \t\t\t{% endif %}
  2355. \t\t\t{% if env.site==env.mix or env.site==env.mixopt %}
  2356. \t\t\t\t{{ include('block/modal_lang.html.twig') }}
  2357. \t\t\t{% endif %}
  2358. \t\t\t{{ include('block/modal_cookie.html.twig') }}
  2359. \t\t\t{{ include('block/modal_callback.html.twig') }}
  2360. \t\t\t{{ include('block/modal_sent.html.twig') }}
  2361. \t\t\t{{ include('block/modal_city.html.twig') }}
  2362. \t\t\t{% if env.site == env.dom or env.site == env.mir or env.site == env.mix %}
  2363. \t\t\t\t{{ include('block/modal_opt_redirect.html.twig') }}
  2364. \t\t\t{% endif %}
  2365. \t\t\t{# {{ include('block/ga_consent_banner.html.twig') }} #}
  2366. \t\t\t{% if(env.esputnik_id) %}
  2367. \t\t\t\t<script>
  2368. \t\t\t\t\t!function (t, e, c, n) {
  2369. var s = e.createElement(c);
  2370. s.async = 1,
  2371. s.src = 'https://statics.esputnik.com/scripts/' + n + '.js';
  2372. var r = e.scripts[0];
  2373. r.parentNode.insertBefore(s, r);
  2374. var f = function () {
  2375. f.c(arguments);
  2376. };
  2377. f.q = [];
  2378. f.c = function () {
  2379. f.q.push(arguments);
  2380. };
  2381. t['eS'] = t['eS'] || f;
  2382. }(window, document, 'script', '{{ env.esputnik_id }}');
  2383. \t\t\t\t</script>
  2384. \t\t\t\t<script>
  2385. \t\t\t\t\teS('init');
  2386. \t\t\t\t</script>
  2387. \t\t\t{% endif %}\t\t\t
  2388. \t\t\t{# {% if env.site==env.mix or env.site==env.mixopt %}
  2389. \t\t\t\t<script>
  2390. \t\t\t\t(function(w,d,u){
  2391. \t\t\t\t\t\tvar s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/60000|0);
  2392. \t\t\t\t\t\tvar h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
  2393. \t\t\t\t})(window,document,'https://bitrix24.dombusin.com/upload/crm/site_button/loader_5_vcvrc1.js');
  2394. \t\t\t\t</script>
  2395. \t\t\t{% endif %} #}
  2396. \t\t\t{{ include('block/jslabels.html.twig') }}
  2397. \t\t\t
  2398. \t\t\t{% block javascripts %}
  2399. \t\t\t\t{{ encore_entry_script_tags('app') }}
  2400. \t\t\t{% endblock %}
  2401. \t\t\t{% if args[0] == 'cart' %}
  2402. \t\t\t\t{{ include('cart/block/cart-block-scripts.html.twig') }}
  2403. \t\t\t{% endif %}
  2404. \t\t</body>
  2405. \t</body>
  2406. </html>
  2407. ""base.html.twig""/home/test.dombusin.com/public_html/templates/base.html.twig");
  2408.     }
  2409. }