<?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_1255b3662c69a6bd0daa61006f7e7295 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</head>
\t<body class=\"page";
// line 71
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 76
if (((($_v1 = ($context["args"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[0] ?? null) : null) == "register")) {
// line 77
yield "\t\t\t<div id=\"register_error_0\">
\t\t\t\t<div class=\"added-message\">";
// line 78
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["ps-error"], "method", false, false, false, 78);
yield "</div>
\t\t\t</div>
\t\t";
}
// line 81
yield "\t\t<div id=\"prod_added\">
\t\t\t<div class=\"added-message\">";
// line 82
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-1"], "method", false, false, false, 82);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_removed\">
\t\t\t<div class=\"added-message\">";
// line 85
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-2"], "method", false, false, false, 85);
yield "</div>
\t\t</div>
\t\t<div id=\"prod_added2\">
\t\t\t<div class=\"added-message\">";
// line 88
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["added-message-3"], "method", false, false, false, 88);
yield "</div>
\t\t</div>
\t\t<span id=\"ScMail\" style=\"display: none;\">";
// line 91
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, 91), "get", ["useremail"], "method", false, false, false, 91), "html", null, true);
yield "</span>
\t\t";
// line 93
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 95
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, 95))) != "") && ((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, 95), "cookies", [], "any", false, false, false, 95), "get", ["message-top"], "method", false, false, false, 95) == 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, 95), "cookies", [], "any", false, false, false, 95), "get", ["message-top"], "method", false, false, false, 95) != "0")))) {
// line 96
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 105
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", ["user_message"], "method", false, false, false, 105);
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 111
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 117
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, 117);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
// line 119
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 119) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 119)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 119) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 119)))) {
// line 120
yield "\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 121
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, 121);
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 124
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, 124);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 126
($context["env"] ?? null), "site", [], "any", false, false, false, 126) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 126))) {
// line 127
yield "\t\t\t\t\t\t<li class=\"wm-group-1\">
\t\t\t\t\t\t\t<a href=\"";
// line 128
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, 128);
yield "</a>
\t\t\t\t\t\t</li>
\t\t\t\t\t\t";
}
// line 131
yield "\t\t\t\t\t\t<li class=\"wm-group-2\">
\t\t\t\t\t\t\t<a href=\"";
// line 132
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, 132);
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 135
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, 135);
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 140
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-static-menu-6"], "method", false, false, false, 140);
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 145
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, 145);
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 148
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, 148);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t";
// line 150
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 150) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 150)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 150) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 150)))) {
// line 151
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, 151);
yield "</a></li>
\t\t\t";
}
// line 153
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 154
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, 154);
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 157
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, 157);
yield "</a>
\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t";
// line 162
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, 162) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 162)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 162) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 162)))) {
// line 163
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 164
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, 164);
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 167
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, 167);
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 170
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 171
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, 171);
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 180
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 180) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 180)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 180) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 180))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 180) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 180))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 180) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 180)))) {
// line 181
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 183
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, 183), "locale", [], "any", false, false, false, 183), "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 187
$context["langsarray"] = Twig\Extension\CoreExtension::split($this->env->getCharset(), ($context["langs"] ?? null), "|");
// line 188
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 189
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 190
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, 190), "attributes", [], "any", false, false, false, 190), "get", ["_route"], "method", false, false, false, 190), $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, 190), "attributes", [], "any", false, false, false, 190), "all", [], "any", false, false, false, 190), "_route_params", [], "any", false, false, false, 190), 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, 190), "query", [], "any", false, false, false, 190), "all", [], "any", false, false, false, 190)), 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 193
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 194
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 198
yield "\t\t\t\t\t";
if (((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 198)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 198))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 198))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 198) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 198)))) {
// line 199
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 201
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "is_opt", [], "any", false, false, false, 201)) {
// line 202
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 204
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 206
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 208
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, 208), "get", ["checkout"], "method", false, false, false, 208), "city_name", [], "any", false, false, false, 208)) ? ($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, 208), "get", ["checkout"], "method", false, false, false, 208), "city_name", [], "any", false, false, false, 208), "html", null, true)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 208)));
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 216
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity"], "method", false, false, false, 216);
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 218
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, 218), "get", ["checkout"], "method", false, false, false, 218), "city_name", [], "any", false, false, false, 218), "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 221
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity2"], "method", false, false, false, 221);
yield "</a>
\t\t\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" class=\"wm-button-ok\">";
// line 222
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["yourcity3"], "method", false, false, false, 222);
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 228
yield "\t\t\t\t</div>
\t\t\t\t<div class=\"wm-tel\">
\t\t\t\t\t";
// line 230
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 230) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "domopt", [], "any", false, false, false, 230))) {
// line 231
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 233
($context["env"] ?? null), "site", [], "any", false, false, false, 233) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 233))) {
// line 234
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 236
($context["env"] ?? null), "site", [], "any", false, false, false, 236) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 236))) {
// line 237
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 239
($context["env"] ?? null), "site", [], "any", false, false, false, 239) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 239))) {
// line 240
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 242
($context["env"] ?? null), "site", [], "any", false, false, false, 242) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 242))) {
// line 243
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 246
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 249
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 250
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-from"], "method", false, false, false, 250);
yield "
\t\t\t\t\t\t";
// line 251
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-start"], "method", false, false, false, 251);
yield "
\t\t\t\t\t\t";
// line 252
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-time-to"], "method", false, false, false, 252);
yield "
\t\t\t\t\t\t";
// line 253
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-end"], "method", false, false, false, 253);
yield "
\t\t\t\t\t\t(";
// line 254
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["tel-city"], "method", false, false, false, 254);
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 256
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["callback"], "method", false, false, false, 256);
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 267
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, 267), "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, 267) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 267), "locale", [], "any", false, false, false, 267)) . ".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 275
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 276
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, 276)) ? ("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 280
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 290
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 296
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 302
if ( !CoreExtension::getAttribute($this->env, $this->source, ($context["Auth"] ?? null), "getUserId", [], "any", false, false, false, 302)) {
// line 303
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 304
yield ">
\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"mhpi-img\"><img src=\"";
// line 305
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 308
$context["login_redirect"] = "/user";
// line 309
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 313
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 315
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 319
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 320
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 320);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 320);
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, 320), "query", [], "any", false, false, false, 320), "get", ["q"], "method", false, false, false, 320)) {
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, 320), "query", [], "any", false, false, false, 320), "get", ["q"], "method", false, false, false, 320));
} 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, 320), "parameter", [], "any", false, false, false, 320), "get", ["q"], "method", false, false, false, 320)) {
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, 320), "parameter", [], "any", false, false, false, 320), "get", ["q"], "method", false, false, false, 320));
}
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 322
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, 322)) ? ("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 326
$context["i"] = 0;
// line 327
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 328
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 330
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 331
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 333
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 335
$context["i"] = (($context["i"] ?? null) + 1);
// line 336
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 337
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 346
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 349
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 350
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 350);
yield "\" placeholder=\"";
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["block-search-1"], "method", false, false, false, 350);
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, 350), "query", [], "any", false, false, false, 350), "get", ["q"], "method", false, false, false, 350)) {
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, 350), "query", [], "any", false, false, false, 350), "get", ["q"], "method", false, false, false, 350));
} 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, 350), "parameter", [], "any", false, false, false, 350), "get", ["q"], "method", false, false, false, 350)) {
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, 350), "parameter", [], "any", false, false, false, 350), "get", ["q"], "method", false, false, false, 350));
}
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 352
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, 352)) ? ("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 355
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "mainpage", [], "any", false, false, false, 355) == "1")) {
// line 356
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 357
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, 357);
yield "</a>
\t\t\t\t\t</div>
\t\t\t\t\t";
// line 359
if (($context["isVisibleActions"] ?? null)) {
// line 360
yield "\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t\t<a href=\"";
// line 361
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, 361);
yield "</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t";
} else {
// line 364
yield "\t\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t\t<a href=\"";
// line 365
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, 365);
yield "</a>
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
// line 368
yield "\t\t\t\t\t<div class=\"col-xs-4 col-nopadding\">
\t\t\t\t\t\t<a href=\"";
// line 369
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, 369);
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 372
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["main-mobile-buttons-5"], "method", false, false, false, 372);
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 380
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 383
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 389
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 390
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 392
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"])) && ((($_v26 = ($context["args"] ?? null)) && is_array($_v26) || $_v26 instanceof ArrayAccess ? ($_v26[2] ?? null) : null) == ""))) {
yield " active";
}
yield "\">
\t\t\t\t\t\t";
// line 393
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 401
yield "\t\t\t\t\t\t<div class=\"col-sm-12 cont\">
\t\t\t\t\t\t";
}
// line 403
yield "
\t\t\t\t\t\t";
// line 404
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 405
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 406
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, 406);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v31 = // line 407
($context["args"] ?? null)) && is_array($_v31) || $_v31 instanceof ArrayAccess ? ($_v31[0] ?? null) : null) == "wishlist")) {
// line 408
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, 408);
yield "</h1>
\t\t\t\t\t\t\t";
} elseif (((($_v32 = // line 409
($context["args"] ?? null)) && is_array($_v32) || $_v32 instanceof ArrayAccess ? ($_v32[0] ?? null) : null) == "catalog")) {
// line 410
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 411
($context["args"] ?? null)) && is_array($_v33) || $_v33 instanceof ArrayAccess ? ($_v33[0] ?? null) : null) == "articles")) {
// line 412
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 413
($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 414
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, 414)) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "h1", [], "any", false, false, false, 414)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "name", [], "any", false, false, false, 414)));
yield "</h1>
\t\t\t\t\t\t";
}
// line 416
yield "
\t\t\t\t\t\t";
// line 417
if (((($_v38 = ($context["args"] ?? null)) && is_array($_v38) || $_v38 instanceof ArrayAccess ? ($_v38[0] ?? null) : null) == "contact")) {
// line 418
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 420
yield "
\t\t\t\t\t\t";
// line 421
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 422
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 434
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, 434) . ".") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 434), "locale", [], "any", false, false, false, 434)) . ".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 436
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 436) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 436)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 436) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 436)))) {
// line 437
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, 437);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"";
// line 438
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["instagram-link"], "method", false, false, false, 438);
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 439
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 439) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 439)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 439) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "miropt", [], "any", false, false, false, 439)))) {
// line 440
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, 440);
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 442
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, 442);
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 444
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 446
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-41"], "method", false, false, false, 446);
yield "</span>
\t\t\t\t\t\t\t\t<a href=\"#\" rel=\"nofollow\" target=\"_blank\"><img src=\"";
// line 447
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 448
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 453
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-42"], "method", false, false, false, 453);
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 457
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, 457);
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 460
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, 460);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 462
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 462) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 462)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 462) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 462)))) {
// line 463
yield "\t\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t\t<a href=\"";
// line 464
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, 464);
yield "</a>
\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 467
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 468
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, 468);
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 471
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, 471);
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 474
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, 474);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
// line 476
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 476) != CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 476)) && (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 476) != CoreExtension::getAttribute($this->env, $this->source, ($context["emv"] ?? null), "mixopt", [], "any", false, false, false, 476)))) {
// line 477
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 478
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, 478);
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 480
($context["env"] ?? null), "site", [], "any", false, false, false, 480) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 480))) {
// line 481
yield "\t\t\t\t\t\t\t\t<li>
\t\t\t\t\t\t\t\t\t<a href=\"";
// line 482
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, 482);
yield "</a>
\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t";
}
// line 485
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 489
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-43"], "method", false, false, false, 489);
yield "</span>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
// line 491
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 495
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["footmenu-12"], "method", false, false, false, 495);
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 498
$context["opt"] = "";
// line 499
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, 499)) {
// line 500
yield "\t\t\t\t\t\t\t\t\t";
$context["opt"] = "-opt";
// line 501
yield "\t\t\t\t\t\t\t\t";
}
// line 502
yield "
\t\t\t\t\t\t\t\t";
// line 503
if (CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 503)) {
// line 504
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 508
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-phone" . ($context["opt"] ?? null))], "method", false, false, false, 508);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 511
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, 511)) {
// line 512
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 517
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-email" . ($context["opt"] ?? null))], "method", false, false, false, 517);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 520
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, 520)) {
// line 521
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 526
yield CoreExtension::getAttribute($this->env, $this->source, ($context["blocks"] ?? null), "get", [("footmenu-address" . ($context["opt"] ?? null))], "method", false, false, false, 526);
yield "
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t";
}
// line 529
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 538
yield CoreExtension::getAttribute($this->env, $this->source, ($context["labels"] ?? null), "get", ["copy"], "method", false, false, false, 538);
yield "
\t\t\t\t\t\t\t\t";
// line 539
yield CoreExtension::getAttribute($this->env, $this->source, ($context["sett"] ?? null), "get", ["sitename"], "method", false, false, false, 539);
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 542
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, 542);
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 547
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, 547))) {
// line 548
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 551
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_google_conversion", [], "any", false, false, false, 551), "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 566
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 573
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 576
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 576)) {
// line 577
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 586
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_bitrix", [], "any", false, false, false, 586), "html", null, true);
yield ".js');
\t\t\t\t</script>
\t\t\t";
}
// line 589
yield "
\t\t\t";
// line 590
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 590)) {
// line 591
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 594
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "code_emt", [], "any", false, false, false, 594), "html", null, true);
yield "
\t\t\t\t</script>
\t\t\t";
}
// line 597
yield "
\t\t\t";
// line 598
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 598) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 598)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 598) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 598)))) {
// line 599
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_lang.html.twig");
yield "
\t\t\t";
}
// line 601
yield "\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_cookie.html.twig");
yield "
\t\t\t";
// line 602
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_callback.html.twig");
yield "
\t\t\t";
// line 603
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_sent.html.twig");
yield "
\t\t\t";
// line 604
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_city.html.twig");
yield "
\t\t\t";
// line 605
if ((((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 605) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "dom", [], "any", false, false, false, 605)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 605) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mir", [], "any", false, false, false, 605))) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 605) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 605)))) {
// line 606
yield "\t\t\t\t";
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/modal_opt_redirect.html.twig");
yield "
\t\t\t";
}
// line 608
yield "
\t\t\t";
// line 609
if (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 609)) {
// line 610
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 625
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "esputnik_id", [], "any", false, false, false, 625), "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 631
yield "
\t\t\t";
// line 632
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/razmetka.html.twig");
yield "
\t\t\t";
// line 634
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 634) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mix", [], "any", false, false, false, 634)) || (CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "site", [], "any", false, false, false, 634) == CoreExtension::getAttribute($this->env, $this->source, ($context["env"] ?? null), "mixopt", [], "any", false, false, false, 634)))) {
// line 635
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 642
yield "
\t\t\t";
// line 643
yield Twig\Extension\CoreExtension::include($this->env, $context, "block/jslabels.html.twig");
yield "
\t\t\t
\t\t\t";
// line 645
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 648
yield "\t\t\t";
if (((($_v41 = ($context["args"] ?? null)) && is_array($_v41) || $_v41 instanceof ArrayAccess ? ($_v41[0] ?? null) : null) == "cart")) {
// line 649
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 651
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 421
/**
* @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 645
/**
* @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 646
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 ( 1635 => 646, 1622 => 645, 1600 => 421, 1586 => 63, 1573 => 62, 1559 => 651, 1553 => 649, 1550 => 648, 1548 => 645, 1543 => 643, 1540 => 642, 1531 => 635, 1529 => 634, 1524 => 632, 1521 => 631, 1512 => 625, 1495 => 610, 1493 => 609, 1490 => 608, 1484 => 606, 1482 => 605, 1478 => 604, 1474 => 603, 1470 => 602, 1465 => 601, 1459 => 599, 1457 => 598, 1454 => 597, 1448 => 594, 1443 => 591, 1441 => 590, 1438 => 589, 1432 => 586, 1421 => 577, 1419 => 576, 1413 => 573, 1404 => 566, 1386 => 551, 1381 => 548, 1379 => 547, 1369 => 542, 1363 => 539, 1359 => 538, 1348 => 529, 1342 => 526, 1335 => 521, 1332 => 520, 1326 => 517, 1319 => 512, 1316 => 511, 1310 => 508, 1304 => 504, 1302 => 503, 1299 => 502, 1296 => 501, 1293 => 500, 1290 => 499, 1288 => 498, 1282 => 495, 1275 => 491, 1270 => 489, 1264 => 485, 1256 => 482, 1253 => 481, 1251 => 480, 1244 => 478, 1241 => 477, 1239 => 476, 1232 => 474, 1224 => 471, 1216 => 468, 1213 => 467, 1205 => 464, 1202 => 463, 1200 => 462, 1193 => 460, 1185 => 457, 1178 => 453, 1170 => 448, 1166 => 447, 1162 => 446, 1158 => 444, 1150 => 442, 1142 => 440, 1140 => 439, 1134 => 438, 1129 => 437, 1127 => 436, 1120 => 434, 1106 => 422, 1104 => 421, 1101 => 420, 1095 => 418, 1093 => 417, 1090 => 416, 1084 => 414, 1082 => 413, 1074 => 412, 1072 => 411, 1064 => 410, 1062 => 409, 1057 => 408, 1055 => 407, 1050 => 406, 1047 => 405, 1045 => 404, 1042 => 403, 1038 => 401, 1027 => 393, 1021 => 392, 1017 => 390, 1015 => 389, 1007 => 383, 1001 => 380, 990 => 372, 982 => 369, 979 => 368, 971 => 365, 968 => 364, 960 => 361, 957 => 360, 955 => 359, 948 => 357, 945 => 356, 943 => 355, 937 => 352, 924 => 350, 920 => 349, 914 => 346, 903 => 337, 897 => 336, 895 => 335, 889 => 333, 882 => 331, 875 => 330, 869 => 328, 864 => 327, 862 => 326, 855 => 322, 842 => 320, 838 => 319, 832 => 315, 826 => 313, 818 => 309, 816 => 308, 810 => 305, 807 => 304, 804 => 303, 802 => 302, 791 => 296, 782 => 290, 769 => 280, 762 => 276, 758 => 275, 743 => 267, 729 => 256, 724 => 254, 720 => 253, 716 => 252, 712 => 251, 708 => 250, 701 => 249, 688 => 246, 675 => 243, 673 => 242, 661 => 240, 659 => 239, 647 => 237, 645 => 236, 633 => 234, 631 => 233, 619 => 231, 617 => 230, 613 => 228, 604 => 222, 600 => 221, 594 => 218, 589 => 216, 578 => 208, 574 => 206, 568 => 204, 562 => 202, 560 => 201, 556 => 199, 553 => 198, 547 => 194, 541 => 193, 535 => 190, 531 => 189, 526 => 188, 524 => 187, 517 => 183, 513 => 181, 511 => 180, 493 => 171, 490 => 170, 478 => 167, 466 => 164, 463 => 163, 460 => 162, 449 => 157, 437 => 154, 434 => 153, 422 => 151, 420 => 150, 409 => 148, 397 => 145, 389 => 140, 375 => 135, 363 => 132, 360 => 131, 348 => 128, 345 => 127, 343 => 126, 332 => 124, 320 => 121, 317 => 120, 315 => 119, 304 => 117, 296 => 111, 287 => 105, 276 => 96, 274 => 95, 269 => 93, 264 => 91, 258 => 88, 252 => 85, 246 => 82, 243 => 81, 237 => 78, 234 => 77, 232 => 76, 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</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'] 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");
}
}