@import '../css/font-awesome.min.css';
@import '../css/GothamPro.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.css';
@import 'vars.less';
@import 'functions.less';
@color_white:#ffffff;
@color_black:#000000;
@color_gray:#cccccc;
@color_red:#e03c42;
@color_green:#4fad51;
@color_light:#d9ad69;
@color_hover:#9e300e;
@font_300:"GothamProLight",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_300_it:"GothamProLightItalic",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_400:"GothamProRegular",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_500:"GothamProMedium",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_700:"GothamProBold",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_700_it:"GothamProBoldItalic",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_900:"GothamProBlack",Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_base:@font_300;
*{
	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:16px;
	line-height:22px;
	color:@color_text;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article{
	p{
		margin-bottom:10px;
	}
	ul,ol{
		margin-left:20px;
		margin-bottom:10px;
	}
	h1,h2,h3{
		margin-bottom:10px;
		line-height:1.2em;
		font-family:@font_700;
	}
	strong,b{
		font-family:@font_700;
	}
	h1{
		font-size:28px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:20px;
	}
	table{
		margin-bottom:10px;
		border-collapse:collapse;
	}
}
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_hover;
	height:40px;
	padding:0 35px;
	border:0px;
	font-size:12px;
	.border_radius(20px);
	font-family:@font_700;
	cursor:pointer;
	color:@color_white;
	text-transform:uppercase;
	&:hover{
		background:@color_link;
	}
}
.page_title h1, .h1, .block .title{
	margin-bottom:25px;
	font-size:28px;
	line-height:30px;
	font-family:@font_700;
	text-transform:uppercase;
	color:@color_link;
}
.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;
}
header{
	position:relative;
	background:url("../images/header.jpg") top center;
	.header{
		padding:20px 0;
	}
	#logo{
		float:left;
	}
	.langs{
		float:left;
		text-transform:uppercase;
		margin-left:170px;
		color:@color_white;
		font-family:@font_700;
		padding-top:30px;
		a{
			text-decoration:none;
			color:@color_light;
			&:hover{
				text-decoration:underline;
			}
		}
	}
	.desc{
		float:left;
		color:@color_light;
		text-transform:uppercase;
		font-size:14px;
		padding-top:20px;
		padding-left:20px;
		font-family:@font_700;
	}
	.contacts{
		float:right;
		background:url("../images/icon_phone.png") no-repeat center left;
		padding-left:40px;
		margin-top:15px;
		margin-left:60px;
		.phone{
			font-size:16px;
			line-height:16px;
			margin-bottom:5px;
			font-family:@font_700;
			color:@color_white;
			a{
				color:@color_white;
				text-decoration:none;
			}
		}
		.call{
			font-size:14px;
			line-height:14px;
			font-family:@font_400;
			text-transform:lowercase;
			a{
				color:@color_light;
				text-decoration:none;
				border-bottom:1px solid @color_light;
				&:hover{
					border-color:transparent;
				}
			}
		}
	}
	.address{
		float:right;
		background:url("../images/icon_address.png") no-repeat center left;
		padding-left:40px;
		margin-top:20px;
		font-size:14px;
		line-height:17px;
		color:@color_white;
		font-family:@font_500;
		span{
			display:block;
			font-size:12px;
			line-height:14px;
			color:@color_light;
		}
	}
	nav{
		border-bottom:1px solid @color_light;
		margin-top:10px;
		text-align:center;
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				position:relative;
				line-height:30px;
				font-size:12px;
				text-transform:uppercase;
				font-family:@font_700;
				a{
					display:block;
					padding:0 20px;
					text-decoration:none;
					color:@color_white;
					.border_radius(10px);
				}
				&.active a{
					color:@color_light;
				}
				&:hover > a{
					background:@color_hover;
				}
				ul{
					position:absolute;
					background:#f7ece3;
					top:30px;
					left:0;
					z-index:20;
					padding:15px;
					.border_radius(10px);
					display:none;
					li{
						display:block;
						white-space:nowrap;
						text-align:left;
						a{
							border-bottom:1px solid @color_gray;
							.border_radius(0);
							padding:0;
							color:@color_text;
							font-family:@font_400;
							text-transform:none;
						}
						&.active a,a:hover{
							color:@color_hover;
							background:transparent;
						}
					}
				}
				&:hover{
					ul{
						display:block;
					}
				}
			}
		}
	}
}
#body.index{
	header{
		height:550px;
		.header{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			z-index:200;
		}
	}
	.page_content{
		width:1030px;
		margin:0 auto;
	}
}
.block_2,.block_8{
	margin:30px 0;
	.rows{
		border-top:1px solid @color_link;
		border-bottom:1px solid @color_link;
		padding:25px 0;
		.item{
			width:190px;
			margin-right:15px;
			.photo{
				height:85px;
				width:190px;
				display:table-cell;
				vertical-align:middle;
				text-align:center;
			}
			.name{
				text-transform:uppercase;
				font-family:@font_700;
				font-size:14px;
				line-height:17px;
				padding-top:10px;
			}
			&:last-child{
				margin-right:0;
			}
		}
	}
}
.block_3,.block_9{
	.title{
		span{
			font-size:18px;
		}
	}
	#carousel_3,#carousel_9{
		.overview{
			li{
				.name{
					padding-top:5px;
					font-size:11px;
					line-height:12px;
					text-transform:uppercase;
					font-family:@font_500;
				}
			}
		}
		.buttons{
			display:block !important;
		}
	}
}
.block_4,.block_11{
	.title{
		font-family:@font_700_it;
	}
	form{
		height:387px;
		padding:50px 100px;
		box-sizing:border-box;
		position:relative;
		background:url("../images/bg_form.jpg") no-repeat top center;
		label{
			display:block;
			margin-bottom:20px;
			width:505px;
			margin-right:20px;
			&.label_5,&.label_23{
				position:absolute;
				top:50px;
				right:100px;
				margin-right:0;
			}
			span{
				display:block;
				font-family:@font_700_it;
				font-size:16px;
				line-height:20px;
				color:@color_link;
			}
		}
		input[type=text],input[type=email],textarea{
			border:0;
			border-bottom:1px solid @color_link;
			width:505px;
			padding:0;
			color:#8f8f8f;
			font-family:@font_700_it;
			font-size:12px;
			background:transparent;
		}
		input[type=text],input[type=email]{
			height:30px;
		}
		textarea{
			height:90px;
			padding-top:10px;
			resize:none;
		}
		.submit{
			padding-top:20px;
			clear:both;
		}
		input[type=submit]{
			display:inline-block;
			width:150px;
			height:40px;
			.border_radius(20px);
			background:@color_hover;
			font-family:@font_700_it;
			font-size:12px;
			&:hover{
				background:@color_link;
			}
		}
	}
}
.block_5,.block_10{
	height:200px;
	padding:25px 50px;
	margin:50px 0;
	box-sizing:border-box;
	background:url("../images/bg_info.jpg") top center;
	text-align:center;
	.title{
		background:url("../images/icon_info.png") no-repeat top center;
		padding-top:110px;
		font-family:@font_400;
		font-size:18px !important;
		text-transform:none !important;
		color:@color_white;
		a{
			color:@color_white;
			text-decoration:none;
			border-bottom:1px solid fade(@color_white,50%);
			&:hover{
				border-color:transparent;
			}
		}
	}
}
.block_6{
	form{
		height:387px;
		background:url("../images/bg_form_left.jpg") top center;
		box-sizing:border-box;
		padding:30px 25px;
		color:@color_white;
		input[type=text],input[type=email],textarea{
			background:transparent;
			padding:0;
			border:0;
			border-bottom:1px solid @color_link;
			color:#bdbdbd;
			font-family:@font_300_it;
			font-size:12px;
			padding:5px 0;
			width:100%;
		}
		textarea{
			resize:none;
			height:50px;
		}
		input[type=submit]{
			height:40px;
			padding:0 35px;
			.border_radius(20px);
			box-sizing:border-box;
			border:2px solid @color_hover;
			background:@color_hover;
			font-size:12px;
			font-family:@font_700;
			&:hover{
				background:@color_white;
				color:@color_hover;
			}
		}
		label{
			display:block;
			margin-bottom:15px;
			span{
				display:block;
				font-size:14px;
				font-family:@font_700;
			}
		}
	}
}
.subcats,.catalog{
	.item{
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid @color_gray;
		.photo{
			float:left;
			width:295px;
		}
		.text{
			float:right;
			width:610px;
		}
		.info{
			margin-bottom:15px;
		}
	}
}
.catalog{
	.title{
		color:@color_link;
		margin-bottom:10px;
		text-transform:uppercase;
		font-family:@font_700;
		font-size:18px;
	}
	.cat,.heart{
		display:inline-block;
		vertical-align:top;
	}
	.cat{
		width:295px;
		.photo{
			float:none;
		}
	}
	.heart{
		width:250px;
		text-align:center;
		padding-top:20px;
		i{
			color:fade(@color_red,80%);
			font-size:120px;
		}
		.info{
			padding-top:20px;
		}
	}
}
.subcats,.catalog,.detail_catalog,.gallery{
	.info{
		p{
			line-height:25px;
			&.status{
				span{
					.border_radius(15px);
					padding:0 10px;
					display:inline-block;
				}
			}
		}
		strong{
			font-family:@font_500;
			font-weight:400;
		}
		a{
			color:@color_text;
			text-decoration:none;
			border-bottom:1px solid @color_hover;
			&:hover{
				color:@color_hover;
			}
		}
		.order{
			padding-top:15px;
			a{
				display:inline-block;
				background:@color_hover;
				border:2px solid @color_hover;
				box-sizing:border-box;
				height:40px;
				line-height:40px;
				padding:0 35px;
				.border_radius(20px);
				color:@color_white;
				text-decoration:none;
				text-transform:uppercase;
				font-size:12px;
				font-family:@font_700;
				&:hover{
					background:@color_white;
					color:@color_hover;
				}
			}
		}
	}
}
.catalog{
	&>.info{
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid @color_gray;
	}
}
.subcats{
	.item{
		.text{
			.name{
				font-size:20px;
				font-family:@font_700;
				margin-bottom:15px;
				a{
					text-decoration:none;
					&:hover{
						color:@color_hover;
					}
				}
			}
			.more{
				font-size:12px;
				font-family:@font_500;
				a{
					color:@color_hover;
					text-decoration:none;
					border-bottom:1px solid @color_hover;
					&:hover{
						color:@color_link;
						border-color:@color_link;
					}
				}
			}
		}
	}
}
.detail_catalog{
	.top{
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom:1px solid @color_gray;
		.photo{
			float:left;
			width:295px;
		}
		.info{
			float:right;
			width:610px;
		}
	}
	.text{
		margin-bottom:30px;
	}
	#photos{
		margin-bottom:30px;
		padding:30px;
		border-top:1px solid @color_gray;
		border-bottom:1px solid @color_gray;
		li{
			margin-right:10px;
		}
	}
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:280px;
	padding-top:40px;
}
.filter_main{
	background:#f2ede5;
	.item{
		float:left;
		width:20%;
		height:420px;
		padding-top:40px;
		box-sizing:border-box;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
		div{
			height:340px;
			border-right:1px solid @color_gray;
			position:relative;
		}
		&:last-child div{
			border-right:0px;
		}
		a{
			background:url("../images/icon_filter.png") #e5dccb no-repeat 7px 50%;
			padding:10px 7px 10px 33px;
			line-height:17px;
			text-transform:uppercase;
			font-size:13px;
			font-family:@font_700;
			display:inline-block;
			width:230px;
			position:absolute;
			left:10px;
			top:50px;
			box-sizing:border-box;
			text-decoration:none;
			white-space:nowrap;
			span{
				display:inline-block;
				position:absolute;
				top:10px;
				right:7px;
				//float:right;
				width:17px;
				height:17px;
				color:@color_white;
				.border_radius(50%);
				background:@color_hover;
				text-align:center;
				font-family:@font_300;
			}
			&:hover,&.active{
				color:@color_hover;
			}
		}
		&:nth-child(even){
			a{
				top:10px;
			}
		}
	}
}
#left{
	float:left;
	width:@width_left;
	.block{
		.title{
			font-size:20px;
			line-height:22px;
		}
	}
	.filter{
		margin-bottom:50px;
		.item{
			margin-bottom:10px;
			a{
				background:url("../images/icon_filter.png") #e5dccb no-repeat 10px 50%;
				padding:10px 10px 10px 40px;
				line-height:17px;
				text-transform:uppercase;
				font-size:14px;
				font-family:@font_700;
				display:block;
				text-decoration:none;
				span{
					float:right;
					width:17px;
					height:17px;
					color:@color_white;
					.border_radius(50%);
					background:@color_hover;
					text-align:center;
					font-family:@font_300;
				}
				&:hover,&.active{
					color:@color_hover;
				}
			}
		}
	}
}
#content{
	float:right;
	width:@width_content;
	position:relative;
	padding:0;
	.bc{
		font-size:10px;
		line-height:12px;
		font-family:@font_700;
		text-transform:uppercase;
		margin-bottom:20px;
		a{
			color:@color_hover;
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
}
#right{
	float:right;
	width:@width_right;
	margin-left:20px;
}
.block{
	.title{
		font-size:2em;
		margin-bottom:20px;
		font-weight:700;
	}
}
.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;
				}
			}
		}
	}
}
footer{
	position:absolute;
	bottom:0;
	height:250px;
	width:100%;
	background:url("../images/logo_f.png") no-repeat center top;
	padding-top:95px;
	text-align:center;
	box-sizing:border-box;
	nav{
		border-top:1px solid @color_light;
		padding:20px 0 10px;
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				text-transform:uppercase;
				font-family:@font_700;
				font-size:12px;
				line-height:12px;
				padding:0 20px;
				a{
					text-decoration:none;
				}
				&:hover,&.active{
					a{
						color:@color_text;
					}
				}
			}
		}
	}
	.phone{
		color:@color_link;
		margin-bottom:15px;
		font-family:@font_700;
	}
	.copy,.fwds,.photographer{
		font-size:10px;
		line-height:14px;
		margin-bottom:3px;
	}
	.fwds{
		font-family:@font_400;
		a{
			color:@color_text;
		}
	}
	.copy{
		font-family:@font_700;
	}
	.photographer{
		font-family:@font_400;
		a{
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
}
.form{
	width:400px;
	margin:0 auto;
	td{
		padding-bottom:4px;
	}
	input[type=text],input[type=email],input[type=password],textarea{
		width:100%;
		margin-bottom:7px;
		box-sizing:border-box;
	}
	input[type=text],input[type=email],input[type=password]{
		padding:0 10px;
		height:40px;
	}
	input[type=text]#captcha{
		width:70px;
		text-align:center;
	}
	input[type=submit]{
		float:right;
	}
	textarea{
		padding:10px;
		resize:none;
	}
	sup{
		color:@color_red;
		font-size:12px;
	}
}
.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;
	}
}
.gallery{
	ul{
		list-style:none;
		margin-top:15px;
		li{
			float:left;
			width:200px;
			height:200px;
			overflow:hidden;
			position:relative;
			margin:0 30px 30px 0;
			a{
				span{
					display:none;
					width:200px;
					height:200px;
					position:absolute;
					top:0;
					left:0;
					background:fade(@color_black,40%);
					font-size:70px;
					line-height:200px;
					text-align:center;
					i{
						color:@color_white;
					}
				}
				&:hover{
					span{
						display:block;
					}
				}
			}
			&:nth-child(4n){
				margin-right:0px;
			}
		}
	}
}
.articles{
	margin-top:30px;
	.item{
		padding:20px 0;
		border-bottom:1px solid #e5dccb;
		&:first-child{
			border-top:1px solid #e5dccb;
		}
		.photo{
			float:left;
			width:200px;
		}
		.text{
			width:710px;
			float:right;
		}
		.name{
			font-size:18px;
			line-height:20px;
			margin-bottom:10px;
			font-family:@font_700;
			a{
				text-decoration:none;
				&:hover{
					text-decoration:underline;
				}
			}
		}
		.date{
			color:@color_gray;
			font-size:12px;
		}
		.more{
			text-align:right;
			font-size:12px;
		}
	}
}
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;
		}
	}
}
.pricelist{
	margin:0 60px;
	.name{
		padding:7px 20px;
		background:fade(@color_gray,50%);
		font-size:22px;
		line-height:24px;
		cursor:pointer;
		color:@color_link;
		&:hover,&.active{
			color:@color_text;
		}
		i{
			float:right;
		}
		&+.data{
			display:none;
		}
	}
	.data{
		margin-bottom:10px;
		.name{
			font-size:18px;
			line-height:20px;
		}
		.items{
			table{
				width:100%;
				border-collapse:collapse;
				tr{
					td{
						padding:7px 20px;
						&:last-child{
							text-align:right;
						}
					}
					&:nth-child(even){
						background:fade(@color_gray,50%);
					}
				}
			}
		}
	}
}
.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;
		}
	}
}
