var/cache/dev/twig/68/684103b3c82d65758788e45e94980e919ce5029bafe3cb58d082c38154d38bdf.php line 260

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_abb07d9b1851dfdfa4f8e93404dd8ff108c80b7b1ae88cb1b556ff027f2b15c5 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'ogimage' => [$this'block_ogimage'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'favicon' => [$this'block_favicon'],
  28.             'top' => [$this'block_top'],
  29.             'fullSiteBanner' => [$this'block_fullSiteBanner'],
  30.             'header' => [$this'block_header'],
  31.             'messenger' => [$this'block_messenger'],
  32.             'content' => [$this'block_content'],
  33.             'contentContainerClass' => [$this'block_contentContainerClass'],
  34.             'topContentBlock' => [$this'block_topContentBlock'],
  35.             'mainHotFeedBlock' => [$this'block_mainHotFeedBlock'],
  36.             'left_sidebar' => [$this'block_left_sidebar'],
  37.             'mainColumnClass' => [$this'block_mainColumnClass'],
  38.             'mainColumnParameters' => [$this'block_mainColumnParameters'],
  39.             'main_content' => [$this'block_main_content'],
  40.             'bottomContentBlock' => [$this'block_bottomContentBlock'],
  41.             'footer' => [$this'block_footer'],
  42.             'popups' => [$this'block_popups'],
  43.             'javascripts' => [$this'block_javascripts'],
  44.             'assetsBottom' => [$this'block_assetsBottom'],
  45.             'metrikaEvent' => [$this'block_metrikaEvent'],
  46.         ];
  47.     }
  48.     protected function doDisplay(array $context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  55.         // line 1
  56.         echo "<!DOCTYPE html>
  57. <html>
  58. <head>
  59.     ";
  60.         // line 4
  61.         $context["metaInfo"] = $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getMetaInfo();
  62.         // line 5
  63.         echo "    ";
  64.         $this->displayBlock('meta'$context$blocks);
  65.         // line 8
  66.         echo "
  67.     ";
  68.         // line 9
  69.         $this->displayBlock('ogimage'$context$blocks);
  70.         // line 14
  71.         echo "
  72.     ";
  73.         // line 15
  74.         $this->displayBlock('stylesheets'$context$blocks);
  75.         // line 39
  76.         echo "
  77.     ";
  78.         // line 40
  79.         $this->displayBlock('favicon'$context$blocks);
  80.         // line 47
  81.         echo "    <meta name=\"yandex-verification\" content=\"239193428ba27fa2\" />
  82.     <meta name=\"google-site-verification\" content=\"33UhU8AvLA9eoT3WZfkzuOaxKNujSVAtcYZHf-pGToI\" />
  83.     <link rel=\"manifest\" href=\"/manifest.json?v=0\">
  84.     <script>
  85.         // Заблокировать все трекеры до получения согласия
  86.         window['ga-disable-UA-185332166-1'] = true;
  87.         window['ga-disable-AW-978097094'] = true;
  88.         // Заглушки для трекеров
  89.         window.ga = window.ga || function() {
  90.             console.log('Google Analytics blocked - waiting for consent');
  91.             return {
  92.                 l: 1,
  93.                 q: [],
  94.                 push: function() { console.log('GA queue blocked'); }
  95.             };
  96.         };
  97.         window.gtag = window.gtag || function() {
  98.             console.log('Google Tag Manager blocked - waiting for consent');
  99.         };
  100.         window.fbq = window.fbq || function() {
  101.             console.log('Facebook Pixel blocked - waiting for consent');
  102.         };
  103.         window.ttq = window.ttq || function() {
  104.             console.log('TikTok Pixel blocked - waiting for consent');
  105.         };
  106.         window.ym = window.ym || function() {
  107.             console.log('Yandex Metrika blocked - waiting for consent');
  108.         };
  109.         // Блокируем dataLayer
  110.         window.dataLayer = window.dataLayer || [];
  111.         window.dataLayer.push = function() {
  112.             console.log('DataLayer blocked - waiting for consent:', arguments[0]);
  113.             return 0;
  114.         };
  115.     </script>
  116.     <script src=\"https://api-maps.yandex.ru/2.1/?lang=ru_RU&apikey=ced3d85f-6a99-4208-93d6-b578ba5e8f8a\"></script>
  117.     <script>
  118.         var userAgent = navigator.userAgent || navigator.vendor || window.opera;
  119.         if (userAgent.indexOf('FBAN') == -1 && userAgent.indexOf('FBAV') == -1 && userAgent.indexOf('Instagram') == -1 &&
  120.             userAgent.indexOf('Skype') == -1 && userAgent.indexOf('Viber') == -1 && userAgent.indexOf('WhatsApp') == -1) {
  121.             var d = document,
  122.                 h = d.getElementsByTagName('head')[0],
  123.                 s = d.createElement('script');
  124.             s.type = 'text/javascript';
  125.             s.async = true;
  126.             s.src = '//cdn.sendpulse.com/js/push/260be6a77276a4d176159328b4b7175c_1.js?v=0';
  127.             //s.src = '/js/sp.js?v=1';
  128.             h.appendChild(s);
  129.         }
  130.     </script>
  131.     <script data-noptimize=\"1\" data-cfasync=\"false\" data-wpfc-render=\"false\">
  132.         (function () {
  133.             var script = document.createElement(\"script\");
  134.             script.async = 1;
  135.             script.src = 'https://tpembars.com/NDgzMzU2.js?t=483356';
  136.             document.head.appendChild(script);
  137.         })();
  138.     </script>
  139.     ";
  140.         // line 107
  141.         $context["currentCity"] = $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getCurrentCity();
  142.         // line 108
  143.         echo "</head>
  144. ";
  145.         // line 109
  146.         $context["bodyClass"] = "";
  147.         // line 110
  148.         if (( !array_key_exists("noToken"$context) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN_USER"))) {
  149.             // line 111
  150.             echo "    ";
  151.             $context["bodyClass"] = " a-u";
  152.         }
  153.         // line 113
  154.         echo "<body class=\"";
  155.         echo (( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) ? ("desktop-device") : (""));
  156.         echo twig_escape_filter($this->env, (isset($context["bodyClass"]) || array_key_exists("bodyClass"$context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.'113$this->source); })()), "html"nulltrue);
  157.         echo "\">
  158. ";
  159.         // line 114
  160.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "debug", [], "any"falsefalsefalse114)) {
  161.             // line 115
  162.             echo "    <input type=\"hidden\" id=\"debugMode\" value=\"1\"/>
  163. ";
  164.         }
  165.         // line 117
  166.         echo "    ";
  167.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'117$this->source); })()), "user", [], "any"falsefalsefalse117)) {
  168.             // line 118
  169.             echo "        <input type=\"hidden\" id=\"customerID\" value=\"";
  170.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'118$this->source); })()), "user", [], "any"falsefalsefalse118), "getID", [], "method"falsefalsefalse118), "html"nulltrue);
  171.             echo "\"/>
  172.         <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"Name\" value=\"";
  173.             // line 119
  174.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'119$this->source); })()), "user", [], "any"falsefalsefalse119), "getFirstName", [], "method"falsefalsefalse119), "html"nulltrue);
  175.             echo "\">
  176.         ";
  177.             // line 120
  178.             if ((!== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'120$this->source); })()), "user", [], "any"falsefalsefalse120), "getEmail", [], "method"falsefalsefalse120), ""))) {
  179.                 // line 121
  180.                 echo "            <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"email\" value=\"";
  181.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'121$this->source); })()), "user", [], "any"falsefalsefalse121), "getEmail", [], "method"falsefalsefalse121), "html"nulltrue);
  182.                 echo "\">
  183.         ";
  184.             } else {
  185.                 // line 123
  186.                 echo "            <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"email\" value=\"";
  187.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'123$this->source); })()), "user", [], "any"falsefalsefalse123), "getPhone", [], "method"falsefalsefalse123), "html"nulltrue);
  188.                 echo "\">
  189.         ";
  190.             }
  191.             // line 125
  192.             echo "    ";
  193.         }
  194.         // line 126
  195.         echo "    <input type=\"hidden\" id=\"serverTime\" value=\"";
  196.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y-m-d H:i:s"), "html"nulltrue);
  197.         echo "\">
  198.     <input type=\"hidden\" id=\"cityID\" value=\"";
  199.         // line 127
  200.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["currentCity"]) || array_key_exists("currentCity"$context) ? $context["currentCity"] : (function () { throw new RuntimeError('Variable "currentCity" does not exist.'127$this->source); })()), "getID", [], "method"falsefalsefalse127), "html"nulltrue);
  201.         echo "\">
  202.     ";
  203.         // line 128
  204.         $context["currentCity"] = $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getCurrentCity();
  205.         // line 129
  206.         echo "    ";
  207.         $context["coordinate"] = twig_get_attribute($this->env$this->source, (isset($context["currentCity"]) || array_key_exists("currentCity"$context) ? $context["currentCity"] : (function () { throw new RuntimeError('Variable "currentCity" does not exist.'129$this->source); })()), "getCoordinate", [], "method"falsefalsefalse129);
  208.         // line 130
  209.         echo "    <input id=\"cityName\" type=\"hidden\" value=\"";
  210.         ((twig_in_filter(twig_get_attribute($this->env$this->source, (isset($context["currentCity"]) || array_key_exists("currentCity"$context) ? $context["currentCity"] : (function () { throw new RuntimeError('Variable "currentCity" does not exist.'130$this->source); })()), "getID", [], "method"falsefalsefalse130), [=> twig_constant("Slivki\\Entity\\City::DEFAULT_CITY_ID"), => twig_constant("Slivki\\Entity\\City::TASHKENT_CITY_ID")])) ? (print ("/")) : (print (twig_escape_filter($this->env$this->extensions['Slivki\Twig\SlivkiTwigExtension']->getURL(twig_constant("Slivki\\Repository\\SeoRepository::RESOURCE_URL_CITY"), twig_get_attribute($this->env$this->source, (isset($context["currentCity"]) || array_key_exists("currentCity"$context) ? $context["currentCity"] : (function () { throw new RuntimeError('Variable "currentCity" does not exist.'130$this->source); })()), "getID", [], "method"falsefalsefalse130)), "html"nulltrue))));
  211.         echo "\"/>
  212.     <input type=\"hidden\" id=\"cityCoord\" value=\"[";
  213.         // line 131
  214.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["coordinate"]) || array_key_exists("coordinate"$context) ? $context["coordinate"] : (function () { throw new RuntimeError('Variable "coordinate" does not exist.'131$this->source); })()), "getLatitude", [], "method"falsefalsefalse131), "html"nulltrue);
  215.         echo ", ";
  216.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["coordinate"]) || array_key_exists("coordinate"$context) ? $context["coordinate"] : (function () { throw new RuntimeError('Variable "coordinate" does not exist.'131$this->source); })()), "getLongitude", [], "method"falsefalsefalse131), "html"nulltrue);
  217.         echo "]\">
  218.     <input type=\"hidden\" id=\"rtbhUID\" value=\"";
  219.         // line 133
  220.         echo twig_escape_filter($this->env$this->extensions['Slivki\Twig\SlivkiTwigExtension']->getRTBHouseUID(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'133$this->source); })()), "user", [], "any"falsefalsefalse133)), "html"nulltrue);
  221.         echo "\">
  222.     <input id=\"userId\" type=\"hidden\" value=\" ";
  223.         // line 134
  224.         (( !(null === twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'134$this->source); })()), "user", [], "any"falsefalsefalse134))) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'134$this->source); })()), "user", [], "any"falsefalsefalse134), "ID", [], "any"falsefalsefalse134), "html"nulltrue))) : (print (null)));
  225.         echo "\">
  226.     <input id=\"metricaUrl\" type=\"hidden\" value=\" ";
  227.         // line 135
  228.         echo twig_escape_filter($this->env, (isset($context["slivki_metrica_url"]) || array_key_exists("slivki_metrica_url"$context) ? $context["slivki_metrica_url"] : (function () { throw new RuntimeError('Variable "slivki_metrica_url" does not exist.'135$this->source); })()), "html"nulltrue);
  229.         echo "/api/v1/metric\">
  230.     ";
  231.         // line 136
  232.         $this->displayBlock('top'$context$blocks);
  233.         // line 137
  234.         echo "    ";
  235.         $this->displayBlock('fullSiteBanner'$context$blocks);
  236.         // line 142
  237.         echo "    ";
  238.         $this->displayBlock('header'$context$blocks);
  239.         // line 149
  240.         echo "
  241. ";
  242.         // line 150
  243.         $this->displayBlock('messenger'$context$blocks);
  244.         // line 153
  245.         echo "
  246.     ";
  247.         // line 154
  248.         $this->displayBlock('content'$context$blocks);
  249.         // line 184
  250.         echo "
  251.     ";
  252.         // line 185
  253.         $this->displayBlock('popups'$context$blocks);
  254.         // line 232
  255.         echo "    ";
  256.         $this->loadTemplate("Slivki/delivery/modal/questions.html.twig""base.html.twig"232)->display($context);
  257.         // line 233
  258.         echo "    ";
  259.         $this->loadTemplate("Slivki/delivery/modal/questionsSuccess.html.twig""base.html.twig"233)->display($context);
  260.         // line 234
  261.         echo "    ";
  262.         $this->loadTemplate("Slivki/popups/slivki_confirm_popup.html.twig""base.html.twig"234)->display($context);
  263.         // line 235
  264.         echo "    ";
  265.         $this->loadTemplate("Slivki/popups/new_alert_popup.html.twig""base.html.twig"235)->display($context);
  266.         // line 236
  267.         echo "    ";
  268.         $this->loadTemplate("Slivki/popups/loading.html.twig""base.html.twig"236)->display($context);
  269.         // line 237
  270.         echo "    ";
  271.         $this->loadTemplate("Slivki/popups/mail_popup.html.twig""base.html.twig"237)->display($context);
  272.         // line 238
  273.         echo "
  274.     ";
  275.         // line 239
  276.         $this->loadTemplate("Slivki/add_batch_codes/error.html.twig""base.html.twig"239)->display($context);
  277.         // line 240
  278.         echo "    ";
  279.         $this->loadTemplate("Slivki/add_batch_codes/success.html.twig""base.html.twig"240)->display($context);
  280.         // line 241
  281.         echo "    ";
  282.         $this->loadTemplate("Slivki/add_batch_codes/auth.html.twig""base.html.twig"241)->display($context);
  283.         // line 242
  284.         echo "    ";
  285.         $this->loadTemplate("Slivki/popups/cookies_popup.html.twig""base.html.twig"242)->display($context);
  286.         // line 243
  287.         if ((((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'243$this->source); })()), "user", [], "any"falsefalsefalse243) &&  !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'243$this->source); })()), "user", [], "any"falsefalsefalse243), "getEmail", [], "method"falsefalsefalse243)) && (=== twig_compare( !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'243$this->source); })()), "request", [], "any"falsefalsefalse243), "get", [=> "_route"], "method"falsefalsefalse243), "profile"))) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'243$this->source); })()), "session", [], "any"falsefalsefalse243), "flashbag", [], "any"falsefalsefalse243), "get", [=> "openMergeProfilePopup"], "method"falsefalsefalse243))) {
  288.             // line 244
  289.             echo "    ";
  290.             $this->loadTemplate("Slivki/popups/popup_union_mail.html.twig""base.html.twig"244)->display($context);
  291.         }
  292.         // line 246
  293.         echo "    <script src=\"/js/jquery2-2-4.min.js\"></script>
  294.     ";
  295.         // line 247
  296.         $this->displayBlock('javascripts'$context$blocks);
  297.         // line 324
  298.         echo "    <script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>
  299.     <script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">
  300.     </script>
  301.     <script src=\"/js/cookies/cookies.js?v=";
  302.         // line 328
  303.         echo twig_escape_filter($this->env, (isset($context["cookies_js_version"]) || array_key_exists("cookies_js_version"$context) ? $context["cookies_js_version"] : (function () { throw new RuntimeError('Variable "cookies_js_version" does not exist.'328$this->source); })()), "html"nulltrue);
  304.         echo "\"></script>
  305.     <noscript>
  306.         <div style=\"display:inline;\">
  307.             <img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/978097094/?guid=ON&amp;script=0\"/>
  308.         </div>
  309.     </noscript>
  310.     ";
  311.         // line 335
  312.         $context["geoIpLocation"] = $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getIPLocationData();
  313.         // line 336
  314.         echo "    <input type=\"hidden\" id=\"geoIpLatitude\" value=\"";
  315.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["geoIpLocation"]) || array_key_exists("geoIpLocation"$context) ? $context["geoIpLocation"] : (function () { throw new RuntimeError('Variable "geoIpLocation" does not exist.'336$this->source); })()), 0, [], "array"falsefalsefalse336), "html"nulltrue);
  316.         echo "\"/>
  317.     <input type=\"hidden\" id=\"geoIpLongitude\" value=\"";
  318.         // line 337
  319.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["geoIpLocation"]) || array_key_exists("geoIpLocation"$context) ? $context["geoIpLocation"] : (function () { throw new RuntimeError('Variable "geoIpLocation" does not exist.'337$this->source); })()), 1, [], "array"falsefalsefalse337), "html"nulltrue);
  320.         echo "\"/>
  321.     ";
  322.         // line 339
  323.         if ((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'339$this->source); })()), "user", [], "any"falsefalsefalse339) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'339$this->source); })()), "user", [], "any"falsefalsefalse339), "isGeoLocationAccepted", [], "method"falsefalsefalse339), null)))) {
  324.             // line 340
  325.             echo "        <input type=\"hidden\" id=\"storeGeoLocationData\"/>
  326.     ";
  327.         }
  328.         // line 342
  329.         echo "    ";
  330.         $this->displayBlock('assetsBottom'$context$blocks);
  331.         // line 347
  332.         echo "
  333.     ";
  334.         // line 348
  335.         $this->displayBlock('metrikaEvent'$context$blocks);
  336.         // line 349
  337.         echo "</body>
  338. </html>
  339. ";
  340.         
  341.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  342.         
  343.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  344.     }
  345.     // line 5
  346.     public function block_meta($context, array $blocks = [])
  347.     {
  348.         $macros $this->macros;
  349.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  350.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  351.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  352.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  353.         // line 6
  354.         echo "        ";
  355.         $this->loadTemplate((("Slivki" . (isset($context["regional_template_path"]) || array_key_exists("regional_template_path"$context) ? $context["regional_template_path"] : (function () { throw new RuntimeError('Variable "regional_template_path" does not exist.'6$this->source); })())) . "/meta_block.html.twig"), "base.html.twig"6)->display($context);
  356.         // line 7
  357.         echo "    ";
  358.         
  359.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  360.         
  361.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  362.     }
  363.     // line 9
  364.     public function block_ogimage($context, array $blocks = [])
  365.     {
  366.         $macros $this->macros;
  367.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  368.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogimage"));
  369.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  370.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""ogimage"));
  371.         // line 10
  372.         echo "        <meta property=\"og:image\" content=\"/images/b180x180.jpg\" />
  373.         <meta property=\"og:image:width\" content=\"180\"/>
  374.         <meta property=\"og:image:height\" content=\"180\"/>
  375.     ";
  376.         
  377.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  378.         
  379.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  380.     }
  381.     // line 15
  382.     public function block_stylesheets($context, array $blocks = [])
  383.     {
  384.         $macros $this->macros;
  385.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  386.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  387.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  388.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  389.         // line 16
  390.         echo "        <link rel=\"stylesheet\" href=\"/css/intTelInput.css?v=5\" />
  391.         <link href=\"/css/jform-styler/vanillaSelectBox.css\" rel=\"stylesheet\">
  392.         <link href=\"/css/delivery.min.css?v=";
  393.         // line 18
  394.         echo twig_escape_filter($this->env, (isset($context["delivery_css_version"]) || array_key_exists("delivery_css_version"$context) ? $context["delivery_css_version"] : (function () { throw new RuntimeError('Variable "delivery_css_version" does not exist.'18$this->source); })()), "html"nulltrue);
  395.         echo "\" rel=\"stylesheet\" type=\"text/css\" />
  396.         <link href=\"/css/flowersHotLent.css?v=";
  397.         // line 19
  398.         echo twig_escape_filter($this->env, (isset($context["flowers_hot_lent_css_version"]) || array_key_exists("flowers_hot_lent_css_version"$context) ? $context["flowers_hot_lent_css_version"] : (function () { throw new RuntimeError('Variable "flowers_hot_lent_css_version" does not exist.'19$this->source); })()), "html"nulltrue);
  399.         echo "\" rel=\"stylesheet\" type=\"text/css\" />
  400.         <link rel=\"stylesheet\" href=\"/css/beauty/beauty-masters.css?v=";
  401.         // line 20
  402.         echo twig_escape_filter($this->env, (isset($context["beauty_masters_css_version"]) || array_key_exists("beauty_masters_css_version"$context) ? $context["beauty_masters_css_version"] : (function () { throw new RuntimeError('Variable "beauty_masters_css_version" does not exist.'20$this->source); })()), "html"nulltrue);
  403.         echo "\" type=\"text/css\"/>
  404.         <link href=\"/css/style.min.css?v=";
  405.         // line 21
  406.         echo twig_escape_filter($this->env, (isset($context["style_css_version"]) || array_key_exists("style_css_version"$context) ? $context["style_css_version"] : (function () { throw new RuntimeError('Variable "style_css_version" does not exist.'21$this->source); })()), "html"nulltrue);
  407.         echo "\" rel=\"stylesheet\" type=\"text/css\" />
  408.         <link href=\"/js/jgallery-1.5.5/dist/css/font-awesome.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  409.         <link rel=\"stylesheet\" href=\"/css/slick.min.css\"/>
  410.         <link rel=\"stylesheet\" href=\"/css/slick-theme.min.css\" />
  411.         <link rel=\"stylesheet\" href=\"/css/slider_preview.css?v=";
  412.         // line 25
  413.         echo twig_escape_filter($this->env, (isset($context["slider_preview_css_version"]) || array_key_exists("slider_preview_css_version"$context) ? $context["slider_preview_css_version"] : (function () { throw new RuntimeError('Variable "slider_preview_css_version" does not exist.'25$this->source); })()), "html"nulltrue);
  414.         echo "\" />
  415.         <link rel=\"stylesheet\" href=\"/css/botstrap-dropdowns-v3/dropdowns.css\"/>
  416.         <link rel=\"stylesheet\" href=\"/css/cookies.css\"/>
  417.         ";
  418.         // line 28
  419.         if ($this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  420.             // line 29
  421.             echo "            <link href=\"/css/header_mobile.css?v=";
  422.             echo twig_escape_filter($this->env, (isset($context["header_mobile_css_version"]) || array_key_exists("header_mobile_css_version"$context) ? $context["header_mobile_css_version"] : (function () { throw new RuntimeError('Variable "header_mobile_css_version" does not exist.'29$this->source); })()), "html"nulltrue);
  423.             echo "\" rel=\"stylesheet\" type=\"text/css\" />
  424.         ";
  425.         }
  426.         // line 31
  427.         echo "        ";
  428.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'31$this->source); })()), "request", [], "any"falsefalsefalse31), "getPathInfo", [], "method"falsefalsefalse31), "/profile"))) {
  429.             // line 32
  430.             echo "            <link href=\"/css/crt-fonts.css?v=";
  431.             echo twig_escape_filter($this->env, (isset($context["crt_fonts_css_version"]) || array_key_exists("crt_fonts_css_version"$context) ? $context["crt_fonts_css_version"] : (function () { throw new RuntimeError('Variable "crt_fonts_css_version" does not exist.'32$this->source); })()), "html"nulltrue);
  432.             echo "\" rel=\"stylesheet\" type=\"text/css\" />
  433.             <link href=\"/css/certificate-creator/certificate-creator.css\" rel=\"stylesheet\" type=\"text/css\" />
  434.         ";
  435.         }
  436.         // line 35
  437.         echo "        <link href=\"/css/new_popup.css?v=";
  438.         echo twig_escape_filter($this->env, (isset($context["new_popup_css_version"]) || array_key_exists("new_popup_css_version"$context) ? $context["new_popup_css_version"] : (function () { throw new RuntimeError('Variable "new_popup_css_version" does not exist.'35$this->source); })()), "html"nulltrue);
  439.         echo "\" rel=\"stylesheet\" type=\"text/css\" />
  440.         <link rel=\"stylesheet\" href=\"/css/jquery.toast.min.css\" />
  441.         <link href=\"/css/slivkiPay.css?v=1\" rel=\"stylesheet\" type=\"text/css\" />
  442.     ";
  443.         
  444.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  445.         
  446.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  447.     }
  448.     // line 40
  449.     public function block_favicon($context, array $blocks = [])
  450.     {
  451.         $macros $this->macros;
  452.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  453.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  454.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  455.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""favicon"));
  456.         // line 41
  457.         echo "        <link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/images/favicon/favicon.ico\">
  458.         <link type=\"image/png\" sizes=\"16x16\" rel=\"icon\" href=\"/images/favicon/icons/favicon-16x16.png\">
  459.         <link type=\"image/png\" sizes=\"32x32\" rel=\"icon\" href=\"/images/favicon/icons/favicon-32x32.png\">
  460.         <link type=\"image/png\" sizes=\"96x96\" rel=\"icon\" href=\"/images/favicon/icons/favicon-96x96.png\">
  461.         <link type=\"image/png\" sizes=\"120x120\" rel=\"icon\" href=\"/images/favicon/icons/favicon-120x120.png\">
  462.     ";
  463.         
  464.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  465.         
  466.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  467.     }
  468.     // line 136
  469.     public function block_top($context, array $blocks = [])
  470.     {
  471.         $macros $this->macros;
  472.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  473.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  474.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  475.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""top"));
  476.         
  477.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  478.         
  479.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  480.     }
  481.     // line 137
  482.     public function block_fullSiteBanner($context, array $blocks = [])
  483.     {
  484.         $macros $this->macros;
  485.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  486.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fullSiteBanner"));
  487.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  488.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fullSiteBanner"));
  489.         // line 138
  490.         echo "        ";
  491.         if (( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice() &&  !(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'138$this->source); })()), "user", [], "any"falsefalsefalse138) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'138$this->source); })()), "user", [], "any"falsefalsefalse138), "hasRole", [=> twig_constant("\\Slivki\\Entity\\UserGroup::ROLE_ADS_FREE")], "method"falsefalsefalse138)))) {
  492.             // line 139
  493.             echo "            ";
  494.             echo $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getBrandingBanner($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'139$this->source); })()), "user", [], "any"falsefalsefalse139), ((array_key_exists("brandingBannerCategoryIDs"$context)) ? ((isset($context["brandingBannerCategoryIDs"]) || array_key_exists("brandingBannerCategoryIDs"$context) ? $context["brandingBannerCategoryIDs"] : (function () { throw new RuntimeError('Variable "brandingBannerCategoryIDs" does not exist.'139$this->source); })())) : ([])), ((array_key_exists("offer"$context)) ? (twig_get_attribute($this->env$this->source, (isset($context["offer"]) || array_key_exists("offer"$context) ? $context["offer"] : (function () { throw new RuntimeError('Variable "offer" does not exist.'139$this->source); })()), "getID", [], "method"falsefalsefalse139)) : ("")));
  495.             echo "
  496.         ";
  497.         }
  498.         // line 141
  499.         echo "    ";
  500.         
  501.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  502.         
  503.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  504.     }
  505.     // line 142
  506.     public function block_header($context, array $blocks = [])
  507.     {
  508.         $macros $this->macros;
  509.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  511.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  512.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  513.         // line 143
  514.         echo "        ";
  515.         if ($this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  516.             // line 144
  517.             echo "            ";
  518.             $this->loadTemplate("header_mobile.html.twig""base.html.twig"144)->display($context);
  519.             // line 145
  520.             echo "        ";
  521.         } else {
  522.             // line 146
  523.             echo "            ";
  524.             $this->loadTemplate("header.html.twig""base.html.twig"146)->display($context);
  525.             // line 147
  526.             echo "        ";
  527.         }
  528.         // line 148
  529.         echo "    ";
  530.         
  531.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  532.         
  533.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  534.     }
  535.     // line 150
  536.     public function block_messenger($context, array $blocks = [])
  537.     {
  538.         $macros $this->macros;
  539.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  540.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""messenger"));
  541.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  542.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""messenger"));
  543.         // line 151
  544.         echo "    ";
  545.         $this->loadTemplate((("Slivki" . (isset($context["regional_template_path"]) || array_key_exists("regional_template_path"$context) ? $context["regional_template_path"] : (function () { throw new RuntimeError('Variable "regional_template_path" does not exist.'151$this->source); })())) . "/jivosite/index.html.twig"), "base.html.twig"151)->display($context);
  546.         
  547.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  548.         
  549.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  550.     }
  551.     // line 154
  552.     public function block_content($context, array $blocks = [])
  553.     {
  554.         $macros $this->macros;
  555.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  556.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  557.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  558.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  559.         // line 155
  560.         echo "        <div class=\"content container transparent with-banner ";
  561.         $this->displayBlock('contentContainerClass'$context$blocks);
  562.         echo "\"  id=\"contentContainer\">
  563.             ";
  564.         // line 156
  565.         $this->displayBlock('topContentBlock'$context$blocks);
  566.         // line 157
  567.         echo "            ";
  568.         $this->displayBlock('mainHotFeedBlock'$context$blocks);
  569.         // line 158
  570.         echo "            ";
  571.         if (!twig_in_filter("Googlebot"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'158$this->source); })()), "request", [], "any"falsefalsefalse158), "server", [], "any"falsefalsefalse158), "get", [=> "HTTP_USER_AGENT"], "method"falsefalsefalse158))) {
  572.             // line 159
  573.             echo "                ";
  574.             $this->displayBlock('left_sidebar'$context$blocks);
  575.             // line 160
  576.             echo "            ";
  577.         }
  578.         // line 161
  579.         echo "            <div class=\"";
  580.         $this->displayBlock('mainColumnClass'$context$blocks);
  581.         echo "\" ";
  582.         $this->displayBlock('mainColumnParameters'$context$blocks);
  583.         echo ">
  584.                 <div class=\"content-wrapper\">
  585.                     ";
  586.         // line 163
  587.         $this->displayBlock('main_content'$context$blocks);
  588.         // line 164
  589.         echo "                </div>
  590.             </div>
  591.             ";
  592.         // line 166
  593.         $this->displayBlock('bottomContentBlock'$context$blocks);
  594.         // line 167
  595.         echo "            </div>
  596.         </div>
  597.         ";
  598.         // line 169
  599.         $this->displayBlock('footer'$context$blocks);
  600.         // line 174
  601.         echo "        ";
  602.         if ((( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice() &&  !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'174$this->source); })()), "request", [], "any"falsefalsefalse174), "cookies", [], "any"falsefalsefalse174), "has", [=> "seenMicrophoneTooltip"], "method"falsefalsefalse174)) && ( !twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'174$this->source); })()), "user", [], "any"falsefalsefalse174) ||  !twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'174$this->source); })()), "user", [], "any"falsefalsefalse174), "isSeenMicrophoneTooltip", [], "method"falsefalsefalse174)))) {
  603.             // line 175
  604.             echo "            <div id=\"voiceSearchHintGreyout\" class=\"hidden\">
  605.                 <div id=\"voiceSearchHint\" class=\"voice-search-hint-block\">Круто! Нажмите на микрофон и скажите, например, суши или пицца</div>
  606.             </div>
  607.             ";
  608.             // line 178
  609.             if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'178$this->source); })()), "user", [], "any"falsefalsefalse178)) {
  610.                 // line 179
  611.                 echo "                ";
  612.                 echo twig_escape_filter($this->env$this->extensions['Slivki\Twig\SlivkiTwigExtension']->setSeenMicrophoneTooltip(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'179$this->source); })()), "user", [], "any"falsefalsefalse179)), "html"nulltrue);
  613.                 echo "
  614.             ";
  615.             }
  616.             // line 181
  617.             echo "        ";
  618.         }
  619.         // line 182
  620.         echo "        <div id=\"contentGreyout\"></div>
  621.     ";
  622.         
  623.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  624.         
  625.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  626.     }
  627.     // line 155
  628.     public function block_contentContainerClass($context, array $blocks = [])
  629.     {
  630.         $macros $this->macros;
  631.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  632.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentContainerClass"));
  633.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  634.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentContainerClass"));
  635.         
  636.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  637.         
  638.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  639.     }
  640.     // line 156
  641.     public function block_topContentBlock($context, array $blocks = [])
  642.     {
  643.         $macros $this->macros;
  644.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  645.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topContentBlock"));
  646.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  647.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""topContentBlock"));
  648.         
  649.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  650.         
  651.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  652.     }
  653.     // line 157
  654.     public function block_mainHotFeedBlock($context, array $blocks = [])
  655.     {
  656.         $macros $this->macros;
  657.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  658.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainHotFeedBlock"));
  659.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  660.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainHotFeedBlock"));
  661.         
  662.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  663.         
  664.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  665.     }
  666.     // line 159
  667.     public function block_left_sidebar($context, array $blocks = [])
  668.     {
  669.         $macros $this->macros;
  670.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  671.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""left_sidebar"));
  672.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  673.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""left_sidebar"));
  674.         
  675.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  676.         
  677.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  678.     }
  679.     // line 161
  680.     public function block_mainColumnClass($context, array $blocks = [])
  681.     {
  682.         $macros $this->macros;
  683.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  684.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainColumnClass"));
  685.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  686.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainColumnClass"));
  687.         echo "content--main ";
  688.         
  689.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  690.         
  691.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  692.     }
  693.     public function block_mainColumnParameters($context, array $blocks = [])
  694.     {
  695.         $macros $this->macros;
  696.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  697.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainColumnParameters"));
  698.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  699.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainColumnParameters"));
  700.         
  701.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  702.         
  703.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  704.     }
  705.     // line 163
  706.     public function block_main_content($context, array $blocks = [])
  707.     {
  708.         $macros $this->macros;
  709.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  710.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_content"));
  711.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  712.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main_content"));
  713.         
  714.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  715.         
  716.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  717.     }
  718.     // line 166
  719.     public function block_bottomContentBlock($context, array $blocks = [])
  720.     {
  721.         $macros $this->macros;
  722.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  723.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bottomContentBlock"));
  724.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  725.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bottomContentBlock"));
  726.         
  727.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  728.         
  729.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  730.     }
  731.     // line 169
  732.     public function block_footer($context, array $blocks = [])
  733.     {
  734.         $macros $this->macros;
  735.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  736.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  737.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  738.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  739.         // line 170
  740.         echo "            ";
  741.         if ( !array_key_exists("disableFooter"$context)) {
  742.             // line 171
  743.             echo "                ";
  744.             echo $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getFooter($this->env);
  745.             echo "
  746.             ";
  747.         }
  748.         // line 173
  749.         echo "        ";
  750.         
  751.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  752.         
  753.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  754.     }
  755.     // line 185
  756.     public function block_popups($context, array $blocks = [])
  757.     {
  758.         $macros $this->macros;
  759.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  760.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popups"));
  761.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  762.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popups"));
  763.         // line 186
  764.         echo "        ";
  765.         if ($this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  766.             // line 187
  767.             echo "            <link rel=\"stylesheet\" href=\"/css/infopopup_mobile.css?v=";
  768.             echo twig_escape_filter($this->env, (isset($context["infopopup_css_version"]) || array_key_exists("infopopup_css_version"$context) ? $context["infopopup_css_version"] : (function () { throw new RuntimeError('Variable "infopopup_css_version" does not exist.'187$this->source); })()), "html"nulltrue);
  769.             echo "\" type=\"text/css\">
  770.         ";
  771.         } else {
  772.             // line 189
  773.             echo "            <link rel=\"stylesheet\" href=\"/css/infopopup.css?v=";
  774.             echo twig_escape_filter($this->env, (isset($context["infopopup_css_version"]) || array_key_exists("infopopup_css_version"$context) ? $context["infopopup_css_version"] : (function () { throw new RuntimeError('Variable "infopopup_css_version" does not exist.'189$this->source); })()), "html"nulltrue);
  775.             echo "\" type=\"text/css\">
  776.         ";
  777.         }
  778.         // line 191
  779.         echo "        ";
  780.         if ((=== twig_compare(twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'191$this->source); })()), "session", [], "any"falsefalsefalse191), "flashbag", [], "any"falsefalsefalse191), "get", [=> "showMogilevMailingBonusPopup"], "method"falsefalsefalse191)), 0))) {
  781.             // line 192
  782.             echo "            ";
  783.             $this->loadTemplate("Slivki/popups/mogilev_mailing_popup.html.twig""base.html.twig"192)->display($context);
  784.             // line 193
  785.             echo "        ";
  786.         }
  787.         // line 194
  788.         echo "        ";
  789.         $this->loadTemplate("Slivki/popups/info_dialog_popup.html.twig""base.html.twig"194)->display(twig_array_merge($context, ["id" => "info_dialog"]));
  790.         // line 195
  791.         echo "        ";
  792.         echo $this->extensions['Slivki\Twig\SlivkiTwigExtension']->getNoticePopup($this->envtwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'195$this->source); })()), "user", [], "any"falsefalsefalse195));
  793.         echo "
  794.         ";
  795.         // line 196
  796.         $this->loadTemplate("Slivki/popups/alert_popup.html.twig""base.html.twig"196)->display($context);
  797.         // line 197
  798.         echo "        ";
  799.         $context["infoDialogMessage"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'197$this->source); })()), "session", [], "any"falsefalsefalse197), "flashBag", [], "any"falsefalsefalse197), "get", [=> twig_constant("Slivki\\Controller\\SiteController::SHOW_INFO_DIALOG_PARAMETER")], "method"falsefalsefalse197);
  800.         // line 198
  801.         echo "        ";
  802.         if ((=== twig_compare(twig_length_filter($this->env, (isset($context["infoDialogMessage"]) || array_key_exists("infoDialogMessage"$context) ? $context["infoDialogMessage"] : (function () { throw new RuntimeError('Variable "infoDialogMessage" does not exist.'198$this->source); })())), 0))) {
  803.             // line 199
  804.             echo "            ";
  805.             $this->loadTemplate("Slivki/popups/info_dialog_popup.html.twig""base.html.twig"199)->display(twig_array_merge($context, ["id" => "info_dialog_auto""infoDialogMessage" => twig_get_attribute($this->env$this->source, (isset($context["infoDialogMessage"]) || array_key_exists("infoDialogMessage"$context) ? $context["infoDialogMessage"] : (function () { throw new RuntimeError('Variable "infoDialogMessage" does not exist.'199$this->source); })()), 0, [], "array"falsefalsefalse199)]));
  806.             // line 200
  807.             echo "        ";
  808.         }
  809.         // line 201
  810.         echo "        ";
  811.         if (twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'201$this->source); })()), "user", [], "any"falsefalsefalse201)) {
  812.             // line 202
  813.             echo "            ";
  814.             // line 203
  815.             echo "            ";
  816.             if ($this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  817.                 // line 204
  818.                 echo "                ";
  819.                 $this->loadTemplate("Slivki/popups/mobile_logout.html.twig""base.html.twig"204)->display(twig_array_merge($context, ["id" => "logoutConfirmPopup"]));
  820.                 // line 205
  821.                 echo "            ";
  822.             } else {
  823.                 // line 206
  824.                 echo "                ";
  825.                 $this->loadTemplate("Slivki/popups/logout_popup.html.twig""base.html.twig"206)->display(twig_array_merge($context, ["id" => "logoutConfirmPopup"]));
  826.                 // line 207
  827.                 echo "            ";
  828.             }
  829.             // line 208
  830.             echo "            ";
  831.             if ( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  832.                 // line 209
  833.                 echo "                ";
  834.                 $this->loadTemplate("Slivki/popups/delete_comment_popup.html.twig""base.html.twig"209)->display(twig_array_merge($context, ["id" => "deleteCommentConfirmPopup"]));
  835.                 // line 210
  836.                 echo "                ";
  837.                 if ((=== twig_compare(twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'210$this->source); })()), "session", [], "any"falsefalsefalse210), "flashbag", [], "any"falsefalsefalse210), "get", [=> "openThanksForRegisterPopup"], "method"falsefalsefalse210)), 0))) {
  838.                     // line 211
  839.                     echo "                    ";
  840.                     $this->loadTemplate("Slivki/popups/thanks_for_register_popup.html.twig""base.html.twig"211)->display(twig_array_merge($context, ["id" => "modal-register-thanks"]));
  841.                     // line 212
  842.                     echo "                    <input type=\"hidden\" id=\"openThanksForRegisterPopup\"/>
  843.                 ";
  844.                 }
  845.                 // line 214
  846.                 echo "            ";
  847.             }
  848.             // line 215
  849.             echo "        ";
  850.         } else {
  851.             // line 216
  852.             echo "
  853.             ";
  854.             // line 217
  855.             $this->loadTemplate("Slivki/reset_password/popup_reset_pass.html.twig""base.html.twig"217)->display($context);
  856.             // line 218
  857.             echo "            ";
  858.             $this->loadTemplate("Slivki/mobile/popup/succes_restore_password.html.twig""base.html.twig"218)->display($context);
  859.             // line 219
  860.             echo "            ";
  861.             // line 220
  862.             echo "            ";
  863.             if ( !$this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  864.                 // line 221
  865.                 echo "                ";
  866.                 $this->loadTemplate("Slivki/popups/login_register_popup.html.twig""base.html.twig"221)->display($context);
  867.                 // line 222
  868.                 echo "                ";
  869.                 $this->loadTemplate("Slivki/popups/restore_password_popup.html.twig""base.html.twig"222)->display(twig_array_merge($context, ["id" => "modal_remember_password"]));
  870.                 // line 223
  871.                 echo "                ";
  872.                 $context["registeredEmailSent"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'223$this->source); })()), "session", [], "any"falsefalsefalse223), "flashbag", [], "any"falsefalsefalse223), "get", [=> "registeredEmailSent"], "method"falsefalsefalse223);
  873.                 // line 224
  874.                 echo "                ";
  875.                 $context["registeredEmailSentRaw"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'224$this->source); })()), "session", [], "any"falsefalsefalse224), "flashbag", [], "any"falsefalsefalse224), "get", [=> "registeredEmailSentRaw"], "method"falsefalsefalse224);
  876.                 // line 225
  877.                 echo "                ";
  878.                 if (((=== twig_compare(twig_length_filter($this->env, (isset($context["registeredEmailSent"]) || array_key_exists("registeredEmailSent"$context) ? $context["registeredEmailSent"] : (function () { throw new RuntimeError('Variable "registeredEmailSent" does not exist.'225$this->source); })())), 0)) && (=== twig_compare(twig_length_filter($this->env, (isset($context["registeredEmailSentRaw"]) || array_key_exists("registeredEmailSentRaw"$context) ? $context["registeredEmailSentRaw"] : (function () { throw new RuntimeError('Variable "registeredEmailSentRaw" does not exist.'225$this->source); })())), 0)))) {
  879.                     // line 226
  880.                     echo "                    ";
  881.                     $this->loadTemplate("Slivki/popups/account_activation_popup.html.twig""base.html.twig"226)->display(twig_array_merge($context, ["id" => "modal-register-complete""link" => twig_get_attribute($this->env$this->source, (isset($context["registeredEmailSent"]) || array_key_exists("registeredEmailSent"$context) ? $context["registeredEmailSent"] : (function () { throw new RuntimeError('Variable "registeredEmailSent" does not exist.'226$this->source); })()), 0, [], "array"falsefalsefalse226), "email" => twig_get_attribute($this->env$this->source, (isset($context["registeredEmailSentRaw"]) || array_key_exists("registeredEmailSentRaw"$context) ? $context["registeredEmailSentRaw"] : (function () { throw new RuntimeError('Variable "registeredEmailSentRaw" does not exist.'226$this->source); })()), 0, [], "array"falsefalsefalse226)]));
  882.                     // line 227
  883.                     echo "                    <input type=\"hidden\" id=\"openAccountActivationPopup\"/>
  884.                 ";
  885.                 }
  886.                 // line 229
  887.                 echo "            ";
  888.             }
  889.             // line 230
  890.             echo "        ";
  891.         }
  892.         // line 231
  893.         echo "    ";
  894.         
  895.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  896.         
  897.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  898.     }
  899.     // line 247
  900.     public function block_javascripts($context, array $blocks = [])
  901.     {
  902.         $macros $this->macros;
  903.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  904.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  905.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  906.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  907.         // line 248
  908.         echo "        <script type=\"text/javascript\" src=\"/js/jquery.cookie.js\"></script>
  909.         <script type=\"text/javascript\" src=\"/js/cookies.min.js\"></script>
  910.         <script src=\"/js/menuAim/main.min.js\"></script>
  911.         <script src=\"/js/main.js?v=200\"></script>
  912.         <script src=\"/js/voices/app.js?v=6\"></script>
  913.         <script src=\"/js/voices/recorder.js\"></script>
  914.         ";
  915.         // line 254
  916.         if ($this->extensions['Slivki\Twig\SlivkiTwigExtension']->isMobileDevice()) {
  917.             // line 255
  918.             echo "        <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-touch-events/1.0.9/jquery.mobile-events.min.js\"></script>
  919.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js\"></script>
  920.         <script src=\"/js/header_mobile.js?v=38/\"></script>
  921.         ";
  922.         }
  923.         // line 259
  924.         echo "        <script src=\"/js/jquery.form.js?v=1\"></script>
  925.         <script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script>
  926.         <script src=\"/js/jquery.placeholder.js\"></script>
  927.         <script src=\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js?v=1\"></script>
  928.         <script type=\"text/javascript\">
  929.             \$.widget.bridge('uitooltip', \$.ui.tooltip);
  930.             \$.widget.bridge('uibutton', \$.ui.button);
  931.         </script>
  932.         <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\" integrity=\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\" crossorigin=\"anonymous\"></script>
  933.         <script src=\"/js/jquery.maskedinput.min.js\"></script>
  934.         <script src=\"/js/jquery.inputmask.min.js\"></script>
  935.         <script src=\"/js/ajaxupload.3.5.js?v=1\"></script>
  936.         <script src=\"/js/lightbox.min.js?v=1\"></script>
  937.         <script src=\"/js/jquery.marquee.min.js\" type=\"text/javascript\"></script>
  938.         <!--[if lt IE 9]>
  939.         <script src=\"/js/css3-mediaqueries.js?v=1\"></script>
  940.         <script src=\"/js/html5shiv.js?v=1\"></script>
  941.         <![endif]-->
  942.         <script type=\"text/javascript\" src=\"/js/jquery.lazyload.js?v=2\"></script>
  943.         <script src=\"/js/jquery.jcarousel.min.js?v=1\"></script>
  944.         <script src=\"/js/mwheelIntent.js?v=1\"></script>
  945.         <script src=\"/js/jquery.mousewheel.js?v=1\"></script>
  946.         <script type=\"module\" src=\"/js/botsrap-custom-dropdowns/custom-dropdowns.js\"></script>
  947.         <div id=\"overlay-loading\"><img src=\"/images/image-preview-ajax-loader.gif\" alt=\"\" /></div>
  948.         <noscript><div><img src=\"https://mc.yandex.ru/watch/20933521\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
  949.         <script src=\"/js/jform-styler/vanillaSelectBox.min.js\"></script>
  950.         <script src=\"/js/intlTelInput-jquery.min.js\"></script>
  951.         <script src=\"/js/slick.min.js\"></script>
  952.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/js/utils.min.js\"></script>
  953.         <link href=\"/css/scroll.css?v=5\" rel=\"stylesheet\" type=\"text/css\" />
  954.         <script src=\"/js/jquery.jscrollpane.min.js?v=2\"></script>
  955.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.5.9/lottie_light.min.js\"></script>
  956.         <script src=\"/js/jquery.slivkiSmile.js?v=10\"></script>
  957.         <script src=\"/js/recaptcha_api.js\"></script>
  958.         <script src=\"/js/common.min.js?v=";
  959.         // line 297
  960.         echo twig_escape_filter($this->env, (isset($context["common_js_version"]) || array_key_exists("common_js_version"$context) ? $context["common_js_version"] : (function () { throw new RuntimeError('Variable "common_js_version" does not exist.'297$this->source); })()), "html"nulltrue);
  961.         echo "\"></script>
  962.         <script src=\"/js/common-old.min.js?v=";
  963.         // line 298
  964.         echo twig_escape_filter($this->env, (isset($context["common_old_js_version"]) || array_key_exists("common_old_js_version"$context) ? $context["common_old_js_version"] : (function () { throw new RuntimeError('Variable "common_old_js_version" does not exist.'298$this->source); })()), "html"nulltrue);
  965.         echo "\"></script>
  966.         <script type=\"module\" src=\"/js/family_subscription/api_family_subscription.js?v=";
  967.         // line 299
  968.         echo twig_escape_filter($this->env, (isset($context["family_subscription_js_version"]) || array_key_exists("family_subscription_js_version"$context) ? $context["family_subscription_js_version"] : (function () { throw new RuntimeError('Variable "family_subscription_js_version" does not exist.'299$this->source); })()), "html"nulltrue);
  969.         echo "\"></script>
  970.         <script type=\"module\" src=\"/js/family_subscription/family_subscription.js?v=";
  971.         // line 300
  972.         echo twig_escape_filter($this->env, (isset($context["family_subscription_js_version"]) || array_key_exists("family_subscription_js_version"$context) ? $context["family_subscription_js_version"] : (function () { throw new RuntimeError('Variable "family_subscription_js_version" does not exist.'300$this->source); })()), "html"nulltrue);
  973.         echo "\"></script>
  974.         <script src=\"/js/jquery.sameheight.js\"></script>
  975.         <script src=\"/js/slivki_v1.js?v=";
  976.         // line 302
  977.         echo twig_escape_filter($this->env, (isset($context["slivki_v1_js_version"]) || array_key_exists("slivki_v1_js_version"$context) ? $context["slivki_v1_js_version"] : (function () { throw new RuntimeError('Variable "slivki_v1_js_version" does not exist.'302$this->source); })()), "html"nulltrue);
  978.         echo "\"></script>
  979.         <script src=\"/js/subscription.js?v=";
  980.         // line 303
  981.         echo twig_escape_filter($this->env, (isset($context["subscription_js_version"]) || array_key_exists("subscription_js_version"$context) ? $context["subscription_js_version"] : (function () { throw new RuntimeError('Variable "subscription_js_version" does not exist.'303$this->source); })()), "html"nulltrue);
  982.         echo "\"></script>
  983.         <script src=\"//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js\"></script>
  984.         <script src=\"//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js\"></script>
  985.         <script type=\"module\" src=\"/js/time_block_category/main.js?v=";
  986.         // line 306
  987.         echo twig_escape_filter($this->env, (isset($context["time_block_category_js"]) || array_key_exists("time_block_category_js"$context) ? $context["time_block_category_js"] : (function () { throw new RuntimeError('Variable "time_block_category_js" does not exist.'306$this->source); })()), "html"nulltrue);
  988.         echo "\"></script>
  989.         <script src=\"/js/moment.min.js\"></script>
  990.         <script src=\"//translate.google.com/translate_a/element.js?cb=TranslateInit\"></script>
  991.         <script src=\"/js/gtranslate.js\"></script>
  992.         <script src=\"/js/flowersCategoryCarousel.js?v=";
  993.         // line 310
  994.         echo twig_escape_filter($this->env, (isset($context["flowers_category_carousel_js_version"]) || array_key_exists("flowers_category_carousel_js_version"$context) ? $context["flowers_category_carousel_js_version"] : (function () { throw new RuntimeError('Variable "flowers_category_carousel_js_version" does not exist.'310$this->source); })()), "html"nulltrue);
  995.         echo "\"></script>
  996.         <script src=\"/js/slider_preview/slider_preview.js?v=";
  997.         // line 311
  998.         echo twig_escape_filter($this->env, (isset($context["slider_preview_js_version"]) || array_key_exists("slider_preview_js_version"$context) ? $context["slider_preview_js_version"] : (function () { throw new RuntimeError('Variable "slider_preview_js_version" does not exist.'311$this->source); })()), "html"nulltrue);
  999.         echo "\"></script>
  1000.         <script src=\"/js/helper.js?v=";
  1001.         // line 312
  1002.         echo twig_escape_filter($this->env, (isset($context["helper_version_js"]) || array_key_exists("helper_version_js"$context) ? $context["helper_version_js"] : (function () { throw new RuntimeError('Variable "helper_version_js" does not exist.'312$this->source); })()), "html"nulltrue);
  1003.         echo "\"></script>
  1004.         <script src=\"/js/captcha/main.js?v=13\"></script>
  1005.         <script src=\"/js/maps_index_page/roundedControlls.js?v=5\"></script>
  1006.         <script type=\"module\" src=\"/js/beauty/mainMapBeauty.js?v=";
  1007.         // line 315
  1008.         echo twig_escape_filter($this->env, (isset($context["main_map_beauty_js_version"]) || array_key_exists("main_map_beauty_js_version"$context) ? $context["main_map_beauty_js_version"] : (function () { throw new RuntimeError('Variable "main_map_beauty_js_version" does not exist.'315$this->source); })()), "html"nulltrue);
  1009.         echo "\"></script>
  1010.         <script type=\"module\" src=\"/js/beauty/masters.js?v=";
  1011.         // line 316
  1012.         echo twig_escape_filter($this->env, (isset($context["beauty_masters_js_version"]) || array_key_exists("beauty_masters_js_version"$context) ? $context["beauty_masters_js_version"] : (function () { throw new RuntimeError('Variable "beauty_masters_js_version" does not exist.'316$this->source); })()), "html"nulltrue);
  1013.         echo "\"></script>
  1014.         <script type=\"module\" src=\"/js/oplati/main.js?v=";
  1015.         // line 317
  1016.         echo twig_escape_filter($this->env, (isset($context["oplati_js_version"]) || array_key_exists("oplati_js_version"$context) ? $context["oplati_js_version"] : (function () { throw new RuntimeError('Variable "oplati_js_version" does not exist.'317$this->source); })()), "html"nulltrue);
  1017.         echo "\" />
  1018.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-toast-plugin/1.3.2/jquery.toast.min.js\"
  1019.                 integrity=\"sha512-zlWWyZq71UMApAjih4WkaRpikgY9Bz1oXIW5G0fED4vk14JjGlQ1UmkGM392jEULP8jbNMiwLWdM8Z87Hu88Fw==\"
  1020.                 crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  1021.         <!--[/ignore]-->
  1022.     ";
  1023.         
  1024.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1025.         
  1026.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1027.     }
  1028.     // line 342
  1029.     public function block_assetsBottom($context, array $blocks = [])
  1030.     {
  1031.         $macros $this->macros;
  1032.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1033.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""assetsBottom"));
  1034.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1035.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""assetsBottom"));
  1036.         // line 343
  1037.         echo "        <link href=\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />
  1038.         <link href=\"/css/lightbox.css\" rel=\"stylesheet\" type=\"text/css\" />
  1039.         <input id=\"slivkiSmileList\" type=\"hidden\" value=\"";
  1040.         // line 345
  1041.         echo twig_escape_filter($this->envtwig_join_filter(twig_constant("Slivki\\Entity\\Comment::SMILE_LIST"), ","), "html"nulltrue);
  1042.         echo "\"/>
  1043.     ";
  1044.         
  1045.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1046.         
  1047.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1048.     }
  1049.     // line 348
  1050.     public function block_metrikaEvent($context, array $blocks = [])
  1051.     {
  1052.         $macros $this->macros;
  1053.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1054.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metrikaEvent"));
  1055.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1056.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metrikaEvent"));
  1057.         
  1058.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1059.         
  1060.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1061.     }
  1062.     public function getTemplateName()
  1063.     {
  1064.         return "base.html.twig";
  1065.     }
  1066.     public function isTraitable()
  1067.     {
  1068.         return false;
  1069.     }
  1070.     public function getDebugInfo()
  1071.     {
  1072.         return array (  1178 => 348,  1166 => 345,  1162 => 343,  1152 => 342,  1135 => 317,  1131 => 316,  1127 => 315,  1121 => 312,  1117 => 311,  1113 => 310,  1106 => 306,  1100 => 303,  1096 => 302,  1091 => 300,  1087 => 299,  1083 => 298,  1079 => 297,  1039 => 259,  1033 => 255,  1031 => 254,  1023 => 248,  1013 => 247,  1003 => 231,  1000 => 230,  997 => 229,  993 => 227,  990 => 226,  987 => 225,  984 => 224,  981 => 223,  978 => 222,  975 => 221,  972 => 220,  970 => 219,  967 => 218,  965 => 217,  962 => 216,  959 => 215,  956 => 214,  952 => 212,  949 => 211,  946 => 210,  943 => 209,  940 => 208,  937 => 207,  934 => 206,  931 => 205,  928 => 204,  925 => 203,  923 => 202,  920 => 201,  917 => 200,  914 => 199,  911 => 198,  908 => 197,  906 => 196,  901 => 195,  898 => 194,  895 => 193,  892 => 192,  889 => 191,  883 => 189,  877 => 187,  874 => 186,  864 => 185,  854 => 173,  848 => 171,  845 => 170,  835 => 169,  817 => 166,  799 => 163,  763 => 161,  745 => 159,  727 => 157,  709 => 156,  691 => 155,  680 => 182,  677 => 181,  671 => 179,  669 => 178,  664 => 175,  661 => 174,  659 => 169,  655 => 167,  653 => 166,  649 => 164,  647 => 163,  639 => 161,  636 => 160,  633 => 159,  630 => 158,  627 => 157,  625 => 156,  620 => 155,  610 => 154,  599 => 151,  589 => 150,  579 => 148,  576 => 147,  573 => 146,  570 => 145,  567 => 144,  564 => 143,  554 => 142,  544 => 141,  538 => 139,  535 => 138,  525 => 137,  507 => 136,  492 => 41,  482 => 40,  467 => 35,  460 => 32,  457 => 31,  451 => 29,  449 => 28,  443 => 25,  436 => 21,  432 => 20,  428 => 19,  424 => 18,  420 => 16,  410 => 15,  397 => 10,  387 => 9,  377 => 7,  374 => 6,  364 => 5,  352 => 349,  350 => 348,  347 => 347,  344 => 342,  340 => 340,  338 => 339,  333 => 337,  328 => 336,  326 => 335,  316 => 328,  310 => 324,  308 => 247,  305 => 246,  301 => 244,  299 => 243,  296 => 242,  293 => 241,  290 => 240,  288 => 239,  285 => 238,  282 => 237,  279 => 236,  276 => 235,  273 => 234,  270 => 233,  267 => 232,  265 => 185,  262 => 184,  260 => 154,  257 => 153,  255 => 150,  252 => 149,  249 => 142,  246 => 137,  244 => 136,  240 => 135,  236 => 134,  232 => 133,  225 => 131,  220 => 130,  217 => 129,  215 => 128,  211 => 127,  206 => 126,  203 => 125,  197 => 123,  191 => 121,  189 => 120,  185 => 119,  180 => 118,  177 => 117,  173 => 115,  171 => 114,  165 => 113,  161 => 111,  159 => 110,  157 => 109,  154 => 108,  152 => 107,  90 => 47,  88 => 40,  85 => 39,  83 => 15,  80 => 14,  78 => 9,  75 => 8,  72 => 5,  70 => 4,  65 => 1,);
  1073.     }
  1074.     public function getSourceContext()
  1075.     {
  1076.         return new Source("<!DOCTYPE html>
  1077. <html>
  1078. <head>
  1079.     {% set metaInfo = getMetaInfo() %}
  1080.     {% block meta %}
  1081.         {% include \"Slivki#{regional_template_path}/meta_block.html.twig\" %}
  1082.     {% endblock %}
  1083.     {% block ogimage %}
  1084.         <meta property=\"og:image\" content=\"/images/b180x180.jpg\" />
  1085.         <meta property=\"og:image:width\" content=\"180\"/>
  1086.         <meta property=\"og:image:height\" content=\"180\"/>
  1087.     {% endblock %}
  1088.     {% block stylesheets %}
  1089.         <link rel=\"stylesheet\" href=\"/css/intTelInput.css?v=5\" />
  1090.         <link href=\"/css/jform-styler/vanillaSelectBox.css\" rel=\"stylesheet\">
  1091.         <link href=\"/css/delivery.min.css?v={{ delivery_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1092.         <link href=\"/css/flowersHotLent.css?v={{ flowers_hot_lent_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1093.         <link rel=\"stylesheet\" href=\"/css/beauty/beauty-masters.css?v={{ beauty_masters_css_version }}\" type=\"text/css\"/>
  1094.         <link href=\"/css/style.min.css?v={{ style_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1095.         <link href=\"/js/jgallery-1.5.5/dist/css/font-awesome.min.css\" rel=\"stylesheet\" type=\"text/css\" />
  1096.         <link rel=\"stylesheet\" href=\"/css/slick.min.css\"/>
  1097.         <link rel=\"stylesheet\" href=\"/css/slick-theme.min.css\" />
  1098.         <link rel=\"stylesheet\" href=\"/css/slider_preview.css?v={{ slider_preview_css_version }}\" />
  1099.         <link rel=\"stylesheet\" href=\"/css/botstrap-dropdowns-v3/dropdowns.css\"/>
  1100.         <link rel=\"stylesheet\" href=\"/css/cookies.css\"/>
  1101.         {% if isMobileDevice() %}
  1102.             <link href=\"/css/header_mobile.css?v={{ header_mobile_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1103.         {% endif %}
  1104.         {% if app.request.getPathInfo() == '/profile' %}
  1105.             <link href=\"/css/crt-fonts.css?v={{ crt_fonts_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1106.             <link href=\"/css/certificate-creator/certificate-creator.css\" rel=\"stylesheet\" type=\"text/css\" />
  1107.         {% endif %}
  1108.         <link href=\"/css/new_popup.css?v={{ new_popup_css_version }}\" rel=\"stylesheet\" type=\"text/css\" />
  1109.         <link rel=\"stylesheet\" href=\"/css/jquery.toast.min.css\" />
  1110.         <link href=\"/css/slivkiPay.css?v=1\" rel=\"stylesheet\" type=\"text/css\" />
  1111.     {% endblock %}
  1112.     {% block favicon %}
  1113.         <link type=\"image/x-icon\" rel=\"shortcut icon\" href=\"/images/favicon/favicon.ico\">
  1114.         <link type=\"image/png\" sizes=\"16x16\" rel=\"icon\" href=\"/images/favicon/icons/favicon-16x16.png\">
  1115.         <link type=\"image/png\" sizes=\"32x32\" rel=\"icon\" href=\"/images/favicon/icons/favicon-32x32.png\">
  1116.         <link type=\"image/png\" sizes=\"96x96\" rel=\"icon\" href=\"/images/favicon/icons/favicon-96x96.png\">
  1117.         <link type=\"image/png\" sizes=\"120x120\" rel=\"icon\" href=\"/images/favicon/icons/favicon-120x120.png\">
  1118.     {% endblock %}
  1119.     <meta name=\"yandex-verification\" content=\"239193428ba27fa2\" />
  1120.     <meta name=\"google-site-verification\" content=\"33UhU8AvLA9eoT3WZfkzuOaxKNujSVAtcYZHf-pGToI\" />
  1121.     <link rel=\"manifest\" href=\"/manifest.json?v=0\">
  1122.     <script>
  1123.         // Заблокировать все трекеры до получения согласия
  1124.         window['ga-disable-UA-185332166-1'] = true;
  1125.         window['ga-disable-AW-978097094'] = true;
  1126.         // Заглушки для трекеров
  1127.         window.ga = window.ga || function() {
  1128.             console.log('Google Analytics blocked - waiting for consent');
  1129.             return {
  1130.                 l: 1,
  1131.                 q: [],
  1132.                 push: function() { console.log('GA queue blocked'); }
  1133.             };
  1134.         };
  1135.         window.gtag = window.gtag || function() {
  1136.             console.log('Google Tag Manager blocked - waiting for consent');
  1137.         };
  1138.         window.fbq = window.fbq || function() {
  1139.             console.log('Facebook Pixel blocked - waiting for consent');
  1140.         };
  1141.         window.ttq = window.ttq || function() {
  1142.             console.log('TikTok Pixel blocked - waiting for consent');
  1143.         };
  1144.         window.ym = window.ym || function() {
  1145.             console.log('Yandex Metrika blocked - waiting for consent');
  1146.         };
  1147.         // Блокируем dataLayer
  1148.         window.dataLayer = window.dataLayer || [];
  1149.         window.dataLayer.push = function() {
  1150.             console.log('DataLayer blocked - waiting for consent:', arguments[0]);
  1151.             return 0;
  1152.         };
  1153.     </script>
  1154.     <script src=\"https://api-maps.yandex.ru/2.1/?lang=ru_RU&apikey=ced3d85f-6a99-4208-93d6-b578ba5e8f8a\"></script>
  1155.     <script>
  1156.         var userAgent = navigator.userAgent || navigator.vendor || window.opera;
  1157.         if (userAgent.indexOf('FBAN') == -1 && userAgent.indexOf('FBAV') == -1 && userAgent.indexOf('Instagram') == -1 &&
  1158.             userAgent.indexOf('Skype') == -1 && userAgent.indexOf('Viber') == -1 && userAgent.indexOf('WhatsApp') == -1) {
  1159.             var d = document,
  1160.                 h = d.getElementsByTagName('head')[0],
  1161.                 s = d.createElement('script');
  1162.             s.type = 'text/javascript';
  1163.             s.async = true;
  1164.             s.src = '//cdn.sendpulse.com/js/push/260be6a77276a4d176159328b4b7175c_1.js?v=0';
  1165.             //s.src = '/js/sp.js?v=1';
  1166.             h.appendChild(s);
  1167.         }
  1168.     </script>
  1169.     <script data-noptimize=\"1\" data-cfasync=\"false\" data-wpfc-render=\"false\">
  1170.         (function () {
  1171.             var script = document.createElement(\"script\");
  1172.             script.async = 1;
  1173.             script.src = 'https://tpembars.com/NDgzMzU2.js?t=483356';
  1174.             document.head.appendChild(script);
  1175.         })();
  1176.     </script>
  1177.     {% set currentCity = getCurrentCity() %}
  1178. </head>
  1179. {% set bodyClass =  '' %}
  1180. {% if noToken is not defined and is_granted('ROLE_ADMIN_USER') %}
  1181.     {% set bodyClass =  ' a-u' %}
  1182. {% endif %}
  1183. <body class=\"{{ not isMobileDevice() ? 'desktop-device' }}{{ bodyClass }}\">
  1184. {% if app.debug %}
  1185.     <input type=\"hidden\" id=\"debugMode\" value=\"1\"/>
  1186. {% endif %}
  1187.     {% if app.user %}
  1188.         <input type=\"hidden\" id=\"customerID\" value=\"{{ app.user.getID() }}\"/>
  1189.         <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"Name\" value=\"{{ app.user.getFirstName() }}\">
  1190.         {% if app.user.getEmail() != '' %}
  1191.             <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"email\" value=\"{{ app.user.getEmail() }}\">
  1192.         {% else %}
  1193.             <input class=\"sp_push_custom_data\" type=\"hidden\" name=\"email\" value=\"{{ app.user.getPhone() }}\">
  1194.         {% endif %}
  1195.     {% endif %}
  1196.     <input type=\"hidden\" id=\"serverTime\" value=\"{{ 'now'|date('Y-m-d H:i:s') }}\">
  1197.     <input type=\"hidden\" id=\"cityID\" value=\"{{ currentCity.getID() }}\">
  1198.     {% set currentCity = getCurrentCity() %}
  1199.     {% set coordinate = currentCity.getCoordinate() %}
  1200.     <input id=\"cityName\" type=\"hidden\" value=\"{{ currentCity.getID() in [constant('Slivki\\\\Entity\\\\City::DEFAULT_CITY_ID'), constant('Slivki\\\\Entity\\\\City::TASHKENT_CITY_ID')] ? '/' : getURL(constant('Slivki\\\\Repository\\\\SeoRepository::RESOURCE_URL_CITY'), currentCity.getID()) }}\"/>
  1201.     <input type=\"hidden\" id=\"cityCoord\" value=\"[{{ coordinate.getLatitude() }}, {{ coordinate.getLongitude() }}]\">
  1202.     <input type=\"hidden\" id=\"rtbhUID\" value=\"{{ getRTBHouseUID(app.user) }}\">
  1203.     <input id=\"userId\" type=\"hidden\" value=\" {{ app.user is not null ? app.user.ID : null }}\">
  1204.     <input id=\"metricaUrl\" type=\"hidden\" value=\" {{ slivki_metrica_url }}/api/v1/metric\">
  1205.     {% block top %}{% endblock %}
  1206.     {% block fullSiteBanner %}
  1207.         {% if not isMobileDevice() and not (app.user and app.user.hasRole(constant('\\\\Slivki\\\\Entity\\\\UserGroup::ROLE_ADS_FREE'))) %}
  1208.             {{ getBrandingBanner(app.user, brandingBannerCategoryIDs is defined ? brandingBannerCategoryIDs : [], offer is defined ? offer.getID()) }}
  1209.         {% endif %}
  1210.     {% endblock %}
  1211.     {% block header %}
  1212.         {% if isMobileDevice() %}
  1213.             {% include 'header_mobile.html.twig' %}
  1214.         {% else %}
  1215.             {% include 'header.html.twig' %}
  1216.         {% endif %}
  1217.     {% endblock %}
  1218. {% block messenger %}
  1219.     {% include \"Slivki#{regional_template_path}/jivosite/index.html.twig\" %}
  1220. {% endblock %}
  1221.     {% block content %}
  1222.         <div class=\"content container transparent with-banner {% block contentContainerClass %}{% endblock %}\"  id=\"contentContainer\">
  1223.             {% block topContentBlock %}{% endblock %}
  1224.             {% block mainHotFeedBlock %}{% endblock %}
  1225.             {% if ('Googlebot' not in (app.request.server.get('HTTP_USER_AGENT'))) %}
  1226.                 {% block left_sidebar %}{% endblock %}
  1227.             {% endif %}
  1228.             <div class=\"{% block mainColumnClass %}content--main {% endblock %}\" {% block mainColumnParameters %}{% endblock %}>
  1229.                 <div class=\"content-wrapper\">
  1230.                     {% block main_content %}{% endblock %}
  1231.                 </div>
  1232.             </div>
  1233.             {% block bottomContentBlock %}{% endblock %}
  1234.             </div>
  1235.         </div>
  1236.         {% block footer %}
  1237.             {% if not disableFooter is defined  %}
  1238.                 {{ getFooter() }}
  1239.             {% endif %}
  1240.         {% endblock %}
  1241.         {% if not isMobileDevice() and not app.request.cookies.has('seenMicrophoneTooltip') and (not app.user or not app.user.isSeenMicrophoneTooltip()) %}
  1242.             <div id=\"voiceSearchHintGreyout\" class=\"hidden\">
  1243.                 <div id=\"voiceSearchHint\" class=\"voice-search-hint-block\">Круто! Нажмите на микрофон и скажите, например, суши или пицца</div>
  1244.             </div>
  1245.             {% if app.user %}
  1246.                 {{ setSeenMicrophoneTooltip(app.user) }}
  1247.             {% endif %}
  1248.         {% endif %}
  1249.         <div id=\"contentGreyout\"></div>
  1250.     {% endblock %}
  1251.     {% block popups %}
  1252.         {% if isMobileDevice() %}
  1253.             <link rel=\"stylesheet\" href=\"/css/infopopup_mobile.css?v={{ infopopup_css_version }}\" type=\"text/css\">
  1254.         {% else %}
  1255.             <link rel=\"stylesheet\" href=\"/css/infopopup.css?v={{ infopopup_css_version }}\" type=\"text/css\">
  1256.         {% endif %}
  1257.         {% if app.session.flashbag.get(\"showMogilevMailingBonusPopup\")|length > 0 %}
  1258.             {% include 'Slivki/popups/mogilev_mailing_popup.html.twig' %}
  1259.         {% endif %}
  1260.         {% include 'Slivki/popups/info_dialog_popup.html.twig' with {id: 'info_dialog'} %}
  1261.         {{ getNoticePopup(app.user) }}
  1262.         {% include 'Slivki/popups/alert_popup.html.twig' %}
  1263.         {% set infoDialogMessage = app.session.flashBag.get(constant('Slivki\\\\Controller\\\\SiteController::SHOW_INFO_DIALOG_PARAMETER')) %}
  1264.         {% if infoDialogMessage | length > 0 %}
  1265.             {% include 'Slivki/popups/info_dialog_popup.html.twig' with {'id': 'info_dialog_auto', 'infoDialogMessage': infoDialogMessage[0] } %}
  1266.         {% endif %}
  1267.         {% if app.user %}
  1268.             {# user is logged in #}
  1269.             {% if isMobileDevice() %}
  1270.                 {% include 'Slivki/popups/mobile_logout.html.twig' with {id: 'logoutConfirmPopup'} %}
  1271.             {% else %}
  1272.                 {% include 'Slivki/popups/logout_popup.html.twig' with {id: 'logoutConfirmPopup'} %}
  1273.             {% endif %}
  1274.             {% if not isMobileDevice() %}
  1275.                 {% include 'Slivki/popups/delete_comment_popup.html.twig' with {id: 'deleteCommentConfirmPopup'} %}
  1276.                 {% if app.session.flashbag.get(\"openThanksForRegisterPopup\") | length > 0 %}
  1277.                     {% include 'Slivki/popups/thanks_for_register_popup.html.twig' with {id: 'modal-register-thanks'} %}
  1278.                     <input type=\"hidden\" id=\"openThanksForRegisterPopup\"/>
  1279.                 {% endif %}
  1280.             {% endif %}
  1281.         {% else %}
  1282.             {% include 'Slivki/reset_password/popup_reset_pass.html.twig'%}
  1283.             {% include 'Slivki/mobile/popup/succes_restore_password.html.twig'%}
  1284.             {# user is not logged in #}
  1285.             {% if not isMobileDevice() %}
  1286.                 {% include 'Slivki/popups/login_register_popup.html.twig' %}
  1287.                 {% include 'Slivki/popups/restore_password_popup.html.twig' with {id: 'modal_remember_password'} %}
  1288.                 {% set registeredEmailSent = app.session.flashbag.get(\"registeredEmailSent\") %}
  1289.                 {% set registeredEmailSentRaw = app.session.flashbag.get(\"registeredEmailSentRaw\") %}
  1290.                 {% if registeredEmailSent | length > 0 and registeredEmailSentRaw | length > 0 %}
  1291.                     {% include 'Slivki/popups/account_activation_popup.html.twig' with {id: 'modal-register-complete', link: registeredEmailSent[0], email: registeredEmailSentRaw[0]} %}
  1292.                     <input type=\"hidden\" id=\"openAccountActivationPopup\"/>
  1293.                 {% endif %}
  1294.             {% endif %}
  1295.         {% endif %}
  1296.     {% endblock %}
  1297.     {% include 'Slivki/delivery/modal/questions.html.twig' %}
  1298.     {% include 'Slivki/delivery/modal/questionsSuccess.html.twig' %}
  1299.     {% include 'Slivki/popups/slivki_confirm_popup.html.twig' %}
  1300.     {% include 'Slivki/popups/new_alert_popup.html.twig' %}
  1301.     {% include 'Slivki/popups/loading.html.twig' %}
  1302.     {% include 'Slivki/popups/mail_popup.html.twig' %}
  1303.     {% include 'Slivki/add_batch_codes/error.html.twig' %}
  1304.     {% include 'Slivki/add_batch_codes/success.html.twig' %}
  1305.     {% include 'Slivki/add_batch_codes/auth.html.twig' %}
  1306.     {% include 'Slivki/popups/cookies_popup.html.twig' %}
  1307. {% if app.user and not app.user.getEmail() and not app.request.get('_route') == 'profile' and app.session.flashbag.get(\"openMergeProfilePopup\") %}
  1308.     {% include 'Slivki/popups/popup_union_mail.html.twig' %}
  1309. {% endif %}
  1310.     <script src=\"/js/jquery2-2-4.min.js\"></script>
  1311.     {% block javascripts %}
  1312.         <script type=\"text/javascript\" src=\"/js/jquery.cookie.js\"></script>
  1313.         <script type=\"text/javascript\" src=\"/js/cookies.min.js\"></script>
  1314.         <script src=\"/js/menuAim/main.min.js\"></script>
  1315.         <script src=\"/js/main.js?v=200\"></script>
  1316.         <script src=\"/js/voices/app.js?v=6\"></script>
  1317.         <script src=\"/js/voices/recorder.js\"></script>
  1318.         {% if isMobileDevice() %}
  1319.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-touch-events/1.0.9/jquery.mobile-events.min.js\"></script>
  1320.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js\"></script>
  1321.         <script src=\"/js/header_mobile.js?v=38/\"></script>
  1322.         {% endif %}
  1323.         <script src=\"/js/jquery.form.js?v=1\"></script>
  1324.         <script type=\"text/javascript\">var NREUMQ=NREUMQ||[];NREUMQ.push([\"mark\",\"firstbyte\",new Date().getTime()]);</script>
  1325.         <script src=\"/js/jquery.placeholder.js\"></script>
  1326.         <script src=\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js?v=1\"></script>
  1327.         <script type=\"text/javascript\">
  1328.             \$.widget.bridge('uitooltip', \$.ui.tooltip);
  1329.             \$.widget.bridge('uibutton', \$.ui.button);
  1330.         </script>
  1331.         <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js\" integrity=\"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa\" crossorigin=\"anonymous\"></script>
  1332.         <script src=\"/js/jquery.maskedinput.min.js\"></script>
  1333.         <script src=\"/js/jquery.inputmask.min.js\"></script>
  1334.         <script src=\"/js/ajaxupload.3.5.js?v=1\"></script>
  1335.         <script src=\"/js/lightbox.min.js?v=1\"></script>
  1336.         <script src=\"/js/jquery.marquee.min.js\" type=\"text/javascript\"></script>
  1337.         <!--[if lt IE 9]>
  1338.         <script src=\"/js/css3-mediaqueries.js?v=1\"></script>
  1339.         <script src=\"/js/html5shiv.js?v=1\"></script>
  1340.         <![endif]-->
  1341.         <script type=\"text/javascript\" src=\"/js/jquery.lazyload.js?v=2\"></script>
  1342.         <script src=\"/js/jquery.jcarousel.min.js?v=1\"></script>
  1343.         <script src=\"/js/mwheelIntent.js?v=1\"></script>
  1344.         <script src=\"/js/jquery.mousewheel.js?v=1\"></script>
  1345.         <script type=\"module\" src=\"/js/botsrap-custom-dropdowns/custom-dropdowns.js\"></script>
  1346.         <div id=\"overlay-loading\"><img src=\"/images/image-preview-ajax-loader.gif\" alt=\"\" /></div>
  1347.         <noscript><div><img src=\"https://mc.yandex.ru/watch/20933521\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
  1348.         <script src=\"/js/jform-styler/vanillaSelectBox.min.js\"></script>
  1349.         <script src=\"/js/intlTelInput-jquery.min.js\"></script>
  1350.         <script src=\"/js/slick.min.js\"></script>
  1351.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/js/utils.min.js\"></script>
  1352.         <link href=\"/css/scroll.css?v=5\" rel=\"stylesheet\" type=\"text/css\" />
  1353.         <script src=\"/js/jquery.jscrollpane.min.js?v=2\"></script>
  1354.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.5.9/lottie_light.min.js\"></script>
  1355.         <script src=\"/js/jquery.slivkiSmile.js?v=10\"></script>
  1356.         <script src=\"/js/recaptcha_api.js\"></script>
  1357.         <script src=\"/js/common.min.js?v={{ common_js_version }}\"></script>
  1358.         <script src=\"/js/common-old.min.js?v={{ common_old_js_version }}\"></script>
  1359.         <script type=\"module\" src=\"/js/family_subscription/api_family_subscription.js?v={{ family_subscription_js_version }}\"></script>
  1360.         <script type=\"module\" src=\"/js/family_subscription/family_subscription.js?v={{ family_subscription_js_version }}\"></script>
  1361.         <script src=\"/js/jquery.sameheight.js\"></script>
  1362.         <script src=\"/js/slivki_v1.js?v={{ slivki_v1_js_version }}\"></script>
  1363.         <script src=\"/js/subscription.js?v={{ subscription_js_version }}\"></script>
  1364.         <script src=\"//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js\"></script>
  1365.         <script src=\"//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js\"></script>
  1366.         <script type=\"module\" src=\"/js/time_block_category/main.js?v={{ time_block_category_js }}\"></script>
  1367.         <script src=\"/js/moment.min.js\"></script>
  1368.         <script src=\"//translate.google.com/translate_a/element.js?cb=TranslateInit\"></script>
  1369.         <script src=\"/js/gtranslate.js\"></script>
  1370.         <script src=\"/js/flowersCategoryCarousel.js?v={{ flowers_category_carousel_js_version }}\"></script>
  1371.         <script src=\"/js/slider_preview/slider_preview.js?v={{ slider_preview_js_version }}\"></script>
  1372.         <script src=\"/js/helper.js?v={{ helper_version_js }}\"></script>
  1373.         <script src=\"/js/captcha/main.js?v=13\"></script>
  1374.         <script src=\"/js/maps_index_page/roundedControlls.js?v=5\"></script>
  1375.         <script type=\"module\" src=\"/js/beauty/mainMapBeauty.js?v={{ main_map_beauty_js_version }}\"></script>
  1376.         <script type=\"module\" src=\"/js/beauty/masters.js?v={{ beauty_masters_js_version }}\"></script>
  1377.         <script type=\"module\" src=\"/js/oplati/main.js?v={{ oplati_js_version }}\" />
  1378.         <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery-toast-plugin/1.3.2/jquery.toast.min.js\"
  1379.                 integrity=\"sha512-zlWWyZq71UMApAjih4WkaRpikgY9Bz1oXIW5G0fED4vk14JjGlQ1UmkGM392jEULP8jbNMiwLWdM8Z87Hu88Fw==\"
  1380.                 crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>
  1381.         <!--[/ignore]-->
  1382.     {% endblock %}
  1383.     <script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>
  1384.     <script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">
  1385.     </script>
  1386.     <script src=\"/js/cookies/cookies.js?v={{ cookies_js_version }}\"></script>
  1387.     <noscript>
  1388.         <div style=\"display:inline;\">
  1389.             <img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/978097094/?guid=ON&amp;script=0\"/>
  1390.         </div>
  1391.     </noscript>
  1392.     {% set geoIpLocation = getIPLocationData() %}
  1393.     <input type=\"hidden\" id=\"geoIpLatitude\" value=\"{{ geoIpLocation[0] }}\"/>
  1394.     <input type=\"hidden\" id=\"geoIpLongitude\" value=\"{{ geoIpLocation[1] }}\"/>
  1395.     {% if app.user and app.user.isGeoLocationAccepted() == null %}
  1396.         <input type=\"hidden\" id=\"storeGeoLocationData\"/>
  1397.     {% endif %}
  1398.     {% block assetsBottom %}
  1399.         <link href=\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css\" rel=\"stylesheet\" type=\"text/css\" />
  1400.         <link href=\"/css/lightbox.css\" rel=\"stylesheet\" type=\"text/css\" />
  1401.         <input id=\"slivkiSmileList\" type=\"hidden\" value=\"{{ constant('Slivki\\\\Entity\\\\Comment::SMILE_LIST')|join(',') }}\"/>
  1402.     {% endblock %}
  1403.     {% block metrikaEvent %}{% endblock %}
  1404. </body>
  1405. </html>
  1406. ""base.html.twig""/mnt/data/virtwww/test/templates/base.html.twig");
  1407.     }
  1408. }