diff --git a/.gitignore b/.gitignore
index e3111b6..1d5dc8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@ sitemap*
.xml
.htsecure
cron/yasprav.log
-vizitka/tmp/
\ No newline at end of file
+vizitka/tmp/
+vkteamssetup.exe
\ No newline at end of file
diff --git a/about/index.php b/about/index.php
index 0be9e33..f2a5b3c 100644
--- a/about/index.php
+++ b/about/index.php
@@ -1,6 +1,8 @@
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
-$APPLICATION->SetTitle("О Компании");
+$APPLICATION->SetPageProperty("keywords", "Эволюция Автолизинга, о компании Эволюция Автолизинга, история развития Эволюция Автолизинга, достижения компании Эволюция Автолизинга");
+$APPLICATION->SetPageProperty("description", "Эволюция – самая динамично развивающаяся автолизинговая компания России. Благодаря огромному опыту в лизинге и лучшим практикам на рынке, за год работы вошли в Топ 10 лизинговых компаний.");
+$APPLICATION->SetTitle("Эволюция Автолизинга: история развития и достижения компании");
?>
diff --git a/api/index.php b/api/index.php
index dd328a6..a4e1158 100644
--- a/api/index.php
+++ b/api/index.php
@@ -2035,7 +2035,7 @@ switch($PARAM_1)
"name" => $rules_ar_res['NAME'],
"active_from" => $rules_ar_res['ACTIVE_FROM'],
"filename" => $f->Fetch()['ORIGINAL_NAME'],
- "url" => CFile::GetPath($rules_ar_res['PROPERTIES']['FILE']['VALUE']),
+ "url" => "https://".SITE_SERVER_NAME.CFile::GetPath($rules_ar_res['PROPERTIES']['FILE']['VALUE']),
];
}
@@ -2067,7 +2067,7 @@ switch($PARAM_1)
"name" => $materials_ar_res['NAME'],
"description" => $materials_ar_res['PREVIEW_TEXT'],
"filename" => $f->Fetch()['ORIGINAL_NAME'],
- "url" => CFile::GetPath($materials_ar_res['PROPERTIES']['FILE']['VALUE']),
+ "url" => "https://".SITE_SERVER_NAME.CFile::GetPath($materials_ar_res['PROPERTIES']['FILE']['VALUE']),
];
}
@@ -2128,7 +2128,7 @@ switch($PARAM_1)
$file = [
"filename" => $f->Fetch()['ORIGINAL_NAME'],
- "url" => CFile::GetPath($file_id),
+ "url" => "https://".SITE_SERVER_NAME.CFile::GetPath($file_id),
];
$file['extension'] = strtoupper(get_ext_from_mime($f->arResult[0]['CONTENT_TYPE']));
@@ -2150,39 +2150,12 @@ switch($PARAM_1)
];
$questions[] = $question;
- //$questions[] = $questions_ar_res;
- /*[
- "name" => $questions_ar_res['NAME'],
- "filename" => $f->Fetch()['ORIGINAL_NAME'],
- "url" => CFile::GetPath($rules_ar_res['PROPERTIES']['FILE']['VALUE']),
- ];
- */
}
$theme['questions'] = $questions;
array_push($themes, $theme);
- //print_r($theme_result);
- //print "\n\n";
}
- /*
- $rules_res = CIBlockElement::GetList($sort, $filter, false, $options);
- while ($rules_ob_element = $rules_res->GetNextElement())
- {
- $rules_ar_res = $rules_ob_element->GetFields();
- $rules_ar_res['PROPERTIES'] = $rules_ob_element->GetProperties();
-
- $f = CFile::GetByID($rules_ar_res['PROPERTIES']['FILE']['VALUE']);
-
- $rules[] = [
- "name" => $rules_ar_res['NAME'],
- "active_from" => $rules_ar_res['ACTIVE_FROM'],
- "filename" => $f->Fetch()['ORIGINAL_NAME'],
- "url" => CFile::GetPath($rules_ar_res['PROPERTIES']['FILE']['VALUE']),
- ];
- }
- */
-
print json_encode([
"themes" => $themes,
]);
diff --git a/chat/.section.php b/chat/.section.php
new file mode 100644
index 0000000..f1e19f6
--- /dev/null
+++ b/chat/.section.php
@@ -0,0 +1,3 @@
+
+$sSectionName="finlab";
+?>
\ No newline at end of file
diff --git a/chat/index.php b/chat/index.php
new file mode 100644
index 0000000..d8fde5a
--- /dev/null
+++ b/chat/index.php
@@ -0,0 +1,22 @@
+
+require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
+$APPLICATION->SetTitle("Эволюция автолизинга: finlab");
+?>
+
+
+
+
+
+
+$APPLICATION->IncludeComponent(
+ "evolution:form.leasing.nomail",
+ "",
+Array()
+);?>
+
+
+
+
+
\ No newline at end of file
diff --git a/local/components/evolution/about.roadmap/templates/.default/style.css b/local/components/evolution/about.roadmap/templates/.default/style.css
index e69de29..0f612c7 100644
--- a/local/components/evolution/about.roadmap/templates/.default/style.css
+++ b/local/components/evolution/about.roadmap/templates/.default/style.css
@@ -0,0 +1,30 @@
+ .lines_title h2 {
+ font-weight: 700;
+ font-size: 70px;
+ line-height: 120%;
+ color: #0C0C0C;
+ }
+ .lines_title h2 span {
+ display: block;
+ color: var(--blue);
+ }
+ @media (max-width: 1600px) {
+ .lines_title h2 {
+ font-size: 54px;
+ }
+ }
+
+ @media all and (max-width: 920px) {
+ .lines_title h2 {
+ font-size: 45px;
+ }
+ }
+ @media (max-width: 767px) {
+
+ .lines_title h2 {
+ font-size: 27px;
+ order: 2;
+ margin-top: 20px !important;
+ width: 100%;
+ }
+ }
diff --git a/local/components/evolution/about.roadmap/templates/.default/template.php b/local/components/evolution/about.roadmap/templates/.default/template.php
index 73649d6..da927fb 100644
--- a/local/components/evolution/about.roadmap/templates/.default/template.php
+++ b/local/components/evolution/about.roadmap/templates/.default/template.php
@@ -16,10 +16,10 @@ $this->setFrameMode(true);
Эволюция – самая динамично развивающаяся автолизинговая компания России. Благодаря огромному опыту в лизинге и лучшим практикам на рынке, за год работы вошли в Топ 10 лизинговых компаний.
-
+
Уникальный
путь развития
-
+
if(!empty($arParams['PRESENTATION_URL'])): ?>
Скачать презентацию
endif; ?>
diff --git a/local/templates/404/footer.php b/local/templates/404/footer.php
index 4c4ac32..9465877 100644
--- a/local/templates/404/footer.php
+++ b/local/templates/404/footer.php
@@ -69,7 +69,7 @@
-
+