@import '../css/font-awesome.min.css';
@import '../css/fontGothamPro.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.less';
@import 'vars.less';
@import 'functions.less';
@import 'header.less';
@import 'footer.less';
@import 'catalog.less';
@import 'razdels.less';
@import 'lists.less';
@import 'data.less';
@import 'form.less';
@import 'articles.less';
@import 'others.less';
@import 'gallery.less';
@import 'specialists.less';
@import 'gb.less';
@import 'pricelist.less';
@import 'headers.less';
@import 'basket.less';
@import 'goods.less';
*{
	font-size:1em;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,label,legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:@font_base;
	font-size:14px;
	line-height:16px;
	color:@color_text;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
a{
	color:@color_link;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article,.article{
	font-size:16px;
	line-height:25px;
	font-family:GothamProLight;
	strong {
		font-family:GothamProBold;
	}
	p{
		margin-bottom:10px;
		text-align:justify;
	}
	ul,ol{
		margin-left:20px;
		margin-bottom:10px;
	}
	h1,h2,h3{
		margin-bottom:10px;
		line-height:1.2em;
	}
	h1{
		font-size:28px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:20px;
	}
	table{
		margin-bottom:10px;
		border-collapse:collapse;
		th,td{
			padding-right:20px;
		}
		th{
			text-align:left;
		}
	}
}
input[type=text],input[type=password],input[type=email],textarea{
	border:1px solid @color_gray;
	font-family:@font_base;
	&:focus{
		outline:none;
		border-color:@color_link;
	}
}
input[type=submit],input[type=button],button{
	background:@color_link;
	border:2px solid @color_link;
	box-sizing:border-box;
	.border_radius(20px);
	height:40px;
	padding:0 20px;
	cursor:pointer;
	color:@color_white;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-appearance:none;
	&:hover{
		background:@color_white;
		color:@color_link;
	}
}
sup{
	font-size:70%;
	line-height:0;
}
a.button{
	display:inline-block;
	background:@color_link;
	border:2px solid @color_link;
	box-sizing:border-box;
	.border_radius(20px);
	line-height:40px;
	padding:0 20px;
	color:@color_white;
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	&:hover{
		background:@color_white;
		color:@color_link;
	}
}
.page_title{
	margin-bottom:40px;
	h1,.h1{
		font-size:28px;
		line-height:32px;
		font-family:GothamProBold;
		text-transform:uppercase;
	}
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.mess_err{
	color:@color_red;
	font-weight:bold;
}
.mess_ok{
	color:@color_green;
	font-weight:bold;
}
.wrap{
	width:@width_wrap;
	margin:0 auto;
	position:relative;
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:240px;
	padding-top:20px;
}
#left{
	float:left;
	width:@width_left;
}
#content{
	float:right;
	width:@width_content;
	position:relative;
	padding:0;
}
#right{
	float:right;
	width:@width_right;
	margin-left:20px;
}
.block{
	padding:40px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
	position:relative;
	.title{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 35px;
		text-align: center;
		position: relative;
		font-family: GothamProBold;
		text-transform: uppercase;
		padding-bottom: 30px;
		span{
			display:block;
			color:@color_link;
			font-size:20px;
			padding-top:5px;
		}
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -15px;
			width: 30px;
			height: 5px;
			background: @color_link;
		}
		a{
			color:@color_text;
			text-decoration:none;
			&:hover{
				color:@color_link;
			}
		}
	}
	.all{
		text-align:right;
		font-weight:700;
		font-size:16px;
		line-height:18px;
	}
}
.title{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 35px;
		text-align: center;
		position: relative;
		font-family: GothamProBold;
		text-transform: uppercase;
		padding-bottom: 30px;
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -15px;
			width: 30px;
			height: 5px;
			background: @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_white;
				padding:10px;
				left:0;
				top:20px;
			}
		}
		.date{
			font-size:12px;
			line-height:14px;
			margin-bottom:10px;
		}
		.name{
			font-size:18px;
			line-height:20px;
			a{
				text-decoration:none;
				color:@color_text;
				&:hover{
					color:@color_link;
				}
			}
		}
		.more{
			a{
				display:inline-block;
				border:1px solid @color_link;
				text-transform:uppercase;
				line-height:40px;
				padding:0 35px;
				text-decoration:none;
				&:hover{
					color:@color_white;
					background:@color_link;
				}
			}
		}
	}
}
.bc{
	margin-bottom:30px;
	font-size:14px;
	line-height:20px;
	font-family:GothamProLight;
	img {
		margin:0 5px;
	}
	a{
		color:@color_text;
		text-decoration:none;
	}
}
.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:36px;
		line-height:36px;
		font-family:GothamProBlack;
		color:@color_link;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	.termins_letter_container{
		margin-bottom:40px;
		.termin_item{
			width:24%;
			display:inline-block;
			vertical-align:top;
			font-size:16px;
			line-height:18px;
			margin-bottom:7px;
			a{
				color:@color_text;
				text-decoration:none;
				&:hover{
					color:@color_link;
				}
			}
		}
	}
}
.compare_table{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	tr{
		td{
			padding:7px;
			border-bottom:1px dashed @color_gray;
			border-right:1px dashed @color_gray;
			&:last-child{
				border-right:0px;
			}
		}
	}
	.photo{
		position:relative;
		a{
			text-decoration:none;
		}
		.delete_from_compare{
			display:block;
			position:absolute;
			right:10px;
			top:10px;
			background:@color_link;
			color:@color_white;
			.border_radius;
			padding:2px 4px;
		}
	}
	.name{
		font-weight:bold;
		text-transform:uppercase;
		a{
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
	.param{
		font-weight:bold;
	}
}
aside{
	.article_item{
		.article_item_photo,.article_item_text{
			float:none;
			width:100%;
		}
	}
}
.tabs{
	.tabs_navigation{
		padding-left:70px;
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				color:#b4b3b3;
				font-size:18px;
				line-height:20px;
				padding-bottom:20px;
				font-family:GothamProBold;
				cursor:pointer;
				position:relative;
				margin-right:70px;
				text-transform:uppercase;
				&:after{
					content:'';
					width:100%;
					height:2px;
					position:absolute;
					bottom:-2px;
					left:0;
				}
				&.active{
					cursor:default;
					color:@color_text;
					&:after{
						background:@color_link;
					}
				}
			}
		}
	}
	.tabs_content{
		.tab{
			display:none;
			border-top:2px solid @color_gray;
			border-bottom:2px solid @color_gray;
			padding:50px 70px;
			&.active{
				display:block;
			}
		}
	}
}
.form_messages{
	margin-bottom:20px;
	textarea{
		width:100%;
		resize:vertical;
		height:100px;
	}
}
.messages{
	.message_item{
		padding:10px;
		border:1px solid @color_gray;
		margin-bottom:20px;
		.info{
			font-weight:bold;
			margin-bottom:5px;
			span{
				font-style:italic;
				font-weight:normal;
			}
		}
	}
	.message_new{
		background:fade(@color_red,20%);
	}
	.message_item_sys{
		margin-left:70px;
	}
	.message_item_user{
		margin-right:70px;
	}
}
.catalog_limit{
	a{
		display:inline-block;
		vertical-align:top;
		.border_radius(14px);
		margin:0 2px;
		line-height:32px;
		padding:0 15px;
		background:@color_gray;
		text-decoration:none;
		color:@color_text;
		&.active,&:hover{
			color:@color_white;
			background:@color_text;
		}
	}
}
.catalog_sort{
	a{
		display:inline-block;
		vertical-align:top;
		padding-left:15px;
		color:@color_text;
		text-decoration:none;
		&.active,&:hover{
			color:@color_link;
		}
	}
}
.filters{
	padding-top: 215px;
    background-repeat: no-repeat;
    background-size: 100% 300px;
	margin-bottom:100px;
	form {
		background-image:url(../images/bg_filters_form.jpg);
		width: 970px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 170px;
		padding: 30px 30px 64px;
		background-size: cover;
		box-sizing: border-box;
		box-shadow: 0 0 76px 4px rgba(0,0,0,0.45);
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		//font-family: GothamProLight;
		position: relative;
	}
	.submit {
			position: absolute;
			bottom: 30px;
			left: 50%;
			margin-left: -72px;
			button {
				font-size: 12px;
				line-height: 40px;
				height: auto;
				padding: 0 30px;
				border-radius: 25px;
				background:@color_link;
				background: linear-gradient(to right,fade(@color_link,70%),@color_link);
				font-weight: normal;
				font-family: GothamProBold;
				border:0;
				outline:none;
				&:hover {
					color:#fff;
					background: linear-gradient(to right,@color_link,fade(@color_link,70%));
				}
			}
		}
		.reset_button {
			position: absolute;
			bottom: 30px;
			right: 30px;
			a {
				font-size: 12px;
				line-height: 20px;
				color: #fff;
				font-family: GothamProMedium;
			}
		}
	.filter, .block_prtype {
		width: 23%;
		margin-right: 2.3%;
		//position: relative;
		#filter_3 {
			margin-right:0;
		}
		.name{
			cursor:pointer;
			display: block;
			overflow: hidden;
			border-bottom: 1px solid #fff;
			box-sizing: border-box;
			position: relative;
			&>span {
				position:relative;
				display: block;
				z-index: 2;
				overflow: hidden;
				width: calc(~"100% + 5px");
			}
			&:after {
				content: '\f107';
				font-family: FontAwesome;
				position: absolute;
				right: 3px;
				top: 0;
			}
		}
		.range{
			margin-bottom:10px;
			.ui-slider-horizontal{
				border-radius:0 !important;
				height:4px !important;
				background:@color_gray !important;
				border:0 !important;
				margin-bottom:10px;
			}
			.ui-slider-range{
				background:@color_link;
			}
			.ui-slider-handle{
				background:@color_gray !important;
				border-radius:50% !important;
				width:14px !important;
				height:14px !important;
				top:-5px !important;
				border:0 !important;
			}
		}
		.left,.right{
			font-size:14px;
			line-height:20px;
			input[type=text]{
				width:60px;
				height:20px;
				text-align:center;
				padding:0;
			}
		}
		&.active {
			&>.vars {
				display:block;
			}
			.name {
				color:#292422;
				overflow:visible;
				&>span {
					border-bottom: 1px solid #e2e2e2;
					padding: 0 10px 0 5px;
					box-sizing: border-box;
				}
				&:before {
					content:'';
					position:absolute;
					top:-5px;
					left:-5px;
					right:-5px;
					border-radius:5px 5px 0 0;
					background:#FBFBFB;
					bottom:-20px;
					z-index:1;
					overflow:hidden;
				}
				&:after {
					color:#292422;
					top: 0;
					padding-right: 5px;
					z-index: 1;
				}
			}
		}
		.vars{
			display:none;
			position: absolute;
			top: 80px;
			width:~"calc(100% - 50px)";
			left: 25px;
			overflow:auto;
			//max-height:80px;
			padding:10px;
			box-sizing:border-box;
			background: rgb(251,251,251);
			background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(232,232,232,1) 100%);
			background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%);
			background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(232,232,232,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e8e8e8',GradientType=0 );
			border-radius:0 0 5px 5px;
			font-size:14px;
			color:@color_text;
			line-height:14px;
			z-index: 10;
			&::-webkit-scrollbar {
				width:4px;
			}
			&::-webkit-scrollbar-button {
				display:none;
			}
			&::-webkit-scrollbar-thumb {
				background:#6d6c6b;
				color:#6d6c6b;
				border-radius:0px;
				width:4px;
				height:15px;
			}
			&::-webkit-scrollbar-track-piece {
				background:#ebebeb;
			}
			.checkbox:checked + .checkbox-custom::before, label.active .checkbox-custom::before {
				top: 2px;
				right: 2px;
				bottom: 2px;
				left: 2px;
				background: #ed842f;
				border-radius: 0;
				width:4px;
				height:4px;
			}
			label{
				display:inline-block;
				vertical-align:top;
				width:23%;
				margin-bottom:5px;
				span.checkbox-custom {
					width:8px;
					height:8px;
					border:1px solid #7e7e7e;
					margin-right:7px;
					border-radius:0;
				}
			}
		}
	}
	.block_prtype {
		width: 23%;
		margin-right: 2.3%;
		//position: relative;
		&>.vars {
			display:none;
			right: auto;
			//width: 213%;
			//max-height: none;
			border-radius: 0;
			padding: 10px;
			overflow: visible;
			z-index:100;
			box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
			.filter {
				width:23%;
				float:left;
				margin-right:2%;
				.name {
					height: 27px;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					&:before {
						background: transparent;
					}
					&:after {
						top: 0;
						bottom: 0;
						display: flex;
						align-items: center;
					}
					span {
						    border: none;
						    height: 100%;
						display: flex;
						align-items: center;
						justify-content: flex-start;
					}
				}
				.vars {
					border-radius: 0;
					top:40px;
					left:0;
					box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
					background: #fff;
					width:100%;
					z-index:200;
					position:absolute;
					label{
						//display:block;
						//width:100%;
						.label{
							width:~"calc(100% - 20px)";
						}
					}
				}
			}
		}
		&.active {
			&>.vars {
				display:block;
			}
		}
	}
	.submit{
		text-align:right;
	}
}
.version_desktop,.version_mobile{
	text-align:center;
	background:@color_gray;
	line-height:40px;
	text-transform:uppercase;
	a{
		color:@color_text;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
}
.questions{
	.item{
		margin-bottom:20px;
		.question{
			font-size:18px;
			line-height:20px;
			font-weight:700;
			&.full{
				padding-left:30px;
				position:relative;
				cursor:pointer;
				i{
					position:absolute;
					top:0;
					left:0;
				}
				&.active,&:hover{
					color:@color_link;
				}
				&+.answer{
					display:none;
				}
			}
		}
		.answer{
			padding-top:10px;
			padding-left:30px;
		}
	}
}
@import 'custom.less';
.block_1 {
	height: 720px;
    margin-top: -200px;
    padding-top: 310px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:80px;
	.wrap {
		text-align:center;
	}
	.title {
		font-size: 44px;
		line-height: 44px;
		color: @color_white;
		text-align:center;
		font-family:'OlgaCTT',arial;
		text-transform:none;
		padding:0;
		margin-bottom:110px;
		&:after{
			display:none;
		}
	}
	.lists_1 {
		background-image:url(../images/bg-block_1_wrap.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 77%;
		margin: 0 auto;
		padding-left: 105px;
		padding-bottom: 25px;
		display:none;
		.item {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0;
			margin: 0;
			text-align: left;
			&:first-child {
				margin-left: 10px;
			}
			&:nth-child(2) {
				margin-left: -90px;
			}
			.photo {
				margin-bottom: 0;
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: 30px;
			}
			.name {
				color: #fff;
				font-size: 14px;
				line-height: 20px;
				text-transform: uppercase;
				font-family: GothamProBold;
				margin-bottom: 0;
				max-width: 150px;
			}
		}
	}
	.announce {
			font-size:20px;
			line-height:20px;
			width:380px;
			height:98px;
			margin:0 auto;
			line-height:98px;
			text-align:center;
			text-transform:uppercase;
			color:@color_white;
			background:url("../images/header_ann.png") no-repeat center center;
			font-family:GothamProLight;
		}
}
.block_2 {
	padding:20px 0;
	max-width:@width_wrap;
	margin:0 auto;
	margin-top:-65px;
	box-shadow: 0 0 80px 4px rgba(0,0,0,0.45);
	margin-bottom: 30px;
	.lists_1 .item {
		margin-bottom:0;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		text-align: left;
		border-right: 1px solid rgba(255,255,255,0.2);
		&:last-child {
			border:none;
		}
		.photo {
			margin: 0;
			width: 85px;
			height:auto!important;
			img {
				max-width:100%;
			}
		}
		.name {
			width: calc(~"100% - 100px");
			font-size: 12px;
			line-height: 18px;
			color: #fff;
			font-family: GothamProLight;
			margin-bottom: 0;
			height:auto!important;
		}
	}
}
.block_3 {
	padding-bottom:0;
	z-index:1;
	.razdels {
		.item {
			height: auto;
		}
	}
}
.radiobuttons {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin-bottom:50px;
	&.desing {
		label {
			background:transparent;
			border-radius:0;
			box-shadow:none;
			font-family:GothamProLight;
			padding:0;
			&.change {
				color:@color_text;
				background:transparent;
			}
		}
	}
	label {
		cursor:pointer;
		position: relative;
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		padding: 0 50px;
		border-radius: 30px;
		font-size: 14px;
		line-height: 60px;
		font-family: GothamProBold;
		box-shadow: 0 0 50px 4px rgba(0,0,0,0.1);
		input[type=radio] {
			opacity:0;
			position:absolute;
			&+i{
				font-style:normal;
				margin-right:7px;
				font-size:16px;
				color:@color_link;
				&:before{
					font-family: 'FontAwesome';
					content: "\f096";
				}
			}
			&:checked+i:before{
				content: "\f046";
			}
		}
		&.change {
			background: @color_text;
			color: #fff;
			img {
				filter:none;
				-webkit-filter:none;
			}
			.label{
				span{
					background:url("../images/bg_item_4.png") no-repeat center center;
				}
			}
		}
		.label{
			span{
				width:248px;
				height:148px;
				padding:9px;
				display:block;
				margin-bottom:10px;
				text-align:center;
				box-sizing:border-box;
			}
		}
		img {
			display: block;
			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%);
		}
	}
}
form {
	position:relative;
	&>label {
		margin-bottom:50px;
		display:block;
		text-align:center;
		&>span {
			font-size:18px;
			line-height:20px;
			font-family:GothamProBold;
			margin-bottom:40px;
			display:block;
			text-align:center;
			text-transform:uppercase;
		}
		&.label_20 {
			input[type=text] {
				width: 50%;
				margin: 0 auto;
				font-size: 14px;
				height: 53px;
				font-family: GothamProLight;
				border: 1px solid #878584;
				background: rgba(255,255,255,0.5);
				padding: 0 20px;
				border-radius: 30px;
			}
		}
	}
}
.block_4 {
	margin-top: -80px;
    padding-top: 160px;
	form {
		.label_20{
			margin-bottom:20px;
		}
		.submit {
			position: absolute;
			bottom: 45px;
			right: calc(~"(100% - 50%)/2 - 15px");
			button {
				font-size: 12px;
				line-height: 12px;
				font-family: GothamProBold;
				text-transform: lowercase;
				width: 160px;
				height:45px;
				box-sizing: border-box;
				border-radius: 30px;
				border: none;
				outline: none;
				&:hover {
					border:none;
					background:@color_link;
					color:#fff;
				}
			}
		}
		.rules{
			max-width:50%;
			margin:0 auto;
		}
	}
}
.block_5 {
	padding-top:70px;
	.tabs {
		.tabs_navigation ul {
			display: flex;
			align-items: center;
			justify-content: space-between;
			li {
				height: auto;
				border: none;
				background: none;
				color: #919191;
				text-align: center;
				font-size: 20px;
				line-height: 22px;
				text-transform: uppercase;
				font-family: GothamProLight;
				padding: 0;
				text-align:left;
				width:230px;
				&.active {
					background: none;
					border: none;
					color:@color_text;
					font-family: GothamProBlack;
					span {
						/*
						&:before {
							content:url(../images/icon-before.png);
							position: absolute;
							top: -22px;
							left: 50%;
							margin-left: -5px;
						}
						*/
						&:after {
							content:url(../images/icon_after.png);
							position: absolute;
							bottom: -27px;
							left: 55px;
							margin-left: -5px;
						}
					}
					img {
						border-color: #ecf3ec;
					}
				}
				span {
					padding:30px 50px;
					display:block;
					position:relative;
				}
				img {
					display: block;
					border-radius: 50%;
					border: 15px solid transparent;
				}
			}
		}
		.tabs_content {
			padding: 60px;
			background: #fff5ed;
			border-radius: 40px;
			.announce {
				font-family: GothamProLight;
				margin-bottom: 20px;
			}
			div.all {
				margin-top: 40px;
				text-align: left;
				a {
					display: inline-block;
					color: #fff;
					text-decoration: none;
					background:@color_link;
					background: linear-gradient(to right,fade(@color_link,70%),@color_link);
					font-size: 13px;
					line-height: 13px;
					font-weight: normal;
					text-transform: uppercase;
					font-family: GothamProBold;
					padding: 15px 35px;
					border-radius:30px;
					&:hover {
						background: linear-gradient(to right,@color_link,fade(@color_link,70%));
					}
				}
			}
			.h2 {
				font-size:14px;
				line-height:24px;
				font-family:GothamProBold;
				margin-bottom:20px;
			}
			.owl-carousel .owl-stage-outer {
				z-index:1;
			}
			.owl-theme .owl-nav {
				position: absolute;
				top: 50%;
				left: -35px;
				right: -35px;
				margin: 0;
				display: flex;
				align-items: center;
				justify-content: space-between;
				margin-top: -20px;
				[class*=owl-] {
					background: none;
					color: #000;
					font-size: 40px;
					line-height: 40px;
					top: 0;
					margin: 0;
					padding: 0;
					height: 40px;
					&:hover {
						background:none;
						color:@color_link;
					}
				}
			}
		}
	}
}
.block_6 {
	.bg {
		height: 400px;
		background-size: cover;
		background-position: center;
		display:flex;
		align-items:center;
		justify-content:flex-end;
		.wrap {
			display:flex;
			align-items:center;
			justify-content:flex-end;
		}
		.article {
			width:400px;
			padding:0 40px 0 30px;
			color:#fff;
			font-family:GothamProLight;
			font-size:16px;
			line-height:24px;
			box-sizing:border-box;
		}
	}
}
.block_7 {
	.tinycarousel {
		padding: 0;
		overflow: visible;
		.buttons {
			color:#000;
			&:hover {
				color:@color_link;
			}
		}
		.prev {
			left:-40px;
		}
		.next {
			right:-40px;
		}
	}
	div.all {
		margin-top: 40px;
		text-align: center;
		a {
			display: inline-block;
			color: #fff;
			text-decoration: none;
			background: @color_link;
			background: linear-gradient(to right,fade(@color_link,70%),@color_link);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7882d', endColorstr='#e97213',GradientType=1 );
			font-size: 13px;
			line-height: 13px;
			font-weight: normal;
			text-transform: uppercase;
			font-family: GothamProBold;
			padding: 15px 35px;
			border-radius:30px;
			&:hover {
				background: linear-gradient(to right,@color_link,fade(@color_link,70%));
			}
		}
	}
	#carousel_7 .overview li .photo {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.inside {
	#middle {
		padding:60px 0 300px;
	}
	header {
		background-image:url(../images/bg-header.jpg);
		background-position:center;
		background-size:cover;
	}
}
.block_4 form > label.agree {
	margin: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 12px;
    font-family: GothamProLight;
    margin-left: -185px;
	input[type=checkbox] {
		width:9px;
		height:9px;
	}
}
.block_8{
	.article{
		width:668px;
		background:url("../images/about2.jpg") no-repeat top center;
		background-size:cover;
		color:@color_white;
		margin:0 auto;
		padding:60px;
		font-size:16px;
		line-height:20px;
		box-sizing:border-box;
	}
}
.page-404 {
	.search {
		margin:10px 0 30px;
		form {
			width:30%;
			display:flex;
			align-items:center;
			justify-content:flex-start;
			border:1px solid @color_text;
			background:@color_text;
			input[type=text] {
				background:#fff;
				border: none;
				line-height: 50px;
				height: 50px;
				color: @color_text;
				padding: 0 15px;
				width: calc(~"100% - 50px");
				box-sizing: border-box;
			}
			input[type=submit] {
				width:50px;
				height:50px;
				border-radius:0;
				opacity:0;
				padding:0;
				outline:none;
			}
			img {
				position:absolute;
				top:auto;
				bottom:auto;
				right:13px;
			}
		}
	}
	.menu-404 {
		ul {
			padding: 0;
			overflow: hidden;
			margin:0;
			list-style:none;
			li {
				display: inline-block;
				vertical-align: top;
				position: relative;
				text-transform: uppercase;
				line-height: 50px;
				float: left;
				a {
					text-decoration: none;
					color: @color_text;
					font-size: 15px;
					line-height: 50px;
					padding: 0 15px;
					border-bottom: 1px solid rgba(0, 0, 0, 0.3);
					height: 50px;
					display: inline-block;
					font-family: GothamProMedium;
				}
				&.active a, a:hover {
					border-color: @color_link;
					box-shadow:0 0 2px rgba(0,0,0,0.2);
				}
				&:last-child:after {
					display:none;
				}
				&:after {
					position: absolute;
					content: '';
					top: 50%;
					margin-top: -2.5px;
					height: 5px;
					width: 1px;
					background: #9e835b;
					right: 0;
				}
			}
		}
	}
}
.cookie_policy{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:20px;
	background:fade(@color_black,80%);
	color:@color_white;
	z-index:100000;
	a{
		color:@color_white;
		text-decoration:none;
		border-bottom:1px solid fade(@color_white,50%);
		&:hover{
			border-color:transparent;
		}
	}
	.text{
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
	}
	.buttons{
		display:flex;
		justify-content:center;
		align-items:center;
		a{
			margin:0 5px;
			&.button{
				display:inline-block;
				vertical-align:middle;
				font-size:14px;
				padding:5px 20px;
				line-height:20px;
				font-weight:400;
				color:@color_white;
				text-transform:none;
				min-width:120px;
				box-sizing:border-box;
				border:0;
				box-shadow:none;
				&:hover{
					color:@color_white;
					opacity:.9;
				}
				&.accept{
					background:@color_green;
				}
				&.reject{
					background:#595959;
				}
			}
		}
	}
}
.rules{
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
	a{
		color:@color_text;
		text-decoration:none;
		border-bottom:1px solid fade(@color_link,50%);
		&:hover{
			border-color:transparent;
		}
	}
	sup{
		vertical-align:middle;
	}
}
