/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

 body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

 audio,
 canvas,
 progress,
 video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

 [hidden],
 template {
  display: none;
}

/* Links
========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

 a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:active,
 a:hover {
  outline: 0;
}

a:hover, a{
    -webkit-transition: color 0.15s ease;
   	-moz-transition: color 0.15s ease;
   	-o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

/* Text-level semantics
========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

 abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

 b,
 strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

 dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

 h1 {
  font-size: 2em;
  margin: 0.67em 0 45px;
}

/**
 * Address styling not present in IE 8/9.
 */

 mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

 small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

 figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

 code,
 kbd,
 pre,
 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

 button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

 button,
 select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

 button,
 html input[type="button"], /* 1 */
 input[type="reset"],
 input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

 button[disabled],
 html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

 button::-moz-focus-inner,
 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

 input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

 input[type="radio"],
 input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

 input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

 legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

 textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

 optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

 table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End Normalizer
   ========================================================================== 
   */




/* Fonts
==========================================================================
*/

@font-face{
  font-family: 'ProximaNova';
  src: url('mark_simonson_-_proxima_nova_regular.eot');
  src: url('mark_simonson_-_proxima_nova_regular.eot?#iefix') format('embedded-opentype'),
  url('mark_simonson_-_proxima_nova_regular.svg#ProximaNova') format('svg'),
  url('mark_simonson_-_proxima_nova_regular.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_regular.woff') format('woff'),
  url('mark_simonson_-_proxima_nova_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: 'ProximaNova';
  src: url('mark_simonson_-_proxima_nova_regular_italic.eot');
  src: url('mark_simonson_-_proxima_nova_regular_italic.eot?#iefix') format('embedded-opentype'),
  url('mark_simonson_-_proxima_nova_regular_italic.svg#ProximaNova') format('svg'),
  url('mark_simonson_-_proxima_nova_regular_italic.woff') format('woff'),
  url('mark_simonson_-_proxima_nova_regular_italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face{
  font-family: 'ProximaNova';
  src: url('mark_simonson_-_proxima_nova_semibold.eot');
  src: url('mark_simonson_-_proxima_nova_semibold.eot?#iefix') format('embedded-opentype'),
  url('mark_simonson_-_proxima_nova_semibold.svg#ProximaNova') format('svg'),
  url('mark_simonson_-_proxima_nova_semibold.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_semibold.woff') format('woff'),
  url('mark_simonson_-_proxima_nova_semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face{
  font-family: 'ProximaNova';
  src: url('mark_simonson_-_proxima_nova_bold.eot');
  src: url('mark_simonson_-_proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
  url('mark_simonson_-_proxima_nova_bold.svg#ProximaNova') format('svg'),
  url('mark_simonson_-_proxima_nova_bold.woff2') format('woff2'),
  url('mark_simonson_-_proxima_nova_bold.woff') format('woff'),
  url('mark_simonson_-_proxima_nova_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face{
  font-family: 'ProximaNova';
  src: url('ProximaNova-Extrabld.eot');
  src: url('ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
  url('ProximaNova-Extrabld.svg#ProximaNova') format('svg'),
  url('ProximaNova-Extrabld.woff') format('woff'),
  url('ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
    font-family: 'Rouble';
    src: url('rouble.eot');
    src: url('rouble.eot?#iefix') format('embedded-opentype'),
         url('rouble.woff') format('woff'),
         url('rouble.ttf') format('truetype'),
         url('rouble.svg#Rouble') format('svg');
    font-weight: 400;
    font-style: normal;
}


/* General styles
==========================================================================
*/

*{
  margin:0;
  padding: 0;
}
html, body{
  width:100%;
  height:100%;
}
body{
  background: #fff;
  font-family: 'ProximaNova';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #343434;
}
ul{
  list-style: none;  
}
.clear{
  clear: both;
}
.holder{
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 2.4%;
  position: relative;
}
.wrap, .wrapper{
	position: relative;
}
button{
  font-family: 'ProximaNova';
  background: #ffaf47;
  border: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 24px 5px 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
button:hover{
	background: #ffb554;
}
button.addToCart{
  background: #3b9dcb;
}
button.addToCart:hover{
	background: #45a7d5;
}
.btn-space{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 33px;
  border: solid 3px #ffaf47;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 65px;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
.btn-space:hover{
	border-color: #fad04e;
	-webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
a.btn-space {
  text-decoration: none;
  color: #282828;
}
input:focus{
  outline: none;
}
#main{
  height: auto !important;
  height: 100%;
  min-height: 100%; 
  min-width: 1270px;
  z-index: 1;
}
.breadcrumbs{
  font-size: 14px;
  border-bottom: solid 1px #ebebeb;
  color: #999;
  margin-bottom: 45px;
  padding-bottom: 18px;
}
.breadcrumbs a{
  color: #282828;
}
a{
  color: #282828;
}
h1{
  font-size: 37px;
  font-weight: 700;
  line-height: 35px;
  color: #2d2d2d;
  text-transform: uppercase;  
}
h2{
  text-transform: uppercase;  
  color: #2d2d2d;
  font-size: 34px;
  font-weight: 600;
}
h3{
  text-transform: uppercase;  
  color: #232323;
  font-size: 34px;
  margin-bottom: 45px;
  font-weight: 600;
}
#content h3{
	font-size: 24px;
	margin-bottom: 15px;
}
h4{
  text-transform: uppercase;  
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 600;
}
h5{
  text-transform: uppercase;  
  color: #2d2d2d;
  font-size: 25px;
  font-weight: 600;
}
.block h1{
  margin-bottom: 53px;
}
#content ul{
	margin-bottom: 20px;
}
#content ul li{
	margin-bottom: 15px;
	background: url('../image/page-nav.png') no-repeat left 7px;
	padding-left: 18px;
}

/* Header 
 ========================================================================== 
 
 */
 header{
  margin-bottom: 21px;
}
header.l-margin{
  margin-bottom: 15px;
}
.header-top{
  height: 50px;
  border-bottom: 5px #3b9dcb solid;
  margin-bottom: 33px;
}
.city-top{
  padding-top: 16px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  background: url('../image/city.png') no-repeat left 15px;
  padding-left: 20px;
}
.city-top .wrap{
  font-size: 16px;
  background: url('../image/dot.png') repeat-x bottom;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  position: relative;
  padding-right: 2px;
  line-height: 19px;
  left: 10px;
  top: -5px;
}
ul.menu-top{
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 0px;
  z-index: 1010;
}
ul.menu-top >  li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  height: 20px;  
  font-size: 16px;
  position: relative;
}
ul.menu-top > li > a{
  display: block;
  text-decoration: none;
  color: #000;
  padding: 15px 20px 15px 20px;
  -webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
ul.menu-top > li > ul{
  display: none;
  position: absolute;
  top: 53px;
  left: 0px;
}
ul.menu-top > li > a:hover{
  color: #fff;
  background: #3b9dcb;
  -webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
ul.menu-top > li.hover > a{
  background: #3b9dcb;
  color: #fff;
  -webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
ul.menu-top > li > ul > li:hover{
  background: #2a86b1;
}
ul.menu-top > li > ul > li{
  background: #3b9dcb; 
  position: relative;
}

ul.menu-top > li > ul > li > a:hover{
  background: url('../image/open-trn2.png') no-repeat 160px 22px;
}
ul.menu-top > li > ul > li > a{
  padding: 15px 20px 15px 20px;
  width: 147px;  
  background: url('../image/closed-menu.png') no-repeat 160px 22px;
  display: block;
  text-decoration: none;
  color: #fff;
}
ul.menu-top > li > ul > li > ul{
  display: none;
  position: absolute;
  left: 187px;
  top: 0px;
}
ul.menu-top > li > ul > li > ul > li > a{
  display: block;
  text-decoration: none;
  width: 160px;  
  color: #fff;
  padding: 18px 20px 18px 20px;
  background: #2a86b1;
  line-height: 18px;
}
ul.menu-top > li > ul > li > ul > li > a:hover{
  background: #247094;
}
.cart-top{
  background: #3b9dcb url('../image/cart.png') no-repeat 15px 11px;
  height: 50px;
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;  
}
.cart-top .num{
  position: absolute;  
  right: 10px;
  top: 8px;
  color: #fff;
  background: #d65454;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.header-bottom .header-logo{
	display: inline-block;
  margin-bottom: 40px;
}
.header-bottom .right-block{
  margin: -96px 0 96px;  
  position: relative;
}
.header-bottom .number{
  font-family: 'ProximaNova';
  font-size: 23px;  
  font-weight: 600;
  position: absolute;
  right: 176px;
 // top: 10px;
}
.header-bottom .number a{
	text-decoration: none;
	color: #343434;
}
.header-bottom button{
  position: absolute;
  right: 0px;
  top: 3px;
}
.header-bottom .information1{
  font-size: 12px;
  color: #8e8e8e; 
  position: absolute;
  right: 0;
  top: 43px;
  
}
nav{
  display: block;
  /*width: 1200px;*/
  margin: 0 auto;
  text-align: center;
  font-family: 'ProximaNova';
  font-weight: 600;  
  z-index: 1001;
}
nav > ul{  
  font-size: 0px;
  text-align: center;
  white-space: nowrap;
}
nav > ul > li{
	white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  text-align: center;
  vertical-align: top; 
  width: 23.5%;
  max-width: 285px;
  height: 61px;
  border: 3px #3b9dcb solid;
  background-color: #fff;
  margin-left: 2%;  
  position: relative;
  font-size: 21px;
  z-index: 1001;
  box-sizing: border-box;
-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
nav > ul >  li > .dropmenu{
  position: absolute;
  top: 66px;
  left: -3px;  
  background: #3b9dcb;  
  /*width: 605px;*/
  min-width: 284px;
  text-align: left;
  display: none;
}
nav > ul >  li > .dropmenu.with-brands{
	width: 605px;
}
nav > ul >  li .dropmenu a{
  color: #fff;  
}
nav > ul >  li > .dropmenu ul{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  font-size: 16px;
  width: 350px;
  vertical-align: top;
}
nav > ul >  li > .dropmenu ul.brands-menu{
  margin-left: 23px;
}
nav > ul >  li > .dropmenu ul.brands-menu li{
  width: 170px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
nav > ul >  li > .dropmenu ul.brands-menu li:hover{
	background-color: #2a86b1;
}
nav > ul >  li > .dropmenu ul.brands-menu li a{
	padding-left: 10px;
}
nav > ul >  li > .dropmenu ul.type-menu{

  width: 212px;
  text-align: left;
}
nav > ul >  li > .dropmenu ul.type-menu li a{ 
  padding: 14px 0 14px 13px;
}
nav > ul >  li > .dropmenu ul.type-menu li{   
  border-top: solid 1px #51a8d1;  
}

nav > ul >  li > .dropmenu ul.type-menu li:hover{
	background: #2a86b1;
}
nav > ul >  li > .dropmenu ul.type-menu li:first-child{
  border: none;
}
nav > ul >  li:hover{
  background-color: #3b9dcb;
  -webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
nav > ul > li:first-child{
 margin-left: 0;
}
nav ul > li > a{
  display: block;
  text-decoration: none;
  /*padding: 18px 30px 15px 0;*/
  padding: 18px 10% 15px 0;
  color: #000;    
}
nav > ul > li:hover > a{
  display: block;
  color: #fff;
}
nav ul li .trn{
  position: absolute;
  right: 15px;
  top: 26px;
  background: url('../image/trn.png') no-repeat;
  width: 6px;
  height: 3px;
}
nav ul li:hover .trn{
  background: url('../image/trn-w.png') no-repeat;
}
nav ul li.active .trn{
  background: url('../image/trn-w.png') no-repeat;
}
nav > ul >  li.active{
  background: #3b9dcb;
}
nav ul li.active > a{
  color: #fff;
}
.dropmenu .trn-dr{
  background: url('../image/drp-trn.png') no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 20px;
}
nav ul li .icon{
	display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: -4px 5% 4px 0;
}
#cond{	
  background: url('../image/ico_conditioning.png') no-repeat;
  width: 27px;
  height: 27px;
}
#vent{
  background: url('../image/ico_ventilation.png') no-repeat;
  width: 26px;
  height: 27px;
  margin-right: 18px;
}
#heat{
  background: url('../image/ico_heating.png') no-repeat;
  width: 24px;
  height: 29px;
}
#freez{
  background: url('../image/ico_freezing.png') no-repeat;
  width: 30px;
  height: 25px;
}
.active #cond, li:hover #cond{
	background-position: 0 -27px;
}
.active #vent, li:hover #vent{
	background-position: 0 -27px;
}
.active #heat, li:hover #heat{
	background-position: 0 -29px;
}
.active #freez, li:hover #freez{
	background-position: 0 -25px;
}
/*nav ul li:hover #cond{
  background: url('../image/cond-a.png') no-repeat;
  }*/
  nav ul li:hover #vent{
    background: url('../image/vent-a.png') no-repeat;
  }
  nav ul li:hover #heat{
    background: url('../image/heat-a.png') no-repeat;
  }
  nav ul li:hover #freez{
    background: url('../image/freez-a.png') no-repeat;
  }
/* footer
 ========================================================================== 
 
 */

 .spc4footer{
  height: 640px; 
}
footer{
  margin-top: -640px;
  height: 640px;
}
.footer-top{
  height: 389px;
  padding-top: 65px;
  background: #3b9dcb;
}
.footer-top a{
  text-decoration: none;
  color: #fff;
}
.footer-bottom{
  height: 140px;
  padding-top: 45px;
}
.footer-menu-column{
  float: left;
  color: #fff;
  width: 300px;
  font-size: 16px;
}
.footer-menu-column a{
  color: #fff;
  text-decoration: none;
}
footer .title{
  font-size: 22px;
  margin-bottom: 20px;
}
.footer-menu-column ul{
  margin-bottom: 55px;
}
.footer-menu-column ul li{
  margin-bottom: 5px;
}
footer .footer-top .right-block{
  position: absolute;
  top: -65px;
  right: 0px;
}
footer .footer-top .right-block .map{
  position: relative;  
  width: 296px;
  height: 454px;
  overflow: hidden;
}
footer .contacts{
  position: absolute;
  top: 70px;
  left: 25px;
  color: #fff;
}
footer .contacts .item{
  margin-bottom: 29px;
  font-size: 15px;
}
footer .contacts .item .name{
  font-size: 11px;
  text-transform: uppercase;
}
footer .footer-bottom .copyright{
  font-size: 18px;
}
footer .footer-bottom .information{
  width: 560px;
  color: #8c8c8c;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.soc{
  float: left;
  margin-right: 14px;
}
.search{
  color: #999;
  width: 250px;
  padding: 9px 30px 9px 13px;
}
.search-b{
  position: absolute;
  right: 1px;
  top: 5px;
  padding: 10px;
}
.footer-bottom input[type="search"]{
  position: absolute;
  right: 0px;
  top: 5px;
}
/* main
 ========================================================================== 
 
 */

 .banner-main{
  overflow: hidden;
  position: relative;
  height: 331px;
  background: url('../image/banner.jpg');
  margin-bottom: 84px;
  z-index: 1000;
}

.blue-line{
  width: 101px;
  height: 5px;
  background: #3b9dcb;
  margin: 68px auto 47px;
  z-index: 1000;
}
.banner-text{
  text-align: center;
  font-size: 20px;  
  color: #fff;
  line-height: 32px;
   z-index: 1000;
}
.banner-text h1{
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 31px;
  color: #fff;
   z-index: 1000;
}
.block h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 20px;
}
.block{
  margin-bottom: 90px;
}
.block:last-child{
  margin-bottom: 0px;
}
.block .information{
  text-align: center;
  font-size: 20px;
  color: #999;
  margin-bottom: 55px;
  padding: 0;
}
ul.tile li{
  width: 240px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  position: relative;
  vertical-align: top;
}
ul.tile{
  font-size: 0px;
  text-align: center;
}
ul.tile li a{
  text-decoration: none;
}
ul.tile li span{
  display: table-cell;
  vertical-align: middle;
  height: 240px;
  width: 240px;
  text-align: center;
  background: #3b9dcb;
  color: #fff;
  padding: 0 10px;
}
ul.tile li>a>span{
	float: left;
	box-sizing: border-box;
}
ul.tile li a .title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}
ul.tile li a:hover .title{
	text-decoration: underline;
	text-decoration-color: #bae0f2;
	-moz-text-decoration-color: #bae0f2;
}
ul.tile li a .description{
  font-size: 13px;
  color: #96c5df;
  line-height: 15px;
}
ul.tile li .img{
  float: left;
  width: 240px;
  height: 240px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  position: relative;
}
ul.tile li .img img{
  width: 240px;
  height: 240px;
}
ul.tile li .img button{
	opacity: 0;
	position: absolute;
	top: 50%;
  	left: 50%;
  	margin: -21px 0 0 -70px;
  	border: 2px solid #fff;
	border-radius: 3px;
	background: none;
	font-size: 13px;
	padding: 7px 34px;
	z-index: 1;
}
ul.tile li .img .cover{
	width: 240px;
  	height: 0;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	background: #3b9dcb;
  	padding: 0;
}
ul.tile li span + .img .cover{
	top: 0;
	bottom: auto;
}
ul.tile li:hover .img .cover{
	height: 240px;
	opacity: 0.75;
}
ul.tile li:hover a .img button{
	opacity: 1;
}
ul.tile li a .img button:hover{
	background-color: #fff;
	color: #666;
}
/*
ul.tile li a:hover .img button:hover{
	background: #fff;
	color: #282828;
}
*/
/*
ul.tile li a:hover .img .cover{
	opacity: 0.5;
}
ul.tile li a:hover .img:hover .cover{
	opacity: 0.9;
}
*/
/* ul.tile li a .img button, ul.tile li a:hover .img button, */
ul.tile li a .img .cover, ul.tile li a:hover .img .cover, ul.tile li a:hover .img:hover .cover{
	 -moz-transition: all 0.4s ease-out;
	 -o-transition: all 0.4s ease-out;
	 -webkit-transition: all 0.4s ease-out;
}
/*
ul.tile li a .img img {
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -webkit-transition: all 0.4s ease-out;
 }
 
ul.tile li a:hover .img img{
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 }
 */
ul.tile li .trn{
  background: url('../image/trn-tile-1.png') no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  left: 110px;
  top: 240px;
}
ul.tile li .trn2{
  background: url('../image/trn-tile-2.png') no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  left: 110px;
  top: 230px;
}
ul.services{

}
ul.services li:first-child{
  margin-left: 0px;
}
ul.services li{  
  margin-left: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #f6f6f6;
  -webkit-transition: background-color 0.4s ease;
   	-moz-transition: background-color 0.4s ease;
   	-o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
ul.services li:hover{
	background: #3b9dcb;
	-webkit-transition: background-color 0.4s ease;
   	-moz-transition: background-color 0.4s ease;
   	-o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;	
}
ul.services li:hover a{
	color: #fff;
}
ul.services li a{
	color: #333;
}
ul.services li img{
	display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
ul.services li .text{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 220px;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 18px;
}
.block.grey{
  background: #f6f6f6;
  padding-top: 80px;
  /*padding-bottom: 68px;*/
}
.block.grey form{
	display: block;
	padding-bottom: 80px;
}
ul.catalogue-main{
  font-size: 0px;
  padding-top: 1px;
  margin-top: -50px;
  text-align: center;
}
ul.catalogue-main li{
  width: 300px;  
  height: 245px;
  margin-top: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 21px;
  font-weight: 600; 
  text-align: center;
  box-sizing: border-box;
  padding: 0 30px;
}
ul.catalogue-main li a{
  color: #232323;
  text-decoration: none;
}
ul.catalogue-main li a:hover{
	color: #565656;
}
ul.catalogue-main li .wrap{
  height: 184px;
  line-height: 184px;
  margin-bottom: 10px;
}
ul.catalogue-main li .wrap img{
	vertical-align: middle;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;  
  opacity: 1;
  -webkit-transition: opacity 0.05s ease;
   	-moz-transition: opacity 0.05s ease;
   	-o-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
}
ul.catalogue-main li a:hover .wrap img{
	opacity: 0.7;
	-webkit-transition: opacity 0.05s ease;
   	-moz-transition: opacity 0.05s ease;
   	-o-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
	
}
.manufacturer-image{
	min-height: 30px;
	margin-bottom: 13px;
}
.manufacturer-country{
	text-align: right;
	font-size: 14px;
	color: #999;
	margin: -45px 0 20px;
}
.manufacturer-info{
	font-size: 16px;
	line-height: 24px;
}
ul.works-main{
  overflow: hidden;
  white-space: nowrap;
  width: 965px; 
  height: 460px;
  position: relative;
  margin: 0 auto;
}
ul.works-main > li{	
  height: 420px;
  /*margin-left: 120px;*/
  /*margin-top: 40px;*/
  width: 965px;  
  opacity: 0;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  
}
ul.works-main > li.active{
	z-index: 1000;
	opacity: 1;
}
ul.works-main > li.notactive{
	z-index: 1;
	opacity: 0;
}

#catalogue .compare a{
	text-decoration: none;
	border-bottom: 1px solid #999;
}

li .image-block{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
 
}
ul.works-main li .text-block{
  margin-left: 40px;
  width: 550px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 37px;
}
ul.works-main li .text-block .title{
  font-size: 21px;
  margin-bottom: 25px;
}
ul.works-main li .text-block .title a{
  text-decoration: none;
  color: #2d2d2d;
}
ul.works-main li .text-block p{
  color: #727272;
  margin-bottom: 30px;
  white-space: normal;
}
ul.works-main.works .object.item-foto{
	width: 360px;
}
ul.works-main .item-foto #object-main-photo, ul.works-main .item-foto .object-main-photo{
	margin-bottom: 15px;
}
ul.works-main ul#object-extended-photos, ul.works-main ul.object-extended-photos{
	margin: 0 auto;
	width: auto;
}
ul.works-main ul#object-extended-photos li, ul.works-main ul.object-extended-photos li{
	width: auto;
}
.author img{
  float: left;
  margin-right: 21px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;  
}
.author .name{
  vertical-align: middle;
  font-size: 16px;
}
.author .info{
  font-size: 14px;
  color: #666;
}
#button-l{
  position: absolute;
  width: 53px;
  height: 53px;
  background: url('../image/button-l.png') no-repeat;
  top: 280px;
  left: 0px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
   	-moz-transition: opacity 0.2s ease;
   	-o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#button-l:hover{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
   	-moz-transition: opacity 0.2s ease;
   	-o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#button-r{
  position: absolute;
  width: 53px;
  height: 53px;
  background: url('../image/button-r.png') no-repeat;
  top: 280px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
   	-moz-transition: opacity 0.2s ease;
   	-o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#button-r:hover{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
   	-moz-transition: opacity 0.2s ease;
   	-o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.img-btn{
  text-align: center;  
  margin-bottom: 64px;
}
ul.img-btn li.curr .dot{
  background: #3b9dcb;
  width: 10px;
  height: 10px;   
}
ul.img-btn li.curr{
	cursor: default;
}
ul.img-btn li{
 cursor: pointer;  
 display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 margin-left: 5px;
 
}
ul.img-btn li .dot{
	background: #e1e1e1;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
ul.img-btn li a{
	padding: 8px;
}
/* .btn-space{  
  text-align: center;
  margin-bottom: 65px;
  }*/
  .l-padding a.btn-space{
	display: block;
    width: 210px;
    margin: 0 auto;  
  }
  .block.l-padding{
    padding-bottom: 55px;
  } 
  .q{
    width: 13px;
    height: 13px;
    background: url('../image/q.png') no-repeat;
    margin-left: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
	position: relative;
  }
  .q .q-description{
	  position: absolute;
	  left: 26px;
	  top: -9px;
	  background: #fff;	 
	  padding: 13px 20px 16px 20px;	  
	  display: none;
	  font-size: 13px;
	  line-height: 26px;
	  font-weight: normal;
	  color: #282828;
	  text-align: left;
	  -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
		width: 210px;
		z-index: 1000;
		-webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;  
  }
  .q .q-description::before{
	    content: '';
	    background: url('../image/q-trn.png') no-repeat;
		position: absolute;
		left: -10px;
		top: 6px;
		z-index: 1001;
		width: 10px;
		height: 21px;
  }
 
/* catalogue
 ========================================================================== 
 
 */

 .compare{
  cursor: pointer;
}
section{
  margin-left: 62px;
  width: 850px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -10px;  
}
section h1{
  margin-bottom: 45px;  
}
section .banner{
  margin-bottom: 36px;
}
ul.brands{
  padding-bottom: 20px;  
  
}
#content ul.brands li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 34px;
  margin-bottom: 12px;
  line-height: 20px;
  background-image: none;
  padding: 0;
  vertical-align: top;
}
ul.brands li a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #232323;
}
ul.brands li:hover a{
  color: #3b9dcb;
}
ul.brands li .min-price{
  font-size: 10px;
  color: #999;
}
.sort{
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
  border-top: solid 1px #ebebeb;
  padding-top: 16px;
}
.sort .not-active{
  cursor: pointer;
}
.sort .active{
  font-weight: 600;
  cursor: pointer;
}
#oneByLine{
  position: absolute;
  right: 30px;
  top: 22px;
  background: url('../image/oneByLine.png') no-repeat 0 -16px;
  width: 17px;
  height: 16px;
  cursor: pointer;
}
#oneByLine.active{
	background-position: left top;
}
#fewByLine{
  background: url('../image/fewByLine.png') no-repeat 0 -16px;
  position: absolute;
  right: 5px;
  top: 22px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#fewByLine.active{
	background-position: left top;
}
ul.products li{
  border: solid 3px #f6f6f6;
  position: relative;
  margin-bottom: 20px;
}
ul.products{
  margin-bottom: 45px;
}
ul.products li:hover{
 border: solid 3px #eaeaea;
}
ul.products li  .left-block{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;   
  width: 250px;  
  margin-left: 30px;
  vertical-align: top;
  padding-top: 64px;
}
ul.products li .center-block{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 300px;
  padding-left: 25px; 
  vertical-align: middle;
  margin-top: 23px;
  margin-bottom: 26px;
  font-size: 12px;
}
ul.products li .center-block tr{
  height: 25px;
}
ul.products li .center-block .title{
  font-size: 18px;
  font-weight: 600; 
}
ul.products li:hover .right-block{
  background: #eaeaea;
}
ul.products li .right-block{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 230px;  
  text-align: center;
  vertical-align: bottom;
  padding-top: 15px;
  background: #f6f6f6;
  vertical-align: top;
  padding-bottom: 15px;
}
ul.products li .right-block .old-price{
  font-size: 14px;
  color: #8e8e8e;
  text-decoration: line-through;
  margin-bottom: 2px;
  font-weight: 600;
}
ul.products li .right-block .price{
  font-size: 24px;
  font-weight: 600;
}
ul.products li .right-block .profit{
  font-size: 14px;
  color: #77a901;
  font-weight: 700;
  margin-bottom: 12px;
}
ul.products li .right-block button{
  width: 163px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 11px;
}
ul.products li .area{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #bfbfbf;
}
.page-select{
  position: relative;
}
ol#page-select{
  text-align: center;
  margin-bottom: 43px;
  font-size: 18px;
}
ol#page-select li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 37px;
  padding-top: 8px;
  padding-bottom: 6px;
  cursor: pointer;
}
ol#page-select li#active{
  background: #f6f6f6;  
}
#pages-l{
  position: absolute;
  background: url('../image/page-l.png');
  width: 19px;
  height: 32px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
#pages-r{
  position: absolute;
  background: url('../image/page-r.png');
  width: 19px;
  height: 32px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.bottom-text{
  padding-top: 50px;
  border-top: solid 1px #ebebeb;
  margin-bottom: 70px;
}
.bottom-text.catal h2, .bottom-text.catal p{
  margin-left: 359px;
}
.bottom-text h2{
  font-size: 37px;
  margin-bottom: 40px;
}
.bottom-text p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
/* item
 ========================================================================== 
 
 */
 h1 .stars{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -15px;
}
.item-main{
  border: solid 3px #f6f6f6;
  box-sizing: content-box;
  margin-bottom: 78px;
  position: relative;
}
.item-foto{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  /*height: 510px; */
  width: 65%;
}
.item-left{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35%; 
  vertical-align: top;
  background: #f6f6f6;  
  height: 510px;  
  position: relative;
  text-align: center;
  display: block;
  position: absolute;
  right: -3px;
  top: 0px;
  height: 100%;
  padding-top: 3px;
}
ul#object-extended-photos{  
  text-align: center; 
  margin-bottom: 10px; 
  white-space: nowrap;
    overflow: hidden;
   margin: 40px auto;
   width: 75%
}
#content ul#object-extended-photos li:first-child{
  margin-left: 0px;
}
#content ul#object-extended-photos li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 5%;
  opacity: 0.5;
  cursor: pointer;
  width: 15%;
  margin-bottom: 0;
  padding: 0;
  background: none; 
}
ul#object-extended-photos li.active{
  opacity: 1;
}
#object-main-photo{
  padding-top: 30px;
  margin-bottom: 40px;
  min-height: 230px;
  line-height: 230px;
  *font-size: 230px;
  text-align: center;
}
.item-foto #object-main-photo img{
 vertical-align: middle;
}
#img-l{
  position: absolute;
  bottom: 80px;
  left: 5%;
  background: url('../image/img-l.png') no-repeat;
  width: 12px;
  height: 24px;
  cursor: pointer;
}
#img-r{
  position: absolute;
  bottom: 80px;
  left: 95%;
  background: url('../image/img-r.png') no-repeat;
  width: 12px;
  height: 24px;
  cursor: pointer;
}
#content .item-left ul.information{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 0px;
  background: #ededed;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
ul.object-extended-photos{  
  text-align: center; 
  margin-bottom: 10px; 
  white-space: nowrap;
    overflow: hidden;
   margin: 40px auto;
   width: 75%
}
#content ul.object-extended-photos li:first-child{
  margin-left: 0px;
}
#content ul.object-extended-photos li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 5%;
  opacity: 0.5;
  cursor: pointer;
  width: 15%;
  margin-bottom: 0;
  padding: 0;
  background: none; 
}
ul.object-extended-photos li.active{
  opacity: 1;
}
.object-main-photo{
  padding-top: 30px;
  margin-bottom: 40px;
  min-height: 230px;
  line-height: 230px;
  *font-size: 230px;
  text-align: center;
}
.item-foto .object-main-photo img{
 vertical-align: middle;
}
#content .item-left ul.information li{
  width: 33%;    
  height: 115px;  
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;  
  margin: 0;
  padding: 0;
  background: none;
} 
.item-left ul.information li:first-child a{  
  border-left: none;
}
.item-left ul.information li a{
  display: block;
  border-left: solid 1px #dedede;
  font-size: 13px;
  height: 79px;
  text-decoration: none;
  font-weight: 600;
  color: #232323;
  line-height: 15px;
  background-color: #ededed;
  cursor: pointer;
  width: auto;
  text-transform: none;
  padding: 36px 0 0;
  margin: 0;
}
.item-left ul.information li a:hover{
	background-color: #e0e0e0;
	-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
.item-left ul.information li img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; 
}
.item-left .old-price{
  color: #8e8e8e;
  font-size: 19px;
  text-align: center;
  text-decoration: line-through;
  padding-top: 34px;
  margin-bottom: 6px;
  font-weight: 600;
}
.item-left .price{
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 4px;
}
.item-left .price .rub{
	font-size: 29px;
}
.item-left .profit{
  color: #77a901;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.item-left .timer{
  font-size: 14px;
  margin-bottom: 20px;
}
.item-left .timer .countdown{
	display: block;
	text-align: center;
	padding-top: 6px;
}
.item-left .timer .countdown i{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
  width: 31px;
  height: 26px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  vertical-align: middle;
  color: #232323;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  margin: -4px 2px 0;
  padding-top: 5px;
}
.item-left button{
  width: 222px;
  margin-bottom: 14px;
  font-size: 15px;
  padding: 12px 20px 10px;
}
.item-left a.oneClick{
 width: 222px;
 margin-bottom: 14px; 
 font-family: 'ProximaNova';
 background: #ffaf47;
 border: none;
 color: #fff;
 font-size: 15px;
 text-transform: uppercase;
 padding: 12px 0px 10px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-weight: 600;
 text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.item-left a.oneClick:hover{
	background-color: #f6bf48;
}
.item-left a.oneClick, .item-left a.oneClick:hover{
	-webkit-transition: background-color 0.05s ease;
   	-moz-transition: background-color 0.05s ease;
   	-o-transition: background-color 0.05s ease;
    transition: background-color 0.05s ease;
}
#content .item-sub .menu{
  font-size: 0px;
  text-align: center;
  margin-bottom: 65px;
}
#content .item-sub .menu li{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background: #f6f6f6;
  width: 300px;  
  text-align: center;
  margin-left: 2px;
  margin-bottom: 0;
  padding: 0;
  background-image: none;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    border-bottom: solid 4px #fff;
}
#content .item-sub .menu li:first-child{
  margin-left: -2px;
}
#content .item-sub .menu li.active, #content .item-sub .menu li.active:hover{
  border-color: #3b9dcb;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
#content .item-sub .menu li:hover{
	border-color: #b4dcee;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
#content .item-sub .menu li a{
  text-decoration: none;
  color: #232323;
  text-transform: uppercase;
  display: block;
  padding: 17px 0px 20px; 
}
.item-sub > div{
  margin-bottom: 50px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 44px;
}
.item-sub > div:last-child{
  border-bottom: none;
  padding-bottom: 44px;
}
.item-sub > .holder{
 margin-bottom: 0px;
 border-bottom: none;
 padding-bottom: 0px;
}
#content .item-sub .item-features ul li{
  padding-left: 40px;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400; 
  background: url('../image/item-feat.png') no-repeat;
}
#content .item-sub .item-features ul li ul{
	padding-top: 25px;
}
.item-sub p{
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  max-width: 964px;
}
.item-sub h3{
	padding-top: 3px;
}
.sert{
  position: absolute;
  right: 0px;
  top: 0;
  background: url('../image/sert.png') no-repeat left;
  padding-left: 27px;
  cursor: pointer;
  z-index: 50;
}
.sert a{
	text-decoration: none;
}
.sert .wrap{
  background: url('../image/dot.png') repeat-x bottom;
  font-size: 14px;
}
.item-prop table{
  vertical-align: middle;
  font-size: 16px;
}
.item-prop table tr{
  height: 52px;
}
.item-prop table tr td{
  min-width: 243px;
  max-width: 683px;
  padding-left: 16px;
}
.item-prop table tr td:first-child{
  width: 327px;
  font-weight: 600;
}
.item-prop table tr td .q{
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.item-prop table tr:nth-child(2n+1){
  background: #f6f6f6;
}
.item-reviews .stars > img{
  display: inline-table;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 3px;
}
.stars > img{
  margin-left: 3px;
}
.stars > img:first-child{
  margin-left: -1px;
}
.item-reviews .stars > img:first-child{
 margin-left: -3px;
}
.item-reviews .stars strong{
  display: inline-table;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 18px;
  font-size: 18px;
}
.item-reviews .stars .pr{
  display: inline-table;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 11px;
  margin-right: 21px;
  font-size: 12px;
  font-weight: 700;
}
.item-reviews .holder > .stars{
  position: absolute;
  top: 2px;
  right: 0px;
}
.item-reviews h3 sup{
  font-size: 19px;
  color: #666;
}
.item-reviews ul li p{
  margin-bottom: 15px;
}
.item-reviews ul li .author{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.item-reviews ul{
  margin-bottom: 48px;
}
.item-reviews ul li{
  position: relative;
  border-top: solid 1px #ebebeb;  
  padding-top: 40px;
}
.item-reviews ul li:first-child{
 border-top: none;  
 padding-top: 0xp;
}
.item-reviews ul li .text-grey{  
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #999;
  font-size: 14px;
  margin-left: 12px;
  margin-bottom: 24px;
  position: relative;
  top: -2px;
}
.item-reviews ul li .date{
  font-size: 14px;
  color: #999;
  padding-top: 11px;
  padding-bottom: 35px;
}
.yandex-review{
  position: absolute;
  bottom: 12px;
  right: 0px;
}
.load-more{
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 28px;
}
.load-more img{
  display: block;
  width: 19px;
  margin: 0 auto 15px;
}
.load-more.progress img{
  -webkit-animation: preloader 1.5s infinite linear;
  -moz-animation: preloader 1.5s infinite linear;
  -ms-animation: preloader 1.5s infinite linear;
  -o-animation: preloader 1.5s infinite linear;
  animation: preloader 1.5s infinite linear;
}
@-webkit-keyframes preloader {
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes preloader {
  to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes preloader {
  to { -ms-transform: rotate(360deg); }
}
@-o-keyframes preloader {
  to { -o-transform: rotate(360deg); }
}
@keyframes preloader {
  to { transform: rotate(360deg); }
}
.item-reviews .btn-space{
  width: 270px;
  margin: 0 auto 20px;
}
.item-products .holder{
	padding: 0;
}
.item-products #catalogue, .item-products .catalogue{
	margin-left: -45px;
}
.item-products #catalogue.loading::after, .item-products .catalogue.loading::after{
	content: '';
	background: none;
}
.item-products #catalogue li, .item-products .catalogue li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;  
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
  border: solid 3px #f6f6f6;
  text-align: center;
}
.item-products #catalogue li:hover, .item-products .catalogue li:hover{
  border: solid 3px #eaeaea;
}
.item-products #catalogue li:hover .product-bottom, .item-products .catalogue li:hover .product-bottom{
  background: #eaeaea;
}
.item-products #catalogue li .product-top, .item-products .catalogue li .product-top{
  height: 228px;
  position: relative;
}
.item-products #catalogue li .product-top a.image-holder, .item-products .catalogue li .product-top a.image-holder{
	display: block;
	height: 120px;
	line-height: 120px;
	text-align: center;
	*font-size: 110px;
}
#content .item-products #catalogue, #content .item-products .catalogue{
  margin-left: -45px;  
}
#content .item-products #catalogue li, #content .item-products .catalogue li{
	vertical-align: top;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;
	background-image: none;
}
.item-products #catalogue li .product-top a.image-holder > img, .item-products .catalogue li .product-top a.image-holder > img{
	vertical-align: middle;
	max-height: 100px;
	display: inline-block;
	margin: 0;
}
.item-products #catalogue li .product-bottom>.price, .item-products .catalogue li .product-bottom>.price{
	padding: 23px 0 3px;
}
.item-products #catalogue li .product-top a > img, .item-products .catalogue li .product-top a > img{
  display: block;
  margin: 0px auto 23px;
}
.item-products #catalogue li .area, .item-products .catalogue li .area{
  position: absolute;
  top: 11px;
  left: 11px;
  font-size: 14px;
  font-weight: 800;
  color: #bfbfbf;
}
.item-products #catalogue li .sticker, .item-products .catalogue li .sticker{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  width: 58px;  
  
}
.item-products #catalogue li .name, .item-products .catalogue li .name{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  display: block;
  max-height: 48px;
}
.item-products #catalogue.products-line.line li .name, .item-products .catalogue.products-line.line li .name{
	word-break: break-all;
	overflow: hidden;
	line-height: 22px;
}
.item-products #catalogue li .stars, .item-products .catalogue li .stars{  
  text-align: center;
  margin-bottom: 27px;
}
.item-products #catalogue li .stars img, .item-products .catalogue li .stars img{
  margin-left: 3px;
}
.item-products #catalogue li .stars img:first-child, .item-products .catalogue li .stars img:first-child{
  margin-left: -3px;
}
.item-products #catalogue li .product-bottom, .item-products .catalogue li .product-bottom{
  text-align: center;
  background: #f6f6f6;
  padding-bottom: 16px;
}
.item-products #catalogue li .addToCart, .item-products .catalogue li .addToCart{
  margin-bottom: 13px;
  width: 163px;
  font-size: 11px;
  padding: 7px 0px 6px;
}
.item-products #catalogue li .oneClick, .item-products .catalogue li .oneClick{
  margin-bottom: 12px;
  width: 163px;
  font-size: 11px;
  padding: 7px 0px 6px;
}
.item-products #catalogue li .oneClick:hover, .item-products .catalogue li .oneClick:hover{
	background-color: #f6bf48;
	-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
.item-products #catalogue li .price, .item-products .catalogue li .price{
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.item-products #catalogue li .old-price, .item-products .catalogue li .old-price{
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 600;
  text-decoration: line-through;
  margin-top: -5px;
}
.item-products #catalogue li .compare, .item-products .catalogue li .compare{
  font-size: 13px;
  -webkit-transition: color 0.15s ease;
   	-moz-transition: color 0.15s ease;
   	-o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
.item-products #catalogue li .compare:hover, .item-products .catalogue li .compare:hover{
	color: #000;
	-webkit-transition: color 0.15s ease;
   	-moz-transition: color 0.15s ease;
   	-o-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
.item-products #catalogue .empty, .item-products .catalogue .empty{
	font-size: 14px;
	margin-left: 45px;
	display: block;
	width: auto;
}
#content .block-header-h3{
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 44px;
}
.banner-top{
  background-color: #595857;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 263px;
  text-align: center;
  padding-top: 55px;
  position: relative;
  margin-top: -46px;
}
.banner-top .like-h1{
  color: #fff; 
  position: relative;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 46px;
  padding: 0 60px;
}
.banner-top .btn-space{
  text-align: center;
  color: #fff;
  background: none;
  padding: 10px 33px;
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 700;
}
.banner-top .info{
 text-align: center;
 color: #fff;
 letter-spacing: 2px;
 font-size: 17px;
 font-weight: 400;
 letter-spacing: 3px;
}
.breadcrumbs.no-line{
  border: none;
  margin-bottom: 0px;
}
ul.our-benefits{
  font-size: 0px;
  text-align: center;
}
ul.our-benefits li img{
  margin-bottom: 17px;
}
.img-up{
  position: relative;
  top: -10px;
}
ul.our-benefits li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25%;
  width: 260px;
  font-size: 14px;
  margin-left: 42px;
  margin-bottom: 70px;
  vertical-align: top;
}
ul.our-benefits li .warp{
	height: 110px;
}
ul.our-benefits li:firts-child{
 margin-left: -29px;
}
ul.our-benefits li .title{
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 25px;
}
ul.our-benefits li .info{
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.works li .work{
 display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 width: 700px;  
 vertical-align: top;
 border: solid 3px #f6f6f6;
 margin-left: 60px;
 padding-top: 40px;
 position: relative;
 height: 290px;
 padding-left: 53px;
 padding-right: 20px;
}
.works li .work .title{
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 600;
  line-height: 31px;
}
.works li .work p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.works li .work .btn-space{
  width: 150px;
  margin-bottom: 0px;
}
.works li .work span.dotted{
	position: absolute;
	top: -23px;
	right: 30px;
	cursor: pointer;
	font-size: 16px;
	background: url('../image/dot.png') repeat-x 0 19px;
}
.works li .work .wrap{
	z-index: 1;
}
.works li .work .review{
	display: none;
	background: #f6f6f6;
	width: 779px;
	position: relative;
	box-sizing: border-box;
	padding: 36px 60px;
	position: absolute;
	top: 25px;
	right: -23px;
}
.works li .work .review::after{
	content: '';
	position: absolute;
	top: -14px;
	right: 84px;
	width: 36px;
	height: 14px;
	background: url('../image/arr_t_grey.png');
}
.works li .work .review p{
	font-size: 17px;
	line-height: 24px;
	color: #727272;
	margin-bottom: 34px;
}
.works li .work .review .close{
  background: url('../image/ico_close_review.png') no-repeat;
  width: 14px;
  height: 14px;
  position: absolute; 
  top: 15px;
  right: 15px;
  cursor: pointer;
  -moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg));
	-webkit-transition:all 400ms;   
	-moz-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms; 
}
.works li .work .review .close:hover{
	 -moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg));
}
.works li .work .read-more{
  float: right;
  position: relative;
  bottom: 40px;
  background: url('../image/dot.png') repeat-x bottom;
  cursor: pointer;
}
.works li .image-block{
  margin-left: 4px;
  margin-top: 0px;
}
.block.sm-marg{
  margin-bottom: 20px;
}
.block.av-marg{
  margin-bottom: 60px;
}
ul.works-prices{
  padding-top: 30px;
  margin-bottom: -20px;
}
ul.works-prices li .title{
  font-size: 20px;
  font-weight: 600;  
  width: 840px;
  margin: 0 auto 10px;
  position: relative;
  left: 10px;
}
ul.works-prices li{
  position: relative;
}
ul.works-prices li table{
  font-size: 18px;
  width: 840px;
  margin: 0 auto 45px;
}
ul.works-prices li tr{
  vertical-align: middle;
  height: 50px;
}
ul.works-prices li tr td{
  text-align: right;
  padding-right: 10px;
}
ul.works-prices li tr td .q{
  margin-left: 10px;
}
ul.works-prices li tr td:first-child{
  text-align: left;
  padding-left: 10px;
}
ul.works-prices li tr:nth-child(2n+1){
  background: #ececec;
}
ul.works-prices li .nds{
  width: 840px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  color: #949494;
  font-style: italic;
  margin-bottom: 28px;
}
.wrap-ut{
  position: relative;
  width: 840px;
  margin: 0 auto;
}
#open-hide{
  position: absolute;
  left: 0px;
  top: -53px;
  border: solid 1px  #d7d7d7;
  width: 273px;
  text-align: left;
  padding: 10px 0px 11px 27px;
  font-size: 15px;
  background: url('../image/close-tr.png') no-repeat 270px 19px;
  cursor: pointer;
}
#open-hide:hover{
	border-color: #bfbfbf;
}
#open-hide .open{
  background: url('../image/open-tr.png') no-repeat 270px 19px;
}
form.request{
  text-align: center;
  display: block;

}
form.request .checkbox-row{
	padding-top: 10px;
}
form.request .checkbox-row .checkbox + label{
	display: inline-block;
	color: #999;
}
form.request .checkbox-row label a{
	color: #999;
}
#addFile, #addFile .wrap{
  display: inline;
}
#addFile{
  background: url('../image/add-file.png') no-repeat 0px 0px;
  padding-left: 24px;
  margin-right: 32px;
  cursor: pointer;
}
#addFile .wrap{
  background: url('../image/dot.png') repeat-x bottom;
}
.request input[type="text"]{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 240px;
  font-size: 18px;
  color: #b3b3b3;
  padding: 11px 2px 12px 11px;
  border: solid 1px #d7d7d7;
  margin-right: 10px;
}
.request button{
  font-size: 17px;
  font-weight: 700;
  width: 162px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.item-products .load-more{
  margin-top: 5px;
}
.cart h1{
  border-bottom: solid 3px #3b9dcb;
  padding-bottom: 40px;
  margin-bottom: 39px;
}
#content .cart ul li{
  display: table;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  position: relative;
  background-image: none;
  padding-left: 0;
  margin: 0;
}
.cart ul{
  margin-bottom: 48px;
}
.cart ul li > .image-holder, .cart ul li > .name{
  display: table-cell;
  vertical-align: middle; 
  height: 175px;
}
.cart .image-holder{
  height: 175px;
  line-height: 175px;
  width: 300px;
}
.cart .image-holder img{
  vertical-align: middle;
}
.cart .count .minus{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url('../image/minus.png') no-repeat 0px 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cart .count .plus{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url('../image/plus.png') no-repeat;
  width: 16px; 
  height: 16px;
  cursor: pointer;
}
.cart .delete{
  position: absolute;
  right: 0px;
  bottom: 80px;
  padding-left: 21px;
  cursor: pointer;
  background: url('../image/delete.png') no-repeat 0px 5px;
}
.cart .price{
  position: absolute;
  right: 120px;
  bottom: 80px;
  font-size: 18px;
  font-weight: 700;
}
.cart .count{
  position: absolute;
  right: 225px;
  bottom: 72px;
}
.cart .count input{
  text-align: center;
  width: 34px;
  border: solid 1px #e1e1e1;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  padding-top: 5px;
  padding-bottom: 6px;
}
.cart ul li .name a{
  text-decoration: none;
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  line-height: 45px;
}
.cart ul li .name{
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.cart .zakazat{
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 18px;
  
}
.cart .zakazat a{
  color: #3b9dcb;
 
}
.cart .service-link{
	font-size: 14px;
	font-weight: 600;
	color: #282828;
	padding-top: 44px;
}
.cart .service-link a{
	color: #3b9dcb;
}
.cart .under-cart{
	/*	margin-top: -43px;*/
  position: relative;
  margin-bottom: 170px;
  
}
.cart .under-cart .total{
  position: absolute;
  right: 200px;
  top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.cart .under-cart .btn-space{
  position: absolute;
  right: 0px;
  top: 0px;
  color: #282828;
}
.cart .simplecheckout-button-right .btn-space{
	color: #282828;
}
.cart form{
  position: relative;
}
.radio {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 18px;
  height: 18px;

}
.radio + label {
  cursor: pointer;
  display: block;
  position: relative;  
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 20px;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative; 
  padding: 0 0 0 30px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 18px;
  height: 18px;  
  background: url('../image/radio.png')  no-repeat 0px -18px; 
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 18px;
  height: 18px; 
  background: url('../image/radio.png')  no-repeat 0px -18px;
  /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.radio:checked + label:before {
  background-position: 0px 0px;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.radio:checked + label:after {
  background-position: 0px 0px;
}

.cart .checkbox + label{
  font-size: 16px;
  font-weight: 600;
  margin-top: 55px;
  margin-bottom: 36px;
}
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 18px;
  height: 18px;
}
.cart  input.btn-space{
  background: #fff;
  font-size: 16px;
  width: 230px;
}
.checkbox + label {
  cursor: pointer;
  display: block;
  position: relative;  
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 20px;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; 
  padding: 0 0 0 30px; /* оставляем слева от label место под псевдочекбокс */
  line-height: 16px;
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;  
  background: url('../image/checkbox.png')  no-repeat 0px -18px; 
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px; 
  background: url('../image/checkbox.png')  no-repeat 0px -18px;
  /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {
  background-position: 0px 0px;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
  background-position: 0px 0px;
}
#filterpro-prices .checkbox[disabled]{
	cursor: default;
}
#filterpro-prices .checkbox[disabled]:not(checked) + label:before{
	cursor: default;
}
#filterpro-prices .checkbox[disabled]:not(checked) + label{
	cursor: default;
	color: #bcbcbc;
}

.adr{
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
form .info{
  position: absolute;
  top: 5px;
  right: 0px;
}
form .info a{
  color: #232323;
  font-size: 16px;
  padding-left: 24px;
  background: url('../image/i.png') no-repeat left;
}
.form-title, .form-inputs{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 3px;
}
.form-title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;  
  width:11%;
  position: relative;
  top: -8px;
}
.form-inputs{
  position: relative;
  top: 0px;
}
.cart .form-inputs input[type="text"]{
  display: block;
  width: 338px;
  margin-bottom: 12px;
  padding: 10px 1px 12px 12px;
  color: #999;
  font-size: 16px;
  border: solid 1px #d7d7d7;
}
.cart .form-inputs input[type="text"]:first-child{
  margin-top: 30px;
}
.cart .form-inputs label.last{
  margin-bottom: 35px;
}
.delivery-cost{
  font-weight: 600;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 40px;
  position: relative;
  left: 5px;
}
.total-bottom{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 24px;
  font-weight: 700;
  margin-left: 26px;
}

/* Filter main */

#bl-filter-main #filterpro{
  border: solid 3px #3b9dcb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 760px;
  padding: 30px 50px 20px 35px; 
  background: #f6f6f6;
  position: relative;
}
#bl-filter-main #filterpro .checkbox, #bl-filter-main #filterpro label{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;  
}
#bl-filter-main #filterpro label{
  margin-left: 36px;  
}
#bl-filter-main #filterpro .inp-select{
	margin-bottom: 20px;
}
#bl-filter-main #filterpro .chb-block{
  margin-bottom: 20px;
  margin-left: -36px;  
}
#bl-filter-main #filterpro .title{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}
#bl-filter-main #filterpro .inp-select input[type="text"]{
	width: 302px;
	background: #fff url("../image/input-trn.png") no-repeat scroll 324px 18px;
}
.inp-select{
  position: relative;  
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.inp-select input[type="text"] {
  display: block;
  height: 41px;
  position: relative;
  cursor: pointer;    
  width: 341px;
  font-size: 16px;
  padding: 1px 37px 2px 11px;
  background: #fff url('../image/input-trn.png') no-repeat 324px 18px;
  border: solid 1px #d7d7d7;  
  margin-bottom: 25px;  
}
.inp-select .dropdown{
  display: none;
  width: 354px;  
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1100;
  border: solid 1px #eee;
}
.inp-select .dropdown .item{
  width: 341px;
  padding: 5px 2px 8px 11px;  
  display: block;
  cursor: pointer;
}
.inp-select .dropdown .item.current{
	background: #65b2d6;
  	color: #fff;
}
.inp-select .dropdown .item:hover, .inp-select .dropdown .item.current:hover{
  background: #3b9dcb;
  color: #fff;
}
#bl-filter-main #filterpro button{
  position: absolute;
  bottom: 45px;
  right: 50px;
  font-size: 17px;
  padding-top: 9px;
  padding-bottom: 10px;
}
#bl-filter-main #filterpro .invertor{
  position: absolute;
  bottom: 40px;
  right: 260px;
}
#filter-main .right-block{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  width: 300px;
  margin-left: 50px;
}
#filter-main .right-block ul{
  font-size: 0px;
}
#filter-main .right-block ul li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
  width: 150px;
  font-size: 18px;
  margin-bottom: 22px;
}
#filter-main .right-block ul li a{
  color: #232323;
  text-decoration: none;
  border-bottom: solid 1px #cfcfcf;
  -webkit-transition: border-color 0.3s ease;
   	-moz-transition: border-color 0.3s ease;
   	-o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
#filter-main .right-block ul li a:hover{
	border-bottom-color: #282828;
	-webkit-transition: border-color 0.3s ease;
   	-moz-transition: border-color 0.3s ease;
   	-o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;	
}
#filter-main .right-block .title{
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Фильтр каталога */


aside{
  width: 292px;  
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;  
  vertical-align: top;
}
#filterpro .inp-select .dropdown .item{
  width: 214px;
  padding: 5px 2px 8px 11px;  
  display: block;
  cursor: pointer;
}
#filterpro .dropdown{
  width: 227px;
}
#filterpro{
  background: #f6f6f6;   
  margin-bottom: 37px;
  display: block;
}
form#filterpro .head{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 29px 0 26px;
  text-transform: uppercase;
  border-bottom:  solid 1px #d7d7d7;
}
form#filterpro ul{
	margin-top: -1px;
}
form#filterpro ul .title{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 45px 12px 26px;
}
form#filterpro ul li{  
  border-top:  solid 1px #d7d7d7;
  background: url('../image/closed-filter.png') no-repeat 255px 19px;
  cursor: pointer;
}
form#filterpro ul li.opened{
  background: url('../image/opened-filter.png') no-repeat 255px 19px;
}
form#filterpro ul li:hover{
  background: #eee url('../image/closed-filter.png') no-repeat 255px 19px;
}
form#filterpro ul li.opened:hover{
  background: #eee url('../image/opened-filter.png') no-repeat 255px 19px;
}
form#filterpro ul li,form#filterpro ul li:hover{
	-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
form#filterpro ul li.single{
  background: none;  
  padding: 25px 0px 10px 13px;
}
form#filterpro ul li.single:hover{
	background: #eee;
}
form#filterpro ul li:first-child{
  border: none;
}
form#filterpro ul li .cont{
  display: none;  
  /*padding: 10px 2px 10px 26px;*/
  padding: 0 2px 18px 26px;
}
form#filterpro ul li.opened .cont{
	display: block;
}
form#filterpro ul li .types-list{
	margin: 0;
	padding-bottom: 15px;
}
form#filterpro ul li .types-list li{
	background: none;
	border: 0;
	padding-bottom: 5px;
}
form#filterpro ul li .types-list li a{
	color: #3b9dcb;
}
form#filterpro ul li .types-list li a:hover{
	color: #5BCAE1;
}
form#filterpro ul li .types-list li strong{
	color: #454545;
	font-weight: 600;
}
form#filterpro .inp-select input[type="text"] {
  /*width: 225px;*/
  width: 188px;
  background: #fff url('../image/input-trn.png') no-repeat 208px 17px;
  margin-bottom: 0px;
}
form#filterpro ul li.purposes::before{
	content: '';
	width: 100%;
	height: 40px;
	background: #fff;	
	display: block;
}
form#filterpro ul li.purposes{
	border-top: 0;
}
.cont .wrap{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.cont .wrap.sized{
	width: 110px;
}
#filterpro .cont .wrap{
	vertical-align: top;
}
#filterpro .cont .wrap.empty label{
	color: #bcbcbc;
}
form#filterpro ul li .cont label a{
	text-decoration: underline;
	/*border-bottom: 1px solid #cfcfcf;*/
	line-height: 17px;
	color: #cfcfcf;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: -4px;  
}
/*
form#filterpro ul li .cont label{
	font-size: 15px;
}
*/
form#filterpro ul li .cont label a span{
	color: #282828;
	
}
aside .bottom .title{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
aside .bottom ul li{  
  background: #f6f6f6 url('../image/trn-btm.png') no-repeat 255px 19px;
  margin-bottom: 3px;
}
aside .bottom ul li a{
  display: block;
  padding: 14px 2px 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #232323;
}

/* Filter page */

.filter-block{
  border: solid 3px #3b9dcb;
  padding: 27px 25px 10px 32px;
  margin-bottom: 40px;
}
.filter-block .inp-select input[type="text"]{
	width: 308px;
}
.filter-block input[type="checkbox"], .filter-block .seg label{
	margin-bottom: 10px;
}
.seg{
  width: 360px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 15px;
}
.seg:first-child{
  margin-left: -15px;
}
.seg label{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 145px;
  margin-bottom: 0px;
}
.seg .title{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.filter-block  .inp-select input[type="text"] {   
  background: #fff url('../image/input-trn.png') no-repeat 330px 18px;    
}

/* catalouge brand */

.brand-description{
  position: relative;
  padding-bottom: 22px;
  border-bottom: solid 3px #3b9dcb;
  margin-bottom: 23px;
  font-size: 16px;
}
.brand-description .country{
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #666;
}
.brand-description img{
  margin-bottom: 20px;
}
.brand-description p{
  width: 820px;
}

/* catalouge submenu */

.catalog-sub p{
  font-size: 16px; 
  margin-bottom: 20px;
}
.catalog-sub button{
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.catalog-sub ul{
  padding-top: 40px;
  border-top: solid 3px #3b9dcb;
  font-size: 0px;
}
.catalog-sub ul li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 283px;
  height: 300px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  vertical-align: top;
}
.catalog-sub ul li .img-wrap{
  display: table-cell;
  vertical-align: middle;
  height: 175px;
  line-height: 175px;
  width: 300px;
}
.catalog-sub ul li .img-wrap img{
 vertical-align: middle;
}
.catalog-sub ul li a{
  text-decoration: none;
  color: #232323;
}
.sol-description{
  font-size: 16px;
  color: #7e7e7e;
  border-left: solid 3px #3b9dcb;
  padding-left: 16px;
  margin-bottom: 33px;
}
.sol-description a{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-bottom: solid 1px #e3e3e3;
  color: #7e7e7e;
  font-weight: 600;
  text-decoration: none;
  line-height: 16px;
}
section .item-products ul.products-line{
  width: 850px;
  margin-left: -6px;
  font-size: 0px;
}
section .item-products ul.products-line li{
  margin-left: 6px;
  margin-bottom: 28px;
}

/* work-inside */

.workp h1{
  text-transform: none;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 41px;
}
.workp .grey{
  background: #f6f6f6;
  border-bottom: solid 3px #3b9dcb;
  padding: 35px 82px 45px 42px; 
  font-size: 16px;
  margin-bottom: 55px;
}
.workp .grey .info{
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px;
}
.workp .grey p{
  margin-bottom: 15px;
}
.workp .grey p.desc{
	font-size: 18px;
	line-height: 30px;
  	margin-bottom: 15px;
  	font-weight: 600;
}
.workp .grey p.l-margin{
  margin-bottom: 3px;
}
.workp .grey a{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #282828;
  border-bottom: solid 1px #d0d0d0;
  text-decoration: none;
  line-height: 15px;
}
.workp h2{
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: left;
}
.workp ul{
  margin-left: -60px;
}
.workp ul li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 60px;
  margin-bottom: 60px;
}
.workp .block{
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 45px;
}
.workp .review{
  padding-bottom: 48px;
  border-bottom: solid 1px #ebebeb;
}
.workp .review p{
  color: #727272;
  margin-bottom: 33px;
}
.workp .btn-space{  
  margin: 45px auto 50px;
  width: 355px;
  display: block;
  padding: 10px 33px;
  background: transparent;
  font-size: 14px;
  color: #282828;
  font-weight: 700;
}
/* service 2 */
h1.banner3{
  left:303px;
}
ul.ser-places li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 38px;
  font-size: 28px;
  color: #fff;
  margin-bottom: 40px;
  width: 377px;
  height: 210px;
  position: relative;
}
ul.ser-places li img{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
ul.ser-places li .wrap{
 position: absolute;
 left: 0px;
 top: 0px;
 width: 377px;
 height: 210px;
 z-index: 2;
 display: table;   
}
ul.ser-places li .wrap:hover{
  background: #3b9dcb;
}
ul.ser-places li .wrap .title{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 34px;
}
ul.ser-places{
  margin-left: -38px;
  font-size: 0px;
}
ul.ser-places li .wrap .title a{
  font-size: 14px;
  text-transform: none;
  display: none;
  font-weight: 400;
  border: solid 1px #fff;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  padding: 4px 15px;
}
ul.ser-places li .wrap:hover .title a{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* text page*/

.page-nav{
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-nav li{
  background: url('../image/page-nav.png') no-repeat left;
  padding-left: 18px;
  margin-bottom: 18px;
}
.page-nav li a{  
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  border-bottom: dotted 2px #282828;
  color: #282828;  
}
.page-nav li a:hover{
  border-bottom: dotted 2px #3b9dcb;
  color: #3b9dcb;
}
.subheader-articles{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}
article h2{
  font-size: 28px;
  margin-bottom: 48px;
  text-transform: none;
}
article .article-heading-link{
	background: url('../image/page-nav.png') no-repeat left;
	padding-left: 18px;
	margin-bottom: 18px;
}
article h2 + .article-heading-link{
	margin-top: -20px;
}
article .article-heading-link + .article-heading-link{
	margin-top: -10px;
}
article h3{
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: none;
}
article .text > img{
  float: left;
  margin-bottom: 70px;
  margin-right: 75px;
}
article .text{
  font-size: 16px;
  line-height: 30px;
}
article .text p{
  margin-bottom: 34px;
}
article .text p + ul{
	margin-top: -30px;
	margin-bottom: 34px;
}
article .text ul li{
	position: relative;
	padding-left: 23px;
	line-height: 27px;
	margin-bottom: 8px;
}
article .text ul li::before{
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
}
article .text .subheader{
	font-size: 20px;
	line-height: 38px;
	font-weight: 600;
}
article .text .subheader strong{
	font-weight: 600;
}
article .text ul.pluses li{
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
article .text ul.pluses li::before{
	content: '';
	top: 3px;
	width: 16px;
	height: 16px;
	background: url('../image/ico_solution_plus.png') no-repeat;
	display: block;
}
article .text ul.minuses li{
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
article .text ul.minuses li::before{
	content: '';
	top: 4px;
	width: 16px;
	height: 16px;
	background: url('../image/ico_solution_minus.png') no-repeat;
	display: block;
}
article .text ul.info li{
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
article .text ul.info li::before{
	content: '';
	top: 4px;
	width: 16px;
	height: 16px;
	background: url('../image/li_circle.png') no-repeat;
	display: block;
}
article a{
  color: #3b9dcb;
}
article{
  border-top: solid 3px #3b9dcb;
  padding: 48px 0 40px;
}
article.first{
  border: none;
}
.item-products h3{
  font-size: 28px;
  text-transform: uppercase;
}
.item-products .category_href{
	position: absolute;
	top: -65px;
	right: 0;
	font-size: 18px;
}
.text .margin-sm p{
  margin-bottom: 12px;
}
form.request.bottom{
  padding-bottom: 90px;
  margin-bottom: 0;
}
form.request.bottom input[type="text"]{
  width: 280px;
}
#cover {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.popup{
  background: #fff;
  z-index: 1021;
  width: 340px;
  padding: 40px 30px 40px 30px;  
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup .title{
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
  margin-left: 11px;
}
.popup ul li{
  font-size: 18px;
  width: 350px;
  padding: 8px 10px 9px 12px;
  cursor: pointer;
}
.popup ul li.curr{
  background: #f6f6f6 url('../image/curr-city.png') no-repeat 350px 15px;
  cursor: default;
}
.popup .close{
  background: url('../image/close-popup.png') no-repeat;
  width: 19px;
  height: 19px;
  position: absolute; 
  top: 15px;
  right: 15px;
  cursor: pointer;
  -moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg));
	-webkit-transition:all 400ms;   
	-moz-transition:all 400ms;
	-o-transition:all 400ms;
	transition:all 400ms; 
}
.popup .close:hover{
	 -moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg));
}

#filter-main{
	padding-bottom: 105px;
}
.no-m{
	margin-bottom: 0px;
}

ul.products .img-wrap{
	display: table-cell;
  vertical-align: middle;
  height: 175px;
  line-height: 175px;
  width: 300px;
  margin-left: 25px;
  float: left;
}
ul.products .img-wrap img{
	vertical-align: middle;
}
ul.products .button-block{
	display: inline-table;
  vertical-align: top;
}
ul.products .text-wrap{
	display: table-cell;
  vertical-align: middle;

}
ul.products .text-wrap .inside{
	line-height: 20px;
	vertical-align: middle;
}
.products-one .img-wrap{
	display: inline-table;
	vertical-align: top;
	height: 232px;
	width: 32%;
	line-height: 232px;
}
.products-one li{
	border: solid 3px #f6f6f6;
	position: relative;
	margin-bottom: 23px;
  font-size: 0px;
}
.products-one li:hover{
	border: solid 3px #eaeaea;
}
.products-one li,.products-one li:hover{
	-webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
.products-one .img-wrap img{
	margin-left: 15px;
	vertical-align: middle;
}
.products-one .info-block{
	display: inline-table;	
	height: 232px;
	width: 37%;
	line-height: 232px;
}
.products-one .info-block .inside{	
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;		
}
.products-one.line .info-block .inside, .products-one.line .button-block .inside{
  width: 202px;
}
.products-one .info-block .title{
	font-size: 18px;
	font-weight: 600;
	display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 margin-bottom: 10px;
 position: relative;
 top: 2px;
 padding-top: 10px;
 
}
.products-one.line .info-block .title{
	padding: 0 10px;
}
.products-one .info-block .sticker{
	display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 margin-right: 5px;
}
.sticker{
 width: 58px;
 height: 18px;
 background: #e66950;
 font-size: 12px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 padding-top: 3px;
 padding-bottom: 4px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 line-height: 20px;
 text-transform: lowercase;
 letter-spacing: 1px;
 margin-bottom: 10px;
}
.products-one .info-block .sticker + .title{
	padding-top: 0;
	margin-top: -5px;
}
.products-one .info-block table{
	font-size: 12px;
	padding-bottom: 10px;
}
.products-one .info-block td{
	padding-right: 4px;
}
.products-one li .button-block{
	display: inline-table;
	vertical-align: top;
	height: 232px;
	width: 31%;
	background: #f6f6f6;
  position: relative;
  right: -2px;
}
.products-one li:hover .button-block{
	background: #eaeaea;
}
.products-one li:hover .button-block .inside{
  background: #eaeaea;
}
.products-one li .button-block, .products-one li:hover .button-block, .products-one li .button-block .inside, .products-one li:hover .button-block .inside{
	-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
.products-one .button-block .inside{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
  background: #f6f6f6;
}
.products-one .area{
	position: absolute;
	left: 10px;
	top: 10px;
}
.products-one .button-block button{
	width: 160px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.products-one .button-block a.oneClick{
  text-decoration: none;
   font-family: 'ProximaNova';
  background: #ffaf47;
  border: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 24px 5px 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  width: 160px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto 10px;
  display: block;

}
.products-one .button-block a.oneClick:hover{
	background-color: #f6bf48;
}
.products-one .button-block a.oneClick, .products-one .button-block a.oneClick:hover{
	-webkit-transition: background-color 0.05s ease;
   	-moz-transition: background-color 0.05s ease;
   	-o-transition: background-color 0.05s ease;
    transition: background-color 0.05s ease;
}
.products-line li  a.oneClick{
  text-decoration: none;
   font-family: 'ProximaNova';
  background: #ffaf47;
  border: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 24px 5px 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  width: 160px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto 10px;
  display: block;
}

.products-one .button-block .old-price{
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: line-through;
	font-weight: 600;
}
.products-one .button-block .price{
	font-weight: 600;
	font-size: 24px;
}
.products-one .button-block .profit{
	font-size: 14px;
	font-weight: 700;
	color: #77a901;
	margin-bottom: 15px;	
}
.products-one{
	margin-bottom: 36px;
}
.products-one.line{
	font-size: 0px;
	/*margin-left: -6px;*/
}
.products-one.line li{
	display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 /*width: 202px;*/
 /*margin-left: 6px;*/
}
.products-one.line li .img-wrap img{
	max-width: 167px;
	max-height: 154px;
}
.products-one.line li .img-wrap{
	display: table;
	height: 154px;
	width: 100%;
	line-height: 154px;
	text-align: center;
}
.products-one.line .info-block{
	display: block;
	height: 86px;
	width: 100%;
	text-align: center;
}
.products-one.line .info-block .sticker{
	position: absolute;
	right: 10px;
	top: 10px;
}
.products-one.line .button-block{
	display: block;
	width: 100%;
	padding-top: 20px;
	height: 200px;
  right: 0px;
}
.products-one.line .button-block .old-price{
	font-size: 14px;
	line-height: 16px;
}
.products-one.line .button-block .price{
	font-size: 24px;
	margin-bottom: 14px;
}
.products-one.line .button-block .compare{
	margin-top: 10px;
	font-size: 14px;
}
.products-one.line li table{
	display: none;
}
.products-one.line .profit{
	display: none;
}
.filter .wrap{
	display: inline-block;
	vertical-align: top;	
}
.compare{
  font-size: 14px;
}
.compare .checkbox + label{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}
.compare .checkbox + label a{
	color: #298dbc;
	text-decoration: none;
	border-bottom: 1px solid #d0dfe8;
}
.compare .checkbox + label a:hover{
	color: #5cacd2;
}
.inside{
 font-size: 14px;
}
.price.w-margin{
  margin-bottom: 20px;
}
#page-select a{
  text-decoration: none;
  color: #343434;
}
ol#page-select li{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 37px;
  
  cursor: pointer;
}
ol#page-select li a{
 display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 padding-top: 8px;
 padding-bottom: 6px;
 width: 100%;
}
.item-main .price.w-margin{
  margin-top: 70px;
  margin-bottom: 40px;
}
.products-line .price.w-margin{
  padding-top: 33px;
  padding-bottom: 13px;
}
 .sticker.new{
  background: #8963cf;
}
 .sticker.act{
  background: #e66950;
}
 .sticker.hit{
  background: #b7ca51;
}
.products-one .info-block .inside table td {
  line-height: 24px;
  vertical-align: top;
  line-height: 18px;
  padding-bottom: 6px;
}
ul#object-extended-photos li.curr{
  opacity: 1;
}
ul#object-extended-photos li a{
	display: block;
	
}
.inl{
  display: -moz-inline-stack;
 display: inline-block;
 zoom: 1;
 *display: inline;
 position: relative;
 top: -10px;
}
.area {
  font-size: 15px;
  color: #bfbfbf;
  font-weight: 700;
}

.products-one .info-block .title a{
  text-decoration: none;
}

.products-one.line .info-block .title a{
	word-break: break-all;
	display: block;
	width: 100%;
	max-height: 48px;
	overflow: hidden;
	color: #282828;
}

.rub{
  font-family: 'Rouble';
  font-weight: 600;
  font-size: 22px;
}
.rating{
  width: 72px;
  margin: 0 auto;
}
.info-block .inside img{
  display: block; 
  margin: 0 auto 18px;
  float: none;
}
.products-one.line .info-block .inside img{
  width: 72px;
  margin: 0 auto;
}
.starsh{
  position: relative;
  top: -16px;
}
.cart .price .rub{
  font-size: 20px;
}
.empty-space{
  position: absolute;
  width: 600px;
  height: 9px;
  top:-9px;
  left: 0px;
  cursor: pointer;
}

#button_filter_onmain{
    font-family: 'ProximaNova';
    background: #ffaf47;
    border: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 24px 5px 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    position: absolute;
    bottom: 45px;
    right: 50px;
    font-size: 17px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
#button_filter_onmain:hover{
	background-color: #fad04e;
	-webkit-transition: background-color 0.15s ease;
   	-moz-transition: background-color 0.15s ease;
   	-o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
}
  .catalogue-main.ven li{
    width: 400px;
  }
  a.oneClick.onMain{
	      position: absolute;
    right: 0;
    top: 3px;
	font-family: 'ProximaNova';
    background: #ffaf47;
    border: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 24px 5px 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
	text-decoration: none;
  }
a.oneClick.onMain:hover{
	background-color: #f6bf48;
}
a.oneClick.onMain, a.oneClick.onMain:hover{
	-webkit-transition: background-color 0.05s ease;
   	-moz-transition: background-color 0.05s ease;
   	-o-transition: background-color 0.05s ease;
    transition: background-color 0.05s ease;
}
  .without-margin{
	  margin-bottom: 0px;
  }
  #open-hide.showed{
	  padding-right: 12px;
	  background: url('../image/open-tr.png') no-repeat 284px 19px;
  }
  
  .contacts-page{
	  border-top: solid 3px #3b9dcb;
	  margin-top: 35px;
	  padding-top: 0px;
	  position: relative;
  }
  .contacts-page .info{
	 display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 110px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 55px;
  }
  .contacts-page .title{
	  font-weight: 600;
	  margin-bottom: 13px;
  }
.map-contacts{
	margin-top: 20px;
	  margin-bottom: -25px;
	  height: 420px;
  }
  .video-warp{
	  height: 335px;
	  overflow: hidden;
	  margin-bottom: 110px;
	  position: relative;
	  width: 100%;
	  background: #3b5e77;
	  margin-top: 50px;
  }
  .header__video{
	  position: relative;
	  z-index: 1;
	  /*width: 100%;*/	  
  }
  .video-warp::after{
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 335px;
  	background: #000;
  	z-index: 2;
  	opacity: 0.52;
  	-moz-opacity: 0.52;
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=52);
	filter: alpha(opacity=52);
	-khtml-opacity: 0.52;
  }
  .video-warp.light::after{
  	opacity: 0.2;
  	-moz-opacity: 0.2;
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
  }
  .banner-inside{
	  position: absolute;	  
	  z-index: 500;
  }
  .banner-warp{
	  position: relative;
	  width: 850px;
	  margin: 0 auto;
  }
  .banner-text.vent, .banner-text.vent h1{
	  color: #96c5df;
  }
  a.button.btn.btn-space{	 
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 0px;
    border: solid 3px #ffaf47;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 65px;
	    background: #fff;
    font-size: 16px;
    width: 230px;
	font-family: 'ProximaNova';
	-webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
  }
  a.button.btn.btn-space:hover{
  	border-color: #fad04e;
	-webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    }
	.simplecheckout a.button.btn.btn-space{
  	color: #232323;
  }
  
  #simplecheckout_customer{
  	margin-top: -25px;
  	margin-bottom: 15px;
  }
 .simplecheckout-block-content .info{
	      position: absolute;
    top: 5px;
    right: 0px;
  }
  .simplecheckout-block-content .info a{
	  color: #666;
    font-size: 16px;
    padding-left: 24px;
    padding-bottom: 5px;
    background: url(../image/i.png) no-repeat left;
    -webkit-transition: color 0.15s ease;
   	-moz-transition: color 0.15s ease;
   	-o-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
  .simplecheckout-block-content .info a:hover{
  	color: #000;
  	-webkit-transition: color 0.15s ease;
   	-moz-transition: color 0.15s ease;
   	-o-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
  .simplecheckout-methods-table tr{
	  display: block;
	  margin-bottom: 14px;
  }
  .delivery-hint{
  	font-size: 14px;
  	color: #999;
  	display: block;
  	margin: -15px 0 12px 30px;
  }
  .service_list{
	   display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 500px;
	vertical-align: top;
	margin-right: 100px;
  }
  .service_list img{
	  width: 52px;
	  height: 52px;
	 
  }
  .service_list ul{
	  margin-bottom: 80px;
	  
  }
  .service_list ul li{
	  vertical-align: top;
	  margin-bottom: 13px;
  }
  .service_list ul li a{
	 text-decoration: none;
	 vertical-align: top
	  
  }
  .service_list ul li .wrap{
  	display: inline-block;
  	vertical-align: top;
	   display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	top: 15px;
	margin-left: 13px;
  }
  .service_list ul li span{	  
	border-bottom: 1px solid #d7d7d7;
	border-color: #d7d7d7;
	line-height: 18px;
	font-size: 18px;
	-webkit-transition: border-color 0.35s ease;
   	-moz-transition: border-color 0.35s ease;
   	-o-transition: border-color 0.35s ease;
    transition: border-color 0.35s ease;  
  }
  .service_list ul li a:hover span{
  	border-color: #000;
  	-webkit-transition: border-color 0.35s ease;
   	-moz-transition: border-color 0.35s ease;
   	-o-transition: border-color 0.35s ease;
    transition: border-color 0.35s ease;  	
  }
  .service_list h2{
	  font-size: 32px;
	  text-transform: none;
	  margin-bottom: 38px;
  }
  .service_page h1{
	 border-bottom: 3px solid #3b9dcb;
    margin-bottom: 55px;
    padding-bottom: 40px; 
	padding-top: 20px;
  }
  #addFile{
	  position: relative;
	  cursor: pointer;
	  width: 142px;
	  overflow: hidden;
	  vertical-align: middle;
	   display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: -4px;
	background-position: 0 2px;
  }
  #addFile .wrap{
	  white-space: nowrap;
  }
  #addFile input{
	  position: absolute;
	  left:0px;
	  top: 0px;
	  width: 168px;
	  height: 32px;
	  cursor: pointer;
	  opacity: 0;
	-moz-opacity: 0;
	ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-khtml-opacity: 0; 
  }
  .st{
	width: 72px;
    margin: 0 auto;
  }
  .products-line .img-wrap img{
	  width: 176px;
	  float: none;
  }
  article .text img{
	  float: left;
	  margin-right: 35px;
	  margin-bottom: 25px;
  }
  article .products-line{
	  margin-bottom: 100px;
  }
  .information.w-margin{
	  padding-bottom: 38px;
  }
  .item-products h3{
	  margin-bottom: 45px;
	  margin-top: 86px;
  }
  input.s-page{
	  margin-left: 25px;
	  padding: 2px 10px;
  }
  h2.s-page{
	  margin-bottom: 30px;
  }
  .hide{
	  opacity: 0;
  }
  #solution-top form.request{
	  margin-bottom: 0px;
  }
  #make-last .wrap, .single .wrap{
	  position: relative;
	  left: 11px;
	  top: 3px;
  }
  .info-block .inside img.cat-st{
	  margin: 5px 0 15px 0;
  }
  ul#object-extended-photos.img-btn li{
	  margin-left: 0px;
  }
  ul.works{
  	padding-top: 15px;
  }
  ul.works #object{
	  display: inline-block;
  }
  ul.works #object.item-foto #object-main-photo{
	  display: inline-block;
	  margin-bottom: 0px;
	  padding-top: 0;
  }
  ul.works #object.item-foto #object-main-photo img{
	    display: inline-block;
  }
  ul.works #object.item-foto{
	  width: 30%;
  }
  ul.works ul#object-extended-photos{
	  width: auto;	  
  }
  ul.works ul#object-extended-photos li{
	  margin-top: 0px;
  }
  ul#object-extended-photos.img-btn li{
	  margin-left: 0px;
  }
  ul.works .object{
	  display: inline-block;
  }
  ul.works .object.item-foto .object-main-photo{
	  display: inline-block;
	  margin-bottom: 0px;
	  padding-top: 0;
	  height: 336px;
	  overflow: hidden;
	  background: url('../image/loading3.gif') no-repeat center;
  }
  ul.works .object.item-foto .object-main-photo img{
	    display: inline-block;
  }
  ul.works .object.item-foto{
	  width: 30%;
  }
  ul.works ul.object-extended-photos{
	  width: auto;	  
  }
  ul.works ul.object-extended-photos li{
	  margin-top: 0px;
  }
  ul.works > li{
	  margin-bottom: 42px;
  }
  ul.works .object.item-foto .img-btn{
  	margin-bottom: 0;
  }
    
  #city-select ul li.curr{
  	background: #f6f6f6 url('../image/ico_v.png') no-repeat right center;
  }
  #city-select ul li:hover,#city-select ul li.curr:hover{
  	background-color: #efefef;
  }
  
.clear-l{
	clear: left;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}
.clear-r{
	clear: right;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}
.clear-a{
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
} 

#content{
	margin-bottom: 30px;
}
#map{
	padding-top: 30px;
	margin-bottom: -31px;
	background: url('../image/map_loading.gif') no-repeat center;
	height: 420px;
}
#cart-popup{
	display: none;
  position: absolute;
  right: 0px;
  top: 69px;
  max-width: 326px;
  text-align: center;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 1px 3px 2px rgba(215,215,215,0.46);
  -moz-box-shadow: 0px 1px 3px 2px rgba(215,215,215,0.46);
  box-shadow: 0px 1px 3px 2px rgba(215,215,215,0.46);
  z-index: 10000;  
  border-radius: 2px;
}
#cart-popup ul{
  padding-top: 20px;
  margin-bottom: 12px;
    width: 326px;
  background: #fff;
}
#cart-popup ul li{
  border-bottom: solid 1px #ebebeb;
  text-align: left;
  padding: 20px 15px;
}
#cart-popup ul li img, #cart-popup ul li .title{
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 132px;
}
#cart-popup ul li img{
  margin-right: 30px;
  max-width: 140px;
}
#cart-popup ul li .title{
  font-size: 14px;
  font-weight: 600;
}
#cart-popup .total{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 13px;
  text-align: right;
  margin-right: 20px;
}
#cart-popup .total .sum{
  font-size: 24px;
  font-weight: 600;
  margin-left: 7px;
}
#cart-popup::before{
	content: '';
	width: 42px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: -15px;
  z-index:10001;
  background: url('../image/cart-trn.png') no-repeat;
}
a.button{
  font-size: 11px;
  color: #fff;
  background: #3b9dcb;
  padding: 8px 98px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 6px;
}
.close-button{
  font-size: 12px;
  background: url('../image/close-sm.png') no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 72px;
  margin: 10px auto;
  height: 12px;
}
.close-button .wrap{
  height: 12px;
  line-height: 8px;
}
.cart-empty{
  color: #a3a3a3;
  padding: 18px 34px 18px 24px;
}
.order-num-text{
  font-size: 24px;
  margin-bottom: 20px;
}
.order-num{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.order-data-text{
  font-size: 17px;
  margin-bottom: 10px;
}
.order-data{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.img-success{
  width: 52px;
  height: 52px;
  display: inline-block;
  background: url(../image/order-success.png) no-repeat;
  margin-right: 16px;
  position: relative;
  top: 11px;
}
h1.w-line{
  border-bottom: solid 3px #3b9dcb;
  padding-bottom: 46px;
  position: relative;
  top: -18px;
}
a.blue-button{
  font-size: 15px;
  border: #0ba6d2 solid 2px;
  border-radius: 2px;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 40px;
  margin-bottom: 140px;
  font-size: 11px;
  padding: 8px 25px 8px 23px;
  text-transform: uppercase;
  color: #333333;
}
.wait{
	display: block;
	color: #999;
	font-size: 18px;
	background: url('../image/loading2.gif') no-repeat left center;
	padding: 4px 0 2px 34px;
	margin-bottom: 20px;
}
.popup .success{
	background: none;
	border: 0;
	background: url('../image/ico_success.png') no-repeat left center;
	font-size: 18px;
	padding-left: 53px;
}

.blured{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
}
#content #catalogue.common-catalogue{
	margin-left: -6px;
}
#content #catalogue li{
	background-image: none;
	padding-left: 0;
	margin: 0 0 23px 0;
}
#content #catalogue.products-one.line li{
	margin-left: 6px;
}
#catalogue.loading{
	position: relative;
}
#catalogue.loading::after{
	content: '';
	display: block;
	position: absolute;
	top: 85px;
	left: 50%;
	width: 64px;
	height: 64px;
	background: url('../image/loading3.gif') no-repeat;
	margin-left: -32px;
}
#catalogue.loading li{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
}
#catalogue .empty{
	margin-top: 10px;
	border: 1px solid #dedede;
	background: #fafafa;
	padding: 20px;
	border-radius: 10px;
	cursor: default;
}
.block.l-padding.no-m{
	margin-bottom: -31px;
}

/*
#filterpro ul li#manufacturers .cont .wrap{
	min-width: 110px;
}
*/
#filterpro ul li.cb-one-col .cont .wrap{
	width: auto;
	display: block;	
}
#catalogue .title a:hover{
	color: #3b9dcb;
}

.about-us h1{
	padding-top: 20px;
	text-align: center;
}
.about-us .text-holder{
	text-align: center;
	font-size: 20px;
	line-height: 33px;
	color: #111;
	width: 966px;
	margin: 0 auto 55px;
}
.about-us .lined{
	border-top: 4px solid #3b9dcb;
	padding-top: 66px;
}
.about-us .sm-lined{
	border-top: 1px solid #e1e1e1;
	padding-top: 63px;
}
.about-us h2{
	font-size: 28px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 35px;
}
#bl-history{
	margin-bottom: 60px;
}
#bl-history ul{
	margin-bottom: 0;
	display: -moz-inline-stack;
 	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 550px;
}
#bl-history ul + ul{
	margin-left: 50px;
}
#bl-history ul li{
	background: none;
	padding: 0;
	display: block;
}
#bl-history ul li .year{
	display: -moz-inline-stack;
 	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 22px;
	font-weight: 700;
	color: #3b9dcb;
	width: 100px;
	background: url('../image/151.png') no-repeat right center;
	margin-right: 25px;
}
#bl-history ul li p{
	display: -moz-inline-stack;
 	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 415px;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
}
#bl-clients{
	margin-bottom: 75px;
}
#bl-clients .slider{
	position: relative;
	margin: 0 45px; 
}
#bl-clients .slider .arr-l{
	width: 53px;
	height: 53px;
	position: absolute;
	left: -53px;
	top: 10px;
	background: url('../image/arr_l.png') no-repeat;
	cursor: pointer;
} 
#bl-clients .slider .arr-r{
	width: 53px;
	height: 53px;
	position: absolute;
	right: -53px;
	top: 10px;
	background: url('../image/arr_r.png') no-repeat;
	cursor: pointer;
} 
#bl-clients .slider ul{
	margin: 0;
	width: 100%;
	height: 90px;
	overflow: auto;
	white-space: nowrap;
}
#bl-clients .slider ul li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	background: none;
	padding: 0 50px;
	margin: 0;
	width: 110px;
}
#bl-clients .slider ul li:first-child{
	margin-left: 0; 
} 

.contacts .text-holder{
	border-top: 3px solid #3b9dcb;
	padding-top: 52px;
}
.contacts .info{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 725px;
	margin: -63px 0 0 -35px;
}
.contacts .info .block{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 325px;
	margin: 63px 0 0 35px;
}
.contacts .info h2{
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 10px;
	text-align: left;
	text-transform: none;
}
.contacts .info p{
	font-size: 16px;
	line-height: 30px;
	color: #282828;
}
.contacts .info .socials{
	margin-top: -5px;
}
.contacts .info .socials img{
	margin-right: 11px;
}
.contacts .requisites{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	border-left: 1px solid #ebebeb;
	padding-left: 37px;
	margin-left: 160px;
}
.contacts .requisites h2{
	font-size: 18px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 10px;
	text-align: left;
	text-transform: none;
}
.contacts .requisites p{
	font-size: 11px;
	line-height: 16px;
	color: #787878;
}
.hr{
	border-top: 1px solid #ebebeb;
	height: 76px;
}

.filterpro-section #filterpro{
	background: none;
	margin: 0;
}
.filterpro-section form#filterpro .inp-select input[type="text"]{
	width: 308px;
	background: #fff url("../image/input-trn.png") no-repeat scroll 330px 18px;
	margin-bottom: 25px;
}

#we-service-list{
	margin: 0 0 14px -39px;
	text-align: center;
}
#we-service-list li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 377px;
	height: 210px;
	margin: 0 0 42px 39px;
	position: relative;
}
#we-service-list li .over{
	position: absolute;
	top: 0;
	left: 0;
	width: 377px;
	height: 210px;
	box-sizing: border-box;
	padding: 0 28px;
	text-align: center;
	display: table;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
#we-service-list li .over span{
	display: table-cell;
	vertical-align: middle;
}
#child-service-list{
	margin: 0 0 14px -39px;
	text-align: center;
}
#child-service-list li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 377px;
	height: 210px;
	margin: 0 0 42px 39px;
	position: relative;
}
#child-service-list li:hover{
	opacity: 0.8;
	-webkit-transition: opacity 0.15s ease;
   	-moz-transition: opacity 0.15s ease;
   	-o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
#child-service-list li .over{
	position: absolute;
	top: 0;
	left: 0;
	width: 377px;
	height: 210px;
	box-sizing: border-box;
	padding: 0 28px;
	text-align: center;
	display: table;
	color: #fff;
	padding: 0 28px;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
#child-service-list li .over span{
	display: table-cell;
	vertical-align: middle;
}
#child-service-list.catalogue-like{
	margin-bottom: 10px;
	padding: 30px 40px 0;
}
#child-service-list.catalogue-like li{
	width: 290px;
	height: auto;
	margin-bottom: 75px;
}
#child-service-list.catalogue-like li a{
	text-decoration: none;
}
#child-service-list.catalogue-like .image-holder{
	height: 175px;
	line-height: 175px;
	*font-size: 175px;
}
#child-service-list.catalogue-like li img{
	margin-bottom: 27px;
	vertical-align: middle;
}
#child-service-list.catalogue-like li .over{
	position: static;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	display: block;
	font-size: 21px;
	line-height: 28px;
	padding: 0 10px;
	color: #232323;
	font-weight: 600;
	text-transform: none;
}
#child-service-list.catalogue-like li .over span{
	display: inline;
}
#child-services{
	padding-bottom: 40px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
#child-services + #service-top{
	border-top: 1px solid #ebebeb;
 	margin-bottom: 70px;
    padding-top: 70px;
}
.after-text{
	font-size: 20px;
	color: #282828;
	text-align: center;
}
.after-text a{
	color: #3b9dcb;
	text-decoration: none;
	background: url('../image/dott.png') repeat-x bottom;
}
#vent-objects-list{
	margin: 0 0 14px -39px;
	text-align: center;
}
#vent-objects-list li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 377px;
	height: 210px;
	margin: 0 0 42px 39px;
	position: relative;
	cursor: default;
}
#vent-objects-list li>div{
	display: table;
}
#vent-objects-list li .over{
	position: absolute;
	top: 0;
	left: 0;
	width: 377px;
	height: 210px;
	box-sizing: border-box;
	padding: 0 28px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
#vent-objects-list li .over span{
	display: table-cell;
	vertical-align: middle;
	height: 210px;
}

.banner-action{
	display: block;
	margin: -25px 0 36px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 107px;
	position: relative;
}
.banner-action h3{
	position: absolute;
	top: 44px;
	left: 43px;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	overflow: hidden;
}
.banner-action p{
	position: absolute;
	top: 0;
	right: 0;
	background: #3b9dcb;
	/*width: 255px;*/
	height: 107px;
	box-sizing: border-box;
	padding: 32px 28px 0 12px;
	text-align: right;
}
.banner-action p::before{
	content: '';
	position: absolute;
	top: 0;
	left: -52px;
	width: 53px;
	height: 107px;
	background: url('../image/banner_line.png');
}
.banner-action p strong{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	display: block;
}
.banner-action p i{
	font-size: 15px;
	font-weight: 800;
	color: #ffbc64;
	font-style: normal;
	display: block;
	text-transform: uppercase;
}

#bl-team{
	margin-bottom: 54px;
}
#bl-team ul{
	margin: 0 0 0 -63px;
}
#bl-team ul li{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 0 47px 63px;
	width: 358px;
	height: 180px;
	box-sizing: border-box;
	padding: 34px 23px 0 23px;
	border: 2px solid #e1e1e1;
	background: none;
}
#bl-team ul li img{
	float: left;
	width: 109px;
	height: 109px;
	-webkit-border-radius: 55px;
	  -moz-border-radius: 55px;
	  border-radius: 55px;
}
#bl-team ul li .name{
	font-size: 18px;
	font-weight: 600;
	color: #232323;
	margin: 0 0 0 129px;
}
#bl-team ul li .post{
	font-size: 16px;
	color: #999;
	margin: 0 0 17px 129px;
}
#bl-team ul li .email{
	font-size: 16px;
	color: #282828;
	text-decoration: none;
	display: block;
	margin-left: 129px;
}

.uk-modal.wide .uk-modal-dialog{
	width: 850px;
}
.uk-modal.wide .uk-modal-dialog{
	text-align: left;
}
.uk-modal.wide .uk-modal-dialog small{
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #999;
	display: block;
	text-align: center;
}
.uk-modal.wide .uk-modal-dialog small + .uk-modal-header{
	padding-top: 25px;
}
.uk-modal.wide .uk-modal-dialog strong{
	font-weight: 600;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-header h2{
	font-size: 26px;
	text-align: left;
	margin-bottom: 35px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-header h2 p{
	font-size: 26px;
	text-align: left;
	margin-bottom: 0;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text{
	font-size: 15px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text p{
	font-size: 15px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text p + ul{
	margin-top: -15px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text ul{
	margin-bottom: 25px;
}
.uk-modal.wide .uk-modal-dialog .uk-modal-text ul li{
	font-size: 15px;
	width: auto;
	padding: 0px 10px 9px 42px;
	background: url('../image/151.png') no-repeat left 12px;
}

#total-final{
	font-size: 24px;
	color: #232323;
	font-weight: 700;
	margin-left: 30px;
}
.seo-text{
	padding-top: 30px;
	color: #afafaf;
	font-size: 14px;
	font-weight: 300;
}
.seo-text h2{
	font-size: 24px;
	color: #454545;
	margin-bottom: 20px;
}
.sitemap-info ul{
	margin: 0;
}
.sitemap-info ul li ul{
	padding: 20px 0;
	margin: 0;
}

#child-categories{
	border-top: 3px solid #3b9dcb; 
	padding-top: 70px;
	padding-bottom: 30px;
	margin-bottom: 53px;
	border-bottom: 1px solid #ebebeb;
}
#child-categories ul{
	display: block;
	margin: 0 0 0 -25px;
}
#child-categories ul li{
	background: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 0 78px 25px;
	font-size: 21px;
	line-height: 28px;
	color: #232323;
	text-align: center;
	width: 240px;
}
#child-categories ul li a{
	color: #232323;
	text-decoration: none; 
}
#child-categories ul li .photo-holder{
	height: 140px;
	line-height: 140px;
	*font-size: 130px;
	display: block;
	margin-bottom: 25px;
}
#child-categories ul li .photo-holder img{
	vertical-align: middle;
	opacity: 1;
	-webkit-transition: opacity 0.15s ease;
   	-moz-transition: opacity 0.15s ease;
   	-o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
#child-categories ul li a:hover .photo-holder img{
	opacity: 0.7;
	-webkit-transition: opacity 0.15s ease;
   	-moz-transition: opacity 0.15s ease;
   	-o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;  
}

.show-all{
	text-align: center;
	color: #999;
	font-size: 13px;
	font-weight: 400;
}
.dotted{
	border-bottom: 1px dotted;
	cursor: pointer;
	margin-left: -24px;
}
.show-all .dotted:hover{
	color: #666;
	border-color: #666;
}

#seo-block{
	text-align: left;
}
#seo-block h1,
#seo-block h2{
	text-align: left;
	margin-bottom: 46px;
}
.block.l-padding.no-m + #seo-block{
	padding-top: 112px;
}

#mananufacturers-logo-list{
	margin-bottom: 74px;
}
#mananufacturers-logo-list .holder{
	position: relative;
}
#mananufacturers-logo-list ul{
	margin-bottom: 0;
	overflow: hidden;
	display: block;
	width: 100%;
        width: 1218px;
	height: 52px;
	white-space: nowrap;
        font-size: 0px;
        text-align: center;
}
#mananufacturers-logo-list ul li{
	display: inline;
	margin-right: 93px;
        font-size: 0px;
        width: 110px;
}
#mananufacturers-logo-list ul li:first-child{
	/*margin-left: 0;*/
}
#mananufacturers-logo-list ul li img{
	-webkit-filter: grayscale(1); /* Webkit браузеры */  
 	filter: gray; /* для IE6-9 */  
    filter: grayscale(1); /* W3C */   
	opacity: 0.6;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;     
}
#mananufacturers-logo-list ul li:hover img{
	-webkit-filter: grayscale(0); /* Webkit браузеры */  
 	filter: none; /* для IE6-9 */  
    filter: none; /* W3C */   
	opacity: 1;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#mananufacturers-logo-list .arr-prev{
	position: absolute;
	top: 16px;
	left: 0;
	width: 12px;
	height: 24px;
	background: url('../image/arr_prev.png') no-repeat;
	cursor: pointer;
}
#mananufacturers-logo-list .arr-next{
	position: absolute;
	top: 16px;
	right: 0;
	width: 12px;
	height: 24px;
	background: url('../image/arr_next.png') no-repeat;
	cursor: pointer;
}

.article-statue .item-products #catalogue, .article-statue .item-products .catalogue{
	min-height: 508px;
}
.article-statue .item-products #catalogue.loading, .article-statue .item-products .catalogue.loading{	
	background: url('../image/loading3.gif') no-repeat center;
}
.content .soltuion-tabs-menu{
  font-size: 0px;
  text-align: center;
  padding-top: 20px;
}
.content .soltuion-tabs-menu li{
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  background: #f6f6f6;  
  text-align: center;
  margin-left: 2px;
  margin-bottom: 0;
  padding: 0 10px;
  background-image: none;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    border-bottom: solid 2px transparent;
}
.content .soltuion-tabs-menu li:first-child{
  margin-left: -2px;
}
.content .soltuion-tabs-menu li.active, #content .soltuion-tabs-menu li.active:hover{
  border-color: #3b9dcb;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
.content .soltuion-tabs-menu li:hover{
	border-color: #b4dcee;
  -webkit-transition: border-color 0.15s ease;
   	-moz-transition: border-color 0.15s ease;
   	-o-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
}
.content .soltuion-tabs-menu li.active a{
  text-decoration: none;
  color: #232323;
  text-transform: uppercase;
  display: block;
  padding: 14px 30px 17px; 
}
.content .soltuion-tabs-menu li a{
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
  display: block;
  padding: 14px 30px 17px;  
}
input[type="text"].error{
	border-color: #d57878;
}

.compare-info{
	border: 0;
}
.compare-info tr>td{
	border: 0;
}
.compare-info tr:nth-child(odd)>td{
	background: #f6f6f6;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#content .content.search-filter{
	padding: 0;
	margin-bottom: 60px;
}
.search-filter input[type="text"]{
	border: 1px solid #d7d7d7;
	height: 45px;
	padding: 4px 7px;
	font-size: 16px;
	font-family: 'ProximaNova';
	color: #232323;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 492px;
	padding: 5px 15px;
	box-sizing: border-box;
}
.search-filter select{
	border: 1px solid #d7d7d7;
	background: #fff;
	height: 45px;
	padding: 4px 7px;
	font-size: 16px;
	font-family: 'ProximaNova';
	color: #232323;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 400px;
	padding: 5px 15px;
	box-sizing: border-box;
}
.search-filter input[type="text"] + select{
	margin-left: 10px;
}
.search-filter #button-search{
	width: 163px;
	height: 45px;
	box-sizing: border-box;
	background: #45a7d5;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	box-shadow: 0;
	text-shadow: 0;
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    vertical-align: top;
}
.search-filter #button-search:hover{
	background-color: #59b1db;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.search-filter #button-search:active{
	padding-top: 5px;
}
#content #catalogue.products-one.line.search-results{
	margin-left: -42px;
}
#content #catalogue.products-one.line.search-results li{
	margin-left: 42px;
}

#bl-solutions-left{
	margin-bottom: 30px;
}
#bl-solutions-left>.like-h2{
	font-size: 18px;
	font-weight: 700;
	color: #2d2d2d;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-top: 15px;
}
#bl-solutions-left>ul{
	margin: 0;
	display: block;
}
#bl-solutions-left>ul>li{
	display: block;
	background: #f6f6f6;
	box-sizing: border-box;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	color: #232323;
	margin-bottom: 3px;
	position: relative;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    line-height: 20px;
}
#bl-solutions-left>ul>li::after{
	content: '';
	background: url('../image/arr_sol_r.png') no-repeat right center;
	width: 7px;
	height: 14px;
	position: absolute;
	top: 20px;
	right: 15px;
}
#bl-solutions-left>ul>li:hover{
	background-color: #eee;
	-webkit-transition: all 0.15s ease;
   	-moz-transition: all 0.15s ease;
   	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#bl-solutions-left>ul>li>a{
	color: #232323;
	padding: 16px 40px 16px 20px;
	text-decoration: none;
	display: block;
}
#bl-solutions-left>ul>li>a:hover{
	background: none;
}
.compare-header{
	text-transform: none;
}
.btns-top{
	text-align: right;
	margin-bottom: 55px;
}
.btns-top button{
	width: 143px;
	height: 35px;
	border: 1px solid #3b9dcb;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 12px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #282828;
	background: none;
	padding: 5px;
}
.btns-top button:hover{
	border-color: #45a2ff;
}
.btns-top button:active{
	padding-top: 6px;
}
.btns-top button.clear{
	border-color: #e1e1e1;
}
.btns-top button.clear:hover{
	border-color: #ccc;
}
#compare-objects{
	text-align: right;
}
#compare-objects>ul>li{
	width: 208px;
	position: relative;
}
#compare-objects>ul>li>.close{
	position: absolute;
	top: -18px;
	right: -18px;
	background: #fff;
	border: 2px solid #b7b7b7;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-webkit-border-radius: 28px;
	  -moz-border-radius: 28px;
	  border-radius: 28px;
}
#compare-objects>ul>li>.close::after{
	content: '';
	background: url('../image/ico_compare_remove.png') no-repeat;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 13px;
	height: 13px;
	cursor: pointer;
}
#compare-table td{
	padding: 11px 11px 11px 45px;
	font-size: 16px;
	width: 260px;
	box-sizing: border-box;
	text-align: left;
}
#compare-table tr td:first-child{
	padding: 11px 16px;
	text-align: left;
	font-weight: 600;
	color: #454545;
	width: auto;
}
#content #compare-empty{
	margin-top: -20px;
	margin-bottom: 110px;
	padding: 0;
	font-size: 21px;
	font-weight: 600;
	color: #999;
}
#content #compare-empty button{
	width: 143px;
	height: 35px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	vertical-align: middle;
	margin-left: 16px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #282828;
	background: none;
	padding: 5px;
}
#content #compare-empty button:hover{
	border-color: #ccc;
}
#content #compare-empty button:active{
	padding-top: 6px;
}
#content #news-list{
	margin-bottom: 40px;
}
#content #news-list li{
	background: none;
	padding: 0;
	margin-bottom: 15px;
}
#content #news-list li h2{
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
#content #news-list li h2 a:hover{
	color: #777;
}
#new .content-news{
	background: none;
	border: 0;
	box-shadow: 0 0px 0px;
	padding: 0;
	border-radius: 0;
}
#new .al-right{
	padding-top: 30px;
	text-align: right;
}
#new .al-right a{
	font-size: 14px;
	color: #787878;
}
.agreement-row{
	width: 292px;
	margin: 0 auto;
	padding-top: 15px;
}
.agreement-row label{
	color: #787878;
	font-size: 14px;
}
.agreement-row label a{
	color: #787878;
}
.simplecheckout-block-content .checkbox-row{
	text-align: left;
	margin-top: -20px;
}
.simplecheckout-block-content .checkbox-row label{
	color: #999;
}
.simplecheckout-block-content .checkbox-row label>a{
	color: #999;
}
.agreement-link{
	color: #999;
}
.agreement-link a{
	color: #999;
}