<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* base.html.twig */
class __TwigTemplate_f1c9e25a26f5c05c500a67a044d19126 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"";
// line 2
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true);
yield "\" itemscope itemtype=\"http://schema.org/WebPage\">
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
\t\t<title>";
// line 8
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, false, 8)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, false, 8)) : (((CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["sitename"], "method", false, false, false, 8) . ". ") . CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "name", [], "any", false, false, false, 8))));
yield "</title>
\t\t<meta name=\"description\" content=\"";
// line 9
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "descr", [], "any", false, false, false, 9), "html", null, true);
yield "\">
\t\t<meta name=\"keywords\" content=\"";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "kw", [], "any", false, false, false, 10), "html", null, true);
yield "\">
\t\t<link rel=\"shortcut icon\" href=\"";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon.ico", "pic"), "html", null, true);
yield "\" type=\"image/x-icon\">
\t\t<link rel=\"icon\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon.ico", "pic"), "html", null, true);
yield "\" type=\"image/x-icon\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-57x57.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"";
// line 15
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-60x60.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-72x72.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-76x76.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"";
// line 18
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-114x114.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"";
// line 19
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-120x120.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"";
// line 20
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-144x144.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-152x152.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
// line 22
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/apple-touch-icon-180x180.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/android-chrome-192x192.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"";
// line 24
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon-32x32.png", "pic"), "html", null, true);
yield "\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/favicon-16x16.png", "pic"), "html", null, true);
yield "\">
\t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
\t\t<meta name=\"msapplication-TileImage\" content=\"";
// line 27
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon/mstile-144x144.png", "pic"), "html", null, true);
yield "\">
\t\t<meta name=\"theme-color\" content=\"#ffffff\">
\t\t";
// line 30
$context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
// line 31
yield "\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 31) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 31)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 31) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 31)))) {
// line 32
yield "\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["langsarray"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["lang"]) {
// line 33
yield "\t\t\t\t<link rel=\"alternate\" hreflang=\"";
yield $this->extensions['App\Twig\HrefLang']->hrefLang($context["lang"]);
yield "\" href=\"";
yield $this->extensions['App\Twig\Path']->getLocalePath(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 33), "attributes", [], "any", false, false, false, 33), "get", ["_route"], "method", false, false, false, 33), $context["lang"], Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 33), "attributes", [], "any", false, false, false, 33), "all", [], "any", false, false, false, 33), "_route_params", [], "any", false, false, false, 33), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 33), "query", [], "any", false, false, false, 33), "all", [], "any", false, false, false, 33)), true);
yield "\" />\t\t\t
\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['lang'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
yield "\t\t";
}
// line 36
yield "\t\t
\t\t";
// line 37
if ((($tmp = ($context["canonical"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 38
yield "\t\t\t<link rel=\"canonical\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["canonical"] ?? null), "html", null, true);
yield "\"/>
\t\t";
} else {
// line 40
yield "\t\t\t<link rel=\"canonical\" href=\"";
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->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 40), "attributes", [], "any", false, false, false, 40), "get", ["_route"], "method", false, false, false, 40), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 40), "attributes", [], "any", false, false, false, 40), "all", [], "any", false, false, false, 40), "_route_params", [], "any", false, false, false, 40))), "html", null, true);
yield "\"/>
\t\t";
}
// line 42
yield "\t\t
\t\t";
// line 43
yield CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["meta"], "method", false, false, false, 43);
yield "
\t\t";
// line 47
yield "\t\t
\t\t";
// line 48
if ((((($context["noindex"] ?? null) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 48) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 48))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 48) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 48))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 48) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 48)))) {
// line 49
yield "\t\t\t<meta name=\"robots\" content=\"noindex, nofollow\"/>
\t\t";
}
// line 51
yield "
\t\t";
// line 57
yield "
\t\t";
// line 58
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 58) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 58)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 58) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 58)))) {
// line 59
yield " <!-- Yandex.Metrika counter -->
\t\t<script type=\"text/javascript\">
\t\t\t(function(m,e,t,r,i,k,a){
\t\t\t\tm[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
\t\t\t\tm[i].l=1*new Date();
\t\t\t\tfor (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
\t\t\t\tk=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
\t\t\t})(window, document,'script','https://mc.webvisor.org/metrika/tag_ww.js', 'ym');
\t\t\tym(24172600, 'init', {webvisor:true, clickmap:true, ecommerce:\"dataLayer\", accurateTrackBounce:true, trackLinks:true});
\t\t</script>
\t\t<noscript><div><img src=\"https://mc.yandex.ru/watch/24172600\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
\t\t<!-- /Yandex.Metrika counter -->
\t\t
\t\t<meta name=\"yandex-verification\" content=\"e9d392bbe8fa2dc7\" />
\t\t";
}
// line 75
yield "\t\t<meta name=\"mailru-verification\" content=\"37d58a46a72cab32\"/>
\t\t";
// line 76
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 76) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 76))) {
// line 77
yield "\t\t\t<meta name=\"yandex-verification\" content=\"32ebb5a363838de4\"/>
\t\t";
}
// line 79
yield "
\t\t";
// line 80
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 83
yield "
\t\t";
// line 84
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/gtm.html.twig");
yield "
\t\t<script charset=\"UTF-8\" src=\"";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_sendpulse", [], "any", false, false, false, 85), "html", null, true);
yield "\" async></script>
\t\t<meta name=\"google-site-verification\" content=\"VvrJOpBdLaX1XdH6LItB6exU1FB2N-uOnCaZSbAiKi4\" />
\t\t";
// line 89
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->init();
yield "
\t\t";
// line 90
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/ga_consent.html.twig");
yield "
\t\t";
// line 92
if ((($tmp = ($context["ga_events_search"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 93
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->searchResults(($context["q"] ?? null), ($context["prods"] ?? null));
yield "
\t\t";
}
// line 95
yield "
\t\t";
// line 96
if ((($tmp = ($context["ga_events_prodlist"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 97
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodList(($context["prods"] ?? null));
yield "
\t\t";
}
// line 99
yield "
\t\t";
// line 100
if ((($tmp = ($context["ga_events_prodcont"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 101
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodCont(($context["prod"] ?? null));
yield "
\t\t";
}
// line 102
yield "\t\t
\t\t";
// line 104
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/razmetka.html.twig");
yield "
\t</head>
\t<body class=\"page";
// line 106
yield ((((($_v0 = ($context["args"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[0] ?? null) : null) == "cart")) ? ("-cart") : (""));
yield "\">
\t\t<div id=\"fb-root\"></div>
\t\t<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v5.0\"></script>
\t\t";
// line 111
if (((($_v1 = ($context["args"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null) == "register")) {
// line 112
yield "\t\t\t<div id=\"register_error_0\">
\t\t\t\t<div class=\"added-message\">";
// line 113
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["ps-error"], "method", false, false, false, 113);
yield "</div>
\t\t\t</div>
\t\t";
}
// line 116
yield "\t\t<div id=\"prod_added\">
\t\t\t<div class=\"added-message\">";
// line 117
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-1"], "method", false, false, false, 117);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_removed\">
\t\t\t<div class=\"added-message\">";
// line 120
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-2"], "method", false, false, false, 120);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_added2\">
\t\t\t<div class=\"added-message\">";
// line 123
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-3"], "method", false, false, false, 123);
yield "</div>
\t\t</div>
\t\t<span id=\"ScMail\" style=\"display: none;\">";
// line 126
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 126), "get", ["useremail"], "method", false, false, false, 126), "html", null, true);
yield "</span>
\t\t<div id=\"supheader\">
\t\t\t";
// line 129
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/timer.html.twig");
yield "
\t\t\t";
// line 131
if (((Twig\Extension\CoreExtension::trim(Twig\Extension\CoreExtension::striptags(CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method", false, false, false, 131))) != "") && ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 131), "cookies", [], "any", false, false, false, 131), "get", ["message-top"], "method", false, false, false, 131) == null) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 131), "cookies", [], "any", false, false, false, 131), "get", ["message-top"], "method", false, false, false, 131) != "0")))) {
// line 132
yield "\t\t\t\t<div class=\"message-top\">
\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-md-12 pr\">
\t\t\t\t\t\t\t\t<div class=\"message-top-close\">
\t\t\t\t\t\t\t\t\t<a href=\"#\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
// line 141
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method", false, false, false, 141);
yield "
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t";
}
// line 147
yield "
\t\t\t<div class=\"hidden-xs widemenu\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"wm-menu\">
\t\t\t\t\t\t<ul class=\"widemenulist\">
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 153
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "delivery"]);
yield "\" ";
if (((($_v2 = ($context["args"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[0] ?? null) : null) == "delivery")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-1"], "method", false, false, false, 153);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
// line 155
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 155) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 155)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 155) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 155)))) {
// line 156
yield "\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 157
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "optovim-pokupatelyam"]);
yield "\" ";
if (((($_v3 = ($context["args"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3[0] ?? null) : null) == "optovim-pokupatelyam")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-2"], "method", false, false, false, 157);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 160
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "skidki"]);
yield "\" ";
if (((($_v4 = ($context["args"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4[0] ?? null) : null) == "skidki")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-3"], "method", false, false, false, 160);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 162
($context["env"] ?? null), "site", [], "any", false, false, false, 162) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 162))) {
// line 163
yield "\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 164
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "promocje"]);
yield "\" ";
if (((($_v5 = ($context["args"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5[0] ?? null) : null) == "promocje")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["promocje"], "method", false, false, false, 164);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t";
}
// line 167
yield "\t\t\t\t\t\t\t<li class=\"wm-group-2\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 168
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
yield "\" ";
if (((($_v6 = ($context["args"] ?? null)) && is_array($_v6) || $_v6 instanceof ArrayAccess ? ($_v6[0] ?? null) : null) == "contact")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-4"], "method", false, false, false, 168);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-2\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 171
yield $this->extensions['App\Twig\Path']->getPath("comments");
yield "\" ";
if (((($_v7 = ($context["args"] ?? null)) && is_array($_v7) || $_v7 instanceof ArrayAccess ? ($_v7[0] ?? null) : null) == "comments")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-5"], "method", false, false, false, 171);
yield "</a>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-0\">
\t\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
\t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">";
// line 176
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-6"], "method", false, false, false, 176);
yield "
\t\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-left\">
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 181
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
yield "\" ";
if (((($_v8 = ($context["args"] ?? null)) && is_array($_v8) || $_v8 instanceof ArrayAccess ? ($_v8[0] ?? null) : null) == "contact")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-7"], "method", false, false, false, 181);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 184
yield $this->extensions['App\Twig\Path']->getPath("comments");
yield "\" ";
if (((($_v9 = ($context["args"] ?? null)) && is_array($_v9) || $_v9 instanceof ArrayAccess ? ($_v9[0] ?? null) : null) == "comments")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-8"], "method", false, false, false, 184);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
// line 186
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 186) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 186)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 186) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 186)))) {
// line 187
yield "\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\"><a href=\"";
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "q"]);
yield "\"";
if (((($_v10 = ($context["args"] ?? null)) && is_array($_v10) || $_v10 instanceof ArrayAccess ? ($_v10[0] ?? null) : null) == "q")) {
yield " class=\"active\"";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-14"], "method", false, false, false, 187);
yield "</a></li>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 189
yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 190
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "about"]);
yield "\" ";
if (((($_v11 = ($context["args"] ?? null)) && is_array($_v11) || $_v11 instanceof ArrayAccess ? ($_v11[0] ?? null) : null) == "about")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-9"], "method", false, false, false, 190);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 193
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
yield "\" ";
if (((($_v12 = ($context["args"] ?? null)) && is_array($_v12) || $_v12 instanceof ArrayAccess ? ($_v12[0] ?? null) : null) == "info")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-10"], "method", false, false, false, 193);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
// line 198
yield "\t\t\t\t\t\t\t\t\t\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 198)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 198)))) {
// line 199
yield "\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 200
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "kuponi"]);
yield "\" ";
if (((($_v13 = ($context["args"] ?? null)) && is_array($_v13) || $_v13 instanceof ArrayAccess ? ($_v13[0] ?? null) : null) == "kuponi")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-11"], "method", false, false, false, 200);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 203
yield $this->extensions['App\Twig\Path']->getPath("articles_list");
yield "\" ";
if (((($_v14 = ($context["args"] ?? null)) && is_array($_v14) || $_v14 instanceof ArrayAccess ? ($_v14[0] ?? null) : null) == "articles")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-12"], "method", false, false, false, 203);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 206
yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 207
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "polzovatelskoe-soglashenie"]);
yield "\" ";
if (((($_v15 = ($context["args"] ?? null)) && is_array($_v15) || $_v15 instanceof ArrayAccess ? ($_v15[0] ?? null) : null) == "polzovatelskoe-soglashenie")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-13"], "method", false, false, false, 207);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
// line 209
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 209) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 209)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 209) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 209)))) {
// line 210
yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 211
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "usloviya-vozvrata-i-obmena"]);
yield "\" ";
if (((($_v16 = ($context["args"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16[0] ?? null) : null) == "usloviya-vozvrata-i-obmena")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["leftmenu-14"], "method", false, false, false, 211);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 214
yield "\t\t\t\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 214) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 214))) {
// line 215
yield "\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 216
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "regulamin-hurtowni"]);
yield "\" ";
if (((($_v17 = ($context["args"] ?? null)) && is_array($_v17) || $_v17 instanceof ArrayAccess ? ($_v17[0] ?? null) : null) == "regulamin-hurtowni")) {
yield " class=\"active\" ";
}
yield ">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-15"], "method", false, false, false, 216);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 219
yield "\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"wm-geo\">
\t\t\t\t\t\t";
// line 226
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 226) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 226)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 226) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 226))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 226) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 226))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 226) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 226)))) {
// line 227
yield "\t\t\t\t\t\t\t<ul class=\"nav wm-nav wm-langs\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">";
// line 229
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 229), "locale", [], "any", false, false, false, 229), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t\t<span class=\"fa fa-chevron-down\"></span>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right dropdown-lang-menu\">
\t\t\t\t\t\t\t\t\t\t";
// line 233
$context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
// line 234
yield "\t\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["langsarray"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["lang"]) {
// line 235
yield "\t\t\t\t\t\t\t\t\t\t\t";
yield "\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 236
yield $this->extensions['App\Twig\Path']->getLocalePath(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 236), "attributes", [], "any", false, false, false, 236), "get", ["_route"], "method", false, false, false, 236), $context["lang"], Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 236), "attributes", [], "any", false, false, false, 236), "all", [], "any", false, false, false, 236), "_route_params", [], "any", false, false, false, 236), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 236), "query", [], "any", false, false, false, 236), "all", [], "any", false, false, false, 236)), true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["lang"], "html", null, true);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t";
// line 239
yield "\t\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['lang'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 240
yield "\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t";
}
// line 244
yield "\t\t\t\t\t\t";
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 244) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 244)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 244) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 244))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 244) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 244))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 244) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 244)))) {
// line 245
yield "\t\t\t\t\t\t\t<ul class=\"nav wm-geo-nav\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t\t";
// line 247
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 247)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 248
yield "\t\t\t\t\t\t\t\t\t\t<img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("003-placeholderopt.svg", "img"), "html", null, true);
yield "\" width=\"20\" alt=\"\" width=\"10\">
\t\t\t\t\t\t\t\t\t";
} else {
// line 250
yield "\t\t\t\t\t\t\t\t\t\t<img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("003-placeholder.svg", "img"), "html", null, true);
yield "\" width=\"20\" alt=\"\" width=\"10\">
\t\t\t\t\t\t\t\t\t";
}
// line 252
yield "\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">
\t\t\t\t\t\t\t\t\t\t<span class=\"wm-geo-city\">";
// line 254
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 254), "get", ["checkout"], "method", false, false, false, 254), "city_name", [], "any", false, false, false, 254)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 254), "get", ["checkout"], "method", false, false, false, 254), "city_name", [], "any", false, false, false, 254), "html", null, true)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 254)));
yield "</span>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
\t\t\t\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"sr-only\">Close</span>
\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t";
// line 262
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 262);
yield "
\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t<br><span class=\"wm-geo-city\">";
// line 264
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 264), "get", ["checkout"], "method", false, false, false, 264), "city_name", [], "any", false, false, false, 264), "html", null, true);
yield "</span>?
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
\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\">";
// line 267
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity2"], "method", false, false, false, 267);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">";
// line 268
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity3"], "method", false, false, false, 268);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t";
}
// line 274
yield "\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"wm-tel\">
\t\t\t\t\t\t";
// line 276
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 276) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 276))) {
// line 277
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:0800312370";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t0-800-312-370</a>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 279
($context["env"] ?? null), "site", [], "any", false, false, false, 279) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 279))) {
// line 280
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:88005052523";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 282
($context["env"] ?? null), "site", [], "any", false, false, false, 282) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 282))) {
// line 283
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:88005052523";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 285
($context["env"] ?? null), "site", [], "any", false, false, false, 285) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 285))) {
// line 286
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:+48668522718";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t+48 668 522 718</a>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 288
($context["env"] ?? null), "site", [], "any", false, false, false, 288) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 288))) {
// line 289
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:+48668522718";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-callopt.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t+48 668 522 718</a>
\t\t\t\t\t\t";
} else {
// line 292
yield "\t\t\t\t\t\t\t<a href=\"";
if ((($tmp = ($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "tel:0800312370";
} else {
yield "#";
}
yield "\" rel=\"nofollow\" class=\"top-phone-w\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("001-call.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"9\">
\t\t\t\t\t\t\t\t0-800-312-370</a>
\t\t\t\t\t\t";
}
// line 295
yield "\t\t\t\t\t\t<span class=\"top-phone-time";
if ((($tmp = !($context["isCallAvailable"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield " top-phone-time-inactive";
}
yield "\"></span>
\t\t\t\t\t\t<span>";
// line 296
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-from"], "method", false, false, false, 296);
yield "
\t\t\t\t\t\t\t";
// line 297
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-start"], "method", false, false, false, 297);
yield "
\t\t\t\t\t\t\t";
// line 298
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-to"], "method", false, false, false, 298);
yield "
\t\t\t\t\t\t\t";
// line 299
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-end"], "method", false, false, false, 299);
yield "
\t\t\t\t\t\t\t(";
// line 300
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-city"], "method", false, false, false, 300);
yield ")</span>
\t\t\t\t\t\t |<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
\t\t\t\t\t\t\t";
// line 302
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["callback"], "method", false, false, false, 302);
yield "
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div id=\"stiheader-ghost\"></div>
\t\t<div id=\"stiheader\">
\t\t\t<div class=\"middle-header\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-sm-3\">
\t\t\t\t\t\t\t<div class=\"mh-logo\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 316
yield $this->extensions['App\Twig\Path']->getPath("home");
yield "\"><img alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 316), "html", null, true);
yield "\" src=\"";
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", false, false, false, 316) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 316), "locale", [], "any", false, false, false, 316)) . ".png"), "img"), "html", null, true);
yield "\" class=\"img-responsive\"/></a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-sm-9\">
\t\t\t\t\t\t\t<div class=\"mh-menu\">
\t\t\t\t\t\t\t\t<ul class=\"nav\">
\t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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\">
\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
// line 324
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("022-menu-1.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"20\" class=\"iamenu\">
\t\t\t\t\t\t\t\t\t\t\t<img src=\"";
// line 325
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", false, false, false, 325)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html", null, true);
yield "\" alt=\"\" width=\"20\" class=\"amenu\"><span class=\"fa fa-chevron-down\"></span>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right mh-topmenu\">
\t\t\t\t\t\t\t\t\t\t\t<li>\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 329
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/catmenu.html.twig", ["template" => "topcatmenu"]);
yield "
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t<div class=\"mh-menu-block\"></div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mh-pics\">
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t\t";
// line 339
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/cart.html.twig");
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 345
yield $this->extensions['App\Twig\Path']->getPath("wishlist");
yield "\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("006-heart1.png", "img"), "html", null, true);
yield "\" alt=\"\"></a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\"
\t\t\t\t\t\t\t\t\t\tdata-controller=\"block-loader\"
\t\t\t\t\t\t\t\t\t\tdata-block-loader-url-value=\"";
// line 352
yield $this->extensions['App\Twig\Path']->getPath("block_userlogin");
yield "\"
\t\t\t\t\t\t\t\t\t\tdata-block-loader-ignore-errors-value=\"true\"
\t\t\t\t\t\t\t\t\t> ...\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mh-search\">
\t\t\t\t\t\t\t\t<form name=\"search\" action=\"";
// line 359
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"]);
yield "\" method=\"get\" class=\"input-group\" id=\"topsearch\">
\t\t\t\t\t\t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords\" class=\"form-control search\" aria-label=\"";
// line 360
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 360);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 360);
yield "\" value=\"";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 360), "query", [], "any", false, false, false, 360), "get", ["q"], "method", false, false, false, 360)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 360), "query", [], "any", false, false, false, 360), "get", ["q"], "method", false, false, false, 360));
} elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 360), "parameter", [], "any", false, false, false, 360), "get", ["q"], "method", false, false, false, 360)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 360), "parameter", [], "any", false, false, false, 360), "get", ["q"], "method", false, false, false, 360));
}
yield "\">
\t\t\t\t\t\t\t\t\t<div class=\"input-group-btn\">
\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search2\"><img src=\"";
// line 362
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", false, false, false, 362)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html", null, true);
yield "\" alt=\"\" width=\"16\"></button>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t\t<div class=\"search_queries\">
\t\t\t\t\t\t\t\t\t";
// line 366
$context["i"] = 0;
// line 367
yield "\t\t\t\t\t\t\t\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["search_queries_rand"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["query"]) {
// line 368
yield "\t\t\t\t\t\t\t\t\t\t";
if ((($context["i"] ?? null) > 0)) {
yield " |
\t\t\t\t\t\t\t\t\t\t";
}
// line 370
yield "\t\t\t\t\t\t\t\t\t\t<form action=\"";
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", null, true)) : ($this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"])));
yield "\" method=\"GET\" id=\"search-form-";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["i"] ?? null), "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t";
// line 371
if ((($tmp = !(($_v20 = ($context["search_queries"] ?? null)) && is_array($_v20) || $_v20 instanceof ArrayAccess ? ($_v20[$context["query"]] ?? null) : null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield "<input type=\"hidden\" name=\"q\" value=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["query"], "html", null, true);
yield "\">
\t\t\t\t\t\t\t\t\t\t\t";
}
// line 373
yield "\t\t\t\t\t\t\t\t\t\t\t<button type=\"submit\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["query"], "html", null, true);
yield "</button>
\t\t\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t\t\t\t";
// line 375
$context["i"] = (($context["i"] ?? null) + 1);
// line 376
yield "\t\t\t\t\t\t\t\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['query'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 377
yield "\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<nav class=\"navbar navbar-default lastheader\" id=\"lastheader\">
\t\t\t\t";
// line 385
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/navbar-part.html.twig");
yield "
\t\t\t</nav>
\t\t</div>
\t\t<div class=\"container m-main-buttons visible-xs\">
\t\t\t<form name=\"search\" action=\"";
// line 390
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"]);
yield "\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
\t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords2\" class=\"form-control search\" aria-label=\"";
// line 391
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 391);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 391);
yield "\" value=\"";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 391), "query", [], "any", false, false, false, 391), "get", ["q"], "method", false, false, false, 391)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 391), "query", [], "any", false, false, false, 391), "get", ["q"], "method", false, false, false, 391));
} elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 391), "parameter", [], "any", false, false, false, 391), "get", ["q"], "method", false, false, false, 391)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 391), "parameter", [], "any", false, false, false, 391), "get", ["q"], "method", false, false, false, 391));
}
yield "\">
\t\t\t\t<div class=\"input-group-btn\">
\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search\"><img src=\"";
// line 393
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", false, false, false, 393)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("opt") : (""))) . ".svg"), "img"), "html", null, true);
yield "\" alt=\"\" width=\"16\"></button>
\t\t\t\t</div>
\t\t\t</form>
\t\t\t";
// line 396
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "mainpage", [], "any", false, false, false, 396) == "1")) {
// line 397
yield "\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t<a href=\"";
// line 398
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "new"]);
yield "\" class=\"m-main-button mmb-1\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-1"], "method", false, false, false, 398);
yield "</a>
\t\t\t\t</div>
\t\t\t\t";
// line 400
if ((($tmp = ($context["isVisibleActions"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 401
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 402
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "action"]);
yield "\" class=\"m-main-button mmb-2\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-2"], "method", false, false, false, 402);
yield "</a>
\t\t\t\t\t</div>
\t\t\t\t";
} else {
// line 405
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 406
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "mix"]);
yield "\" class=\"m-main-button mmb-2\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-3"], "method", false, false, false, 406);
yield "</a>
\t\t\t\t\t</div>
\t\t\t\t";
}
// line 409
yield "\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t<a href=\"";
// line 410
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "pop"]);
yield "\" class=\"m-main-button mmb-3\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-4"], "method", false, false, false, 410);
yield "</a>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-xs-12 col-nopadding\">
\t\t\t\t\t<a class=\"m-main-button mmb-4\">";
// line 413
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-5"], "method", false, false, false, 413);
yield "
\t\t\t\t\t\t<span class=\"pull-right\">
\t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
\t\t\t\t\t\t</span>
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t<div id=\"m-main-cats\">
\t\t\t\t\t";
// line 421
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/catmenu.html.twig", ["template" => "maincatmenu"]);
yield "
\t\t\t\t</div>
\t\t\t";
}
// line 424
yield "\t\t</div>
\t\t<!-- Main Content -->
\t\t<div class=\"container m-t-3 m-m-t\">
\t\t\t<div class=\"row\">
\t\t\t\t";
// line 429
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"))) {
// line 430
yield "
\t\t\t\t\t<!-- Filter Sidebar -->
\t\t\t\t\t<div class=\"col-sm-3 col-xl-2 left-desktop-menu";
// line 432
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) == ""))) {
yield " active";
}
yield "\">
\t\t\t\t\t\t";
// line 433
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/left-blocks.html.twig");
yield "
\t\t\t\t\t</div>
\t\t\t\t\t<!-- End Filter Sidebar -->
\t\t\t\t\t<!-- Product List -->
\t\t\t\t\t<div class=\"col-sm-9 col-xl-10 cont\">
\t\t\t\t\t";
} else {
// line 441
yield "\t\t\t\t\t\t<div class=\"col-sm-12 cont\">
\t\t\t\t\t\t";
}
// line 443
yield "
\t\t\t\t\t\t";
// line 444
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))) {
// line 445
yield "\t\t\t\t\t\t\t";
} 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) == ""))) {
// line 446
yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["breadcrumbs-user"], "method", false, false, false, 446);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v33 = // line 447
($context["args"] ?? null)) && is_array($_v33) || $_v33 instanceof ArrayAccess ? ($_v33[0] ?? null) : null) == "wishlist")) {
// line 448
yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["breadcrumbs-wishlist"], "method", false, false, false, 448);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v34 = // line 449
($context["args"] ?? null)) && is_array($_v34) || $_v34 instanceof ArrayAccess ? ($_v34[0] ?? null) : null) == "catalog")) {
// line 450
yield "\t\t\t\t\t\t\t\t<div class=\"title";
yield (((($tmp = ($context["prods"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (" pl-breadcrumbs") : (""));
yield (((($tmp = ($context["prod"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (" pc-breadcrumbs") : (""));
yield "\">";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/breadcrumbs.html.twig");
yield "</div>
\t\t\t\t\t\t\t";
} elseif (((($_v35 = // line 451
($context["args"] ?? null)) && is_array($_v35) || $_v35 instanceof ArrayAccess ? ($_v35[0] ?? null) : null) == "articles")) {
// line 452
yield "\t\t\t\t\t\t\t\t<div class=\"title";
yield (((($tmp = ($context["prods"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (" pl-breadcrumbs") : (""));
yield (((($tmp = ($context["prod"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (" pc-breadcrumbs") : (""));
yield "\">";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/breadcrumbs.html.twig");
yield "</div>
\t\t\t\t\t\t\t";
} elseif (((((((($_v36 = // line 453
($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"))) {
// line 454
yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "h1", [], "any", false, false, false, 454)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "h1", [], "any", false, false, false, 454)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "name", [], "any", false, false, false, 454)));
yield "</h1>
\t\t\t\t\t\t";
}
// line 456
yield "
\t\t\t\t\t\t";
// line 457
if (((($_v40 = ($context["args"] ?? null)) && is_array($_v40) || $_v40 instanceof ArrayAccess ? ($_v40[0] ?? null) : null) == "contact")) {
// line 458
yield "\t\t\t\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/contact.html.twig");
yield "
\t\t\t\t\t\t";
}
// line 460
yield "
\t\t\t\t\t\t";
// line 461
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 462
yield "
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Main Content -->
\t\t\t<!-- Footer -->
\t\t\t<div class=\"footer\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\t\t\t\t\t\t\t<a href=\"";
// line 474
yield $this->extensions['App\Twig\Path']->getPath("home");
yield "\"><img alt=\"Logo\" src=\"";
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", false, false, false, 474) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 474), "locale", [], "any", false, false, false, 474)) . ".png"), "img"), "html", null, true);
yield "\" class=\"img-responsive footmenu-logo\"/></a>
\t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
\t\t\t\t\t\t\t\t";
// line 476
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 476) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 476)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 476) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 476)))) {
// line 477
yield "\t\t\t\t\t\t\t\t<span>";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-40"], "method", false, false, false, 477);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"";
// line 478
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["instagram-link"], "method", false, false, false, 478);
yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("012-instagram.svg", "img"), "html", null, true);
yield "\" alt=\"\"></a>
\t\t\t\t\t\t\t\t";
// line 479
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 479) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 479)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 479) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 479)))) {
// line 480
yield "\t\t\t\t\t\t\t\t\t<a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["vkontakte-link"], "method", false, false, false, 480);
yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("vk.png", "img"), "html", null, true);
yield "\" alt=\"\"></a>
\t\t\t\t\t\t\t\t";
}
// line 482
yield "\t\t\t\t\t\t\t\t<a href=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["facebook-link"], "method", false, false, false, 482);
yield "\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("013-facebook.svg", "img"), "html", null, true);
yield "\" alt=\"\"></a>
\t\t\t\t\t\t\t\t";
}
// line 484
yield "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
\t\t\t\t\t\t\t\t<span>";
// line 486
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-41"], "method", false, false, false, 486);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
// line 487
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("visa2.png", "img"), "html", null, true);
yield "\" alt=\"\" height=\"14\"></a>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
// line 488
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("mc2.png", "img"), "html", null, true);
yield "\" alt=\"\" height=\"18\"></a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>";
// line 493
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-42"], "method", false, false, false, 493);
yield "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 497
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "about"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-51"], "method", false, false, false, 497);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 500
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "delivery"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-52"], "method", false, false, false, 500);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 502
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 502) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 502)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 502) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 502)))) {
// line 503
yield "\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 504
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "optovim-pokupatelyam"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-53"], "method", false, false, false, 504);
yield "</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 507
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 508
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-54"], "method", false, false, false, 508);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 511
yield $this->extensions['App\Twig\Path']->getPath("comments");
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-55"], "method", false, false, false, 511);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 514
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "contact"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-56"], "method", false, false, false, 514);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 516
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 516) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 516)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 516) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 516)))) {
// line 517
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 518
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "skidki"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-57"], "method", false, false, false, 518);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 520
($context["env"] ?? null), "site", [], "any", false, false, false, 520) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 520))) {
// line 521
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 522
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "promocje"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["promocje"], "method", false, false, false, 522);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 525
yield "\t\t\t\t\t\t\t\t";
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 525) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 525)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 525) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 525)))) {
// line 526
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 527
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "usloviya-vozvrata-i-obmena"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["leftmenu-14"], "method", false, false, false, 527);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
} else {
// line 530
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 531
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "info"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-10"], "method", false, false, false, 531);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 534
yield "\t\t\t\t\t\t\t\t";
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 534) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 534))) {
// line 535
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 536
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "regulamin-hurtowni"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-15"], "method", false, false, false, 536);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 539
yield "\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>";
// line 543
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-43"], "method", false, false, false, 543);
yield "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 545
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/footmenu.html.twig");
yield "\t\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6 foot-contacts\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>";
// line 549
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-12"], "method", false, false, false, 549);
yield "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t";
// line 552
$context["opt"] = "";
// line 553
yield "\t\t\t\t\t\t\t\t";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 553)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 554
yield "\t\t\t\t\t\t\t\t\t";
$context["opt"] = "-opt";
// line 555
yield "\t\t\t\t\t\t\t\t";
}
// line 556
yield "
\t\t\t\t\t\t\t\t";
// line 557
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 557)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 558
yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-phone\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t";
// line 562
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 562);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 565
yield "\t\t\t\t\t\t\t\t";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method", false, false, false, 565)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 566
yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t";
// line 571
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method", false, false, false, 571);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 574
yield "\t\t\t\t\t\t\t\t";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method", false, false, false, 574)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 575
yield "\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-map-marker\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t";
// line 580
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method", false, false, false, 580);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 583
yield "\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"copyright\">
\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-md-6 text-left fcc-1\">
\t\t\t\t\t\t\t\t";
// line 592
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["copy"], "method", false, false, false, 592);
yield "
\t\t\t\t\t\t\t\t";
// line 593
yield CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["sitename"], "method", false, false, false, 593);
yield "
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-md-6 text-right fcc-2\">
\t\t\t\t\t\t\t\t<a href=\"";
// line 596
yield $this->extensions['App\Twig\Path']->getPath("static_page", ["page_intname" => "polzovatelskoe-soglashenie"]);
yield "\">";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-6"], "method", false, false, false, 596);
yield "</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t\t\t\t<div class=\"footer-space\"></div>
\t\t\t\t\t\t\t";
// line 601
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", false, false, false, 601))) {
// line 602
yield "\t\t\t\t\t\t\t\t<!-- Google Code for https://www.dombusin.com/ Conversion Page -->
\t\t\t\t\t\t\t\t<script>
\t\t\t\t\t\t\t\t\t/* <![CDATA[ */
var google_conversion_id = ";
// line 605
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_google_conversion", [], "any", false, false, false, 605), "html", null, true);
yield ";
var google_conversion_language = \"en\";
var google_conversion_format = \"3\";
var google_conversion_color = \"ffffff\";
var google_conversion_label = \"k8dOCK3ioWcQ1vqV0AM\";
var google_remarketing_only = false;
/* ]]> */
\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>
\t\t\t\t\t\t\t\t<noscript>
\t\t\t\t\t\t\t\t\t<div style=\"display:inline;\">
\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&guid=ON&script=0\"/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</noscript>
\t\t\t\t\t\t\t";
}
// line 620
yield "\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Footer -->
\t\t\t<a href=\"#top\" class=\"back-top text-center\">
\t\t\t\t<img src=\"";
// line 627
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("014-up-arrow.svg", "img"), "html", null, true);
yield "\" alt=\"\" width=\"10\">
\t\t\t</a>
\t\t\t";
// line 630
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->addToCart();
yield "
\t\t\t";
// line 631
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->deleteFromCart();
yield "
\t\t\t";
// line 633
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 633)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 634
yield "\t\t\t\t<script>
\t\t\t\t\t(function (w, d, u) {
var s = d.createElement('script');
s.async = true;
s.src = u + '?' + (
Date.now() / 60000 | 0
);
var h = d.getElementsByTagName('script')[0];
h.parentNode.insertBefore(s, h);
})(window, document, 'https://bitrix24.dombusin.com/upload/crm/site_button/ ";
// line 643
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 643), "html", null, true);
yield ".js');
\t\t\t\t</script>
\t\t\t";
}
// line 646
yield "
\t\t\t";
// line 647
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 647)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 648
yield "\t\t\t\t<script src=\"https://emailtools.ru/js/api/v1/tools.js\" defer=\"\" async=\"\"></script>
\t\t\t\t<script>
\t\t\t\t\twindow.EMT = window.EMT || {};
EMT._client_id = ";
// line 651
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 651), "html", null, true);
yield "
\t\t\t\t</script>
\t\t\t";
}
// line 654
yield "
\t\t\t";
// line 655
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 655) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 655)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 655) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 655)))) {
// line 656
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_lang.html.twig");
yield "
\t\t\t";
}
// line 658
yield "\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_cookie.html.twig");
yield "
\t\t\t";
// line 659
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_callback.html.twig");
yield "
\t\t\t";
// line 660
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_sent.html.twig");
yield "
\t\t\t";
// line 661
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_city.html.twig");
yield "
\t\t\t";
// line 662
if ((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 662) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 662)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 662) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 662))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 662) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 662)))) {
// line 663
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_opt_redirect.html.twig");
yield "
\t\t\t";
}
// line 665
yield "\t\t\t";
// line 666
yield "
\t\t\t";
// line 667
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 667)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 668
yield "\t\t\t\t<script>
\t\t\t\t\t!function (t, e, c, n) {
var s = e.createElement(c);
s.async = 1,
s.src = 'https://statics.esputnik.com/scripts/' + n + '.js';
var r = e.scripts[0];
r.parentNode.insertBefore(s, r);
var f = function () {
f.c(arguments);
};
f.q = [];
f.c = function () {
f.q.push(arguments);
};
t['eS'] = t['eS'] || f;
}(window, document, 'script', '";
// line 683
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 683), "html", null, true);
yield "');
\t\t\t\t</script>
\t\t\t\t<script>
\t\t\t\t\teS('init');
\t\t\t\t</script>
\t\t\t";
}
// line 688
yield "\t\t\t
\t\t\t";
// line 698
yield "
\t\t\t";
// line 699
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/jslabels.html.twig");
yield "
\t\t\t
\t\t\t";
// line 701
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 704
yield "\t\t\t";
if (((($_v43 = ($context["args"] ?? null)) && is_array($_v43) || $_v43 instanceof ArrayAccess ? ($_v43[0] ?? null) : null) == "cart")) {
// line 705
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "cart/block/cart-block-scripts.html.twig");
yield "
\t\t\t";
}
// line 707
yield "\t\t</body>
\t</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 80
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 81
yield "\t\t\t";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
yield "
\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 461
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 701
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 702
yield "\t\t\t\t";
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
yield "
\t\t\t";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
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,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"{{ app.request.locale }}\" itemscope itemtype=\"http://schema.org/WebPage\">
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
\t\t<title>{{ (page.title ? page.title : sett.get('sitename') ~ '. ' ~ page.name)|raw }}</title>
\t\t<meta name=\"description\" content=\"{{ page.descr }}\">
\t\t<meta name=\"keywords\" content=\"{{ page.kw }}\">
\t\t<link rel=\"shortcut icon\" href=\"{{ asset('favicon/favicon.ico', 'pic') }}\" type=\"image/x-icon\">
\t\t<link rel=\"icon\" href=\"{{ asset('favicon/favicon.ico', 'pic') }}\" type=\"image/x-icon\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"{{ asset('favicon/apple-touch-icon-57x57.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"{{ asset('favicon/apple-touch-icon-60x60.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"{{ asset('favicon/apple-touch-icon-72x72.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"{{ asset('favicon/apple-touch-icon-76x76.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"{{ asset('favicon/apple-touch-icon-114x114.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"{{ asset('favicon/apple-touch-icon-120x120.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"{{ asset('favicon/apple-touch-icon-144x144.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"{{ asset('favicon/apple-touch-icon-152x152.png', 'pic') }}\">
\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ asset('favicon/apple-touch-icon-180x180.png', 'pic') }}\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"{{ asset('favicon/android-chrome-192x192.png', 'pic') }}\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"{{ asset('favicon/favicon-32x32.png', 'pic') }}\">
\t\t<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('favicon/favicon-16x16.png', 'pic') }}\">
\t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">
\t\t<meta name=\"msapplication-TileImage\" content=\"{{ asset('favicon/mstile-144x144.png', 'pic') }}\">
\t\t<meta name=\"theme-color\" content=\"#ffffff\">
\t\t{% set langsarray = langs|split('|') %}
\t\t{% if env.site!=env.mir and env.site!=env.miropt %}
\t\t\t{% for lang in langsarray %}
\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
\t\t\t{% endfor %}
\t\t{% endif %}
\t\t
\t\t{% if canonical %}
\t\t\t<link rel=\"canonical\" href=\"{{ canonical }}\"/>
\t\t{% else %}
\t\t\t<link rel=\"canonical\" href=\"{{ absolute_url(path(app.request.attributes.get('_route'), app.request.attributes.all._route_params)) }}\"/>
\t\t{% endif %}
\t\t
\t\t{{ sett.get('meta')|raw }}
\t\t{# {% if(canonical) %}
\t\t\t<link rel=\"canonical\" href=\"{{ canonical }}\"/>
\t\t{% endif %} #}
\t\t
\t\t{% if noindex or env.site == env.mixopt or env.site == env.domopt or env.site == env.miropt %}
\t\t\t<meta name=\"robots\" content=\"noindex, nofollow\"/>
\t\t{% endif %}
\t\t{# {% if env.is_opt or noindex or default_lang != app.request.locale %}
\t\t\t<meta name='robots' content='noindex, nofollow'/>
\t\t{% elseif (env.site==env.mix or env.site==env.mixopt) and app.request.locale!='pl' %}
\t\t\t<meta name='robots' content='noindex, nofollow'/>
\t\t{% endif %} #}
\t\t{% if env.site==env.mir or env.site==env.miropt %}
<!-- Yandex.Metrika counter -->
\t\t<script type=\"text/javascript\">
\t\t\t(function(m,e,t,r,i,k,a){
\t\t\t\tm[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
\t\t\t\tm[i].l=1*new Date();
\t\t\t\tfor (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
\t\t\t\tk=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
\t\t\t})(window, document,'script','https://mc.webvisor.org/metrika/tag_ww.js', 'ym');
\t\t\tym(24172600, 'init', {webvisor:true, clickmap:true, ecommerce:\"dataLayer\", accurateTrackBounce:true, trackLinks:true});
\t\t</script>
\t\t<noscript><div><img src=\"https://mc.yandex.ru/watch/24172600\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
\t\t<!-- /Yandex.Metrika counter -->
\t\t
\t\t<meta name=\"yandex-verification\" content=\"e9d392bbe8fa2dc7\" />
\t\t{% endif %}
\t\t<meta name=\"mailru-verification\" content=\"37d58a46a72cab32\"/>
\t\t{% if env.site == env.dom %}
\t\t\t<meta name=\"yandex-verification\" content=\"32ebb5a363838de4\"/>
\t\t{% endif %}
\t\t{% block stylesheets %}
\t\t\t{{ encore_entry_link_tags('app') }}
\t\t{% endblock %}
\t\t{{ include('block/gtm.html.twig') }}
\t\t<script charset=\"UTF-8\" src=\"{{ env.code_sendpulse }}\" async></script>
\t\t<meta name=\"google-site-verification\" content=\"VvrJOpBdLaX1XdH6LItB6exU1FB2N-uOnCaZSbAiKi4\" />
\t\t{{ ga_events_init()|raw }}
\t\t{{ include('block/ga_consent.html.twig') }}
\t\t{% if ga_events_search %}
\t\t\t{{ ga_events_search(q, prods)|raw }}
\t\t{% endif %}
\t\t{% if ga_events_prodlist %}
\t\t\t{{ ga_events_prodlist(prods)|raw }}
\t\t{% endif %}
\t\t{% if ga_events_prodcont %}
\t\t\t{{ ga_events_prodcont(prod)|raw }}
\t\t{% endif %}\t\t
\t\t{{ include('block/razmetka.html.twig') }}
\t</head>
\t<body class=\"page{{ args[0]=='cart' ? '-cart' : '' }}\">
\t\t<div id=\"fb-root\"></div>
\t\t<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v5.0\"></script>
\t\t{% if args[0] == 'register' %}
\t\t\t<div id=\"register_error_0\">
\t\t\t\t<div class=\"added-message\">{{ labels.get('ps-error')|raw }}</div>
\t\t\t</div>
\t\t{% endif %}
\t\t<div id=\"prod_added\">
\t\t\t<div class=\"added-message\">{{ labels.get('added-message-1')|raw }}</div>
\t\t</div>
\t\t<div id=\"prod_removed\">
\t\t\t<div class=\"added-message\">{{ labels.get('added-message-2')|raw }}</div>
\t\t</div>
\t\t<div id=\"prod_added2\">
\t\t\t<div class=\"added-message\">{{ labels.get('added-message-3')|raw }}</div>
\t\t</div>
\t\t<span id=\"ScMail\" style=\"display: none;\">{{ app.session.get('useremail') }}</span>
\t\t<div id=\"supheader\">
\t\t\t{{ include('block/timer.html.twig') }}
\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') %}
\t\t\t\t<div class=\"message-top\">
\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-md-12 pr\">
\t\t\t\t\t\t\t\t<div class=\"message-top-close\">
\t\t\t\t\t\t\t\t\t<a href=\"#\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{{ blocks.get('user_message')|raw }}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t\t<div class=\"hidden-xs widemenu\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"wm-menu\">
\t\t\t\t\t\t<ul class=\"widemenulist\">
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% elseif env.site == env.mix %}
\t\t\t\t\t\t\t<li class=\"wm-group-1\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t<li class=\"wm-group-2\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-2\">
\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>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t<li class=\"wm-group-0\">
\t\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
\t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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 }}
\t\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></span>
\t\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-left\">
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-11\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.mix or env.site == env.mixopt %}
\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>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{# <li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li> #}
\t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.dom or env.site == env.mir %}
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t{% if env.site == env.mixopt %}
\t\t\t\t\t\t\t\t\t\t\t<li class=\"wm-group-12\">
\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>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t</ul>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"wm-geo\">
\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 %}
\t\t\t\t\t\t\t<ul class=\"nav wm-nav wm-langs\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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 }}
\t\t\t\t\t\t\t\t\t\t<span class=\"fa fa-chevron-down\"></span>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right dropdown-lang-menu\">
\t\t\t\t\t\t\t\t\t\t{% set langsarray = langs|split('|') %}
\t\t\t\t\t\t\t\t\t\t{% for lang in langsarray %}
\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
\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>
\t\t\t\t\t\t\t\t\t\t\t{# {
\t\t\t\t\t\t\t\t\t\t\t{# {% endif %} #}
\t\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t{% endif %}
\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 %}
\t\t\t\t\t\t\t<ul class=\"nav wm-geo-nav\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t\t{% if env.is_opt %}
\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('003-placeholderopt.svg', 'img') }}\" width=\"20\" alt=\"\" width=\"10\">
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('003-placeholder.svg', 'img') }}\" width=\"20\" alt=\"\" width=\"10\">
\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">
\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>
\t\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
\t\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
\t\t\t\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">×</span>
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"sr-only\">Close</span>
\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t{{ labels.get('yourcity')|raw }}
\t\t\t\t\t\t\t\t\t\t\t-
\t\t\t\t\t\t\t\t\t\t\t<br><span class=\"wm-geo-city\">{{ app.session.get('checkout').city_name }}</span>?
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
\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>
\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">{{ labels.get('yourcity3')|raw }}</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"wm-tel\">
\t\t\t\t\t\t{% if env.site == env.domopt %}
\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\">
\t\t\t\t\t\t\t\t0-800-312-370</a>
\t\t\t\t\t\t{% elseif env.site == env.mir %}
\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\">
\t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
\t\t\t\t\t\t{% elseif env.site == env.miropt %}
\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\">
\t\t\t\t\t\t\t\t8 (800) 505-25-23</a>
\t\t\t\t\t\t{% elseif env.site == env.mix %}
\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\">
\t\t\t\t\t\t\t\t+48 668 522 718</a>
\t\t\t\t\t\t{% elseif env.site == env.mixopt %}
\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\">
\t\t\t\t\t\t\t\t+48 668 522 718</a>
\t\t\t\t\t\t{% else %}
\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\">
\t\t\t\t\t\t\t\t0-800-312-370</a>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t<span class=\"top-phone-time{% if not isCallAvailable %} top-phone-time-inactive{% endif %}\"></span>
\t\t\t\t\t\t<span>{{ labels.get('tel-time-from')|raw }}
\t\t\t\t\t\t\t{{ labels.get('tel-start')|raw }}
\t\t\t\t\t\t\t{{ labels.get('tel-time-to')|raw }}
\t\t\t\t\t\t\t{{ labels.get('tel-end')|raw }}
\t\t\t\t\t\t\t({{ labels.get('tel-city')|raw }})</span>
\t\t\t\t\t\t |<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
\t\t\t\t\t\t\t{{ labels.get('callback')|raw }}
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div id=\"stiheader-ghost\"></div>
\t\t<div id=\"stiheader\">
\t\t\t<div class=\"middle-header\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-sm-3\">
\t\t\t\t\t\t\t<div class=\"mh-logo\">
\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>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-sm-9\">
\t\t\t\t\t\t\t<div class=\"mh-menu\">
\t\t\t\t\t\t\t\t<ul class=\"nav\">
\t\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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\">
\t\t\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('022-menu-1.svg', 'img') }}\" alt=\"\" width=\"20\" class=\"iamenu\">
\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>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right mh-topmenu\">
\t\t\t\t\t\t\t\t\t\t\t<li>\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t\t\t{{ include ('block/catmenu.html.twig', {'template': 'topcatmenu'}) }}
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t<div class=\"mh-menu-block\"></div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mh-pics\">
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t\t{{ include('block/cart.html.twig') }}
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
\t\t\t\t\t\t\t\t\t\t\t<a href=\"{{ path('wishlist') }}\"><img src=\"{{ asset('006-heart1.png', 'img') }}\" alt=\"\"></a>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\"
\t\t\t\t\t\t\t\t\t\tdata-controller=\"block-loader\"
\t\t\t\t\t\t\t\t\t\tdata-block-loader-url-value=\"{{ path('block_userlogin') }}\"
\t\t\t\t\t\t\t\t\t\tdata-block-loader-ignore-errors-value=\"true\"
\t\t\t\t\t\t\t\t\t> ...\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"mh-search\">
\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\">
\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 %}\">
\t\t\t\t\t\t\t\t\t<div class=\"input-group-btn\">
\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>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t\t<div class=\"search_queries\">
\t\t\t\t\t\t\t\t\t{% set i = 0 %}
\t\t\t\t\t\t\t\t\t{% for query in search_queries_rand %}
\t\t\t\t\t\t\t\t\t\t{% if i > 0 %} |
\t\t\t\t\t\t\t\t\t\t{% endif %}
\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 }}\">
\t\t\t\t\t\t\t\t\t\t\t{% if not search_queries[query] %}<input type=\"hidden\" name=\"q\" value=\"{{ query }}\">
\t\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t\t<button type=\"submit\">{{ query }}</button>
\t\t\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t\t\t\t{% set i = i + 1 %}
\t\t\t\t\t\t\t\t\t{% endfor %}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<nav class=\"navbar navbar-default lastheader\" id=\"lastheader\">
\t\t\t\t{{ include('block/navbar-part.html.twig') }}
\t\t\t</nav>
\t\t</div>
\t\t<div class=\"container m-main-buttons visible-xs\">
\t\t\t<form name=\"search\" action=\"{{ path('prod_list_spec', {'spec': 'search'}) }}\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
\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 %}\">
\t\t\t\t<div class=\"input-group-btn\">
\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>
\t\t\t\t</div>
\t\t\t</form>
\t\t\t{% if page.mainpage == '1' %}
\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\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>
\t\t\t\t</div>
\t\t\t\t{% if isVisibleActions %}
\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\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>
\t\t\t\t\t</div>
\t\t\t\t{% else %}
\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\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>
\t\t\t\t\t</div>
\t\t\t\t{% endif %}
\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\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>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-xs-12 col-nopadding\">
\t\t\t\t\t<a class=\"m-main-button mmb-4\">{{ labels.get('main-mobile-buttons-5')|raw }}
\t\t\t\t\t\t<span class=\"pull-right\">
\t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
\t\t\t\t\t\t</span>
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t<div id=\"m-main-cats\">
\t\t\t\t\t{{ include ('block/catmenu.html.twig', {'template': 'maincatmenu'}) }}
\t\t\t\t</div>
\t\t\t{% endif %}
\t\t</div>
\t\t<!-- Main Content -->
\t\t<div class=\"container m-t-3 m-m-t\">
\t\t\t<div class=\"row\">
\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' %}
\t\t\t\t\t<!-- Filter Sidebar -->
\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 %}\">
\t\t\t\t\t\t{{ include('block/left-blocks.html.twig') }}
\t\t\t\t\t</div>
\t\t\t\t\t<!-- End Filter Sidebar -->
\t\t\t\t\t<!-- Product List -->
\t\t\t\t\t<div class=\"col-sm-9 col-xl-10 cont\">
\t\t\t\t\t{% else %}
\t\t\t\t\t\t<div class=\"col-sm-12 cont\">
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% if args[0]=='user' and args[1]=='order-history' and order %}
\t\t\t\t\t\t\t{% elseif args[0]=='user' and args[1]=='' %}
\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ labels.get('breadcrumbs-user')|raw }}</h1>
\t\t\t\t\t\t\t{% elseif args[0]=='wishlist' %}
\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ labels.get('breadcrumbs-wishlist')|raw }}</h1>
\t\t\t\t\t\t\t{% elseif args[0]=='catalog' %}
\t\t\t\t\t\t\t\t<div class=\"title{{ prods ? ' pl-breadcrumbs' : '' }}{{ prod ? ' pc-breadcrumbs' : '' }}\">{{ include('block/breadcrumbs.html.twig') }}</div>
\t\t\t\t\t\t\t{% elseif args[0]=='articles' %}
\t\t\t\t\t\t\t\t<div class=\"title{{ prods ? ' pl-breadcrumbs' : '' }}{{ prod ? ' pc-breadcrumbs' : '' }}\">{{ include('block/breadcrumbs.html.twig') }}</div>
\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' %}
\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">{{ page.h1 ? page.h1 |raw : page.name |raw }}</h1>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% if args[0]=='contact' %}
\t\t\t\t\t\t\t{{ include('block/contact.html.twig') }}
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t{% block body %}{% endblock %}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Main Content -->
\t\t\t<!-- Footer -->
\t\t\t<div class=\"footer\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\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>
\t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
\t\t\t\t\t\t\t\t{% if env.site != env.mir and env.site != env.miropt %}
\t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-40')|raw }}</span>
\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>
\t\t\t\t\t\t\t\t{% if env.site == env.mir or env.site == env.miropt %}
\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>
\t\t\t\t\t\t\t\t{% endif %}
\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>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"title-footer noup footimg\">
\t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-41')|raw }}</span>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('visa2.png', 'img') }}\" alt=\"\" height=\"14\"></a>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"{{ asset('mc2.png', 'img') }}\" alt=\"\" height=\"18\"></a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-42')|raw }}</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<ul>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'about'})}}\">{{ labels.get('footmenu-51')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'delivery'})}}\">{{ labels.get('footmenu-52')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != emv.mixopt %}
\t\t\t\t\t\t\t\t\t<li>
\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>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'info'})}}\">{{ labels.get('footmenu-54')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('comments')}}\">{{ labels.get('footmenu-55')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'contact'})}}\">{{ labels.get('footmenu-56')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != emv.mixopt %}
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'skidki'})}}\">{{ labels.get('footmenu-57')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% elseif env.site == env.mix %}
\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"{{path('static_page',{'page_intname':'promocje'})}}\">{{ labels.get('promocje')|raw }}</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
\t\t\t\t\t\t\t\t<li>
\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>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t<li>
\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>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if env.site == env.mixopt %}
\t\t\t\t\t\t\t\t<li>
\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>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-43')|raw }}</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{{ include ('block/footmenu.html.twig') }}\t\t\t\t\t\t\t
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-md-3 col-sm-6 foot-contacts\">
\t\t\t\t\t\t\t<div class=\"title-footer\">
\t\t\t\t\t\t\t\t<span>{{ labels.get('footmenu-12')|raw }}</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t\t{% set opt = '' %}
\t\t\t\t\t\t\t\t{% if env.is_opt %}
\t\t\t\t\t\t\t\t\t{% set opt = '-opt' %}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if blocks.get('footmenu-phone' ~ opt) %}
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-phone\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-phone' ~ opt)|raw }}
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if blocks.get('footmenu-email' ~ opt) %}
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-envelope-o\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-email' ~ opt)|raw }}
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{% if blocks.get('footmenu-address' ~ opt) %}
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-12\"><hr></div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-1\">
\t\t\t\t\t\t\t\t\t\t<i class=\"fa fa-map-marker\"></i>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<div class=\"col-xs-10\">
\t\t\t\t\t\t\t\t\t\t{{ blocks.get('footmenu-address' ~ opt)|raw }}
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t\t<div class=\"copyright\">
\t\t\t\t\t<div class=\"container\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-md-6 text-left fcc-1\">
\t\t\t\t\t\t\t\t{{ labels.get('copy')|raw }}
\t\t\t\t\t\t\t\t{{ sett.get('sitename')|raw }}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-md-6 text-right fcc-2\">
\t\t\t\t\t\t\t\t<a href=\"{{ path('static_page', {'page_intname': 'polzovatelskoe-soglashenie'}) }}\">{{ labels.get('footmenu-6')|raw }}</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t\t\t\t<div class=\"footer-space\"></div>
\t\t\t\t\t\t\t{% if args[0] == 'order' and args[1] == 'finish' and env.code_google_conversion %}
\t\t\t\t\t\t\t\t<!-- Google Code for https://www.dombusin.com/ Conversion Page -->
\t\t\t\t\t\t\t\t<script>
\t\t\t\t\t\t\t\t\t/* <![CDATA[ */
var google_conversion_id = {{ env.code_google_conversion }};
var google_conversion_language = \"en\";
var google_conversion_format = \"3\";
var google_conversion_color = \"ffffff\";
var google_conversion_label = \"k8dOCK3ioWcQ1vqV0AM\";
var google_remarketing_only = false;
/* ]]> */
\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t<script src=\"//www.googleadservices.com/pagead/conversion.js\"></script>
\t\t\t\t\t\t\t\t<noscript>
\t\t\t\t\t\t\t\t\t<div style=\"display:inline;\">
\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&guid=ON&script=0\"/>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</noscript>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Footer -->
\t\t\t<a href=\"#top\" class=\"back-top text-center\">
\t\t\t\t<img src=\"{{ asset('014-up-arrow.svg', 'img') }}\" alt=\"\" width=\"10\">
\t\t\t</a>
\t\t\t{{ ga_events_addtocart()|raw }}
\t\t\t{{ ga_events_deletefromcart()|raw }}
\t\t\t{% if(env.code_bitrix) %}
\t\t\t\t<script>
\t\t\t\t\t(function (w, d, u) {
var s = d.createElement('script');
s.async = true;
s.src = u + '?' + (
Date.now() / 60000 | 0
);
var h = d.getElementsByTagName('script')[0];
h.parentNode.insertBefore(s, h);
})(window, document, 'https://bitrix24.dombusin.com/upload/crm/site_button/ {{ env.code_bitrix }}.js');
\t\t\t\t</script>
\t\t\t{% endif %}
\t\t\t{% if(env.code_emt) %}
\t\t\t\t<script src=\"https://emailtools.ru/js/api/v1/tools.js\" defer=\"\" async=\"\"></script>
\t\t\t\t<script>
\t\t\t\t\twindow.EMT = window.EMT || {};
EMT._client_id = {{ env.code_emt }}
\t\t\t\t</script>
\t\t\t{% endif %}
\t\t\t{% if env.site==env.mix or env.site==env.mixopt %}
\t\t\t\t{{ include('block/modal_lang.html.twig') }}
\t\t\t{% endif %}
\t\t\t{{ include('block/modal_cookie.html.twig') }}
\t\t\t{{ include('block/modal_callback.html.twig') }}
\t\t\t{{ include('block/modal_sent.html.twig') }}
\t\t\t{{ include('block/modal_city.html.twig') }}
\t\t\t{% if env.site == env.dom or env.site == env.mir or env.site == env.mix %}
\t\t\t\t{{ include('block/modal_opt_redirect.html.twig') }}
\t\t\t{% endif %}
\t\t\t{# {{ include('block/ga_consent_banner.html.twig') }} #}
\t\t\t{% if(env.esputnik_id) %}
\t\t\t\t<script>
\t\t\t\t\t!function (t, e, c, n) {
var s = e.createElement(c);
s.async = 1,
s.src = 'https://statics.esputnik.com/scripts/' + n + '.js';
var r = e.scripts[0];
r.parentNode.insertBefore(s, r);
var f = function () {
f.c(arguments);
};
f.q = [];
f.c = function () {
f.q.push(arguments);
};
t['eS'] = t['eS'] || f;
}(window, document, 'script', '{{ env.esputnik_id }}');
\t\t\t\t</script>
\t\t\t\t<script>
\t\t\t\t\teS('init');
\t\t\t\t</script>
\t\t\t{% endif %}\t\t\t
\t\t\t{# {% if env.site==env.mix or env.site==env.mixopt %}
\t\t\t\t<script>
\t\t\t\t(function(w,d,u){
\t\t\t\t\t\tvar s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/60000|0);
\t\t\t\t\t\tvar h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
\t\t\t\t})(window,document,'https://bitrix24.dombusin.com/upload/crm/site_button/loader_5_vcvrc1.js');
\t\t\t\t</script>
\t\t\t{% endif %} #}
\t\t\t{{ include('block/jslabels.html.twig') }}
\t\t\t
\t\t\t{% block javascripts %}
\t\t\t\t{{ encore_entry_script_tags('app') }}
\t\t\t{% endblock %}
\t\t\t{% if args[0] == 'cart' %}
\t\t\t\t{{ include('cart/block/cart-block-scripts.html.twig') }}
\t\t\t{% endif %}
\t\t</body>
\t</body>
</html>
", "base.html.twig", "/home/test.dombusin.com/public_html/templates/base.html.twig");
}
}