<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* @Portal/Car/new-used-card-car.html.twig */
class __TwigTemplate_f0a44e935c9878c27c004b5b03ecdd27 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'head' => [$this, 'block_head'],
'content' => [$this, 'block_content'],
'script' => [$this, 'block_script'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 2
return "@Portal/template.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Portal/Car/new-used-card-car.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Portal/Car/new-used-card-car.html.twig"));
// line 1
$context["bs5"] = true;
// line 2
$this->parent = $this->load("@Portal/template.html.twig", 2);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_head(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
// line 5
yield " <title>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.vehicle_used.title", ["%brand%" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "brand", [], "any", false, false, false, 5), "name", [], "any", false, false, false, 5), "%model%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "modelName", [], "any", false, false, false, 5), "%engineVolume%" => $this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "locale", [], "any", false, false, false, 5)], "method", false, false, false, 5)), "%transmission%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "transmissionTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "locale", [], "any", false, false, false, 5)], "method", false, false, false, 5), "%year%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "year", [], "any", false, false, false, 5), "%price%" => $this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 5, $this->source); })()), "fullPrice", [], "any", false, false, false, 5)), "%dealer%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 5, $this->source); })()), "nameByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "locale", [], "any", false, false, false, 5)], "method", false, false, false, 5), "%dealer_city%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 5, $this->source); })()), "cityNameByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "request", [], "any", false, false, false, 5), "locale", [], "any", false, false, false, 5)], "method", false, false, false, 5)], "portal_base"), "html", null, true);
yield "</title>
<meta name=\"description\"
content=\"";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.vehicle_used.description", ["%brand%" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "brand", [], "any", false, false, false, 7), "name", [], "any", false, false, false, 7), "%model%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "modelName", [], "any", false, false, false, 7), "%engineVolume%" => $this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7)], "method", false, false, false, 7)), "%transmission%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "transmissionTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7)], "method", false, false, false, 7), "%year%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "year", [], "any", false, false, false, 7), "%price%" => $this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 7, $this->source); })()), "fullPrice", [], "any", false, false, false, 7)), "%dealer%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 7, $this->source); })()), "nameByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7)], "method", false, false, false, 7), "%dealer_city%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 7, $this->source); })()), "cityNameByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7)], "method", false, false, false, 7), "%dealer_address%" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 7, $this->source); })()), "addressByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 7, $this->source); })()), "request", [], "any", false, false, false, 7), "locale", [], "any", false, false, false, 7)], "method", false, false, false, 7)], "portal_base"), "html", null, true);
yield "\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/";
// line 8
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 8, $this->source); })()), "html", null, true);
yield "/portal/css/portalCarCatalogItem.css?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 8, $this->source); })()), "html", null, true);
yield "\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/";
// line 9
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 9, $this->source); })()), "html", null, true);
yield "/portal/css/portalCarCreditCalc.css?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 9, $this->source); })()), "html", null, true);
yield "\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 12
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 13
yield " <section class=\"breadcrumbs__new\">
<div class=\"container\">
<ol class=\"vidi_breadcrumbs__new\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 18
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_homepage");
yield "\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">VIDI.UA</span></a>
<meta itemprop=\"position\" content=\"1\"/>
</li>
<div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"";
// line 26
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_catalog", ["state" => "used", "type" => "car"]), "html", null, true);
yield "\">
<span class=\"breadcrumbs__link\"
itemprop=\"name\">";
// line 28
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.used_car", [], "portal_base"), "html", null, true);
yield "</span></a>
<meta itemprop=\"position\" content=\"2\"/>
</li>
";
// line 32
if (((CoreExtension::getAttribute($this->env, $this->source, ($context["vehicle"] ?? null), "brand", [], "any", true, true, false, 32) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 32, $this->source); })()), "brand", [], "any", false, false, false, 32)) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 32, $this->source); })()), "brand", [], "any", false, false, false, 32) != "all"))) {
// line 33
yield " <div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
";
// line 36
if ((CoreExtension::getAttribute($this->env, $this->source, ($context["vehicle"] ?? null), "model", [], "any", true, true, false, 36) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 36, $this->source); })()), "model", [], "any", false, false, false, 36))) {
// line 37
yield " ";
if ((array_key_exists("valueParam", $context) && (isset($context["valueParam"]) || array_key_exists("valueParam", $context) ? $context["valueParam"] : (function () { throw new RuntimeError('Variable "valueParam" does not exist.', 37, $this->source); })()))) {
// line 38
yield " <a itemprop=\"item\"
href=\"";
// line 39
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_catalog_b_by_params", ["state" => "used", "type" => "car", "param" => (isset($context["param"]) || array_key_exists("param", $context) ? $context["param"] : (function () { throw new RuntimeError('Variable "param" does not exist.', 39, $this->source); })()), "value" => (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.', 39, $this->source); })()), "brand" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 39, $this->source); })()), "brand", [], "any", false, false, false, 39)]), "html", null, true);
yield "\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">";
// line 40
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 40, $this->source); })()), "brand", [], "any", false, false, false, 40), "html", null, true);
yield "</span>
</a>
";
} else {
// line 43
yield " <a itemprop=\"item\"
href=\"";
// line 44
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_catalog_b", ["state" => "used", "type" => "car", "brand" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 44, $this->source); })()), "brand", [], "any", false, false, false, 44), "url", [], "any", false, false, false, 44)]), "html", null, true);
yield "\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">";
// line 45
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 45, $this->source); })()), "brand", [], "any", false, false, false, 45), "html", null, true);
yield "</span>
</a>
";
}
// line 48
yield " ";
} else {
// line 49
yield " <span style=\"color: #ABABAB\" class=\"breadcrumbs__link\"
itemprop=\"name\">";
// line 50
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 50, $this->source); })()), "brand", [], "any", false, false, false, 50), "html", null, true);
yield "</span>
";
}
// line 52
yield " <meta itemprop=\"position\" content=\"3\"/>
</li>
";
}
// line 55
yield "
<div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\"
href=\"";
// line 60
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_catalog_bm", ["state" => "used", "type" => "car", "brand" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 60, $this->source); })()), "brand", [], "any", false, false, false, 60), "url", [], "any", false, false, false, 60), "model" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 60, $this->source); })()), "model", [], "any", false, false, false, 60), "url", [], "any", false, false, false, 60)]), "html", null, true);
yield "\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">";
// line 61
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 61, $this->source); })()), "modelName", [], "any", false, false, false, 61), "html", null, true);
yield "</span></a>
<meta itemprop=\"position\" content=\"5\"/>
</li>
<div class=\"arrow-bc\"></div>
<li itemprop=\"item\" class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<span style=\"color: #ABABAB\" class=\"breadcrumbs__link\"
itemprop=\"name\">";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 69, $this->source); })()), "fullName", [], "any", false, false, false, 69), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 69, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 69, $this->source); })()), "request", [], "any", false, false, false, 69), "locale", [], "any", false, false, false, 69)], "method", false, false, false, 69), "html", null, true);
yield "см³ (";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 69, $this->source); })()), "enginePower", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 69, $this->source); })()), "request", [], "any", false, false, false, 69), "locale", [], "any", false, false, false, 69)], "method", false, false, false, 69), "html", null, true);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.k_s", [], "portal_base"), "html", null, true);
yield ".) ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 69, $this->source); })()), "year", [], "any", false, false, false, 69), "html", null, true);
yield "</span>
<meta itemprop=\"position\" content=\"6\"/>
</li>
</ol>
</div>
</section>
<div class=\"dynamic_global_wrapper\">
<div class=\"dynamic__prompt\">
<div class=\"container\">
<div class=\"dynamic__prompt__wrapper\">
<div class=\"dynamic__prompt__box\">
<img class=\"dynamic__prompt-img\" src=\"";
// line 82
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Sonata\MediaBundle\Twig\MediaRuntime')->path(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 82, $this->source); })()), "preview", [], "any", false, false, false, 82), "small"), "html", null, true);
yield "\" alt=\"\">
<p class=\"dynamic__prompt-info\">
<span>";
// line 84
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 84, $this->source); })()), "fullName", [], "any", false, false, false, 84), "html", null, true);
yield " </span>
";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 85, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 85, $this->source); })()), "request", [], "any", false, false, false, 85), "locale", [], "any", false, false, false, 85)], "method", false, false, false, 85)), "html", null, true);
yield "
(";
// line 86
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 86, $this->source); })()), "enginePower", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 86, $this->source); })()), "request", [], "any", false, false, false, 86), "locale", [], "any", false, false, false, 86)], "method", false, false, false, 86), "html", null, true);
yield "
";
// line 87
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.k_s", [], "portal_base"), "html", null, true);
yield ")
";
// line 88
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 88, $this->source); })()), "year", [], "any", false, false, false, 88), "html", null, true);
yield "</p>
</div>
<div class=\"dynamic__prompt__box\">
<div class=\"dynamic__prompt__price__wrapper\">
";
// line 92
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 92, $this->source); })()), "hasActionPrice", [], "any", false, false, false, 92) > 0)) {
// line 93
yield " <p class=\"dynamic__prompt-old-price\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 93, $this->source); })()), "fullPrice", [], "any", false, false, false, 93)), "html", null, true);
yield " грн</p>
";
}
// line 95
yield "
<p class=\"dynamic__prompt-main-price\">
";
// line 97
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 97, $this->source); })()), "price", [], "any", false, false, false, 97)), "html", null, true);
yield "
грн</p>
<svg width=\"6\" height=\"6\" viewbox=\"0 0 6 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"black\"/>
</svg>
<p class=\"dynamic__prompt-mounth-price\">";
// line 102
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter((isset($context["creditPayment"]) || array_key_exists("creditPayment", $context) ? $context["creditPayment"] : (function () { throw new RuntimeError('Variable "creditPayment" does not exist.', 102, $this->source); })())), "html", null, true);
yield "
грн/";
// line 103
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.month", [], "portal_base"), "html", null, true);
yield "</p>
</div>
<button class=\"dynamic__prompt-btn\" data-toggle=\"modal\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">";
// line 106
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.insurance.insurance_consultation", [], "portal_base"), "html", null, true);
yield "</button>
</div>
</div>
</div>
</div>
<div class=\"card__car__global__main\">
<div class=\"container\">
<div class=\"card__car__global__wrapper\">
<div class=\"card__car__colum\">
";
// line 117
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 117, $this->source); })()), "gallery", [], "any", false, false, false, 117)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 118
yield " <div class=\"swiper carSliderGallery ";
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 118, $this->source); })()), "sold", [], "any", false, false, false, 118)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("carSliderGallerySold") : (""));
yield "\">
<div class=\"swiper-wrapper popup-gallery sold-car-slider\">
";
// line 120
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 120, $this->source); })()), "gallery", [], "any", false, false, false, 120), "galleryItems", [], "any", false, false, false, 120));
foreach ($context['_seq'] as $context["_key"] => $context["img"]) {
// line 121
yield " ";
if ((($tmp = $context["img"]) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 122
yield " <a class=\"swiper-slide w-100\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Sonata\MediaBundle\Twig\MediaRuntime')->path(CoreExtension::getAttribute($this->env, $this->source, $context["img"], "media", [], "any", false, false, false, 122), "big"), "html", null, true);
yield "\"><img
class=\"car__slider__gallery-img\"
src=\"";
// line 124
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Sonata\MediaBundle\Twig\MediaRuntime')->path(CoreExtension::getAttribute($this->env, $this->source, $context["img"], "media", [], "any", false, false, false, 124), "slider"), "html", null, true);
yield "\"></a>
";
}
// line 126
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['img'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 127
yield " </div>
<div class=\"swiper-button-next card__car__slider-next z-100\">
<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path
d=\"M8.30011 21.575L16.7251 13.175C16.8251 13.075 16.8961 12.9667 16.9381 12.85C16.9801 12.7333 17.0008 12.6083 17.0001 12.475C17.0001 12.3417 16.9791 12.2167 16.9371 12.1C16.8951 11.9833 16.8244 11.875 16.7251 11.775L8.30011 3.35C8.06677 3.11667 7.77511 3 7.42511 3C7.07511 3 6.77511 3.125 6.52511 3.375C6.27511 3.625 6.15011 3.91667 6.15011 4.25C6.15011 4.58333 6.27511 4.875 6.52511 5.125L13.8751 12.475L6.52511 19.825C6.29177 20.0583 6.17511 20.346 6.17511 20.688C6.17511 21.03 6.30011 21.3257 6.55011 21.575C6.80011 21.825 7.09177 21.95 7.42511 21.95C7.75844 21.95 8.05011 21.825 8.30011 21.575Z\"
fill=\"#C5C6C6\"/>
</svg>
</div>
<div class=\"swiper-button-prev card__car__slider-prev z-100\">
<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path
d=\"M15.7 21.575L7.27502 13.175C7.17502 13.075 7.10402 12.9667 7.06202 12.85C7.02002 12.7333 6.99935 12.6083 7.00002 12.475C7.00002 12.3417 7.02102 12.2167 7.06302 12.1C7.10502 11.9833 7.17568 11.875 7.27502 11.775L15.7 3.35C15.9333 3.11667 16.225 3 16.575 3C16.925 3 17.225 3.125 17.475 3.375C17.725 3.625 17.85 3.91667 17.85 4.25C17.85 4.58333 17.725 4.875 17.475 5.125L10.125 12.475L17.475 19.825C17.7083 20.0583 17.825 20.346 17.825 20.688C17.825 21.03 17.7 21.3257 17.45 21.575C17.2 21.825 16.9083 21.95 16.575 21.95C16.2417 21.95 15.95 21.825 15.7 21.575Z\"
fill=\"#C5C6C6\"/>
</svg>
</div>
<div class=\"swiper-pagination car__slider__gallery-pagination\"></div>
<div class=\"carSlider__status__wrapper\">
";
// line 147
if ((($tmp = (isset($context["hasNds"]) || array_key_exists("hasNds", $context) ? $context["hasNds"] : (function () { throw new RuntimeError('Variable "hasNds" does not exist.', 147, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 148
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/portal/img/pdf-icon.svg"), "html", null, true);
yield "\" alt=\"\">
";
}
// line 150
yield " ";
if ((($tmp = (isset($context["isSelect"]) || array_key_exists("isSelect", $context) ? $context["isSelect"] : (function () { throw new RuntimeError('Variable "isSelect" does not exist.', 150, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 151
yield " <img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/portal/img/vidi-select-icon.svg"), "html", null, true);
yield "\" alt=\"\">
";
}
// line 153
yield " </div>
<div class=\"";
// line 155
yield (((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 155, $this->source); })()), "sold", [], "any", false, false, false, 155)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ("overlay") : (""));
yield "\"></div>
</div>
";
}
// line 158
yield " </div>
<div class=\"card__car__colum\">
<div class=\"card__car__info__wrapper\">
<div class=\"card__car__info__box\">
<h1 class=\"info__box__title__box\">
<p class=\"info__box__title\">";
// line 166
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 166, $this->source); })()), "fullName", [], "any", false, false, false, 166), "html", null, true);
yield "</p>
<p class=\"info__box__sub__title\">";
// line 167
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 167, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 167, $this->source); })()), "request", [], "any", false, false, false, 167), "locale", [], "any", false, false, false, 167)], "method", false, false, false, 167)), "html", null, true);
yield " (";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 167, $this->source); })()), "enginePower", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 167, $this->source); })()), "request", [], "any", false, false, false, 167), "locale", [], "any", false, false, false, 167)], "method", false, false, false, 167), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.k_s", [], "portal_base"), "html", null, true);
yield ") ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 167, $this->source); })()), "year", [], "any", false, false, false, 167), "html", null, true);
yield "</p>
</h1>
</div>
<div class=\"interaction__wrapper\">
<button
class=\"interaction__item comparison";
// line 173
if ((($tmp = !(null === (isset($context["comparedId"]) || array_key_exists("comparedId", $context) ? $context["comparedId"] : (function () { throw new RuntimeError('Variable "comparedId" does not exist.', 173, $this->source); })()))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield " active";
}
yield "\"
comparedId=\"";
// line 174
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["comparedId"]) || array_key_exists("comparedId", $context) ? $context["comparedId"] : (function () { throw new RuntimeError('Variable "comparedId" does not exist.', 174, $this->source); })()), "html", null, true);
yield "\"
onclick=\"app.Compare.toggleCompare(";
// line 175
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 175, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 175), "html", null, true);
yield ")\"></button>
<button class=\"interaction__item like";
// line 176
if ((($tmp = !(null === (isset($context["featuredId"]) || array_key_exists("featuredId", $context) ? $context["featuredId"] : (function () { throw new RuntimeError('Variable "featuredId" does not exist.', 176, $this->source); })()))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
yield " active";
}
yield "\"
featuredId=\"";
// line 177
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["featuredId"]) || array_key_exists("featuredId", $context) ? $context["featuredId"] : (function () { throw new RuntimeError('Variable "featuredId" does not exist.', 177, $this->source); })()), "html", null, true);
yield "\"
onclick=\"app.Favorit.toggleFavorite('vehicle', {vehicleItemId: '";
// line 178
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 178, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 178), "html", null, true);
yield "', locale: '";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); })()), "request", [], "any", false, false, false, 178), "locale", [], "any", false, false, false, 178), "html", null, true);
yield "', link: '";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); })()), "request", [], "any", false, false, false, 178), "schemeAndHttpHost", [], "any", false, false, false, 178), "html", null, true);
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_car", ["dealer" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 178, $this->source); })()), "dealer", [], "any", false, false, false, 178), "url", [], "any", false, false, false, 178), "url" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 178, $this->source); })()), "url", [], "any", false, false, false, 178), "variation" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 178, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 178)]), "html", null, true);
yield "'})\"></button>
</div>
</div>
<div class=\"info__box__old__price__wrapper\">
";
// line 184
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 184, $this->source); })()), "hasActionPrice", [], "any", false, false, false, 184)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 185
yield " <span class=\"info__box__old__price\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 185, $this->source); })()), "fullPrice", [], "any", false, false, false, 185)), "html", null, true);
yield " грн</span>
";
}
// line 187
yield " </div>
<div class=\"info__box__price__wrapper\">
<div class=\"info__box__price__box\">
<p class=\"info__box__price\">";
// line 191
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 191, $this->source); })()), "price", [], "any", false, false, false, 191)), "html", null, true);
yield " грн</p>
<span class=\"info__box__decor-point\">•</span>
<div
class=\"info__box__discont\">";
// line 194
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter((isset($context["creditPayment"]) || array_key_exists("creditPayment", $context) ? $context["creditPayment"] : (function () { throw new RuntimeError('Variable "creditPayment" does not exist.', 194, $this->source); })())), "html", null, true);
yield " грн/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.month", [], "portal_base"), "html", null, true);
yield "
<svg class=\"widgets__content-info info__box__discont-svg\"
xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\"
fill=\"none\">
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
d=\"M5.99943 0C7.65664 0 9.1565 0.671257 10.2421 1.75682C11.3276 2.84351 12 4.34336 12 5.99943C12 7.65664 11.3276 9.1565 10.2421 10.2421C9.1565 11.3276 7.65664 12 5.99943 12C4.34336 12 2.84351 11.3276 1.75682 10.2421C0.671257 9.1565 0 7.65664 0 5.99943C0 4.34336 0.671257 2.84237 1.75682 1.75682C2.84237 0.671257 4.34336 0 5.99943 0ZM9.57985 2.41902C8.66409 1.50325 7.39742 0.936138 5.99943 0.936138C4.60145 0.936138 3.33591 1.50325 2.41902 2.41902C1.50325 3.33591 0.936138 4.60145 0.936138 5.99943C0.936138 7.39742 1.50325 8.66409 2.41902 9.57985C3.33591 10.4956 4.60145 11.0627 5.99943 11.0627C7.39742 11.0627 8.66409 10.4956 9.57985 9.57985C10.4956 8.66409 11.0627 7.39742 11.0627 5.99943C11.0627 4.60145 10.4956 3.33591 9.57985 2.41902ZM5.94736 3.80568C5.68927 3.80568 5.47986 3.59626 5.47986 3.33818C5.47986 3.07895 5.68927 2.86954 5.94736 2.86954H6.0515C6.31073 2.86954 6.52014 3.07895 6.52014 3.33818C6.52014 3.59626 6.31073 3.80568 6.0515 3.80568H5.94736ZM5.5274 4.88784C5.5274 4.62975 5.73682 4.42034 5.99604 4.42034C6.25413 4.42034 6.46354 4.62975 6.46354 4.88784V8.66182C6.46354 8.91991 6.25413 9.13046 5.99604 9.13046C5.73682 9.13046 5.5274 8.91991 5.5274 8.66182V4.88784Z\"
fill=\"inherit\"/>
</svg>
<div class=\"info__box__discont-info\">
<p>";
// line 203
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car.credit_program", [], "automarket_base"), "html", null, true);
yield "</p>
</div>
</div>
</div>
</div>
";
// line 209
if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 209, $this->source); })()), "sold", [], "any", false, false, false, 209)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 210
yield " <div class=\"info__box__button__wrapper\">
<button class=\"info__box__button box__button-left\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">";
// line 212
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.insurance.insurance_consultation", [], "portal_base"), "html", null, true);
yield "</button>
";
// line 213
if ((((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 213, $this->source); })()) != "moto") && ((isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new RuntimeError('Variable "type" does not exist.', 213, $this->source); })()) != "vodnyj-transport"))) {
// line 214
yield " <button class=\"info__box__button box__button-right\" id=\"click-btn-accord\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.exchange_car", [], "portal_base"), "html", null, true);
yield "</button>
";
} else {
// line 216
yield " <a class=\"info__box__button box__button-right\" href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_tradein");
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.exchange_car", [], "portal_base"), "html", null, true);
yield "</a>
";
}
// line 218
yield " </div>
";
} else {
// line 220
yield " <div class=\"container div-sold-car-title text-center\">
<span class=\"sold-car-title\">ПРОДАНО</span>
</div>
";
}
// line 224
yield "
<div class=\"info__box__features__wrapper\">
<div class=\"info__box__features-item\">
<svg width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_918_28402)\">
<path
d=\"M30 22.207H23.7499V20.9571H28.7501V20.332C28.7501 12.754 22.578 6.58195 15 6.58195C7.42195 6.58195 1.24992 12.754 1.24992 20.332V20.9571H6.25008V22.207H0V20.332C0 12.0586 6.72661 5.33203 15 5.33203C23.2734 5.33203 30 12.0586 30 20.332V22.207Z\"
fill=\"#E40C25\"/>
<path d=\"M14.375 5.95703H15.6252V9.70703H14.375V5.95703Z\" fill=\"#E40C25\"/>
<path
d=\"M4.67105 10.3682L7.69824 13.3954L6.81453 14.2793L3.78711 11.2521L4.67105 10.3682Z\"
fill=\"#E40C25\"/>
<path
d=\"M25.3299 10.3691L26.2139 11.2531L23.1864 14.2803L22.3027 13.3963L25.3299 10.3691Z\"
fill=\"#E40C25\"/>
<path
d=\"M15.1796 24.707C13.3593 24.707 11.875 23.2225 11.875 21.4022C11.875 20.1367 12.617 18.9648 13.7578 18.4178L22.1953 14.3945L18.1718 22.832C17.625 23.9648 16.4531 24.707 15.1796 24.707ZM19.5469 17.0351L14.2968 19.543C13.5859 19.8788 13.1249 20.6133 13.1249 21.4022C13.1249 22.5352 14.0469 23.4569 15.1796 23.4569C15.9688 23.4569 16.6953 22.9959 17.039 22.285L19.5469 17.0351Z\"
fill=\"#E40C25\"/>
</g>
<defs>
<clipPath id=\"clip0_918_28402\">
<rect width=\"30\" height=\"30\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
<span class=\"features-item-name\"
title=\"";
// line 253
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::round((CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 253, $this->source); })()), "mileage", [], "any", false, false, false, 253) / 1000)), "html", null, true);
yield " тис.км\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::round((CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 253, $this->source); })()), "mileage", [], "any", false, false, false, 253) / 1000)), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_in_stock_module.mileage", [], "dc_base"), "html", null, true);
yield "км</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<g clip-path=\"url(#clip0_777_22141)\">
<path
d=\"M27.5 14H26.5C26.1022 14 25.7206 14.158 25.4393 14.4393C25.158 14.7206 25 15.1022 25 15.5V16H24V13.5C24 13.1022 23.842 12.7206 23.5607 12.4393C23.2794 12.158 22.8978 12 22.5 12H21C20.8674 12 20.7402 11.9473 20.6464 11.8536C20.5527 11.7598 20.5 11.6326 20.5 11.5V10.5C20.5 10.1022 20.342 9.72064 20.0607 9.43934C19.7794 9.15804 19.3978 9 19 9H17V7.5H19.5C19.8978 7.5 20.2794 7.34197 20.5607 7.06066C20.842 6.77936 21 6.39783 21 6C21 5.60218 20.842 5.22064 20.5607 4.93934C20.2794 4.65804 19.8978 4.5 19.5 4.5H9.5C9.10218 4.5 8.72064 4.65804 8.43934 4.93934C8.15804 5.22064 8 5.60218 8 6C8 6.39783 8.15804 6.77936 8.43934 7.06066C8.72064 7.34197 9.10218 7.5 9.5 7.5H12V9H9.5C9.10218 9 8.72064 9.15804 8.43934 9.43934C8.15804 9.72064 8 10.1022 8 10.5C8 10.6326 7.94732 10.7598 7.85355 10.8536C7.75979 10.9473 7.63261 11 7.5 11H6C5.60218 11 5.22064 11.158 4.93934 11.4393C4.65804 11.7206 4.5 12.1022 4.5 12.5V14.5H3V12.5C3 12.1022 2.84196 11.7206 2.56066 11.4393C2.27936 11.158 1.89782 11 1.5 11C1.10218 11 0.720644 11.158 0.43934 11.4393C0.158035 11.7206 0 12.1022 0 12.5L0 20.5C0 20.8978 0.158035 21.2794 0.43934 21.5607C0.720644 21.842 1.10218 22 1.5 22C1.89782 22 2.27936 21.842 2.56066 21.5607C2.84196 21.2794 3 20.8978 3 20.5V18.5H4.5V21C4.5 21.3978 4.65804 21.7794 4.93934 22.0607C5.22064 22.342 5.60218 22.5 6 22.5H8.086C8.2186 22.5 8.34575 22.5527 8.4395 22.6465L10.8535 25.0605C10.9924 25.2003 11.1576 25.3111 11.3397 25.3866C11.5217 25.462 11.7169 25.5006 11.914 25.5H22.5C22.8978 25.5 23.2794 25.342 23.5607 25.0607C23.842 24.7794 24 24.3978 24 24V22H25V22.5C25 22.8978 25.158 23.2794 25.4393 23.5607C25.7206 23.842 26.1022 24 26.5 24H27.5C28.1628 23.9992 28.7982 23.7356 29.2669 23.2669C29.7356 22.7982 29.9992 22.1628 30 21.5V16.5C29.9992 15.8372 29.7356 15.2018 29.2669 14.7331C28.7982 14.2644 28.1628 14.0008 27.5 14ZM9 6C9 5.86739 9.05268 5.74022 9.14645 5.64645C9.24021 5.55268 9.36739 5.5 9.5 5.5H19.5C19.6326 5.5 19.7598 5.55268 19.8536 5.64645C19.9473 5.74022 20 5.86739 20 6C20 6.13261 19.9473 6.25979 19.8536 6.35355C19.7598 6.44732 19.6326 6.5 19.5 6.5H9.5C9.36739 6.5 9.24021 6.44732 9.14645 6.35355C9.05268 6.25979 9 6.13261 9 6ZM13 7.5H16V9H13V7.5ZM2 20.5C2 20.6326 1.94732 20.7598 1.85355 20.8536C1.75979 20.9473 1.63261 21 1.5 21C1.36739 21 1.24021 20.9473 1.14645 20.8536C1.05268 20.7598 1 20.6326 1 20.5V12.5C1 12.3674 1.05268 12.2402 1.14645 12.1464C1.24021 12.0527 1.36739 12 1.5 12C1.63261 12 1.75979 12.0527 1.85355 12.1464C1.94732 12.2402 2 12.3674 2 12.5V20.5ZM3 17.5V15.5H4.5V17.5H3ZM23 24C23 24.1326 22.9473 24.2598 22.8536 24.3536C22.7598 24.4473 22.6326 24.5 22.5 24.5H11.914C11.7814 24.5 11.6542 24.4473 11.5605 24.3535L9.1465 21.9395C9.00754 21.7998 8.84227 21.689 8.66024 21.6136C8.47822 21.5382 8.28304 21.4996 8.086 21.5H6C5.86739 21.5 5.74021 21.4473 5.64645 21.3536C5.55268 21.2598 5.5 21.1326 5.5 21V12.5C5.5 12.3674 5.55268 12.2402 5.64645 12.1464C5.74021 12.0527 5.86739 12 6 12H7.5C7.89782 12 8.27936 11.842 8.56066 11.5607C8.84196 11.2794 9 10.8978 9 10.5C9 10.3674 9.05268 10.2402 9.14645 10.1464C9.24021 10.0527 9.36739 10 9.5 10H19C19.1326 10 19.2598 10.0527 19.3536 10.1464C19.4473 10.2402 19.5 10.3674 19.5 10.5V11.5C19.5 11.8978 19.658 12.2794 19.9393 12.5607C20.2206 12.842 20.6022 13 21 13H22.5C22.6326 13 22.7598 13.0527 22.8536 13.1464C22.9473 13.2402 23 13.3674 23 13.5V24ZM24 21V17H25V21H24ZM29 21.5C29 21.8978 28.842 22.2794 28.5607 22.5607C28.2794 22.842 27.8978 23 27.5 23H26.5C26.3674 23 26.2402 22.9473 26.1464 22.8536C26.0527 22.7598 26 22.6326 26 22.5V15.5C26 15.3674 26.0527 15.2402 26.1464 15.1464C26.2402 15.0527 26.3674 15 26.5 15H27.5C27.8978 15 28.2794 15.158 28.5607 15.4393C28.842 15.7206 29 16.1022 29 16.5V21.5Z\"
fill=\"#E40C25\"/>
</g>
<defs>
<clipPath id=\"clip0_777_22141\">
<rect width=\"30\" height=\"30\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
<span class=\"features-item-name\"
title=\"";
// line 271
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 271, $this->source); })()), "fuelTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 271, $this->source); })()), "request", [], "any", false, false, false, 271), "locale", [], "any", false, false, false, 271)], "method", false, false, false, 271), "html", null, true);
yield ", ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 271, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 271, $this->source); })()), "request", [], "any", false, false, false, 271), "locale", [], "any", false, false, false, 271)], "method", false, false, false, 271)), "html", null, true);
yield " л\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 271, $this->source); })()), "fuelTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 271, $this->source); })()), "request", [], "any", false, false, false, 271), "locale", [], "any", false, false, false, 271)], "method", false, false, false, 271), "html", null, true);
yield ", ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 271, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 271, $this->source); })()), "request", [], "any", false, false, false, 271), "locale", [], "any", false, false, false, 271)], "method", false, false, false, 271)), "html", null, true);
yield " л</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<path
d=\"M29.991 5.79243C30.0536 5.06953 29.7894 4.36542 29.233 3.75642C28.7392 3.2163 28.0989 2.88021 27.4305 2.81261C26.5362 2.72248 25.6455 3.01563 24.9795 3.61935C24.3536 4.18264 24.0081 4.9337 24.0081 5.73797C24.0081 6.66676 24.3762 7.50419 25.0096 8.04495V12.6852C25.0096 13.1 24.6733 13.4363 24.2585 13.4363H22.7727C22.369 12.3773 21.6749 11.6782 20.6265 11.2764V8.13009C21.6404 7.57366 22.0786 6.59606 21.8658 5.33551C21.6436 4.02117 20.6703 3.01598 19.4436 2.83197C18.6407 2.69919 17.8203 2.92832 17.2023 3.45787C16.5583 4.0099 16.1884 4.84169 16.1884 5.73797C16.1884 6.7056 16.8212 7.533 17.4971 8.05375V11.2764C16.4332 11.6826 15.7115 12.3943 15.3066 13.4364H13.2374C12.8252 13.436 12.4911 13.1019 12.4908 12.6897V8.13015C13.5072 7.57313 13.9466 6.59424 13.7338 5.33311C13.5116 4.01876 12.5377 3.01422 11.311 2.82957C10.5077 2.69643 9.68668 2.92556 9.06841 3.45547C8.41493 4.03179 8.04515 4.86434 8.05572 5.73557C8.05572 6.70379 8.68725 7.53124 9.36132 8.05134V12.6828C9.36132 13.0976 9.02505 13.4339 8.61026 13.4339H4.9802V8.01502C5.77321 7.23891 6.28451 5.88326 5.66431 4.47127C5.47654 4.04317 5.01276 3.53245 4.58466 3.28208C3.54568 2.67249 2.40595 2.63306 1.46279 3.17382C0.551549 3.70619 -0.00611048 4.6845 5.05265e-05 5.73985C5.05265e-05 6.73436 0.58963 7.55054 1.22427 8.05563V14.4221C1.22533 15.6055 2.18445 16.5647 3.36789 16.5657H8.58462C9.01296 16.5664 9.36003 16.9135 9.36073 17.3418V21.8713C8.3349 22.4315 7.89054 23.4122 8.10395 24.6765C8.32615 25.9909 9.30253 26.9923 10.5317 27.1738C10.6756 27.1947 10.8207 27.2054 10.9661 27.2057C11.6306 27.2093 12.2737 26.971 12.7755 26.5354C13.4257 25.9605 13.7939 25.1313 13.7845 24.2634C13.7845 23.2914 13.1586 22.4653 12.4901 21.9476V17.3162C12.4901 16.9014 12.8264 16.5651 13.2412 16.5651H15.3066C15.7115 17.6072 16.4332 18.3176 17.4971 18.725V21.8707C16.4682 22.434 16.0232 23.4141 16.2366 24.6784C16.4594 25.9928 17.4358 26.9942 18.6656 27.1738C19.4718 27.3014 20.2931 27.0666 20.91 26.5323C21.5591 25.958 21.9268 25.1301 21.9177 24.2635C21.9177 23.2902 21.2918 22.4647 20.6265 21.9477V18.7244C21.6749 18.3226 22.369 17.6235 22.7727 16.5645H24.8418C24.9335 16.5645 25.0079 16.6387 25.0083 16.7304V21.9878C24.3518 22.633 23.8554 23.7108 24.0976 24.8831C24.3042 25.8845 25.0684 26.71 26.0923 27.0455C27.0311 27.3522 28.0019 27.212 28.763 26.6599C29.5266 26.1007 29.9768 25.21 29.9741 24.2634C29.9728 23.2645 29.3901 22.4503 28.763 21.9495V8.02177C29.1943 7.62811 29.904 6.83264 29.991 5.79243ZM28.743 5.69103C28.6923 6.3025 28.1972 6.89337 27.7509 7.24261C27.5992 7.36125 27.5105 7.54321 27.5106 7.73578V22.2694C27.5108 22.4828 27.6198 22.6815 27.7997 22.7963C28.2247 23.0686 28.721 23.6162 28.721 24.264C28.7242 24.8091 28.4667 25.3229 28.0282 25.6466C27.59 25.9639 27.038 26.039 26.4816 25.8562C25.8921 25.6628 25.437 25.1815 25.3231 24.6301C25.1604 23.8441 25.5553 23.128 26.0191 22.7625C26.1708 22.6439 26.2595 22.462 26.2594 22.2694V16.7316C26.2584 15.9488 25.6239 15.3146 24.8412 15.3139H22.322C22.0414 15.3139 21.7951 15.5006 21.7193 15.7709C21.427 16.8148 20.8637 17.3831 19.8348 17.6698C19.5644 17.7453 19.3773 17.9917 19.3773 18.2725V22.2694C19.3774 22.4827 19.4861 22.6813 19.6658 22.7963C20.1284 23.093 20.6672 23.6551 20.6672 24.264C20.6763 24.7677 20.4662 25.2505 20.0914 25.5871C19.7475 25.8808 19.2917 26.0083 18.8453 25.9357C18.1663 25.8381 17.6023 25.2353 17.4728 24.4699C17.3326 23.6437 17.6036 23.1449 18.3522 22.8526C18.5922 22.7588 18.7501 22.5275 18.7502 22.2699V18.2725C18.7502 17.9917 18.5632 17.7453 18.2927 17.6697C17.2425 17.3768 16.6467 16.7935 16.3619 15.7714C16.2864 15.501 16.0399 15.3139 15.7591 15.3139H13.2412C12.1351 15.3139 11.2384 16.2106 11.2384 17.3167V22.2693C11.2385 22.4827 11.3473 22.6813 11.5269 22.7963C11.9907 23.0942 12.5327 23.6569 12.5327 24.2639C12.5418 24.7683 12.3315 25.2518 11.9563 25.5889C11.6129 25.8817 11.1579 26.0083 10.7126 25.935C10.0329 25.8362 9.4684 25.2328 9.33568 24.468C9.1955 23.6424 9.46588 23.1442 10.2119 22.852C10.4519 22.7582 10.6098 22.5269 10.61 22.2692V17.3417C10.6086 16.2223 9.70147 15.3152 8.5821 15.3138H3.36789C2.8756 15.3131 2.47672 14.9142 2.47601 14.4219V7.73203C2.4749 7.5198 2.36629 7.32259 2.1875 7.20817C1.75629 6.93151 1.24868 6.38136 1.24868 5.7405C1.24246 5.13267 1.5616 4.56791 2.08546 4.25968C2.63749 3.9436 3.29842 3.98056 3.95184 4.36231C4.14899 4.47808 4.43504 4.7873 4.51513 4.97507C4.95327 5.97649 4.42753 6.87899 3.96563 7.24015C3.81389 7.35879 3.72523 7.54068 3.72529 7.73332V13.8913C3.72564 14.3316 4.08245 14.6883 4.52264 14.6887H8.60651C9.71262 14.6887 10.6093 13.792 10.6093 12.6859V7.73203C10.6088 7.52038 10.5015 7.32329 10.3239 7.20817C9.85514 6.90774 9.30687 6.34257 9.30687 5.7405C9.29683 5.23377 9.50795 4.74775 9.88518 4.40925C10.1218 4.20523 10.528 3.98115 11.1244 4.07004C11.8129 4.17396 12.3668 4.76665 12.5014 5.54399C12.6428 6.3789 12.3843 6.85834 11.6389 7.1519C11.3989 7.24566 11.241 7.47696 11.2408 7.73461V12.6916C11.2432 13.7943 12.1366 14.6876 13.2393 14.69H15.7597C16.0405 14.69 16.2869 14.503 16.3625 14.2325C16.6472 13.2123 17.2431 12.6272 18.2933 12.3342C18.5638 12.2587 18.7508 12.0123 18.7508 11.7315V7.73215C18.7493 7.51956 18.6399 7.32223 18.4604 7.20828C17.9898 6.90663 17.4402 6.34146 17.4402 5.74061C17.4402 5.20924 17.6512 4.72358 18.0185 4.40749C18.2539 4.20406 18.6588 3.97751 19.2553 4.06828C19.9437 4.17278 20.4983 4.76612 20.6322 5.54411C20.7737 6.37843 20.5164 6.85846 19.7735 7.14949C19.5335 7.24326 19.3755 7.47456 19.3754 7.7322V11.7291C19.3755 12.0098 19.5625 12.2563 19.8329 12.3318C20.8619 12.6184 21.4252 13.1861 21.7174 14.2307C21.7932 14.5009 22.0396 14.6876 22.3201 14.6876H24.2572C25.3633 14.6876 26.26 13.7909 26.26 12.6848V7.73226C26.2587 7.51991 26.1499 7.32264 25.9709 7.2084C25.5259 6.923 25.2599 6.37408 25.2599 5.74073C25.2599 5.29825 25.4577 4.87579 25.8182 4.55154C26.2211 4.18493 26.7607 4.00656 27.3028 4.06083C27.6602 4.09774 28.0269 4.29554 28.3085 4.60411C28.6328 4.95811 28.7749 5.31363 28.743 5.69103Z\"
fill=\"#E40C25\"/>
</svg>
<span class=\"features-item-name\"
title=\"";
// line 282
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 282, $this->source); })()), "transmissionTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 282, $this->source); })()), "request", [], "any", false, false, false, 282), "locale", [], "any", false, false, false, 282)], "method", false, false, false, 282), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 282, $this->source); })()), "transmissionTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 282, $this->source); })()), "request", [], "any", false, false, false, 282), "locale", [], "any", false, false, false, 282)], "method", false, false, false, 282), "html", null, true);
yield "</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<path
d=\"M23.4375 10.7812H26.25C27.0253 10.7812 27.6562 10.1503 27.6562 9.375V1.875C27.6562 1.09969 27.0253 0.46875 26.25 0.46875H23.4375C22.6622 0.46875 22.0312 1.09969 22.0312 1.875V3.28125H20.625C20.3658 3.28125 20.1562 3.49125 20.1562 3.75V4.21875H9.84375V3.75C9.84375 3.49125 9.63422 3.28125 9.375 3.28125H7.96875V1.875C7.96875 1.09969 7.33781 0.46875 6.5625 0.46875H3.75C2.97469 0.46875 2.34375 1.09969 2.34375 1.875V9.375C2.34375 10.1503 2.97469 10.7812 3.75 10.7812H6.5625C7.33781 10.7812 7.96875 10.1503 7.96875 9.375V7.96875H9.375C9.63422 7.96875 9.84375 7.75875 9.84375 7.5V7.03125H10.5872L13.5938 10.0378V14.5312H13.125C12.8658 14.5312 12.6562 14.7413 12.6562 15V18.2812H11.25C10.9908 18.2812 10.7812 18.4908 10.7812 18.75V22.9688H9.84375V22.5C9.84375 22.2408 9.63422 22.0312 9.375 22.0312H7.96875V20.625C7.96875 19.8497 7.33781 19.2188 6.5625 19.2188H3.75C2.97469 19.2188 2.34375 19.8497 2.34375 20.625V28.125C2.34375 28.9003 2.97469 29.5312 3.75 29.5312H6.5625C7.33781 29.5312 7.96875 28.9003 7.96875 28.125V26.7188H9.375C9.63422 26.7188 9.84375 26.5092 9.84375 26.25V25.7812H20.1562V26.25C20.1562 26.5092 20.3658 26.7188 20.625 26.7188H22.0312V28.125C22.0312 28.9003 22.6622 29.5312 23.4375 29.5312H26.25C27.0253 29.5312 27.6562 28.9003 27.6562 28.125V20.625C27.6562 19.8497 27.0253 19.2188 26.25 19.2188H23.4375C22.6622 19.2188 22.0312 19.8497 22.0312 20.625V22.0312H20.625C20.3658 22.0312 20.1562 22.2408 20.1562 22.5V22.9688H19.2188V18.75C19.2188 18.4908 19.0092 18.2812 18.75 18.2812H17.3438V15C17.3438 14.7413 17.1342 14.5312 16.875 14.5312H16.4062V10.0378L19.4128 7.03125H20.1562V7.5C20.1562 7.75875 20.3658 7.96875 20.625 7.96875H22.0312V9.375C22.0312 10.1503 22.6622 10.7812 23.4375 10.7812ZM6.5625 9.84375H3.75C3.49125 9.84375 3.28125 9.63328 3.28125 9.375V8.16281L3.88734 8.76891L4.55016 8.10609L3.28125 6.83719V5.81906L3.88734 6.42516L4.55016 5.76234L3.28125 4.49344V3.47531L3.88734 4.08141L4.55016 3.41859L3.28125 2.14969V1.875C3.28125 1.61672 3.49125 1.40625 3.75 1.40625H6.5625C6.82125 1.40625 7.03125 1.61672 7.03125 1.875V2.14969L5.76234 3.41859L6.42516 4.08141L7.03125 3.47531V4.49344L5.76234 5.76234L6.42516 6.42516L7.03125 5.81906V6.83719L5.76234 8.10609L6.42516 8.76891L7.03125 8.16281V9.375C7.03125 9.63328 6.82125 9.84375 6.5625 9.84375ZM8.90625 7.03125H7.96875V4.21875H8.90625V7.03125ZM6.5625 28.5938H3.75C3.49125 28.5938 3.28125 28.3838 3.28125 28.125V26.9128L3.88734 27.5189L4.55016 26.8561L3.28125 25.5872V24.5691L3.88734 25.1752L4.55016 24.5123L3.28125 23.2434V22.2253L3.88734 22.8314L4.55016 22.1686L3.28125 20.8997V20.625C3.28125 20.3662 3.49125 20.1562 3.75 20.1562H6.5625C6.82125 20.1562 7.03125 20.3662 7.03125 20.625V20.8997L5.76234 22.1686L6.42516 22.8314L7.03125 22.2253V23.2434L5.76234 24.5123L6.42516 25.1752L7.03125 24.5691V25.5872L5.76234 26.8561L6.42516 27.5189L7.03125 26.9128V28.125C7.03125 28.3838 6.82125 28.5938 6.5625 28.5938ZM8.90625 25.7812H7.96875V22.9688H8.90625V25.7812ZM23.4375 20.1562H26.25C26.5088 20.1562 26.7188 20.3662 26.7188 20.625V20.8997L25.4498 22.1686L26.1127 22.8314L26.7188 22.2253V23.2434L25.4498 24.5123L26.1127 25.1752L26.7188 24.5691V25.5872L25.4498 26.8561L26.1127 27.5189L26.7188 26.9128V28.125C26.7188 28.3838 26.5088 28.5938 26.25 28.5938H23.4375C23.1787 28.5938 22.9688 28.3838 22.9688 28.125V26.9128L23.5748 27.5189L24.2377 26.8561L22.9688 25.5872V24.5691L23.5748 25.1752L24.2377 24.5123L22.9688 23.2434V22.2253L23.5748 22.8314L24.2377 22.1686L22.9688 20.8997V20.625C22.9688 20.3662 23.1787 20.1562 23.4375 20.1562ZM21.0938 22.9688H22.0312V25.7812H21.0938V22.9688ZM11.9128 7.03125H13.5938V8.71219L11.9128 7.03125ZM13.5938 15.4688H16.4062V20.1562H13.5938V15.4688ZM14.5312 22.9688V21.0938H15.4688V22.9688H14.5312ZM11.7188 19.2188H12.6562V20.625C12.6562 20.8842 12.8658 21.0938 13.125 21.0938H13.5938V22.9688H11.7188V19.2188ZM20.1562 24.8438H9.84375V23.9062H20.1562V24.8438ZM17.3438 20.625V19.2188H18.2812V22.9688H16.4062V21.0938H16.875C17.1342 21.0938 17.3438 20.8842 17.3438 20.625ZM14.5312 14.5312V7.03125H15.4688V14.5312H14.5312ZM16.4062 8.71219V7.03125H18.0872L16.4062 8.71219ZM9.84375 6.09375V5.15625H20.1562V6.09375H9.84375ZM23.4375 1.40625H26.25C26.5088 1.40625 26.7188 1.61672 26.7188 1.875V2.14969L25.4498 3.41859L26.1127 4.08141L26.7188 3.47531V4.49344L25.4498 5.76234L26.1127 6.42516L26.7188 5.81906V6.83719L25.4498 8.10609L26.1127 8.76891L26.7188 8.16281V9.375C26.7188 9.63328 26.5088 9.84375 26.25 9.84375H23.4375C23.1787 9.84375 22.9688 9.63328 22.9688 9.375V8.16281L23.5748 8.76891L24.2377 8.10609L22.9688 6.83719V5.81906L23.5748 6.42516L24.2377 5.76234L22.9688 4.49344V3.47531L23.5748 4.08141L24.2377 3.41859L22.9688 2.14969V1.875C22.9688 1.61672 23.1787 1.40625 23.4375 1.40625ZM21.0938 7.03125V4.21875H22.0312V7.03125H21.0938Z\"
fill=\"#E40C25\"/>
</svg>
<span class=\"features-item-name\"
title=\"";
// line 293
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 293, $this->source); })()), "driveUnitTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 293, $this->source); })()), "request", [], "any", false, false, false, 293), "locale", [], "any", false, false, false, 293)], "method", false, false, false, 293), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 293, $this->source); })()), "driveUnitTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 293, $this->source); })()), "request", [], "any", false, false, false, 293), "locale", [], "any", false, false, false, 293)], "method", false, false, false, 293), "html", null, true);
yield "</span>
</div>
</div>
<div class=\"features__wrapper\">
<div class=\"features__box features__box-left\">
";
// line 300
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 300, $this->source); })()), "options", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 300, $this->source); })()), "request", [], "any", false, false, false, 300), "locale", [], "any", false, false, false, 300)], "method", false, false, false, 300));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 301
yield " <div class=\"features__item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"10\"
viewBox=\"0 0 14 10\"
fill=\"none\">
<path d=\"M1 3.45168L4.84199 8.67752M13 1L5.15801 9\" stroke=\"#4CB30F\"
stroke-width=\"2\" stroke-linecap=\"round\"/>
</svg>
<span>";
// line 308
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["option"], "html", null, true);
yield "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['option'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 311
yield " </div>
</div>
<div class=\"card__car__contacts__wrapper\">
<div class=\"card__car__contacts__logo\"
style=\"background-image: url('";
// line 316
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/portal/img/front/logo.svg"), "html", null, true);
yield "')\"></div>
<div class=\"card__car__contacts__box\">
<p class=\"used__card__add-link\">";
// line 318
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 318, $this->source); })()), "addressByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 318, $this->source); })()), "request", [], "any", false, false, false, 318), "locale", [], "any", false, false, false, 318)], "method", false, false, false, 318), "html", null, true);
yield "</p>
<p><strong>";
// line 319
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 319, $this->source); })()), "nameByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 319, $this->source); })()), "request", [], "any", false, false, false, 319), "locale", [], "any", false, false, false, 319)], "method", false, false, false, 319), "html", null, true);
yield "</strong></p>
<p><a class=\"car__card__phone-link\"
href=\"tel:";
// line 321
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 321, $this->source); })()), "phone", [], "any", false, false, false, 321), "html", null, true);
yield "\">тел: ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["dealer"]) || array_key_exists("dealer", $context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.', 321, $this->source); })()), "phone", [], "any", false, false, false, 321), "html", null, true);
yield "</a></p>
</div>
<a class=\"info__box__car__anhor\"
href=\"";
// line 324
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_new_catalog", ["state" => "used", "type" => "car"]), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.to_auto_catalog", [], "portal_base"), "html", null, true);
yield "</a>
</div>
</div>
</div>
<div class=\"card__car__global__wrapper global__wrapper-m\">
<div class=\"card__car__colum card__car__colum-margin\">
<div class=\"car__car__specifications__accordion\">
<p class=\"specifications__accordion-title mt-5\">";
// line 336
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_page.tech", [], "dc_base"), "html", null, true);
yield "</p>
<div class=\"specifications__accordion\">
<input class=\"specifications__accordion__trigger\" id=\"specifications__accordion\"
type=\"checkbox\" checked/><label class=\"specifications__accordion__title\"
for=\"specifications__accordion\">";
// line 341
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_page.options", [], "dc_base"), "html", null, true);
yield "</label>
<div class=\"specifications__accordion__content-wrapper\">
<div class=\"specifications__accordion__content\">
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">";
// line 345
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_page.compare.engine", [], "dc_base"), "html", null, true);
yield "</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">";
// line 347
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 347, $this->source); })()), "fuelTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 347, $this->source); })()), "request", [], "any", false, false, false, 347), "locale", [], "any", false, false, false, 347)], "method", false, false, false, 347), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->engineVolumeShortFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 347, $this->source); })()), "engineVolume", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 347, $this->source); })()), "request", [], "any", false, false, false, 347), "locale", [], "any", false, false, false, 347)], "method", false, false, false, 347)), "html", null, true);
yield " л, ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 347, $this->source); })()), "enginePower", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 347, $this->source); })()), "request", [], "any", false, false, false, 347), "locale", [], "any", false, false, false, 347)], "method", false, false, false, 347), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.k_s", [], "portal_base"), "html", null, true);
yield "</p>
</div>
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">Тип КПП</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">";
// line 352
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 352, $this->source); })()), "transmissionTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 352, $this->source); })()), "request", [], "any", false, false, false, 352), "locale", [], "any", false, false, false, 352)], "method", false, false, false, 352), "html", null, true);
yield "</p>
</div>
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">";
// line 355
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("trade_in.drive", [], "dc_base"), "html", null, true);
yield "</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">";
// line 357
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 357, $this->source); })()), "driveUnitTypeName", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 357, $this->source); })()), "request", [], "any", false, false, false, 357), "locale", [], "any", false, false, false, 357)], "method", false, false, false, 357), "html", null, true);
yield "</p>
</div>
</div>
</div>
</div>
";
// line 363
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 363, $this->source); })()), "characterisaticsWithGroup", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 363, $this->source); })()), "request", [], "any", false, false, false, 363), "locale", [], "any", false, false, false, 363)], "method", false, false, false, 363));
foreach ($context['_seq'] as $context["_key"] => $context["group"]) {
// line 364
yield " ";
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["group"], "characteristics", [], "any", false, false, false, 364))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 365
yield " <div class=\"specifications__accordion\">
<input class=\"specifications__accordion__trigger\"
id=\"specifications__accordion-";
// line 367
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["group"], "id", [], "any", false, false, false, 367), "html", null, true);
yield "\"
type=\"checkbox\"/><label class=\"specifications__accordion__title\"
for=\"specifications__accordion-";
// line 369
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["group"], "id", [], "any", false, false, false, 369), "html", null, true);
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["group"], "title", [], "any", false, false, false, 369), "html", null, true);
yield "</label>
<div class=\"specifications__accordion__content-wrapper\">
<div class=\"specifications__accordion__content\">
<div class=\"specifications__accordion__content\">
";
// line 373
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["group"], "characteristics", [], "any", false, false, false, 373));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 374
yield " <div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">";
// line 375
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 375), "html", null, true);
yield "</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">";
// line 377
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "value", [], "any", false, false, false, 377), "html", null, true);
yield "</p>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 380
yield " </div>
</div>
</div>
</div>
";
}
// line 385
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['group'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 386
yield " <div>
<p class=\"slider__auto__title mt-3 mb-3\">
<strong>";
// line 388
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("card_car.auto_desc", [], "portal_base"), "html", null, true);
yield "</strong></p>
";
// line 389
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 389, $this->source); })()), "content", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 389, $this->source); })()), "request", [], "any", false, false, false, 389), "locale", [], "any", false, false, false, 389)], "method", false, false, false, 389);
yield "
</div>
</div>
</div>
";
// line 395
if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 395, $this->source); })()), "sold", [], "any", false, false, false, 395)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 396
yield " ";
yield from $this->load("@Portal/Car/module-temporary.html.twig", 396)->unwrap()->yield(CoreExtension::merge($context, ["isUsed" => true]));
// line 397
yield " ";
}
// line 398
yield "
</div>
</div>
</div>
";
// line 403
if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 403, $this->source); })()), "firstYoutubeUrl", [], "any", false, false, false, 403))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 404
yield " <section class=\"section_car_video\" id=\"videoReview\">
<div class=\"container\">
";
// line 406
yield from $this->load("@DcSite/Modules/vehicle/video-block.html.twig", 406)->unwrap()->yield(CoreExtension::merge($context, ["videoPath" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 406, $this->source); })()), "firstYoutubeUrl", [], "any", false, false, false, 406), "brand" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 406, $this->source); })()), "brand", [], "any", false, false, false, 406), "name", [], "any", false, false, false, 406), "model" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 406, $this->source); })()), "modelName", [], "any", false, false, false, 406)]));
// line 407
yield " </div>
</section>
";
}
// line 410
yield "
<section class=\"section__auxiliary__unit\">
<div class=\"container\">
<div class=\"auxiliary__unit__wrapper\">
";
// line 415
if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 415, $this->source); })()), "sold", [], "any", false, false, false, 415)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 416
yield " <div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">";
// line 417
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.order_test_drive", [], "automarket_base"), "html", null, true);
yield "</p>
<p class=\"auxiliary__unit__text\">";
// line 418
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.first_block_content", [], "automarket_base");
yield "</p>
<a data-bs-toggle=\"modal\" class=\"data-widget-button widgets__button auxiliary__unit__btn\"
data-bs-target=\"#order-test-drive\">Хочу на тест-драйв</a>
</div>
<div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">";
// line 424
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.new_spare", [], "automarket_base"), "html", null, true);
yield "</p>
<p class=\"auxiliary__unit__text\">";
// line 425
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.second_block_first_half", [], "automarket_base");
yield "
<a href=\"";
// line 426
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_service_parts");
yield "\"> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.vidi_spare", [], "automarket_base"), "html", null, true);
yield "</a> ";
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.second_block_second_half", [], "automarket_base");
yield "
</p>
<a href=\"";
// line 428
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_service_parts");
yield "\"
class=\"widgets__button auxiliary__unit__btn\">";
// line 429
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.pick_up_spare", [], "automarket_base"), "html", null, true);
yield "</a>
</div>
";
}
// line 432
yield "
<div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">";
// line 434
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.sale_your_car", [], "automarket_base"), "html", null, true);
yield "</p>
<p class=\"auxiliary__unit__text\">";
// line 435
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.third_block", [], "automarket_base");
yield "
<a href=\"";
// line 436
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_tradein");
yield "\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("advantages.trade_in", [], "automarket_base"), "html", null, true);
yield "</a> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("buy_car.benefit_5", [], "automarket_base"), "html", null, true);
yield "
<a href=\"";
// line 437
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_sale_vidi_select");
yield "\">VIDI-Select</a> ";
yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.third_block_second_part", [], "automarket_base");
yield "
</p>
<a href=\"";
// line 439
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_tradein");
yield "\"
class=\"widgets__button auxiliary__unit__btn\">";
// line 440
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("car_card_block.want_to_sale_car", [], "automarket_base"), "html", null, true);
yield "</a>
</div>
</div>
</div>
</section>
";
// line 447
yield from $this->load("@Portal/Modules/may-interest-vehicles.html.twig", 447)->unwrap()->yield($context);
// line 448
yield "
<div class=\"dynamic_prompt_mobile\">
<div class=\"container\">
<div class=\"dynamic_prompt_mobile_wrapper\">
<p class=\"dynamic_prompt_mobile_price\">";
// line 452
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 452, $this->source); })()), "price", [], "any", false, false, false, 452)), "html", null, true);
yield " грн</p>
<p class=\"dynamic_prompt_mounth_price_mobile\">";
// line 453
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['DcSiteBundle\Twig\TwigDcExtension']->priceFilter((isset($context["creditPayment"]) || array_key_exists("creditPayment", $context) ? $context["creditPayment"] : (function () { throw new RuntimeError('Variable "creditPayment" does not exist.', 453, $this->source); })())), "html", null, true);
yield "
грн/";
// line 454
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.month", [], "portal_base"), "html", null, true);
yield "</p>
<button class=\"dynamic_prompt_btn-mobile\" data-toggle=\"modal\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">";
// line 456
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.leasing.form_title", [], "portal_base"), "html", null, true);
yield "</button>
</div>
</div>
</div>
</div>
";
// line 464
yield from $this->load("@Portal/Car/module-map.html.twig", 464)->unwrap()->yield($context);
// line 465
yield "
";
// line 466
yield from $this->load("@Portal/Modules/order-car-popup.html.twig", 466)->unwrap()->yield($context);
// line 467
yield " ";
yield from $this->load("@Portal/Modules/order-test-drive-popup.html.twig", 467)->unwrap()->yield($context);
// line 468
yield " ";
yield from $this->load("@Portal/Modules/sps-popup-portal.html.twig", 468)->unwrap()->yield($context);
// line 469
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 473
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_script(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "script"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "script"));
// line 474
yield "
<script src=\"/dist/";
// line 475
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 475, $this->source); })()), "html", null, true);
yield "/portal/js/portalCarCatalogItem.js?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 475, $this->source); })()), "html", null, true);
yield "\"></script>
<script src=\"/dist/";
// line 476
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE", $context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.', 476, $this->source); })()), "html", null, true);
yield "/portal/js/portalCarCreditCalc.js?";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["VERSION"]) || array_key_exists("VERSION", $context) ? $context["VERSION"] : (function () { throw new RuntimeError('Variable "VERSION" does not exist.', 476, $this->source); })()), "html", null, true);
yield "\"></script>
<script>
\$(() => {
window.initLeasing({
locale: '";
// line 480
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 480, $this->source); })()), "request", [], "any", false, false, false, 480), "locale", [], "any", false, false, false, 480), "html", null, true);
yield "',
initUrl: '";
// line 481
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("leasing-init");
yield "',
initDealerUrl: '";
// line 482
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("leasing-init-dealer");
yield "',
initMerchantUrl: '";
// line 483
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_credit_merchant");
yield "',
findEquipmentsUrl: '";
// line 484
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("car-find-equipments");
yield "',
findWithBrands: 1,
price: '";
// line 486
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 486, $this->source); })()), "price", [], "any", false, false, false, 486), "html", null, true);
yield "',
dealer: ";
// line 487
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 487, $this->source); })()), "dealer", [], "any", false, false, false, 487), "id", [], "any", false, false, false, 487), "html", null, true);
yield ",
carId: ";
// line 488
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 488, $this->source); })()), "vehicleId", [], "any", false, false, false, 488), "html", null, true);
yield ",
car: '";
// line 489
yield json_encode((isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 489, $this->source); })()));
yield "',
vehicleType: '";
// line 490
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 490, $this->source); })()), "vehicleType", [], "any", false, false, false, 490), "html", null, true);
yield "',
variationId: ";
// line 491
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 491, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 491), "html", null, true);
yield ",
isSelectedCarMode: true,
equipmentId: ";
// line 493
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 493, $this->source); })()), "equipment", [], "any", false, false, false, 493), "id", [], "any", false, false, false, 493), "html", null, true);
yield ",
firstStep: false,
privacyUrl: '";
// line 495
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["privacyUrl"]) || array_key_exists("privacyUrl", $context) ? $context["privacyUrl"] : (function () { throw new RuntimeError('Variable "privacyUrl" does not exist.', 495, $this->source); })()), "html", null, true);
yield "'
});
window.initCasco({
initUrl: '";
// line 499
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_casco_init");
yield "',
initByDealerUrl: '";
// line 500
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_casco_init_by_dealer");
yield "',
optionsUrl: '";
// line 501
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_casco_options");
yield "',
formUrl: '";
// line 502
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("base_casco_save_form");
yield "',
dealer: ";
// line 503
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 503, $this->source); })()), "dealer", [], "any", false, false, false, 503), "id", [], "any", false, false, false, 503), "html", null, true);
yield ",
carId: ";
// line 504
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 504, $this->source); })()), "vehicleId", [], "any", false, false, false, 504), "html", null, true);
yield ",
variationId: ";
// line 505
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 505, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 505), "html", null, true);
yield ",
price: '";
// line 506
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 506, $this->source); })()), "price", [], "any", false, false, false, 506), "html", null, true);
yield "',
disableCarChange: true,
privacyUrl: '";
// line 508
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["privacyUrl"]) || array_key_exists("privacyUrl", $context) ? $context["privacyUrl"] : (function () { throw new RuntimeError('Variable "privacyUrl" does not exist.', 508, $this->source); })()), "html", null, true);
yield "',
});
const obj = new portal.portalCarCreditCalc.Credit();
obj.initCreditCalc({
vehicleItemId: '";
// line 513
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 513, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 513), "html", null, true);
yield "',
vehicleId: '";
// line 514
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 514, $this->source); })()), "vehicleId", [], "any", false, false, false, 514), "html", null, true);
yield "',
getVehicleUrl: '";
// line 515
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_credit_get_vehicle");
yield "',
initCreditCalcUrl: '";
// line 516
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_credit_init");
yield "',
initTradeInUrl: '";
// line 517
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_ti_init");
yield "',
agreementUrl: '";
// line 518
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("automarket_personal_data_agreement");
yield "',
loadListDocumentUrl: '";
// line 519
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_credit_load_documents");
yield "',
schedulePaymentUrl: '";
// line 520
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_credit_load_schedule_credit_pdf");
yield "',
getVehiclesByWalletUrl: '";
// line 521
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_credit_by_price");
yield "',
getVehiclesWithMinPriceUrl: '";
// line 522
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_credit_by_price_min");
yield "',
getCrmUUIDUrl: '";
// line 523
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_crm_lead_by_uuid");
yield "',
getCrmDataUrl: '";
// line 524
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("portal_finance_crm_create_lead");
yield "',
sendLeadUrl: '";
// line 525
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_credit_save");
yield "',
ks: '";
// line 526
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("catalog.k_s", [], "portal_base"), "html", null, true);
yield "',
enginePower: '";
// line 527
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cars.engine", [], "portal_base"), "html", null, true);
yield "',
translate_month: '";
// line 528
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.credit_month_short", [], "portal_base"), "html", null, true);
yield "',
translate_under: '";
// line 529
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.credit_under", [], "portal_base"), "html", null, true);
yield "',
translate_first_payment: '";
// line 530
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("form.first_give", [], "portal_base"), "html", null, true);
yield "',
translate_uah: ' грн',
translate_not_enough_money: '";
// line 532
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.not_enough_money_2", [], "portal_base"), "html", null, true);
yield "',
translate_not_estimate_vehicle: '";
// line 533
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.not_estimate_vehicle_2", [], "portal_base"), "html", null, true);
yield "',
translate_min_first_payment_for_car: '";
// line 534
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.min_first_payment_for_car", [], "portal_base"), "html", null, true);
yield "',
translate_unfortunately_not_enough: '";
// line 535
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.unfortunately_not_enough", [], "portal_base"), "html", null, true);
yield "',
translate_price_of_your_car: '";
// line 536
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.price_of_your_car", [], "portal_base"), "html", null, true);
yield "',
translate_min: '";
// line 537
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.min", [], "portal_base"), "html", null, true);
yield "',
translate_min_first_payment: '";
// line 538
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.min_first_payment", [], "portal_base"), "html", null, true);
yield "',
translate_min_month_payment: '";
// line 539
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.min_month_payment", [], "portal_base"), "html", null, true);
yield "',
translate_month_term_credit: '";
// line 540
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.month_term_credit", [], "portal_base"), "html", null, true);
yield "',
continue_first_least: '";
// line 541
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.continue_first_least", [], "portal_base"), "html", null, true);
yield "',
translate_term_months: '";
// line 542
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.term_months", [], "portal_base"), "html", null, true);
yield "',
translate_term_months_short: '";
// line 543
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.term_months_short", [], "portal_base"), "html", null, true);
yield "',
translate_price_from: '";
// line 544
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.price_from", [], "portal_base"), "html", null, true);
yield "',
translate_max_first_payment: '";
// line 545
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.translate_max_first_payment", [], "portal_base"), "html", null, true);
yield "',
translate_change_sum: '";
// line 546
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.translate_change_sum", [], "portal_base"), "html", null, true);
yield "',
translate_pre_estimate_count_1: '";
// line 547
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.translate_pre_estimate_count_1", [], "portal_base"), "html", null, true);
yield "',
translate_pre_estimate_count_2: '";
// line 548
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("finance.credit.translate_pre_estimate_count_2", [], "portal_base"), "html", null, true);
yield "',
name: '";
// line 549
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 549), "name", [], "any", true, true, false, 549)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 549, $this->source); })()), "user", [], "any", false, false, false, 549), "name", [], "any", false, false, false, 549), null)) : (null)), "html", null, true);
yield "',
phone: '";
// line 550
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, true, false, 550), "phone", [], "any", true, true, false, 550)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 550, $this->source); })()), "user", [], "any", false, false, false, 550), "phone", [], "any", false, false, false, 550), null)) : (null)), "html", null, true);
yield "',
});
window.initTIWidget({
initUrl: '";
// line 555
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dc_ti_init");
yield "',
dealer: ";
// line 556
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 556, $this->source); })()), "dealer", [], "any", false, false, false, 556), "id", [], "any", false, false, false, 556), "html", null, true);
yield ",
carId: ";
// line 557
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 557, $this->source); })()), "vehicleId", [], "any", false, false, false, 557), "html", null, true);
yield ",
variationId: ";
// line 558
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 558, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 558), "html", null, true);
yield ",
price: '";
// line 559
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 559, $this->source); })()), "price", [], "any", false, false, false, 559), "html", null, true);
yield "',
vehicleName: '";
// line 560
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 560, $this->source); })()), "fullName", [], "any", false, false, false, 560), "html", null, true);
yield "',
year: '";
// line 561
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 561, $this->source); })()), "year", [], "any", false, false, false, 561), "html", null, true);
yield "',
privacyUrl: '";
// line 562
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["privacyUrl"]) || array_key_exists("privacyUrl", $context) ? $context["privacyUrl"] : (function () { throw new RuntimeError('Variable "privacyUrl" does not exist.', 562, $this->source); })()), "html", null, true);
yield "'
});
window.initRegistrationCost({
price: '";
// line 566
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 566, $this->source); })()), "price", [], "any", false, false, false, 566), "html", null, true);
yield "',
vehicleType: ";
// line 567
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 567, $this->source); })()), "vehicleType", [], "any", false, false, false, 567), "html", null, true);
yield ",
});
window.initService({
dealerId: ";
// line 571
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 571, $this->source); })()), "dealer", [], "any", false, false, false, 571), "id", [], "any", false, false, false, 571), "html", null, true);
yield ",
variationId: ";
// line 572
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 572, $this->source); })()), "vehicleItemId", [], "any", false, false, false, 572), "html", null, true);
yield ",
modelId: '";
// line 573
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["vehicle"]) || array_key_exists("vehicle", $context) ? $context["vehicle"] : (function () { throw new RuntimeError('Variable "vehicle" does not exist.', 573, $this->source); })()), "model", [], "any", false, false, false, 573), "id", [], "any", false, false, false, 573), "html", null, true);
yield "',
findVariationsUrl: '";
// line 574
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("online-service-find-variations");
yield "',
byModelUrl: '";
// line 575
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("online-service-load-by-model");
yield "',
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@Portal/Car/new-used-card-car.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 1378 => 575, 1374 => 574, 1370 => 573, 1366 => 572, 1362 => 571, 1355 => 567, 1351 => 566, 1344 => 562, 1340 => 561, 1336 => 560, 1332 => 559, 1328 => 558, 1324 => 557, 1320 => 556, 1316 => 555, 1308 => 550, 1304 => 549, 1300 => 548, 1296 => 547, 1292 => 546, 1288 => 545, 1284 => 544, 1280 => 543, 1276 => 542, 1272 => 541, 1268 => 540, 1264 => 539, 1260 => 538, 1256 => 537, 1252 => 536, 1248 => 535, 1244 => 534, 1240 => 533, 1236 => 532, 1231 => 530, 1227 => 529, 1223 => 528, 1219 => 527, 1215 => 526, 1211 => 525, 1207 => 524, 1203 => 523, 1199 => 522, 1195 => 521, 1191 => 520, 1187 => 519, 1183 => 518, 1179 => 517, 1175 => 516, 1171 => 515, 1167 => 514, 1163 => 513, 1155 => 508, 1150 => 506, 1146 => 505, 1142 => 504, 1138 => 503, 1134 => 502, 1130 => 501, 1126 => 500, 1122 => 499, 1115 => 495, 1110 => 493, 1105 => 491, 1101 => 490, 1097 => 489, 1093 => 488, 1089 => 487, 1085 => 486, 1080 => 484, 1076 => 483, 1072 => 482, 1068 => 481, 1064 => 480, 1055 => 476, 1049 => 475, 1046 => 474, 1033 => 473, 1021 => 469, 1018 => 468, 1015 => 467, 1013 => 466, 1010 => 465, 1008 => 464, 997 => 456, 992 => 454, 988 => 453, 984 => 452, 978 => 448, 976 => 447, 966 => 440, 962 => 439, 955 => 437, 947 => 436, 943 => 435, 939 => 434, 935 => 432, 929 => 429, 925 => 428, 916 => 426, 912 => 425, 908 => 424, 899 => 418, 895 => 417, 892 => 416, 890 => 415, 883 => 410, 878 => 407, 876 => 406, 872 => 404, 870 => 403, 863 => 398, 860 => 397, 857 => 396, 855 => 395, 846 => 389, 842 => 388, 838 => 386, 832 => 385, 825 => 380, 816 => 377, 811 => 375, 808 => 374, 804 => 373, 795 => 369, 790 => 367, 786 => 365, 783 => 364, 779 => 363, 770 => 357, 765 => 355, 759 => 352, 745 => 347, 740 => 345, 733 => 341, 725 => 336, 708 => 324, 700 => 321, 695 => 319, 691 => 318, 686 => 316, 679 => 311, 670 => 308, 661 => 301, 657 => 300, 645 => 293, 629 => 282, 609 => 271, 584 => 253, 553 => 224, 547 => 220, 543 => 218, 535 => 216, 529 => 214, 527 => 213, 523 => 212, 519 => 210, 517 => 209, 508 => 203, 494 => 194, 488 => 191, 482 => 187, 476 => 185, 474 => 184, 460 => 178, 456 => 177, 450 => 176, 446 => 175, 442 => 174, 436 => 173, 421 => 167, 417 => 166, 407 => 158, 401 => 155, 397 => 153, 391 => 151, 388 => 150, 382 => 148, 380 => 147, 358 => 127, 352 => 126, 347 => 124, 341 => 122, 338 => 121, 334 => 120, 328 => 118, 326 => 117, 312 => 106, 306 => 103, 302 => 102, 294 => 97, 290 => 95, 284 => 93, 282 => 92, 275 => 88, 271 => 87, 267 => 86, 263 => 85, 259 => 84, 254 => 82, 231 => 69, 220 => 61, 216 => 60, 209 => 55, 204 => 52, 199 => 50, 196 => 49, 193 => 48, 187 => 45, 183 => 44, 180 => 43, 174 => 40, 170 => 39, 167 => 38, 164 => 37, 162 => 36, 157 => 33, 155 => 32, 148 => 28, 143 => 26, 132 => 18, 125 => 13, 112 => 12, 97 => 9, 91 => 8, 87 => 7, 81 => 5, 68 => 4, 57 => 2, 55 => 1, 42 => 2,);
}
public function getSourceContext(): Source
{
return new Source("{% set bs5 = true %}
{% extends '@Portal/template.html.twig' %}
{% block head %}
<title>{{ 'card_car.vehicle_used.title'|trans({'%brand%':vehicle.brand.name,'%model%':vehicle.modelName,'%engineVolume%':vehicle.engineVolume(app.request.locale)|engine_volume_short,'%transmission%':vehicle.transmissionTypeName(app.request.locale),'%year%':vehicle.year,'%price%':vehicle.fullPrice|price,'%dealer%':dealer.nameByLocale(app.request.locale),'%dealer_city%':dealer.cityNameByLocale(app.request.locale)}, 'portal_base') }}</title>
<meta name=\"description\"
content=\"{{ 'card_car.vehicle_used.description'|trans({'%brand%':vehicle.brand.name,'%model%':vehicle.modelName,'%engineVolume%':vehicle.engineVolume(app.request.locale)|engine_volume_short,'%transmission%':vehicle.transmissionTypeName(app.request.locale),'%year%':vehicle.year,'%price%':vehicle.fullPrice|price,'%dealer%':dealer.nameByLocale(app.request.locale),'%dealer_city%':dealer.cityNameByLocale(app.request.locale),'%dealer_address%':dealer.addressByLocale(app.request.locale)}, 'portal_base') }}\"/>
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/{{ MODE }}/portal/css/portalCarCatalogItem.css?{{ VERSION }}\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/dist/{{ MODE }}/portal/css/portalCarCreditCalc.css?{{ VERSION }}\">
{% endblock %}
{% block content %}
<section class=\"breadcrumbs__new\">
<div class=\"container\">
<ol class=\"vidi_breadcrumbs__new\" itemscope itemtype=\"https://schema.org/BreadcrumbList\">
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ path('portal_homepage') }}\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">VIDI.UA</span></a>
<meta itemprop=\"position\" content=\"1\"/>
</li>
<div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\" href=\"{{ path('portal_new_catalog',{state:'used' ,type:'car'}) }}\">
<span class=\"breadcrumbs__link\"
itemprop=\"name\">{{ ('catalog.used_car')|trans({}, 'portal_base') }}</span></a>
<meta itemprop=\"position\" content=\"2\"/>
</li>
{% if vehicle.brand is defined and vehicle.brand and vehicle.brand != 'all' %}
<div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
{% if vehicle.model is defined and vehicle.model %}
{% if valueParam is defined and valueParam %}
<a itemprop=\"item\"
href=\"{{ path('portal_new_catalog_b_by_params',{state:'used' ,type:'car', param: param, value: value, brand: vehicle.brand}) }}\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">{{ vehicle.brand }}</span>
</a>
{% else %}
<a itemprop=\"item\"
href=\"{{ path('portal_new_catalog_b',{state:'used' ,type:'car', brand: vehicle.brand.url}) }}\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">{{ vehicle.brand }}</span>
</a>
{% endif %}
{% else %}
<span style=\"color: #ABABAB\" class=\"breadcrumbs__link\"
itemprop=\"name\">{{ vehicle.brand }}</span>
{% endif %}
<meta itemprop=\"position\" content=\"3\"/>
</li>
{% endif %}
<div class=\"arrow-bc\"></div>
<li class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<a itemprop=\"item\"
href=\"{{ path('portal_new_catalog_bm',{state:'used' ,type:'car', brand: vehicle.brand.url, model: vehicle.model.url}) }}\">
<span class=\"breadcrumbs__link\" itemprop=\"name\">{{ vehicle.modelName }}</span></a>
<meta itemprop=\"position\" content=\"5\"/>
</li>
<div class=\"arrow-bc\"></div>
<li itemprop=\"item\" class=\"marker__none\" itemprop=\"itemListElement\" itemscope
itemtype=\"https://schema.org/ListItem\">
<span style=\"color: #ABABAB\" class=\"breadcrumbs__link\"
itemprop=\"name\">{{ vehicle.fullName }} {{ vehicle.engineVolume(app.request.locale) }}см³ ({{ vehicle.enginePower(app.request.locale) }}{{ 'catalog.k_s'|trans({}, 'portal_base') }}.) {{ vehicle.year }}</span>
<meta itemprop=\"position\" content=\"6\"/>
</li>
</ol>
</div>
</section>
<div class=\"dynamic_global_wrapper\">
<div class=\"dynamic__prompt\">
<div class=\"container\">
<div class=\"dynamic__prompt__wrapper\">
<div class=\"dynamic__prompt__box\">
<img class=\"dynamic__prompt-img\" src=\"{{ sonata_path(vehicle.preview, 'small') }}\" alt=\"\">
<p class=\"dynamic__prompt-info\">
<span>{{ vehicle.fullName }} </span>
{{ vehicle.engineVolume(app.request.locale)|engine_volume_short }}
({{ vehicle.enginePower(app.request.locale) }}
{{ 'catalog.k_s'|trans({}, 'portal_base') }})
{{ vehicle.year }}</p>
</div>
<div class=\"dynamic__prompt__box\">
<div class=\"dynamic__prompt__price__wrapper\">
{% if vehicle.hasActionPrice > 0 %}
<p class=\"dynamic__prompt-old-price\">{{ vehicle.fullPrice|price }} грн</p>
{% endif %}
<p class=\"dynamic__prompt-main-price\">
{{ vehicle.price|price }}
грн</p>
<svg width=\"6\" height=\"6\" viewbox=\"0 0 6 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
<circle cx=\"3\" cy=\"3\" r=\"3\" fill=\"black\"/>
</svg>
<p class=\"dynamic__prompt-mounth-price\">{{ creditPayment|price }}
грн/{{ 'catalog.month'|trans({}, 'portal_base') }}</p>
</div>
<button class=\"dynamic__prompt-btn\" data-toggle=\"modal\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">{{ 'finance.insurance.insurance_consultation'|trans({}, 'portal_base') }}</button>
</div>
</div>
</div>
</div>
<div class=\"card__car__global__main\">
<div class=\"container\">
<div class=\"card__car__global__wrapper\">
<div class=\"card__car__colum\">
{% if vehicle.gallery %}
<div class=\"swiper carSliderGallery {{ vehicle.sold ? 'carSliderGallerySold' : '' }}\">
<div class=\"swiper-wrapper popup-gallery sold-car-slider\">
{% for img in vehicle.gallery.galleryItems %}
{% if img %}
<a class=\"swiper-slide w-100\" href=\"{{ sonata_path(img.media, 'big') }}\"><img
class=\"car__slider__gallery-img\"
src=\"{{ sonata_path(img.media, 'slider') }}\"></a>
{% endif %}
{% endfor %}
</div>
<div class=\"swiper-button-next card__car__slider-next z-100\">
<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path
d=\"M8.30011 21.575L16.7251 13.175C16.8251 13.075 16.8961 12.9667 16.9381 12.85C16.9801 12.7333 17.0008 12.6083 17.0001 12.475C17.0001 12.3417 16.9791 12.2167 16.9371 12.1C16.8951 11.9833 16.8244 11.875 16.7251 11.775L8.30011 3.35C8.06677 3.11667 7.77511 3 7.42511 3C7.07511 3 6.77511 3.125 6.52511 3.375C6.27511 3.625 6.15011 3.91667 6.15011 4.25C6.15011 4.58333 6.27511 4.875 6.52511 5.125L13.8751 12.475L6.52511 19.825C6.29177 20.0583 6.17511 20.346 6.17511 20.688C6.17511 21.03 6.30011 21.3257 6.55011 21.575C6.80011 21.825 7.09177 21.95 7.42511 21.95C7.75844 21.95 8.05011 21.825 8.30011 21.575Z\"
fill=\"#C5C6C6\"/>
</svg>
</div>
<div class=\"swiper-button-prev card__car__slider-prev z-100\">
<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path
d=\"M15.7 21.575L7.27502 13.175C7.17502 13.075 7.10402 12.9667 7.06202 12.85C7.02002 12.7333 6.99935 12.6083 7.00002 12.475C7.00002 12.3417 7.02102 12.2167 7.06302 12.1C7.10502 11.9833 7.17568 11.875 7.27502 11.775L15.7 3.35C15.9333 3.11667 16.225 3 16.575 3C16.925 3 17.225 3.125 17.475 3.375C17.725 3.625 17.85 3.91667 17.85 4.25C17.85 4.58333 17.725 4.875 17.475 5.125L10.125 12.475L17.475 19.825C17.7083 20.0583 17.825 20.346 17.825 20.688C17.825 21.03 17.7 21.3257 17.45 21.575C17.2 21.825 16.9083 21.95 16.575 21.95C16.2417 21.95 15.95 21.825 15.7 21.575Z\"
fill=\"#C5C6C6\"/>
</svg>
</div>
<div class=\"swiper-pagination car__slider__gallery-pagination\"></div>
<div class=\"carSlider__status__wrapper\">
{% if hasNds %}
<img src=\"{{ asset('/bundles/portal/img/pdf-icon.svg') }}\" alt=\"\">
{% endif %}
{% if isSelect %}
<img src=\"{{ asset('/bundles/portal/img/vidi-select-icon.svg') }}\" alt=\"\">
{% endif %}
</div>
<div class=\"{{ vehicle.sold ? 'overlay' : '' }}\"></div>
</div>
{% endif %}
</div>
<div class=\"card__car__colum\">
<div class=\"card__car__info__wrapper\">
<div class=\"card__car__info__box\">
<h1 class=\"info__box__title__box\">
<p class=\"info__box__title\">{{ vehicle.fullName }}</p>
<p class=\"info__box__sub__title\">{{ vehicle.engineVolume(app.request.locale)|engine_volume_short }} ({{ vehicle.enginePower(app.request.locale) }} {{ 'catalog.k_s'|trans({}, 'portal_base') }}) {{ vehicle.year }}</p>
</h1>
</div>
<div class=\"interaction__wrapper\">
<button
class=\"interaction__item comparison{% if comparedId is not null %} active{% endif %}\"
comparedId=\"{{ comparedId }}\"
onclick=\"app.Compare.toggleCompare({{ vehicle.vehicleItemId }})\"></button>
<button class=\"interaction__item like{% if featuredId is not null %} active{% endif %}\"
featuredId=\"{{ featuredId }}\"
onclick=\"app.Favorit.toggleFavorite('vehicle', {vehicleItemId: '{{ vehicle.vehicleItemId }}', locale: '{{ app.request.locale }}', link: '{{ app.request.schemeAndHttpHost }}{{ path('portal_new_car',{dealer: vehicle.dealer.url,url:vehicle.url, variation: vehicle.vehicleItemId }) }}'})\"></button>
</div>
</div>
<div class=\"info__box__old__price__wrapper\">
{% if vehicle.hasActionPrice %}
<span class=\"info__box__old__price\">{{ vehicle.fullPrice|price }} грн</span>
{% endif %}
</div>
<div class=\"info__box__price__wrapper\">
<div class=\"info__box__price__box\">
<p class=\"info__box__price\">{{ vehicle.price|price }} грн</p>
<span class=\"info__box__decor-point\">•</span>
<div
class=\"info__box__discont\">{{ creditPayment|price }} грн/{{ 'catalog.month'|trans({}, 'portal_base') }}
<svg class=\"widgets__content-info info__box__discont-svg\"
xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\"
fill=\"none\">
<path fill-rule=\"evenodd\" clip-rule=\"evenodd\"
d=\"M5.99943 0C7.65664 0 9.1565 0.671257 10.2421 1.75682C11.3276 2.84351 12 4.34336 12 5.99943C12 7.65664 11.3276 9.1565 10.2421 10.2421C9.1565 11.3276 7.65664 12 5.99943 12C4.34336 12 2.84351 11.3276 1.75682 10.2421C0.671257 9.1565 0 7.65664 0 5.99943C0 4.34336 0.671257 2.84237 1.75682 1.75682C2.84237 0.671257 4.34336 0 5.99943 0ZM9.57985 2.41902C8.66409 1.50325 7.39742 0.936138 5.99943 0.936138C4.60145 0.936138 3.33591 1.50325 2.41902 2.41902C1.50325 3.33591 0.936138 4.60145 0.936138 5.99943C0.936138 7.39742 1.50325 8.66409 2.41902 9.57985C3.33591 10.4956 4.60145 11.0627 5.99943 11.0627C7.39742 11.0627 8.66409 10.4956 9.57985 9.57985C10.4956 8.66409 11.0627 7.39742 11.0627 5.99943C11.0627 4.60145 10.4956 3.33591 9.57985 2.41902ZM5.94736 3.80568C5.68927 3.80568 5.47986 3.59626 5.47986 3.33818C5.47986 3.07895 5.68927 2.86954 5.94736 2.86954H6.0515C6.31073 2.86954 6.52014 3.07895 6.52014 3.33818C6.52014 3.59626 6.31073 3.80568 6.0515 3.80568H5.94736ZM5.5274 4.88784C5.5274 4.62975 5.73682 4.42034 5.99604 4.42034C6.25413 4.42034 6.46354 4.62975 6.46354 4.88784V8.66182C6.46354 8.91991 6.25413 9.13046 5.99604 9.13046C5.73682 9.13046 5.5274 8.91991 5.5274 8.66182V4.88784Z\"
fill=\"inherit\"/>
</svg>
<div class=\"info__box__discont-info\">
<p>{{ 'car.credit_program'|trans({}, 'automarket_base') }}</p>
</div>
</div>
</div>
</div>
{% if not vehicle.sold %}
<div class=\"info__box__button__wrapper\">
<button class=\"info__box__button box__button-left\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">{{ 'finance.insurance.insurance_consultation'|trans({}, 'portal_base') }}</button>
{% if type != 'moto' and type != 'vodnyj-transport' %}
<button class=\"info__box__button box__button-right\" id=\"click-btn-accord\">{{ 'card_car.exchange_car'|trans({}, 'portal_base') }}</button>
{% else %}
<a class=\"info__box__button box__button-right\" href=\"{{ path('portal_finance_tradein') }}\">{{ 'card_car.exchange_car'|trans({}, 'portal_base') }}</a>
{% endif %}
</div>
{% else %}
<div class=\"container div-sold-car-title text-center\">
<span class=\"sold-car-title\">ПРОДАНО</span>
</div>
{% endif %}
<div class=\"info__box__features__wrapper\">
<div class=\"info__box__features-item\">
<svg width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<g clip-path=\"url(#clip0_918_28402)\">
<path
d=\"M30 22.207H23.7499V20.9571H28.7501V20.332C28.7501 12.754 22.578 6.58195 15 6.58195C7.42195 6.58195 1.24992 12.754 1.24992 20.332V20.9571H6.25008V22.207H0V20.332C0 12.0586 6.72661 5.33203 15 5.33203C23.2734 5.33203 30 12.0586 30 20.332V22.207Z\"
fill=\"#E40C25\"/>
<path d=\"M14.375 5.95703H15.6252V9.70703H14.375V5.95703Z\" fill=\"#E40C25\"/>
<path
d=\"M4.67105 10.3682L7.69824 13.3954L6.81453 14.2793L3.78711 11.2521L4.67105 10.3682Z\"
fill=\"#E40C25\"/>
<path
d=\"M25.3299 10.3691L26.2139 11.2531L23.1864 14.2803L22.3027 13.3963L25.3299 10.3691Z\"
fill=\"#E40C25\"/>
<path
d=\"M15.1796 24.707C13.3593 24.707 11.875 23.2225 11.875 21.4022C11.875 20.1367 12.617 18.9648 13.7578 18.4178L22.1953 14.3945L18.1718 22.832C17.625 23.9648 16.4531 24.707 15.1796 24.707ZM19.5469 17.0351L14.2968 19.543C13.5859 19.8788 13.1249 20.6133 13.1249 21.4022C13.1249 22.5352 14.0469 23.4569 15.1796 23.4569C15.9688 23.4569 16.6953 22.9959 17.039 22.285L19.5469 17.0351Z\"
fill=\"#E40C25\"/>
</g>
<defs>
<clipPath id=\"clip0_918_28402\">
<rect width=\"30\" height=\"30\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
<span class=\"features-item-name\"
title=\"{{ (vehicle.mileage/1000)|round() }} тис.км\">{{ (vehicle.mileage/1000)|round() }} {{ 'car_in_stock_module.mileage'|trans({}, 'dc_base') }}км</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<g clip-path=\"url(#clip0_777_22141)\">
<path
d=\"M27.5 14H26.5C26.1022 14 25.7206 14.158 25.4393 14.4393C25.158 14.7206 25 15.1022 25 15.5V16H24V13.5C24 13.1022 23.842 12.7206 23.5607 12.4393C23.2794 12.158 22.8978 12 22.5 12H21C20.8674 12 20.7402 11.9473 20.6464 11.8536C20.5527 11.7598 20.5 11.6326 20.5 11.5V10.5C20.5 10.1022 20.342 9.72064 20.0607 9.43934C19.7794 9.15804 19.3978 9 19 9H17V7.5H19.5C19.8978 7.5 20.2794 7.34197 20.5607 7.06066C20.842 6.77936 21 6.39783 21 6C21 5.60218 20.842 5.22064 20.5607 4.93934C20.2794 4.65804 19.8978 4.5 19.5 4.5H9.5C9.10218 4.5 8.72064 4.65804 8.43934 4.93934C8.15804 5.22064 8 5.60218 8 6C8 6.39783 8.15804 6.77936 8.43934 7.06066C8.72064 7.34197 9.10218 7.5 9.5 7.5H12V9H9.5C9.10218 9 8.72064 9.15804 8.43934 9.43934C8.15804 9.72064 8 10.1022 8 10.5C8 10.6326 7.94732 10.7598 7.85355 10.8536C7.75979 10.9473 7.63261 11 7.5 11H6C5.60218 11 5.22064 11.158 4.93934 11.4393C4.65804 11.7206 4.5 12.1022 4.5 12.5V14.5H3V12.5C3 12.1022 2.84196 11.7206 2.56066 11.4393C2.27936 11.158 1.89782 11 1.5 11C1.10218 11 0.720644 11.158 0.43934 11.4393C0.158035 11.7206 0 12.1022 0 12.5L0 20.5C0 20.8978 0.158035 21.2794 0.43934 21.5607C0.720644 21.842 1.10218 22 1.5 22C1.89782 22 2.27936 21.842 2.56066 21.5607C2.84196 21.2794 3 20.8978 3 20.5V18.5H4.5V21C4.5 21.3978 4.65804 21.7794 4.93934 22.0607C5.22064 22.342 5.60218 22.5 6 22.5H8.086C8.2186 22.5 8.34575 22.5527 8.4395 22.6465L10.8535 25.0605C10.9924 25.2003 11.1576 25.3111 11.3397 25.3866C11.5217 25.462 11.7169 25.5006 11.914 25.5H22.5C22.8978 25.5 23.2794 25.342 23.5607 25.0607C23.842 24.7794 24 24.3978 24 24V22H25V22.5C25 22.8978 25.158 23.2794 25.4393 23.5607C25.7206 23.842 26.1022 24 26.5 24H27.5C28.1628 23.9992 28.7982 23.7356 29.2669 23.2669C29.7356 22.7982 29.9992 22.1628 30 21.5V16.5C29.9992 15.8372 29.7356 15.2018 29.2669 14.7331C28.7982 14.2644 28.1628 14.0008 27.5 14ZM9 6C9 5.86739 9.05268 5.74022 9.14645 5.64645C9.24021 5.55268 9.36739 5.5 9.5 5.5H19.5C19.6326 5.5 19.7598 5.55268 19.8536 5.64645C19.9473 5.74022 20 5.86739 20 6C20 6.13261 19.9473 6.25979 19.8536 6.35355C19.7598 6.44732 19.6326 6.5 19.5 6.5H9.5C9.36739 6.5 9.24021 6.44732 9.14645 6.35355C9.05268 6.25979 9 6.13261 9 6ZM13 7.5H16V9H13V7.5ZM2 20.5C2 20.6326 1.94732 20.7598 1.85355 20.8536C1.75979 20.9473 1.63261 21 1.5 21C1.36739 21 1.24021 20.9473 1.14645 20.8536C1.05268 20.7598 1 20.6326 1 20.5V12.5C1 12.3674 1.05268 12.2402 1.14645 12.1464C1.24021 12.0527 1.36739 12 1.5 12C1.63261 12 1.75979 12.0527 1.85355 12.1464C1.94732 12.2402 2 12.3674 2 12.5V20.5ZM3 17.5V15.5H4.5V17.5H3ZM23 24C23 24.1326 22.9473 24.2598 22.8536 24.3536C22.7598 24.4473 22.6326 24.5 22.5 24.5H11.914C11.7814 24.5 11.6542 24.4473 11.5605 24.3535L9.1465 21.9395C9.00754 21.7998 8.84227 21.689 8.66024 21.6136C8.47822 21.5382 8.28304 21.4996 8.086 21.5H6C5.86739 21.5 5.74021 21.4473 5.64645 21.3536C5.55268 21.2598 5.5 21.1326 5.5 21V12.5C5.5 12.3674 5.55268 12.2402 5.64645 12.1464C5.74021 12.0527 5.86739 12 6 12H7.5C7.89782 12 8.27936 11.842 8.56066 11.5607C8.84196 11.2794 9 10.8978 9 10.5C9 10.3674 9.05268 10.2402 9.14645 10.1464C9.24021 10.0527 9.36739 10 9.5 10H19C19.1326 10 19.2598 10.0527 19.3536 10.1464C19.4473 10.2402 19.5 10.3674 19.5 10.5V11.5C19.5 11.8978 19.658 12.2794 19.9393 12.5607C20.2206 12.842 20.6022 13 21 13H22.5C22.6326 13 22.7598 13.0527 22.8536 13.1464C22.9473 13.2402 23 13.3674 23 13.5V24ZM24 21V17H25V21H24ZM29 21.5C29 21.8978 28.842 22.2794 28.5607 22.5607C28.2794 22.842 27.8978 23 27.5 23H26.5C26.3674 23 26.2402 22.9473 26.1464 22.8536C26.0527 22.7598 26 22.6326 26 22.5V15.5C26 15.3674 26.0527 15.2402 26.1464 15.1464C26.2402 15.0527 26.3674 15 26.5 15H27.5C27.8978 15 28.2794 15.158 28.5607 15.4393C28.842 15.7206 29 16.1022 29 16.5V21.5Z\"
fill=\"#E40C25\"/>
</g>
<defs>
<clipPath id=\"clip0_777_22141\">
<rect width=\"30\" height=\"30\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
<span class=\"features-item-name\"
title=\"{{ vehicle.fuelTypeName(app.request.locale) }}, {{ vehicle.engineVolume(app.request.locale)|engine_volume_short }} л\">{{ vehicle.fuelTypeName(app.request.locale) }}, {{ vehicle.engineVolume(app.request.locale)|engine_volume_short }} л</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<path
d=\"M29.991 5.79243C30.0536 5.06953 29.7894 4.36542 29.233 3.75642C28.7392 3.2163 28.0989 2.88021 27.4305 2.81261C26.5362 2.72248 25.6455 3.01563 24.9795 3.61935C24.3536 4.18264 24.0081 4.9337 24.0081 5.73797C24.0081 6.66676 24.3762 7.50419 25.0096 8.04495V12.6852C25.0096 13.1 24.6733 13.4363 24.2585 13.4363H22.7727C22.369 12.3773 21.6749 11.6782 20.6265 11.2764V8.13009C21.6404 7.57366 22.0786 6.59606 21.8658 5.33551C21.6436 4.02117 20.6703 3.01598 19.4436 2.83197C18.6407 2.69919 17.8203 2.92832 17.2023 3.45787C16.5583 4.0099 16.1884 4.84169 16.1884 5.73797C16.1884 6.7056 16.8212 7.533 17.4971 8.05375V11.2764C16.4332 11.6826 15.7115 12.3943 15.3066 13.4364H13.2374C12.8252 13.436 12.4911 13.1019 12.4908 12.6897V8.13015C13.5072 7.57313 13.9466 6.59424 13.7338 5.33311C13.5116 4.01876 12.5377 3.01422 11.311 2.82957C10.5077 2.69643 9.68668 2.92556 9.06841 3.45547C8.41493 4.03179 8.04515 4.86434 8.05572 5.73557C8.05572 6.70379 8.68725 7.53124 9.36132 8.05134V12.6828C9.36132 13.0976 9.02505 13.4339 8.61026 13.4339H4.9802V8.01502C5.77321 7.23891 6.28451 5.88326 5.66431 4.47127C5.47654 4.04317 5.01276 3.53245 4.58466 3.28208C3.54568 2.67249 2.40595 2.63306 1.46279 3.17382C0.551549 3.70619 -0.00611048 4.6845 5.05265e-05 5.73985C5.05265e-05 6.73436 0.58963 7.55054 1.22427 8.05563V14.4221C1.22533 15.6055 2.18445 16.5647 3.36789 16.5657H8.58462C9.01296 16.5664 9.36003 16.9135 9.36073 17.3418V21.8713C8.3349 22.4315 7.89054 23.4122 8.10395 24.6765C8.32615 25.9909 9.30253 26.9923 10.5317 27.1738C10.6756 27.1947 10.8207 27.2054 10.9661 27.2057C11.6306 27.2093 12.2737 26.971 12.7755 26.5354C13.4257 25.9605 13.7939 25.1313 13.7845 24.2634C13.7845 23.2914 13.1586 22.4653 12.4901 21.9476V17.3162C12.4901 16.9014 12.8264 16.5651 13.2412 16.5651H15.3066C15.7115 17.6072 16.4332 18.3176 17.4971 18.725V21.8707C16.4682 22.434 16.0232 23.4141 16.2366 24.6784C16.4594 25.9928 17.4358 26.9942 18.6656 27.1738C19.4718 27.3014 20.2931 27.0666 20.91 26.5323C21.5591 25.958 21.9268 25.1301 21.9177 24.2635C21.9177 23.2902 21.2918 22.4647 20.6265 21.9477V18.7244C21.6749 18.3226 22.369 17.6235 22.7727 16.5645H24.8418C24.9335 16.5645 25.0079 16.6387 25.0083 16.7304V21.9878C24.3518 22.633 23.8554 23.7108 24.0976 24.8831C24.3042 25.8845 25.0684 26.71 26.0923 27.0455C27.0311 27.3522 28.0019 27.212 28.763 26.6599C29.5266 26.1007 29.9768 25.21 29.9741 24.2634C29.9728 23.2645 29.3901 22.4503 28.763 21.9495V8.02177C29.1943 7.62811 29.904 6.83264 29.991 5.79243ZM28.743 5.69103C28.6923 6.3025 28.1972 6.89337 27.7509 7.24261C27.5992 7.36125 27.5105 7.54321 27.5106 7.73578V22.2694C27.5108 22.4828 27.6198 22.6815 27.7997 22.7963C28.2247 23.0686 28.721 23.6162 28.721 24.264C28.7242 24.8091 28.4667 25.3229 28.0282 25.6466C27.59 25.9639 27.038 26.039 26.4816 25.8562C25.8921 25.6628 25.437 25.1815 25.3231 24.6301C25.1604 23.8441 25.5553 23.128 26.0191 22.7625C26.1708 22.6439 26.2595 22.462 26.2594 22.2694V16.7316C26.2584 15.9488 25.6239 15.3146 24.8412 15.3139H22.322C22.0414 15.3139 21.7951 15.5006 21.7193 15.7709C21.427 16.8148 20.8637 17.3831 19.8348 17.6698C19.5644 17.7453 19.3773 17.9917 19.3773 18.2725V22.2694C19.3774 22.4827 19.4861 22.6813 19.6658 22.7963C20.1284 23.093 20.6672 23.6551 20.6672 24.264C20.6763 24.7677 20.4662 25.2505 20.0914 25.5871C19.7475 25.8808 19.2917 26.0083 18.8453 25.9357C18.1663 25.8381 17.6023 25.2353 17.4728 24.4699C17.3326 23.6437 17.6036 23.1449 18.3522 22.8526C18.5922 22.7588 18.7501 22.5275 18.7502 22.2699V18.2725C18.7502 17.9917 18.5632 17.7453 18.2927 17.6697C17.2425 17.3768 16.6467 16.7935 16.3619 15.7714C16.2864 15.501 16.0399 15.3139 15.7591 15.3139H13.2412C12.1351 15.3139 11.2384 16.2106 11.2384 17.3167V22.2693C11.2385 22.4827 11.3473 22.6813 11.5269 22.7963C11.9907 23.0942 12.5327 23.6569 12.5327 24.2639C12.5418 24.7683 12.3315 25.2518 11.9563 25.5889C11.6129 25.8817 11.1579 26.0083 10.7126 25.935C10.0329 25.8362 9.4684 25.2328 9.33568 24.468C9.1955 23.6424 9.46588 23.1442 10.2119 22.852C10.4519 22.7582 10.6098 22.5269 10.61 22.2692V17.3417C10.6086 16.2223 9.70147 15.3152 8.5821 15.3138H3.36789C2.8756 15.3131 2.47672 14.9142 2.47601 14.4219V7.73203C2.4749 7.5198 2.36629 7.32259 2.1875 7.20817C1.75629 6.93151 1.24868 6.38136 1.24868 5.7405C1.24246 5.13267 1.5616 4.56791 2.08546 4.25968C2.63749 3.9436 3.29842 3.98056 3.95184 4.36231C4.14899 4.47808 4.43504 4.7873 4.51513 4.97507C4.95327 5.97649 4.42753 6.87899 3.96563 7.24015C3.81389 7.35879 3.72523 7.54068 3.72529 7.73332V13.8913C3.72564 14.3316 4.08245 14.6883 4.52264 14.6887H8.60651C9.71262 14.6887 10.6093 13.792 10.6093 12.6859V7.73203C10.6088 7.52038 10.5015 7.32329 10.3239 7.20817C9.85514 6.90774 9.30687 6.34257 9.30687 5.7405C9.29683 5.23377 9.50795 4.74775 9.88518 4.40925C10.1218 4.20523 10.528 3.98115 11.1244 4.07004C11.8129 4.17396 12.3668 4.76665 12.5014 5.54399C12.6428 6.3789 12.3843 6.85834 11.6389 7.1519C11.3989 7.24566 11.241 7.47696 11.2408 7.73461V12.6916C11.2432 13.7943 12.1366 14.6876 13.2393 14.69H15.7597C16.0405 14.69 16.2869 14.503 16.3625 14.2325C16.6472 13.2123 17.2431 12.6272 18.2933 12.3342C18.5638 12.2587 18.7508 12.0123 18.7508 11.7315V7.73215C18.7493 7.51956 18.6399 7.32223 18.4604 7.20828C17.9898 6.90663 17.4402 6.34146 17.4402 5.74061C17.4402 5.20924 17.6512 4.72358 18.0185 4.40749C18.2539 4.20406 18.6588 3.97751 19.2553 4.06828C19.9437 4.17278 20.4983 4.76612 20.6322 5.54411C20.7737 6.37843 20.5164 6.85846 19.7735 7.14949C19.5335 7.24326 19.3755 7.47456 19.3754 7.7322V11.7291C19.3755 12.0098 19.5625 12.2563 19.8329 12.3318C20.8619 12.6184 21.4252 13.1861 21.7174 14.2307C21.7932 14.5009 22.0396 14.6876 22.3201 14.6876H24.2572C25.3633 14.6876 26.26 13.7909 26.26 12.6848V7.73226C26.2587 7.51991 26.1499 7.32264 25.9709 7.2084C25.5259 6.923 25.2599 6.37408 25.2599 5.74073C25.2599 5.29825 25.4577 4.87579 25.8182 4.55154C26.2211 4.18493 26.7607 4.00656 27.3028 4.06083C27.6602 4.09774 28.0269 4.29554 28.3085 4.60411C28.6328 4.95811 28.7749 5.31363 28.743 5.69103Z\"
fill=\"#E40C25\"/>
</svg>
<span class=\"features-item-name\"
title=\"{{ vehicle.transmissionTypeName(app.request.locale) }}\">{{ vehicle.transmissionTypeName(app.request.locale) }}</span>
</div>
<div class=\"info__box__features-item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\"
fill=\"none\">
<path
d=\"M23.4375 10.7812H26.25C27.0253 10.7812 27.6562 10.1503 27.6562 9.375V1.875C27.6562 1.09969 27.0253 0.46875 26.25 0.46875H23.4375C22.6622 0.46875 22.0312 1.09969 22.0312 1.875V3.28125H20.625C20.3658 3.28125 20.1562 3.49125 20.1562 3.75V4.21875H9.84375V3.75C9.84375 3.49125 9.63422 3.28125 9.375 3.28125H7.96875V1.875C7.96875 1.09969 7.33781 0.46875 6.5625 0.46875H3.75C2.97469 0.46875 2.34375 1.09969 2.34375 1.875V9.375C2.34375 10.1503 2.97469 10.7812 3.75 10.7812H6.5625C7.33781 10.7812 7.96875 10.1503 7.96875 9.375V7.96875H9.375C9.63422 7.96875 9.84375 7.75875 9.84375 7.5V7.03125H10.5872L13.5938 10.0378V14.5312H13.125C12.8658 14.5312 12.6562 14.7413 12.6562 15V18.2812H11.25C10.9908 18.2812 10.7812 18.4908 10.7812 18.75V22.9688H9.84375V22.5C9.84375 22.2408 9.63422 22.0312 9.375 22.0312H7.96875V20.625C7.96875 19.8497 7.33781 19.2188 6.5625 19.2188H3.75C2.97469 19.2188 2.34375 19.8497 2.34375 20.625V28.125C2.34375 28.9003 2.97469 29.5312 3.75 29.5312H6.5625C7.33781 29.5312 7.96875 28.9003 7.96875 28.125V26.7188H9.375C9.63422 26.7188 9.84375 26.5092 9.84375 26.25V25.7812H20.1562V26.25C20.1562 26.5092 20.3658 26.7188 20.625 26.7188H22.0312V28.125C22.0312 28.9003 22.6622 29.5312 23.4375 29.5312H26.25C27.0253 29.5312 27.6562 28.9003 27.6562 28.125V20.625C27.6562 19.8497 27.0253 19.2188 26.25 19.2188H23.4375C22.6622 19.2188 22.0312 19.8497 22.0312 20.625V22.0312H20.625C20.3658 22.0312 20.1562 22.2408 20.1562 22.5V22.9688H19.2188V18.75C19.2188 18.4908 19.0092 18.2812 18.75 18.2812H17.3438V15C17.3438 14.7413 17.1342 14.5312 16.875 14.5312H16.4062V10.0378L19.4128 7.03125H20.1562V7.5C20.1562 7.75875 20.3658 7.96875 20.625 7.96875H22.0312V9.375C22.0312 10.1503 22.6622 10.7812 23.4375 10.7812ZM6.5625 9.84375H3.75C3.49125 9.84375 3.28125 9.63328 3.28125 9.375V8.16281L3.88734 8.76891L4.55016 8.10609L3.28125 6.83719V5.81906L3.88734 6.42516L4.55016 5.76234L3.28125 4.49344V3.47531L3.88734 4.08141L4.55016 3.41859L3.28125 2.14969V1.875C3.28125 1.61672 3.49125 1.40625 3.75 1.40625H6.5625C6.82125 1.40625 7.03125 1.61672 7.03125 1.875V2.14969L5.76234 3.41859L6.42516 4.08141L7.03125 3.47531V4.49344L5.76234 5.76234L6.42516 6.42516L7.03125 5.81906V6.83719L5.76234 8.10609L6.42516 8.76891L7.03125 8.16281V9.375C7.03125 9.63328 6.82125 9.84375 6.5625 9.84375ZM8.90625 7.03125H7.96875V4.21875H8.90625V7.03125ZM6.5625 28.5938H3.75C3.49125 28.5938 3.28125 28.3838 3.28125 28.125V26.9128L3.88734 27.5189L4.55016 26.8561L3.28125 25.5872V24.5691L3.88734 25.1752L4.55016 24.5123L3.28125 23.2434V22.2253L3.88734 22.8314L4.55016 22.1686L3.28125 20.8997V20.625C3.28125 20.3662 3.49125 20.1562 3.75 20.1562H6.5625C6.82125 20.1562 7.03125 20.3662 7.03125 20.625V20.8997L5.76234 22.1686L6.42516 22.8314L7.03125 22.2253V23.2434L5.76234 24.5123L6.42516 25.1752L7.03125 24.5691V25.5872L5.76234 26.8561L6.42516 27.5189L7.03125 26.9128V28.125C7.03125 28.3838 6.82125 28.5938 6.5625 28.5938ZM8.90625 25.7812H7.96875V22.9688H8.90625V25.7812ZM23.4375 20.1562H26.25C26.5088 20.1562 26.7188 20.3662 26.7188 20.625V20.8997L25.4498 22.1686L26.1127 22.8314L26.7188 22.2253V23.2434L25.4498 24.5123L26.1127 25.1752L26.7188 24.5691V25.5872L25.4498 26.8561L26.1127 27.5189L26.7188 26.9128V28.125C26.7188 28.3838 26.5088 28.5938 26.25 28.5938H23.4375C23.1787 28.5938 22.9688 28.3838 22.9688 28.125V26.9128L23.5748 27.5189L24.2377 26.8561L22.9688 25.5872V24.5691L23.5748 25.1752L24.2377 24.5123L22.9688 23.2434V22.2253L23.5748 22.8314L24.2377 22.1686L22.9688 20.8997V20.625C22.9688 20.3662 23.1787 20.1562 23.4375 20.1562ZM21.0938 22.9688H22.0312V25.7812H21.0938V22.9688ZM11.9128 7.03125H13.5938V8.71219L11.9128 7.03125ZM13.5938 15.4688H16.4062V20.1562H13.5938V15.4688ZM14.5312 22.9688V21.0938H15.4688V22.9688H14.5312ZM11.7188 19.2188H12.6562V20.625C12.6562 20.8842 12.8658 21.0938 13.125 21.0938H13.5938V22.9688H11.7188V19.2188ZM20.1562 24.8438H9.84375V23.9062H20.1562V24.8438ZM17.3438 20.625V19.2188H18.2812V22.9688H16.4062V21.0938H16.875C17.1342 21.0938 17.3438 20.8842 17.3438 20.625ZM14.5312 14.5312V7.03125H15.4688V14.5312H14.5312ZM16.4062 8.71219V7.03125H18.0872L16.4062 8.71219ZM9.84375 6.09375V5.15625H20.1562V6.09375H9.84375ZM23.4375 1.40625H26.25C26.5088 1.40625 26.7188 1.61672 26.7188 1.875V2.14969L25.4498 3.41859L26.1127 4.08141L26.7188 3.47531V4.49344L25.4498 5.76234L26.1127 6.42516L26.7188 5.81906V6.83719L25.4498 8.10609L26.1127 8.76891L26.7188 8.16281V9.375C26.7188 9.63328 26.5088 9.84375 26.25 9.84375H23.4375C23.1787 9.84375 22.9688 9.63328 22.9688 9.375V8.16281L23.5748 8.76891L24.2377 8.10609L22.9688 6.83719V5.81906L23.5748 6.42516L24.2377 5.76234L22.9688 4.49344V3.47531L23.5748 4.08141L24.2377 3.41859L22.9688 2.14969V1.875C22.9688 1.61672 23.1787 1.40625 23.4375 1.40625ZM21.0938 7.03125V4.21875H22.0312V7.03125H21.0938Z\"
fill=\"#E40C25\"/>
</svg>
<span class=\"features-item-name\"
title=\"{{ vehicle.driveUnitTypeName(app.request.locale) }}\">{{ vehicle.driveUnitTypeName(app.request.locale) }}</span>
</div>
</div>
<div class=\"features__wrapper\">
<div class=\"features__box features__box-left\">
{% for option in vehicle.options(app.request.locale) %}
<div class=\"features__item\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"10\"
viewBox=\"0 0 14 10\"
fill=\"none\">
<path d=\"M1 3.45168L4.84199 8.67752M13 1L5.15801 9\" stroke=\"#4CB30F\"
stroke-width=\"2\" stroke-linecap=\"round\"/>
</svg>
<span>{{ option }}</span>
</div>
{% endfor %}
</div>
</div>
<div class=\"card__car__contacts__wrapper\">
<div class=\"card__car__contacts__logo\"
style=\"background-image: url('{{ asset('bundles/portal/img/front/logo.svg') }}')\"></div>
<div class=\"card__car__contacts__box\">
<p class=\"used__card__add-link\">{{ dealer.addressByLocale(app.request.locale) }}</p>
<p><strong>{{ dealer.nameByLocale(app.request.locale) }}</strong></p>
<p><a class=\"car__card__phone-link\"
href=\"tel:{{ dealer.phone }}\">тел: {{ dealer.phone }}</a></p>
</div>
<a class=\"info__box__car__anhor\"
href=\"{{ path('portal_new_catalog',{state: 'used' ,type: 'car'}) }}\">{{ 'card_car.to_auto_catalog'|trans({}, 'portal_base') }}</a>
</div>
</div>
</div>
<div class=\"card__car__global__wrapper global__wrapper-m\">
<div class=\"card__car__colum card__car__colum-margin\">
<div class=\"car__car__specifications__accordion\">
<p class=\"specifications__accordion-title mt-5\">{{ 'car_page.tech'|trans({}, 'dc_base') }}</p>
<div class=\"specifications__accordion\">
<input class=\"specifications__accordion__trigger\" id=\"specifications__accordion\"
type=\"checkbox\" checked/><label class=\"specifications__accordion__title\"
for=\"specifications__accordion\">{{ 'car_page.options'|trans({}, 'dc_base') }}</label>
<div class=\"specifications__accordion__content-wrapper\">
<div class=\"specifications__accordion__content\">
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">{{ 'car_page.compare.engine'|trans({}, 'dc_base') }}</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">{{ vehicle.fuelTypeName(app.request.locale) }} {{ vehicle.engineVolume(app.request.locale)|engine_volume_short }} л, {{ vehicle.enginePower(app.request.locale) }} {{ 'catalog.k_s'|trans({}, 'portal_base') }}</p>
</div>
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">Тип КПП</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">{{ vehicle.transmissionTypeName(app.request.locale) }}</p>
</div>
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">{{ 'trade_in.drive'|trans({}, 'dc_base') }}</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">{{ vehicle.driveUnitTypeName(app.request.locale) }}</p>
</div>
</div>
</div>
</div>
{% for group in vehicle.characterisaticsWithGroup(app.request.locale) %}
{% if group.characteristics is not empty %}
<div class=\"specifications__accordion\">
<input class=\"specifications__accordion__trigger\"
id=\"specifications__accordion-{{ group.id }}\"
type=\"checkbox\"/><label class=\"specifications__accordion__title\"
for=\"specifications__accordion-{{ group.id }}\">{{ group.title }}</label>
<div class=\"specifications__accordion__content-wrapper\">
<div class=\"specifications__accordion__content\">
<div class=\"specifications__accordion__content\">
{% for item in group.characteristics %}
<div class=\"specifications__accordion__content__box\">
<p class=\"accordion__content__box-left-text\">{{ item.title }}</p>
<span class=\"accordion__content__box-point\"></span>
<p class=\"accordion__content__box-right-text\">{{ item.value }}</p>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
<div>
<p class=\"slider__auto__title mt-3 mb-3\">
<strong>{{ 'card_car.auto_desc'|trans({}, 'portal_base') }}</strong></p>
{{ vehicle.content(app.request.locale)|raw }}
</div>
</div>
</div>
{% if not vehicle.sold %}
{% include '@Portal/Car/module-temporary.html.twig' with {isUsed : true} %}
{% endif %}
</div>
</div>
</div>
{% if vehicle.firstYoutubeUrl is not empty %}
<section class=\"section_car_video\" id=\"videoReview\">
<div class=\"container\">
{% include '@DcSite/Modules/vehicle/video-block.html.twig' with {'videoPath': vehicle.firstYoutubeUrl, 'brand':vehicle.brand.name,'model':vehicle.modelName } %}
</div>
</section>
{% endif %}
<section class=\"section__auxiliary__unit\">
<div class=\"container\">
<div class=\"auxiliary__unit__wrapper\">
{% if not vehicle.sold %}
<div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">{{ 'car_card_block.order_test_drive'|trans({}, 'automarket_base') }}</p>
<p class=\"auxiliary__unit__text\">{{ 'car_card_block.first_block_content'|trans({}, 'automarket_base')|raw }}</p>
<a data-bs-toggle=\"modal\" class=\"data-widget-button widgets__button auxiliary__unit__btn\"
data-bs-target=\"#order-test-drive\">Хочу на тест-драйв</a>
</div>
<div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">{{ 'car_card_block.new_spare'|trans({}, 'automarket_base') }}</p>
<p class=\"auxiliary__unit__text\">{{ 'car_card_block.second_block_first_half'|trans({}, 'automarket_base')|raw }}
<a href=\"{{ path('portal_service_parts') }}\"> {{ 'car_card_block.vidi_spare'|trans({}, 'automarket_base') }}</a> {{ 'car_card_block.second_block_second_half'|trans({}, 'automarket_base')|raw }}
</p>
<a href=\"{{ path('portal_service_parts') }}\"
class=\"widgets__button auxiliary__unit__btn\">{{ 'car_card_block.pick_up_spare'|trans({}, 'automarket_base') }}</a>
</div>
{% endif %}
<div class=\"auxiliary__unit__box\">
<p class=\"auxiliary__unit__name\">{{ 'car_card_block.sale_your_car'|trans({}, 'automarket_base') }}</p>
<p class=\"auxiliary__unit__text\">{{ 'car_card_block.third_block'|trans({}, 'automarket_base')|raw }}
<a href=\"{{ path('portal_finance_tradein') }}\">{{ 'advantages.trade_in'|trans({}, 'automarket_base') }}</a> {{ 'buy_car.benefit_5'|trans({}, 'automarket_base') }}
<a href=\"{{ path('portal_sale_vidi_select') }}\">VIDI-Select</a> {{ 'car_card_block.third_block_second_part'|trans({}, 'automarket_base')|raw }}
</p>
<a href=\"{{ path('portal_finance_tradein') }}\"
class=\"widgets__button auxiliary__unit__btn\">{{ 'car_card_block.want_to_sale_car'|trans({}, 'automarket_base') }}</a>
</div>
</div>
</div>
</section>
{% include '@Portal/Modules/may-interest-vehicles.html.twig' %}
<div class=\"dynamic_prompt_mobile\">
<div class=\"container\">
<div class=\"dynamic_prompt_mobile_wrapper\">
<p class=\"dynamic_prompt_mobile_price\">{{ vehicle.price|price }} грн</p>
<p class=\"dynamic_prompt_mounth_price_mobile\">{{ creditPayment|price }}
грн/{{ 'catalog.month'|trans({}, 'portal_base') }}</p>
<button class=\"dynamic_prompt_btn-mobile\" data-toggle=\"modal\" data-bs-toggle=\"modal\"
data-bs-target=\"#order-car\">{{ 'finance.leasing.form_title'|trans({}, 'portal_base') }}</button>
</div>
</div>
</div>
</div>
{% include '@Portal/Car/module-map.html.twig' %}
{% include '@Portal/Modules/order-car-popup.html.twig' %}
{% include '@Portal/Modules/order-test-drive-popup.html.twig' %}
{% include '@Portal/Modules/sps-popup-portal.html.twig' %}
{% endblock %}
{% block script %}
<script src=\"/dist/{{ MODE }}/portal/js/portalCarCatalogItem.js?{{ VERSION }}\"></script>
<script src=\"/dist/{{ MODE }}/portal/js/portalCarCreditCalc.js?{{ VERSION }}\"></script>
<script>
\$(() => {
window.initLeasing({
locale: '{{ app.request.locale }}',
initUrl: '{{ path('leasing-init') }}',
initDealerUrl: '{{ path('leasing-init-dealer') }}',
initMerchantUrl: '{{ path('portal_credit_merchant') }}',
findEquipmentsUrl: '{{ path('car-find-equipments') }}',
findWithBrands: 1,
price: '{{ vehicle.price }}',
dealer: {{ vehicle.dealer.id }},
carId: {{ vehicle.vehicleId }},
car: '{{ vehicle|json_encode|raw }}',
vehicleType: '{{ vehicle.vehicleType }}',
variationId: {{ vehicle.vehicleItemId }},
isSelectedCarMode: true,
equipmentId: {{ vehicle.equipment.id }},
firstStep: false,
privacyUrl: '{{ privacyUrl }}'
});
window.initCasco({
initUrl: '{{ path('base_casco_init') }}',
initByDealerUrl: '{{ path('base_casco_init_by_dealer') }}',
optionsUrl: '{{ path('base_casco_options') }}',
formUrl: '{{ path('base_casco_save_form') }}',
dealer: {{ vehicle.dealer.id }},
carId: {{ vehicle.vehicleId }},
variationId: {{ vehicle.vehicleItemId }},
price: '{{ vehicle.price }}',
disableCarChange: true,
privacyUrl: '{{ privacyUrl }}',
});
const obj = new portal.portalCarCreditCalc.Credit();
obj.initCreditCalc({
vehicleItemId: '{{ vehicle.vehicleItemId }}',
vehicleId: '{{ vehicle.vehicleId }}',
getVehicleUrl: '{{ path('dc_credit_get_vehicle') }}',
initCreditCalcUrl: '{{ path('portal_finance_credit_init') }}',
initTradeInUrl: '{{ path('dc_ti_init') }}',
agreementUrl: '{{ path('automarket_personal_data_agreement') }}',
loadListDocumentUrl: '{{ path('dc_credit_load_documents') }}',
schedulePaymentUrl: '{{ path('dc_credit_load_schedule_credit_pdf') }}',
getVehiclesByWalletUrl: '{{ path('portal_finance_credit_by_price') }}',
getVehiclesWithMinPriceUrl: '{{ path('portal_finance_credit_by_price_min') }}',
getCrmUUIDUrl: '{{ path('portal_finance_crm_lead_by_uuid') }}',
getCrmDataUrl: '{{ path('portal_finance_crm_create_lead') }}',
sendLeadUrl: '{{ path('dc_credit_save') }}',
ks: '{{ 'catalog.k_s'|trans({}, 'portal_base') }}',
enginePower: '{{ 'cars.engine'|trans({}, 'portal_base') }}',
translate_month: '{{ 'finance.credit.credit_month_short'|trans({}, 'portal_base') }}',
translate_under: '{{ 'finance.credit.credit_under'|trans({}, 'portal_base') }}',
translate_first_payment: '{{ 'form.first_give'|trans({}, 'portal_base') }}',
translate_uah: ' грн',
translate_not_enough_money: '{{ 'finance.credit.not_enough_money_2'|trans({}, 'portal_base') }}',
translate_not_estimate_vehicle: '{{ 'finance.credit.not_estimate_vehicle_2'|trans({}, 'portal_base') }}',
translate_min_first_payment_for_car: '{{ 'finance.credit.min_first_payment_for_car'|trans({}, 'portal_base') }}',
translate_unfortunately_not_enough: '{{ 'finance.credit.unfortunately_not_enough'|trans({}, 'portal_base') }}',
translate_price_of_your_car: '{{ 'finance.credit.price_of_your_car'|trans({}, 'portal_base') }}',
translate_min: '{{ 'finance.credit.min'|trans({}, 'portal_base') }}',
translate_min_first_payment: '{{ 'finance.credit.min_first_payment'|trans({}, 'portal_base') }}',
translate_min_month_payment: '{{ 'finance.credit.min_month_payment'|trans({}, 'portal_base') }}',
translate_month_term_credit: '{{ 'finance.credit.month_term_credit'|trans({}, 'portal_base') }}',
continue_first_least: '{{ 'finance.credit.continue_first_least'|trans({}, 'portal_base') }}',
translate_term_months: '{{ 'finance.credit.term_months'|trans({}, 'portal_base') }}',
translate_term_months_short: '{{ 'finance.credit.term_months_short'|trans({}, 'portal_base') }}',
translate_price_from: '{{ 'finance.credit.price_from'|trans({}, 'portal_base') }}',
translate_max_first_payment: '{{ 'finance.credit.translate_max_first_payment'|trans({}, 'portal_base') }}',
translate_change_sum: '{{ 'finance.credit.translate_change_sum'|trans({}, 'portal_base') }}',
translate_pre_estimate_count_1: '{{ 'finance.credit.translate_pre_estimate_count_1'|trans({}, 'portal_base') }}',
translate_pre_estimate_count_2: '{{ 'finance.credit.translate_pre_estimate_count_2'|trans({}, 'portal_base') }}',
name: '{{ app.user.name | default(null) }}',
phone: '{{ app.user.phone | default(null) }}',
});
window.initTIWidget({
initUrl: '{{ path('dc_ti_init') }}',
dealer: {{ vehicle.dealer.id }},
carId: {{ vehicle.vehicleId }},
variationId: {{ vehicle.vehicleItemId }},
price: '{{ vehicle.price }}',
vehicleName: '{{ vehicle.fullName }}',
year: '{{ vehicle.year }}',
privacyUrl: '{{ privacyUrl }}'
});
window.initRegistrationCost({
price: '{{ vehicle.price }}',
vehicleType: {{ vehicle.vehicleType }},
});
window.initService({
dealerId: {{ vehicle.dealer.id }},
variationId: {{ vehicle.vehicleItemId }},
modelId: '{{ vehicle.model.id }}',
findVariationsUrl: '{{ path('online-service-find-variations') }}',
byModelUrl: '{{ path('online-service-load-by-model') }}',
});
});
</script>
{% endblock %}
", "@Portal/Car/new-used-card-car.html.twig", "/var/www/vidi.ua/releases/251029-a7dd1390/src/PortalBundle/Resources/views/Car/new-used-card-car.html.twig");
}
}