@import '../css/font-awesome.min.css';
@import '../css/fonts.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.css';
@import 'vars.less';
@import 'functions.less';
@color_white:#ffffff;
@color_black:#000000;
@color_gray:#cccccc;
@color_red:#e03c42;
@color_green:#4fad51;
@font_base: 'Gotham Pro Light';
@font_500:'Gotham Pro Medium';
@font_700:'Gotham Pro Bold';
*{
	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:#434242;
	background:#E5E4E5;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
a{
	color:#434242;
	text-decoration:underline;
	&:hover{
		text-decoration:none;
	}
}
article{
	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;
	}
}
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;
	height:40px;
	padding:0 20px;
	border:0px;
	cursor:pointer;
	color:@color_white;
	text-transform:uppercase;
	-webkit-appearance:none;
	.border_radius(0);
	&:hover{
		background:@color_text;
	}
}
.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_white;
	font-weight:bold;
}
.mess_ok{
	color:@color_green;
	font-weight:bold;
}
.wrap{
	width:@width_wrap;
	margin:0 auto;
	position:relative;
}
#body{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	height:auto;
}
header{
	position:relative;
	padding:20px 0;
	#logo{
		float:left;
		margin-right:40px;
	}
	nav{
		float:left;
		position:relative;
		z-index:10000;
		ul{
			background:@color_link;
			li{
				display:inline-block;
				vertical-align:top;
				position:relative;
				line-height:40px;
				a{
					display:block;
					padding:0 20px;
					text-decoration:none;
					color:@color_white;
				}
				&.active a, a:hover{
					color:@color_gray;
				}
				ul{
					position:absolute;
					top:40px;
					left:0;
					z-index:20;
					display:none;
					li{
						display:block;
						a{
							border-bottom:1px solid @color_white;
						}
					}
				}
				&:hover{
					ul{
						display:block;
					}
					&.li_3{
						ul{
							display:none;
						}
					}
				}
			}
		}
	}
}
#middle{
	height:auto;
	position:relative;
	padding-bottom:120px;
	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{
	.title{
		font-size:2em;
		margin-bottom:20px;
		font-weight:700;
	}
}
.rows{
	text-align:center;
	.item{
		display:inline-block;
		vertical-align:top;
		.photo,.name{
			margin-bottom:15px;
		}
		.photo{
			position:relative;
			.date{
				position:absolute;
				z-index:20;
				background:fade(@color_link,70%);
				color:@color_white;
				padding:10px;
				left:0;
				top:20px;
			}
		}
		.date{
			font-size:12px;
			line-height:14px;
			margin-bottom:10px;
		}
		.name{
			font-size:18px;
			line-height:20px;
			a{
				text-decoration:none;
				color:@color_text;
				&:hover{
					color:@color_link;
				}
			}
		}
		.more{
			a{
				display:inline-block;
				border:1px solid @color_link;
				text-transform:uppercase;
				line-height:40px;
				padding:0 35px;
				text-decoration:none;
				&:hover{
					color:@color_white;
					background:@color_link;
				}
			}
		}
	}
}
footer{
	position:absolute;
	background:@color_gray;
	bottom:0;
	height:100px;
	width:100%;
}
.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;
		    margin-top: 10px;
	}
	textarea{
		padding:10px;
		resize:none;
	}
	sup{
		color:@color_red;
		font-size:12px;
	}
}
.pages{
	padding:20px 0px;
	ul{
		list-style:none;
		text-align:center;
		li{
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
			a,span{
				display:inline-block;
				padding:5px;
				border-bottom:2px solid transparent;
			}
			a{
				text-decoration:none;
			}
			span,a:hover{
				color:@color_text;
				border-color:@color_link;
			}
		}
	}
}
.popup_page{
	padding:40px;
	a{
		color:@color_black;
	}
	.mess_err{
		color:@color_red;
	}
}
#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%);
	z-index:20;
	&:hover{
		opacity:1;
	}
	a{
		width:50px;
		height:50px;
		line-height:50px;
		display:block;
		text-align:center;
		font-size:25px;
		color:#434242;
	}
}
.termins{
	.termins_letter{
		font-size:1.5em;
		line-height:1.6em;
		font-weight:bold;
	}
	.termins_letter_container{
		margin-bottom:1.5em;
		.termin_item{
			width:30%;
			float:left;
			padding-bottom:0.4em;
		}
	}
}
.compare_table{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	tr{
		td{
			padding:7px;
			border-bottom:1px dashed @color_gray;
			border-right:1px dashed @color_gray;
			&:last-child{
				border-right:0px;
			}
		}
	}
	.photo{
		position:relative;
		a{
			text-decoration:none;
		}
		.delete_from_compare{
			display:block;
			position:absolute;
			right:10px;
			top:10px;
			background:@color_link;
			color:@color_white;
			.border_radius;
			padding:2px 4px;
		}
	}
	.name{
		font-weight:bold;
		text-transform:uppercase;
		a{
			text-decoration:none;
			&:hover{
				text-decoration:underline;
			}
		}
	}
	.param{
		font-weight:bold;
	}
}
.gallery{
	ul{
		list-style:none;
		li{
			float:left;
			width:200px;
			height:200px;
			overflow:hidden;
			position:relative;
			margin:0 20px 20px 0;
			a{
				span{
					display:none;
					width:200px;
					height:200px;
					position:absolute;
					top:0;
					left:0;
					background:fade(@color_black,40%);
					font-size:70px;
					line-height:200px;
					text-align:center;
					i{
						color:@color_white;
					}
				}
				&:hover{
					span{
						display:block;
					}
				}
			}
			&:nth-child(5n){
				margin-right:0px;
			}
		}
	}
}
.articles{
	.item{
		margin-bottom:20px;
		.photo{
			float:left;
			width:200px;
		}
		.text{
			width:770px;
			float:right;
		}
		.name{
			font-size:18px;
			line-height:20px;
			margin-bottom:10px;
			font-weight:bold;
			a{
				text-decoration:none;
				&:hover{
					text-decoration:underline;
				}
			}
		}
		.date{
			color:@color_gray;
			font-size:12px;
		}
	}
}
aside{
	.article_item{
		.article_item_photo,.article_item_text{
			float:none;
			width:100%;
		}
	}
}
.tabs{
	.tabs_navigation{
		ul{
			list-style:none;
			li{
				display:inline-block;
				vertical-align:top;
				border:1px solid @color_link;
				color:@color_link;
				height:40px;
				line-height:40px;
				padding:0 20px;
				cursor:pointer;
				&.active{
					background:@color_link;
					color:@color_white;
					cursor:default;
				}
			}
		}
	}
	.tabs_content{
		.tab{
			display:none;
			&.active{
				display:block;
			}
		}
	}
}
.form_messages{
	margin-bottom:20px;
	textarea{
		width:100%;
		resize:vertical;
		height:100px;
	}
}
.messages{
	.message_item{
		padding:10px;
		border:1px solid @color_gray;
		margin-bottom:20px;
		.info{
			font-weight:bold;
			margin-bottom:5px;
			span{
				font-style:italic;
				font-weight:normal;
			}
		}
	}
	.message_new{
		background:fade(@color_red,20%);
	}
	.message_item_sys{
		margin-left:70px;
	}
	.message_item_user{
		margin-right:70px;
	}
}
.catalog_limit{
	a{
		display:inline-block;
		vertical-align:top;
		.border_radius(14px);
		margin:0 2px;
		line-height:32px;
		padding:0 15px;
		background:@color_gray;
		text-decoration:none;
		color:@color_text;
		&.active,&:hover{
			color:@color_white;
			background:@color_text;
		}
	}
}
.catalog_sort{
	a{
		display:inline-block;
		vertical-align:top;
		padding-left:15px;
		color:@color_text;
		text-decoration:none;
		&.active,&:hover{
			color:@color_link;
		}
	}
}
.pricelist{
	margin:0 60px;
	.name{
		padding:7px 20px;
		background:fade(@color_gray,50%);
		font-size:22px;
		line-height:24px;
		cursor:pointer;
		color:@color_link;
		&:hover,&.active{
			color:@color_text;
		}
		i{
			float:right;
		}
		&+.data{
			display:none;
		}
	}
	.data{
		margin-bottom:10px;
		.name{
			font-size:18px;
			line-height:20px;
		}
		.items{
			table{
				width:100%;
				border-collapse:collapse;
				tr{
					td{
						padding:7px 20px;
						&:last-child{
							text-align:right;
						}
					}
					&:nth-child(even){
						background:fade(@color_gray,50%);
					}
				}
			}
		}
	}
}
.filters{
	.filter{
		margin-bottom:15px;
		.name{
			display:block;
			font-size:22px;
			line-height:24px;
			margin-bottom:10px;
		}
		.range{
			margin-bottom:10px;
			.ui-slider-horizontal{
				border-radius:0 !important;
				height:4px !important;
				background:@color_gray !important;
			}
			.ui-slider-range{
				background:@color_link;
			}
			.ui-slider-handle{
				background:@color_gray !important;
				border-radius:50% !important;
				width:14px !important;
				height:14px !important;
				top:-5px !important;
				border:0 !important;
			}
		}
		.left,.right{
			font-size:14px;
			line-height:20px;
			input[type=text]{
				width:60px;
				height:20px;
				text-align:center;
				padding:0;
			}
		}
		.vars{
			label{
				display:block;
			}
		}
	}
	.submit{
		text-align:right;
	}
}
.version_desktop,.version_mobile{
	text-align:center;
	background:@color_gray;
	line-height:40px;
	text-transform:uppercase;
	a{
		color:@color_text;
		text-decoration:none;
		&:hover{
			color:@color_link;
		}
	}
}
.questions{
	.item{
		margin-bottom:20px;
		.question{
			font-size:18px;
			line-height:20px;
			font-weight:700;
			&.full{
				padding-left:30px;
				position:relative;
				cursor:pointer;
				i{
					position:absolute;
					top:0;
					left:0;
				}
				&.active,&:hover{
					color:@color_link;
				}
				&+.answer{
					display:none;
				}
			}
		}
		.answer{
			padding-top:10px;
			padding-left:30px;
		}
	}
}

.filters {
	width: 100%;
	    margin-bottom: 20px;
}.filters .submit{
	display: none;
}.filters .filter{
	display: inline-block;
	margin-bottom: 0px;
	vertical-align:top;
}.filters .filter .selectboxit-container .selectboxit{
	border: 1px solid #898989;
    font-size: 14px;
    font-family: 'Gotham Pro Medium';
    background: transparent;
    outline: none;
	border-radius: 0px;
}.filters .filter .selectboxit-container .selectboxit-options{
    font-family: 'Gotham Pro Medium';
    outline: none;
	border-radius: 0px;
}.filters .filter .selectboxit-list .selectboxit-option-anchor {
    font-size: 14px;
    color: #333;
}.filters .filter .name{
	display: none;
}.filters .filter label{
	display: none;
}
.not-faund article.page-404 {
	margin:20px 0;
	p, li {
		font-family:'Gotham Pro';
		font-size:16px;
		line-height:18px;
	}
	.search {
		border: 1px solid #8e8e93;
		padding: 10px;
		display: inline-block;
		margin-bottom: 25px;
		input[type=text]{
			background: transparent;
			border: 0;
			outline: none;
			font-size: 14px;
			font-family: 'Gotham Pro Light';
		}
		input[type=submit]{
			padding: 0;
			width: 21px;
			height: 22px;
			background: url(../images/icon_search_dark.svg) no-repeat 0 0;
			background-size:cover;
			text-indent: -99999px;
			margin-right: 8px;
		}
	}
	.menu-404 {
		margin-top: 15px;
		ul {
			list-style: none;
			margin: 0;
			text-align: center;
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			li {
				margin: 5px 0;
				page-break-inside: avoid;
				break-inside: avoid;
				display:inline-block;
				width:100%;
				a {
					text-decoration: none;
					font-size: 18px;
					line-height: 22px;
					display: block;
					padding: 10px 20px;
					box-sizing:border-box;
					color: #434242;
					background: #c8c8c8;
					&:hover {
						font-family:'Gotham Pro Medium';
						opacity:.9;
					}
				}
			}
		}
	}
}
.popup_page {
	input[type=submit] {
		background:#64646c;
	}
}
.photo_brand {
	max-width: 25%;
    float: left;
    margin: 0 20px 10px 0;
	img {max-width:100%;}
}
.alphabet {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
	a {
		text-decoration: none;
		margin: 0 10px;
		font-family: 'Gotham Pro Bold';
		font-size: 18px;
		line-height: 22px;
		&.active {
			color: #434242;
		}
	}
}
.page_brands {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	.letters {
		position: relative;
		page-break-inside: avoid;
		break-inside: avoid;
		width: 300px;
		opacity: 0.5;
		.letter {
			font-family: 'Gotham Pro Bold';
			font-size: 18px;
			line-height: 22px;
			margin-bottom: 10px;
			text-align: center;
		}
		&.active {
			opacity:1;
		}
	}
}
.popup_menu{
	background:fade(#414148,98%);
	color:@color_white;
	padding:40px 0 40px;
	position:absolute;
	top:92px;
	left:0;
	width:100%;
	z-index:10000;
	display:none;
	&.visible{
		display:block;
	}
	.name{
		font-size:16px;
		font-family:@font_700;
		margin-bottom:15px;
		text-transform:uppercase;
	}
	nav{
		ul{
			list-style:none;
			li{
				font-size:13px;
				line-height:15px;
				a{
					color:@color_white;
					text-decoration:none;
					&:hover{
						//color:#ba013e;
					}
				}
			}
		}
	}
	.left{
		width:150px;
		nav{
			ul{
				li{
					margin-bottom:5px;
				}
			}
		}
	}
	.right{
		width:~"calc(100% - 160px)";
		padding-left:25px;
		box-sizing:border-box;
		border-left:1px solid fade(@color_white,50%);
		nav{
			ul{
				li{
					display:inline-block;
					vertical-align:top;
					margin-right:20px;
					font-family:@font_500;
					margin-bottom:20px;
					text-transform:uppercase;
					a{
						display:block;
						margin-bottom:10px;
						border-bottom:1px solid fade(@color_white,50%);
						padding-left:30px;
						line-height:40px;
						background-position:left center;
						background-repeat:no-repeat;
					}
					ul{
						li{
							display:block;
							margin-bottom:5px;
							font-family:@font_base;
							text-transform:none;
							width:150px;
							a{
								display:inline;
								padding:0;
								border:0;
								line-height:20px;
							}
						}
					}
					&:nth-child(1),&:nth-child(5){
						ul{
							column-count:2;
							column-gap:0;
						}
					}
				}
			}
		}
	}
}
.related{
	background:#cdcdcd;
	padding:0 40px;
	.related-title{
		font-family:@font_700;
		color:#434242;
		margin-bottom:30px;
		padding-top: 50px;
		font-size:22px;
	}
	.catalog{
		.item{
			background:#e1e1e1;
			width:258px;
			height:377px;
			//overflow:hidden;
			.photo{
				height:189px;
				/*
				285 258
				209 189
				417 377
				174 157
				*/
				img{
					max-width:100%;
				}
			}
			.content-name{
				height:157px;
				&.top:after{
					border-top-color:#e1e1e1;
				}
				&.bottom:after{
					border-bottom-color:#e1e1e1;
				}
			}
		}
	}
	.all{
		text-align:center;
		padding:20px;
		a{
			display:inline-block;
			box-sizing:border-box;
			border:2px solid #434242;
			padding:0 30px;
			line-height:35px;
			color:@color_white;
			background:#434242;
			font-family:@font_700;
			font-size:15px;
			text-decoration:none;
			&:hover{
				background:@color_white;
				color:#434242;
			}
		}
	}
}
.filters a{
	color:#434242;
}
.block_16 {
    padding-bottom: 40px;
	.all {
		clear: both;
		text-align: center;
		float: left;
		width: 100%;
		a {
			text-decoration: none;
			background: #434242;
			font-size: 14px;
			color:#ffffff;
			font-family: 'Gotham Pro Bold';
			padding: 10px 30px;
			display: inline-block;
			box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
			&:hover {
				box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
			}
		}
	}
	.content {
		overflow:hidden;
		.item {
			display: inline-flex;
			align-items: flex-start;
			justify-content: space-between;
			width: 48%;
			margin-right: 4%;
			float: left;
			margin-bottom: 30px;
			&:nth-child(2n) {
				margin-right:0;
			}
			.photo {
				width: 150px;
				background: #fff;
				padding: 10px;
				box-sizing: border-box;
				a {
					display: flex;
					align-items: center;
					justify-content: center;
					img {
						max-width:100%;
					}
				}
			}
			.text {
				width: calc(~"100% - 200px");
				ul {
					margin: 10px 0 10px 20px;
				}
			}
		}
	}
}

.edit{
}
.wrap1 {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.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;
	label{
		padding-left:25px;
		position:relative;
		input[type=checkbox]{
			position:absolute;
			top:0;
			left:0;
			margin:0;
			width:15px;
			height:15px;
		}
	}
	a{
		color:@color_text;
		text-decoration:none;
		border-bottom:1px solid fade(@color_link,50%);
		&:hover{
			border-color:transparent;
		}
	}
	sup{
		vertical-align:middle;
	}
}
.edit_links{
	padding:20px 0 10px;
	a{
		display:inline-block;
		text-decoration:none;
		vertical-align:top;
		margin:0 20px 10px 0;
		line-height:30px;
		border:2px solid @color_red;
		background:@color_red;
		color:@color_white;
		font-size:12px;
		font-weight:400;
		padding:0 20px;
		.border_radius(5px);
		text-decoration:none;
		&:hover{
			color:@color_red;
			background:@color_white;
		}
	}
}
@import 'basket.less';
