<?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_9e7ca6574451c71acd652472e0f12251 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 ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "title", [], "any", false, false, false, 8)) ? (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 31
$context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
// line 32
yield "\t\t";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["langsarray"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["lang"]) {
yield "\t\t\t
\t\t\t<link rel=\"alternate\" hreflang=\"";
// line 33
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";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['lang'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
yield "\t\t
\t\t";
// line 36
if (($context["canonical"] ?? null)) {
// line 37
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 39
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, 39), "attributes", [], "any", false, false, false, 39), "get", ["_route"], "method", false, false, false, 39), 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, 39), "attributes", [], "any", false, false, false, 39), "all", [], "any", false, false, false, 39), "_route_params", [], "any", false, false, false, 39))), "html", null, true);
yield "\"/>
\t\t";
}
// line 41
yield "\t\t
\t\t";
// line 42
yield CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["meta"], "method", false, false, false, 42);
yield "
\t\t";
// line 46
yield "\t\t
\t\t";
// line 47
if (((($context["noindex"] ?? null) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 47) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 47))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 47) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 47)))) {
// line 48
yield "\t\t\t<meta name=\"robots\" content=\"noindex, nofollow\"/>
\t\t";
}
// line 50
yield "
\t\t";
// line 56
yield "
\t\t<meta name=\"mailru-verification\" content=\"37d58a46a72cab32\"/>
\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), "dom", [], "any", false, false, false, 58))) {
// line 59
yield "\t\t\t<meta name=\"yandex-verification\" content=\"32ebb5a363838de4\"/>
\t\t";
}
// line 61
yield "
\t\t";
// line 62
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 65
yield "
\t\t";
// line 66
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/gtm.html.twig");
yield "
\t\t<script charset=\"UTF-8\" src=\"";
// line 67
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_sendpulse", [], "any", false, false, false, 67), "html", null, true);
yield "\" async></script>
\t\t<meta name=\"google-site-verification\" content=\"VvrJOpBdLaX1XdH6LItB6exU1FB2N-uOnCaZSbAiKi4\" />
\t\t";
// line 71
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->init();
yield "
\t\t";
// line 72
if (($context["ga_events_search"] ?? null)) {
// line 73
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->searchResults(($context["q"] ?? null), ($context["prods"] ?? null));
yield "
\t\t";
}
// line 75
yield "
\t\t";
// line 76
if (($context["ga_events_prodlist"] ?? null)) {
// line 77
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodList(($context["prods"] ?? null));
yield "
\t\t";
}
// line 79
yield "
\t\t";
// line 80
if (($context["ga_events_prodcont"] ?? null)) {
// line 81
yield "\t\t\t";
yield $this->extensions['App\Twig\GoogleAnalyticsEvents']->prodCont(($context["prod"] ?? null));
yield "
\t\t";
}
// line 82
yield "\t\t
\t</head>
\t<body class=\"page";
// line 84
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 89
if (((($_v1 = ($context["args"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null) == "register")) {
// line 90
yield "\t\t\t<div id=\"register_error_0\">
\t\t\t\t<div class=\"added-message\">";
// line 91
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["ps-error"], "method", false, false, false, 91);
yield "</div>
\t\t\t</div>
\t\t";
}
// line 94
yield "\t\t<div id=\"prod_added\">
\t\t\t<div class=\"added-message\">";
// line 95
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-1"], "method", false, false, false, 95);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_removed\">
\t\t\t<div class=\"added-message\">";
// line 98
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-2"], "method", false, false, false, 98);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_added2\">
\t\t\t<div class=\"added-message\">";
// line 101
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-3"], "method", false, false, false, 101);
yield "</div>
\t\t</div>
\t\t<span id=\"ScMail\" style=\"display: none;\">";
// line 104
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, 104), "get", ["useremail"], "method", false, false, false, 104), "html", null, true);
yield "</span>
\t\t";
// line 106
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_timer"), ["ignore_errors" => true]);
yield "
\t\t";
// line 108
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, 108))) != "") && ((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, 108), "cookies", [], "any", false, false, false, 108), "get", ["message-top"], "method", false, false, false, 108) == 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, 108), "cookies", [], "any", false, false, false, 108), "get", ["message-top"], "method", false, false, false, 108) != "0")))) {
// line 109
yield "\t\t\t<div class=\"message-top\">
\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-12 pr\">
\t\t\t\t\t\t\t<div class=\"message-top-close\">
\t\t\t\t\t\t\t\t<a href=\"#\">
\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 118
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method", false, false, false, 118);
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";
}
// line 124
yield "
\t\t<div class=\"hidden-xs widemenu\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"wm-menu\">
\t\t\t\t\t<ul class=\"widemenulist\">
\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 130
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, 130);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
// line 132
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 132) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 132)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 132) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 132)))) {
// line 133
yield "\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 134
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, 134);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 137
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, 137);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 139
($context["env"] ?? null), "site", [], "any", false, false, false, 139) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 139))) {
// line 140
yield "\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 141
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, 141);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
}
// line 144
yield "\t\t\t\t\t\t<li class=\"wm-group-2\">
\t\t\t\t\t\t\t<a href=\"";
// line 145
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, 145);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li class=\"wm-group-2\">
\t\t\t\t\t\t\t<a href=\"";
// line 148
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, 148);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t<li class=\"wm-group-0\">
\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
\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 153
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-6"], "method", false, false, false, 153);
yield "
\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></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-left\">
\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<a href=\"";
// line 158
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, 158);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\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<a href=\"";
// line 161
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, 161);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t";
// line 163
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 163) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 163)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 163) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 163)))) {
// line 164
yield " \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, 164);
yield "</a></li>
\t\t\t";
}
// line 166
yield "\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<a href=\"";
// line 167
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, 167);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\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<a href=\"";
// line 170
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, 170);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t";
// line 175
yield "\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, 175) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 175)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 175) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 175)))) {
// line 176
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 177
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, 177);
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 180
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, 180);
yield "</a>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t";
}
// line 183
yield "\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<a href=\"";
// line 184
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, 184);
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</li>
\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t\t<div class=\"wm-geo\">
\t\t\t\t\t";
// line 193
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 193) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 193)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 193) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 193))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 193) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 193))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 193) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 193)))) {
// line 194
yield "\t\t\t\t\t\t<ul class=\"nav wm-nav wm-langs\">
\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t<a href=\"#\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">";
// line 196
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, 196), "locale", [], "any", false, false, false, 196), "html", null, true);
yield "
\t\t\t\t\t\t\t\t\t<span class=\"fa fa-chevron-down\"></span>
\t\t\t\t\t\t\t\t</a>
\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";
// line 200
$context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
// line 201
yield "\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 202
yield "\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<a href=\"";
// line 203
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, 203), "attributes", [], "any", false, false, false, 203), "get", ["_route"], "method", false, false, false, 203), $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, 203), "attributes", [], "any", false, false, false, 203), "all", [], "any", false, false, false, 203), "_route_params", [], "any", false, false, false, 203), 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, 203), "query", [], "any", false, false, false, 203), "all", [], "any", false, false, false, 203)), 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";
// line 206
yield "\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 207
yield "\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";
}
// line 211
yield "\t\t\t\t\t";
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 211) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 211)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 211) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 211))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 211) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 211))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 211) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 211)))) {
// line 212
yield "\t\t\t\t\t\t<ul class=\"nav wm-geo-nav\">
\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t";
// line 214
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 214)) {
// line 215
yield "\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";
} else {
// line 217
yield "\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";
}
// line 219
yield "\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<span class=\"wm-geo-city\">";
// line 221
yield ((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, 221), "get", ["checkout"], "method", false, false, false, 221), "city_name", [], "any", false, false, false, 221)) ? ($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, 221), "get", ["checkout"], "method", false, false, false, 221), "city_name", [], "any", false, false, false, 221), "html", null, true)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 221)));
yield "</span>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
\t\t\t\t\t\t\t\t\t<li>
\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<span aria-hidden=\"true\">×</span>
\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</button>
\t\t\t\t\t\t\t\t\t\t";
// line 229
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 229);
yield "
\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 231
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, 231), "get", ["checkout"], "method", false, false, false, 231), "city_name", [], "any", false, false, false, 231), "html", null, true);
yield "</span>?
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
\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 234
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity2"], "method", false, false, false, 234);
yield "</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">";
// line 235
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity3"], "method", false, false, false, 235);
yield "</a>
\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";
}
// line 241
yield "\t\t\t\t</div>
\t\t\t\t<div class=\"wm-tel\">
\t\t\t\t\t";
// line 243
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 243) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 243))) {
// line 244
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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\t0-800-312-370</a>
\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 246
($context["env"] ?? null), "site", [], "any", false, false, false, 246) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 246))) {
// line 247
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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\t8 (800) 505-25-23</a>
\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 249
($context["env"] ?? null), "site", [], "any", false, false, false, 249) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 249))) {
// line 250
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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\t8 (800) 505-25-23</a>
\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 252
($context["env"] ?? null), "site", [], "any", false, false, false, 252) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 252))) {
// line 253
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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+48 668 522 718</a>
\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 255
($context["env"] ?? null), "site", [], "any", false, false, false, 255) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 255))) {
// line 256
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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+48 668 522 718</a>
\t\t\t\t\t";
} else {
// line 259
yield "\t\t\t\t\t\t<a href=\"";
if (($context["isCallAvailable"] ?? null)) {
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\t0-800-312-370</a>
\t\t\t\t\t";
}
// line 262
yield "\t\t\t\t\t<span class=\"top-phone-time";
if ( !($context["isCallAvailable"] ?? null)) {
yield " top-phone-time-inactive";
}
yield "\"></span>
\t\t\t\t\t<span>";
// line 263
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-from"], "method", false, false, false, 263);
yield "
\t\t\t\t\t\t";
// line 264
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-start"], "method", false, false, false, 264);
yield "
\t\t\t\t\t\t";
// line 265
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-to"], "method", false, false, false, 265);
yield "
\t\t\t\t\t\t";
// line 266
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-end"], "method", false, false, false, 266);
yield "
\t\t\t\t\t\t(";
// line 267
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-city"], "method", false, false, false, 267);
yield ")</span>
\t\t\t\t\t |<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
\t\t\t\t\t\t";
// line 269
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["callback"], "method", false, false, false, 269);
yield "
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"middle-header\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-sm-3\">
\t\t\t\t\t\t<div class=\"mh-logo\">
\t\t\t\t\t\t\t<a href=\"";
// line 280
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, 280), "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, 280) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 280), "locale", [], "any", false, false, false, 280)) . ".png"), "img"), "html", null, true);
yield "\" class=\"img-responsive\"/></a>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-sm-9\">
\t\t\t\t\t\t<div class=\"mh-menu\">
\t\t\t\t\t\t\t<ul class=\"nav\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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<img src=\"";
// line 288
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<img src=\"";
// line 289
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("022-menu-2" . ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 289)) ? ("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</div>
\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<li>
\t\t\t\t\t\t\t\t\t\t\t";
// line 293
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_catmenu", ["template" => "topcatmenu"]), ["ignore_errors" => true]);
yield "
\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\t<div class=\"mh-menu-block\"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"mh-pics\">
\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t";
// line 303
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/cart.html.twig");
yield "
\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=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 309
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</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=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t";
// line 315
if ( !CoreExtension::getAttribute($this->env, $this->source, ($context["Auth"] ?? null), "getUserId", [], "any", false, false, false, 315)) {
// line 316
yield "\t\t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t<button class=\"btn dropdown-toggle btn-login2\" type=\"button\" id=\"dropdownLogin\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"true\" ";
// line 317
yield ">
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"mhpi-img\"><img src=\"";
// line 318
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("007-avatar.png", "img"), "html", null, true);
yield "\" alt=\"\"></span>
\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"dropdown-menu dropdown-menu-right dropdown-menu-login\" aria-labelledby=\"dropdownLogin\" data-dropdown-in=\"zoomIn\" data-dropdown-out=\"fadeOut\">
\t\t\t\t\t\t\t\t\t\t\t\t";
// line 321
$context["login_redirect"] = "/user";
// line 322
yield "\t\t\t\t\t\t\t\t\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/login.html.twig");
yield "
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t";
} else {
// line 326
yield "\t\t\t\t\t\t\t\t\t\t";
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_usermenu", []));
yield "\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t";
}
// line 328
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\t<div class=\"mh-search\">
\t\t\t\t\t\t\t<form name=\"search\" action=\"";
// line 332
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<input type=\"text\" name=\"q\" id=\"keywords\" class=\"form-control search\" aria-label=\"";
// line 333
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 333);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 333);
yield "\" value=\"";
if (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, 333), "query", [], "any", false, false, false, 333), "get", ["q"], "method", false, false, false, 333)) {
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, 333), "query", [], "any", false, false, false, 333), "get", ["q"], "method", false, false, false, 333));
} elseif (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, 333), "parameter", [], "any", false, false, false, 333), "get", ["q"], "method", false, false, false, 333)) {
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, 333), "parameter", [], "any", false, false, false, 333), "get", ["q"], "method", false, false, false, 333));
}
yield "\">
\t\t\t\t\t\t\t\t<div class=\"input-group-btn\">
\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search2\"><img src=\"";
// line 335
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("005-search" . ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 335)) ? ("opt") : (""))) . ".svg"), "img"), "html", null, true);
yield "\" alt=\"\" width=\"16\"></button>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t<div class=\"search_queries\">
\t\t\t\t\t\t\t\t";
// line 339
$context["i"] = 0;
// line 340
yield "\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 341
yield "\t\t\t\t\t\t\t\t\t";
if ((($context["i"] ?? null) > 0)) {
yield " |
\t\t\t\t\t\t\t\t\t";
}
// line 343
yield "\t\t\t\t\t\t\t\t\t<form action=\"";
yield (((($_v16 = ($context["search_queries"] ?? null)) && is_array($_v16) || $_v16 instanceof ArrayAccess ? ($_v16[$context["query"]] ?? null) : null)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($_v17 = ($context["search_queries"] ?? null)) && is_array($_v17) || $_v17 instanceof ArrayAccess ? ($_v17[$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";
// line 344
if ( !(($_v18 = ($context["search_queries"] ?? null)) && is_array($_v18) || $_v18 instanceof ArrayAccess ? ($_v18[$context["query"]] ?? null) : null)) {
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";
}
// line 346
yield "\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</form>
\t\t\t\t\t\t\t\t\t";
// line 348
$context["i"] = (($context["i"] ?? null) + 1);
// line 349
yield "\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 350
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</div>
\t\t</div>
\t\t<nav class=\"navbar navbar-default lastheader\">
\t\t\t";
// line 359
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/navbar-part.html.twig");
yield "
\t\t\t<div class=\"container m-main-buttons visible-xs\">
\t\t\t\t<form name=\"search\" action=\"";
// line 362
yield $this->extensions['App\Twig\Path']->getPath("prod_list_spec", ["spec" => "search"]);
yield "\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
\t\t\t\t\t<input type=\"text\" name=\"q\" id=\"keywords2\" class=\"form-control search\" aria-label=\"";
// line 363
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 363);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 363);
yield "\" value=\"";
if (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, 363), "query", [], "any", false, false, false, 363), "get", ["q"], "method", false, false, false, 363)) {
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, 363), "query", [], "any", false, false, false, 363), "get", ["q"], "method", false, false, false, 363));
} elseif (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, 363), "parameter", [], "any", false, false, false, 363), "get", ["q"], "method", false, false, false, 363)) {
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, 363), "parameter", [], "any", false, false, false, 363), "get", ["q"], "method", false, false, false, 363));
}
yield "\">
\t\t\t\t\t<div class=\"input-group-btn\">
\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-default btn-search\"><img src=\"";
// line 365
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl((("005-search" . ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 365)) ? ("opt") : (""))) . ".svg"), "img"), "html", null, true);
yield "\" alt=\"\" width=\"16\"></button>
\t\t\t\t\t</div>
\t\t\t\t</form>
\t\t\t\t";
// line 368
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "mainpage", [], "any", false, false, false, 368) == "1")) {
// line 369
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 370
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, 370);
yield "</a>
\t\t\t\t\t</div>
\t\t\t\t\t";
// line 372
if (($context["isVisibleActions"] ?? null)) {
// line 373
yield "\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t\t<a href=\"";
// line 374
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, 374);
yield "</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t";
} else {
// line 377
yield "\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t\t<a href=\"";
// line 378
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, 378);
yield "</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
// line 381
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 382
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, 382);
yield "</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-xs-12 col-nopadding\">
\t\t\t\t\t\t<a class=\"m-main-button mmb-4\">";
// line 385
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-5"], "method", false, false, false, 385);
yield "
\t\t\t\t\t\t\t<span class=\"pull-right\">
\t\t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t\t<div id=\"m-main-cats\">
\t\t\t\t\t\t";
// line 393
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_catmenu", ["template" => "maincatmenu"]), ["ignore_errors" => true]);
yield "
\t\t\t\t\t</div>
\t\t\t\t";
}
// line 396
yield "\t\t\t</div>
\t\t</nav>
\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 402
if ((((((Twig\Extension\CoreExtension::testEmpty(($context["prod"] ?? null)) && ((($_v19 = ($context["args"] ?? null)) && is_array($_v19) || $_v19 instanceof ArrayAccess ? ($_v19[0] ?? null) : null) != "login")) && ((($_v20 = ($context["args"] ?? null)) && is_array($_v20) || $_v20 instanceof ArrayAccess ? ($_v20[0] ?? null) : null) != "cart")) && ((($_v21 = ($context["args"] ?? null)) && is_array($_v21) || $_v21 instanceof ArrayAccess ? ($_v21[0] ?? null) : null) != "register")) && ((($_v22 = ($context["args"] ?? null)) && is_array($_v22) || $_v22 instanceof ArrayAccess ? ($_v22[0] ?? null) : null) != "order")) && ((($_v23 = ($context["args"] ?? null)) && is_array($_v23) || $_v23 instanceof ArrayAccess ? ($_v23[0] ?? null) : null) != "checkout"))) {
// line 403
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 405
if (((((($_v24 = ($context["args"] ?? null)) && is_array($_v24) || $_v24 instanceof ArrayAccess ? ($_v24[0] ?? null) : null) == "catalog") && CoreExtension::inFilter((($_v25 = ($context["args"] ?? null)) && is_array($_v25) || $_v25 instanceof ArrayAccess ? ($_v25[1] ?? null) : null), ["new", "pop", "mix", "onsale", "selection1", "selection2"])) && ((($_v26 = ($context["args"] ?? null)) && is_array($_v26) || $_v26 instanceof ArrayAccess ? ($_v26[2] ?? null) : null) == ""))) {
yield " active";
}
yield "\">
\t\t\t\t\t\t";
// line 406
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 414
yield "\t\t\t\t\t\t<div class=\"col-sm-12 cont\">
\t\t\t\t\t\t";
}
// line 416
yield "
\t\t\t\t\t\t";
// line 417
if (((((($_v27 = ($context["args"] ?? null)) && is_array($_v27) || $_v27 instanceof ArrayAccess ? ($_v27[0] ?? null) : null) == "user") && ((($_v28 = ($context["args"] ?? null)) && is_array($_v28) || $_v28 instanceof ArrayAccess ? ($_v28[1] ?? null) : null) == "order-history")) && ($context["order"] ?? null))) {
// line 418
yield "\t\t\t\t\t\t\t";
} elseif ((((($_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) == ""))) {
// line 419
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, 419);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v31 = // line 420
($context["args"] ?? null)) && is_array($_v31) || $_v31 instanceof ArrayAccess ? ($_v31[0] ?? null) : null) == "wishlist")) {
// line 421
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, 421);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v32 = // line 422
($context["args"] ?? null)) && is_array($_v32) || $_v32 instanceof ArrayAccess ? ($_v32[0] ?? null) : null) == "catalog")) {
// line 423
yield "\t\t\t\t\t\t\t\t<div class=\"title";
yield ((($context["prods"] ?? null)) ? (" pl-breadcrumbs") : (""));
yield ((($context["prod"] ?? null)) ? (" 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 (((($_v33 = // line 424
($context["args"] ?? null)) && is_array($_v33) || $_v33 instanceof ArrayAccess ? ($_v33[0] ?? null) : null) == "articles")) {
// line 425
yield "\t\t\t\t\t\t\t\t<div class=\"title";
yield ((($context["prods"] ?? null)) ? (" pl-breadcrumbs") : (""));
yield ((($context["prod"] ?? null)) ? (" 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 (((((((($_v34 = // line 426
($context["args"] ?? null)) && is_array($_v34) || $_v34 instanceof ArrayAccess ? ($_v34[0] ?? null) : null) != "cart") && !Twig\Extension\CoreExtension::testEmpty(($context["args"] ?? null))) && ((($_v35 = ($context["args"] ?? null)) && is_array($_v35) || $_v35 instanceof ArrayAccess ? ($_v35[0] ?? null) : null) != "login")) && ((($_v36 = ($context["args"] ?? null)) && is_array($_v36) || $_v36 instanceof ArrayAccess ? ($_v36[0] ?? null) : null) != "register")) && ((($_v37 = ($context["args"] ?? null)) && is_array($_v37) || $_v37 instanceof ArrayAccess ? ($_v37[0] ?? null) : null) != "comments"))) {
// line 427
yield "\t\t\t\t\t\t\t\t<h1 class=\"pl-h1\">";
yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "h1", [], "any", false, false, false, 427)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "h1", [], "any", false, false, false, 427)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "name", [], "any", false, false, false, 427)));
yield "</h1>
\t\t\t\t\t\t";
}
// line 429
yield "
\t\t\t\t\t\t";
// line 430
if (((($_v38 = ($context["args"] ?? null)) && is_array($_v38) || $_v38 instanceof ArrayAccess ? ($_v38[0] ?? null) : null) == "contact")) {
// line 431
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 433
yield "
\t\t\t\t\t\t";
// line 434
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 435
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 447
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, 447) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 447), "locale", [], "any", false, false, false, 447)) . ".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 449
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 449) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 449)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 449) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 449)))) {
// line 450
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, 450);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"";
// line 451
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["instagram-link"], "method", false, false, false, 451);
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 452
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 452) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 452)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 452) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 452)))) {
// line 453
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, 453);
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 455
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, 455);
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 457
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 459
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-41"], "method", false, false, false, 459);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
// line 460
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 461
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 466
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-42"], "method", false, false, false, 466);
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 470
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, 470);
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 473
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, 473);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 475
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 475) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 475)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 475) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 475)))) {
// line 476
yield "\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 477
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, 477);
yield "</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 480
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 481
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, 481);
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 484
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, 484);
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 487
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, 487);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 489
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 489) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 489)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 489) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 489)))) {
// line 490
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 491
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, 491);
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 493
($context["env"] ?? null), "site", [], "any", false, false, false, 493) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 493))) {
// line 494
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 495
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, 495);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 498
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 502
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-43"], "method", false, false, false, 502);
yield "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 504
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_foot_menu"), ["ignore_errors" => true]);
yield "
\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 508
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-12"], "method", false, false, false, 508);
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 511
$context["opt"] = "";
// line 512
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 512)) {
// line 513
yield "\t\t\t\t\t\t\t\t\t";
$context["opt"] = "-opt";
// line 514
yield "\t\t\t\t\t\t\t\t";
}
// line 515
yield "
\t\t\t\t\t\t\t\t";
// line 516
if (CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 516)) {
// line 517
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 521
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 521);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 524
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method", false, false, false, 524)) {
// line 525
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 530
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method", false, false, false, 530);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 533
yield "\t\t\t\t\t\t\t\t";
if (CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method", false, false, false, 533)) {
// line 534
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 539
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method", false, false, false, 539);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 542
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 551
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["copy"], "method", false, false, false, 551);
yield "
\t\t\t\t\t\t\t\t";
// line 552
yield CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["sitename"], "method", false, false, false, 552);
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 555
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, 555);
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 560
if (((((($_v39 = ($context["args"] ?? null)) && is_array($_v39) || $_v39 instanceof ArrayAccess ? ($_v39[0] ?? null) : null) == "order") && ((($_v40 = ($context["args"] ?? null)) && is_array($_v40) || $_v40 instanceof ArrayAccess ? ($_v40[1] ?? null) : null) == "finish")) && CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_google_conversion", [], "any", false, false, false, 560))) {
// line 561
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 564
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_google_conversion", [], "any", false, false, false, 564), "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 579
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 586
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 589
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 589)) {
// line 590
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 599
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 599), "html", null, true);
yield ".js');
\t\t\t\t</script>
\t\t\t";
}
// line 602
yield "
\t\t\t";
// line 603
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 603)) {
// line 604
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 607
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 607), "html", null, true);
yield "
\t\t\t\t</script>
\t\t\t";
}
// line 610
yield "
\t\t\t";
// line 611
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 611) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 611)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 611) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 611)))) {
// line 612
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_lang.html.twig");
yield "
\t\t\t";
}
// line 614
yield "\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_cookie.html.twig");
yield "
\t\t\t";
// line 615
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_callback.html.twig");
yield "
\t\t\t";
// line 616
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_sent.html.twig");
yield "
\t\t\t";
// line 617
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_city.html.twig");
yield "
\t\t\t";
// line 618
if ((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 618) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 618)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 618) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 618))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 618) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 618)))) {
// line 619
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_opt_redirect.html.twig");
yield "
\t\t\t";
}
// line 621
yield "
\t\t\t";
// line 622
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 622)) {
// line 623
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 638
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 638), "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 644
yield "
\t\t\t";
// line 645
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/razmetka.html.twig");
yield "
\t\t\t";
// line 647
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 647) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 647)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 647) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 647)))) {
// line 648
yield "\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";
}
// line 655
yield "
\t\t\t";
// line 656
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/jslabels.html.twig");
yield "
\t\t\t
\t\t\t";
// line 658
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 661
yield "\t\t\t";
if (((($_v41 = ($context["args"] ?? null)) && is_array($_v41) || $_v41 instanceof ArrayAccess ? ($_v41[0] ?? null) : null) == "cart")) {
// line 662
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 664
yield "\t\t</body>
\t</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 62
/**
* @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 63
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 434
/**
* @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 658
/**
* @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 659
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 ( 1673 => 659, 1660 => 658, 1638 => 434, 1624 => 63, 1611 => 62, 1597 => 664, 1591 => 662, 1588 => 661, 1586 => 658, 1581 => 656, 1578 => 655, 1569 => 648, 1567 => 647, 1562 => 645, 1559 => 644, 1550 => 638, 1533 => 623, 1531 => 622, 1528 => 621, 1522 => 619, 1520 => 618, 1516 => 617, 1512 => 616, 1508 => 615, 1503 => 614, 1497 => 612, 1495 => 611, 1492 => 610, 1486 => 607, 1481 => 604, 1479 => 603, 1476 => 602, 1470 => 599, 1459 => 590, 1457 => 589, 1451 => 586, 1442 => 579, 1424 => 564, 1419 => 561, 1417 => 560, 1407 => 555, 1401 => 552, 1397 => 551, 1386 => 542, 1380 => 539, 1373 => 534, 1370 => 533, 1364 => 530, 1357 => 525, 1354 => 524, 1348 => 521, 1342 => 517, 1340 => 516, 1337 => 515, 1334 => 514, 1331 => 513, 1328 => 512, 1326 => 511, 1320 => 508, 1313 => 504, 1308 => 502, 1302 => 498, 1294 => 495, 1291 => 494, 1289 => 493, 1282 => 491, 1279 => 490, 1277 => 489, 1270 => 487, 1262 => 484, 1254 => 481, 1251 => 480, 1243 => 477, 1240 => 476, 1238 => 475, 1231 => 473, 1223 => 470, 1216 => 466, 1208 => 461, 1204 => 460, 1200 => 459, 1196 => 457, 1188 => 455, 1180 => 453, 1178 => 452, 1172 => 451, 1167 => 450, 1165 => 449, 1158 => 447, 1144 => 435, 1142 => 434, 1139 => 433, 1133 => 431, 1131 => 430, 1128 => 429, 1122 => 427, 1120 => 426, 1112 => 425, 1110 => 424, 1102 => 423, 1100 => 422, 1095 => 421, 1093 => 420, 1088 => 419, 1085 => 418, 1083 => 417, 1080 => 416, 1076 => 414, 1065 => 406, 1059 => 405, 1055 => 403, 1053 => 402, 1045 => 396, 1039 => 393, 1028 => 385, 1020 => 382, 1017 => 381, 1009 => 378, 1006 => 377, 998 => 374, 995 => 373, 993 => 372, 986 => 370, 983 => 369, 981 => 368, 975 => 365, 962 => 363, 958 => 362, 952 => 359, 941 => 350, 935 => 349, 933 => 348, 927 => 346, 920 => 344, 913 => 343, 907 => 341, 902 => 340, 900 => 339, 893 => 335, 880 => 333, 876 => 332, 870 => 328, 864 => 326, 856 => 322, 854 => 321, 848 => 318, 845 => 317, 842 => 316, 840 => 315, 829 => 309, 820 => 303, 807 => 293, 800 => 289, 796 => 288, 781 => 280, 767 => 269, 762 => 267, 758 => 266, 754 => 265, 750 => 264, 746 => 263, 739 => 262, 726 => 259, 713 => 256, 711 => 255, 699 => 253, 697 => 252, 685 => 250, 683 => 249, 671 => 247, 669 => 246, 657 => 244, 655 => 243, 651 => 241, 642 => 235, 638 => 234, 632 => 231, 627 => 229, 616 => 221, 612 => 219, 606 => 217, 600 => 215, 598 => 214, 594 => 212, 591 => 211, 585 => 207, 579 => 206, 573 => 203, 569 => 202, 564 => 201, 562 => 200, 555 => 196, 551 => 194, 549 => 193, 531 => 184, 528 => 183, 516 => 180, 504 => 177, 501 => 176, 498 => 175, 487 => 170, 475 => 167, 472 => 166, 460 => 164, 458 => 163, 447 => 161, 435 => 158, 427 => 153, 413 => 148, 401 => 145, 398 => 144, 386 => 141, 383 => 140, 381 => 139, 370 => 137, 358 => 134, 355 => 133, 353 => 132, 342 => 130, 334 => 124, 325 => 118, 314 => 109, 312 => 108, 307 => 106, 302 => 104, 296 => 101, 290 => 98, 284 => 95, 281 => 94, 275 => 91, 272 => 90, 270 => 89, 262 => 84, 258 => 82, 252 => 81, 250 => 80, 247 => 79, 241 => 77, 239 => 76, 236 => 75, 230 => 73, 228 => 72, 224 => 71, 217 => 67, 213 => 66, 210 => 65, 208 => 62, 205 => 61, 201 => 59, 199 => 58, 195 => 56, 192 => 50, 188 => 48, 186 => 47, 183 => 46, 179 => 42, 176 => 41, 170 => 39, 164 => 37, 162 => 36, 159 => 35, 149 => 33, 142 => 32, 140 => 31, 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{% for lang in langsarray %}\t\t\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{% endfor %}
\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 %}
\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<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{% 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</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{{ render_esi(url('block_timer'), { 'ignore_errors': true }) }}
\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<div class=\"message-top\">
\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-12 pr\">
\t\t\t\t\t\t\t<div class=\"message-top-close\">
\t\t\t\t\t\t\t\t<a href=\"#\">
\t\t\t\t\t\t\t\t\t<i class=\"fa fa-close\"></i>
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{{ blocks.get('user_message')|raw }}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endif %}
\t\t<div class=\"hidden-xs widemenu\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"wm-menu\">
\t\t\t\t\t<ul class=\"widemenulist\">
\t\t\t\t\t\t<li class=\"wm-group-1\">
\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</li>
\t\t\t\t\t\t{% if env.site != env.mix and env.site != env.mixopt %}
\t\t\t\t\t\t<li class=\"wm-group-1\">
\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</li>
\t\t\t\t\t\t<li class=\"wm-group-1\">
\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</li>
\t\t\t\t\t\t{% elseif env.site == env.mix %}
\t\t\t\t\t\t<li class=\"wm-group-1\">
\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</li>
\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t<li class=\"wm-group-2\">
\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</li>
\t\t\t\t\t\t<li class=\"wm-group-2\">
\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</li>
\t\t\t\t\t\t<li class=\"wm-group-0\">
\t\t\t\t\t\t\t<ul class=\"nav wm-nav\">
\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\">{{ labels.get('main-static-menu-6')|raw }}
\t\t\t\t\t\t\t\t\t\t<span class=\"caret\"></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-left\">
\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<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</li>
\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<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</li>
\t\t\t\t\t\t\t\t\t\t{% if env.site == env.mix or env.site == env.mixopt %}
\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{% endif %}
\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<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</li>
\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<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</li>
\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<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</li> #}
\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<li class=\"wm-group-12\">
\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</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('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</li>
\t\t\t\t\t\t\t\t\t\t{% endif %}
\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<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</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</li>
\t\t\t\t\t</ul>
\t\t\t\t</div>
\t\t\t\t<div class=\"wm-geo\">
\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<ul class=\"nav wm-nav wm-langs\">
\t\t\t\t\t\t\t<li class=\"dropdown\">
\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<span class=\"fa fa-chevron-down\"></span>
\t\t\t\t\t\t\t\t</a>
\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{% set langsarray = langs|split('|') %}
\t\t\t\t\t\t\t\t\t{% for lang in langsarray %}
\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<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{# {% endif %} #}
\t\t\t\t\t\t\t\t\t{% endfor %}
\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{% endif %}
\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<ul class=\"nav wm-geo-nav\">
\t\t\t\t\t\t\t<li class=\"dropdown\">
\t\t\t\t\t\t\t\t{% if env.is_opt %}
\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{% else %}
\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{% endif %}
\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<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</a>
\t\t\t\t\t\t\t\t<ul class=\"dropdown-menu dropdown-menu-right\">
\t\t\t\t\t\t\t\t\t<li>
\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<span aria-hidden=\"true\">×</span>
\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</button>
\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<br><span class=\"wm-geo-city\">{{ app.session.get('checkout').city_name }}</span>?
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t<li class=\"text-nowrap\">
\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<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">{{ labels.get('yourcity3')|raw }}</a>
\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{% endif %}
\t\t\t\t</div>
\t\t\t\t<div class=\"wm-tel\">
\t\t\t\t\t{% if env.site == env.domopt %}
\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\t0-800-312-370</a>
\t\t\t\t\t{% elseif env.site == env.mir %}
\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\t8 (800) 505-25-23</a>
\t\t\t\t\t{% elseif env.site == env.miropt %}
\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\t8 (800) 505-25-23</a>
\t\t\t\t\t{% elseif env.site == env.mix %}
\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+48 668 522 718</a>
\t\t\t\t\t{% elseif env.site == env.mixopt %}
\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+48 668 522 718</a>
\t\t\t\t\t{% else %}
\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\t0-800-312-370</a>
\t\t\t\t\t{% endif %}
\t\t\t\t\t<span class=\"top-phone-time{% if not isCallAvailable %} top-phone-time-inactive{% endif %}\"></span>
\t\t\t\t\t<span>{{ labels.get('tel-time-from')|raw }}
\t\t\t\t\t\t{{ labels.get('tel-start')|raw }}
\t\t\t\t\t\t{{ labels.get('tel-time-to')|raw }}
\t\t\t\t\t\t{{ labels.get('tel-end')|raw }}
\t\t\t\t\t\t({{ labels.get('tel-city')|raw }})</span>
\t\t\t\t\t |<a data-toggle=\"modal\" href=\"#modal_callback\" rel=\"nofollow\" class=\"wm-callback\">
\t\t\t\t\t\t{{ labels.get('callback')|raw }}
\t\t\t\t\t</a>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"middle-header\">
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-sm-3\">
\t\t\t\t\t\t<div class=\"mh-logo\">
\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</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-sm-9\">
\t\t\t\t\t\t<div class=\"mh-menu\">
\t\t\t\t\t\t\t<ul class=\"nav\">
\t\t\t\t\t\t\t\t<li class=\"dropdown\">
\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<img src=\"{{ asset('022-menu-1.svg', 'img') }}\" alt=\"\" width=\"20\" class=\"iamenu\">
\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</div>
\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<li>
\t\t\t\t\t\t\t\t\t\t\t{{ render_esi (url('block_catmenu', {'template': 'topcatmenu'}), { 'ignore_errors': true }) }}
\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\t<div class=\"mh-menu-block\"></div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"mh-pics\">
\t\t\t\t\t\t\t<div class=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t{{ include('block/cart.html.twig') }}
\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=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t<div class=\"mhpi-img\">
\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</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=\"mhp-item\">
\t\t\t\t\t\t\t\t<div class=\"mhp-wrapper\">
\t\t\t\t\t\t\t\t\t{% if not Auth.getUserId %}
\t\t\t\t\t\t\t\t\t\t<div class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t<button class=\"btn dropdown-toggle btn-login2\" type=\"button\" id=\"dropdownLogin\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"true\" {# onclick=\"ga('send', 'event', 'Login', 'Avtorizaciya');\"#}>
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"mhpi-img\"><img src=\"{{ asset('007-avatar.png', 'img') }}\" alt=\"\"></span>
\t\t\t\t\t\t\t\t\t\t\t</button>
\t\t\t\t\t\t\t\t\t\t\t<div class=\"dropdown-menu dropdown-menu-right dropdown-menu-login\" aria-labelledby=\"dropdownLogin\" data-dropdown-in=\"zoomIn\" data-dropdown-out=\"fadeOut\">
\t\t\t\t\t\t\t\t\t\t\t\t{% set login_redirect = '/user' %}
\t\t\t\t\t\t\t\t\t\t\t\t{{ include('block/login.html.twig') }}
\t\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t{% else %}
\t\t\t\t\t\t\t\t\t\t{{ render (url('block_usermenu', {})) }}\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</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"mh-search\">
\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<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<div class=\"input-group-btn\">
\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</div>
\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t<div class=\"search_queries\">
\t\t\t\t\t\t\t\t{% set i = 0 %}
\t\t\t\t\t\t\t\t{% for query in search_queries_rand %}
\t\t\t\t\t\t\t\t\t{% if i > 0 %} |
\t\t\t\t\t\t\t\t\t{% endif %}
\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{% if not search_queries[query] %}<input type=\"hidden\" name=\"q\" value=\"{{ query }}\">
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t\t<button type=\"submit\">{{ query }}</button>
\t\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t\t\t{% set i = i + 1 %}
\t\t\t\t\t\t\t\t{% endfor %}
\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</div>
\t\t<nav class=\"navbar navbar-default lastheader\">
\t\t\t{{ include('block/navbar-part.html.twig') }}
\t\t\t<div class=\"container m-main-buttons visible-xs\">
\t\t\t\t<form name=\"search\" action=\"{{ path('prod_list_spec', {'spec': 'search'}) }}\" method=\"get\" class=\"input-group\" id=\"topsearch2\">
\t\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\t<div class=\"input-group-btn\">
\t\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\t</div>
\t\t\t\t</form>
\t\t\t\t{% if page.mainpage == '1' %}
\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': 'new'}) }}\" class=\"m-main-button mmb-1\">{{ labels.get('main-mobile-buttons-1')|raw }}</a>
\t\t\t\t\t</div>
\t\t\t\t\t{% if isVisibleActions %}
\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\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\t</div>
\t\t\t\t\t{% else %}
\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\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\t</div>
\t\t\t\t\t{% endif %}
\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': 'pop'}) }}\" class=\"m-main-button mmb-3\">{{ labels.get('main-mobile-buttons-4')|raw }}</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"col-xs-12 col-nopadding\">
\t\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\t<span class=\"pull-right\">
\t\t\t\t\t\t\t\t<i class=\"fa fa-bars\"></i>
\t\t\t\t\t\t\t</span>
\t\t\t\t\t\t</a>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"clear\"></div>
\t\t\t\t\t<div id=\"m-main-cats\">
\t\t\t\t\t\t{{ render_esi (url('block_catmenu', {'template': 'maincatmenu'}), { 'ignore_errors': true }) }}
\t\t\t\t\t</div>
\t\t\t\t{% endif %}
\t\t\t</div>
\t\t</nav>
\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</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{{ render_esi (url('block_foot_menu'), { 'ignore_errors': true }) }}
\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{% 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{% 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{{ include('block/razmetka.html.twig') }}
\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/mirbusin.ru/public_html/templates/base.html.twig");
}
}