

/* Start:/bitrix/templates/mstt/fonts/fonts.css?17667759241384*/
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/mstt/fonts/segoeui.eot');
    src: url('/bitrix/templates/mstt/fonts/segoeui.eot') format('embedded-opentype'),
         url('/bitrix/templates/mstt/fonts/segoeui.woff') format('woff'),
         url('/bitrix/templates/mstt/fonts/segoeui.ttf') format('truetype'),
         url('/bitrix/templates/mstt/fonts/segoeui.svg#SegoeUIRegular') format('svg');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/mstt/fonts/segoeuib.eot');
    src: url('/bitrix/templates/mstt/fonts/segoeuib.eot') format('embedded-opentype'),
         url('/bitrix/templates/mstt/fonts/segoeuib.woff') format('woff'),
         url('/bitrix/templates/mstt/fonts/segoeuib.ttf') format('truetype'),
         url('/bitrix/templates/mstt/fonts/segoeuib.svg#SegoeUIBold') format('svg');
    font-weight:900;
    font-style:normal;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('/bitrix/templates/mstt/fonts/segoeuii.eot');
    src: url('/bitrix/templates/mstt/fonts/segoeuii.eot') format('embedded-opentype'),
         url('/bitrix/templates/mstt/fonts/segoeuii.woff') format('woff'),
         url('/bitrix/templates/mstt/fonts/segoeuii.ttf') format('truetype'),
         url('/bitrix/templates/mstt/fonts/segoeuii.svg#SegoeUIItalic') format('svg');
    font-weight:400;
    font-style:italic;
}
@font-face {
    font-family: 'Esqadero';
    src: url('/bitrix/templates/mstt/fonts/esqaderoffcy4f-regular.eot');
    src: url('/bitrix/templates/mstt/fonts/esqaderoffcy4f-regular.eot') format('embedded-opentype'),
         url('/bitrix/templates/mstt/fonts/esqaderoffcy4f-regular.woff') format('woff'),
         url('/bitrix/templates/mstt/fonts/esqaderoffcy4f-regular.ttf') format('truetype'),
         url('/bitrix/templates/mstt/fonts/esqaderoffcy4f-regular.svg#EsqaderoFFCY4FRegular') format('svg');
    font-weight:400;
    font-style:normal;
}
/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/search.form/search/style.css?1766775924416*/
input.search {
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #514b46;
    background: #212121;
    color: #a29990;
    border-radius: 3px;
    width: 180px;
    padding: 0 5px 2px;
    margin-left: 69px;
}

.search-form {
    margin-top: 15px;
}

.search-form form {
    background: url("/bitrix/templates/mstt/components/bitrix/search.form/search/images/lupa.png") 16px 0 no-repeat;
}
/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/style.css?17667759243148*/
ul#catalog-menu, #catalog-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#catalog-menu > li {
    height: 59px;
    width: 260px;
    border-bottom: 1px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
}
#catalog-menu > li:last-child {
    border-bottom: 3px solid #212121;
}
#catalog-menu > li.folder > a:after {
    background: url("/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/images/li_arrows.png") 2px -60px no-repeat;
    content: "";
    height: 60px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 15px;
}
#catalog-menu > li:hover {
    background: url("/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/images/bg_catalog_hover.jpg");
}
#catalog-menu > li.folder > a:hover:after, #catalog-menu > li.folder:hover > a:after {
    background: url("/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/images/li_arrows.png") 0 0 no-repeat;
}
/*Submenu box*/
#catalog-menu li ul
{
	position:absolute;
	display:none;
	z-index:500;
	width:180px;
        padding-left: 25px;
        left: 260px;
        z-index: 999;
        bottom: 0;
        top: 0;
        line-height: 16px;
        overflow: hidden;
}
#catalog-menu li ul li {
    padding-top: 20px;
}
#catalog-menu li ul li a {
    color: #3b3b3b;
    text-decoration: none;
}
#catalog-menu li ul li a:hover {
    color: #ff6600;
    text-decoration: underline;
}

/* Submenu Items */ 
#catalog-menu > li > a
{ 
	display: table-cell; 
        height: 59px;
        vertical-align: middle;
	text-decoration: none; 
	color: #a29990;
        font-size: 16px;
        position: relative;
        background-position: 0 0!important;
        background-repeat: no-repeat!important;
}
#catalog-menu > li > a:hover, #catalog-menu > li:hover > a {
        background-position: 0 -58px!important;
}

/*Items selected*/
#catalog-menu li a.item-selected
{ 
	color: #ff6600;
}

/*Rootmenu Items*/
#catalog-menu a.root-item, #catalog-menu a.root-item-selected
{
    width: 190px;
    padding-left: 70px;
}

#catalog-menu > li:hover > a
{
    color: #fff;
}

/*Rootmenu Items Selected*/
#catalog-menu a.root-item-selected
{
    color: #fff;
    background-position: 0 -58px!important;
}

/*Parent item*/
#catalog-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#catalog-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/mstt/components/bitrix/menu/catalog_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#catalog-menu li { float: left; height: 1%; } 
* html ul#catalog-menu li a { height: 1%; } 
/* End */ 

/*Submenu hide*/
#catalog-menu li:hover ul ul,
#catalog-menu li.jsvhover ul ul,
#catalog-menu li:hover ul ul ul,
#catalog-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
/*#catalog-menu li:hover ul,
#catalog-menu li.jsvhover ul,
#catalog-menu li li:hover ul,
#catalog-menu li li.jsvhover ul,
#catalog-menu li li li:hover ul,
#catalog-menu li li li.jsvhover ul
{
	z-index:1000;
	top:auto;
	display:block;
}*/
/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/menu/left_menu/style.css?1766775924731*/
/* Left menu*/
ul.left-menu li 
{
    border-bottom: 1px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
}
ul.left-menu li:last-child {
    border-bottom: 3px solid #212121;
}
ul.left-menu li a
{
    font-size: 16px;
    color: #a29990;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    height: 59px;
    padding-left: 70px;
    background-repeat: no-repeat!important;
}
ul.left-menu li:hover
{
    background: url("/bitrix/templates/mstt/components/bitrix/menu/left_menu/images/bg_catalog_hover.jpg");
}
ul.left-menu li a:hover
{
    color: #fff;
    background-position: 0 -58px!important;
}
/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/menu/top_menu/style.css?1766775924305*/
.top_menu li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
}
.top_menu li:last-child {
    margin-right: 0;
}
.top_menu li a {
    color: #8c735b;
    text-decoration: none;
}
.top_menu li a:hover {
    color:#ff6600;
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/system.auth.form/proton_auth/style.css?1766775924442*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/mstt/components/bitrix/system.auth.form/proton_auth/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/mstt/components/bitrix/system.auth.form/proton_auth/images/sec-unlocked.png);}

/* End */


/* Start:/bitrix/templates/mstt/components/bitrix/breadcrumb/breadcrumb/style.css?1766775924896*/
.breadcrumbs{
    border-bottom: 1px solid #f2eeeb;
    margin-bottom:33px;
    padding-top:0px
}
.breadcrumbs ul{
    margin:0;
    padding:0
}
.breadcrumbs ul li{
    display:inline-block;
    height: 39px;
    line-height: 40px;
}
.breadcrumbs ul li a{
    display:block;
    padding:0 14px;
    background:url(/bitrix/templates/mstt/components/bitrix/breadcrumb/breadcrumb/images/arrow.png) no-repeat right 18px;
    font-size:12px;
}
.breadcrumbs ul li a img {
    position: relative;
    top: 1px;
}
.breadcrumbs ul li:first-child a { padding-left: 0; }
.breadcrumbs ul li span{
    display:block;
    padding:0 14px;
    text-decoration:none;
    font-size:12px
}
.breadcrumbs,
.breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

@media (max-width: 992px) {
    .breadcrumbs {
        padding-top: 50px;
    }
}
/* End */


/* Start:/bitrix/templates/mstt/template_styles.css?177074994244358*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html {
    height: 100%;
}

body {
    font-family: 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    color: #3b3b3b;
    height: 100%;
}
.wrapper {
    width: 940px;
    margin: 0 auto;
}

.body {
    height: auto!important;
    min-height: 100%;
}

input {
     outline: 0;
     font-family: 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
     color: #3b3b3b;
}

.text-input {
    height: 28px;
    padding: 0 5px;
    border: 1px solid #d0c5bc;
    border-radius: 2px;
}

a {
    color:#ff6600;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h1, h2 {
    font-family: 'Esqadero', 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 32px;
    line-height: 32px;
    color: #3b3b3b;
    font-style:normal;
}

h1 {
    margin-bottom: 20px;
}

h1:first-letter, h2:first-letter {
    color: #ff6600;
}

a h2:hover {
    color: #ff6600;
}

.measure {
    font-weight: normal;
}

p {
    margin-bottom: 18px;
}

.btn {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #ffbf46),
            color-stop(1, #ff7d25)
    );
    background-image: -o-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -moz-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -webkit-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: -ms-linear-gradient(bottom, #ffbf46 0%, #ff7d25 100%);
    background-image: linear-gradient(to bottom, #ffbf46 0%, #ff7d25 100%);
    display: block;
    border: 1px solid #ff9933;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.55) inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    cursor: pointer;
}

input.btn {
    padding-top: 0px;
}

.btn:hover, .btn:active {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #ff8c00),
            color-stop(1, #ff4a00)
    );
    background-image: -o-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -moz-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -webkit-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: -ms-linear-gradient(bottom, #ff8c00 0%, #ff4a00 100%);
    background-image: linear-gradient(to bottom, #ff8c00 0%, #ff4a00 100%);
    border: 1px solid #ff6600;
}

.btn:active {
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.13) inset;
}

a.btn_big:active {
    padding-top: 9px;
}

a.btn_small:active {
    padding-top: 4px;
}

.btn_big {
    height: 40px;
    font-size: 16px;
    padding-top: 8px;
}

.btn_small {
    height: 30px;
    font-size: 14px;
    padding-top: 3px;
    width: 130px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 120px;
    min-width: 940px;
    background: url("/bitrix/templates/mstt/images/head_bg.jpg") repeat-x;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;
}

.header_top {
    overflow: auto;
}

.logo {
    display: block;
    margin-top: 8px;
    width: 274px;
    float: left;
}

.header_bottom_right {
    float: right;
}

.header_bottom_right .phone {
    font-size: 24px;
    margin-top: 14px;
}

.header_bottom_right .phone span {
    font-weight: 600;
}

.header_bottom_right .callback {
    position: relative;
    margin-top: 6px;
    float: right;
}

.header_bottom_right .callback span.title {
    color: #ff6600;
    border-bottom: 1px dashed #ff6600;
    cursor: pointer;
}

.header_bottom_right .callback span.title:hover {
    border-bottom: 0;
}

#auth {
    float: right;
    line-height: 30px;
}

#auth .log_link {
   margin-right: 10px; 
}

/* Popup
-----------------------------------------------------------------------------*/
#popup_wrapper {
    position: absolute;
    top: 32px;
    right: 0;
    width: 230px;
    height: auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.21);
    z-index: 1000;
    border-radius: 3px;
}

#popup_wrapper .popup_header:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 9px;
    top: -9px;
    right: 75px;
    background: url("/bitrix/templates/mstt/images/popup_arrow_top.png") no-repeat;
}

#popup_wrapper .popup_header {
    background: #3b3b3b;
    color: #fff;
    border-radius: 3px 3px 0 0;
    height: 31px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}

#popup_wrapper .popup_close {
    background: url("/bitrix/templates/mstt/images/popup_close.png") no-repeat;
    cursor: pointer;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 9px;
}

#popup_wrapper .popup_close:hover {
    background-position: 0 -9px;
}

#popup_wrapper .popup_body {
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #f5f1ef;
    padding: 9px;
}

#popup_wrapper .popup_body input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#popup_wrapper .popup_body input.field {
    transition: border-color 0.5s ease 0s;
    -webkit-transition: border-color 0.5s ease 0s;
    -moz-transition: border-color 0.5s ease 0s;
    -ms-transition: border-color 0.5s ease 0s;
    -o-transition: border-color 0.5s ease 0s;
}

#popup_wrapper .popup_body .user_phone, #popup_wrapper .popup_body .btn {
    margin-top: 9px;
}

#popup_wrapper .success {
    color: green;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-bottom: 80px;
}
.about_line {
    height: 60px;
    background: #3b3b3b;
    margin-top: 40px;
}

.about_block {
    margin-top: -44px;
    margin-bottom: -100px;
}

.about_block h2 {
    color: #fff;
}

.about_block .left {
    float: left;
    width: 380px;
}

.about_block .left h2 {
    margin-bottom: 33px!important;
}

.about_block .right h2 {
    margin-bottom: 21px!important;
}

.about_block .right {
    float: right;
    width: 540px;
}

.about_block .right div {
    position: relative;
    background: #3c3c3b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 12px 20px 19px 20px;
}

.about_block .right div .btn {
    bottom: -20px;
    position: absolute;
    right: 20px;
    width: 220px;
}

.about_block .right p {
    color: #fff;
}

.label_hit, .label_new {
    width: 49px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -khtml-border-radius: 3px 0 0 0;
}

.label_hit {
    background: url("/bitrix/templates/mstt/images/label_hit.png") no-repeat;
}

.label_new {
    background: url("/bitrix/templates/mstt/images/label_new.png") no-repeat;
}

/* Sidebar
-----------------------------------------------------------------------------*/
.left_sidebar {
    width: 280px;
    color: #a29990;
    box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 1px 0 3px 0 rgba(0,0,0,0.20);
    background: #fff;
    position: fixed;
    z-index: 20;
    bottom: 0;
    overflow: hidden;
}

.left_sidebar .wrap {
    width: 260px;
    background: url("/bitrix/templates/mstt/images/bg_catalog.jpg") repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
}

.menu_catalog_title {
    color: #a29990;
    display: block;
    height: 39px;
    padding-top: 19px;
    font-size: 16px;
    padding-left: 70px;
    background: url("/bitrix/templates/mstt/images/catalog_menu_title_bg.jpg") no-repeat, url("/bitrix/templates/mstt/images/bg_catalog.jpg") repeat-y;
    border-bottom: 3px solid #212121;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.10);
    text-decoration: none;
}

.menu_catalog_title:hover {
    color: #fff;
}

@media (max-width:1510px) {
    .left_sidebar {
        width: 60px;
    }
}

/* Basket
-----------------------------------------------------------------------------*/
#small-basket {
    background: #fff;
    bottom: 0;
    box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: -1px 0 3px 0 rgba(0,0,0,0.20);
    position: fixed;
    right: 0;
    transition: width 0.3s ease-out 0s;
    -webkit-transition: width 0.3s ease-out 0s;
    -moz-transition: width 0.3s ease-out 0s;
    -ms-transition: width 0.3s ease-out 0s;
    -o-transition: width 0.3s ease-out 0s;
    width: 320px;
    z-index: 50;
}

#small-basket .toggle-basket-link:before {
    content: "";
    height: 10px;
    left: 12px;
    opacity: 0.5;
    position: absolute;
    top: 76px;
    width: 5px;
    background: url("/bitrix/templates/mstt/images/basket_toggle_arrow.png") -5px 0 no-repeat;
}

#small-basket .toggle-basket-link {
    width: 30px;
    background: #f2eeeb url("/bitrix/templates/mstt/images/basket_korzina.jpg") 0 0 no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    padding-top: 45px;
    text-align: center;
    color: #3b3b3b;
    cursor: pointer;
}

#small-basket .toggle-basket-link:hover {
    background: #ebe5e0 url("/bitrix/templates/mstt/images/basket_korzina.jpg") 0 0 no-repeat;
}

#small-basket .toggle-basket-link:hover:before {
    opacity: 1;
}

#small-basket .toggle-basket, #small-basket .loader {
    width: 290px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    overflow: hidden;
}

#small-basket .loader {
    opacity: 0.65;
    background: rgba(235,229,224,1) url("/bitrix/templates/mstt/images/loader.gif") center center no-repeat;
    z-index: 99;
}

#small-basket .toggle-basket .basket-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

#small-basket .toggle-basket .basket-head .title {
    font-size: 21px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
}

#small-basket .toggle-basket .basket-head .price {
    margin-left: 30px;
}

#small-basket .toggle-basket .basket-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
}

#small-basket .toggle-basket .basket-submit .basketButton {
    width: 260px;
    margin: 19px auto 20px;
}

#small-basket .toggle-basket .basket-content {
    position: absolute;
    bottom: 80px;
    top: 80px;
    left: 0;
    right: 0;
}

#small-basket .toggle-basket .basket-content .basket-scroll {
    height: 100%;
    overflow: hidden;
}

#small-basket .toggle-basket .basket-content .basketGoods {
    padding: 20px 20px 0px 10px;
    overflow: hidden;
    position: relative;
    width: 260px;
}

#small-basket .toggle-basket .basket-content .basketGoods:last-child {
    margin-bottom: 10px;
}

#small-basket .toggle-basket .basket-content .basketGoods:last-child .sep_line {
    border-bottom: 0;
}

#small-basket .toggle-basket .basket-content .basketGoodsImage {
    width: 59px;
    height: 59px;
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#small-basket .toggle-basket .basket-content .basketGoodsImage a {
    display: block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent {
    float: left;
    line-height: 16px;
    width: 175px;
    padding-top: 6px;
    margin-bottom: 10px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber {
    margin-top: 9px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.title {
    margin-right: 20px;
    background: url("/bitrix/templates/mstt/images/basket_price_bg.png") no-repeat 0 4px;
    padding-left: 20px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.title.arenda {
    background-position: 0 -22px;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent .basketGoodsPriceNumber span.arenda {
    background-position: 0 -10px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity {
    background: #ffcc99;
    border-radius: 3px;
    clear: both;
    height: 20px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .inputSmall {
    width: 60px;
    border: 1px solid #ffcc99;
    border-radius: 3px;
    height: 17px;
    vertical-align: top;
    padding: 0 0 1px;
    text-align: center;
    float: left;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .arenda_count {
    border-radius: 3px 0 0 3px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity .arenda_time {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity span.measure {
    float: left;
    margin-left: 5px;
    font-size: 12px;
}

#small-basket .toggle-basket .basket-content .basketGoodsQuantity span.basketGoodsSumm {
    float: right;
    width: 113px;
}

#small-basket .toggle-basket .basket-content .basketGoodsHeader {
    text-decoration: none;
}

#small-basket .toggle-basket .basket-content .basketGoodsHeader:hover {
    text-decoration: underline;
}

#small-basket .toggle-basket .basket-content .basketGoods .basketGoodsClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 11px;
    height: 11px;
    background: url("/bitrix/templates/mstt/images/delete_basket_item.png") no-repeat 0 0;
    cursor: pointer;
}

#small-basket .toggle-basket .basket-content .basketGoods .basketGoodsClose:hover {
    background-position: 0 -11px;
}

#small-basket .toggle-basket .basket-content .basketGoods .sep_line {
    border-bottom: 1px solid #f2eeeb;
    margin-top: 10px;
}

.move-right {
    width: 30px !important;
}

.move-right .toggle-basket-link:before {
    background-position: 0 0!important;
}

#small-basket .basket_info {
    background: #ff6600;
    border-radius: 3px;
    color: #fff;
    left: -150px;
    padding: 10px;
    position: absolute;
    top: 9px;
    width: 120px;
}

/* Personal
-----------------------------------------------------------------------------*/
.bx_page .block {
    margin-bottom: 30px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 80px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url("/bitrix/templates/mstt/images/bg_footer.jpg");
    border-top: 1px solid #6b5e53;
    color: #a29990;
    padding-top: 18px;
    position: relative;
    z-index: 99;
    margin-top: -80px;
    clear: both;
    min-width: 940px;
}

.footer .copyright {
    color: #fff;
    margin-top: 12px;
}
.map-google {width: 580px;float: left; position: relative;}

.content-image {
	margin: 0 20px 0 0;
}
.content.static b{
	font-weight: bold;
}
.content.static ul, .content.static ol {
	list-style: inherit;
	padding: 0 0 0 40px;
}
.facebook {
	float: right;
	margin-top: -10px;
}
.facebook a{
	display: block;
	width: 35px;
	height: 35px;
	background: url("/bitrix/templates/mstt/images/fb_logo.png");
	cursor: pointer;
	overflow: hidden;
    text-indent: -9999px;
}

.sort_header .sort_display{float:right;font-size:0;}
.sort_display a, .sort_display a i{display:inline-block;height:13px;width:13px;line-height:20px;}
.sort_display a{margin:0px 0px 0px 15px;}
.sort_display a i{background:url('/bitrix/templates/mstt/images/sort_icons.png') 0 0 no-repeat;}
.sort_display a.block i{background-position:-1px -41px;}
.sort_display a.block.current i, .sort_display a.block:hover i{background-position:-1px -23px;}
.sort_display a.list i{background-position:-19px -41px;}
.sort_display a.list.current i, .sort_display a.list:hover i {background-position:-19px -23px;}
.sort_display a.table i{background-position:-37px -41px;}
.sort_display a.table.current i, .sort_display a.table:hover i{background-position:-37px -23px;}



/*table*/
.module_products_list .item,.module_products_list .item div, .module_products_list .item tr,.module_products_list .item td {vertical-align: middle;}
.recommend_box .item, .recommend_box .item div, .recommend_box .item tr, .recommend_box .item td {vertical-align: top;}
.recommend_box .cost {font-size: 18px;}
.recommend_box .item.head{background: #3b3b3b url(/bitrix/templates/proton_proton_mobile/images/6_line.png) right no-repeat !important;}

.recommend_box .cost.prices {margin-top: -1px;text-align: right;}
.recommend_box .but-cell {margin-top: 23px;}
.recommend_box td.item-name-cell a{font-size: 16px !important; text-decoration: none;}
.recommend_box td.item-name-cell a:hover{color:gray;}
.recommend_box .foto-cell {padding-left: 13px !important;}
.module_products_list .item .cost {font-weight: 900; min-width: 76px;}
.module_products_list .foto-cell .image_wrapper_block, .module_products_list .foto-cell .image_wrapper_block a{max-width:88px;min-width:88px;height:50px;line-height:50px;}
/*.module_products_list .cost.prices .price{float:none;display:inline-block;vertical-align:top;margin:0px 4px 0px 0px;}*/
.module_products_list .cost.prices .price.discount{margin:0px;vertical-align:text-top;position:relative;top:-1px;}
.module_products_list .counter_wrapp{padding:0px;white-space:nowrap;}
.module_products_list .counter_wrapp .button_block{white-space:normal;}
.module_products_list  .counter_wrapp .button_block.wide{display:inline-block;width:auto;}
.module_products_list .counter_wrapp .more_text{display:none;}
.module_products_list .wrapp_stockers .like_icons > div:last-child{margin-right:0px;}
.adaptive_button, .adaptive_button .more_text{display:none;}
.table table.module_products_list { float: none; }

.module_products_list td { padding: 19px 0px; text-align:center; border-top: 1px solid #e5e5e5; }
.module_products_list td.item-name-cell { text-align: left; padding-left: 20px; padding-right: 10px; }
.module_products_list td.item-name-cell a { font-size: 14px; font-weight: 500; }
.module_products_list td.price-cell { max-width: 200px; text-align: left; width: 12%; padding-right: 8px;}
.module_products_list td.like_icons { width: 56px; }
.module_products_list td.like_icons.full { width: 91px; }
.module_products_list td.but-cell { width: 12%; text-align: right; }
.module_products_list {box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;width: 100%;font-size: 12px;border: 1px solid #e5e5e5;margin: 20px 0px 30px 0px ;float: left;overflow:hidden;}
.module_products_list .foto-cell { width: 50px; }
.module_products_list tr:first-child td { border-top: 0; }
.module_products_list tr  td:first-child{ padding-left: 19px; }
.module_products_list tr  td:last-child{ padding-right: 19px;padding-right: 12px; }
.module_products_list .foto-cell img { max-width: 100%; }

.module_products_list .availability-row, .module_products_list .price-cell .price { white-space: nowrap; }
.module_products_list .availability-row { text-align:left; }
.module_products_list .price-cell .price { font-size: 14px; }
.module_products_list .price-cell .price.discount { font-size: 12px; }
.module_products_list .price-cell .price.discount strike { line-height: 14px; font-family: Ubuntu, Arial, Helvetica, sans-serif; }
.module_products_list .quantity-cell { width: 90px; }
.recommend_box .name-item{display: none;}

@media (max-width:700px) {
    .module_products_list td.but-cell {display: none;}
    body .display_list .list_item .image a, body .display_list .list_item .image, body .display_list .list_item {min-height: inherit;}
	body .display_list .adaptive_name {display: table-row;}
	body .display_list .description_wrapp .wrapp_stockers {display: none;}
	body .display_list .description_wrapp .item-title {display: none;}
	body .display_list .description_wrapp .prop-block {display: none;}
	body .display_list .description_wrapp .price-block {width: 100%; float: right;}
	body .display_list .list_item .image_block {width: 38%;}
	.display_list .image_wrapper_block, .display_list .image_wrapper_block a{max-width:105px;min-width:70px;height:100px;}
	.recommend_box .wrapper h1{font-size: 27px;}
	.recommend_box .item.head{background: #3b3b3b url(/bitrix/templates/proton_proton_mobile/images/3_line.png) right no-repeat !important;}
	.recommend_box .item-name-cell a{display: none;}
	.recommend_box .image_wrapper_block{margin-left: 40px !important;}
	.recommend_box .foto-cell{overflow: hidden;}
	.recommend_box .name-item {display: table-row;} 
	.recommend_box .name-item, .recommend_box .name-item td{border-bottom: none !important;}
	.recommend_box .item, .recommend_box .item td{border-top: none !important;}
	.recommend_box .item {overflow: hidden; }
}

/* diffrent view types styles */
/*list*/
.display_list .item_wrap{border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
.display_list .item_wrap.prev{border-bottom-color:#fff;}
.display_list .item_wrap:hover{border-color:#fff !important;}
.display_list .list_item_wrapp:first-child{border-top:1px solid #e7e7e7;}
.display_list .list_item_wrapp + div .list_item_wrapp{border-top-width:0px;}
.display_list .description_wrapp .wrapp_stockers{margin:12px 0px 0px;font-size:0px;}
.display_list .description_wrapp .wrapp_stockers > div{display:inline-block;vertical-align:middle;}
.display_list .item-title a, .display_list  .item-title a span{font-size:14px;}
.wrapp_stockers .like_icons{font-size:0px;height:30px;}
.display_list .cost.prices .price {text-align: right;}
.display_list .item-title a{text-decoration: none; font-weight: bold;}
.display_list .item-title a:hover{color:gray;}

.wrapp_stockers .like_icons > div{display:inline-block;margin:0 5px 0 0;}
.wrapp_stockers .like_icons > div.offers_compare{margin:0px 19px 0px 0px;}
.wrapp_stockers .like_icons span{opacity:1;visibility:visible;}
.display_list .item-stock{margin:0 0 0 14px;}
.display_list .list_item .preview_text{line-height:18px;margin:14px 0px 0px;font-size:12px;}
.display_list .list_item .show_props a span{font-size:12px;line-height:18px;}
.display_list .list_item .show_props{margin:10px 0px -3px;}
.display_list .list_item .show_props a i.icon{top:0px;position:relative;margin-right:7px;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;background:#383838;vertical-align:middle;}
.display_list .list_item .show_props a.opened i.icon b{background-position:-34px -185px;}
.display_list .list_item .show_props a i.icon, .display_list .list_item .show_props a i.icon b{display:inline-block;height:11px;width:11px;}
.display_list .list_item .show_props a i.icon b{background:url('/bitrix/templates/mstt/images/arrows.png') 2px -185px no-repeat; cursor: pointer;}
.display_list .list_item .show_props span {cursor: pointer;}
.display_list .list_item .props_list_wrapp{display:none;margin:0;padding:0px 0px 13px;}
.props_list{border-collapse:collapse;}
/*.props_list td{text-align:right;padding:2px 0px 2px 10px;font-size:12px;border-bottom:1px dotted #c3c3c3;}
.props_list td > span, .props_list td > .txt{position:relative;bottom:-11px;background:#FFF;padding:0px 0px 0px 10px;}
.props_list tr td:first-child{text-align:left;padding-right:10px;padding-left:0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt{padding-right:12px;position:relative;}
.props_list tr td:first-child > span.whint{padding-right:32px;}
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before {content:"";display:block;position:absolute;background:#ddd;left:1px;top:6px;width:2px;height:2px;}
.props_list tr td:first-child > .txt:before{top:9px;}*/

.display_list .sale_block{margin-top:5px;}
.bx_item_detail_scu .bx_scu_scroller_container{position:relative}

.display_list { margin-top: 20px; padding: 0px 0px 30px; }
.display_list .list_item_wrapp { position: relative; zoom: 1; z-index: 0; -webkit-transition: border-color ease-out 0.2s; -moz-transition: border-color ease-out 0.2s; -o-transition: border-color ease-out 0.2s; transition: border-color ease-out 0.2s; }
.display_list .list_item { min-height: 200px; white-space: normal; }
.display_list .list_item  td.image_block, .display_list .list_item  td.description_wrapp, .display_list .list_item  td.information_wrapp { padding: 20px; vertical-align: top; }
.display_list .list_item td.image_block, .display_list .list_item td.description_wrapp { padding: 17px; }
.display_list .list_item .image_block { width: 23%; position: relative; zoom: 1; min-height: 170px;  box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.display_list .description_wrapp .desc_name a span, .popup .item_name span { font-size: 16px; line-height: 24px; }
.display_list .adaptive_name { display: none; }
.display_list .adaptive_name .desc_name { margin-bottom: 0; }
.display_list .prop-block {float:left; width: 66%;}
.display_list .price-block {float:right; margin-top: -22px; width: 34%;}

.display_list .price.not{font-size: 16px; color: grey; margin: 14px 0 2px 31px;}
.module_products_list .availability-row .value, .module_products_list .availability-row .value span { font-size: 11px; margin: 2px 0 0 5px; display:inline-block; vertical-align:top; *display:inline; zoom:1; font-family: Ubuntu, Arial,Helvetica,sans-serif; }
.display_list .availability-row .value:first-letter, .display_list .availability-row .value span:first-letter, .module_products_list .availability-row .value:first-letter, .module_products_list .availability-row .value span:first-letter, .catalog_block .availability-row .value:first-letter, .catalog_block .availability-row .value span:first-letter, .catalog_detail .availability-row .value:first-letter, .catalog_detail .availability-row .value span:first-letter{ text-transform: uppercase; }
.display_list .adaptive_name  .desc_name a span { font-size: 14px; line-height: 16px; }
.display_list .adaptive_name td { padding: 15px; }
.display_list .description_wrapp .description, .display_list .description_wrapp .information { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 6px 0px 0px; }
.display_list .list_item  td.information_wrapp { width: 23%; width: 207px; min-width: 155px; padding: 0; position: relative; zoom: 1; }
.display_list .information_wrapp .information { padding: 20px 29px 27px 6px; }
.display_list .price_block { margin-bottom: 12px; }
.display_list .price_block .price_name{margin-top:8px;}
.display_list .price_block .price:not(.discount) { white-space: nowrap; }
.display_list .price { font-size: 24px; line-height: 26px; }
.display_list .price.discount { line-height: 14px; }
.display_list .likes_icons * { font-size: 11px; }
.display_list .likes_icons a:first-child { margin-top: 3px; }
.display_list .likes_icons a{ margin-top: 5px; }
.display_list .likes_icons .icon { position: relative; zoom: 1; bottom: -9px; }
.display_list .likes_icons { margin-left: 2px; }
.image_wrapper_block, .image_wrapper_block a{max-width:170px;min-width:70px;height:170px;line-height:170px;margin:0 auto;padding:0px;vertical-align:middle;text-align:center;position:relative;zoom:1;display:block;}
.image_wrapper_block a {background-position:50% 50%;background-repeat:no-repeat;}
.image_wrapper_block{margin:0px;}
.image_wrapper_block img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;border:0;vertical-align:middle;max-width:100%;}

.display_list .item_wrap{}
.display_list .item_wrap:not(.touch):hover, .catalog .item_wrap.hover{ box-shadow:0px 0px 20px rgba(0,0,0,0.10);-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.10);-o-box-shadow:0px 0px 20px rgba(0,0,0,0.10);-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.10);}

hr.long { margin: 35px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px; }
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 12px; border-bottom: 1px dotted #c3c3c3; }
.props_list td > span, .props_list td > .txt { position: relative; bottom: -11px; background: #FFF; padding: 0px 0px 0px 10px; display: inline-block; }
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }
/* End */

.counter_block{border:1px solid #e5e5e5;font-size:0px;width:74px;margin:0px auto;display:inline-block;vertical-align:top;border-radius:2px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;height:27px;}
.counter_block.big_basket{width:96px;text-align:center;height:auto;}
.counter_block input[type="text"]{width:32px;border:0px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#f7f7f7;color:#373737;font-size:10px;height:26px;border-radius:0px;text-align:center;  line-height:13px;}
.bx-firefox .counter_block input[type="text"]{padding-top:7px;}
.counter_block.big_basket input[type="text"]{font-size:13px;height:35px;width:42px;}
.counter_block .plus, .counter_block .minus{font-size:0;line-height:27px;height:27px;width:21px;display:inline-block;cursor:pointer;vertical-align:top;}
.counter_block.big_basket > span{line-height:35px;height:35px;width:27px;}
.module_product_list .counter_block .plus, .module_product_list .counter_block .minus{height:24px;width:24px;}

.counter_block > span:hover{background:#e3e3e3;}
.counter_block > span:before{display:inline-block;content:"";width:20px;height:19px;background:url('/bitrix/templates/aspro_mshop/images/plus_minus.png') 5px -13px no-repeat;vertical-align:middle;}
.bx-mac .counter_block > span:before{margin:3px 0px 0px;}
.bx-mac .counter_block.big_basket > span:before{margin:8px 0px 0px;}
.counter_block.big_basket > span.minus:before{background-position:3px 3px;}
.counter_block > span.minus:hover:before{background-position:-41px -13px;}
.counter_block.big_basket > span.minus:hover:before{background-position:-43px 3px;}
.counter_block.big_basket > span.plus:before{background-position:-19px 3px;}
.counter_block > span.plus:before{background-position:-17px -13px;}
.counter_block.big_basket > span.plus:hover:before{background-position:-64px 3px;}
.counter_block > span.plus:hover:before{background-position:-63px -13px;}
.counter_block input[type="text"]{padding:8px 8px 7px;}

.counter_wrapp{font-size:0px;padding:15px 0px 0px;}
.counter_wrapp .counter_block{margin:0px 10px 0px 0px;}
.button_block{display:inline-block;vertical-align:top;}
.counter_wrapp .button_block.wide{display:block;margin:0px;width:100%;}
.counter_wrapp .button_block.wide .button{display:block;}
.counter_wrapp .counter_block {
    border: 1px solid #e5e5e5;
    font-size: 0px;
    width: 74px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 27px;
}
.counter_wrapp .counter_block input[type="text"] {
	width: 30px;
    border: 0px;
    padding: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #373737;
    font-size: 10px;
    height: 27px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
}
.cost.prices .price{
    font-weight: bold;
    line-height: 15px;
}
.counter_wrapp {
    font-size: 0px;
    padding: 15px 0px 0px;
}
.button.small {
    cursor: pointer;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    background: #ff9933;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    margin-left: 10px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
}
.button.small a {
	color: #fff;
}
/*stickers*/
.stickers { position: absolute; top: -7px; left: -7px; z-index: 2; }
.stickers [class*="sticker_"] { display: block; height: 45px; width: 45px; background: url(/bitrix/templates/aspro_mshop/css/../images/icons_goods.png) -1px -0px no-repeat; margin: -3px 0px 0px; }
.stickers .sticker_new{ background-position: -1px -0px; }
.stickers .sticker_recommend { background-position: -1px -184px; }
.stickers .sticker_stock { background-position: -1px -46px; }
.stickers .sticker_hit { background-position: -1px -92px; }
.stickers [class*="sticker_"]:first-child { margin-top: 0; }
.information.red .cost, .price-cell.red .cost, .bx_catalog_item_price_wrap.red .cost, .item_price.red .item_current_price, .bx_slider_price_container.red .bx_slider_current_price{color: red;}
.rsoad-wrap-item .stickers, .bx_item_detail .stickers, .bx_slider_photo_container .stickers{left: 2px; top: 4px;}
.module_products_list .item.head{
	text-align: left;
	background: #3b3b3b;
	color: #FFF;
	border: 1px solid #3b3b3b;
	font-size: 18px;
    font-weight: 900;
}
.hidden {
	display: none !important;
}
.callme-overlay {
	z-index: 3000;
	background: #0b0b0b;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.callme-modal_contents {
	z-index: 3500;
	background: #FFF;
	-webkit-box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
	-o-box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
	box-shadow: 0 0 8px 2px rgba(182, 182, 182, 0.75);
	width: 674px;
	position: absolute;
	top: 15%;
}
.global-modal-header {
	border-bottom: 1px solid #ccc;
}
.mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 13px;
    height: 14px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/mstt/images/icon-close.png");
    cursor: pointer;
}
.global-modal-body {
    padding: 20px;
}
.gm-top {
	width: 100%;
	margin: 0 auto 20px auto;
}
.buy-one-click-title, .send-message-title {
	display: block;
	font-size: 1.5em;
	text-align: center;
	font-size: 1.8em;
	margin: 0;
	line-height: 1.2;
}
.gm-top form input, .gm-top form textarea {
	width: 97%;
	padding: 7px 10px;
	border: 1px solid #dad9d9;
	border-radius: 3px;
	margin: 0 0 10px 0;
	font-family: 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
	color: #3b3b3b;
}
.gm-bottom input[type="submit"] {
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 220px;
	height: 50px;
	background: #ff9933;
	text-decoration: none;
	color: #fff;
	padding: 16px 20px 16px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.gm-bottom input[type="submit"]:hover {
	background: #3b3b3c;
	border: 1px solid #3b3b3c;
}

.gm-bottom input[type="button"] {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 220px;
    height: 50px;
    background: #ff9933;
    text-decoration: none;
    color: #fff;
    padding: 16px 20px 16px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.gm-bottom input[type="button"]:hover {
    background: #3b3b3c;
    border: 1px solid #3b3b3c;
}

.global-modal-show {
	visibility: visible;
}

@media screen and (max-width: 813px){
	.callme-modal_contents {
		max-width: 100% !important;
		width: 320px !important;
		left: 50% !important;
		margin-left: -160px !important;
	}
	.gm-top form input, .gm-top form textarea {
		width: 93%;
	}
}
@media (min-width:993px) {
	header.header .mobile_phones {
		display: none;
	}
}
@media (max-width:992px) {
	header.header .mobile_phones {
		padding-top: 110px;
	}
	header.header .mobile_phones a::before {
	  	content: '';
	    background: url(/bitrix/templates/proton_proton_mobile/images/phone-icon-2.png);
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    left: 16px;
	    margin-top: -5px;
	}
	.left-b,  .right-b{
		 display: none;
	}
}
header.header .mobile_phones {
	width: 100%;
    text-align: center;
    padding: 0 0 10px 24px;
}
header.header .mobile_phones a {
	text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}
.header_bottom_right.work_time ul {
    margin: 16px 55px 0 0;
	font-size: 15px;
}
.header_bottom_right.work_time li {
    margin-top: 6px;
}
.header_bottom_right.work_time b{
    font-weight: bold;
}
.header_bottom_right.work_time .email::before {
    content: '';
    background: url(/bitrix/templates/proton_proton_mobile/images/letter.png) no-repeat;
    width: 26px;
    height: 16px;
    position: absolute;
    margin-top: 2px;
	margin-left: -33px;
}
.header_bottom_right.work_time .time::before {
    content: '';
    background: url(/bitrix/templates/proton_proton_mobile/images/wall-clock-01.png) no-repeat;
    width: 26px;
	height: 26px;
	position: absolute;
	margin-top: -2px;
	margin-left: -32px;
}
.add-file {
	color:#ff9933;
	cursor:pointer;
	text-decoration: underline;
}
.add-file:hover {
	text-decoration: none;
}
.main-contacts-info {
	width: 40%;
	display: block; 
	position: relative; 
	float: left;
	background: #f2eeeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 10px 7px 0 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.map-google {
	width: 55%;
	display: block; 
	position: relative; 
	float: left;
}
@media (max-width:992px) {
	.main-contacts-info, .map-google {
		width: 100%;
	}
}


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    margin-top: 30px;
}

.block-1 {
	float: left;
	width: 30%;
}
.block-2 {
	float: left;
	width: 40%;
}
.block-3 {
	float: left;
	width: 30%;
}
.company-details__title {
    font-size: 19px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -.32px;
	margin-bottom: 23px;
	font-weight: bold;	
	font-family: 'Esqadero', 'SegoeUI', Tahoma, Arial, Helvetica, Sans-Serif;
    color: #3b3b3b;
    font-style: normal;
}
.company-details__title span {
	color:#ff6600;
}
.main-contacts-info .company-details__title:first-child {
	margin-bottom: 10px; 
	margin-top: 6px;
}
.main-contacts-info .company-details__title {
	margin-bottom: 7px; 
	margin-top: 23px;
}
.company-details__text {
    font-size: 15px;
    color: #606060;
    margin-bottom: 22px;
}
.company-details__download {
	display: inline-block;
    border-radius: 3px;
    font-size: 15px;
	line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
    padding-top: 1px;
	color: #fff;
	width: 146px;
	background-color: #ff9933;
	text-decoration: none;
}
.company-details__download::before {
	content: '\2913';
    font-weight: bold;
    margin-right: 8px;
}
.cdi-list {
	padding:40px 0 40px 10px !important;
}
.cdi-list li {
	list-style: none;
}
.company-details__info .cdi-list__item {
    background-color: #f2eeeb;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.1;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.company-details__info .cdi-list__item span {
    display: block;
    color: grey;
}
.company-details__title.company-card {
	position: absolute; 
	margin-left: 180px;
}
@media (max-width:800px) {
	.container.contact .block-1, .container.contact .block-2, .container.contact .block-3{
		width: 100%;
	}
	.container.contact .block-1{
		margin-bottom: 20px;
	}
	.container.contact .block-3{
		margin-top: -80px;
	}
	.company-details__title.company-card {
		margin-left: 0px;
	}
	.cdi-list {
	    padding: 40px 0 40px 0 !important;
	}
}
.main-contacts-info p{
	text-align: left; 
	margin-top: 6px;
}
#MORE_FILE {
    position: relative;
    top: 2px;
    right: 153px;
    width: 148px;
    height: 22px;
    cursor: pointer;
    z-index: 3600;
    filter: alpha(opacity=0);
    opacity: 0;
}


.bx_item_detail .transparent_input {
    border: 1px solid #ffcc99;
    background: white;
    border-radius: 3px;
    width: 80px;
    padding: 0 10px;
}

.fast_by_dt
{
    width: 94%; height: 40px; margin: 0 10px 0px;
}

@media (max-width: 445px) {
    .bx_item_detail .bx_item_container .control .line .buy_product_block {
         display: block;
        margin: 10px 0 0 0;

    }
}

.left-b
{
    margin-left: -9px;
}
.item_info_section
{
    width: 97%;
}
.bx_item_detail .item_info_section
{
    margin: 0 0 10px 0;
}


@media (max-width: 992px) {
    .left-b, .right-b {
        display: block;
    }

    .item_info_section
    {
        width: 100%;
    }

    .bx_item_detail .item_buttons_counter_block
    {
        margin-right: 0px;
    }
    .config-elem-link
    {
        margin-right: 0px;
    }
    .bx_item_detail .item_info_section
    {
        padding: 0;
    }
    .fast_by_dt
    {
        margin: 10px 0 10px 0;
        width: 100%;

    }
}
#filter_button_hidee
{
    display: none;
}


/* End */
/* /bitrix/templates/mstt/fonts/fonts.css?17667759241384 */
/* /bitrix/templates/mstt/components/bitrix/search.form/search/style.css?1766775924416 */
/* /bitrix/templates/mstt/components/bitrix/menu/catalog_menu/style.css?17667759243148 */
/* /bitrix/templates/mstt/components/bitrix/menu/left_menu/style.css?1766775924731 */
/* /bitrix/templates/mstt/components/bitrix/menu/top_menu/style.css?1766775924305 */
/* /bitrix/templates/mstt/components/bitrix/system.auth.form/proton_auth/style.css?1766775924442 */
/* /bitrix/templates/mstt/components/bitrix/breadcrumb/breadcrumb/style.css?1766775924896 */
/* /bitrix/templates/mstt/template_styles.css?177074994244358 */
