@charset "utf-8";
@font-face {
font-family: 'Roboto-Black';
src:url('../../fonts/Roboto-Black.eot');
src:url('../../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Black.woff') format('woff'), url('../../fonts/Roboto-Black.ttf') format('truetype'), url('../../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: 'Roboto-Regular';
src:url('../../fonts/Roboto-Regular.eot');
src:url('../../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Regular.woff') format('woff'), url('../../fonts/Roboto-Regular.ttf') format('truetype'), url('../../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: 'Roboto-Light';
src:url('../../fonts/Roboto-Light.eot');
src:url('../../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Light.woff') format('woff'), url('../../fonts/Roboto-Light.ttf') format('truetype'), url('../../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: 'Roboto-Bold';
src:url('../../fonts/Roboto-Bold.eot');
src:url('../../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Bold.woff') format('woff'), url('../../fonts/Roboto-Bold.ttf') format('truetype'), url('../../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: 'Roboto-Medium';
src:url('../../fonts/Roboto-Medium.eot');
src:url('../../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-Medium.woff') format('woff'), url('../../fonts/Roboto-Medium.ttf') format('truetype'), url('../../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: 'Roboto-LightItalic';
src:url('../../fonts/Roboto-LightItalic.eot');
src:url('../../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../../fonts/Roboto-LightItalic.woff') format('woff'), url('../../fonts/Roboto-LightItalic.ttf') format('truetype'), url('../../fonts/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
font-weight:normal;
font-style:normal
}
html, body {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding:0;
	font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
	line-height: 22px;
    font-size: 15px;
	color:#000000;
	background: #FCFCFC;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto-Bold';
	color:#385871;
}
h1 {
	font-size:30px;
	line-height:36px;
	margin:0 0 30px 0;
}
h2 {
	font-size:26px;
	line-height:32px;
}
h3 {
	font-size:22px;
	line-height:30px;
}
h4 {
	font-size:18px;
	line-height:26px;
	margin:10px 0 10px 0;
}
h5 {
	font-size:16px;
	line-height:24px;
	margin:0 0 10px 0;
	text-transform:none
}
h6 {
	font-size:14px;
	line-height:20px;
	margin:0 0 10px 0;
	text-transform:none
}
p {
	margin:0 0 20px 0;
}
a {
	color:#385871;
	text-decoration:underline;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
a:hover {
	color:#385871;
	text-decoration:none;
}
a:focus {
	outline: hidden;
}
b,  strong {font-family: 'Roboto-Bold';}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
textarea, textarea.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control {
	    border: #d3d6d6 solid 1px;


	-webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);


	font-size:13px;
	line-height:19px;
	color:#385871;
	padding:10px 18px;
	outline: none;
	border-radius:2px;
	box-shadow:none; background: #f7f7f7;

	font-family: 'Roboto-Regular'
}
, textarea:focus, textarea.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .placeholder, .form-control:focus {
	    -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);	background:#FFF;
    border: #bbbbbb solid 1px;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
	font-family: 'Roboto-Regular'
}
label {
	font-weight:normal
}
button {
	display: block;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width:100%
}
.form-control {
	  border: #d3d6d6 solid 1px;
	 background: #f7f7f7;

	-webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	font-size:15px;
	line-height:22px;
	color:#385871;
	padding:8px 18px;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
height:inherit
}
.form-control:focus {	background:#FFF;
	 -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
    border: #bbbbbb solid 1px;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:hidden;
	border-radius:0;
	box-shadow:none;
}
.form-control:-moz-placeholder {font-size:15px;
	line-height:22px;
 color:#385871;
 font-family: 'Roboto-Light';
}
 .form-control::-o-placeholder {font-size:15px;
	line-height:22px;
 color:#385871;
font-family: 'Roboto-Light';
}
 .form-control:-ms-input-placeholder {font-size:15px;
	line-height:22px;
 color:#385871;
font-family: 'Roboto-Light';
}
 .form-control::-webkit-input-placeholder {font-size:15px;
	line-height:22px;
 color:#385871;
font-family: 'Roboto-Light';
}



textarea.form-control, textarea.form-control:focus {
	height:inherit
}
.form-horizontal .control-label {
	padding-top: 3px;
}
input[type="file"] {
	background:transparent;
	border:none;
}
input[type="submit"]:focus {
	border:none;
	outline:hidden
}
input[type="file"] {
	background:transparent;
	border:none;
}
input[type="submit"]:focus {
	border:none;
	outline:hidden
}
.sprite {
	background-image:url(../../images/sprite.png);
}
.sprite {
	display: inline-block;
	vertical-align: middle;
	background-repeat:no-repeat
}
.btn {
	padding: 12px 20px;
	font-family: 'Roboto-Bold';
	color:#FFF;
	background-color: #ed1c24;
	text-decoration:none;
	border-radius:0;
	border:none;
	display: inline-block;
	cursor: pointer;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-transform:uppercase
}

.btn-cart {
	padding: 12px 20px;
	font-family: 'Roboto-Bold';
	color:#FFF;
	width:170px;
	background-color: #008200;
	text-decoration:none;
	border-radius:0;
	border:none;
	display: inline-block;
	cursor: pointer;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-transform:uppercase
}

.btn:focus {
	outline:hidden;
	outline-offset: none;
}
.btn:hover, .btn:focus, .btn:active:hover {
	color:#FFF;
	text-decoration: none;
	background-color: #b9171d;  border:none;     outline: none;
}
.btn:active {
	background-image: none;
	outline:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow:  none;
}
.btn-default {
	background-color: #678fab;
}
.btn-default:hover, .btn-default:focus, .btn-default:active:hover {
	background-color: #567991; border:none;
}
.btn-lg {
	padding: 10px 36px;
	font-size: 18px;
	line-height:24px;
}
.push {
	height: 200px;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}
.breadcrumb {
	background-color:transparent;
	list-style:none;
	padding: 0;
	margin:0 0 20px 0;font-size:13px; line-height:19px;
}
.breadcrumb>li {
	display: inline-block;
}
.breadcrumb>li a, .breadcrumb>li a:hover, {
 color:#385871
}
.breadcrumb>.active {
	color:#000000
}
.breadcrumb>li+li:before {
	margin:0 5px;
	display: block;
	float: left;
	content: "/";
	color:#385871
}
#toTop {
	display:none;
	background:url(../../images/sprite.png) -280px -92px no-repeat;
	text-decoration:none;
	position:fixed;
	top:80px;
	right:50px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	z-index:2000;
	text-align:center;
}
#toTopHover {
	display:block;
	overflow:hidden;
	float:left;
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=0.9)
}
#toTop:active, #toTop:focus {
	outline: hidden
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius:2px;
}
.pagination>li {
	display: inline;
	background:none;
	padding:0;
	margin:0
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	font-size: 18px;
	padding: 7px 14px;
	margin:0 5px;
	line-height:22px;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border:#cbcbcb solid 1px;
	border-radius:0
}
.pagination>li>a:hover {
	color: #324986;
	background-color: transparent;
	border:#000 solid 1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	text-decoration: none;
	cursor: default;
	border:#678fab solid 1px;
	background-color:#678fab;
	color: #fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}



.capcha-reset {
	color:#ff8502;
	border-bottom:#ff8502 dashed 1px;
	display:inline-table;
	line-height:30px;
	margin-left:10px;
	cursor:pointer
}
.navbar-toggle {
	position: relative;
	float:none;
	margin:10px auto;
	border: none;
}
.navbar-toggle .icon-bar {
	background-color: #385871;
}
.navbar-collapse {
	border-top: none;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	-o-box-shadow:  none;
	box-shadow:  none;
}

.error {
	color:#F00
}
.table th {
	font-size:14px;
	line-height:20px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
background-color:#fff
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color:#fff
}
.table>thead>tr>th {
	vertical-align:middle;
}

.table {
	width:inherit
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px 25px;
}
.table-bordered {
	border: 2px solid #77c8f2;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 2px solid #77c8f2;
}
.table-bordered>tbody>tr>th {
	background:#f0f9fe;
	font-size: 18px;
}

.text-grey {
	color:#999999
}

.navbar {
	margin: 0;
	border-radius: 0;
	position:relative;
	height:40px;
	min-height:40px;
	background:#f7f5f8;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.navbar-search {
	float:right;
	width:220px;
	height:30px;
	margin-top: 6px;
}
.navbar-search .search-query {
	line-height:17px;
	font-size:11px;
	height:28px;
	background:#f1f9f7;
	padding:0 5px;
	width:208px;
	float:left;
	border: #deeeeb solid 1px;
	text-transform:uppercase
}
.navbar-search .search-query:focus {
	background:#fff;
	box-shadow:none;
	border: #deeeeb solid 1px;
}
.navbar-search .search-query:-moz-placeholder {
 font-size:11px;
color:#b2b2b2;
}
 .navbar-search .search-query:-ms-input-placeholder {
 font-size:11px;
 color:#666;
}
.navbar-search .search-query::-webkit-input-placeholder {
 font-size:11px;
color:#666;
}
.navbar-search .submit, .navbar-search .submit:hover, .navbar-search .submit:focus {
	width:15px;
	height:15px;
	background: url(../../images/sprite.png) 0 0 no-repeat;
	background-color:transparent;
	border:none;
	text-indent: -90000%;
	float:left;
	margin: 6px 0 0 -22px;
	outline:none;
	box-shadow: none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top:0
}
.nav-inner {
	float:left;
	padding-right:0
}
navbar-toggle {
	position: relative;
	float:left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline:hidden;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 50px;
	height: 4px;
	border-radius:0;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 10px;
}
.navbar-nav {
	margin: 7px 0 0 0;
	padding: 0;
	list-style:none;
	float:left;
}
.navbar-nav > li {
	display: inline-block;
	float: none;
	margin-right:17px;
	padding:0; font-size:14px;
	position: relative;
}
.navbar-nav > li > a {
	display:block;
	padding:0;
	text-decoration:none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus,.navbar-nav > li:hover > a {
	background-color:transparent;
	color:#e51119
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
	color:#b30007;
	text-decoration:none;
}
.request-top, .request-top:hover, .request-top:focus {
	float:left;
	font-family: 'Roboto-Bold';
	color:#e51119;
	text-decoration:none;
	margin:8px 20px 0 3px;
	text-transform:uppercase
}
.request-top:hover, .request-top:focus {
	color:#f99008
}
.navbar-nav > .dropdown:hover > a {
	text-decoration:none;
	position:relative;
}
.navbar-nav > li > .dropdown-menu {
	position: absolute;
	top: 30px;
	padding:20px 20px 15px 20px;
	left:-20px;
	z-index: 1000;
	display: none;
	float: left;
	width:220px;
	text-align:left;
	background: #f4f8f2;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	border:none;
	border-radius: 0;
}
.navbar-nav > li:hover > .dropdown-menu {
	display:block
}
.navbar-nav > li:last-child > .dropdown-menu {
	left: inherit;
	right:0
}
.dropdown-menu ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative
}
.dropdown-menu ul:after, .dropdown-menu ul:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	border-width: 10px;
}
.dropdown-menu ul:before {
	border-width: 11px;
	top: -30px;
	left:7px;
	border-top-width: 0;
	border-bottom-color: #dee8e1;
}
.dropdown-menu ul:after {
	top: -29px;
	left: 8px;
	border-bottom-color: #f4f8f2;
	border-top-width: 0;
}
.dropdown-menu ul > li {
	margin:0 0 10px 0;
	padding:0;
	font-size: 12px;
	line-height:18px;
}
.dropdown-menu ul > li:before {
	content: none;
}
.dropdown-menu ul > li > a {
	display:block;
	white-space: inherit;
	text-decoration:none;
	text-transform:none;
}
.dropdown-menu ul > li > a:hover, .dropdown-menu ul > li > a:focus {
	text-decoration:none;
	color:#e51119
}
.dropdown-menu ul > .active > a, .dropdown-menu ul > .active > a:hover, .dropdown-menu ul > .active > a:focus {
	color:#b30007;
}
.content .left-block {
	float:left;
	width: 220px;
}
.content .right-block {
	width:920px;
	float:left; padding-left:30px;
}
.left-menu-wrap {
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
	border: #dedede solid 1px;
	border-top: #f6f6f6 solid 1px;
	border-radius: 0 0 2px 2px;
	position: relative;
	padding:20px 0 20px 0; border:#d3d6d6 solid 1px;  margin-bottom:25px
}

.top-block-main {	background:#FCFCFC;}
.header-main-block {
	height:80px;
	position:relative; margin:25px 0 5px 0px;
}
.navbar-brand { float:left; padding:0;

	margin:-30px 0 0 0; height:inherit; width:300px
}
.header-main-block  .request-call, .header-main-block  .request-call:hover, .header-main-block  .request-call:focus
{ display:none;float:right;
	color:#385871;

	font-size:11px;
	line-height:17px;
	text-transform:uppercase; padding-top:32px;
	position:relative;  text-decoration:none; margin-right:60px;}
.header-main-block  .request-call::before  {background:url(../../images/sprite.png)  0 -20px repeat;
position: absolute;
 display: block;
 content: "";
 width:22px;
height:25px;
top:0;
left:50%; margin-left:-11px;}
.header-main-block  .request-call:hover::before { background-position:-27px -20px}

.header-main-block  .phone {
	float:right;
	color:#708485;

	font-size:11px;
	line-height:17px;
	text-transform:uppercase; margin-right:40px;

}
.header-main-block  .phone span { display:block; font-size:25px; line-height:25px; margin-bottom:5px;margin-top:5px;font-family: 'Roboto-Light';}
.header-main-block  .phone span b {	 color:#385871}


.header-main-block  .mail {
	float:right;
	color:#708485;

	font-size:11px;
	line-height:17px; margin-right:40px;

}
.header-main-block  .mail span { color:#385871; display:block; font-size:25px; line-height:25px; margin-bottom:7px; text-transform: none}
.header-main-block  .mail a { text-decoration:none;}
.header-main-block  .mail a:hover { text-decoration: underline;}

.header-main-block .metro { float: right; color:#708485; font-size:11px;
	line-height:17px;
	text-transform:uppercase;}
.header-main-block .metro  span { margin-left:20px;}

.header-main-block .metro .metro-top { margin-bottom:13px; position:relative; padding-left:27px;}
.header-main-block .metro .metro-bottom {position:relative; padding-left:27px}
.header-main-block .metro .metro-top::before, .header-main-block .metro .metro-bottom::before  { background-image:url(../../images/sprite.png); background-repeat:no-repeat;
position: absolute;
 display: block;
 content: "";
 width:16px;
height:16px;
top:0;
left:0;}
.header-main-block .metro .metro-top::before { background-position:0 -53px}
.header-main-block .metro .metro-bottom::before { background-position:-20px -53px}



.slider-top  {
	position:relative;  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12); border:#d3d6d6 solid 1px;

	max-height:290px;
	overflow:hidden; margin-bottom:15px;
}
.slider-top a { display:block;}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto
}
.bxslider {
	padding:0;
	margin:0;
	max-height: 363px;
}
.slider-top .bx-wrapper .bx-controls-direction {
	display:none;
}

.slider-top .bx-wrapper .bx-controls {
	position: absolute;
	right:25px; bottom:20px;
	z-index: 100;
}
.slider-top .bx-wrapper .bx-pager .bx-pager-item, .slider-top .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	margin:0 3px;
}
.slider-top .bx-pager.bx-default-pager a {
	text-indent: -9999px;

	display:block; border:#006287 solid 1px;
	width:10px;
	height:10px;
	margin:0;
	outline:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.slider-top .bx-pager.bx-default-pager a:hover, .slider-top .bx-pager.bx-default-pager a.active {
	background:#006287;
}


.slider-top .bx-wrapper .bx-controls-direction .bx-prev {
	right: 70px;
	background-position: 0 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-next {
	background-position: -56px 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-prev:hover {
	background-position: -112px 0;
}
.slider-top .bx-wrapper .bx-controls-direction .bx-next:hover {
	background-position: -168px 0;
}
.slider .bx-img {
	display:block
}


.body-main-block { margin-bottom:25px;}
 .body-main-block-title { color:#385871; font-size:21px; line-height:27px; font-family: 'Roboto-Bold'; margin-bottom:10px;}

.product-day {position:relative;  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12); border:#d3d6d6 solid 1px; background: url(../../images/product-day.png); width:579px; height:284px; }

.body-main-block .product-day-wrap { float:left;}
.product-day-text { float:left; width:320px; padding:25px 0 30px 30px; color:#7c2e18; font-size:19px; line-height:25px; position:relative }
.product-day-img { float:left; width:255px; padding:10px;}
.product-day-text b { display:block; color:#FFF;font-size:36px; line-height:40px; text-shadow: 0px 2px 2px #7c2e18; }
.product-day .time { position: absolute; bottom:25px; left:28px;}
.product-day .time .time-item { display:inline-block; width:95px; text-align:center;}
.product-day span {
    display: block;
    width: 95px;
    height: 64px;
	background-position:-61px 0;
    font-style: normal;
	font-family: 'Roboto-Bold';
    color: #000000;
    font-size: 50px;
    line-height: 64px;
   letter-spacing: 12px;
    margin: 5px 0;
    text-align: right;
}
.product-day  .time  .divide {
    width: 11px;
    height: 25px;
	 display:inline-block;
    background-position: -166px -1px;margin-top: -90px;

}
.body-main-block  .door-selection-wrap { float:left; margin-left:50px; width:340px;}
.door-selection  {position:relative;  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12); border:#d3d6d6 solid 1px; background: #FFF; padding:20px; }

.door-selection .form-price .form-control { width:48%}
.door-selection .form-btn .btn { width:100%}


.left-menu {
	margin:0;
	padding:0;
	list-style:none; font-size:14px; line-height:20px;

}
.left-menu .lm-bm  { margin-bottom:15px;}
.left-menu li a { display:block; padding:5px 20px; text-decoration:none; color:#385871; position:relative }
.left-menu li a:hover, .left-menu .active a,  .left-menu .active a:hover, .left-menu .active a:focus{ color:#e51119; background:#eef8f2}


.left-menu li a::before { background-image:url(../../images/sprite-menu.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content:  none;
    width: 117px;
    height: 93px;
	bottom:0;
    right:-80px; display:none; z-index:100
}
.left-menu li a:hover::before  { display:block}
.left-menu li .lm-1::before { background-position:0 0}
.left-menu li .lm-2::before { background-position:-143px 0}
.left-menu li .lm-3::before { background-position:-306px 0}
.left-menu li .lm-4::before { background-position:0 -141px}
.left-menu li .lm-5::before { background-position:-143px -141px}
.left-menu li .lm-6::before { background-position:-306px -141px}
.left-menu li .lm-7::before { background-position:0 -287px}
.left-menu li .lm-8::before { background-position:-143px -287px}
.left-menu li .lm-9::before { background-position:-306px -287px}
.left-menu li .lm-10::before { background-position:0 -439px}
.left-menu li .lm-11::before { background-position:-143px -439px}
.left-menu li .lm-12::before { background-position:-306px -439px}




.recommend { padding:0 0 30px 0}
.recommend-title {color:#385871; font-size:21px; line-height:27px; font-family: 'Roboto-Bold'; margin-bottom:10px;}
.slider-recommend { margin:0 -10px}
.recommend-slide {
    text-align: center;
    padding: 0 10px;
}

.goods-item { display:block; background:#ffffff; position:relative;  -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12); text-align:left; border:#E9E9E9 solid 1px; background: #FCFCFC; text-decoration:none;}
.goods-item:hover { -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2); border:#E9E9E9 solid 1px; background:#FFFFFF}

.goods-title-anons { position:relative; height:68px; overflow:hidden; margin:17px 20px 5px 20px;}
.gta-material {height:80px;}

.goods-img { margin:6px;}

.goods-title-anons:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    pointer-events: none;
}

.goods-title { margin:0; color:#e51119; font-size:20px; line-height:22px; font-family: 'Roboto-Bold'; }
.goods-material {  font-size:13px; line-height:16px;  color:#385871;font-family: 'Roboto-Bold'; }
.goods-item:hover  .goods-title { text-decoration:underline}
.goods-anons {  color:#4F6F84; font-size:13px; line-height:15px; margin-top:2px;}

.goods-price { position: relative; margin:20px 0 10px 0}

.goods-current-price {
color:#ffffff;
/* font-family: 'Roboto-Bold'; */
/* font-size: 25px; */
/* line-height: 57px; */
height: 59px;
position: relative;
float:left;
width:160px;
padding-left:5px;
background:#678fab;
text-align:center }

.goods-current-price span { color:#C9D7E0; font-family: 'Roboto-Regular'; font-size:19px; }
.goods-current-price_sum, .goods-item-page-current-price_sum {
	font-family: 'Roboto-Bold';
    font-size: 25px;
    line-height: 28px;
    padding-top: 2px;}

.goods-current-price::before { background:url(../../images/sprite.png) no-repeat -208px 0;
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 59px;
    right:-15px;
}
.goods-old-price { color:#96a4a5; font-family: 'Roboto-Bold'; font-size:18px; line-height:34px; position:absolute; right:0; top:-10px; width:117px; padding-right:3px; background:#dfe4e4;  text-align:center; z-index:20 }
.goods-old-price  span { color:#96a4a5; font-family: 'Roboto-Regular'; font-size:16px; }
.goods-old-price::before { background:url(../../images/sprite.png) no-repeat -193px 0;
    position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 34px;
    left:-9px;
}
.goods-price-setting  { color:#ffffff; font-family: 'Roboto-Bold'; font-size:12px; line-height:35px; position:absolute; right:0; bottom:0; width:113px; padding-right:3px; background:#ea383e;  text-align:center; z-index:10 }
.goods-price-setting::before { background:url(../../images/sprite.png) no-repeat -229px 0;
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 35px;
	bottom:0;
    left:-6px;
}

.mark-main{ position:absolute; right:10px; top:60px; color:#FFFF6C; width:62px; height:61px; background-position:-263px 0; font-size:20px; line-height:61px; text-align:center;    z-index: 10;}
.goods-mark {    z-index: 10; position:absolute; top:100px; left:0; font-family: 'Roboto-Bold'; font-size:14px; line-height:19px; text-transform:uppercase; max-width:86px;}
.goods-mark span { display:inline-block; margin-bottom:7px; color:#FFF;  padding:0 10px; text-align:center; }
.goods-mark .hit-mark { background:#73fe62; color:#512e00;}
.goods-mark .new-mark { background:#d54b41;  }
.goods-mark .disc-mark { background:#0cae6b; }
.goods-mark .stock-mark { background:#0c6cae;  }

.cart-mark {z-index: 10; position:absolute; top:388px; left:210px; font-family: 'Roboto-Bold'; font-size:14px; line-height:19px; text-transform:uppercase; max-width:75px;}

.metall-cart-mark {z-index: 10; position:absolute; top:258px; left:210px; font-family: 'Roboto-Bold'; font-size:14px; line-height:19px; text-transform:uppercase; max-width:75px;}


.slider-recommend .bx-wrapper .bx-pager {
    display: none;
}
.slider-recommend .bx-wrapper .bx-controls-direction a {
    position: absolute; background-image:url(../../images/sprite.png) ; background-repeat:no-repeat;
    top: 50%; margin-top:-35px;

    right: inherit;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 999;
	    -moz-transition: none;
    -webkit-transition: none;
    -o-transition:none;
    -ms-transition: none;
    transition: none;
}


.slider-recommend .bx-wrapper .bx-controls-direction .bx-prev { background-position: 0 -96px; left: -30px;
}
.slider-recommend .bx-wrapper .bx-controls-direction .bx-next {
    right: -30px;
    left: inherit;
    background-position: -58px -96px;
}

.slider-recommend .bx-wrapper .bx-controls-direction .bx-prev:hover {background-position: 0 -146px;}
.slider-recommend .bx-wrapper .bx-controls-direction .bx-next:hover { background-position: -58px -146px;}

.working { background:#7bddf4 url(../../images/working.jpg) center no-repeat; padding:25px 0 35px 0}
.working-title {position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center; font-family: 'Roboto-Bold'; font-size:30px; line-height:36px; color:#FFF;text-shadow: 0 1px 1px #023f67; margin-bottom:25px;}
.working-title:before, .working-title:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #afebf9;
    background-clip: content-box;
}

.working-title:before {
    left: -.5em;
    margin: 0 0 0 -50%;
}
.working-title:after {
    left: .5em;
    margin: 0 -50% 0 0;
}

.working-list { list-style:none; margin:0; padding:0; text-align:center}
.working-list li { display:inline-block; position:relative;  vertical-align:top; font-size:13px; line-height:19px;        width: 186px;
    padding: 135px 5px 0 5px; text-align:center; color:#1e3e57; }
.working-list li:before { background-image:url(../../images/sprite.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 161px;
    height: 110px;
	top:0;
    left:50%; margin-left:-80px }

.working-list .wl-1:before { background-position:0 -213px}
.working-list .wl-2:before { background-position:-161px -213px}
.working-list .wl-3:before { background-position:0 -323px}
.working-list .wl-4:before { background-position:-161px -323px}
.working-list .wl-5:before { background-position:0 -433px}
.working-list .wl-6:before { background-position:-161px -433px}


.why-we { padding:40px 0; background:#FFF }

.why-we-title {position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center; font-family: 'Roboto-Bold'; font-size:30px; line-height:36px; color:#385871; margin-bottom:25px;}
.why-we-title:before, .why-we-title:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #c3cdd4;
    background-clip: content-box;
}

.why-we-title:before {
    left: -.5em;
    margin: 0 0 0 -50%;
}
.why-we-title:after {
    left: .5em;
    margin: 0 -50% 0 0;
}


.why-we-list { list-style:none; margin:0; padding:0; text-align:center; font-size:13px; line-height:19px;}
.why-we-list li { display:inline-block; position:relative;  vertical-align:top;           width: 282px;
    padding: 0 7px; margin-bottom:35px; text-align:center; color:#4e4e4e; }
.why-we-list .why-we-list-title { color:#385871; font-size:20px; line-height:26px; font-family: 'Roboto-Bold'; }
.why-we-list li:before { background-image:url(../../images/sprite.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 153px;
    height: 145px;
	top:35px;
    left:50%; margin-left:-76px}

.why-we-list .wwl-1:before { background-position:0 -543px}
.why-we-list .wwl-2:before { background-position:-153px -543px}
.why-we-list .wwl-3:before { background-position:0 -688px}
.why-we-list .wwl-4:before { background-position:-153px -688px}
.why-we-list .wwl-5:before { background-position:0 -833px}
.why-we-list .wwl-6:before { background-position:-153px -833px}
.why-we-list .wwl-7:before { background-position:-12px -1257px}
.why-we-list .wwl-8:before { background-position:-186px -1257px}
.why-we-list .wwl-9:before { background-position:-12px  -1458px}
.why-we-list .wwl-10:before { background-position:-186px -1458px}



.why-we-list .why-we-list-anons { padding-top:160px; }

.text-footer { background:#dee6e6 url(../../images/text-footer.png) top center no-repeat; padding:50px 0; font-size:13px; line-height:19px;  }
.text-footer h1 {
    font-size: 26px;
    line-height: 32px;
}
.text-footer h2 {
    font-size: 20px;
    line-height: 26px;
}
.text-footer-left { width:880px; float:left; margin-right:40px }

.text-footer-right {float: left;
    width: 220px;}

.public-item { margin-bottom:30px;}
.public-title {font-size:15px; line-height:22px; font-family: 'Roboto-Bold'; margin-bottom:7px;}
.public-anons p{ margin-bottom:0}


.additional-menu {
	position:fixed;
	margin:0 auto;
	z-index:5000;
	top:0;
	left:0;
	right:0;
	background:#f7f5f8;
	min-height:40px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
	display:none
}
.additional-menu .brand-small {
	float:left;
	margin:5px 20px 0 0
}
.additional-menu .navbar-nav {
	float:left;
}
.additional-menu .navbar-nav > li { margin-right:10px;}
.additional-menu .phone { float:right; font-size:16px; line-height:24px; margin-top:7px; margin-right:40px; color: #385871;}


.ul-list {
	list-style:none;
	margin: 0 0 20px 15px;
	padding:0;
}
.ul-list li {
	position:relative;
	padding-left:20px;
}
.ul-list  li:before {
    content: "—";
    position: absolute;
    top: 0;
    left: 0;
}

footer {font-family: 'Roboto-Light'; font-size:13px; line-height:18px;
	height:200px; background:#385871; color:#FFF;
}
footer p {
	margin:0 0 10px 0;
}
footer a, footer a:hover, footer a:focus { color:#FFF}
footer .copy {
	float:left;
	padding-top:30px; width:250px; margin-right:25px;
}
footer .footer-text {
	float:left;color:#F9F9F9; font-size:12px; line-height:15px;
	padding-top:30px; width:660px; margin-right:25px;
}
footer .made {
	float:right;
}


.social {
	text-align:right;
	margin:30px 0 20px 0;
	list-style:none;
	padding:0
}
.social li {
	display:inline-block;
	margin-left:7px;
}
.social li a { display:block;
	width: 34px;
	height: 34px;
	text-indent: -90000%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.social li .od {
	background-position: -223px -126px;
}
.social li .vk {
	background-position: -139px -126px;
}
.social li .fb {
	background-position: -181px -126px;
}

.social li .sprite:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.filters { float:right; color:#385871; font-size:15px; line-height:25px; margin-top:-50px;}
.filters a { margin:0 3px; padding:0 5px; background:#d9dfe3; text-decoration:none; display: inline-block;}
.filters a .caret { margin-left:7px;}
.caret-up {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.goods-page { margin:0 -10px 10px -10px; text-align:center}

.goods-page .goods-item { float:left; width: 283px; margin:0 10px 20px 10px}

.goods-page .goods-current-price { width:145px;}
.goods-page .goods-price-setting { width:122px;}
.goods-page .goods-old-price { width:127px;}
.text-page-bottom { margin-bottom:20px; color:#96a4a5; font-size:11px; line-height:15px;}
.text-page-bottom h2 {    font-size: 18px;
    line-height: 24px;  color:#96a4a5;}


.left-block .door-selection-wrap { margin-bottom:25px;}

.why-we-left-block .why-we-list li { width:inherit; margin-bottom:25px; padding: 0;}
.why-we-left-block  .why-we-list .why-we-list-title { text-align:left}
.why-we-left-block .btn { width:100%}
.goods-item-page { margin-bottom:20px;}
.goods-item-page-img  { width:200px; float:left; margin-right:60px; position: relative}
.goods-item-two-img { width:200px; margin-right:20px; height:469px;}

.goods-item-page-img .mark-main {
    right: -20px;
    top: -20px;
   }
 .goods-item-page-note { float:left; width:170px; margin-right:60px;}





 .goods-item-page-note table { margin-bottom:15px;}
.goods-item-page-note table td, .goods-item-page-note table th { padding:6px 12px; text-align:center; vertical-align:top; }
 .goods-item-page-note table th {border-bottom:#c2cacb solid 1px; color:#96a4a5; font-size:10px; line-height:15px; text-transform:uppercase}
 .goods-item-page-note table td:nth-of-type(odd),  .goods-item-page-note table th:nth-of-type(odd) {border-right:#c2cacb solid 1px; }


.goods-item-page-price { position: relative; margin:5px 0 10px 0}

.goods-item-page-current-price { color:#ffffff;  background:#678fab;  text-align:center; margin-bottom:6px; }
.goods-item-page-current-price span { color:#C9D7E0; font-family: 'Roboto-Regular'; font-size:19px; }

.goods-item-page-old-price { color:#96a4a5; font-family: 'Roboto-Bold'; font-size:22px; line-height:34px;  background:#dfe4e4;  text-align:center; z-index:20 }
.goods-item-page-old-price  span { color:#96a4a5; font-family: 'Roboto-Regular'; font-size:16px; }

.goods-item-page-price-setting  { color:#ffffff; font-family: 'Roboto-Bold'; font-size:15px; line-height:35px; text-transform:uppercase;background:#e51119;  text-align:center; z-index:10 }

 .goods-item-page-two-note {      width: 340px;
    margin: 0;}
 .goods-item-page-two-note .goods-item-page-price { margin:0 0 20px 0}
  .goods-item-page-two-note .goods-item-page-current-price { float:left; width:170px;}
 .goods-item-page-two-note  .goods-item-page-old-price  { float:left; width:170px; line-height:54px;}
  .goods-item-page-two-note .goods-item-page-price-setting  { float:left;     width: 340px;}


.all-inclusive { float:right; position: relative;
    -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    border: #d3d6d6 solid 1px;
    background: #FFF;
    padding: 20px 20px 0 20px; text-align:center; width:400px}
 .all-inclusive-list { list-style:none; margin:0; padding:0; }
  .all-inclusive-list li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list li:before { background-image:url(../../images/sprite.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr1 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr1 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr1 li:before { background-image:url(../../images/sprite-skr1.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr1 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr1 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr1 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr1 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr1 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr1 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr1 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr1 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr1 .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr2 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr2 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr2 li:before { background-image:url(../../images/sprite-skr2.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr2 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr2 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr2 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr2 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr2 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr2 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr2 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr2 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr2 .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr3 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr3 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr3 li:before { background-image:url(../../images/sprite-skr3.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr3 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr3 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr3 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr3 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr3 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr3 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr3 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr3 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr3 .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr4 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr4 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr4 li:before { background-image:url(../../images/sprite-skr4.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr4 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr4 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr4 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr4 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr4 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr4 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr4 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr4 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr4 .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr5 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr5 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr5 li:before { background-image:url(../../images/sprite-skr5.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr5 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr5 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr5 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr5 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr5 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr5 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr5 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr5 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr5 .ail-8:before { background-position:-230px -1166px}

 .all-inclusive-list-skr6 { list-style:none; margin:0; padding:0; }
  .all-inclusive-list-skr6 li { display:inline-block; width:90px; vertical-align:top; margin:0 10px 18px 10px; color:#96a4a5; padding-top:80px; position:relative; font-size:14px; line-height:19px;}
   .all-inclusive-list-skr6 li:before { background-image:url(../../images/sprite-skr6.png); background-repeat:no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 75px;
    height: 75px;
	top:0;
    left:50%; margin-left:-37px }

 .all-inclusive-list-skr6 .ail-1:before { background-position:0 -1079px}
 .all-inclusive-list-skr6 .ail-2:before { background-position:-75px -1079px}
 .all-inclusive-list-skr6 .ail-3:before { background-position:-150px -1079px}
 .all-inclusive-list-skr6 .ail-4:before { background-position:-225px -1079px}
 .all-inclusive-list-skr6 .ail-9:before { background-position:-225px -999px}
 .all-inclusive-list-skr6 .ail-5:before { background-position:0 -1154px}
 .all-inclusive-list-skr6 .ail-6:before { background-position:-75px -1154px}
 .all-inclusive-list-skr6 .ail-7:before { background-position:-150px -1154px}
 .all-inclusive-list-skr6 .ail-8:before { background-position:-230px -1166px}

.all-inclusive-two { float:left; width:410px; padding:15px; margin:5px 0 0 0; font-size:14px; line-height:20px;}
.all-inclusive-two ul { list-style:none; padding:0; margin:0;}
.all-inclusive-two ul li { margin-bottom:2px}

 .cause-gager
{ background:#d3dde3; padding:20px; margin-bottom:20px;}
  .cause-gager .btn { float:right}

  .cause-gager  p { margin:0  370px 0 0; font-size:11px; line-height:15px;}

  .options { margin-bottom:20px;}
    .options-title {color: #385871;
    font-size: 21px;
    line-height: 27px;
    font-family: 'Roboto-Bold';
    margin-bottom: 10px;}

   .options-block {float:left;  width:415px;  margin-right:40px;}
     .options-color { padding:20px;  position: relative;
    -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    border: #d3d6d6 solid 1px;
    background: #FFF; border-radius:10px;}

.col-tab {
display: inline-block;
padding:2px;
margin: 1px;
width:200px;
}

.col-metall {
display: inline-block;
padding: 2px;
margin: 1px;
width: 120px;
}
.content { padding-bottom:25px}
.top-block-main { padding-bottom:0}
.our-work {
    margin: 0 -10px 10px -10px;
    text-align: center;
}
.work-item {    float: left;
        width: 162px;
    margin: 0 10px 20px 10px; padding:10px; display:block; background:#ffffff; position:relative;  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18); text-align: center; border:#d3d6d6 solid 1px; background: #FFF; text-decoration:none;}
.work-item:hover { -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2); border:#bbbbbb solid 1px; background:#f7f7f7}

.work-title{ position:relative; height:24px; margin-bottom:10px; overflow:hidden;}

.work-img { margin:0 auto}
.top-block-main .goods-page .goods-item { width: 270px;}
.form-time .form-group { margin:0 20px 15px 0;  display:inline-block}
.form-time .select-time-1 {width:80px;}
.form-time .select-time-2 {width:180px;}
.form-time .select-time-3 {width:100px;}





.door-top { margin:0 0  50px 0; background:#678fab; padding:0 65px; text-align:center;     font-family: 'Roboto-Bold'; font-size:18px; line-height:30px; position:relative; color:#fff; display:table-cell; vertical-align:middle; height:111px;}
.door-top span  { display:block; text-transform:uppercase}
.door-top:before, .door-top:after{    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    content: "";
    width: 45px;
    height: 111px;
    top:0;}

.door-top:before {right:0; background-position:0 -1745px}
.door-top:after{left:0; background-position:-62px -1745px}
.door-anons { margin-top:35px;}



.door-item { border-bottom:#dddddd solid 1px; padding:35px 0;}
.door-item_img { float:left; width:394px;}
.door-item_img_top { margin-bottom:15px}
.door-item_wrap { margin-left:435px;}
.door-item_title {    font-family: 'Roboto-Bold';  color:#ea383e; font-size:24px; line-height:32px; margin-bottom:15px;}
.door-item_more { margin-top:20px;}
.door-item_more  a, .door-item_more  a:hover, .door-item_more  a:focus {color:#ea383e; padding-right:17px; position:relative}
.door-item_more  a:hover, .door-item_more  a:focus {color:#ea383e; }
.door-item_more  a:after  { background-image: url(../../images/sprite.png);
    background-repeat: no-repeat; background-position:0 -1876px;
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 11px;
    top:50%; margin-top:-3px; right:0;}
.door-item_img_bord {border:#dddddd solid 1px;}

.door-bottom { margin-ещз:25px; text-align:center}
.door-bottom  img { display:inline-block}
.door-bottom_title {    font-family: 'Roboto-Bold';  color:#000; font-size:24px; line-height:32px; margin-bottom:20px;}
.door-bottom_text {   font-family: 'Roboto-Bold'; font-size:18px; line-height:26px;  text-align:center   }
.door-bottom_text  span  { display:block; margin-bottom:10px 0;  font-size:28px; line-height:36px;   color:#ea383e; }
.hided_block { display:none}

.service-text_large { font-family: 'Roboto-Medium';  font-size:24px; line-height:32px; margin-bottom:25px;}
.service-top { margin-bottom:50px; background:#FFF; border-right:#678fab solid 8px; font-size:22px; line-height:30px;     -webkit-box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.12); text-align: center}

.service-top_left{ display:table-cell; vertical-align:middle; width:45%; background-color:#eef4f8; padding:0 20px; }
.service-top_center {display:table-cell; vertical-align:middle; width:35%; background:#678fab  url(../../images/service_center_bg.png) left center no-repeat; color:#fff;   font-family: 'Roboto-Bold';padding:0 20px;}
.service-top_right {display:table-cell; vertical-align:middle;padding:12px 20px; font-family: 'Roboto-Medium'; width:20%; }
.service-text_red { color:#e51119}
.service-text_18 { font-size:18px; line-height:26px;}
.service-text_60_bold { font-size:60px; line-height:65px; font-family: 'Roboto-Black';}


.servic-advant {border-bottom:#e51119 solid 3px; padding-bottom:35px; margin-bottom:50px; font-family: 'Roboto-Medium'; font-size:17px; line-height:25px; }
.servic-advant_list { list-style:none; padding:0; margin:0}

.servic-advant_list li { float:left; vertical-align:top; padding:45px 30px 0 0; width:26%; position:relative}
.servic-advant_list .li-2 { width:18%}
.servic-advant_list .li-3 { width:28%}


.servic-advant_list li:last-child { padding-right:0}
.servic-advant_list li:before {    background-image: url(../../images/sprite.png);
    background-repeat: no-repeat;
	background-position:-132px -1747px;
    position: absolute;
    display: block;
    content: "";
    width: 34px;
    height: 33px;
    top: 0;
    left:0;}

.servic-examples_title {font-family: 'Roboto-Medium'; font-size:24px; line-height:32px; padding-bottom:20px; margin-bottom:30px; border-bottom:#d3d3d3 solid 1px;}

.servic-examples_list { list-style:none; padding:0; margin:0 -16px 50px -16px; font-family: 'Roboto-Medium'; font-size:18px; line-height:26px;}
.servic-examples_list li { float:left; vertical-align:top; width:33%; padding:0 15px; text-align:center}
.servic-examples_list li .sb { float:left; width:50%; padding:0 1px;}

.servic-examples_text-red { margin-top:20px; color:#e51119}

.servic-examples_text-green { margin-top:20px; color:#057e3b}

.servic-price { list-style:none; padding:0; margin:0 0 50px 0; font-size:18px; line-height:26px;}
.servic-price li {    border-left: #e51119 solid 3px;}

.servic-price .sp-bg { background:#f2f7fa}
.servic-price_left { padding:20px 50px;float:left; width:60%; font-family: 'Roboto-Medium'; }
.servic-price_right { padding:20px 50px; float:right;  width:20%; text-align:center;font-family: 'Roboto-Medium'; }
.servic-price_text_grey { color:#666666; font-size:15px; line-height:22px; font-family: 'Roboto-Light'; }
.servic-price_bottom {border-top:#d2d2d2 solid 1px; padding:20px 50px 0 50px;}


.servic-material_title{font-family: 'Roboto-Medium'; font-size:18px; line-height:26px;padding-bottom:15px; margin-bottom:15px; margin-top:50px; border-bottom:#d3d3d3 solid 1px; color:#e51119}
.servic-material_item { display:inline-block; margin:0 15px 15px 0; text-align:center}

.big_prod_img {
padding:2px; display:block;  text-decoration:none;

border: solid 1px #EAEAEA;
background: #FFF2EC; margin:0 auto
}

.big_prod_img:hover {
border-color : #FFCCB0;
background: #FFEADF;
}

.servic-decor { margin-bottom:25px;}
.servic-decor_left { float:left; width:131px; }

.servic-decor_right { margin-left:160px;}
.servic-decor_top {font-family: 'Roboto-Medium'; font-size:18px; line-height:26px;}
.servic-decor_bottom_title {font-family: 'Roboto-Medium'; font-size:18px; line-height:26px; color:#e51119}
.servic-decor_bottom_left {font-family: 'Roboto-Bold'; font-size:18px;  color:#e51119; margin-right:15px;}
.servic-decor_price {border-left: #e51119 solid 3px; margin-bottom:50px; padding:25px 50px; background:#eef4f8; font-family: 'Roboto-Medium'; font-size:18px; line-height:26px;}
.servic-decor_new {border-left: #e51119 solid 3px; margin-bottom:50px; padding:25px 50px; background:#eef4f8; font-family: 'Roboto-Medium'; font-size:15px; line-height:18px;}
.servic-decor_price  strong {color:#e51119;}
.servic-decor_new  strong {color:#e51119;}
.servic-samples_title {font-family: 'Roboto-Medium'; font-size:18px; line-height:26px; color:#e51119}



.servic-instal_list   { list-style:none; padding:0; margin:0 -15px 50px -15px;;}
.servic-instal_list li { float:left; width:50%; padding:0 15px;}

.servic-instal_list li strong {font-family: 'Roboto-Medium'; font-size:18px; line-height:26px; color:#e51119}


.servic-colors { padding:20px 0 30px 0;  border-top:#d3d3d3 solid 1px;font-family: 'Roboto-Medium'; font-size:18px; line-height:26px;}
.servic-colors_left { width:25%; float:left}
.servic-colors_right { width:75%; float:left; padding-left:20px;}
.servic-colors_right .servic-material_item  {margin:0 3px 0 0;}


.banner-top  {    margin-bottom: 15px;}
.banner-left { float:left; width:860px;}
.banner-right { float:left; width:268px; margin-left:12px;}
.banner-right_top { margin-bottom:19px;}
.banner-wrap {    -webkit-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.12);
   }



.banner-bottom { position:fixed; bottom:0; left:0; display:block; z-index:100}

@media (min-width: 1200px) {
.container {
 width: 1170px;
}
}
@media (min-width: 1400px) {
.container {
 width: 1250px;
}
.content .right-block {
    width:1000px;
}
.all-inclusive { width:480px}
.all-inclusive-list li{ width:120px}
.col-tab { width:180px;}
.goods-page .goods-item { width:283px}
.goods-page .goods-current-price {
    width: 170px;
}

.all-inclusive-two { width:490px}

.top-block-main .goods-page .goods-item { width:290px}
.top-block-main .goods-page .goods-current-price {
width: 150px;
}
.header-main-block  .phoneб .header-main-block  .mail { margin-right:40px;}
.working-list li { width:200px;     padding: 135px 12px 0 12px;}
.why-we-list li { display:inline-block; position:relative;  vertical-align:top;         width: 302px;
    padding: 0 7px; margin-bottom:35px; text-align:center; color:#4e4e4e; }
	.navbar-brand { width:337px
}
.door-top {   font-size:20px; line-height:32px; }
.banner-left { width:917px;}
.banner-right {  width:291px;}
}



 @media (max-width: 1200px) and (min-width: 992px) { .work-item  {   width: 178px;}
 .navbar-collapse { padding:0}
.navbar-nav > li { margin-right: 10px;}
.request-top, .request-top:hover, .request-top:focus {    margin: 8px 10px 0 3px; font-size:13px}
.navbar-search {
    width: 160px;}
.navbar-search .search-query {
    width: 158px;}

.content .left-block {
    width: 200px;
}
.content .right-block {
    width: 730px;
}
.left-menu li a {
    padding: 5px 10px;}

.navbar-brand {
    left: 0;      width: 210px;
    margin: 0;	}
.header-main-block .request-call, .header-main-block .request-call:hover, .header-main-block .request-call:focus {
    margin-right: 20px; font-size: 20px;
    line-height: 25px;	}
.header-main-block .phone, .header-main-block .mail {
    margin-right: 30px;}


.product-day { width:469px;}
.product-day-text {
    width: 220px;
    padding: 5px 0 10px 10px;
    font-size: 16px;
    line-height: 22px;	}

.product-day .time {
    left: 8px;	}.product-day-img {
    width: 245px;
    padding: 5px;
}
.body-main-block .door-selection-wrap {
    margin-left: 10px;
    width: 231px;
}
.door-selection { padding:10px;}
.additional-menu .brand-small {
    margin: 5px 10px 0 0;
}
.additional-menu .navbar-nav > li {
    margin-right: 5px;
}
.request-top, .request-top:hover, .request-top:focus {

    text-transform: none;
}

.additional-menu .phone {    margin-top: 10px;
    font-size: 14px;}
.slider-recommend {
    margin: 0 40px;
}
.working-list li {
    width: 153px;
    padding: 135px 2px 0 2px;}
.why-we-list li {
    width: 311px;
    padding: 0 5px;}

.text-footer-left {
    width: 710px;
    margin-right: 10px;	}

footer .copy {
    padding-top: 20px;
    width: 200px;
    margin-right: 10px;}

footer .made {
    width: 130px;
    text-align: right;
}
footer .footer-text {
    padding-top: 20px;
    width: 590px;
    margin-right: 10px;}

.filters { float:none; margin:0 0 20px 0}
.goods-page {
    margin: 0 -20px 10px -20px;
}
.goods-page .goods-item {
    margin: 0 20px 40px 20px;
}
 .header-main-block  .phone , .header-main-block .mail  {   margin-right: 30px;}
.header-main-block  .phone span, .header-main-block .mail span { font-size:20px; line-height:20px;}
.top-block-main .goods-page .goods-item {
    width: 286px;
}
.door-item_img { width:320px;}
.door-item_wrap { margin-left:340px;}
}
 @media (max-width: 991px) {
body {
padding:0
}

h1 {
 font-size: 30px;
 line-height: 36px;
}
 h2 {
 font-size: 28px;
 line-height: 34px;
}
 h3 {
 font-size: 26px;
 line-height: 32px;
}
 h4 {
 font-size: 24px;
 line-height: 30px;
}
 h5 {
 font-size: 22px;
 line-height: 28px;
}
 .wrap {
 margin:0
}
 .push {
 height:0
}
 footer {
 height: auto;
}
 .navbar{
height:inherit; text-align:center; background-image:none;
}
.nav-inner, .navbar-nav { float:none; margin-bottom:5px}

.request-top, .request-top:hover, .request-top:focus {
    float: left;
    margin: 5px 20px 0 3px;height: 30px;
}
.navbar-search {    padding: 0;     margin-top: 0;}
.additional-menu { display:none !important}

.content .left-block, .content .right-block {
 float: none;
 width: inherit;
 margin:0 0 10px 0; padding:0
}

.main-block { padding:10px;}
 .navbar-brand {
	 float:left; width:250px;
position:relative;     left:inherit; margin-top:-20px
}
.header-main-block .metro  {
	display:none;
}

.header-main-block .phone, .header-main-block .mail {
    font-size: 10px;
    margin-right: 20px;}
.header-main-block .phone span, .header-main-block .mail span {
    font-size:20px; line-height:25px;}

.body-main-block .product-day-wrap, .body-main-block  .door-selection-wrap { float:none; text-align:center;margin: 0 auto;}
.product-day, .door-selection { margin:0 auto 20px auto}

.slider-recommend {
    margin: 0 86px;
}.slider-recommend .bx-wrapper .bx-controls-direction .bx-prev {
    left: -80px;
}
.slider-recommend .bx-wrapper .bx-controls-direction .bx-next {
    right: -80px;}

.working { padding:20px 0; background-image:none; background-color:#72d6ef}
	.working-list li {
    width: 243px;
    padding: 135px 12px 20px 12px;}
.why-we {
    padding:20px 0;
}
.why-we-list li {
    width: 368px;}
.text-footer-left {
    width: inherit  ;
    float: none;
    margin:0 0 20px 0;
}
.text-footer-right {
    float: none;
    width: inherit;
}
footer .copy, footer .footer-text, footer .made {
 float:none;
 padding-top:20px;
 width:inherit; margin:0
}
.social { margin:0 0 10px 0; float:none; text-align:left;}
.filters { float:none; margin:0 0 20px 0}
.top-block-main .goods-page .goods-item {
    width: 340px;     margin: 0 20px 20px 20px;
}
.door-item_img { width:320px;}
.door-item_wrap { margin-left:340px;}
.banner-left { float:none; width: inherit; text-align:center}
.banner-right { float:none; width: inherit; margin:0;  text-align:center}
.banner-right .banner-wrap { display:inline-block; margin:10px 10px 0 10px;}
.banner-bottom { width:100px;}
}
 @media (max-width: 767px) {
 h1 {
 margin: 0 0 10px 0;
 padding: 0 0 10px 0; text-align:center
}
 .content-header {
padding:10px 0;
margin-bottom: 10px;
}
 .navbar-toggle {
 display:block;
 width:70px;
}

 .navbar-brand {
width:inherit;
text-align:center
}
.navbar-brand>img {
 margin: 0 auto;
}

 #toTopHover, #toTop {
 display:none !important
}
 .navbar .navbar-nav > li {
display:block; margin-bottom:14px;
}
.navbar .navbar-nav > li > a {
font-size:17px;
}
.navbar .navbar-nav {
text-align: center
}

 footer .copy {
 float:none;
 padding-top:20px;
text-align:center;
width: inherit;
height: inherit;
}
footer .social {
 float:none;
width: inherit;
height: inherit;
 padding:20px 0 0 0;
text-align: center
}



.navbar-nav > li > .dropdown-menu {
position:relative;
left: inherit;
width:100%;
-webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: none;
 border-top:0;top:0; padding:10px 10px 2px 10px; text-align:center
}

 .navbar .navbar-nav > .dropdown:hover > a {
 color: #000;
 text-decoration: underline;
 background-color: transparent;
 padding-bottom: 0;
}
.navbar .navbar-nav > .dropdown:hover > a::before {
display:none
}
 .navbar .navbar-nav > .request > a, .navbar .navbar-nav > .request > a:hover {
display:none;
}
.request-top, .request-top:hover, .request-top:focus { float:none; text-align:center; margin: 10px 0;}
.navbar-search { float:none; margin:10px auto}
.header-main-block { height:inherit}
.navbar-brand { float:none; display:block; top:0;  margin-bottom:15px}
.navbar-brand img { margin:0 auto}
.header-main-block .metro, .header-main-block .mail,  .header-main-block .phone, .header-main-block  .request-call, .header-main-block  .request-call:hover, .header-main-block  .request-call:focus { display:block; float:none; margin:0 auto 15px auto; text-align:center}
.header-main-block .metro {   width: 260px;
}
.top-block-main .goods-page .goods-item {
    width: 330px; margin:0 auto 20px auto
}
.bx-controls { display:none;}
.slider-recommend { margin:0}
.product-day { background-image:none; background-color:#ffda33; text-align:center;  width: inherit; height:inherit}
.product-day-text { float:none; padding:10px 10px 0 10px; text-align:center;     width: inherit;}
.product-day .time { position:inherit; left:inherit; bottom:inherit; padding:0 10px;     width: inherit; }

.product-day-img {
    float:none;
    width: inherit;
    padding: 10px;
}
.product-day-img img{ margin:0 auto}
.body-main-block { margin-bottom:0}
.recommend-title { text-align:center}
.working-title,.why-we-title {white-space: normal}
.why-we-title:before, .why-we-title:after { content:none}
.working-list li {
    width: inherit;     padding: 135px 0 20px 0;}
	.why-we-list li { width: inherit;     padding:0;}
	footer { text-align:center}
.goods-page {
    margin: 0 0 10px 0;
}
.goods-page .goods-item {
    float: none;
    margin: 0 auto 20px auto;
}
.top-block {padding: 20px 0 0 0;}
.breadcrumb { margin-top:20px; }
.breadcrumb, .filters, .body-main-block-title, .why-we-left-block  .why-we-list .why-we-list-title { text-align:center}
.goods-item-page-img { display:block; float:none;

    margin: 0 auto 20px auto;}
	.goods-item-page-note {float:none;
    width: inherit;   margin-right:0; margin-bottom:20px;}
	.goods-item-page-img .mark-main {
    right: 0;
    top: 0;
}
.cause-gager .btn {
    float: none; display:block; padding:5px; font-size: 13px; width:100%
}
.cause-gager p {
    margin: 10px 0 0 0;
}
.all-inclusive { float:none; width:inherit; padding:10px 10px 0 10px;}
.left-menu-wrap { padding-top:20px}
.header-main-block  .request-call, .header-main-block  .request-call:hover, .header-main-block  .request-call:focus  { display:none}

.goods-item-page-note { text-align:center}
.sr-only {
    position: absolute;
    left: -90px;
    width: 90px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: inherit;
    height: inherit;
    color: #385871;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    font-weight: bold;
}
.left-menu-wrap { display:none}
.container>.navbar-collapse, .container>.navbar-header { margin:0

}
.cause-gager { padding:10px}
.navbar-nav { margin:0 0 15px 0}
.door-item_img { float:none; width:inherit; margin:0 0 15px 0;}
.door-item_wrap { margin:0;}
.door-top { padding:15px;}
.door-top:before, .door-top:after { display:none; }
.service-top_left { width:100%; display:block; padding:15px; }
.service-top_center { background-image:none; width:60%; }
.service-top_right { width:40%}

.servic-advant_list li, .servic-advant_list .li-2, .servic-advant_list .li-3 { float:none; width:100%; padding-right:0; margin-bottom:20px;}
.servic-examples_list li { float:none; display:block; clear:both; width:100%; margin-bottom:15px;}
.servic-examples_list li .sb { width:150px}
.servic-price_left, .servic-price_right { padding:15px}
.servic-decor_price { padding:15px; margin-bottom:20px;}
.servic-decor_left { float:none; margin:0  auto 10px  auto}
.servic-decor_right { margin:0}
.servic-instal_list { margin:0 0 15px 0}
.servic-instal_list li { float:none; width:inherit; padding:0; margin-bottom:15px;}
.servic-colors_left { width: inherit; float:none; margin-bottom:10px}
.servic-colors_right {
    width: inherit;
    float: none;
    padding-left: 0;
}
}

 @media (max-width:480px) {


.news-item-page {
 padding: 10px;
}
.our-work { margin:0}
.work-item {    float: none; margin:0 0 20px 0}
        width: 170px;
}
}
.modal {
	overflow-y: auto;
}
.modal-open {
	overflow: auto;
}
.fancybox-lock body {
	overflow: visible !important;
}
.fancybox-close {
	top:5px;
	right:5px;
	width:25px;
	height:25px;
	background:   url(../../images/sprite.png) -140px  -171px no-repeat;
}
.fancybox-nav span {
	width:50px;
	height:50px;
	margin-top: -25px
}
.fancybox-prev span {
background:   url(../../images/sprite.png) 0  -96px no-repeat;
}
.fancybox-prev span:hover {
	background:   url(../../images/sprite.png) 0px  -146px no-repeat;
}
.fancybox-next span {
	background:   url(../../images/sprite.png) -58px  -96px no-repeat;
}
.fancybox-next span:hover {
	background:   url(../../images/sprite.png) -58px  -146px no-repeat;
}
.fancybox-skin {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; background: #eef1f1; padding:30px !important
}

.contact-form-text { padding:0 0 5px 0;     font-size: 22px;
    line-height: 28px;
    color: #385871; text-align:center; font-family: 'Roboto-Bold';}
.fancybox-title-float-wrap .child {
	background-image:none;
	background-color:#FFF;
	font-family: 'SegoeUI';
	line-height:26px;
	font-size:20px;
	color:#333333;
	border-radius:0;
	text-shadow:none;
	padding:6px 20px
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}

.colors {
padding:2px 2px 2px 2px;
margin: 1px;
border:1px solid;
border-color : #EAEAEA;
background: #FFF2EC;
}

.colors:hover {
padding:2px 2px 2px 2px;
margin: 1px;
border:1px solid;
border-color : #FFCCB0;
background: #FFEADF;
}


.cont-block { margin-bottom:30px;}
.large-text { font-family: 'Roboto-Bold'; font-size:20px; line-height:26px; color:#385871}
.large-text-2 {font-family: 'Roboto-Bold';  color:#385871}

.small-text { color: #96a4a5;
    font-size: 12px;
    line-height: 16px;}
.red-text { color:#e51119}
.contact-phone { text-align:center; margin:0}
.contact-phone  a { display:block; font-family: 'Roboto-Bold'; font-size:20px; line-height:26px; color:#385871; text-decoration:none; }
.contact-phone  a;hover { text-decoration:underline}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}