/* Сброс */
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: 'Roboto';
	background: #fff;
}

.wrapper{
	margin-bottom: 30px
}

.wrp{
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
	min-width: 1140px;
	padding: 0 15px;

}

.content.wrp{
	position: relative;
}
	.content.wrp p{
		line-height: 24px;
	    font-size: 15px;
	    font-family: 'Open Sans';
	}
	.content:before {
	    content: "";
	    background: url(../img/about-bg-left.png) no-repeat;
	    width: 167px;
	    height: 707px;
	    position: absolute;
	    left: -180px;
	    top: -210px;
	}
.heading{
	color: #3f403b;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Cambria';
}
h1.heading{
	max-width: 870px;
}
header, footer, .w_channel{
	min-width: 1170px;
}

a{
	text-decoration: none; 
	cursor: pointer; 
	transition: .2s linear;
}
em {
	font-style: italic;
}
td {
	border: 1px solid #333; 
	padding: 3px 5px;
}
svg{
	width: 100%; 
	height: 100%;
}
strong{	
	font-weight: 600;
}

.clearfix {*zoom: 1;}
.login_layout td{border: 0;}
.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.h300{ height: 300px; }

/* Шапка */
header{
	background: url(../img/logo-inner-bg.png) no-repeat top center;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
header.header_hp{
	background: url(../img/header-bg.png) no-repeat center -70px ;
	height: 770px;
}
header .wrp{
	display: flex;
	justify-content: space-between;
}
	.l_header{
		display: flex;
		flex-wrap: wrap;
		width: 229px;
		background:  #fffef6 url(../img/l_header-bg.png);
		text-align: center;
		padding: 25px 0;
		box-sizing: border-box;
		border-radius: 0 0 110px 110px;
		position: relative;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
	}
	.l_header:before{
		content: "";
		position: absolute;
		bottom: 100%;
		background: url(../img/header-bg-top.png) repeat-x;
		width: 100%;
		height: 6px;
	}
.logo{
	color: #3f403b;
	margin: 0 auto 15px;
	display: inline-block;
	font-family: 'Baskerville';
}
.logo:hover{
	color: #3f403b;
}
	.logo h3{
		font-size: 38px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.logo h4{
		font-size: 12.5px;
		font-family: 'Open Sans';
		font-weight: bold;
	}
nav{
	width: 100%;
	text-align: center;
}
	.menu li{
		margin-bottom: 8px;
	}
		.menu a{
			color: #655741;
			font-size: 18px;
			font-weight: bold;
			display: inline-block;
			padding: 2px 0;
			position: relative;
		}
		.menu a:hover{
			border-color: transparent;
		}
		/*.menu a:before,*/
		.menu a:after{
			content: '';
			height: 1px;
			left: 0;
			right: 0;
			bottom: 0;
			position: absolute;
			border-bottom: 1px dashed #655741;
			transition: .2s linear;
		}
		.menu a:hover:before,
		.menu .active a:before{
			bottom: 21px;
			/*left: -5px;
			right: -5px;*/
		}
		.menu a:hover:after,
		.menu .active a:after{
			/*left: -5px;
			right: -5px;*/
			border-bottom: 1px dashed transparent;
		}
.h_contacts{
	text-align: right;
	line-height: 33px;
	font-weight: 500;
	color: #fcffee;
}
	.h_contacts li{
		font-size: 18px;	
	}
		.h_contacts  svg{
			width: 18px;
			height: 18px;
			position: relative;
			top: 1px;
			fill: #fcffee;
		}
		.h_contacts a{
			color: #fcffee;
			font-size: 22px;
		}
	a.write_us{
		color: #655741;
		font-size: 18px;
		border-bottom: 1px dashed #655741;
		font-style: italic;
		text-shadow: 0 0 1em #fff;
	}
	a.write_us:hover{
		border-color: transparent;
	}

/* О нас - виджет */
.w_about{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
	.w_about:before{
		content: "";
		background: url(../img/about-bg-left.png) no-repeat;
		width: 167px;
		height: 707px;
		position: absolute;
		left: -180px;
		top: -210px;
	}
	.w_about_anons h3{
		width: 350px;
		position: absolute;
		top: -90px;
	}
	.w_about_desc{
		line-height: 24px;
		max-height: 440px;
		overflow: hidden;
		max-width: 570px;
		font-size: 15px;
	}
		.w_about_desc p{
			margin-bottom: 25px;
		}
	.w_about_more{
		display: block;
		color: #655741;
		font-weight: 600;
		margin: 5px auto 0;
	    width: 142px;
    	border-bottom: 1px dashed #655741;
	}
	.w_about_more:hover{
		color: #655741;
		border-bottom: 1px dashed transparent;
	}
.w_about_img{
	max-width: 553px;
    width: 100%;
    height: 465px;
    border: 1px solid #e0e0e0;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 4px;
}
	.w_about_img_item {
		width: 100%;
		height: 456px;
		overflow: hidden;
		border-radius: 4px;
		box-sizing: border-box;
	}
	.w_about_img img{
		width: 100%;
	}
.w_about_dots{
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 15px;
}
	.w_about_dots li{
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 0 3px;
		background: #fff;
		border: 1px solid #655741;
		transition: .5s linear;
	}
	.w_about_dots li.slick-active{
		background: #655741;
		border: 1px solid transparent;
	}
	.w_about_dots li:hover{
		cursor: pointer;
	}
	.w_about_dots button{
		display: none;
	}

/* О нас - статья */
.i_about_img{
    width: 550px;
    height: 450px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #dfdeda;
    margin: 0 0 15px 30px;
    float: right;
    padding: 3px;
}
.i_about_img_item{
	width: 100%;
	height: 442px;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
}
.i_about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i_about_text p{
    margin-bottom: 20px;
}
.i_about_text p:last-child{
	margin-bottom: 0;
}


/* Наши объекты */
.w_objects{
	margin-top: 40px;
}
.w_objects_top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 15px 0;
}
	.w_objects_left{
		display: flex;
		align-items: center;
	}
		.w_objects_map{
			background: #655741;
			color: #fff;
			padding: 6px 10px;
			border-radius: 4px;
			margin-left: 7px;
			position: relative;
			top: 3px;
			border: 2px solid #655741;
		}
		.w_objects_map:hover {
			background: #fff;
			color: #655741;
		}
	.w_objects_all{
		font-weight: bold;
		color: #655741;
		border-bottom: 1px dashed #655741;
	}
	.w_objects_all:hover{
		color: #655741;
		border-color: transparent;
	}
.w_objects_list{
	width: 1080px;
	margin: 0 auto;
}
	.w_objects_list svg{
		fill: #655741;
		width: 40px;
		height: 40px;
		display: block !important;
		position: absolute;
		top: 120px;
		z-index: 1;
		opacity: .4;
		transition: .2s linear;
	}
	.w_objects_list svg:hover{
		cursor: pointer;
		opacity: .8;
	}
	.w_objects_list svg.prev{
		left: -25px;
	}
	.w_objects_list svg.next{
		right: -25px;	
	}
	.w_objects_item{
		width: 224px;
		margin: 0 23px;
	}
		.w_objects_img{
			width: 100%;
			height: 224px;
			overflow: hidden;
			box-shadow: 0 0 5px 2px rgba(30, 15, 0, .2);
			border-radius: 15px;
		}
			.w_objects_img img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		.w_objects_address{
			padding: 10px;
			text-align: center;
			line-height: 1.5;
			font-weight: 600;
		    display: block;
			color: #655741;
		}
		.w_objects_address:hover{
			color: #d35400;
		}
		.w_objects_list  .slick-list{
			padding-top: 30px;
		}


/* Наши канал */
.w_channel{
	margin: 30px auto;
	height: 595px;
	background: url(../img/channel-bg.png);
	padding: 15px;
	box-sizing: border-box;
}
	.w_channel h3 a{
		color: #2a2a2a;
		border-bottom: 2px solid #2a2a2a;
	}
	.w_channel h3 a:hover{
		border-color: transparent;
	}
		.w_channel h3 a span{
			color: #b24343;
		}
	.w_channel_video{
		background: #f1f1f1;
		padding: 13px;
		width: 880px;
		margin: 15px auto;
		height: 500px;
		box-sizing: border-box;
		box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
	}
		.w_channel_video iframe{
			width: 100%;
			height: 100%;
		}

/* Отзывы */
.w_reviews{
	color: #3f403b;
}
	.w_reviews h3{
		margin-left: 15px;
	}
.w_reviews_item{
	background: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 10px 15px;
	transition: .2s linear;
}
.w_reviews_item:hover{
	transform: scale(1.05);
}
	.w_reviews_info{
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
	}
	.w_reviews_user{
		font-size: 18px;
		font-weight: bold;
	}
	.w_reviews_date{
		font-size: 12px;
		color: #7a7c73;
		margin-left: 10px;
	}
	.w_reviews_text{
		font-size: 15px;
		line-height: 22px;
		width: 100%;
		margin-top: 10px;
		height: 130px;
		overflow: hidden;
	}
.w_reviews_all{
	display: inline-block;
	color: #818181;
	float: right;
	font-weight: 600;
	margin-right: 15px;
	position: relative;
    z-index: 5;
    border-bottom: 1px dashed #818181;
}
.w_reviews_all:hover{
	color: #818181;
	border-bottom: 1px dashed transparent;
}
.reviews_dots{
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 101%;
}
	.reviews_dots li{
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 0 2px;
		background: transparent;
		border: 1px solid #d4d4d4;
		transition: .5s linear;
	}
	.reviews_dots li.slick-active{
		background: #d4d4d4;
		border: 1px solid transparent;
	}
	.reviews_dots li:hover{
		cursor: pointer;
	}
	.reviews_dots button{
		display: none;
	}

/* Футер */
footer{
	color: #3f403b;
	background: url(../img/footer-bg.png) no-repeat top center;
	padding-top: 85px;
}
.footer{
	margin-bottom: 35px;
}
	.footer .heading{
		width: 170px;
		margin: 0 auto 25px;
	}
	.footer h4{
	    font-size: 18px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.footer li{
		line-height: 1.3;
	}
		.footer a{
			color: #3f403b;
			display: block;
		}
.f_contacts{
	display: flex;
	justify-content: space-between;
}
.f_logo{
	font-family: 'Baskerville';
}
	.f_logo h3{
		text-transform: uppercase;
		font-size: 37px;
		font-weight: bold;
	}
	.f_logo h4{
		font-size: 12.2px;
   		font-family: 'Open Sans';
	}	
	.f_callbacks a{
		color: #655741;
	    font-weight: bold;
	    font-style: italic;
	    text-decoration: underline;
	}
	.f_callbacks a:hover{
		text-decoration: none;
	}
	.f_insta {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 138px;
	}
		.f_insta h4 {
			width: 100%;
		}
		.f_insta a{
			display: block;
			width: 49px;
			height: 49px;
			margin: 0 10px;
		}
		.f_insta a:hover{
			transform: scale(1.2);
		}
			.f_insta svg{
				fill: #3f403b;
			}
.w_objects_maps_wrp{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10; 
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.w_objects_maps_wrp.actv{
	visibility: visible;
    opacity: 1;
}
	.w_objects_maps{
		width: 90%;
	    height: 90%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    padding: 10px;
	    position: absolute;
	    box-sizing: border-box;
	    background: #fff;
	    border-radius: 5px;
	}
	.w_objects_maps > ymaps{
		width: 100% !important;
		height: 100% !important; 
	}
	.w_objects_maps svg{
		width: 30px;
		height: 30px;
		position: absolute;
		right: -50px;
		top: 0px;
		fill: #fff;
		cursor: pointer;
		transition: .2s linear;
		z-index: 11; 
	}
	.w_objects_maps svg:hover{
		fill: #ffd220;
	}


/* Копирайт */
.copy{
	background: #3f403b;
	padding: 10px 0;
}
	.copy > .wrp{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.copytext{
	color: #fff;
	font-size: 14px;
	font-family: verdana;
	display: flex;
	border-bottom: 1px dashed transparent;
}
.copytext:hover{
	border-bottom: 1px dashed #fff;
	color: #fff;
}
.copytext span{
	margin-right: 10px;
}
.copy ul{
	display: flex;
	align-items: center;
}
	.copy li{
		margin-left: 15px;
	}
		.copy ul a{
			opacity: .6;
		}
		.copy ul a:hover{
			opacity: 1;
		}
.liveinternet{
	width: 88px;
	height: 31px;
	overflow: hidden;
}
.sitemap a{
	width: 30px;
	height: 30px;
	display: block;
}
	.sitemap svg{
		fill: #fff;
	}
.tecama a{
	display: flex;
	align-items: center;
}
	.tecama img{
		height: 17px;
		margin-right: 4px;
	}

/* Контакты */
.i_contacts{
	display: flex;
	justify-content: space-between;
	color: #3f403b;
}
	.i_contacts h4{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.i_contacts li{
		line-height: 1.3;
	}
		.i_contacts a{
			color: #3f403b;
		}
		.i_contacts .f_callbacks a{
		    color: #655741;
		    font-weight: bold;
		    font-style: italic;
		}
.i_contacts_map{ 
	width: 100%;
	height: 450px;
	margin-top: 50px;
}

/* Новости - список */
.l_news{
	display: flex;
	flex-wrap: wrap;
}
.l_news_item{
	width: 100%;
	max-width: 353px;
	text-align: center;
	margin: 0 40px 40px 0;
	transition: .2s linear;
}
.l_news_item:hover {
    transform: scale(1.05);
}
.l_news_item:nth-child(3n){
	margin-right: 0;
}
	.l_news_img{
		width: 100%;
		height: 250px;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 10px;
		box-shadow: 0 0 5px 2px rgba(30, 15, 0, .2);
	}
		.l_news_img img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	.l_news_title{
		color: #655741;
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		transition: .2s linear;
	}
	.l_news_title:hover{
	    color: #d35400;
	}
	.l_news_desc{
		color: #3f403b;
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
		max-height: 90px;
		overflow: hidden;
	}

/* Отзывы - список */
.l_reviews{
	display: flex;
	flex-wrap: wrap;
}
.l_reviews_item{
	width: 48.5%;
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 20px 25px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 5px -1px rgba(101,87,65,.5);
}
.l_reviews_item:nth-child(odd){
	margin-right: 3%;
}
	.l_reviews_info{
		display: flex;
		align-items: baseline;
		margin-bottom: 5px;
	}
		.l_reviews_user{
			font-size: 18px;
			color: #3f403b;
			font-weight: 600;
			margin-right: 5px;
		}
		.l_reviews_date{
			font-size: 12px;
			color: #7a7c73;
		}
	.l_reviews_text{
		line-height: 22px;
		font-size: 15px;
	}
.add_reviews{
	color: #fff;
	background: #655741;
	position: absolute;
	left: 170px;
	top: 5px;
	padding: 7px 10px;
	border-radius: 4px;
    border: 2px solid #655741;
}
.add_reviews:hover {
    background: #fff;
    color: #655741;
}

/* Статья - запись */
.i_article_img{
    width: 550px;
    height: 450px;
    padding: 3px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #dfdeda;
    margin: 0 0 15px 30px;
    float: right;
}
	.i_article_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
.i_article_images{
	float: right;
	width: 550px;
    margin-left: 30px;
    margin-bottom: 15px;
}
.i_article_images ul{
	display: flex;
	flex-wrap: wrap;
	width: 550px;
}
	.i_article_images li{
		display: block;
		width: 100px;
		height: 100px;
		margin: 5px;
	}
		.i_article_images img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			cursor: pointer;
			border-radius: 3px;
		}
	.i_article_images .i_article_img{
		margin: 0;
	}
.i_article_text{
	line-height: 24px;
	font-size: 15px;
}
	.i_article_text p{
		margin-bottom: 30px;
	}
	.i_article_text p:last-child{
		margin-bottom: 0;
	}
.i_article_share,
.i_share{
    display: flex;
    align-items: flex-end;
    margin: 30px 0;
}
.i_article_hits,
.i_hits{
    margin-right: 10px;
    font-size: 14px;
}

/* Объекты - список */
.l_objects{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.l_objects_item{
	width: 249px;
	margin: 0 48px 30px 0;
	transition: .2s linear;
}
.l_objects_item:hover {
    transform: scale(1.05);
}
.l_objects_item:nth-child(4n){
	margin-right: 0;
}
	.l_objects_img{
		width: 100%;
		height: 249px;
		border-radius: 10px;
		overflow: hidden; 
		box-shadow: 0 0 5px 2px rgba(30, 15, 0, .2);
	}
		.l_objects_img img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	.l_objects_tilte{
	    padding: 10px 30px;
	    text-align: center;
	    line-height: 1.5;
	    font-weight: 600;
	    display: block;
	    color: #655741;
		transition: .2s linear;
	}
	.l_objects_tilte:hover{
	    color: #d35400;
	}
	.l_objects_map{
		background: #655741;
		color: #fff;
		padding: 6px 10px;
		border-radius: 4px;
		margin-left: 7px;
		position: absolute;
		top: 5px;
		left: 280px;
		border: 2px solid #655741;
	}
	.l_objects_map:hover {
		background: #fff;
		color: #655741;
	}

/* Формы обратной связи */
.callback_form{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: rgba(0,0,0,0.6);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: .3s linear;
	cursor: pointer;
	width: 0;
}
.callback_form.actv{
	visibility: visible;
	opacity: 1;
	width: 100%;
}
.callback_form form{
	box-sizing: border-box;
    background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotateX(90deg); 
	transition: .2s linear;
}
.callback_form form.actv{
	transition-delay: .3s;
	transform: rotateX(0deg); 
}
	.callback_form h3{
		color: #3f403b;
		font-family: 'Cambria';
		font-weight: 600;
		font-size: 24px;
	}
	.callback_form input,
	.callback_form textarea{
		border: 1px solid #d3d4d0;
		color: #3f403b;
		font-family: 'Open Sans';
		padding: 7px 10px;
		border-radius: 3px;
		cursor: pointer;
		transition: .2s linear;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.callback_form input:hover,
	.callback_form textarea:hover,
	.callback_form input:focus,
	.callback_form textarea:focus{
		border: 1px solid #3f403b;
	}
	.callback_form button{
		color: #3f403b;
		padding: 7px 15px;
		border-radius: 3px;
		font-size: 15px;
		font-weight: 600;
		font-family: 'Cambria';
		box-sizing: border-box;
		cursor: pointer;
		transition: .2s linear;
		border: 1px solid #3f403b;
		background: transparent;
	}
	.callback_form button:hover{
		color: #fff;
		background: #3f403b;
	}
	.callback_form svg{
		width: 20px;
		height: 20px;
		position: absolute;
		top: 15px;
		right: 15px;
		fill: #d3d4d0; 
		transition: .2s linear;
	}
	.callback_form svg:hover{
		fill: #3f403b; 
	}
#write_us{
	width: 500px;
	padding: 25px 35px;
	display: flex;
	height: 340px;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}
	#write_us h3{
		width: 100%;
		margin-bottom: 15px;
	}
	#write_us input{
		width: 49%;
	}
	#write_us textarea{
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		margin-bottom: 0px;
	}
#callback{
	width: 300px;
	height: 335px;
	padding: 40px 30px;
}
	#callback h3{
		margin-bottom: 25px;
	}
	#callback input{
		width: 100%;
	}
	#callback button{
		width: 100%;
	}
	#callback .recaptcha{
		margin-top: 0;
	}

/* Карта сайта */
.sitemap_item{
    margin-bottom: 20px
}
.sitemap_item h3{
	color: #3f403b;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Cambria';
    margin-bottom: 5px;
}
.sitemap_item a{
    color: #3f403b;
    line-height: 1.5;
    margin-left: 15px;
    border-bottom: 1px dashed transparent;
}
.sitemap_item a:hover{
	border-color: #3f403b;
}

/* Модерация */
.l_reviews_item.moderation {
    box-shadow: 0 0 5px -1px hsl(0, 100%, 50%);
    border: 2px solid #ee1111;
}
.l_reviews_moderation {
    margin-bottom: 15px;
}
.l_reviews_moderation span {
    color: #ee1111;
    font-weight: 600;
}
.l_reviews_moderation a {
    margin-left: 10px;
    color: #fff;
    background: #655741;
    padding: 3px 10px;
    border-radius: 4px;
    border: 2px solid #655741;
}
.l_reviews_moderation a:hover{
	color: #655741;
	background: #fff;
}

/* Лицензии */
.i_about_license {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.i_about_license  h3{
    width: 100%;
    color: #3f403b;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Cambria';
    margin-bottom: 30px;
}
.i_about_license a {
    display: block;
    width: 200px;
    height: 180px;
}
.i_about_license a:hover img{
	transform: scale(1.2);
}
.i_about_license img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	transition: .2s linear;
}









