@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
@import "../js/magnific-popup/magnific-popup.min.css";
@import "../js/leaflet/leaflet.css";
@import "../js/leaflet/MarkerCluster.css";
@import "../js/leaflet/MarkerCluster.Default.css";
@import "../js/owlcarousel/assets/owl.carousel.min.css";
@import "../js/owlcarousel/assets/owl.theme.default.min.css";
@color_error:#e03c42;
@color_success:#4fad51;
@color_white:#ffffff;
@color_black:#000000;
@color_gray:#cccccc;
@color_light:#666666;
@color_text:#333333;
@color_violet:#4c384c;
@color_brown:#c4aa62;
@color_link:#a03d97;
@color_blue:#39579b;
@color_violet_dark:#382738;
@font_base:'Rubik',sans-serif;
.border_radius(@radius:4px){
	-webkit-border-radius:@radius;
	-moz-border-radius:@radius;
	border-radius:@radius;
}
.box_shadow(@shadow){
	-webkit-box-shadow:@shadow;
	-moz-box-shadow:@shadow;
	box-shadow:@shadow;
}
.transition(@transition){
	-webkit-transition:@transition;
	-moz-transition:@transition;
	-o-transition:@transition;
	transition:@transition;
}
.transform(@transform){
	-moz-transform:@transform;
	-ms-transform:@transform;
	-webkit-transform:@transform;
	-o-transform:@transform;
	transform:@transform;
}
*{
	font-size:1em;
	.transition(all 0.2s ease-out 0.2s);
}
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;
	min-width:1160px;
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mess_err,.error{
	color:@color_error;
	font-weight:bold;
}
.mess_ok,.success{
	color:@color_success;
	font-weight:bold;
}
.wrap{
	width:1140px;
	margin:0 auto;
}
.hidden{
	display:none;
}
header{
	#logo{
		float:left;
		margin:40px 110px 40px 0;
	}
	.langs{
		float:left;
		padding-top:25px;
		margin:40px 0;
		&.mobile{
			display:none;
			position:fixed;
			top:30px;
			right:150px;
			margin:0;
			padding:0;
		}
		a{
			display:inline-block;
			vertical-align:top;
			color:@color_light;
			text-decoration:none;
			font-size:12px;
			line-height:16px;
			padding:0 10px;
			.border_radius(3px);
			border:1px solid transparent;
			&.active,&:hover{
				color:@color_gray;
				background:#f0f0f0;
				border-top:1px solid @color_gray;
			}
		}
	}
	nav{
		float:right;
		.opener{
			width:23px;
			height:17px;
			background:url("/images/icon_opener.png") no-repeat;
			cursor:pointer;
			margin-top:65px;
			display:none;
		}
		.close{
			display:none;
			position:fixed;
			top:15px;
			right:15px;
		}
		&.open{
			.close{
				display:block;
			}
		}
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				margin-left:30px;
				font-size:18px;
				line-height:153px;
				a{
					text-decoration:none;
					color:@color_light;
					display:inline-block;
					box-sizing:border-box;
					border-bottom:5px solid transparent;
				}
				&.active,&:hover{
					a{
						color:@color_link;
						border-color:@color_link;
					}
				}
			}
		}
	}
}
#video{
	//background:url("/images/video.jpg") no-repeat center center;
	//background-size:cover;
	width:100%;
	//height:734px;
	overflow:hidden;
	position:relative;
	video{
		min-width:100%;
		//min-height:100%;
		width:100%;
		height:auto;
	}
	.mask{
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:100;
		display:none;
	}
	.text{
		text-align:center;
		font-size:57px;
		line-height:67px;
		font-weight:300;
		padding-top:300px;
		text-transform:uppercase;
		color:@color_white;
		span{
			font-weight:700;
		}
	}
}
.index_who{
	padding:70px 0;
	text-align:center;
	.left{
		width:30%;
		height:355px;
		background:url("/images/index_about.jpg") no-repeat top left;
		background-size:contain;
	}
	.right{
		width:70%;
		box-sizing:border-box;
		padding:0;
	}
	.name{
		text-transform:uppercase;
		color:@color_violet;
		font-size:24px;
		font-weight:700;
		line-height:24px;
		padding-bottom:20px;
		margin-bottom:20px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:0;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.content{
		font-size:24px;
		line-height:32px;
		max-width:568px;
		margin:0 auto 20px;
	}
	.more{
		a{
			display:inline-block;
			text-decoration:none;
			line-height:40px;
			padding:0 20px;
			text-transform:uppercase;
			font-size:14px;
			font-weight:500;
			color:@color_violet;
			border:1px solid @color_brown;
			&:hover{
				.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
			}
			&:active{
				background:@color_brown;
			}
		}
	}
}
.index_n{
	min-height:487px;
	background:url("/images/index_n.jpg") no-repeat bottom right;
	.name{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-size:36px;
		font-weight:500;
		line-height:36px;
		padding-bottom:20px;
		margin-bottom:70px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.items{
		text-align:center;
		.item{
			width:210px;
			display:inline-block;
			vertical-align:top;
			font-weight:300;
			.n{
				color:@color_link;
				font-size:60px;
				line-height:60px;
				margin-bottom:20px;
				display:inline-block;
			}
			.text{
				font-size:24px;
				line-height:28px;
			}
			&:nth-child(3){
				.n{
					position:relative;
					padding-right:40px;
					sup,sub{
						position:absolute;
						left:105px;
						font-size:18px;
						line-height:18px;
						display:block;
					}
					sup{
						top:0px;
						sup{
							position:relative;
							font-size:8px;
							left:auto;
							top:0;
							display:inline;
						}
					}
					sub{
						bottom:10px;
					}
				}
			}
		}
	}
}
.index_projects{
	background:url("/images/index_projects.jpg") no-repeat center center;
	background-size:cover;
	padding:100px 0 85px;
	.title{
		float:left;
		font-size:42px;
		line-height:52px;
		color:@color_white;
		font-weight:500;
		position:relative;
		padding-bottom:20px;
		margin-bottom:80px;
		text-transform:uppercase;
		margin-left:80px;
		span{
			font-size:84px;
			color:@color_brown;
		}
		u{
			position:absolute;
			display:block;
			left:0;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.more{
		float:right;
		margin-right:80px;
		&.mobile{
			display:none;
		}
		a{
			display:block;
			text-align:center;
			font-size:18px;
			line-height:18px;
			color:@color_white;
			text-decoration:none;
			text-transform:uppercase;
			span{
				width:135px;
				height:135px;
				display:block;
				background:url("/images/index_projects_arrow.png") no-repeat top center;
				border:5px solid @color_brown;
				box-sizing:border-box;
				margin-bottom:20px;
			}
			&:hover{
				span{
					.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
					background-position:50% -135px;
				}
			}
		}
	}
	.items{
		.item{
			background:@color_violet_dark;
			width:380px;
			height:380px;
			float:left;
			text-align:center;
			a{
				display:block;
				width:100%;
				height:100%;
				text-decoration:none;
				font-size:18px;
				line-height:18px;
				color:@color_white;
				text-transform:uppercase;
				position:relative;
				img{
					opacity:.4;
					max-width:100%;
					max-height:100%;
				}
				span{
					position:absolute;
					width:100%;
					box-sizing:border-box;
					bottom:0;
					left:0;
					display:none;
					&.name{
						padding:20px;
						z-index:20;
					}
					&.mask{
						height:192px;
						background:url("/images/index_project_hover.png") no-repeat bottom center;
						z-index:10;
					}
				}
				&:hover{
					.box_shadow(0px 0px 14px 2px fade(@color_black,70%));
					img{
						opacity:1;
					}
					span{
						display:block;
					}
				}
			}
		}
	}
}
.catalog{
	padding:75px 0;
	h1{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-size:36px;
		line-height:36px;
		font-weight:500;
		padding-bottom:20px;
		margin-bottom:50px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.items{
		.ura{
			float:left;
			width:570px;
			height:570px;
			background:url("/images/ura.jpg") no-repeat;
		}
		.item{
			background:@color_violet_dark;
			width:380px;
			height:380px;
			float:left;
			text-align:center;
			position:relative;
			img{
				width:100%;
				height:100%;
			}
			.mask{
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				background:fade(@color_violet_dark,70%);
				box-sizing:border-box;
				padding-top:100px;
				display:none;
				.box_shadow(0px 0px 14px 2px fade(@color_black,70%));
				.name{
					color:@color_white;
					font-size:36px;
					line-height:40px;
					font-weight:500;
					text-transform:uppercase;
				}
				.more{
					position:absolute;
					bottom:0;
					left:0;
					width:100%;
					a{
						display:block;
						width:~"calc(100% - 30px)";
						margin:15px;
						box-sizing:border-box;
						border:3px solid @color_brown;
						font-size:18px;
						line-height:70px;
						color:@color_white;
						text-decoration:none;
						text-transform:uppercase;
						&:hover{
							.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
						}
						&:active{
							background:@color_brown;
						}
					}
				}
			}
			&:hover{
				.mask{
					display:block;
				}
			}
			&.large{
				width:570px;
				height:570px;
			}
			&.small{
				width:285px;
				height:285px;
			}
		}
	}
}
.index_news,.news,.other_news{
	width:1180px;
	margin:0 auto;
	.title,h1{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-weight:500;
		padding-bottom:20px;
		margin-bottom:35px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.items{
		padding-bottom:40px;
		.item{
			display:inline-block;
			vertical-align:top;
			width:367px;
			padding:10px;
			&:hover{
				background:@color_white;
				.box_shadow(0px 0px 25px 0px fade(@color_black,20%));
			}
			.photo{
				position:relative;
				background:@color_violet_dark;
				height:239px;
				margin-bottom:30px;
				img{
					max-width:100%;
					display:block;
				}
				.date{
					position:absolute;
					left:0;
					bottom:0;
					width:38px;
					height:38px;
					background:@color_brown;
					color:@color_white;
					z-index:20;
					font-size:8px;
					line-height:10px;
					padding-top:10px;
					font-weight:500;
					box-sizing:border-box;
					text-align:center;
					span{
						font-size:18px;
					}
				}
			}
			.name{
				margin-bottom:20px;
				font-size:20px;
				line-height:30px;
				text-transform:uppercase;
				font-weight:500;
				a{
					text-decoration:none;
					color:@color_violet;
					&:hover{
						color:@color_link;
					}
				}
			}
			.text{
				font-size:16px;
				line-height:26px;
				color:@color_light;
			}
		}
	}
	.more{
		text-align:center;
		a{
			display:inline-block;
			text-decoration:none;
			line-height:40px;
			padding:0 20px;
			text-transform:uppercase;
			font-size:14px;
			font-weight:500;
			color:@color_violet;
			border:1px solid @color_brown;
			&:hover{
				.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
			}
			&:active{
				background:@color_brown;
			}
		}
	}
}
.index_news{
	padding:90px 0;
	.title{
		font-size:58px;
		line-height:58px;
	}
}
.other_news{
	padding:60px 0;
	.title{
		font-size:36px;
		line-height:36px;
	}
}
.news{
	padding:70px 0;
	h1{
		font-size:36px;
		line-height:36px;
	}
	.items{
		.item{
			margin-bottom:40px;
		}
		.item_fb{
			display:inline-block;
			vertical-align:top;
			width:367px;
			height:380px;
			background:url('/images/news_fb.png') @color_white no-repeat center right;
			box-sizing:border-box;
			border:10px solid @color_blue;
			text-align:center;
			text-transform:uppercase;
			.txt{
				padding-top:135px;
				padding-bottom:60px;
				font-size:30px;
				line-height:35px;
				font-weight:700;
			}
			.btn{
				a{
					display:inline-block;
					padding:0 50px;
					background:@color_blue;
					color:@color_white;
					text-decoration:none;
					font-size:14px;
					line-height:60px;
					font-weight:500;
					&:hover{
						background:#2a57bc;
					}
				}
			}
			&:hover{
				.box_shadow(0px 0px 14px 4px fade(@color_blue,40%));
			}
		}
	}
}
.news_detail{
	.bc{
		text-align:center;
		font-size:12px;
		line-height:12px;
		padding-bottom:30px;
		margin-bottom:30px;
		position:relative;
		a{
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.date{
		float:left;
		width:60px;
		height:60px;
		background:@color_brown;
		color:@color_white;
		font-size:14px;
		line-height:16px;
		padding-top:15px;
		margin-top:7px;
		font-weight:500;
		box-sizing:border-box;
		text-align:center;
		span{
			font-size:29px;
		}
	}
	h1{
		float:right;
		width:1050px;
		box-sizing:border-box;
		padding-right:80px;
	}
	.article{
		p{
			&:first-child{
				padding-right:80px;
			}
		}
	}
	.share{
		text-align:center;
		padding:30px 0;
		border-top:1px solid @color_gray;
		border-bottom:1px solid @color_gray;
		.name,.icons{
			display:inline-block;
			vertical-align:top;
		}
		.name{
			font-size:18px;
			line-height:40px;
			color:@color_light;
			margin-right:15px;
		}
	}
}
.static{
	h1{
		position:relative;
		padding-bottom:20px;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
}
.news_detail,.static{
	padding:50px 0 0;
	h1{
		color:@color_violet;
		font-size:36px;
		line-height:40px;
		font-weight:500;
		text-align:center;
		margin-bottom:40px;
	}
	.article{
		font-size:18px;
		line-height:30px;
		font-weight:300;
		padding-left:80px;
		text-align:justify;
		padding-bottom:20px;
		p{
			margin-bottom:30px;
			&.blockquote{
				font-style:italic;
				color:@color_link;
				padding:5px 0 5px 30px;
				border-left:5px solid @color_brown;
				font-weight:400;
			}
		}
		ul,ol{
			margin-bottom:30px;
		}
		ul{
			list-style:none;
			margin-left:20px;
			li:before{
				content:"—";
				position:relative;
				left:-5px;
			}
		}
		ol{
			margin-left:30px;
		}
		h1,h2,h3{
			line-height:1.4;
			font-weight:500;
			margin-bottom:30px;
		}
		h1{
			font-size:36px;
		}
		h2{
			font-size:30px;
		}
		h3{
			font-size:24px;
		}
	}
}
.services{
	background:url("/images/bg_service.jpg") repeat-x center top,url("/images/bg_service.png") center bottom;
	padding:70px 0;
	.s1{
		margin-bottom:60px;
		.title{
			font-size:37px;
			line-height:47px;
			font-weight:700;
			color:@color_white;
			text-transform:uppercase;
			position:relative;
			padding-bottom:20px;
			margin-bottom:30px;
			u{
				position:absolute;
				display:block;
				left:0%;
				bottom:0;
				width:60px;
				height:5px;
				background:@color_link;
			}
		}
		.image,.list{
			display:inline-block;
			vertical-align:top;
			margin-right:100px;
		}
		.image{
			width:291px;
			height:396px;
			background:url("/images/img_service.jpg") no-repeat;
		}
		.lists{
			display:inline-block;
			vertical-align:top;
			.list{
				color:@color_white;
				ul{
					list-style:none;
				}
				&.list1{
					width:210px;
					ul{
						li{
							margin-bottom:55px;
							font-size:18px;
							line-height:24px;
							font-weight:300;
							span{
								font-weight:500;
							}
						}
					}
				}
				&.list2{
					width:310px;
					margin-right:0;
					.name{
						font-weight:700;
						margin-bottom:65px;
						font-size:24px;
						line-height:24px;
					}
					ul{
						li{
							font-size:16px;
							line-height:22px;
							font-weight:500;
							margin-bottom:45px;
							padding-left:60px;
							background:url("/images/list_service.png") no-repeat top left;
						}
					}
				}
			}
		}
	}
	.s2{
		background:@color_white;
		margin-bottom:90px;
		.box_shadow(0px 0px 20px 4px fade(#4c384b,40%));
		padding:60px 75px;
		.title{
			text-align:center;
			color:@color_violet;
			font-weight:300;
			text-transform:uppercase;
			font-size:48px;
			line-height:48px;
			margin-bottom:60px;
		}
		.row{
			display:inline-block;
			vertical-align:top;
			width:49%;
			.name{
				text-transform:uppercase;
				font-size:24px;
				line-height:24px;
				font-weight:700;
				margin-bottom:45px;
			}
			.item{
				padding-left:132px;
				margin-left:20px;
				background-position:left center;
				background-repeat:no-repeat;
				min-height:60px;
				margin-bottom:60px;
				font-size:18px;
				line-height:24px;
				font-weight:300;
				span{
					display:table-cell;
					vertical-align:middle;
					height:60px;
					width:250px;
				}
				&.item1{
					background-image:url("/images/s1/1.png");
				}
				&.item2{
					background-image:url("/images/s1/2.png");
				}
				&.item3{
					background-image:url("/images/s1/3.png");
				}
				&.item4{
					background-image:url("/images/s1/4.png");
				}
				&.item5{
					background-image:url("/images/s1/5.png");
				}
				&.item6{
					background-image:url("/images/s1/6.png");
				}
			}
		}
	}
	.s3{
		margin-bottom:60px;
		.title{
			position:relative;
			font-size:36px;
			line-height:40px;
			color:@color_violet;
			font-weight:500;
			text-transform:uppercase;
			padding-bottom:25px;
			margin-bottom:90px;
			text-align:center;
			u{
				position:absolute;
				display:block;
				left:50%;
				margin-left:-30px;
				bottom:0;
				width:60px;
				height:5px;
				background:@color_link;
			}
		}
		.items{
			text-align:center;
			.item{
				display:inline-block;
				vertical-align:top;
				padding-top:160px;
				background-position:top center;
				background-repeat:no-repeat;
				width:320px;
				margin:0 30px;
				font-size:24px;
				line-height:30px;
				font-weight:300;
				&.item1{
					background-image:url("/images/s2/1.png");
					margin-left:0;
				}
				&.item2{
					background-image:url("/images/s2/2.png");
				}
				&.item3{
					background-image:url("/images/s2/3.png");
					margin-right:0;
				}
				span{
					font-weight:500;
				}
			}
		}
	}
}
.about{
	.a1{
		background:url("/images/bg_about2.jpg") @color_white center center;
		background-size:cover;
		padding-top:160px;
		text-align:center;
		height:734px;
		box-sizing:border-box;
		.title{
			display:inline-block;
			vertical-align:top;
			padding-top:75px;
			color:@color_white;
			font-size:25px;
			line-height:40px;
			width:675px;
			margin-right:60px;
			span{
				font-weight:700;
			}
			small{
				display:block;
				font-size:18px;
				line-height:30px;
				font-weight:300;
			}
		}
		.download{
			display:inline-block;
			vertical-align:top;
			width:300px;
			height:400px;
			border:5px solid @color_link;
			box-sizing:border-box;
			font-size:24px;
			line-height:34px;
			font-weight:700;
			text-transform:uppercase;
			color:@color_white;
			padding-top:120px;
			margin-bottom:130px;
			a{
				display:inline-block;
				width:110px;
				height:105px;
				background:url("/images/icon_pdf.png") @color_link no-repeat center center;
				.border_radius(5px);
				margin-top:40px;
				&:hover{
					background-color:#dd3bb8;
				}
			}
			&:hover{
				.box_shadow(0px 0px 14px 2px fade(@color_link,40%));
			}
		}
	}
	.a23{
		//height:420px;
		margin-top:-35px;
		background:@color_white;
	}
	.a2,.a3{
		display:inline-block;
		vertical-align:top;
		width:520px;
		box-sizing:border-box;
		.title{
			position:relative;
			padding-bottom:20px;
			margin-bottom:50px;
			font-size:24px;
			line-height:24px;
			color:@color_violet;
			font-weight:700;
			text-transform:uppercase;
			u{
				position:absolute;
				display:block;
				left:0;
				bottom:0;
				width:60px;
				height:5px;
				background:@color_link;
			}
		}
	}
	.a2{
		padding-top:90px;
		margin-right:80px;
		.title{
			padding:0;
			margin-bottom:30px;
		}
		.text{
			font-size:16px;
			line-height:25px;
			margin-bottom:30px;
			ul{
				list-style:none;
				li{
					position:relative;
					padding-left:30px;
					margin-bottom:15px;
					&:before{
						content:'';
						position:absolute;
						top:12px;
						left:0;
						width:20px;
						height:4px;
						background:@color_link;
					}
				}
			}
		}
	}
	.a3{
		.content{
			padding-left:80px;
			padding-top:90px;
			background:url("/images/bg_values.png") no-repeat;
			width:581px;
			height:522px;
			box-sizing:border-box;
			ul{
				list-style:none;
				li{
					background:url("/images/icon_check.png") no-repeat center left;
					font-size:18px;
					line-height:18px;
					margin-bottom:25px;
					padding-left:60px;
				}
			}
		}
	}
}
.command{
	padding:160px 0 130px;
	.title{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-size:36px;
		font-weight:500;
		line-height:36px;
		padding-bottom:20px;
		margin-bottom:40px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.list{
		text-align:center;
		margin-bottom:80px;
		.item{
			display:inline-block;
			vertical-align:top;
			cursor:pointer;
			background-position:center center;
			background-repeat:no-repeat;
			filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
			-webkit-filter:grayscale(100%);
			.border_radius(50%);
			width:83px;
			height:83px;
			border:1px solid transparent;
			&:hover,&.active{
				filter:none;
				-webkit-filter:none;
				border-color:@color_link;
			}
		}
	}
	#command{
		width:1140px;
		margin:0 auto 80px;
		padding-left:50px;
		box-sizing:border-box;
		.viewport{
			height:85px;
		}
		.buttons{
			background-color:fade(@color_white,50%);
			top:0;
			margin-top:0;
			height:85px;
		}
		.overview{
			li{
				width:85px;
				height:85px;
				margin-right:38px;
			}
		}
	}
	.opened{
		.item{
			display:none;
			background-repeat:no-repeat;
			background-position:325px 0;
			.photo{
				float:left;
				margin-left:70px;
				margin-top:85px;
				padding:8px;
				border:1px solid @color_gray;
				img{
					display:block;
					width:100%;
				}
			}
			.content{
				float:right;
				width:730px;
				box-sizing:border-box;
				padding-top:45px;
				p{
					margin-bottom:20px;
				}
				.text{
					background:url("/images/icon_quote.png") no-repeat top left;
					padding-left:55px;
					padding-top:45px;
					font-style:italic;
					color:@color_light;
					font-size:16px;
					line-height:24px;
					float:right;
					width:440px;
				}
				.short{
					float:left;
					width:230px;
					margin-top:270px;
					.name{
						font-size:24px;
						line-height:30px;
						text-transform:uppercase;
						font-weight:700;
						margin-bottom:20px;
					}
					.ann{
						color:@color_light;
						font-size:14px;
						line-height:22px;
						p,li{
							white-space:nowrap;
						}
						ul{
							list-style:none;
							margin-left:10px;
							li:before{
								content:"—";
								position:relative;
								left:-5px;
							}
						}
					}
				}
			}
			&.active{
				display:block;
			}
		}
	}
}
.tinycarousel{
	overflow:hidden;
	position:relative;
	.viewport{
		width:100%;
		overflow:hidden;
		position:relative;
	}
	.buttons{
		display:block;
		position:absolute;
		top:50%;
		margin-top:-13px;
		width:14px;
		height:26px;
		text-decoration:none;
		background-image:url("/images/arrows.png");
		background-repeat:no-repeat;
		z-index:100;
		&:hover{
			opacity:.7;
		}
	}
	.prev{
		left:0px;
		background-position:left center;
	}
	.next{
		right:0px;
		background-position:right center;
	}
	.disable{
		display:none;
	}
	.overview{
		list-style:none;
		position:absolute;
		padding:0;
		margin:0;
		width:100%;
		left:0;
		top:0;
		li{
			float:left;
			margin:0;
			text-align:center;
			box-sizing:border-box;
			img{
				max-width:100%;
				max-height:100%;
			}
		}
	}
}
.brands{
	background:@color_white;
	padding:70px 0;
	.title{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-size:36px;
		font-weight:500;
		line-height:36px;
		padding-bottom:20px;
		margin-bottom:60px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.cats{
		text-align:center;
		margin-bottom:20px;
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				font-size:18px;
				line-height:20px;
				text-transform:uppercase;
				cursor:pointer;
				border-bottom:1px solid transparent;
				color:@color_violet;
				font-weight:700;
				margin:0 10px;
				&:hover,&.active{
					color:@color_link;
					border-color:@color_link;
				}
			}
		}
	}
	#brands{
		padding:0 30px;
		.viewport{
			height:160px;
		}
		.overview{
			li{
				background:url("/images/brands_border.png") no-repeat -40px 0,url("/images/brands_border.png") no-repeat 115px 0;
				width:155px;
				height:150px;
				padding-top:6px;
			}
		}
	}
}
.bottom{
	min-height:529px;
	.box_shadow(0px 0px 14px 2px fade(#a5a5a5,99%));
	background:url("/images/bg_bottom.jpg") @color_violet_dark repeat-x center bottom;
	#map{
		float:left;
		width:570px;
		height:529px;
	}
	.info{
		width:370px;
		float:right;
		margin-right:80px;
		padding-top:30px;
		color:@color_white;
		a{
			color:@color_white;
			text-decoration:none;
			&:hover{
				color:@color_brown;
			}
		}
		.title{
			font-size:24px;
			line-height:34px;
			font-weight:700;
			position:relative;
			padding-bottom:15px;
			margin-bottom:20px;
			text-transform:uppercase;
			u{
				position:absolute;
				display:block;
				left:0;
				bottom:0;
				width:60px;
				height:5px;
				background:@color_white;
			}
		}
		.content{
			margin-bottom:20px;
			&>div,.city>div{
				padding-left:30px;
				background-position:0 5px;
				background-repeat:no-repeat;
				line-height:20px;
				background-size:20px auto;
				&:last-child{
					margin:0;
				}
			}
			&>div{
				margin-bottom:15px;
			}
			.city{
				.google_maps{
					font-size:13px;
					a{
						border-bottom:1px solid @color_brown;
						&:hover{
							border-color:transparent;
						}
					}
				}
			}
			.phone{
				background-image:url("/images/icon_phone.svg");
				font-size:20px;
				line-height:30px;
				font-weight:500;
			}
			.address,.email{
				font-size:15px;
			}
			.address{
				background-image:url("/images/icon_address.svg");
				margin-bottom:5px;
			}
			.email{
				background-image:url("/images/icon_email.svg");
				background-position:0 0;
			}
		}
		.form{
			font-size:14px;
			line-height:20px;
			text-transform:uppercase;
			margin-bottom:25px;
			font-weight:500;
			a{
				border-bottom:3px solid @color_brown;
				padding-bottom:5px;
				&:hover{
					border-color:@color_link;
					color:@color_white;
				}
			}
		}
		.social{
			a,span{
				display:inline-block;
				vertical-align:top;
				line-height:25px;
			}
			span{
				color:@color_white;
				font-size:15px;
				font-weight:500;
			}
			a{
				width:25px;
				height:25px;
				background-position:center center;
				background-repeat:no-repeat;
				background-size:contain;
				margin-left:10px;
				&.facebook{
					background-image:url("/images/icon_facebook.svg");
				}
				&.linkedin{
					background-image:url("/images/icon_linkedin.svg");
				}
			}
		}
	}
}
#content{
	padding-bottom:615px;
	&.inside{
		background:url("/images/bg_inside.png") #fafafa repeat-x center top;
		.box_shadow(inset 0px 3px 7px 0px fade(@color_black,20%));
	}
}
footer{
	position:absolute;
	bottom:0;
	width:100%;
}
.footer{
	padding:25px 0;
	.logo{
		float:left;
		width:96px;
		height:36px;
		background:url("/images/logo_bottom.png") no-repeat;
	}
	.copy{
		float:left;
		line-height:36px;
		color:@color_violet_dark;
		margin-left:430px;
		font-size:12px;
	}
	.stylepix{
		float:right;
		margin-top:2px;
		a{
			display:block;
			width:73px;
			height:33px;
			background:url("/images/stylepix.png") no-repeat;
		}
	}
}
.modal{
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	z-index:1999;
	box-sizing:border-box;
	.box_shadow(0px 0px 14px 2px fade(@color_black,70%));
}
.close{
	background:url("/images/icon_close.png") #7f7f7f no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	z-index:1000;
	&:hover{
		background-color:#e1d4b0;
	}
	&:active{
		background-color:@color_violet_dark;;
	}
}
#form,.modalform{
	width:676px;
	margin-left:-338px;
	background:@color_white;
	padding:55px 77px 35px;
	text-align:left;
	.title{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-weight:500;
		font-size:36px;
		line-height:36px;
		padding-bottom:20px;
		margin-bottom:45px;
		position:relative;
		u{
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	form{
		label{
			display:block;
			margin-bottom:25px;
			&.first{
				display:none;
			}
			span{
				display:block;
				font-size:18px;
				line-height:18px;
				margin-bottom:15px;
				color:@color_light;
			}
			input[type=text],input[type=email],textarea{
				width:100%;
				background:#f6f6f6;
				border:1px solid @color_gray;
				box-sizing:border-box;
				font-size:18px;
				font-family:@font_base;
				font-weight:300;
				&:focus{
					outline:none;
					background:@color_white;
					border-color:@color_brown;
					.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
				}
			}
			input[type=text],input[type=email]{
				height:46px;
				padding:0 25px;
				font-size:14px;
			}
			textarea{
				padding:15px 25px;
				height:172px;
				resize:vertical;
			}
		}
		.submit{
			text-align:center;
			input[type=submit]{
				height:70px;
				box-sizing:border-box;
				border:3px solid @color_brown;
				text-transform:uppercase;
				color:@color_violet;
				background:@color_white;
				padding:0 60px;
				font-family:@font_base;
				font-weight:500;
				cursor:pointer;
				font-size:18px;
				font-weight:500;
				-webkit-appearance:none;
				.border_radius(0);
				&:hover{
					.box_shadow(0px 0px 14px 2px fade(@color_brown,40%));
				}
				&:active{
					background:@color_brown;
					outline:none;
				}
				&:focus{
					outline:none;
				}
			}
		}
	}
	.complete{
		text-align:center;
		display:none;
		.icon{
			margin:0 auto 30px;
			width:203px;
			height:133px;
			background:url("/images/icon_sent.png") no-repeat;
		}
		.text{
			font-size:18px;
			line-height:28px;
			margin-bottom:35px;
			color:@color_light;
			.l1{
				font-weight:700;
			}
		}
	}
}
.modalform{
	position:fixed;
	top:50px !important;
}
.project{
	width:830px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-left:-415px;
	.slides{
		height:550px;
		position:relative;
		.slides_container{
			width:830px;
			overflow:hidden;
			position:relative;
			display:none;
			img{
				width:830px;
				height:550px;
				display:block;
			}
		}
		.next,.prev{
			position:absolute;
			bottom:0px;
			width:77px;
			height:77px;
			border:1px solid @color_brown;
			display:block;
			z-index:101;
			background-image:url("/images/arrows_slides.png");
			background-color:fade(@color_black,40%);
			background-repeat:no-repeat;
			&:hover{
				border-color:@color_white;
			}
		}
		.prev{
			right:77px;
			background-position:left center;
		}
		.next{
			right:0;
			background-position:right center;
		}
	}
	.text{
		background:url("/images/project_popup.png") @color_violet_dark no-repeat bottom center;
		color:@color_white;
		padding:50px 77px 140px;
		.ann{
			font-size:30px;
			line-height:40px;
			margin-bottom:40px;
		}
		.review{
			margin-bottom:40px;
			.photo{
				float:left;
				width:150px;
				img{
					max-width:100%;
				}
			}
			.desc{
				float:right;
				width:490px;
				background:url("/images/project_quote.png") no-repeat 0 7px;
				font-size:18px;
				line-height:28px;
				padding-left:40px;
				box-sizing:border-box;
			}
		}
		.order{
			text-align:center;
			a{
				display:inline-block;
				line-height:55px;
				padding:0 25px;
				font-size:16px;
				font-weight:500;
				text-transform:uppercase;
				color:#ffffff;
				border:1px solid #c4aa62;
				text-decoration:none;
				&:hover{
					background:#c4aa62;
					color:@color_text;
				}
			}
		}
	}
}
#modal_bg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:700;
	background:fade(@color_violet,90%);
	box-sizing:border-box;
}
@media screen and (max-height:800px), screen and (max-width:780px){
	#form,.modalform{
		padding:35px 50px;
		width:550px;
		margin-left:-275px;
		.title{
			margin-bottom:25px;
			font-size:24px;
			line-height:24px;
		}
		form{
			label{
				margin-bottom:10px;
				span{
					margin-bottom:8px;
					font-size:14px;
				}
				input[type=text],input[type=email]{
					height:37px;
				}
				textarea{
					height:120px;
				}
			}
			.submit{
				input[type=submit]{
					height:50px;
					padding:0 40px;
				}
			}
		}
	}
}

.pages{
	display:flex;
	justify-content:center;
	padding:30px 0;
	.page_item{
		background:@color_violet_dark;
		align-items:center;
		justify-content:center;
		display:inline-flex;
		width:30px;
		height:30px;
		color:@color_white;
		text-decoration:none;
		&:hover{
			background:@color_brown;
		}
		span{
			width:100%;
			height:100%;
			display:flex;
			justify-content:center;
			align-items:center;
			background:@color_brown;
		}
	}
}
.objects{
	padding:75px 0;
	&.objects_map{
		padding-bottom:0;
	}
	h1{
		text-align:center;
		text-transform:uppercase;
		color:@color_violet;
		font-size:36px;
		line-height:36px;
		font-weight:500;
		padding-bottom:20px;
		margin-bottom:25px;
		position:relative;
		&:after{
			content:'';
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.filters_opener{
		text-align:center;
		margin-bottom:20px;
		display:none;
		&>span{
			display:inline-block;
			line-height:40px;
			padding:0 20px;
			border:1px solid #c4aa62;
			background:@color_white;
			span{
				display:inline-block;
				background:url("../images/icon_filters.svg") no-repeat center left;
				padding-left:30px;
			}
		}
	}
	.filters{
		margin-bottom:25px;
		.close{
			display:none;
			position:absolute;
			background:url("/images/icon_close.png") @color_link no-repeat center center;
			width:50px;
			height:50px;
			position:absolute;
			top:0;
			right:-50px;
			cursor:pointer;
			z-index:1800;
		}
		.title{
			display:none;
			color:@color_violet;
			font-size:20px;
			line-height:20px;
			font-weight:500;
			margin-bottom:15px;
		}
		.item{
			display:inline-block;
			vertical-align:top;
			margin:0 15px 0 0;
			select,input[type=text]{
				height:48px;
				border:1px solid @color_gray;
				background:@color_white;
				padding:0 15px;
				box-sizing:border-box;
				font-family:@font_base;
				&:focus{
					border-color:@color_link;
				}
			}
			input[type=text]{
				width:80px;
				text-align:center;
			}
			div{
				display:inline-block;
				vertical-align:top;
				line-height:48px;
				margin-right:10px;
				font-size:14px;
				span{
					display:inline-block;
					vertical-align:top;
					margin-right:10px;
				}
			}
			input[type=submit]{
				border:1px solid #c4aa62;
				width:48px;
				height:48px;
				cursor:pointer;
				background:url("../images/icon_check.svg") @color_white no-repeat center center;
				overflow:hidden;
				text-indent:-1000px;
				font-family:@font_base;
				&:hover{
					background-image:url("../images/icon_check_white.svg");
					background-color:#c4aa62;
				}
			}
		}
	}
	.view{
		margin-bottom:25px;
		font-size:11px;
		line-height:20px;
		font-weight:500;
		text-transform:uppercase;
		a{
			text-decoration:none;
			&:last-child{
				background:url("../images/view_list.svg") no-repeat center left;
				padding-left:35px;
				margin-left:15px;
			}
			&:first-child{
				background:url("../images/view_map.svg") no-repeat center right;
				padding-right:35px;
				margin-right:15px;
			}
			span{
				border-bottom:1px dashed @color_link;
			}
			&:hover{
				span{
					border-color:transparent;
				}
			}
		}
	}
	.items{
		.item{
			display:inline-block;
			vertical-align:top;
			width:~"calc(33.33% - 25px)";
			margin:0 20px 25px 0;
			background:@color_white;
			.photo{
				a{
					display:block;
					img{
						display:block;
						max-width:100%;
					}
				}
			}
			.params{
				span{
					display:inline-block;
					vertical-align:top;
					line-height:34px;
					padding:0 20px;
					font-size:12px;
					&.p5{
						background:#bda460;
						color:@color_white;
						&.f9{
							background:#b77fb7;
						}
					}
					&.p2{
						background:#ececec;
						color:@color_text;
					}
				}
			}
			.text{
				padding:20px;
				.name{
					font-size:20px;
					line-height:22px;
					margin-bottom:8px;
					text-transform:uppercase;
					font-weight:500;
					a{
						text-decoration:none;
						color:@color_violet;
						&:hover{
							color:@color_link;
						}
					}
				}
				.address{
					color:@color_violet;
					font-size:14px;
					line-height:20px;
					margin-bottom:15px;
				}
				.metro{
					margin-bottom:15px;
					font-size:12px;
					line-height:20px;
					padding-left:25px;
					background:url("../images/icon_metro.svg") no-repeat center left;
				}
				.announce{
					font-size:12px;
					line-height:22px;
				}
			}
		}
		.leaflet-popup-content-wrapper{
			.border_radius(0);
		}
		.leaflet-popup-content{
			width:375px !important;
			padding:0;
			margin:0;
			.item{
				display:block;
				width:375px;
				margin:0;
			}
		}
	}
}
#map_objects{
	height:734px;
}
.leaflet-container{
	font-family:@font_base;
}
.object_detail{
	.photos{
		background:#392a3b;
		.wrap{
			position:relative;
		}
		.counter{
			position:absolute;
			z-index:100;
			font-size:18px;
			font-weight:500;
			line-height:75px;
			bottom:0;
			right:170px;
			color:#bda460;
			span{
				color:@color_white;
			}
		}
	}
	.top{
		background:@color_white;
		padding:30px 20px 20px;
		position:relative;
		margin-bottom:30px;
		.left{
			float:left;
			padding-top:30px;
		}
		.right{
			float:right;
			text-align:right;
		}
		h1{
			font-size:28px;
			line-height:30px;
			font-weight:500;
			margin-bottom:5px;
			color:@color_violet;
		}
		.address{
			color:@color_violet;
			font-size:14px;
			line-height:20px;
			margin-bottom:15px;
		}
		.metro{
			font-size:12px;
			line-height:20px;
			padding-left:25px;
			background:url("../images/icon_metro.svg") no-repeat center left;
		}
		.params{
			position:absolute;
			top:0;
			left:0;
			span{
				display:inline-block;
				vertical-align:top;
				line-height:34px;
				padding:0 20px;
				font-size:12px;
				&.p5{
					background:#bda460;
					color:@color_white;
					&.f9{
						background:#b77fb7;
					}
				}
				&.p2{
					background:#ececec;
					color:@color_text;
				}
			}
		}
		.share{
			margin-bottom:25px;
			&>a{
				display:inline-block;
				padding-right:35px;
				font-size:14px;
				line-height:25px;
				color:@color_text;
				text-decoration:none;
				background:url("../images/icon_share.svg") no-repeat center right;
				&:hover{
					color:@color_link;
				}
			}
			.ya-share2__icon_more{
				display:inline-block;
				width:auto;
				font-size:14px;
				padding-right:35px;
				line-height:25px;
				color:@color_text;
				font-family:@font_base;
				background:url("../images/icon_share.svg") no-repeat center right;
				&:after{
					content:'Поделиться';
				}
			}
			.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
				padding:0;
				background:none;
			}
			.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more,.ya-share2__container_mobile .ya-share2__badge{
				.border_radius(0);
			}
			.api{
				//margin-left:170px;
				.ya-share2__link_more-button-type_short{
					//display:none;
				}
				.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom{
					top:5px;
				}
			}
		}
		.order{
			a{
				display:inline-block;
				line-height:55px;
				padding:0 25px;
				font-size:16px;
				font-weight:500;
				text-transform:uppercase;
				color:@color_violet;
				border:1px solid #c4aa62;
				text-decoration:none;
				margin-left:20px;
				&:hover{
					background:#c4aa62;
					color:@color_text;
				}
				&:first-child{
					margin-left:0;
				}
			}
		}
	}
	.article{
		margin-bottom:40px;
		font-size:16px;
		line-height:24px;
		h1,h2,h3,p,div,table,ol,ul{
			margin-bottom:30px;
		}
		h1,h2,h3{
			color:@color_violet;
			font-size:24px;
			line-height:30px;
			font-weight:400;
		}
		table{
			width:100%;
			color:@color_violet;
			margin-bottom:50px;
			border-collapse:collapse;
			border-top:1px solid #e4e4e4;
			tr{
				td{
					padding:10px 0;
					border-bottom:1px solid #e4e4e4;
					&:first-child{
						font-weight:500;
					}
				}
			}
		}
		ul,ol{
			list-style-type:none;
			counter-reset:num;
			margin:0 0 30px 0;
			li{
				list-style-type:none;
				padding-left:30px;
				margin-bottom:15px;
				position:relative;
				&:before{
					position:absolute;
					top:0;
					left:0;
					color:@color_link;
					font-weight:600;
					font-size:24px;
				}
			}
		}
		ul{
			li{
				&:before{
					content:"•";
				}
			}
		}
		ol{
			li{
				&:before{
					content:counter(num) ". ";
					counter-increment:num;
				}
			}
		}
	}
}
#detail_photos{
	.owl-nav{
		margin:0;
		position:absolute;
		bottom:0;
		right:0;
		height:75px;
		.owl-prev,.owl-next{
			margin:0;
			padding:0;
			width:75px;
			height:75px;
			line-height:75px;
			text-align:center;
			background-color:fade(@color_black,70%);
			background-repeat:no-repeat;
			background-position:center center;
			border:1px solid #c4aa62;
			box-sizing:border-box;
			overflow:hidden;
			text-indent:-2000px;
			.border_radius(0);
			background-image:url("../images/angle_left.svg");
			&:hover{
				background-color:fade(@color_black,90%);
			}
		}
		.owl-prev{
			.transform(rotate(-180deg));
		}
		.owl-next{
			//background-image:url("../images/angle_right.svg");
		}
	}
	.item{
		height:525px;
		max-height:525px;
		text-align:center;
		background:#58415b;
		img{
			max-width:100%;
			max-height:100%;
			display:inline-block;
			vertical-align:middle;
			width:auto;
		}
		&:after{
			content:'';
			display:inline-block;
			vertical-align:middle;
			height:100%;
		}
	}
}
.items_services{
	padding:70px 0;
	h1{
		text-align:center;
		text-transform:uppercase;
		font-size:36px;
		line-height:40px;
		font-weight:500;
		padding-bottom:20px;
		margin-bottom:25px;
		position:relative;
		&:after{
			content:'';
			position:absolute;
			display:block;
			left:50%;
			margin-left:-30px;
			bottom:0;
			width:60px;
			height:5px;
			background:@color_link;
		}
	}
	.item{
		width:~"calc(50% - 10px)";
		box-shadow:0px 5px 15px #E4DADA80;
		border-radius:24px;
		overflow:hidden;
		background:@color_white;
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
		margin-right:20px;
		&:nth-child(even){
			margin-right:0;
		}
		&.item_6{
			.photo{
				background-image:url("../images/ret.jpg");
			}
		}
		&.item_7{
			.photo{
				background-image:url("../images/bud.jpg");
			}
		}
		&.item_8{
			.photo{
				background-image:url("../images/office.jpg");
			}
		}
		&.item_9{
			.photo{
				background-image:url("../images/ua.jpg");
			}
		}
		.photo{
			background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			aspect-ratio:568 / 259;
		}
		.text{
			padding:30px;
			min-height:400px;
			box-sizing:border-box;
		}
		.name{
			font-size:24px;
			line-height:30px;
			font-weight:700;
			padding-bottom:20px;
			margin-bottom:20px;
			position:relative;
			color:@color_violet;
			text-transform:uppercase;
			&:after{
				content:'';
				display:block;
				width:50px;
				height:2px;
				position:absolute;
				bottom:0;
				left:0;
				background:@color_link;
			}
		}
		.content{
			font-size:18px;
			line-height:25px;
			font-weight:300;
			ul,ol{
				li{
					margin-bottom:10px;
				}
			}
			ol{
				counter-reset:num;
				list-style:none;
				li{
					position:relative;
					padding-left:40px;
					&:before{
						position:absolute;
						top:0;
						left:0;
						color:@color_link;
						content:"0" counter(num);
						counter-increment:num;
					}
				}
			}
		}
	}
}
/*
.modalform{
	width:400px;
	margin-left:-200px;
	padding:20px;
	background:@color_white;
	position:fixed;
	top:50px !important;
	.close{
		right:-50px;
	}
	.h3{
		color:#392a3b;
		text-align:center;
		font-size:22px;
		line-height:25px;
		font-weight:500;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	input{
		display:block;
		width:100%;
		height:40px;
		box-sizing:border-box;
	}
	input[type=text]{
		border:1px solid #c4aa62;
		padding:0 10px;
		margin-bottom:15px;
		&:focus{
			border-color:@color_link;
		}
	}
	input[type=submit]{
		background:@color_link;
		border:0;
		cursor:pointer;
		text-transform:uppercase;
		font-weight:500;
		color:@color_white;
		&:focus,&:hover{
			background:#392a3b;
		}
	}
	input[name=surname]{
		display:none;
	}
	.result{
		padding-top:20px;
		text-align:center;
		font-size:15px;
		line-height:20px;
		p{
			font-weight:400;
		}
	}
}
*/