*{
	box-sizing: border-box;
}
body{ 
  font-family: "Arial", serif, sans-serif;
  color: #3c4951;
  height:100%;
  min-height:100%;
  position:relative;
  font-size:14px;
  background:#fff;
  min-width: 320px;
  overflow-x: hidden;
}
body.fixed{
	overflow: hidden;
}
div{
	position:relative
}
a{
	color:#0063a2;
}
a:hover{
	color:#0063a2;
	text-decoration: none;
}
.wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
 	/*min-height: 100%;*/
  	min-width: 320px
}

.wrap{
	position:relative;
	max-width:1600px;
	width: 100%;
	padding:0 20px;
	margin:0 auto;
	min-width: 320px
}
.l_col{
	float:left
}
.r_col{
	float:right
}
/*BAR*/
.bar{
	height: 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#156590+0,09426e+100 */
	background: rgb(21,101,144); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(21,101,144,1) 0%, rgba(9,66,110,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156590', endColorstr='#09426e',GradientType=0 ); /* IE6-9 */

}
.bar ul{
	list-style: none;
	padding: 0;
	margin: 8px 0 0 -13px;
	float: left;
}
.bar ul li{
	float: left;
	margin-right: 1px;
}
.bar ul li a{
	color:#fff;
	font-size:17px;
	font-family: 'robotocondensed';
	display: block;
	line-height: 43px;
	height: 43px;
	padding:0 11px;
	text-decoration: none;
	border-radius: 2px;
	transition-duration: 0.25s
}
.bar ul li a:hover{
	background: rgb(255,124,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,124,0,1) 0%, rgba(255,47,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff2f00',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.bar { overflow:hidden; }
.bar .phone{
	display: block;
	float: right;
	font-family: "robotobold";
	font-size: 22px;
	color:#fff;
	line-height: 60px;
	margin-left: 23px;
}
.bar .phone:last-child{
	margin-left: 0;
}
.bar .phone img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.bar .recall{
	display: block;
	width: 170px;
	height: 30px;
	background: url(../images/recall.png) no-repeat;
	float: right;
	font-family: "robotobold_condensed";
	font-size:18px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	color:#fff;
	margin:15px 0 0 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4)
}
.bar .recall:hover{
	background-position: left bottom
}
/*TOP*/
.top{
	height:130px;
}
.top .logo{
	display:block;
	float:left;
	margin-top: 20px;
}
.top .login{
	position: absolute;
	top: 0;
	right: 20px;
	background: #063050;
	height: 30px;
	line-height: 30px;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	color:#fff;
	padding:0 20px;
}
.top .login a{
	color:#fff;
}
.top .menu{
	margin:45px 0px 0 435px;
}
.top .menu ul{
	list-style:none;
	padding: 0;
	margin:0;
	display: table;
	width: 100%;
}
.top .menu li{
	display: table-cell;
	padding:0 1px;
	border-left: 1px dotted #898a8a;
}
.top .menu li a{
	color:#031d2c;
	font-family: 'robotocondensed';
	text-decoration: none;
	font-size: 20px;
	display: block;
	height: 43px;
	line-height: 43px;
	padding:0 10px;
	transition-duration: 0.15s;
	border-radius: 2px;
	text-align: center;
}
.top .menu li:last-child{
	border-right: 1px dotted #898a8a;
}
.top .menu li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7c00+0,ff2f00+100 */
	background: rgb(255,124,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,124,0,1) 0%, rgba(255,47,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff2f00',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
/*SLIDER*/
.slider{
	z-index:1;
	position:relative;
	overflow:hidden;
	max-height: 400px
}
.slider .slides > li{
	display: none;
}
.flex-viewport .slides > li:first-child{
	display: block;
}
.slider .slides > li img{
	width:100%;
	display: block;
}

/*END SLIDER*/
/*INFO*/
.info{
	background: #e6eaed;
	padding:30px 0;
}
.info .wrap{
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.info ul{
	list-style: none;
	padding: 0;
	margin: 0 0px 25px 0;
}
.info ul li{
	float: left;
	line-height: 1
}
.info ul li a{
	font-family: 'robotocondensed';
	font-size: 18px;
	color:#000;
	display: block;
	height: 30px;
	line-height: 30px;
	padding:0 10px;
	margin-right: 20px;
}
.info ul li a.active{
	background: #09426e;
	color:#fff;
	text-decoration: none;
	border-radius: 2px
}
.info .info_tabs{
	clear: both;
}
.info .info_tabs > div{
	display: none;
}
.info .info_tabs > div.active{
	display: block;
}
.info .info_tabs .title{
	margin-bottom: 20px;
	color:#000000;
	font-size: 30px;
	line-height: 1;
	font-family: 'robotocondensed';
}
.info .info_tabs img.info_img{
	float: right;
	margin-top: 0px;
}
.info .info_tabs .desc{
	margin-right: 570px;
}
.info .info_tabs a.more{
	display: block;
	width: 170px;
	height: 30px;
	background: url(../images/recall.png) no-repeat;
	float: left;
	font-family: "robotobold_condensed";
	font-size:18px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	color:#fff;
	margin:15px 0 0 0px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4)
}
.info .info_tabs a.more:hover{
	background-position: left bottom
}
/*END INFO*/
/*SPEC*/
.spec{
	border-bottom: 1px solid #daddde;
	padding:30px 0;
}
.spec .heading{
	line-height: 1;
	font-family: 'robotocondensed';
	font-size: 42px;
	color:#000000;
	text-align: center;
	margin-bottom: 40px;
}
.spec ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.spec ul li{
	float: left;
	width: 20%;
	padding-right: 10px;	
	margin-bottom: 20px;
}
.spec ul li .img{
	display: table-cell;
	vertical-align: middle;
}
.spec ul li .img img{
	max-width: 100%
}
.spec ul li a{
	display: block;
	font-size: 20px;
	font-family: 'robotocondensed';
	position: relative;
	/*height: 30px;*/
	line-height: 30px;
	float: left;
	margin-bottom: 10px;

}
.spec ul li a span{
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	background: #de0000;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	font-family: 'robotobold';
	font-size: 16px;
	border-radius: 50%;
	right: -45px;
	top: 0;
}
.spec ul li p{
	clear: both;
}
/*END SPEC*/
/*PLUS*/
.plus{
	padding:30px 0;
}
.plus .heading{
	line-height: 1;
	font-family: 'robotocondensed';
	font-size: 42px;
	color:#000000;
	text-align: center;
	margin-bottom: 40px;
}
.plus ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.plus ul li{
	float: left;
	width: 20%;
	padding-right: 10px;
	margin-bottom: 20px;	
}
.plus ul li .img{
	display: table-cell;
	vertical-align: middle;
}
.plus ul li .img img{
	max-width: 100%
}
.plus ul li a{
	display: block;
	font-size: 20px;
	font-family: 'robotocondensed';
	position: relative;
	/*height: 30px;*/
	line-height: 30px;
	float: left;
	margin-bottom: 10px;

}
.plus ul li a span{
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	background: #de0000;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	font-family: 'robotobold';
	font-size: 16px;
	border-radius: 50%;
	right: -45px;
	top: 0;
}
.plus ul li p{
	clear: both;
}
/*END PLUS*/
/*PARTNERS*/
.partners{
	background: #e6ebee;
	padding:30px 0 0 0;
}
.partners .heading{
	line-height: 1;
	font-family: 'robotocondensed';
	font-size: 42px;
	color:#000000;
	text-align: center;
	margin-bottom: 40px;
}
.partners ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.partners ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	padding:0 10px;
	height: 80px;
}
.partners ul li .img{
	/*display: table;*/
	width: 100%;
	height: 80px	
}
.partners ul li .img > div{
/*	display: table-cell;
	vertical-align: middle;*/
}
.partners ul li .img img{
	max-width: 100%;
	max-height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform:translateX(-50%)  translateY(-50%);
  	-ms-transform:translateX(-50%)  translateY(-50%);
  	-webkit-transform:translateX(-50%) translateY(-50%);
 	transform:translateX(-50%)  translateY(-50%);
}
/*END PARTNERS*/
/*CONTENT*/
.content{
 
}
.main .content .l_col{
	display: none;
}
.info-inner{
	background: #e4ebed;
	 font-family: 'robotocondensed';
	 font-size: 16px;
	 color:#000;
	 padding:13px 0;
}
.info-inner ul{
	list-style: none;
	padding: 0;
	margin: 0;

}
.info-inner ul li{
	float: left;
	margin-right: 20px;
}
.bread{
	 padding:13px 0;
	 font-style: italic;
	 margin-bottom: 10px;
}
.bread ul{
	list-style: none;
	padding: 0;
	margin: 0;

}
.bread ul li{
	float: left;
}
.bread ul li:after{
	display: inline-block;
	content: ">";
	margin:0 5px;
}
.bread ul li:last-child:after{
	display: none;
}
.content .l_col{
	width:210px;
}
.content .l_col .catalog{
	list-style: none;;
	padding: 0;
	margin: 0 0 15px 0;
	border:1px solid #d9d9d9;
	border-bottom: none
}
.content .l_col .catalog > li > a{
	color:#132431;
	font-size: 16px;
	font-family: 'robotocondensed';
	display: block;
	line-height: 1;
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
	padding:8px 12px;
	display: block;
	position: relative;
}
.content .l_col .catalog > li:last-child > a{
	border-bottom: none;
}
.content .l_col .catalog  li > a:hover, .content .l_col .catalog  li.active > a{
	background: #0063a2;
	color:#fff;
}

.content .l_col .catalog ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.content .l_col .catalog ul ul{
	display: none;
}
.content .l_col .catalog ul li a{
	color:#0063a2;
	font-family: 'robotocondensed';
	font-size: 16px;
	display: block;
	padding:5px 10px 5px 30px;
	text-decoration: none;
	display: block;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}
.content .l_col .catalog > li > ul{
	/*border-bottom: 1px solid #fff;*/
	padding:0px 0;
}
.content .l_col .catalog ul ul li{
	padding-left: 0;
}
.content .l_col .catalog ul ul ul a{
	padding-left: 45px;
}
.content .l_col .catalog ul ul li a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
}
.content .l_col .catalog li.parent > a > span{
	position: absolute;
	top:8px;
	right:15px;
	height: 14px;
	width: 14px;
	background: #09426e;
	font-family: 'robotocondensed' !important;
	line-height: 13px;
	text-align:center;
	text-decoration: none;
	color:#fff;
	font-size: 16px;
	z-index: 7;
	display: block;
}
.content .l_col .catalog > li > a > span{
	display: none !important;
}
.content .r_col{
	float: none;
	margin:0 450px 0 250px;
	font-size: 16px
}
.fullright .content .r_col{
	margin-right: 450px;
}
.content .r_col h1, .content .r_col .h1, .content .r_col_r .h1{
	color:#000000;
	font-size: 36px;
	font-family: 'robotocondensed';
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1
}
.content .r_col p{
	margin-bottom: 20px;
}
.content .r_col p:last-child{
	margin-bottom: 0;
}
.content .r_col .text{
	/*height: 100px;*/
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	
}
.content .r_col .text.open{
/*	height: auto;*/
}
.content .r_col .text:after{
	height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.content .r_col .text.open:after{
	display: none;
}
.content .btn{
	display: block;
	width: 123px;
	height: 33px;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	text-decoration: none;
	line-height: 33px;
	color:#000;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2)
}
.content .btn.off{
	cursor: default;
	background: url(../images/btn-off.png) no-repeat;
	color:#fff;
}
.content .r_col .toggletext{
	margin-bottom: 25px;
}
.content .r_col .toggletext:after{
	content: "Читать"
}
.content .r_col .toggletext.open:after{
	content: "Скрыть"
}
.content  .btn:hover{
	background-position: left bottom
}
.content .r_col .acc{
	margin-bottom: 30px;
}
.content .r_col .acc ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content .r_col .acc li{
	margin-bottom: 10px;
}
.content .r_col .acc li > a{
	display: block;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fafb+0,eaeff0+100 */
background: rgb(249,250,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,250,251,1) 0%, rgba(234,239,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249,250,251,1) 0%,rgba(234,239,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249,250,251,1) 0%,rgba(234,239,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#eaeff0',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	padding:15px 20px;
	font-family: 'robotocondensed';
	color:#000;
	text-decoration: none;
	border:1px solid #cad8db;
	border-radius: 2px
}
.content .r_col .acc li > div{
	background: #f8fafa;
	padding: 20px;
	border:1px solid #cad8db;
	border-top: 0;
	display: none;
}
.content .r_col .acc li > div strong{
	color:#000;
	font-size: 30px
}
.content .r_col .acc p.time img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.content .r_col form.order{
	background: #e4ebed;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border:1px solid #cad8db;
	padding:0 10px;
}
.content .r_col form.order p.title{
	background: #09436f;
	color:#fff;
	font-family: 'robotocondensed';
	font-size: 30px;
	padding:11px 20px;
	margin-left: -10px;
	margin-right: -10px;
 
}
.content .r_col form.order label{
	width:100%;
	max-width: 400px;
	margin:0 auto;
	font-family: 'robotocondensed';
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.content .r_col form.order label span{
	color:#000;
	font-size: 18px;
	position: absolute;
	height: 30px;
	top: 0;
	left: -120px;
	text-align: right;
	width: 120px;
	padding-right: 10px;
}
.content .r_col form.order label input[type=text]{
	width: 100%;
	height: 30px;
	background: #fff;
	border:1px solid #cad8db;
	font-family: 'robotocondensed';
	font-size: 14px;
	padding: 0 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+36 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 36%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 36%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.content .r_col form.order label textarea{
	width: 100%;
	height: 110px;
	background: #fff;
	border:1px solid #c7d2db;
	font-size: 14px;
	font-family: 'robotocondensed';
 
	padding: 10px;
	resize: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+36 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 36%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 36%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 36%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.content .r_col form.order button{
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
	font-size: 18px
}

.content .r_col .catalog{
	margin:0 -10px;
	overflow-x: hidden;
}
.content .r_col .catalog > .item{
	width: 33.333%;
	float: left;
	padding:0 10px;
	margin-bottom: 20px;
}
.content .r_col .catalog > .item .img{
	display: table;
	width: 100%;
	padding:0 25px;
	padding-top: 25px
}
.content .r_col .catalog > .item .img img{
	max-width: 100%
}
.content .r_col .catalog > .item .img > a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.content .r_col .catalog > .item  > div{
	border:1px solid #e4ebed;
	text-align: center;
}
.content .r_col .catalog > .item  > div > a{
	display: block;
	font-family: 'robotocondensed';
	color:#000;
	text-decoration: none;
	font-size: 21px
}
.content .r_col .catalog > .item  > div > a:hover{
	text-decoration: underline;
}
.content .r_col .catalog > .item  > div .price{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding:0 10px;
	color:#fff;
	font-family: 'robotobold_condensed';
		background: rgb(255,124,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,124,0,1) 0%, rgba(255,47,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff2f00',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 8px;
}
#map{
	height:350px; width:100%;
	margin-bottom: 20px;
}

.content .r_col .catalog_item{
	margin:0 -10px;
	overflow-x: hidden;
}
.content .r_col .catalog_item > .item{
	width: 25%;
	float: left;
	padding:0 10px;
	margin-bottom: 20px;
}
.content .r_col .catalog_item > .item .img{
	display: table;
	width: 100%;
	padding:0 25px;
	padding-top: 25px
}
.content .r_col .catalog_item > .item .img img{
	max-width: 100%
}
.content .r_col .catalog_item > .item .img > a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.content .r_col .catalog_item > .item  > div{
	border:1px solid #e4ebed;
	text-align: center;
}
.content .r_col .catalog_item > .item  > div > a{
	display: block;
	font-family: 'robotocondensed';
	color:#000;
	text-decoration: none;
	font-size: 21px
}
.content .r_col .catalog_item > .item  > div > a:hover{
	text-decoration: underline;
}
.content .r_col .catalog_item > .item  > div .price{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding:0 10px;
	color:#fff;
	font-family: 'robotobold_condensed';
		background: rgb(255,124,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,124,0,1) 0%, rgba(255,47,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,124,0,1) 0%,rgba(255,47,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff2f00',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 8px;
}

.content .r_col .gallery{
	margin:0 -10px;
	overflow-x: hidden;
}
.content .r_col .gallery > a{
	width: 33.333%;
	float: left;
	display: block;
	padding:0 10px;
	margin-bottom: 20px;
}
.content .r_col .gallery > a img{
	max-width: 100%;
	border-radius: 10px
}
.content .r_col .main_img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 100px
}
.content .r_col table{
	
	width: 100%;
	border: 1px solid #c3d3d8;
	min-width: 600px;

}
.content .r_col .table{
	overflow-x: auto;
	margin-bottom: 25px;
}

.content .r_col table td, .content .r_col table th{
	font-family: 'robotocondensed';
	color:#000;
	font-size: 16px;
	padding:6px 20px;
	text-align: left

}
.content .r_col table th:last-child{
	/*width: 200px;*/
}
.content .r_col table th{
	font-family: 'robotobold_condensed';
	text-transform: uppercase;
	font-size: 20px;
	color:#fff;
	background: #0d5788;
}
.content .r_col table tr{
	border-bottom: 1px solid #c3d3d8;
}
.content .r_col table tr:nth-child(2n-1){
	background: #edf2f3;
}
.content .r_col_r{
	float: right;
	width: 410px; 
}
.content .r_col_r p{
	margin-bottom: 20px;
}
.content .r_col_r .blank{
	background: #e4ebed;
	border:1px solid #cad8db;
 
	padding: 30px;
	color:#000;
	font-size: 16px;
	
}
.content .r_col_r .blank .phone{
	font-family: 'robotobold_condensed';
	font-size: 30px;
	margin-bottom: 20px;
}
.content .r_col_r .blank .btn{
	margin-top: 20px;
}
/*FOOTER*/
.footer{
	background: #0b4c78;
}
.footer-top{
	padding:20px 0
}
.footer-top .col{
	float: left;
	width: 20%;
	padding:0 20px;
}
.footer-top .col p{
	text-transform: uppercase;
	color:#fff;
	font-size: 21px;
	font-family: 'robotobold_condensed';
	line-height: 1;
	margin-bottom: 20px;
}
.footer-top .col ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-top .col a{
	color:#fff;
	display: block;
	margin-bottom: 10px;
}
.footer-top .col li:last-child a{
	margin-bottom: 0;
}
.footer-bottom{
	background: #05192e;
	padding:20px 0;
	position: relative;
	height: 210px;
}
.footer-bottom .wrap{
	height: 170px;
}
.footer-bottom .phone{
	font-family: 'robotobold';
	font-size:42px;
	line-height: 51px;
	color:#fff;
	float: left;
}
.footer-bottom .phone img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}
.footer-bottom .info_footer{
	float: right;
	width: 64%;
	color:#fff;
	font-size: 15px
}
.footer-bottom .contacts_footer{
	display: block;
	width: 284px;
	height: 250px;
	background: url(../images/contacts_footer_n.png) no-repeat;
	position: absolute;
	bottom: -20px;
	right: 30px;
}
/*POPUP*/
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	display: none;
}
.popup{
	position: fixed;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
 	width:300px;	
 	z-index: 11;
 	background: #fff;
 	display: none;
}
.popup .mess { padding:20px 18px; font-size:16px; }
.popup .mess span { font-size:18px; font-weight:bold; }
.popup .title{
	color:#fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
		background: rgb(21,101,144); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(21,101,144,1) 0%, rgba(9,66,110,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156590', endColorstr='#09426e',GradientType=0 ); /* IE6-9 */

	font-family: 'robotocondensed';
	position: relative;
}
.popup .title .close{
	display: block;
	position: absolute;
	top:6px;
	right: 10px;
	line-height: 1
}
.popup form{
	padding:30px 20px;
}
.popup form input[type=text]{
	width:100%;
	color:#46515a;
	font-size: 18px;
	font-family: 'robotocondensed';
	background: #f1f4f7;
	border:1px solid #bdc5cc;
	height: 40px;
	padding:0 20px;
	margin-bottom: 10px;
}
.popup form input[type=submit]{
		background: rgb(21,101,144); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(21,101,144,1) 0%, rgba(9,66,110,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(21,101,144,1) 0%,rgba(9,66,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156590', endColorstr='#09426e',GradientType=0 ); /* IE6-9 */

	height: 40px;
	line-height: 40px;
	font-family: 'robotobold_condensed';
	font-size: 18px;
	text-align: center;
	color:#fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.popup form input[type=submit]:hover{
	background: #076599;
}
.popup form input[type=checkbox] + label{
	color:#485967;
	font-size: 16px;
	font-family: 'robotocondensed';
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	white-space: nowrap;
	height: 18px;
	float: left;
}
.popup form input[type=checkbox] {
	display: none;
}
.popup form input[type=checkbox] + label:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background: #f1f4f7;
	border:1px solid #bdc5cc;
	float: left;
	margin-right: 7px;
	cursor: pointer
}
.popup form input[type=checkbox]:checked + label:before{
	background: url(../images/check.png) no-repeat 50% 50%  #f1f4f7
}




.openmenu{
	height: 35px !important;
	line-height: 35px !important;
	width: auto !important;
	display: none !important;
	border-right: 1px solid #fff;
	margin: 0 !important;
	overflow: hidden;
	font-family: 'robotobold_condensed' !important;
	font-size: 18px !important;
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
 	 -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	cursor: pointer;
}
.openmenu a{
	display: block;
	height: 35px !important;
	line-height: 35px !important;
	width: auto !important;
	background: url(../images/nav.png) no-repeat 16px 50% #076599;
	color:#fff;
	text-decoration: none;
	padding-left: 50px !important;
	padding-right: 20px !important;
	border-radius: 3px
}
.nav_fixed{
	width:260px;
	top:100px;
	left:0;
	position: fixed;
	background: rgba(7,100,150,.95);
	z-index: 6;
	
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
 	 -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-moz-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	-webkit-transform: translateX(-100%);
 	 transform: translateX(-100%);
 	 overflow-x:scroll;
 	 height: 100%;
}
.nav_fixed  li > a:hover, .nav_fixed  li.active > a{
	background: #d74313;
	color:#fff !important;
}
.nav_fixed.open{
	-moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-webkit-transform: translateX(0%);
 	 transform: translateX(0%);
 	 box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.nav_fixed ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav_fixed ul.main{
	border-bottom:1px solid #277aa6;
	padding-bottom: 30px;
}
.nav_fixed ul a{
	display: block;
	padding:7px 10px;
	font-family: 'robotobold_condensed' !important;
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #277aa6;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.nav_fixed ul li.parent > a > span{
	position: absolute;
	top:12px;
	right:15px;
	height: 14px;
	width: 14px;
	background: #084270;
	border-radius: 2px;
	font-family: 'robotocondensed' !important;
	line-height: 13px;
	text-align:center;
	text-decoration: none;
	color:#fff;
	font-size: 16px;
	z-index: 7;
	display: block;
}
.nav_fixed ul ul{
	
}
.nav_fixed ul ul a{
	color:#fff;
	font-family: "Arial"
}
.nav_fixed ul.catalog{
	margin-bottom: 140px;
}
.nav_fixed ul.catalog > li > a{
	color:#fda702;
}
.nav_fixed > ul > li > ul{
	display: none;
}
.nav_fixed ul ul a{
 	text-transform: none;
	padding-left: 30px;
	 font-family: 'robotocondensed' !important;
	 font-size: 14px
}
.nav_fixed ul ul ul{
	display: none;
}
.nav_fixed ul ul  ul ul a{
	padding-left: 45px;
}
.nav_fixed ul ul ul li a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
}
/*НОВОЕ ДЛЯ КОРЗИНЫ*/
.bar .cart{
	float: right;
	width: 210px;
	height: 42px;
	background: url(../images/cart.png) no-repeat 12px 8px #063050;
	border-radius: 5px;
	margin-top: 9px;
	padding-left: 65px;
	font-size: 13px;
	padding-top: 4px;
	margin-left: 32px;
}
.bar .cart .allprice{
	display: block;
	font-size: 15px;
	font-weight: 700
}
.bar .cart .allitem{
	text-decoration: underline;
}
.bar .cart a{
	text-decoration: none;
	color:#fff;
}
.formlogin{
	width: 350px;
	background: #fff;
	border:1px solid #c3d3d8;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding:0 20px;
	position: absolute;
	right: 20px;
	top: -90px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition-duration: 0.25s
}
.formlogin.open{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.formlogin form{
	position: relative;
}
.formlogin form a.close{
	display: block;
	position: absolute;
	top: -55px;
	right: -5px;
	width: 13px;
	height: 13px;
	background: url(../images/close.png) no-repeat;
}
.formlogin .title{
	font-size: 24px;
	font-family: 'robotocondensed';
	color:#000;
	text-align: center;
	padding:12px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
}
.formlogin label{
	padding:0 20px;
	margin-bottom: 12px;
	display: block;
}
.formlogin label input{
	width: 100%;
	font-family: 'robotocondensed';
	font-size: 16px;
	border:1px solid #c3d3d8;
	padding:5px 10px;
}
.formlogin .but{
	border-top: 1px solid #e5e5e5;
	padding:12px 20px;
}
.formlogin .but button{
	width: 99px;
	height: 27px;
	display: block;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	background-size: 99px auto;
	text-decoration: none;
	line-height: 25px;
	color:#000;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border:none;
	cursor: pointer;
	padding: 0;
	cursor: pointer;
	float: left;
}
.formlogin .but button:hover{
	background-position: left bottom
}
.formlogin .but > div{
	width: 140px;
	float: right;
}
.formlogin .but > div a{
	display: block;
	margin-top: 10px;
}
.cart_item{
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border:1px solid #c3d3d8;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	margin-top: 15px;
	transition-duration: 0.25s;
}
.cart_item.open{
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.cart_item > div{
	padding: 15px 20px;
	overflow-x:auto;
}
.cart_item:after{
	width: 28px;
	height: 16px;
	content: "";
	background: url(../images/str_cart.png) no-repeat;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -14px;
}
.cart_item a.close{
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 13px;
	height: 13px;
	background: url(../images/close.png) no-repeat;
}
.cart_item > div .title{
	font-size: 24px;
	color:#000;
	text-align: center;
	font-family: 'robotocondensed';
	padding-bottom: 15px;
	margin-bottom: 0;
}
.cart_item form{
	padding:10px 20px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	min-width: 640px;

}
.cart_item form button{
	border: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 31px
}
.cart_item form > div{
	float: left;
	width: 15%;
	padding-right: 15px;
	white-space: nowrap;
}
.cart_item form > div.col{
	padding-top: 20px;
}
.cart_item form > div.col:first-child{
	padding-top: 30px;
}
.cart_item form > div.col2{
	width: 20%;
}
.cart_item form > div input{
	width: 100%;
	display: block;
	margin-top: 6px;
	border:1px solid #c3d3d8;
	font-family: 'robotocondensed';
	padding:4px 9px;
	font-size: 16px

}
.cart_item .b{
	text-align: center;
}
.cart_item .b a{
	display: inline-block;
	
	margin:0 7px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.cart_item .b a.del{
	width: 160px;
	height: 27px;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	background-size: 160px 54px;
	line-height: 25px;
	font-size: 14px
}
.cart_item .b a.del:hover{
	background-position: left bottom
}
.cart_item .b a.otl{
	width: 100px;
	height: 27px;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	background-size: 100px 54px;
	line-height: 25px;
	font-size: 14px
}
.cart_item .b a.otl:hover{
	background-position: left bottom
}
.cart_item .b a.ref{
	width: 100px;
	height: 27px;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	background-size: 100px 54px;
	line-height: 25px;
	font-size: 14px
}
.cart_item .b a.ref:hover{
	background-position: left bottom
}
.cart_item .b a.go{
	width: 140px;
	height: 27px;
	font-family: 'robotocondensed';
	background: url(../images/btn.png) no-repeat;
	background-size: 140px 54px;
	line-height: 25px;
	font-size: 14px
}
.cart_item .b a.go:hover{
	background-position: left bottom
}
.cart .content .r_col table td, .cart .content .r_col table th{
	font-family: 'robotocondensed';
    font-size: 16px;
    padding: 6px 20px;
    text-align: left;
}
.cart .content .r_col table tr:first-child th:first-child{
	font-family: Arial
}
.cart .fizur{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0px 0;
}
.cart .fizur li{
	float: left;
	font-family: 'robotocondensed';
	margin-bottom: 20px;
}
.cart .fizur li a{
	font-size: 20px;
	padding:0 20px;
	height: 38px;
	display: block;
	margin-right: 10px;
	text-align: center;
	line-height: 38px
}
.cart .fizur li a.active{
	background: #e4ebed;
	text-decoration: none;
	color:#3d5056;
}
.cart .rasp{
	float: right;
	list-style: none;
	padding: 0;
	margin: 6px 0 0px 0;
}
.cart .rasp li{
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.cart .top_cart{
	overflow: hidden;
}
.content .btn.grey{
	display: block;
	width: 159px;
	height: 27px;
	font-family: 'robotocondensed';
	background: url(../images/btn_2.png) no-repeat;
	text-decoration: none;
	line-height: 27px;
	color:#2b383b;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.content  .btn.grey:hover{
	background-position: left bottom
}
.cart .content .r_col table .del{
	width: 100px;
	height: 27px;

	background-size: 100px 54px;
}
.cart .itog{
	background: #e4ebed;
	padding:10px 20px;
	border:1px solid #cad8db;
	width: 100%;
	max-width: 570px;
	float: right;
	margin-bottom: 40px;
	color:#6e777a;
	font-size: 18px;
	font-family: 'robotocondensed';
}
.cart .itog .allitem, .cart .itog .allweight{
	font-family: 'robotobold_condensed';
	color:#000;
}
.cart .itog .allprice{
	font-family: 'robotobold_condensed';
	color:#000;
	font-size: 42px
}
.cart .itog .disc{
	display: inline-block;
	background: #95a7ae;
	color:#fff;
	padding:2px 5px;
	margin-left: 5px;
}
.cart .itog .l{
	float:left;
	border-right: 1px solid #cad8db;
	width: 305px;
}
.cart .itog .r{
	float:left;
	border-left: 1px solid #fff;
	padding-left: 35px;
	height: 173px;	
	color:#000;
}
.cart .itog .r button{
	font-size: 18px;
	border:none;
	width: 165px;
	height: 33px;
	background-size: 165px 66px;
	cursor: pointer;
	margin-top: 15px;
}
.cart .itog .ncheck1, .cart .itog .ncheck2 { position:relative; }
.cart .itog .ncheck-error { padding-top:10px; position:absolute; width:100%; height:100%; background:#ff2f00; opacity:0; visibility:hidden; text-align:center; color:#fff; display:inline-block; font-weight:bold; }
.cart .cart_wrap{
	border:1px solid #c3d3d8;
	padding: 20px;
	margin-bottom: 60px;
}
.cart .cart_wrap .title{
	font-family: 'robotocondensed';
	font-size: 20px;
	color:#000;
	margin-bottom: 20px;
}
.cart .cart_wrap .error > .title {
	color:red;
}
.cart .cart_wrap .title + p{
	padding-left: 20px;
	color:#5a686d;
	font-size: 14px;
	margin-top: -20px;
}
.cart .cart_wrap .title span{
	color:red;
}

.cart .cart_wrap > div{
	border-bottom:1px solid #c3d3d8;
	padding:25px 0 20px;
}
.cart .cart_wrap > div:first-child{
	padding-top: 0;
}
.cart .cart_wrap > div:last-child{
	padding-bottom: 0;
	border:none;
}
.cart .cart_wrap > div input{
	width: 100%;
	display: block;
	margin-top: 6px;
	border:1px solid #c3d3d8;
	font-family: 'robotocondensed';
	padding:4px 9px;
	font-size: 16px;
	max-width: 520px;
	margin-bottom: 15px;
}
.cart .cart_wrap > div textarea{
	width: 100%;
	display: block;
	height: 110px;
	margin-top: 6px;
	border:1px solid #c3d3d8;
	font-family: 'robotocondensed';
	padding:4px 9px;
	font-size: 16px;
	max-width: 520px;
	margin-bottom: 15px;
	resize: none;
}
.cart .cart_wrap > div.date{
	overflow: hidden;
}

.cart .cart_wrap .timep {
	display:none;
}
.cart .cart_wrap > div input[type=radio] + label{
	color:#485967;
	font-size: 16px;
	max-width: 520px;
	margin-bottom: 15px;
	font-family: 'robotocondensed';
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 45px;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	border:1px solid #c3d3d8;
	height: 35px;
	line-height: 34px;
	position: relative;
}
.cart .cart_wrap > div input[type=radio] {
	display: none;
}
.cart .cart_wrap > div input[type=radio] + label:before {
	display: block;
	position: absolute;
	left: 10px;
	content: "";
	width: 16px;
	height: 16px;
	background: #fff;
	border:1px solid #bdc5cc;
	cursor: pointer;
	border-radius: 50%;
	top: 8px;
}
.cart .cart_wrap > div input[type=radio]:checked + label:before{
	 
}
.cart .cart_wrap > div input[type=radio]:checked + label:after{
	content: "";
	width: 12px;
	height: 12px;
	background: #7c878b;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 11px;
}

.cart .cart_wrap > div input[type=checkbox] + label{
	color:#485967;
	font-size: 16px;
	max-width: 520px;
	margin-bottom: 15px;
	font-family: 'robotocondensed';
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 45px;
	cursor: pointer;
	white-space: nowrap;
	display: block;
	border:1px solid #c3d3d8;
	height: 35px;
	line-height: 34px;
	position: relative;
}
.cart .cart_wrap > div input[type=checkbox] {
	display: none;
}
.cart .cart_wrap > div input[type=checkbox] + label:before {
	display: block;
	position: absolute;
	left: 10px;
	content: "";
	width: 18px;
	height: 18px;
	background: #fff;
	border:1px solid #bdc5cc;
	cursor: pointer;
	top: 6px;
}
.cart .cart_wrap > div input[type=checkbox]:checked + label:before{
	background: url(../images/check.png) no-repeat 50% 50% 
}
.cart .cart_wrap > div.date{
	overflow: hidden;
}
.cart .cart_wrap > div.date label{
	width: 140px;
	float: left;
	margin-right: 10px;
}
.cart .cart_wrap > div.date input[type=text]{
	width: 140px;
	height: 35px;
	float: left;
	margin-top: 0;
	font-weight: 700
}
.cart .cart_wrap > div.date a{
	display: block;
	float: left;
}
.cart .cart_wrap > div.date a img{
	display: block;
	margin-left: 10px;
}
.cart .cart_wrap > div.time{
	overflow: hidden;
}
.cart .cart_wrap > div.time label{
	width: 165px;
	float: left;
	margin-right: 10px;
}
.cart .cart_wrap > div.time p input[type=checkbox]{
	display: block;
	float: left;
	width: auto;
	margin:5px 5px 0 0;
}
.cart .cart_wrap > div.time .phone{
	width: 140px;
	float: left;
	margin-top: 0;
	padding-left:3px;
	padding-right:3px;
}
.cart .cart_wrap > div.time .name{
	float: left;
	width: 165px;
	margin-top: 0;
}
.cart .cart_wrap > div.time div p{
	float: left;
	width: 150px;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 45px;
}
.cart .cart_wrap .all{
	overflow: hidden;
}
.cart .cart_wrap .all .l{
	float: left;
	font-family: 'robotocondensed';
}
.cart .cart_wrap .all .l .allprice{
	font-family: 'robotobold_condensed';
	font-size: 30px
}
.cart .cart_wrap .all .r{
	float: right;
	font-family: 'robotocondensed';
	text-align: right;
}
.cart .cart_wrap .all .r button{
	font-size: 18px;
	border:none;
	width: 165px;
	height: 33px;
	background-size: 165px 66px;
	cursor: pointer;

	float: right;
}

.cfphone {
    font-size: 28px;
    font-weight: bold;
    color: #c30608;
    padding-top: 140px;
    text-align: center;
}

@media (max-width: 1580px) {
	.bar .phone{
		font-size: 15px;

	}
}
@media (max-width: 1480px) {
	.bar ul li a{
		font-size: 15px;
		padding:0 5px;
	}
	.bar .phone img{
		margin-right: 10px;
	}
}
@media (max-width: 1400px) {
	.top .menu{
		margin:45px 0px 0 355px;
	}
	.bar .cart{
		margin-left: 15px;
	}
	.content .r_col{
		margin-right: 0;
	}
	.fullright .content .r_col{
		margin-right: 0;
	}
	.content .r_col_r{
	 
		width: 100%;
		margin-top: 25px;

	}
}
@media (max-width: 1380px) {
	.bar .recall{
		margin-left: 10px;
	}
	.bar .phone{
		font-size: 16px;
		margin-left: 8px;
	}
	.bar ul li a{
		font-size: 14px;
		padding:0 8px;
	}
	.bar .phone img{
		margin-right: 5px;
	}
	.bar .cart{
		margin-left: 8px;
	}
}
@media (max-width: 1300px) {
	
	.footer-bottom .phone{
		font-size: 32px
	}
	.footer-bottom .info_footer{
		width: 70%;
	}
}
@media (max-width: 1200px) {
	.top .logo{
		margin-top: 30px;
	}
	.top .logo img{
		width: 240px;
	}
	.top .menu li a{
		font-size: 16px
	}
	.top .menu{
		margin:45px 0px 0 255px;
	}
	.bar .phone.hide{
		display: none;
	}
	.footer-bottom .phone{
		font-size: 22px
	}
	.footer-bottom .info_footer{
		width: 75%;
	}
}
 
@media (max-width: 1100px) {
	.bar ul li a{
		padding:0 5px;
	}
	.bar .phone{
		font-size: 14px
	}
	.footer-bottom .phone{
		float: none;
		font-size: 42px
	}
	.footer-bottom .info_footer{
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}
@media (max-width: 980px) {
	.openmenu{
		display: block !important;
		position: fixed;
		left:10px;
		top: 40px;
		opacity: 1;
		z-index: 5;
	}
	.openmenu a{
		width:50px !important;
		text-indent: -9999px;
		padding-left: 38px !important;
	}
	.openmenu.open a{
		background-color: #da4316;
		box-shadow: 0 5px 5px  rgba(0,0,0,.15) inset
	}
	.wrapper{
		padding-top: 160px;
	}
	.wrap{
		padding:0 10px;
	}
	.top{
		height: 100px;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 5;
		background: #fff;
	}
	.top .login{
		left:50%;
		margin-left: -135px;
		right: auto;
	}
	.top .logo{
		margin:30px 0 0 85px;
	}
	.top .logo img{
		width: 205px;
	}
	.formlogin{
		left:50%;
		margin-left: -177px;
		right: auto;
		top: -60px;
	}
	.bar .recall{
		 
		position: absolute;
		top: -70px;
		right: 10px;
	}
	.bar .phone{
		margin-left: 0;
		text-align: center;
		font-size: 26px;
		float: left;	}
	.top .menu{
		display: none;
	}
	.bar{
		position: fixed;
		width: 100%;
		top: 100px;
		z-index: 5;
	}
	.bar ul{
		display: none;
	}
	.info .info_tabs img.info_img{
		float: none;
		max-width: 100%
	}
	.info .info_tabs{
		text-align: center;
	}
	.info .info_tabs .desc{
		text-align: left;
		margin-right: 0;
	}
	.content .l_col{
		display: none;
	}
	.content .r_col .cat .clr{
		display: block;
	}
	.content .r_col{
		margin-left:0;
	}
	.content .r_col .cat .item{
		width:33.3%;
	}
	.spec ul li{
		width: 50%;
	}
	.plus ul li{
		width: 50%;
	}
	.partners ul li{
		width: 33.333%;
	}
	.footer-top{
		display: none;
	}
	.footer-bottom .wrap, .footer-bottom{
		height: auto;
	}
	.footer-bottom .contacts_footer{
		position: relative;
		bottom: auto;
		right: auto;
		margin:20px auto -20px;
	}

	
}
@media (max-width: 740px) {

	form.order label span{
		display: none;
	}
	.content .r_col .catalog > .item{
		width: 50%;
	}
	.content .r_col .catalog_item > .item{
		width: 50%;
	}

}
@media (max-width: 640px) {
	.nav_fixed{
		top: 130px
	}
	.wrapper{
		padding-top: 230px;
	}
	.top{
		height: 130px;
	}
	.top .logo{
	/*	width:55px;*/
		overflow:hidden;
		padding-left: 70px;
		padding-right: 70px;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.formlogin{
		top: -90px;
	}
	.bar{
		height: 100px;
		top: 130px;
	}
	.bar .recall{
		right: auto;
		left: 50%;
		margin-left: -85px;
		top: -55px;
	}
	.bar .phone{
		width: 100%;
		margin-top: -96px;
	}
	.bar .phone.hide{
		display: none;
	}
	.bar .cart{
		width: 210px;
		margin-left: 0;
		margin:0 auto;
		float: none;
		margin-top: 50px;
	}
	.content .r_col .cat .item{
		width:100%;
	}
	.spec .heading{
		font-size: 30px
	}
	.spec ul li{
		width: 100%;
	}
	.plus .heading{
		font-size: 30px
	}
	.plus ul li{
		width: 100%;
	}
	.partners .heading{
		font-size: 30px
	}
	.partners ul li{
		width: 50%;
	}
	.content .r_col form.order p.title{
		font-size: 24px
	}
	.content .r_col .gallery{
		display: none;
	}
	.content .r_col .gallery > a{
		width: 100%;
	}
	.content .r_col .gallery > a img{
		width:100%;
	}
	.content .r_col .main_img{
		float: none;
		display: block;
	}
	.content .r_col .catalog > .item{
		width: 100%;
	}
	.content .r_col .catalog_item > .item{
		width: 100%;
	}
	.footer-bottom .phone{
		float: none;
		font-size: 26px
	}

}
@media (max-width: 540px) {
	.formlogin{
		width: 330px;
		margin-left: -170px;
	}
	form.order label{
		margin-left: 20px;
		margin-right: 20px;
		display: block;
		width: auto;
	}
	form.order .fileform{
		margin-left: 20px;
		margin-right: 20px;
		display: block;
		width: auto;
		height: auto;
	}
	form.order .fileform .selectbutton{
		width: 100%;
	}
	form.order .fileform .fflwrap{
		margin-left: 0;
		width: 100%;
		text-align: center;
		 
	}
	form.order label textarea{
		width: 100%;
	}
	form.order .rc{
		float: left;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}
	form.order .rc img{
		display: inline;
	}
	form.order .lc{
		width: 100%;
	}
	form.order .lc label{
		margin-left: 0;
		margin-right: 0;
	}
	form.order .cwrap{
		margin-left: 20px;
		margin-right: 20px;
		display: block;
		width: auto;
		height: auto;
	}
	form.order .lc input{
		width: 100%;
	}
	form.order .lc button{
		width: 100%;
	}
	form.order .fileform #upload{
		left: 0;
	}
}
