@import '../css/GothamPro.css';
@import '../css/font-awesome.min.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';
@font_base:GothamProRegular,Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_bold:GothamProBold,Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_medium:GothamProMedium,Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@font_light:GothamProLight,Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
@color_light:#515151;
@color_yellow:#ffff9d;
@color_green:#69a603;
@color_green_light:#cde1b4;
@color_tabs:#c6b95c;
*{
	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:12px;
	line-height:16px;
	color:@color_text;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article{
	font-size:14px;
	line-height:21px;
	b,strong{
		font-family:@font_medium;
	}
	p,div{
		margin-bottom:20px;
		//text-align:justify;
	}
	ul,ol{
		margin-bottom:20px;
	}
	ol{
		margin-left:20px;
	}
	ul{
		list-style:none;
		margin-left:5px;
		li{
			margin-bottom:15px;
			background:url("../images/li.png") no-repeat top left;
			padding-left:30px;
		}
	}
	h1,h2,h3{
		margin-bottom:10px;
		line-height:1.2em;
		font-family:@font_medium;
	}
	h1{
		font-size:28px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:20px;
	}
	table{
		margin-bottom:10px;
		border-collapse:collapse;
	}
	&.program{
		p,div{
			padding-left:33px;
			margin-bottom:7px;
			margin-left:5px;
			&.stage{
				background:url("../images/stage.png") no-repeat 0 10px;
				font-size:16px;
				font-family:@font_bold;
				text-transform:uppercase;
				color:@color_link;
			}
		}
	}
}
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{
	padding:0 20px;
	height:33px;
	font-family:@font_bold;
	background:@color_green_light;
	border:2px solid @color_green_light;
	color:@color_green;
	text-transform:uppercase;
	cursor:pointer;
	&:hover{
		background:@color_white;
		border-color:@color_green;
	}
}
.page_title{
	h1,.h1{
		margin-bottom:10px;
		line-height:1.2em;
		font-size:28px;
		font-weight:bold;
	}
}
.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;
	background:url("../images/bg_footer.jpg") no-repeat center bottom;
}
header{
	position:relative;
	//height:650px;
	//background:url("../images/header.jpg") no-repeat center top;
	//height:580px;
	//background:url("../images/header_2.jpg") no-repeat center top;
	height:438px;
	background:url("../images/header_3.jpg") no-repeat center top;
	box-sizing:border-box;
	border-bottom:5px solid #948679;
	#logo{
		float:left;
		margin-right:40px;
		padding-top:50px;
	}
	.header{
		float:right;
		width:800px;
		padding-top:20px;
		.top{
			text-align:right;
			margin-bottom:20px;
			div{
				display:inline-block;
				vertical-align:middle;
				&.phones{
					font-size:16px;
					line-height:20px;
					margin-left:30px;
					font-family:@font_bold;
					color:@color_link;
					span{
						font-family:@font_light;
					}
					a{
						text-decoration:none;
						&:hover{
							color:@color_text;
						}
					}
				}
				&.button{
					margin-left:60px;
					a{
						text-transform:uppercase;
						font-family:@font_bold;
						font-size:12px;
						line-height:22px;
						padding:0 15px;
						border:1px solid @color_link;
						text-decoration:none;
						display:inline-block;
						&:hover{
							background:@color_link;
							color:@color_white;
						}
					}
				}
				&.social{
					margin-left:50px;
					a{
						text-decoration:none;
						//font-size:20px;
						margin-left:5px;
						display:inline-block;
						width:43px;
						height:43px;
						background-repeat:no-repeat;
						background-position:center center;
						&:hover{
							//color:@color_light;
							opacity:.8;
						}
						&.vk{
							background-image:url("../images/icon_vk.png");
						}
						&.facebook{
							background-image:url("../images/icon_facebook.png");
						}
						&.instagram{
							background-image:url("../images/icon_instagram.png");
						}
						&.telegram{
							background-image:url("../images/icon_telegram.svg");
							background-size:contain;
						}
					}
				}
				&.fenix{
					a{
						display:block;
						text-decoration:none;
						width:153px;
						height:61px;
						background:url("../images/fenix.png") no-repeat;
					}
				}
			}
		}
	}
	nav{
		ul{
			text-align:right;
			li{
				display:inline-block;
				vertical-align:top;
				font-size:12px;
				line-height:14px;
				margin-left:10px;
				text-transform:uppercase;
				background:url("../images/dot.png") no-repeat center left;
				padding-left:14px;
				font-family:@font_bold;
				&:first-child{
					background:none;
					padding-left:0;
				}
				a{
					text-decoration:none;
					color:@color_light;
				}
				&.active a, a:hover{
					color:@color_link;
				}
			}
		}
	}
	.quick{
		padding-top:50px;
		.item{
			display:inline-block;
			vertical-align:top;
			position:relative;
			margin-bottom:50px;
			.image,.name{
				background-repeat:no-repeat;
				background-position:left center;
			}
			.image{
				position:absolute;
				height:157px;
				left:-47px;
				top:-20px;
			}
			.name{
				height:48px;
				box-sizing:border-box;
				padding:6px 12px;
				font-family:@font_bold;
				font-size:14px;
				line-height:15px;
				a{
					color:@color_light;
					text-decoration:none;
					&:hover{
						color:@color_link;
					}
				}
			}
		}
		.item_15{
			margin-right:90px;
			padding-left:80px;
			.image{
				width:157px;
				background-image:url("../images/h_1.png");
			}
			.name{
				width:126px;
				background-image:url("../images/hb_1.png");
			}
		}
		.item_16{
			margin-right:130px;
			padding-left:60px;
			.image{
				width:142px;
				background-image:url("../images/h_2.png");
			}
			.name{
				width:109px;
				background-image:url("../images/hb_2.png");
			}
		}
		.item_20{
			margin-right:90px;
			padding-left:80px;
			.image{
				width:157px;
				background-image:url("../images/h_4.png");
			}
			.name{
				width:126px;
				height:64px;
				background-image:url("../images/hb_4.png");
			}
		}
		.item_21{
			margin-right:55px;
			padding-left:60px;
			.image{
				width:142px;
				background-image:url("../images/h_5.png");
			}
			.name{
				width:109px;
				background-image:url("../images/hb_5.png");
			}
		}
		.item_22{
			padding-left:75px;
			.image{
				width:142px;
				background-image:url("../images/h_6.png");
			}
			.name{
				width:198px;
				background-image:url("../images/hb_6.png");
			}
		}
		.item_calc{
			width:209px;
			height:76px;
			padding-left:17px;
			box-sizing:border-box;
			background-image:url("../images/hb_3.png");
			position:relative;
			.image{
				width:142px;
				left:-110px;
				background-image:url("../images/h_3.png");
			}
			.legend{
				font-size:12px;
				font-family:@font_bold;
				line-height:12px;
				margin-top:-6px;
				margin-bottom:8px;
			}
		}
	}
	#hs{
		position:relative;
		width:500px;
		margin-top:80px;
		.slides_container{
			overflow:hidden;
			position:relative;
			display:none;
			.slide{
				display:block;
				width:500px;
				height:190px;
				.photo{
					float:left;
				}
				.text{
					width:300px;
					float:right;
					.name{
						font-family:@font_light;
						color:@color_link;
						font-size:40px;
						margin-bottom:10px;
						line-height:40px;
					}
					.announce{
						margin-bottom:25px;
						font-size:16px;
						line-height:20px;
						color:@color_light;
					}
				}
			}
		}
		.next,.prev{
			position:absolute;
			bottom:10px;
			display:block;
			z-index:101;
			&:hover{
				color:@color_link;
			}
		}
		.prev{
			left:200px;
		}
		.next{
			left:320px;
		}
		.pagination{
			position:absolute;
			width:80px;
			bottom:10px;
			left:220px;
			z-index:999;
			text-align:center;
			li{
				display:inline-block;
				margin:0 2px;
				list-style:none;
				a{
					display:block;
					width:8px;
					height:8px;
					text-indent:-1000px;
					overflow:hidden;
					border:1px solid @color_link;
					background:transparent;
					.border_radius(50%);
				}
				&.current{
					a{
						background:@color_link;
					}
				}
			}
		}
	}
}
.calc{
	.date{
		margin-bottom:8px;
		input[type=text],select{
			height:20px;
			border:0;
			padding:0;
			text-align:center;
			background:#ebe7e4;
			font-style:italic;
			font-weight:300;
			width:40px;
			font-size:10px;
		}
		select{
			width:80px;
		}
	}
	.sex{
		label{
			display:inline-block;
			vertical-align:top;
			margin-right:3px;
			input[type=radio]{
				display:none;
			}
			input[type=radio] + span{
				display:inline-block;
				width:73px;
				height:20px;
				box-sizing:border-box;
				padding-left:18px;
				color:@color_white;
				background-color:#e25971;
				background-position:4px 50%;
				background-repeat:no-repeat;
				font-size:10px;
				line-height:20px;
				cursor:pointer;
			}
			&:first-child input + span{
				background-color:#0d83b4;
				background-image:url("../images/sex_m.png");
			}
			&:last-child span{
				background-image:url("../images/sex_w.png");
			}
		}
	}
}
.gua{
	.calc{
		.date{
			input[type=text],select{
				margin-bottom:20px;
				height:40px;
				width:40px;
				font-size:14px;
				padding:0 10px;
				margin-right:16px;
			}
			select{
				width:160px;
			}
		}
		.sex{
			label{
				margin-right:15px;
				input[type=radio] + span{
					width:150px;
					height:40px;
					line-height:40px;
					font-size:14px;
					padding-left:36px;
					background-position:12px 50%;
				}
			}
		}
	}
}
#body.inside{
	header{
		height:190px;
		//background-image:url("../images/header_inside.jpg");
		background-image:url("../images/header_2_inside.jpg");
		.quick{
			padding-top:0px;
			margin-top:-2px;
			text-align:right;
			.item{
				text-align:left;
				margin-right:0;
				margin-left:30px;
				.name{
					background:none;
					width:60px;
					height:auto;
					padding:2px 0 0 0;
					font-size:10px;
					line-height:12px;
				}
				.image{
					height:39px;
					left:0;
					top:0;
				}
				&.item_15{
					padding-left:41px;
					.image{
						width:29px;
						background-image:url("../images/h_1s.png");
					}
				}
				&.item_16{
					padding-left:40px;
					.image{
						width:30px;
						background-image:url("../images/h_2s.png");
					}
				}
				&.item_17{
					padding-left:48px;
					.image{
						width:38px;
						background-image:url("../images/h_3s.png");
					}
				}
				&.item_20{
					padding-left:43px;
					.image{
						width:33px;
						background-image:url("../images/h_4s.png");
					}
				}
				&.item_21{
					padding-left:36px;
					.image{
						width:26px;
						background-image:url("../images/h_5s.png");
					}
				}
				&.item_22{
					padding-left:44px;
					.image{
						width:34px;
						background-image:url("../images/h_6s.png");
					}
				}
			}
		}
	}
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:300px;
	padding-top:50px;
	background:url("../images/bg_middle.jpg") no-repeat center top;
	.bc{
		margin-bottom:20px;
		font-size:12px;
		line-height:20px;
		color:@color_light;
		a{
			text-decoration:none;
			color:@color_light;
			border-bottom:2px solid @color_link;
			display:inline-block;
			padding-bottom:2px;
			&:hover{
				border-color:transparent;
			}
		}
	}
}
#body.inside{
	#middle{
		background:none;
	}
}
#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;
}
.title,.all{
	margin-bottom:40px;
	line-height:30px;
	font-family:@font_bold;
}
.title{
	font-size:30px;
	font-weight:700;
	color:@color_light;
}
.block,.rows{
	article{
		font-size:12px;
		line-height:18px;
	}
}
.block,.rows,.catalog{
	article{
		p,div{
			margin-bottom:10px;
		}
	}
}
.block{
	margin-bottom:70px;
	.title{
		float:left;
	}
	.all{
		float:right;
		font-size:16px;
		a{
			border-bottom:2px solid @color_link;
			padding-bottom:4px;
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
	}
}
.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_yellow;
				padding:10px;
				font-size:12px;
				width:70px;
				box-sizing:border-box;
				left:20px;
				top:0;
				font-family:@font_bold;
			}
		}
		.date{
			font-size:12px;
			line-height:14px;
			margin-bottom:10px;
		}
	}
}
.rows,.catalog{
	.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 fade(@color_link,50%);
			text-transform:uppercase;
			line-height:40px;
			padding:0 35px;
			text-decoration:none;
			color:@color_green;
			font-family:@font_bold;
			&:hover{
				color:@color_link;
				border-color:@color_link;
			}
		}
	}
}
.block_1,.catalog{
	.name{
		font-family:@font_medium;
	}
}
.catalog{
	.item{
		margin-bottom:30px;
		padding-bottom:30px;
		border-bottom:1px solid @color_gray;
		.name{
			margin-bottom:15px;
		}
		.photo{
			width:270px;
			float:left;
		}
		.text{
			width:870px;
			float:right;
		}
	}
}
.catalog,.detail_catalog{
	.date{
		background:fade(@color_link,70%);
		color:@color_yellow;
		padding:0 10px;
		font-size:12px;
		line-height:24px;
		font-family:@font_bold;
		margin-bottom:15px;
		display:inline-block;
	}
}
.block_2{
	.item{
		text-align:left;
		background:url("../images/bg_2.png") no-repeat bottom right #f6f3ee;
		padding:20px;
		box-sizing:border-box;
		.name{
			font-family:@font_bold;
			a{
				color:@color_link;
				&:hover{
					color:@color_text;
				}
			}
		}
		article{
			margin-bottom:10px;
			p,div{
				text-align:left;
			}
		}
	}
}
.block_2,.block_4,.block_7{
	.item{
		.more{
			a{
				border:0;
				line-height:20px;
				padding:0;
				font-size:10px;
				text-transform:none;
				color:@color_text;
			}
		}
	}
}
.block_3{
	height:386px;
	padding-top:70px;
	box-sizing:border-box;
	background:url("../images/bg_advantages.jpg") center center;
	.title{
		color:@color_link;
		text-align:center;
		float:none;
		margin-bottom:50px;
	}
	.rows{
		.item{
			width:250px;
			margin-right:170px;
			&:nth-child(3n){
				margin-right:0
			}
			.photo{
				margin-bottom:30px;
			}
			.name{
				font-size:16px;
				line-height:20px;
				font-family:@font_bold;
				text-transform:uppercase;
				color:@color_light;
			}
		}
	}
}
.block_4{
	.rows{
		.item{
			margin-bottom:30px;
			text-align:left;
			.photo,.name{
				margin-bottom:10px;
			}
			.name{
				font-family:@font_bold;
				font-size:18px;
				text-transform:uppercase;
				a{
					color:@color_link;
					&:hover{
						color:@color_text;
					}
				}
			}
		}
	}
}
.block_5{
	background:url("../images/bg_spec.jpg") center center;
	height:478px;
	padding-top:65px;
	box-sizing:border-box;
	.title{
		margin-bottom:27px;
	}
	.photo{
		float:left;
	}
	.text{
		float:right;
		width:915px;
		article{
			p,div{
				font-family:@font_light;
				font-size:16px;
				line-height:22px;
			}
		}
		.more{
			font-size:14px;
			font-family:@font_bold;
			padding-top:20px;
			a{
				color:@color_text;
				border-bottom:2px solid fade(@color_link,50%);
				text-decoration:none;
				&:hover{
					border-color:transparent;
					color:@color_link;
				}
			}
		}
	}
}
.block_6{
	.title{
		span{
			text-transform:uppercase;
			font-size:18px;
			padding-top:35px;
			display:inline-block;
		}
	}
	.rows{
		.item{
			width:200px;
			margin-right:30px;
			&:last-child{
				margin-right:0;
			}
			.name{
				font-family:@font_bold;
			}
			article{
				p,div{
					text-align:center;
					font-family:@font_light;
				}
			}
		}
	}
}
.block_7{
	.rows{
		.item{
			text-align:left;
			.name{
				font-family:@font_medium;
				font-size:18px;
			}
			.date{
				font-family:@font_light;
			}
			.more{
				font-size:12px;
				a{
					border-bottom:2px solid @color_link;
					&:hover{
						border-color:transparent;
					}
				}
			}
		}
	}
}
footer{
	position:absolute;
	bottom:0;
	height:100px;
	padding:30px 0;
	box-sizing:border-box;
	line-height:40px;
	width:100%;
	.copy{
		color:@color_light;
		font-family:@font_bold;
		font-size:12px;
		background:url("../images/logo_f.png") no-repeat center left;
		padding-left:220px;
		float:left;
		text-transform:uppercase;
	}
	.social{
		float:right;
		a{
			display:inline-block;
			vertical-align:top;
			color:@color_text;
			margin-left:10px;
			font-size:20px;
			&:hover{
				color:@color_link;
			}
		}
	}
}
.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,.next_prev{
	padding:15px 0px;
	margin:20px 0;
	border-top:1px solid @color_gray;
	border-bottom:1px solid @color_gray;
	div a{
		font-size:14px;
		font-family:@font_bold;
		color:@color_light;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
	ul{
		list-style:none;
		text-align:center;
		li{
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
			line-height:35px;
			font-size:16px;
			a,span{
				display:inline-block;
				padding:0 7px;
			}
			a{
				color:@color_text;
				text-decoration:none;
			}
			span,a:hover{
				background:@color_link;
				color:@color_yellow;
			}
		}
	}
}
.detail_catalog{
	margin-bottom:50px;
	.photo{
		width:270px;
		float:left;
		.main_photo,.photos{
			margin-bottom:20px;
		}
		nav{
			margin-bottom:35px;
			ul{
				list-style:none;
				li{
					font-size:14px;
					line-height:16px;
					padding-left:30px;
					margin-bottom:10px;
					//font-family:@font_light;
					background-position:left center;
					background-repeat:no-repeat;
					&.li1{
						background-image:url("../images/c1s.png");
					}
					&.li2{
						background-image:url("../images/c2s.png");
					}
					&.li3{
						background-image:url("../images/c3s.png");
					}
					&.li4{
						background-image:url("../images/c4s.png");
					}
					a{
						color:@color_text;
						border-bottom:1px solid @color_link;
						text-decoration:none;
						&:hover{
							border-color:transparent;
						}
					}
				}
			}
		}
		.price{
			font-size:20px;
			line-height:22px;
			font-weight:700;
			margin-bottom:15px;
			label{
				display:inline-block;
				width:50px;
				font-size:14px;
			}
			strike{
				color:@color_gray;
			}
			span.new{
				padding-left:55px;
			}
		}
		.more{
			padding-left:55px;
			margin-bottom:35px;
			a{
				display:inline-block;
				width:138px;
				height:33px;
				line-height:33px;
				text-align:center;
				text-decoration:none;
				font-family:@font_bold;
				background:@color_green_light;
				border:2px solid @color_green_light;
				color:@color_green;
				text-transform:uppercase;
				&:hover{
					background:@color_white;
					border-color:@color_green;
				}
			}
		}
		.call{
			font-family:@font_bold;
			.name{
				color:@color_light;
				margin-bottom:10px;
			}
			.phones{
				color:@color_link;
				font-size:16px;
				line-height:22px;
			}
		}
	}
	.text{
		width:870px;
		float:right;
		.date{
			margin-left:33px;
			margin-bottom:20px;
		}
		.short{
			padding-left:33px;
			margin-bottom:20px;
			p,div{
				padding:5px 15px;
				background:#f0f0f0;
				margin-bottom:5px;
				line-height:20px;
				font-family:@font_light;
				font-size:16px;
			}
		}
		.cert{
			height:150px;
			background:url("../images/catalog_pic.jpg") no-repeat;
			padding:50px 100px 0 345px;
			font-family:@font_bold;
			color:#f7cf92;
			font-size:16px;
			line-height:20px;
		}
		.row{
			margin-bottom:50px;
			.name{
				line-height:23px;
				font-size:16px;
				font-family:@font_bold;
				padding-left:33px;
				background-position:left center;
				background-repeat:no-repeat;
				margin-bottom:25px;
				text-transform:uppercase;
				&.name1{
					background-image:url("../images/c1.png");
				}
				&.name2{
					background-image:url("../images/c2.png");
				}
				&.name3{
					background-image:url("../images/c3.png");
				}
				&.name4{
					background-image:url("../images/c4.png");
				}
			}
		}
	}
}
.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();
	&: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:22px;
		line-height:24px;
		font-weight:700;
		color:@color_light;
		margin-bottom:10px;
	}
	.termins_letter_container{
		margin-bottom:40px;
		.termin_item{
			width:33%;
			float:left;
			padding-right:40px;
			box-sizing:border-box;
			padding-bottom:5px;
			a{
				text-decoration:none;
				&:hover{
					color:@color_text;
				}
			}
		}
	}
}
.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;
		li{
			float:left;
			width:270px;
			height:190px;
			overflow:hidden;
			position:relative;
			margin:0 30px 30px 0;
			a{
				span{
					display:none;
					width:270px;
					height:190px;
					position:absolute;
					top:0;
					left:0;
					background:fade(@color_black,40%);
					font-size:70px;
					line-height:190px;
					text-align:center;
					i{
						color:@color_white;
					}
				}
				&:hover{
					span{
						display:block;
					}
				}
			}
			&:nth-child(4n){
				margin-right:0px;
			}
		}
	}
}
aside{
	.article_item{
		.article_item_photo,.article_item_text{
			float:none;
			width:100%;
		}
	}
}
.tabs{
	.tabs_navigation{
		margin-bottom:28px;
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				border:2px solid fade(@color_tabs,70%);
				color:@color_tabs;
				height:40px;
				line-height:40px;
				padding:0 25px;
				margin-right:55px;
				font-family:@font_bold;
				.border_radius(20px);
				cursor:pointer;
				font-size:18px;
				&.active{
					border-color:@color_tabs;
					color:@color_link;
					cursor:default;
					.box_shadow(0px 0px 14px fade(@color_gray,50%));
				}
			}
		}
	}
	.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:#948679;
	line-height:40px;
	text-transform:uppercase;
	a{
		color:@color_white;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
}
.gb,.questions{
	.add{
		text-align:right;
		a{
			display:inline-block;
			height:33px;
			padding:0 20px;
			line-height:33px;
			text-align:center;
			text-decoration:none;
			font-family:@font_bold;
			background:@color_green_light;
			border:2px solid @color_green_light;
			color:@color_green;
			text-transform:uppercase;
			&:hover{
				background:@color_white;
				border-color:@color_green;
			}
		}
	}
}
.gb{
	.item{
		margin-bottom:30px;
		&>p,&>div{
			padding-left:33px;
		}
		.fio{
			color:@color_link;
			font-size:16px;
			font-family:@font_bold;
			margin-bottom:10px;
			background:url("../images/quot.png") no-repeat 0 3px;
		}
		.message{
			font-size:14px;
			margin-bottom:10px;
			font-family:@font_light;
			font-style:italic;
		}
		.more{
			font-family:@font_bold;
			a{
				text-decoration:none;
				color:@color_text;
				&:hover{
					color:@color_link;
				}
			}
		}
	}
}
.questions{
	.item{
		margin-bottom:30px;
		.question{
			color:@color_link;
			font-size:16px;
			font-family:@font_bold;
			margin-bottom:10px;
			cursor:pointer;
			i{
				color:@color_green;
				width:33px;
				font-size:20px;
			}
		}
		.answer{
			font-size:14px;
			font-family:@font_light;
			padding-left:33px;
			display:none;
		}
	}
}
.gua{
	.h2{
		color:@color_link;
		font-size:22px;
		line-height:24px;
		margin-bottom:20px;
		font-weight:700;
	}
	.result{
		margin-bottom:30px;
	}
	.photo{
		width:260px;
		float:left;
	}
	.text{
		width:850px;
		float:right;
	}
	.pm{
		p{
			margin-bottom:10px;
			font-size:15px;
			i,span{
				display:inline-block;
				vertical-align:top;
				line-height:20px;
				margin-right:7px;
			}
			i{
				width:30px;
				height:20px;
				border:1px solid @color_link;
			}
			&.p i{
				background:#f6ebb1;
			}
			&.m i{
				background:#e5d891;
			}
		}
	}
}