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
Show 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
<table>
<tr>
<?
foreach
(
$arResult
as
$arItem
)
:?>
<?
$bShowChilds
=
false
//
$arParams["MAX_LEVEL"] > 1;?>
<?
$bShowChilds
=
$arParams
[
"MAX_LEVEL"
]
>
1
;
?>
<td
class=
"
<?=
(
$arItem
[
"CHILD"
]
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
"
>
<div
class=
"wrap"
>
<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
<?
endif
;
?>
<?
if
(
$arResult
)
:?>
<
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
):?>
<?
$bShowChilds
= false//
$arParams["MAX_LEVEL"]
> 1;?>
<?
$bShowChilds
=
$arParams["MAX_LEVEL"]
> 1;?>
<li class="
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown"
:
""
)
?>
<?=
(
$arItem
[
"SELECTED"
]
?
"active"
:
""
)
?>
">
<a
class=
"
<?=
(
$arItem
[
"CHILD"
]
&&
$bShowChilds
?
"dropdown-toggle1"
:
""
)
?>
"
href=
"
<?=
$arItem
[
"LINK"
]
?>
"
title=
"
<?=
$arItem
[
"TEXT"
]
?>
"
>
<?=
$arItem
[
"TEXT"
]
?>
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/catalog/detail.php
View file @
0fab9e94
...
...
@@ -221,8 +221,7 @@ $arElement = CCache::CIblockElement_GetList(array('CACHE' => array('TAG' => CCac
</div>
<?endif;?>
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<script type="
text
/
javascript
">
$(document).ready(function(){
setTimeout(function(){
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/faq/detail.php
View file @
0fab9e94
...
...
@@ -78,8 +78,7 @@ $arElement = CCache::CIblockElement_GetList(array("CACHE" => array("TAG" => CCac
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/news/detail.php
View file @
0fab9e94
...
...
@@ -298,8 +298,7 @@ $arElement = CCache::CIblockElement_GetList(array('CACHE' => array('TAG' => CCac
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/services/detail.php
View file @
0fab9e94
...
...
@@ -488,8 +488,7 @@ $arElement = CCache::CIblockElement_GetList(array('CACHE' => array('TAG' => CCac
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/components/bitrix/news/study/detail.php
View file @
0fab9e94
...
...
@@ -485,8 +485,7 @@ $arElement = CCache::CIblockElement_GetList(array('CACHE' => array('TAG' => CCac
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
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
<div class="
col
-
md
-
6
share
">
<?if(
$arParams["USE_SHARE"]
== "
Y
" &&
$arElement
):?>
<span class="
text
"><?=GetMessage('SHARE_TEXT')?></span>
<script type="
text
/
javascript
" src="
//yastatic.net/share2/share.js" async="async" charset="utf-8"></script>
<
div
class
="
ya
-
share2
" data-services="
vkontakte
,
facebook
,
twitter
,
viber
,
whatsapp
,
odnoklassniki
,
moimir
"></div>
<? Aspro\Functions\CAsproScorp::showShareBlock(); ?>
<?endif;?>
</div>
<div class="
col
-
md
-
6
">
...
...
bitrix/templates/aspro-scorp/css/responsive.css
View file @
0fab9e94
...
...
@@ -94,6 +94,8 @@
/* XS */
@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
:
0px
;}
/* do not remove this hack! )) */
.mega-menu
ul
.nav
{
padding-bottom
:
0px
;}
header
.fixed
{
position
:
relative
!important
;}
...
...
@@ -103,7 +105,7 @@
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
{
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
;}
...
...
@@ -113,7 +115,6 @@
.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
:
0px
;
right
:
50px
;}
.logo-row
.top-callback
.basket_top
:not
(
.hidden
)+
.callback
+
.phone
,
.logo-row
.top-callback
.ajax_basket
:not
(
.hidden
)+
.callback
+
.phone
{
right
:
95px
;}
.logo-row
.top-callback
.phone
.phone-number
i
,
.logo-row
.top-callback
.phone
.phone-desc
{
display
:
none
;}
footer
{
text-align
:
center
;}
...
...
@@ -244,9 +245,7 @@
.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
){
.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
;}
...
...
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
}}
\ No newline at end of file
@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
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;}
.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
;}
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
;}
.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
;}
...
...
@@ -155,9 +155,13 @@ header > .container{position:relative;}
header
.line-row
{
height
:
2px
;
margin
:
0
;}
/* 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-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-callback
{
padding
:
30px
0
0
;
line-height
:
28px
;}
.logo-row
.top-callback
.phone
{
font-size
:
20px
;
margin-right
:
17px
;}
...
...
@@ -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
,
.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
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
.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
;}
...
...
@@ -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
{
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
.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
img
{
max-height
:
37px
;}
header
.fixed
.logo-row
.top-callback
{
padding-top
:
11px
;
width
:
100%
;}
...
...
@@ -326,7 +330,7 @@ footer .info + .social{margin-top:-38px;}
.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
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-vk
{
left
:
4px
;
top
:
4px
;}
.social-icons
li
a
i
.fa-odnoklassniki
{
left
:
8px
;
top
:
4px
;}
...
...
@@ -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-next
:before
{
content
:
"\f105"
;
left
:
11px
;}
.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
{
display
:
block
;}
...
...
@@ -491,7 +495,7 @@ footer .info + .social{margin-top:-38px;}
.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
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-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;}
.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