<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* new/index/index.html.twig */
class __TwigTemplate_cb68b255990579a61717b35adf291679 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'seoDescription' => [$this, 'block_seoDescription'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "new/base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "new/index/index.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "new/index/index.html.twig"));
$this->parent = $this->loadTemplate("new/base.html.twig", "new/index/index.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "seoTitle", [], "any", false, false, false, 3), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_seoDescription($context, array $blocks = [])
{
$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", "seoDescription"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "seoDescription"));
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 4, $this->source); })()), "seoDescription", [], "any", false, false, false, 4), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo "<div class=\"container\" style=\"margin-top: 63px\">
<h1>Корпорация развития<br>
Московской области</h1>
</div>
<div class=\"slider mt50\" data-bootstrap-contains=\"containers\">
<div id=\"slider-main-222\">
<div class=\"item\"><img alt=\"индустриальный парк есипово\" class=\"main-slider\" src=\"/upload/images/1709816610.jpg\" style=\"width:100%\"></div>
</div>
</div>
<div class=\"container index-columns mt-big wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\">
<div>01</div>
<p>Бесплатно подберем<br>
площадку для реализации<br>
проекта на территории МО</p>
<a class=\"btn-red\" data-bs-target=\"#formSModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"\">подобрать площадку</a></div>
<div class=\"col-md-4 mt-4 mt-md-0\">
<div>02</div>
<p>организуем получение<br>
мер Господдержки<br>
при реализации проектов</p>
<!-- <a class=\"btn-contrast\" data-bs-target=\"#iframeModal\" data-bs-toggle=\"modal\" href=\"https://mos2.projectwork.ru/\" target=\"_blank\">калькулятор мер поддержки</a> --></div>
<div class=\"col-md-4 col-xl-3 mt-4 mt-md-0\">
<div>03</div>
<p>Поможем сократить<br>
сроки реализации<br>
проекта</p>
</div>
</div>
</div>
<p> </p>
<div class=\"container mt-big wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-lg-4 col-md-5 order-2 order-md-1\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1678786823.jpeg') no-repeat; height: 100%; background-size: contain\"> </div>
</div>
<div class=\"offset-xl-1 col-lg-6 col-md-8 order-1 order-md-2\">
<h2>О Корпорации развития Московской области</h2>
<p class=\"text-uppercase mob-mt-35\" style=\"margin-top: 75px\">компания со 100% государственным участием СУБЪЕКТА РФ — МОСКОВСКОЙ ОБЛАСТИ</p>
<p>АО «Корпорация развития Московской области» — институт развития,<br>
созданный Правительством Подмосковья для привлечения инвестиций, сопровождения инвестиционных проектов, а также развития инвестиционной инфраструктуры региона.</p>
<p class=\"mt50\"><a class=\"bottom\" href=\"/about\" style=\"font-size: 16px;\">Подробнее</a></p>
</div>
</div>
</div>
<p> </p>
<p> </p>
<div class=\"bg-black mt100 wow fadeInUp\" data-bootstrap-contains=\"containers\" data-wow-delay=\"0.5s\" id=\"area-block\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\" style=\" align-items: center;display: flex;\">
<div>
<h2>Подберем<br>
площадку для вас</h2>
<p class=\"mt50 mob-mt-35\">Заполните форму, и мы свяжемся<br>
с вами в течение рабочего дня</p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8\">
<form action=\"/order/area/send\" id=\"form-area-2\" method=\"POST\" novalidate=\"novalidate\"><input name=\"formType\" type=\"hidden\" value=\"main\">
<!--
<div class=\"row\">
<div class=\"col-lg-6 \">
<div class=\"row\">
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2areaType1\" name=\"areaType[]\" type=\"checkbox\" value=\"Участок\"> <label class=\"select-circle\" data-for=\"f2areaType1\" for=\"f2areaType1\">Участок</label></div>
<div class=\"col-6 col-lg-8\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2areaType2\" name=\"areaType[]\" type=\"checkbox\" value=\"Помещение\"> <label class=\"select-circle\" data-for=\"f2areaType2\" for=\"f2areaType2\">Помещение</label></div>
</div>
<div class=\"mob-line\" style=\"height: 0; overflow: hidden;\"> </div>
</div>
<div class=\"col-lg-6\">
<div class=\"row\">
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2payType1\" name=\"payType[]\" type=\"checkbox\" value=\"Покупка\"> <label class=\"select-circle\" data-for=\"f2payType1\" for=\"f2payType1\">Покупка</label></div>
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2payType2\" name=\"payTyp[]e\" type=\"checkbox\" value=\"Аренда\"> <label class=\"select-circle\" data-for=\"f2payType2\" for=\"f2payType2\">Аренда</label></div>
</div>
</div>
</div>
-->
<div>
<div class=\"form-form-group\"><input class=\"ym-record-keys white-placeholder\" contenteditable=\"false\" id=\"f2form-name\" name=\"name\" placeholder=\"Введите ваше имя\" required=\"\" type=\"text\"></div>
<div class=\"form-form-group\"> <input class=\"phone ym-record-keys white-placeholder\" contenteditable=\"false\" id=\"f2form-phone\" name=\"phone\" placeholder=\"+7(900) 343-22-22\" required=\"\" type=\"tel\" inputmode=\"text\"></div>
<div class=\"form-form-group\"> <input class=\"companyTitle ym-record-keys white-placeholder suggestions-input\" contenteditable=\"false\" name=\"company\" placeholder=\"Название организации\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" style=\"box-sizing: border-box;\"><div class=\"suggestions-wrapper\"><span class=\"suggestions-addon\" data-addon-type=\"spinner\" style=\"left: -54px; top: 0px; height: 54px; width: 54px;\"></span><ul class=\"suggestions-constraints\" style=\"left: -639px; top: 27px;\"></ul><div class=\"suggestions-suggestions\" style=\"position: absolute; display: none; left: -641px; top: 54px; width: 641px;\"></div></div></div>
</div>
<div class=\"row mt25 mob-mt-0 \">
<div class=\"col-xl-8 col-lg-8 order-2 order-xl-2 mt-3\">
<button class=\"btn-contrast btn-mob-block\" type=\"button\" data-bs-toggle=\"modal\" data-bs-target=\"#smsModal\">оставить заявку</button>
</div>
<div class=\"col-xl-8 mt15 errorMin order-1 order-xl-1\">
<div style=\" height: 100%; align-items: center;display: flex;\"><input contenteditable=\"false\" id=\"f2ch-form\" name=\"ch-form\" style=\"margin-right: 15px\" type=\"checkbox\"> <label for=\"f2ch-form\" style=\"font-size: 10px; color: #858D92\">Я подтверждаю, что прочитал и принял <a href=\"/policy\" style=\"color: #F5F5F9\">политику конфиденциальности КРМО</a></label></div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class=\"container mt100 wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\">
<h2>Индустриальный<br>
парк «Есипово»<br>
с государственным участием</h2>
<div class=\"mob-mt-35\" style=\"margin-top: 75px\">
<p>Индустриальный парк «Есипово» – первый индустриальный<br>
парк с государственным участием на территории<br>
Московской области.</p>
<p>Парк расположен в Солнечногорском районе и занимает<br>
284 Га земли промышленного назначения, обеспеченного<br>
всеми инженерными коммуникациями, дорогами<br>
и развязками.</p>
<p>Парк призван способствовать развитию промышленности<br>
и экономики региона, размещая на своей территории<br>
средние и крупные предприятия.</p>
<p class=\"mob-mt-35\" style=\"margin-top: 45px\"><a class=\"bottom\" href=\"/project/1\">Подробнее</a></p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8 mob-mt-35\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1702639950.jpg') no-repeat; height: 100%; background-size: cover\"> </div>
</div>
</div>
<div class=\"row mt-big\">
<div class=\"col-xl-5 col-lg-4\">
<h2>Индустриальный<br>
парк «Жуковский»<br>
с государственным участием</h2>
<div class=\"mob-mt-35\" style=\"margin-top: 75px\">
<p>Индустриальный парк «Жуковский» – это динамично развивающееся пространство, спроектированное для бизнеса будущего.</p>
<p>Индустриальный парк «Жуковский» – это динамично развивающееся пространство, спроектированное для бизнеса будущего. Индустриальный парк располагается в одноимённом городском округе Жуковский, Московской области в 24 км от МКАД и занимает 1 900 103 м² земли промышленного назвачения.</p>
<p class=\"mob-mt-35\" style=\"margin-top: 45px\"><a class=\"bottom\" href=\"/project/jukovskii\">Подробнее</a></p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8 mob-mt-35\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1717488426.jpg') no-repeat; height: 100%; background-size: cover\"> </div>
</div>
</div>
</div>
<div class=\"bg-red mt100 wow fadeInUp\" data-bootstrap-contains=\"containers\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xl-4 col-lg-4\">
<h2>Преимущества<br>
парка «Есипово»</h2>
<p class=\"text-uppercase mt50 mob-mt-35\">индустриальный парк №1<br>
Московской области<br>
по версии RGB</p>
<div class=\"mt50 d-none d-sm-block\"><a class=\"bottom\" href=\"/project\" style=\"font-size: 16px\">Подробнее</a></div>
<div class=\"mt50 d-none d-sm-block\">
<div><strong style=\"font-size: 18px\">Скачать презентацию</strong></div>
<div style=\"margin-top: 15px\"><a class=\"bottom present\" data-bs-target=\"#presentFormModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"font-size: 16px\">«Есипово»</a></div>
</div>
</div>
<div class=\"offset-xl-1 col-xl-6 col-lg-8 mt-3 mt-sm-0\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-3\">
<div class=\"itog_result\">33 км</div>
<div class=\"itog_result_title\">до Москвы</div>
</div>
<div class=\"col-xl-7 col-lg-9\">
<div class=\"itog_result\">20 мин.</div>
<div class=\"itog_result_title\">до аэропорта «Шереметьево»</div>
</div>
</div>
<div class=\"itog_result mt25\">Готовая инфраструктура</div>
<div class=\"itog_result_title\">газ, электроэнергия, вода, дороги, развязки</div>
<div class=\"itog_result mt25\">Ленинградское шоссе</div>
<div class=\"itog_result_title\">трасса М10</div>
<div class=\"itog_result mt25\">Рассрочка платежа</div>
<div class=\"itog_result_title\">гибкие финансовые условия</div>
<div class=\"itog_result mt25\">4,3 млрд</div>
<div class=\"itog_result_title\">вложения в инженерно-транспортную инфраструктуру</div>
<div class=\"mt50 mob-mt-35 d-block d-lg-none\"><a class=\"bottom\" href=\"/project/1\" style=\"font-size: 16px\">Подробнее</a></div>
<div class=\"mt50 mob-mt-35 d-block d-lg-none\">
<div><strong style=\"font-size: 18px\">Скачать презентацию</strong></div>
<div style=\"margin-top: 15px\"><a class=\"bottom present\" data-bs-target=\"#presentFormModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"font-size: 16px\">«Есипово»</a></div>
</div>
</div>
</div>
</div>
</div>
";
// line 241
echo twig_include($this->env, $context, "new\\widgets\\index_news.html.twig");
echo "
";
// line 242
echo twig_include($this->env, $context, "new\\widgets\\index_partners.html.twig");
echo "
";
// line 244
echo twig_include($this->env, $context, "new/modals/price_index_modal_home.html.twig");
echo "
";
// line 245
echo twig_include($this->env, $context, "new/modals/price_index_modal_area.html.twig");
echo "
";
// line 246
echo twig_include($this->env, $context, "new/modals/sms_modal.html.twig");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 252
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 253
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"https://cdn.jsdelivr.net/npm/chart.js\"></script>
<script>
\$(document).ready(function (){
var chHome;
function graphHome(){
// var json = [1000,2000,2000,3000,4000];
var json = ";
// line 262
echo json_encode((isset($context["indexPriceHomeElems"]) || array_key_exists("indexPriceHomeElems", $context) ? $context["indexPriceHomeElems"] : (function () { throw new RuntimeError('Variable "indexPriceHomeElems" does not exist.', 262, $this->source); })()));
echo ";
var months = ['Январь','Февраль','Март', 'Апрель', 'Май', 'Июнь'];
var ctx = document.getElementById('graphHome');
if (chHome) {
chHome.destroy();
}
chHome = new Chart(ctx, {
type: 'line',
data: {
labels: months,
datasets: [{
label: '',
data: json,
borderColor: '#2E3D56',
backgroundColor: '#2E3D56',
borderWidth: 1
}]
},
options: {
plugins: {
legend: {
display: false
},
// tooltip: false
},
}
});
}
graphHome();
var chArea;
function graphArea(){
// var json = [1000,2000,2000,3000,4000];
var json = ";
// line 299
echo json_encode((isset($context["indexPriceAreaElems"]) || array_key_exists("indexPriceAreaElems", $context) ? $context["indexPriceAreaElems"] : (function () { throw new RuntimeError('Variable "indexPriceAreaElems" does not exist.', 299, $this->source); })()));
echo ";
var months = ['Январь','Февраль','Март', 'Апрель', 'Май', 'Июнь'];
var ctx2 = document.getElementById('graphArea');
if (chArea) {
chArea.destroy();
}
chArea = new Chart(ctx2, {
type: 'line',
data: {
labels: months,
datasets: [{
label: '',
data: json,
borderColor: '#2E3D56',
backgroundColor: '#2E3D56',
borderWidth: 1
}]
},
options: {
plugins: {
legend: {
display: false
},
// tooltip: false
},
}
});
}
graphArea();
var cj = false;
\$(window).scroll(function (){
var sc = \$(window).scrollTop();
if (sc > 1600 && cj == false){
cj = true;
\$('.counter_j').each(function () {
\$(this).prop('Counter',0).animate({
Counter: parseFloat(\$(this).text())
}, {
duration: 2000,
easing: 'swing',
step: function (now) {
\$(this).text(Math.ceil(now));
}
});
});
}
})
var owlMain = \$('#slider-main').owlCarousel({
loop:true,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
responsive: {
0: {
items: 1
},
}
});
\$('.btn-preview').click(function (){
owlMain.trigger('prev.owl.carousel');
});
\$('.btn-next').click(function (){
owlMain.trigger('next.owl.carousel');
})
var owlItog = \$('#slider-itog').owlCarousel({
loop:false,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
rewindNav:false,
touchDrag : false,
mouseDrag : false,
animateOut: 'fadeOutDownBig',
animateIn: 'fadeInDownBig',
responsive: {
0: {
items: 1
},
},
});
owlItog.on('changed.owl.carousel', function(event) {
\$('.counter_j').each(function () {
var th = \$(this);
\$(th).stop().prop('Counter',0).animate({
Counter: parseFloat(\$(th).attr('data-count'))
}, {
duration: 2000,
easing: 'swing',
step: function (now) {
\$(th).text(Math.ceil(now));
}
});
});
setTimeout(function (){
\$('.index-itog .arrows-number').html(\$('.owl-item.active .itog_year').text());
}, 400);
})
var owlReviews = \$('#reviews-slider').owlCarousel({
loop:true,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
responsive: {
0: {
items: 1
},
}
});
\$('.btn-itog-preview').click(function (){
if (\$(this).attr('src') == '/assets/images/new/icon_arr_left_white.svg'){
owlItog.trigger('next.owl.carousel');
\$('.btn-itog-next').attr('src', '/assets/images/new/icon_arr_right_white.svg');
setTimeout(function (){
if ( \$('#slider-itog .owl-item').eq((\$('#slider-itog .owl-item').length-1)).hasClass('active') ){
\$('.btn-itog-preview').attr('src', '/assets/images/new/icon_arr_left_gray.svg');
}
},300);
}
});
\$('.btn-itog-next').click(function (){
if (\$(this).attr('src') == '/assets/images/new/icon_arr_right_white.svg'){
owlItog.trigger('prev.owl.carousel');
\$('.btn-itog-preview').attr('src', '/assets/images/new/icon_arr_left_white.svg');
setTimeout(function (){
if ( \$('#slider-itog .owl-item').eq(0).hasClass('active') ){
\$('.btn-itog-next').attr('src', '/assets/images/new/icon_arr_right_gray.svg');
}
},300);
}
})
\$('.btn-review-preview').click(function (){
owlReviews.trigger('prev.owl.carousel');
});
\$('.btn-review-next').click(function (){
owlReviews.trigger('next.owl.carousel');
})
\$('.select-circle').click(function (){
// \$(this).toggleClass('active');
})
\$('.modal-content form').submit(function (){
\$(this).find('button[type=\"submit\"]').attr('disabled','disabled');
})
})
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "new/index/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 439 => 299, 399 => 262, 386 => 253, 376 => 252, 362 => 246, 358 => 245, 354 => 244, 349 => 242, 345 => 241, 109 => 7, 99 => 6, 80 => 4, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'new/base.html.twig' %}
{% block title %}{{ page.seoTitle }}{% endblock %}
{% block seoDescription %}{{ page.seoDescription }}{% endblock %}
{% block body %}
<div class=\"container\" style=\"margin-top: 63px\">
<h1>Корпорация развития<br>
Московской области</h1>
</div>
<div class=\"slider mt50\" data-bootstrap-contains=\"containers\">
<div id=\"slider-main-222\">
<div class=\"item\"><img alt=\"индустриальный парк есипово\" class=\"main-slider\" src=\"/upload/images/1709816610.jpg\" style=\"width:100%\"></div>
</div>
</div>
<div class=\"container index-columns mt-big wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\">
<div>01</div>
<p>Бесплатно подберем<br>
площадку для реализации<br>
проекта на территории МО</p>
<a class=\"btn-red\" data-bs-target=\"#formSModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"\">подобрать площадку</a></div>
<div class=\"col-md-4 mt-4 mt-md-0\">
<div>02</div>
<p>организуем получение<br>
мер Господдержки<br>
при реализации проектов</p>
<!-- <a class=\"btn-contrast\" data-bs-target=\"#iframeModal\" data-bs-toggle=\"modal\" href=\"https://mos2.projectwork.ru/\" target=\"_blank\">калькулятор мер поддержки</a> --></div>
<div class=\"col-md-4 col-xl-3 mt-4 mt-md-0\">
<div>03</div>
<p>Поможем сократить<br>
сроки реализации<br>
проекта</p>
</div>
</div>
</div>
<p> </p>
<div class=\"container mt-big wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-lg-4 col-md-5 order-2 order-md-1\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1678786823.jpeg') no-repeat; height: 100%; background-size: contain\"> </div>
</div>
<div class=\"offset-xl-1 col-lg-6 col-md-8 order-1 order-md-2\">
<h2>О Корпорации развития Московской области</h2>
<p class=\"text-uppercase mob-mt-35\" style=\"margin-top: 75px\">компания со 100% государственным участием СУБЪЕКТА РФ — МОСКОВСКОЙ ОБЛАСТИ</p>
<p>АО «Корпорация развития Московской области» — институт развития,<br>
созданный Правительством Подмосковья для привлечения инвестиций, сопровождения инвестиционных проектов, а также развития инвестиционной инфраструктуры региона.</p>
<p class=\"mt50\"><a class=\"bottom\" href=\"/about\" style=\"font-size: 16px;\">Подробнее</a></p>
</div>
</div>
</div>
<p> </p>
<p> </p>
<div class=\"bg-black mt100 wow fadeInUp\" data-bootstrap-contains=\"containers\" data-wow-delay=\"0.5s\" id=\"area-block\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\" style=\" align-items: center;display: flex;\">
<div>
<h2>Подберем<br>
площадку для вас</h2>
<p class=\"mt50 mob-mt-35\">Заполните форму, и мы свяжемся<br>
с вами в течение рабочего дня</p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8\">
<form action=\"/order/area/send\" id=\"form-area-2\" method=\"POST\" novalidate=\"novalidate\"><input name=\"formType\" type=\"hidden\" value=\"main\">
<!--
<div class=\"row\">
<div class=\"col-lg-6 \">
<div class=\"row\">
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2areaType1\" name=\"areaType[]\" type=\"checkbox\" value=\"Участок\"> <label class=\"select-circle\" data-for=\"f2areaType1\" for=\"f2areaType1\">Участок</label></div>
<div class=\"col-6 col-lg-8\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2areaType2\" name=\"areaType[]\" type=\"checkbox\" value=\"Помещение\"> <label class=\"select-circle\" data-for=\"f2areaType2\" for=\"f2areaType2\">Помещение</label></div>
</div>
<div class=\"mob-line\" style=\"height: 0; overflow: hidden;\"> </div>
</div>
<div class=\"col-lg-6\">
<div class=\"row\">
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2payType1\" name=\"payType[]\" type=\"checkbox\" value=\"Покупка\"> <label class=\"select-circle\" data-for=\"f2payType1\" for=\"f2payType1\">Покупка</label></div>
<div class=\"col-6 col-lg-4\"><input class=\"hidden\" contenteditable=\"false\" id=\"f2payType2\" name=\"payTyp[]e\" type=\"checkbox\" value=\"Аренда\"> <label class=\"select-circle\" data-for=\"f2payType2\" for=\"f2payType2\">Аренда</label></div>
</div>
</div>
</div>
-->
<div>
<div class=\"form-form-group\"><input class=\"ym-record-keys white-placeholder\" contenteditable=\"false\" id=\"f2form-name\" name=\"name\" placeholder=\"Введите ваше имя\" required=\"\" type=\"text\"></div>
<div class=\"form-form-group\"> <input class=\"phone ym-record-keys white-placeholder\" contenteditable=\"false\" id=\"f2form-phone\" name=\"phone\" placeholder=\"+7(900) 343-22-22\" required=\"\" type=\"tel\" inputmode=\"text\"></div>
<div class=\"form-form-group\"> <input class=\"companyTitle ym-record-keys white-placeholder suggestions-input\" contenteditable=\"false\" name=\"company\" placeholder=\"Название организации\" type=\"text\" autocomplete=\"off\" autocorrect=\"off\" autocapitalize=\"off\" spellcheck=\"false\" style=\"box-sizing: border-box;\"><div class=\"suggestions-wrapper\"><span class=\"suggestions-addon\" data-addon-type=\"spinner\" style=\"left: -54px; top: 0px; height: 54px; width: 54px;\"></span><ul class=\"suggestions-constraints\" style=\"left: -639px; top: 27px;\"></ul><div class=\"suggestions-suggestions\" style=\"position: absolute; display: none; left: -641px; top: 54px; width: 641px;\"></div></div></div>
</div>
<div class=\"row mt25 mob-mt-0 \">
<div class=\"col-xl-8 col-lg-8 order-2 order-xl-2 mt-3\">
<button class=\"btn-contrast btn-mob-block\" type=\"button\" data-bs-toggle=\"modal\" data-bs-target=\"#smsModal\">оставить заявку</button>
</div>
<div class=\"col-xl-8 mt15 errorMin order-1 order-xl-1\">
<div style=\" height: 100%; align-items: center;display: flex;\"><input contenteditable=\"false\" id=\"f2ch-form\" name=\"ch-form\" style=\"margin-right: 15px\" type=\"checkbox\"> <label for=\"f2ch-form\" style=\"font-size: 10px; color: #858D92\">Я подтверждаю, что прочитал и принял <a href=\"/policy\" style=\"color: #F5F5F9\">политику конфиденциальности КРМО</a></label></div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class=\"container mt100 wow fadeInUp\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-4\">
<h2>Индустриальный<br>
парк «Есипово»<br>
с государственным участием</h2>
<div class=\"mob-mt-35\" style=\"margin-top: 75px\">
<p>Индустриальный парк «Есипово» – первый индустриальный<br>
парк с государственным участием на территории<br>
Московской области.</p>
<p>Парк расположен в Солнечногорском районе и занимает<br>
284 Га земли промышленного назначения, обеспеченного<br>
всеми инженерными коммуникациями, дорогами<br>
и развязками.</p>
<p>Парк призван способствовать развитию промышленности<br>
и экономики региона, размещая на своей территории<br>
средние и крупные предприятия.</p>
<p class=\"mob-mt-35\" style=\"margin-top: 45px\"><a class=\"bottom\" href=\"/project/1\">Подробнее</a></p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8 mob-mt-35\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1702639950.jpg') no-repeat; height: 100%; background-size: cover\"> </div>
</div>
</div>
<div class=\"row mt-big\">
<div class=\"col-xl-5 col-lg-4\">
<h2>Индустриальный<br>
парк «Жуковский»<br>
с государственным участием</h2>
<div class=\"mob-mt-35\" style=\"margin-top: 75px\">
<p>Индустриальный парк «Жуковский» – это динамично развивающееся пространство, спроектированное для бизнеса будущего.</p>
<p>Индустриальный парк «Жуковский» – это динамично развивающееся пространство, спроектированное для бизнеса будущего. Индустриальный парк располагается в одноимённом городском округе Жуковский, Московской области в 24 км от МКАД и занимает 1 900 103 м² земли промышленного назвачения.</p>
<p class=\"mob-mt-35\" style=\"margin-top: 45px\"><a class=\"bottom\" href=\"/project/jukovskii\">Подробнее</a></p>
</div>
</div>
<div class=\"col-xl-7 col-lg-8 mob-mt-35\">
<div class=\"img-with-bg\" style=\"background: url('/upload/images/1717488426.jpg') no-repeat; height: 100%; background-size: cover\"> </div>
</div>
</div>
</div>
<div class=\"bg-red mt100 wow fadeInUp\" data-bootstrap-contains=\"containers\" data-wow-delay=\"0.5s\" style=\"visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-xl-4 col-lg-4\">
<h2>Преимущества<br>
парка «Есипово»</h2>
<p class=\"text-uppercase mt50 mob-mt-35\">индустриальный парк №1<br>
Московской области<br>
по версии RGB</p>
<div class=\"mt50 d-none d-sm-block\"><a class=\"bottom\" href=\"/project\" style=\"font-size: 16px\">Подробнее</a></div>
<div class=\"mt50 d-none d-sm-block\">
<div><strong style=\"font-size: 18px\">Скачать презентацию</strong></div>
<div style=\"margin-top: 15px\"><a class=\"bottom present\" data-bs-target=\"#presentFormModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"font-size: 16px\">«Есипово»</a></div>
</div>
</div>
<div class=\"offset-xl-1 col-xl-6 col-lg-8 mt-3 mt-sm-0\">
<div class=\"row\">
<div class=\"col-xl-5 col-lg-3\">
<div class=\"itog_result\">33 км</div>
<div class=\"itog_result_title\">до Москвы</div>
</div>
<div class=\"col-xl-7 col-lg-9\">
<div class=\"itog_result\">20 мин.</div>
<div class=\"itog_result_title\">до аэропорта «Шереметьево»</div>
</div>
</div>
<div class=\"itog_result mt25\">Готовая инфраструктура</div>
<div class=\"itog_result_title\">газ, электроэнергия, вода, дороги, развязки</div>
<div class=\"itog_result mt25\">Ленинградское шоссе</div>
<div class=\"itog_result_title\">трасса М10</div>
<div class=\"itog_result mt25\">Рассрочка платежа</div>
<div class=\"itog_result_title\">гибкие финансовые условия</div>
<div class=\"itog_result mt25\">4,3 млрд</div>
<div class=\"itog_result_title\">вложения в инженерно-транспортную инфраструктуру</div>
<div class=\"mt50 mob-mt-35 d-block d-lg-none\"><a class=\"bottom\" href=\"/project/1\" style=\"font-size: 16px\">Подробнее</a></div>
<div class=\"mt50 mob-mt-35 d-block d-lg-none\">
<div><strong style=\"font-size: 18px\">Скачать презентацию</strong></div>
<div style=\"margin-top: 15px\"><a class=\"bottom present\" data-bs-target=\"#presentFormModal\" data-bs-toggle=\"modal\" href=\"#\" style=\"font-size: 16px\">«Есипово»</a></div>
</div>
</div>
</div>
</div>
</div>
{{ include('new\\\\widgets\\\\index_news.html.twig') }}
{{ include('new\\\\widgets\\\\index_partners.html.twig') }}
{{ include('new/modals/price_index_modal_home.html.twig') }}
{{ include('new/modals/price_index_modal_area.html.twig') }}
{{ include('new/modals/sms_modal.html.twig') }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src=\"https://cdn.jsdelivr.net/npm/chart.js\"></script>
<script>
\$(document).ready(function (){
var chHome;
function graphHome(){
// var json = [1000,2000,2000,3000,4000];
var json = {{ indexPriceHomeElems | json_encode | raw }};
var months = ['Январь','Февраль','Март', 'Апрель', 'Май', 'Июнь'];
var ctx = document.getElementById('graphHome');
if (chHome) {
chHome.destroy();
}
chHome = new Chart(ctx, {
type: 'line',
data: {
labels: months,
datasets: [{
label: '',
data: json,
borderColor: '#2E3D56',
backgroundColor: '#2E3D56',
borderWidth: 1
}]
},
options: {
plugins: {
legend: {
display: false
},
// tooltip: false
},
}
});
}
graphHome();
var chArea;
function graphArea(){
// var json = [1000,2000,2000,3000,4000];
var json = {{ indexPriceAreaElems | json_encode | raw }};
var months = ['Январь','Февраль','Март', 'Апрель', 'Май', 'Июнь'];
var ctx2 = document.getElementById('graphArea');
if (chArea) {
chArea.destroy();
}
chArea = new Chart(ctx2, {
type: 'line',
data: {
labels: months,
datasets: [{
label: '',
data: json,
borderColor: '#2E3D56',
backgroundColor: '#2E3D56',
borderWidth: 1
}]
},
options: {
plugins: {
legend: {
display: false
},
// tooltip: false
},
}
});
}
graphArea();
var cj = false;
\$(window).scroll(function (){
var sc = \$(window).scrollTop();
if (sc > 1600 && cj == false){
cj = true;
\$('.counter_j').each(function () {
\$(this).prop('Counter',0).animate({
Counter: parseFloat(\$(this).text())
}, {
duration: 2000,
easing: 'swing',
step: function (now) {
\$(this).text(Math.ceil(now));
}
});
});
}
})
var owlMain = \$('#slider-main').owlCarousel({
loop:true,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
responsive: {
0: {
items: 1
},
}
});
\$('.btn-preview').click(function (){
owlMain.trigger('prev.owl.carousel');
});
\$('.btn-next').click(function (){
owlMain.trigger('next.owl.carousel');
})
var owlItog = \$('#slider-itog').owlCarousel({
loop:false,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
rewindNav:false,
touchDrag : false,
mouseDrag : false,
animateOut: 'fadeOutDownBig',
animateIn: 'fadeInDownBig',
responsive: {
0: {
items: 1
},
},
});
owlItog.on('changed.owl.carousel', function(event) {
\$('.counter_j').each(function () {
var th = \$(this);
\$(th).stop().prop('Counter',0).animate({
Counter: parseFloat(\$(th).attr('data-count'))
}, {
duration: 2000,
easing: 'swing',
step: function (now) {
\$(th).text(Math.ceil(now));
}
});
});
setTimeout(function (){
\$('.index-itog .arrows-number').html(\$('.owl-item.active .itog_year').text());
}, 400);
})
var owlReviews = \$('#reviews-slider').owlCarousel({
loop:true,
margin:10,
smartSpeed: 500,
nav:false,
dots:false,
responsive: {
0: {
items: 1
},
}
});
\$('.btn-itog-preview').click(function (){
if (\$(this).attr('src') == '/assets/images/new/icon_arr_left_white.svg'){
owlItog.trigger('next.owl.carousel');
\$('.btn-itog-next').attr('src', '/assets/images/new/icon_arr_right_white.svg');
setTimeout(function (){
if ( \$('#slider-itog .owl-item').eq((\$('#slider-itog .owl-item').length-1)).hasClass('active') ){
\$('.btn-itog-preview').attr('src', '/assets/images/new/icon_arr_left_gray.svg');
}
},300);
}
});
\$('.btn-itog-next').click(function (){
if (\$(this).attr('src') == '/assets/images/new/icon_arr_right_white.svg'){
owlItog.trigger('prev.owl.carousel');
\$('.btn-itog-preview').attr('src', '/assets/images/new/icon_arr_left_white.svg');
setTimeout(function (){
if ( \$('#slider-itog .owl-item').eq(0).hasClass('active') ){
\$('.btn-itog-next').attr('src', '/assets/images/new/icon_arr_right_gray.svg');
}
},300);
}
})
\$('.btn-review-preview').click(function (){
owlReviews.trigger('prev.owl.carousel');
});
\$('.btn-review-next').click(function (){
owlReviews.trigger('next.owl.carousel');
})
\$('.select-circle').click(function (){
// \$(this).toggleClass('active');
})
\$('.modal-content form').submit(function (){
\$(this).find('button[type=\"submit\"]').attr('disabled','disabled');
})
})
</script>
{% endblock %}", "new/index/index.html.twig", "/var/www/mosportal/templates/new/index/index.html.twig");
}
}