@import '../css/font-awesome.min.css';
@import '../css/fontGothamPro.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';
*{
	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:14px;
	line-height:20px;
	font-family:GothamProLight;
	p{
		margin-bottom:20px;
		text-align:justify;
	}
	ul,ol{
		margin-left:20px;
		margin-bottom:20px;
	}
	h1,h2,h3{
		margin-bottom:20px;
		line-height:1.2em;
		font-weight:normal;
		font-family:GothamProBold;
	}
	h1{
		font-size:24px;
		margin-bottom:30px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:18px;
	}
	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: 24px;
		line-height: 28px;
		font-family: GothamProBold;
	}
}
.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:250px;
	padding-top:40px;
	background: #f4f4f4;
}
#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;
	.content {
		background: #fff;
		box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.05);
		box-sizing: border-box;
		clear: both;
	}
	.lists {
		clear:both;
	}
	.title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
		font-family: GothamProBold;
		float: left;
		a{
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
	}
	.all{
		font-size: 12px;
		line-height: 33px;
		float: left;
		&:before {
			content: '\f111';
			font-family: FontAwesome;
			color: #a5a5a5;
			font-size: 5px;
			float: left;
			margin: 0 20px;
		}
		a {
			color: #a5a5a5;
			font-family: GothamProBold;
			text-decoration: none;
		}
	}
	&.block_header {
		background: #f4f4f4;
		padding: 40px 0 0;
		text-align: center;
	}
}
.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:20px;
	font-size:12px;
	line-height:15px;
	font-family:GothamProLight;
	img {
		margin:0 7px;
		width: 20px;
	}
	a{
		color:@color_text;
		text-decoration:none;
	}
}
.pages{
	float: right;
	ul{
		list-style:none;
		text-align:center;
		height: 30px;
		li{
			display: inline-flex;
			align-items: center;
			justify-content: center;
			margin: 0 5px;
			font-size: 12px;
			line-height: 18px;
			font-family: GothamProMedium;
			height: 30px;
			width: 20px;
			&:first-child {
				img {
					-moz-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-o-transform: rotate(180deg);
					transform: rotate(180deg);
				}
			}
			img {
				max-width: 100%;
			}
			a,span{
				display:inline-block;
				color: #3f3f3f;
			}
			a{
				text-decoration: none;
			}
			span {
				color: #fff;
				height: 20px;
				width: 20px;
				border-radius: 50%;
				display: flex;
				align-items: center;
				justify-content: center;
				background: rgb(242,85,0);
				background: -moz-linear-gradient(left, rgba(242,85,0,1) 0%, rgba(244,32,0,1) 100%);
				background: -webkit-linear-gradient(left, rgba(242,85,0,1) 0%,rgba(244,32,0,1) 100%);
				background: linear-gradient(to right, rgba(242,85,0,1) 0%,rgba(244,32,0,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25500', endColorstr='#f42000',GradientType=1 );
				float: left;
			}
		}
	}
}
.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;
	z-index:5;
	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;
		}
	}
}
@import 'custom.less';
.block_1 {
	padding:0;
	.slides .slides_container .slide a {
		text-decoration: none;
		color: #fff;
		font-size: 30px;
		line-height: 34px;
		text-transform: uppercase;
		font-family: GothamProLight;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.slides .pagination {
		text-align: left;
		left: calc(~"(100% - 1170px)/2");
		width: @width_wrap;
		li {
			margin: 0 7px;
			&:first-child {
				margin-left:0;
			}
			a {
				width: 8px;
				height: 8px;
				overflow: visible;
				border:1px solid #fff;
			}
			&.current {
				a {
					background: #c6232a;
					border-color: #c6232a;
					position: relative;
					&:after {
						position: absolute;
						content: '';
						top: -3px;
						left: -3px;
						right: -3px;
						bottom: -3px;
						background: #c6232a;
						border-radius:50%;
					}
				}
			}
		}
	}
}
.block_menu {
	padding: 0;
	ul {
		clear:both;
		background: #fff;
		box-shadow: 0 0 13px 4px rgba(0,0,0,0.05);
		padding: 30px;
		box-sizing: border-box;
		width: 100%;
		list-style: none;
		li {
			margin-bottom:15px;
			a {
				font-size: 12px;
				line-height: 18px;
				text-transform: uppercase;
				font-family: GothamProBold;
				text-decoration: none;
				color: @color_text;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				&:hover {
					color:@color_link;
				}
				span {
					width:70%;
				}
				span.img {
					width:20%;
					margin-right:10%;
					display: flex;
					align-items: center;
					justify-content: center;
					img {
						max-width:100%;
					}
				}
			}
			&:last-child {
				margin-bottom:0;
			}
		}
	}
}
.block_2, .block_3, .relative {
	padding: 0;
	margin-bottom:40px;
	#owl_relative{
		.owl-nav{
			margin:0;
			position:absolute;
			width:100%;
			top:50%;
			margin-top:-20px;
			.owl-prev,.owl-next{
				position:absolute;
				margin:0;
				padding:0;
				width:40px;
				height:40px;
				line-height:40px;
				text-align:center;
				background:fade(@color_link,10%);
				.border_radius(50%);
				font-size:22px;
				color:@color_link;
				&:hover{
					background:fade(@color_link,20%);
				}
			}
			.owl-prev{
				left:0;
			}
			.owl-next{
				right:0;
			}
		}
	}
	#owl_2 .owl-nav, #owl_3 .owl-nav, #owl_relative .owl-nav {
		top:-45px;
		margin-top:0;
		right:0;
		background-image:url(../images/bg-nav.png);
		background-repeat:no-repeat;
		background-position:center;
		width: 65px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		.owl-prev, .owl-next {
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			height: 25px;
			line-height: 25px;
			background: none;
			float: left;
			width: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}
}
.block_4 {
	padding:0;
	margin-bottom:40px;
	.lists.lists_1 {
		text-align:left;
		.item {
			width: 23%;
			margin-right: 2%;
			padding: 20px 10px;
			background: #fff;
			box-shadow: 0 0 13px 4px rgba(0,0,0,0.05);
			text-align: center;
			&:nth-child(4n) {
				margin-right:0;
			}
			.name {
				font-size: 14px;
				line-height: 18px;
				font-family: GothamProBold;
				display: flex;
				align-items: center;
				justify-content: center;
				margin: 0;
			}
			.photo {
				display: flex;
				align-items: center;
				justify-content: center;
				img {
					max-width:100%;
				}
			}
		}
	}
}
.block_5 {
	padding:0;
	margin-bottom:40px;
	.lists.lists_1 {
		padding: 50px 0;
		background-size: cover;
		background-position: center;
		.item {
			margin: 0;
			padding: 0 30px;
			color: #f4f4f4;
			.photo {
				margin-bottom: 15px;
				img {
					max-width:100%;
				}
			}
			.name {
				font-size: 14px;
				line-height: 14px;
				margin-bottom: 15px;
				text-transform: uppercase;
				font-family: GothamProBold;
			}
			.announce {
				font-family: GothamProLight;
				font-size: 10px;
				line-height: 18px;
			}
			&#item_1 {
				.photo {
					margin-bottom: 0;
					margin-top: 15px;
				}
			}
		}
	}
}
.block_6 {
	padding-bottom:0;
	.content {
		background:none;
		box-shadow:none;
	}
}
.inside #left {
	margin-top: 35px;
}
.filters {
	background: #5e5e5e;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 0 13px 4px rgba(0,0,0,0.05);
    margin-bottom: 30px;
	.filter {
		margin: 0;
		.name {
			margin: 0;
			font-size: 12px;
			line-height: 20px;
			color: #fff;
			font-family: GothamProLight;
		}
		button {
			font-size: 12px;
			line-height: 18px;
			font-family: GothamProMedium;
			font-weight: normal;
			text-transform: none;
			background: #ff5400;
			border: none;
			outline: none;
			height: 30px;
			border-radius: 20px;
			margin-left: 20px;
		}
		.left, .right {
			font-size: 12px;
			line-height: 20px;
			color: #fff;
			font-family: GothamProLight;
			input[type=text] {
				width: 50px;
				background: transparent;
				font-size: 12px;
				line-height: 25px;
				height: 25px;
				margin-right: 5px;
				font-family: GothamProLight;
				color: #c8c8c8;
				text-align: left;
				padding: 0 5px;
				box-sizing: border-box;
				border-color: #c8c8c8;
			}
		}
		.title {
			font-size: 14px;
			line-height: 20px;
			color: #fff;
			font-family: GothamProBold;
			margin-bottom: 15px;
		}
		.info {
			display: flex;
			align-items: center;
			justify-content: space-between;
			span.mdash {
				display:inline-block;
				width:20px;
				height:2px;
				background:#c8c8c8;
			}
			.range {
				position: relative;
				width: 415px;
				margin: 0;
				margin-right: 25px;
				.ui-slider-horizontal {
					margin: 35px 0;
					background: #424242 !important;
					height: 5px !important;
				}
				.ui-slider-range {
					background: rgb(247,112,0);
					background: -moz-linear-gradient(left, rgba(247,112,0,1) 0%, rgba(247,21,0,1) 100%);
					background: -webkit-linear-gradient(left, rgba(247,112,0,1) 0%,rgba(247,21,0,1) 100%);
					background: linear-gradient(to right, rgba(247,112,0,1) 0%,rgba(247,21,0,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77000', endColorstr='#f71500',GradientType=1 );
				}
				.ui-slider-handle {
					background: #5e5e5e !important;
					border-radius: 50% !important;
					width: 6px !important;
					height: 6px !important;
					border: 4px solid #fff !important;
				}
				&>span {
					position: absolute;
					font-size: 10px;
					line-height: 20px;
					font-family: GothamProLight;
					color: #3f3f3f;
					padding: 0 5px;
					border-radius: 5px;
					min-width: 60px;
					text-align: center;
					background: rgb(180,180,180);
					background: -moz-linear-gradient(left, rgba(180,180,180,1) 1%, rgba(251,251,251,1) 100%);
					background: -webkit-linear-gradient(left, rgba(180,180,180,1) 1%,rgba(251,251,251,1) 100%);
					background: linear-gradient(to right, rgba(180,180,180,1) 1%,rgba(251,251,251,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#fbfbfb',GradientType=1 );
					&:after {
						content: '';
						position: absolute;
						border: 4px solid transparent;
					}
					&.left {
						top:0;
						margin-left: -12px;
						&:after {
							top: 100%;
							left:5px;
							border-top: 4px solid #b8b8b8;
						}
					}
					&.right {
						margin-left:-65px;
						bottom:0;
						background: rgb(251,251,251);
						background: -moz-linear-gradient(left, rgba(251,251,251,1) 0%, rgba(180,180,180,1) 99%);
						background: -webkit-linear-gradient(left, rgba(251,251,251,1) 0%,rgba(180,180,180,1) 99%);
						background: linear-gradient(to right, rgba(251,251,251,1) 0%,rgba(180,180,180,1) 99%);
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#b4b4b4',GradientType=1 );
						&:after {
							bottom: 100%;
							right:5px;
							border-bottom: 4px solid #b8b8b8;
						}
					}
				}
			}
		}
	}
}
#more {
	display: inline-block;
    float: left;
    cursor: pointer;
	a {
		font-size: 12px;
		line-height: 30px;
		color: #3f3f3f;
		text-decoration: none;
		font-family: GothamProMedium;
		text-transform: uppercase;
		display: block;
		border: 1px solid #ff5400;
		border-radius: 20px;
		height: 30px;
		width: 160px;
		text-align: center;
		&:hover {
			box-shadow:0 0 5px @color_link;
		}
	}
}