Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finnv
www
Commits
0fab9e94
Commit
0fab9e94
authored
Aug 22, 2023
by
Михаил Ливач
Committed by
Stage server
Aug 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
с боевого: обновление Aspro на PHP 7.4
parent
37dc318d
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
2025 additions
and
2029 deletions
+2025
-2029
template.php
...lates/aspro-scorp/components/bitrix/menu/top/template.php
+20
-2
detail.php
...tes/aspro-scorp/components/bitrix/news/catalog/detail.php
+248
-249
detail.php
...mplates/aspro-scorp/components/bitrix/news/faq/detail.php
+86
-87
detail.php
.../aspro-scorp/components/bitrix/news/items-list/detail.php
+1
-2
detail.php
...es/aspro-scorp/components/bitrix/news/licenses/detail.php
+1
-2
detail.php
...plates/aspro-scorp/components/bitrix/news/news/detail.php
+306
-307
detail.php
...es/aspro-scorp/components/bitrix/news/partners/detail.php
+1
-2
detail.php
...es/aspro-scorp/components/bitrix/news/projects/detail.php
+1
-2
detail.php
...es/aspro-scorp/components/bitrix/news/services/detail.php
+496
-497
detail.php
...lates/aspro-scorp/components/bitrix/news/staff/detail.php
+1
-2
detail.php
...lates/aspro-scorp/components/bitrix/news/study/detail.php
+493
-494
detail.php
...tes/aspro-scorp/components/bitrix/news/vacancy/detail.php
+1
-2
responsive.css
bitrix/templates/aspro-scorp/css/responsive.css
+355
-356
responsive.min.css
bitrix/templates/aspro-scorp/css/responsive.min.css
+1
-1
template_styles.css
bitrix/templates/aspro-scorp/template_styles.css
+11
-23
template_styles.min.css
bitrix/templates/aspro-scorp/template_styles.min.css
+1
-1
share_buttons.php
include/share_buttons.php
+2
-0
No files found.
bitrix/templates/aspro-scorp/components/bitrix/menu/top/template.php
View file @
0fab9e94
...
@@ -10,7 +10,7 @@ $showBasket = (strlen(trim($arTheme['URL_BASKET_SECTION']['VALUE'])) && CSite::i
...
@@ -10,7 +10,7 @@ $showBasket = (strlen(trim($arTheme['URL_BASKET_SECTION']['VALUE'])) && CSite::i
<table>
<table>
<tr>
<tr>
<?
foreach
(
$arResult
as
$arItem
)
:?>
<?
foreach
(
$arResult
as
$arItem
)
:?>
<?
$bShowChilds
=
false
//
$arParams["MAX_LEVEL"] > 1;?>
<?
$bShowChilds
=
$arParams
[
"MAX_LEVEL"
]
>
1
;
?>
<td
class=
"
<?=
(
$arItem
[
"CHILD"
]
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
"
>
<td
class=
"
<?=
(
$arItem
[
"CHILD"
]
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
"
>
<div
class=
"wrap"
>
<div
class=
"wrap"
>
<a
class=
"
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown-toggle"
:
""
)
?>
"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
title=
"
<?=
$arItem
[
"TEXT"
]
?>
"
>
<a
class=
"
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown-toggle"
:
""
)
?>
"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
title=
"
<?=
$arItem
[
"TEXT"
]
?>
"
>
...
@@ -74,8 +74,26 @@ $showBasket = (strlen(trim($arTheme['URL_BASKET_SECTION']['VALUE'])) && CSite::i
...
@@ -74,8 +74,26 @@ $showBasket = (strlen(trim($arTheme['URL_BASKET_SECTION']['VALUE'])) && CSite::i
<?
endif
;
?>
<?
endif
;
?>
<?
if
(
$arResult
)
:?>
<?
if
(
$arResult
)
:?>
<
ul
class
="
nav
nav
-
pills
responsive
-
menu
visible
-
xs
" id="
mainMenu
">
<
ul
class
="
nav
nav
-
pills
responsive
-
menu
visible
-
xs
" id="
mainMenu
">
<li>
<div class="
logo
-
row
">
<div class="
top
-
callback
">
<div class="
phone
c_2
">
<div class="
icons
"><i class="
fa
colored
fa
-
phone
"></i></div>
<div class="
phone
-
number
">
<div>
<?
$APPLICATION->IncludeFile
(SITE_DIR."
include
/
site
-
phone
.
php
", array(), array(
"
MODE
" => "
html
",
"
NAME
" => "
Phone
",
)
);?>
</div>
</div>
</div>
</div>
</div>
</li>
<?foreach(
$arResult
as
$arItem
):?>
<?foreach(
$arResult
as
$arItem
):?>
<?
$bShowChilds
= false//
$arParams["MAX_LEVEL"]
> 1;?>
<?
$bShowChilds
=
$arParams["MAX_LEVEL"]
> 1;?>
<li class="
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
">
<li class="
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
">
<a
class=
"
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown-toggle1"
:
""
)
?>
"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
title=
"
<?=
$arItem
[
"TEXT"
]
?>
"
>
<a
class=
"
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown-toggle1"
:
""
)
?>
"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
title=
"
<?=
$arItem
[
"TEXT"
]
?>
"
>
<?=
$arItem
[
"TEXT"
]
?>
<?=
$arItem
[
"TEXT"
]
?>
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/catalog/detail.php
View file @
0fab9e94
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
<?
$this
->
setFrameMode
(
true
);
$this
->
setFrameMode
(
true
);
if
(
$_arResult
=
CScorp
::
CheckSmartFilterSEF
(
$arParams
,
$component
)){
if
(
$_arResult
=
CScorp
::
CheckSmartFilterSEF
(
$arParams
,
$component
)){
$arResult
=
$_arResult
;
$arResult
=
$_arResult
;
include
__DIR__
.
'/section.php'
;
include
__DIR__
.
'/section.php'
;
return
;
return
;
}
}
global
$arTheme
;
global
$arTheme
;
$bOrderViewBasket
=
(
trim
(
$arTheme
[
'ORDER_VIEW'
][
'VALUE'
])
===
'Y'
);
$bOrderViewBasket
=
(
trim
(
$arTheme
[
'ORDER_VIEW'
][
'VALUE'
])
===
'Y'
);
// get element
// get element
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'PROPERTY_LINK_PROJECTS'
));
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'PROPERTY_LINK_PROJECTS'
));
?>
?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?CScorp::goto404Page();?>
<?CScorp::goto404Page();?>
<?else:?>
<?else:?>
<?// rss
<?// rss
if(
$arParams['USE_RSS']
!== 'N'){
if(
$arParams['USE_RSS']
!== 'N'){
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
}?>
}?>
<?CScorp::AddMeta(
<?CScorp::AddMeta(
array(
array(
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
)
)
);?>
);?>
<div class="
catalog
detail
" itemscope itemtype="
http
://
schema
.
org
/
Product
">
<div class="
catalog
detail
" itemscope itemtype="
http
://
schema
.
org
/
Product
">
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
detail
",
"
bitrix
:
news
.
detail
",
"
catalog
",
"
catalog
",
Array(
Array(
"
S_ASK_QUESTION
" =>
$arParams["S_ASK_QUESTION"]
,
"
S_ASK_QUESTION
" =>
$arParams["S_ASK_QUESTION"]
,
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
T_GALLERY
" =>
$arParams["T_GALLERY"]
,
"
T_GALLERY
" =>
$arParams["T_GALLERY"]
,
"
T_DOCS
" =>
$arParams["T_DOCS"]
,
"
T_DOCS
" =>
$arParams["T_DOCS"]
,
"
T_PROJECTS
" =>
$arParams["T_PROJECTS"]
,
"
T_PROJECTS
" =>
$arParams["T_PROJECTS"]
,
"
T_CHARACTERISTICS
" =>
$arParams["T_CHARACTERISTICS"]
,
"
T_CHARACTERISTICS
" =>
$arParams["T_CHARACTERISTICS"]
,
"
T_VIDEO
" =>
$arParams["T_VIDEO"]
,
"
T_VIDEO
" =>
$arParams["T_VIDEO"]
,
"
DISPLAY_DATE
" =>
$arParams["DISPLAY_DATE"]
,
"
DISPLAY_DATE
" =>
$arParams["DISPLAY_DATE"]
,
"
DISPLAY_NAME
" =>
$arParams["DISPLAY_NAME"]
,
"
DISPLAY_NAME
" =>
$arParams["DISPLAY_NAME"]
,
"
DISPLAY_PICTURE
" =>
$arParams["DISPLAY_PICTURE"]
,
"
DISPLAY_PICTURE
" =>
$arParams["DISPLAY_PICTURE"]
,
"
DISPLAY_PREVIEW_TEXT
" =>
$arParams["DISPLAY_PREVIEW_TEXT"]
,
"
DISPLAY_PREVIEW_TEXT
" =>
$arParams["DISPLAY_PREVIEW_TEXT"]
,
"
IBLOCK_TYPE
" =>
$arParams["IBLOCK_TYPE"]
,
"
IBLOCK_TYPE
" =>
$arParams["IBLOCK_TYPE"]
,
"
IBLOCK_ID
" =>
$arParams["IBLOCK_ID"]
,
"
IBLOCK_ID
" =>
$arParams["IBLOCK_ID"]
,
"
FIELD_CODE
" =>
$arParams["DETAIL_FIELD_CODE"]
,
"
FIELD_CODE
" =>
$arParams["DETAIL_FIELD_CODE"]
,
"
PROPERTY_CODE
" =>
$arParams["DETAIL_PROPERTY_CODE"]
,
"
PROPERTY_CODE
" =>
$arParams["DETAIL_PROPERTY_CODE"]
,
"
DETAIL_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["detail"]
,
"
DETAIL_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["detail"]
,
"
SECTION_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["section"]
,
"
SECTION_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["section"]
,
"
META_KEYWORDS
" =>
$arParams["META_KEYWORDS"]
,
"
META_KEYWORDS
" =>
$arParams["META_KEYWORDS"]
,
"
META_DESCRIPTION
" =>
$arParams["META_DESCRIPTION"]
,
"
META_DESCRIPTION
" =>
$arParams["META_DESCRIPTION"]
,
"
BROWSER_TITLE
" =>
$arParams["BROWSER_TITLE"]
,
"
BROWSER_TITLE
" =>
$arParams["BROWSER_TITLE"]
,
"
DISPLAY_PANEL
" =>
$arParams["DISPLAY_PANEL"]
,
"
DISPLAY_PANEL
" =>
$arParams["DISPLAY_PANEL"]
,
"
SET_CANONICAL_URL
" =>
$arParams["DETAIL_SET_CANONICAL_URL"]
,
"
SET_CANONICAL_URL
" =>
$arParams["DETAIL_SET_CANONICAL_URL"]
,
"
SET_LAST_MODIFIED
" =>
$arParams["SET_LAST_MODIFIED"]
,
"
SET_LAST_MODIFIED
" =>
$arParams["SET_LAST_MODIFIED"]
,
"
SET_TITLE
" =>
$arParams["SET_TITLE"]
,
"
SET_TITLE
" =>
$arParams["SET_TITLE"]
,
"
SET_STATUS_404
" =>
$arParams["SET_STATUS_404"]
,
"
SET_STATUS_404
" =>
$arParams["SET_STATUS_404"]
,
"
SHOW_404
" =>
$arParams["SHOW_404"]
,
"
SHOW_404
" =>
$arParams["SHOW_404"]
,
"
MESSAGE_404
" =>
$arParams["MESSAGE_404"]
,
"
MESSAGE_404
" =>
$arParams["MESSAGE_404"]
,
"
FILE_404
" =>
$arParams["FILE_404"]
,
"
FILE_404
" =>
$arParams["FILE_404"]
,
"
INCLUDE_IBLOCK_INTO_CHAIN
" =>
$arParams["INCLUDE_IBLOCK_INTO_CHAIN"]
,
"
INCLUDE_IBLOCK_INTO_CHAIN
" =>
$arParams["INCLUDE_IBLOCK_INTO_CHAIN"]
,
"
ADD_SECTIONS_CHAIN
" =>
$arParams["ADD_SECTIONS_CHAIN"]
,
"
ADD_SECTIONS_CHAIN
" =>
$arParams["ADD_SECTIONS_CHAIN"]
,
"
ADD_ELEMENT_CHAIN
" =>
$arParams["ADD_ELEMENT_CHAIN"]
,
"
ADD_ELEMENT_CHAIN
" =>
$arParams["ADD_ELEMENT_CHAIN"]
,
"
ACTIVE_DATE_FORMAT
" =>
$arParams["DETAIL_ACTIVE_DATE_FORMAT"]
,
"
ACTIVE_DATE_FORMAT
" =>
$arParams["DETAIL_ACTIVE_DATE_FORMAT"]
,
"
CACHE_TYPE
" =>
$arParams["CACHE_TYPE"]
,
"
CACHE_TYPE
" =>
$arParams["CACHE_TYPE"]
,
"
CACHE_TIME
" =>
$arParams["CACHE_TIME"]
,
"
CACHE_TIME
" =>
$arParams["CACHE_TIME"]
,
"
CACHE_GROUPS
" =>
$arParams["CACHE_GROUPS"]
,
"
CACHE_GROUPS
" =>
$arParams["CACHE_GROUPS"]
,
"
USE_PERMISSIONS
" =>
$arParams["USE_PERMISSIONS"]
,
"
USE_PERMISSIONS
" =>
$arParams["USE_PERMISSIONS"]
,
"
GROUP_PERMISSIONS
" =>
$arParams["GROUP_PERMISSIONS"]
,
"
GROUP_PERMISSIONS
" =>
$arParams["GROUP_PERMISSIONS"]
,
"
DISPLAY_TOP_PAGER
" =>
$arParams["DETAIL_DISPLAY_TOP_PAGER"]
,
"
DISPLAY_TOP_PAGER
" =>
$arParams["DETAIL_DISPLAY_TOP_PAGER"]
,
"
DISPLAY_BOTTOM_PAGER
" =>
$arParams["DETAIL_DISPLAY_BOTTOM_PAGER"]
,
"
DISPLAY_BOTTOM_PAGER
" =>
$arParams["DETAIL_DISPLAY_BOTTOM_PAGER"]
,
"
PAGER_TITLE
" =>
$arParams["DETAIL_PAGER_TITLE"]
,
"
PAGER_TITLE
" =>
$arParams["DETAIL_PAGER_TITLE"]
,
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_TEMPLATE
" =>
$arParams["DETAIL_PAGER_TEMPLATE"]
,
"
PAGER_TEMPLATE
" =>
$arParams["DETAIL_PAGER_TEMPLATE"]
,
"
PAGER_SHOW_ALL
" =>
$arParams["DETAIL_PAGER_SHOW_ALL"]
,
"
PAGER_SHOW_ALL
" =>
$arParams["DETAIL_PAGER_SHOW_ALL"]
,
"
CHECK_DATES
" =>
$arParams["CHECK_DATES"]
,
"
CHECK_DATES
" =>
$arParams["CHECK_DATES"]
,
"
ELEMENT_ID
" =>
$arResult["VARIABLES"]["ELEMENT_ID"]
,
"
ELEMENT_ID
" =>
$arResult["VARIABLES"]["ELEMENT_ID"]
,
"
ELEMENT_CODE
" =>
$arResult["VARIABLES"]["ELEMENT_CODE"]
,
"
ELEMENT_CODE
" =>
$arResult["VARIABLES"]["ELEMENT_CODE"]
,
"
IBLOCK_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["news"]
,
"
IBLOCK_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["news"]
,
"
USE_SHARE
" =>
$arParams["USE_SHARE"]
,
"
USE_SHARE
" =>
$arParams["USE_SHARE"]
,
"
SHARE_HIDE
" =>
$arParams["SHARE_HIDE"]
,
"
SHARE_HIDE
" =>
$arParams["SHARE_HIDE"]
,
"
SHARE_TEMPLATE
" =>
$arParams["SHARE_TEMPLATE"]
,
"
SHARE_TEMPLATE
" =>
$arParams["SHARE_TEMPLATE"]
,
"
SHARE_HANDLERS
" =>
$arParams["SHARE_HANDLERS"]
,
"
SHARE_HANDLERS
" =>
$arParams["SHARE_HANDLERS"]
,
"
SHARE_SHORTEN_URL_LOGIN
" =>
$arParams["SHARE_SHORTEN_URL_LOGIN"]
,
"
SHARE_SHORTEN_URL_LOGIN
" =>
$arParams["SHARE_SHORTEN_URL_LOGIN"]
,
"
SHARE_SHORTEN_URL_KEY
" =>
$arParams["SHARE_SHORTEN_URL_KEY"]
,
"
SHARE_SHORTEN_URL_KEY
" =>
$arParams["SHARE_SHORTEN_URL_KEY"]
,
'STRICT_SECTION_CHECK' => (isset(
$arParams['STRICT_SECTION_CHECK']
) ?
$arParams['STRICT_SECTION_CHECK']
: ''),
'STRICT_SECTION_CHECK' => (isset(
$arParams['STRICT_SECTION_CHECK']
) ?
$arParams['STRICT_SECTION_CHECK']
: ''),
"
SECTION_ID
" =>
$arResult["VARIABLES"]["SECTION_ID"]
,
"
SECTION_ID
" =>
$arResult["VARIABLES"]["SECTION_ID"]
,
"
SECTION_CODE
" =>
$arResult["VARIABLES"]["SECTION_CODE"]
,
"
SECTION_CODE
" =>
$arResult["VARIABLES"]["SECTION_CODE"]
,
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
),
),
$component
$component
);?>
);?>
<?// stock links?>
<?// stock links?>
<?
$arStockID
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_stock'][0]
), 'MULTI' => 'Y', 'RESULT' => array('ID'))), array('PROPERTY_LINK_GOODS' =>
$arElement['ID']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y', 'IBLOCK_ID' => CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_stock'][0]
), false, false, array('ID'));?>
<?
$arStockID
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_stock'][0]
), 'MULTI' => 'Y', 'RESULT' => array('ID'))), array('PROPERTY_LINK_GOODS' =>
$arElement['ID']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y', 'IBLOCK_ID' => CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_stock'][0]
), false, false, array('ID'));?>
<?if(
$arStockID
):?>
<?if(
$arStockID
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DATE_ACTIVE_FROM
",
3 => "
DATE_ACTIVE_FROM
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PERIOD
",
0 => "
PERIOD
",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
IMAGE_POSITION
" => "
top
",
"
IMAGE_POSITION
" => "
top
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// projects links?>
<?// projects links?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<div class="
projects
item
-
views
table
">
<div class="
projects
item
-
views
table
">
<div class="
row
items
">
<div class="
row
items
">
<?
<?
$itemsCount
= count(
$arProjects
);
$itemsCount
= count(
$arProjects
);
$arParams['COLUMN_COUNT']
= 3;
$arParams['COLUMN_COUNT']
= 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$colmd
= floor(12 /
$countmd
);
$colmd
= floor(12 /
$countmd
);
$colsm
= floor(12 /
$countsm
);
$colsm
= floor(12 /
$countsm
);
?>
?>
<?foreach(
$arProjects
as
$arItem
):?>
<?foreach(
$arProjects
as
$arItem
):?>
<?
<?
// edit/add/delete buttons for edit mode
// edit/add/delete buttons for edit mode
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
?>
?>
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<?
// preview picture?>
<?
// preview picture?>
<
div
class
="
image
">
<
div
class
="
image
">
<?if(
$thumb
):?>
<?if(
$thumb
):?>
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<?
else
:?>
<?
else
:?>
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<?
endif
;
?>
<?
endif
;
?>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<?
// element name?>
<?
// element name?>
<
div
class
="
title
">
<
div
class
="
title
">
<span><?=
$arItem['NAME']
?></span>
<span><?=
$arItem['NAME']
?></span>
</div>
</div>
</div>
</div>
</a>
</a>
</div>
</div>
</div>
</div>
<?endforeach;?>
<?endforeach;?>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .info').sliceHeight();
$('.projects.item-views .item .info').sliceHeight();
});
});
</script>
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<?endif;?>
<?endif;?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
setTimeout(function(){
setTimeout(function(){
var shareHtml = $('.ya-share2').detach();
var shareHtml = $('.ya-share2').detach();
$('.share').append(shareHtml);
$('.share').append(shareHtml);
$('.ya-share2').show();
$('.ya-share2').show();
}, 100);
}, 100);
});
});
</script>
</script>
<?endif;?>
<?endif;?>
</div>
</div>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?endif;?>
<?endif;?>
<div style="
clear
:
both
"></div>
<div style="
clear
:
both
"></div>
<?
<?
$list_url
=
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['news']
;
$list_url
=
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['news']
;
if(
$arElement['IBLOCK_SECTION_ID']
)
if(
$arElement['IBLOCK_SECTION_ID']
)
{
{
$arSection
= CCache::CIBlockSection_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(
$arElement['IBLOCK_ID']
), 'MULTI' => 'N')), array('ID' =>
$arElement['IBLOCK_SECTION_ID']
, 'ACTIVE' => 'Y'), false, array('ID', 'NAME', 'SECTION_PAGE_URL'));
$arSection
= CCache::CIBlockSection_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(
$arElement['IBLOCK_ID']
), 'MULTI' => 'N')), array('ID' =>
$arElement['IBLOCK_SECTION_ID']
, 'ACTIVE' => 'Y'), false, array('ID', 'NAME', 'SECTION_PAGE_URL'));
if(
$arSection['SECTION_PAGE_URL']
)
if(
$arSection['SECTION_PAGE_URL']
)
$list_url
=
$arSection['SECTION_PAGE_URL']
;
$list_url
=
$arSection['SECTION_PAGE_URL']
;
}
}
?>
?>
<a class="
back
-
url
" href="
<?=
$list_url
;
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
<a class="
back
-
url
" href="
<?=
$list_url
;
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
\ No newline at end of file
bitrix/templates/aspro-scorp/components/bitrix/news/faq/detail.php
View file @
0fab9e94
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
if
(
!
defined
(
"B_PROLOG_INCLUDED"
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
<?
// get element
// get element
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
"VARIABLES"
],
$arParams
);
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
"VARIABLES"
],
$arParams
);
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
"CACHE"
=>
array
(
"TAG"
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
"IBLOCK_ID"
]),
"MULTI"
=>
"N"
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
));
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
"CACHE"
=>
array
(
"TAG"
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
"IBLOCK_ID"
]),
"MULTI"
=>
"N"
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
));
?>
?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?CScorp::goto404Page();?>
<?CScorp::goto404Page();?>
<?else:?>
<?else:?>
<?// rss
<?// rss
if(
$arParams['USE_RSS']
!== 'N'){
if(
$arParams['USE_RSS']
!== 'N'){
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
}?>
}?>
<?CScorp::AddMeta(
<?CScorp::AddMeta(
array(
array(
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
)
)
);?>
);?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
detail
",
"
bitrix
:
news
.
detail
",
"
news
",
"
news
",
Array(
Array(
"
DISPLAY_DATE
" =>
$arParams["DISPLAY_DATE"]
,
"
DISPLAY_DATE
" =>
$arParams["DISPLAY_DATE"]
,
"
DISPLAY_NAME
" =>
$arParams["DISPLAY_NAME"]
,
"
DISPLAY_NAME
" =>
$arParams["DISPLAY_NAME"]
,
"
DISPLAY_PICTURE
" =>
$arParams["DISPLAY_PICTURE"]
,
"
DISPLAY_PICTURE
" =>
$arParams["DISPLAY_PICTURE"]
,
"
DISPLAY_PREVIEW_TEXT
" =>
$arParams["DISPLAY_PREVIEW_TEXT"]
,
"
DISPLAY_PREVIEW_TEXT
" =>
$arParams["DISPLAY_PREVIEW_TEXT"]
,
"
IBLOCK_TYPE
" =>
$arParams["IBLOCK_TYPE"]
,
"
IBLOCK_TYPE
" =>
$arParams["IBLOCK_TYPE"]
,
"
IBLOCK_ID
" =>
$arParams["IBLOCK_ID"]
,
"
IBLOCK_ID
" =>
$arParams["IBLOCK_ID"]
,
"
FIELD_CODE
" =>
$arParams["DETAIL_FIELD_CODE"]
,
"
FIELD_CODE
" =>
$arParams["DETAIL_FIELD_CODE"]
,
"
PROPERTY_CODE
" =>
$arParams["DETAIL_PROPERTY_CODE"]
,
"
PROPERTY_CODE
" =>
$arParams["DETAIL_PROPERTY_CODE"]
,
"
DETAIL_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["detail"]
,
"
DETAIL_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["detail"]
,
"
SECTION_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["section"]
,
"
SECTION_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["section"]
,
"
META_KEYWORDS
" =>
$arParams["META_KEYWORDS"]
,
"
META_KEYWORDS
" =>
$arParams["META_KEYWORDS"]
,
"
META_DESCRIPTION
" =>
$arParams["META_DESCRIPTION"]
,
"
META_DESCRIPTION
" =>
$arParams["META_DESCRIPTION"]
,
"
BROWSER_TITLE
" =>
$arParams["BROWSER_TITLE"]
,
"
BROWSER_TITLE
" =>
$arParams["BROWSER_TITLE"]
,
"
DISPLAY_PANEL
" =>
$arParams["DISPLAY_PANEL"]
,
"
DISPLAY_PANEL
" =>
$arParams["DISPLAY_PANEL"]
,
"
SET_CANONICAL_URL
" =>
$arParams["DETAIL_SET_CANONICAL_URL"]
,
"
SET_CANONICAL_URL
" =>
$arParams["DETAIL_SET_CANONICAL_URL"]
,
"
STRICT_SECTION_CHECK
" =>
$arParams["STRICT_SECTION_CHECK"]
,
"
STRICT_SECTION_CHECK
" =>
$arParams["STRICT_SECTION_CHECK"]
,
"
SET_LAST_MODIFIED
" =>
$arParams["SET_LAST_MODIFIED"]
,
"
SET_LAST_MODIFIED
" =>
$arParams["SET_LAST_MODIFIED"]
,
"
SET_TITLE
" =>
$arParams["SET_TITLE"]
,
"
SET_TITLE
" =>
$arParams["SET_TITLE"]
,
"
SET_STATUS_404
" =>
$arParams["SET_STATUS_404"]
,
"
SET_STATUS_404
" =>
$arParams["SET_STATUS_404"]
,
"
INCLUDE_IBLOCK_INTO_CHAIN
" =>
$arParams["INCLUDE_IBLOCK_INTO_CHAIN"]
,
"
INCLUDE_IBLOCK_INTO_CHAIN
" =>
$arParams["INCLUDE_IBLOCK_INTO_CHAIN"]
,
"
ADD_SECTIONS_CHAIN
" =>
$arParams["ADD_SECTIONS_CHAIN"]
,
"
ADD_SECTIONS_CHAIN
" =>
$arParams["ADD_SECTIONS_CHAIN"]
,
"
ADD_ELEMENT_CHAIN
" =>
$arParams["ADD_ELEMENT_CHAIN"]
,
"
ADD_ELEMENT_CHAIN
" =>
$arParams["ADD_ELEMENT_CHAIN"]
,
"
ACTIVE_DATE_FORMAT
" =>
$arParams["DETAIL_ACTIVE_DATE_FORMAT"]
,
"
ACTIVE_DATE_FORMAT
" =>
$arParams["DETAIL_ACTIVE_DATE_FORMAT"]
,
"
CACHE_TYPE
" =>
$arParams["CACHE_TYPE"]
,
"
CACHE_TYPE
" =>
$arParams["CACHE_TYPE"]
,
"
CACHE_TIME
" =>
$arParams["CACHE_TIME"]
,
"
CACHE_TIME
" =>
$arParams["CACHE_TIME"]
,
"
CACHE_GROUPS
" =>
$arParams["CACHE_GROUPS"]
,
"
CACHE_GROUPS
" =>
$arParams["CACHE_GROUPS"]
,
"
USE_PERMISSIONS
" =>
$arParams["USE_PERMISSIONS"]
,
"
USE_PERMISSIONS
" =>
$arParams["USE_PERMISSIONS"]
,
"
GROUP_PERMISSIONS
" =>
$arParams["GROUP_PERMISSIONS"]
,
"
GROUP_PERMISSIONS
" =>
$arParams["GROUP_PERMISSIONS"]
,
"
DISPLAY_TOP_PAGER
" =>
$arParams["DETAIL_DISPLAY_TOP_PAGER"]
,
"
DISPLAY_TOP_PAGER
" =>
$arParams["DETAIL_DISPLAY_TOP_PAGER"]
,
"
DISPLAY_BOTTOM_PAGER
" =>
$arParams["DETAIL_DISPLAY_BOTTOM_PAGER"]
,
"
DISPLAY_BOTTOM_PAGER
" =>
$arParams["DETAIL_DISPLAY_BOTTOM_PAGER"]
,
"
PAGER_TITLE
" =>
$arParams["DETAIL_PAGER_TITLE"]
,
"
PAGER_TITLE
" =>
$arParams["DETAIL_PAGER_TITLE"]
,
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_TEMPLATE
" =>
$arParams["DETAIL_PAGER_TEMPLATE"]
,
"
PAGER_TEMPLATE
" =>
$arParams["DETAIL_PAGER_TEMPLATE"]
,
"
PAGER_SHOW_ALL
" =>
$arParams["DETAIL_PAGER_SHOW_ALL"]
,
"
PAGER_SHOW_ALL
" =>
$arParams["DETAIL_PAGER_SHOW_ALL"]
,
"
CHECK_DATES
" =>
$arParams["CHECK_DATES"]
,
"
CHECK_DATES
" =>
$arParams["CHECK_DATES"]
,
"
ELEMENT_ID
" =>
$arResult["VARIABLES"]["ELEMENT_ID"]
,
"
ELEMENT_ID
" =>
$arResult["VARIABLES"]["ELEMENT_ID"]
,
"
ELEMENT_CODE
" =>
$arResult["VARIABLES"]["ELEMENT_CODE"]
,
"
ELEMENT_CODE
" =>
$arResult["VARIABLES"]["ELEMENT_CODE"]
,
"
IBLOCK_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["news"]
,
"
IBLOCK_URL
" =>
$arResult["FOLDER"].$arResult["URL_TEMPLATES"]["news"]
,
"
USE_SHARE
" =>
$arParams["USE_SHARE"]
,
"
USE_SHARE
" =>
$arParams["USE_SHARE"]
,
"
SHARE_HIDE
" =>
$arParams["SHARE_HIDE"]
,
"
SHARE_HIDE
" =>
$arParams["SHARE_HIDE"]
,
"
SHARE_TEMPLATE
" =>
$arParams["SHARE_TEMPLATE"]
,
"
SHARE_TEMPLATE
" =>
$arParams["SHARE_TEMPLATE"]
,
"
SHARE_HANDLERS
" =>
$arParams["SHARE_HANDLERS"]
,
"
SHARE_HANDLERS
" =>
$arParams["SHARE_HANDLERS"]
,
"
SHARE_SHORTEN_URL_LOGIN
" =>
$arParams["SHARE_SHORTEN_URL_LOGIN"]
,
"
SHARE_SHORTEN_URL_LOGIN
" =>
$arParams["SHARE_SHORTEN_URL_LOGIN"]
,
"
SHARE_SHORTEN_URL_KEY
" =>
$arParams["SHARE_SHORTEN_URL_KEY"]
,
"
SHARE_SHORTEN_URL_KEY
" =>
$arParams["SHARE_SHORTEN_URL_KEY"]
,
),
),
$component
$component
);?>
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?endif;?>
<?endif;?>
<div style="
clear
:
both
"></div>
<div style="
clear
:
both
"></div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
</div>
</div>
</div>
</div>
\ No newline at end of file
bitrix/templates/aspro-scorp/components/bitrix/news/items-list/detail.php
View file @
0fab9e94
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/licenses/detail.php
View file @
0fab9e94
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/news/detail.php
View file @
0fab9e94
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
<?
// get element
// get element
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_STUDY'
,
'PROPERTY_LINK_SERVICES'
));
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_STUDY'
,
'PROPERTY_LINK_SERVICES'
));
?>
?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?CScorp::goto404Page();?>
<?CScorp::goto404Page();?>
<?else:?>
<?else:?>
<?// rss
<?// rss
if(
$arParams['USE_RSS']
!== 'N'){
if(
$arParams['USE_RSS']
!== 'N'){
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
}?>
}?>
<?CScorp::AddMeta(
<?CScorp::AddMeta(
array(
array(
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
)
)
);?>
);?>
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<?
$APPLICATION
->
IncludeComponent
(
<?
$APPLICATION
->
IncludeComponent
(
"bitrix:news.detail"
,
"bitrix:news.detail"
,
"news"
,
"news"
,
Array
(
Array
(
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ORDER_SERVISE"
=>
$arParams
[
"S_ORDER_SERVISE"
],
"S_ORDER_SERVISE"
=>
$arParams
[
"S_ORDER_SERVISE"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_STUDY"
=>
$arParams
[
"T_STUDY"
],
"T_STUDY"
=>
$arParams
[
"T_STUDY"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
),
),
$component
$component
);
?>
);
?>
<?
// goods links?>
<?
// goods links?>
<?
if
(
in_array
(
'LINK_GOODS'
,
$arParams
[
'DETAIL_PROPERTY_CODE'
])
&&
$arElement
[
'PROPERTY_LINK_GOODS_VALUE'
])
:?>
<?
if
(
in_array
(
'LINK_GOODS'
,
$arParams
[
'DETAIL_PROPERTY_CODE'
])
&&
$arElement
[
'PROPERTY_LINK_GOODS_VALUE'
])
:?>
<
div
class
="
wraps
nomargin
">
<
div
class
="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?global
$arTheme
;
<?global
$arTheme
;
$bOrderViewBasket
= (trim(
$arTheme['ORDER_VIEW']['VALUE']
) === 'Y');?>
$bOrderViewBasket
= (trim(
$arTheme['ORDER_VIEW']['VALUE']
) === 'Y');?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
list
",
"
bitrix
:
news
.
list
",
"
catalog
-
linked
",
"
catalog
-
linked
",
Array(
Array(
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DETAIL_PICTURE
",
3 => "
DETAIL_PICTURE
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PRICE
",
0 => "
PRICE
",
1 => "
PRICEOLD
",
1 => "
PRICEOLD
",
2 => "
ARTICLE
",
2 => "
ARTICLE
",
3 => "
FORM_ORDER
",
3 => "
FORM_ORDER
",
4 => "
STATUS
",
4 => "
STATUS
",
5 => "",
5 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// services links?>
<?// services links?>
<?if(in_array('LINK_STUDY',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STUDY_VALUE']
):?>
<?if(in_array('LINK_STUDY',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STUDY_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STUDY']
) ?
$arParams['T_STUDY']
: GetMessage('T_STUDY'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STUDY']
) ?
$arParams['T_STUDY']
: GetMessage('T_STUDY'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STUDY_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STUDY_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
list
",
"
bitrix
:
news
.
list
",
"
study
",
"
study
",
array(
array(
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_study"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_study"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "",
0 => "",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// services links?>
<?// services links?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_SERVICES_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_SERVICES_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
list
",
"
bitrix
:
news
.
list
",
"
services
",
"
services
",
array(
array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "",
0 => "",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
</div>
</div>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?endif;?>
<?endif;?>
<div style="
clear
:
both
"></div>
<div style="
clear
:
both
"></div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
</div>
</div>
</div>
</div>
\ No newline at end of file
bitrix/templates/aspro-scorp/components/bitrix/news/partners/detail.php
View file @
0fab9e94
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/projects/detail.php
View file @
0fab9e94
...
@@ -149,8 +149,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -149,8 +149,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/services/detail.php
View file @
0fab9e94
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
<?
// get element
// get element
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'DETAIL_PAGE_URL'
,
'LIST_PAGE_URL'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_REVIEWS'
,
'PROPERTY_LINK_STAFF'
,
'PROPERTY_LINK_SERVICES'
));
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'DETAIL_PAGE_URL'
,
'LIST_PAGE_URL'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_REVIEWS'
,
'PROPERTY_LINK_STAFF'
,
'PROPERTY_LINK_SERVICES'
));
?>
?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?CScorp::goto404Page();?>
<?CScorp::goto404Page();?>
<?else:?>
<?else:?>
<?// rss
<?// rss
if(
$arParams['USE_RSS']
!== 'N'){
if(
$arParams['USE_RSS']
!== 'N'){
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
}?>
}?>
<?CScorp::AddMeta(
<?CScorp::AddMeta(
array(
array(
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
)
)
);?>
);?>
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<?
$APPLICATION
->
IncludeComponent
(
<?
$APPLICATION
->
IncludeComponent
(
"bitrix:news.detail"
,
"bitrix:news.detail"
,
"services"
,
"services"
,
Array
(
Array
(
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ORDER_SERVICE"
=>
$arParams
[
"S_ORDER_SERVICE"
],
"S_ORDER_SERVICE"
=>
$arParams
[
"S_ORDER_SERVICE"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"T_PROJECTS"
=>
$arParams
[
"T_PROJECTS"
],
"T_PROJECTS"
=>
$arParams
[
"T_PROJECTS"
],
"T_REVIEWS"
=>
$arParams
[
"T_REVIEWS"
],
"T_REVIEWS"
=>
$arParams
[
"T_REVIEWS"
],
"T_STAFF"
=>
$arParams
[
"T_STAFF"
],
"T_STAFF"
=>
$arParams
[
"T_STAFF"
],
"T_VIDEO"
=>
$arParams
[
"T_VIDEO"
],
"T_VIDEO"
=>
$arParams
[
"T_VIDEO"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
),
),
$component
$component
);
?>
);
?>
<?
// stock links?>
<?
// stock links?>
<?
$arStockID
=
CCache
::
CIBlockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
'MULTI'
=>
'Y'
,
'RESULT'
=>
array
(
'ID'
))),
array
(
'PROPERTY_LINK_SERVICES'
=>
$arElement
[
'ID'
],
'ACTIVE'
=>
'Y'
,
'GLOBAL_ACTIVE'
=>
'Y'
,
'ACTIVE_DATE'
=>
'Y'
,
'IBLOCK_ID'
=>
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
false
,
false
,
array
(
'ID'
));
?>
<?
$arStockID
=
CCache
::
CIBlockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
'MULTI'
=>
'Y'
,
'RESULT'
=>
array
(
'ID'
))),
array
(
'PROPERTY_LINK_SERVICES'
=>
$arElement
[
'ID'
],
'ACTIVE'
=>
'Y'
,
'GLOBAL_ACTIVE'
=>
'Y'
,
'ACTIVE_DATE'
=>
'Y'
,
'IBLOCK_ID'
=>
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
false
,
false
,
array
(
'ID'
));
?>
<?
if
(
$arStockID
)
:?>
<?
if
(
$arStockID
)
:?>
<
div
class
="
wraps
nomargin
">
<
div
class
="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DATE_ACTIVE_FROM
",
3 => "
DATE_ACTIVE_FROM
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PERIOD
",
0 => "
PERIOD
",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
IMAGE_POSITION
" => "
top
",
"
IMAGE_POSITION
" => "
top
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// projects links?>
<?// projects links?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<div class="
projects
item
-
views
table
">
<div class="
projects
item
-
views
table
">
<div class="
row
items
">
<div class="
row
items
">
<?
<?
$itemsCount
= count(
$arProjects
);
$itemsCount
= count(
$arProjects
);
$arParams['COLUMN_COUNT']
= 3;
$arParams['COLUMN_COUNT']
= 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$colmd
= floor(12 /
$countmd
);
$colmd
= floor(12 /
$countmd
);
$colsm
= floor(12 /
$countsm
);
$colsm
= floor(12 /
$countsm
);
?>
?>
<?foreach(
$arProjects
as
$arItem
):?>
<?foreach(
$arProjects
as
$arItem
):?>
<?
<?
// edit/add/delete buttons for edit mode
// edit/add/delete buttons for edit mode
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
?>
?>
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<?
// preview picture?>
<?
// preview picture?>
<
div
class
="
image
">
<
div
class
="
image
">
<?if(
$thumb
):?>
<?if(
$thumb
):?>
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<?
else
:?>
<?
else
:?>
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<?
endif
;
?>
<?
endif
;
?>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<?
// element name?>
<?
// element name?>
<
div
class
="
title
">
<
div
class
="
title
">
<span><?=
$arItem['NAME']
?></span>
<span><?=
$arItem['NAME']
?></span>
</div>
</div>
</div>
</div>
</a>
</a>
</div>
</div>
</div>
</div>
<?endforeach;?>
<?endforeach;?>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .info').sliceHeight();
$('.projects.item-views .item .info').sliceHeight();
});
});
</script>
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<?endif;?>
<?endif;?>
<?// reviews links?>
<?// reviews links?>
<?if(in_array('LINK_REVIEWS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
):?>
<?if(in_array('LINK_REVIEWS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
):?>
<?
$arRevies
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_reviews'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'PROPERTY_POST', 'PROPERTY_DOCUMENTS', 'PREVIEW_TEXT'));?>
<?
$arRevies
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_reviews'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'PROPERTY_POST', 'PROPERTY_DOCUMENTS', 'PREVIEW_TEXT'));?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_REVIEWS']
) ?
$arParams['T_REVIEWS']
: GetMessage('T_REVIEWS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_REVIEWS']
) ?
$arParams['T_REVIEWS']
: GetMessage('T_REVIEWS'))?></h4>
<div class="
item
-
views
image_left
reviews
">
<div class="
item
-
views
image_left
reviews
">
<div class="
row
items
">
<div class="
row
items
">
<?
$count
= count(
$arRevies
);?>
<?
$count
= count(
$arRevies
);?>
<?foreach(
$arRevies
as
$arItem
):?>
<?foreach(
$arRevies
as
$arItem
):?>
<?
<?
// edit/add/delete buttons for edit mode
// edit/add/delete buttons for edit mode
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
?>
?>
<div class="
col
-
md
-
12
col
-
sm
-
12
">
<div class="
col
-
md
-
12
col
-
sm
-
12
">
<div class="
item
review
" id="
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
">
<div class="
item
review
" id="
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
">
<div
class=
"it"
>
<div
class=
"it"
>
<div
class=
"text"
>
<?=
$arItem
[
'PREVIEW_TEXT'
]
?>
</div>
<div
class=
"text"
>
<?=
$arItem
[
'PREVIEW_TEXT'
]
?>
</div>
<?
if
(
$arItem
[
'PROPERTY_DOCUMENTS_VALUE'
])
:?>
<?
if
(
$arItem
[
'PROPERTY_DOCUMENTS_VALUE'
])
:?>
<
div
class
="
row
docs
">
<
div
class
="
row
docs
">
<?foreach((array)
$arItem['PROPERTY_DOCUMENTS_VALUE']
as
$docID
):?>
<?foreach((array)
$arItem['PROPERTY_DOCUMENTS_VALUE']
as
$docID
):?>
<?
$arFile
= CScorp::get_file_info(
$docID
);?>
<?
$arFile
= CScorp::get_file_info(
$docID
);?>
<div class="
col
-
md
-
6
<?=
$arFile
[
'TYPE'
]
?>
">
<div class="
col
-
md
-
6
<?=
$arFile
[
'TYPE'
]
?>
">
<?
<?
$fileName
=
substr
(
$arFile
[
'ORIGINAL_NAME'
],
0
,
strrpos
(
$arFile
[
'ORIGINAL_NAME'
],
'.'
));
$fileName
=
substr
(
$arFile
[
'ORIGINAL_NAME'
],
0
,
strrpos
(
$arFile
[
'ORIGINAL_NAME'
],
'.'
));
$fileTitle
=
(
strlen
(
$arFile
[
'DESCRIPTION'
])
?
$arFile
[
'DESCRIPTION'
]
:
$fileName
);
$fileTitle
=
(
strlen
(
$arFile
[
'DESCRIPTION'
])
?
$arFile
[
'DESCRIPTION'
]
:
$fileName
);
?>
?>
<a
href=
"
<?=
$arFile
[
'SRC'
]
?>
"
target=
"_blank"
title=
"
<?=
$fileTitle
?>
"
>
<?=
$fileTitle
?>
</a>
<a
href=
"
<?=
$arFile
[
'SRC'
]
?>
"
target=
"_blank"
title=
"
<?=
$fileTitle
?>
"
>
<?=
$fileTitle
?>
</a>
<?=
GetMessage
(
'CT_NAME_SIZE'
)
?>
:
<?=
GetMessage
(
'CT_NAME_SIZE'
)
?>
:
<?=
CScorp
::
filesize_format
(
$arFile
[
'FILE_SIZE'
]);
?>
<?=
CScorp
::
filesize_format
(
$arFile
[
'FILE_SIZE'
]);
?>
</div>
</div>
<?
endforeach
;
?>
<?
endforeach
;
?>
</div>
</div>
<?
endif
;
?>
<?
endif
;
?>
<div
class=
"border"
></div>
<div
class=
"border"
></div>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"title"
>
<?=
$arItem
[
'NAME'
]
?>
</div>
<div
class=
"title"
>
<?=
$arItem
[
'NAME'
]
?>
</div>
<?
if
(
$arItem
[
'PROPERTY_POST_VALUE'
])
:?>
<?
if
(
$arItem
[
'PROPERTY_POST_VALUE'
])
:?>
<
div
class
="
post
"><?=
$arItem['PROPERTY_POST_VALUE']
?></div>
<
div
class
="
post
"><?=
$arItem['PROPERTY_POST_VALUE']
?></div>
<?endif;?>
<?endif;?>
</div>
</div>
</div>
</div>
</div>
</div>
<?endforeach;?>
<?endforeach;?>
</div>
</div>
<?if(
$count
> 1):?>
<?if(
$count
> 1):?>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
$('.reviews.item-views .item .it').sliceHeight();
$('.reviews.item-views .item .it').sliceHeight();
});
});
</script>
</script>
<?endif;?>
<?endif;?>
</div>
</div>
</div>
</div>
<?endif;?>
<?endif;?>
<?// staff links?>
<?// staff links?>
<?if(in_array('LINK_STAFF',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STAFF_VALUE']
):?>
<?if(in_array('LINK_STAFF',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STAFF_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STAFF']
) ?
$arParams['T_STAFF']
: (is_array(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) && count(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) > 1 ? GetMessage('T_STAFF2') : GetMessage('T_STAFF1')))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STAFF']
) ?
$arParams['T_STAFF']
: (is_array(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) && count(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) > 1 ? GetMessage('T_STAFF2') : GetMessage('T_STAFF1')))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STAFF_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STAFF_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
staff
-
linked
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
staff
-
linked
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_staff"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_staff"][0]
,
"
NEWS_COUNT
" => "
30
",
"
NEWS_COUNT
" => "
30
",
"
SORT_BY1
" => "
SORT
",
"
SORT_BY1
" => "
SORT
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "",
"
SORT_BY2
" => "",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
EMAIL
",
0 => "
EMAIL
",
1 => "
POST
",
1 => "
POST
",
2 => "
PHONE
",
2 => "
PHONE
",
3 => "",
3 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
360000
",
"
CACHE_TIME
" => "
360000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
Y
",
"
ADD_SECTIONS_CHAIN
" => "
Y
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "",
"
PAGER_TEMPLATE
" => "",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
table
",
"
VIEW_TYPE
" => "
table
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_SECTION_PREVIEW_DESCRIPTION
" => "
N
",
"
SHOW_SECTION_PREVIEW_DESCRIPTION
" => "
N
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// goods links?>
<?// goods links?>
<?if(in_array('LINK_GOODS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_GOODS_VALUE']
):?>
<?if(in_array('LINK_GOODS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_GOODS_VALUE']
):?>
<?global
$arTheme
;
<?global
$arTheme
;
$bOrderViewBasket
= (trim(
$arTheme['ORDER_VIEW']['VALUE']
) === 'Y');?>
$bOrderViewBasket
= (trim(
$arTheme['ORDER_VIEW']['VALUE']
) === 'Y');?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
list
",
"
bitrix
:
news
.
list
",
"
catalog
-
linked
",
"
catalog
-
linked
",
Array(
Array(
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DETAIL_PICTURE
",
3 => "
DETAIL_PICTURE
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PRICE
",
0 => "
PRICE
",
1 => "
PRICEOLD
",
1 => "
PRICEOLD
",
2 => "
ARTICLE
",
2 => "
ARTICLE
",
3 => "
FORM_ORDER
",
3 => "
FORM_ORDER
",
4 => "
STATUS
",
4 => "
STATUS
",
5 => "",
5 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
"
ORDER_VIEW
" =>
$bOrderViewBasket
,
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// services links?>
<?// services links?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array("
ID
" =>
$arElement["PROPERTY_LINK_SERVICES_VALUE"]
);?>
<?global
$arrrFilter
;
$arrrFilter
= array("
ID
" =>
$arElement["PROPERTY_LINK_SERVICES_VALUE"]
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
services
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
services
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "",
0 => "",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
IMAGE_POSITION
" => "
top
",
"
IMAGE_POSITION
" => "
top
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
</div>
</div>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?endif;?>
<?endif;?>
<div style="
clear
:
both
"></div>
<div style="
clear
:
both
"></div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
</div>
</div>
</div>
</div>
\ No newline at end of file
bitrix/templates/aspro-scorp/components/bitrix/news/staff/detail.php
View file @
0fab9e94
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/study/detail.php
View file @
0fab9e94
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
if
(
!
defined
(
'B_PROLOG_INCLUDED'
)
||
B_PROLOG_INCLUDED
!==
true
)
die
();
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
$this
->
setFrameMode
(
true
);
?>
<?
<?
// get element
// get element
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arItemFilter
=
CScorp
::
GetCurrentElementFilter
(
$arResult
[
'VARIABLES'
],
$arParams
);
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'DETAIL_PAGE_URL'
,
'LIST_PAGE_URL'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_REVIEWS'
,
'PROPERTY_LINK_STAFF'
,
'PROPERTY_LINK_SERVICES'
));
$arElement
=
CCache
::
CIblockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
$arParams
[
'IBLOCK_ID'
]),
'MULTI'
=>
'N'
)),
$arItemFilter
,
false
,
false
,
array
(
'ID'
,
'PREVIEW_TEXT'
,
'IBLOCK_SECTION_ID'
,
'PREVIEW_PICTURE'
,
'DETAIL_PICTURE'
,
'DETAIL_PAGE_URL'
,
'LIST_PAGE_URL'
,
'PROPERTY_LINK_PROJECTS'
,
'PROPERTY_LINK_GOODS'
,
'PROPERTY_LINK_REVIEWS'
,
'PROPERTY_LINK_STAFF'
,
'PROPERTY_LINK_SERVICES'
));
?>
?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<?
if
(
!
$arElement
&&
$arParams
[
'SET_STATUS_404'
]
!==
'Y'
)
:?>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<
div
class
="
alert
alert
-
warning
"><?=GetMessage("
ELEMENT_NOTFOUND
")?></div>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?elseif(!
$arElement
&&
$arParams['SET_STATUS_404']
=== 'Y'):?>
<?CScorp::goto404Page();?>
<?CScorp::goto404Page();?>
<?else:?>
<?else:?>
<?// rss
<?// rss
if(
$arParams['USE_RSS']
!== 'N'){
if(
$arParams['USE_RSS']
!== 'N'){
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
CScorp::ShowRSSIcon(
$arResult['FOLDER'].$arResult['URL_TEMPLATES']['rss']
);
}?>
}?>
<?CScorp::AddMeta(
<?CScorp::AddMeta(
array(
array(
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:description' =>
$arElement['PREVIEW_TEXT']
,
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
'og:image' => ((
$arElement['PREVIEW_PICTURE']
||
$arElement['DETAIL_PICTURE']
) ? CFile::GetPath((
$arElement['PREVIEW_PICTURE']
?
$arElement['PREVIEW_PICTURE']
:
$arElement['DETAIL_PICTURE']
)) : false),
)
)
);?>
);?>
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<div class="
detail
<?=
(
$templateName
=
$component
->
{
'__template'
}
->
{
'__name'
})
?>
">
<?
$APPLICATION
->
IncludeComponent
(
<?
$APPLICATION
->
IncludeComponent
(
"bitrix:news.detail"
,
"bitrix:news.detail"
,
"study"
,
"study"
,
Array
(
Array
(
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ASK_QUESTION"
=>
$arParams
[
"S_ASK_QUESTION"
],
"S_ORDER_STUDY"
=>
$arParams
[
"S_ORDER_STUDY"
],
"S_ORDER_STUDY"
=>
$arParams
[
"S_ORDER_STUDY"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_GALLERY"
=>
$arParams
[
"T_GALLERY"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_DOCS"
=>
$arParams
[
"T_DOCS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_GOODS"
=>
$arParams
[
"T_GOODS"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"T_SERVICES"
=>
$arParams
[
"T_SERVICES"
],
"T_PROJECTS"
=>
$arParams
[
"T_PROJECTS"
],
"T_PROJECTS"
=>
$arParams
[
"T_PROJECTS"
],
"T_REVIEWS"
=>
$arParams
[
"T_REVIEWS"
],
"T_REVIEWS"
=>
$arParams
[
"T_REVIEWS"
],
"T_STAFF"
=>
$arParams
[
"T_STAFF"
],
"T_STAFF"
=>
$arParams
[
"T_STAFF"
],
"T_VIDEO"
=>
$arParams
[
"T_VIDEO"
],
"T_VIDEO"
=>
$arParams
[
"T_VIDEO"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_DATE"
=>
$arParams
[
"DISPLAY_DATE"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_NAME"
=>
$arParams
[
"DISPLAY_NAME"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PICTURE"
=>
$arParams
[
"DISPLAY_PICTURE"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"DISPLAY_PREVIEW_TEXT"
=>
$arParams
[
"DISPLAY_PREVIEW_TEXT"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_TYPE"
=>
$arParams
[
"IBLOCK_TYPE"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"IBLOCK_ID"
=>
$arParams
[
"IBLOCK_ID"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"FIELD_CODE"
=>
$arParams
[
"DETAIL_FIELD_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"PROPERTY_CODE"
=>
$arParams
[
"DETAIL_PROPERTY_CODE"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"DETAIL_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"detail"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"SECTION_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"section"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_KEYWORDS"
=>
$arParams
[
"META_KEYWORDS"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"META_DESCRIPTION"
=>
$arParams
[
"META_DESCRIPTION"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"BROWSER_TITLE"
=>
$arParams
[
"BROWSER_TITLE"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"DISPLAY_PANEL"
=>
$arParams
[
"DISPLAY_PANEL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"SET_CANONICAL_URL"
=>
$arParams
[
"DETAIL_SET_CANONICAL_URL"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"STRICT_SECTION_CHECK"
=>
$arParams
[
"STRICT_SECTION_CHECK"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_LAST_MODIFIED"
=>
$arParams
[
"SET_LAST_MODIFIED"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_TITLE"
=>
$arParams
[
"SET_TITLE"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SET_STATUS_404"
=>
$arParams
[
"SET_STATUS_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"SHOW_404"
=>
$arParams
[
"SHOW_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"MESSAGE_404"
=>
$arParams
[
"MESSAGE_404"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"INCLUDE_IBLOCK_INTO_CHAIN"
=>
$arParams
[
"INCLUDE_IBLOCK_INTO_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_SECTIONS_CHAIN"
=>
$arParams
[
"ADD_SECTIONS_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ADD_ELEMENT_CHAIN"
=>
$arParams
[
"ADD_ELEMENT_CHAIN"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"ACTIVE_DATE_FORMAT"
=>
$arParams
[
"DETAIL_ACTIVE_DATE_FORMAT"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TYPE"
=>
$arParams
[
"CACHE_TYPE"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_TIME"
=>
$arParams
[
"CACHE_TIME"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"CACHE_GROUPS"
=>
$arParams
[
"CACHE_GROUPS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"USE_PERMISSIONS"
=>
$arParams
[
"USE_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"GROUP_PERMISSIONS"
=>
$arParams
[
"GROUP_PERMISSIONS"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_TOP_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_TOP_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"DISPLAY_BOTTOM_PAGER"
=>
$arParams
[
"DETAIL_DISPLAY_BOTTOM_PAGER"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_TITLE"
=>
$arParams
[
"DETAIL_PAGER_TITLE"
],
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_SHOW_ALWAYS"
=>
"N"
,
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_TEMPLATE"
=>
$arParams
[
"DETAIL_PAGER_TEMPLATE"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"PAGER_SHOW_ALL"
=>
$arParams
[
"DETAIL_PAGER_SHOW_ALL"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"CHECK_DATES"
=>
$arParams
[
"CHECK_DATES"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_ID"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_ID"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"ELEMENT_CODE"
=>
$arResult
[
"VARIABLES"
][
"ELEMENT_CODE"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"IBLOCK_URL"
=>
$arResult
[
"FOLDER"
]
.
$arResult
[
"URL_TEMPLATES"
][
"news"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"USE_SHARE"
=>
$arParams
[
"USE_SHARE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_HIDE"
=>
$arParams
[
"SHARE_HIDE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_TEMPLATE"
=>
$arParams
[
"SHARE_TEMPLATE"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_HANDLERS"
=>
$arParams
[
"SHARE_HANDLERS"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_LOGIN"
=>
$arParams
[
"SHARE_SHORTEN_URL_LOGIN"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
"SHARE_SHORTEN_URL_KEY"
=>
$arParams
[
"SHARE_SHORTEN_URL_KEY"
],
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
'STRICT_SECTION_CHECK'
=>
(
isset
(
$arParams
[
'STRICT_SECTION_CHECK'
])
?
$arParams
[
'STRICT_SECTION_CHECK'
]
:
''
),
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_ID"
=>
$arResult
[
"VARIABLES"
][
"SECTION_ID"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
"SECTION_CODE"
=>
$arResult
[
"VARIABLES"
][
"SECTION_CODE"
],
),
),
$component
$component
);
?>
);
?>
<?
// stock links?>
<?
// stock links?>
<?
$arStockID
=
CCache
::
CIBlockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
'MULTI'
=>
'Y'
,
'RESULT'
=>
array
(
'ID'
))),
array
(
'PROPERTY_LINK_STUDY'
=>
$arElement
[
'ID'
],
'ACTIVE'
=>
'Y'
,
'GLOBAL_ACTIVE'
=>
'Y'
,
'ACTIVE_DATE'
=>
'Y'
,
'IBLOCK_ID'
=>
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
false
,
false
,
array
(
'ID'
));
?>
<?
$arStockID
=
CCache
::
CIBlockElement_GetList
(
array
(
'CACHE'
=>
array
(
'TAG'
=>
CCache
::
GetIBlockCacheTag
(
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
'MULTI'
=>
'Y'
,
'RESULT'
=>
array
(
'ID'
))),
array
(
'PROPERTY_LINK_STUDY'
=>
$arElement
[
'ID'
],
'ACTIVE'
=>
'Y'
,
'GLOBAL_ACTIVE'
=>
'Y'
,
'ACTIVE_DATE'
=>
'Y'
,
'IBLOCK_ID'
=>
CCache
::
$arIBlocks
[
SITE_ID
][
'aspro_scorp_content'
][
'aspro_scorp_stock'
][
0
]),
false
,
false
,
array
(
'ID'
));
?>
<?
if
(
$arStockID
)
:?>
<?
if
(
$arStockID
)
:?>
<
div
class
="
wraps
nomargin
">
<
div
class
="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STOCK']
) ?
$arParams['T_STOCK']
: GetMessage('T_STOCK'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arStockID
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
news
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_stock"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DATE_ACTIVE_FROM
",
3 => "
DATE_ACTIVE_FROM
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PERIOD
",
0 => "
PERIOD
",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
IMAGE_POSITION
" => "
top
",
"
IMAGE_POSITION
" => "
top
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// projects links?>
<?// projects links?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?if(in_array('LINK_PROJECTS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
):?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<?
$arProjects
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_projects'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_PROJECTS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'DETAIL_PAGE_URL', 'PREVIEW_PICTURE', 'DETAIL_PICTURE'));?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_PROJECTS']
) ?
$arParams['T_PROJECTS']
: GetMessage('T_PROJECTS'))?></h4>
<div class="
projects
item
-
views
table
">
<div class="
projects
item
-
views
table
">
<div class="
row
items
">
<div class="
row
items
">
<?
<?
$itemsCount
= count(
$arProjects
);
$itemsCount
= count(
$arProjects
);
$arParams['COLUMN_COUNT']
= 3;
$arParams['COLUMN_COUNT']
= 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
//
$arParams['COLUMN_COUNT']
= (
$arParams['COLUMN_COUNT']
> 0 &&
$arParams['COLUMN_COUNT']
< 6) ? (
$arParams['COLUMN_COUNT']
>
$itemsCount
?
$itemsCount
:
$arParams['COLUMN_COUNT']
) : 3;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countmd
=
$arParams['COLUMN_COUNT']
;
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$countsm
= ((
$tmp
= ceil(
$arParams['COLUMN_COUNT']
/ 2)) > 2 ?
$tmp
: (!
$tmp
? 1 :
$tmp
));
$colmd
= floor(12 /
$countmd
);
$colmd
= floor(12 /
$countmd
);
$colsm
= floor(12 /
$countsm
);
$colsm
= floor(12 /
$countsm
);
?>
?>
<?foreach(
$arProjects
as
$arItem
):?>
<?foreach(
$arProjects
as
$arItem
):?>
<?
<?
// edit/add/delete buttons for edit mode
// edit/add/delete buttons for edit mode
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
$thumb
= CFile::GetPath(
$arItem['PREVIEW_PICTURE']
?
$arItem['PREVIEW_PICTURE']
:
$arItem['DETAIL_PICTURE']
);
?>
?>
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div class="
col
-
md
-<?=
$colmd
?>
col-sm-
<?=
$colsm
?>
">
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<div
class=
"item noborder"
id=
"
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<a
href=
"
<?=
$arItem
[
'DETAIL_PAGE_URL'
]
?>
"
class=
"blink"
>
<?
// preview picture?>
<?
// preview picture?>
<
div
class
="
image
">
<
div
class
="
image
">
<?if(
$thumb
):?>
<?if(
$thumb
):?>
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<img src="
<?=
$thumb
?>
" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" class="img-responsive" />
<?
else
:?>
<?
else
:?>
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<
img
class
="
img
-
responsive
" src="
<?=
SITE_TEMPLATE_PATH
?>
/images/noimage.png" alt="
<?=
$arItem
[
'NAME'
]
?>
" title="
<?=
$arItem
[
'NAME'
]
?>
" />
<?
endif
;
?>
<?
endif
;
?>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<?
// element name?>
<?
// element name?>
<
div
class
="
title
">
<
div
class
="
title
">
<span><?=
$arItem['NAME']
?></span>
<span><?=
$arItem['NAME']
?></span>
</div>
</div>
</div>
</div>
</a>
</a>
</div>
</div>
</div>
</div>
<?endforeach;?>
<?endforeach;?>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .image').sliceHeight({lineheight: -3});
$('.projects.item-views .item .info').sliceHeight();
$('.projects.item-views .item .info').sliceHeight();
});
});
</script>
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<?endif;?>
<?endif;?>
<?// reviews links?>
<?// reviews links?>
<?if(in_array('LINK_REVIEWS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
):?>
<?if(in_array('LINK_REVIEWS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
):?>
<?
$arRevies
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_reviews'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'PROPERTY_POST', 'PROPERTY_DOCUMENTS', 'PREVIEW_TEXT'));?>
<?
$arRevies
= CCache::CIBlockElement_GetList(array('CACHE' => array('TAG' => CCache::GetIBlockCacheTag(CCache::
$arIBlocks[SITE_ID]['aspro_scorp_content']['aspro_scorp_reviews'][0]
), 'MULTI' => 'Y')), array('ID' =>
$arElement['PROPERTY_LINK_REVIEWS_VALUE']
, 'ACTIVE' => 'Y', 'GLOBAL_ACTIVE' => 'Y', 'ACTIVE_DATE' => 'Y'), false, false, array('ID', 'NAME', 'IBLOCK_ID', 'PROPERTY_POST', 'PROPERTY_DOCUMENTS', 'PREVIEW_TEXT'));?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_REVIEWS']
) ?
$arParams['T_REVIEWS']
: GetMessage('T_REVIEWS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_REVIEWS']
) ?
$arParams['T_REVIEWS']
: GetMessage('T_REVIEWS'))?></h4>
<div class="
item
-
views
image_left
reviews
">
<div class="
item
-
views
image_left
reviews
">
<div class="
row
items
">
<div class="
row
items
">
<?
$count
= count(
$arRevies
);?>
<?
$count
= count(
$arRevies
);?>
<?foreach(
$arRevies
as
$arItem
):?>
<?foreach(
$arRevies
as
$arItem
):?>
<?
<?
// edit/add/delete buttons for edit mode
// edit/add/delete buttons for edit mode
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$arItemButtons
= CIBlock::GetPanelButtons(
$arItem['IBLOCK_ID']
,
$arItem['ID']
, 0, array('SESSID' => false, 'CATALOG' => true));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddEditAction
(
$arItem['ID']
,
$arItemButtons['edit']['edit_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_EDIT'));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
$this->AddDeleteAction
(
$arItem['ID']
,
$arItemButtons['edit']['delete_element']['ACTION_URL']
, CIBlock::GetArrayByID(
$arItem['IBLOCK_ID']
, 'ELEMENT_DELETE'), array('CONFIRM' => GetMessage('CT_BNL_ELEMENT_DELETE_CONFIRM')));
?>
?>
<div class="
col
-
md
-
12
col
-
sm
-
12
">
<div class="
col
-
md
-
12
col
-
sm
-
12
">
<div class="
item
review
" id="
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
">
<div class="
item
review
" id="
<?=
$this
->
GetEditAreaId
(
$arItem
[
'ID'
])
?>
">
<div
class=
"it"
>
<div
class=
"it"
>
<div
class=
"text"
>
<?=
$arItem
[
'PREVIEW_TEXT'
]
?>
</div>
<div
class=
"text"
>
<?=
$arItem
[
'PREVIEW_TEXT'
]
?>
</div>
<?
if
(
$arItem
[
'PROPERTY_DOCUMENTS_VALUE'
])
:?>
<?
if
(
$arItem
[
'PROPERTY_DOCUMENTS_VALUE'
])
:?>
<
div
class
="
row
docs
">
<
div
class
="
row
docs
">
<?foreach((array)
$arItem['PROPERTY_DOCUMENTS_VALUE']
as
$docID
):?>
<?foreach((array)
$arItem['PROPERTY_DOCUMENTS_VALUE']
as
$docID
):?>
<?
$arFile
= CScorp::get_file_info(
$docID
);?>
<?
$arFile
= CScorp::get_file_info(
$docID
);?>
<div class="
col
-
md
-
6
<?=
$arFile
[
'TYPE'
]
?>
">
<div class="
col
-
md
-
6
<?=
$arFile
[
'TYPE'
]
?>
">
<?
<?
$fileName
=
substr
(
$arFile
[
'ORIGINAL_NAME'
],
0
,
strrpos
(
$arFile
[
'ORIGINAL_NAME'
],
'.'
));
$fileName
=
substr
(
$arFile
[
'ORIGINAL_NAME'
],
0
,
strrpos
(
$arFile
[
'ORIGINAL_NAME'
],
'.'
));
$fileTitle
=
(
strlen
(
$arFile
[
'DESCRIPTION'
])
?
$arFile
[
'DESCRIPTION'
]
:
$fileName
);
$fileTitle
=
(
strlen
(
$arFile
[
'DESCRIPTION'
])
?
$arFile
[
'DESCRIPTION'
]
:
$fileName
);
?>
?>
<a
href=
"
<?=
$arFile
[
'SRC'
]
?>
"
target=
"_blank"
title=
"
<?=
$fileTitle
?>
"
>
<?=
$fileTitle
?>
</a>
<a
href=
"
<?=
$arFile
[
'SRC'
]
?>
"
target=
"_blank"
title=
"
<?=
$fileTitle
?>
"
>
<?=
$fileTitle
?>
</a>
<?=
GetMessage
(
'CT_NAME_SIZE'
)
?>
:
<?=
GetMessage
(
'CT_NAME_SIZE'
)
?>
:
<?=
CScorp
::
filesize_format
(
$arFile
[
'FILE_SIZE'
]);
?>
<?=
CScorp
::
filesize_format
(
$arFile
[
'FILE_SIZE'
]);
?>
</div>
</div>
<?
endforeach
;
?>
<?
endforeach
;
?>
</div>
</div>
<?
endif
;
?>
<?
endif
;
?>
<div
class=
"border"
></div>
<div
class=
"border"
></div>
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"title"
>
<?=
$arItem
[
'NAME'
]
?>
</div>
<div
class=
"title"
>
<?=
$arItem
[
'NAME'
]
?>
</div>
<?
if
(
$arItem
[
'PROPERTY_POST_VALUE'
])
:?>
<?
if
(
$arItem
[
'PROPERTY_POST_VALUE'
])
:?>
<
div
class
="
post
"><?=
$arItem['PROPERTY_POST_VALUE']
?></div>
<
div
class
="
post
"><?=
$arItem['PROPERTY_POST_VALUE']
?></div>
<?endif;?>
<?endif;?>
</div>
</div>
</div>
</div>
</div>
</div>
<?endforeach;?>
<?endforeach;?>
</div>
</div>
<?if(
$count
> 1):?>
<?if(
$count
> 1):?>
<script type="
text
/
javascript
">
<script type="
text
/
javascript
">
$(document).ready(function(){
$(document).ready(function(){
$('.reviews.item-views .item .it').sliceHeight();
$('.reviews.item-views .item .it').sliceHeight();
});
});
</script>
</script>
<?endif;?>
<?endif;?>
</div>
</div>
</div>
</div>
<?endif;?>
<?endif;?>
<?// staff links?>
<?// staff links?>
<?if(in_array('LINK_STAFF',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STAFF_VALUE']
):?>
<?if(in_array('LINK_STAFF',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_STAFF_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_STAFF']
) ?
$arParams['T_STAFF']
: (is_array(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) && count(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) > 1 ? GetMessage('T_STAFF2') : GetMessage('T_STAFF1')))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_STAFF']
) ?
$arParams['T_STAFF']
: (is_array(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) && count(
$arElement['PROPERTY_LINK_STAFF_VALUE']
) > 1 ? GetMessage('T_STAFF2') : GetMessage('T_STAFF1')))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STAFF_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_STAFF_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
staff
-
linked
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
staff
-
linked
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_staff"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_staff"][0]
,
"
NEWS_COUNT
" => "
30
",
"
NEWS_COUNT
" => "
30
",
"
SORT_BY1
" => "
SORT
",
"
SORT_BY1
" => "
SORT
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "",
"
SORT_BY2
" => "",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
EMAIL
",
0 => "
EMAIL
",
1 => "
POST
",
1 => "
POST
",
2 => "
PHONE
",
2 => "
PHONE
",
3 => "",
3 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
360000
",
"
CACHE_TIME
" => "
360000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
Y
",
"
ADD_SECTIONS_CHAIN
" => "
Y
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "",
"
PAGER_TEMPLATE
" => "",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
table
",
"
VIEW_TYPE
" => "
table
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_SECTION_PREVIEW_DESCRIPTION
" => "
N
",
"
SHOW_SECTION_PREVIEW_DESCRIPTION
" => "
N
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// goods links?>
<?// goods links?>
<?if(in_array('LINK_GOODS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_GOODS_VALUE']
):?>
<?if(in_array('LINK_GOODS',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_GOODS_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_GOODS']
) ?
$arParams['T_GOODS']
: GetMessage('T_GOODS'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?global
$arrrFilter
;
$arrrFilter
= array('ID' =>
$arElement['PROPERTY_LINK_GOODS_VALUE']
);?>
<?
$APPLICATION->IncludeComponent
(
<?
$APPLICATION->IncludeComponent
(
"
bitrix
:
news
.
list
",
"
bitrix
:
news
.
list
",
"
catalog
-
linked
",
"
catalog
-
linked
",
Array(
Array(
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
S_ORDER_PRODUCT
" =>
$arParams["S_ORDER_PRODUCT"]
,
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_TYPE
" => "
aspro_scorp_catalog
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_catalog"]["aspro_scorp_catalog"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "
DETAIL_PICTURE
",
3 => "
DETAIL_PICTURE
",
4 => "",
4 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "
PRICE
",
0 => "
PRICE
",
1 => "
PRICEOLD
",
1 => "
PRICEOLD
",
2 => "
ARTICLE
",
2 => "
ARTICLE
",
3 => "
FORM_ORDER
",
3 => "
FORM_ORDER
",
4 => "
STATUS
",
4 => "
STATUS
",
5 => "",
5 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
SHOW_DETAIL_LINK
" => "
Y
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
IMAGE_POSITION
" => "
left
",
"
IMAGE_POSITION
" => "
left
",
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
<?// services links?>
<?// services links?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<?if(in_array('LINK_SERVICES',
$arParams['DETAIL_PROPERTY_CODE']
) &&
$arElement['PROPERTY_LINK_SERVICES_VALUE']
):?>
<div class="
wraps
nomargin
">
<div class="
wraps
nomargin
">
<hr />
<hr />
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<h4 class="
underline
"><?=(strlen(
$arParams['T_SERVICES']
) ?
$arParams['T_SERVICES']
: GetMessage('T_SERVICES'))?></h4>
<?global
$arrrFilter
;
$arrrFilter
= array("
ID
" =>
$arElement["PROPERTY_LINK_SERVICES_VALUE"]
);?>
<?global
$arrrFilter
;
$arrrFilter
= array("
ID
" =>
$arElement["PROPERTY_LINK_SERVICES_VALUE"]
);?>
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
services
", array(
<?
$APPLICATION->IncludeComponent
("
bitrix
:
news
.
list
", "
services
", array(
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_TYPE
" => "
aspro_scorp_content
",
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
IBLOCK_ID
" => CCache::
$arIBlocks[SITE_ID]["aspro_scorp_content"]["aspro_scorp_services"][0]
,
"
NEWS_COUNT
" => "
20
",
"
NEWS_COUNT
" => "
20
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_BY1
" => "
ACTIVE_FROM
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_ORDER1
" => "
DESC
",
"
SORT_BY2
" => "
SORT
",
"
SORT_BY2
" => "
SORT
",
"
SORT_ORDER2
" => "
ASC
",
"
SORT_ORDER2
" => "
ASC
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FILTER_NAME
" => "
arrrFilter
",
"
FIELD_CODE
" => array(
"
FIELD_CODE
" => array(
0 => "
NAME
",
0 => "
NAME
",
1 => "
PREVIEW_TEXT
",
1 => "
PREVIEW_TEXT
",
2 => "
PREVIEW_PICTURE
",
2 => "
PREVIEW_PICTURE
",
3 => "",
3 => "",
),
),
"
PROPERTY_CODE
" => array(
"
PROPERTY_CODE
" => array(
0 => "",
0 => "",
1 => "",
1 => "",
),
),
"
CHECK_DATES
" => "
Y
",
"
CHECK_DATES
" => "
Y
",
"
DETAIL_URL
" => "",
"
DETAIL_URL
" => "",
"
AJAX_MODE
" => "
N
",
"
AJAX_MODE
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_JUMP
" => "
N
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_STYLE
" => "
Y
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
AJAX_OPTION_HISTORY
" => "
N
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TYPE
" => "
A
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_TIME
" => "
36000000
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_FILTER
" => "
Y
",
"
CACHE_GROUPS
" => "
N
",
"
CACHE_GROUPS
" => "
N
",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
PREVIEW_TRUNCATE_LEN
" => "",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
ACTIVE_DATE_FORMAT
" => "
d
.
m
.
Y
",
"
SET_TITLE
" => "
N
",
"
SET_TITLE
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
SET_STATUS_404
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
INCLUDE_IBLOCK_INTO_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
ADD_SECTIONS_CHAIN
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
HIDE_LINK_WHEN_NO_DETAIL
" => "
N
",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION
" => "",
"
PARENT_SECTION_CODE
" => "",
"
PARENT_SECTION_CODE
" => "",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
INCLUDE_SUBSECTIONS
" => "
Y
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
PAGER_TEMPLATE
" => "
.
default
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_TOP_PAGER
" => "
N
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
DISPLAY_BOTTOM_PAGER
" => "
Y
",
"
PAGER_TITLE
" => "",
"
PAGER_TITLE
" => "",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_SHOW_ALWAYS
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING
" => "
N
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_DESC_NUMBERING_CACHE_TIME
" => "
36000
",
"
PAGER_SHOW_ALL
" => "
N
",
"
PAGER_SHOW_ALL
" => "
N
",
"
VIEW_TYPE
" => "
list
",
"
VIEW_TYPE
" => "
list
",
"
SHOW_TABS
" => "
N
",
"
SHOW_TABS
" => "
N
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_IMAGE
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_NAME
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
SHOW_DETAIL
" => "
Y
",
"
IMAGE_POSITION
" => "
top
",
"
IMAGE_POSITION
" => "
top
",
"
COUNT_IN_LINE
" => "
3
",
"
COUNT_IN_LINE
" => "
3
",
"
AJAX_OPTION_ADDITIONAL
" => ""
"
AJAX_OPTION_ADDITIONAL
" => ""
),
),
false, array("
HIDE_ICONS
" => "
Y
")
false, array("
HIDE_ICONS
" => "
Y
")
);?>
);?>
</div>
</div>
<?endif;?>
<?endif;?>
</div>
</div>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?CScorp::CheckAdditionalChain(
$arResult
,
$arParams
,
$arElement['IBLOCK_SECTION_ID']
,
$arElement['ID']
);?>
<?endif;?>
<?endif;?>
<div style="
clear
:
both
"></div>
<div style="
clear
:
both
"></div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
<a class="
back
-
url
" href="
<?=
$arResult
[
'FOLDER'
]
.
$arResult
[
'URL_TEMPLATES'
][
'news'
]
?>
">
<i
class=
"fa fa-chevron-left"
></i>
<?=
GetMessage
(
'BACK_LINK'
)
?>
</a>
</div>
</div>
</div>
</div>
\ No newline at end of file
bitrix/templates/aspro-scorp/components/bitrix/news/vacancy/detail.php
View file @
0fab9e94
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<?endif;?>
<?endif;?>
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/css/responsive.css
View file @
0fab9e94
@media
(
min-width
:
1200px
){
@media
(
min-width
:
1200px
){
section
.page-top
.container
{
width
:
1140px
;}
section
.page-top
.container
{
width
:
1140px
;}
.flex-direction-nav
,
.flex-control-nav
{
display
:
block
;}
.flex-direction-nav
,
.flex-control-nav
{
display
:
block
;}
}
}
@media
(
max-width
:
1169px
){
@media
(
max-width
:
1169px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
left
:
50%
;
margin-left
:
421px
;
right
:
inherit
;}
a
.scroll-to-top
:not
(
.TOUCH
)
{
left
:
50%
;
margin-left
:
421px
;
right
:
inherit
;}
}
}
@media
(
max-width
:
1025px
){
@media
(
max-width
:
1025px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
margin-left
:
0
;
left
:
inherit
;
right
:
38px
;}
a
.scroll-to-top
:not
(
.TOUCH
)
{
margin-left
:
0
;
left
:
inherit
;
right
:
38px
;}
}
}
@media
(
max-width
:
1008px
){
@media
(
max-width
:
1008px
){
.maxwidth-theme
{
padding-left
:
15px
;
padding-right
:
15px
;}
.maxwidth-theme
{
padding-left
:
15px
;
padding-right
:
15px
;}
}
}
/* MORE THAN SM - MD/LG */
/* MORE THAN SM - MD/LG */
@media
(
min-width
:
992px
){
@media
(
min-width
:
992px
){
.body_media
{
top
:
2px
;}
/* do not remove this hack! )) */
.body_media
{
top
:
2px
;}
/* do not remove this hack! )) */
section
.page-top
.container
{
width
:
970px
;}
section
.page-top
.container
{
width
:
970px
;}
.catalog.item-views.table
.item
.title
{
text-align
:
left
;}
.catalog.item-views.table
.item
.title
{
text-align
:
left
;}
.projects.detail
.head
>
.row
.col-md-10
{
padding-right
:
0
;
float
:
left
;}
.projects.detail
.head
>
.row
.col-md-10
{
padding-right
:
0
;
float
:
left
;}
.projects.detail
.head
>
.row
.col-md-2
{
padding-left
:
0
;
float
:
right
;}
.projects.detail
.head
>
.row
.col-md-2
{
padding-left
:
0
;
float
:
right
;}
.share
{
text-align
:
right
;
float
:
right
;
margin-top
:
0
;
margin-bottom
:
0
;}
.share
{
text-align
:
right
;
float
:
right
;
margin-top
:
0
;
margin-bottom
:
0
;}
.subscribe-block-wrapper
.social-icons
{
margin-top
:
-3px
;}
.subscribe-block-wrapper
.social-icons
{
margin-top
:
-3px
;}
}
}
/* SM */
/* SM */
@media
(
max-width
:
991px
){
@media
(
max-width
:
991px
){
.body_media
{
top
:
1px
;}
/* do not remove this hack! )) */
.body_media
{
top
:
1px
;}
/* do not remove this hack! )) */
.banners-big
.slides
.img
{
display
:
none
;}
.banners-big
.slides
.img
{
display
:
none
;}
.banners-big
.slides
.title
{
font-size
:
40px
;
line-height
:
46px
;
font-weight
:
normal
;}
.banners-big
.slides
.title
{
font-size
:
40px
;
line-height
:
46px
;
font-weight
:
normal
;}
.banners-big
.slides
.text-block
b
{
font-size
:
22px
;
line-height
:
27px
;
font-weight
:
normal
;}
.banners-big
.slides
.text-block
b
{
font-size
:
22px
;
line-height
:
27px
;
font-weight
:
normal
;}
.banners-big
.flex-direction-nav
{
display
:
none
;}
.banners-big
.flex-direction-nav
{
display
:
none
;}
.banners-small
.item
{
height
:
70px
;}
.banners-small
.item
{
height
:
70px
;}
.banners-small
.item
.image
{
line-height
:
58px
;}
.banners-small
.item
.image
{
line-height
:
58px
;}
.teasers.item-views.front
{
margin-top
:
39px
;}
.teasers.item-views.front
{
margin-top
:
39px
;}
.about
{
margin-top
:
30px
;}
.about
{
margin-top
:
30px
;}
.slider-container
.tp-caption
h1
{
font-size
:
24px
;
line-height
:
30px
;}
.slider-container
.tp-caption
h1
{
font-size
:
24px
;
line-height
:
30px
;}
.slider-container
.tp-caption
{
font-size
:
12px
;}
.slider-container
.tp-caption
{
font-size
:
12px
;}
.item-views.sections
.group-content
hr
{
display
:
none
;}
.item-views.sections
.group-content
hr
{
display
:
none
;}
.item-views.sections
.group-content
.item
{
border-bottom
:
1px
solid
#d7dee3
;
margin-bottom
:
30px
;
padding-bottom
:
15px
;}
.item-views.sections
.group-content
.item
{
border-bottom
:
1px
solid
#d7dee3
;
margin-bottom
:
30px
;
padding-bottom
:
15px
;}
.catalog.item-views.table
.item
.text
{
text-align
:
center
;}
.catalog.item-views.table
.item
.text
{
text-align
:
center
;}
.catalog.item-views.table
.flexslider
.item
.foot
>
div
,
.catalog.item-views.table
.flexslider
.item
.foot
>
div
>
*
{
float
:
none
!important
;}
.catalog.item-views.table
.flexslider
.item
.foot
>
div
,
.catalog.item-views.table
.flexslider
.item
.foot
>
div
>
*
{
float
:
none
!important
;}
.detail
.projects
.item
img
{
height
:
auto
!important
;}
.detail
.projects
.item
img
{
height
:
auto
!important
;}
.projects.detail
.item_slider
{
padding
:
0
;}
.projects.detail
.item_slider
{
padding
:
0
;}
.projects.detail
.share.text-right
{
text-align
:
left
!important
;}
.projects.detail
.share.text-right
{
text-align
:
left
!important
;}
.history.item-views.list
.item
.info
{
margin-left
:
0
;}
.history.item-views.list
.item
.info
{
margin-left
:
0
;}
.history.item-views.list
.item
.title
{
float
:
none
;
width
:
100%
;}
.history.item-views.list
.item
.title
{
float
:
none
;
width
:
100%
;}
.history.item-views.list
.item
.text
,
.history.item-views.list
.item
.image
{
padding-left
:
9px
!important
;
padding-right
:
9px
!important
;}
.history.item-views.list
.item
.text
,
.history.item-views.list
.item
.image
{
padding-left
:
9px
!important
;
padding-right
:
9px
!important
;}
.history.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
padding-bottom
:
15px
!important
;}
.history.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
padding-bottom
:
15px
!important
;}
.history.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
padding-top
:
15px
!important
;}
.history.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
padding-top
:
15px
!important
;}
.vacancy.item-views.accordion
.pay
{
float
:
none
;}
.vacancy.item-views.accordion
.pay
{
float
:
none
;}
.page404
.t404
{
margin
:
0
;}
.page404
.t404
{
margin
:
0
;}
#bx-composite-banner
a
{
margin-bottom
:
24px
;}
#bx-composite-banner
a
{
margin-bottom
:
24px
;}
.order-block
.row
>
div
.col-md-6
{
display
:
block
;
width
:
100%
;}
.order-block
.row
>
div
.col-md-6
{
display
:
block
;
width
:
100%
;}
.basket.default
.items
.head
{
display
:
none
;}
.basket.default
.items
.head
{
display
:
none
;}
.basket.default
.items
.item
{
display
:
block
;
position
:
relative
;
padding
:
29px
29px
29px
169px
;}
.basket.default
.items
.item
{
display
:
block
;
position
:
relative
;
padding
:
29px
29px
29px
169px
;}
.basket.default
.items
.item
:first-of-type
{
border-top
:
none
;}
.basket.default
.items
.item
:first-of-type
{
border-top
:
none
;}
.basket.default
.items
.item
.box
{
display
:
block
;
border
:
none
;
padding
:
0
;}
.basket.default
.items
.item
.box
{
display
:
block
;
border
:
none
;
padding
:
0
;}
.basket.default
.items
.item
.box
:first-of-type
{
padding
:
0
;}
.basket.default
.items
.item
.box
:first-of-type
{
padding
:
0
;}
.basket.default
.items
.item
.box
:first-of-type
>
.clearfix
{
display
:
none
;}
.basket.default
.items
.item
.box
:first-of-type
>
.clearfix
{
display
:
none
;}
.basket.default
.items
.item
.remove_bl
>
.wrap
{
position
:
static
;}
.basket.default
.items
.item
.remove_bl
>
.wrap
{
position
:
static
;}
.basket.default
.items
.item
.remove
{
top
:
10px
;}
.basket.default
.items
.item
.remove
{
top
:
10px
;}
.basket.default
.items
.item
.image
{
margin-top
:
-14px
;
margin-left
:
-140px
;}
.basket.default
.items
.item
.image
{
margin-top
:
-14px
;
margin-left
:
-140px
;}
.basket.default
.items
.item
.prices
{
margin-top
:
5px
;
float
:
left
;
width
:
33.3333%
;}
.basket.default
.items
.item
.prices
{
margin-top
:
5px
;
float
:
left
;
width
:
33.3333%
;}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
padding-right
:
30px
;}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
padding-right
:
30px
;}
.basket.default
.items
.item
.prices.summ
{
padding-left
:
30px
;}
.basket.default
.items
.item
.prices.summ
{
padding-left
:
30px
;}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
0
;}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
0
;}
.basket.default
.items
.item
.buy_block
{
float
:
left
;
margin-top
:
0
;
width
:
33.3333%
;}
.basket.default
.items
.item
.buy_block
{
float
:
left
;
margin-top
:
0
;
width
:
33.3333%
;}
.basket.default
.items
.item
.description
{
padding-left
:
0
;
margin-bottom
:
20px
;}
.basket.default
.items
.item
.description
{
padding-left
:
0
;
margin-bottom
:
20px
;}
.basket.default
.items
.item
.counter
{
margin
:
0
;}
.basket.default
.items
.item
.counter
{
margin
:
0
;}
.basket.default
.items
.item
>
.clearfix
{
display
:
block
;}
.basket.default
.items
.item
>
.clearfix
{
display
:
block
;}
.basket.default
.foot
.total
{
text-align
:
right
;
padding-right
:
13px
;
width
:
50%
;}
.basket.default
.foot
.total
{
text-align
:
right
;
padding-right
:
13px
;
width
:
50%
;}
/*subscribe*/
/*subscribe*/
.subscribe-edit-main
{
padding-left
:
29px
;}
.subscribe-edit-main
{
padding-left
:
29px
;}
.subscribe-edit-main
:before
{
display
:
none
;}
.subscribe-edit-main
:before
{
display
:
none
;}
}
}
/* MORE THAN XS - SM/MD/LG */
/* MORE THAN XS - SM/MD/LG */
@media
(
min-width
:
768px
){
@media
(
min-width
:
768px
){
a
.scroll-to-top
{
display
:
block
!important
;}
a
.scroll-to-top
{
display
:
block
!important
;}
header
.nav-main-collapse.collapse
{
display
:
block
!important
;
height
:
auto
!important
;}
header
.nav-main-collapse.collapse
{
display
:
block
!important
;
height
:
auto
!important
;}
.mega-menu
ul
.nav
{
position
:
static
;}
.mega-menu
ul
.nav
{
position
:
static
;}
.front
h3
.short
{
display
:
none
;}
.front
h3
.short
{
display
:
none
;}
.staff.item-views.list
.item
:not
(
.wti
)
.title
{
margin-top
:
9px
;}
.staff.item-views.list
.item
:not
(
.wti
)
.title
{
margin-top
:
9px
;}
.catalog.detail
.head
:not
(
.wti
)
{
border
:
1px
solid
#d7dee3
;
margin-bottom
:
24px
;}
.catalog.detail
.head
:not
(
.wti
)
{
border
:
1px
solid
#d7dee3
;
margin-bottom
:
24px
;}
.catalog.detail
.galery
.inner
{
border
:
none
;}
.catalog.detail
.galery
.inner
{
border
:
none
;}
.projects.detail
.head
{
border
:
1px
solid
#d7dee3
;}
.projects.detail
.head
{
border
:
1px
solid
#d7dee3
;}
.projects.detail
.galery
.inner
{
border
:
none
;}
.projects.detail
.galery
.inner
{
border
:
none
;}
.staff.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
margin-left
:
-20px
;}
.staff.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
margin-left
:
-20px
;}
.staff.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
margin-right
:
-20px
;}
.staff.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
margin-right
:
-20px
;}
.catalog.item-views.price
.item
.price
{
text-align
:
center
;}
.catalog.item-views.price
.item
.price
{
text-align
:
center
;}
}
}
/* XS */
/* XS */
@media
(
max-width
:
767px
){
@media
(
max-width
:
767px
){
.body_media
{
top
:
0px
;}
/* do not remove this hack! )) */
.phone.c_2
{
display
:
flex
;
gap
:
8px
;}
.mega-menu
ul
.nav
{
padding-bottom
:
0px
;}
.phone.c_2
.fa-phone
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;}
header
.fixed
{
position
:
relative
!important
;}
.body_media
{
top
:
0px
;}
/* do not remove this hack! )) */
header
.fixed
+
.main
{
margin-top
:
0
!important
;}
.mega-menu
ul
.nav
{
padding-bottom
:
0px
;}
header
>
.container
{
margin-bottom
:
0
;}
header
.fixed
{
position
:
relative
!important
;}
header
.fixed
.btn.btn-responsive-nav
{
margin-top
:
6px
;}
header
.fixed
+
.main
{
margin-top
:
0
!important
;}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
0
;}
header
>
.container
{
margin-bottom
:
0
;}
.top-row
.info-text
.email
{
float
:
left
;
margin-left
:
0
;
text-align
:
left
;
width
:
50%
;}
header
.fixed
.btn.btn-responsive-nav
{
margin-top
:
6px
;}
.top-row
.info-text
.phone
{
float
:
right
;
margin-left
:
0
;
text-align
:
right
;
width
:
50%
;}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
0
;}
.logo-row
{
height
:
66px
;}
.top-row
.info-text
.email
{
float
:
left
;
margin-left
:
0
;
text-align
:
left
;
width
:
50%
;}
.logo-row
.logo
{
height
:
65px
!important
;
line-height
:
57px
!important
;}
.top-row
.info-text
.phone
{
float
:
right
;
margin-left
:
0
;
text-align
:
right
;
width
:
50%
;}
.logo-row
.logo
img
{
margin-top
:
7px
;
max-height
:
39px
;
width
:
auto
;}
.logo-row
{
padding
:
9px
45px
9px
9px
;}
.logo-row
.top-callback
.email
{
display
:
none
!important
;}
.logo-row
.logo
{
height
:
65px
!important
;
line-height
:
57px
!important
;}
.menu-row.row
{
height
:
0
;}
.logo-row
.logo
img
{
margin-top
:
7px
;
max-height
:
39px
;
width
:
auto
;}
.mega-menu
{
clear
:
both
;
float
:
none
!important
;
width
:
100%
;}
.logo-row
.top-callback
.email
{
display
:
none
!important
;}
.menu-only
{
margin
:
0
;}
.menu-row.row
{
height
:
0
;}
.search
{
display
:
none
;}
.mega-menu
{
clear
:
both
;
float
:
none
!important
;
width
:
100%
;}
.mega-menu
.search
{
display
:
block
;}
.menu-only
{
margin
:
0
;}
.title-search-result
{
display
:
none
!important
;}
.search
{
display
:
none
;}
.logo-row
.top-callback
.phone
{
float
:
none
!important
;
position
:
absolute
;
width
:
auto
;
top
:
-43px
;
display
:
block
!important
;
z-index
:
10
;
margin
:
0px
;
right
:
50px
;}
.mega-menu
.search
{
display
:
block
;}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
,
.logo-row
.top-callback
.ajax_basket
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
95px
;}
.title-search-result
{
display
:
none
!important
;}
.logo-row
.top-callback
.phone
.phone-number
i
,
.logo-row
.top-callback
.phone
.phone-desc
{
display
:
none
;}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
,
.logo-row
.top-callback
.ajax_basket
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
95px
;}
footer
{
text-align
:
center
;}
.logo-row
.top-callback
.phone
.phone-number
i
,
.logo-row
.top-callback
.phone
.phone-desc
{
display
:
none
;}
footer
.social
{
padding-bottom
:
0
;}
footer
{
text-align
:
center
;}
.about
{
margin-top
:
34px
;}
footer
.social
{
padding-bottom
:
0
;}
.front
h3
{
display
:
none
;}
.about
{
margin-top
:
34px
;}
.front
h3
.short
{
display
:
inline-block
;}
.front
h3
{
display
:
none
;}
.flex-direction-nav
{
display
:
none
;}
.front
h3
.short
{
display
:
inline-block
;}
.banners-big
.flex-control-nav
{
display
:
none
;}
.flex-direction-nav
{
display
:
none
;}
.banners-big
.flexslider
,
.banners-big
.slides
li
{
height
:
240px
;}
.banners-big
.flex-control-nav
{
display
:
none
;}
.banners-big
.slides
.title
{
font-size
:
15px
;
line-height
:
12px
;
padding
:
0
0
10px
0
;}
.banners-big
.flexslider
,
.banners-big
.slides
li
{
height
:
240px
;}
.banners-big
.slides
.text
.inner
{
padding-top
:
30px
;
padding-right
:
15px
;
padding-left
:
15px
;}
.banners-big
.slides
.title
{
font-size
:
15px
;
line-height
:
12px
;
padding
:
0
0
10px
0
;}
.banners-big
.slides
.text-block
{
margin-bottom
:
10px
;}
.banners-big
.slides
.text
.inner
{
padding-top
:
30px
;
padding-right
:
15px
;
padding-left
:
15px
;}
.banners-big
.slides
.text-block
,
.banners-big
.slides
.text-block
b
{
font-size
:
11px
;
line-height
:
18px
;}
.banners-big
.slides
.text-block
{
margin-bottom
:
10px
;}
.styled-block
.row
>
div
,
.order-block
.row
>
div
{
display
:
block
;
width
:
100%
;}
.banners-big
.slides
.text-block
,
.banners-big
.slides
.text-block
b
{
font-size
:
11px
;
line-height
:
18px
;}
.order-block
.price
{
width
:
100%
;}
.styled-block
.row
>
div
,
.order-block
.row
>
div
{
display
:
block
;
width
:
100%
;}
.order-block
.price
+
.btn
{
margin-left
:
0
;}
.order-block
.price
{
width
:
100%
;}
.order-block
.price
{
margin-bottom
:
17px
;
margin-top
:
4px
;}
.order-block
.price
+
.btn
{
margin-left
:
0
;}
.styled-block
>
.row
>
div
+
div
{
margin-top
:
15px
;}
.order-block
.price
{
margin-bottom
:
17px
;
margin-top
:
4px
;}
.item-views.list.image_right
.item
.image
,
.item-views.list.image_left
.item
.image
,
.item-views.list.image_right
.item
.text
,
.item-views.list.image_left
.item
.text
{
padding
:
24px
;}
.styled-block
>
.row
>
div
+
div
{
margin-top
:
15px
;}
.item-views.list.image_right
.item
.image
{
padding-top
:
0
;}
.item-views.list.image_right
.item
.image
,
.item-views.list.image_left
.item
.image
,
.item-views.list.image_right
.item
.text
,
.item-views.list.image_left
.item
.text
{
padding
:
24px
;}
.item-views.list.image_left
.item
.image
{
padding-bottom
:
0
;}
.item-views.list.image_right
.item
.image
{
padding-top
:
0
;}
.item-views.list.image_right
.item.noborder
.image
{
padding-bottom
:
0
;}
.item-views.list.image_left
.item
.image
{
padding-bottom
:
0
;}
.item-views.list.image_left
.item.noborder
.image
{
padding-top
:
0
;}
.item-views.list.image_right
.item.noborder
.image
{
padding-bottom
:
0
;}
.item-views.list.image_right
.item.noborder
.text
{
padding-top
:
0
;}
.item-views.list.image_left
.item.noborder
.image
{
padding-top
:
0
;}
.item-views.list.image_left
.item.noborder
.text
{
padding-bottom
:
0
;}
.item-views.list.image_right
.item.noborder
.text
{
padding-top
:
0
;}
.item-views.list
.item.wti.noborder
.text
{
padding
:
0
;}
.item-views.list.image_left
.item.noborder
.text
{
padding-bottom
:
0
;}
.item-views.sections
.item
.image
{
margin-left
:
auto
;
margin-right
:
auto
;}
.item-views.list
.item.wti.noborder
.text
{
padding
:
0
;}
.item-views.sections
.item
.image
a
{
text-align
:
center
;}
.item-views.sections
.item
.image
{
margin-left
:
auto
;
margin-right
:
auto
;}
.teasers.item-views.front
hr
{
display
:
none
;}
.item-views.sections
.item
.image
a
{
text-align
:
center
;}
.teasers.item-views.front
.item
{
border-bottom
:
1px
solid
#efefef
!important
;
padding-bottom
:
15px
;
margin
:
0
;}
.teasers.item-views.front
hr
{
display
:
none
;}
.teasers.item-views.front
.items
>
div
:last-of-type
.item
{
margin-bottom
:
25px
;}
.teasers.item-views.front
.item
{
border-bottom
:
1px
solid
#efefef
!important
;
padding-bottom
:
15px
;
margin
:
0
;}
.teasers.item-views.front
.items
>
div
+
div
.item
{
margin-top
:
15px
;}
.teasers.item-views.front
.items
>
div
:last-of-type
.item
{
margin-bottom
:
25px
;}
.teasers.item-views.front
.item
.image
{
float
:
left
;
height
:
70px
;
line-height
:
67px
;
max-height
:
70px
;
max-width
:
105px
;
text-align
:
center
;
width
:
105px
;
margin
:
0
;}
.teasers.item-views.front
.items
>
div
+
div
.item
{
margin-top
:
15px
;}
.teasers.item-views.front
.item
.info
{
padding-left
:
125px
;}
.teasers.item-views.front
.item
.image
{
float
:
left
;
height
:
70px
;
line-height
:
67px
;
max-height
:
70px
;
max-width
:
105px
;
text-align
:
center
;
width
:
105px
;
margin
:
0
;}
.projects.item-views.table
.item
{
text-align
:
center
;}
.teasers.item-views.front
.item
.info
{
padding-left
:
125px
;}
.projects.item-views.table
.item
>
a
{
width
:
345px
;
display
:
inline-block
;}
.projects.item-views.table
.item
{
text-align
:
center
;}
.detail
.projects.item-views.table
.item
.image
img
{
max-height
:
100%
;}
.projects.item-views.table
.item
>
a
{
width
:
345px
;
display
:
inline-block
;}
.slider-container
.tp-caption
h1
{
font-size
:
15px
;
line-height
:
18px
;}
.detail
.projects.item-views.table
.item
.image
img
{
max-height
:
100%
;}
.slider-container
.tp-caption
{
font-size
:
11px
!important
;
line-height
:
13px
!important
;}
.slider-container
.tp-caption
h1
{
font-size
:
15px
;
line-height
:
18px
;}
.slider-container
.tp-caption
a
.btn
{
font-size
:
11px
;
line-height
:
13px
;}
.slider-container
.tp-caption
{
font-size
:
11px
!important
;
line-height
:
13px
!important
;}
.detail
.detailimage
{
float
:
none
;
margin
:
0
auto
20px
;
padding
:
0
;
text-align
:
center
;
max-height
:
100%
;
max-width
:
100%
;}
.slider-container
.tp-caption
a
.btn
{
font-size
:
11px
;
line-height
:
13px
;}
.detail
.detailimage
img
{
max-height
:
100%
;
max-width
:
100%
;}
.detail
.detailimage
{
float
:
none
;
margin
:
0
auto
20px
;
padding
:
0
;
text-align
:
center
;
max-height
:
100%
;
max-width
:
100%
;}
.detail
.galery
.inner
{
padding
:
0
!important
;}
.detail
.detailimage
img
{
max-height
:
100%
;
max-width
:
100%
;}
.detail
.galery
#carousel
{
display
:
none
;}
.detail
.galery
.inner
{
padding
:
0
!important
;}
.display-type.pull-right.text-right
{
float
:
none
!important
;
text-align
:
left
;}
.detail
.galery
#carousel
{
display
:
none
;}
.staff.item-views.list.image_left
.item
.text
{
margin-left
:
0px
;
padding-left
:
20px
;}
.display-type.pull-right.text-right
{
float
:
none
!important
;
text-align
:
left
;}
.staff.item-views.list.image_right
.item
.text
{
margin-right
:
0px
;
padding-right
:
20px
;}
.staff.item-views.list.image_left
.item
.text
{
margin-left
:
0px
;
padding-left
:
20px
;}
.catalog.item-views.table
.item
{
padding
:
10px
10px
13px
;}
.staff.item-views.list.image_right
.item
.text
{
margin-right
:
0px
;
padding-right
:
20px
;}
.catalog.item-views
.item
.image
{
height
:
105px
;
line-height
:
101px
;
max-width
:
105px
;}
.catalog.item-views.table
.item
{
padding
:
10px
10px
13px
;}
.catalog.item-views.table
.item
.text
{
padding-top
:
8px
;}
.catalog.item-views
.item
.image
{
height
:
105px
;
line-height
:
101px
;
max-width
:
105px
;}
.catalog.item-views.table
.item
.price
{
margin-top
:
5px
;
margin-bottom
:
5px
;}
.catalog.item-views.table
.item
.text
{
padding-top
:
8px
;}
.catalog.item-views.table
.item
.foot
>
div
,
.catalog.item-views.table
.item
.foot
>
div
>
*
{
float
:
none
!important
;}
.catalog.item-views.table
.item
.price
{
margin-top
:
5px
;
margin-bottom
:
5px
;}
.catalog.item-views.list
.item
.text
,
.catalog.item-views.list
.item
.foot
{
padding-top
:
15px
!important
;}
.catalog.item-views.table
.item
.foot
>
div
,
.catalog.item-views.table
.item
.foot
>
div
>
*
{
float
:
none
!important
;}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-sm-2
,
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-3.col-sm-3
{
margin-top
:
5px
;}
.catalog.item-views.list
.item
.text
,
.catalog.item-views.list
.item
.foot
{
padding-top
:
15px
!important
;}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-xs-12
{
margin-top
:
10px
;}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-sm-2
,
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-3.col-sm-3
{
margin-top
:
5px
;}
.form.contacts
.captcha-row
>
div
>
.form-group
{
margin-top
:
0
!important
;}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-xs-12
{
margin-top
:
10px
;}
.pagination
a
,
.pagination
span
{
padding-left
:
6px
!important
;
padding-right
:
6px
!important
;}
.form.contacts
.captcha-row
>
div
>
.form-group
{
margin-top
:
0
!important
;}
.form.order
{
margin-right
:
0
;
padding-left
:
20px
;
padding-right
:
20px
;}
.pagination
a
,
.pagination
span
{
padding-left
:
6px
!important
;
padding-right
:
6px
!important
;}
.basket_order
.items
{
margin-right
:
0
;}
.form.order
{
margin-right
:
0
;
padding-left
:
20px
;
padding-right
:
20px
;}
.logo-row
.top-callback
.basket_top
{
display
:
block
;}
.basket_order
.items
{
margin-right
:
0
;}
.logo-row
.top-callback
.basket_top
.b_wrap
{
position
:
absolute
;
z-index
:
10
;
top
:
-55px
;
right
:
33px
;}
.logo-row
.top-callback
.basket_top
{
display
:
block
;}
.logo-row
.top-callback
.basket_top
.dropdown
{
display
:
none
!important
;}
.logo-row
.top-callback
.basket_top
.b_wrap
{
position
:
absolute
;
z-index
:
10
;
top
:
-55px
;
right
:
33px
;}
.basket.fly
{
display
:
none
!important
;}
.logo-row
.top-callback
.basket_top
.dropdown
{
display
:
none
!important
;}
.basket_top
.icon
:before
{
background-position
:
-86px
0
!important
;
background-color
:
transparent
!important
;}
.basket.fly
{
display
:
none
!important
;}
.basket_top
.icon
.count
{
color
:
#FFF
!important
;}
.basket_top
.icon
:before
{
background-position
:
-86px
0
!important
;
background-color
:
transparent
!important
;}
.logo-row
.top-callback
{
padding-top
:
0
;}
.basket_top
.icon
.count
{
color
:
#FFF
!important
;}
.logo-row
.top-callback
{
padding-top
:
0
;}
/*subscribe*/
.subscribe-block-wrapper
.text
{
padding-left
:
15px
;
padding-bottom
:
12px
;}
/*subscribe*/
.subscribe-block-wrapper
.text
:before
{
display
:
none
;}
.subscribe-block-wrapper
.text
{
padding-left
:
15px
;
padding-bottom
:
12px
;}
.subscribe-block-wrapper
.social-icons
{
margin
:
11px
0px
0px
;}
.subscribe-block-wrapper
.text
:before
{
display
:
none
;}
.subscribe-edit-main
.form
.form-group
.input
{
padding
:
0px
0px
10px
;}
.subscribe-block-wrapper
.social-icons
{
margin
:
11px
0px
0px
;}
.subscribe-edit-main
table
.data-table
{
margin
:
0px
0px
10px
;}
.subscribe-edit-main
.form
.form-group
.input
{
padding
:
0px
0px
10px
;}
.subscribe-block-wrapper
>
.row
{
margin
:
0px
;}
.subscribe-edit-main
table
.data-table
{
margin
:
0px
0px
10px
;}
.subscribe-block-wrapper
>
.row
{
margin
:
0px
;}
footer
>
.container
>
.row
>
.maxwidth-theme
{
flex-direction
:
column
;}
footer
.copy_wrapper
{
order
:
3
;}
footer
>
.container
>
.row
>
.maxwidth-theme
{
flex-direction
:
column
;}
}
footer
.copy_wrapper
{
order
:
3
;}
}
/* WHEN HIDE SIDE MENU */
@media
(
max-width
:
650px
){
/* WHEN HIDE SIDE MENU */
.basket.default
.buttons
.btn
{
margin-top
:
20px
;
width
:
100%
;
margin-right
:
0
;}
@media
(
max-width
:
650px
){
.basket.default
.buttons
.btn
:first-child
{
margin-top
:
0
;}
.basket.default
.buttons
.btn
{
margin-top
:
20px
;
width
:
100%
;
margin-right
:
0
;}
.basket.default
.buttons
.btn
:first-child
{
margin-top
:
0
;}
}
@media
(
max-width
:
600px
){
}
.basket.default
.items
.item
.buy_block
{
width
:
100px
;}
@media
(
max-width
:
600px
){
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
float
:
none
;
margin-bottom
:
15px
;
width
:
100%
;}
.basket.default
.items
.item
.buy_block
{
width
:
100px
;}
.basket.default
.items
.item
.prices.summ
{
width
:
100%
;
padding-left
:
130px
;
float
:
none
;
margin-top
:
20px
;}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
float
:
none
;
margin-bottom
:
15px
;
width
:
100%
;}
.basket.default
.items
.item
.prices
.price_new
{
display
:
inline-block
;}
.basket.default
.items
.item
.prices.summ
{
width
:
100%
;
padding-left
:
130px
;
float
:
none
;
margin-top
:
20px
;}
.basket.default
.items
.item
.prices
.price_old
{
display
:
inline-block
;}
.basket.default
.items
.item
.prices
.price_new
{
display
:
inline-block
;}
}
.basket.default
.items
.item
.prices
.price_old
{
display
:
inline-block
;}
@media
(
max-width
:
530px
){
}
.detail
blockquote
::before
{
top
:
-3px
;
left
:
4px
;
font-size
:
90px
;}
@media
(
max-width
:
530px
){
.detail
blockquote
{
padding-left
:
35px
;}
.detail
blockquote
::before
{
top
:
-3px
;
left
:
4px
;
font-size
:
90px
;}
.news.front
.item
.text
{
display
:
none
;}
.detail
blockquote
{
padding-left
:
35px
;}
.left-menu-md
,
.right-menu-md
{
display
:
none
;}
.news.front
.item
.text
{
display
:
none
;}
.main
>
.container
>
.row
>
.maxwidth-theme
>
div
:not
(
.left-menu-md
)
:not
(
.right-menu-md
)
{
width
:
100%
;}
.left-menu-md
,
.right-menu-md
{
display
:
none
;}
.catalog.sections
.item
.image
{
float
:
none
;
margin
:
0
auto
;
max-width
:
100%
!important
;}
.main
>
.container
>
.row
>
.maxwidth-theme
>
div
:not
(
.left-menu-md
)
:not
(
.right-menu-md
)
{
width
:
100%
;}
.catalog.sections
.item
.info
{
padding-left
:
0
!important
;
padding-top
:
15px
;}
.catalog.sections
.item
.image
{
float
:
none
;
margin
:
0
auto
;
max-width
:
100%
!important
;}
.catalog.sections
.item
.title
{
text-align
:
center
;
word-break
:
break-word
;}
.catalog.sections
.item
.info
{
padding-left
:
0
!important
;
padding-top
:
15px
;}
.catalog.sections.front
.items
>
div
{
width
:
50%
;
float
:
left
;}
.catalog.sections
.item
.title
{
text-align
:
center
;
word-break
:
break-word
;}
.catalog.sections.front
.item
.text
{
display
:
none
;}
.catalog.sections.front
.items
>
div
{
width
:
50%
;
float
:
left
;}
.bx-touch
.filter
.bx_filter_popup_result
{
font-size
:
12px
;
line-height
:
14px
;
position
:
fixed
!important
;
z-index
:
1001
;
top
:
auto
!important
;
right
:
0
!important
;
bottom
:
0
!important
;
left
:
0
!important
;
margin-top
:
0
;
margin-left
:
0
;
width
:
auto
;
height
:
auto
;
padding
:
10px
;
border-radius
:
0
;
box-shadow
:
0
-2px
5px
0
rgba
(
0
,
0
,
0
,
.1
);}
.catalog.sections.front
.item
.text
{
display
:
none
;}
.filter
.bx_filter_popup_result
.arrow
{
display
:
none
;}
.bx-touch
.filter
.bx_filter_popup_result
{
font-size
:
12px
;
line-height
:
14px
;
position
:
fixed
!important
;
z-index
:
1001
;
top
:
auto
!important
;
right
:
0
!important
;
bottom
:
0
!important
;
left
:
0
!important
;
margin-top
:
0
;
margin-left
:
0
;
width
:
auto
;
height
:
auto
;
padding
:
10px
;
border-radius
:
0
;
box-shadow
:
0
-2px
5px
0
rgba
(
0
,
0
,
0
,
.1
);}
.bx-touch
.filter
.bx_filter_popup_result_close
{
position
:
absolute
;
top
:
50%
;
right
:
10px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
margin-top
:
-11px
;
background
:
url(images/filter/x.png)
no-repeat
center
;
background-size
:
16px
;}
.filter
.bx_filter_popup_result
.arrow
{
display
:
none
;}
.form.order
.required-fileds
{
margin
:
-15px
0
15px
;
float
:
none
!important
;}
.bx-touch
.filter
.bx_filter_popup_result_close
{
position
:
absolute
;
top
:
50%
;
right
:
10px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
margin-top
:
-11px
;
background
:
url(images/filter/x.png)
no-repeat
center
;
background-size
:
16px
;}
.basket_order
.confirm
{
text-align
:
center
;}
.form.order
.required-fileds
{
margin
:
-15px
0
15px
;
float
:
none
!important
;}
.basket_order
.confirm
.description
{
padding
:
120px
0
0
;}
.basket_order
.confirm
{
text-align
:
center
;}
.basket_order
.confirm
.description
:before
{
left
:
50%
;
margin-left
:
-45px
;}
.basket_order
.confirm
.description
{
padding
:
120px
0
0
;}
.basket_order
.confirm
.description
.btn
{
margin
:
15px
0
0
;
display
:
block
;}
.basket_order
.confirm
.description
:before
{
left
:
50%
;
margin-left
:
-45px
;}
.basket_order
.confirm
.description
.btn
:first-of-type
{
margin-top
:
0
;}
.basket_order
.confirm
.description
.btn
{
margin
:
15px
0
0
;
display
:
block
;}
.catalog.item-views.table
.item
.buy_block
.counter
{
width
:
100%
;}
.basket_order
.confirm
.description
.btn
:first-of-type
{
margin-top
:
0
;}
.catalog.item-views.table
.item
.buy_block
.buttons
{
width
:
100%
;}
.catalog.item-views.table
.item
.buy_block
.counter
{
width
:
100%
;}
.basket.default
.foot
.remove.all
{
float
:
none
!important
;}
.catalog.item-views.table
.item
.buy_block
.buttons
{
width
:
100%
;}
.basket.default
.foot
.total
{
float
:
none
!important
;
margin-top
:
15px
;
padding-left
:
13px
;
text-align
:
left
;
width
:
auto
;}
.basket.default
.foot
.remove.all
{
float
:
none
!important
;}
.basket.default
.basket_empty
>
.wrap
{
padding-left
:
0
;
padding-top
:
130px
;
text-align
:
center
;}
.basket.default
.foot
.total
{
float
:
none
!important
;
margin-top
:
15px
;
padding-left
:
13px
;
text-align
:
left
;
width
:
auto
;}
.basket
.basket_empty
>
.wrap
:before
{
left
:
50%
;
margin-left
:
-45px
;}
.basket.default
.basket_empty
>
.wrap
{
padding-left
:
0
;
padding-top
:
130px
;
text-align
:
center
;}
.logo-row
.top-callback
.phone
{
right
:
50px
;
top
:
-46px
;}
.basket
.basket_empty
>
.wrap
:before
{
left
:
50%
;
margin-left
:
-45px
;}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
100px
;}
.logo-row
.top-callback
.phone
{
right
:
50px
;
top
:
-46px
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
14px
;}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
100px
;}
.logo-row
.logo
img
{
max-width
:
100%
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
14px
;}
.logo-row
.logo
{
width
:
43%
;}
.logo-row
.logo
img
{
max-width
:
100%
;}
.logo-row
.logo
{
width
:
43%
;}
}
@media
(
max-width
:
430px
){
}
.logo-row
.top-callback
.phone
{
top
:
-48px
;}
@media
(
max-width
:
430px
){
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
11px
;}
.logo-row
.top-callback
.phone
{
top
:
-48px
;}
}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
11px
;}
@media
(
max-width
:
400px
){
}
.wbasket
.logo-row
.top-callback
.phone
,
.wbasket
.logo-row
.top-callback
.phone
{
display
:
none
!important
;}
}
@media
(
max-width
:
395px
){
@media
(
max-width
:
395px
){
.form
.form-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
;}
.form
.form-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
;}
.form
.form-footer
.pull-left
{
float
:
none
!important
;
text-align
:
center
;}
.form
.form-footer
.pull-left
{
float
:
none
!important
;
text-align
:
center
;}
.form.contacts
.required-fileds
{
float
:
none
!important
;
text-align
:
center
;}
.form.contacts
.required-fileds
{
float
:
none
!important
;
text-align
:
center
;}
.form.contacts
.required-fileds
+
div
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
;}
.form.contacts
.required-fileds
+
div
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
;}
/*.form .star{float:left;}*/
/*.form .star{float:left;}*/
.form.popup
.form-footer.clearfix
.pull-right
{
float
:
right
!important
;}
.form.popup
.form-footer.clearfix
.pull-right
{
float
:
right
!important
;}
.form.popup
.form-footer.clearfix
.pull-left
{
float
:
left
!important
;}
.form.popup
.form-footer.clearfix
.pull-left
{
float
:
left
!important
;}
.form.popup
.form-header
i
{
display
:
none
;}
.form.popup
.form-header
i
{
display
:
none
;}
.form.popup
.form-header
.text
{
padding-left
:
80px
!important
;
padding-right
:
80px
!important
;}
.form.popup
.form-header
.text
{
padding-left
:
80px
!important
;
padding-right
:
80px
!important
;}
.form.popup
.form-body
{
padding
:
24px
111px
0
!important
;}
.form.popup
.form-body
{
padding
:
24px
111px
0
!important
;}
.form.popup
.form-footer
{
padding
:
14px
111px
52px
!important
;}
.form.popup
.form-footer
{
padding
:
14px
111px
52px
!important
;}
.form.popup
.captcha-row
.input
{
margin-left
:
30px
!important
;}
.form.popup
.captcha-row
.input
{
margin-left
:
30px
!important
;}
.catalog.item-views
.item
.label
{
margin-right
:
0
;}
.catalog.item-views
.item
.label
{
margin-right
:
0
;}
.pagination
a
,
.pagination
span
{
padding-left
:
4px
!important
;
padding-right
:
3px
!important
;}
.pagination
a
,
.pagination
span
{
padding-left
:
4px
!important
;
padding-right
:
3px
!important
;}
.basket.default
.items
.item
{
padding-left
:
29px
;
text-align
:
center
;}
.basket.default
.items
.item
{
padding-left
:
29px
;
text-align
:
center
;}
.basket.default
.items
.item
.box
{
float
:
none
!important
;}
.basket.default
.items
.item
.box
{
float
:
none
!important
;}
.basket.default
.items
.item
.image
{
margin
:
0
auto
20px
;
float
:
none
;}
.basket.default
.items
.item
.image
{
margin
:
0
auto
20px
;
float
:
none
;}
.basket.default
.items
.item
.buy_block
{
margin
:
0
auto
14px
;}
.basket.default
.items
.item
.buy_block
{
margin
:
0
auto
14px
;}
.basket.default
.items
.item
.prices
{
margin-top
:
0
!important
;
padding
:
0
!important
;}
.basket.default
.items
.item
.prices
{
margin-top
:
0
!important
;
padding
:
0
!important
;}
.basket.default
.items
.item
.description
{
margin-top
:
0
;
margin-bottom
:
14px
;}
.basket.default
.items
.item
.description
{
margin-top
:
0
;
margin-bottom
:
14px
;}
.banners-big.front.hidden_narrow
{
display
:
none
;}
.banners-big.front.hidden_narrow
{
display
:
none
;}
/*subscribe*/
/*subscribe*/
.subscribe-edit-main
table
.data-table
tr
{
border-bottom
:
1px
solid
#ebeef1
;}
.subscribe-edit-main
table
.data-table
tr
{
border-bottom
:
1px
solid
#ebeef1
;}
.subscribe-edit-main
table
.data-table
tr
td
{
display
:
block
;
padding
:
5px
0px
;}
.subscribe-edit-main
table
.data-table
tr
td
{
display
:
block
;
padding
:
5px
0px
;}
.subscribe-edit-main
table
.data-table
tr
td
:first-child
{
padding-bottom
:
0px
;}
.subscribe-edit-main
table
.data-table
tr
td
:first-child
{
padding-bottom
:
0px
;}
}
}
@media
(
max-width
:
357px
){
@media
(
max-width
:
357px
){
.partners.front
.flex-direction-nav
{
display
:
none
;}
.partners.front
.flex-direction-nav
{
display
:
none
;}
.partners.front
.btn
,
.services.front
.btn
{
right
:
-10px
;}
.partners.front
.btn
,
.services.front
.btn
{
right
:
-10px
;}
.detail
.ask_a_question
{
float
:
none
;
margin
:
0px
auto
;
margin-bottom
:
15px
;
width
:
100%
;}
.detail
.ask_a_question
{
float
:
none
;
margin
:
0px
auto
;
margin-bottom
:
15px
;
width
:
100%
;}
.teasers.item-views.front
.item
.image
,
.news.front
.item
.image
{
height
:
50px
;
line-height
:
48px
;
max-height
:
50px
;
max-width
:
75px
;
width
:
75px
;}
.teasers.item-views.front
.item
.image
,
.news.front
.item
.image
{
height
:
50px
;
line-height
:
48px
;
max-height
:
50px
;
max-width
:
75px
;
width
:
75px
;}
.teasers.item-views.front
.item
.info
,
.news.front
.item
.info
{
padding-left
:
90px
;}
.teasers.item-views.front
.item
.info
,
.news.front
.item
.info
{
padding-left
:
90px
;}
.projects.item-views.table
.item
>
a
{
width
:
100%
;}
.projects.item-views.table
.item
>
a
{
width
:
100%
;}
}
}
@media
(
max-width
:
320px
){
@media
(
max-width
:
320px
){
.catalog.sections.front
.item
{
padding
:
10px
;
margin
:
0
0
0px
;}
.catalog.sections.front
.item
{
padding
:
10px
;
margin
:
0
0
0px
;}
.catalog.sections.front
.item
.image
{
height
:
80px
;
line-height
:
79px
;}
.catalog.sections.front
.item
.image
{
height
:
80px
;
line-height
:
79px
;}
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
){
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
){
header
.fixed
.logo-row
.top-callback
.email
{
margin-left
:
-76px
;}
header
.fixed
.logo-row
.top-callback
.email
{
margin-left
:
-76px
;}
}
}
@media
print
{
@media
print
{
a
[
href
]
:after
{
display
:
none
;}
a
[
href
]
:after
{
display
:
none
;}
header
.menu-row
{
display
:
none
;}
header
.menu-row
{
display
:
none
;}
header
.fixed
{
position
:
static
;}
header
.fixed
{
position
:
static
;}
.logo-row
.top-callback
{
float
:
left
;
width
:
60%
;
padding-top
:
30px
;}
.logo-row
.top-callback
{
float
:
left
;
width
:
60%
;
padding-top
:
30px
;}
.logo-row
.top-callback
.callback
{
display
:
none
!important
;}
.logo-row
.top-callback
.callback
{
display
:
none
!important
;}
.style-switcher
.header
span
{
display
:
none
;}
.style-switcher
.header
span
{
display
:
none
;}
.breadcrumb
{
display
:
none
;}
.breadcrumb
{
display
:
none
;}
.bottom-menu
{
display
:
none
;}
.bottom-menu
{
display
:
none
;}
.btn.btn-responsive-nav
{
display
:
none
!important
;}
.btn.btn-responsive-nav
{
display
:
none
!important
;}
.logo-row
.top-callback
.phone
{
display
:
block
!important
;}
.logo-row
.top-callback
.phone
{
display
:
block
!important
;}
.logo-row
.maxwidth-theme
>
.col-sm-4
{
width
:
25%
;
float
:
left
;}
.logo-row
.maxwidth-theme
>
.col-sm-4
{
width
:
25%
;
float
:
left
;}
.logo-row
.maxwidth-theme
>
.col-sm-8
{
width
:
75%
;
float
:
left
;}
.logo-row
.maxwidth-theme
>
.col-sm-8
{
width
:
75%
;
float
:
left
;}
.logo_and_menu-row
{
border-color
:
black
!important
;}
.logo_and_menu-row
{
border-color
:
black
!important
;}
.logo-row
.logo
{
height
:
92px
!important
;
line-height
:
87px
!important
;}
.logo-row
.logo
{
height
:
92px
!important
;
line-height
:
87px
!important
;}
.logo-row
.logo
img
{
max-height
:
50px
;
margin-top
:
0
;}
.logo-row
.logo
img
{
max-height
:
50px
;
margin-top
:
0
;}
.logo-row
.top-description
{
display
:
block
!important
;
float
:
left
;
width
:
40%
;}
.logo-row
.top-description
{
display
:
block
!important
;
float
:
left
;
width
:
40%
;}
.basket.default
.buy_block
.counter
.ctrl
{
display
:
none
;}
.basket.default
.buy_block
.counter
.ctrl
{
display
:
none
;}
.basket.default
.buy_block.lg
.counter
.input
{
padding-left
:
0
;
padding-right
:
0
;}
.basket.default
.buy_block.lg
.counter
.input
{
padding-left
:
0
;
padding-right
:
0
;}
.basket.default
.buy_block.lg
.counter
input
{
padding-left
:
0
;}
.basket.default
.buy_block.lg
.counter
input
{
padding-left
:
0
;}
.basket.default
.items
.item
.remove
{
display
:
none
;}
.basket.default
.items
.item
.remove
{
display
:
none
;}
.basket.default
.foot
.remove
{
display
:
none
;}
.basket.default
.foot
.remove
{
display
:
none
;}
.basket.default
.foot
{
border-bottom
:
none
;
margin-bottom
:
0
;}
.basket.default
.foot
{
border-bottom
:
none
;
margin-bottom
:
0
;}
.basket.default
.buttons
{
display
:
none
;}
.basket.default
.buttons
{
display
:
none
;}
.basket.default
{
margin-bottom
:
0
;}
.basket.default
{
margin-bottom
:
0
;}
.basket.default
.items
{
border-color
:
black
;}
.basket.default
.items
{
border-color
:
black
;}
.basket.default
.items
.head
{
display
:
table
;
border-color
:
black
;}
.basket.default
.items
.head
{
display
:
table
;
border-color
:
black
;}
.basket.default
.items
.head
.title.prices
{
width
:
115px
;}
.basket.default
.items
.head
.title.prices
{
width
:
115px
;}
.basket.default
.items
.head
.title.prices.summ
{
width
:
125px
;}
.basket.default
.items
.head
.title.prices.summ
{
width
:
125px
;}
.basket.default
.items
.head
.title.counter_t
{
width
:
115px
;}
.basket.default
.items
.head
.title.counter_t
{
width
:
115px
;}
.basket.default
.items
.item
{
padding
:
0
;
border-color
:
black
;}
.basket.default
.items
.item
{
padding
:
0
;
border-color
:
black
;}
.basket.default
.items
.item
.box
{
display
:
table-cell
;}
.basket.default
.items
.item
.box
{
display
:
table-cell
;}
.basket.default
.items
.item
.box
{
float
:
none
!important
;}
.basket.default
.items
.item
.box
{
float
:
none
!important
;}
.basket.default
.items
.item
.box
:not
(
.remove_bl
)
{
padding-left
:
15px
;
padding-right
:
15px
;
padding-top
:
29px
!important
;
padding-bottom
:
29px
!important
;}
.basket.default
.items
.item
.box
:not
(
.remove_bl
)
{
padding-left
:
15px
;
padding-right
:
15px
;
padding-top
:
29px
!important
;
padding-bottom
:
29px
!important
;}
.basket.default
.items
.item
.box
:first-of-type
{
padding-left
:
29px
;}
.basket.default
.items
.item
.box
:first-of-type
{
padding-left
:
29px
;}
.basket.default
.items
.item
.image
{
margin-top
:
0
;
margin-left
:
0
;}
.basket.default
.items
.item
.image
{
margin-top
:
0
;
margin-left
:
0
;}
.basket.default
.items
.item
.description
{
margin-bottom
:
0
;
padding-left
:
140px
;}
.basket.default
.items
.item
.description
{
margin-bottom
:
0
;
padding-left
:
140px
;}
.basket.default
.items
.item
.prices
{
margin-top
:
0
;}
.basket.default
.items
.item
.prices
{
margin-top
:
0
;}
.basket.default
.items
.item
.counter
{
width
:
auto
;
margin-right
:
0
;}
.basket.default
.items
.item
.counter
{
width
:
auto
;
margin-right
:
0
;}
.basket.default
.items
.item
.counter
{
margin-top
:
9px
;}
.basket.default
.items
.item
.counter
{
margin-top
:
9px
;}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
14px
;}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
14px
;}
.basket.default
.items
.item
.prices
{
width
:
115px
!important
;}
.basket.default
.items
.item
.prices
{
width
:
115px
!important
;}
.basket.default
.items
.item
.box.buy_block
{
width
:
115px
!important
;}
.basket.default
.items
.item
.box.buy_block
{
width
:
115px
!important
;}
.basket.default
.items
.item
.prices.summ
{
width
:
125px
!important
;}
.basket.default
.items
.item
.prices.summ
{
width
:
125px
!important
;}
.basket.default
.foot
.total
{
text-align
:
left
;
width
:
194px
;}
.basket.default
.foot
.total
{
text-align
:
left
;
width
:
194px
;}
footer
{
min-height
:
103px
;
margin-top
:
0
!important
;
text-align
:
left
;}
footer
{
min-height
:
103px
;
margin-top
:
0
!important
;
text-align
:
left
;}
footer
.info
{
display
:
inline-block
;
text-align
:
left
;}
footer
.info
{
display
:
inline-block
;
text-align
:
left
;}
footer
.info
+
.social
{
display
:
none
;}
footer
.info
+
.social
{
display
:
none
;}
footer
.maxwidth-theme
>
.col-md-3
{
float
:
left
;
width
:
25%
;}
footer
.maxwidth-theme
>
.col-md-3
{
float
:
left
;
width
:
25%
;}
footer
.maxwidth-theme
>
.col-md-9
{
float
:
left
;
width
:
75%
;}
footer
.maxwidth-theme
>
.col-md-9
{
float
:
left
;
width
:
75%
;}
footer
.maxwidth-theme
>
.col-md-3
{
display
:
block
!important
;}
footer
.maxwidth-theme
>
.col-md-3
{
display
:
block
!important
;}
footer
.maxwidth-theme
>
.col-md-9
>
.row
>
.col-md-3
{
width
:
100%
!important
;
text-align
:
right
;}
footer
.maxwidth-theme
>
.col-md-9
>
.row
>
.col-md-3
{
width
:
100%
!important
;
text-align
:
right
;}
footer
.maxwidth-theme
>
.col-sm-3.hidden-lg
{
display
:
none
!important
;}
footer
.maxwidth-theme
>
.col-sm-3.hidden-lg
{
display
:
none
!important
;}
.main
{
padding-bottom
:
0
!important
;
margin-top
:
0
!important
;}
.main
{
padding-bottom
:
0
!important
;
margin-top
:
0
!important
;}
.logo-row
.top-callback
{
padding-top
:
30px
!important
;}
.logo-row
.top-callback
{
padding-top
:
30px
!important
;}
.body
{
margin-bottom
:
0
!important
;
min-height
:
0
;}
.body
{
margin-bottom
:
0
!important
;
min-height
:
0
;}
.style-switcher
{
display
:
none
!important
;}
.style-switcher
{
display
:
none
!important
;}
div
#jivo-iframe-container
.jivo-iframe-container-bottom
{
display
:
none
!important
;}
div
#jivo-iframe-container
.jivo-iframe-container-bottom
{
display
:
none
!important
;}
#panel
{
display
:
none
!important
;}
#panel
{
display
:
none
!important
;}
#upheader
{
display
:
none
!important
;}
#upheader
{
display
:
none
!important
;}
.subscribe-block-wrapper
{
display
:
none
;}
.subscribe-block-wrapper
{
display
:
none
;}
.roistat-promo-wrap
,
.style-switcher
,
.form_demo-switcher
{
display
:
none
;}
.roistat-promo-wrap
,
.style-switcher
,
.form_demo-switcher
{
display
:
none
;}
}
}
\ No newline at end of file
bitrix/templates/aspro-scorp/css/responsive.min.css
View file @
0fab9e94
@media
(
min-width
:
1200px
){
section
.page-top
.container
{
width
:
1140px
}
.flex-control-nav
,
.flex-direction-nav
{
display
:
block
}}
@media
(
max-width
:
1169px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
left
:
50%
;
margin-left
:
421px
;
right
:
inherit
}}
@media
(
max-width
:
1025px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
margin-left
:
0
;
left
:
inherit
;
right
:
38px
}}
@media
(
max-width
:
1008px
){
.maxwidth-theme
{
padding-left
:
15px
;
padding-right
:
15px
}}
@media
(
min-width
:
992px
){
.body_media
{
top
:
2px
}
section
.page-top
.container
{
width
:
970px
}
.catalog.item-views.table
.item
.title
{
text-align
:
left
}
.projects.detail
.head
>
.row
.col-md-10
{
padding-right
:
0
;
float
:
left
}
.projects.detail
.head
>
.row
.col-md-2
{
padding-left
:
0
;
float
:
right
}
.share
{
text-align
:
right
;
float
:
right
;
margin-top
:
0
;
margin-bottom
:
0
}
.subscribe-block-wrapper
.social-icons
{
margin-top
:
-3px
}}
@media
(
max-width
:
991px
){
.body_media
{
top
:
1px
}
.banners-big
.slides
.img
{
display
:
none
}
.banners-big
.slides
.title
{
font-size
:
40px
;
line-height
:
46px
;
font-weight
:
400
}
.banners-big
.slides
.text-block
b
{
font-size
:
22px
;
line-height
:
27px
;
font-weight
:
400
}
.banners-big
.flex-direction-nav
{
display
:
none
}
.banners-small
.item
{
height
:
70px
}
.banners-small
.item
.image
{
line-height
:
58px
}
.teasers.item-views.front
{
margin-top
:
39px
}
.about
{
margin-top
:
30px
}
.slider-container
.tp-caption
h1
{
font-size
:
24px
;
line-height
:
30px
}
.slider-container
.tp-caption
{
font-size
:
12px
}
.item-views.sections
.group-content
hr
{
display
:
none
}
.item-views.sections
.group-content
.item
{
border-bottom
:
1px
solid
#d7dee3
;
margin-bottom
:
30px
;
padding-bottom
:
15px
}
.catalog.item-views.table
.item
.text
{
text-align
:
center
}
.catalog.item-views.table
.flexslider
.item
.foot
>
div
,
.catalog.item-views.table
.flexslider
.item
.foot
>
div
>*
{
float
:
none
!important
}
.detail
.projects
.item
img
{
height
:
auto
!important
}
.projects.detail
.item_slider
{
padding
:
0
}
.projects.detail
.share.text-right
{
text-align
:
left
!important
}
.history.item-views.list
.item
.info
{
margin-left
:
0
}
.history.item-views.list
.item
.title
{
float
:
none
;
width
:
100%
}
.history.item-views.list
.item
.image
,
.history.item-views.list
.item
.text
{
padding-left
:
9px
!important
;
padding-right
:
9px
!important
}
.history.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
padding-bottom
:
15px
!important
}
.history.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
padding-top
:
15px
!important
}
.vacancy.item-views.accordion
.pay
{
float
:
none
}
.page404
.t404
{
margin
:
0
}
#bx-composite-banner
a
{
margin-bottom
:
24px
}
.order-block
.row
>
div
.col-md-6
{
display
:
block
;
width
:
100%
}
.basket.default
.items
.head
{
display
:
none
}
.basket.default
.items
.item
{
display
:
block
;
position
:
relative
;
padding
:
29px
29px
29px
169px
}
.basket.default
.items
.item
:first-of-type
{
border-top
:
none
}
.basket.default
.items
.item
.box
{
display
:
block
;
border
:
none
;
padding
:
0
}
.basket.default
.items
.item
.box
:first-of-type
{
padding
:
0
}
.basket.default
.items
.item
.box
:first-of-type
>
.clearfix
{
display
:
none
}
.basket.default
.items
.item
.remove_bl
>
.wrap
{
position
:
static
}
.basket.default
.items
.item
.remove
{
top
:
10px
}
.basket.default
.items
.item
.image
{
margin-top
:
-14px
;
margin-left
:
-140px
}
.basket.default
.items
.item
.prices
{
margin-top
:
5px
;
float
:
left
;
width
:
33.3333%
}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
padding-right
:
30px
}
.basket.default
.items
.item
.prices.summ
{
padding-left
:
30px
}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
0
}
.basket.default
.items
.item
.buy_block
{
float
:
left
;
margin-top
:
0
;
width
:
33.3333%
}
.basket.default
.items
.item
.description
{
padding-left
:
0
;
margin-bottom
:
20px
}
.basket.default
.items
.item
.counter
{
margin
:
0
}
.basket.default
.items
.item
>
.clearfix
{
display
:
block
}
.basket.default
.foot
.total
{
text-align
:
right
;
padding-right
:
13px
;
width
:
50%
}
.subscribe-edit-main
{
padding-left
:
29px
}
.subscribe-edit-main
:before
{
display
:
none
}}
@media
(
min-width
:
768px
){
a
.scroll-to-top
{
display
:
block
!important
}
header
.nav-main-collapse.collapse
{
display
:
block
!important
;
height
:
auto
!important
}
.mega-menu
ul
.nav
{
position
:
static
}
.front
h3
.short
{
display
:
none
}
.staff.item-views.list
.item
:not
(
.wti
)
.title
{
margin-top
:
9px
}
.catalog.detail
.head
:not
(
.wti
)
{
border
:
1px
solid
#d7dee3
;
margin-bottom
:
24px
}
.catalog.detail
.galery
.inner
{
border
:
none
}
.projects.detail
.head
{
border
:
1px
solid
#d7dee3
}
.projects.detail
.galery
.inner
{
border
:
none
}
.staff.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
margin-left
:
-20px
}
.staff.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
margin-right
:
-20px
}
.catalog.item-views.price
.item
.price
{
text-align
:
center
}}
@media
(
max-width
:
767px
){
.body_media
{
top
:
0
}
.mega-menu
ul
.nav
{
padding-bottom
:
0
}
header
.fixed
{
position
:
relative
!important
}
header
.fixed
+
.main
{
margin-top
:
0
!important
}
header
>
.container
{
margin-bottom
:
0
}
header
.fixed
.btn.btn-responsive-nav
{
margin-top
:
6px
}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
0
}
.top-row
.info-text
.email
{
float
:
left
;
margin-left
:
0
;
text-align
:
left
;
width
:
50%
}
.top-row
.info-text
.phone
{
float
:
right
;
margin-left
:
0
;
text-align
:
right
;
width
:
50%
}
.logo-row
{
height
:
66px
}
.logo-row
.logo
{
height
:
65px
!important
;
line-height
:
57px
!important
}
.logo-row
.logo
img
{
margin-top
:
7px
;
max-height
:
39px
;
width
:
auto
}
.logo-row
.top-callback
.email
{
display
:
none
!important
}
.menu-row.row
{
height
:
0
}
.mega-menu
{
clear
:
both
;
float
:
none
!important
;
width
:
100%
}
.menu-only
{
margin
:
0
}
.search
{
display
:
none
}
.mega-menu
.search
{
display
:
block
}
.title-search-result
{
display
:
none
!important
}
.logo-row
.top-callback
.phone
{
float
:
none
!important
;
position
:
absolute
;
width
:
auto
;
top
:
-43px
;
display
:
block
!important
;
z-index
:
10
;
margin
:
0
;
right
:
50px
}
.logo-row
.top-callback
.ajax_basket
:not
(
.hidden
)+
.callback
+
.phone
,
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
95px
}
.logo-row
.top-callback
.phone
.phone-desc
,
.logo-row
.top-callback
.phone
.phone-number
i
{
display
:
none
}
footer
{
text-align
:
center
}
footer
.social
{
padding-bottom
:
0
}
.about
{
margin-top
:
34px
}
.front
h3
{
display
:
none
}
.front
h3
.short
{
display
:
inline-block
}
.banners-big
.flex-control-nav
,
.flex-direction-nav
{
display
:
none
}
.banners-big
.flexslider
,
.banners-big
.slides
li
{
height
:
240px
}
.banners-big
.slides
.title
{
font-size
:
15px
;
line-height
:
12px
;
padding
:
0
0
10px
}
.banners-big
.slides
.text
.inner
{
padding-top
:
30px
;
padding-right
:
15px
;
padding-left
:
15px
}
.banners-big
.slides
.text-block
{
margin-bottom
:
10px
}
.banners-big
.slides
.text-block
,
.banners-big
.slides
.text-block
b
{
font-size
:
11px
;
line-height
:
18px
}
.order-block
.row
>
div
,
.styled-block
.row
>
div
{
display
:
block
;
width
:
100%
}
.order-block
.price
{
width
:
100%
;
margin-bottom
:
17px
;
margin-top
:
4px
}
.order-block
.price
+
.btn
{
margin-left
:
0
}
.styled-block
>
.row
>
div
+
div
{
margin-top
:
15px
}
.item-views.list.image_left
.item
.image
,
.item-views.list.image_left
.item
.text
,
.item-views.list.image_right
.item
.image
,
.item-views.list.image_right
.item
.text
{
padding
:
24px
}
.item-views.list.image_right
.item
.image
{
padding-top
:
0
}
.item-views.list.image_left
.item
.image
,
.item-views.list.image_right
.item.noborder
.image
{
padding-bottom
:
0
}
.item-views.list.image_left
.item.noborder
.image
,
.item-views.list.image_right
.item.noborder
.text
{
padding-top
:
0
}
.item-views.list.image_left
.item.noborder
.text
{
padding-bottom
:
0
}
.item-views.list
.item.wti.noborder
.text
{
padding
:
0
}
.item-views.sections
.item
.image
{
margin-left
:
auto
;
margin-right
:
auto
}
.item-views.sections
.item
.image
a
{
text-align
:
center
}
.teasers.item-views.front
hr
{
display
:
none
}
.teasers.item-views.front
.item
{
border-bottom
:
1px
solid
#efefef
!important
;
padding-bottom
:
15px
;
margin
:
0
}
.teasers.item-views.front
.items
>
div
:last-of-type
.item
{
margin-bottom
:
25px
}
.teasers.item-views.front
.items
>
div
+
div
.item
{
margin-top
:
15px
}
.teasers.item-views.front
.item
.image
{
float
:
left
;
height
:
70px
;
line-height
:
67px
;
max-height
:
70px
;
max-width
:
105px
;
text-align
:
center
;
width
:
105px
;
margin
:
0
}
.teasers.item-views.front
.item
.info
{
padding-left
:
125px
}
.projects.item-views.table
.item
{
text-align
:
center
}
.projects.item-views.table
.item
>
a
{
width
:
345px
;
display
:
inline-block
}
.detail
.projects.item-views.table
.item
.image
img
{
max-height
:
100%
}
.slider-container
.tp-caption
h1
{
font-size
:
15px
;
line-height
:
18px
}
.slider-container
.tp-caption
{
font-size
:
11px
!important
;
line-height
:
13px
!important
}
.slider-container
.tp-caption
a
.btn
{
font-size
:
11px
;
line-height
:
13px
}
.detail
.detailimage
{
float
:
none
;
margin
:
0
auto
20px
;
padding
:
0
;
text-align
:
center
;
max-height
:
100%
;
max-width
:
100%
}
.detail
.detailimage
img
{
max-height
:
100%
;
max-width
:
100%
}
.detail
.galery
.inner
{
padding
:
0
!important
}
.detail
.galery
#carousel
{
display
:
none
}
.display-type.pull-right.text-right
{
float
:
none
!important
;
text-align
:
left
}
.staff.item-views.list.image_left
.item
.text
{
margin-left
:
0
;
padding-left
:
20px
}
.staff.item-views.list.image_right
.item
.text
{
margin-right
:
0
;
padding-right
:
20px
}
.catalog.item-views.table
.item
{
padding
:
10px
10px
13px
}
.catalog.item-views
.item
.image
{
height
:
105px
;
line-height
:
101px
;
max-width
:
105px
}
.catalog.item-views.table
.item
.text
{
padding-top
:
8px
}
.catalog.item-views.table
.item
.price
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.catalog.item-views.table
.item
.foot
>
div
,
.catalog.item-views.table
.item
.foot
>
div
>*
{
float
:
none
!important
}
.catalog.item-views.list
.item
.foot
,
.catalog.item-views.list
.item
.text
{
padding-top
:
15px
!important
}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-sm-2
,
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-3.col-sm-3
{
margin-top
:
5px
}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-xs-12
{
margin-top
:
10px
}
.form.contacts
.captcha-row
>
div
>
.form-group
{
margin-top
:
0
!important
}
.pagination
a
,
.pagination
span
{
padding-left
:
6px
!important
;
padding-right
:
6px
!important
}
.form.order
{
margin-right
:
0
;
padding-left
:
20px
;
padding-right
:
20px
}
.basket_order
.items
{
margin-right
:
0
}
.logo-row
.top-callback
.basket_top
{
display
:
block
}
.logo-row
.top-callback
.basket_top
.b_wrap
{
position
:
absolute
;
z-index
:
10
;
top
:
-55px
;
right
:
33px
}
.basket.fly
,
.logo-row
.top-callback
.basket_top
.dropdown
{
display
:
none
!important
}
.basket_top
.icon
:before
{
background-position
:
-86px
0
!important
;
background-color
:
transparent
!important
}
.basket_top
.icon
.count
{
color
:
#fff
!important
}
.logo-row
.top-callback
{
padding-top
:
0
}
.subscribe-block-wrapper
.text
{
padding-left
:
15px
;
padding-bottom
:
12px
}
.subscribe-block-wrapper
.text
:before
{
display
:
none
}
.subscribe-block-wrapper
.social-icons
{
margin
:
11px
0
0
}
.subscribe-edit-main
.form
.form-group
.input
{
padding
:
0
0
10px
}
.subscribe-edit-main
table
.data-table
{
margin
:
0
0
10px
}
.subscribe-block-wrapper
>
.row
{
margin
:
0
}
footer
>
.container
>
.row
>
.maxwidth-theme
{
flex-direction
:
column
}
footer
.copy_wrapper
{
order
:
3
}}
@media
(
max-width
:
650px
){
.basket.default
.buttons
.btn
{
margin-top
:
20px
;
width
:
100%
;
margin-right
:
0
}
.basket.default
.buttons
.btn
:first-child
{
margin-top
:
0
}}
@media
(
max-width
:
600px
){
.basket.default
.items
.item
.buy_block
{
width
:
100px
}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
float
:
none
;
margin-bottom
:
15px
;
width
:
100%
}
.basket.default
.items
.item
.prices.summ
{
width
:
100%
;
padding-left
:
130px
;
float
:
none
;
margin-top
:
20px
}
.basket.default
.items
.item
.prices
.price_new
,
.basket.default
.items
.item
.prices
.price_old
{
display
:
inline-block
}}
@media
(
max-width
:
530px
){
.detail
blockquote
::before
{
top
:
-3px
;
left
:
4px
;
font-size
:
90px
}
.detail
blockquote
{
padding-left
:
35px
}
.left-menu-md
,
.news.front
.item
.text
,
.right-menu-md
{
display
:
none
}
.main
>
.container
>
.row
>
.maxwidth-theme
>
div
:not
(
.left-menu-md
)
:not
(
.right-menu-md
)
{
width
:
100%
}
.catalog.sections
.item
.image
{
float
:
none
;
margin
:
0
auto
;
max-width
:
100%
!important
}
.catalog.sections
.item
.info
{
padding-left
:
0
!important
;
padding-top
:
15px
}
.catalog.sections
.item
.title
{
text-align
:
center
;
word-break
:
break-word
}
.catalog.sections.front
.items
>
div
{
width
:
50%
;
float
:
left
}
.catalog.sections.front
.item
.text
{
display
:
none
}
.bx-touch
.filter
.bx_filter_popup_result
{
font-size
:
12px
;
line-height
:
14px
;
position
:
fixed
!important
;
z-index
:
1001
;
top
:
auto
!important
;
right
:
0
!important
;
bottom
:
0
!important
;
left
:
0
!important
;
margin-top
:
0
;
margin-left
:
0
;
width
:
auto
;
height
:
auto
;
padding
:
10px
;
border-radius
:
0
;
box-shadow
:
0
-2px
5px
0
rgba
(
0
,
0
,
0
,
.1
)}
.filter
.bx_filter_popup_result
.arrow
{
display
:
none
}
.bx-touch
.filter
.bx_filter_popup_result_close
{
position
:
absolute
;
top
:
50%
;
right
:
10px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
margin-top
:
-11px
;
background
:
url(images/filter/x.png)
center
/
16px
no-repeat
}
.form.order
.required-fileds
{
margin
:
-15px
0
15px
;
float
:
none
!important
}
.basket_order
.confirm
{
text-align
:
center
}
.basket_order
.confirm
.description
{
padding
:
120px
0
0
}
.basket_order
.confirm
.description
:before
{
left
:
50%
;
margin-left
:
-45px
}
.basket_order
.confirm
.description
.btn
{
margin
:
15px
0
0
;
display
:
block
}
.basket_order
.confirm
.description
.btn
:first-of-type
{
margin-top
:
0
}
.catalog.item-views.table
.item
.buy_block
.buttons
,
.catalog.item-views.table
.item
.buy_block
.counter
{
width
:
100%
}
.basket.default
.foot
.remove.all
{
float
:
none
!important
}
.basket.default
.foot
.total
{
float
:
none
!important
;
margin-top
:
15px
;
padding-left
:
13px
;
text-align
:
left
;
width
:
auto
}
.basket.default
.basket_empty
>
.wrap
{
padding-left
:
0
;
padding-top
:
130px
;
text-align
:
center
}
.basket
.basket_empty
>
.wrap
:before
{
left
:
50%
;
margin-left
:
-45px
}
.logo-row
.top-callback
.phone
{
right
:
50px
;
top
:
-46px
}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
100px
}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
14px
}
.logo-row
.logo
img
{
max-width
:
100%
}
.logo-row
.logo
{
width
:
43%
}}
@media
(
max-width
:
430px
){
.logo-row
.top-callback
.phone
{
top
:
-48px
}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
11px
}}
@media
(
max-width
:
400px
){
.wbasket
.logo-row
.top-callback
.phone
{
display
:
none
!important
}}
@media
(
max-width
:
395px
){
.form
.form-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
}
.form
.form-footer
.pull-left
,
.form.contacts
.required-fileds
{
float
:
none
!important
;
text-align
:
center
}
.form.contacts
.required-fileds
+
div
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
}
.form.popup
.form-footer.clearfix
.pull-right
{
float
:
right
!important
}
.form.popup
.form-footer.clearfix
.pull-left
{
float
:
left
!important
}
.form.popup
.form-header
i
{
display
:
none
}
.form.popup
.form-header
.text
{
padding-left
:
80px
!important
;
padding-right
:
80px
!important
}
.form.popup
.form-body
{
padding
:
24px
111px
0
!important
}
.form.popup
.form-footer
{
padding
:
14px
111px
52px
!important
}
.form.popup
.captcha-row
.input
{
margin-left
:
30px
!important
}
.catalog.item-views
.item
.label
{
margin-right
:
0
}
.pagination
a
,
.pagination
span
{
padding-left
:
4px
!important
;
padding-right
:
3px
!important
}
.basket.default
.items
.item
{
padding-left
:
29px
;
text-align
:
center
}
.basket.default
.items
.item
.box
{
float
:
none
!important
}
.basket.default
.items
.item
.image
{
margin
:
0
auto
20px
;
float
:
none
}
.basket.default
.items
.item
.buy_block
{
margin
:
0
auto
14px
}
.basket.default
.items
.item
.prices
{
margin-top
:
0
!important
;
padding
:
0
!important
}
.basket.default
.items
.item
.description
{
margin-top
:
0
;
margin-bottom
:
14px
}
.banners-big.front.hidden_narrow
{
display
:
none
}
.subscribe-edit-main
table
.data-table
tr
{
border-bottom
:
1px
solid
#ebeef1
}
.subscribe-edit-main
table
.data-table
tr
td
{
display
:
block
;
padding
:
5px
0
}
.subscribe-edit-main
table
.data-table
tr
td
:first-child
{
padding-bottom
:
0
}}
@media
(
max-width
:
357px
){
.partners.front
.flex-direction-nav
{
display
:
none
}
.partners.front
.btn
,
.services.front
.btn
{
right
:
-10px
}
.detail
.ask_a_question
{
float
:
none
;
margin
:
0
auto
15px
;
width
:
100%
}
.news.front
.item
.image
,
.teasers.item-views.front
.item
.image
{
height
:
50px
;
line-height
:
48px
;
max-height
:
50px
;
max-width
:
75px
;
width
:
75px
}
.news.front
.item
.info
,
.teasers.item-views.front
.item
.info
{
padding-left
:
90px
}
.projects.item-views.table
.item
>
a
{
width
:
100%
}}
@media
(
max-width
:
320px
){
.catalog.sections.front
.item
{
padding
:
10px
;
margin
:
0
}
.catalog.sections.front
.item
.image
{
height
:
80px
;
line-height
:
79px
}}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
){
header
.fixed
.logo-row
.top-callback
.email
{
margin-left
:
-76px
}}
@media
print
{
a
[
href
]
:after
,
header
.menu-row
{
display
:
none
}
header
.fixed
{
position
:
static
}
.logo-row
.top-callback
{
float
:
left
;
width
:
60%
;
padding-top
:
30px
!important
}
.logo-row
.top-callback
.callback
{
display
:
none
!important
}
.bottom-menu
,
.breadcrumb
,
.style-switcher
.header
span
{
display
:
none
}
.btn.btn-responsive-nav
{
display
:
none
!important
}
.logo-row
.top-callback
.phone
{
display
:
block
!important
}
.logo-row
.maxwidth-theme
>
.col-sm-4
{
width
:
25%
;
float
:
left
}
.logo-row
.maxwidth-theme
>
.col-sm-8
{
width
:
75%
;
float
:
left
}
.logo_and_menu-row
{
border-color
:
#000
!important
}
.logo-row
.logo
{
height
:
92px
!important
;
line-height
:
87px
!important
}
.logo-row
.logo
img
{
max-height
:
50px
;
margin-top
:
0
}
.logo-row
.top-description
{
display
:
block
!important
;
float
:
left
;
width
:
40%
}
.basket.default
.buy_block
.counter
.ctrl
{
display
:
none
}
.basket.default
.buy_block.lg
.counter
.input
{
padding-left
:
0
;
padding-right
:
0
}
.basket.default
.buy_block.lg
.counter
input
{
padding-left
:
0
}
.basket.default
.foot
.remove
,
.basket.default
.items
.item
.remove
{
display
:
none
}
.basket.default
.foot
{
border-bottom
:
none
;
margin-bottom
:
0
}
.basket.default
.buttons
{
display
:
none
}
.basket.default
{
margin-bottom
:
0
}
.basket.default
.items
{
border-color
:
#000
}
.basket.default
.items
.head
{
display
:
table
;
border-color
:
#000
}
.basket.default
.items
.head
.title.prices
{
width
:
115px
}
.basket.default
.items
.head
.title.prices.summ
{
width
:
125px
}
.basket.default
.items
.head
.title.counter_t
{
width
:
115px
}
.basket.default
.items
.item
{
padding
:
0
;
border-color
:
#000
}
.basket.default
.items
.item
.box
{
display
:
table-cell
;
float
:
none
!important
}
.basket.default
.items
.item
.box
:not
(
.remove_bl
)
{
padding-left
:
15px
;
padding-right
:
15px
;
padding-top
:
29px
!important
;
padding-bottom
:
29px
!important
}
.basket.default
.items
.item
.box
:first-of-type
{
padding-left
:
29px
}
.basket.default
.items
.item
.image
{
margin-top
:
0
;
margin-left
:
0
}
.basket.default
.items
.item
.description
{
margin-bottom
:
0
;
padding-left
:
140px
}
.basket.default
.items
.item
.prices
{
margin-top
:
0
}
.basket.default
.items
.item
.counter
{
width
:
auto
;
margin-right
:
0
;
margin-top
:
9px
}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
14px
}
.basket.default
.items
.item
.box.buy_block
,
.basket.default
.items
.item
.prices
{
width
:
115px
!important
}
.basket.default
.items
.item
.prices.summ
{
width
:
125px
!important
}
.basket.default
.foot
.total
{
text-align
:
left
;
width
:
194px
}
footer
{
min-height
:
103px
;
margin-top
:
0
!important
;
text-align
:
left
}
footer
.info
{
display
:
inline-block
;
text-align
:
left
}
footer
.info
+
.social
{
display
:
none
}
footer
.maxwidth-theme
>
.col-md-3
{
float
:
left
;
width
:
25%
;
display
:
block
!important
}
footer
.maxwidth-theme
>
.col-md-9
{
float
:
left
;
width
:
75%
}
footer
.maxwidth-theme
>
.col-md-9
>
.row
>
.col-md-3
{
width
:
100%
!important
;
text-align
:
right
}
footer
.maxwidth-theme
>
.col-sm-3.hidden-lg
{
display
:
none
!important
}
.main
{
padding-bottom
:
0
!important
;
margin-top
:
0
!important
}
.body
{
margin-bottom
:
0
!important
;
min-height
:
0
}
#panel
,
#upheader
,
.style-switcher
,
div
#jivo-iframe-container
.jivo-iframe-container-bottom
{
display
:
none
!important
}
.form_demo-switcher
,
.roistat-promo-wrap
,
.style-switcher
,
.subscribe-block-wrapper
{
display
:
none
}}
@media
(
min-width
:
1200px
){
section
.page-top
.container
{
width
:
1140px
}
.flex-control-nav
,
.flex-direction-nav
{
display
:
block
}}
@media
(
max-width
:
1169px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
left
:
50%
;
margin-left
:
421px
;
right
:
inherit
}}
@media
(
max-width
:
1025px
){
a
.scroll-to-top
:not
(
.TOUCH
)
{
margin-left
:
0
;
left
:
inherit
;
right
:
38px
}}
@media
(
max-width
:
1008px
){
.maxwidth-theme
{
padding-left
:
15px
;
padding-right
:
15px
}}
@media
(
min-width
:
992px
){
.body_media
{
top
:
2px
}
section
.page-top
.container
{
width
:
970px
}
.catalog.item-views.table
.item
.title
{
text-align
:
left
}
.projects.detail
.head
>
.row
.col-md-10
{
padding-right
:
0
;
float
:
left
}
.projects.detail
.head
>
.row
.col-md-2
{
padding-left
:
0
;
float
:
right
}
.share
{
text-align
:
right
;
float
:
right
;
margin-top
:
0
;
margin-bottom
:
0
}
.subscribe-block-wrapper
.social-icons
{
margin-top
:
-3px
}}
@media
(
max-width
:
991px
){
.body_media
{
top
:
1px
}
.banners-big
.slides
.img
{
display
:
none
}
.banners-big
.slides
.title
{
font-size
:
40px
;
line-height
:
46px
;
font-weight
:
400
}
.banners-big
.slides
.text-block
b
{
font-size
:
22px
;
line-height
:
27px
;
font-weight
:
400
}
.banners-big
.flex-direction-nav
{
display
:
none
}
.banners-small
.item
{
height
:
70px
}
.banners-small
.item
.image
{
line-height
:
58px
}
.teasers.item-views.front
{
margin-top
:
39px
}
.about
{
margin-top
:
30px
}
.slider-container
.tp-caption
h1
{
font-size
:
24px
;
line-height
:
30px
}
.slider-container
.tp-caption
{
font-size
:
12px
}
.item-views.sections
.group-content
hr
{
display
:
none
}
.item-views.sections
.group-content
.item
{
border-bottom
:
1px
solid
#d7dee3
;
margin-bottom
:
30px
;
padding-bottom
:
15px
}
.catalog.item-views.table
.item
.text
{
text-align
:
center
}
.catalog.item-views.table
.flexslider
.item
.foot
>
div
,
.catalog.item-views.table
.flexslider
.item
.foot
>
div
>*
{
float
:
none
!important
}
.detail
.projects
.item
img
{
height
:
auto
!important
}
.projects.detail
.item_slider
{
padding
:
0
}
.projects.detail
.share.text-right
{
text-align
:
left
!important
}
.history.item-views.list
.item
.info
{
margin-left
:
0
}
.history.item-views.list
.item
.title
{
float
:
none
;
width
:
100%
}
.history.item-views.list
.item
.image
,
.history.item-views.list
.item
.text
{
padding-left
:
9px
!important
;
padding-right
:
9px
!important
}
.history.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
padding-bottom
:
15px
!important
}
.history.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
padding-top
:
15px
!important
}
.vacancy.item-views.accordion
.pay
{
float
:
none
}
.page404
.t404
{
margin
:
0
}
#bx-composite-banner
a
{
margin-bottom
:
24px
}
.order-block
.row
>
div
.col-md-6
{
display
:
block
;
width
:
100%
}
.basket.default
.items
.head
{
display
:
none
}
.basket.default
.items
.item
{
display
:
block
;
position
:
relative
;
padding
:
29px
29px
29px
169px
}
.basket.default
.items
.item
:first-of-type
{
border-top
:
none
}
.basket.default
.items
.item
.box
{
display
:
block
;
border
:
none
;
padding
:
0
}
.basket.default
.items
.item
.box
:first-of-type
{
padding
:
0
}
.basket.default
.items
.item
.box
:first-of-type
>
.clearfix
{
display
:
none
}
.basket.default
.items
.item
.remove_bl
>
.wrap
{
position
:
static
}
.basket.default
.items
.item
.remove
{
top
:
10px
}
.basket.default
.items
.item
.image
{
margin-top
:
-14px
;
margin-left
:
-140px
}
.basket.default
.items
.item
.prices
{
margin-top
:
5px
;
float
:
left
;
width
:
33.3333%
}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
padding-right
:
30px
}
.basket.default
.items
.item
.prices.summ
{
padding-left
:
30px
}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
0
}
.basket.default
.items
.item
.buy_block
{
float
:
left
;
margin-top
:
0
;
width
:
33.3333%
}
.basket.default
.items
.item
.description
{
padding-left
:
0
;
margin-bottom
:
20px
}
.basket.default
.items
.item
.counter
{
margin
:
0
}
.basket.default
.items
.item
>
.clearfix
{
display
:
block
}
.basket.default
.foot
.total
{
text-align
:
right
;
padding-right
:
13px
;
width
:
50%
}
.subscribe-edit-main
{
padding-left
:
29px
}
.subscribe-edit-main
:before
{
display
:
none
}}
@media
(
min-width
:
768px
){
a
.scroll-to-top
{
display
:
block
!important
}
header
.nav-main-collapse.collapse
{
display
:
block
!important
;
height
:
auto
!important
}
.mega-menu
ul
.nav
{
position
:
static
}
.front
h3
.short
{
display
:
none
}
.staff.item-views.list
.item
:not
(
.wti
)
.title
{
margin-top
:
9px
}
.catalog.detail
.head
:not
(
.wti
)
{
border
:
1px
solid
#d7dee3
;
margin-bottom
:
24px
}
.catalog.detail
.galery
.inner
{
border
:
none
}
.projects.detail
.head
{
border
:
1px
solid
#d7dee3
}
.projects.detail
.galery
.inner
{
border
:
none
}
.staff.item-views.list.image_left
.item
:not
(
.wti
)
.text
{
margin-left
:
-20px
}
.staff.item-views.list.image_right
.item
:not
(
.wti
)
.text
{
margin-right
:
-20px
}
.catalog.item-views.price
.item
.price
{
text-align
:
center
}}
@media
(
max-width
:
767px
){
.phone.c_2
{
display
:
flex
;
gap
:
8px
}
.phone.c_2
.fa-phone
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.body_media
{
top
:
0
}
.mega-menu
ul
.nav
{
padding-bottom
:
0
}
header
.fixed
{
position
:
relative
!important
}
header
.fixed
+
.main
{
margin-top
:
0
!important
}
header
>
.container
{
margin-bottom
:
0
}
header
.fixed
.btn.btn-responsive-nav
{
margin-top
:
6px
}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
0
}
.top-row
.info-text
.email
{
float
:
left
;
margin-left
:
0
;
text-align
:
left
;
width
:
50%
}
.top-row
.info-text
.phone
{
float
:
right
;
margin-left
:
0
;
text-align
:
right
;
width
:
50%
}
.logo-row
{
padding
:
9px
45px
9px
9px
}
.logo-row
.logo
{
height
:
65px
!important
;
line-height
:
57px
!important
}
.logo-row
.logo
img
{
margin-top
:
7px
;
max-height
:
39px
;
width
:
auto
}
.logo-row
.top-callback
.email
{
display
:
none
!important
}
.menu-row.row
{
height
:
0
}
.mega-menu
{
clear
:
both
;
float
:
none
!important
;
width
:
100%
}
.menu-only
{
margin
:
0
}
.search
{
display
:
none
}
.mega-menu
.search
{
display
:
block
}
.title-search-result
{
display
:
none
!important
}
.logo-row
.top-callback
.ajax_basket
:not
(
.hidden
)+
.callback
+
.phone
,
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
95px
}
.logo-row
.top-callback
.phone
.phone-desc
,
.logo-row
.top-callback
.phone
.phone-number
i
{
display
:
none
}
footer
{
text-align
:
center
}
footer
.social
{
padding-bottom
:
0
}
.about
{
margin-top
:
34px
}
.front
h3
{
display
:
none
}
.front
h3
.short
{
display
:
inline-block
}
.flex-direction-nav
{
display
:
none
}
.banners-big
.flex-control-nav
{
display
:
none
}
.banners-big
.flexslider
,
.banners-big
.slides
li
{
height
:
240px
}
.banners-big
.slides
.title
{
font-size
:
15px
;
line-height
:
12px
;
padding
:
0
0
10px
0
}
.banners-big
.slides
.text
.inner
{
padding-top
:
30px
;
padding-right
:
15px
;
padding-left
:
15px
}
.banners-big
.slides
.text-block
{
margin-bottom
:
10px
}
.banners-big
.slides
.text-block
,
.banners-big
.slides
.text-block
b
{
font-size
:
11px
;
line-height
:
18px
}
.order-block
.row
>
div
,
.styled-block
.row
>
div
{
display
:
block
;
width
:
100%
}
.order-block
.price
{
width
:
100%
}
.order-block
.price
+
.btn
{
margin-left
:
0
}
.order-block
.price
{
margin-bottom
:
17px
;
margin-top
:
4px
}
.styled-block
>
.row
>
div
+
div
{
margin-top
:
15px
}
.item-views.list.image_left
.item
.image
,
.item-views.list.image_left
.item
.text
,
.item-views.list.image_right
.item
.image
,
.item-views.list.image_right
.item
.text
{
padding
:
24px
}
.item-views.list.image_right
.item
.image
{
padding-top
:
0
}
.item-views.list.image_left
.item
.image
{
padding-bottom
:
0
}
.item-views.list.image_right
.item.noborder
.image
{
padding-bottom
:
0
}
.item-views.list.image_left
.item.noborder
.image
{
padding-top
:
0
}
.item-views.list.image_right
.item.noborder
.text
{
padding-top
:
0
}
.item-views.list.image_left
.item.noborder
.text
{
padding-bottom
:
0
}
.item-views.list
.item.wti.noborder
.text
{
padding
:
0
}
.item-views.sections
.item
.image
{
margin-left
:
auto
;
margin-right
:
auto
}
.item-views.sections
.item
.image
a
{
text-align
:
center
}
.teasers.item-views.front
hr
{
display
:
none
}
.teasers.item-views.front
.item
{
border-bottom
:
1px
solid
#efefef
!important
;
padding-bottom
:
15px
;
margin
:
0
}
.teasers.item-views.front
.items
>
div
:last-of-type
.item
{
margin-bottom
:
25px
}
.teasers.item-views.front
.items
>
div
+
div
.item
{
margin-top
:
15px
}
.teasers.item-views.front
.item
.image
{
float
:
left
;
height
:
70px
;
line-height
:
67px
;
max-height
:
70px
;
max-width
:
105px
;
text-align
:
center
;
width
:
105px
;
margin
:
0
}
.teasers.item-views.front
.item
.info
{
padding-left
:
125px
}
.projects.item-views.table
.item
{
text-align
:
center
}
.projects.item-views.table
.item
>
a
{
width
:
345px
;
display
:
inline-block
}
.detail
.projects.item-views.table
.item
.image
img
{
max-height
:
100%
}
.slider-container
.tp-caption
h1
{
font-size
:
15px
;
line-height
:
18px
}
.slider-container
.tp-caption
{
font-size
:
11px
!important
;
line-height
:
13px
!important
}
.slider-container
.tp-caption
a
.btn
{
font-size
:
11px
;
line-height
:
13px
}
.detail
.detailimage
{
float
:
none
;
margin
:
0
auto
20px
;
padding
:
0
;
text-align
:
center
;
max-height
:
100%
;
max-width
:
100%
}
.detail
.detailimage
img
{
max-height
:
100%
;
max-width
:
100%
}
.detail
.galery
.inner
{
padding
:
0
!important
}
.detail
.galery
#carousel
{
display
:
none
}
.display-type.pull-right.text-right
{
float
:
none
!important
;
text-align
:
left
}
.staff.item-views.list.image_left
.item
.text
{
margin-left
:
0
;
padding-left
:
20px
}
.staff.item-views.list.image_right
.item
.text
{
margin-right
:
0
;
padding-right
:
20px
}
.catalog.item-views.table
.item
{
padding
:
10px
10px
13px
}
.catalog.item-views
.item
.image
{
height
:
105px
;
line-height
:
101px
;
max-width
:
105px
}
.catalog.item-views.table
.item
.text
{
padding-top
:
8px
}
.catalog.item-views.table
.item
.price
{
margin-top
:
5px
;
margin-bottom
:
5px
}
.catalog.item-views.table
.item
.foot
>
div
,
.catalog.item-views.table
.item
.foot
>
div
>*
{
float
:
none
!important
}
.catalog.item-views.list
.item
.foot
,
.catalog.item-views.list
.item
.text
{
padding-top
:
15px
!important
}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-sm-2
,
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-3.col-sm-3
{
margin-top
:
5px
}
.catalog.item-views.price
.item
.text
>
.row
>
.col-md-2.col-xs-12
{
margin-top
:
10px
}
.form.contacts
.captcha-row
>
div
>
.form-group
{
margin-top
:
0
!important
}
.pagination
a
,
.pagination
span
{
padding-left
:
6px
!important
;
padding-right
:
6px
!important
}
.form.order
{
margin-right
:
0
;
padding-left
:
20px
;
padding-right
:
20px
}
.basket_order
.items
{
margin-right
:
0
}
.logo-row
.top-callback
.basket_top
{
display
:
block
}
.logo-row
.top-callback
.basket_top
.b_wrap
{
position
:
absolute
;
z-index
:
10
;
top
:
-55px
;
right
:
33px
}
.logo-row
.top-callback
.basket_top
.dropdown
{
display
:
none
!important
}
.basket.fly
{
display
:
none
!important
}
.basket_top
.icon
:before
{
background-position
:
-86px
0
!important
;
background-color
:
transparent
!important
}
.basket_top
.icon
.count
{
color
:
#fff
!important
}
.logo-row
.top-callback
{
padding-top
:
0
}
.subscribe-block-wrapper
.text
{
padding-left
:
15px
;
padding-bottom
:
12px
}
.subscribe-block-wrapper
.text
:before
{
display
:
none
}
.subscribe-block-wrapper
.social-icons
{
margin
:
11px
0
0
}
.subscribe-edit-main
.form
.form-group
.input
{
padding
:
0
0
10px
}
.subscribe-edit-main
table
.data-table
{
margin
:
0
0
10px
}
.subscribe-block-wrapper
>
.row
{
margin
:
0
}
footer
>
.container
>
.row
>
.maxwidth-theme
{
flex-direction
:
column
}
footer
.copy_wrapper
{
order
:
3
}}
@media
(
max-width
:
650px
){
.basket.default
.buttons
.btn
{
margin-top
:
20px
;
width
:
100%
;
margin-right
:
0
}
.basket.default
.buttons
.btn
:first-child
{
margin-top
:
0
}}
@media
(
max-width
:
600px
){
.basket.default
.items
.item
.buy_block
{
width
:
100px
}
.basket.default
.items
.item
.prices
:not
(
.summ
)
{
float
:
none
;
margin-bottom
:
15px
;
width
:
100%
}
.basket.default
.items
.item
.prices.summ
{
width
:
100%
;
padding-left
:
130px
;
float
:
none
;
margin-top
:
20px
}
.basket.default
.items
.item
.prices
.price_new
{
display
:
inline-block
}
.basket.default
.items
.item
.prices
.price_old
{
display
:
inline-block
}}
@media
(
max-width
:
530px
){
.detail
blockquote
::before
{
top
:
-3px
;
left
:
4px
;
font-size
:
90px
}
.detail
blockquote
{
padding-left
:
35px
}
.news.front
.item
.text
{
display
:
none
}
.left-menu-md
,
.right-menu-md
{
display
:
none
}
.main
>
.container
>
.row
>
.maxwidth-theme
>
div
:not
(
.left-menu-md
)
:not
(
.right-menu-md
)
{
width
:
100%
}
.catalog.sections
.item
.image
{
float
:
none
;
margin
:
0
auto
;
max-width
:
100%
!important
}
.catalog.sections
.item
.info
{
padding-left
:
0
!important
;
padding-top
:
15px
}
.catalog.sections
.item
.title
{
text-align
:
center
;
word-break
:
break-word
}
.catalog.sections.front
.items
>
div
{
width
:
50%
;
float
:
left
}
.catalog.sections.front
.item
.text
{
display
:
none
}
.bx-touch
.filter
.bx_filter_popup_result
{
font-size
:
12px
;
line-height
:
14px
;
position
:
fixed
!important
;
z-index
:
1001
;
top
:
auto
!important
;
right
:
0
!important
;
bottom
:
0
!important
;
left
:
0
!important
;
margin-top
:
0
;
margin-left
:
0
;
width
:
auto
;
height
:
auto
;
padding
:
10px
;
border-radius
:
0
;
box-shadow
:
0
-2px
5px
0
rgba
(
0
,
0
,
0
,
.1
)}
.filter
.bx_filter_popup_result
.arrow
{
display
:
none
}
.bx-touch
.filter
.bx_filter_popup_result_close
{
position
:
absolute
;
top
:
50%
;
right
:
10px
;
display
:
block
;
width
:
22px
;
height
:
22px
;
margin-top
:
-11px
;
background
:
url(images/filter/x.png)
no-repeat
center
;
background-size
:
16px
}
.form.order
.required-fileds
{
margin
:
-15px
0
15px
;
float
:
none
!important
}
.basket_order
.confirm
{
text-align
:
center
}
.basket_order
.confirm
.description
{
padding
:
120px
0
0
}
.basket_order
.confirm
.description
:before
{
left
:
50%
;
margin-left
:
-45px
}
.basket_order
.confirm
.description
.btn
{
margin
:
15px
0
0
;
display
:
block
}
.basket_order
.confirm
.description
.btn
:first-of-type
{
margin-top
:
0
}
.catalog.item-views.table
.item
.buy_block
.counter
{
width
:
100%
}
.catalog.item-views.table
.item
.buy_block
.buttons
{
width
:
100%
}
.basket.default
.foot
.remove.all
{
float
:
none
!important
}
.basket.default
.foot
.total
{
float
:
none
!important
;
margin-top
:
15px
;
padding-left
:
13px
;
text-align
:
left
;
width
:
auto
}
.basket.default
.basket_empty
>
.wrap
{
padding-left
:
0
;
padding-top
:
130px
;
text-align
:
center
}
.basket
.basket_empty
>
.wrap
:before
{
left
:
50%
;
margin-left
:
-45px
}
.logo-row
.top-callback
.phone
{
right
:
50px
;
top
:
-46px
}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
100px
}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
14px
}
.logo-row
.logo
img
{
max-width
:
100%
}
.logo-row
.logo
{
width
:
43%
}}
@media
(
max-width
:
430px
){
.logo-row
.top-callback
.phone
{
top
:
-48px
}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
font-size
:
11px
}}
@media
(
max-width
:
395px
){
.form
.form-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
}
.form
.form-footer
.pull-left
{
float
:
none
!important
;
text-align
:
center
}
.form.contacts
.required-fileds
{
float
:
none
!important
;
text-align
:
center
}
.form.contacts
.required-fileds
+
div
.pull-right
{
float
:
none
!important
;
text-align
:
center
;
margin-top
:
15px
}
.form.popup
.form-footer.clearfix
.pull-right
{
float
:
right
!important
}
.form.popup
.form-footer.clearfix
.pull-left
{
float
:
left
!important
}
.form.popup
.form-header
i
{
display
:
none
}
.form.popup
.form-header
.text
{
padding-left
:
80px
!important
;
padding-right
:
80px
!important
}
.form.popup
.form-body
{
padding
:
24px
111px
0
!important
}
.form.popup
.form-footer
{
padding
:
14px
111px
52px
!important
}
.form.popup
.captcha-row
.input
{
margin-left
:
30px
!important
}
.catalog.item-views
.item
.label
{
margin-right
:
0
}
.pagination
a
,
.pagination
span
{
padding-left
:
4px
!important
;
padding-right
:
3px
!important
}
.basket.default
.items
.item
{
padding-left
:
29px
;
text-align
:
center
}
.basket.default
.items
.item
.box
{
float
:
none
!important
}
.basket.default
.items
.item
.image
{
margin
:
0
auto
20px
;
float
:
none
}
.basket.default
.items
.item
.buy_block
{
margin
:
0
auto
14px
}
.basket.default
.items
.item
.prices
{
margin-top
:
0
!important
;
padding
:
0
!important
}
.basket.default
.items
.item
.description
{
margin-top
:
0
;
margin-bottom
:
14px
}
.banners-big.front.hidden_narrow
{
display
:
none
}
.subscribe-edit-main
table
.data-table
tr
{
border-bottom
:
1px
solid
#ebeef1
}
.subscribe-edit-main
table
.data-table
tr
td
{
display
:
block
;
padding
:
5px
0
}
.subscribe-edit-main
table
.data-table
tr
td
:first-child
{
padding-bottom
:
0
}}
@media
(
max-width
:
357px
){
.partners.front
.flex-direction-nav
{
display
:
none
}
.partners.front
.btn
,
.services.front
.btn
{
right
:
-10px
}
.detail
.ask_a_question
{
float
:
none
;
margin
:
0
auto
;
margin-bottom
:
15px
;
width
:
100%
}
.news.front
.item
.image
,
.teasers.item-views.front
.item
.image
{
height
:
50px
;
line-height
:
48px
;
max-height
:
50px
;
max-width
:
75px
;
width
:
75px
}
.news.front
.item
.info
,
.teasers.item-views.front
.item
.info
{
padding-left
:
90px
}
.projects.item-views.table
.item
>
a
{
width
:
100%
}}
@media
(
max-width
:
320px
){
.catalog.sections.front
.item
{
padding
:
10px
;
margin
:
0
0
0
}
.catalog.sections.front
.item
.image
{
height
:
80px
;
line-height
:
79px
}}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
){
header
.fixed
.logo-row
.top-callback
.email
{
margin-left
:
-76px
}}
@media
print
{
a
[
href
]
:after
{
display
:
none
}
header
.menu-row
{
display
:
none
}
header
.fixed
{
position
:
static
}
.logo-row
.top-callback
{
float
:
left
;
width
:
60%
;
padding-top
:
30px
}
.logo-row
.top-callback
.callback
{
display
:
none
!important
}
.style-switcher
.header
span
{
display
:
none
}
.breadcrumb
{
display
:
none
}
.bottom-menu
{
display
:
none
}
.btn.btn-responsive-nav
{
display
:
none
!important
}
.logo-row
.top-callback
.phone
{
display
:
block
!important
}
.logo-row
.maxwidth-theme
>
.col-sm-4
{
width
:
25%
;
float
:
left
}
.logo-row
.maxwidth-theme
>
.col-sm-8
{
width
:
75%
;
float
:
left
}
.logo_and_menu-row
{
border-color
:
#000
!important
}
.logo-row
.logo
{
height
:
92px
!important
;
line-height
:
87px
!important
}
.logo-row
.logo
img
{
max-height
:
50px
;
margin-top
:
0
}
.logo-row
.top-description
{
display
:
block
!important
;
float
:
left
;
width
:
40%
}
.basket.default
.buy_block
.counter
.ctrl
{
display
:
none
}
.basket.default
.buy_block.lg
.counter
.input
{
padding-left
:
0
;
padding-right
:
0
}
.basket.default
.buy_block.lg
.counter
input
{
padding-left
:
0
}
.basket.default
.items
.item
.remove
{
display
:
none
}
.basket.default
.foot
.remove
{
display
:
none
}
.basket.default
.foot
{
border-bottom
:
none
;
margin-bottom
:
0
}
.basket.default
.buttons
{
display
:
none
}
.basket.default
{
margin-bottom
:
0
}
.basket.default
.items
{
border-color
:
#000
}
.basket.default
.items
.head
{
display
:
table
;
border-color
:
#000
}
.basket.default
.items
.head
.title.prices
{
width
:
115px
}
.basket.default
.items
.head
.title.prices.summ
{
width
:
125px
}
.basket.default
.items
.head
.title.counter_t
{
width
:
115px
}
.basket.default
.items
.item
{
padding
:
0
;
border-color
:
#000
}
.basket.default
.items
.item
.box
{
display
:
table-cell
}
.basket.default
.items
.item
.box
{
float
:
none
!important
}
.basket.default
.items
.item
.box
:not
(
.remove_bl
)
{
padding-left
:
15px
;
padding-right
:
15px
;
padding-top
:
29px
!important
;
padding-bottom
:
29px
!important
}
.basket.default
.items
.item
.box
:first-of-type
{
padding-left
:
29px
}
.basket.default
.items
.item
.image
{
margin-top
:
0
;
margin-left
:
0
}
.basket.default
.items
.item
.description
{
margin-bottom
:
0
;
padding-left
:
140px
}
.basket.default
.items
.item
.prices
{
margin-top
:
0
}
.basket.default
.items
.item
.counter
{
width
:
auto
;
margin-right
:
0
}
.basket.default
.items
.item
.counter
{
margin-top
:
9px
}
.basket.default
.items
.item
.prices
.price_new
{
margin-top
:
14px
}
.basket.default
.items
.item
.prices
{
width
:
115px
!important
}
.basket.default
.items
.item
.box.buy_block
{
width
:
115px
!important
}
.basket.default
.items
.item
.prices.summ
{
width
:
125px
!important
}
.basket.default
.foot
.total
{
text-align
:
left
;
width
:
194px
}
footer
{
min-height
:
103px
;
margin-top
:
0
!important
;
text-align
:
left
}
footer
.info
{
display
:
inline-block
;
text-align
:
left
}
footer
.info
+
.social
{
display
:
none
}
footer
.maxwidth-theme
>
.col-md-3
{
float
:
left
;
width
:
25%
}
footer
.maxwidth-theme
>
.col-md-9
{
float
:
left
;
width
:
75%
}
footer
.maxwidth-theme
>
.col-md-3
{
display
:
block
!important
}
footer
.maxwidth-theme
>
.col-md-9
>
.row
>
.col-md-3
{
width
:
100%
!important
;
text-align
:
right
}
footer
.maxwidth-theme
>
.col-sm-3.hidden-lg
{
display
:
none
!important
}
.main
{
padding-bottom
:
0
!important
;
margin-top
:
0
!important
}
.logo-row
.top-callback
{
padding-top
:
30px
!important
}
.body
{
margin-bottom
:
0
!important
;
min-height
:
0
}
.style-switcher
{
display
:
none
!important
}
div
#jivo-iframe-container
.jivo-iframe-container-bottom
{
display
:
none
!important
}
#panel
{
display
:
none
!important
}
#upheader
{
display
:
none
!important
}
.subscribe-block-wrapper
{
display
:
none
}
.form_demo-switcher
,
.roistat-promo-wrap
,
.style-switcher
{
display
:
none
}}
\ No newline at end of file
\ No newline at end of file
bitrix/templates/aspro-scorp/template_styles.css
View file @
0fab9e94
...
@@ -53,7 +53,7 @@ span.zoom i{font-size:21px;left:0;position:relative;top:2px;}
...
@@ -53,7 +53,7 @@ span.zoom i{font-size:21px;left:0;position:relative;top:2px;}
.uploader
.action
{
position
:
absolute
;
top
:
5px
;
left
:
5px
;
background
:
#435d77
;
border-bottom
:
1px
solid
#435d77
;
border-radius
:
3px
;
color
:
white
;
padding
:
7px
12px
;
font-size
:
13px
;
line-height
:
15px
;
text-transform
:
uppercase
;
margin-right
:
10px
;}
.uploader
.action
{
position
:
absolute
;
top
:
5px
;
left
:
5px
;
background
:
#435d77
;
border-bottom
:
1px
solid
#435d77
;
border-radius
:
3px
;
color
:
white
;
padding
:
7px
12px
;
font-size
:
13px
;
line-height
:
15px
;
text-transform
:
uppercase
;
margin-right
:
10px
;}
.uploader
.filename
{
overflow
:
hidden
;
display
:
inline-block
;
width
:
100%
;
white-space
:
nowrap
;
font-size
:
13px
;
color
:
#9aa6ae
;
position
:
relative
;
top
:
-5px
;
padding
:
9px
9px
9px
145px
;
text-overflow
:
ellipsis
;}
.uploader
.filename
{
overflow
:
hidden
;
display
:
inline-block
;
width
:
100%
;
white-space
:
nowrap
;
font-size
:
13px
;
color
:
#9aa6ae
;
position
:
relative
;
top
:
-5px
;
padding
:
9px
9px
9px
145px
;
text-overflow
:
ellipsis
;}
img
.captcha_img
{
height
:
40px
;}
img
.captcha_img
{
height
:
40px
;}
.text_before_items
{
margin-bottom
:
0
px
;}
.text_before_items
{
margin-bottom
:
34
px
;}
.text_before_items
h3
{
margin-top
:
0
;}
.text_before_items
h3
{
margin-top
:
0
;}
.featured-box
.box-content
.fa
{
display
:
block
;
text-align
:
center
;
font-size
:
72px
;
color
:
#777
;
padding
:
40px
0
25px
;}
.featured-box
.box-content
.fa
{
display
:
block
;
text-align
:
center
;
font-size
:
72px
;
color
:
#777
;
padding
:
40px
0
25px
;}
.bgtransition
{
transition
:
background-color
0.3s
ease
;
-moz-transition
:
background-color
0.3s
ease
;
-ms-transition
:
background-color
0.3s
ease
;
-o-transition
:
background-color
0.3s
ease
;
-webkit-transition
:
background-color
0.3s
ease
;}
.bgtransition
{
transition
:
background-color
0.3s
ease
;
-moz-transition
:
background-color
0.3s
ease
;
-ms-transition
:
background-color
0.3s
ease
;
-o-transition
:
background-color
0.3s
ease
;
-webkit-transition
:
background-color
0.3s
ease
;}
...
@@ -155,9 +155,13 @@ header > .container{position:relative;}
...
@@ -155,9 +155,13 @@ header > .container{position:relative;}
header
.line-row
{
height
:
2px
;
margin
:
0
;}
header
.line-row
{
height
:
2px
;
margin
:
0
;}
/* TOP LOGO */
/* TOP LOGO */
.phone-number
{
display
:
flex
;}
.phone-number
.fa-phone
{
flex
:
0
0
28px
;
height
:
28px
;
padding-top
:
7px
;
padding-bottom
:
0
;}
header
.fixed
.fa-phone
{
flex
:
0
0
25px
;}
header
.fixed
.logo-row
.top-callback
.phone
.phone-number
>
div
a
:not
(
:first-of-type
)
{
display
:
none
;}
.logo_and_menu-row
{
border-top-width
:
2px
;
border-top-style
:
solid
;}
.logo_and_menu-row
{
border-top-width
:
2px
;
border-top-style
:
solid
;}
.logo-row
.logo
{
height
:
92px
;
line-height
:
87px
;
position
:
relative
;
z-index
:
10
;}
.logo-row
.logo
{
height
:
92px
;
line-height
:
87px
;
position
:
relative
;
z-index
:
10
;}
.logo-row
.logo
img
{
max-height
:
6
0px
;}
.logo-row
.logo
img
{
max-height
:
5
0px
;}
.logo-row
.top-description
{
color
:
#95979a
;
font-size
:
13px
;
line-height
:
16px
;
padding
:
29px
0
0
37px
;}
.logo-row
.top-description
{
color
:
#95979a
;
font-size
:
13px
;
line-height
:
16px
;
padding
:
29px
0
0
37px
;}
.logo-row
.top-callback
{
padding
:
30px
0
0
;
line-height
:
28px
;}
.logo-row
.top-callback
{
padding
:
30px
0
0
;
line-height
:
28px
;}
.logo-row
.top-callback
.phone
{
font-size
:
20px
;
margin-right
:
17px
;}
.logo-row
.top-callback
.phone
{
font-size
:
20px
;
margin-right
:
17px
;}
...
@@ -166,7 +170,7 @@ header .line-row{height:2px;margin:0;}
...
@@ -166,7 +170,7 @@ header .line-row{height:2px;margin:0;}
.logo-row
.top-callback
.email
{
display
:
none
;
margin-right
:
22px
;}
.logo-row
.top-callback
.email
{
display
:
none
;
margin-right
:
22px
;}
.logo-row
.top-callback
.email
,
.logo-row
.top-callback
.email
a
{
color
:
#777581
;
text-decoration
:
none
;}
.logo-row
.top-callback
.email
,
.logo-row
.top-callback
.email
a
{
color
:
#777581
;
text-decoration
:
none
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
,
.logo-row
.top-callback
.email
>
div
{
display
:
inline-block
;
vertical-align
:
top
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
,
.logo-row
.top-callback
.email
>
div
{
display
:
inline-block
;
vertical-align
:
top
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
color
:
#222222
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
a
{
color
:
#222222
;
display
:
block
;
}
.logo-row
.top-callback
.phone
.phone-number
>
div
{
margin-top
:
2px
;}
.logo-row
.top-callback
.phone
.phone-number
>
div
{
margin-top
:
2px
;}
.logo-row
.top-callback
.phone
.fa
,
.logo-row
.top-callback
.email
.fa
{
border-radius
:
18px
;
color
:
#ffffff
;
font-size
:
16px
;
margin
:
0
5px
;
padding
:
6px
8px
6px
8px
;
vertical-align
:
top
;}
.logo-row
.top-callback
.phone
.fa
,
.logo-row
.top-callback
.email
.fa
{
border-radius
:
18px
;
color
:
#ffffff
;
font-size
:
16px
;
margin
:
0
5px
;
padding
:
6px
8px
6px
8px
;
vertical-align
:
top
;}
.logo-row
.top-callback
.callback
span
{
display
:
inline-block
;
vertical-align
:
top
;
margin
:
0
;}
.logo-row
.top-callback
.callback
span
{
display
:
inline-block
;
vertical-align
:
top
;
margin
:
0
;}
...
@@ -175,7 +179,7 @@ header.topmenu-LIGHT .logo_and_menu-row{box-shadow:0 1px 5px rgba(0, 0, 0, 0.136
...
@@ -175,7 +179,7 @@ header.topmenu-LIGHT .logo_and_menu-row{box-shadow:0 1px 5px rgba(0, 0, 0, 0.136
@media
not
print
{
@media
not
print
{
header
.fixed
{
position
:
fixed
;
margin
:
0
;
width
:
100%
;
top
:
0
;
z-index
:
1001
;
right
:
0
;
left
:
0
;}
header
.fixed
{
position
:
fixed
;
margin
:
0
;
width
:
100%
;
top
:
0
;
z-index
:
1001
;
right
:
0
;
left
:
0
;}
header
.fixed
>
*
:not
(
.logo_and_menu-row
),
header
.fixed
.logo_and_menu-row
>
*
:not
(
.logo-row
)
{
display
:
none
;}
header
.fixed
>
*
:not
(
.logo_and_menu-row
),
header
.fixed
.logo_and_menu-row
>
*
:not
(
.logo-row
)
{
display
:
none
;}
header
.fixed
.logo_and_menu-row
{
border-top-color
:
transparent
;
height
:
53px
;
overflow
:
hidden
;
box-shadow
:
0
1px
5px
rgba
(
0
,
0
,
0
,
0.136
)
!important
;}
header
.fixed
.logo_and_menu-row
{
border-top-color
:
transparent
;
overflow
:
hidden
;
box-shadow
:
0
1px
5px
rgba
(
0
,
0
,
0
,
0.136
)
!important
;}
header
.fixed
.logo-row
.logo
{
height
:
49px
;
line-height
:
44px
;}
header
.fixed
.logo-row
.logo
{
height
:
49px
;
line-height
:
44px
;}
header
.fixed
.logo-row
.logo
img
{
max-height
:
37px
;}
header
.fixed
.logo-row
.logo
img
{
max-height
:
37px
;}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
11px
;
width
:
100%
;}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
11px
;
width
:
100%
;}
...
@@ -326,7 +330,7 @@ footer .info + .social{margin-top:-38px;}
...
@@ -326,7 +330,7 @@ footer .info + .social{margin-top:-38px;}
.social-icons
ul
{
margin
:
0
;
padding
:
0
;
width
:
auto
;
font-size
:
0
;}
.social-icons
ul
{
margin
:
0
;
padding
:
0
;
width
:
auto
;
font-size
:
0
;}
.social-icons
li
{
display
:
inline-block
;
vertical-align
:
top
;
*
display
:
inline
;
zoom
:
1
;}
.social-icons
li
{
display
:
inline-block
;
vertical-align
:
top
;
*
display
:
inline
;
zoom
:
1
;}
.social-icons
li
a
{
border
:
2px
solid
transparent
;
border-radius
:
16px
;
display
:
block
;
height
:
31px
;
margin
:
5px
8px
5px
0
;
overflow
:
hidden
;
position
:
relative
;
transition
:
all
0.3s
ease
0s
;
width
:
31px
;
background-color
:
#4f5a6b
;
transition
:
all
0.3s
ease
;
-moz-transition
:
all
0.3s
ease
;
-ms-transition
:
all
0.3s
ease
;
-o-transition
:
all
0.3s
ease
;
-webkit-transition
:
all
0.3s
ease
;
font-size
:
0
;}
.social-icons
li
a
{
border
:
2px
solid
transparent
;
border-radius
:
16px
;
display
:
block
;
height
:
31px
;
margin
:
5px
8px
5px
0
;
overflow
:
hidden
;
position
:
relative
;
transition
:
all
0.3s
ease
0s
;
width
:
31px
;
background-color
:
#4f5a6b
;
transition
:
all
0.3s
ease
;
-moz-transition
:
all
0.3s
ease
;
-ms-transition
:
all
0.3s
ease
;
-o-transition
:
all
0.3s
ease
;
-webkit-transition
:
all
0.3s
ease
;
font-size
:
0
;}
.social-icons
li
a
i
{
position
:
absolute
;
top
:
5px
;
left
:
6px
;
font-size
:
17px
;
transition
:
all
0.3s
ease
;
-moz-transition
:
all
0.3s
ease
;
-ms-transition
:
all
0.3s
ease
;
-o-transition
:
all
0.3s
ease
;
-webkit-transition
:
all
0.3s
ease
;}
.social-icons
li
a
i
{
position
:
absolute
;
top
:
5px
;
left
:
6px
;
color
:
#ffffff
;
font-size
:
17px
;
transition
:
all
0.3s
ease
;
-moz-transition
:
all
0.3s
ease
;
-ms-transition
:
all
0.3s
ease
;
-o-transition
:
all
0.3s
ease
;
-webkit-transition
:
all
0.3s
ease
;}
.social-icons
li
a
i
.fa-facebook
{
left
:
10px
;}
.social-icons
li
a
i
.fa-facebook
{
left
:
10px
;}
.social-icons
li
a
i
.fa-vk
{
left
:
4px
;
top
:
4px
;}
.social-icons
li
a
i
.fa-vk
{
left
:
4px
;
top
:
4px
;}
.social-icons
li
a
i
.fa-odnoklassniki
{
left
:
8px
;
top
:
4px
;}
.social-icons
li
a
i
.fa-odnoklassniki
{
left
:
8px
;
top
:
4px
;}
...
@@ -388,7 +392,7 @@ footer .info + .social{margin-top:-38px;}
...
@@ -388,7 +392,7 @@ footer .info + .social{margin-top:-38px;}
.front
.flex-direction-nav
a
.flex-prev
:before
{
content
:
"\f104"
;}
.front
.flex-direction-nav
a
.flex-prev
:before
{
content
:
"\f104"
;}
.front
.flex-direction-nav
a
.flex-next
:before
{
content
:
"\f105"
;
left
:
11px
;}
.front
.flex-direction-nav
a
.flex-next
:before
{
content
:
"\f105"
;
left
:
11px
;}
.bx-firefox
.front
.flex-direction-nav
a
::before
,
.bx-ie
.front
.flex-direction-nav
a
::before
{
top
:
-9px
;}
.bx-firefox
.front
.flex-direction-nav
a
::before
,
.bx-ie
.front
.flex-direction-nav
a
::before
{
top
:
-9px
;}
.flexslider
.slides
img
{
border
:
none
;}
.flexslider
.slides
img
{
border
:
none
;
object-fit
:
cover
;
}
/* BUY BLOCK */
/* BUY BLOCK */
.buy_block
{
display
:
block
;}
.buy_block
{
display
:
block
;}
...
@@ -491,7 +495,7 @@ footer .info + .social{margin-top:-38px;}
...
@@ -491,7 +495,7 @@ footer .info + .social{margin-top:-38px;}
.banners-small
.item
{
height
:
110px
;
padding
:
6px
6px
;
overflow
:
hidden
;}
.banners-small
.item
{
height
:
110px
;
padding
:
6px
6px
;
overflow
:
hidden
;}
.banners-small
.item
.image
{
height
:
100%
;
line-height
:
98px
;
text-align
:
center
;
width
:
55px
;
float
:
left
;
padding-right
:
5px
;}
.banners-small
.item
.image
{
height
:
100%
;
line-height
:
98px
;
text-align
:
center
;
width
:
55px
;
float
:
left
;
padding-right
:
5px
;}
.banners-small
.item
.image
img
{
vertical-align
:
middle
;}
.banners-small
.item
.image
img
{
vertical-align
:
middle
;}
.banners-small
.item
.title
{
font-size
:
1
6
px
;
line-height
:
16px
;
text-align
:
left
;
text-decoration
:
none
;
max-height
:
98px
;
overflow
:
hidden
;
color
:
#555555
;
padding-top
:
33px
;}
.banners-small
.item
.title
{
font-size
:
1
4
px
;
line-height
:
16px
;
text-align
:
left
;
text-decoration
:
none
;
max-height
:
98px
;
overflow
:
hidden
;
color
:
#555555
;
padding-top
:
33px
;}
.banners-small
.item
.title
a
{
text-decoration
:
none
;
color
:
#767676
;}
.banners-small
.item
.title
a
{
text-decoration
:
none
;
color
:
#767676
;}
.banners-big
.item
.btn-video.small
{
display
:
inline-block
;
width
:
60px
;
height
:
59px
;
cursor
:
pointer
;
background
:
url(images/scorp2.png)
-2px
-273px
no-repeat
;
border
:
none
;
margin-top
:
0px
;
box-shadow
:
unset
;}
.banners-big
.item
.btn-video.small
{
display
:
inline-block
;
width
:
60px
;
height
:
59px
;
cursor
:
pointer
;
background
:
url(images/scorp2.png)
-2px
-273px
no-repeat
;
border
:
none
;
margin-top
:
0px
;
box-shadow
:
unset
;}
...
@@ -1218,19 +1222,3 @@ header.fixed .logo_and_menu-row{overflow:visible;}
...
@@ -1218,19 +1222,3 @@ header.fixed .logo_and_menu-row{overflow:visible;}
.subscribe-edit-main
.status-block
.button-block
{
margin
:
20px
0px
0px
;}
.subscribe-edit-main
.status-block
.button-block
{
margin
:
20px
0px
0px
;}
.logo-row
.top-callback
.email
{
display
:
block
;
margin-right
:
0px
;
}
section
.counters
{
background
:
none
!important
;}
section
.counters
+
div
{
background
:
url(images/background.png)
!important
}
section
.counters
+
div
h1
{
text-transform
:
uppercase
;
font-size
:
30px
!important
;
margin-bottom
:
80px
!important
;}
section
.counters
+
div
h3
{
font-size
:
15px
;
}
@media
(
max-width
:
767px
){
h2
,
h3
,
h4
,
h1
{
line-height
:
27px
;}}
bitrix/templates/aspro-scorp/template_styles.min.css
View file @
0fab9e94
This source diff could not be displayed because it is too large. You can
view the blob
instead.
include/share_buttons.php
0 → 100644
View file @
0fab9e94
<script
type=
"text/javascript"
src=
"//yastatic.net/share2/share.js"
async=
"async"
charset=
"utf-8"
></script>
<div
class=
"ya-share2"
data-services=
"vkontakte,twitter,viber,whatsapp,odnoklassniki,moimir"
></div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment