/* Сброс */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;}ol,ul{list-style:none}:hover,:focus,:active{outline:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Общие стили */
body{
	font-family: 'Fira Sans';
	background: #fff;
}

a{
	text-decoration: none;
	cursor: pointer;
	transition: .2s linear;
}

strong{
	font-weight: 600;
}

em {
    font-style: italic;
}

td {
    border: 1px solid #333;
    padding: 3px 5px;
}

.wrp, .flex_wrp{
	margin: 0 auto;
	width: 1140px;
}

.flex_wrp{
	margin-top: 30px;	
	display:flex;
}

.content{
	padding: 30px 0;
	background: #f2eee4;
	box-sizing: border-box;
}

.content h1{
	font-size: 30px;
	color: #39251f;
	font-weight: 700;
	margin-bottom: 25px;
}

nav, .copy, .content, .about_news, .top_slide, .mw{
	min-width:1170px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.h300{
	height: 300px;
}

/* Обратный звонок, написать письмо */
.fix_bg_black{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 500;
    margin: auto;
	position: fixed;
    background: rgba(0, 0, 0, .5);
    transition: .2s linear;
}
.fix_bg_black.actv{
	width: 100%;
	height: 100%;
}


/* Шапка */
header{
	padding: 5px 0;
    background: #eae3d2;
}
	header > .wrp{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.logo{
	display: flex;
	align-items: center;
}
	.logo img{
		width: 76px;
		height: 82px;
		margin-right: 14px;
	}
	.logo h3{
		width: 150px;
		font-size: 28px;
		font-weight: 600;
		color: #4a2d21;
	}
		.logo strong{
			font-size: 14px;
			font-weight: 400;
			display: block;
			line-height: 1.1;
		}
header ul{
	color: #39251f;
}
	header li{
		display: flex;
	}
	header li:first-child{
		margin-bottom: 15px;
	}
		header i{
			display: flex;
			margin-right: 5px;
		}
.head_callback{
	font-size: 15px;
}
	.head_callback a{
		display: flex;
	}
		.head_callback i{
			display: flex;
		}
	.h_callback{
		margin-bottom: 10px;
		color: #39251f;
		background: #ffcf75;
		padding: 4px 10px;
		border: 1px solid #f5c771;
		border-radius: 2px;
		opacity: 1;
	}
	.h_callback:hover{
		color: #39251f;
		opacity: .7;
	}
	.h_write_us{
		color: #39251f;
		padding-left: 11px;
		width: 120px;
	}
	.h_write_us:hover{
		color: #39251f;
	}
		.h_write_us span{
			border-bottom: 1px solid transparent;
			transition: .2s linear;
		}
		.h_write_us:hover span{
			border-bottom: 1px solid;
		}

/* Меню */
nav{
	height: 55px;
	text-transform: uppercase;
	background: #4a2d21;
	position: relative;
    z-index: 100;
}
	nav ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		nav li{
			position: relative;
		}	
			.home{
				margin-left: 20px;
				padding: 0px 5px;
			}
				.home i{
					font-size: 22px;
					display: flex;
					height: 55px;
					align-items: center;
				}
			nav a{
				font-weight: 700;
				color: #fff;
				line-height: 55px;
				display: block;
				position: relative;
			}
			nav a:hover{
				color: #fff;
			}
				nav a:after{
					content: "";
					height: 3px;
					left: 50%;
					right: 50%;
					bottom: 4px;
					position: absolute;
					transition: .2s linear;
					background: transparent;
				}
				.active a:after,
				nav a:hover:after{
					left: 0%;
					right: 0%;
					background: #fff;
				}
				.h_smenu > a:after{
					content: none;
				}
				.h_smenu > a:before{
					content: "";
					border-bottom: 5px solid transparent;
					border-left: 5px solid #fff;
					position: absolute;
					border-top: 5px solid transparent;
					top: 22.5px;
					right: -15px;
					transition: .2s linear;
				}
				.h_smenu > a.actv:before{
					transform: rotate(90deg);
				}
.submenu{
	position: absolute;
	display: block;
	text-transform: none;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #4a2d21;
	background: #fff;
	left: -17px;
	visibility: hidden;
	opacity: 0;
	transition: .2s linear;
}
	.submenu:before{
		content: "";
		border-bottom: 5px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		position: absolute;
		bottom: 100%;
		left: 17px;
	}
	.h_smenu > a:hover + .submenu,
	.submenu:hover{
		visibility: visible;
		opacity: 1;
	}
	.submenu a{
		line-height: 30px;
		color: #4a2d21;
	}
	.submenu a:hover{
		color: #b36e52;
	}
		.submenu span{

		}
.search form{
	position: relative;
}
	.icon_search{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 47px;
		height: 47px;
		z-index: 1;
	}
	.icon_search:hover{
		cursor: pointer;
	}
		.icon_search:before{
			content: "";
			background: #fff;
			width: 33px;
			height: 33px;
			position: absolute;
			transform: rotate(45deg);
			border: 1px solid #4a2d21;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		.icon_search i{
			color: #2d1005;
			display: flex;
			position: relative;
			z-index: 1;
		}
	.search input{
		width: 0px;
		position: absolute;
		top: 5.5px;
		height: 36px;
		box-sizing: border-box;
		right: 30px;
		padding: 5px 0 5px 0;
		border: 0;
		transition: .3s linear;
	}
	.icon_search.actv + input{
		width: 200px;
		padding: 5px 15px 5px 5px;
	}


/* Слайдер */
.top_slide .lSAction.wrp{
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
}
	.item_slide{
		position: relative;
	}
		.item_slide_title{
			position: absolute;
			top: 50%;
			text-align: center;
			width: 100%;
			color: #fff;
			font-size: 60px;
			font-weight: 500;
		}
	.top_slide .lSAction > a{
		background: none;
		color: #fff;
		width: 90px;
		height: 90px;
		font-size: 25px;
	}
		.top_slide .lSAction > a:before{
			content: "";
			position: absolute;
			border: 4px solid #fff;
			width: 63px;
			box-sizing: border-box;
			height: 63px;
			transform: rotate(45deg);
			top: 14px;
			left: 14px;
		}
		.top_slide .lSAction i{
		    display: flex;
		    width: 25px;
		    height: 25px;
		    position: absolute;
		    left: 0;
		    right: 0;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		}

/* Категория товаров */
.cat_goods h2{
	color: #39251f;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0;
}
.cat_goods_wrp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
	.cat_goods_item{
		position: relative;
		width: 300px;
		height: 200px;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		margin-bottom: 25px;
		overflow: hidden;
	}
	.cat_goods_item:nth-child(3n){
		margin-right: 0;
	}
		.cat_goods_item:before{
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			background: transparent;
			transition: .2s linear;
			z-index: 1;
			top:0;
		}
		.cat_goods_item:hover:before{
			background: rgba(0, 0, 0, .4);
		}
		.cat_goods_item img{
			position: absolute;
			transition: .4s linear;
			object-fit: cover;
			width: 100%;
			height: 100%;
			object-position: center;
			top:0;
		}
		.cat_goods_item:hover img{
			transform: scale(1.2);
		}
			.cat_goods_more,
			.cat_goods_item h3{
				position: relative;
				z-index: 5;
				width: 100%;
				text-align: center;
			}
			.cat_goods_item h3{
			    color: #fff;
			    display: flex;
			    padding: 0 35px;
			    font-size: 30px;
			    font-weight: 500;
			    margin-bottom: 10px;
			    align-items: center;
			    transition: .2s linear;
			    justify-content: center;
			}
			.cat_goods_item:hover h3{
				color: #ffcf75;
			}
			.cat_goods_more{
				bottom: -50px;
				opacity: 0;
				visibility: hidden;
				transition: .2s linear;
				position: absolute;
			}
			.cat_goods_item:hover .cat_goods_more{
				bottom: 40px;
				opacity: 1;
				visibility: visible;
			}
				.cat_goods_more a{
					color: #ffcf75;
					padding: 5px 10px;
					display: inline-block;
					border: 1px solid #ffcf75;
					font-size: 13px;
				}
				.cat_goods_more a:hover{
					background: #ffcf75;
					color: #333;
				}

/* Торговые марки */
.make.wrp{
	width: 1068px;
	position: relative;
}
	.make h2{
		color: #39251f;
		font-size: 30px;
		font-weight: 500;
		text-align: center;
		margin: 30px 0;
	}
.make_slide a{
	height: 80px;
	display: flex;	
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .0);
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}
.make_slide a:hover{
	border: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
}
	.make_slide img{
		object-fit: contain;
		width: 95%;
	}
.make .lSAction{
	position: absolute;
	top: 56px;
	width: 100%;
}
	.make .lSAction > a{
		background: none;
		font-size: 40px;
		width: 32px;
		top: 36px;
		height: 40px;
		color: #887c79;;
	}
	.make .lSAction > .lSPrev{
		left: -40px;
	}
	.make .lSAction > .lSNext{
		right: -35px;
	}
		.make .lSAction > a i{
			display: flex;
		}

/* Новости, о нас */
.about_news{
	background: #eae3d2;
	margin-top: 30px;
}
	.about_news > .wrp{
		display: flex;
		justify-content: space-between;
		position: relative;
		padding: 40px 0 30px;
	}
		.about_news > .wrp:after{
			content: "";
			width: 380px;
			height: 95px;
			position: absolute;
			background: url(../img/news-bg.png) no-repeat;
			top: 100%;
			left: 190px;
		}
		.about_news h3{
			font-size: 30px;
			color: #39251f;
			font-weight: 500;
			margin-bottom: 25px;
		}
.about{
	max-width: 570px;
}
	.about_text{;
	    padding-right: 40px;
	    border-right: 1px solid #c7c1b3;
	    color: #3a3a37;
	    line-height: 1.5;
	    font-size: 16px;
	    max-height: 375px;
	    overflow: hidden;
	    margin-bottom: 15px;
	}
		.about_text p{
			margin-bottom: 20px;
		}
		.about a{
			font-size: 15px;
			color: #39251f;
			background: #ffcf75;
			padding: 8px 10px;
			border-radius: 2px;
			display: block;
			width: 149px;
			box-sizing: border-box;
			margin: 0 auto;
		}
		.about a:hover{
			color: #39251f;
			opacity: .7;
		}
.news{
	max-width: 569px;
	padding-left: 40px;
}
	.hp_news_item{
		display: flex;
		margin-bottom: 30px;
	}
	.hp_news_item:nth-child(4n){
		margin-bottom: 18px;
	}
		.hp_news_img{
			height: 104px;
			border-radius: 5px;
			overflow: hidden;
			min-width: 158px;
			width: 158px;
			margin-right: 20px;
			position: relative;
		}
			.hp_news_img img{
				width: 100%;
				object-fit: cover;
				height: 100%;
			}
			.hp_news_info{
				position: absolute;
				bottom: 0;
				display: flex;
				justify-content: space-between;
				width: 100%;
				padding: 5px 10px;
				box-sizing: border-box;
				background: rgba(0, 0, 0, .4);
				color: #fff;
				font-size: 13px;
				font-family: verdana;
				border-radius: 0 0 5px 5px;
			}
				.hp_news_view{
					display: flex;
				}
					.hp_news_view i{
						display: flex;
						margin-right: 5px;
					}
	.hp_news_title{
        font-weight: 700;
	    color: #39251f;
	    max-height: 37px;
	    overflow: hidden;
	    display: block;
	    line-height: 1.2;
	}
	.hp_news_title:hover{
		color: #b36e52;
	}
	.hp_news_decs{
	    margin-top: 6px;
	    font-size: 16px;
	    color: #3a3a37;
	    line-height: 1.3;
	    max-height: 60px;
	    overflow: hidden;
	}
	.all_news{
		font-size: 15px;
		color: #39251f;
		background: #ffcf75;
		padding: 8px 10px;
		border-radius: 2px;
		display: block;
		box-sizing: border-box;
		width: 110px;
		margin: 0 auto;
	}
	.all_news:hover{
		color: #39251f;
		opacity: .7;
	}

/* Отзывы, инста */
.insta_review{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 31px;
}
	.insta_review h3{
		font-size: 30px;
		color: #39251f;
		font-weight: 500;
	}
.reviews{
	width: 510px;
}
	.reviews h3{
		margin-bottom: 20px;
	}
	.reviews_item_hp{
		background: #faf6ea;
		padding: 12px 20px;
		border-radius: 5px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
		.reviews_top{
		    display: flex;
		    align-items: baseline;
		    margin-bottom: 5px;
		}
			.reviews_user{
				color: #3a3a37;
				font-weight: 700;
			}
			.reviews_date{
				font-size: 13px;
				color: #86867f;
				font-family: verdana;
				margin-left: 10px;
			}
		.reviews_text{
			color: #3a3a37;
			font-size: 15px;
			line-height: 1.4;
			margin-left: 10px;
		}
	.reviews_links{
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.all_reviews{
			font-size: 15px;
			color: #39251E;
			border-bottom: 1px solid transparent;
			transition: .2s linear;
		}
		.all_reviews:hover{
			color: #39251E;
			border-bottom: 1px solid;
		}
		.add_review{
			margin-left: 30px;
			font-size: 15px;
			color: #39251f;
			background: #ffcf75;
			padding: 8px 10px;
			border-radius: 2px;
			box-sizing: border-box;
		}
		.add_review:hover{
		    color: #39251f;
			opacity: .7;
		}
.insta h3{
	margin-bottom: 5px;
}
.insta_wrp{
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .5);
	width: 490px;
	border-radius: 3px;
}
	.insta_top{
		padding: 10px 5px 5px;
		display: flex;
		justify-content: space-between;
	}
		.insta_user{
			font-size: 14px;
			color: #39251f;
			border-bottom: 1px solid transparent;
		}
		.insta_user:hover{
			color: #39251f;
			border-bottom: 1px solid;
		}
.insta_images{
	display: flex;
	flex-wrap: wrap;;
}
	.insta_images a{
		display: block;
		width: 155px;
		height: 155px;
		position: relative;
		margin: 4px;
	}
	.insta_images a:before{
		content: "";
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: .2s linear;
	}
	.insta_images a:hover:before{
		background: rgba(0, 0, 0, .3);
	}
		.insta_images i{
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			display: block;
			width: 0px;
			height: 0px;
			font-size: 0px;
			color: #fff;
			z-index: 1;
			transition: .2s linear;
		}
		.insta_images a:hover i{
			width: 20px;
			height: 20px;
			font-size: 20px;
		}
		.insta_images img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

/* Футер */
footer{
	background: url(../img/footer-bg.png) no-repeat;
}
	footer > .wrp{
		display: flex;
		justify-content: space-between;
		height: 135px;
		align-items: center;
		color: #fff;
		font-size: 14px;
	}
		footer h4{
			margin-bottom: 15px;
			display: flex;
			align-items: center;
			font-weight: 700;;
		}
			footer ul i{
				display: flex;
				margin-right: 4px;
			}	
		footer li{
			line-height: 1.5;
		}
	.f_social{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 140px;
		height: 71px;
	}
		.f_social h4{
			width: 100%;
			text-align: center;
			display: block;
		}
			.f_social a{
				color: #39251f;
				background: #fff;
				display: flex;
				width: 35px;
				height: 35px;
				align-items: center;
				justify-content: center;
				margin: 0 5px;
				border-radius: 50%;
				font-size: 20px;
			}
			.f_social a:hover{
				color: #fff;
				background: #39251f;
			}
				.f_social i{
					display: flex;
					margin: 0;;
				}
		.f_number{
			height: 76px;
		}
		.f_number li{
			font-size: 18px;
			font-weight: 500;
		}
		.f_number li:first-child{
			margin-bottom: 20px;
		}
		.f_call{
			height: 76px;
		}
		.f_call a{
			display: block;
			color: #2a2829;
			background: #ffcf75;
			padding: 2px 10px;
		}
		.f_call a:hover{
			opacity: .7;
		}
		.f_callback{
			margin-bottom: 20px;
		}
.upstairs{
	transition: .2s linear;
	height: 76px;
}
.upstairs:hover{
	cursor: pointer;
	opacity: .6;
}
	.upstairs_icon{
		width: 60px;
		height: 60px;
		position: relative;
	}
		.upstairs_icon:before{
			content: "";
			width: 42px;
			height: 42px;
			border: 4px solid #fff;
			display: block;
			transform: rotate(45deg);
			box-sizing: border-box;
			position: absolute;
			left: 9px;
			top: 9px;
		}
		.upstairs_icon i{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			width: 15px;
			height: 15px;
		}
	.upstairs span{
		width: 60px;
		text-align: center;
		display: inline-block;
		margin-top: 15px;
	}

/* Копирайт */
.copy{
	background: #271711;
	padding: 15px 0;
}
	.copy > .wrp{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.copy h4{
			color: #fff;
			font-size: 14px;
			font-family: verdana;
		}
		.copy ul{
			display: flex;
			align-items: center;
		}
			.copy li{
				margin-left: 15px;
			}
			.liveinternet{
				width: 88px;
				height: 31px;
				overflow: hidden;
			}
				.sitemap a{
					width: 30px;
					display: block;
				}
					.sitemap img{
						width: 100%;
					}
				.tecama a{
					display: flex;
					align-items: center;
				}
					.tecama h2{
						color: #ababab;
						font-size: 24px;
						text-transform: uppercase;
						letter-spacing: 3px;
					}
						.tecama h2 img{
							height: 18px;
							margin-right: 4px;
						}
					.tecama h3{
						color: #909090;
						text-transform: uppercase;
						font-size: 9px;
						font-weight: 600;
						margin-left: 5px;
						line-height: 1.3;
					}

/* Контакты */
.contact_top{
	display: flex;
	justify-content: space-between;
}
	.contact_top h3{
		color: #39251f;
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
	}
.write_us{
	width: 570px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
	border-radius: 5px;
}
	.write_us form{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.write_us input,
		.write_us textarea{
			border: 1px solid #cdcdcd;
			padding: 10px;
			border-radius: 3px;
			box-sizing: border-box;
			transition: .2s linear;
		}
		.write_us input:hover,
		.write_us textarea:hover{
			cursor: pointer;
			border: 1px solid #4a2d21;
		}
		.write_us input:focus,
		.write_us textarea:focus{
			background: #f2eee4;
		} 
		.write_us input{
			width: 48%;
		}
		.write_us textarea{
			width: 100%;
			height: 68px;
			margin: 15px 0;
		}
		.write_us .submit{
			color: #39251f;
			border: 1px solid #39251f;
			border-radius: 3px;
			background: #fff;
			padding: 7px 11px;
			transition: .2s linear;
		}
		.write_us .submit:hover{
			color: #fff;
			background: #39251f;
			cursor: pointer;
		}
.contact_info{
	width: 470px;
	padding: 30px;
}
	.contact_info li{
		display: flex;
		margin-bottom: 20px;
		color: #39251f;
	}
		.contact_info i{
			display: flex;
			margin-right: 5px;
		}
.map{
	margin-top: 50px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 5px;
	background: #fff;
	height: 300px;

}

/* О нас */
.about_top{
	display: flex;
	justify-content: space-between;
}
	.about_content{
		color: #39251f;
		line-height: 1.3;
		width: 540px;
		font-size: 14px;
	}
		.about_content p{
			margin-bottom: 15px;
		}
	.about_slide{
		width: 540px;
		height: 360px;	
		position: relative;
	}
	.about_certificates{
		width: 1050px;
		margin: 0 auto;
		position: relative;
	}
		.about_certificates a{
			display: block;
			padding: 5px;
			box-sizing: border-box;
		}
		.about_certificates a:hover{
			padding: 0;
			cursor: pointer;
		}
			.about_certificates img{
				width: 100%;
			}
		.about_item h3{
		    color: #39251f;
		    font-size: 30px;
		    font-weight: 700;
		    margin: 40px 0 15px;
		}
		.about_certificates_slide{
			width: 1050px;
		}
	.about_slide .lSAction > a,
	.about_certificates .lSAction > a{
		background: none;
		font-size: 50px;
		width: 50px;
		height: 50px;
		top: 48%;
		color: #887c79;
	}
	.about_slide .lSAction > .lSNext,
	.about_certificates .lSAction > .lSNext{
		right: -44px;

	}
	.about_slide .lSAction > .lSPrev,
	.about_certificates .lSAction > .lSPrev{
		left: -44px;
	}
		.about_certificates .lSAction i,
		.about_slide .lSAction i{
			display: flex;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			width: 50px;
			margin: auto;
		}

/* Отзывы - список */
.reviews_list{
	position: relative;
}
	.add_lest_review{
	    color: #39251f;
	    background: #ffcf75;
	    padding: 7px 12px;
	    border-radius: 3px;
	    position: absolute;
	    top: -54px;
	    left: 125px;
	    font-size: 15px;
	}
	.add_lest_review:hover{
		color: #39251f;
		opacity: .7;
	}
	.r_list_item{
	    margin-bottom: 15px;
	    background: #fff;
	    padding: 15px;
	    border-radius: 5px;
	    width: 860px;
	    margin: 0 auto 15px;
	}
		.r_list_info{
			display: flex;
			align-items: baseline;
			margin-bottom: 10px;
		}
			.r_list_name{
				color: #3a3a37;
				font-weight: 700;
				margin-right: 10px;
			}
			.r_list_date{
				font-size: 13px;
				color: #86867f;
			}
		.r_list_text{
			font-size: 13px;
			color: #3a3a37;
			line-height: 1.4;
			margin-left: 10px;
			font-size: 15px;
		}

/* Вопрос-ответ - список*/
.answers_list{
	position: relative;
}
	.add_answers{
		color: #39251f;
	    background: #ffcf75;
	    padding: 5px 10px;
	    border-radius: 3px;
	    position: absolute;
	    top: -55px;
	    left: 210px;
	    font-size: 15px;
	}
	.add_answers:hover{
		color: #39251f;
		opacity: .7;
	}
	.answer_item{
		margin-bottom: 30px;
	}
		.question,
		.question *{
			font-weight: 700;
			color: #39251f;
		}
		.answer{
			margin: 10px 0 5px 10px;
			font-size: 14px;
			line-height: 1.4;
			color: #39251f;
		}
		.answer_edit{
		    color: #f08080;
		    margin-left: 10px;
		}

/* Фотоальбом - список */
.albums_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.albums_list_item{
		background: #fff;
		padding: 3px;
		width: 266px;
		height: 200px;
		box-sizing: border-box;
		border-radius: 5px;
		margin-bottom: 25px;
		transition: .3s linear;
	}
	.albums_list_item:hover{
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3)
	}
		.albums_list_img{
			width: 260px;
			height: 150px;
			display: block;
			border-radius: 3px;
			overflow: hidden;
		}
			.albums_list_img img{
				width: 100%;
				height: 100%;
			}
		.albums_list_title{
			display: flex;
			align-items: center;
			justify-content: center;
			height: 50px;
			color: #39251f;
			font-weight: 500;
		    text-align: center;
			overflow: hidden;
		}
		.albums_list_item:hover .albums_list_title{
			color: #b36e52;
		}

/* Фотоальбом - вывод */
.albums_item{
	position: relative;
	overflow: visible;
}
	.add_fotoalbums{
		color: #39251f;
	    background: #ffcf75;
	    padding: 5px 10px;
	    border-radius: 3px;
	    position: absolute;
	    top: -77px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 120px;
	    text-align: center;
	    font-size: 15px;
	}
	.add_fotoalbums:hover{
	    color: #39251f;
		opacity: .7;
	}

#album-photos-list{
	position: relative;
	height: 151px;
}
	#album-photos-list .delete{
		position: absolute;
		top: 1px;
		right: 1px;
	}
	#album-photos-list .delete:hover{
		background: rgba(0, 0, 0, .5);
	}
		#album-photos-list a{
			display: block;
			height: 14px;
			width: 14px;
			font-size: 14px;
			background: rgba(0, 0, 0, .5);
			padding: 5px;
			color: #fff;
		}
		#album-photos-list a:before{
			color: #fff;
		}

	.zoom_photo{
		position: relative;
		text-align: center;
		margin: 50px 0;
	}
		.zoom_photo img{
			transition: .2s linear;
			height: 560px;
			width: 800px;
			max-height: 560px;
			opacity: 1;
		}
		.zoom_photo img.hide{
			opacity: 0;
			width: 0;
		}
		.show_photo{
			position: absolute;
			bottom: 0;
			left: 1px;
			width: 278px;
			background: rgba(0, 0, 0, .3);
			padding: 10px 0;
    		text-align: center;
			box-sizing: border-box;
			color: #fff;
			font-size: 12px;
			transition: .2s linear;
		}
		.show_photo:hover{
			cursor: pointer;
			background: rgba(0, 0, 0, .7);
		}
		.arrow_img{
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 70px;
			height: 70px;
			box-sizing: border-box;
			color: #bdb2a7;
		}
		.arrow_img:hover{
			color: #4a2d21;
		}
			.arrow_img:before{
				content: "";
				border: 5px solid #bdb2a7; 
				width: 55px;
				height: 55px;
				display: block;
				position: absolute;
				box-sizing: border-box;
				transform: rotate(45deg);
				transition: .2s linear;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    top: 0;
			    margin: auto;
			}
			.arrow_img:hover:before{
				border: 5px solid #4a2d21; 
			}
			.arrow_img i{
				position: absolute;
				left: 0;
			    right: 0;
			    bottom: 0;
			    top: 0;
			    margin: auto;
				display: flex;
				width: 16px;
				height: 16px;
			}
		.prev_img{
			left: 50px;
		}
		.next_img{
			right: 50px;
		}


/* Новости - вывод */
.news_list{
	display: flex;
	flex-wrap: wrap;
}
	.n_list_item{
		width: 340px;
		border: 1px solid #dadada;
		padding: 9px;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 25px;
		transition: .3s linear;
		margin-right: 60px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .0)
	}	
	.n_list_item:nth-child(3n){
		margin-right:0;
	}
	.n_list_item:hover{
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3)
	}
		.n_list_img{
			display: block;
			height: 150px;
			overflow: hidden;
		}	
			.n_list_img img{
				width: 100%;
				transition: .2s linear;
			}
			.n_list_img img:hover{
				transform: scale(1.2);
			}
		.n_list_title{
			color: #39251f;
			font-weight: 500;
			font-size: 16px;
			display: block;
			margin: 10px 0;
			border-top: 1px solid #dadada;
			padding-top: 5px;
		}
		.n_list_desc{
			color: #39251f;
			font-size: 14px;
			line-height: 1.4;
		}

/* Новости - вывод */
.content_item.news_item .ft_image{
	width: 500px;
}
.content_item.news_item .ft_image img{
	width: 100%;
}
.bi_date_pub{
	font-family: verdana;
}

/* Поиск */
#search_form form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
	#search_form input,
	#search_form select{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#search_form select{
		padding: 0;
	}

/* Мы перезвоним */
.w_callback{
	position: fixed;
	background: #fff;
	padding: 40px 30px;
	z-index: 501;
	width: 280px;
	height: 260px;
	box-sizing: border-box;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .3s linear;
	opacity: 1;
	visibility: visible;
}
.w_callback.dis{
	opacity: 0;
	visibility: hidden;
}
	.w_callback h3{
		color: #39251f;
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 15px;
		text-align: center;
	}
		.w_callback input{
			width: 100%;
			border: 1px solid #cdcdcd;
			border-radius: 2px;
			padding: 10px;
			box-sizing: border-box;
			margin-bottom: 15px;
			font-family: 'Fira Sans';
			transition: .2s linear;
		}
		.w_callback input:hover{
			cursor: pointer;
			border: 1px solid #4a2d21;
		}
		.w_callback input:focus{
			background: #f2eee4;
		} 
		.w_callback .submit{
		    padding: 7px;
		    width: 100%;
		    background: #fff;
		    border: 1px solid #39251f;
		    color: #39251f;
		    border-radius: 2px;
		    font-size: 17px;
		    font-weight: 500;
		    font-family: 'Fira Sans';
		    transition: .3s linear;
		}
	.w_callback_close{
		position: absolute;
	    top: 10px;
	    right: 10px;
	    font-size: 12px;
	    padding: 5px;
	    background: transparent;
	    color: #39251f;
	    border-radius: 2px;
	    transition: .3s linear;
	}
	.w_callback .submit:hover,
	.w_callback_close:hover{
		background: #39251f;
    	color: #fff;
    	cursor: pointer;
	}
		.w_callback_close i{
			display: flex;
		}


.w_write_us{
	width: 420px;
	height: 288px;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	position: fixed;
	padding: 40px 30px;
	z-index: 501;
	box-sizing: border-box;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .3s linear;
	opacity: 1;
	visibility: visible;
}

/* Напишите нам */
.w_write_us.dis{
	opacity: 0;
	visibility: hidden;
}
	.w_write_us h3{
		color: #39251f;
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.w_write_us form{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.w_write_us input,
		.w_write_us textarea{
			border: 1px solid #cdcdcd;
			padding: 10px;
			border-radius: 3px;
			box-sizing: border-box;
			transition: .2s linear;
			font-family: 'Fira Sans';
		}
		.w_write_us input:hover,
		.w_write_us textarea:hover{
			cursor: pointer;
			border: 1px solid #4a2d21;
		}
		.w_write_us input:focus,
		.w_write_us textarea:focus{
			background: #f2eee4;
		} 
		.w_write_us input{
			width: 48%;
		}
		.w_write_us textarea{
			width: 100%;
			height: 68px;
			margin: 15px 0;
		}
		.w_write_us .submit{
			color: #39251f;
			border: 1px solid #39251f;
			border-radius: 3px;
			background: #fff;
			padding: 7px 11px;
			transition: .2s linear;
			font-family: 'Fira Sans';
		}
		.w_write_us .submit:hover{
			color: #fff;
			background: #39251f;
			cursor: pointer;
		}

/* Каталог - вывод */
.ctg_item_property{
	color: #4a2d21;
	font-size: 14px;
	line-height: 1.4;
}
	.ctg_item_top{
    	display: flex;
	}
		.ctg_item_desc{
		    width: 750px;
		    margin-right: 20px;
		}
		.ctg_item_img{
			width: 370px;
		}
			.ctg_item_img img{
				width: 100%;
			}
.property_text{
	width: 750px;
	margin-bottom: 40px;
}
	.property_text h3{
		color: #4a2d21;
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.property_text ul{
		margin-bottom: 20px;
	}
		.property_text li{
			padding: 2px 10px;
			display: flex;
		}
		.property_text li:nth-child(odd){
			background: #d8d4c9;
		}
		.property_text li:nth-child(even){
			background: #fff;
		}
			.property_text span{
				min-width: 225px;
				display: block;
			}
.ctg_item_images{
    display: flex;
    flex-wrap: wrap;
}
	.ctg_images_pic{
		width: 264px;
	    margin: 0 28px 40px 0;
	    background: #fff;
	    padding: 5px;
	    box-sizing: border-box;
	    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	    border-radius: 4px;
	    transition: .3s linear;
	}
	.ctg_images_pic:hover{
		box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
	}
	.ctg_images_pic:nth-child(4n){
		margin-right: 0;
	}
		.ctg_item_images a{
			display: block;
			width: 100%;
		    height: 200px;
		    overflow: hidden;
		}
			.ctg_item_images img{
			    width: 100%;
			    height: 100%;
			    object-fit: cover;
			    transition: .2s linear;
			}
			.ctg_item_images img:hover{
				transform: scale(1.2);
			}
			.ctg_item_images h3{
			    color: #39251f;
				font-weight: 700;
			    padding: 7px 0;
				text-align: center;
			}
		
/* Каталог - список */
.catalog_list{
	display: flex;
    flex-wrap: wrap;
}
	.ctg_list_item{
		width: 200px;
		display: block;
		height: auto;
		text-align: center;
		background: #fff;
		margin: 0 25px 25px 0;
		padding: 5px;
		box-sizing: border-box;
		border-radius: 3px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	}
	.ctg_list_item:nth-child(5n){
		margin-right: 0;
	}
	.ctg_list_item:hover{
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
	}
	.ctg_list_img {
		height: 112px;
		overflow: hidden;
	}
		.ctg_list_img img{
			width: 100%;
		}
	.ctg_list_title{
	    margin: 5px 0;
	    color: #39251f;
	    display: inline-block;
	    transition: .2s linear;
	    border-bottom: 1px solid #aea9a8;
	}
	.ctg_list_item:hover .ctg_list_title{
		border-bottom: 1px solid transparent;
	}
.cat_title{
	color: #39251f;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.goods_cat{
	background: transparent;
	border: 0;
}
	.goods_cat ul{
		display: flex;
		flex-wrap: wrap;
	}
		.goods_cat li{
			width: 200px;
			display: block;
			height: auto;
			text-align: center;
			background: #fff;
			margin: 0 25px 25px 0;
			padding: 5px;
			box-sizing: border-box;
			transition: .2s linear;
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
			border-radius: 3px
		}
		.goods_cat li:nth-child(5n){
			margin-right: 0;
		}
		.goods_cat li:hover{
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
		}
.cat_img {
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
	overflow: hidden;
}
	.cat_img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.goods_cat span{
		color: #39251f;
		font-weight: 500;
		border-bottom: 1px solid #aea9a8;
		transition: .2s linear;
	}
	.goods_cat a:hover span{
		color: #39251f;
		border-bottom: 1px solid transparent;
	}
#img_upload{
	margin-bottom: 21px;
}
	#img_upload h2{
		padding: 10px 0 3px;
	    font-size: 14px;
	    color: #68809B;
	}
	#img_upload input{
	    font-size: 14px;
	    color: #39251f;
	    padding: 10px 0;
	    border-radius: 3px;
	    display: block;
	}
	#img_upload button{
		font-size: 14px;
	}
	.img_upload_photo{
		width: 150px;
    	margin: 15px 0 0;
	}
		.img_upload_photo img{
		    width: 100%;
		    height: 100%;
		    object-fit: contain;
		}
	.submit_del {
	    color: #4a2d21;
	    font-size: 14px;
	    margin: 3px;
	    border-bottom: 1px solid transparent;
	    transition: .2s linear;
	    display: inline-block;
	}
	.submit_del:hover{
		border-bottom: 1px solid #4a2d21;
		cursor: pointer;
	}



