Commit 0a18140feec95eb9201cb086df7d47e2401a7dab
1 parent
80576aee71
Exists in
master
Интеграция верстки на Битрикс
Showing 17 changed files with 3411 additions and 25 deletions Inline Diff
- .section.php
- about/.section.php
- about/index.php
- contacts/.section.php
- local/templates/main/components/bitrix/news.detail/article/component_epilog.php
- local/templates/main/components/bitrix/news.detail/article/template.php
- local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/component_epilog.php
- local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/result_modifier.php
- local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/script.js
- local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/style.css
- local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/template.php
- local/templates/main/header.php
- partners/.section.php
- partners/index.php
- requisites/.section.php
- requisites/index.php
- services/index.php
.section.php
File was created | 1 | <? | |
2 | $sSectionName = "Главная"; | ||
3 | $arDirProperties = [ | ||
4 | "description" => "Внедряем технологии в&amp;nbsp;сфере информационной безопасности &amp;rarr; Защищаем ИТ-инфракструтуру &amp;rarr; Заменяем и&amp;nbsp;обслуживаем импортное оборудование и&amp;nbsp;ПО &amp;rarr; Повышение производительности ЦОД &amp;rarr; Диагностика, регламентные работы, ремонт, настройка инженерных систем", | ||
5 | "keywords" => "IT-решения, интегратор, автоматизация, сопровождение", | ||
6 | "robots" => "index, follow", | ||
7 | "image" => "/images/badges/main.jpg", | ||
8 | ]; | ||
9 | ?> |
about/.section.php
1 | <? | 1 | <? |
2 | $sSectionName = "О компании"; | 2 | $sSectionName = "О компании"; |
3 | $arDirProperties = Array( | 3 | $arDirProperties = [ |
4 | 4 | "description" => "Подробная информация о компании ИМБА ИТ.", | |
5 | ); | 5 | "keywords" => "IT-решения, интегратор, автоматизация, сопровождение", |
6 | "image" => "/images/badges/main.jpg", | ||
7 | ]; | ||
6 | ?> | 8 | ?> |
about/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); |
3 | $APPLICATION->SetPageProperty("title", "О компании ИМБА ИТ"); | ||
3 | $APPLICATION->SetTitle("О компании"); | 4 | $APPLICATION->SetTitle("О компании"); |
4 | ?> | 5 | ?> |
5 | <div class="wrapper"> | 6 | <div class="wrapper"> |
6 | <section class="cover-main"> | 7 | <section class="cover-main"> |
7 | <div class="container cover-main__container"> | 8 | <div class="container cover-main__container"> |
8 | <h1 class="h1 cover-main__title"> | 9 | <h1 class="h1 cover-main__title"> |
9 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_title.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> | 10 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_title.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> |
10 | </h1> | 11 | </h1> |
11 | </div> | 12 | </div> |
12 | </section> | 13 | </section> |
13 | <section class="section services"> | 14 | <section class="section services"> |
14 | <div class="container services__container"> | 15 | <div class="container services__container"> |
15 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "services", [ | 16 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "services", [ |
16 | "IBLOCK_TYPE" => "news", | 17 | "IBLOCK_TYPE" => "news", |
17 | "IBLOCK_ID" => IBID_SERVICES, | 18 | "IBLOCK_ID" => IBID_SERVICES, |
18 | "SET_TITLE" => "N", | 19 | "SET_TITLE" => "N", |
19 | "AJAX_MODE" => "N", | 20 | "AJAX_MODE" => "N", |
20 | "AJAX_OPTION_SHADOW" => "Y", | 21 | "AJAX_OPTION_SHADOW" => "Y", |
21 | "AJAX_OPTION_JUMP" => "N", | 22 | "AJAX_OPTION_JUMP" => "N", |
22 | "AJAX_OPTION_STYLE" => "Y", | 23 | "AJAX_OPTION_STYLE" => "Y", |
23 | "AJAX_OPTION_HISTORY" => "N", | 24 | "AJAX_OPTION_HISTORY" => "N", |
24 | "CACHE_TYPE" => "A", | 25 | "CACHE_TYPE" => "A", |
25 | "CACHE_TIME" => "36000000", | 26 | "CACHE_TIME" => "36000000", |
26 | "CACHE_GROUPS" => "Y", | 27 | "CACHE_GROUPS" => "Y", |
27 | "AJAX_OPTION_ADDITIONAL" => "", | 28 | "AJAX_OPTION_ADDITIONAL" => "", |
28 | "FIELD_CODE" => ["DETAIL_PICTURE"], | 29 | "FIELD_CODE" => ["DETAIL_PICTURE"], |
29 | "PROPERTY_CODE" => ["LIST_IMAGE"] | 30 | "PROPERTY_CODE" => ["LIST_IMAGE"] |
30 | ], | 31 | ], |
31 | false | 32 | false |
32 | ); ?> | 33 | ); ?> |
33 | </div> | 34 | </div> |
34 | </section> | 35 | </section> |
35 | </div> | 36 | </div> |
36 | <section class="section about" id="about"> | 37 | <section class="section about" id="about"> |
37 | <div class="container about__container"> | 38 | <div class="container about__container"> |
38 | <h2 class="h2 about__title fade-in"> | 39 | <h2 class="h2 about__title fade-in"> |
39 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_title.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> | 40 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_title.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> |
40 | </h2> | 41 | </h2> |
41 | <div class="about-info"> | 42 | <div class="about-info"> |
42 | <div class="about-info__text"> | 43 | <div class="about-info__text"> |
43 | <div class="red-line about-info__lines fade-in"></div> | 44 | <div class="red-line about-info__lines fade-in"></div> |
44 | <p class="text about-info__description fade-in"> | 45 | <p class="text about-info__description fade-in"> |
45 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_text.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> | 46 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_text.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> |
46 | </p> | 47 | </p> |
47 | </div> | 48 | </div> |
48 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_list.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> | 49 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/about_list.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text",], false); ?> |
49 | </div> | 50 | </div> |
50 | </div> | 51 | </div> |
51 | </section> | 52 | </section> |
52 | <section class="section licenses-partners"> | 53 | <section class="section licenses-partners"> |
53 | <div class="container licenses-partners__container"><h2 class="h2 licenses-partners__title">Лицензии</h2> | 54 | <div class="container licenses-partners__container"><h2 class="h2 licenses-partners__title">Лицензии</h2> |
54 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "licenses", [ | 55 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "licenses", [ |
55 | "IBLOCK_TYPE" => "content", | 56 | "IBLOCK_TYPE" => "content", |
56 | "IBLOCK_ID" => IBID_LICENSES, | 57 | "IBLOCK_ID" => IBID_LICENSES, |
57 | "SET_TITLE" => "N", | 58 | "SET_TITLE" => "N", |
58 | "AJAX_MODE" => "N", | 59 | "AJAX_MODE" => "N", |
59 | "AJAX_OPTION_SHADOW" => "Y", | 60 | "AJAX_OPTION_SHADOW" => "Y", |
60 | "AJAX_OPTION_JUMP" => "N", | 61 | "AJAX_OPTION_JUMP" => "N", |
61 | "AJAX_OPTION_STYLE" => "Y", | 62 | "AJAX_OPTION_STYLE" => "Y", |
62 | "AJAX_OPTION_HISTORY" => "N", | 63 | "AJAX_OPTION_HISTORY" => "N", |
63 | "CACHE_TYPE" => "A", | 64 | "CACHE_TYPE" => "A", |
64 | "CACHE_TIME" => "36000000", | 65 | "CACHE_TIME" => "36000000", |
65 | "CACHE_GROUPS" => "Y", | 66 | "CACHE_GROUPS" => "Y", |
66 | "AJAX_OPTION_ADDITIONAL" => "", | 67 | "AJAX_OPTION_ADDITIONAL" => "", |
67 | ], | 68 | ], |
68 | false | 69 | false |
69 | ); ?> | 70 | ); ?> |
70 | </div> | 71 | </div> |
71 | </section> | 72 | </section> |
72 | <section class="section tab-partners" id="partners"> | 73 | <section class="section tab-partners" id="partners"> |
73 | <div class="container tab-partners__container"> | 74 | <div class="container tab-partners__container"> |
74 | <div class="tabs"> | 75 | <div class="tabs"> |
75 | <ul class="tab-partners__list"> | 76 | <ul class="tab-partners__list"> |
76 | <li class="tab-partners__item tab-partners__item_active" data-index="0" role="tab"> | 77 | <li class="tab-partners__item tab-partners__item_active" data-index="0" role="tab"> |
77 | <button class="lead-title tab-name tab-partners__link" type="button">Наши заказчики</button> | 78 | <button class="lead-title tab-name tab-partners__link" type="button">Наши заказчики</button> |
78 | </li> | 79 | </li> |
79 | <li class="tab-partners__item" data-index="1" role="tab"> | 80 | <li class="tab-partners__item" data-index="1" role="tab"> |
80 | <button class="lead-title tab-name tab-partners__link" type="button">Наши партнёры</button> | 81 | <button class="lead-title tab-name tab-partners__link" type="button">Наши партнёры</button> |
81 | </li> | 82 | </li> |
82 | </ul> | 83 | </ul> |
83 | <section class="tab-partners__section tab-partners__section_active" role="tab-content" data-index="0"> | 84 | <section class="tab-partners__section tab-partners__section_active" role="tab-content" data-index="0"> |
84 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "tab-clients", [ | 85 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "tab-clients", [ |
85 | "IBLOCK_TYPE" => "content", | 86 | "IBLOCK_TYPE" => "content", |
86 | "IBLOCK_ID" => IBID_CLIENTS, | 87 | "IBLOCK_ID" => IBID_CLIENTS, |
87 | "SET_TITLE" => "N", | 88 | "SET_TITLE" => "N", |
88 | "AJAX_MODE" => "N", | 89 | "AJAX_MODE" => "N", |
89 | "AJAX_OPTION_SHADOW" => "Y", | 90 | "AJAX_OPTION_SHADOW" => "Y", |
90 | "AJAX_OPTION_JUMP" => "N", | 91 | "AJAX_OPTION_JUMP" => "N", |
91 | "AJAX_OPTION_STYLE" => "Y", | 92 | "AJAX_OPTION_STYLE" => "Y", |
92 | "AJAX_OPTION_HISTORY" => "N", | 93 | "AJAX_OPTION_HISTORY" => "N", |
93 | "CACHE_TYPE" => "A", | 94 | "CACHE_TYPE" => "A", |
94 | "CACHE_TIME" => "36000000", | 95 | "CACHE_TIME" => "36000000", |
95 | "CACHE_GROUPS" => "Y", | 96 | "CACHE_GROUPS" => "Y", |
96 | "AJAX_OPTION_ADDITIONAL" => "", | 97 | "AJAX_OPTION_ADDITIONAL" => "", |
97 | "FIELD_CODE" => ["DETAIL_PICTURE"], | 98 | "FIELD_CODE" => ["DETAIL_PICTURE"], |
98 | ], | 99 | ], |
99 | false | 100 | false |
100 | ); ?> | 101 | ); ?> |
101 | </section> | 102 | </section> |
102 | <section class="tab-partners__section" role="tab-content" data-index="1"> | 103 | <section class="tab-partners__section" role="tab-content" data-index="1"> |
103 | <div class="tab-partner"> | 104 | <div class="tab-partner"> |
104 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "tab-partners", [ | 105 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "tab-partners", [ |
105 | "IBLOCK_TYPE" => "content", | 106 | "IBLOCK_TYPE" => "content", |
106 | "IBLOCK_ID" => IBID_PARTNERS, | 107 | "IBLOCK_ID" => IBID_PARTNERS, |
107 | "SET_TITLE" => "N", | 108 | "SET_TITLE" => "N", |
108 | "AJAX_MODE" => "N", | 109 | "AJAX_MODE" => "N", |
109 | "AJAX_OPTION_SHADOW" => "Y", | 110 | "AJAX_OPTION_SHADOW" => "Y", |
110 | "AJAX_OPTION_JUMP" => "N", | 111 | "AJAX_OPTION_JUMP" => "N", |
111 | "AJAX_OPTION_STYLE" => "Y", | 112 | "AJAX_OPTION_STYLE" => "Y", |
112 | "AJAX_OPTION_HISTORY" => "N", | 113 | "AJAX_OPTION_HISTORY" => "N", |
113 | "CACHE_TYPE" => "A", | 114 | "CACHE_TYPE" => "A", |
114 | "CACHE_TIME" => "36000000", | 115 | "CACHE_TIME" => "36000000", |
115 | "CACHE_GROUPS" => "Y", | 116 | "CACHE_GROUPS" => "Y", |
116 | "AJAX_OPTION_ADDITIONAL" => "", | 117 | "AJAX_OPTION_ADDITIONAL" => "", |
117 | "FIELD_CODE" => ["DETAIL_PICTURE"], | 118 | "FIELD_CODE" => ["DETAIL_PICTURE"], |
118 | ], | 119 | ], |
119 | false | 120 | false |
120 | ); ?> | 121 | ); ?> |
121 | </div> | 122 | </div> |
122 | <a class="button button_style_link tab-partner__btn" href="/partners/"> посмотреть все</a> | 123 | <a class="button button_style_link tab-partner__btn" href="/partners/"> посмотреть все</a> |
123 | </section> | 124 | </section> |
124 | </div> | 125 | </div> |
125 | </div> | 126 | </div> |
126 | </section> | 127 | </section> |
127 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> | 128 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> |
contacts/.section.php
1 | <? | 1 | <? |
2 | $sSectionName = "Контакты"; | 2 | $sSectionName = "Контакты"; |
3 | $arDirProperties = Array( | 3 | $arDirProperties = [ |
4 | 4 | "title" => "Контакты компании по внедрению ИТ-систем ИМБА ИТ: заказать аудит инфраструктуры, телефон +7 (495) 969 39 77", | |
5 | ); | 5 | "description" => "Системный интегратор Москва и&nbsp;Санкт-Петербург &rarr; Заказать разработку&nbsp;ПО, компания ИМБА ИТ &rarr; Фирмы по&nbsp;безопаности ИТ-инфраструктуры: контакты, телефон, почта, адрес", |
6 | "keywords" => "контакты, ИМБА ИТ", | ||
7 | "image" => "/images/badges/contacts.jpg", | ||
8 | ]; | ||
6 | ?> | 9 | ?> |
local/templates/main/components/bitrix/news.detail/article/component_epilog.php
File was created | 1 | <?php | |
2 | global $APPLICATION; | ||
3 | if(!empty($arResult['PREVIEW_PICTURE']['SRC'])){ | ||
4 | $ogImageUrl = $arResult['PREVIEW_PICTURE']['SRC']; | ||
5 | $APPLICATION->SetPageProperty("image", $ogImageUrl); | ||
6 | } |
local/templates/main/components/bitrix/news.detail/article/template.php
1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); | 1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); |
2 | /** @var array $arParams */ | 2 | /** @var array $arParams */ |
3 | /** @var array $arResult */ | 3 | /** @var array $arResult */ |
4 | /** @global CMain $APPLICATION */ | 4 | /** @global CMain $APPLICATION */ |
5 | /** @global CUser $USER */ | 5 | /** @global CUser $USER */ |
6 | /** @global CDatabase $DB */ | 6 | /** @global CDatabase $DB */ |
7 | /** @var CBitrixComponentTemplate $this */ | 7 | /** @var CBitrixComponentTemplate $this */ |
8 | /** @var string $templateName */ | 8 | /** @var string $templateName */ |
9 | /** @var string $templateFile */ | 9 | /** @var string $templateFile */ |
10 | /** @var string $templateFolder */ | 10 | /** @var string $templateFolder */ |
11 | /** @var string $componentPath */ | 11 | /** @var string $componentPath */ |
12 | /** @var CBitrixComponent $component */ | 12 | /** @var CBitrixComponent $component */ |
13 | $this->setFrameMode(true); | 13 | $this->setFrameMode(true); |
14 | ?> | 14 | ?> |
15 | <? if($arResult['PROPERTIES']['INFOTEXT_ONE']['VALUE']['TEXT']): ?> | 15 | <? if($arResult['PROPERTIES']['INFOTEXT_ONE']['VALUE']): ?> |
16 | <div class="wrapper black-background"> | 16 | <div class="wrapper black-background"> |
17 | <section class="section cover-security black-background"> | 17 | <section class="section cover-security black-background"> |
18 | <div class="cover-security__img"> | 18 | <div class="cover-security__img"> |
19 | <img class="cover-security__img_color" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> | 19 | <img class="cover-security__img_color" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> |
20 | <img class="cover-security__img_black" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> | 20 | <img class="cover-security__img_black" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> |
21 | </div> | 21 | </div> |
22 | <div class="container cover-security__container"> | 22 | <div class="container cover-security__container"> |
23 | <div class="cover-security__head"> | 23 | <div class="cover-security__head"> |
24 | <h1 class="h1 cover-security__title fade-in"> | 24 | <h1 class="h1 cover-security__title fade-in"> |
25 | <?= $arResult['PROPERTIES']['H1_TITLE']['~VALUE']['TEXT']?> | 25 | <?= $arResult['PROPERTIES']['H1_TITLE']['~VALUE']['TEXT']?> |
26 | </h1> | 26 | </h1> |
27 | <div class="red-line cover-security__lines cover-security__line fade-in"></div> | 27 | <div class="red-line cover-security__lines cover-security__line fade-in"></div> |
28 | <button class="button button_style_red cover-security__btn fade-in popup-form-open" type="button" | 28 | <button class="button button_style_red cover-security__btn fade-in popup-form-open" type="button" |
29 | data-subject="Заявка с обложки ИБ">Оставить заявку | 29 | data-subject="Заявка с обложки ИБ">Оставить заявку |
30 | </button> | 30 | </button> |
31 | </div> | 31 | </div> |
32 | <ul class="cover-security__cards"> | 32 | <ul class="cover-security__cards"> |
33 | <?foreach ($arResult['PROPERTIES']['MAIN_POINTS']['VALUE'] as $point): ?> | 33 | <?foreach ($arResult['PROPERTIES']['MAIN_POINTS']['VALUE'] as $point): ?> |
34 | <li class="cover-security__card fade-in"> | 34 | <li class="cover-security__card fade-in"> |
35 | <div class="cover-security__card-line"></div> | 35 | <div class="cover-security__card-line"></div> |
36 | <div class="fact cover-security__card-text"><?= $point ?></div> | 36 | <div class="fact cover-security__card-text"><?= $point ?></div> |
37 | </li> | 37 | </li> |
38 | <?endforeach;?> | 38 | <?endforeach;?> |
39 | </ul> | 39 | </ul> |
40 | </div> | 40 | </div> |
41 | </section> | 41 | </section> |
42 | <section class="section services-security black-background"> | 42 | <section class="section services-security black-background"> |
43 | <div class="container services-security__container"> | 43 | <div class="container services-security__container"> |
44 | <h2 class="h2 services-security__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE']['~VALUE']['TEXT'] ?></h2> | 44 | <h2 class="h2 services-security__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE']['~VALUE']['TEXT'] ?></h2> |
45 | <div class="services-security__info"> | 45 | <div class="services-security__info"> |
46 | <?= $arResult['PROPERTIES']['INFOTEXT_ONE']['~VALUE']['TEXT'] ?> | 46 | <?= $arResult['PROPERTIES']['INFOTEXT_ONE']['~VALUE']['TEXT'] ?> |
47 | </div> | 47 | </div> |
48 | </div> | 48 | </div> |
49 | </section> | 49 | </section> |
50 | </div> | 50 | </div> |
51 | <?else:?> | 51 | <?else:?> |
52 | <section class="section decisions"> | 52 | <section class="section decisions"> |
53 | <div class="container decisions__container"> | 53 | <div class="container decisions__container"> |
54 | <h2 class="h2 decisions__title fade-in">Страница не заполнена</h2> | 54 | <h2 class="h2 decisions__title fade-in">Страница не заполнена</h2> |
55 | </div> | 55 | </div> |
56 | </section> | 56 | </section> |
57 | <?endif;?> | 57 | <?endif;?> |
58 | <?if($arResult['PROPERTIES']['INFOTEXT_TWO']['VALUE']): ?> | 58 | <?if($arResult['PROPERTIES']['INFOTEXT_TWO']['VALUE']): ?> |
59 | <section class="section decisions"> | 59 | <section class="section decisions"> |
60 | <div class="container decisions__container"><h2 class="h2 decisions__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE_TWO']['~VALUE']['TEXT'] ?></h2> | 60 | <div class="container decisions__container"><h2 class="h2 decisions__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE_TWO']['~VALUE']['TEXT'] ?></h2> |
61 | <?= $arResult['PROPERTIES']['INFOTEXT_TWO']['~VALUE']['TEXT'] ?> | 61 | <?= $arResult['PROPERTIES']['INFOTEXT_TWO']['~VALUE']['TEXT'] ?> |
62 | </div> | 62 | </div> |
63 | </section> | 63 | </section> |
64 | <?endif;?> | 64 | <?endif;?> |
65 | 65 | ||
66 | <?if($arResult['PROPERTIES']['TEXT_THREE']['VALUE']): ?> | 66 | <?if($arResult['PROPERTIES']['TEXT_THREE']['VALUE']): ?> |
67 | <section class="section solutions black-background"> | 67 | <section class="section solutions black-background"> |
68 | <?= $arResult['PROPERTIES']['TEXT_THREE']['~VALUE']['TEXT'] ?> | 68 | <?= $arResult['PROPERTIES']['TEXT_THREE']['~VALUE']['TEXT'] ?> |
69 | </section> | 69 | </section> |
70 | <?endif;?> | 70 | <?endif;?> |
71 | 71 | ||
72 | <?if($arResult['PROPERTIES']['TEXT_FOUR']['VALUE']): ?> | 72 | <?if($arResult['PROPERTIES']['TEXT_FOUR']['VALUE']): ?> |
73 | <section class="section import-security"> | 73 | <section class="section import-security"> |
74 | <?= $arResult['PROPERTIES']['TEXT_FOUR']['~VALUE']['TEXT'] ?> | 74 | <?= $arResult['PROPERTIES']['TEXT_FOUR']['~VALUE']['TEXT'] ?> |
75 | </section> | 75 | </section> |
76 | <?endif;?> | 76 | <?endif;?> |
77 | 77 | ||
78 | <?if($arResult['PROPERTIES']['TEXT_FIVE']['VALUE']): ?> | 78 | <?if($arResult['PROPERTIES']['TEXT_FIVE']['VALUE']): ?> |
79 | <section class="section support-security"> | 79 | <section class="section support-security"> |
80 | <?= $arResult['PROPERTIES']['TEXT_FIVE']['~VALUE']['TEXT'] ?> | 80 | <?= $arResult['PROPERTIES']['TEXT_FIVE']['~VALUE']['TEXT'] ?> |
81 | </section> | 81 | </section> |
82 | <?endif;?> | 82 | <?endif;?> |
83 | 83 | ||
84 | <?if($arResult['PROPERTIES']['TEXT_SIX']['VALUE']): ?> | 84 | <?if($arResult['PROPERTIES']['TEXT_SIX']['VALUE']): ?> |
85 | <section class="section our-solutions black-background"> | 85 | <section class="section our-solutions black-background"> |
86 | <?= $arResult['PROPERTIES']['TEXT_SIX']['~VALUE']['TEXT'] ?> | 86 | <?= $arResult['PROPERTIES']['TEXT_SIX']['~VALUE']['TEXT'] ?> |
87 | </section> | 87 | </section> |
88 | <?endif;?> | 88 | <?endif;?> |
89 | 89 | ||
90 | <?if($arResult['PROPERTIES']['TEXT_SEVEN']['VALUE']): ?> | 90 | <?if($arResult['PROPERTIES']['TEXT_SEVEN']['VALUE']): ?> |
91 | <section class="section cases black-background"> | 91 | <section class="section cases black-background"> |
92 | <?= $arResult['PROPERTIES']['TEXT_SEVEN']['~VALUE']['TEXT'] ?> | 92 | <?= $arResult['PROPERTIES']['TEXT_SEVEN']['~VALUE']['TEXT'] ?> |
93 | </section> | 93 | </section> |
94 | <?endif;?> | 94 | <?endif;?> |
95 | 95 | ||
96 | <?if($arResult['PROPERTIES']['TEXT_EIGHT']['VALUE']): ?> | 96 | <?if($arResult['PROPERTIES']['TEXT_EIGHT']['VALUE']): ?> |
97 | <section class="section about-security black-background"> | 97 | <section class="section about-security black-background"> |
98 | <?= $arResult['PROPERTIES']['TEXT_EIGHT']['~VALUE']['TEXT'] ?> | 98 | <?= $arResult['PROPERTIES']['TEXT_EIGHT']['~VALUE']['TEXT'] ?> |
99 | </section> | 99 | </section> |
100 | <?endif;?> | 100 | <?endif;?> |
local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/component_epilog.php
File was created | 1 | <?php if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); | |
2 | global $APPLICATION; | ||
3 | |||
4 | if(!empty($arResult['PREVIEW_PICTURE']['SRC'])){ | ||
5 | $ogImageUrl = $arResult['PREVIEW_PICTURE']['SRC']; | ||
6 | $APPLICATION->SetPageProperty("image", $ogImageUrl); | ||
7 | } |
local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/result_modifier.php
File was created | 1 | <?php | |
2 | /** | ||
3 | * result_modifier.php | ||
4 | * add preview picture array | ||
5 | */ | ||
6 | $cp = $this->__component; // объект компонента | ||
7 | if (is_object($cp)) | ||
8 | $cp->SetResultCacheKeys(array('PREVIEW_PICTURE')); |
local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/script.js
File was created | 1 | /*! For license information please see ibImba.js.LICENSE.txt */ | |
2 | (()=>{"use strict";const t={scroll(){document.body.style.overflow=""},unscroll(){document.body.style.overflow="hidden"}};class e{constructor(t){this._popup=t,this.openPopup=this.openPopup.bind(this),this.closePopup=this.closePopup.bind(this),this._setEscHandler=this._setEscHandler.bind(this),this.setEventListeners=this.setEventListeners.bind(this)}openPopup(e){e&&(this._subject=e),this._popup.classList.add("popup-form_visible"),document.body.style.overflow="hidden",t.unscroll(),document.addEventListener("keydown",this._setEscHandler)}closePopup(){this._popup.classList.remove("popup-form_visible"),t.scroll(),document.removeEventListener("keydown",this._setEscHandler)}_setEscHandler(t){"Escape"===t.key&&this.closePopup()}setEventListeners(){this._popup.addEventListener("mousedown",(t=>{(t.target.classList.contains("popup-form_visible")||t.target.closest(".popup-form__close"))&&this.closePopup()}))}}class r extends e{constructor(t,e){super(t),this._form=t.querySelector(".form"),this._onSubmit=e,this._inputList=this._form.querySelectorAll(".form__item"),this._popupButton=this._form.querySelector(".form__btn"),this._inputValues={},this._hiddenInput=this._form.querySelector(".form__fields_input-hidden")}openPopup(t){super.openPopup(t),this._hiddenInput.value=this._subject,console.log(this._hiddenInput.value)}closePopup(){this._form.reset(),super.closePopup()}_getInputValues(){return this._inputList.forEach((t=>{this._inputValues[t.name]=t.value})),this._inputValues}setEventListeners(){super.setEventListeners(),this._form.addEventListener("submit",(t=>{t.preventDefault()}))}}const i={WRAPPER:document.querySelector(".wrapper"),CANVAS:document.querySelector(".canvas")},n=.003,o=20,s=0,a=0,l=o,c={MIN:-180,MAX:180},u={MIN:-90,MAX:90},h="#202020",f="#FBFBFB",p="#A42E2C",g="#670E0E",d="#511112",m="#340D0F",_={rotation:0,time:0,ctx:void 0,dots:[],background:f,KKK:0,WIDTH:0,HEIGHT:0,colorFill:p,colorStroke:g};try{T(),requestAnimationFrame(T),function(){for(let t=0;t<500;t++)_.dots.push(w())}(),function(){const t=i.CANVAS.getContext("2d");t.fillRect(0,0,i.CANVAS.width,i.CANVAS.height),_.ctx=t}(),x(),x()}catch(t){}function v(t){t?(_.background=f,_.colorFill=d,_.colorStroke=m):(_.background=h,_.colorFill=p,_.colorStroke=g)}function y(t){const e=o/t.z,r=_.WIDTH/2,i=_.HEIGHT/2,n=_.KKK*e*t.x+r,s=-_.KKK*e*t.y+i;t.xDisplay=n,t.yDisplay=s,_.ctx.beginPath(),_.ctx.ellipse(n,s,2,2,0,0,2*Math.PI),_.ctx.fill()}function b(t){t.links.forEach((e=>{_.ctx.beginPath(),_.ctx.moveTo(t.xDisplay,t.yDisplay),_.ctx.lineTo(e.xDisplay,e.yDisplay),_.ctx.stroke()}))}function x(){T(),_.time++,_.dots.forEach((t=>{t.a=t.a+t.da,t.b=t.b+t.db,function(t){t.x=s+1*Math.sin(-_.rotation-_.time/1e3+t.a)*Math.cos(t.b),t.y=a+1*Math.sin(t.b),t.z=l-1*Math.cos(t.b)*Math.cos(-_.rotation-_.time/1e3+t.a)}(t)})),_.dots.sort(((t,e)=>e.z-t.z)),_.dots.forEach((t=>{t.links=[],_.dots.forEach((e=>{var r,i;r=t,i=e,Math.sqrt(Math.pow(r.x-i.x,2)+Math.pow(r.y-i.y,2)+Math.pow(r.z-i.z,2))<.15&&t.links.push(e)}))})),_.ctx.fillStyle=_.background,_.ctx.fillRect(0,0,_.WIDTH,_.HEIGHT),_.ctx.fillStyle=_.colorFill,_.ctx.strokeStyle=_.colorStroke,_.dots.forEach(b),_.dots.forEach(y),requestAnimationFrame(x)}function w(...t){return t.length>0?{a:t[0],b:t[1],da:0,db:0,xDisplay:0,yDisplay:0,links:[]}:{a:(c.MAX-c.MIN)*Math.random()+c.MIN,b:(u.MAX-u.MIN)*Math.random()+u.MIN,da:n*Math.random()-.0015,db:n*Math.random()-.0015,links:[]}}function T(){const t=i.CANVAS.clientWidth,e=i.CANVAS.clientHeight,r=Math.min(t,e);_.KKK=r/3,_.WIDTH=t,_.HEIGHT=e,i.CANVAS.width=t,i.CANVAS.height=e}const k=document.querySelectorAll(".js_toggle_input");function C(){document.body.classList.add("light-mode"),v(!0),console.log("светлая тема")}function E(){document.body.classList.remove("light-mode"),v(!1),console.log("тёмная тема")}function A(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function M(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var S,O,P,D,R,B,I,L,W,z,F,N,q,Y,X,V={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},H={duration:.5,overwrite:!1,delay:0},U=1e8,G=1e-8,j=2*Math.PI,K=j/4,Q=0,Z=Math.sqrt,$=Math.cos,J=Math.sin,tt=function(t){return"string"==typeof t},et=function(t){return"function"==typeof t},rt=function(t){return"number"==typeof t},it=function(t){return void 0===t},nt=function(t){return"object"==typeof t},ot=function(t){return!1!==t},st=function(){return"undefined"!=typeof window},at=function(t){return et(t)||tt(t)},lt="function"==typeof ArrayBuffer&&ArrayBuffer.isView||function(){},ct=Array.isArray,ut=/(?:-?\.?\d|\.)+/gi,ht=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ft=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,pt=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,gt=/[+-]=-?[.\d]+/,dt=/[^,'"\[\]\s]+/gi,mt=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,_t={},vt={},yt=function(t){return(vt=jt(t,_t))&&jr},bt=function(t,e){return console.warn("Invalid property",t,"set to",e,"Missing plugin? gsap.registerPlugin()")},xt=function(t,e){return!e&&console.warn(t)},wt=function(t,e){return t&&(_t[t]=e)&&vt&&(vt[t]=e)||_t},Tt=function(){return 0},kt={suppressEvents:!0,isStart:!0,kill:!1},Ct={suppressEvents:!0,kill:!1},Et={suppressEvents:!0},At={},Mt=[],St={},Ot={},Pt={},Dt=30,Rt=[],Bt="",It=function(t){var e,r,i=t[0];if(nt(i)||et(i)||(t=[t]),!(e=(i._gsap||{}).harness)){for(r=Rt.length;r--&&!Rt[r].targetTest(i););e=Rt[r]}for(r=t.length;r--;)t[r]&&(t[r]._gsap||(t[r]._gsap=new lr(t[r],e)))||t.splice(r,1);return t},Lt=function(t){return t._gsap||It(Ce(t))[0]._gsap},Wt=function(t,e,r){return(r=t[e])&&et(r)?t[e]():it(r)&&t.getAttribute&&t.getAttribute(e)||r},zt=function(t,e){return(t=t.split(",")).forEach(e)||t},Ft=function(t){return Math.round(1e5*t)/1e5||0},Nt=function(t){return Math.round(1e7*t)/1e7||0},qt=function(t,e){var r=e.charAt(0),i=parseFloat(e.substr(2));return t=parseFloat(t),"+"===r?t+i:"-"===r?t-i:"*"===r?t*i:t/i},Yt=function(t,e){for(var r=e.length,i=0;t.indexOf(e[i])<0&&++i<r;);return i<r},Xt=function(){var t,e,r=Mt.length,i=Mt.slice(0);for(St={},Mt.length=0,t=0;t<r;t++)(e=i[t])&&e._lazy&&(e.render(e._lazy[0],e._lazy[1],!0)._lazy=0)},Vt=function(t,e,r,i){Mt.length&&!O&&Xt(),t.render(e,r,i||O&&e<0&&(t._initted||t._startAt)),Mt.length&&!O&&Xt()},Ht=function(t){var e=parseFloat(t);return(e||0===e)&&(t+"").match(dt).length<2?e:tt(t)?t.trim():t},Ut=function(t){return t},Gt=function(t,e){for(var r in e)r in t||(t[r]=e[r]);return t},jt=function(t,e){for(var r in e)t[r]=e[r];return t},Kt=function t(e,r){for(var i in r)"__proto__"!==i&&"constructor"!==i&&"prototype"!==i&&(e[i]=nt(r[i])?t(e[i]||(e[i]={}),r[i]):r[i]);return e},Qt=function(t,e){var r,i={};for(r in t)r in e||(i[r]=t[r]);return i},Zt=function(t){var e,r=t.parent||D,i=t.keyframes?(e=ct(t.keyframes),function(t,r){for(var i in r)i in t||"duration"===i&&e||"ease"===i||(t[i]=r[i])}):Gt;if(ot(t.inherit))for(;r;)i(t,r.vars.defaults),r=r.parent||r._dp;return t},$t=function(t,e,r,i,n){void 0===r&&(r="_first"),void 0===i&&(i="_last");var o,s=t[i];if(n)for(o=e[n];s&&s[n]>o;)s=s._prev;return s?(e._next=s._next,s._next=e):(e._next=t[r],t[r]=e),e._next?e._next._prev=e:t[i]=e,e._prev=s,e.parent=e._dp=t,e},Jt=function(t,e,r,i){void 0===r&&(r="_first"),void 0===i&&(i="_last");var n=e._prev,o=e._next;n?n._next=o:t[r]===e&&(t[r]=o),o?o._prev=n:t[i]===e&&(t[i]=n),e._next=e._prev=e.parent=null},te=function(t,e){t.parent&&(!e||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},ee=function(t,e){if(t&&(!e||e._end>t._dur||e._start<0))for(var r=t;r;)r._dirty=1,r=r.parent;return t},re=function(t,e,r,i){return t._startAt&&(O?t._startAt.revert(Ct):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(e,!0,i))},ie=function t(e){return!e||e._ts&&t(e.parent)},ne=function(t){return t._repeat?oe(t._tTime,t=t.duration()+t._rDelay)*t:0},oe=function(t,e){var r=Math.floor(t/=e);return t&&r===t?r-1:r},se=function(t,e){return(t-e._start)*e._ts+(e._ts>=0?0:e._dirty?e.totalDuration():e._tDur)},ae=function(t){return t._end=Nt(t._start+(t._tDur/Math.abs(t._ts||t._rts||G)||0))},le=function(t,e){var r=t._dp;return r&&r.smoothChildTiming&&t._ts&&(t._start=Nt(r._time-(t._ts>0?e/t._ts:((t._dirty?t.totalDuration():t._tDur)-e)/-t._ts)),ae(t),r._dirty||ee(r,t)),t},ce=function(t,e){var r;if((e._time||e._initted&&!e._dur)&&(r=se(t.rawTime(),e),(!e._dur||xe(0,e.totalDuration(),r)-e._tTime>G)&&e.render(r,!0)),ee(t,e)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(r=t;r._dp;)r.rawTime()>=0&&r.totalTime(r._tTime),r=r._dp;t._zTime=-1e-8}},ue=function(t,e,r,i){return e.parent&&te(e),e._start=Nt((rt(r)?r:r||t!==D?ve(t,r,e):t._time)+e._delay),e._end=Nt(e._start+(e.totalDuration()/Math.abs(e.timeScale())||0)),$t(t,e,"_first","_last",t._sort?"_start":0),ge(e)||(t._recent=e),i||ce(t,e),t._ts<0&&le(t,t._tTime),t},he=function(t,e){return(_t.ScrollTrigger||bt("scrollTrigger",e))&&_t.ScrollTrigger.create(e,t)},fe=function(t,e,r,i,n){return mr(t,e,n),t._initted?!r&&t._pt&&!O&&(t._dur&&!1!==t.vars.lazy||!t._dur&&t.vars.lazy)&&W!==Ke.frame?(Mt.push(t),t._lazy=[n,i],1):void 0:1},pe=function t(e){var r=e.parent;return r&&r._ts&&r._initted&&!r._lock&&(r.rawTime()<0||t(r))},ge=function(t){var e=t.data;return"isFromStart"===e||"isStart"===e},de=function(t,e,r,i){var n=t._repeat,o=Nt(e)||0,s=t._tTime/t._tDur;return s&&!i&&(t._time*=o/t._dur),t._dur=o,t._tDur=n?n<0?1e10:Nt(o*(n+1)+t._rDelay*n):o,s>0&&!i&&le(t,t._tTime=t._tDur*s),t.parent&&ae(t),r||ee(t.parent,t),t},me=function(t){return t instanceof ur?ee(t):de(t,t._dur)},_e={_start:0,endTime:Tt,totalDuration:Tt},ve=function t(e,r,i){var n,o,s,a=e.labels,l=e._recent||_e,c=e.duration()>=U?l.endTime(!1):e._dur;return tt(r)&&(isNaN(r)||r in a)?(o=r.charAt(0),s="%"===r.substr(-1),n=r.indexOf("="),"<"===o||">"===o?(n>=0&&(r=r.replace(/=/,"")),("<"===o?l._start:l.endTime(l._repeat>=0))+(parseFloat(r.substr(1))||0)*(s?(n<0?l:i).totalDuration()/100:1)):n<0?(r in a||(a[r]=c),a[r]):(o=parseFloat(r.charAt(n-1)+r.substr(n+1)),s&&i&&(o=o/100*(ct(i)?i[0]:i).totalDuration()),n>1?t(e,r.substr(0,n-1),i)+o:c+o)):null==r?c:+r},ye=function(t,e,r){var i,n,o=rt(e[1]),s=(o?2:1)+(t<2?0:1),a=e[s];if(o&&(a.duration=e[1]),a.parent=r,t){for(i=a,n=r;n&&!("immediateRender"in i);)i=n.vars.defaults||{},n=ot(n.vars.inherit)&&n.parent;a.immediateRender=ot(i.immediateRender),t<2?a.runBackwards=1:a.startAt=e[s-1]}return new xr(e[0],a,e[s+1])},be=function(t,e){return t||0===t?e(t):e},xe=function(t,e,r){return r<t?t:r>e?e:r},we=function(t,e){return tt(t)&&(e=mt.exec(t))?e[1]:""},Te=[].slice,ke=function(t,e){return t&&nt(t)&&"length"in t&&(!e&&!t.length||t.length-1 in t&&nt(t[0]))&&!t.nodeType&&t!==R},Ce=function(t,e,r){return P&&!e&&P.selector?P.selector(t):!tt(t)||r||!B&&Qe()?ct(t)?function(t,e,r){return void 0===r&&(r=[]),t.forEach((function(t){var i;return tt(t)&&!e||ke(t,1)?(i=r).push.apply(i,Ce(t)):r.push(t)}))||r}(t,r):ke(t)?Te.call(t,0):t?[t]:[]:Te.call((e||I).querySelectorAll(t),0)},Ee=function(t){return t=Ce(t)[0]||xt("Invalid scope")||{},function(e){var r=t.current||t.nativeElement||t;return Ce(e,r.querySelectorAll?r:r===t?xt("Invalid scope")||I.createElement("div"):t)}},Ae=function(t){return t.sort((function(){return.5-Math.random()}))},Me=function(t){if(et(t))return t;var e=nt(t)?t:{each:t},r=ir(e.ease),i=e.from||0,n=parseFloat(e.base)||0,o={},s=i>0&&i<1,a=isNaN(i)||s,l=e.axis,c=i,u=i;return tt(i)?c=u={center:.5,edges:.5,end:1}[i]||0:!s&&a&&(c=i[0],u=i[1]),function(t,s,h){var f,p,g,d,m,_,v,y,b,x=(h||e).length,w=o[x];if(!w){if(!(b="auto"===e.grid?0:(e.grid||[1,U])[1])){for(v=-U;v<(v=h[b++].getBoundingClientRect().left)&&b<x;);b--}for(w=o[x]=[],f=a?Math.min(b,x)*c-.5:i%b,p=b===U?0:a?x*u/b-.5:i/b|0,v=0,y=U,_=0;_<x;_++)g=_%b-f,d=p-(_/b|0),w[_]=m=l?Math.abs("y"===l?d:g):Z(g*g+d*d),m>v&&(v=m),m<y&&(y=m);"random"===i&&Ae(w),w.max=v-y,w.min=y,w.v=x=(parseFloat(e.amount)||parseFloat(e.each)*(b>x?x-1:l?"y"===l?x/b:b:Math.max(b,x/b))||0)*("edges"===i?-1:1),w.b=x<0?n-x:n,w.u=we(e.amount||e.each)||0,r=r&&x<0?er(r):r}return x=(w[t]-w.min)/w.max||0,Nt(w.b+(r?r(x):x)*w.v)+w.u}},Se=function(t){var e=Math.pow(10,((t+"").split(".")[1]||"").length);return function(r){var i=Nt(Math.round(parseFloat(r)/t)*t*e);return(i-i%1)/e+(rt(r)?0:we(r))}},Oe=function(t,e){var r,i,n=ct(t);return!n&&nt(t)&&(r=n=t.radius||U,t.values?(t=Ce(t.values),(i=!rt(t[0]))&&(r*=r)):t=Se(t.increment)),be(e,n?et(t)?function(e){return i=t(e),Math.abs(i-e)<=r?i:e}:function(e){for(var n,o,s=parseFloat(i?e.x:e),a=parseFloat(i?e.y:0),l=U,c=0,u=t.length;u--;)(n=i?(n=t[u].x-s)*n+(o=t[u].y-a)*o:Math.abs(t[u]-s))<l&&(l=n,c=u);return c=!r||l<=r?t[c]:e,i||c===e||rt(e)?c:c+we(e)}:Se(t))},Pe=function(t,e,r,i){return be(ct(t)?!e:!0===r?!!(r=0):!i,(function(){return ct(t)?t[~~(Math.random()*t.length)]:(r=r||1e-5)&&(i=r<1?Math.pow(10,(r+"").length-2):1)&&Math.floor(Math.round((t-r/2+Math.random()*(e-t+.99*r))/r)*r*i)/i}))},De=function(t,e,r){return be(r,(function(r){return t[~~e(r)]}))},Re=function(t){for(var e,r,i,n,o=0,s="";~(e=t.indexOf("random(",o));)i=t.indexOf(")",e),n="["===t.charAt(e+7),r=t.substr(e+7,i-e-7).match(n?dt:ut),s+=t.substr(o,e-o)+Pe(n?r:+r[0],n?0:+r[1],+r[2]||1e-5),o=i+1;return s+t.substr(o,t.length-o)},Be=function(t,e,r,i,n){var o=e-t,s=i-r;return be(n,(function(e){return r+((e-t)/o*s||0)}))},Ie=function(t,e,r){var i,n,o,s=t.labels,a=U;for(i in s)(n=s[i]-e)<0==!!r&&n&&a>(n=Math.abs(n))&&(o=i,a=n);return o},Le=function(t,e,r){var i,n,o,s=t.vars,a=s[e],l=P,c=t._ctx;if(a)return i=s[e+"Params"],n=s.callbackScope||t,r&&Mt.length&&Xt(),c&&(P=c),o=i?a.apply(n,i):a.call(n),P=l,o},We=function(t){return te(t),t.scrollTrigger&&t.scrollTrigger.kill(!!O),t.progress()<1&&Le(t,"onInterrupt"),t},ze=[],Fe=function(t){if(st()&&t){var e=(t=!t.name&&t.default||t).name,r=et(t),i=e&&!r&&t.init?function(){this._props=[]}:t,n={init:Tt,render:Or,add:gr,kill:Dr,modifier:Pr,rawVars:0},o={targetTest:0,get:0,getSetter:Er,aliases:{},register:0};if(Qe(),t!==i){if(Ot[e])return;Gt(i,Gt(Qt(t,n),o)),jt(i.prototype,jt(n,Qt(t,o))),Ot[i.prop=e]=i,t.targetTest&&(Rt.push(i),At[e]=1),e=("css"===e?"CSS":e.charAt(0).toUpperCase()+e.substr(1))+"Plugin"}wt(e,i),t.register&&t.register(jr,i,Ir)}else t&&ze.push(t)},Ne=255,qe={aqua:[0,Ne,Ne],lime:[0,Ne,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Ne],navy:[0,0,128],white:[Ne,Ne,Ne],olive:[128,128,0],yellow:[Ne,Ne,0],orange:[Ne,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Ne,0,0],pink:[Ne,192,203],cyan:[0,Ne,Ne],transparent:[Ne,Ne,Ne,0]},Ye=function(t,e,r){return(6*(t+=t<0?1:t>1?-1:0)<1?e+(r-e)*t*6:t<.5?r:3*t<2?e+(r-e)*(2/3-t)*6:e)*Ne+.5|0},Xe=function(t,e,r){var i,n,o,s,a,l,c,u,h,f,p=t?rt(t)?[t>>16,t>>8&Ne,t&Ne]:0:qe.black;if(!p){if(","===t.substr(-1)&&(t=t.substr(0,t.length-1)),qe[t])p=qe[t];else if("#"===t.charAt(0)){if(t.length<6&&(i=t.charAt(1),n=t.charAt(2),o=t.charAt(3),t="#"+i+i+n+n+o+o+(5===t.length?t.charAt(4)+t.charAt(4):"")),9===t.length)return[(p=parseInt(t.substr(1,6),16))>>16,p>>8&Ne,p&Ne,parseInt(t.substr(7),16)/255];p=[(t=parseInt(t.substr(1),16))>>16,t>>8&Ne,t&Ne]}else if("hsl"===t.substr(0,3))if(p=f=t.match(ut),e){if(~t.indexOf("="))return p=t.match(ht),r&&p.length<4&&(p[3]=1),p}else s=+p[0]%360/360,a=+p[1]/100,i=2*(l=+p[2]/100)-(n=l<=.5?l*(a+1):l+a-l*a),p.length>3&&(p[3]*=1),p[0]=Ye(s+1/3,i,n),p[1]=Ye(s,i,n),p[2]=Ye(s-1/3,i,n);else p=t.match(ut)||qe.transparent;p=p.map(Number)}return e&&!f&&(i=p[0]/Ne,n=p[1]/Ne,o=p[2]/Ne,l=((c=Math.max(i,n,o))+(u=Math.min(i,n,o)))/2,c===u?s=a=0:(h=c-u,a=l>.5?h/(2-c-u):h/(c+u),s=c===i?(n-o)/h+(n<o?6:0):c===n?(o-i)/h+2:(i-n)/h+4,s*=60),p[0]=~~(s+.5),p[1]=~~(100*a+.5),p[2]=~~(100*l+.5)),r&&p.length<4&&(p[3]=1),p},Ve=function(t){var e=[],r=[],i=-1;return t.split(Ue).forEach((function(t){var n=t.match(ft)||[];e.push.apply(e,n),r.push(i+=n.length+1)})),e.c=r,e},He=function(t,e,r){var i,n,o,s,a="",l=(t+a).match(Ue),c=e?"hsla(":"rgba(",u=0;if(!l)return t;if(l=l.map((function(t){return(t=Xe(t,e,1))&&c+(e?t[0]+","+t[1]+"%,"+t[2]+"%,"+t[3]:t.join(","))+")"})),r&&(o=Ve(t),(i=r.c).join(a)!==o.c.join(a)))for(s=(n=t.replace(Ue,"1").split(ft)).length-1;u<s;u++)a+=n[u]+(~i.indexOf(u)?l.shift()||c+"0,0,0,0)":(o.length?o:l.length?l:r).shift());if(!n)for(s=(n=t.split(Ue)).length-1;u<s;u++)a+=n[u]+l[u];return a+n[s]},Ue=function(){var t,e="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b";for(t in qe)e+="|"+t+"\\b";return new RegExp(e+")","gi")}(),Ge=/hsl[a]?\(/,je=function(t){var e,r=t.join(" ");if(Ue.lastIndex=0,Ue.test(r))return e=Ge.test(r),t[1]=He(t[1],e),t[0]=He(t[0],e,Ve(t[1])),!0},Ke=function(){var t,e,r,i,n,o,s=Date.now,a=500,l=33,c=s(),u=c,h=1e3/240,f=h,p=[],g=function r(g){var d,m,_,v,y=s()-u,b=!0===g;if(y>a&&(c+=y-l),((d=(_=(u+=y)-c)-f)>0||b)&&(v=++i.frame,n=_-1e3*i.time,i.time=_/=1e3,f+=d+(d>=h?4:h-d),m=1),b||(t=e(r)),m)for(o=0;o<p.length;o++)p[o](_,n,v,g)};return i={time:0,frame:0,tick:function(){g(!0)},deltaRatio:function(t){return n/(1e3/(t||60))},wake:function(){L&&(!B&&st()&&(R=B=window,I=R.document||{},_t.gsap=jr,(R.gsapVersions||(R.gsapVersions=[])).push(jr.version),yt(vt||R.GreenSockGlobals||!R.gsap&&R||{}),r=R.requestAnimationFrame,ze.forEach(Fe)),t&&i.sleep(),e=r||function(t){return setTimeout(t,f-1e3*i.time+1|0)},F=1,g(2))},sleep:function(){(r?R.cancelAnimationFrame:clearTimeout)(t),F=0,e=Tt},lagSmoothing:function(t,e){a=t||1/0,l=Math.min(e||33,a)},fps:function(t){h=1e3/(t||240),f=1e3*i.time+h},add:function(t,e,r){var n=e?function(e,r,o,s){t(e,r,o,s),i.remove(n)}:t;return i.remove(t),p[r?"unshift":"push"](n),Qe(),n},remove:function(t,e){~(e=p.indexOf(t))&&p.splice(e,1)&&o>=e&&o--},_listeners:p}}(),Qe=function(){return!F&&Ke.wake()},Ze={},$e=/^[\d.\-M][\d.\-,\s]/,Je=/["']/g,tr=function(t){for(var e,r,i,n={},o=t.substr(1,t.length-3).split(":"),s=o[0],a=1,l=o.length;a<l;a++)r=o[a],e=a!==l-1?r.lastIndexOf(","):r.length,i=r.substr(0,e),n[s]=isNaN(i)?i.replace(Je,"").trim():+i,s=r.substr(e+1).trim();return n},er=function(t){return function(e){return 1-t(1-e)}},rr=function t(e,r){for(var i,n=e._first;n;)n instanceof ur?t(n,r):!n.vars.yoyoEase||n._yoyo&&n._repeat||n._yoyo===r||(n.timeline?t(n.timeline,r):(i=n._ease,n._ease=n._yEase,n._yEase=i,n._yoyo=r)),n=n._next},ir=function(t,e){return t&&(et(t)?t:Ze[t]||function(t){var e,r,i,n,o=(t+"").split("("),s=Ze[o[0]];return s&&o.length>1&&s.config?s.config.apply(null,~t.indexOf("{")?[tr(o[1])]:(e=t,r=e.indexOf("(")+1,i=e.indexOf(")"),n=e.indexOf("(",r),e.substring(r,~n&&n<i?e.indexOf(")",i+1):i)).split(",").map(Ht)):Ze._CE&&$e.test(t)?Ze._CE("",t):s}(t))||e},nr=function(t,e,r,i){void 0===r&&(r=function(t){return 1-e(1-t)}),void 0===i&&(i=function(t){return t<.5?e(2*t)/2:1-e(2*(1-t))/2});var n,o={easeIn:e,easeOut:r,easeInOut:i};return zt(t,(function(t){for(var e in Ze[t]=_t[t]=o,Ze[n=t.toLowerCase()]=r,o)Ze[n+("easeIn"===e?".in":"easeOut"===e?".out":".inOut")]=Ze[t+"."+e]=o[e]})),o},or=function(t){return function(e){return e<.5?(1-t(1-2*e))/2:.5+t(2*(e-.5))/2}},sr=function t(e,r,i){var n=r>=1?r:1,o=(i||(e?.3:.45))/(r<1?r:1),s=o/j*(Math.asin(1/n)||0),a=function(t){return 1===t?1:n*Math.pow(2,-10*t)*J((t-s)*o)+1},l="out"===e?a:"in"===e?function(t){return 1-a(1-t)}:or(a);return o=j/o,l.config=function(r,i){return t(e,r,i)},l},ar=function t(e,r){void 0===r&&(r=1.70158);var i=function(t){return t?--t*t*((r+1)*t+r)+1:0},n="out"===e?i:"in"===e?function(t){return 1-i(1-t)}:or(i);return n.config=function(r){return t(e,r)},n};zt("Linear,Quad,Cubic,Quart,Quint,Strong",(function(t,e){var r=e<5?e+1:e;nr(t+",Power"+(r-1),e?function(t){return Math.pow(t,r)}:function(t){return t},(function(t){return 1-Math.pow(1-t,r)}),(function(t){return t<.5?Math.pow(2*t,r)/2:1-Math.pow(2*(1-t),r)/2}))})),Ze.Linear.easeNone=Ze.none=Ze.Linear.easeIn,nr("Elastic",sr("in"),sr("out"),sr()),N=7.5625,Y=1/(q=2.75),nr("Bounce",(function(t){return 1-X(1-t)}),X=function(t){return t<Y?N*t*t:t<.7272727272727273?N*Math.pow(t-1.5/q,2)+.75:t<.9090909090909092?N*(t-=2.25/q)*t+.9375:N*Math.pow(t-2.625/q,2)+.984375}),nr("Expo",(function(t){return t?Math.pow(2,10*(t-1)):0})),nr("Circ",(function(t){return-(Z(1-t*t)-1)})),nr("Sine",(function(t){return 1===t?1:1-$(t*K)})),nr("Back",ar("in"),ar("out"),ar()),Ze.SteppedEase=Ze.steps=_t.SteppedEase={config:function(t,e){void 0===t&&(t=1);var r=1/t,i=t+(e?0:1),n=e?1:0;return function(t){return((i*xe(0,.99999999,t)|0)+n)*r}}},H.ease=Ze["quad.out"],zt("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",(function(t){return Bt+=t+","+t+"Params,"}));var lr=function(t,e){this.id=Q++,t._gsap=this,this.target=t,this.harness=e,this.get=e?e.get:Wt,this.set=e?e.getSetter:Er},cr=function(){function t(t){this.vars=t,this._delay=+t.delay||0,(this._repeat=t.repeat===1/0?-2:t.repeat||0)&&(this._rDelay=t.repeatDelay||0,this._yoyo=!!t.yoyo||!!t.yoyoEase),this._ts=1,de(this,+t.duration,1,1),this.data=t.data,P&&(this._ctx=P,P.data.push(this)),F||Ke.wake()}var e=t.prototype;return e.delay=function(t){return t||0===t?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+t-this._delay),this._delay=t,this):this._delay},e.duration=function(t){return arguments.length?this.totalDuration(this._repeat>0?t+(t+this._rDelay)*this._repeat:t):this.totalDuration()&&this._dur},e.totalDuration=function(t){return arguments.length?(this._dirty=0,de(this,this._repeat<0?t:(t-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},e.totalTime=function(t,e){if(Qe(),!arguments.length)return this._tTime;var r=this._dp;if(r&&r.smoothChildTiming&&this._ts){for(le(this,t),!r._dp||r.parent||ce(r,this);r&&r.parent;)r.parent._time!==r._start+(r._ts>=0?r._tTime/r._ts:(r.totalDuration()-r._tTime)/-r._ts)&&r.totalTime(r._tTime,!0),r=r.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&t<this._tDur||this._ts<0&&t>0||!this._tDur&&!t)&&ue(this._dp,this,this._start-this._delay)}return(this._tTime!==t||!this._dur&&!e||this._initted&&Math.abs(this._zTime)===G||!t&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=t),Vt(this,t,e)),this},e.time=function(t,e){return arguments.length?this.totalTime(Math.min(this.totalDuration(),t+ne(this))%(this._dur+this._rDelay)||(t?this._dur:0),e):this._time},e.totalProgress=function(t,e){return arguments.length?this.totalTime(this.totalDuration()*t,e):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.ratio},e.progress=function(t,e){return arguments.length?this.totalTime(this.duration()*(!this._yoyo||1&this.iteration()?t:1-t)+ne(this),e):this.duration()?Math.min(1,this._time/this._dur):this.ratio},e.iteration=function(t,e){var r=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(t-1)*r,e):this._repeat?oe(this._tTime,r)+1:1},e.timeScale=function(t){if(!arguments.length)return-1e-8===this._rts?0:this._rts;if(this._rts===t)return this;var e=this.parent&&this._ts?se(this.parent._time,this):this._tTime;return this._rts=+t||0,this._ts=this._ps||-1e-8===t?0:this._rts,this.totalTime(xe(-Math.abs(this._delay),this._tDur,e),!0),ae(this),function(t){for(var e=t.parent;e&&e.parent;)e._dirty=1,e.totalDuration(),e=e.parent;return t}(this)},e.paused=function(t){return arguments.length?(this._ps!==t&&(this._ps=t,t?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(Qe(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,1===this.progress()&&Math.abs(this._zTime)!==G&&(this._tTime-=G)))),this):this._ps},e.startTime=function(t){if(arguments.length){this._start=t;var e=this.parent||this._dp;return e&&(e._sort||!this.parent)&&ue(e,this,t-this._delay),this}return this._start},e.endTime=function(t){return this._start+(ot(t)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},e.rawTime=function(t){var e=this.parent||this._dp;return e?t&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?se(e.rawTime(t),this):this._tTime:this._tTime},e.revert=function(t){void 0===t&&(t=Et);var e=O;return O=t,(this._initted||this._startAt)&&(this.timeline&&this.timeline.revert(t),this.totalTime(-.01,t.suppressEvents)),"nested"!==this.data&&!1!==t.kill&&this.kill(),O=e,this},e.globalTime=function(t){for(var e=this,r=arguments.length?t:e.rawTime();e;)r=e._start+r/(e._ts||1),e=e._dp;return!this.parent&&this._sat?this._sat.vars.immediateRender?-1:this._sat.globalTime(t):r},e.repeat=function(t){return arguments.length?(this._repeat=t===1/0?-2:t,me(this)):-2===this._repeat?1/0:this._repeat},e.repeatDelay=function(t){if(arguments.length){var e=this._time;return this._rDelay=t,me(this),e?this.time(e):this}return this._rDelay},e.yoyo=function(t){return arguments.length?(this._yoyo=t,this):this._yoyo},e.seek=function(t,e){return this.totalTime(ve(this,t),ot(e))},e.restart=function(t,e){return this.play().totalTime(t?-this._delay:0,ot(e))},e.play=function(t,e){return null!=t&&this.seek(t,e),this.reversed(!1).paused(!1)},e.reverse=function(t,e){return null!=t&&this.seek(t||this.totalDuration(),e),this.reversed(!0).paused(!1)},e.pause=function(t,e){return null!=t&&this.seek(t,e),this.paused(!0)},e.resume=function(){return this.paused(!1)},e.reversed=function(t){return arguments.length?(!!t!==this.reversed()&&this.timeScale(-this._rts||(t?-1e-8:0)),this):this._rts<0},e.invalidate=function(){return this._initted=this._act=0,this._zTime=-1e-8,this},e.isActive=function(){var t,e=this.parent||this._dp,r=this._start;return!(e&&!(this._ts&&this._initted&&e.isActive()&&(t=e.rawTime(!0))>=r&&t<this.endTime(!0)-G))},e.eventCallback=function(t,e,r){var i=this.vars;return arguments.length>1?(e?(i[t]=e,r&&(i[t+"Params"]=r),"onUpdate"===t&&(this._onUpdate=e)):delete i[t],this):i[t]},e.then=function(t){var e=this;return new Promise((function(r){var i=et(t)?t:Ut,n=function(){var t=e.then;e.then=null,et(i)&&(i=i(e))&&(i.then||i===e)&&(e.then=t),r(i),e.then=t};e._initted&&1===e.totalProgress()&&e._ts>=0||!e._tTime&&e._ts<0?n():e._prom=n}))},e.kill=function(){We(this)},t}();Gt(cr.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-1e-8,_prom:0,_ps:!1,_rts:1});var ur=function(t){function e(e,r){var i;return void 0===e&&(e={}),(i=t.call(this,e)||this).labels={},i.smoothChildTiming=!!e.smoothChildTiming,i.autoRemoveChildren=!!e.autoRemoveChildren,i._sort=ot(e.sortChildren),D&&ue(e.parent||D,A(i),r),e.reversed&&i.reverse(),e.paused&&i.paused(!0),e.scrollTrigger&&he(A(i),e.scrollTrigger),i}M(e,t);var r=e.prototype;return r.to=function(t,e,r){return ye(0,arguments,this),this},r.from=function(t,e,r){return ye(1,arguments,this),this},r.fromTo=function(t,e,r,i){return ye(2,arguments,this),this},r.set=function(t,e,r){return e.duration=0,e.parent=this,Zt(e).repeatDelay||(e.repeat=0),e.immediateRender=!!e.immediateRender,new xr(t,e,ve(this,r),1),this},r.call=function(t,e,r){return ue(this,xr.delayedCall(0,t,e),r)},r.staggerTo=function(t,e,r,i,n,o,s){return r.duration=e,r.stagger=r.stagger||i,r.onComplete=o,r.onCompleteParams=s,r.parent=this,new xr(t,r,ve(this,n)),this},r.staggerFrom=function(t,e,r,i,n,o,s){return r.runBackwards=1,Zt(r).immediateRender=ot(r.immediateRender),this.staggerTo(t,e,r,i,n,o,s)},r.staggerFromTo=function(t,e,r,i,n,o,s,a){return i.startAt=r,Zt(i).immediateRender=ot(i.immediateRender),this.staggerTo(t,e,i,n,o,s,a)},r.render=function(t,e,r){var i,n,o,s,a,l,c,u,h,f,p,g,d=this._time,m=this._dirty?this.totalDuration():this._tDur,_=this._dur,v=t<=0?0:Nt(t),y=this._zTime<0!=t<0&&(this._initted||!_);if(this!==D&&v>m&&t>=0&&(v=m),v!==this._tTime||r||y){if(d!==this._time&&_&&(v+=this._time-d,t+=this._time-d),i=v,h=this._start,l=!(u=this._ts),y&&(_||(d=this._zTime),(t||!e)&&(this._zTime=t)),this._repeat){if(p=this._yoyo,a=_+this._rDelay,this._repeat<-1&&t<0)return this.totalTime(100*a+t,e,r);if(i=Nt(v%a),v===m?(s=this._repeat,i=_):((s=~~(v/a))&&s===v/a&&(i=_,s--),i>_&&(i=_)),f=oe(this._tTime,a),!d&&this._tTime&&f!==s&&this._tTime-f*a-this._dur<=0&&(f=s),p&&1&s&&(i=_-i,g=1),s!==f&&!this._lock){var b=p&&1&f,x=b===(p&&1&s);if(s<f&&(b=!b),d=b?0:_,this._lock=1,this.render(d||(g?0:Nt(s*a)),e,!_)._lock=0,this._tTime=v,!e&&this.parent&&Le(this,"onRepeat"),this.vars.repeatRefresh&&!g&&(this.invalidate()._lock=1),d&&d!==this._time||l!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(_=this._dur,m=this._tDur,x&&(this._lock=2,d=b?_:-1e-4,this.render(d,!0),this.vars.repeatRefresh&&!g&&this.invalidate()),this._lock=0,!this._ts&&!l)return this;rr(this,g)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(c=function(t,e,r){var i;if(r>e)for(i=t._first;i&&i._start<=r;){if("isPause"===i.data&&i._start>e)return i;i=i._next}else for(i=t._last;i&&i._start>=r;){if("isPause"===i.data&&i._start<e)return i;i=i._prev}}(this,Nt(d),Nt(i)),c&&(v-=i-(i=c._start))),this._tTime=v,this._time=i,this._act=!u,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=t,d=0),!d&&i&&!e&&!s&&(Le(this,"onStart"),this._tTime!==v))return this;if(i>=d&&t>=0)for(n=this._first;n;){if(o=n._next,(n._act||i>=n._start)&&n._ts&&c!==n){if(n.parent!==this)return this.render(t,e,r);if(n.render(n._ts>0?(i-n._start)*n._ts:(n._dirty?n.totalDuration():n._tDur)+(i-n._start)*n._ts,e,r),i!==this._time||!this._ts&&!l){c=0,o&&(v+=this._zTime=-1e-8);break}}n=o}else{n=this._last;for(var w=t<0?t:i;n;){if(o=n._prev,(n._act||w<=n._end)&&n._ts&&c!==n){if(n.parent!==this)return this.render(t,e,r);if(n.render(n._ts>0?(w-n._start)*n._ts:(n._dirty?n.totalDuration():n._tDur)+(w-n._start)*n._ts,e,r||O&&(n._initted||n._startAt)),i!==this._time||!this._ts&&!l){c=0,o&&(v+=this._zTime=w?-1e-8:G);break}}n=o}}if(c&&!e&&(this.pause(),c.render(i>=d?0:-1e-8)._zTime=i>=d?1:-1,this._ts))return this._start=h,ae(this),this.render(t,e,r);this._onUpdate&&!e&&Le(this,"onUpdate",!0),(v===m&&this._tTime>=this.totalDuration()||!v&&d)&&(h!==this._start&&Math.abs(u)===Math.abs(this._ts)||this._lock||((t||!_)&&(v===m&&this._ts>0||!v&&this._ts<0)&&te(this,1),e||t<0&&!d||!v&&!d&&m||(Le(this,v===m&&t>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(v<m&&this.timeScale()>0)&&this._prom())))}return this},r.add=function(t,e){var r=this;if(rt(e)||(e=ve(this,e,t)),!(t instanceof cr)){if(ct(t))return t.forEach((function(t){return r.add(t,e)})),this;if(tt(t))return this.addLabel(t,e);if(!et(t))return this;t=xr.delayedCall(0,t)}return this!==t?ue(this,t,e):this},r.getChildren=function(t,e,r,i){void 0===t&&(t=!0),void 0===e&&(e=!0),void 0===r&&(r=!0),void 0===i&&(i=-U);for(var n=[],o=this._first;o;)o._start>=i&&(o instanceof xr?e&&n.push(o):(r&&n.push(o),t&&n.push.apply(n,o.getChildren(!0,e,r)))),o=o._next;return n},r.getById=function(t){for(var e=this.getChildren(1,1,1),r=e.length;r--;)if(e[r].vars.id===t)return e[r]},r.remove=function(t){return tt(t)?this.removeLabel(t):et(t)?this.killTweensOf(t):(Jt(this,t),t===this._recent&&(this._recent=this._last),ee(this))},r.totalTime=function(e,r){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=Nt(Ke.time-(this._ts>0?e/this._ts:(this.totalDuration()-e)/-this._ts))),t.prototype.totalTime.call(this,e,r),this._forcing=0,this):this._tTime},r.addLabel=function(t,e){return this.labels[t]=ve(this,e),this},r.removeLabel=function(t){return delete this.labels[t],this},r.addPause=function(t,e,r){var i=xr.delayedCall(0,e||Tt,r);return i.data="isPause",this._hasPause=1,ue(this,i,ve(this,t))},r.removePause=function(t){var e=this._first;for(t=ve(this,t);e;)e._start===t&&"isPause"===e.data&&te(e),e=e._next},r.killTweensOf=function(t,e,r){for(var i=this.getTweensOf(t,r),n=i.length;n--;)hr!==i[n]&&i[n].kill(t,e);return this},r.getTweensOf=function(t,e){for(var r,i=[],n=Ce(t),o=this._first,s=rt(e);o;)o instanceof xr?Yt(o._targets,n)&&(s?(!hr||o._initted&&o._ts)&&o.globalTime(0)<=e&&o.globalTime(o.totalDuration())>e:!e||o.isActive())&&i.push(o):(r=o.getTweensOf(n,e)).length&&i.push.apply(i,r),o=o._next;return i},r.tweenTo=function(t,e){e=e||{};var r,i=this,n=ve(i,t),o=e,s=o.startAt,a=o.onStart,l=o.onStartParams,c=o.immediateRender,u=xr.to(i,Gt({ease:e.ease||"none",lazy:!1,immediateRender:!1,time:n,overwrite:"auto",duration:e.duration||Math.abs((n-(s&&"time"in s?s.time:i._time))/i.timeScale())||G,onStart:function(){if(i.pause(),!r){var t=e.duration||Math.abs((n-(s&&"time"in s?s.time:i._time))/i.timeScale());u._dur!==t&&de(u,t,0,1).render(u._time,!0,!0),r=1}a&&a.apply(u,l||[])}},e));return c?u.render(0):u},r.tweenFromTo=function(t,e,r){return this.tweenTo(e,Gt({startAt:{time:ve(this,t)}},r))},r.recent=function(){return this._recent},r.nextLabel=function(t){return void 0===t&&(t=this._time),Ie(this,ve(this,t))},r.previousLabel=function(t){return void 0===t&&(t=this._time),Ie(this,ve(this,t),1)},r.currentLabel=function(t){return arguments.length?this.seek(t,!0):this.previousLabel(this._time+G)},r.shiftChildren=function(t,e,r){void 0===r&&(r=0);for(var i,n=this._first,o=this.labels;n;)n._start>=r&&(n._start+=t,n._end+=t),n=n._next;if(e)for(i in o)o[i]>=r&&(o[i]+=t);return ee(this)},r.invalidate=function(e){var r=this._first;for(this._lock=0;r;)r.invalidate(e),r=r._next;return t.prototype.invalidate.call(this,e)},r.clear=function(t){void 0===t&&(t=!0);for(var e,r=this._first;r;)e=r._next,this.remove(r),r=e;return this._dp&&(this._time=this._tTime=this._pTime=0),t&&(this.labels={}),ee(this)},r.totalDuration=function(t){var e,r,i,n=0,o=this,s=o._last,a=U;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-t:t));if(o._dirty){for(i=o.parent;s;)e=s._prev,s._dirty&&s.totalDuration(),(r=s._start)>a&&o._sort&&s._ts&&!o._lock?(o._lock=1,ue(o,s,r-s._delay,1)._lock=0):a=r,r<0&&s._ts&&(n-=r,(!i&&!o._dp||i&&i.smoothChildTiming)&&(o._start+=r/o._ts,o._time-=r,o._tTime-=r),o.shiftChildren(-r,!1,-Infinity),a=0),s._end>n&&s._ts&&(n=s._end),s=e;de(o,o===D&&o._time>n?o._time:n,1,1),o._dirty=0}return o._tDur},e.updateRoot=function(t){if(D._ts&&(Vt(D,se(t,D)),W=Ke.frame),Ke.frame>=Dt){Dt+=V.autoSleep||120;var e=D._first;if((!e||!e._ts)&&V.autoSleep&&Ke._listeners.length<2){for(;e&&!e._ts;)e=e._next;e||Ke.sleep()}}},e}(cr);Gt(ur.prototype,{_lock:0,_hasPause:0,_forcing:0});var hr,fr,pr=function(t,e,r,i,n,o,s){var a,l,c,u,h,f,p,g,d=new Ir(this._pt,t,e,0,1,Sr,null,n),m=0,_=0;for(d.b=r,d.e=i,r+="",(p=~(i+="").indexOf("random("))&&(i=Re(i)),o&&(o(g=[r,i],t,e),r=g[0],i=g[1]),l=r.match(pt)||[];a=pt.exec(i);)u=a[0],h=i.substring(m,a.index),c?c=(c+1)%5:"rgba("===h.substr(-5)&&(c=1),u!==l[_++]&&(f=parseFloat(l[_-1])||0,d._pt={_next:d._pt,p:h||1===_?h:",",s:f,c:"="===u.charAt(1)?qt(f,u)-f:parseFloat(u)-f,m:c&&c<4?Math.round:0},m=pt.lastIndex);return d.c=m<i.length?i.substring(m,i.length):"",d.fp=s,(gt.test(i)||p)&&(d.e=0),this._pt=d,d},gr=function(t,e,r,i,n,o,s,a,l,c){et(i)&&(i=i(n||0,t,o));var u,h=t[e],f="get"!==r?r:et(h)?l?t[e.indexOf("set")||!et(t["get"+e.substr(3)])?e:"get"+e.substr(3)](l):t[e]():h,p=et(h)?l?kr:Tr:wr;if(tt(i)&&(~i.indexOf("random(")&&(i=Re(i)),"="===i.charAt(1)&&((u=qt(f,i)+(we(f)||0))||0===u)&&(i=u)),!c||f!==i||fr)return isNaN(f*i)||""===i?(!h&&!(e in t)&&bt(e,i),pr.call(this,t,e,f,i,p,a||V.stringFilter,l)):(u=new Ir(this._pt,t,e,+f||0,i-(f||0),"boolean"==typeof h?Mr:Ar,0,p),l&&(u.fp=l),s&&u.modifier(s,this,t),this._pt=u)},dr=function(t,e,r,i,n,o){var s,a,l,c;if(Ot[t]&&!1!==(s=new Ot[t]).init(n,s.rawVars?e[t]:function(t,e,r,i,n){if(et(t)&&(t=vr(t,n,e,r,i)),!nt(t)||t.style&&t.nodeType||ct(t)||lt(t))return tt(t)?vr(t,n,e,r,i):t;var o,s={};for(o in t)s[o]=vr(t[o],n,e,r,i);return s}(e[t],i,n,o,r),r,i,o)&&(r._pt=a=new Ir(r._pt,n,t,0,1,s.render,s,0,s.priority),r!==z))for(l=r._ptLookup[r._targets.indexOf(n)],c=s._props.length;c--;)l[s._props[c]]=a;return s},mr=function t(e,r,i){var n,o,s,a,l,c,u,h,f,p,g,d,m,_=e.vars,v=_.ease,y=_.startAt,b=_.immediateRender,x=_.lazy,w=_.onUpdate,T=_.onUpdateParams,k=_.callbackScope,C=_.runBackwards,E=_.yoyoEase,A=_.keyframes,M=_.autoRevert,P=e._dur,R=e._startAt,B=e._targets,I=e.parent,L=I&&"nested"===I.data?I.vars.targets:B,W="auto"===e._overwrite&&!S,z=e.timeline;if(z&&(!A||!v)&&(v="none"),e._ease=ir(v,H.ease),e._yEase=E?er(ir(!0===E?v:E,H.ease)):0,E&&e._yoyo&&!e._repeat&&(E=e._yEase,e._yEase=e._ease,e._ease=E),e._from=!z&&!!_.runBackwards,!z||A&&!_.stagger){if(d=(h=B[0]?Lt(B[0]).harness:0)&&_[h.prop],n=Qt(_,At),R&&(R._zTime<0&&R.progress(1),r<0&&C&&b&&!M?R.render(-1,!0):R.revert(C&&P?Ct:kt),R._lazy=0),y){if(te(e._startAt=xr.set(B,Gt({data:"isStart",overwrite:!1,parent:I,immediateRender:!0,lazy:!R&&ot(x),startAt:null,delay:0,onUpdate:w,onUpdateParams:T,callbackScope:k,stagger:0},y))),e._startAt._dp=0,e._startAt._sat=e,r<0&&(O||!b&&!M)&&e._startAt.revert(Ct),b&&P&&r<=0&&i<=0)return void(r&&(e._zTime=r))}else if(C&&P&&!R)if(r&&(b=!1),s=Gt({overwrite:!1,data:"isFromStart",lazy:b&&!R&&ot(x),immediateRender:b,stagger:0,parent:I},n),d&&(s[h.prop]=d),te(e._startAt=xr.set(B,s)),e._startAt._dp=0,e._startAt._sat=e,r<0&&(O?e._startAt.revert(Ct):e._startAt.render(-1,!0)),e._zTime=r,b){if(!r)return}else t(e._startAt,G,G);for(e._pt=e._ptCache=0,x=P&&ot(x)||x&&!P,o=0;o<B.length;o++){if(u=(l=B[o])._gsap||It(B)[o]._gsap,e._ptLookup[o]=p={},St[u.id]&&Mt.length&&Xt(),g=L===B?o:L.indexOf(l),h&&!1!==(f=new h).init(l,d||n,e,g,L)&&(e._pt=a=new Ir(e._pt,l,f.name,0,1,f.render,f,0,f.priority),f._props.forEach((function(t){p[t]=a})),f.priority&&(c=1)),!h||d)for(s in n)Ot[s]&&(f=dr(s,n,e,g,l,L))?f.priority&&(c=1):p[s]=a=gr.call(e,l,s,"get",n[s],g,L,0,_.stringFilter);e._op&&e._op[o]&&e.kill(l,e._op[o]),W&&e._pt&&(hr=e,D.killTweensOf(l,p,e.globalTime(r)),m=!e.parent,hr=0),e._pt&&x&&(St[u.id]=1)}c&&Br(e),e._onInit&&e._onInit(e)}e._onUpdate=w,e._initted=(!e._op||e._pt)&&!m,A&&r<=0&&z.render(U,!0,!0)},_r=function(t,e,r,i){var n,o,s=e.ease||i||"power1.inOut";if(ct(e))o=r[t]||(r[t]=[]),e.forEach((function(t,r){return o.push({t:r/(e.length-1)*100,v:t,e:s})}));else for(n in e)o=r[n]||(r[n]=[]),"ease"===n||o.push({t:parseFloat(t),v:e[n],e:s})},vr=function(t,e,r,i,n){return et(t)?t.call(e,r,i,n):tt(t)&&~t.indexOf("random(")?Re(t):t},yr=Bt+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",br={};zt(yr+",id,stagger,delay,duration,paused,scrollTrigger",(function(t){return br[t]=1}));var xr=function(t){function e(e,r,i,n){var o;"number"==typeof r&&(i.duration=r,r=i,i=null);var s,a,l,c,u,h,f,p,g=(o=t.call(this,n?r:Zt(r))||this).vars,d=g.duration,m=g.delay,_=g.immediateRender,v=g.stagger,y=g.overwrite,b=g.keyframes,x=g.defaults,w=g.scrollTrigger,T=g.yoyoEase,k=r.parent||D,C=(ct(e)||lt(e)?rt(e[0]):"length"in r)?[e]:Ce(e);if(o._targets=C.length?It(C):xt("GSAP target "+e+" not found. https://greensock.com",!V.nullTargetWarn)||[],o._ptLookup=[],o._overwrite=y,b||v||at(d)||at(m)){if(r=o.vars,(s=o.timeline=new ur({data:"nested",defaults:x||{},targets:k&&"nested"===k.data?k.vars.targets:C})).kill(),s.parent=s._dp=A(o),s._start=0,v||at(d)||at(m)){if(c=C.length,f=v&&Me(v),nt(v))for(u in v)~yr.indexOf(u)&&(p||(p={}),p[u]=v[u]);for(a=0;a<c;a++)(l=Qt(r,br)).stagger=0,T&&(l.yoyoEase=T),p&&jt(l,p),h=C[a],l.duration=+vr(d,A(o),a,h,C),l.delay=(+vr(m,A(o),a,h,C)||0)-o._delay,!v&&1===c&&l.delay&&(o._delay=m=l.delay,o._start+=m,l.delay=0),s.to(h,l,f?f(a,h,C):0),s._ease=Ze.none;s.duration()?d=m=0:o.timeline=0}else if(b){Zt(Gt(s.vars.defaults,{ease:"none"})),s._ease=ir(b.ease||r.ease||"none");var E,M,O,P=0;if(ct(b))b.forEach((function(t){return s.to(C,t,">")})),s.duration();else{for(u in l={},b)"ease"===u||"easeEach"===u||_r(u,b[u],l,b.easeEach);for(u in l)for(E=l[u].sort((function(t,e){return t.t-e.t})),P=0,a=0;a<E.length;a++)(O={ease:(M=E[a]).e,duration:(M.t-(a?E[a-1].t:0))/100*d})[u]=M.v,s.to(C,O,P),P+=O.duration;s.duration()<d&&s.to({},{duration:d-s.duration()})}}d||o.duration(d=s.duration())}else o.timeline=0;return!0!==y||S||(hr=A(o),D.killTweensOf(C),hr=0),ue(k,A(o),i),r.reversed&&o.reverse(),r.paused&&o.paused(!0),(_||!d&&!b&&o._start===Nt(k._time)&&ot(_)&&ie(A(o))&&"nested"!==k.data)&&(o._tTime=-1e-8,o.render(Math.max(0,-m)||0)),w&&he(A(o),w),o}M(e,t);var r=e.prototype;return r.render=function(t,e,r){var i,n,o,s,a,l,c,u,h,f=this._time,p=this._tDur,g=this._dur,d=t<0,m=t>p-G&&!d?p:t<G?0:t;if(g){if(m!==this._tTime||!t||r||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==d){if(i=m,u=this.timeline,this._repeat){if(s=g+this._rDelay,this._repeat<-1&&d)return this.totalTime(100*s+t,e,r);if(i=Nt(m%s),m===p?(o=this._repeat,i=g):((o=~~(m/s))&&o===m/s&&(i=g,o--),i>g&&(i=g)),(l=this._yoyo&&1&o)&&(h=this._yEase,i=g-i),a=oe(this._tTime,s),i===f&&!r&&this._initted)return this._tTime=m,this;o!==a&&(u&&this._yEase&&rr(u,l),!this.vars.repeatRefresh||l||this._lock||(this._lock=r=1,this.render(Nt(s*o),!0).invalidate()._lock=0))}if(!this._initted){if(fe(this,d?t:i,r,e,m))return this._tTime=0,this;if(f!==this._time)return this;if(g!==this._dur)return this.render(t,e,r)}if(this._tTime=m,this._time=i,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=c=(h||this._ease)(i/g),this._from&&(this.ratio=c=1-c),i&&!f&&!e&&!o&&(Le(this,"onStart"),this._tTime!==m))return this;for(n=this._pt;n;)n.r(c,n.d),n=n._next;u&&u.render(t<0?t:!i&&l?-1e-8:u._dur*u._ease(i/this._dur),e,r)||this._startAt&&(this._zTime=t),this._onUpdate&&!e&&(d&&re(this,t,0,r),Le(this,"onUpdate")),this._repeat&&o!==a&&this.vars.onRepeat&&!e&&this.parent&&Le(this,"onRepeat"),m!==this._tDur&&m||this._tTime!==m||(d&&!this._onUpdate&&re(this,t,0,!0),(t||!g)&&(m===this._tDur&&this._ts>0||!m&&this._ts<0)&&te(this,1),e||d&&!f||!(m||f||l)||(Le(this,m===p?"onComplete":"onReverseComplete",!0),this._prom&&!(m<p&&this.timeScale()>0)&&this._prom()))}}else!function(t,e,r,i){var n,o,s,a=t.ratio,l=e<0||!e&&(!t._start&&pe(t)&&(t._initted||!ge(t))||(t._ts<0||t._dp._ts<0)&&!ge(t))?0:1,c=t._rDelay,u=0;if(c&&t._repeat&&(u=xe(0,t._tDur,e),o=oe(u,c),t._yoyo&&1&o&&(l=1-l),o!==oe(t._tTime,c)&&(a=1-l,t.vars.repeatRefresh&&t._initted&&t.invalidate())),l!==a||O||i||t._zTime===G||!e&&t._zTime){if(!t._initted&&fe(t,e,i,r,u))return;for(s=t._zTime,t._zTime=e||(r?G:0),r||(r=e&&!s),t.ratio=l,t._from&&(l=1-l),t._time=0,t._tTime=u,n=t._pt;n;)n.r(l,n.d),n=n._next;e<0&&re(t,e,0,!0),t._onUpdate&&!r&&Le(t,"onUpdate"),u&&t._repeat&&!r&&t.parent&&Le(t,"onRepeat"),(e>=t._tDur||e<0)&&t.ratio===l&&(l&&te(t,1),r||O||(Le(t,l?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=e)}(this,t,e,r);return this},r.targets=function(){return this._targets},r.invalidate=function(e){return(!e||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(e),t.prototype.invalidate.call(this,e)},r.resetTo=function(t,e,r,i){F||Ke.wake(),this._ts||this.play();var n=Math.min(this._dur,(this._dp._time-this._start)*this._ts);return this._initted||mr(this,n),function(t,e,r,i,n,o,s){var a,l,c,u,h=(t._pt&&t._ptCache||(t._ptCache={}))[e];if(!h)for(h=t._ptCache[e]=[],c=t._ptLookup,u=t._targets.length;u--;){if((a=c[u][e])&&a.d&&a.d._pt)for(a=a.d._pt;a&&a.p!==e&&a.fp!==e;)a=a._next;if(!a)return fr=1,t.vars[e]="+=0",mr(t,s),fr=0,1;h.push(a)}for(u=h.length;u--;)(a=(l=h[u])._pt||l).s=!i&&0!==i||n?a.s+(i||0)+o*a.c:i,a.c=r-a.s,l.e&&(l.e=Ft(r)+we(l.e)),l.b&&(l.b=a.s+we(l.b))}(this,t,e,r,i,this._ease(n/this._dur),n)?this.resetTo(t,e,r,i):(le(this,0),this.parent||$t(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},r.kill=function(t,e){if(void 0===e&&(e="all"),!(t||e&&"all"!==e))return this._lazy=this._pt=0,this.parent?We(this):this;if(this.timeline){var r=this.timeline.totalDuration();return this.timeline.killTweensOf(t,e,hr&&!0!==hr.vars.overwrite)._first||We(this),this.parent&&r!==this.timeline.totalDuration()&&de(this,this._dur*this.timeline._tDur/r,0,1),this}var i,n,o,s,a,l,c,u=this._targets,h=t?Ce(t):u,f=this._ptLookup,p=this._pt;if((!e||"all"===e)&&function(t,e){for(var r=t.length,i=r===e.length;i&&r--&&t[r]===e[r];);return r<0}(u,h))return"all"===e&&(this._pt=0),We(this);for(i=this._op=this._op||[],"all"!==e&&(tt(e)&&(a={},zt(e,(function(t){return a[t]=1})),e=a),e=function(t,e){var r,i,n,o,s=t[0]?Lt(t[0]).harness:0,a=s&&s.aliases;if(!a)return e;for(i in r=jt({},e),a)if(i in r)for(n=(o=a[i].split(",")).length;n--;)r[o[n]]=r[i];return r}(u,e)),c=u.length;c--;)if(~h.indexOf(u[c]))for(a in n=f[c],"all"===e?(i[c]=e,s=n,o={}):(o=i[c]=i[c]||{},s=e),s)(l=n&&n[a])&&("kill"in l.d&&!0!==l.d.kill(a)||Jt(this,l,"_pt"),delete n[a]),"all"!==o&&(o[a]=1);return this._initted&&!this._pt&&p&&We(this),this},e.to=function(t,r){return new e(t,r,arguments[2])},e.from=function(t,e){return ye(1,arguments)},e.delayedCall=function(t,r,i,n){return new e(r,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:t,onComplete:r,onReverseComplete:r,onCompleteParams:i,onReverseCompleteParams:i,callbackScope:n})},e.fromTo=function(t,e,r){return ye(2,arguments)},e.set=function(t,r){return r.duration=0,r.repeatDelay||(r.repeat=0),new e(t,r)},e.killTweensOf=function(t,e,r){return D.killTweensOf(t,e,r)},e}(cr);Gt(xr.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0}),zt("staggerTo,staggerFrom,staggerFromTo",(function(t){xr[t]=function(){var e=new ur,r=Te.call(arguments,0);return r.splice("staggerFromTo"===t?5:4,0,0),e[t].apply(e,r)}}));var wr=function(t,e,r){return t[e]=r},Tr=function(t,e,r){return t[e](r)},kr=function(t,e,r,i){return t[e](i.fp,r)},Cr=function(t,e,r){return t.setAttribute(e,r)},Er=function(t,e){return et(t[e])?Tr:it(t[e])&&t.setAttribute?Cr:wr},Ar=function(t,e){return e.set(e.t,e.p,Math.round(1e6*(e.s+e.c*t))/1e6,e)},Mr=function(t,e){return e.set(e.t,e.p,!!(e.s+e.c*t),e)},Sr=function(t,e){var r=e._pt,i="";if(!t&&e.b)i=e.b;else if(1===t&&e.e)i=e.e;else{for(;r;)i=r.p+(r.m?r.m(r.s+r.c*t):Math.round(1e4*(r.s+r.c*t))/1e4)+i,r=r._next;i+=e.c}e.set(e.t,e.p,i,e)},Or=function(t,e){for(var r=e._pt;r;)r.r(t,r.d),r=r._next},Pr=function(t,e,r,i){for(var n,o=this._pt;o;)n=o._next,o.p===i&&o.modifier(t,e,r),o=n},Dr=function(t){for(var e,r,i=this._pt;i;)r=i._next,i.p===t&&!i.op||i.op===t?Jt(this,i,"_pt"):i.dep||(e=1),i=r;return!e},Rr=function(t,e,r,i){i.mSet(t,e,i.m.call(i.tween,r,i.mt),i)},Br=function(t){for(var e,r,i,n,o=t._pt;o;){for(e=o._next,r=i;r&&r.pr>o.pr;)r=r._next;(o._prev=r?r._prev:n)?o._prev._next=o:i=o,(o._next=r)?r._prev=o:n=o,o=e}t._pt=i},Ir=function(){function t(t,e,r,i,n,o,s,a,l){this.t=e,this.s=i,this.c=n,this.p=r,this.r=o||Ar,this.d=s||this,this.set=a||wr,this.pr=l||0,this._next=t,t&&(t._prev=this)}return t.prototype.modifier=function(t,e,r){this.mSet=this.mSet||this.set,this.set=Rr,this.m=t,this.mt=r,this.tween=e},t}();zt(Bt+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",(function(t){return At[t]=1})),_t.TweenMax=_t.TweenLite=xr,_t.TimelineLite=_t.TimelineMax=ur,D=new ur({sortChildren:!1,defaults:H,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0}),V.stringFilter=je;var Lr=[],Wr={},zr=[],Fr=0,Nr=0,qr=function(t){return(Wr[t]||zr).map((function(t){return t()}))},Yr=function(){var t=Date.now(),e=[];t-Fr>2&&(qr("matchMediaInit"),Lr.forEach((function(t){var r,i,n,o,s=t.queries,a=t.conditions;for(i in s)(r=R.matchMedia(s[i]).matches)&&(n=1),r!==a[i]&&(a[i]=r,o=1);o&&(t.revert(),n&&e.push(t))})),qr("matchMediaRevert"),e.forEach((function(t){return t.onMatch(t)})),Fr=t,qr("matchMedia"))},Xr=function(){function t(t,e){this.selector=e&&Ee(e),this.data=[],this._r=[],this.isReverted=!1,this.id=Nr++,t&&this.add(t)}var e=t.prototype;return e.add=function(t,e,r){et(t)&&(r=e,e=t,t=et);var i=this,n=function(){var t,n=P,o=i.selector;return n&&n!==i&&n.data.push(i),r&&(i.selector=Ee(r)),P=i,t=e.apply(i,arguments),et(t)&&i._r.push(t),P=n,i.selector=o,i.isReverted=!1,t};return i.last=n,t===et?n(i):t?i[t]=n:n},e.ignore=function(t){var e=P;P=null,t(this),P=e},e.getTweens=function(){var e=[];return this.data.forEach((function(r){return r instanceof t?e.push.apply(e,r.getTweens()):r instanceof xr&&!(r.parent&&"nested"===r.parent.data)&&e.push(r)})),e},e.clear=function(){this._r.length=this.data.length=0},e.kill=function(t,e){var r=this;if(t){var i=this.getTweens();this.data.forEach((function(t){"isFlip"===t.data&&(t.revert(),t.getChildren(!0,!0,!1).forEach((function(t){return i.splice(i.indexOf(t),1)})))})),i.map((function(t){return{g:t.globalTime(0),t}})).sort((function(t,e){return e.g-t.g||-1})).forEach((function(e){return e.t.revert(t)})),this.data.forEach((function(e){return e instanceof ur?"nested"!==e.data&&e.kill():!(e instanceof xr)&&e.revert&&e.revert(t)})),this._r.forEach((function(e){return e(t,r)})),this.isReverted=!0}else this.data.forEach((function(t){return t.kill&&t.kill()}));if(this.clear(),e)for(var n=Lr.length;n--;)Lr[n].id===this.id&&Lr.splice(n,1)},e.revert=function(t){this.kill(t||{})},t}(),Vr=function(){function t(t){this.contexts=[],this.scope=t}var e=t.prototype;return e.add=function(t,e,r){nt(t)||(t={matches:t});var i,n,o,s=new Xr(0,r||this.scope),a=s.conditions={};for(n in P&&!s.selector&&(s.selector=P.selector),this.contexts.push(s),e=s.add("onMatch",e),s.queries=t,t)"all"===n?o=1:(i=R.matchMedia(t[n]))&&(Lr.indexOf(s)<0&&Lr.push(s),(a[n]=i.matches)&&(o=1),i.addListener?i.addListener(Yr):i.addEventListener("change",Yr));return o&&e(s),this},e.revert=function(t){this.kill(t||{})},e.kill=function(t){this.contexts.forEach((function(e){return e.kill(t,!0)}))},t}(),Hr={registerPlugin:function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];e.forEach((function(t){return Fe(t)}))},timeline:function(t){return new ur(t)},getTweensOf:function(t,e){return D.getTweensOf(t,e)},getProperty:function(t,e,r,i){tt(t)&&(t=Ce(t)[0]);var n=Lt(t||{}).get,o=r?Ut:Ht;return"native"===r&&(r=""),t?e?o((Ot[e]&&Ot[e].get||n)(t,e,r,i)):function(e,r,i){return o((Ot[e]&&Ot[e].get||n)(t,e,r,i))}:t},quickSetter:function(t,e,r){if((t=Ce(t)).length>1){var i=t.map((function(t){return jr.quickSetter(t,e,r)})),n=i.length;return function(t){for(var e=n;e--;)i[e](t)}}t=t[0]||{};var o=Ot[e],s=Lt(t),a=s.harness&&(s.harness.aliases||{})[e]||e,l=o?function(e){var i=new o;z._pt=0,i.init(t,r?e+r:e,z,0,[t]),i.render(1,i),z._pt&&Or(1,z)}:s.set(t,a);return o?l:function(e){return l(t,a,r?e+r:e,s,1)}},quickTo:function(t,e,r){var i,n=jr.to(t,jt(((i={})[e]="+=0.1",i.paused=!0,i),r||{})),o=function(t,r,i){return n.resetTo(e,t,r,i)};return o.tween=n,o},isTweening:function(t){return D.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=ir(t.ease,H.ease)),Kt(H,t||{})},config:function(t){return Kt(V,t||{})},registerEffect:function(t){var e=t.name,r=t.effect,i=t.plugins,n=t.defaults,o=t.extendTimeline;(i||"").split(",").forEach((function(t){return t&&!Ot[t]&&!_t[t]&&xt(e+" effect requires "+t+" plugin.")})),Pt[e]=function(t,e,i){return r(Ce(t),Gt(e||{},n),i)},o&&(ur.prototype[e]=function(t,r,i){return this.add(Pt[e](t,nt(r)?r:(i=r)&&{},this),i)})},registerEase:function(t,e){Ze[t]=ir(e)},parseEase:function(t,e){return arguments.length?ir(t,e):Ze},getById:function(t){return D.getById(t)},exportRoot:function(t,e){void 0===t&&(t={});var r,i,n=new ur(t);for(n.smoothChildTiming=ot(t.smoothChildTiming),D.remove(n),n._dp=0,n._time=n._tTime=D._time,r=D._first;r;)i=r._next,!e&&!r._dur&&r instanceof xr&&r.vars.onComplete===r._targets[0]||ue(n,r,r._start-r._delay),r=i;return ue(D,n,0),n},context:function(t,e){return t?new Xr(t,e):P},matchMedia:function(t){return new Vr(t)},matchMediaRefresh:function(){return Lr.forEach((function(t){var e,r,i=t.conditions;for(r in i)i[r]&&(i[r]=!1,e=1);e&&t.revert()}))||Yr()},addEventListener:function(t,e){var r=Wr[t]||(Wr[t]=[]);~r.indexOf(e)||r.push(e)},removeEventListener:function(t,e){var r=Wr[t],i=r&&r.indexOf(e);i>=0&&r.splice(i,1)},utils:{wrap:function t(e,r,i){var n=r-e;return ct(e)?De(e,t(0,e.length),r):be(i,(function(t){return(n+(t-e)%n)%n+e}))},wrapYoyo:function t(e,r,i){var n=r-e,o=2*n;return ct(e)?De(e,t(0,e.length-1),r):be(i,(function(t){return e+((t=(o+(t-e)%o)%o||0)>n?o-t:t)}))},distribute:Me,random:Pe,snap:Oe,normalize:function(t,e,r){return Be(t,e,0,1,r)},getUnit:we,clamp:function(t,e,r){return be(r,(function(r){return xe(t,e,r)}))},splitColor:Xe,toArray:Ce,selector:Ee,mapRange:Be,pipe:function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(t){return e.reduce((function(t,e){return e(t)}),t)}},unitize:function(t,e){return function(r){return t(parseFloat(r))+(e||we(r))}},interpolate:function t(e,r,i,n){var o=isNaN(e+r)?0:function(t){return(1-t)*e+t*r};if(!o){var s,a,l,c,u,h=tt(e),f={};if(!0===i&&(n=1)&&(i=null),h)e={p:e},r={p:r};else if(ct(e)&&!ct(r)){for(l=[],c=e.length,u=c-2,a=1;a<c;a++)l.push(t(e[a-1],e[a]));c--,o=function(t){t*=c;var e=Math.min(u,~~t);return l[e](t-e)},i=r}else n||(e=jt(ct(e)?[]:{},e));if(!l){for(s in r)gr.call(f,e,s,"get",r[s]);o=function(t){return Or(t,f)||(h?e.p:e)}}}return be(i,o)},shuffle:Ae},install:yt,effects:Pt,ticker:Ke,updateRoot:ur.updateRoot,plugins:Ot,globalTimeline:D,core:{PropTween:Ir,globals:wt,Tween:xr,Timeline:ur,Animation:cr,getCache:Lt,_removeLinkedListItem:Jt,reverting:function(){return O},context:function(t){return t&&P&&(P.data.push(t),t._ctx=P),P},suppressOverwrites:function(t){return S=t}}};zt("to,from,fromTo,delayedCall,set,killTweensOf",(function(t){return Hr[t]=xr[t]})),Ke.add(ur.updateRoot),z=Hr.to({},{duration:0});var Ur=function(t,e){for(var r=t._pt;r&&r.p!==e&&r.op!==e&&r.fp!==e;)r=r._next;return r},Gr=function(t,e){return{name:t,rawVars:1,init:function(t,r,i){i._onInit=function(t){var i,n;if(tt(r)&&(i={},zt(r,(function(t){return i[t]=1})),r=i),e){for(n in i={},r)i[n]=e(r[n]);r=i}!function(t,e){var r,i,n,o=t._targets;for(r in e)for(i=o.length;i--;)(n=t._ptLookup[i][r])&&(n=n.d)&&(n._pt&&(n=Ur(n,r)),n&&n.modifier&&n.modifier(e[r],t,o[i],r))}(t,r)}}}},jr=Hr.registerPlugin({name:"attr",init:function(t,e,r,i,n){var o,s,a;for(o in this.tween=r,e)a=t.getAttribute(o)||"",(s=this.add(t,"setAttribute",(a||0)+"",e[o],i,n,0,0,o)).op=o,s.b=a,this._props.push(o)},render:function(t,e){for(var r=e._pt;r;)O?r.set(r.t,r.p,r.b,r):r.r(t,r.d),r=r._next}},{name:"endArray",init:function(t,e){for(var r=e.length;r--;)this.add(t,r,t[r]||0,e[r],0,0,0,0,0,1)}},Gr("roundProps",Se),Gr("modifiers"),Gr("snap",Oe))||Hr;xr.version=ur.version=jr.version="3.12.1",L=1,st()&&Qe(),Ze.Power0,Ze.Power1,Ze.Power2,Ze.Power3,Ze.Power4,Ze.Linear,Ze.Quad,Ze.Cubic,Ze.Quart,Ze.Quint,Ze.Strong,Ze.Elastic,Ze.Back,Ze.SteppedEase,Ze.Bounce,Ze.Sine,Ze.Expo,Ze.Circ;var Kr,Qr,Zr,$r,Jr,ti,ei,ri,ii={},ni=180/Math.PI,oi=Math.PI/180,si=Math.atan2,ai=/([A-Z])/g,li=/(left|right|width|margin|padding|x)/i,ci=/[\s,\(]\S/,ui={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},hi=function(t,e){return e.set(e.t,e.p,Math.round(1e4*(e.s+e.c*t))/1e4+e.u,e)},fi=function(t,e){return e.set(e.t,e.p,1===t?e.e:Math.round(1e4*(e.s+e.c*t))/1e4+e.u,e)},pi=function(t,e){return e.set(e.t,e.p,t?Math.round(1e4*(e.s+e.c*t))/1e4+e.u:e.b,e)},gi=function(t,e){var r=e.s+e.c*t;e.set(e.t,e.p,~~(r+(r<0?-.5:.5))+e.u,e)},di=function(t,e){return e.set(e.t,e.p,t?e.e:e.b,e)},mi=function(t,e){return e.set(e.t,e.p,1!==t?e.b:e.e,e)},_i=function(t,e,r){return t.style[e]=r},vi=function(t,e,r){return t.style.setProperty(e,r)},yi=function(t,e,r){return t._gsap[e]=r},bi=function(t,e,r){return t._gsap.scaleX=t._gsap.scaleY=r},xi=function(t,e,r,i,n){var o=t._gsap;o.scaleX=o.scaleY=r,o.renderTransform(n,o)},wi=function(t,e,r,i,n){var o=t._gsap;o[e]=r,o.renderTransform(n,o)},Ti="transform",ki=Ti+"Origin",Ci=function t(e,r){var i=this,n=this.target,o=n.style;if(e in ii&&o){if(this.tfm=this.tfm||{},"transform"===e)return ui.transform.split(",").forEach((function(e){return t.call(i,e,r)}));if(~(e=ui[e]||e).indexOf(",")?e.split(",").forEach((function(t){return i.tfm[t]=Xi(n,t)})):this.tfm[e]=n._gsap.x?n._gsap[e]:Xi(n,e),this.props.indexOf(Ti)>=0)return;n._gsap.svg&&(this.svgo=n.getAttribute("data-svg-origin"),this.props.push(ki,r,"")),e=Ti}(o||r)&&this.props.push(e,r,o[e])},Ei=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},Ai=function(){var t,e,r=this.props,i=this.target,n=i.style,o=i._gsap;for(t=0;t<r.length;t+=3)r[t+1]?i[r[t]]=r[t+2]:r[t+2]?n[r[t]]=r[t+2]:n.removeProperty("--"===r[t].substr(0,2)?r[t]:r[t].replace(ai,"-$1").toLowerCase());if(this.tfm){for(e in this.tfm)o[e]=this.tfm[e];o.svg&&(o.renderTransform(),i.setAttribute("data-svg-origin",this.svgo||"")),(t=ei())&&t.isStart||n[Ti]||(Ei(n),o.uncache=1)}},Mi=function(t,e){var r={target:t,props:[],revert:Ai,save:Ci};return t._gsap||jr.core.getCache(t),e&&e.split(",").forEach((function(t){return r.save(t)})),r},Si=function(t,e){var r=Qr.createElementNS?Qr.createElementNS((e||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Qr.createElement(t);return r.style?r:Qr.createElement(t)},Oi=function t(e,r,i){var n=getComputedStyle(e);return n[r]||n.getPropertyValue(r.replace(ai,"-$1").toLowerCase())||n.getPropertyValue(r)||!i&&t(e,Di(r)||r,1)||""},Pi="O,Moz,ms,Ms,Webkit".split(","),Di=function(t,e,r){var i=(e||Jr).style,n=5;if(t in i&&!r)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);n--&&!(Pi[n]+t in i););return n<0?null:(3===n?"ms":n>=0?Pi[n]:"")+t},Ri=function(){"undefined"!=typeof window&&window.document&&(Kr=window,Qr=Kr.document,Zr=Qr.documentElement,Jr=Si("div")||{style:{}},Si("div"),Ti=Di(Ti),ki=Ti+"Origin",Jr.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",ri=!!Di("perspective"),ei=jr.core.reverting,$r=1)},Bi=function t(e){var r,i=Si("svg",this.ownerSVGElement&&this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),n=this.parentNode,o=this.nextSibling,s=this.style.cssText;if(Zr.appendChild(i),i.appendChild(this),this.style.display="block",e)try{r=this.getBBox(),this._gsapBBox=this.getBBox,this.getBBox=t}catch(t){}else this._gsapBBox&&(r=this._gsapBBox());return n&&(o?n.insertBefore(this,o):n.appendChild(this)),Zr.removeChild(i),this.style.cssText=s,r},Ii=function(t,e){for(var r=e.length;r--;)if(t.hasAttribute(e[r]))return t.getAttribute(e[r])},Li=function(t){var e;try{e=t.getBBox()}catch(r){e=Bi.call(t,!0)}return e&&(e.width||e.height)||t.getBBox===Bi||(e=Bi.call(t,!0)),!e||e.width||e.x||e.y?e:{x:+Ii(t,["x","cx","x1"])||0,y:+Ii(t,["y","cy","y1"])||0,width:0,height:0}},Wi=function(t){return!(!t.getCTM||t.parentNode&&!t.ownerSVGElement||!Li(t))},zi=function(t,e){if(e){var r=t.style;e in ii&&e!==ki&&(e=Ti),r.removeProperty?("ms"!==e.substr(0,2)&&"webkit"!==e.substr(0,6)||(e="-"+e),r.removeProperty(e.replace(ai,"-$1").toLowerCase())):r.removeAttribute(e)}},Fi=function(t,e,r,i,n,o){var s=new Ir(t._pt,e,r,0,1,o?mi:di);return t._pt=s,s.b=i,s.e=n,t._props.push(r),s},Ni={deg:1,rad:1,turn:1},qi={grid:1,flex:1},Yi=function t(e,r,i,n){var o,s,a,l,c=parseFloat(i)||0,u=(i+"").trim().substr((c+"").length)||"px",h=Jr.style,f=li.test(r),p="svg"===e.tagName.toLowerCase(),g=(p?"client":"offset")+(f?"Width":"Height"),d=100,m="px"===n,_="%"===n;return n===u||!c||Ni[n]||Ni[u]?c:("px"!==u&&!m&&(c=t(e,r,i,"px")),l=e.getCTM&&Wi(e),!_&&"%"!==u||!ii[r]&&!~r.indexOf("adius")?(h[f?"width":"height"]=d+(m?u:n),s=~r.indexOf("adius")||"em"===n&&e.appendChild&&!p?e:e.parentNode,l&&(s=(e.ownerSVGElement||{}).parentNode),s&&s!==Qr&&s.appendChild||(s=Qr.body),(a=s._gsap)&&_&&a.width&&f&&a.time===Ke.time&&!a.uncache?Ft(c/a.width*d):((_||"%"===u)&&!qi[Oi(s,"display")]&&(h.position=Oi(e,"position")),s===e&&(h.position="static"),s.appendChild(Jr),o=Jr[g],s.removeChild(Jr),h.position="absolute",f&&_&&((a=Lt(s)).time=Ke.time,a.width=s[g]),Ft(m?o*c/d:o&&c?d/o*c:0))):(o=l?e.getBBox()[f?"width":"height"]:e[g],Ft(_?c/o*d:c/100*o)))},Xi=function(t,e,r,i){var n;return $r||Ri(),e in ui&&"transform"!==e&&~(e=ui[e]).indexOf(",")&&(e=e.split(",")[0]),ii[e]&&"transform"!==e?(n=tn(t,i),n="transformOrigin"!==e?n[e]:n.svg?n.origin:en(Oi(t,ki))+" "+n.zOrigin+"px"):(!(n=t.style[e])||"auto"===n||i||~(n+"").indexOf("calc("))&&(n=Gi[e]&&Gi[e](t,e,r)||Oi(t,e)||Wt(t,e)||("opacity"===e?1:0)),r&&!~(n+"").trim().indexOf(" ")?Yi(t,e,n,r)+r:n},Vi=function(t,e,r,i){if(!r||"none"===r){var n=Di(e,t,1),o=n&&Oi(t,n,1);o&&o!==r?(e=n,r=o):"borderColor"===e&&(r=Oi(t,"borderTopColor"))}var s,a,l,c,u,h,f,p,g,d,m,_=new Ir(this._pt,t.style,e,0,1,Sr),v=0,y=0;if(_.b=r,_.e=i,r+="","auto"==(i+="")&&(t.style[e]=i,i=Oi(t,e)||i,t.style[e]=r),je(s=[r,i]),i=s[1],l=(r=s[0]).match(ft)||[],(i.match(ft)||[]).length){for(;a=ft.exec(i);)f=a[0],g=i.substring(v,a.index),u?u=(u+1)%5:"rgba("!==g.substr(-5)&&"hsla("!==g.substr(-5)||(u=1),f!==(h=l[y++]||"")&&(c=parseFloat(h)||0,m=h.substr((c+"").length),"="===f.charAt(1)&&(f=qt(c,f)+m),p=parseFloat(f),d=f.substr((p+"").length),v=ft.lastIndex-d.length,d||(d=d||V.units[e]||m,v===i.length&&(i+=d,_.e+=d)),m!==d&&(c=Yi(t,e,h,d)||0),_._pt={_next:_._pt,p:g||1===y?g:",",s:c,c:p-c,m:u&&u<4||"zIndex"===e?Math.round:0});_.c=v<i.length?i.substring(v,i.length):""}else _.r="display"===e&&"none"===i?mi:di;return gt.test(i)&&(_.e=0),this._pt=_,_},Hi={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},Ui=function(t,e){if(e.tween&&e.tween._time===e.tween._dur){var r,i,n,o=e.t,s=o.style,a=e.u,l=o._gsap;if("all"===a||!0===a)s.cssText="",i=1;else for(n=(a=a.split(",")).length;--n>-1;)r=a[n],ii[r]&&(i=1,r="transformOrigin"===r?ki:Ti),zi(o,r);i&&(zi(o,Ti),l&&(l.svg&&o.removeAttribute("transform"),tn(o,1),l.uncache=1,Ei(s)))}},Gi={clearProps:function(t,e,r,i,n){if("isFromStart"!==n.data){var o=t._pt=new Ir(t._pt,e,r,0,0,Ui);return o.u=i,o.pr=-10,o.tween=n,t._props.push(r),1}}},ji=[1,0,0,1,0,0],Ki={},Qi=function(t){return"matrix(1, 0, 0, 1, 0, 0)"===t||"none"===t||!t},Zi=function(t){var e=Oi(t,Ti);return Qi(e)?ji:e.substr(7).match(ht).map(Ft)},$i=function(t,e){var r,i,n,o,s=t._gsap||Lt(t),a=t.style,l=Zi(t);return s.svg&&t.getAttribute("transform")?"1,0,0,1,0,0"===(l=[(n=t.transform.baseVal.consolidate().matrix).a,n.b,n.c,n.d,n.e,n.f]).join(",")?ji:l:(l!==ji||t.offsetParent||t===Zr||s.svg||(n=a.display,a.display="block",(r=t.parentNode)&&t.offsetParent||(o=1,i=t.nextElementSibling,Zr.appendChild(t)),l=Zi(t),n?a.display=n:zi(t,"display"),o&&(i?r.insertBefore(t,i):r?r.appendChild(t):Zr.removeChild(t))),e&&l.length>6?[l[0],l[1],l[4],l[5],l[12],l[13]]:l)},Ji=function(t,e,r,i,n,o){var s,a,l,c=t._gsap,u=n||$i(t,!0),h=c.xOrigin||0,f=c.yOrigin||0,p=c.xOffset||0,g=c.yOffset||0,d=u[0],m=u[1],_=u[2],v=u[3],y=u[4],b=u[5],x=e.split(" "),w=parseFloat(x[0])||0,T=parseFloat(x[1])||0;r?u!==ji&&(a=d*v-m*_)&&(l=w*(-m/a)+T*(d/a)-(d*b-m*y)/a,w=w*(v/a)+T*(-_/a)+(_*b-v*y)/a,T=l):(w=(s=Li(t)).x+(~x[0].indexOf("%")?w/100*s.width:w),T=s.y+(~(x[1]||x[0]).indexOf("%")?T/100*s.height:T)),i||!1!==i&&c.smooth?(y=w-h,b=T-f,c.xOffset=p+(y*d+b*_)-y,c.yOffset=g+(y*m+b*v)-b):c.xOffset=c.yOffset=0,c.xOrigin=w,c.yOrigin=T,c.smooth=!!i,c.origin=e,c.originIsAbsolute=!!r,t.style[ki]="0px 0px",o&&(Fi(o,c,"xOrigin",h,w),Fi(o,c,"yOrigin",f,T),Fi(o,c,"xOffset",p,c.xOffset),Fi(o,c,"yOffset",g,c.yOffset)),t.setAttribute("data-svg-origin",w+" "+T)},tn=function(t,e){var r=t._gsap||new lr(t);if("x"in r&&!e&&!r.uncache)return r;var i,n,o,s,a,l,c,u,h,f,p,g,d,m,_,v,y,b,x,w,T,k,C,E,A,M,S,O,P,D,R,B,I=t.style,L=r.scaleX<0,W="px",z="deg",F=getComputedStyle(t),N=Oi(t,ki)||"0";return i=n=o=l=c=u=h=f=p=0,s=a=1,r.svg=!(!t.getCTM||!Wi(t)),F.translate&&("none"===F.translate&&"none"===F.scale&&"none"===F.rotate||(I[Ti]=("none"!==F.translate?"translate3d("+(F.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+("none"!==F.rotate?"rotate("+F.rotate+") ":"")+("none"!==F.scale?"scale("+F.scale.split(" ").join(",")+") ":"")+("none"!==F[Ti]?F[Ti]:"")),I.scale=I.rotate=I.translate="none"),m=$i(t,r.svg),r.svg&&(r.uncache?(A=t.getBBox(),N=r.xOrigin-A.x+"px "+(r.yOrigin-A.y)+"px",E=""):E=!e&&t.getAttribute("data-svg-origin"),Ji(t,E||N,!!E||r.originIsAbsolute,!1!==r.smooth,m)),g=r.xOrigin||0,d=r.yOrigin||0,m!==ji&&(b=m[0],x=m[1],w=m[2],T=m[3],i=k=m[4],n=C=m[5],6===m.length?(s=Math.sqrt(b*b+x*x),a=Math.sqrt(T*T+w*w),l=b||x?si(x,b)*ni:0,(h=w||T?si(w,T)*ni+l:0)&&(a*=Math.abs(Math.cos(h*oi))),r.svg&&(i-=g-(g*b+d*w),n-=d-(g*x+d*T))):(B=m[6],D=m[7],S=m[8],O=m[9],P=m[10],R=m[11],i=m[12],n=m[13],o=m[14],c=(_=si(B,P))*ni,_&&(E=k*(v=Math.cos(-_))+S*(y=Math.sin(-_)),A=C*v+O*y,M=B*v+P*y,S=k*-y+S*v,O=C*-y+O*v,P=B*-y+P*v,R=D*-y+R*v,k=E,C=A,B=M),u=(_=si(-w,P))*ni,_&&(v=Math.cos(-_),R=T*(y=Math.sin(-_))+R*v,b=E=b*v-S*y,x=A=x*v-O*y,w=M=w*v-P*y),l=(_=si(x,b))*ni,_&&(E=b*(v=Math.cos(_))+x*(y=Math.sin(_)),A=k*v+C*y,x=x*v-b*y,C=C*v-k*y,b=E,k=A),c&&Math.abs(c)+Math.abs(l)>359.9&&(c=l=0,u=180-u),s=Ft(Math.sqrt(b*b+x*x+w*w)),a=Ft(Math.sqrt(C*C+B*B)),_=si(k,C),h=Math.abs(_)>2e-4?_*ni:0,p=R?1/(R<0?-R:R):0),r.svg&&(E=t.getAttribute("transform"),r.forceCSS=t.setAttribute("transform","")||!Qi(Oi(t,Ti)),E&&t.setAttribute("transform",E))),Math.abs(h)>90&&Math.abs(h)<270&&(L?(s*=-1,h+=l<=0?180:-180,l+=l<=0?180:-180):(a*=-1,h+=h<=0?180:-180)),e=e||r.uncache,r.x=i-((r.xPercent=i&&(!e&&r.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-i)?-50:0)))?t.offsetWidth*r.xPercent/100:0)+W,r.y=n-((r.yPercent=n&&(!e&&r.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-n)?-50:0)))?t.offsetHeight*r.yPercent/100:0)+W,r.z=o+W,r.scaleX=Ft(s),r.scaleY=Ft(a),r.rotation=Ft(l)+z,r.rotationX=Ft(c)+z,r.rotationY=Ft(u)+z,r.skewX=h+z,r.skewY=f+z,r.transformPerspective=p+W,(r.zOrigin=parseFloat(N.split(" ")[2])||0)&&(I[ki]=en(N)),r.xOffset=r.yOffset=0,r.force3D=V.force3D,r.renderTransform=r.svg?cn:ri?ln:nn,r.uncache=0,r},en=function(t){return(t=t.split(" "))[0]+" "+t[1]},rn=function(t,e,r){var i=we(e);return Ft(parseFloat(e)+parseFloat(Yi(t,"x",r+"px",i)))+i},nn=function(t,e){e.z="0px",e.rotationY=e.rotationX="0deg",e.force3D=0,ln(t,e)},on="0deg",sn="0px",an=") ",ln=function(t,e){var r=e||this,i=r.xPercent,n=r.yPercent,o=r.x,s=r.y,a=r.z,l=r.rotation,c=r.rotationY,u=r.rotationX,h=r.skewX,f=r.skewY,p=r.scaleX,g=r.scaleY,d=r.transformPerspective,m=r.force3D,_=r.target,v=r.zOrigin,y="",b="auto"===m&&t&&1!==t||!0===m;if(v&&(u!==on||c!==on)){var x,w=parseFloat(c)*oi,T=Math.sin(w),k=Math.cos(w);w=parseFloat(u)*oi,x=Math.cos(w),o=rn(_,o,T*x*-v),s=rn(_,s,-Math.sin(w)*-v),a=rn(_,a,k*x*-v+v)}d!==sn&&(y+="perspective("+d+an),(i||n)&&(y+="translate("+i+"%, "+n+"%) "),(b||o!==sn||s!==sn||a!==sn)&&(y+=a!==sn||b?"translate3d("+o+", "+s+", "+a+") ":"translate("+o+", "+s+an),l!==on&&(y+="rotate("+l+an),c!==on&&(y+="rotateY("+c+an),u!==on&&(y+="rotateX("+u+an),h===on&&f===on||(y+="skew("+h+", "+f+an),1===p&&1===g||(y+="scale("+p+", "+g+an),_.style[Ti]=y||"translate(0, 0)"},cn=function(t,e){var r,i,n,o,s,a=e||this,l=a.xPercent,c=a.yPercent,u=a.x,h=a.y,f=a.rotation,p=a.skewX,g=a.skewY,d=a.scaleX,m=a.scaleY,_=a.target,v=a.xOrigin,y=a.yOrigin,b=a.xOffset,x=a.yOffset,w=a.forceCSS,T=parseFloat(u),k=parseFloat(h);f=parseFloat(f),p=parseFloat(p),(g=parseFloat(g))&&(p+=g=parseFloat(g),f+=g),f||p?(f*=oi,p*=oi,r=Math.cos(f)*d,i=Math.sin(f)*d,n=Math.sin(f-p)*-m,o=Math.cos(f-p)*m,p&&(g*=oi,s=Math.tan(p-g),n*=s=Math.sqrt(1+s*s),o*=s,g&&(s=Math.tan(g),r*=s=Math.sqrt(1+s*s),i*=s)),r=Ft(r),i=Ft(i),n=Ft(n),o=Ft(o)):(r=d,o=m,i=n=0),(T&&!~(u+"").indexOf("px")||k&&!~(h+"").indexOf("px"))&&(T=Yi(_,"x",u,"px"),k=Yi(_,"y",h,"px")),(v||y||b||x)&&(T=Ft(T+v-(v*r+y*n)+b),k=Ft(k+y-(v*i+y*o)+x)),(l||c)&&(s=_.getBBox(),T=Ft(T+l/100*s.width),k=Ft(k+c/100*s.height)),s="matrix("+r+","+i+","+n+","+o+","+T+","+k+")",_.setAttribute("transform",s),w&&(_.style[Ti]=s)},un=function(t,e,r,i,n){var o,s,a=360,l=tt(n),c=parseFloat(n)*(l&&~n.indexOf("rad")?ni:1)-i,u=i+c+"deg";return l&&("short"===(o=n.split("_")[1])&&(c%=a)!=c%180&&(c+=c<0?a:-360),"cw"===o&&c<0?c=(c+36e9)%a-~~(c/a)*a:"ccw"===o&&c>0&&(c=(c-36e9)%a-~~(c/a)*a)),t._pt=s=new Ir(t._pt,e,r,i,c,fi),s.e=u,s.u="deg",t._props.push(r),s},hn=function(t,e){for(var r in e)t[r]=e[r];return t},fn=function(t,e,r){var i,n,o,s,a,l,c,u=hn({},r._gsap),h=r.style;for(n in u.svg?(o=r.getAttribute("transform"),r.setAttribute("transform",""),h[Ti]=e,i=tn(r,1),zi(r,Ti),r.setAttribute("transform",o)):(o=getComputedStyle(r)[Ti],h[Ti]=e,i=tn(r,1),h[Ti]=o),ii)(o=u[n])!==(s=i[n])&&"perspective,force3D,transformOrigin,svgOrigin".indexOf(n)<0&&(a=we(o)!==(c=we(s))?Yi(r,n,o,c):parseFloat(o),l=parseFloat(s),t._pt=new Ir(t._pt,i,n,a,l-a,hi),t._pt.u=c||0,t._props.push(n));hn(i,u)};zt("padding,margin,Width,Radius",(function(t,e){var r="Top",i="Right",n="Bottom",o="Left",s=(e<3?[r,i,n,o]:[r+o,r+i,n+i,n+o]).map((function(r){return e<2?t+r:"border"+r+t}));Gi[e>1?"border"+t:t]=function(t,e,r,i,n){var o,a;if(arguments.length<4)return o=s.map((function(e){return Xi(t,e,r)})),5===(a=o.join(" ")).split(o[0]).length?o[0]:a;o=(i+"").split(" "),a={},s.forEach((function(t,e){return a[t]=o[e]=o[e]||o[(e-1)/2|0]})),t.init(e,a,n)}}));var pn,gn,dn={name:"css",register:Ri,targetTest:function(t){return t.style&&t.nodeType},init:function(t,e,r,i,n){var o,s,a,l,c,u,h,f,p,g,d,m,_,v,y,b,x,w,T,k,C=this._props,E=t.style,A=r.vars.startAt;for(h in $r||Ri(),this.styles=this.styles||Mi(t),b=this.styles.props,this.tween=r,e)if("autoRound"!==h&&(s=e[h],!Ot[h]||!dr(h,e,r,i,t,n)))if(c=typeof s,u=Gi[h],"function"===c&&(c=typeof(s=s.call(r,i,t,n))),"string"===c&&~s.indexOf("random(")&&(s=Re(s)),u)u(this,t,h,s,r)&&(y=1);else if("--"===h.substr(0,2))o=(getComputedStyle(t).getPropertyValue(h)+"").trim(),s+="",Ue.lastIndex=0,Ue.test(o)||(f=we(o),p=we(s)),p?f!==p&&(o=Yi(t,h,o,p)+p):f&&(s+=f),this.add(E,"setProperty",o,s,i,n,0,0,h),C.push(h),b.push(h,0,E[h]);else if("undefined"!==c){if(A&&h in A?(o="function"==typeof A[h]?A[h].call(r,i,t,n):A[h],tt(o)&&~o.indexOf("random(")&&(o=Re(o)),we(o+"")||(o+=V.units[h]||we(Xi(t,h))||""),"="===(o+"").charAt(1)&&(o=Xi(t,h))):o=Xi(t,h),l=parseFloat(o),(g="string"===c&&"="===s.charAt(1)&&s.substr(0,2))&&(s=s.substr(2)),a=parseFloat(s),h in ui&&("autoAlpha"===h&&(1===l&&"hidden"===Xi(t,"visibility")&&a&&(l=0),b.push("visibility",0,E.visibility),Fi(this,E,"visibility",l?"inherit":"hidden",a?"inherit":"hidden",!a)),"scale"!==h&&"transform"!==h&&~(h=ui[h]).indexOf(",")&&(h=h.split(",")[0])),d=h in ii)if(this.styles.save(h),m||((_=t._gsap).renderTransform&&!e.parseTransform||tn(t,e.parseTransform),v=!1!==e.smoothOrigin&&_.smooth,(m=this._pt=new Ir(this._pt,E,Ti,0,1,_.renderTransform,_,0,-1)).dep=1),"scale"===h)this._pt=new Ir(this._pt,_,"scaleY",_.scaleY,(g?qt(_.scaleY,g+a):a)-_.scaleY||0,hi),this._pt.u=0,C.push("scaleY",h),h+="X";else{if("transformOrigin"===h){b.push(ki,0,E[ki]),w=void 0,T=void 0,k=void 0,T=(w=(x=s).split(" "))[0],k=w[1]||"50%","top"!==T&&"bottom"!==T&&"left"!==k&&"right"!==k||(x=T,T=k,k=x),w[0]=Hi[T]||T,w[1]=Hi[k]||k,s=w.join(" "),_.svg?Ji(t,s,0,v,0,this):((p=parseFloat(s.split(" ")[2])||0)!==_.zOrigin&&Fi(this,_,"zOrigin",_.zOrigin,p),Fi(this,E,h,en(o),en(s)));continue}if("svgOrigin"===h){Ji(t,s,1,v,0,this);continue}if(h in Ki){un(this,_,h,l,g?qt(l,g+s):s);continue}if("smoothOrigin"===h){Fi(this,_,"smooth",_.smooth,s);continue}if("force3D"===h){_[h]=s;continue}if("transform"===h){fn(this,s,t);continue}}else h in E||(h=Di(h)||h);if(d||(a||0===a)&&(l||0===l)&&!ci.test(s)&&h in E)a||(a=0),(f=(o+"").substr((l+"").length))!==(p=we(s)||(h in V.units?V.units[h]:f))&&(l=Yi(t,h,o,p)),this._pt=new Ir(this._pt,d?_:E,h,l,(g?qt(l,g+a):a)-l,d||"px"!==p&&"zIndex"!==h||!1===e.autoRound?hi:gi),this._pt.u=p||0,f!==p&&"%"!==p&&(this._pt.b=o,this._pt.r=pi);else if(h in E)Vi.call(this,t,h,o,g?g+s:s);else if(h in t)this.add(t,h,o||t[h],g?g+s:s,i,n);else if("parseTransform"!==h){bt(h,s);continue}d||(h in E?b.push(h,0,E[h]):b.push(h,1,o||t[h])),C.push(h)}y&&Br(this)},render:function(t,e){if(e.tween._time||!ei())for(var r=e._pt;r;)r.r(t,r.d),r=r._next;else e.styles.revert()},get:Xi,aliases:ui,getSetter:function(t,e,r){var i=ui[e];return i&&i.indexOf(",")<0&&(e=i),e in ii&&e!==ki&&(t._gsap.x||Xi(t,"x"))?r&&ti===r?"scale"===e?bi:yi:(ti=r||{})&&("scale"===e?xi:wi):t.style&&!it(t.style[e])?_i:~e.indexOf("-")?vi:Er(t,e)},core:{_removeProperty:zi,_getMatrix:$i}};jr.utils.checkPrefix=Di,jr.core.getStyleSaver=Mi,gn=zt("x,y,z,scale,scaleX,scaleY,xPercent,yPercent"+","+(pn="rotation,rotationX,rotationY,skewX,skewY")+",transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective",(function(t){ii[t]=1})),zt(pn,(function(t){V.units[t]="deg",Ki[t]=1})),ui[gn[13]]="x,y,z,scale,scaleX,scaleY,xPercent,yPercent,"+pn,zt("0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY",(function(t){var e=t.split(":");ui[e[1]]=gn[e[0]]})),zt("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",(function(t){V.units[t]="px"})),jr.registerPlugin(dn);var mn=jr.registerPlugin(dn)||jr;function _n(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}mn.core.Tween;var vn,yn,bn,xn,wn,Tn,kn,Cn,En,An,Mn,Sn,On,Pn=function(){return vn||"undefined"!=typeof window&&(vn=window.gsap)&&vn.registerPlugin&&vn},Dn=1,Rn=[],Bn=[],In=[],Ln=Date.now,Wn=function(t,e){return e},zn=function(t,e){return~In.indexOf(t)&&In[In.indexOf(t)+1][e]},Fn=function(t){return!!~An.indexOf(t)},Nn=function(t,e,r,i,n){return t.addEventListener(e,r,{passive:!i,capture:!!n})},qn=function(t,e,r,i){return t.removeEventListener(e,r,!!i)},Yn="scrollLeft",Xn="scrollTop",Vn=function(){return Mn&&Mn.isPressed||Bn.cache++},Hn=function(t,e){var r=function r(i){if(i||0===i){Dn&&(bn.history.scrollRestoration="manual");var n=Mn&&Mn.isPressed;i=r.v=Math.round(i)||(Mn&&Mn.iOS?1:0),t(i),r.cacheID=Bn.cache,n&&Wn("ss",i)}else(e||Bn.cache!==r.cacheID||Wn("ref"))&&(r.cacheID=Bn.cache,r.v=t());return r.v+r.offset};return r.offset=0,t&&r},Un={s:Yn,p:"left",p2:"Left",os:"right",os2:"Right",d:"width",d2:"Width",a:"x",sc:Hn((function(t){return arguments.length?bn.scrollTo(t,Gn.sc()):bn.pageXOffset||xn[Yn]||wn[Yn]||Tn[Yn]||0}))},Gn={s:Xn,p:"top",p2:"Top",os:"bottom",os2:"Bottom",d:"height",d2:"Height",a:"y",op:Un,sc:Hn((function(t){return arguments.length?bn.scrollTo(Un.sc(),t):bn.pageYOffset||xn[Xn]||wn[Xn]||Tn[Xn]||0}))},jn=function(t,e){return(e&&e._ctx&&e._ctx.selector||vn.utils.toArray)(t)[0]||("string"==typeof t&&!1!==vn.config().nullTargetWarn?console.warn("Element not found:",t):null)},Kn=function(t,e){var r=e.s,i=e.sc;Fn(t)&&(t=xn.scrollingElement||wn);var n=Bn.indexOf(t),o=i===Gn.sc?1:2;!~n&&(n=Bn.push(t)-1),Bn[n+o]||t.addEventListener("scroll",Vn);var s=Bn[n+o],a=s||(Bn[n+o]=Hn(zn(t,r),!0)||(Fn(t)?i:Hn((function(e){return arguments.length?t[r]=e:t[r]}))));return a.target=t,s||(a.smooth="smooth"===vn.getProperty(t,"scrollBehavior")),a},Qn=function(t,e,r){var i=t,n=t,o=Ln(),s=o,a=e||50,l=Math.max(500,3*a),c=function(t,e){var l=Ln();e||l-o>a?(n=i,i=t,s=o,o=l):r?i+=t:i=n+(t-n)/(l-s)*(o-s)};return{update:c,reset:function(){n=i=r?0:i,s=o=0},getVelocity:function(t){var e=s,a=n,u=Ln();return(t||0===t)&&t!==i&&c(t),o===s||u-s>l?0:(i+(r?a:-a))/((r?u:o)-e)*1e3}}},Zn=function(t,e){return e&&!t._gsapAllow&&t.preventDefault(),t.changedTouches?t.changedTouches[0]:t},$n=function(t){var e=Math.max.apply(Math,t),r=Math.min.apply(Math,t);return Math.abs(e)>=Math.abs(r)?e:r},Jn=function(){(En=vn.core.globals().ScrollTrigger)&&En.core&&function(){var t=En.core,e=t.bridge||{},r=t._scrollers,i=t._proxies;r.push.apply(r,Bn),i.push.apply(i,In),Bn=r,In=i,Wn=function(t,r){return e[t](r)}}()},to=function(t){return(vn=t||Pn())&&"undefined"!=typeof document&&document.body&&(bn=window,xn=document,wn=xn.documentElement,Tn=xn.body,An=[bn,xn,wn,Tn],vn.utils.clamp,On=vn.core.context||function(){},Cn="onpointerenter"in Tn?"pointer":"mouse",kn=eo.isTouch=bn.matchMedia&&bn.matchMedia("(hover: none), (pointer: coarse)").matches?1:"ontouchstart"in bn||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0?2:0,Sn=eo.eventTypes=("ontouchstart"in wn?"touchstart,touchmove,touchcancel,touchend":"onpointerdown"in wn?"pointerdown,pointermove,pointercancel,pointerup":"mousedown,mousemove,mouseup,mouseup").split(","),setTimeout((function(){return Dn=0}),500),Jn(),yn=1),yn};Un.op=Gn,Bn.cache=0;var eo=function(){function t(t){this.init(t)}var e,r;return t.prototype.init=function(t){yn||to(vn)||console.warn("Please gsap.registerPlugin(Observer)"),En||Jn();var e=t.tolerance,r=t.dragMinimum,i=t.type,n=t.target,o=t.lineHeight,s=t.debounce,a=t.preventDefault,l=t.onStop,c=t.onStopDelay,u=t.ignore,h=t.wheelSpeed,f=t.event,p=t.onDragStart,g=t.onDragEnd,d=t.onDrag,m=t.onPress,_=t.onRelease,v=t.onRight,y=t.onLeft,b=t.onUp,x=t.onDown,w=t.onChangeX,T=t.onChangeY,k=t.onChange,C=t.onToggleX,E=t.onToggleY,A=t.onHover,M=t.onHoverEnd,S=t.onMove,O=t.ignoreCheck,P=t.isNormalizer,D=t.onGestureStart,R=t.onGestureEnd,B=t.onWheel,I=t.onEnable,L=t.onDisable,W=t.onClick,z=t.scrollSpeed,F=t.capture,N=t.allowClicks,q=t.lockAxis,Y=t.onLockAxis;this.target=n=jn(n)||wn,this.vars=t,u&&(u=vn.utils.toArray(u)),e=e||1e-9,r=r||0,h=h||1,z=z||1,i=i||"wheel,touch,pointer",s=!1!==s,o||(o=parseFloat(bn.getComputedStyle(Tn).lineHeight)||22);var X,V,H,U,G,j,K,Q=this,Z=0,$=0,J=Kn(n,Un),tt=Kn(n,Gn),et=J(),rt=tt(),it=~i.indexOf("touch")&&!~i.indexOf("pointer")&&"pointerdown"===Sn[0],nt=Fn(n),ot=n.ownerDocument||xn,st=[0,0,0],at=[0,0,0],lt=0,ct=function(){return lt=Ln()},ut=function(t,e){return(Q.event=t)&&u&&~u.indexOf(t.target)||e&&it&&"touch"!==t.pointerType||O&&O(t,e)},ht=function(){var t=Q.deltaX=$n(st),r=Q.deltaY=$n(at),i=Math.abs(t)>=e,n=Math.abs(r)>=e;k&&(i||n)&&k(Q,t,r,st,at),i&&(v&&Q.deltaX>0&&v(Q),y&&Q.deltaX<0&&y(Q),w&&w(Q),C&&Q.deltaX<0!=Z<0&&C(Q),Z=Q.deltaX,st[0]=st[1]=st[2]=0),n&&(x&&Q.deltaY>0&&x(Q),b&&Q.deltaY<0&&b(Q),T&&T(Q),E&&Q.deltaY<0!=$<0&&E(Q),$=Q.deltaY,at[0]=at[1]=at[2]=0),(U||H)&&(S&&S(Q),H&&(d(Q),H=!1),U=!1),j&&!(j=!1)&&Y&&Y(Q),G&&(B(Q),G=!1),X=0},ft=function(t,e,r){st[r]+=t,at[r]+=e,Q._vx.update(t),Q._vy.update(e),s?X||(X=requestAnimationFrame(ht)):ht()},pt=function(t,e){q&&!K&&(Q.axis=K=Math.abs(t)>Math.abs(e)?"x":"y",j=!0),"y"!==K&&(st[2]+=t,Q._vx.update(t,!0)),"x"!==K&&(at[2]+=e,Q._vy.update(e,!0)),s?X||(X=requestAnimationFrame(ht)):ht()},gt=function(t){if(!ut(t,1)){var e=(t=Zn(t,a)).clientX,i=t.clientY,n=e-Q.x,o=i-Q.y,s=Q.isDragging;Q.x=e,Q.y=i,(s||Math.abs(Q.startX-e)>=r||Math.abs(Q.startY-i)>=r)&&(d&&(H=!0),s||(Q.isDragging=!0),pt(n,o),s||p&&p(Q))}},dt=Q.onPress=function(t){ut(t,1)||t&&t.button||(Q.axis=K=null,V.pause(),Q.isPressed=!0,t=Zn(t),Z=$=0,Q.startX=Q.x=t.clientX,Q.startY=Q.y=t.clientY,Q._vx.reset(),Q._vy.reset(),Nn(P?n:ot,Sn[1],gt,a,!0),Q.deltaX=Q.deltaY=0,m&&m(Q))},mt=Q.onRelease=function(t){if(!ut(t,1)){qn(P?n:ot,Sn[1],gt,!0);var e=!isNaN(Q.y-Q.startY),r=Q.isDragging&&(Math.abs(Q.x-Q.startX)>3||Math.abs(Q.y-Q.startY)>3),i=Zn(t);!r&&e&&(Q._vx.reset(),Q._vy.reset(),a&&N&&vn.delayedCall(.08,(function(){if(Ln()-lt>300&&!t.defaultPrevented)if(t.target.click)t.target.click();else if(ot.createEvent){var e=ot.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,bn,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),t.target.dispatchEvent(e)}}))),Q.isDragging=Q.isGesturing=Q.isPressed=!1,l&&!P&&V.restart(!0),g&&r&&g(Q),_&&_(Q,r)}},_t=function(t){return t.touches&&t.touches.length>1&&(Q.isGesturing=!0)&&D(t,Q.isDragging)},vt=function(){return(Q.isGesturing=!1)||R(Q)},yt=function(t){if(!ut(t)){var e=J(),r=tt();ft((e-et)*z,(r-rt)*z,1),et=e,rt=r,l&&V.restart(!0)}},bt=function(t){if(!ut(t)){t=Zn(t,a),B&&(G=!0);var e=(1===t.deltaMode?o:2===t.deltaMode?bn.innerHeight:1)*h;ft(t.deltaX*e,t.deltaY*e,0),l&&!P&&V.restart(!0)}},xt=function(t){if(!ut(t)){var e=t.clientX,r=t.clientY,i=e-Q.x,n=r-Q.y;Q.x=e,Q.y=r,U=!0,(i||n)&&pt(i,n)}},wt=function(t){Q.event=t,A(Q)},Tt=function(t){Q.event=t,M(Q)},kt=function(t){return ut(t)||Zn(t,a)&&W(Q)};V=Q._dc=vn.delayedCall(c||.25,(function(){Q._vx.reset(),Q._vy.reset(),V.pause(),l&&l(Q)})).pause(),Q.deltaX=Q.deltaY=0,Q._vx=Qn(0,50,!0),Q._vy=Qn(0,50,!0),Q.scrollX=J,Q.scrollY=tt,Q.isDragging=Q.isGesturing=Q.isPressed=!1,On(this),Q.enable=function(t){return Q.isEnabled||(Nn(nt?ot:n,"scroll",Vn),i.indexOf("scroll")>=0&&Nn(nt?ot:n,"scroll",yt,a,F),i.indexOf("wheel")>=0&&Nn(n,"wheel",bt,a,F),(i.indexOf("touch")>=0&&kn||i.indexOf("pointer")>=0)&&(Nn(n,Sn[0],dt,a,F),Nn(ot,Sn[2],mt),Nn(ot,Sn[3],mt),N&&Nn(n,"click",ct,!1,!0),W&&Nn(n,"click",kt),D&&Nn(ot,"gesturestart",_t),R&&Nn(ot,"gestureend",vt),A&&Nn(n,Cn+"enter",wt),M&&Nn(n,Cn+"leave",Tt),S&&Nn(n,Cn+"move",xt)),Q.isEnabled=!0,t&&t.type&&dt(t),I&&I(Q)),Q},Q.disable=function(){Q.isEnabled&&(Rn.filter((function(t){return t!==Q&&Fn(t.target)})).length||qn(nt?ot:n,"scroll",Vn),Q.isPressed&&(Q._vx.reset(),Q._vy.reset(),qn(P?n:ot,Sn[1],gt,!0)),qn(nt?ot:n,"scroll",yt,F),qn(n,"wheel",bt,F),qn(n,Sn[0],dt,F),qn(ot,Sn[2],mt),qn(ot,Sn[3],mt),qn(n,"click",ct,!0),qn(n,"click",kt),qn(ot,"gesturestart",_t),qn(ot,"gestureend",vt),qn(n,Cn+"enter",wt),qn(n,Cn+"leave",Tt),qn(n,Cn+"move",xt),Q.isEnabled=Q.isPressed=Q.isDragging=!1,L&&L(Q))},Q.kill=Q.revert=function(){Q.disable();var t=Rn.indexOf(Q);t>=0&&Rn.splice(t,1),Mn===Q&&(Mn=0)},Rn.push(Q),P&&Fn(n)&&(Mn=Q),Q.enable(f)},e=t,(r=[{key:"velocityX",get:function(){return this._vx.getVelocity()}},{key:"velocityY",get:function(){return this._vy.getVelocity()}}])&&_n(e.prototype,r),t}();eo.version="3.12.1",eo.create=function(t){return new eo(t)},eo.register=to,eo.getAll=function(){return Rn.slice()},eo.getById=function(t){return Rn.filter((function(e){return e.vars.id===t}))[0]},Pn()&&vn.registerPlugin(eo);var ro,io,no,oo,so,ao,lo,co,uo,ho,fo,po,go,mo,_o,vo,yo,bo,xo,wo,To,ko,Co,Eo,Ao,Mo,So,Oo,Po,Do,Ro,Bo,Io,Lo,Wo=1,zo=Date.now,Fo=zo(),No=0,qo=0,Yo=function(t,e,r){var i=es(t)&&("clamp("===t.substr(0,6)||t.indexOf("max")>-1);return r["_"+e+"Clamp"]=i,i?t.substr(6,t.length-7):t},Xo=function(t,e){return!e||es(t)&&"clamp("===t.substr(0,6)?t:"clamp("+t+")"},Vo=function t(){return qo&&requestAnimationFrame(t)},Ho=function(){return mo=1},Uo=function(){return mo=0},Go=function(t){return t},jo=function(t){return Math.round(1e5*t)/1e5||0},Ko=function(){return"undefined"!=typeof window},Qo=function(){return ro||Ko()&&(ro=window.gsap)&&ro.registerPlugin&&ro},Zo=function(t){return!!~lo.indexOf(t)},$o=function(t){return zn(t,"getBoundingClientRect")||(Zo(t)?function(){return ca.width=no.innerWidth,ca.height=no.innerHeight,ca}:function(){return ks(t)})},Jo=function(t,e){var r=e.s,i=e.d2,n=e.d,o=e.a;return Math.max(0,(r="scroll"+i)&&(o=zn(t,r))?o()-$o(t)()[n]:Zo(t)?(so[r]||ao[r])-(no["inner"+i]||so["client"+i]||ao["client"+i]):t[r]-t["offset"+i])},ts=function(t,e){for(var r=0;r<xo.length;r+=3)(!e||~e.indexOf(xo[r+1]))&&t(xo[r],xo[r+1],xo[r+2])},es=function(t){return"string"==typeof t},rs=function(t){return"function"==typeof t},is=function(t){return"number"==typeof t},ns=function(t){return"object"==typeof t},os=function(t,e,r){return t&&t.progress(e?0:1)&&r&&t.pause()},ss=function(t,e){if(t.enabled){var r=e(t);r&&r.totalTime&&(t.callbackAnimation=r)}},as=Math.abs,ls="left",cs="right",us="bottom",hs="width",fs="height",ps="Right",gs="Left",ds="Top",ms="Bottom",_s="padding",vs="margin",ys="Width",bs="Height",xs="px",ws=function(t){return no.getComputedStyle(t)},Ts=function(t,e){for(var r in e)r in t||(t[r]=e[r]);return t},ks=function(t,e){var r=e&&"matrix(1, 0, 0, 1, 0, 0)"!==ws(t)[_o]&&ro.to(t,{x:0,y:0,xPercent:0,yPercent:0,rotation:0,rotationX:0,rotationY:0,scale:1,skewX:0,skewY:0}).progress(1),i=t.getBoundingClientRect();return r&&r.progress(0).kill(),i},Cs=function(t,e){var r=e.d2;return t["offset"+r]||t["client"+r]||0},Es=function(t){var e,r=[],i=t.labels,n=t.duration();for(e in i)r.push(i[e]/n);return r},As=function(t){var e=ro.utils.snap(t),r=Array.isArray(t)&&t.slice(0).sort((function(t,e){return t-e}));return r?function(t,i,n){var o;if(void 0===n&&(n=.001),!i)return e(t);if(i>0){for(t-=n,o=0;o<r.length;o++)if(r[o]>=t)return r[o];return r[o-1]}for(o=r.length,t+=n;o--;)if(r[o]<=t)return r[o];return r[0]}:function(r,i,n){void 0===n&&(n=.001);var o=e(r);return!i||Math.abs(o-r)<n||o-r<0==i<0?o:e(i<0?r-t:r+t)}},Ms=function(t,e,r,i){return r.split(",").forEach((function(r){return t(e,r,i)}))},Ss=function(t,e,r,i,n){return t.addEventListener(e,r,{passive:!i,capture:!!n})},Os=function(t,e,r,i){return t.removeEventListener(e,r,!!i)},Ps=function(t,e,r){(r=r&&r.wheelHandler)&&(t(e,"wheel",r),t(e,"touchmove",r))},Ds={startColor:"green",endColor:"red",indent:0,fontSize:"16px",fontWeight:"normal"},Rs={toggleActions:"play",anticipatePin:0},Bs={top:0,left:0,center:.5,bottom:1,right:1},Is=function(t,e){if(es(t)){var r=t.indexOf("="),i=~r?+(t.charAt(r-1)+1)*parseFloat(t.substr(r+1)):0;~r&&(t.indexOf("%")>r&&(i*=e/100),t=t.substr(0,r-1)),t=i+(t in Bs?Bs[t]*e:~t.indexOf("%")?parseFloat(t)*e/100:parseFloat(t)||0)}return t},Ls=function(t,e,r,i,n,o,s,a){var l=n.startColor,c=n.endColor,u=n.fontSize,h=n.indent,f=n.fontWeight,p=oo.createElement("div"),g=Zo(r)||"fixed"===zn(r,"pinType"),d=-1!==t.indexOf("scroller"),m=g?ao:r,_=-1!==t.indexOf("start"),v=_?l:c,y="border-color:"+v+";font-size:"+u+";color:"+v+";font-weight:"+f+";pointer-events:none;white-space:nowrap;font-family:sans-serif,Arial;z-index:1000;padding:4px 8px;border-width:0;border-style:solid;";return y+="position:"+((d||a)&&g?"fixed;":"absolute;"),(d||a||!g)&&(y+=(i===Gn?cs:us)+":"+(o+parseFloat(h))+"px;"),s&&(y+="box-sizing:border-box;text-align:left;width:"+s.offsetWidth+"px;"),p._isStart=_,p.setAttribute("class","gsap-marker-"+t+(e?" marker-"+e:"")),p.style.cssText=y,p.innerText=e||0===e?t+"-"+e:t,m.children[0]?m.insertBefore(p,m.children[0]):m.appendChild(p),p._offset=p["offset"+i.op.d2],Ws(p,0,i,_),p},Ws=function(t,e,r,i){var n={display:"block"},o=r[i?"os2":"p2"],s=r[i?"p2":"os2"];t._isFlipped=i,n[r.a+"Percent"]=i?-100:0,n[r.a]=i?"1px":0,n["border"+o+ys]=1,n["border"+s+ys]=0,n[r.p]=e+"px",ro.set(t,n)},zs=[],Fs={},Ns=function(){return zo()-No>34&&(Ro||(Ro=requestAnimationFrame(ra)))},qs=function(){(!Co||!Co.isPressed||Co.startX>ao.clientWidth)&&(Bn.cache++,Co?Ro||(Ro=requestAnimationFrame(ra)):ra(),No||Gs("scrollStart"),No=zo())},Ys=function(){Mo=no.innerWidth,Ao=no.innerHeight},Xs=function(){Bn.cache++,!go&&!ko&&!oo.fullscreenElement&&!oo.webkitFullscreenElement&&(!Eo||Mo!==no.innerWidth||Math.abs(no.innerHeight-Ao)>.25*no.innerHeight)&&co.restart(!0)},Vs={},Hs=[],Us=function t(){return Os(ma,"scrollEnd",t)||Js(!0)},Gs=function(t){return Vs[t]&&Vs[t].map((function(t){return t()}))||Hs},js=[],Ks=function(t){for(var e=0;e<js.length;e+=5)(!t||js[e+4]&&js[e+4].query===t)&&(js[e].style.cssText=js[e+1],js[e].getBBox&&js[e].setAttribute("transform",js[e+2]||""),js[e+3].uncache=1)},Qs=function(t,e){var r;for(vo=0;vo<zs.length;vo++)!(r=zs[vo])||e&&r._ctx!==e||(t?r.kill(1):r.revert(!0,!0));e&&Ks(e),e||Gs("revert")},Zs=function(t,e){Bn.cache++,(e||!Bo)&&Bn.forEach((function(t){return rs(t)&&t.cacheID++&&(t.rec=0)})),es(t)&&(no.history.scrollRestoration=Po=t)},$s=0,Js=function(t,e){if(!No||t){Bo=ma.isRefreshing=!0,Bn.forEach((function(t){return rs(t)&&++t.cacheID&&(t.rec=t())}));var r=Gs("refreshInit");wo&&ma.sort(),e||Qs(),Bn.forEach((function(t){rs(t)&&(t.smooth&&(t.target.style.scrollBehavior="auto"),t(0))})),zs.slice(0).forEach((function(t){return t.refresh()})),zs.forEach((function(t,e){if(t._subPinOffset&&t.pin){var r=t.vars.horizontal?"offsetWidth":"offsetHeight",i=t.pin[r];t.revert(!0,1),t.adjustPinSpacing(t.pin[r]-i),t.refresh()}})),zs.forEach((function(t){var e=Jo(t.scroller,t._dir);("max"===t.vars.end||t._endClamp&&t.end>e)&&t.setPositions(t.start,Math.max(t.start+1,e),!0)})),r.forEach((function(t){return t&&t.render&&t.render(-1)})),Bn.forEach((function(t){rs(t)&&(t.smooth&&requestAnimationFrame((function(){return t.target.style.scrollBehavior="smooth"})),t.rec&&t(t.rec))})),Zs(Po,1),co.pause(),$s++,Bo=2,ra(2),zs.forEach((function(t){return rs(t.vars.onRefresh)&&t.vars.onRefresh(t)})),Bo=ma.isRefreshing=!1,Gs("refresh")}else Ss(ma,"scrollEnd",Us)},ta=0,ea=1,ra=function(t){if(!Bo||2===t){ma.isUpdating=!0,Lo&&Lo.update(0);var e=zs.length,r=zo(),i=r-Fo>=50,n=e&&zs[0].scroll();if(ea=ta>n?-1:1,Bo||(ta=n),i&&(No&&!mo&&r-No>200&&(No=0,Gs("scrollEnd")),fo=Fo,Fo=r),ea<0){for(vo=e;vo-- >0;)zs[vo]&&zs[vo].update(0,i);ea=1}else for(vo=0;vo<e;vo++)zs[vo]&&zs[vo].update(0,i);ma.isUpdating=!1}Ro=0},ia=[ls,"top",us,cs,vs+ms,vs+ps,vs+ds,vs+gs,"display","flexShrink","float","zIndex","gridColumnStart","gridColumnEnd","gridRowStart","gridRowEnd","gridArea","justifySelf","alignSelf","placeSelf","order"],na=ia.concat([hs,fs,"boxSizing","max"+ys,"max"+bs,"position",vs,_s,_s+ds,_s+ps,_s+ms,_s+gs]),oa=function(t,e,r,i){if(!t._gsap.swappedIn){for(var n,o=ia.length,s=e.style,a=t.style;o--;)s[n=ia[o]]=r[n];s.position="absolute"===r.position?"absolute":"relative","inline"===r.display&&(s.display="inline-block"),a[us]=a[cs]="auto",s.flexBasis=r.flexBasis||"auto",s.overflow="visible",s.boxSizing="border-box",s[hs]=Cs(t,Un)+xs,s[fs]=Cs(t,Gn)+xs,s[_s]=a[vs]=a.top=a[ls]="0",aa(i),a[hs]=a["max"+ys]=r[hs],a[fs]=a["max"+bs]=r[fs],a[_s]=r[_s],t.parentNode!==e&&(t.parentNode.insertBefore(e,t),e.appendChild(t)),t._gsap.swappedIn=!0}},sa=/([A-Z])/g,aa=function(t){if(t){var e,r,i=t.t.style,n=t.length,o=0;for((t.t._gsap||ro.core.getCache(t.t)).uncache=1;o<n;o+=2)r=t[o+1],e=t[o],r?i[e]=r:i[e]&&i.removeProperty(e.replace(sa,"-$1").toLowerCase())}},la=function(t){for(var e=na.length,r=t.style,i=[],n=0;n<e;n++)i.push(na[n],r[na[n]]);return i.t=t,i},ca={left:0,top:0},ua=function(t,e,r,i,n,o,s,a,l,c,u,h,f,p){rs(t)&&(t=t(a)),es(t)&&"max"===t.substr(0,3)&&(t=h+("="===t.charAt(4)?Is("0"+t.substr(3),r):0));var g,d,m,_=f?f.time():0;if(f&&f.seek(0),isNaN(t)||(t=+t),is(t))f&&(t=ro.utils.mapRange(f.scrollTrigger.start,f.scrollTrigger.end,0,h,t)),s&&Ws(s,r,i,!0);else{rs(e)&&(e=e(a));var v,y,b,x,w=(t||"0").split(" ");m=jn(e,a)||ao,(v=ks(m)||{})&&(v.left||v.top)||"none"!==ws(m).display||(x=m.style.display,m.style.display="block",v=ks(m),x?m.style.display=x:m.style.removeProperty("display")),y=Is(w[0],v[i.d]),b=Is(w[1]||"0",r),t=v[i.p]-l[i.p]-c+y+n-b,s&&Ws(s,b,i,r-b<20||s._isStart&&b>20),r-=r-b}if(p&&(a[p]=t||-.001,t<0&&(t=0)),o){var T=t+r,k=o._isStart;g="scroll"+i.d2,Ws(o,T,i,k&&T>20||!k&&(u?Math.max(ao[g],so[g]):o.parentNode[g])<=T+1),u&&(l=ks(s),u&&(o.style[i.op.p]=l[i.op.p]-i.op.m-o._offset+xs))}return f&&m&&(g=ks(m),f.seek(h),d=ks(m),f._caScrollDist=g[i.p]-d[i.p],t=t/f._caScrollDist*h),f&&f.seek(_),f?t:Math.round(t)},ha=/(webkit|moz|length|cssText|inset)/i,fa=function(t,e,r,i){if(t.parentNode!==e){var n,o,s=t.style;if(e===ao){for(n in t._stOrig=s.cssText,o=ws(t))+n||ha.test(n)||!o[n]||"string"!=typeof s[n]||"0"===n||(s[n]=o[n]);s.top=r,s.left=i}else s.cssText=t._stOrig;ro.core.getCache(t).uncache=1,e.appendChild(t)}},pa=function(t,e,r){var i=e,n=i;return function(e){var o=Math.round(t());return o!==i&&o!==n&&Math.abs(o-i)>3&&Math.abs(o-n)>3&&(e=o,r&&r()),n=i,i=e,e}},ga=function(t,e,r){var i={};i[e.p]="+="+r,ro.set(t,i)},da=function(t,e){var r=Kn(t,e),i="_scroll"+e.p2,n=function e(n,o,s,a,l){var c=e.tween,u=o.onComplete,h={};s=s||r();var f=pa(r,s,(function(){c.kill(),e.tween=0}));return l=a&&l||0,a=a||n-s,c&&c.kill(),o[i]=n,o.modifiers=h,h[i]=function(){return f(s+a*c.ratio+l*c.ratio*c.ratio)},o.onUpdate=function(){Bn.cache++,ra()},o.onComplete=function(){e.tween=0,u&&u.call(c)},c=e.tween=ro.to(t,o)};return t[i]=r,r.wheelHandler=function(){return n.tween&&n.tween.kill()&&(n.tween=0)},Ss(t,"wheel",r.wheelHandler),ma.isTouch&&Ss(t,"touchmove",r.wheelHandler),n},ma=function(){function t(e,r){io||t.register(ro)||console.warn("Please gsap.registerPlugin(ScrollTrigger)"),Oo(this),this.init(e,r)}return t.prototype.init=function(e,r){if(this.progress=this.start=0,this.vars&&this.kill(!0,!0),qo){var i,n,o,s,a,l,c,u,h,f,p,g,d,m,_,v,y,b,x,w,T,k,C,E,A,M,S,O,P,D,R,B,I,L,W,z,F,N,q,Y,X,V,H=e=Ts(es(e)||is(e)||e.nodeType?{trigger:e}:e,Rs),U=H.onUpdate,G=H.toggleClass,j=H.id,K=H.onToggle,Q=H.onRefresh,Z=H.scrub,$=H.trigger,J=H.pin,tt=H.pinSpacing,et=H.invalidateOnRefresh,rt=H.anticipatePin,it=H.onScrubComplete,nt=H.onSnapComplete,ot=H.once,st=H.snap,at=H.pinReparent,lt=H.pinSpacer,ct=H.containerAnimation,ut=H.fastScrollEnd,ht=H.preventOverlaps,ft=e.horizontal||e.containerAnimation&&!1!==e.horizontal?Un:Gn,pt=!Z&&0!==Z,gt=jn(e.scroller||no),dt=ro.core.getCache(gt),mt=Zo(gt),_t="fixed"===("pinType"in e?e.pinType:zn(gt,"pinType")||mt&&"fixed"),vt=[e.onEnter,e.onLeave,e.onEnterBack,e.onLeaveBack],yt=pt&&e.toggleActions.split(" "),bt="markers"in e?e.markers:Rs.markers,xt=mt?0:parseFloat(ws(gt)["border"+ft.p2+ys])||0,wt=this,Tt=e.onRefreshInit&&function(){return e.onRefreshInit(wt)},kt=function(t,e,r){var i=r.d,n=r.d2,o=r.a;return(o=zn(t,"getBoundingClientRect"))?function(){return o()[i]}:function(){return(e?no["inner"+n]:t["client"+n])||0}}(gt,mt,ft),Ct=function(t,e){return!e||~In.indexOf(t)?$o(t):function(){return ca}}(gt,mt),Et=0,At=0,Mt=0,St=Kn(gt,ft);if(wt._startClamp=wt._endClamp=!1,wt._dir=ft,rt*=45,wt.scroller=gt,wt.scroll=ct?ct.time.bind(ct):St,s=St(),wt.vars=e,r=r||e.animation,"refreshPriority"in e&&(wo=1,-9999===e.refreshPriority&&(Lo=wt)),dt.tweenScroll=dt.tweenScroll||{top:da(gt,Gn),left:da(gt,Un)},wt.tweenTo=i=dt.tweenScroll[ft.p],wt.scrubDuration=function(t){(I=is(t)&&t)?B?B.duration(t):B=ro.to(r,{ease:"expo",totalProgress:"+=0",duration:I,paused:!0,onComplete:function(){return it&&it(wt)}}):(B&&B.progress(1).kill(),B=0)},r&&(r.vars.lazy=!1,r._initted&&!wt.isReverted||!1!==r.vars.immediateRender&&!1!==e.immediateRender&&r.duration()&&r.render(0,!0,!0),wt.animation=r.pause(),r.scrollTrigger=wt,wt.scrubDuration(Z),D=0,j||(j=r.vars.id)),st&&(ns(st)&&!st.push||(st={snapTo:st}),"scrollBehavior"in ao.style&&ro.set(mt?[ao,so]:gt,{scrollBehavior:"auto"}),Bn.forEach((function(t){return rs(t)&&t.target===(mt?oo.scrollingElement||so:gt)&&(t.smooth=!1)})),o=rs(st.snapTo)?st.snapTo:"labels"===st.snapTo?function(t){return function(e){return ro.utils.snap(Es(t),e)}}(r):"labelsDirectional"===st.snapTo?(Y=r,function(t,e){return As(Es(Y))(t,e.direction)}):!1!==st.directional?function(t,e){return As(st.snapTo)(t,zo()-At<500?0:e.direction)}:ro.utils.snap(st.snapTo),L=st.duration||{min:.1,max:2},L=ns(L)?ho(L.min,L.max):ho(L,L),W=ro.delayedCall(st.delay||I/2||.1,(function(){var t=St(),e=zo()-At<500,n=i.tween;if(!(e||Math.abs(wt.getVelocity())<10)||n||mo||Et===t)wt.isActive&&Et!==t&&W.restart(!0);else{var s=(t-l)/m,a=r&&!pt?r.totalProgress():s,u=e?0:(a-R)/(zo()-fo)*1e3||0,h=ro.utils.clamp(-s,1-s,as(u/2)*u/.185),f=s+(!1===st.inertia?0:h),p=ho(0,1,o(f,wt)),g=Math.round(l+p*m),d=st,_=d.onStart,v=d.onInterrupt,y=d.onComplete;if(t<=c&&t>=l&&g!==t){if(n&&!n._initted&&n.data<=as(g-t))return;!1===st.inertia&&(h=p-s),i(g,{duration:L(as(.185*Math.max(as(f-a),as(p-a))/u/.05||0)),ease:st.ease||"power3",data:as(g-t),onInterrupt:function(){return W.restart(!0)&&v&&v(wt)},onComplete:function(){wt.update(),Et=St(),D=R=r&&!pt?r.totalProgress():wt.progress,nt&&nt(wt),y&&y(wt)}},t,h*m,g-t-h*m),_&&_(wt,i.tween)}}})).pause()),j&&(Fs[j]=wt),(q=($=wt.trigger=jn($||!0!==J&&J))&&$._gsap&&$._gsap.stRevert)&&(q=q(wt)),J=!0===J?$:jn(J),es(G)&&(G={targets:$,className:G}),J&&(!1===tt||tt===vs||(tt=!(!tt&&J.parentNode&&J.parentNode.style&&"flex"===ws(J.parentNode).display)&&_s),wt.pin=J,(n=ro.core.getCache(J)).spacer?_=n.pinState:(lt&&((lt=jn(lt))&&!lt.nodeType&&(lt=lt.current||lt.nativeElement),n.spacerIsNative=!!lt,lt&&(n.spacerState=la(lt))),n.spacer=b=lt||oo.createElement("div"),b.classList.add("pin-spacer"),j&&b.classList.add("pin-spacer-"+j),n.pinState=_=la(J)),!1!==e.force3D&&ro.set(J,{force3D:!0}),wt.spacer=b=n.spacer,P=ws(J),E=P[tt+ft.os2],w=ro.getProperty(J),T=ro.quickSetter(J,ft.a,xs),oa(J,b,P),y=la(J)),bt){g=ns(bt)?Ts(bt,Ds):Ds,f=Ls("scroller-start",j,gt,ft,g,0),p=Ls("scroller-end",j,gt,ft,g,0,f),x=f["offset"+ft.op.d2];var Ot=jn(zn(gt,"content")||gt);u=this.markerStart=Ls("start",j,Ot,ft,g,x,0,ct),h=this.markerEnd=Ls("end",j,Ot,ft,g,x,0,ct),ct&&(N=ro.quickSetter([u,h],ft.a,xs)),_t||In.length&&!0===zn(gt,"fixedMarkers")||(V=ws(X=mt?ao:gt).position,X.style.position="absolute"===V||"fixed"===V?V:"relative",ro.set([f,p],{force3D:!0}),M=ro.quickSetter(f,ft.a,xs),O=ro.quickSetter(p,ft.a,xs))}if(ct){var Pt=ct.vars.onUpdate,Dt=ct.vars.onUpdateParams;ct.eventCallback("onUpdate",(function(){wt.update(0,0,1),Pt&&Pt.apply(ct,Dt||[])}))}if(wt.previous=function(){return zs[zs.indexOf(wt)-1]},wt.next=function(){return zs[zs.indexOf(wt)+1]},wt.revert=function(t,e){if(!e)return wt.kill(!0);var i=!1!==t||!wt.enabled,n=go;i!==wt.isReverted&&(i&&(z=Math.max(St(),wt.scroll.rec||0),Mt=wt.progress,F=r&&r.progress()),u&&[u,h,f,p].forEach((function(t){return t.style.display=i?"none":"block"})),i&&(go=wt,wt.update(i)),!J||at&&wt.isActive||(i?function(t,e,r){aa(r);var i=t._gsap;if(i.spacerIsNative)aa(i.spacerState);else if(t._gsap.swappedIn){var n=e.parentNode;n&&(n.insertBefore(t,e),n.removeChild(e))}t._gsap.swappedIn=!1}(J,b,_):oa(J,b,ws(J),A)),i||wt.update(i),go=n,wt.isReverted=i)},wt.refresh=function(n,o,g,x){if(!go&&wt.enabled||o)if(J&&n&&No)Ss(t,"scrollEnd",Us);else{!Bo&&Tt&&Tt(wt),go=wt,i.tween&&(i.tween.kill(),i.tween=0),B&&B.pause(),et&&r&&r.revert({kill:!1}).invalidate(),wt.isReverted||wt.revert(!0,!0),wt._subPinOffset=!1;var T,E,M,O,P,D,R,I,L,N,q,Y,X,V=kt(),H=Ct(),U=ct?ct.duration():Jo(gt,ft),G=m<=.01,j=0,K=x||0,Z=ns(g)?g.end:e.end,rt=e.endTrigger||$,it=ns(g)?g.start:e.start||(0!==e.start&&$?J?"0 0":"0 100%":0),nt=wt.pinnedContainer=e.pinnedContainer&&jn(e.pinnedContainer,wt),ot=$&&Math.max(0,zs.indexOf(wt))||0,st=ot;for(bt&&ns(g)&&(Y=ro.getProperty(f,ft.p),X=ro.getProperty(p,ft.p));st--;)(D=zs[st]).end||D.refresh(0,1)||(go=wt),!(R=D.pin)||R!==$&&R!==J&&R!==nt||D.isReverted||(N||(N=[]),N.unshift(D),D.revert(!0,!0)),D!==zs[st]&&(ot--,st--);for(rs(it)&&(it=it(wt)),it=Yo(it,"start",wt),l=ua(it,$,V,ft,St(),u,f,wt,H,xt,_t,U,ct,wt._startClamp&&"_startClamp")||(J?-.001:0),rs(Z)&&(Z=Z(wt)),es(Z)&&!Z.indexOf("+=")&&(~Z.indexOf(" ")?Z=(es(it)?it.split(" ")[0]:"")+Z:(j=Is(Z.substr(2),V),Z=es(it)?it:(ct?ro.utils.mapRange(0,ct.duration(),ct.scrollTrigger.start,ct.scrollTrigger.end,l):l)+j,rt=$)),Z=Yo(Z,"end",wt),c=Math.max(l,ua(Z||(rt?"100% 0":U),rt,V,ft,St()+j,h,p,wt,H,xt,_t,U,ct,wt._endClamp&&"_endClamp"))||-.001,j=0,st=ot;st--;)(R=(D=zs[st]).pin)&&D.start-D._pinPush<=l&&!ct&&D.end>0&&(T=D.end-(wt._startClamp?Math.max(0,D.start):D.start),(R===$&&D.start-D._pinPush<l||R===nt)&&isNaN(it)&&(j+=T*(1-D.progress)),R===J&&(K+=T));if(l+=j,c+=j,wt._startClamp&&(wt._startClamp+=j),wt._endClamp&&!Bo&&(wt._endClamp=c||-.001,c=Math.min(c,Jo(gt,ft))),m=c-l||(l-=.01)&&.001,G&&(Mt=ro.utils.clamp(0,1,ro.utils.normalize(l,c,z))),wt._pinPush=K,u&&j&&((T={})[ft.a]="+="+j,nt&&(T[ft.p]="-="+St()),ro.set([u,h],T)),J)T=ws(J),O=ft===Gn,M=St(),k=parseFloat(w(ft.a))+K,!U&&c>1&&(q={style:q=(mt?oo.scrollingElement||so:gt).style,value:q["overflow"+ft.a.toUpperCase()]},mt&&"scroll"!==ws(ao)["overflow"+ft.a.toUpperCase()]&&(q.style["overflow"+ft.a.toUpperCase()]="scroll")),oa(J,b,T),y=la(J),E=ks(J,!0),I=_t&&Kn(gt,O?Un:Gn)(),tt&&((A=[tt+ft.os2,m+K+xs]).t=b,(st=tt===_s?Cs(J,ft)+m+K:0)&&A.push(ft.d,st+xs),aa(A),nt&&zs.forEach((function(t){t.pin===nt&&!1!==t.vars.pinSpacing&&(t._subPinOffset=!0)})),_t&&St(z)),_t&&((P={top:E.top+(O?M-l:I)+xs,left:E.left+(O?I:M-l)+xs,boxSizing:"border-box",position:"fixed"})[hs]=P["max"+ys]=Math.ceil(E.width)+xs,P[fs]=P["max"+bs]=Math.ceil(E.height)+xs,P[vs]=P[vs+ds]=P[vs+ps]=P[vs+ms]=P[vs+gs]="0",P[_s]=T[_s],P[_s+ds]=T[_s+ds],P[_s+ps]=T[_s+ps],P[_s+ms]=T[_s+ms],P[_s+gs]=T[_s+gs],v=function(t,e,r){for(var i,n=[],o=t.length,s=r?8:0;s<o;s+=2)i=t[s],n.push(i,i in e?e[i]:t[s+1]);return n.t=t.t,n}(_,P,at),Bo&&St(0)),r?(L=r._initted,To(1),r.render(r.duration(),!0,!0),C=w(ft.a)-k+m+K,S=Math.abs(m-C)>1,_t&&S&&v.splice(v.length-2,2),r.render(0,!0,!0),L||r.invalidate(!0),r.parent||r.totalTime(r.totalTime()),To(0)):C=m,q&&(q.value?q.style["overflow"+ft.a.toUpperCase()]=q.value:q.style.removeProperty("overflow-"+ft.a));else if($&&St()&&!ct)for(E=$.parentNode;E&&E!==ao;)E._pinOffset&&(l-=E._pinOffset,c-=E._pinOffset),E=E.parentNode;N&&N.forEach((function(t){return t.revert(!1,!0)})),wt.start=l,wt.end=c,s=a=Bo?z:St(),ct||Bo||(s<z&&St(z),wt.scroll.rec=0),wt.revert(!1,!0),At=zo(),W&&(Et=-1,wt.isActive&&St(l+m*Mt),W.restart(!0)),go=0,r&&pt&&(r._initted||F)&&r.progress()!==F&&r.progress(F||0,!0).render(r.time(),!0,!0),(G||Mt!==wt.progress||ct)&&(r&&!pt&&r.totalProgress(ct&&l<-.001&&!Mt?ro.utils.normalize(l,c,0):Mt,!0),wt.progress=G||(s-l)/m===Mt?0:Mt),J&&tt&&(b._pinOffset=Math.round(wt.progress*C)),B&&B.invalidate(),isNaN(Y)||(Y-=ro.getProperty(f,ft.p),X-=ro.getProperty(p,ft.p),ga(f,ft,Y),ga(u,ft,Y-(x||0)),ga(p,ft,X),ga(h,ft,X-(x||0))),G&&!Bo&&wt.update(),!Q||Bo||d||(d=!0,Q(wt),d=!1)}},wt.getVelocity=function(){return(St()-a)/(zo()-fo)*1e3||0},wt.endAnimation=function(){os(wt.callbackAnimation),r&&(B?B.progress(1):r.paused()?pt||os(r,wt.direction<0,1):os(r,r.reversed()))},wt.labelToScroll=function(t){return r&&r.labels&&(l||wt.refresh()||l)+r.labels[t]/r.duration()*m||0},wt.getTrailing=function(t){var e=zs.indexOf(wt),r=wt.direction>0?zs.slice(0,e).reverse():zs.slice(e+1);return(es(t)?r.filter((function(e){return e.vars.preventOverlaps===t})):r).filter((function(t){return wt.direction>0?t.end<=l:t.start>=c}))},wt.update=function(t,e,n){if(!ct||n||t){var o,u,h,p,g,d,_,x=!0===Bo?z:wt.scroll(),w=t?0:(x-l)/m,A=w<0?0:w>1?1:w||0,P=wt.progress;if(e&&(a=s,s=ct?St():x,st&&(R=D,D=r&&!pt?r.totalProgress():A)),rt&&!A&&J&&!go&&!Wo&&No&&l<x+(x-a)/(zo()-fo)*rt&&(A=1e-4),A!==P&&wt.enabled){if(p=(g=(o=wt.isActive=!!A&&A<1)!=(!!P&&P<1))||!!A!=!!P,wt.direction=A>P?1:-1,wt.progress=A,p&&!go&&(u=A&&!P?0:1===A?1:1===P?2:3,pt&&(h=!g&&"none"!==yt[u+1]&&yt[u+1]||yt[u],_=r&&("complete"===h||"reset"===h||h in r))),ht&&(g||_)&&(_||Z||!r)&&(rs(ht)?ht(wt):wt.getTrailing(ht).forEach((function(t){return t.endAnimation()}))),pt||(!B||go||Wo?r&&r.totalProgress(A,!(!go||!At&&!t)):(B._dp._time-B._start!==B._time&&B.render(B._dp._time-B._start),B.resetTo?B.resetTo("totalProgress",A,r._tTime/r._tDur):(B.vars.totalProgress=A,B.invalidate().restart()))),J)if(t&&tt&&(b.style[tt+ft.os2]=E),_t){if(p){if(d=!t&&A>P&&c+1>x&&x+1>=Jo(gt,ft),at)if(t||!o&&!d)fa(J,b);else{var I=ks(J,!0),L=x-l;fa(J,ao,I.top+(ft===Gn?L:0)+xs,I.left+(ft===Gn?0:L)+xs)}aa(o||d?v:y),S&&A<1&&o||T(k+(1!==A||d?0:C))}}else T(jo(k+C*A));st&&!i.tween&&!go&&!Wo&&W.restart(!0),G&&(g||ot&&A&&(A<1||!Do))&&uo(G.targets).forEach((function(t){return t.classList[o||ot?"add":"remove"](G.className)})),U&&!pt&&!t&&U(wt),p&&!go?(pt&&(_&&("complete"===h?r.pause().totalProgress(1):"reset"===h?r.restart(!0).pause():"restart"===h?r.restart(!0):r[h]()),U&&U(wt)),!g&&Do||(K&&g&&ss(wt,K),vt[u]&&ss(wt,vt[u]),ot&&(1===A?wt.kill(!1,1):vt[u]=0),g||vt[u=1===A?1:3]&&ss(wt,vt[u])),ut&&!o&&Math.abs(wt.getVelocity())>(is(ut)?ut:2500)&&(os(wt.callbackAnimation),B?B.progress(1):os(r,"reverse"===h?1:!A,1))):pt&&U&&!go&&U(wt)}if(O){var F=ct?x/ct.duration()*(ct._caScrollDist||0):x;M(F+(f._isFlipped?1:0)),O(F)}N&&N(-x/ct.duration()*(ct._caScrollDist||0))}},wt.enable=function(e,r){wt.enabled||(wt.enabled=!0,Ss(gt,"resize",Xs),Ss(mt?oo:gt,"scroll",qs),Tt&&Ss(t,"refreshInit",Tt),!1!==e&&(wt.progress=Mt=0,s=a=Et=St()),!1!==r&&wt.refresh())},wt.getTween=function(t){return t&&i?i.tween:B},wt.setPositions=function(t,e,r,i){if(ct){var n=ct.scrollTrigger,o=ct.duration(),s=n.end-n.start;t=n.start+s*t/o,e=n.start+s*e/o}wt.refresh(!1,!1,{start:Xo(t,r&&!!wt._startClamp),end:Xo(e,r&&!!wt._endClamp)},i),wt.update()},wt.adjustPinSpacing=function(t){if(A&&t){var e=A.indexOf(ft.d)+1;A[e]=parseFloat(A[e])+t+xs,A[1]=parseFloat(A[1])+t+xs,aa(A)}},wt.disable=function(e,r){if(wt.enabled&&(!1!==e&&wt.revert(!0,!0),wt.enabled=wt.isActive=!1,r||B&&B.pause(),z=0,n&&(n.uncache=1),Tt&&Os(t,"refreshInit",Tt),W&&(W.pause(),i.tween&&i.tween.kill()&&(i.tween=0)),!mt)){for(var o=zs.length;o--;)if(zs[o].scroller===gt&&zs[o]!==wt)return;Os(gt,"resize",Xs),Os(gt,"scroll",qs)}},wt.kill=function(t,i){wt.disable(t,i),B&&!i&&B.kill(),j&&delete Fs[j];var o=zs.indexOf(wt);o>=0&&zs.splice(o,1),o===vo&&ea>0&&vo--,o=0,zs.forEach((function(t){return t.scroller===wt.scroller&&(o=1)})),o||Bo||(wt.scroll.rec=0),r&&(r.scrollTrigger=null,t&&r.revert({kill:!1}),i||r.kill()),u&&[u,h,f,p].forEach((function(t){return t.parentNode&&t.parentNode.removeChild(t)})),Lo===wt&&(Lo=0),J&&(n&&(n.uncache=1),o=0,zs.forEach((function(t){return t.pin===J&&o++})),o||(n.spacer=0)),e.onKill&&e.onKill(wt)},zs.push(wt),wt.enable(!1,!1),q&&q(wt),r&&r.add&&!m){var Rt=wt.update;wt.update=function(){wt.update=Rt,l||c||wt.refresh()},ro.delayedCall(.01,wt.update),m=.01,l=c=0}else wt.refresh();J&&function(){if(Io!==$s){var t=Io=$s;requestAnimationFrame((function(){return t===$s&&Js(!0)}))}}()}else this.update=this.refresh=this.kill=Go},t.register=function(e){return io||(ro=e||Qo(),Ko()&&window.document&&t.enable(),io=qo),io},t.defaults=function(t){if(t)for(var e in t)Rs[e]=t[e];return Rs},t.disable=function(t,e){qo=0,zs.forEach((function(r){return r[e?"kill":"disable"](t)})),Os(no,"wheel",qs),Os(oo,"scroll",qs),clearInterval(po),Os(oo,"touchcancel",Go),Os(ao,"touchstart",Go),Ms(Os,oo,"pointerdown,touchstart,mousedown",Ho),Ms(Os,oo,"pointerup,touchend,mouseup",Uo),co.kill(),ts(Os);for(var r=0;r<Bn.length;r+=3)Ps(Os,Bn[r],Bn[r+1]),Ps(Os,Bn[r],Bn[r+2])},t.enable=function(){if(no=window,oo=document,so=oo.documentElement,ao=oo.body,ro&&(uo=ro.utils.toArray,ho=ro.utils.clamp,Oo=ro.core.context||Go,To=ro.core.suppressOverwrites||Go,Po=no.history.scrollRestoration||"auto",ta=no.pageYOffset,ro.core.globals("ScrollTrigger",t),ao)){qo=1,Vo(),eo.register(ro),t.isTouch=eo.isTouch,So=eo.isTouch&&/(iPad|iPhone|iPod|Mac)/g.test(navigator.userAgent),Ss(no,"wheel",qs),lo=[no,oo,so,ao],ro.matchMedia?(t.matchMedia=function(t){var e,r=ro.matchMedia();for(e in t)r.add(e,t[e]);return r},ro.addEventListener("matchMediaInit",(function(){return Qs()})),ro.addEventListener("matchMediaRevert",(function(){return Ks()})),ro.addEventListener("matchMedia",(function(){Js(0,1),Gs("matchMedia")})),ro.matchMedia("(orientation: portrait)",(function(){return Ys(),Ys}))):console.warn("Requires GSAP 3.11.0 or later"),Ys(),Ss(oo,"scroll",qs);var e,r,i=ao.style,n=i.borderTopStyle,o=ro.core.Animation.prototype;for(o.revert||Object.defineProperty(o,"revert",{value:function(){return this.time(-.01,!0)}}),i.borderTopStyle="solid",e=ks(ao),Gn.m=Math.round(e.top+Gn.sc())||0,Un.m=Math.round(e.left+Un.sc())||0,n?i.borderTopStyle=n:i.removeProperty("border-top-style"),po=setInterval(Ns,250),ro.delayedCall(.5,(function(){return Wo=0})),Ss(oo,"touchcancel",Go),Ss(ao,"touchstart",Go),Ms(Ss,oo,"pointerdown,touchstart,mousedown",Ho),Ms(Ss,oo,"pointerup,touchend,mouseup",Uo),_o=ro.utils.checkPrefix("transform"),na.push(_o),io=zo(),co=ro.delayedCall(.2,Js).pause(),xo=[oo,"visibilitychange",function(){var t=no.innerWidth,e=no.innerHeight;oo.hidden?(yo=t,bo=e):yo===t&&bo===e||Xs()},oo,"DOMContentLoaded",Js,no,"load",Js,no,"resize",Xs],ts(Ss),zs.forEach((function(t){return t.enable(0,1)})),r=0;r<Bn.length;r+=3)Ps(Os,Bn[r],Bn[r+1]),Ps(Os,Bn[r],Bn[r+2])}},t.config=function(e){"limitCallbacks"in e&&(Do=!!e.limitCallbacks);var r=e.syncInterval;r&&clearInterval(po)||(po=r)&&setInterval(Ns,r),"ignoreMobileResize"in e&&(Eo=1===t.isTouch&&e.ignoreMobileResize),"autoRefreshEvents"in e&&(ts(Os)||ts(Ss,e.autoRefreshEvents||"none"),ko=-1===(e.autoRefreshEvents+"").indexOf("resize"))},t.scrollerProxy=function(t,e){var r=jn(t),i=Bn.indexOf(r),n=Zo(r);~i&&Bn.splice(i,n?6:2),e&&(n?In.unshift(no,e,ao,e,so,e):In.unshift(r,e))},t.clearMatchMedia=function(t){zs.forEach((function(e){return e._ctx&&e._ctx.query===t&&e._ctx.kill(!0,!0)}))},t.isInViewport=function(t,e,r){var i=(es(t)?jn(t):t).getBoundingClientRect(),n=i[r?hs:fs]*e||0;return r?i.right-n>0&&i.left+n<no.innerWidth:i.bottom-n>0&&i.top+n<no.innerHeight},t.positionInViewport=function(t,e,r){es(t)&&(t=jn(t));var i=t.getBoundingClientRect(),n=i[r?hs:fs],o=null==e?n/2:e in Bs?Bs[e]*n:~e.indexOf("%")?parseFloat(e)*n/100:parseFloat(e)||0;return r?(i.left+o)/no.innerWidth:(i.top+o)/no.innerHeight},t.killAll=function(t){if(zs.slice(0).forEach((function(t){return"ScrollSmoother"!==t.vars.id&&t.kill()})),!0!==t){var e=Vs.killAll||[];Vs={},e.forEach((function(t){return t()}))}},t}();ma.version="3.12.1",ma.saveStyles=function(t){return t?uo(t).forEach((function(t){if(t&&t.style){var e=js.indexOf(t);e>=0&&js.splice(e,5),js.push(t,t.style.cssText,t.getBBox&&t.getAttribute("transform"),ro.core.getCache(t),Oo())}})):js},ma.revert=function(t,e){return Qs(!t,e)},ma.create=function(t,e){return new ma(t,e)},ma.refresh=function(t){return t?Xs():(io||ma.register())&&Js(!0)},ma.update=function(t){return++Bn.cache&&ra(!0===t?2:0)},ma.clearScrollMemory=Zs,ma.maxScroll=function(t,e){return Jo(t,e?Un:Gn)},ma.getScrollFunc=function(t,e){return Kn(jn(t),e?Un:Gn)},ma.getById=function(t){return Fs[t]},ma.getAll=function(){return zs.filter((function(t){return"ScrollSmoother"!==t.vars.id}))},ma.isScrolling=function(){return!!No},ma.snapDirectional=As,ma.addEventListener=function(t,e){var r=Vs[t]||(Vs[t]=[]);~r.indexOf(e)||r.push(e)},ma.removeEventListener=function(t,e){var r=Vs[t],i=r&&r.indexOf(e);i>=0&&r.splice(i,1)},ma.batch=function(t,e){var r,i=[],n={},o=e.interval||.016,s=e.batchMax||1e9,a=function(t,e){var r=[],i=[],n=ro.delayedCall(o,(function(){e(r,i),r=[],i=[]})).pause();return function(t){r.length||n.restart(!0),r.push(t.trigger),i.push(t),s<=r.length&&n.progress(1)}};for(r in e)n[r]="on"===r.substr(0,2)&&rs(e[r])&&"onRefreshInit"!==r?a(0,e[r]):e[r];return rs(s)&&(s=s(),Ss(ma,"refresh",(function(){return s=e.batchMax()}))),uo(t).forEach((function(t){var e={};for(r in n)e[r]=n[r];e.trigger=t,i.push(ma.create(e))})),i};var _a,va=function(t,e,r,i){return e>i?t(i):e<0&&t(0),r>i?(i-e)/(r-e):r<0?e/(e-r):1},ya=function t(e,r){!0===r?e.style.removeProperty("touch-action"):e.style.touchAction=!0===r?"auto":r?"pan-"+r+(eo.isTouch?" pinch-zoom":""):"none",e===so&&t(ao,r)},ba={auto:1,scroll:1},xa=function(t){var e,r=t.event,i=t.target,n=t.axis,o=(r.changedTouches?r.changedTouches[0]:r).target,s=o._gsap||ro.core.getCache(o),a=zo();if(!s._isScrollT||a-s._isScrollT>2e3){for(;o&&o!==ao&&(o.scrollHeight<=o.clientHeight&&o.scrollWidth<=o.clientWidth||!ba[(e=ws(o)).overflowY]&&!ba[e.overflowX]);)o=o.parentNode;s._isScroll=o&&o!==i&&!Zo(o)&&(ba[(e=ws(o)).overflowY]||ba[e.overflowX]),s._isScrollT=a}(s._isScroll||"x"===n)&&(r.stopPropagation(),r._gsapAllow=!0)},wa=function(t,e,r,i){return eo.create({target:t,capture:!0,debounce:!1,lockAxis:!0,type:e,onWheel:i=i&&xa,onPress:i,onDrag:i,onScroll:i,onEnable:function(){return r&&Ss(oo,eo.eventTypes[0],ka,!1,!0)},onDisable:function(){return Os(oo,eo.eventTypes[0],ka,!0)}})},Ta=/(input|label|select|textarea)/i,ka=function(t){var e=Ta.test(t.target.tagName);(e||_a)&&(t._gsapAllow=!0,_a=e)};ma.sort=function(t){return zs.sort(t||function(t,e){return-1e6*(t.vars.refreshPriority||0)+t.start-(e.start+-1e6*(e.vars.refreshPriority||0))})},ma.observe=function(t){return new eo(t)},ma.normalizeScroll=function(t){if(void 0===t)return Co;if(!0===t&&Co)return Co.enable();if(!1===t)return Co&&Co.kill();var e=t instanceof eo?t:function(t){ns(t)||(t={}),t.preventDefault=t.isNormalizer=t.allowClicks=!0,t.type||(t.type="wheel,touch"),t.debounce=!!t.debounce,t.id=t.id||"normalizer";var e,r,i,n,o,s,a,l,c=t,u=c.normalizeScrollX,h=c.momentum,f=c.allowNestedScroll,p=c.onRelease,g=jn(t.target)||so,d=ro.core.globals().ScrollSmoother,m=d&&d.get(),_=So&&(t.content&&jn(t.content)||m&&!1!==t.content&&!m.smooth()&&m.content()),v=Kn(g,Gn),y=Kn(g,Un),b=1,x=(eo.isTouch&&no.visualViewport?no.visualViewport.scale*no.visualViewport.width:no.outerWidth)/no.innerWidth,w=0,T=rs(h)?function(){return h(e)}:function(){return h||2.8},k=wa(g,t.type,!0,f),C=function(){return n=!1},E=Go,A=Go,M=function(){r=Jo(g,Gn),A=ho(So?1:0,r),u&&(E=ho(0,Jo(g,Un))),i=$s},S=function(){_._gsap.y=jo(parseFloat(_._gsap.y)+v.offset)+"px",_.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+parseFloat(_._gsap.y)+", 0, 1)",v.offset=v.cacheID=0},O=function(){M(),o.isActive()&&o.vars.scrollY>r&&(v()>r?o.progress(1)&&v(r):o.resetTo("scrollY",r))};return _&&ro.set(_,{y:"+=0"}),t.ignoreCheck=function(t){return So&&"touchmove"===t.type&&function(){if(n){requestAnimationFrame(C);var t=jo(e.deltaY/2),r=A(v.v-t);if(_&&r!==v.v+v.offset){v.offset=r-v.v;var i=jo((parseFloat(_&&_._gsap.y)||0)-v.offset);_.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+i+", 0, 1)",_._gsap.y=i+"px",v.cacheID=Bn.cache,ra()}return!0}v.offset&&S(),n=!0}()||b>1.05&&"touchstart"!==t.type||e.isGesturing||t.touches&&t.touches.length>1},t.onPress=function(){n=!1;var t=b;b=jo((no.visualViewport&&no.visualViewport.scale||1)/x),o.pause(),t!==b&&ya(g,b>1.01||!u&&"x"),s=y(),a=v(),M(),i=$s},t.onRelease=t.onGestureStart=function(t,e){if(v.offset&&S(),e){Bn.cache++;var i,n,s=T();u&&(n=(i=y())+.05*s*-t.velocityX/.227,s*=va(y,i,n,Jo(g,Un)),o.vars.scrollX=E(n)),n=(i=v())+.05*s*-t.velocityY/.227,s*=va(v,i,n,Jo(g,Gn)),o.vars.scrollY=A(n),o.invalidate().duration(s).play(.01),(So&&o.vars.scrollY>=r||i>=r-1)&&ro.to({},{onUpdate:O,duration:s})}else l.restart(!0);p&&p(t)},t.onWheel=function(){o._ts&&o.pause(),zo()-w>1e3&&(i=0,w=zo())},t.onChange=function(t,e,r,n,o){if($s!==i&&M(),e&&u&&y(E(n[2]===e?s+(t.startX-t.x):y()+e-n[1])),r){v.offset&&S();var l=o[2]===r,c=l?a+t.startY-t.y:v()+r-o[1],h=A(c);l&&c!==h&&(a+=h-c),v(h)}(r||e)&&ra()},t.onEnable=function(){ya(g,!u&&"x"),ma.addEventListener("refresh",O),Ss(no,"resize",O),v.smooth&&(v.target.style.scrollBehavior="auto",v.smooth=y.smooth=!1),k.enable()},t.onDisable=function(){ya(g,!0),Os(no,"resize",O),ma.removeEventListener("refresh",O),k.kill()},t.lockAxis=!1!==t.lockAxis,(e=new eo(t)).iOS=So,So&&!v()&&v(1),So&&ro.ticker.add(Go),l=e._dc,o=ro.to(e,{ease:"power4",paused:!0,scrollX:u?"+=0.1":"+=0",scrollY:"+=0.1",modifiers:{scrollY:pa(v,v(),(function(){return o.pause()}))},onUpdate:ra,onComplete:l.vars.onComplete}),e}(t);return Co&&Co.target===e.target&&Co.kill(),Zo(e.target)&&(Co=e),e},ma.core={_getVelocityProp:Qn,_inputObserver:wa,_scrollers:Bn,_proxies:In,bridge:{ss:function(){No||Gs("scrollStart"),No=zo()},ref:function(){return go}}},Qo()&&ro.registerPlugin(ma);const Ca={IMG:document.querySelector(".cover-security__img"),WRAPPER:document.querySelector(".wrapper"),TARGET:document.querySelector(".services-security__info")},Ea=Ca.IMG.getBoundingClientRect().left,Aa=document.documentElement.clientWidth/2-450+31-8,Ma=Ca.IMG.getBoundingClientRect().top,Sa=Ca.TARGET.getBoundingClientRect().top;function Oa(t,e){const r=getComputedStyle(e);t.addEventListener("click",(()=>{"none"===r.display?(e.classList.remove("our-solutions__card-more-info_unvisible"),t.textContent="Скрыть информацию"):(e.classList.add("our-solutions__card-more-info_unvisible"),t.textContent="Показать больше")}))}console.log(Ea,Aa),mn.registerPlugin(ma);const Pa=[{imgWhite:"/images/clients/white/logo1.svg",imgColor:"/images/clients/color/logo1.svg",imgBlack:"/images/clients/black/logo1.svg",imgColorWhite:"/images/clients/color-white/logo1.svg"},{imgWhite:"/images/clients/white/logo2.svg",imgColor:"/images/clients/color/logo2.svg",imgBlack:"/images/clients/black/logo2.svg",imgColorWhite:"/images/clients/color-white/logo2.svg"},{imgWhite:"/images/clients/white/logo3.svg",imgColor:"/images/clients/color/logo3.svg",imgBlack:"/images/clients/black/logo3.svg",imgColorWhite:"/images/clients/color-white/logo3.svg"},{imgWhite:"/images/clients/white/logo4.svg",imgColor:"/images/clients/color/logo4.svg",imgBlack:"/images/clients/black/logo4.svg",imgColorWhite:"/images/clients/color-white/logo4.svg"},{imgWhite:"/images/clients/white/logo5.png",imgColor:"/images/clients/color/logo5.png",imgBlack:"/images/clients/black/logo5.png",imgColorWhite:"/images/clients/color-white/logo5.png"},{imgWhite:"/images/clients/white/logo6.svg",imgColor:"/images/clients/color/logo6.svg",imgBlack:"/images/clients/black/logo6.svg",imgColorWhite:"/images/clients/color-white/logo6.svg"},{imgWhite:"/images/clients/white/logo7.svg",imgColor:"/images/clients/color/logo7.svg",imgBlack:"/images/clients/black/logo7.svg",imgColorWhite:"/images/clients/color-white/logo7.svg"},{imgWhite:"/images/clients/white/logo8.png",imgColor:"/images/clients/color/logo8.png",imgBlack:"/images/clients/black/logo8.png",imgColorWhite:"/images/clients/color-white/logo8.png"},{imgWhite:"/images/clients/white/logo9.png",imgColor:"/images/clients/color/logo9.png",imgBlack:"/images/clients/black/logo9.png",imgColorWhite:"/images/clients/color-white/logo9.png"},{imgWhite:"/images/clients/white/logo10.png",imgColor:"/images/clients/color/logo10.png",imgBlack:"/images/clients/black/logo10.png",imgColorWhite:"/images/clients/color-white/logo10.png"},{imgWhite:"/images/clients/white/logo11.png",imgColor:"/images/clients/color/logo11.png",imgBlack:"/images/clients/black/logo11.png",imgColorWhite:"/images/clients/color-white/logo11.png"},{imgWhite:"/images/clients/white/logo12.png",imgColor:"/images/clients/color/logo12.png",imgBlack:"/images/clients/black/logo12.png",imgColorWhite:"/images/clients/color-white/logo12.png"},{imgWhite:"/images/clients/white/logo13.png",imgColor:"/images/clients/color/logo13.png",imgBlack:"/images/clients/black/logo13.png",imgColorWhite:"/images/clients/color-white/logo13.png"},{imgWhite:"/images/clients/white/logo14.png",imgColor:"/images/clients/color/logo14.png",imgBlack:"/images/clients/black/logo14.png",imgColorWhite:"/images/clients/color-white/logo14.png"},{imgWhite:"/images/clients/white/logo15.png",imgColor:"/images/clients/color/logo15.png",imgBlack:"/images/clients/black/logo15.png",imgColorWhite:"/images/clients/color-white/logo15.png"},{imgWhite:"/images/clients/white/logo16.png",imgColor:"/images/clients/color/logo16.png",imgBlack:"/images/clients/black/logo16.png",imgColorWhite:"/images/clients/color-white/logo16.png"},{imgWhite:"/images/clients/white/logo17.png",imgColor:"/images/clients/color/logo17.png",imgBlack:"/images/clients/black/logo17.png",imgColorWhite:"/images/clients/color-white/logo17.png"}];function Da(t,...e){const r=document.createElement("img");return r.src=t,r.classList.add(...e),r}function Ra(...t){const e=document.createElement("div");return e.classList.add(...t),e}const Ba=document.querySelector(".tab-clients");const Ia=[{imgWhite:"/images/partners/big-logo/white/logo1.png",imgColor:"/images/partners/big-logo/color/logo1.png",imgBlack:"/images/partners/big-logo/black/logo1.png",imgColorWhite:"/images/partners/big-logo/color-white/logo1.png",subtitle:"",name:"Код безопасности",text:"Российский разработчик программных и аппаратных средств, обеспечивающих полную защиту ИТ-инфраструктуры: конечных станций и серверов, периметра сети, современных виртуальных инфраструктур и мобильных устройств."},{imgWhite:"/images/partners/big-logo/white/logo2.svg",imgColor:"/images/partners/big-logo/color/logo2.svg",imgBlack:"/images/partners/big-logo/black/logo2.svg",imgColorWhite:"/images/partners/big-logo/color-white/logo2.svg",subtitle:"Авторизованный партнер",name:"Positive technologies",text:"Российский разработчик решений для информационной безопасности."},{imgWhite:"/images/partners/big-logo/white/logo3.png",imgColor:"/images/partners/big-logo/color/logo3.png",imgBlack:"/images/partners/big-logo/black/logo3.png",imgColorWhite:"/images/partners/big-logo/color-white/logo3.png",subtitle:"Registered Partner",name:"Лаборатория Касперского",text:"Российский разработчик и производитель систем защиты от компьютерных вирусов, спама, хакерских атак и прочих киберугроз."},{imgWhite:"/images/partners/big-logo/white/logo4.png",imgColor:"/images/partners/big-logo/color/logo4.png",imgBlack:"/images/partners/big-logo/black/logo4.png",imgColorWhite:"/images/partners/big-logo/color-white/logo4.png",subtitle:"Partner",name:"Check Point",text:"Израильский разработчик решений по кибербезопасности."},{imgWhite:"/images/partners/big-logo/white/logo5.svg",imgColor:"/images/partners/big-logo/color/logo5.svg",imgBlack:"/images/partners/big-logo/black/logo5.svg",imgColorWhite:"/images/partners/big-logo/color-white/logo5.svg",subtitle:"Bronze",name:"UserGate",text:"Российский разработчик программного обеспечения и микроэлектроники в сфере информационной безопасности."},{imgWhite:"/images/partners/big-logo/white/logo6.png",imgColor:"/images/partners/big-logo/color/logo6.png",imgBlack:"/images/partners/big-logo/black/logo6.png",imgColorWhite:"/images/partners/big-logo/color-white/logo6.png",subtitle:"",name:"Ruseim",text:"Российский производитель, занимающийся созданием решений в области мониторинга и управления событиями информационной безопасности на основе анализа данных в реальном времени."},{imgWhite:"/images/partners/big-logo/white/logo9.png",imgColor:"/images/partners/big-logo/color/logo9.png",imgBlack:"/images/partners/big-logo/black/logo9.png",imgColorWhite:"/images/partners/big-logo/color-white/logo9.png",subtitle:"Авторизованный партнер",name:"Аэродиск",text:"Российский производитель инновационных решений в области хранения данных и виртуализации (системы хранения данных, гиперконвергентная система и программное обеспечение)."},{imgWhite:"/images/partners/big-logo/white/logo10.png",imgColor:"/images/partners/big-logo/color/logo10.png",imgBlack:"/images/partners/big-logo/black/logo10.png",imgColorWhite:"/images/partners/big-logo/color-white/logo10.png",subtitle:"Авторизованный партнер",name:"Звезда",text:"Российский разработчик и производитель вычислительного радиоэлектронного оборудования и ПО (вычислительные серверы, программно-определяемые системы хранения данных, автоматизированные рабочие места и тонкие клиенты). телекоммуникационное оборудование)"},{imgWhite:"/images/partners/big-logo/white/logo12.png",imgColor:"/images/partners/big-logo/color/logo12.png",imgBlack:"/images/partners/big-logo/black/logo12.png",imgColorWhite:"/images/partners/big-logo/color-white/logo12.png",subtitle:"Авторизованный партнер",name:"Р7-Офис",text:"Российский разработчик офисного программного обеспечения."},{imgWhite:"/images/partners/big-logo/white/logo14.svg",imgColor:"/images/partners/big-logo/color/logo14.svg",imgBlack:"/images/partners/big-logo/black/logo14.svg",imgColorWhite:"/images/partners/big-logo/color-white/logo14.svg",subtitle:"Торговый партнер",name:"CommuniGate Systems",text:"Российский разработчик программного обеспечения в области интегрированных коммуникаций."},{imgWhite:"/images/partners/big-logo/white/logo15.svg",imgColor:"/images/partners/big-logo/color/logo15.svg",imgBlack:"/images/partners/big-logo/black/logo15.svg",imgColorWhite:"/images/partners/big-logo/color-white/logo15.svg",subtitle:"Реселлер",name:"ROSA",text:"Российский разработчик системного ПО (настольные и серверные операционные системы, системы разворачивания облачных и инфраструктурных сервисов)."},{imgWhite:"/images/partners/big-logo/white/logo16.svg",imgColor:"/images/partners/big-logo/color/logo16.svg",imgBlack:"/images/partners/big-logo/black/logo16.svg",imgColorWhite:"/images/partners/big-logo/color-white/logo16.svg",subtitle:"Авторизованный партнер",name:"Yadro",text:"Российский производитель высокотехнологичного оборудования (серверы, системы хранения данных, инфраструктурные решения)."}],La=document.querySelector(".tab-partner");const Wa={TAB_ROW:".tabs",TAB_BUTTON:".tab-partners__item",TAB_CONTENT:".tab-partners__section",SECTION:".tab-partners",TAB_BTN_ACTIVE:".tab-partners__item_active",TAB_CONTENT_ACTIVE:".tab-partners__section_active"},za={TAB_BTN_ACTIVE:"tab-partners__item_active",TAB_CONTENT_ACTIVE:"tab-partners__section_active"};class Fa{constructor(t,e){this._selectors=t,this._classes=e}initTabs(){this._getElements(),this._setAttributes(),this._setListeners(),this._showByIndex(0)}_getElements(){this._section=document.querySelector(this._selectors.SECTION),this._tabRow=this._section.querySelector(this._selectors.TAB_ROW),this._headers=this._tabRow.querySelectorAll(this._selectors.TAB_BUTTON),this._contents=this._tabRow.querySelectorAll(this._selectors.TAB_CONTENT),this._activeTab=this._tabRow.querySelector(this._selectors.TAB_BTN_ACTIVE),this._activeTabContent=this._tabRow.querySelector(this._selectors.TAB_CONTENT_ACTIVE)}_setAttributes(){this._headers.forEach(((t,e)=>{t.dataset.index=e,t.setAttribute("role","tab"),this._contents[e].setAttribute("role","tab-content"),this._contents[e].dataset.index=e}))}_setListeners(){this._tabRow.addEventListener("click",(t=>{const e=t.target.closest(this._selectors.TAB_BUTTON);e&&(t.preventDefault(),this._setActiveTab(e))}))}_setActiveTab(t){t!==this._activeTab&&(this._toggleClass(!1),this._activeTab=t,this._activeTabContent=this._contents[t.dataset.index],this._toggleClass(!0))}setActiveTab(t){const e=this._headers[t];this._setActiveTab(e)}_toggleClass(t){this._activeTab&&this._activeTab.classList.toggle(this._classes.TAB_BTN_ACTIVE,t),this._activeTabContent&&this._activeTabContent.classList.toggle(this._classes.TAB_CONTENT_ACTIVE,t)}_showByIndex(t){this._setActiveTab(this._headers[t])}}!function(){try{const t=new Fa(Wa,za);t.initTabs();"1"===new URL(window.location.href).searchParams.get("tab")&&t.setActiveTab(1),createHero()}catch(t){}"dark"===localStorage.getItem("theme")?(k.forEach((t=>{t.checked=!1})),E()):(k.forEach((t=>{t.checked=!0})),C()),k.forEach((t=>{t.addEventListener("change",(()=>{t.checked?(k.forEach((t=>{t.checked=!0})),localStorage.setItem("theme","light"),C()):(k.forEach((t=>{t.checked=!1})),localStorage.setItem("theme","dark"),E())}))})),function(){try{const e=document.querySelector(".js_header_btn"),r=document.querySelector(".js_menu"),i=document.querySelector(".js_menu_overlay"),n=document.querySelector(".js_menu_exit");r.style.display="",e.addEventListener("click",(()=>{i.classList.add("active"),r.classList.add("active-half"),n.classList.add("active"),t.unscroll()})),n.addEventListener("click",(()=>{o()})),i.addEventListener("click",(()=>{o()}));const o=()=>{i.classList.remove("active"),r.classList.remove("active-half","active-full"),n.classList.remove("active"),t.scroll()}}catch(t){}}(),function(){try{const t=document.querySelector("#popupform"),e=new r(t,(()=>{e.closePopup()}));e.setEventListeners(),document.querySelectorAll(".popup-form-open").forEach((t=>{t.addEventListener("click",(t=>{const r=t.target.dataset.subject;e.openPopup(r)}))}))}catch(t){console.log(t)}}(),document.querySelector(".about-security-fact__number")&&document.querySelectorAll(".about-security-fact__number span").forEach((t=>{let e=t.getBoundingClientRect().top,r=+t.dataset.num;const i={value:0};window.addEventListener("scroll",(function n(){window.pageYOffset>e-window.innerHeight&&(this.removeEventListener("scroll",n),mn.to(i,{value:r,duration:1,onUpdate:()=>{t.textContent=function(t){let e;const r=t+"";return e=-1!=r.indexOf(",")?new Intl.NumberFormat("ru-RU").format(r.replace(",",".")).replace(".",","):new Intl.NumberFormat("ru-RU").format(r).replace(",","."),e}(Math.round(i.value))}}))}))})),function(){const t=document.querySelector(".our-solutions__more-btn");t.addEventListener("click",(()=>{document.querySelectorAll(".our-solutions__card_unvisible").forEach((e=>{e.classList.remove("our-solutions__card_unvisible"),t.style.display="none"}))}))}(),function(){const t=document.querySelector(".cases__more-btn");t.addEventListener("click",(()=>{document.querySelectorAll(".cases__card_unvisible").forEach((e=>{e.classList.remove("cases__card_unvisible"),t.style.display="none"}))}))}(),function(){const t=document.querySelectorAll(".our-solutions__card-btn"),e=document.querySelectorAll(".our-solutions__card-more-info_unvisible");for(let r=0;r<t.length;r++)Oa(t[r],e[r])}(),function(){Pa.forEach(((t,e)=>{const r=function(t,e){const r=Ra("tab-clients__img-box","logo-img-box"),i=Da(t.imgWhite,"tab-clients__img-white","logo-img-box__grey-light"),n=Da(t.imgBlack,"tab-clients__img-black","logo-img-box__grey-dark"),o=Da(t.imgColor,"tab-clients__img-color","logo-img-box__color-light"),s=Da(t.imgColorWhite,"tab-clients__img-color-white","logo-img-box__color-dark");return r.append(i),r.append(n),r.append(o),r.append(s),e||r.classList.add("logo_unvisible"),r}(t,e<8);Ba.append(r)}));const t=document.querySelector(".tab-clients__btn");t.addEventListener("click",(()=>{document.querySelectorAll(".logo_unvisible").forEach((e=>{e.classList.remove("logo_unvisible"),t.style.display="none"}))}))}(),Ia.forEach(((t,e)=>{if(e<8){const e=function(t,e){const r=Ra("tab-partner__img-box","logo-img-box"),i=Da(t.imgWhite,"tab-partner__img-white","logo-img-box__grey-light"),n=Da(t.imgBlack,"tab-partner__img-black","logo-img-box__grey-dark"),o=Da(t.imgColor,"tab-partner__img-color","logo-img-box__color-light"),s=Da(t.imgColorWhite,"tab-partner__img-color-white","logo-img-box__color-dark");return r.append(i),r.append(n),r.append(o),r.append(s),r}(t);La.append(e)}})),mn.matchMedia().add("(min-width: 1200px)",(()=>{const t=mn.timeline({scrollTrigger:{trigger:Ca.WRAPPER,pin:Ca.IMG,start:"top top",end:"+="+(Sa-Ma-600),scrub:!0},onComplete:()=>{e.play()}});mn.set(Ca.IMG,{transformOrigin:"left center"}),t.fromTo(Ca.IMG,{x:0,scale:1,rotate:0,y:0},{x:Aa-Ea,scale:408/848,rotate:90,y:170,duration:1,ease:"power1.easeInOut"});const e=mn.timeline({ease:"power1.easeOut"});e.fromTo(".services-security",{opacity:1,duration:1}),window.tl=e,e.pause(),e.progress(1e-6)}))}()})(); |
local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/style.css
File was created | 1 | @charset "UTF-8"; | |
2 | /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | ||
3 | /* Document | ||
4 | ========================================================================== */ | ||
5 | /** | ||
6 | * 1. Correct the line height in all browsers. | ||
7 | * 2. Prevent adjustments of font size after orientation changes in iOS. | ||
8 | */ | ||
9 | /* NORMALIZATION */ | ||
10 | /** | ||
11 | * Render the `main` element consistently in IE. | ||
12 | */ | ||
13 | main { | ||
14 | display: block; | ||
15 | } | ||
16 | |||
17 | h1 { | ||
18 | font-size: 2em; | ||
19 | } | ||
20 | |||
21 | /* Grouping content | ||
22 | ========================================================================== */ | ||
23 | /** | ||
24 | * 1. Add the correct box sizing in Firefox. | ||
25 | * 2. Show the overflow in Edge and IE. | ||
26 | */ | ||
27 | hr { | ||
28 | box-sizing: content-box; /* 1 */ | ||
29 | height: 0; /* 1 */ | ||
30 | overflow: visible; /* 2 */ | ||
31 | } | ||
32 | |||
33 | /** | ||
34 | * 1. Correct the inheritance and scaling of font size in all browsers. | ||
35 | * 2. Correct the odd `em` font sizing in all browsers. | ||
36 | */ | ||
37 | pre { | ||
38 | font-family: monospace, monospace; /* 1 */ | ||
39 | font-size: 1em; /* 2 */ | ||
40 | } | ||
41 | |||
42 | /* Text-level semantics | ||
43 | ========================================================================== */ | ||
44 | /** | ||
45 | * Remove the gray background on active links in IE 10. | ||
46 | */ | ||
47 | a { | ||
48 | background-color: transparent; | ||
49 | } | ||
50 | |||
51 | /** | ||
52 | * 1. Remove the bottom border in Chrome 57- | ||
53 | * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. | ||
54 | */ | ||
55 | abbr[title] { | ||
56 | border-bottom: none; /* 1 */ | ||
57 | text-decoration: underline; /* 2 */ | ||
58 | text-decoration: underline dotted; /* 2 */ | ||
59 | } | ||
60 | |||
61 | /** | ||
62 | * Add the correct font weight in Chrome, Edge, and Safari. | ||
63 | */ | ||
64 | b, | ||
65 | strong { | ||
66 | font-weight: bolder; | ||
67 | } | ||
68 | |||
69 | /** | ||
70 | * 1. Correct the inheritance and scaling of font size in all browsers. | ||
71 | * 2. Correct the odd `em` font sizing in all browsers. | ||
72 | */ | ||
73 | code, | ||
74 | kbd, | ||
75 | samp { | ||
76 | font-family: monospace, monospace; /* 1 */ | ||
77 | font-size: 1em; /* 2 */ | ||
78 | } | ||
79 | |||
80 | /** | ||
81 | * Add the correct font size in all browsers. | ||
82 | */ | ||
83 | small { | ||
84 | font-size: 80%; | ||
85 | } | ||
86 | |||
87 | /** | ||
88 | * Prevent `sub` and `sup` elements from affecting the line height in | ||
89 | * all browsers. | ||
90 | */ | ||
91 | sub, | ||
92 | sup { | ||
93 | font-size: 75%; | ||
94 | line-height: 0; | ||
95 | position: relative; | ||
96 | vertical-align: baseline; | ||
97 | } | ||
98 | |||
99 | sub { | ||
100 | bottom: -0.25em; | ||
101 | } | ||
102 | |||
103 | sup { | ||
104 | top: -0.5em; | ||
105 | } | ||
106 | |||
107 | /* Embedded content | ||
108 | ========================================================================== */ | ||
109 | /** | ||
110 | * Remove the border on images inside links in IE 10. | ||
111 | */ | ||
112 | img { | ||
113 | border-style: none; | ||
114 | } | ||
115 | |||
116 | /* Forms | ||
117 | ========================================================================== */ | ||
118 | /** | ||
119 | * 1. Change the font styles in all browsers. | ||
120 | * 2. Remove the margin in Firefox and Safari. | ||
121 | */ | ||
122 | button, | ||
123 | input, | ||
124 | optgroup, | ||
125 | select, | ||
126 | textarea { | ||
127 | font: inherit; /* 1 */ | ||
128 | margin: 0; /* 2 */ | ||
129 | } | ||
130 | |||
131 | /** | ||
132 | * Show the overflow in IE. | ||
133 | * 1. Show the overflow in Edge. | ||
134 | */ | ||
135 | button, | ||
136 | input { | ||
137 | /* 1 */ | ||
138 | overflow: visible; | ||
139 | } | ||
140 | |||
141 | /** | ||
142 | * Remove the inheritance of text transform in Edge, Firefox, and IE. | ||
143 | * 1. Remove the inheritance of text transform in Firefox. | ||
144 | */ | ||
145 | button, | ||
146 | select { | ||
147 | /* 1 */ | ||
148 | text-transform: none; | ||
149 | } | ||
150 | |||
151 | /** | ||
152 | * Correct the inability to style clickable types in iOS and Safari. | ||
153 | */ | ||
154 | button, | ||
155 | [type=button], | ||
156 | [type=reset], | ||
157 | [type=submit] { | ||
158 | -webkit-appearance: button; | ||
159 | } | ||
160 | |||
161 | /** | ||
162 | * Remove the inner border and padding in Firefox. | ||
163 | */ | ||
164 | button::-moz-focus-inner, | ||
165 | [type=button]::-moz-focus-inner, | ||
166 | [type=reset]::-moz-focus-inner, | ||
167 | [type=submit]::-moz-focus-inner { | ||
168 | border-style: none; | ||
169 | padding: 0; | ||
170 | } | ||
171 | |||
172 | /** | ||
173 | * Restore the focus styles unset by the previous rule. | ||
174 | */ | ||
175 | button:-moz-focusring, | ||
176 | [type=button]:-moz-focusring, | ||
177 | [type=reset]:-moz-focusring, | ||
178 | [type=submit]:-moz-focusring { | ||
179 | outline: 1px dotted ButtonText; | ||
180 | } | ||
181 | |||
182 | /** | ||
183 | * Correct the padding in Firefox. | ||
184 | */ | ||
185 | fieldset { | ||
186 | padding: 0.35em 0.75em 0.625em; | ||
187 | } | ||
188 | |||
189 | /** | ||
190 | * 1. Correct the text wrapping in Edge and IE. | ||
191 | * 2. Correct the color inheritance from `fieldset` elements in IE. | ||
192 | * 3. Remove the padding so developers are not caught out when they zero out | ||
193 | * `fieldset` elements in all browsers. | ||
194 | */ | ||
195 | legend { | ||
196 | box-sizing: border-box; /* 1 */ | ||
197 | color: inherit; /* 2 */ | ||
198 | display: table; /* 1 */ | ||
199 | max-width: 100%; /* 1 */ | ||
200 | padding: 0; /* 3 */ | ||
201 | white-space: normal; /* 1 */ | ||
202 | } | ||
203 | |||
204 | /** | ||
205 | * Add the correct vertical alignment in Chrome, Firefox, and Opera. | ||
206 | */ | ||
207 | progress { | ||
208 | vertical-align: baseline; | ||
209 | } | ||
210 | |||
211 | /** | ||
212 | * Remove the default vertical scrollbar in IE 10+. | ||
213 | */ | ||
214 | textarea { | ||
215 | overflow: auto; | ||
216 | } | ||
217 | |||
218 | /** | ||
219 | * 1. Add the correct box sizing in IE 10. | ||
220 | * 2. Remove the padding in IE 10. | ||
221 | */ | ||
222 | [type=checkbox], | ||
223 | [type=radio] { | ||
224 | box-sizing: border-box; /* 1 */ | ||
225 | padding: 0; /* 2 */ | ||
226 | } | ||
227 | |||
228 | /** | ||
229 | * Correct the cursor style of increment and decrement buttons in Chrome. | ||
230 | */ | ||
231 | [type=number]::-webkit-inner-spin-button, | ||
232 | [type=number]::-webkit-outer-spin-button { | ||
233 | height: auto; | ||
234 | } | ||
235 | |||
236 | /** | ||
237 | * 1. Correct the odd appearance in Chrome and Safari. | ||
238 | * 2. Correct the outline style in Safari. | ||
239 | */ | ||
240 | [type=search] { | ||
241 | -webkit-appearance: textfield; /* 1 */ | ||
242 | outline-offset: -2px; /* 2 */ | ||
243 | } | ||
244 | |||
245 | /** | ||
246 | * Remove the inner padding in Chrome and Safari on macOS. | ||
247 | */ | ||
248 | [type=search]::-webkit-search-decoration { | ||
249 | -webkit-appearance: none; | ||
250 | } | ||
251 | |||
252 | /** | ||
253 | * 1. Correct the inability to style clickable types in iOS and Safari. | ||
254 | * 2. Change font properties to `inherit` in Safari. | ||
255 | */ | ||
256 | ::-webkit-file-upload-button { | ||
257 | -webkit-appearance: button; /* 1 */ | ||
258 | font: inherit; /* 2 */ | ||
259 | } | ||
260 | |||
261 | /* Interactive | ||
262 | ========================================================================== */ | ||
263 | /* | ||
264 | * Add the correct display in Edge, IE 10+, and Firefox. | ||
265 | */ | ||
266 | details { | ||
267 | display: block; | ||
268 | } | ||
269 | |||
270 | /* | ||
271 | * Add the correct display in all browsers. | ||
272 | */ | ||
273 | summary { | ||
274 | display: list-item; | ||
275 | } | ||
276 | |||
277 | /* Misc | ||
278 | ========================================================================== */ | ||
279 | /** | ||
280 | * Add the correct display in IE 10+. | ||
281 | */ | ||
282 | template { | ||
283 | display: none; | ||
284 | } | ||
285 | |||
286 | /** | ||
287 | * Add the correct display in IE 10. | ||
288 | */ | ||
289 | [hidden] { | ||
290 | display: none; | ||
291 | } | ||
292 | |||
293 | /* CSS-ZERO-RULES */ | ||
294 | /* Box sizing rules */ | ||
295 | *, | ||
296 | *::before, | ||
297 | *::after { | ||
298 | box-sizing: border-box; | ||
299 | } | ||
300 | |||
301 | /* Remove default margin */ | ||
302 | body, | ||
303 | h1, | ||
304 | h2, | ||
305 | h3, | ||
306 | h4, | ||
307 | p { | ||
308 | margin: 0; | ||
309 | } | ||
310 | |||
311 | /* Set core body defaults */ | ||
312 | .body { | ||
313 | min-width: 320px; | ||
314 | scroll-behavior: smooth; | ||
315 | text-rendering: optimizeSpeed; | ||
316 | /* text-rendering: optimizeLegibility; */ | ||
317 | -webkit-font-smoothing: antialiased; | ||
318 | -moz-osx-font-smoothing: grayscale; | ||
319 | -webkit-text-size-adjust: 100%; | ||
320 | -ms-text-size-adjust: 100%; | ||
321 | -moz-text-size-adjust: 100%; | ||
322 | } | ||
323 | |||
324 | /* A elements that don't have a class get default styles */ | ||
325 | a:not([class]) { | ||
326 | text-decoration-skip-ink: auto; | ||
327 | } | ||
328 | |||
329 | /* Make images easier to work with */ | ||
330 | img { | ||
331 | max-width: 100%; | ||
332 | display: block; | ||
333 | } | ||
334 | |||
335 | .red-line { | ||
336 | margin-top: 48px; | ||
337 | width: 80px; | ||
338 | height: 2px; | ||
339 | background-color: #F05555; | ||
340 | } | ||
341 | @media screen and (max-width: 960px) { | ||
342 | .red-line { | ||
343 | margin-top: 32px; | ||
344 | } | ||
345 | } | ||
346 | @media screen and (max-width: 640px) { | ||
347 | .red-line { | ||
348 | margin-top: 24px; | ||
349 | } | ||
350 | } | ||
351 | |||
352 | .black-background { | ||
353 | background-color: #171717; | ||
354 | } | ||
355 | .light-mode .black-background { | ||
356 | background-color: #FBFBFB; | ||
357 | } | ||
358 | |||
359 | @font-face { | ||
360 | font-family: "Montserrat"; | ||
361 | src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff") format("woff"); | ||
362 | font-weight: 300; | ||
363 | font-style: normal; | ||
364 | font-display: swap; | ||
365 | } | ||
366 | @font-face { | ||
367 | font-family: "Montserrat"; | ||
368 | src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff"); | ||
369 | font-weight: 400; | ||
370 | font-style: normal; | ||
371 | font-display: swap; | ||
372 | } | ||
373 | @font-face { | ||
374 | font-family: "Montserrat"; | ||
375 | src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff"); | ||
376 | font-weight: 500; | ||
377 | font-style: normal; | ||
378 | font-display: swap; | ||
379 | } | ||
380 | @font-face { | ||
381 | font-family: "Montserrat"; | ||
382 | src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff") format("woff"); | ||
383 | font-weight: 600; | ||
384 | font-style: normal; | ||
385 | font-display: swap; | ||
386 | } | ||
387 | @font-face { | ||
388 | font-family: "Raleway"; | ||
389 | src: url("/fonts/Raleway-Regular.woff2") format("woff2"), url("/fonts/Raleway-Regular.woff") format("woff"); | ||
390 | font-weight: 400; | ||
391 | font-style: normal; | ||
392 | font-display: swap; | ||
393 | } | ||
394 | @font-face { | ||
395 | font-family: "Raleway"; | ||
396 | src: url("/fonts/Raleway-Medium.woff2") format("woff2"), url("/fonts/Raleway-Medium.woff") format("woff"); | ||
397 | font-weight: 500; | ||
398 | font-style: normal; | ||
399 | font-display: swap; | ||
400 | } | ||
401 | @font-face { | ||
402 | font-family: "Raleway"; | ||
403 | src: url("/fonts/Raleway-SemiBold.woff2") format("woff2"), url("/fonts/Raleway-SemiBold.woff") format("woff"); | ||
404 | font-weight: 600; | ||
405 | font-style: normal; | ||
406 | font-display: swap; | ||
407 | } | ||
408 | .button, .number, .lead-title, .h5, .h4, .h3, .h2, .h1 { | ||
409 | font-family: "Montserrat", Arial, Helvetica, sans-serif; | ||
410 | font-weight: 500; | ||
411 | color: #ECECEC; | ||
412 | } | ||
413 | |||
414 | .cases__card-items li, .fact, .text-s, .text, .lead-text { | ||
415 | font-family: "Raleway", Arial, Helvetica, sans-serif; | ||
416 | color: #ADADAD; | ||
417 | } | ||
418 | |||
419 | .h1 { | ||
420 | font-size: 64px; | ||
421 | line-height: 1.1; | ||
422 | } | ||
423 | @media screen and (max-width: 1200px) { | ||
424 | .h1 { | ||
425 | font-size: 54px; | ||
426 | } | ||
427 | } | ||
428 | @media screen and (max-width: 640px) { | ||
429 | .h1 { | ||
430 | font-size: 34px; | ||
431 | } | ||
432 | } | ||
433 | .light-mode .h1 { | ||
434 | color: #020202; | ||
435 | } | ||
436 | |||
437 | .h2 { | ||
438 | font-size: 62px; | ||
439 | line-height: 1.2; | ||
440 | } | ||
441 | @media screen and (max-width: 1200px) { | ||
442 | .h2 { | ||
443 | font-size: 42px; | ||
444 | } | ||
445 | } | ||
446 | @media screen and (max-width: 640px) { | ||
447 | .h2 { | ||
448 | font-size: 28px; | ||
449 | } | ||
450 | } | ||
451 | .light-mode .h2 { | ||
452 | color: #020202; | ||
453 | } | ||
454 | |||
455 | .h3 { | ||
456 | font-size: 34px; | ||
457 | line-height: 1.3; | ||
458 | font-weight: 400; | ||
459 | } | ||
460 | @media screen and (max-width: 1200px) { | ||
461 | .h3 { | ||
462 | font-size: 24px; | ||
463 | } | ||
464 | } | ||
465 | @media screen and (max-width: 640px) { | ||
466 | .h3 { | ||
467 | font-size: 20px; | ||
468 | } | ||
469 | } | ||
470 | .light-mode .h3 { | ||
471 | color: #242424; | ||
472 | } | ||
473 | |||
474 | .h4 { | ||
475 | font-size: 30px; | ||
476 | line-height: 1.3; | ||
477 | font-weight: 400; | ||
478 | } | ||
479 | @media screen and (max-width: 640px) { | ||
480 | .h4 { | ||
481 | font-size: 20px; | ||
482 | line-height: 1.4; | ||
483 | } | ||
484 | } | ||
485 | .light-mode .h4 { | ||
486 | color: #242424; | ||
487 | } | ||
488 | |||
489 | .h5 { | ||
490 | font-size: 24px; | ||
491 | line-height: 1.3; | ||
492 | font-weight: 400; | ||
493 | } | ||
494 | @media screen and (max-width: 1200px) { | ||
495 | .h5 { | ||
496 | font-size: 20px; | ||
497 | } | ||
498 | } | ||
499 | .light-mode .h5 { | ||
500 | color: #242424; | ||
501 | } | ||
502 | |||
503 | .lead-title { | ||
504 | font-size: 40px; | ||
505 | line-height: 1.3; | ||
506 | font-weight: 400; | ||
507 | } | ||
508 | @media screen and (max-width: 1200px) { | ||
509 | .lead-title { | ||
510 | font-size: 30px; | ||
511 | } | ||
512 | } | ||
513 | @media screen and (max-width: 640px) { | ||
514 | .lead-title { | ||
515 | font-size: 24px; | ||
516 | } | ||
517 | } | ||
518 | .light-mode .lead-title { | ||
519 | color: #242424; | ||
520 | } | ||
521 | |||
522 | .number { | ||
523 | color: #F05555; | ||
524 | font-size: 80px; | ||
525 | font-weight: 400; | ||
526 | line-height: 1.1; | ||
527 | } | ||
528 | @media screen and (max-width: 1200px) { | ||
529 | .number { | ||
530 | font-size: 60px; | ||
531 | } | ||
532 | } | ||
533 | @media screen and (max-width: 640px) { | ||
534 | .number { | ||
535 | font-size: 60px; | ||
536 | } | ||
537 | } | ||
538 | |||
539 | .lead-text { | ||
540 | font-size: 20px; | ||
541 | line-height: 1.6; | ||
542 | } | ||
543 | @media screen and (max-width: 1200px) { | ||
544 | .lead-text { | ||
545 | font-size: 20px; | ||
546 | } | ||
547 | } | ||
548 | @media screen and (max-width: 640px) { | ||
549 | .lead-text { | ||
550 | font-size: 18px; | ||
551 | } | ||
552 | } | ||
553 | .light-mode .lead-text { | ||
554 | color: #020202; | ||
555 | } | ||
556 | |||
557 | .text { | ||
558 | font-size: 16px; | ||
559 | line-height: 1.6; | ||
560 | } | ||
561 | @media screen and (max-width: 1200px) { | ||
562 | .text { | ||
563 | font-size: 16px; | ||
564 | } | ||
565 | } | ||
566 | @media screen and (max-width: 640px) { | ||
567 | .text { | ||
568 | font-size: 16px; | ||
569 | } | ||
570 | } | ||
571 | .light-mode .text { | ||
572 | color: #242424; | ||
573 | } | ||
574 | |||
575 | .text-s { | ||
576 | font-size: 14px; | ||
577 | line-height: 1.6; | ||
578 | } | ||
579 | @media screen and (max-width: 1200px) { | ||
580 | .text-s { | ||
581 | font-size: 14px; | ||
582 | } | ||
583 | } | ||
584 | @media screen and (max-width: 640px) { | ||
585 | .text-s { | ||
586 | font-size: 14px; | ||
587 | } | ||
588 | } | ||
589 | .light-mode .text-s { | ||
590 | color: #020202; | ||
591 | } | ||
592 | |||
593 | .fact { | ||
594 | font-size: 14px; | ||
595 | line-height: 1.55; | ||
596 | text-transform: uppercase; | ||
597 | } | ||
598 | @media screen and (max-width: 1200px) { | ||
599 | .fact { | ||
600 | font-size: 14px; | ||
601 | } | ||
602 | } | ||
603 | @media screen and (max-width: 640px) { | ||
604 | .fact { | ||
605 | font-size: 12px; | ||
606 | } | ||
607 | } | ||
608 | .light-mode .fact { | ||
609 | color: #242424; | ||
610 | } | ||
611 | |||
612 | .red-line { | ||
613 | margin-top: 48px; | ||
614 | width: 80px; | ||
615 | height: 2px; | ||
616 | background-color: #F05555; | ||
617 | } | ||
618 | @media screen and (max-width: 960px) { | ||
619 | .red-line { | ||
620 | margin-top: 32px; | ||
621 | } | ||
622 | } | ||
623 | @media screen and (max-width: 640px) { | ||
624 | .red-line { | ||
625 | margin-top: 24px; | ||
626 | } | ||
627 | } | ||
628 | |||
629 | .black-background { | ||
630 | background-color: #171717; | ||
631 | } | ||
632 | .light-mode .black-background { | ||
633 | background-color: #FBFBFB; | ||
634 | } | ||
635 | |||
636 | html { | ||
637 | scrollbar-color: #ccc transparent; | ||
638 | scrollbar-width: thin; | ||
639 | } | ||
640 | |||
641 | ::-webkit-scrollbar { | ||
642 | width: 8px; | ||
643 | background-color: transparent; | ||
644 | } | ||
645 | |||
646 | ::-webkit-scrollbar-thumb { | ||
647 | background-color: rgba(204, 204, 204, 0.5); | ||
648 | border-radius: 8px; | ||
649 | } | ||
650 | |||
651 | ::-webkit-scrollbar-thumb:hover { | ||
652 | background-color: #cccccc; | ||
653 | } | ||
654 | |||
655 | *, | ||
656 | *::before, | ||
657 | *::after { | ||
658 | box-sizing: border-box; | ||
659 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
660 | } | ||
661 | |||
662 | a { | ||
663 | display: inline-block; | ||
664 | color: inherit; | ||
665 | text-decoration: none; | ||
666 | } | ||
667 | |||
668 | h1, | ||
669 | h2, | ||
670 | h3, | ||
671 | h4, | ||
672 | h5, | ||
673 | h6, | ||
674 | p, | ||
675 | ul, | ||
676 | ol, | ||
677 | li { | ||
678 | margin: 0; | ||
679 | padding: 0; | ||
680 | } | ||
681 | |||
682 | li { | ||
683 | list-style: none; | ||
684 | } | ||
685 | |||
686 | .wrapper { | ||
687 | overflow-x: hidden; | ||
688 | overflow-y: hidden; | ||
689 | background-color: #202020; | ||
690 | } | ||
691 | |||
692 | body { | ||
693 | min-width: 320px; | ||
694 | font-family: "Raleway", sans-serif; | ||
695 | color: #000; | ||
696 | font-size: 16px; | ||
697 | font-weight: 400; | ||
698 | background-color: #202020; | ||
699 | overflow-x: hidden; | ||
700 | } | ||
701 | |||
702 | img { | ||
703 | display: block; | ||
704 | } | ||
705 | |||
706 | button { | ||
707 | border: none; | ||
708 | background-color: transparent; | ||
709 | padding: 0; | ||
710 | cursor: pointer; | ||
711 | } | ||
712 | |||
713 | input, | ||
714 | textarea { | ||
715 | outline: transparent; | ||
716 | font-family: "Montserrat", sans-serif; | ||
717 | } | ||
718 | input::placeholder, | ||
719 | textarea::placeholder { | ||
720 | transition: 0.3s; | ||
721 | } | ||
722 | input:focus::placeholder, | ||
723 | textarea:focus::placeholder { | ||
724 | opacity: 0; | ||
725 | } | ||
726 | |||
727 | span.error { | ||
728 | position: relative; | ||
729 | display: block; | ||
730 | color: #f05555; | ||
731 | font-size: 14px; | ||
732 | line-height: 24px; | ||
733 | padding-left: 29px; | ||
734 | margin-top: 8px; | ||
735 | } | ||
736 | span.error::before { | ||
737 | content: ""; | ||
738 | position: absolute; | ||
739 | top: 0; | ||
740 | left: -3px; | ||
741 | width: 24px; | ||
742 | height: 24px; | ||
743 | background-repeat: no-repeat; | ||
744 | background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='%23F05555' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.5L12 12.75' stroke='%23F05555' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 17.0625C12.5178 17.0625 12.9375 16.6428 12.9375 16.125C12.9375 15.6072 12.5178 15.1875 12 15.1875C11.4822 15.1875 11.0625 15.6072 11.0625 16.125C11.0625 16.6428 11.4822 17.0625 12 17.0625Z' fill='%23F05555'/%3E%3C/svg%3E%0A"); | ||
745 | } | ||
746 | |||
747 | .title { | ||
748 | font-family: "Montserrat", sans-serif; | ||
749 | color: #ECECEC; | ||
750 | font-size: 28px; | ||
751 | line-height: 120%; | ||
752 | font-weight: 500; | ||
753 | } | ||
754 | @media (min-width: 769px) { | ||
755 | .title { | ||
756 | font-size: 42px; | ||
757 | } | ||
758 | } | ||
759 | @media (min-width: 1240px) { | ||
760 | .title { | ||
761 | font-size: 62px; | ||
762 | } | ||
763 | } | ||
764 | .title span { | ||
765 | color: #F05555; | ||
766 | } | ||
767 | |||
768 | .descr { | ||
769 | position: relative; | ||
770 | color: #ECECEC; | ||
771 | font-size: 18px; | ||
772 | line-height: 160%; | ||
773 | padding-top: 24px; | ||
774 | } | ||
775 | @media (min-width: 769px) { | ||
776 | .descr { | ||
777 | font-size: 20px; | ||
778 | padding-top: 32px; | ||
779 | } | ||
780 | } | ||
781 | .descr::before { | ||
782 | content: ""; | ||
783 | position: absolute; | ||
784 | top: 0; | ||
785 | left: 0; | ||
786 | width: 56px; | ||
787 | height: 2px; | ||
788 | background-color: #F05555; | ||
789 | } | ||
790 | @media (min-width: 769px) { | ||
791 | .descr::before { | ||
792 | width: 60px; | ||
793 | } | ||
794 | } | ||
795 | @media (min-width: 120px) { | ||
796 | .descr::before { | ||
797 | width: 80px; | ||
798 | } | ||
799 | } | ||
800 | |||
801 | .light-mode { | ||
802 | background-color: #fbfbfb; | ||
803 | } | ||
804 | .light-mode .header__btn svg { | ||
805 | stroke: #020202; | ||
806 | } | ||
807 | .light-mode .offers__item, | ||
808 | .light-mode .card { | ||
809 | background-color: #ececec; | ||
810 | } | ||
811 | .light-mode .card__links a:nth-child(1) { | ||
812 | color: #020202; | ||
813 | } | ||
814 | .light-mode .card__links a:nth-child(1):hover { | ||
815 | color: #808080; | ||
816 | } | ||
817 | .light-mode .card__icon img:nth-child(1) { | ||
818 | display: none; | ||
819 | } | ||
820 | .light-mode .card__icon img:nth-child(2) { | ||
821 | display: block; | ||
822 | } | ||
823 | .light-mode .toggle span, | ||
824 | .light-mode .menu__link, | ||
825 | .light-mode .header__menu a, | ||
826 | .light-mode .menu__contacts a, | ||
827 | .light-mode .menu__sub-link, | ||
828 | .light-mode .title, | ||
829 | .light-mode .form__title, | ||
830 | .light-mode .about__subtitle, | ||
831 | .light-mode .about__item-descr, | ||
832 | .light-mode .about__bullet, | ||
833 | .light-mode .item-product__title, | ||
834 | .light-mode .item-product__lists li, | ||
835 | .light-mode .card__title, | ||
836 | .light-mode .success__title, | ||
837 | .light-mode .feedback__success-title, | ||
838 | .light-mode .page-404__title, | ||
839 | .light-mode .offers__item-title, | ||
840 | .light-mode .item-projects__title, | ||
841 | .light-mode .item-projects__descr, | ||
842 | .light-mode .footer__col-title, | ||
843 | .light-mode .footer__list a, | ||
844 | .light-mode .footer__contacts a { | ||
845 | color: #020202; | ||
846 | } | ||
847 | .light-mode .item-projects__lines { | ||
848 | border-top: 1px solid #f05555; | ||
849 | } | ||
850 | .light-mode .item-projects__line { | ||
851 | border-bottom: 1px solid #f05555; | ||
852 | } | ||
853 | .light-mode .descr, | ||
854 | .light-mode .about__descr p, | ||
855 | .light-mode .item-product__descr, | ||
856 | .light-mode .card__text, | ||
857 | .light-mode .tooltip__text-wrap p, | ||
858 | .light-mode .success__text, | ||
859 | .light-mode .feedback__success-text, | ||
860 | .light-mode .page-404__text, | ||
861 | .light-mode .offers__item-descr, | ||
862 | .light-mode .item-projects__line-title, | ||
863 | .light-mode .item-projects__line-text, | ||
864 | .light-mode .footer__copy-text, | ||
865 | .light-mode .footer__copy-link, | ||
866 | .light-mode .checkbox input + span { | ||
867 | color: #242424; | ||
868 | } | ||
869 | .light-mode .btn.btn--tr { | ||
870 | color: #020202; | ||
871 | border-color: #020202; | ||
872 | } | ||
873 | .light-mode .btn.btn--tr:hover { | ||
874 | color: #020202; | ||
875 | } | ||
876 | .light-mode .tooltip__text { | ||
877 | box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); | ||
878 | background-color: #fbfbfb; | ||
879 | } | ||
880 | .light-mode .header, | ||
881 | .light-mode .menu, | ||
882 | .light-mode .feedback__wrap, | ||
883 | .light-mode .success, | ||
884 | .light-mode .page-404, | ||
885 | .light-mode .projects, | ||
886 | .light-mode .footer { | ||
887 | background-color: #fbfbfb; | ||
888 | } | ||
889 | .light-mode .form__fields input, .light-mode .form__fields textarea { | ||
890 | background-color: #ececec; | ||
891 | } | ||
892 | .light-mode .checkbox input + span::before { | ||
893 | border-color: #020202; | ||
894 | } | ||
895 | .light-mode .header__logo img:nth-child(1), | ||
896 | .light-mode .footer__logo img:nth-child(1) { | ||
897 | display: none; | ||
898 | } | ||
899 | .light-mode .header__logo img:nth-child(2), | ||
900 | .light-mode .footer__logo img:nth-child(2) { | ||
901 | display: block; | ||
902 | } | ||
903 | .light-mode .footer__copy { | ||
904 | border-color: #171717; | ||
905 | } | ||
906 | .light-mode .page-404 img:nth-child(1), | ||
907 | .light-mode .success img:nth-child(1) { | ||
908 | display: none; | ||
909 | } | ||
910 | .light-mode .page-404 img:nth-child(2) { | ||
911 | display: block; | ||
912 | } | ||
913 | @media (min-width: 769px) { | ||
914 | .light-mode .success img:nth-child(2) { | ||
915 | display: block; | ||
916 | } | ||
917 | } | ||
918 | .light-mode .card__icon-1 span::before, | ||
919 | .light-mode .card__icon-2::before, | ||
920 | .light-mode .card__icon-3::before { | ||
921 | background-color: #F05555; | ||
922 | } | ||
923 | .light-mode .page-404__img::before, | ||
924 | .light-mode .page-404__img span::before { | ||
925 | background-color: #F05555; | ||
926 | } | ||
927 | .light-mode .products__img img:nth-child(1) { | ||
928 | display: none; | ||
929 | } | ||
930 | .light-mode .products__img img:nth-child(2) { | ||
931 | display: block; | ||
932 | } | ||
933 | |||
934 | .nav { | ||
935 | min-height: 100vh; | ||
936 | display: flex; | ||
937 | justify-content: center; | ||
938 | align-items: center; | ||
939 | font-size: 16px; | ||
940 | line-height: 115%; | ||
941 | padding: 20px; | ||
942 | counter-reset: my-counter; | ||
943 | } | ||
944 | @media (min-width: 640px) { | ||
945 | .nav { | ||
946 | font-size: 20px; | ||
947 | } | ||
948 | } | ||
949 | .nav li { | ||
950 | margin: 5px; | ||
951 | } | ||
952 | .nav a { | ||
953 | color: #f05555; | ||
954 | position: relative; | ||
955 | padding-left: 20px; | ||
956 | } | ||
957 | .nav a::before { | ||
958 | content: counter(my-counter); | ||
959 | counter-increment: my-counter; | ||
960 | position: absolute; | ||
961 | top: 0; | ||
962 | left: 0; | ||
963 | } | ||
964 | |||
965 | .animate__fadeIn { | ||
966 | animation-fill-mode: both; | ||
967 | animation-duration: 2s; | ||
968 | animation-name: fadeIn; | ||
969 | } | ||
970 | |||
971 | @keyframes fadeIn { | ||
972 | from { | ||
973 | opacity: 0; | ||
974 | } | ||
975 | to { | ||
976 | opacity: 1; | ||
977 | } | ||
978 | } | ||
979 | .container { | ||
980 | margin: 0 auto; | ||
981 | padding: 100px 6px; | ||
982 | max-width: 1288px; | ||
983 | } | ||
984 | @media screen and (max-width: 1200px) { | ||
985 | .container { | ||
986 | max-width: 960px; | ||
987 | padding: 80px 16px; | ||
988 | margin: 0 auto; | ||
989 | } | ||
990 | } | ||
991 | @media screen and (max-width: 960px) { | ||
992 | .container { | ||
993 | max-width: 736px; | ||
994 | } | ||
995 | } | ||
996 | @media screen and (max-width: 640px) { | ||
997 | .container { | ||
998 | max-width: 480px; | ||
999 | padding: 60px 12px; | ||
1000 | } | ||
1001 | } | ||
1002 | @media screen and (max-width: 480px) { | ||
1003 | .container { | ||
1004 | max-width: 320px; | ||
1005 | } | ||
1006 | } | ||
1007 | |||
1008 | /* | ||
1009 | Примеры использования ==================================== | ||
1010 | |||
1011 | Красная кнопка | ||
1012 | <button type="button" class="button button_style_red">Оставить заказ →</button> | ||
1013 | |||
1014 | Кнопка с обводкой | ||
1015 | <button type="button" class="button button_style_outlined">Оставить заказ →</button> | ||
1016 | |||
1017 | Кнопка в виде ссылки | ||
1018 | <button type="button" class="button button_style_link">Оставить заказ →</button> | ||
1019 | |||
1020 | Кнопка со стрелкой (стрелка через афтер-класс сделана!!) | ||
1021 | <button type="button" class="button button_style_arrow">Оставить заявку</button> | ||
1022 | |||
1023 | */ | ||
1024 | .button { | ||
1025 | text-decoration: none; | ||
1026 | display: flex; | ||
1027 | justify-content: center; | ||
1028 | align-items: center; | ||
1029 | width: fit-content; | ||
1030 | padding: 24px 71px; | ||
1031 | font-size: 15px; | ||
1032 | line-height: 1.2; | ||
1033 | text-transform: uppercase; | ||
1034 | border: none; | ||
1035 | cursor: pointer; | ||
1036 | text-transform: uppercase; | ||
1037 | } | ||
1038 | .button_style_red { | ||
1039 | background-color: #F05555; | ||
1040 | color: #202020; | ||
1041 | transition: background-color, 0.3s ease; | ||
1042 | border-radius: 50px; | ||
1043 | font-weight: 600; | ||
1044 | border: 3px solid #F05555; | ||
1045 | } | ||
1046 | .button_style_red:hover { | ||
1047 | background-color: transparent; | ||
1048 | color: #ECECEC; | ||
1049 | box-shadow: 0px 4px 8px rgba(240, 85, 85, 0.35); | ||
1050 | } | ||
1051 | .light-mode .button_style_red:hover { | ||
1052 | color: #020202; | ||
1053 | } | ||
1054 | .light-mode .button_style_red { | ||
1055 | color: #FBFBFB; | ||
1056 | } | ||
1057 | .button_style_outlined { | ||
1058 | background-color: transparent; | ||
1059 | outline: 1px solid #F05555; | ||
1060 | box-sizing: border-box; | ||
1061 | color: #ECECEC; | ||
1062 | transition: border-color, 0.3s ease; | ||
1063 | border-radius: 50px; | ||
1064 | font-weight: 600; | ||
1065 | } | ||
1066 | .button_style_outlined:hover { | ||
1067 | outline: 3px solid #F05555; | ||
1068 | box-shadow: 0px 4px 8px rgba(240, 85, 85, 0.35); | ||
1069 | } | ||
1070 | .light-mode .button_style_outlined { | ||
1071 | color: #020202; | ||
1072 | } | ||
1073 | .button_style_link { | ||
1074 | background-color: transparent; | ||
1075 | justify-content: flex-start; | ||
1076 | align-items: flex-start; | ||
1077 | text-align: left; | ||
1078 | color: #F05555; | ||
1079 | transition: color, 0.3s ease; | ||
1080 | font-size: 14px; | ||
1081 | letter-spacing: 0.06em; | ||
1082 | } | ||
1083 | .button_style_link:hover { | ||
1084 | color: #F05555; | ||
1085 | } | ||
1086 | .button_style_arrow { | ||
1087 | color: #F05555; | ||
1088 | text-transform: uppercase; | ||
1089 | display: flex; | ||
1090 | column-gap: 8px; | ||
1091 | align-items: center; | ||
1092 | font-size: 14px; | ||
1093 | font-weight: 600; | ||
1094 | text-align: left; | ||
1095 | justify-content: flex-start; | ||
1096 | letter-spacing: 0.06em; | ||
1097 | } | ||
1098 | .button_style_arrow::after { | ||
1099 | content: url("/images/arrow.svg"); | ||
1100 | display: block; | ||
1101 | transition: transform 0.3s ease; | ||
1102 | } | ||
1103 | .button_style_arrow:hover::after { | ||
1104 | transform: translate(4px); | ||
1105 | } | ||
1106 | .button.disabled, .button:disabled { | ||
1107 | background-color: #883B3B; | ||
1108 | border-color: #883B3B; | ||
1109 | pointer-events: none; | ||
1110 | } | ||
1111 | .button.disabled:hover, .button:disabled:hover { | ||
1112 | color: #020202; | ||
1113 | box-shadow: none; | ||
1114 | } | ||
1115 | |||
1116 | .btn-animate { | ||
1117 | animation: btn-animate 0.5s linear infinite; | ||
1118 | background-size: 30px 30px; | ||
1119 | background-color: #F05555; | ||
1120 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent); | ||
1121 | } | ||
1122 | .btn-animate:hover { | ||
1123 | color: #020202; | ||
1124 | background-color: #F05555; | ||
1125 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent); | ||
1126 | box-shadow: none; | ||
1127 | } | ||
1128 | |||
1129 | @keyframes btn-animate { | ||
1130 | from { | ||
1131 | background-position: 0 0; | ||
1132 | } | ||
1133 | to { | ||
1134 | background-position: 60px 30px; | ||
1135 | } | ||
1136 | } | ||
1137 | .toggle { | ||
1138 | width: 296px; | ||
1139 | display: inline-flex; | ||
1140 | align-items: center; | ||
1141 | justify-content: space-between; | ||
1142 | cursor: pointer; | ||
1143 | } | ||
1144 | @media (min-width: 769px) { | ||
1145 | .toggle { | ||
1146 | width: auto; | ||
1147 | } | ||
1148 | } | ||
1149 | .toggle input { | ||
1150 | position: absolute; | ||
1151 | width: 1px; | ||
1152 | height: 1px; | ||
1153 | overflow: hidden; | ||
1154 | clip: rect(0 0 0 0); | ||
1155 | } | ||
1156 | .toggle input:checked ~ span:nth-child(2)::before { | ||
1157 | z-index: 2; | ||
1158 | } | ||
1159 | .toggle input:checked ~ span:nth-child(3) { | ||
1160 | display: none; | ||
1161 | } | ||
1162 | .toggle input:checked ~ span:nth-child(4) { | ||
1163 | display: block; | ||
1164 | } | ||
1165 | .toggle span { | ||
1166 | font-family: "Montserrat", sans-serif; | ||
1167 | color: #ECECEC; | ||
1168 | font-size: 18px; | ||
1169 | line-height: 120%; | ||
1170 | font-weight: 500; | ||
1171 | text-transform: uppercase; | ||
1172 | } | ||
1173 | .toggle span:nth-child(4) { | ||
1174 | display: none; | ||
1175 | } | ||
1176 | .toggle span:nth-child(2) { | ||
1177 | order: 1; | ||
1178 | position: relative; | ||
1179 | display: inline-flex; | ||
1180 | width: 70px; | ||
1181 | height: 40px; | ||
1182 | } | ||
1183 | .toggle span:nth-child(2)::before, .toggle span:nth-child(2)::after { | ||
1184 | content: ""; | ||
1185 | position: absolute; | ||
1186 | width: 40px; | ||
1187 | height: 40px; | ||
1188 | border-radius: 50%; | ||
1189 | border: 1px solid #F05555; | ||
1190 | } | ||
1191 | .toggle span:nth-child(2)::before { | ||
1192 | left: 0; | ||
1193 | background-color: #ECECEC; | ||
1194 | } | ||
1195 | .toggle span:nth-child(2)::after { | ||
1196 | right: 0; | ||
1197 | z-index: 1; | ||
1198 | background-color: #020202; | ||
1199 | } | ||
1200 | .toggle.header__toggle { | ||
1201 | display: none; | ||
1202 | } | ||
1203 | @media (min-width: 769px) { | ||
1204 | .toggle.header__toggle { | ||
1205 | display: inline-block; | ||
1206 | } | ||
1207 | } | ||
1208 | |||
1209 | .link-hover { | ||
1210 | position: relative; | ||
1211 | cursor: pointer; | ||
1212 | text-decoration: none; /* Убираем подчеркивание */ | ||
1213 | } | ||
1214 | .link-hover:after { | ||
1215 | content: ""; | ||
1216 | display: block; | ||
1217 | position: absolute; | ||
1218 | right: 0; | ||
1219 | bottom: -3px; | ||
1220 | width: 0; | ||
1221 | height: 2px; /* Высота линии */ | ||
1222 | background-color: #F05555; /* Цвет подчеркивания при исчезании линии*/ | ||
1223 | transition: width 0.5s; /* Время эффекта */ | ||
1224 | } | ||
1225 | .link-hover:hover:after { | ||
1226 | content: ""; | ||
1227 | width: 100%; | ||
1228 | display: block; | ||
1229 | position: absolute; | ||
1230 | left: 0; | ||
1231 | bottom: -3px; | ||
1232 | height: 2px; /* Высота линии */ | ||
1233 | background-color: #F05555; /* Цвет подчеркивания при появлении линии*/ | ||
1234 | transition: width 0.5s; /* Время эффекта */ | ||
1235 | } | ||
1236 | |||
1237 | .fade-in { | ||
1238 | opacity: 0; | ||
1239 | transform: scaleY(1%); | ||
1240 | transition: scaleY, opacity 0.5s ease-out; | ||
1241 | } | ||
1242 | .fade-in_visible { | ||
1243 | opacity: 1; | ||
1244 | transform: scaleY(100%); | ||
1245 | } | ||
1246 | |||
1247 | .burger { | ||
1248 | position: fixed; | ||
1249 | z-index: 20; | ||
1250 | top: 0; | ||
1251 | right: 0; | ||
1252 | width: 600px; | ||
1253 | height: 100%; | ||
1254 | padding: 78px 0 0 32px; | ||
1255 | background-color: #171717; | ||
1256 | transition: 0.5s; | ||
1257 | display: flex; | ||
1258 | flex-direction: column; | ||
1259 | justify-content: center; | ||
1260 | transform: translate(100%); | ||
1261 | } | ||
1262 | @media screen and (max-width: 1200px) { | ||
1263 | .burger { | ||
1264 | padding: 140px 0 0 36px; | ||
1265 | } | ||
1266 | } | ||
1267 | @media screen and (max-width: 640px) { | ||
1268 | .burger { | ||
1269 | width: 100%; | ||
1270 | } | ||
1271 | } | ||
1272 | @media screen and (max-width: 480px) { | ||
1273 | .burger { | ||
1274 | padding: 60px 12px 0 12px; | ||
1275 | } | ||
1276 | } | ||
1277 | .light-mode .burger { | ||
1278 | background-color: #FBFBFB; | ||
1279 | } | ||
1280 | .burger.active-half { | ||
1281 | transform: translate(0); | ||
1282 | } | ||
1283 | .burger.active-full { | ||
1284 | transform: translate(0); | ||
1285 | } | ||
1286 | .burger__overlay { | ||
1287 | position: fixed; | ||
1288 | z-index: 10; | ||
1289 | top: 0; | ||
1290 | left: 0; | ||
1291 | width: 100%; | ||
1292 | height: 100%; | ||
1293 | background: rgba(23, 23, 23, 0.9); | ||
1294 | opacity: 0; | ||
1295 | visibility: hidden; | ||
1296 | transition: 0.5s; | ||
1297 | } | ||
1298 | .burger__overlay.active { | ||
1299 | opacity: 1; | ||
1300 | visibility: visible; | ||
1301 | } | ||
1302 | .light-mode .burger__overlay { | ||
1303 | background: rgba(236, 236, 236, 0.8); | ||
1304 | } | ||
1305 | .burger__exit { | ||
1306 | position: fixed; | ||
1307 | top: 0; | ||
1308 | left: 0; | ||
1309 | z-index: 30; | ||
1310 | width: 80px; | ||
1311 | height: 80px; | ||
1312 | opacity: 0; | ||
1313 | visibility: hidden; | ||
1314 | transition: 0.3s; | ||
1315 | width: 52px; | ||
1316 | height: 52px; | ||
1317 | } | ||
1318 | .burger__exit.active { | ||
1319 | opacity: 1; | ||
1320 | visibility: visible; | ||
1321 | } | ||
1322 | .burger__container { | ||
1323 | display: flex; | ||
1324 | max-height: 100%; | ||
1325 | height: auto; | ||
1326 | margin: 0 -10px; | ||
1327 | } | ||
1328 | @media screen and (max-width: 960px) { | ||
1329 | .burger__container { | ||
1330 | height: 100%; | ||
1331 | } | ||
1332 | } | ||
1333 | .burger__col { | ||
1334 | display: flex; | ||
1335 | flex-direction: column; | ||
1336 | align-items: flex-start; | ||
1337 | height: 100%; | ||
1338 | overflow-y: auto; | ||
1339 | width: 100%; | ||
1340 | padding: 0 10px 80px; | ||
1341 | } | ||
1342 | @media screen and (max-width: 960px) { | ||
1343 | .burger__col { | ||
1344 | padding-bottom: 70px; | ||
1345 | } | ||
1346 | } | ||
1347 | .burger__list { | ||
1348 | display: flex; | ||
1349 | flex-direction: column; | ||
1350 | row-gap: 32px; | ||
1351 | margin-bottom: 120px; | ||
1352 | } | ||
1353 | @media screen and (max-width: 640px) { | ||
1354 | .burger__list { | ||
1355 | margin-bottom: 80px; | ||
1356 | row-gap: 24px; | ||
1357 | } | ||
1358 | } | ||
1359 | .burger__link { | ||
1360 | transition: color 0.3s; | ||
1361 | text-transform: uppercase; | ||
1362 | } | ||
1363 | .burger__link:hover { | ||
1364 | color: #F05555; | ||
1365 | } | ||
1366 | .burger__contacts { | ||
1367 | display: flex; | ||
1368 | flex-direction: column; | ||
1369 | row-gap: 16px; | ||
1370 | margin-bottom: 80px; | ||
1371 | } | ||
1372 | @media screen and (max-width: 640px) { | ||
1373 | .burger__contacts { | ||
1374 | margin-bottom: 64px; | ||
1375 | } | ||
1376 | } | ||
1377 | .burger__toggle { | ||
1378 | display: none; | ||
1379 | } | ||
1380 | @media screen and (max-width: 960px) { | ||
1381 | .burger__toggle { | ||
1382 | display: block; | ||
1383 | margin-top: 48px; | ||
1384 | } | ||
1385 | } | ||
1386 | |||
1387 | .sub-header { | ||
1388 | height: 100px; | ||
1389 | } | ||
1390 | @media screen and (max-width: 640px) { | ||
1391 | .sub-header { | ||
1392 | height: 80px; | ||
1393 | } | ||
1394 | } | ||
1395 | |||
1396 | .header { | ||
1397 | position: fixed; | ||
1398 | top: 0; | ||
1399 | left: 0; | ||
1400 | z-index: 20; | ||
1401 | width: 100%; | ||
1402 | background-color: #202020; | ||
1403 | margin: 0 auto; | ||
1404 | padding: 0 6px; | ||
1405 | } | ||
1406 | .header__container { | ||
1407 | padding: 0 6px; | ||
1408 | } | ||
1409 | .header__inner { | ||
1410 | display: flex; | ||
1411 | align-items: center; | ||
1412 | height: 100px; | ||
1413 | } | ||
1414 | @media screen and (max-width: 640px) { | ||
1415 | .header__inner { | ||
1416 | height: 80px; | ||
1417 | } | ||
1418 | } | ||
1419 | .header__logo { | ||
1420 | margin-right: 70px; | ||
1421 | } | ||
1422 | .header__logo img { | ||
1423 | max-width: 260px; | ||
1424 | } | ||
1425 | @media screen and (max-width: 640px) { | ||
1426 | .header__logo img { | ||
1427 | max-width: 145px; | ||
1428 | } | ||
1429 | } | ||
1430 | .header__logo img:nth-child(2) { | ||
1431 | display: none; | ||
1432 | } | ||
1433 | .header-menu { | ||
1434 | display: block; | ||
1435 | } | ||
1436 | .header-menu__list { | ||
1437 | display: flex; | ||
1438 | align-items: center; | ||
1439 | column-gap: 40px; | ||
1440 | } | ||
1441 | @media screen and (max-width: 1200px) { | ||
1442 | .header-menu__list { | ||
1443 | display: none; | ||
1444 | } | ||
1445 | } | ||
1446 | .header-menu__link { | ||
1447 | font-family: "Montserrat", sans-serif; | ||
1448 | font-weight: 500; | ||
1449 | font-size: 14px; | ||
1450 | line-height: 160%; | ||
1451 | color: #ECECEC; | ||
1452 | text-transform: uppercase; | ||
1453 | } | ||
1454 | .light-mode .header-menu__link { | ||
1455 | color: #020202; | ||
1456 | } | ||
1457 | .header-menu__button { | ||
1458 | padding: 17px 29px; | ||
1459 | } | ||
1460 | @media screen and (max-width: 1200px) { | ||
1461 | .header-menu__button { | ||
1462 | display: none; | ||
1463 | } | ||
1464 | } | ||
1465 | .header__control { | ||
1466 | display: flex; | ||
1467 | align-items: center; | ||
1468 | margin-left: auto; | ||
1469 | column-gap: 32px; | ||
1470 | } | ||
1471 | .header__btn { | ||
1472 | display: flex; | ||
1473 | align-items: center; | ||
1474 | justify-content: center; | ||
1475 | width: 78px; | ||
1476 | height: 40px; | ||
1477 | } | ||
1478 | .header__btn svg { | ||
1479 | stroke: #ECECEC; | ||
1480 | } | ||
1481 | .header__toggle { | ||
1482 | display: block; | ||
1483 | } | ||
1484 | @media screen and (max-width: 960px) { | ||
1485 | .header__toggle { | ||
1486 | display: none; | ||
1487 | } | ||
1488 | } | ||
1489 | |||
1490 | .cover-security { | ||
1491 | position: relative; | ||
1492 | } | ||
1493 | @media screen and (max-width: 960px) { | ||
1494 | .cover-security { | ||
1495 | height: initial; | ||
1496 | } | ||
1497 | } | ||
1498 | .cover-security__container { | ||
1499 | display: flex; | ||
1500 | flex-direction: column; | ||
1501 | row-gap: 100px; | ||
1502 | } | ||
1503 | @media screen and (max-width: 960px) { | ||
1504 | .cover-security__container { | ||
1505 | row-gap: 234px; | ||
1506 | } | ||
1507 | } | ||
1508 | @media screen and (max-width: 640px) { | ||
1509 | .cover-security__container { | ||
1510 | row-gap: 64px; | ||
1511 | } | ||
1512 | } | ||
1513 | .cover-security__title { | ||
1514 | max-width: 846px; | ||
1515 | } | ||
1516 | .cover-security__title span { | ||
1517 | color: #F05555; | ||
1518 | } | ||
1519 | .cover-security__btn { | ||
1520 | padding: 24px 40px; | ||
1521 | margin-top: 48px; | ||
1522 | } | ||
1523 | .cover-security__line { | ||
1524 | margin-top: 32px; | ||
1525 | } | ||
1526 | .cover-security__cards { | ||
1527 | display: grid; | ||
1528 | grid-template-columns: repeat(3, 1fr); | ||
1529 | gap: 48px 32px; | ||
1530 | max-width: 958px; | ||
1531 | } | ||
1532 | @media screen and (max-width: 960px) { | ||
1533 | .cover-security__cards { | ||
1534 | gap: 32px; | ||
1535 | grid-template-columns: repeat(2, 1fr); | ||
1536 | max-width: 100%; | ||
1537 | } | ||
1538 | } | ||
1539 | @media screen and (max-width: 480px) { | ||
1540 | .cover-security__cards { | ||
1541 | grid-template-columns: 1fr; | ||
1542 | } | ||
1543 | } | ||
1544 | .cover-security__card { | ||
1545 | display: flex; | ||
1546 | flex-direction: column; | ||
1547 | row-gap: 24px; | ||
1548 | } | ||
1549 | @media screen and (max-width: 960px) { | ||
1550 | .cover-security__card { | ||
1551 | row-gap: 16px; | ||
1552 | } | ||
1553 | } | ||
1554 | .cover-security__card-line { | ||
1555 | background-color: #F05555; | ||
1556 | width: 100%; | ||
1557 | height: 2px; | ||
1558 | } | ||
1559 | .cover-security__img { | ||
1560 | position: absolute; | ||
1561 | right: 76px; | ||
1562 | top: 62px; | ||
1563 | width: 848px; | ||
1564 | } | ||
1565 | @media screen and (max-width: 1200px) { | ||
1566 | .cover-security__img { | ||
1567 | top: 0; | ||
1568 | right: 0; | ||
1569 | margin: 0 auto; | ||
1570 | } | ||
1571 | } | ||
1572 | @media screen and (max-width: 640px) { | ||
1573 | .cover-security__img { | ||
1574 | width: 100%; | ||
1575 | } | ||
1576 | } | ||
1577 | @media screen and (max-width: 480px) { | ||
1578 | .cover-security__img { | ||
1579 | width: 269px; | ||
1580 | right: 50px; | ||
1581 | } | ||
1582 | } | ||
1583 | .cover-security__img_color { | ||
1584 | display: block; | ||
1585 | } | ||
1586 | .light-mode .cover-security__img_color { | ||
1587 | display: none; | ||
1588 | } | ||
1589 | .cover-security__img_black { | ||
1590 | display: none; | ||
1591 | } | ||
1592 | .light-mode .cover-security__img_black { | ||
1593 | display: block; | ||
1594 | } | ||
1595 | |||
1596 | .services-security__title { | ||
1597 | margin-bottom: 100px; | ||
1598 | } | ||
1599 | @media screen and (max-width: 1200px) { | ||
1600 | .services-security__title { | ||
1601 | margin-bottom: 64px; | ||
1602 | } | ||
1603 | } | ||
1604 | @media screen and (max-width: 640px) { | ||
1605 | .services-security__title { | ||
1606 | margin-bottom: 40px; | ||
1607 | } | ||
1608 | } | ||
1609 | .services-security__title span { | ||
1610 | color: #F05555; | ||
1611 | } | ||
1612 | .services-security__info { | ||
1613 | margin-left: 440px; | ||
1614 | } | ||
1615 | @media screen and (max-width: 1200px) { | ||
1616 | .services-security__info { | ||
1617 | margin-left: 0; | ||
1618 | } | ||
1619 | } | ||
1620 | .services-security__info-text { | ||
1621 | display: flex; | ||
1622 | flex-direction: column; | ||
1623 | row-gap: 40px; | ||
1624 | } | ||
1625 | @media screen and (max-width: 1200px) { | ||
1626 | .services-security__info-text { | ||
1627 | row-gap: 32px; | ||
1628 | } | ||
1629 | } | ||
1630 | .services-security__info-lines { | ||
1631 | margin-top: 0; | ||
1632 | } | ||
1633 | .services-security__cards { | ||
1634 | display: grid; | ||
1635 | grid-template-columns: repeat(2, 1fr); | ||
1636 | margin-top: 40px; | ||
1637 | gap: 32px; | ||
1638 | } | ||
1639 | @media screen and (max-width: 1200px) { | ||
1640 | .services-security__cards { | ||
1641 | row-gap: 24px; | ||
1642 | } | ||
1643 | } | ||
1644 | @media screen and (max-width: 640px) { | ||
1645 | .services-security__cards { | ||
1646 | grid-template-columns: 1fr; | ||
1647 | } | ||
1648 | } | ||
1649 | .services-security__card { | ||
1650 | display: flex; | ||
1651 | column-gap: 20px; | ||
1652 | align-items: center; | ||
1653 | } | ||
1654 | @media screen and (max-width: 480px) { | ||
1655 | .services-security__card-img { | ||
1656 | width: 40px; | ||
1657 | } | ||
1658 | } | ||
1659 | |||
1660 | .decisions__title span { | ||
1661 | color: #F05555; | ||
1662 | } | ||
1663 | .decisions__info { | ||
1664 | margin-top: 40px; | ||
1665 | margin-bottom: 60px; | ||
1666 | max-width: 809px; | ||
1667 | } | ||
1668 | .decisions__info-lines { | ||
1669 | margin-top: 0; | ||
1670 | margin-bottom: 40px; | ||
1671 | } | ||
1672 | .decisions__cards { | ||
1673 | display: flex; | ||
1674 | flex-direction: column; | ||
1675 | row-gap: 32px; | ||
1676 | } | ||
1677 | @media screen and (max-width: 640px) { | ||
1678 | .decisions__cards { | ||
1679 | row-gap: 20px; | ||
1680 | } | ||
1681 | } | ||
1682 | .decisions__card { | ||
1683 | padding: 60px 40px; | ||
1684 | background-color: #171717; | ||
1685 | } | ||
1686 | .light-mode .decisions__card { | ||
1687 | background-color: #ECECEC; | ||
1688 | } | ||
1689 | @media screen and (max-width: 640px) { | ||
1690 | .decisions__card { | ||
1691 | padding: 20px; | ||
1692 | } | ||
1693 | } | ||
1694 | .decisions__card-info { | ||
1695 | display: grid; | ||
1696 | column-gap: 40px; | ||
1697 | grid-template-columns: 80px 1fr 1fr; | ||
1698 | align-items: center; | ||
1699 | margin-bottom: 80px; | ||
1700 | } | ||
1701 | @media screen and (max-width: 1200px) { | ||
1702 | .decisions__card-info { | ||
1703 | grid-template-columns: 1fr; | ||
1704 | } | ||
1705 | } | ||
1706 | @media screen and (max-width: 1200px) { | ||
1707 | .decisions__card-title { | ||
1708 | margin-top: 40px; | ||
1709 | margin-bottom: 24px; | ||
1710 | } | ||
1711 | } | ||
1712 | @media screen and (max-width: 640px) { | ||
1713 | .decisions__card-title { | ||
1714 | margin-top: 32px; | ||
1715 | } | ||
1716 | } | ||
1717 | .decisions__card-btns { | ||
1718 | display: flex; | ||
1719 | margin-left: 120px; | ||
1720 | column-gap: 64px; | ||
1721 | } | ||
1722 | @media screen and (max-width: 1200px) { | ||
1723 | .decisions__card-btns { | ||
1724 | margin-left: 0; | ||
1725 | } | ||
1726 | } | ||
1727 | @media screen and (max-width: 640px) { | ||
1728 | .decisions__card-btns { | ||
1729 | flex-direction: column; | ||
1730 | row-gap: 32px; | ||
1731 | } | ||
1732 | } | ||
1733 | .decisions__card-btn { | ||
1734 | padding: 0; | ||
1735 | } | ||
1736 | .decisions__card-btn_black { | ||
1737 | color: #ECECEC; | ||
1738 | } | ||
1739 | .decisions__card-btn_black:hover { | ||
1740 | color: #F05555; | ||
1741 | } | ||
1742 | .light-mode .decisions__card-btn_black { | ||
1743 | color: #020202; | ||
1744 | } | ||
1745 | .decisions__card-btn_black:hover { | ||
1746 | color: #F05555; | ||
1747 | } | ||
1748 | .decisions__card-img_white { | ||
1749 | display: none; | ||
1750 | } | ||
1751 | .light-mode .decisions__card-img_white { | ||
1752 | display: block; | ||
1753 | } | ||
1754 | .decisions__card-img_black { | ||
1755 | display: block; | ||
1756 | } | ||
1757 | .light-mode .decisions__card-img_black { | ||
1758 | display: none; | ||
1759 | } | ||
1760 | |||
1761 | .solutions__container { | ||
1762 | padding: 100px 6px; | ||
1763 | } | ||
1764 | @media screen and (max-width: 1200px) { | ||
1765 | .solutions__container { | ||
1766 | padding: 80px 16px; | ||
1767 | margin: 0 auto; | ||
1768 | } | ||
1769 | } | ||
1770 | @media screen and (max-width: 640px) { | ||
1771 | .solutions__container { | ||
1772 | padding: 48px 12px; | ||
1773 | } | ||
1774 | } | ||
1775 | .solutions__line { | ||
1776 | width: 100%; | ||
1777 | height: 1px; | ||
1778 | background-color: #F05555; | ||
1779 | margin-bottom: 40px; | ||
1780 | } | ||
1781 | @media screen and (max-width: 1200px) { | ||
1782 | .solutions__line { | ||
1783 | margin-bottom: 24px; | ||
1784 | } | ||
1785 | } | ||
1786 | @media screen and (max-width: 640px) { | ||
1787 | .solutions__line { | ||
1788 | margin-bottom: 16px; | ||
1789 | } | ||
1790 | } | ||
1791 | .solutions__content { | ||
1792 | display: flex; | ||
1793 | justify-content: space-between; | ||
1794 | align-items: center; | ||
1795 | } | ||
1796 | @media screen and (max-width: 1200px) { | ||
1797 | .solutions__content { | ||
1798 | flex-direction: column; | ||
1799 | row-gap: 40px; | ||
1800 | align-items: flex-start; | ||
1801 | } | ||
1802 | } | ||
1803 | .solutions__title { | ||
1804 | max-width: 753px; | ||
1805 | } | ||
1806 | .solutions__title span { | ||
1807 | color: #F05555; | ||
1808 | } | ||
1809 | .solutions__btn { | ||
1810 | padding: 24px 40px; | ||
1811 | } | ||
1812 | @media screen and (max-width: 480px) { | ||
1813 | .solutions__btn { | ||
1814 | padding: 24px 28px; | ||
1815 | } | ||
1816 | } | ||
1817 | .solutions__btn:hover { | ||
1818 | padding: 24px 40px; | ||
1819 | } | ||
1820 | @media screen and (max-width: 480px) { | ||
1821 | .solutions__btn:hover { | ||
1822 | padding: 22px 26px; | ||
1823 | } | ||
1824 | } | ||
1825 | |||
1826 | .import-security__title { | ||
1827 | margin-bottom: 100px; | ||
1828 | } | ||
1829 | @media screen and (max-width: 960px) { | ||
1830 | .import-security__title { | ||
1831 | margin-bottom: 64px; | ||
1832 | } | ||
1833 | } | ||
1834 | @media screen and (max-width: 640px) { | ||
1835 | .import-security__title { | ||
1836 | margin-bottom: 40px; | ||
1837 | } | ||
1838 | } | ||
1839 | .import-security__title span { | ||
1840 | color: #F05555; | ||
1841 | } | ||
1842 | .import-security__info { | ||
1843 | display: flex; | ||
1844 | align-items: flex-start; | ||
1845 | column-gap: 142px; | ||
1846 | } | ||
1847 | @media screen and (max-width: 960px) { | ||
1848 | .import-security__info { | ||
1849 | flex-direction: column; | ||
1850 | } | ||
1851 | } | ||
1852 | @media screen and (max-width: 960px) { | ||
1853 | .import-security__info-img { | ||
1854 | width: 184px; | ||
1855 | margin-bottom: 64px; | ||
1856 | display: none; | ||
1857 | } | ||
1858 | } | ||
1859 | .import-security__info-img_color { | ||
1860 | display: block; | ||
1861 | } | ||
1862 | .light-mode .import-security__info-img_color { | ||
1863 | display: none; | ||
1864 | } | ||
1865 | .import-security__info-img_black { | ||
1866 | display: none; | ||
1867 | } | ||
1868 | .light-mode .import-security__info-img_black { | ||
1869 | display: block; | ||
1870 | } | ||
1871 | .import-security__info-cards { | ||
1872 | display: flex; | ||
1873 | flex-direction: column; | ||
1874 | row-gap: 60px; | ||
1875 | max-width: 715px; | ||
1876 | } | ||
1877 | @media screen and (max-width: 1200px) { | ||
1878 | .import-security__info-cards { | ||
1879 | row-gap: 64px; | ||
1880 | } | ||
1881 | } | ||
1882 | @media screen and (max-width: 640px) { | ||
1883 | .import-security__info-cards { | ||
1884 | row-gap: 40px; | ||
1885 | } | ||
1886 | } | ||
1887 | .import-security__card-line { | ||
1888 | margin-top: 0; | ||
1889 | margin-bottom: 40px; | ||
1890 | } | ||
1891 | @media screen and (max-width: 1200px) { | ||
1892 | .import-security__card-line { | ||
1893 | margin-bottom: 24px; | ||
1894 | } | ||
1895 | } | ||
1896 | .import-security__card-description { | ||
1897 | margin-top: 24px; | ||
1898 | margin-bottom: 32px; | ||
1899 | } | ||
1900 | @media screen and (max-width: 1200px) { | ||
1901 | .import-security__card-description { | ||
1902 | margin-top: 16px; | ||
1903 | margin-bottom: 24px; | ||
1904 | } | ||
1905 | } | ||
1906 | @media screen and (max-width: 640px) { | ||
1907 | .import-security__card-description { | ||
1908 | margin-top: 8px; | ||
1909 | } | ||
1910 | } | ||
1911 | .import-security__btn { | ||
1912 | display: flex; | ||
1913 | column-gap: 12px; | ||
1914 | align-items: center; | ||
1915 | } | ||
1916 | .import-security__btn-text { | ||
1917 | padding: 0; | ||
1918 | color: #ECECEC; | ||
1919 | font-family: "Montserrat", Arial, Helvetica, sans-serif; | ||
1920 | font-size: 14px; | ||
1921 | font-weight: 400; | ||
1922 | line-height: 1.55; | ||
1923 | letter-spacing: 0; | ||
1924 | } | ||
1925 | @media screen and (max-width: 640px) { | ||
1926 | .import-security__btn-text { | ||
1927 | font-size: 12px; | ||
1928 | } | ||
1929 | } | ||
1930 | .light-mode .import-security__btn-text { | ||
1931 | color: #020202; | ||
1932 | } | ||
1933 | .import-security__btn-text:hover { | ||
1934 | color: #F05555; | ||
1935 | } | ||
1936 | .import-security__btn-img_white { | ||
1937 | display: none; | ||
1938 | } | ||
1939 | .light-mode .import-security__btn-img_white { | ||
1940 | display: block; | ||
1941 | } | ||
1942 | .import-security__btn-img_black { | ||
1943 | display: block; | ||
1944 | } | ||
1945 | .light-mode .import-security__btn-img_black { | ||
1946 | display: none; | ||
1947 | } | ||
1948 | |||
1949 | .support-security__title { | ||
1950 | margin-bottom: 100px; | ||
1951 | } | ||
1952 | @media screen and (max-width: 960px) { | ||
1953 | .support-security__title { | ||
1954 | margin-bottom: 64px; | ||
1955 | } | ||
1956 | } | ||
1957 | @media screen and (max-width: 640px) { | ||
1958 | .support-security__title { | ||
1959 | margin-bottom: 40px; | ||
1960 | } | ||
1961 | } | ||
1962 | .support-security__info { | ||
1963 | display: flex; | ||
1964 | align-items: flex-start; | ||
1965 | column-gap: 142px; | ||
1966 | } | ||
1967 | @media screen and (max-width: 960px) { | ||
1968 | .support-security__info { | ||
1969 | flex-direction: column; | ||
1970 | } | ||
1971 | } | ||
1972 | @media screen and (max-width: 960px) { | ||
1973 | .support-security__info-img { | ||
1974 | width: 184px; | ||
1975 | margin-bottom: 64px; | ||
1976 | display: none; | ||
1977 | } | ||
1978 | } | ||
1979 | .support-security__info-img_color { | ||
1980 | display: block; | ||
1981 | } | ||
1982 | .light-mode .support-security__info-img_color { | ||
1983 | display: none; | ||
1984 | } | ||
1985 | .support-security__info-img_black { | ||
1986 | display: none; | ||
1987 | } | ||
1988 | .light-mode .support-security__info-img_black { | ||
1989 | display: block; | ||
1990 | } | ||
1991 | .support-security__info-cards { | ||
1992 | display: flex; | ||
1993 | flex-direction: column; | ||
1994 | row-gap: 40px; | ||
1995 | max-width: 848px; | ||
1996 | } | ||
1997 | @media screen and (max-width: 1200px) { | ||
1998 | .support-security__info-cards { | ||
1999 | row-gap: 32px; | ||
2000 | } | ||
2001 | } | ||
2002 | @media screen and (max-width: 640px) { | ||
2003 | .support-security__info-cards { | ||
2004 | row-gap: 24px; | ||
2005 | } | ||
2006 | } | ||
2007 | .support-security__info-line { | ||
2008 | margin-top: 0; | ||
2009 | margin-bottom: 40px; | ||
2010 | } | ||
2011 | @media screen and (max-width: 1200px) { | ||
2012 | .support-security__info-line { | ||
2013 | margin-bottom: 32px; | ||
2014 | } | ||
2015 | } | ||
2016 | .support-security__info-cards { | ||
2017 | margin-top: 40px; | ||
2018 | } | ||
2019 | .support-security__info-text { | ||
2020 | margin-bottom: 32px; | ||
2021 | max-width: 748px; | ||
2022 | } | ||
2023 | @media screen and (max-width: 1200px) { | ||
2024 | .support-security__info-text { | ||
2025 | margin-bottom: 40px; | ||
2026 | } | ||
2027 | } | ||
2028 | .support-security__info-btn { | ||
2029 | padding: 24px 40px; | ||
2030 | } | ||
2031 | @media screen and (max-width: 480px) { | ||
2032 | .support-security__info-btn { | ||
2033 | padding: 24px 28px; | ||
2034 | } | ||
2035 | } | ||
2036 | .support-security__info-btn:hover { | ||
2037 | padding: 24px 40px; | ||
2038 | } | ||
2039 | @media screen and (max-width: 480px) { | ||
2040 | .support-security__info-btn:hover { | ||
2041 | padding: 24px 28px; | ||
2042 | } | ||
2043 | } | ||
2044 | .support-security__card-line { | ||
2045 | height: 1px; | ||
2046 | background-color: rgba(236, 236, 236, 0.1019607843); | ||
2047 | margin-bottom: 32px; | ||
2048 | } | ||
2049 | .light-mode .support-security__card-line { | ||
2050 | background-color: rgba(240, 85, 85, 0.3019607843); | ||
2051 | } | ||
2052 | .support-security__card-title { | ||
2053 | max-width: 748px; | ||
2054 | } | ||
2055 | .support-security__card-text { | ||
2056 | margin: 16px 0; | ||
2057 | max-width: 748px; | ||
2058 | } | ||
2059 | @media screen and (max-width: 1200px) { | ||
2060 | .support-security__card-text { | ||
2061 | margin: 16px 0 32px 0; | ||
2062 | } | ||
2063 | } | ||
2064 | @media screen and (max-width: 640px) { | ||
2065 | .support-security__card-text { | ||
2066 | margin: 16px 0 24px 0; | ||
2067 | } | ||
2068 | } | ||
2069 | .support-security__card-btn { | ||
2070 | padding: 0; | ||
2071 | } | ||
2072 | |||
2073 | .our-solutions__title { | ||
2074 | margin-bottom: 60px; | ||
2075 | } | ||
2076 | @media screen and (max-width: 1200px) { | ||
2077 | .our-solutions__title { | ||
2078 | margin-bottom: 64px; | ||
2079 | } | ||
2080 | } | ||
2081 | @media screen and (max-width: 640px) { | ||
2082 | .our-solutions__title { | ||
2083 | margin-bottom: 40px; | ||
2084 | } | ||
2085 | } | ||
2086 | .our-solutions__info { | ||
2087 | max-width: 848px; | ||
2088 | } | ||
2089 | .our-solutions__info-lines { | ||
2090 | margin-top: 0; | ||
2091 | } | ||
2092 | .our-solutions__info-description { | ||
2093 | margin: 40px 0; | ||
2094 | } | ||
2095 | @media screen and (max-width: 1200px) { | ||
2096 | .our-solutions__info-description { | ||
2097 | margin: 32px 0; | ||
2098 | } | ||
2099 | } | ||
2100 | .our-solutions__info-btn { | ||
2101 | padding: 24px 40px; | ||
2102 | } | ||
2103 | .our-solutions__cards { | ||
2104 | display: flex; | ||
2105 | flex-direction: column; | ||
2106 | row-gap: 40px; | ||
2107 | margin-top: 80px; | ||
2108 | } | ||
2109 | @media screen and (max-width: 1200px) { | ||
2110 | .our-solutions__cards { | ||
2111 | row-gap: 32px; | ||
2112 | margin-top: 64px; | ||
2113 | } | ||
2114 | } | ||
2115 | @media screen and (max-width: 640px) { | ||
2116 | .our-solutions__cards { | ||
2117 | margin-top: 40px; | ||
2118 | } | ||
2119 | } | ||
2120 | .our-solutions__card_unvisible { | ||
2121 | display: none; | ||
2122 | } | ||
2123 | .our-solutions__card-line { | ||
2124 | width: 100%; | ||
2125 | height: 1px; | ||
2126 | background-color: rgba(236, 236, 236, 0.1019607843); | ||
2127 | } | ||
2128 | .light-mode .our-solutions__card-line { | ||
2129 | background-color: rgba(240, 85, 85, 0.3019607843); | ||
2130 | } | ||
2131 | .our-solutions__card-info { | ||
2132 | margin-top: 24px; | ||
2133 | display: grid; | ||
2134 | grid-template-columns: 408px 1fr; | ||
2135 | column-gap: 32px; | ||
2136 | } | ||
2137 | @media screen and (max-width: 960px) { | ||
2138 | .our-solutions__card-info { | ||
2139 | grid-template-columns: 1fr; | ||
2140 | row-gap: 24px; | ||
2141 | } | ||
2142 | } | ||
2143 | .our-solutions__card-description { | ||
2144 | margin-bottom: 32px; | ||
2145 | } | ||
2146 | @media screen and (max-width: 1200px) { | ||
2147 | .our-solutions__card-description { | ||
2148 | margin-bottom: 24px; | ||
2149 | } | ||
2150 | } | ||
2151 | .our-solutions__card-more-info .lead-text { | ||
2152 | color: #ECECEC; | ||
2153 | margin-bottom: 12px; | ||
2154 | } | ||
2155 | .light-mode .our-solutions__card-more-info .lead-text { | ||
2156 | color: #020202; | ||
2157 | } | ||
2158 | .our-solutions__card-more-info ul { | ||
2159 | margin-bottom: 24px; | ||
2160 | } | ||
2161 | .our-solutions__card-more-info li { | ||
2162 | display: flex; | ||
2163 | column-gap: 16px; | ||
2164 | margin-top: 4px; | ||
2165 | } | ||
2166 | .our-solutions__card-more-info_unvisible { | ||
2167 | display: none; | ||
2168 | } | ||
2169 | .our-solutions__card-more-marker { | ||
2170 | height: 8px; | ||
2171 | width: 8px; | ||
2172 | background-color: #F05555; | ||
2173 | border-radius: 50%; | ||
2174 | margin-top: 10px; | ||
2175 | flex-shrink: 0; | ||
2176 | } | ||
2177 | .our-solutions__card-more-text { | ||
2178 | margin-bottom: 40px; | ||
2179 | } | ||
2180 | .our-solutions__card-btn { | ||
2181 | padding: 0; | ||
2182 | color: #ECECEC; | ||
2183 | letter-spacing: 0; | ||
2184 | } | ||
2185 | .light-mode .our-solutions__card-btn { | ||
2186 | color: #020202; | ||
2187 | } | ||
2188 | .our-solutions__more-btn { | ||
2189 | padding: 24px 40px; | ||
2190 | margin: 60px auto 0; | ||
2191 | } | ||
2192 | @media screen and (max-width: 480px) { | ||
2193 | .our-solutions__more-btn { | ||
2194 | padding: 24px 28px; | ||
2195 | } | ||
2196 | } | ||
2197 | .our-solutions__more-btn:hover { | ||
2198 | padding: 24px 40px; | ||
2199 | } | ||
2200 | @media screen and (max-width: 480px) { | ||
2201 | .our-solutions__more-btn:hover { | ||
2202 | padding: 24px 28px; | ||
2203 | } | ||
2204 | } | ||
2205 | .our-solutions__line { | ||
2206 | margin-top: 40px; | ||
2207 | } | ||
2208 | @media screen and (max-width: 1200px) { | ||
2209 | .our-solutions__line { | ||
2210 | margin-top: 32px; | ||
2211 | } | ||
2212 | } | ||
2213 | |||
2214 | .cases__title { | ||
2215 | margin-bottom: 104px; | ||
2216 | } | ||
2217 | @media screen and (max-width: 1200px) { | ||
2218 | .cases__title { | ||
2219 | margin-bottom: 64px; | ||
2220 | } | ||
2221 | } | ||
2222 | @media screen and (max-width: 640px) { | ||
2223 | .cases__title { | ||
2224 | margin-bottom: 40px; | ||
2225 | } | ||
2226 | } | ||
2227 | .cases__cards { | ||
2228 | display: flex; | ||
2229 | flex-direction: column; | ||
2230 | row-gap: 40px; | ||
2231 | } | ||
2232 | @media screen and (max-width: 1200px) { | ||
2233 | .cases__cards { | ||
2234 | row-gap: 32px; | ||
2235 | } | ||
2236 | } | ||
2237 | .cases__card_unvisible { | ||
2238 | display: none; | ||
2239 | } | ||
2240 | .cases__card-line { | ||
2241 | width: 100%; | ||
2242 | height: 1px; | ||
2243 | background-color: rgba(240, 85, 85, 0.3019607843); | ||
2244 | } | ||
2245 | .cases__card-line_type-one { | ||
2246 | margin: 32px 0; | ||
2247 | } | ||
2248 | .cases__card-info { | ||
2249 | margin-top: 24px; | ||
2250 | display: grid; | ||
2251 | grid-template-columns: 408px 1fr; | ||
2252 | column-gap: 32px; | ||
2253 | } | ||
2254 | @media screen and (max-width: 960px) { | ||
2255 | .cases__card-info { | ||
2256 | grid-template-columns: 1fr; | ||
2257 | row-gap: 32px; | ||
2258 | } | ||
2259 | } | ||
2260 | .cases__card-basic { | ||
2261 | display: flex; | ||
2262 | flex-direction: column; | ||
2263 | row-gap: 60px; | ||
2264 | } | ||
2265 | @media screen and (max-width: 960px) { | ||
2266 | .cases__card-basic { | ||
2267 | flex-direction: unset; | ||
2268 | column-gap: 32px; | ||
2269 | align-items: center; | ||
2270 | } | ||
2271 | } | ||
2272 | @media screen and (max-width: 640px) { | ||
2273 | .cases__card-basic { | ||
2274 | flex-direction: column; | ||
2275 | row-gap: 24px; | ||
2276 | align-items: flex-start; | ||
2277 | } | ||
2278 | } | ||
2279 | @media screen and (max-width: 960px) { | ||
2280 | .cases__card-basic-box { | ||
2281 | width: 336px; | ||
2282 | flex-shrink: 0; | ||
2283 | } | ||
2284 | } | ||
2285 | @media screen and (max-width: 640px) { | ||
2286 | .cases__card-basic-box { | ||
2287 | width: 100%; | ||
2288 | flex-shrink: 1; | ||
2289 | } | ||
2290 | } | ||
2291 | .cases__card-basic-title { | ||
2292 | color: #F05555; | ||
2293 | } | ||
2294 | .light-mode .cases__card-basic-title { | ||
2295 | color: #F05555; | ||
2296 | } | ||
2297 | .cases__card-basic-text-box { | ||
2298 | display: flex; | ||
2299 | column-gap: 12px; | ||
2300 | margin-top: 24px; | ||
2301 | } | ||
2302 | @media screen and (max-width: 960px) { | ||
2303 | .cases__card-basic-text-box { | ||
2304 | margin-top: 16px; | ||
2305 | } | ||
2306 | } | ||
2307 | @media screen and (max-width: 640px) { | ||
2308 | .cases__card-basic-text-box { | ||
2309 | margin-top: 8px; | ||
2310 | } | ||
2311 | } | ||
2312 | .cases__card-basic-marker { | ||
2313 | height: 4px; | ||
2314 | width: 4px; | ||
2315 | background-color: #F05555; | ||
2316 | border-radius: 50%; | ||
2317 | margin-top: 10px; | ||
2318 | flex-shrink: 0; | ||
2319 | } | ||
2320 | .cases__card-basic-text { | ||
2321 | color: #ECECEC; | ||
2322 | } | ||
2323 | .light-mode .cases__card-basic-text { | ||
2324 | color: #020202; | ||
2325 | } | ||
2326 | .cases__card-items { | ||
2327 | margin-top: 60px; | ||
2328 | max-width: 788px; | ||
2329 | color: #707070; | ||
2330 | } | ||
2331 | @media screen and (max-width: 960px) { | ||
2332 | .cases__card-items { | ||
2333 | margin-top: 32px; | ||
2334 | } | ||
2335 | } | ||
2336 | .cases__card-items li { | ||
2337 | display: flex; | ||
2338 | column-gap: 16px; | ||
2339 | margin-top: 8px; | ||
2340 | font-size: 16; | ||
2341 | line-height: 1.6; | ||
2342 | text-transform: none; | ||
2343 | } | ||
2344 | @media screen and (max-width: 1200px) { | ||
2345 | .cases__card-items li { | ||
2346 | font-size: 16px; | ||
2347 | } | ||
2348 | } | ||
2349 | @media screen and (max-width: 640px) { | ||
2350 | .cases__card-items li { | ||
2351 | font-size: 16px; | ||
2352 | } | ||
2353 | } | ||
2354 | .light-mode .cases__card-items li { | ||
2355 | color: #242424; | ||
2356 | } | ||
2357 | .cases__card-items li:nth-child(1) { | ||
2358 | margin-top: 24px; | ||
2359 | } | ||
2360 | .cases__card-title-text { | ||
2361 | margin-top: 24px; | ||
2362 | color: #ECECEC; | ||
2363 | } | ||
2364 | .light-mode .cases__card-title-text { | ||
2365 | color: #020202; | ||
2366 | } | ||
2367 | .cases__more-btn { | ||
2368 | padding: 24px 40px; | ||
2369 | margin: 60px auto 0; | ||
2370 | } | ||
2371 | @media screen and (max-width: 480px) { | ||
2372 | .cases__more-btn { | ||
2373 | padding: 24px 28px; | ||
2374 | } | ||
2375 | } | ||
2376 | .cases__more-btn:hover { | ||
2377 | padding: 24px 40px; | ||
2378 | } | ||
2379 | @media screen and (max-width: 480px) { | ||
2380 | .cases__more-btn:hover { | ||
2381 | padding: 24px 28px; | ||
2382 | } | ||
2383 | } | ||
2384 | |||
2385 | .about-security { | ||
2386 | position: relative; | ||
2387 | z-index: 1; | ||
2388 | } | ||
2389 | .about-security__container { | ||
2390 | position: relative; | ||
2391 | } | ||
2392 | .about-security__title { | ||
2393 | margin-bottom: 104px; | ||
2394 | font-size: 60px; | ||
2395 | } | ||
2396 | @media screen and (max-width: 1200px) { | ||
2397 | .about-security__title { | ||
2398 | margin-bottom: 64px; | ||
2399 | font-size: 42px; | ||
2400 | } | ||
2401 | } | ||
2402 | @media screen and (max-width: 640px) { | ||
2403 | .about-security__title { | ||
2404 | font-size: 28px; | ||
2405 | } | ||
2406 | } | ||
2407 | .about-security__title span { | ||
2408 | color: #F05555; | ||
2409 | } | ||
2410 | .about-security-info { | ||
2411 | margin-left: 440px; | ||
2412 | } | ||
2413 | @media screen and (max-width: 1200px) { | ||
2414 | .about-security-info { | ||
2415 | margin-left: 0; | ||
2416 | } | ||
2417 | } | ||
2418 | .about-security-info__lines { | ||
2419 | margin-top: 0; | ||
2420 | margin-bottom: 32px; | ||
2421 | } | ||
2422 | .about-security-info__facts { | ||
2423 | display: grid; | ||
2424 | grid-template-columns: repeat(2, 1fr); | ||
2425 | gap: 64px 32px; | ||
2426 | } | ||
2427 | @media screen and (max-width: 640px) { | ||
2428 | .about-security-info__facts { | ||
2429 | grid-template-columns: 1fr; | ||
2430 | } | ||
2431 | } | ||
2432 | .about-security-fact__text { | ||
2433 | color: #ECECEC; | ||
2434 | margin-top: 8px; | ||
2435 | } | ||
2436 | .about-security__img { | ||
2437 | width: 738px; | ||
2438 | position: absolute; | ||
2439 | z-index: -1; | ||
2440 | top: 60px; | ||
2441 | left: -440px; | ||
2442 | } | ||
2443 | @media screen and (max-width: 1200px) { | ||
2444 | .about-security__img { | ||
2445 | display: none; | ||
2446 | } | ||
2447 | } | ||
2448 | .about-security__img_color { | ||
2449 | display: block; | ||
2450 | } | ||
2451 | .light-mode .about-security__img_color { | ||
2452 | display: none; | ||
2453 | } | ||
2454 | .about-security__img_black { | ||
2455 | display: none; | ||
2456 | } | ||
2457 | .light-mode .about-security__img_black { | ||
2458 | display: block; | ||
2459 | } | ||
2460 | |||
2461 | .licenses-partners__container { | ||
2462 | display: grid; | ||
2463 | grid-template-columns: 408px 1fr; | ||
2464 | column-gap: 32px; | ||
2465 | } | ||
2466 | @media screen and (max-width: 960px) { | ||
2467 | .licenses-partners__container { | ||
2468 | grid-template-columns: 1fr; | ||
2469 | } | ||
2470 | } | ||
2471 | .licenses-partners__lines { | ||
2472 | margin-top: 0; | ||
2473 | } | ||
2474 | .licenses-partners__content { | ||
2475 | display: grid; | ||
2476 | grid-template-columns: repeat(2, 1fr); | ||
2477 | margin-top: 26px; | ||
2478 | row-gap: 80px; | ||
2479 | } | ||
2480 | .licenses-partners__content-one { | ||
2481 | grid-column: 1/3; | ||
2482 | } | ||
2483 | @media screen and (max-width: 480px) { | ||
2484 | .licenses-partners__content-one { | ||
2485 | grid-column: 1; | ||
2486 | } | ||
2487 | } | ||
2488 | @media screen and (max-width: 960px) { | ||
2489 | .licenses-partners__content { | ||
2490 | margin-top: 64px; | ||
2491 | } | ||
2492 | } | ||
2493 | @media screen and (max-width: 640px) { | ||
2494 | .licenses-partners__content { | ||
2495 | margin-top: 40px; | ||
2496 | grid-template-columns: 1fr; | ||
2497 | } | ||
2498 | } | ||
2499 | .licenses-partners__logo { | ||
2500 | display: flex; | ||
2501 | column-gap: 16px; | ||
2502 | margin-top: 32px; | ||
2503 | align-items: center; | ||
2504 | } | ||
2505 | |||
2506 | .tab-clients { | ||
2507 | display: grid; | ||
2508 | grid-template-columns: repeat(4, 1fr); | ||
2509 | } | ||
2510 | @media screen and (max-width: 640px) { | ||
2511 | .tab-clients { | ||
2512 | grid-template-columns: repeat(2, 1fr); | ||
2513 | } | ||
2514 | } | ||
2515 | .tab-clients__img-box { | ||
2516 | position: relative; | ||
2517 | width: 100%; | ||
2518 | } | ||
2519 | .tab-clients__img-white { | ||
2520 | width: 100%; | ||
2521 | transition: all 0.3s ease 0s; | ||
2522 | } | ||
2523 | .tab-clients__img-black { | ||
2524 | width: 100%; | ||
2525 | transition: all 0.3s ease 0s; | ||
2526 | } | ||
2527 | .tab-clients__img-color { | ||
2528 | width: 100%; | ||
2529 | position: absolute; | ||
2530 | top: 0; | ||
2531 | left: 0; | ||
2532 | transition: all 0.3s ease 0s; | ||
2533 | } | ||
2534 | .tab-clients__img-color-white { | ||
2535 | position: absolute; | ||
2536 | top: 0; | ||
2537 | left: 0; | ||
2538 | width: 100%; | ||
2539 | transition: all 0.3s ease 0s; | ||
2540 | } | ||
2541 | .tab-clients__btn { | ||
2542 | color: #ECECEC; | ||
2543 | margin: 0 auto; | ||
2544 | } | ||
2545 | .light-mode .tab-clients__btn { | ||
2546 | color: #020202; | ||
2547 | } | ||
2548 | .tab-clients__btn:hover { | ||
2549 | color: #ADADAD; | ||
2550 | } | ||
2551 | .light-mode .tab-clients__btn:hover { | ||
2552 | color: #808080; | ||
2553 | } | ||
2554 | |||
2555 | .logo_unvisible { | ||
2556 | display: none; | ||
2557 | } | ||
2558 | |||
2559 | .logo-img-box__color-light { | ||
2560 | display: block; | ||
2561 | opacity: 0; | ||
2562 | } | ||
2563 | .light-mode .logo-img-box__color-light { | ||
2564 | display: none; | ||
2565 | } | ||
2566 | .logo-img-box:hover .logo-img-box__color-light { | ||
2567 | opacity: 1; | ||
2568 | } | ||
2569 | .logo-img-box__grey-light { | ||
2570 | display: block; | ||
2571 | opacity: 1; | ||
2572 | } | ||
2573 | .light-mode .logo-img-box__grey-light { | ||
2574 | display: none; | ||
2575 | } | ||
2576 | .logo-img-box:hover .logo-img-box__grey-light { | ||
2577 | opacity: 0; | ||
2578 | } | ||
2579 | .logo-img-box__grey-dark { | ||
2580 | display: none; | ||
2581 | opacity: 1; | ||
2582 | } | ||
2583 | .light-mode .logo-img-box__grey-dark { | ||
2584 | display: block; | ||
2585 | } | ||
2586 | .logo-img-box:hover .logo-img-box__grey-dark { | ||
2587 | opacity: 0; | ||
2588 | } | ||
2589 | .logo-img-box__color-dark { | ||
2590 | display: none; | ||
2591 | opacity: 0; | ||
2592 | } | ||
2593 | .light-mode .logo-img-box__color-dark { | ||
2594 | display: block; | ||
2595 | } | ||
2596 | .logo-img-box:hover .logo-img-box__color-dark { | ||
2597 | opacity: 1; | ||
2598 | } | ||
2599 | |||
2600 | .tab-partner { | ||
2601 | display: grid; | ||
2602 | grid-template-columns: repeat(4, 1fr); | ||
2603 | } | ||
2604 | @media screen and (max-width: 640px) { | ||
2605 | .tab-partner { | ||
2606 | grid-template-columns: repeat(2, 1fr); | ||
2607 | } | ||
2608 | } | ||
2609 | .tab-partner__img-box { | ||
2610 | position: relative; | ||
2611 | width: 100%; | ||
2612 | } | ||
2613 | .tab-partner__img-white { | ||
2614 | width: 100%; | ||
2615 | transition: all 0.3s ease 0s; | ||
2616 | } | ||
2617 | .tab-partner__img-black { | ||
2618 | width: 100%; | ||
2619 | transition: all 0.3s ease 0s; | ||
2620 | } | ||
2621 | .tab-partner__img-color { | ||
2622 | width: 100%; | ||
2623 | position: absolute; | ||
2624 | top: 0; | ||
2625 | left: 0; | ||
2626 | transition: all 0.3s ease 0s; | ||
2627 | } | ||
2628 | .tab-partner__img-color-white { | ||
2629 | position: absolute; | ||
2630 | top: 0; | ||
2631 | left: 0; | ||
2632 | width: 100%; | ||
2633 | transition: all 0.3s ease 0s; | ||
2634 | } | ||
2635 | .tab-partner__btn { | ||
2636 | color: #ECECEC; | ||
2637 | margin: 0 auto; | ||
2638 | } | ||
2639 | .light-mode .tab-partner__btn { | ||
2640 | color: #020202; | ||
2641 | } | ||
2642 | .tab-partner__btn:hover { | ||
2643 | color: #ADADAD; | ||
2644 | } | ||
2645 | .light-mode .tab-partner__btn:hover { | ||
2646 | color: #808080; | ||
2647 | } | ||
2648 | |||
2649 | .logo_unvisible { | ||
2650 | display: none; | ||
2651 | } | ||
2652 | |||
2653 | .tab-partners__list { | ||
2654 | display: grid; | ||
2655 | grid-template-columns: repeat(2, 1fr); | ||
2656 | margin-bottom: 80px; | ||
2657 | } | ||
2658 | @media screen and (max-width: 1200px) { | ||
2659 | .tab-partners__list { | ||
2660 | margin-bottom: 64px; | ||
2661 | } | ||
2662 | } | ||
2663 | @media screen and (max-width: 640px) { | ||
2664 | .tab-partners__list { | ||
2665 | margin-bottom: 40px; | ||
2666 | } | ||
2667 | } | ||
2668 | .tab-partners__item { | ||
2669 | border-bottom: 1px solid #F05555; | ||
2670 | opacity: 30%; | ||
2671 | color: #ADADAD; | ||
2672 | } | ||
2673 | .tab-partners__item_active { | ||
2674 | color: #ECECEC; | ||
2675 | opacity: 100%; | ||
2676 | } | ||
2677 | .tab-partners__link { | ||
2678 | cursor: pointer; | ||
2679 | background-color: transparent; | ||
2680 | width: 100%; | ||
2681 | text-align: left; | ||
2682 | padding-bottom: 24px; | ||
2683 | border: none; | ||
2684 | } | ||
2685 | @media screen and (max-width: 640px) { | ||
2686 | .tab-partners { | ||
2687 | padding-bottom: 8px; | ||
2688 | } | ||
2689 | } | ||
2690 | .tab-partners__section { | ||
2691 | display: none; | ||
2692 | } | ||
2693 | .tab-partners__section_active { | ||
2694 | display: block; | ||
2695 | } | ||
2696 | |||
2697 | .checkbox { | ||
2698 | display: inline-block; | ||
2699 | cursor: pointer; | ||
2700 | } | ||
2701 | .checkbox input { | ||
2702 | position: absolute; | ||
2703 | width: 1px; | ||
2704 | height: 1px; | ||
2705 | overflow: hidden; | ||
2706 | clip: rect(0 0 0 0); | ||
2707 | } | ||
2708 | .checkbox input:checked + span::after { | ||
2709 | opacity: 1; | ||
2710 | } | ||
2711 | .checkbox input:focus + span::before { | ||
2712 | border-color: #484848; | ||
2713 | } | ||
2714 | .checkbox input.error + span::before { | ||
2715 | border-color: #F05555; | ||
2716 | } | ||
2717 | .checkbox input + span { | ||
2718 | position: relative; | ||
2719 | display: inline-block; | ||
2720 | font-family: "Montserrat", sans-serif; | ||
2721 | color: #ADADAD; | ||
2722 | font-size: 12px; | ||
2723 | line-height: 16px; | ||
2724 | padding-left: 28px; | ||
2725 | } | ||
2726 | .checkbox input + span::before { | ||
2727 | content: ""; | ||
2728 | position: absolute; | ||
2729 | top: 0; | ||
2730 | left: 0; | ||
2731 | width: 16px; | ||
2732 | height: 16px; | ||
2733 | border: 1px solid #ADADAD; | ||
2734 | transition: 0.3s; | ||
2735 | } | ||
2736 | .checkbox input + span::after { | ||
2737 | content: ""; | ||
2738 | position: absolute; | ||
2739 | top: 4px; | ||
2740 | left: 3px; | ||
2741 | width: 11px; | ||
2742 | height: 8px; | ||
2743 | background-repeat: no-repeat; | ||
2744 | background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L4 7L10 1' stroke='%23F05555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); | ||
2745 | opacity: 0; | ||
2746 | transition: 0.3s; | ||
2747 | } | ||
2748 | .checkbox input + span a { | ||
2749 | display: inline; | ||
2750 | text-decoration-line: underline; | ||
2751 | } | ||
2752 | |||
2753 | .form { | ||
2754 | margin-top: 24px; | ||
2755 | } | ||
2756 | .form__fields { | ||
2757 | margin: 0; | ||
2758 | padding: 0; | ||
2759 | border: none; | ||
2760 | width: 100%; | ||
2761 | display: flex; | ||
2762 | flex-direction: column; | ||
2763 | } | ||
2764 | .form__fields label { | ||
2765 | display: flex; | ||
2766 | flex-direction: column; | ||
2767 | margin-bottom: 16px; | ||
2768 | } | ||
2769 | .form__fields label:last-of-type { | ||
2770 | margin-bottom: 0; | ||
2771 | } | ||
2772 | .form__fields_input { | ||
2773 | display: block; | ||
2774 | height: 48px; | ||
2775 | width: 100%; | ||
2776 | font-size: 14px; | ||
2777 | line-height: 16px; | ||
2778 | font-weight: 500; | ||
2779 | color: #ECECEC; | ||
2780 | padding: 16px 8px; | ||
2781 | background-color: #242424; | ||
2782 | border: 1px solid transparent; | ||
2783 | transition: border-color 0.3s, color 0.3s; | ||
2784 | } | ||
2785 | .form__fields_input::placeholder { | ||
2786 | color: #ADADAD; | ||
2787 | } | ||
2788 | .form__fields_input:focus { | ||
2789 | border-color: #484848; | ||
2790 | } | ||
2791 | .form__fields_input.error { | ||
2792 | border-color: #F05555; | ||
2793 | color: #F05555; | ||
2794 | } | ||
2795 | .light-mode .form__fields_input { | ||
2796 | color: #242424; | ||
2797 | } | ||
2798 | .form__fields_comment { | ||
2799 | height: fit-content; | ||
2800 | } | ||
2801 | .form__fields span { | ||
2802 | display: block; | ||
2803 | } | ||
2804 | .form span { | ||
2805 | display: block; | ||
2806 | } | ||
2807 | .form__btn { | ||
2808 | display: block; | ||
2809 | padding: 21px 27px; | ||
2810 | margin-top: 40px; | ||
2811 | } | ||
2812 | @media (min-width: 769px) { | ||
2813 | .form__btn { | ||
2814 | padding: 21px 41px; | ||
2815 | } | ||
2816 | } | ||
2817 | @media (min-width: 1240px) { | ||
2818 | .form__btn { | ||
2819 | padding: 21px 68px; | ||
2820 | } | ||
2821 | } | ||
2822 | |||
2823 | .popup-form { | ||
2824 | display: flex; | ||
2825 | align-items: center; | ||
2826 | justify-content: center; | ||
2827 | position: fixed; | ||
2828 | top: 0; | ||
2829 | left: 0; | ||
2830 | z-index: 999999; | ||
2831 | width: 100%; | ||
2832 | height: 100%; | ||
2833 | background-color: rgba(32, 32, 32, 0.5); | ||
2834 | transition: visibility, opacity 0.3s ease; | ||
2835 | visibility: hidden; | ||
2836 | opacity: 0; | ||
2837 | } | ||
2838 | @media screen and (max-width: 960px) { | ||
2839 | .popup-form { | ||
2840 | padding: 0 16px; | ||
2841 | } | ||
2842 | } | ||
2843 | .popup-form_visible { | ||
2844 | visibility: visible; | ||
2845 | opacity: 1; | ||
2846 | } | ||
2847 | .popup-form__container { | ||
2848 | background-color: #1b1b1b; | ||
2849 | padding: 80px; | ||
2850 | position: relative; | ||
2851 | min-width: 320px; | ||
2852 | max-width: 568px; | ||
2853 | width: 100%; | ||
2854 | } | ||
2855 | @media screen and (max-width: 640px) { | ||
2856 | .popup-form__container { | ||
2857 | padding: 64px 40px; | ||
2858 | } | ||
2859 | } | ||
2860 | @media screen and (max-width: 480px) { | ||
2861 | .popup-form__container { | ||
2862 | padding: 64px 12px; | ||
2863 | } | ||
2864 | } | ||
2865 | .light-mode .popup-form__container { | ||
2866 | background-color: #FBFBFB; | ||
2867 | } | ||
2868 | .popup-form__close { | ||
2869 | position: absolute; | ||
2870 | top: 16px; | ||
2871 | right: 16px; | ||
2872 | } | ||
2873 | @media screen and (max-width: 640px) { | ||
2874 | .popup-form__close { | ||
2875 | top: 8px; | ||
2876 | right: 8px; | ||
2877 | } | ||
2878 | } | ||
2879 | .popup-form__title { | ||
2880 | color: #ECECEC; | ||
2881 | } | ||
2882 | |||
2883 | .success { | ||
2884 | position: fixed; | ||
2885 | top: 0; | ||
2886 | left: 0; | ||
2887 | z-index: 100; | ||
2888 | width: 100%; | ||
2889 | background-color: #202020; | ||
2890 | opacity: 0; | ||
2891 | visibility: hidden; | ||
2892 | transition: 1s; | ||
2893 | } | ||
2894 | .success.active { | ||
2895 | opacity: 1; | ||
2896 | visibility: visible; | ||
2897 | } | ||
2898 | @media (min-width: 769px) { | ||
2899 | .success.active img { | ||
2900 | animation: success-animation 60s infinite linear; | ||
2901 | } | ||
2902 | } | ||
2903 | .success img { | ||
2904 | display: none; | ||
2905 | } | ||
2906 | @media (min-width: 769px) { | ||
2907 | .success img { | ||
2908 | display: block; | ||
2909 | position: absolute; | ||
2910 | right: 0; | ||
2911 | top: 50%; | ||
2912 | transform: translateY(-50%); | ||
2913 | width: 72%; | ||
2914 | } | ||
2915 | } | ||
2916 | .success img:nth-child(2) { | ||
2917 | display: none; | ||
2918 | } | ||
2919 | .success__wrap { | ||
2920 | position: relative; | ||
2921 | display: flex; | ||
2922 | flex-direction: column; | ||
2923 | justify-content: center; | ||
2924 | align-items: flex-start; | ||
2925 | max-width: 410px; | ||
2926 | height: 100vh; | ||
2927 | padding: 30px 0; | ||
2928 | } | ||
2929 | .success__subtitle { | ||
2930 | color: #F05555; | ||
2931 | font-size: 28px; | ||
2932 | line-height: 155%; | ||
2933 | font-weight: 400; | ||
2934 | text-transform: uppercase; | ||
2935 | margin-bottom: 16px; | ||
2936 | } | ||
2937 | @media (min-width: 769px) { | ||
2938 | .success__subtitle { | ||
2939 | margin-bottom: 32px; | ||
2940 | } | ||
2941 | } | ||
2942 | .success__title { | ||
2943 | font-family: "Montserrat", sans-serif; | ||
2944 | font-size: 32px; | ||
2945 | line-height: 120%; | ||
2946 | font-weight: 500; | ||
2947 | color: #ECECEC; | ||
2948 | margin-bottom: 24px; | ||
2949 | } | ||
2950 | @media (min-width: 769px) { | ||
2951 | .success__title { | ||
2952 | font-size: 62px; | ||
2953 | margin-bottom: 40px; | ||
2954 | } | ||
2955 | } | ||
2956 | .success__text { | ||
2957 | color: #ADADAD; | ||
2958 | font-size: 16px; | ||
2959 | line-height: 156%; | ||
2960 | margin-bottom: 40px; | ||
2961 | } | ||
2962 | @media (min-width: 769px) { | ||
2963 | .success__text { | ||
2964 | font-size: 18px; | ||
2965 | } | ||
2966 | } | ||
2967 | .success__btn { | ||
2968 | width: 100%; | ||
2969 | padding: 23px 10px; | ||
2970 | } | ||
2971 | @media (min-width: 769px) { | ||
2972 | .success__btn { | ||
2973 | width: auto; | ||
2974 | padding: 23px 39px; | ||
2975 | } | ||
2976 | } | ||
2977 | |||
2978 | @keyframes success-animation { | ||
2979 | 0% { | ||
2980 | transform: translateY(-50%) rotate(0); | ||
2981 | } | ||
2982 | 100% { | ||
2983 | transform: translateY(-50%) rotate(360deg); | ||
2984 | } | ||
2985 | } | ||
2986 | .feedback { | ||
2987 | position: fixed; | ||
2988 | z-index: 50; | ||
2989 | top: 0; | ||
2990 | left: 0; | ||
2991 | width: 100%; | ||
2992 | height: 100%; | ||
2993 | display: flex; | ||
2994 | justify-content: center; | ||
2995 | align-items: center; | ||
2996 | background-color: rgba(32, 32, 32, 0.5); | ||
2997 | opacity: 0; | ||
2998 | visibility: hidden; | ||
2999 | transition: 0.4s; | ||
3000 | } | ||
3001 | .feedback.active { | ||
3002 | opacity: 1; | ||
3003 | visibility: visible; | ||
3004 | } | ||
3005 | .feedback__wrap { | ||
3006 | position: relative; | ||
3007 | width: 100%; | ||
3008 | padding: 64px 12px; | ||
3009 | background-color: #1B1B1B; | ||
3010 | overflow-y: auto; | ||
3011 | max-height: 100%; | ||
3012 | height: 100%; | ||
3013 | } | ||
3014 | @media (min-width: 769px) { | ||
3015 | .feedback__wrap { | ||
3016 | width: 568px; | ||
3017 | height: auto; | ||
3018 | padding: 80px; | ||
3019 | } | ||
3020 | } | ||
3021 | .feedback__exit { | ||
3022 | position: absolute; | ||
3023 | top: 0; | ||
3024 | right: 0; | ||
3025 | width: 40px; | ||
3026 | height: 40px; | ||
3027 | } | ||
3028 | @media (min-width: 769px) { | ||
3029 | .feedback__exit { | ||
3030 | width: 60px; | ||
3031 | height: 60px; | ||
3032 | } | ||
3033 | } | ||
3034 | .feedback__success-subtitle { | ||
3035 | color: #F05555; | ||
3036 | font-size: 12px; | ||
3037 | line-height: 155%; | ||
3038 | font-weight: 400; | ||
3039 | text-transform: uppercase; | ||
3040 | margin-bottom: 24px; | ||
3041 | } | ||
3042 | @media (min-width: 769px) { | ||
3043 | .feedback__success-subtitle { | ||
3044 | font-size: 14px; | ||
3045 | } | ||
3046 | } | ||
3047 | .feedback__success-title { | ||
3048 | font-family: "Montserrat", sans-serif; | ||
3049 | color: #ECECEC; | ||
3050 | font-size: 20px; | ||
3051 | line-height: 130%; | ||
3052 | font-weight: 400; | ||
3053 | margin-bottom: 24px; | ||
3054 | } | ||
3055 | @media (min-width: 769px) { | ||
3056 | .feedback__success-title { | ||
3057 | font-size: 34px; | ||
3058 | margin-bottom: 16px; | ||
3059 | } | ||
3060 | } | ||
3061 | .feedback__success-text { | ||
3062 | color: #ADADAD; | ||
3063 | font-size: 16px; | ||
3064 | line-height: 160%; | ||
3065 | margin-bottom: 24px; | ||
3066 | } | ||
3067 | .feedback__success-btn { | ||
3068 | padding: 21px 35px; | ||
3069 | } | ||
3070 | @media (min-width: 769px) { | ||
3071 | .feedback__success-btn { | ||
3072 | padding: 21px 41px; | ||
3073 | } | ||
3074 | } | ||
3075 | |||
3076 | .footer__container { | ||
3077 | padding: 80px 6px; | ||
3078 | } | ||
3079 | .footer__logo { | ||
3080 | margin-bottom: 32px; | ||
3081 | } | ||
3082 | .footer__logo img { | ||
3083 | max-width: 300px; | ||
3084 | } | ||
3085 | @media screen and (max-width: 640px) { | ||
3086 | .footer__logo img { | ||
3087 | max-width: 136px; | ||
3088 | } | ||
3089 | } | ||
3090 | .footer__logo img:nth-child(2) { | ||
3091 | display: none; | ||
3092 | } | ||
3093 | .footer__box { | ||
3094 | display: flex; | ||
3095 | justify-content: space-between; | ||
3096 | } | ||
3097 | @media screen and (max-width: 1200px) { | ||
3098 | .footer__box { | ||
3099 | flex-direction: column; | ||
3100 | row-gap: 64px; | ||
3101 | margin-bottom: 64px; | ||
3102 | } | ||
3103 | } | ||
3104 | @media screen and (max-width: 640px) { | ||
3105 | .footer__box { | ||
3106 | row-gap: 40px; | ||
3107 | } | ||
3108 | } | ||
3109 | .footer__content { | ||
3110 | display: flex; | ||
3111 | column-gap: 32px; | ||
3112 | margin-bottom: 40px; | ||
3113 | } | ||
3114 | @media screen and (max-width: 1200px) { | ||
3115 | .footer__content { | ||
3116 | margin-bottom: 0; | ||
3117 | column-gap: 52px; | ||
3118 | } | ||
3119 | } | ||
3120 | @media screen and (max-width: 640px) { | ||
3121 | .footer__content { | ||
3122 | flex-direction: column; | ||
3123 | row-gap: 40px; | ||
3124 | margin-bottom: 0; | ||
3125 | } | ||
3126 | } | ||
3127 | .footer__content-cta { | ||
3128 | max-width: 408px; | ||
3129 | } | ||
3130 | .footer__title { | ||
3131 | color: #ECECEC; | ||
3132 | margin-bottom: 40px; | ||
3133 | } | ||
3134 | @media screen and (max-width: 640px) { | ||
3135 | .footer__title { | ||
3136 | margin-bottom: 24px; | ||
3137 | } | ||
3138 | } | ||
3139 | .footer-menu { | ||
3140 | padding-top: 77px; | ||
3141 | display: flex; | ||
3142 | flex-direction: column; | ||
3143 | row-gap: 32px; | ||
3144 | } | ||
3145 | @media screen and (max-width: 1200px) { | ||
3146 | .footer-menu { | ||
3147 | padding-top: 0; | ||
3148 | } | ||
3149 | } | ||
3150 | @media screen and (max-width: 640px) { | ||
3151 | .footer-menu { | ||
3152 | row-gap: 16px; | ||
3153 | } | ||
3154 | } | ||
3155 | .footer-menu__title { | ||
3156 | text-transform: uppercase; | ||
3157 | color: #ECECEC; | ||
3158 | } | ||
3159 | .footer-menu__list { | ||
3160 | display: flex; | ||
3161 | flex-direction: column; | ||
3162 | row-gap: 16px; | ||
3163 | } | ||
3164 | @media screen and (max-width: 640px) { | ||
3165 | .footer-menu__list { | ||
3166 | row-gap: 8px; | ||
3167 | } | ||
3168 | } | ||
3169 | .footer-menu__contact-link { | ||
3170 | transition: color 0.3s; | ||
3171 | } | ||
3172 | .footer-menu__contact-link:hover { | ||
3173 | color: #ADADAD; | ||
3174 | } | ||
3175 | .light-mode .footer-menu__contact-link:hover { | ||
3176 | color: #ADADAD; | ||
3177 | } | ||
3178 | .footer-menu__contact-social { | ||
3179 | transition: opacity 0.3s; | ||
3180 | position: relative; | ||
3181 | width: 40px; | ||
3182 | height: 40px; | ||
3183 | } | ||
3184 | .footer-menu__contact-social:hover { | ||
3185 | opacity: 0.6; | ||
3186 | } | ||
3187 | .footer-menu__contact-address { | ||
3188 | max-width: 300px; | ||
3189 | } | ||
3190 | .light-mode .footer-menu__contact-icon { | ||
3191 | display: none; | ||
3192 | } | ||
3193 | .footer-menu__contact-icon_black { | ||
3194 | position: absolute; | ||
3195 | top: 0; | ||
3196 | left: 0; | ||
3197 | display: none; | ||
3198 | } | ||
3199 | .light-mode .footer-menu__contact-icon_black { | ||
3200 | display: block; | ||
3201 | } | ||
3202 | .footer__contacts { | ||
3203 | display: flex; | ||
3204 | flex-direction: column; | ||
3205 | row-gap: 16px; | ||
3206 | padding-top: 74px; | ||
3207 | margin-bottom: 40px; | ||
3208 | } | ||
3209 | @media screen and (max-width: 1200px) { | ||
3210 | .footer__contacts { | ||
3211 | padding-top: 0; | ||
3212 | margin-bottom: 0; | ||
3213 | } | ||
3214 | } | ||
3215 | .footer__copy-line { | ||
3216 | width: 100%; | ||
3217 | height: 1px; | ||
3218 | background-color: #ADADAD; | ||
3219 | margin-bottom: 24px; | ||
3220 | } | ||
3221 | .light-mode .footer__copy-line { | ||
3222 | background-color: rgba(240, 85, 85, 0.3019607843); | ||
3223 | } | ||
3224 | .footer__copy-box { | ||
3225 | display: flex; | ||
3226 | justify-content: space-between; | ||
3227 | } | ||
3228 | @media screen and (max-width: 640px) { | ||
3229 | .footer__copy-box { | ||
3230 | flex-direction: column; | ||
3231 | row-gap: 8px; | ||
3232 | } | ||
3233 | } | ||
3234 | .footer__link { | ||
3235 | width: 298px; | ||
3236 | } | ||
3237 | .footer__link span { | ||
3238 | border-bottom: 1px solid #ADADAD; | ||
3239 | } | ||
3240 | .light-mode .footer__link span { | ||
3241 | border-bottom: 1px solid #242424; | ||
3242 | } |
local/templates/main/components/bitrix/news/articles/bitrix/news.detail/article/template.php
File was created | 1 | <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); | |
2 | /** @var array $arParams */ | ||
3 | /** @var array $arResult */ | ||
4 | /** @global CMain $APPLICATION */ | ||
5 | /** @global CUser $USER */ | ||
6 | /** @global CDatabase $DB */ | ||
7 | /** @var CBitrixComponentTemplate $this */ | ||
8 | /** @var string $templateName */ | ||
9 | /** @var string $templateFile */ | ||
10 | /** @var string $templateFolder */ | ||
11 | /** @var string $componentPath */ | ||
12 | /** @var CBitrixComponent $component */ | ||
13 | $this->setFrameMode(true); | ||
14 | ?> | ||
15 | <? if($arResult['PROPERTIES']['INFOTEXT_ONE']['VALUE']): ?> | ||
16 | <div class="wrapper black-background"> | ||
17 | <section class="section cover-security black-background"> | ||
18 | <div class="cover-security__img"> | ||
19 | <img class="cover-security__img_color" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> | ||
20 | <img class="cover-security__img_black" src="<?= CFile::GetPath($arResult["PROPERTIES"]["DETAIL_IMAGE"]['VALUE']); ?>" alt=""/> | ||
21 | </div> | ||
22 | <div class="container cover-security__container"> | ||
23 | <div class="cover-security__head"> | ||
24 | <h1 class="h1 cover-security__title fade-in"> | ||
25 | <?= $arResult['PROPERTIES']['H1_TITLE']['~VALUE']['TEXT']?> | ||
26 | </h1> | ||
27 | <div class="red-line cover-security__lines cover-security__line fade-in"></div> | ||
28 | <button class="button button_style_red cover-security__btn fade-in popup-form-open" type="button" | ||
29 | data-subject="Заявка с обложки ИБ">Оставить заявку | ||
30 | </button> | ||
31 | </div> | ||
32 | <ul class="cover-security__cards"> | ||
33 | <?foreach ($arResult['PROPERTIES']['MAIN_POINTS']['VALUE'] as $point): ?> | ||
34 | <li class="cover-security__card fade-in"> | ||
35 | <div class="cover-security__card-line"></div> | ||
36 | <div class="fact cover-security__card-text"><?= $point ?></div> | ||
37 | </li> | ||
38 | <?endforeach;?> | ||
39 | </ul> | ||
40 | </div> | ||
41 | </section> | ||
42 | <section class="section services-security black-background"> | ||
43 | <div class="container services-security__container"> | ||
44 | <h2 class="h2 services-security__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE']['~VALUE']['TEXT'] ?></h2> | ||
45 | <div class="services-security__info"> | ||
46 | <?= $arResult['PROPERTIES']['INFOTEXT_ONE']['~VALUE']['TEXT'] ?> | ||
47 | </div> | ||
48 | </div> | ||
49 | </section> | ||
50 | </div> | ||
51 | <?else:?> | ||
52 | <section class="section decisions"> | ||
53 | <div class="container decisions__container"> | ||
54 | <h2 class="h2 decisions__title fade-in">Страница не заполнена</h2> | ||
55 | </div> | ||
56 | </section> | ||
57 | <?endif;?> | ||
58 | <?if($arResult['PROPERTIES']['INFOTEXT_TWO']['VALUE']): ?> | ||
59 | <section class="section decisions"> | ||
60 | <div class="container decisions__container"><h2 class="h2 decisions__title fade-in"><?= $arResult['PROPERTIES']['H2_TITLE_TWO']['~VALUE']['TEXT'] ?></h2> | ||
61 | <?= $arResult['PROPERTIES']['INFOTEXT_TWO']['~VALUE']['TEXT'] ?> | ||
62 | </div> | ||
63 | </section> | ||
64 | <?endif;?> | ||
65 | |||
66 | <?if($arResult['PROPERTIES']['TEXT_THREE']['VALUE']): ?> | ||
67 | <section class="section solutions black-background"> | ||
68 | <?= $arResult['PROPERTIES']['TEXT_THREE']['~VALUE']['TEXT'] ?> | ||
69 | </section> | ||
70 | <?endif;?> | ||
71 | |||
72 | <?if($arResult['PROPERTIES']['TEXT_FOUR']['VALUE']): ?> | ||
73 | <section class="section import-security"> | ||
74 | <?= $arResult['PROPERTIES']['TEXT_FOUR']['~VALUE']['TEXT'] ?> | ||
75 | </section> | ||
76 | <?endif;?> | ||
77 | |||
78 | <?if($arResult['PROPERTIES']['TEXT_FIVE']['VALUE']): ?> | ||
79 | <section class="section support-security"> | ||
80 | <?= $arResult['PROPERTIES']['TEXT_FIVE']['~VALUE']['TEXT'] ?> | ||
81 | </section> | ||
82 | <?endif;?> | ||
83 | |||
84 | <?if($arResult['PROPERTIES']['TEXT_SIX']['VALUE']): ?> | ||
85 | <section class="section our-solutions black-background"> | ||
86 | <?= $arResult['PROPERTIES']['TEXT_SIX']['~VALUE']['TEXT'] ?> | ||
87 | </section> | ||
88 | <?endif;?> | ||
89 | |||
90 | <?if($arResult['PROPERTIES']['TEXT_SEVEN']['VALUE']): ?> | ||
91 | <section class="section cases black-background"> | ||
92 | <?= $arResult['PROPERTIES']['TEXT_SEVEN']['~VALUE']['TEXT'] ?> | ||
93 | </section> | ||
94 | <?endif;?> | ||
95 | |||
96 | <?if($arResult['PROPERTIES']['TEXT_EIGHT']['VALUE']): ?> | ||
97 | <section class="section about-security black-background"> | ||
98 | <?= $arResult['PROPERTIES']['TEXT_EIGHT']['~VALUE']['TEXT'] ?> | ||
99 | </section> | ||
100 | <?endif;?> |
local/templates/main/header.php
1 | <? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die(); | 1 | <? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die(); |
2 | use Bitrix\Main\Page\Asset; | 2 | use Bitrix\Main\Page\Asset; |
3 | /** | 3 | /** |
4 | * @global CMain $APPLICATION | 4 | * @global CMain $APPLICATION |
5 | * @global CUser $USER | 5 | * @global CUser $USER |
6 | */ | 6 | */ |
7 | CJSCore::Init(array("jquery")); | 7 | CJSCore::Init(array("jquery")); |
8 | $curPage = $APPLICATION->GetCurPage(false); | 8 | $curPage = $APPLICATION->GetCurPage(false); |
9 | $assets = \Bitrix\Main\Page\Asset::getInstance(); | 9 | $assets = \Bitrix\Main\Page\Asset::getInstance(); |
10 | 10 | ||
11 | switch ($curPage) : | 11 | switch ($curPage) : |
12 | case '/contacts/': | 12 | case '/contacts/': |
13 | $css = 'contacts.css'; | 13 | $css = 'contacts.css'; |
14 | $js = 'contacts.js'; | 14 | $js = 'contacts.js'; |
15 | break; | 15 | break; |
16 | case '/partners/': | 16 | case '/partners/': |
17 | $css = 'partners.css'; | 17 | $css = 'partners.css'; |
18 | $js = 'partners.js'; | 18 | $js = 'partners.js'; |
19 | break; | 19 | break; |
20 | case '/requisites/': | 20 | case '/requisites/': |
21 | $css = 'requisites.css'; | 21 | $css = 'requisites.css'; |
22 | $js = 'requisites.js'; | 22 | $js = 'requisites.js'; |
23 | break; | 23 | break; |
24 | case '/services/': | 24 | case '/services/': |
25 | $css = 'ib-imba.css'; | 25 | $css = 'ib-imba.css'; |
26 | $js = 'ibImba.js'; | 26 | $js = 'ibImba.js'; |
27 | break; | 27 | break; |
28 | default: | 28 | default: |
29 | $css = 'index.css'; | 29 | $css = 'index.css'; |
30 | $js = 'index.js'; | 30 | $js = 'index.js'; |
31 | endswitch; | 31 | endswitch; |
32 | ?><!DOCTYPE html> | 32 | ?><!DOCTYPE html> |
33 | <html lang="ru"> | 33 | <html lang="ru"> |
34 | <head> | 34 | <head> |
35 | <meta charset="UTF-8"> | 35 | <meta charset="UTF-8"> |
36 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 36 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
37 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 37 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
38 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 38 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
39 | <title><?php $APPLICATION->ShowTitle() ?></title> | 39 | <title><?php $APPLICATION->ShowTitle() ?></title> |
40 | <?php $APPLICATION->ShowHead() ?> | 40 | <?php $APPLICATION->ShowHead() ?> |
41 | <meta property="og:type" content="website"> | 41 | <meta property="og:type" content="website"> |
42 | <meta property="og:title" | 42 | <meta property="og:title" |
43 | content="Российский системный интегратор полного цикла – повышаем эффективность, автоматизируем процессы, внедряем продвинутые технологии"> | 43 | content="<?php $APPLICATION->ShowTitle();?>"> |
44 | <meta property="og:description" | 44 | <meta property="og:description" |
45 | content="Внедряем технологии в сфере информационной безопасности → Защищаем ИТ-инфракструтуру → Заменяем и обслуживаем импортное оборудование и ПО → Повышение производительности ЦОД → Диагностика, регламентные работы, ремонт, настройка инженерных систем"> | 45 | content="<?php $APPLICATION->ShowProperty('description');?>"> |
46 | <meta property="og:url" content="https://imba-it.ru"> | 46 | <meta property="og:url" content="https://imba-it.ru<?= $curPage ?>"> |
47 | <meta property="og:image" content="/images/badges/main.jpg"> | 47 | <meta property="og:image" content="<?php $APPLICATION->ShowProperty('image');?>"> |
48 | <meta property="og:image:width" content="1200"> | 48 | <meta property="og:image:width" content="1200"> |
49 | <meta property="og:image:height" content="630"> | 49 | <meta property="og:image:height" content="630"> |
50 | <?php $assets->addCss(SITE_TEMPLATE_PATH . '/css/' . $css); ?> | 50 | <?php $assets->addCss(SITE_TEMPLATE_PATH . '/css/' . $css); ?> |
51 | <?php $assets->addJs(SITE_TEMPLATE_PATH . '/js/commonScripts.js'); ?> | 51 | <?php $assets->addJs(SITE_TEMPLATE_PATH . '/js/commonScripts.js'); ?> |
52 | <?php $assets->addJs(SITE_TEMPLATE_PATH . '/js/' . $js); ?> | 52 | <?php $assets->addJs(SITE_TEMPLATE_PATH . '/js/' . $js); ?> |
53 | <link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml"> | 53 | <link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml"> |
54 | <script src="https://api-maps.yandex.ru/2.1/?lang=ru" type="text/javascript" data-skip-moving="true"></script> | 54 | <script src="https://api-maps.yandex.ru/2.1/?lang=ru" type="text/javascript" data-skip-moving="true"></script> |
55 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_TEMPLATE_PATH . "/include/metrika.php"], false); ?> | 55 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_TEMPLATE_PATH . "/include/metrika.php"], false); ?> |
56 | </head> | 56 | </head> |
57 | <body class="light-mode"> | 57 | <body class="light-mode"> |
58 | <?php $APPLICATION->ShowPanel() ?> | 58 | <?php $APPLICATION->ShowPanel() ?> |
59 | <body class="light-mode"> | 59 | <body class="light-mode"> |
60 | <div class="sub-header"></div> | 60 | <div class="sub-header"></div> |
61 | <header class="header"> | 61 | <header class="header"> |
62 | <div class="container header__container"> | 62 | <div class="container header__container"> |
63 | <div class="header__inner"> | 63 | <div class="header__inner"> |
64 | <a class="header__logo" href="/" title=""> | 64 | <a class="header__logo" href="/" title=""> |
65 | <img src="/images/logo.svg" alt="ИМБА ИТ Лого"> | 65 | <img src="/images/logo.svg" alt="ИМБА ИТ Лого"> |
66 | <img src="/images/logo-for-light-mode.svg" alt="ИМБА ИТ Лого"> | 66 | <img src="/images/logo-for-light-mode.svg" alt="ИМБА ИТ Лого"> |
67 | </a> | 67 | </a> |
68 | <?php $APPLICATION->IncludeComponent("bitrix:menu", "top", [ | 68 | <?php $APPLICATION->IncludeComponent("bitrix:menu", "top", [ |
69 | "ROOT_MENU_TYPE" => "top", | 69 | "ROOT_MENU_TYPE" => "top", |
70 | "MAX_LEVEL" => "1", | 70 | "MAX_LEVEL" => "1", |
71 | "CHILD_MENU_TYPE" => "top", | 71 | "CHILD_MENU_TYPE" => "top", |
72 | "DELAY" => "N", | 72 | "DELAY" => "N", |
73 | "ALLOW_MULTI_SELECT" => "N", | 73 | "ALLOW_MULTI_SELECT" => "N", |
74 | "MENU_CACHE_TYPE" => "N", | 74 | "MENU_CACHE_TYPE" => "N", |
75 | "MENU_CACHE_TIME" => "360000", | 75 | "MENU_CACHE_TIME" => "360000", |
76 | "MENU_CACHE_USE_GROUPS" => "Y", | 76 | "MENU_CACHE_USE_GROUPS" => "Y", |
77 | ] | 77 | ] |
78 | ); ?> | 78 | ); ?> |
79 | <div class="header__control"> | 79 | <div class="header__control"> |
80 | <button class="button button_style_red header-menu__button popup-form-open" type="button" | 80 | <button class="button button_style_red header-menu__button popup-form-open" type="button" |
81 | data-subject="Заявка на обратный звонок c хэдера">Связаться с нами | 81 | data-subject="Заявка на обратный звонок c хэдера">Связаться с нами |
82 | </button> | 82 | </button> |
83 | <button class="header__btn js_header_btn"> | 83 | <button class="header__btn js_header_btn"> |
84 | <svg width="66" height="26"> | 84 | <svg width="66" height="26"> |
85 | <use xlink:href="/images/sprite.svg#burger"></use> | 85 | <use xlink:href="/images/sprite.svg#burger"></use> |
86 | </svg> | 86 | </svg> |
87 | </button> | 87 | </button> |
88 | <label class="header__toggle toggle"><input class="js_toggle_input" | 88 | <label class="header__toggle toggle"><input class="js_toggle_input" |
89 | type="checkbox"><span></span></label></div> | 89 | type="checkbox"><span></span></label></div> |
90 | </div> | 90 | </div> |
91 | </div> | 91 | </div> |
92 | <div class="burger__overlay js_menu_overlay"></div> | 92 | <div class="burger__overlay js_menu_overlay"></div> |
93 | <div class="burger js_menu" style="display:none;"> | 93 | <div class="burger js_menu" style="display:none;"> |
94 | <div class="burger__container"> | 94 | <div class="burger__container"> |
95 | <button class="burger__exit js_menu_exit" type="button"> | 95 | <button class="burger__exit js_menu_exit" type="button"> |
96 | <svg width="16" height="16"> | 96 | <svg width="16" height="16"> |
97 | <use xlink:href="/images/sprite.svg#exit"></use> | 97 | <use xlink:href="/images/sprite.svg#exit"></use> |
98 | </svg> | 98 | </svg> |
99 | </button> | 99 | </button> |
100 | <div class="burger__col"> | 100 | <div class="burger__col"> |
101 | <?php $APPLICATION->IncludeComponent("bitrix:menu", "burger", [ | 101 | <?php $APPLICATION->IncludeComponent("bitrix:menu", "burger", [ |
102 | "ROOT_MENU_TYPE" => "left", | 102 | "ROOT_MENU_TYPE" => "left", |
103 | "MAX_LEVEL" => "1", | 103 | "MAX_LEVEL" => "1", |
104 | "CHILD_MENU_TYPE" => "left", | 104 | "CHILD_MENU_TYPE" => "left", |
105 | "DELAY" => "N", | 105 | "DELAY" => "N", |
106 | "ALLOW_MULTI_SELECT" => "N", | 106 | "ALLOW_MULTI_SELECT" => "N", |
107 | "MENU_CACHE_TYPE" => "N", | 107 | "MENU_CACHE_TYPE" => "N", |
108 | "MENU_CACHE_TIME" => "360000", | 108 | "MENU_CACHE_TIME" => "360000", |
109 | "MENU_CACHE_USE_GROUPS" => "Y", | 109 | "MENU_CACHE_USE_GROUPS" => "Y", |
110 | ] | 110 | ] |
111 | ); ?> | 111 | ); ?> |
112 | <div class="burger__contacts"> | 112 | <div class="burger__contacts"> |
113 | <span class="h3 burger__contacts__link"> | 113 | <span class="h3 burger__contacts__link"> |
114 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/phone.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> | 114 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/phone.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> |
115 | </span> | 115 | </span> |
116 | <span class="h3 burger__contacts__link"> | 116 | <span class="h3 burger__contacts__link"> |
117 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/email.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> | 117 | <?php $APPLICATION->IncludeComponent("bitrix:main.include", "", ["AREA_FILE_SHOW" => "file", "PATH" => SITE_DIR . "include/email.php", "AREA_FILE_RECURSIVE" => "N", "EDIT_MODE" => "text"], false); ?> |
118 | </span> | 118 | </span> |
119 | </div> | 119 | </div> |
120 | <button class="button button_style_red burger__button popup-form-open" type="button" | 120 | <button class="button button_style_red burger__button popup-form-open" type="button" |
121 | data-subject="Заявка на обратный звонок c хэдера">Связаться | 121 | data-subject="Заявка на обратный звонок c хэдера">Связаться |
122 | </button> | 122 | </button> |
123 | <label class="burger__toggle toggle"><input class="js_toggle_input" | 123 | <label class="burger__toggle toggle"><input class="js_toggle_input" |
124 | type="checkbox"><span></span></label></div> | 124 | type="checkbox"><span></span></label></div> |
125 | </div> | 125 | </div> |
126 | </div> | 126 | </div> |
127 | </header> | 127 | </header> |
partners/.section.php
1 | <? | 1 | <? |
2 | $sSectionName = "Партнеры"; | 2 | $sSectionName = "Партнеры"; |
3 | $arDirProperties = Array( | 3 | $arDirProperties = [ |
4 | 4 | "description" => "Производители систем хранения и&nbsp;защиты данных и&nbsp;ПО &rarr; Облачные сервера &rarr; Сетевое оборудование и&nbsp;системы мониторинга для систем управления ИТ &rarr; Защита операционных систем и&nbsp;платформ виртуализации &rarr;Телекоммуникационное ИТ-оборудование для операторов связи", | |
5 | ); | 5 | "keywords" => "IT-компания, партнеры, лицензии, бизнес", |
6 | "image" => "/images/badges/partners.jpg", | ||
7 | ]; | ||
6 | ?> | 8 | ?> |
partners/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); |
3 | $APPLICATION->SetPageProperty("title", "Крупные российкие и зарубежные партнёры системного интегратора ИМБА ИТ"); | ||
3 | $APPLICATION->SetTitle("Партнеры"); | 4 | $APPLICATION->SetTitle("Партнеры"); |
4 | global $arrFilter; | 5 | global $arrFilter; |
5 | ?> | 6 | ?> |
6 | <section class="section cover-partners"> | 7 | <section class="section cover-partners"> |
7 | <div class="container cover-partners__container"><h1 class="h1 cover-partners__title">Партнеры</h1> | 8 | <div class="container cover-partners__container"><h1 class="h1 cover-partners__title">Партнеры</h1> |
8 | <div class="red-line cover-partners__lines"></div> | 9 | <div class="red-line cover-partners__lines"></div> |
9 | </div> | 10 | </div> |
10 | </section> | 11 | </section> |
11 | <section class="section licenses-partners"> | 12 | <section class="section licenses-partners"> |
12 | <div class="container licenses-partners__container"><h2 class="h2 licenses-partners__title">Лицензии</h2> | 13 | <div class="container licenses-partners__container"><h2 class="h2 licenses-partners__title">Лицензии</h2> |
13 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "licenses", [ | 14 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "licenses", [ |
14 | "IBLOCK_TYPE" => "contacts", | 15 | "IBLOCK_TYPE" => "contacts", |
15 | "IBLOCK_ID" => IBID_LICENSES, | 16 | "IBLOCK_ID" => IBID_LICENSES, |
16 | "SET_TITLE" => "N", | 17 | "SET_TITLE" => "N", |
17 | "AJAX_MODE" => "N", | 18 | "AJAX_MODE" => "N", |
18 | "AJAX_OPTION_SHADOW" => "Y", | 19 | "AJAX_OPTION_SHADOW" => "Y", |
19 | "AJAX_OPTION_JUMP" => "N", | 20 | "AJAX_OPTION_JUMP" => "N", |
20 | "AJAX_OPTION_STYLE" => "Y", | 21 | "AJAX_OPTION_STYLE" => "Y", |
21 | "AJAX_OPTION_HISTORY" => "N", | 22 | "AJAX_OPTION_HISTORY" => "N", |
22 | "CACHE_TYPE" => "A", | 23 | "CACHE_TYPE" => "A", |
23 | "CACHE_TIME" => "36000000", | 24 | "CACHE_TIME" => "36000000", |
24 | "CACHE_GROUPS" => "Y", | 25 | "CACHE_GROUPS" => "Y", |
25 | "AJAX_OPTION_ADDITIONAL" => "", | 26 | "AJAX_OPTION_ADDITIONAL" => "", |
26 | ], | 27 | ], |
27 | false | 28 | false |
28 | ); ?> | 29 | ); ?> |
29 | </div> | 30 | </div> |
30 | </section> | 31 | </section> |
31 | <section class="section big-logo"> | 32 | <section class="section big-logo"> |
32 | <? $arrFilter = ["PROPERTY_BASIC_PARTNER" => "1"]; ?> | 33 | <? $arrFilter = ["PROPERTY_BASIC_PARTNER" => "1"]; ?> |
33 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "big-partners", [ | 34 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "big-partners", [ |
34 | "IBLOCK_TYPE" => "content", | 35 | "IBLOCK_TYPE" => "content", |
35 | "IBLOCK_ID" => IBID_PARTNERS, | 36 | "IBLOCK_ID" => IBID_PARTNERS, |
36 | "SET_TITLE" => "N", | 37 | "SET_TITLE" => "N", |
37 | "AJAX_MODE" => "N", | 38 | "AJAX_MODE" => "N", |
38 | "AJAX_OPTION_SHADOW" => "Y", | 39 | "AJAX_OPTION_SHADOW" => "Y", |
39 | "AJAX_OPTION_JUMP" => "N", | 40 | "AJAX_OPTION_JUMP" => "N", |
40 | "AJAX_OPTION_STYLE" => "Y", | 41 | "AJAX_OPTION_STYLE" => "Y", |
41 | "AJAX_OPTION_HISTORY" => "N", | 42 | "AJAX_OPTION_HISTORY" => "N", |
42 | "CACHE_TYPE" => "A", | 43 | "CACHE_TYPE" => "A", |
43 | "CACHE_TIME" => "36000000", | 44 | "CACHE_TIME" => "36000000", |
44 | "CACHE_GROUPS" => "Y", | 45 | "CACHE_GROUPS" => "Y", |
45 | "AJAX_OPTION_ADDITIONAL" => "", | 46 | "AJAX_OPTION_ADDITIONAL" => "", |
46 | "FILTER_NAME" => "arrFilter", | 47 | "FILTER_NAME" => "arrFilter", |
47 | "FIELD_CODE" => ["DETAIL_PICTURE"], | 48 | "FIELD_CODE" => ["DETAIL_PICTURE"], |
48 | ], | 49 | ], |
49 | false | 50 | false |
50 | ); ?> | 51 | ); ?> |
51 | </section> | 52 | </section> |
52 | <section class="section small-logo"> | 53 | <section class="section small-logo"> |
53 | <? $arrFilter = ["!PROPERTY_BASIC_PARTNER" => "1"]; ?> | 54 | <? $arrFilter = ["!PROPERTY_BASIC_PARTNER" => "1"]; ?> |
54 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "small-partners", [ | 55 | <? $APPLICATION->IncludeComponent("bitrix:news.list", "small-partners", [ |
55 | "IBLOCK_TYPE" => "content", | 56 | "IBLOCK_TYPE" => "content", |
56 | "IBLOCK_ID" => IBID_PARTNERS, | 57 | "IBLOCK_ID" => IBID_PARTNERS, |
57 | "SET_TITLE" => "N", | 58 | "SET_TITLE" => "N", |
58 | "AJAX_MODE" => "N", | 59 | "AJAX_MODE" => "N", |
59 | "AJAX_OPTION_SHADOW" => "Y", | 60 | "AJAX_OPTION_SHADOW" => "Y", |
60 | "AJAX_OPTION_JUMP" => "N", | 61 | "AJAX_OPTION_JUMP" => "N", |
61 | "AJAX_OPTION_STYLE" => "Y", | 62 | "AJAX_OPTION_STYLE" => "Y", |
62 | "AJAX_OPTION_HISTORY" => "N", | 63 | "AJAX_OPTION_HISTORY" => "N", |
63 | "CACHE_TYPE" => "A", | 64 | "CACHE_TYPE" => "A", |
64 | "CACHE_TIME" => "36000000", | 65 | "CACHE_TIME" => "36000000", |
65 | "CACHE_GROUPS" => "Y", | 66 | "CACHE_GROUPS" => "Y", |
66 | "AJAX_OPTION_ADDITIONAL" => "", | 67 | "AJAX_OPTION_ADDITIONAL" => "", |
67 | "FILTER_NAME" => "arrFilter", | 68 | "FILTER_NAME" => "arrFilter", |
68 | "FIELD_CODE" => ["DETAIL_PICTURE"], | 69 | "FIELD_CODE" => ["DETAIL_PICTURE"], |
69 | ], | 70 | ], |
70 | false | 71 | false |
71 | ); ?> | 72 | ); ?> |
72 | </section> | 73 | </section> |
73 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> | 74 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> |
requisites/.section.php
1 | <? | 1 | <? |
2 | $sSectionName = "Партнеры"; | 2 | $sSectionName = "Реквизиты"; |
3 | $arDirProperties = Array( | 3 | $arDirProperties = [ |
4 | 4 | "description" => "Официальные реквизиты компании ООО &laquo;Инжиниринг Групп&raquo;&nbsp;&mdash; ЕГРЮЛ &rarr; Коды статистики &rarr; Банковский счёт", | |
5 | ); | 5 | "keywords" => "реквизиты, информация, ИМБА", |
6 | "image" => "/images/badges/requisites.jpg", | ||
7 | ]; | ||
6 | ?> | 8 | ?> |
requisites/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); |
3 | $APPLICATION->SetPageProperty("title", "Реквизиты компании и банковского счёта ИМБА ИТ / IMBA IT"); | ||
3 | $APPLICATION->SetTitle("Реквизиты"); | 4 | $APPLICATION->SetTitle("Реквизиты"); |
4 | ?> | 5 | ?> |
5 | <section class="section cover-requisites"> | 6 | <section class="section cover-requisites"> |
6 | <div class="container cover-requisites__container"><h1 class="h1 cover-requisites__title">Реквизиты</h1> | 7 | <div class="container cover-requisites__container"><h1 class="h1 cover-requisites__title">Реквизиты</h1> |
7 | <div class="red-line cover-requisites__lines"></div> | 8 | <div class="red-line cover-requisites__lines"></div> |
8 | </div> | 9 | </div> |
9 | </section> | 10 | </section> |
10 | <section class="section table-section"> | 11 | <section class="section table-section"> |
11 | <div class="container table-section__container"> | 12 | <div class="container table-section__container"> |
12 | <table class="table-requisites"> | 13 | <table class="table-requisites"> |
13 | <thead> | 14 | <thead> |
14 | <tr> | 15 | <tr> |
15 | <td class="lead-text table-requisites__title" colspan="2">ОБЩАЯ ИНФОРМАЦИЯ</td> | 16 | <td class="lead-text table-requisites__title" colspan="2">ОБЩАЯ ИНФОРМАЦИЯ</td> |
16 | </tr> | 17 | </tr> |
17 | </thead> | 18 | </thead> |
18 | <tbody> | 19 | <tbody> |
19 | <tr class="table-requisites__row"> | 20 | <tr class="table-requisites__row"> |
20 | <td class="fact table-requisites__col-name">Торговое наименование</td> | 21 | <td class="fact table-requisites__col-name">Торговое наименование</td> |
21 | <td class="text table-requisites__col-description">ИМБА ИТ</td> | 22 | <td class="text table-requisites__col-description">ИМБА ИТ</td> |
22 | </tr> | 23 | </tr> |
23 | <tr class="table-requisites__row"> | 24 | <tr class="table-requisites__row"> |
24 | <td class="fact table-requisites__col-name">Краткое наименование</td> | 25 | <td class="fact table-requisites__col-name">Краткое наименование</td> |
25 | <td class="text table-requisites__col-description">ООО «Инжиниринг Групп»</td> | 26 | <td class="text table-requisites__col-description">ООО «Инжиниринг Групп»</td> |
26 | </tr> | 27 | </tr> |
27 | <tr class="table-requisites__row"> | 28 | <tr class="table-requisites__row"> |
28 | <td class="fact table-requisites__col-name">Юридический адрес</td> | 29 | <td class="fact table-requisites__col-name">Юридический адрес</td> |
29 | <td class="text table-requisites__col-description">117246, г. Москва, Научный проезд, д. 14А, стр. | 30 | <td class="text table-requisites__col-description">117246, г. Москва, Научный проезд, д. 14А, стр. |
30 | 1, этаж 4, пом. V | 31 | 1, этаж 4, пом. V |
31 | </td> | 32 | </td> |
32 | </tr> | 33 | </tr> |
33 | <tr class="table-requisites__row"> | 34 | <tr class="table-requisites__row"> |
34 | <td class="fact table-requisites__col-name">Фактический адрес</td> | 35 | <td class="fact table-requisites__col-name">Фактический адрес</td> |
35 | <td class="text table-requisites__col-description">117246, г. Москва, Научный проезд, д. 14А, стр. | 36 | <td class="text table-requisites__col-description">117246, г. Москва, Научный проезд, д. 14А, стр. |
36 | 1, этаж 4, пом. 4.3 | 37 | 1, этаж 4, пом. 4.3 |
37 | </td> | 38 | </td> |
38 | </tr> | 39 | </tr> |
39 | <tr class="table-requisites__row"> | 40 | <tr class="table-requisites__row"> |
40 | <td class="fact table-requisites__col-name">Генеральный директор</td> | 41 | <td class="fact table-requisites__col-name">Генеральный директор</td> |
41 | <td class="text table-requisites__col-description">Лыкин Антон Семенович</td> | 42 | <td class="text table-requisites__col-description">Лыкин Антон Семенович</td> |
42 | </tr> | 43 | </tr> |
43 | <tr class="table-requisites__row"> | 44 | <tr class="table-requisites__row"> |
44 | <td class="fact table-requisites__col-name">Главный бухгалтер</td> | 45 | <td class="fact table-requisites__col-name">Главный бухгалтер</td> |
45 | <td class="text table-requisites__col-description">Кудрицкая Татьяна Викторовна</td> | 46 | <td class="text table-requisites__col-description">Кудрицкая Татьяна Викторовна</td> |
46 | </tr> | 47 | </tr> |
47 | </tbody> | 48 | </tbody> |
48 | </table> | 49 | </table> |
49 | <table class="table-requisites"> | 50 | <table class="table-requisites"> |
50 | <thead> | 51 | <thead> |
51 | <tr> | 52 | <tr> |
52 | <td class="lead-text table-requisites__title" colspan="2">ЕГРЮЛ</td> | 53 | <td class="lead-text table-requisites__title" colspan="2">ЕГРЮЛ</td> |
53 | </tr> | 54 | </tr> |
54 | </thead> | 55 | </thead> |
55 | <tbody> | 56 | <tbody> |
56 | <tr class="table-requisites__row"> | 57 | <tr class="table-requisites__row"> |
57 | <td class="fact table-requisites__col-name">ИНН</td> | 58 | <td class="fact table-requisites__col-name">ИНН</td> |
58 | <td class="text table-requisites__col-description">7736131037</td> | 59 | <td class="text table-requisites__col-description">7736131037</td> |
59 | </tr> | 60 | </tr> |
60 | <tr class="table-requisites__row"> | 61 | <tr class="table-requisites__row"> |
61 | <td class="fact table-requisites__col-name">КПП</td> | 62 | <td class="fact table-requisites__col-name">КПП</td> |
62 | <td class="text table-requisites__col-description">772801001</td> | 63 | <td class="text table-requisites__col-description">772801001</td> |
63 | </tr> | 64 | </tr> |
64 | <tr class="table-requisites__row"> | 65 | <tr class="table-requisites__row"> |
65 | <td class="fact table-requisites__col-name">ОГРН</td> | 66 | <td class="fact table-requisites__col-name">ОГРН</td> |
66 | <td class="text table-requisites__col-description">1157746278667</td> | 67 | <td class="text table-requisites__col-description">1157746278667</td> |
67 | </tr> | 68 | </tr> |
68 | <tr class="table-requisites__row"> | 69 | <tr class="table-requisites__row"> |
69 | <td class="fact table-requisites__col-name">Уставный капитал</td> | 70 | <td class="fact table-requisites__col-name">Уставный капитал</td> |
70 | <td class="text table-requisites__col-description">10000000 ₽</td> | 71 | <td class="text table-requisites__col-description">10000000 ₽</td> |
71 | </tr> | 72 | </tr> |
72 | <tr class="table-requisites__row"> | 73 | <tr class="table-requisites__row"> |
73 | <td class="fact table-requisites__col-name">Наименование регистрирующего органа</td> | 74 | <td class="fact table-requisites__col-name">Наименование регистрирующего органа</td> |
74 | <td class="text table-requisites__col-description">Межрайонная инспекция Федеральной налоговой | 75 | <td class="text table-requisites__col-description">Межрайонная инспекция Федеральной налоговой |
75 | службы № 46 по г. Москве | 76 | службы № 46 по г. Москве |
76 | </td> | 77 | </td> |
77 | </tr> | 78 | </tr> |
78 | <tr class="table-requisites__row"> | 79 | <tr class="table-requisites__row"> |
79 | <td class="fact table-requisites__col-name">Дата регистрации</td> | 80 | <td class="fact table-requisites__col-name">Дата регистрации</td> |
80 | <td class="text table-requisites__col-description">26.03.2015</td> | 81 | <td class="text table-requisites__col-description">26.03.2015</td> |
81 | </tr> | 82 | </tr> |
82 | <tr class="table-requisites__row"> | 83 | <tr class="table-requisites__row"> |
83 | <td class="fact table-requisites__col-name">Наименование налогового органа</td> | 84 | <td class="fact table-requisites__col-name">Наименование налогового органа</td> |
84 | <td class="text table-requisites__col-description">Инспекция Федеральной налоговой службы № 28 по | 85 | <td class="text table-requisites__col-description">Инспекция Федеральной налоговой службы № 28 по |
85 | г.Москве | 86 | г.Москве |
86 | </td> | 87 | </td> |
87 | </tr> | 88 | </tr> |
88 | <tr class="table-requisites__row"> | 89 | <tr class="table-requisites__row"> |
89 | <td class="fact table-requisites__col-name">Дата постановки на учёт</td> | 90 | <td class="fact table-requisites__col-name">Дата постановки на учёт</td> |
90 | <td class="text table-requisites__col-description">05.07.2018</td> | 91 | <td class="text table-requisites__col-description">05.07.2018</td> |
91 | </tr> | 92 | </tr> |
92 | </tbody> | 93 | </tbody> |
93 | </table> | 94 | </table> |
94 | <table class="table-requisites"> | 95 | <table class="table-requisites"> |
95 | <thead> | 96 | <thead> |
96 | <tr> | 97 | <tr> |
97 | <td class="lead-text table-requisites__title" colspan="2">КОДЫ СТАТИСТИКИ</td> | 98 | <td class="lead-text table-requisites__title" colspan="2">КОДЫ СТАТИСТИКИ</td> |
98 | </tr> | 99 | </tr> |
99 | </thead> | 100 | </thead> |
100 | <tbody> | 101 | <tbody> |
101 | <tr class="table-requisites__row"> | 102 | <tr class="table-requisites__row"> |
102 | <td class="fact table-requisites__col-name">ОКВЭД (основной вид деятельности)</td> | 103 | <td class="fact table-requisites__col-name">ОКВЭД (основной вид деятельности)</td> |
103 | <td class="text table-requisites__col-description">62.09 Деятельность, связанная с использованием | 104 | <td class="text table-requisites__col-description">62.09 Деятельность, связанная с использованием |
104 | вычислительной техники и информационных технологий, прочая | 105 | вычислительной техники и информационных технологий, прочая |
105 | </td> | 106 | </td> |
106 | </tr> | 107 | </tr> |
107 | <tr class="table-requisites__row"> | 108 | <tr class="table-requisites__row"> |
108 | <td class="fact table-requisites__col-name">ОКВЭД (дополнительные виды деятельности)</td> | 109 | <td class="fact table-requisites__col-name">ОКВЭД (дополнительные виды деятельности)</td> |
109 | <td class="text table-requisites__col-description">33.13, 33.14, 33.20, 43.21, 43.29, 43.31, 43.32, | 110 | <td class="text table-requisites__col-description">33.13, 33.14, 33.20, 43.21, 43.29, 43.31, 43.32, |
110 | 43.33, 43.34, 47.63.2, 47.91.2, 47.91.3, 47.91.4, 61.10.9, 62.01, 62.02, 63.11, 63.11.1, 71.11, | 111 | 43.33, 43.34, 47.63.2, 47.91.2, 47.91.3, 47.91.4, 61.10.9, 62.01, 62.02, 63.11, 63.11.1, 71.11, |
111 | 71.12, 71.12.1, 71.12.12, 71.12.13, 71.12.5, 71.12.6, 72.19, 77.33, 95.11 | 112 | 71.12, 71.12.1, 71.12.12, 71.12.13, 71.12.5, 71.12.6, 72.19, 77.33, 95.11 |
112 | </td> | 113 | </td> |
113 | </tr> | 114 | </tr> |
114 | <tr class="table-requisites__row"> | 115 | <tr class="table-requisites__row"> |
115 | <td class="fact table-requisites__col-name">ОКПО / Идентификационный номер ТОСП</td> | 116 | <td class="fact table-requisites__col-name">ОКПО / Идентификационный номер ТОСП</td> |
116 | <td class="text table-requisites__col-description">17196987</td> | 117 | <td class="text table-requisites__col-description">17196987</td> |
117 | </tr> | 118 | </tr> |
118 | <tr class="table-requisites__row"> | 119 | <tr class="table-requisites__row"> |
119 | <td class="fact table-requisites__col-name">ОКАТО</td> | 120 | <td class="fact table-requisites__col-name">ОКАТО</td> |
120 | <td class="text table-requisites__col-description">45293590000</td> | 121 | <td class="text table-requisites__col-description">45293590000</td> |
121 | </tr> | 122 | </tr> |
122 | <tr class="table-requisites__row"> | 123 | <tr class="table-requisites__row"> |
123 | <td class="fact table-requisites__col-name">ОКТМО</td> | 124 | <td class="fact table-requisites__col-name">ОКТМО</td> |
124 | <td class="text table-requisites__col-description">45908000000</td> | 125 | <td class="text table-requisites__col-description">45908000000</td> |
125 | </tr> | 126 | </tr> |
126 | <tr class="table-requisites__row"> | 127 | <tr class="table-requisites__row"> |
127 | <td class="fact table-requisites__col-name">ОКОГУ</td> | 128 | <td class="fact table-requisites__col-name">ОКОГУ</td> |
128 | <td class="text table-requisites__col-description">4210014</td> | 129 | <td class="text table-requisites__col-description">4210014</td> |
129 | </tr> | 130 | </tr> |
130 | <tr class="table-requisites__row"> | 131 | <tr class="table-requisites__row"> |
131 | <td class="fact table-requisites__col-name">ОКФС</td> | 132 | <td class="fact table-requisites__col-name">ОКФС</td> |
132 | <td class="text table-requisites__col-description">16</td> | 133 | <td class="text table-requisites__col-description">16</td> |
133 | </tr> | 134 | </tr> |
134 | <tr class="table-requisites__row"> | 135 | <tr class="table-requisites__row"> |
135 | <td class="fact table-requisites__col-name">ОКОПФ</td> | 136 | <td class="fact table-requisites__col-name">ОКОПФ</td> |
136 | <td class="text table-requisites__col-description">12300</td> | 137 | <td class="text table-requisites__col-description">12300</td> |
137 | </tr> | 138 | </tr> |
138 | </tbody> | 139 | </tbody> |
139 | </table> | 140 | </table> |
140 | <table class="table-requisites"> | 141 | <table class="table-requisites"> |
141 | <thead> | 142 | <thead> |
142 | <tr> | 143 | <tr> |
143 | <td class="lead-text table-requisites__title" colspan="2">СЧЁТ</td> | 144 | <td class="lead-text table-requisites__title" colspan="2">СЧЁТ</td> |
144 | </tr> | 145 | </tr> |
145 | </thead> | 146 | </thead> |
146 | <tbody> | 147 | <tbody> |
147 | <tr class="table-requisites__row"> | 148 | <tr class="table-requisites__row"> |
148 | <td class="fact table-requisites__col-name">Расчётный счёт</td> | 149 | <td class="fact table-requisites__col-name">Расчётный счёт</td> |
149 | <td class="text table-requisites__col-description">40702810600000162936</td> | 150 | <td class="text table-requisites__col-description">40702810600000162936</td> |
150 | </tr> | 151 | </tr> |
151 | <tr class="table-requisites__row"> | 152 | <tr class="table-requisites__row"> |
152 | <td class="fact table-requisites__col-name">Корреспондентский счёт</td> | 153 | <td class="fact table-requisites__col-name">Корреспондентский счёт</td> |
153 | <td class="text table-requisites__col-description">30101810200000000700</td> | 154 | <td class="text table-requisites__col-description">30101810200000000700</td> |
154 | </tr> | 155 | </tr> |
155 | <tr class="table-requisites__row"> | 156 | <tr class="table-requisites__row"> |
156 | <td class="fact table-requisites__col-name">Банк</td> | 157 | <td class="fact table-requisites__col-name">Банк</td> |
157 | <td class="text table-requisites__col-description">АО «Райффайзенбанк»</td> | 158 | <td class="text table-requisites__col-description">АО «Райффайзенбанк»</td> |
158 | </tr> | 159 | </tr> |
159 | <tr class="table-requisites__row"> | 160 | <tr class="table-requisites__row"> |
160 | <td class="fact table-requisites__col-name">Адрес банка</td> | 161 | <td class="fact table-requisites__col-name">Адрес банка</td> |
161 | <td class="text table-requisites__col-description">129090, Москва, ул.Троицкая, д.17, стр. 1 | 162 | <td class="text table-requisites__col-description">129090, Москва, ул.Троицкая, д.17, стр. 1 |
162 | </td> | 163 | </td> |
163 | </tr> | 164 | </tr> |
164 | <tr class="table-requisites__row"> | 165 | <tr class="table-requisites__row"> |
165 | <td class="fact table-requisites__col-name">БИК</td> | 166 | <td class="fact table-requisites__col-name">БИК</td> |
166 | <td class="text table-requisites__col-description">044525700</td> | 167 | <td class="text table-requisites__col-description">044525700</td> |
167 | </tr> | 168 | </tr> |
168 | </tbody> | 169 | </tbody> |
169 | </table> | 170 | </table> |
170 | <a class="button button_style_outlined table-requisites__button" href="/files/rekvizity-IMBA-IT.xlsx" | 171 | <a class="button button_style_outlined table-requisites__button" href="/files/rekvizity-IMBA-IT.xlsx" |
171 | target="_blank"> Скачать реквизиты</a></div> | 172 | target="_blank"> Скачать реквизиты</a></div> |
172 | </section> | 173 | </section> |
173 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> | 174 | <? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> |
services/index.php
1 | <? | 1 | <? |
2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); | 2 | require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php"); |
3 | $APPLICATION->SetTitle("Услуги"); | 3 | $APPLICATION->SetTitle("Услуги"); |
4 | ?> | 4 | ?> |
5 | <? $APPLICATION->IncludeComponent("bitrix:news", "articles", [ | 5 | <? $APPLICATION->IncludeComponent("bitrix:news", "articles", [ |
6 | "IBLOCK_TYPE" => "news", | 6 | "IBLOCK_TYPE" => "news", |
7 | "IBLOCK_ID" => IBID_SERVICES, | 7 | "IBLOCK_ID" => "1", |
8 | "TEMPLATE_THEME" => "site", | 8 | "TEMPLATE_THEME" => "site", |
9 | "NEWS_COUNT" => "10", | 9 | "NEWS_COUNT" => "10", |
10 | "USE_SEARCH" => "N", | 10 | "USE_SEARCH" => "N", |
11 | "USE_RSS" => "Y", | 11 | "USE_RSS" => "Y", |
12 | "NUM_NEWS" => "20", | 12 | "NUM_NEWS" => "20", |
13 | "NUM_DAYS" => "180", | 13 | "NUM_DAYS" => "180", |
14 | "YANDEX" => "N", | 14 | "YANDEX" => "N", |
15 | "USE_RATING" => "N", | 15 | "USE_RATING" => "N", |
16 | "USE_CATEGORIES" => "N", | 16 | "USE_CATEGORIES" => "N", |
17 | "USE_REVIEW" => "N", | 17 | "USE_REVIEW" => "N", |
18 | "USE_FILTER" => "N", | 18 | "USE_FILTER" => "N", |
19 | "SORT_BY1" => "ACTIVE_FROM", | 19 | "SORT_BY1" => "ACTIVE_FROM", |
20 | "SORT_ORDER1" => "DESC", | 20 | "SORT_ORDER1" => "DESC", |
21 | "SORT_BY2" => "SORT", | 21 | "SORT_BY2" => "SORT", |
22 | "SORT_ORDER2" => "ASC", | 22 | "SORT_ORDER2" => "ASC", |
23 | "CHECK_DATES" => "Y", | 23 | "CHECK_DATES" => "Y", |
24 | "SEF_MODE" => "Y", | 24 | "SEF_MODE" => "Y", |
25 | "SEF_FOLDER" => "/services/", | 25 | "SEF_FOLDER" => "/services/", |
26 | "AJAX_MODE" => "N", | 26 | "AJAX_MODE" => "N", |
27 | "AJAX_OPTION_SHADOW" => "Y", | 27 | "AJAX_OPTION_SHADOW" => "Y", |
28 | "AJAX_OPTION_JUMP" => "N", | 28 | "AJAX_OPTION_JUMP" => "N", |
29 | "AJAX_OPTION_STYLE" => "Y", | 29 | "AJAX_OPTION_STYLE" => "Y", |
30 | "AJAX_OPTION_HISTORY" => "N", | 30 | "AJAX_OPTION_HISTORY" => "N", |
31 | "CACHE_TYPE" => "A", | 31 | "CACHE_TYPE" => "A", |
32 | "CACHE_TIME" => "36000000", | 32 | "CACHE_TIME" => "36000000", |
33 | "CACHE_FILTER" => "N", | 33 | "CACHE_FILTER" => "N", |
34 | "CACHE_GROUPS" => "Y", | 34 | "CACHE_GROUPS" => "Y", |
35 | "DISPLAY_PANEL" => "Y", | 35 | "DISPLAY_PANEL" => "Y", |
36 | "SET_TITLE" => "Y", | 36 | "SET_TITLE" => "Y", |
37 | "SET_STATUS_404" => "Y", | 37 | "SET_STATUS_404" => "Y", |
38 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", | 38 | "INCLUDE_IBLOCK_INTO_CHAIN" => "N", |
39 | "ADD_SECTIONS_CHAIN" => "N", | 39 | "ADD_SECTIONS_CHAIN" => "N", |
40 | "ADD_ELEMENT_CHAIN" => "Y", | 40 | "ADD_ELEMENT_CHAIN" => "Y", |
41 | "USE_PERMISSIONS" => "N", | 41 | "USE_PERMISSIONS" => "N", |
42 | "PREVIEW_TRUNCATE_LEN" => "", | 42 | "PREVIEW_TRUNCATE_LEN" => "", |
43 | "LIST_ACTIVE_DATE_FORMAT" => "d.m.Y", | 43 | "LIST_ACTIVE_DATE_FORMAT" => "d.m.Y", |
44 | "LIST_FIELD_CODE" => [ | 44 | "LIST_FIELD_CODE" => [ |
45 | 0 => "", | 45 | 0 => "", |
46 | 1 => "", | 46 | 1 => "", |
47 | ], | 47 | ], |
48 | "LIST_PROPERTY_CODE" => [ | 48 | "LIST_PROPERTY_CODE" => [ |
49 | 0 => "FULL_NAME", | 49 | 0 => "FULL_NAME", |
50 | 1 => "DETAIL_IMAGE", | 50 | 1 => "DETAIL_IMAGE", |
51 | ], | 51 | ], |
52 | "HIDE_LINK_WHEN_NO_DETAIL" => "N", | 52 | "HIDE_LINK_WHEN_NO_DETAIL" => "N", |
53 | "DISPLAY_NAME" => "Y", | 53 | "DISPLAY_NAME" => "Y", |
54 | "META_KEYWORDS" => "-", | 54 | "META_KEYWORDS" => "-", |
55 | "META_DESCRIPTION" => "-", | 55 | "META_DESCRIPTION" => "-", |
56 | "BROWSER_TITLE" => "-", | 56 | "BROWSER_TITLE" => "-", |
57 | "DETAIL_ACTIVE_DATE_FORMAT" => "d.m.Y", | 57 | "DETAIL_ACTIVE_DATE_FORMAT" => "d.m.Y", |
58 | "DETAIL_FIELD_CODE" => [ | 58 | "DETAIL_FIELD_CODE" => [ |
59 | 0 => "", | 59 | 0 => "PREVIEW_PICTURE", |
60 | 1 => "", | 60 | 1 => "", |
61 | ], | 61 | ], |
62 | "DETAIL_PROPERTY_CODE" => [ | 62 | "DETAIL_PROPERTY_CODE" => [ |
63 | 0 => "", | 63 | 0 => "FULL_NAME", |
64 | 1 => "", | 64 | 1 => "DETAIL_IMAGE", |
65 | ], | 65 | ], |
66 | "DETAIL_DISPLAY_TOP_PAGER" => "N", | 66 | "DETAIL_DISPLAY_TOP_PAGER" => "N", |
67 | "DETAIL_DISPLAY_BOTTOM_PAGER" => "Y", | 67 | "DETAIL_DISPLAY_BOTTOM_PAGER" => "Y", |
68 | "DETAIL_PAGER_TITLE" => "Страница", | 68 | "DETAIL_PAGER_TITLE" => "Страница", |
69 | "DETAIL_PAGER_TEMPLATE" => "arrows", | 69 | "DETAIL_PAGER_TEMPLATE" => "arrows", |
70 | "DETAIL_PAGER_SHOW_ALL" => "Y", | 70 | "DETAIL_PAGER_SHOW_ALL" => "Y", |
71 | "DISPLAY_TOP_PAGER" => "N", | 71 | "DISPLAY_TOP_PAGER" => "N", |
72 | "DISPLAY_BOTTOM_PAGER" => "Y", | 72 | "DISPLAY_BOTTOM_PAGER" => "Y", |
73 | "PAGER_TITLE" => "Услуги", | 73 | "PAGER_TITLE" => "Услуги", |
74 | "PAGER_SHOW_ALWAYS" => "N", | 74 | "PAGER_SHOW_ALWAYS" => "N", |
75 | "PAGER_TEMPLATE" => "arrows", | 75 | "PAGER_TEMPLATE" => "arrows", |
76 | "PAGER_DESC_NUMBERING" => "N", | 76 | "PAGER_DESC_NUMBERING" => "N", |
77 | "PAGER_DESC_NUMBERING_CACHE_TIME" => "36000000", | 77 | "PAGER_DESC_NUMBERING_CACHE_TIME" => "36000000", |
78 | "PAGER_SHOW_ALL" => "N", | 78 | "PAGER_SHOW_ALL" => "N", |
79 | "DISPLAY_DATE" => "Y", | 79 | "DISPLAY_DATE" => "Y", |
80 | "DISPLAY_PICTURE" => "Y", | 80 | "DISPLAY_PICTURE" => "Y", |
81 | "DISPLAY_PREVIEW_TEXT" => "Y", | 81 | "DISPLAY_PREVIEW_TEXT" => "Y", |
82 | "AJAX_OPTION_ADDITIONAL" => "", | 82 | "AJAX_OPTION_ADDITIONAL" => "", |
83 | "SLIDER_PROPERTY" => "PICS_NEWS", | 83 | "SLIDER_PROPERTY" => "PICS_NEWS", |
84 | "SEF_URL_TEMPLATES" => [ | 84 | "SEF_URL_TEMPLATES" => [ |
85 | "news" => "", | 85 | "news" => "", |
86 | "section" => "", | 86 | "section" => "", |
87 | "detail" => "#ELEMENT_CODE#/", | 87 | "detail" => "#ELEMENT_CODE#/", |
88 | "search" => "search/", | 88 | "search" => "search/", |
89 | "rss" => "rss/", | 89 | "rss" => "rss/", |
90 | "rss_section" => "#SECTION_ID#/rss/", | 90 | "rss_section" => "#SECTION_ID#/rss/", |
91 | ], | 91 | ], |
92 | ], | 92 | ], |
93 | false | 93 | false |
94 | ); ?><? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> | 94 | ); ?><? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?> |