@import '../css/font-awesome.min.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.less';
@import 'vars.less';
@import 'functions.less';
@import 'header.less';
@import 'footer.less';
@import 'catalog.less';
@import 'razdels.less';
@import 'lists.less';
@import 'data.less';
@import 'form.less';
@import 'articles.less';
@import 'others.less';
@import 'gallery.less';
@import 'specialists.less';
@import 'gb.less';
@import 'pricelist.less';
@import 'headers.less';
@import 'basket.less';
@import '../fonts/gothampro/stylesheet.css';
*{
	font-size:1em;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,label,legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:@font_base;
	font-size:14px;
	line-height:16px;
	color:@color_text;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article,.article{
	font-size:16px;
	line-height:25px;
	p{
		margin-bottom:10px;
		text-align:justify;
	}
	ul,ol{
		margin-left:20px;
		margin-bottom:10px;
	}
	h1,h2,h3{
		margin-bottom:10px;
		line-height:1.2em;
	}
	h1{
		font-size:28px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:20px;
	}
	table{
		margin-bottom:10px;
		border-collapse:collapse;
		th,td{
			padding-right:20px;
		}
		th{
			text-align:left;
		}
	}
}
input[type=text],input[type=password],input[type=email],textarea{
	border:1px solid @color_gray;
	font-family:@font_base;
	&:focus{
		outline:none;
		border-color:@color_link;
	}
}
input[type=submit],input[type=button],button{
	background:@color_link;
	border:2px solid @color_link;
	box-sizing:border-box;
	.border_radius();
	height:40px;
	padding:0 20px;
	cursor:pointer;
	color:@color_white;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-appearance:none;
	&:hover{
		background:@color_white;
		color:@color_link;
	}
}
sup{
	font-size:70%;
	line-height:0;
}
a.button{
	display:inline-block;
	background:@color_link;
	border:2px solid @color_link;
	box-sizing:border-box;
	.border_radius();
	line-height:40px;
	padding:0 20px;
	color:@color_white;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	&:hover{
		background:@color_white;
		color:@color_link;
	}
}
.page_title{
	margin-bottom:20px;
	h1,.h1{
		font-size:42px;
		line-height:42px;
		font-weight:700;
	}
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mess_err{
	color:@color_red;
	font-weight:bold;
}
.mess_ok{
	color:@color_green;
	font-weight:bold;
}
.wrap{
	width:@width_wrap;
	margin:0 auto;
	position:relative;
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
}
#middle{
	height:auto;
	position:relative;
	//padding-bottom:220px;
	padding-top:20px;
}
#left{
	float:left;
	width:@width_left;
}
#content{
	float:right;
	width:@width_content;
	position:relative;
	padding:0;
}
#right{
	float:right;
	width:@width_right;
	margin-left:20px;
}
.block{
	//padding:40px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
	position:relative;
	.title{
		font-size:28px;
		line-height:28px;
		font-weight:700;
		margin-bottom:20px;
		text-align:center;
		a{
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
	}
	.all{
		text-align:right;
		font-weight:700;
		font-size:16px;
		line-height:18px;
	}
	&.block_1,&.block_8 {
		padding:40px 0;
		.brands {
			.items {
				display: flex;
				flex-wrap: wrap;
				background: black;
				.item {
					width: 16.6667%;
					padding: 30px 20px 70px 20px;
					box-sizing: border-box;
					background-position-x: center;
					background-position-y: center;
					background-repeat: no-repeat;
					background-size: cover;
					position: relative;
					.text {
						display: table;
						.photo {
							display: table-cell;
							padding-right: 10px;
							box-sizing: border-box;
							vertical-align: middle;
						}
						.name {
							display: table-cell;
							vertical-align: middle;
							font-size: 15px;
							line-height: 18px;
							font-weight: 600;
							color: @color_white;
						}
					}
					.announce {
						display: inline-block;
						width: 100%;
						margin-top: 40px;
						font-size: 16px;
						line-height: 20px;
						font-weight: 600;
						color: @color_white;
					}
					.prices {
						position: absolute;
						bottom: -10px;
						left: 0;
						width: 100%;
						text-align: center;
						a {
							display: inline-block;
							text-decoration: none;
							text-transform: uppercase;
							font-size: 12px;
							line-height: 16px;
							padding: 10px 20px;
							font-weight: 300;
							color: @color_white;
							background: #24445e;
							i {
								font-size: 16px;
							}
							&:hover {
								background: @color_link;
							}
						}
					}
				}
				.item:nth-child(4){
					width: 50%;
					background-image: url('/assets/images/item_4.jpg')!important;
				}
			}
		}
	}
	&.block_3,&.block_13 {
		padding:60px 0;
		.inline_form {
			height: 480px;
			background-image: url('/assets/images/back_form.jpg');
			background-position-x: center;
			background-position-y: top;
			padding: 70px 100px 0 100px;
			box-sizing: border-box;
			h2 {
				font-size: 26px;
				line-height: 26px;
				color: @color_white;
				text-transform: uppercase;
				font-weight: 600;
				margin-bottom: 35px;
			}
			.form_tab {
				display: table;
				width: 100%;
				.form_col {
					display: table-cell;
					width: 33.333%;
					padding: 0 15px;
					box-sizing: border-box;
					vertical-align: top;
					label {
						input[type=text],input[type=email] {
							width: 100%;
							padding: 10px;
							box-sizing: border-box;
							margin-bottom: 15px;
							background-color: transparent;
							color: @color_white;
							&::-webkit-input-placeholder {color:#a1c6de; font-weight: 300;}
							&::-moz-placeholder          {color:#a1c6de; font-weight: 300;}/* Firefox 19+ */
							&:-moz-placeholder           {color:#a1c6de; font-weight: 300;}/* Firefox 18- */
							&:-ms-input-placeholder      {color:#a1c6de; font-weight: 300;}
						}
						textarea {
							width: 100%;
							resize: none;
							padding: 10px;
							box-sizing: border-box;
							background-color: transparent;
							height: 145px;
							color: @color_white;
							&::-webkit-input-placeholder {color:#a1c6de; font-weight: 300;}
							&::-moz-placeholder          {color:#a1c6de; font-weight: 300;}/* Firefox 19+ */
							&:-moz-placeholder           {color:#a1c6de; font-weight: 300;}/* Firefox 18- */
							&:-ms-input-placeholder      {color:#a1c6de; font-weight: 300;}
						}
					}
					&:nth-child(3) {
						label {
							&:nth-child(2) {
								float: left;
								width: 48%;
							}
							&:nth-child(3) {
								float: right;
								width: 48%;
							}
						}
					}
					input[type=submit] {
						width: 100%;
						border-radius:0;
						font-size: 12px;
						font-weight: 600;
						&:hover {
							color: @color_white;
							background: @color_blue;
							border-color: @color_blue;
						}
					}
				}
			}
		}
	}
	&.block_4,&.block_12 {
		.market {
			height: 700px;
			background-image: url('/assets/images/back_market.jpg');
			background-position-x: center;
			background-position-y: top;
			padding-top: 90px;
			.title {
				text-align: left;
				position: relative;
				padding-left: 20px;
				margin-bottom: 20px;
				&:before {
					color: @color_white;
					position: absolute;
					content: '\25A0';
					font-size: 14px;
					line-height: 14px;
					top: 4px;
					left: 0;
				}
				h2 {
					color: @color_white;
					font-size: 26px;
					line-height: 26px;
					text-transform: uppercase;
					font-weight: 600;
					margin-bottom: 5px;
				}
				.name {
					color: @color_white;
					font-size: 18px;
					line-height: 18px;
					text-transform: uppercase;
					font-weight: 600;
					margin-bottom: 20px;
				}
			}
			.photo {
				img {
					width: 100%;
				}
			}
		}
	}
	&.block_5,&.block_11 {
		.work {
			background-image: url('/assets/images/back_work.jpg');
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 90px;
			display: inline-block;
			width: 100%;
			.title {
				text-align: left;
				position: relative;
				padding-left: 20px;
				display: inline-block;
				margin-bottom: 40px;
				&:before {
					color: #b8b8b8;
					position: absolute;
					content: '\25A0';
					font-size: 14px;
					line-height: 14px;
					top: 4px;
					left: 0;
				}
				&:after {
					color: #b8b8b8;
					position: absolute;
					content: '\2014';
					font-size: 30px;
					line-height: 14px;
					top: 4px;
					right: -40px;
				}
				h2 {
					color: @color_text;
					font-size: 26px;
					line-height: 26px;
					text-transform: uppercase;
					font-weight: 600;
					margin-bottom: 5px;
				}
			}
			.items {
				position: relative;
				display: block;
				height: 500px;
				margin-bottom: 80px;
				.item {
					position: absolute;
					display: inline-block;
					width: 220px;
					box-sizing: border-box;
					text-align: center;
					&:nth-child(1) {
						top:0;
						left: 0;
					}
					&:nth-child(2) {
						bottom:0;
						left: 160px;
						.photo {
							position: relative;
							&:before {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								width: 65px;
								height: 65px;
								top: -70px;
								left: -20px;
							}
							&:after {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								-webkit-transform: rotate(270deg);
								-moz-transform: rotate(270deg);
								-ms-transform: rotate(270deg);
								-o-transform: rotate(270deg);
								transform: rotate(270deg);
								width: 65px;
								height: 65px;
								top: -70px;
								right: -20px;
							}
						}
					}
					&:nth-child(3) {
						top:0;
						left: 330px;
					}
					&:nth-child(4) {
						bottom:0;
						left: 490px;
						.photo {
							position: relative;
							&:before {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								width: 65px;
								height: 65px;
								top: -70px;
								left: -20px;
							}
							&:after {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								-webkit-transform: rotate(270deg);
								-moz-transform: rotate(270deg);
								-ms-transform: rotate(270deg);
								-o-transform: rotate(270deg);
								transform: rotate(270deg);
								width: 65px;
								height: 65px;
								top: -70px;
								right: -20px;
							}
						}
					}
					&:nth-child(5) {
						top:0;
						left: 650px;
					}
					&:nth-child(6) {
						bottom:0;
						left: 810px;
						.photo {
							position: relative;
							&:before {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								width: 65px;
								height: 65px;
								top: -70px;
								left: -20px;
							}
							&:after {
								position: absolute;
								content: '';
								background-image: url('/assets/images/arrow.png');
								-webkit-transform: rotate(270deg);
								-moz-transform: rotate(270deg);
								-ms-transform: rotate(270deg);
								-o-transform: rotate(270deg);
								transform: rotate(270deg);
								width: 65px;
								height: 65px;
								top: -70px;
								right: -20px;
							}
						}
					}
					&:nth-child(7) {
						top:0;
						right: 0;
					}
					.photo {
						img {
							-webkit-filter: drop-shadow(0px 0px 25px rgba(255,102,0,0.3));
						}
					}
					.name {
						margin-top: 15px;
						font-size: 12px;
						font-weight: 500;
					}
				}
			}
		}
	}
	&.block_6,&.block_10 {
		.fact {
			background-image: url('/assets/images/back_fact.jpg');
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 90px;
			display: inline-block;
			width: 100%;
			height: 470px;
			box-sizing: border-box;
			.title {
				text-align: left;
				position: relative;
				padding-left: 20px;
				display: inline-block;
				margin-bottom: 80px;
				&:before {
					color: @color_white;
					position: absolute;
					content: '\25A0';
					font-size: 14px;
					line-height: 14px;
					top: 4px;
					left: 0;
				}
				&:after {
					color: @color_white;
					position: absolute;
					content: '\2014';
					font-size: 30px;
					line-height: 14px;
					top: 4px;
					right: -40px;
				}
				h2 {
					color: @color_white;
					font-size: 26px;
					line-height: 26px;
					text-transform: uppercase;
					font-weight: 600;
					margin-bottom: 5px;
				}
			}
			.items {
				display: flex;
				flex-wrap: wrap;
				.item {
					width: 25%;
					.name {
						font-size: 46px;
						line-height: 46px;
						font-weight: 300;
						color: #173751;
						background: @color_link;
						display: inline-block;
						padding: 10px;
						margin-bottom: 20px;
					}
					.announce {
						font-size: 18px;
						line-height: 18px;
						font-weight: 300;
						color: @color_white;
						padding-right: 90px;
					}
				}
			}
		}
	}
	&.block_7,&.block_9 {
		.isour {
			padding: 40px 0 40px 0;
			display: inline-block;
			width: 100%;
			box-sizing: border-box;
			.title {
				width: 48%;
				text-align: left;
				position: relative;
				padding-left: 20px;
				display: inline-block;
				margin-bottom: 30px;
				h2 {
					color: @color_text;
					font-size: 18px;
					line-height: 26px;
					text-transform: uppercase;
					font-weight: 600;
					margin-bottom: 5px;
					&:before {
						color: #b8b8b8;
						position: absolute;
						content: '\25A0';
						font-size: 14px;
						line-height: 14px;
						top: 4px;
						left: 0;
					}
					&:after {
						color: #b8b8b8;
						position: absolute;
						content: '\2014';
						font-size: 30px;
						line-height: 14px;
						top: 4px;
						margin-left: 20px;
					}
				}
			}
			.bg_block_1{
				display: block;
		    position: absolute;
		    background: #f5f5f5;
		    height: 365px;
		    width: 580px;
		    z-index: -1;
			}
			.bg_block_2{
				display: block;
				position: absolute;
				background: #f5f5f5;
		    height: 365px;
				width: 580px;
				z-index: -1;
				right: 0;
			}
			.items {
				padding: 20px;
				display: flex;
				flex-wrap: wrap;
				.item {
					width: 280px;
			    padding-right: 20px;
			    padding-bottom: 30px;
					box-sizing: border-box;
					display: table;
					.photo {
						display:table-cell;
						padding-right: 15px;
						vertical-align: top;
					}
					.text {
						display:table-cell;
						vertical-align: top;
						min-width: 170px;
						.name {
							font-size: 14px;
							line-height: 14px;
							font-weight: 600;
							text-transform: uppercase;
							margin-bottom: 5px;
						}
						.announce {
							font-size: 12px;
							font-weight: 400;
						}
					}
				}
				.item:nth-child(4n+2){
					margin-right: 30px;
				}
				.item:nth-child(4n){
					padding-right: 0;
					width: 260px;
				}
				.item:last-child{
					margin-top: -10px;
				}
			}
		}
	}
	&.block_9{
		.isour .bg_block_1{
			height: 350px;
		}
		.isour .bg_block_2{
			height: 350px;
		}
		.isour .items .item:last-child{
			margin-top: 10px;
		}
	}
}
.rows{
	text-align:center;
	.item{
		display:inline-block;
		vertical-align:top;
		.photo,.name{
			margin-bottom:15px;
		}
		.photo{
			position:relative;
			.date{
				position:absolute;
				z-index:20;
				background:fade(@color_link,70%);
				color:@color_white;
				padding:10px;
				left:0;
				top:20px;
			}
		}
		.date{
			font-size:12px;
			line-height:14px;
			margin-bottom:10px;
		}
		.name{
			font-size:18px;
			line-height:20px;
			a{
				text-decoration:none;
				color:@color_text;
				&:hover{
					color:@color_link;
				}
			}
		}
		.more{
			a{
				display:inline-block;
				border:1px solid @color_link;
				text-transform:uppercase;
				line-height:40px;
				padding:0 35px;
				text-decoration:none;
				&:hover{
					color:@color_white;
					background:@color_link;
				}
			}
		}
	}
}
.bc{
	margin-bottom:15px;
	font-size:12px;
	a{
		color:@color_text;
	}
}
.pages{
	padding:20px 0px;
	ul{
		list-style:none;
		text-align:center;
		li{
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
			a,span{
				display:inline-block;
				padding:5px;
				border-bottom:2px solid transparent;
			}
			a{
				text-decoration:none;
			}
			span,a:hover{
				color:@color_text;
				border-color:@color_link;
			}
		}
	}
}
.popup_page{
	padding:40px;
}
#color_changer{
	li{
		cursor:pointer;
		border:1px solid @color_text;
		display:inline-block;
		width:20px;
		height:20px;
		margin:0 5px 5px 0;
		vertical-align:top;
		&.active{
			border:1px solid @color_red;
		}
	}
}
#back_top{
	position:fixed;
	bottom:50px;
	right:50px;
	background:@color_link;
	opacity:0.7;
	.transition(1s);
	.border_radius(50%);
	&:hover{
		opacity:1;
	}
	a{
		width:50px;
		height:50px;
		line-height:50px;
		display:block;
		text-align:center;
		font-size:25px;
		color:@color_white;
	}
}
.termins{
	.termins_letter{
		font-size:1.5em;
		line-height:1.6em;
		font-weight:bold;
	}
	.termins_letter_container{
		margin-bottom:1.5em;
		.termin_item{
			width:30%;
			float:left;
			padding-bottom:0.4em;
		}
	}
}
.compare_table{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	tr{
		td{
			padding:7px;
			border-bottom:1px dashed @color_gray;
			border-right:1px dashed @color_gray;
			&:last-child{
				border-right:0px;
			}
		}
	}
	.photo{
		position:relative;
		a{
			text-decoration:none;
		}
		.delete_from_compare{
			display:block;
			position:absolute;
			right:10px;
			top:10px;
			background:@color_link;
			color:@color_white;
			.border_radius;
			padding:2px 4px;
		}
	}
	.name{
		font-weight:bold;
		text-transform:uppercase;
		a{
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
	.param{
		font-weight:bold;
	}
}
aside{
	.article_item{
		.article_item_photo,.article_item_text{
			float:none;
			width:100%;
		}
	}
}
.tabs{
	.tabs_navigation{
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				border:1px solid @color_link;
				color:@color_link;
				height:40px;
				line-height:40px;
				padding:0 20px;
				cursor:pointer;
				&.active{
					background:@color_link;
					color:@color_white;
					cursor:default;
				}
			}
		}
	}
	.tabs_content{
		.tab{
			display:none;
			&.active{
				display:block;
			}
		}
	}
}
.form_messages{
	margin-bottom:20px;
	textarea{
		width:100%;
		resize:vertical;
		height:100px;
	}
}
.messages{
	.message_item{
		padding:10px;
		border:1px solid @color_gray;
		margin-bottom:20px;
		.info{
			font-weight:bold;
			margin-bottom:5px;
			span{
				font-style:italic;
				font-weight:normal;
			}
		}
	}
	.message_new{
		background:fade(@color_red,20%);
	}
	.message_item_sys{
		margin-left:70px;
	}
	.message_item_user{
		margin-right:70px;
	}
}
.catalog_limit{
	a{
		display:inline-block;
		vertical-align:top;
		.border_radius(14px);
		margin:0 2px;
		line-height:32px;
		padding:0 15px;
		background:@color_gray;
		text-decoration:none;
		color:@color_text;
		&.active,&:hover{
			color:@color_white;
			background:@color_text;
		}
	}
}
.catalog_sort{
	a{
		display:inline-block;
		vertical-align:top;
		padding-left:15px;
		color:@color_text;
		text-decoration:none;
		&.active,&:hover{
			color:@color_link;
		}
	}
}
.filters{
	.filter{
		margin-bottom:15px;
		.name{
			display:block;
			font-size:22px;
			line-height:24px;
			margin-bottom:10px;
		}
		.range{
			margin-bottom:10px;
			.ui-slider-horizontal{
				border-radius:0 !important;
				height:4px !important;
				background:@color_gray !important;
				border:0 !important;
				margin-bottom:10px;
			}
			.ui-slider-range{
				background:@color_link;
			}
			.ui-slider-handle{
				background:@color_gray !important;
				border-radius:50% !important;
				width:14px !important;
				height:14px !important;
				top:-5px !important;
				border:0 !important;
			}
		}
		.left,.right{
			font-size:14px;
			line-height:20px;
			input[type=text]{
				width:60px;
				height:20px;
				text-align:center;
				padding:0;
			}
		}
		.vars{
			label{
				display:block;
			}
		}
	}
	.submit{
		text-align:right;
	}
}
.version_desktop,.version_mobile{
	text-align:center;
	background:@color_gray;
	line-height:40px;
	text-transform:uppercase;
	a{
		color:@color_text;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
}
.questions{
	.item{
		margin-bottom:20px;
		.question{
			font-size:18px;
			line-height:20px;
			font-weight:700;
			&.full{
				padding-left:30px;
				position:relative;
				cursor:pointer;
				i{
					position:absolute;
					top:0;
					left:0;
				}
				&.active,&:hover{
					color:@color_link;
				}
				&+.answer{
					display:none;
				}
			}
		}
		.answer{
			padding-top:10px;
			padding-left:30px;
		}
	}
}
.cookie_policy{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:20px 100px;
	background:fade(@color_black,80%);
	color:@color_white;
	line-height:30px;
	a{
		display:inline-block;
		padding:0 15px;
		margin-left:15px;
		background:@color_link;
		color:@color_white;
		border:2px solid @color_link;
		box-sizing:border-box;
		text-decoration:none;
		i{
			margin-right:5px;
		}
		&:hover{
			background:@color_white;
			color:@color_link;
		}
	}
}
/*ymaps>ymaps>ymaps>ymaps {
	&:nth-child(6) {
		ymaps>ymaps>ymaps {
			&:nth-child(2) {
				&>ymaps {
					background-image:url("/favicon.png");
					background-size:cover;
					height: 34px !important;
				}
			}
		}
	}
}*/
@import 'custom.less';
