/* Сброс */
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,main,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}.clearfix {*zoom: 1;}.clearfix:after {clear: both;}.clearfix:before, .clearfix:after {content: " "; display: table;}strong{font-weight: bold;}em{font-style: italic;}svg{width: 100%; height: 100%;}p{line-height: 26px;}a{text-decoration: none; cursor: pointer;}a,*:before,*:after{transition: .2s linear;}td {border: 1px solid #333; padding: 3px 5px;}.login_layout td{border: 0;}
.h300{ height: 300px; }

/* Общие стили */
body{
	color: #111;
	font:400 16px/1 'Open Sans';
	background: #fff;
}
body.home{
	background:#fff;
}

.wrp{
	width: 100%;
	margin: 0 auto;
	max-width: 1140px;
}
main{
	background: #fff;
	
}
main h1 {
	color: #111;
    font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.content{
	padding-top: 45px;
	position: relative;
	border-top: solid 2px #000;
	min-height:500px;
}
.black-bg{
	position: relative;
}
.black-bg:before{
	content: "";
	width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    position: absolute;
	background: rgba(0,0,0,.6);
	transition: .3s linear;
}
.black-bg.show:before{
	opacity: 1;
	visibility: visible;
}
.black-head,
.white-head{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.black-head{
	color: #111;
}
.white-head{
	color: #fff;
}
.btn-style{
	color: #fff;
	display: table;
	font-size: 13px;
	font-weight: bold;
    padding: 12px 20px 11px;
	border: 1px solid #e8251c;
    text-transform: uppercase;
	background-color:red;
}
.btn-style:hover{
	color: red;
	background: #fff;
}


/* Шапка */
header.home .top-height{
	display: none;
}
header .top{
	background: #fff;
	padding: 28.5px 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	transition: .3s linear;
	height: 93px;
	top: 0;
}
header.home .top{
	background: #fff;
}
	header .wrp{
		position: relative;
	}
nav{
	float:right;
}
.scroll-logo{
    text-transform: uppercase;
    position: absolute;
    padding-left: 126px;
    padding-top: 10px;
    top: 0px;
    left: -45px;
}

	.scroll-logo:before{
		content: "";
		background: url(../img/logo.png) no-repeat center;
		background-size: contain;
		position: absolute;
		display: block;
		height: 88px;
		width: 130px;
		left: 22px;
		top: 0;
	}
	.scroll-logo h2{
		color: #fff;
		height: 38px;
		font-size: 42px;
		font-weight: 800;
		margin: -7px 0px 10px;
	}
		.scroll-logo h2 span{
			color: #f24941;
		}
	.scroll-logo h4{
		color: #000;
		width: 218px;
		font-size: 22px;
		font-weight: bold;
		margin-top: 10px; 
		margin-left: 18px;
	}
header.fixed .top{
	background: #161616;
	height: 42px;
	padding: 12px 0;
}
header.fixed .scroll-logo{
	opacity: 1;
	visibility: visible;
	padding-left: 60px;
}
	header.fixed .scroll-logo:before{
		width: 55px;
		height: 40px;
	}
	header.fixed  .scroll-logo h2{
		font-size: 25px;
		height: 28px;
		margin: 0;
	}
	header.fixed  .scroll-logo h4{
		width: auto;
		font-size: 12px;
          margin-top: 5px;
	}
header.fixed .info{
	opacity: 0;
	visibility: hidden;
	margin-top: 32px;
}
header.fixed nav{
	padding-top: 10px;
}
header.fixed .menu > li > a{
	color: #fff;
}
header.fixed .scroll-logo h4{
    color:#fff;
}

/* Меню */
.menu{
	
	float:right;
}
	.menu > li{
	    display: inline-block;
		margin-left: 25px;
		position: relative;
	}
		.menu > li > a{
			color: #000;
			text-transform: uppercase;
			font-weight: bold;
		}
		.menu > li.actv > a,
		.menu > li > a:hover{
			color: #e22c23;
		}
.menu li.home a{
	display: block;
	width: 16px;
	height: 16px;
}
	.menu li.home svg{
		fill: #000;
		transition: .2s linear;
	}
	.menu li.home:hover svg{
		fill: #e22c23;
	}
.sub-menu{
	position: absolute;
	top: 35px;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
	width: 200px;
	left: -25px;
	opacity: 0;
	visibility: hidden;
	transition: .2s linear;
	border: 1px solid #000;
}
	.sub-menu:before{
		content: "";
		height: 10px;
		width: 100%;
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
	}
.menu .items:hover .sub-menu{
	top: 25px;
	opacity: 1;
	visibility: visible;
}
	.sub-menu li{
		margin-bottom: 15px;
	}
	.sub-menu li:last-child{
		margin-bottom: 0;
	}
		.sub-menu a{
			color: #111;
			font-weight: bold;
		}
		.sub-menu a:hover{
			color: #e22c23;
		}
.search{
    float: right;
	margin-left: 25px;
}
	.search form{
		position: relative;
		height: 16px;
	}
	.search input{
		top: -3px;
		right: -2px;
		border: 0;
		width: 0;
		height: auto;
		position: absolute;
		border-radius: 2px;
		box-sizing: border-box;
		padding: 3px 0 4px 0;
		transition: .2s linear;
	}
	.search:hover input,
	.search input:focus{
		width: 150px;
		padding: 3px 20px 4px 5px;
	}
	.search button{
		background: transparent;
		border: 0;
		height: 16px;
		width: 16px;
		padding: 0;
		position: relative;
		z-index: 1;
		cursor: pointer;
	}
		.search svg{
			fill: #000;
			transition: .2s linear;
		}
		.search:hover input + button svg,
		.search input:focus + button svg{
			fill: #666;
		}
.mob-menu{
	color: #fff;
	display: none;
	cursor: pointer;
	font-weight: bold;
	margin-left: auto;
	align-items: center;
	transition: .2s linear;
	text-transform: uppercase;
}
	.mob-menu span{
		margin-right: 10px;
	}
	.mob-menu svg{
		fill: #fff;
		width: 20px;
		height: 20px;
		transition: .2s linear;
	}
	.mob-menu:hover{
		color: #e22c23;
	}
	.mob-menu:hover svg{
		fill: #e22c23;
	}

/* Мобильное меню */
.mobile-menu-wrp{
	left: -250px;
    background: #f1f1f1;
	position: absolute;
	z-index: 101;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    transition: .3s linear;
}
.mobile-menu-wrp.show{
	left: 0;
}
.mobile-menu-wrp.fixed{
	position: fixed;
	top: 66px !important;
}
	.mobile-menu-wrp h3{
		font-weight: bold;
		text-align: center;
		background: #f1f1f1;
		padding: 10px;
		text-transform: uppercase;
		color: #373737;
	}
.mobile-menu{
	font-weight: 500;
}
	.mobile-menu li{
		transition: .2s linear;
		border-bottom: 1px solid #e6e1e1;
	}
		.mobile-menu a{
		    padding: 10px;
		    color: #000;
		    display: block;
		    position: relative;
		    text-transform: uppercase;
		}
		.mobile-menu li.items > a:after{
		    content: "";
		    position: absolute;
		    width: 15px;
		    height: 15px;
		    display: block;
		    z-index: 100;
		    right: 10px;
		    top: 0;
		    bottom: 0;
		    margin: auto;
		    background: url(../img/arrow-down.svg) no-repeat;
		    background-size: contain;
		}
		.mobile-menu li.items > a:hover:after, 
		.mobile-menu li.items.show > a:after, 
		.mobile-menu li.actv.items > a:after{
			background: url(../img/arrow-down-hover.svg) no-repeat;
			background-size: contain;
		}
.sub-mobile-menu{
	display: none;
	background:#bdc3c7;
}
	.sub-mobile-menu li{
		padding-left: 15px;
	}
	.sub-mobile-menu li.actv{
		background: #373737;
	}
		.sub-mobile-menu a{
			text-transform: capitalize;
		}
		.sub-mobile-menu li.actv a{
			color: #fff;
		}
.sub-mobile-menu li:first-child a{
	color: #fff;
}
.mobile-menu li:last-child,
.sub-mobile-menu li:last-child{
	margin-bottom: 0;
}
.mobile-menu li.show,
.mobile-menu > li.actv,
.mobile-menu > li:hover{
	background: #75b5dc;
}
.mobile-menu li.show > a,
.mobile-menu > li.actv > a,
.mobile-menu > li:hover > a{
	color: #fff;
}
.sub-mobile-menu li:hover{
    background: #373737;
}
.sub-mobile-menu li:hover a{
	color: #fff;
}
.mobile-menu-close{
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}
	.mobile-menu-close svg{
    	fill: color: #373737;
	}
.mobile-menu .search{
    margin: 0;
    padding: 10px;
}
	.mobile-menu .search form{
    	height: auto;
	}
		.mobile-menu .search input{
		    top: 0;
		    right: 0;
		    width: 100%;
		    position: relative;
		    padding: 8px 30px 8px 10px;
		}
		.mobile-menu .search button{
		    top: 0;
		    bottom: 0;
		    right: 5px;
		    margin: auto;
		    position: absolute;
		}
			.mobile-menu .search svg{
				fill: #521011;
			}

header .info{
	float:right;
	margin-top: 30px;
	align-items: center;
	transition: .1s linear;
}
	header .contacts{
		margin-left: auto;
	}
		header .contacts a{
			    color: #ff0101;
			font-size: 22px;
			font-weight: bold;
			display: block;
			
		}
		header .contacts li{
		    
			width:480px;
			color: #249ce3;
			font-size: 17px;
			font-weight: bold;
			line-height: 1.2;
		}
		.contacts_left{
			float:left;
		}
		.contacts_right{
			float:right;
		}
	.choose-color{
		color: #fff;
		background: #e22c23;
		text-transform: uppercase;
		font-weight: 600;
		display: table;
		padding: 14px;
		margin-left: 30px;
	}
	.choose-color:hover{
		color: #fff;
		background: #f84d44;
	}
.top-height{
    background: #161616;
}
.inst1000{
    border:none;
    overflow:hidden;
    width:340px; 
    height: 465px;   
}
.slide_text{
    position: absolute;
    height: 271px;
    left: 14%;
    top: 89px;
    z-index: 9;
    color: #000;
    background-color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 600;
    width: 510px;
    padding: 30px 30px 30px 30px;
}
.slide_text li{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

/* Слайд */
header.home .slide{
	display: block;
	position: relative;
	margin-top: 150px;
}
header .slide{
	display: none;
}
	header .slide .item{
		width: 100%;
		height: 500px;
		position: relative;
	}
	header .slide .item:before{
		content: "";
		width: 100%;
		height: 100%;
	    background: rgba(91, 201, 245, 0.06);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	header .slide img{
		display: initial;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	header.home .slide .owl-nav{
		position: absolute;
		width: 1140px;
		bottom: 44px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 100;
		height: 40px;
	}
		header.home .slide .owl-nav > div{
			left: initial;
			transition: .2s linear;
			background: transparent;
		}
		header.home .slide .owl-nav .owl-prev{
			right: 50px;
		}
		header.home .slide .owl-nav .owl-next{
			right: 0;
		}
		header.home .slide .owl-nav > div:hover{
			opacity: .6;
		}
			header.home .slide .owl-nav svg{
				fill: #fff;
			}


/* Услуги */
.services {
	position: relative;
	z-index: 20;
	margin: 120px auto 60px;
}
	.services h3{
		margin-bottom: 50px;
	}
.services a:hover h4.text2{
	display:block;
	transform:scale(0);
	transition: all 0.3s ease;
}
.services a:hover h4{
	color:red;
}
.services h4.text2{
	font-size:14px; 
	transform:scale(1);
}	
.text2{
		padding-bottom:50px; 
		background-color: rgba(0, 0, 0, 0.55);
		display:none;
		height:200px;
	}
.services .items{
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
}
	.services .item{
		height: 200px;
		width:275px;
		margin-left:10px;
		margin-top:10px;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}
		
		.services .item:after{
			content: "";
			height: 30%;
			bottom: 0;
			width: 100%;
			position: absolute;
			
			left: 0;
			z-index: 1;
			transition: .3s linear;
		}
	
		.services img{
		    max-width: 160px;
		    margin-left: 10px;
		    
		}
		
		.services h4{
			bottom: 0;
			color: #000;
			font-size: 18px;
			width: 100%;
			
			font-weight: bold;
			position: absolute;
			box-sizing: border-box;
			text-transform: uppercase;
			z-index: 2;
			transition: .3s linear;
		}
		
.all-services{
	margin: 20px auto 0;
}

.content_item ul{
		margin: 0 50px;
		line-height: 1.5;
		    list-style-type: disc;
	}
  
  
/* Новости - главная */
.news_about{
	margin-top: 50px;
	
}
.news_about .wrp{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
.news_about ul{
    list-style-type: disc; 
       line-height: 22px;
}
.w_news{
	max-width: 29%;
}
/* О нас - главная */
.w_about{
max-width: 68%;
}
.img10{
	width: 285px;
}
.mod1{
    flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	display: flex;
    max-width:1150px;
	height:auto;
	margin: auto;
    margin-top:50px;
}

.mod1_text{
    max-width:100%; 
    min-height: 440px;
    font-size: 16px;
	padding-left:10px;
}
.mod1_img10{
    max-width:36%; 
    height: 440px;
}
.slug10{ 
	background-color: #fff; 
	font-size:35px; 
	text-align: center; 
	text-transform: uppercase; 
	font-weight:bold; 
	padding-bottom:50px;
	color:#000;
}
/* Информеры */
.informers{
	background: url(../img/informers-bg.jpg) no-repeat;
	background-size: cover;
}
	.informers .wrp{
		display: flex;
		flex-wrap: wrap;
		padding: 50px 0;
		justify-content: space-between;
	}
		.informers h2{
			width: 100%;
			margin-bottom: 60px;
		}
			.informers h2 span{
				color: #e8251c;
			}
.informers img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s linear;
}
.informers .image:hover img{
	transform: scale(1.2);
}
.informers .date{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.85);
	border: 1px solid rgba(255,255,255,.85);
	width: 60px;
	height: 65px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px;
	color: #111;
}
.informers .image:hover .date{
	color: #111;
}
	.informers .date span{
		display: block;
		font-size: 22px;
	}
.informers .title{
	color: #fff;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	max-height: 44px;
	overflow: hidden;
}
.informers .title:hover{
	color: #e8251c;
}
.informers .desc{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0;
	overflow: hidden;
}
.promotions {
	width: 30%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: rgba(66, 170, 231, 0.67);
}
	.promotions .image{
		height: 136px;
		overflow: hidden;
		position: relative;
		display: block;
	}
	.promotions .title{
		margin-top: 20px;
	}
	.promotions .desc{
		max-height: 90px;
	}
	.promotions .all-promotions{;
		margin-top: auto;
	}
.news-reviews{
	width: 66%;
	background-color: rgba(66, 170, 231, 0.67);
	padding:10px;
}
.news {
	display: flex;
	padding-bottom: 27px;
	border-bottom: 1px solid #929292;
	margin-bottom: 30px;
}
	.news .image{
		height: 224px;
		overflow: hidden;
		position: relative;
		width: 345px;
		display: block;
	}
		.news .date{
			border: 1px solid rgba(255,255,255,.85);;
		}
	.news .anons{
		width: 360px;
		margin-left: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
		.news .desc{
			max-height: 110px;
		}
		.news .all-news{
			margin-top: auto;
		}
.reviews {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	min-height: 164px;
}
	.reviews .anons{
		position: relative;
		padding-left: 85px;
		width:100%;
	}
		.reviews .date{
			background: transparent;
			color: #fff;
			left: 0;
			top: 0;
		}
		.reviews .title{
			display: table;
		}
		.reviews .desc{
			max-height: 72px;
		}
		.reviews .all-reviews{
			margin-top: auto;
		}

/* Наше портфолио */
.portfolio{
	margin: 70px auto 100px;
}
	.portfolio h2{
		margin-bottom: 50px;
	}
.portfolio .items{
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px;
}
	.portfolio .item{
		width: 100%;
		margin-right: 30px;
		height: 200px;
		position: relative;
		display: block;
	}
		.portfolio img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.portfolio h4{
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			color: #fff;
			font-size: 22px;
			font-weight: bold;
			display: flex;
			align-items: center;
			justify-content: center;
			background: rgba(232,37,28,.7);
			padding: 30px;
			box-sizing: border-box;
			text-align: center;
			line-height: 26px;
			transition: .3s linear;
			opacity: 0;
			visibility: hidden;
		}
		.portfolio .item:hover h4{
			opacity: 1;
			visibility: visible;
		}
	.portfolio .owl-nav > div{
		display: flex;
		align-items: center;
		height: 40px;
		bottom: 0;
		margin: auto;
	}
	.portfolio .owl-prev{
		left: -60px;
	}
	.portfolio .owl-next{
		right: -60px;
	}
		.portfolio .owl-nav svg{
			fill: #323232;
			transition: .2s linear;
		}
		.portfolio svg:hover{
			opacity: .6;
		}

/* Партнеры, дилеры */
.partners-dealers{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px auto;
}
	.partners-dealers h2{
		margin-bottom: 40px;
	}
.partners-dealers .items{
	margin-bottom: 15px;
}
	.partners-dealers .item{
		display: block;
		height: 80px;
		background: #fff;
	}
		.partners-dealers img{
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
.partners, .dealers{
	width: 48.5%;
}
	.all-dealers{
		margin-left: auto;
	}
/* Карта */
.news_about2{
	background: #151515 url(../img/footer-bg.jpg) no-repeat;
	background-size: 100% 240px;
}
.wrp2{
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height:240px;
}

/* Футер */
footer{
	
    margin-top: 60px;
    
}
	footer > .wrp{
		position: relative;
	}
		footer > .wrp:before{
			content: "";
			position: absolute;
			
			width: 265px;
			height: 105px;
			
			left: 0;
			right: 0;
			margin: auto;
		}
footer .info{
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 42px 0;
}

footer .info ul:first-child{
	margin-bottom: 30px;
}
	footer .info h4{
		color: #fff;
		font-weight: 800;
		margin-bottom: 15px;
	}
		footer .info a{
			color: #fff;
		}
/* Копирайт */
.copy{
	padding: 13px 0;
	background: #151515;
}
	.copy .wrp{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
.copytext{
	color: #aaaaaa;
	font-size: 14px;
}
	.copytext a{
		color: #aaaaaa;
	}
	.copytext a:hover{
		color: #fff;
	}
.copy ul{
	display: flex;
	align-items: center;
}
	.copy li{
		margin-left: 30px;
	}
.copy-sitemap a{
	display: block;
	height: 30px;
	width: 30px;
}
	.copy-sitemap svg{
		fill: #aaa;
		transition: .2s linear;
	}
	.copy-sitemap a:hover svg{
		fill: #fff;
	}
.liveinternet{
	height: 31px;
	overflow: hidden;
}
.tecama{
	display: block;
	text-align: right;
	color: #a9a9a9;
	font-weight: 600;
	background: url(../img/tecama.png) no-repeat right;
	padding-right: 40px;
	height: 34px;
	font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 14px;
}
.tecama:hover{
	color: #fff;
	background: url(../img/tecama-hover.png) no-repeat right;
}

/* Отзывы */
.reviews-list .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews-list .item{
    width: 48%;
	min-height: 65px;
    position: relative;
    padding-left: 75px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.reviews-item{
	padding-left: 75px;
	position: relative;
}
	.reviews-list .date,
	.reviews-item .date{
	    top: 0;
	    left: 0;
	    width: 60px;
	    height: 65px;
	    padding: 15px;
	    font-size: 12px;
	    font-weight: bold;
	    position: absolute;
	    text-align: center;
	    box-sizing: border-box;
	    background: transparent;
	    text-transform: uppercase;
	    border: 2px solid #343434;
	}
		.reviews-list .date span,
		.reviews-item .date span{
		    display: block;
		    font-size: 22px;
		}
	.reviews-list .title,
	.reviews-item .title{
	    color: #111;
	    font-size: 18px;
	    font-weight: bold;
	    display: table;
	    margin-bottom: 15px;
	}
	.reviews-list .title:hover{
		color: #e22c23;
	}
	.reviews-list .text,
	.reviews-item .text{
    	font-size: 13px;
		line-height: 18px;
	}
		.reviews-list .text a{
			color: #e22c23;
			display: inline-block;
			border-bottom: 1px solid transparent;
		}
		.reviews-list .text a:hover{
			border-color: #e22c23;
		}
	.reviews-list .add{
	    color: #fff;
	    font-weight: 700;
	    background: #e22c23;
	    position: absolute;
	    top: 45px;
	    right: 0;
	    padding: 10px 20px;
	    text-transform: uppercase;
	}
	.reviews-list .add:hover{
		background: #111;
	}

/* Новости - список */
.news-list .items{
	display: flex;
	flex-wrap: wrap;
}
.news-list .item{
	width: 32%;
	margin: 0 2% 50px 0;
}
.news-list .item:nth-of-type(3n){
	margin-right: 0;
}
	.news-list .image{
	    height: 220px;
	    overflow: hidden;
	    position: relative;
	    display: block;
	}
		.news-list .image img{
		    width: 100%;
		    height: 100%;
		    object-fit: cover;
		    transition: .2s linear;
		}
		.news-list .image:hover img{
			transform: scale(1.2);
		}
	.news-list .date{
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    background: rgba(255,255,255,.85);
	    width: 60px;
	    height: 65px;
	    box-sizing: border-box;
	    font-weight: bold;
	    text-align: center;
	    font-size: 12px;
	    text-transform: uppercase;
	    padding: 16px;
	    color: #111;
	}
		.news-list .date span{
		    display: block;
			font-size: 22px;
		}
	.news-list .title{
	    color: #111;
	    line-height: 22px;
	    font-size: 18px;
	    font-weight: bold;
	    display: block;
	    max-height: 44px;
	    overflow: hidden;
	    margin: 10px 0 0;
	}
	.news-list .title:hover{
		color: #e8251c;
	}
	.news-list .desc{
	    font-size: 13px;
	    line-height: 18px;
	    margin: 10px 0 0;
	    overflow: hidden;
	    max-height: 72px;
	}

/* Статья */
.content_item .ft_image{
	max-width: 48%;
	margin-right: 20px;
}
.content_item .f_content p{
	margin-bottom: 15px;
	line-height: 20px;
}
.content_item .field{
	font-size: 14px;
}

/* Партнеры */
.partners-list .item{
    position: relative;
    padding-left: 300px;
    height: 140px;
    margin-bottom: 30px;
    overflow: hidden;
}
	.partners-list .title{
	    font-size: 20px;
	    font-weight: bold;
	    color: #111;
	    text-transform: uppercase;
	}
	.partners-list .title:hover{
		color: #e22c23;
	}
	.partners-list .image{
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 270px;
	    height: 100%;
	    border: 1px solid #f1f1f1;
	    box-sizing: border-box;
	    padding: 5px;
	    display: block;
	    overflow: hidden;
	}
		.partners-list .image img{
			width: 100%;
			height: 100%;
			object-fit: contain;
			transition: .2s linear;
		}
		.partners-list .image:hover img{
			transform: scale(1.05);
		}
	.partners-list .desc{
		margin-top: 15px;
		color: #333333;
		font-size: 13px;
	}
	.partners-list .desc > p,
	.partners-list .desc > div{
		line-height: 20px;
		margin: 0;
	}

/* Услуги - список */
.services-list .items{
	display: flex;
	flex-wrap: wrap;
}
.services-list .item{
	display: block;
	width: 20%;
	margin-bottom: 20px;
}
.services-list .item:nth-of-type(3n){
	margin-right: 0;
}
	.services-list .image{
		
		overflow: hidden;
	}
	.services-list .image img{
		object-fit: cover;
		transition: .2s linear;
		width: 170px;
		margin-left: 50px;
	}
	.services-list .image:hover img{
		transform: scale(1.2);
	}
	.services-list .title{
		color: #111111;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-top: 15px;
		transition: .2s linear;
	}
	.services-list .item:hover .title{
		color: #e22c23;
	}
/* Контакты */
.contacts-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts-item .info{
    width: 100%;
    max-width: 300px;
}
    .contacts-item h2{
        font-size: 18px;
        font-weight: bold;
        color: #111;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 30px;
    }
.contacts-item ul{
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}
.contacts-item ul:last-of-type{
    margin-bottom: 0;
}
    .contacts-item svg{
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .contacts-item h4{
        font-size: 14px;
        font-weight: bold;
        color: #111;
        text-transform: uppercase;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .contacts-item li{
        font-size: 14px;
        line-height: 18px;
    }
        .contacts-item a{
            color: #111;
        }
        .contacts-item a:hover{
            color: #888;
        }
.contacts-item .write-us{
    width: 67.545%;
}
    .contacts-item form{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between; 
        padding-bottom: 50px;
        position: relative;
    }
        .contacts-item  .write-us input,
        .contacts-item  .write-us textarea{
            padding: 9px;
            color: #111;
            box-sizing: border-box;
            font: 14px/18px 'Open Sans';
            cursor: pointer;
            transition: .2s linear;
            border: 1px solid #e1e1e1;
        }
        .contacts-item  .write-us input{
            width: 32%;
        }
        .contacts-item  .write-us textarea{
            width: 100%;
            height: 100px;
            margin: 15px 0;
        }
        .contacts-item  .write-us input:hover,
        .contacts-item  .write-us input:focus,
        .contacts-item  .write-us textarea:hover,
        .contacts-item  .write-us textarea:focus{
			border-color: #111;
        }
        .contacts-item  .write-us button{
            color: #fff;
            display: table;
            font-size: 13px;
            font-weight: bold;
            padding: 11px 20px 9px;
            border: 1px solid #e8251c;
            text-transform: uppercase;
            background: #e8251c;
            transition: .2s linear;
            cursor: pointer;
            position: absolute;
            bottom: 0;
            left: 0;
        }
        .contacts-item  .write-us button:hover{
            background: transparent;
            color: #e8251c;
        }
.contacts-item  .map{
    height: 600px;
    width: 100%;
    background: #f24941;
    margin-top: 50px;
}

/* Каталог - список */
.catalog-list .items{
    display: flex;
    flex-wrap: wrap;
}
.catalog-list .item{
    width: 32%;
    margin: 0 2% 30px 0;
}
.catalog-list .item:nth-of-type(3n){
    margin-right: 0;
}
    .catalog-list .image{
        height: 220px;
        display: block;
        overflow: hidden;
    }
        .catalog-list .image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .2s linear;
        }
        .catalog-list .image:hover img{
            transform: scale(1.2);
        }
    .catalog-list .title{
        color: #222;
        display: table;
        font-weight: bold;
        margin: 15px 0 10px;
        text-transform: uppercase;
    }
    .catalog-list .title:hover{
        color: #e22c23;
    }
    .catalog-list .desc{
        color: #222;
        font-size: 13px;
        max-height: 50px;
        overflow: hidden;
        line-height: 16px;
    }

/* Каталог - статья */
.catalog-item {
    display: flex;
    margin-bottom: 40px;
}
.catalog-item .images{
    width: 650px;
    min-width: 650px;
    margin-right: 30px;
}
    .catalog-item .image{
        display: block;
        width: 100%;
        height: 400px;
        border: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }
        .catalog-item .image img{
            width: 100%;
            height: 100%;
            transition: .3s linear;
            object-fit: contain;
        }
        .catalog-item .image.hide img{
            opacity: 0;
        }
    .catalog-item .images ul{
        padding: 0px 30px;
    }
        .catalog-item .images li{
            display: block;
            width: 100%;
            height: 100px;
            cursor: pointer;
            overflow: hidden;
        }
            .catalog-item .images li img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: .2s linear;
            }
            .catalog-item .images li:hover img{
                transform: scale(1.1);
            }
    .catalog-item .images .owl-nav > div{
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
        .catalog-item .images .owl-nav svg{
            fill: #666;
        }
        .catalog-item .images .owl-nav > div:hover svg{
            fill: #111;
        }
    .catalog-item .images .owl-prev{
        left: -30px;
    }
    .catalog-item .images .owl-next{
        right: -30px;
    }
.catalog-item .desc ul{
    color: #222;
    font-size: 14px;
}
    .catalog-item .desc li{
        line-height: 20px;
    }
.catalog-item .share{
	margin-top: 15px;
}

/* Вопрос - ответ */
.add-quest{
    top: 45px;
    right: 0;
    color: #fff;
    font-weight: 700;
    background: #e22c23;
    position: absolute;
    padding: 10px 20px;
    text-transform: uppercase;
}
.add-quest:hover{
    color: #fff;
    background: #111;
}
.faq-list .admin-reply{
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    transition: .3s linear;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.faq-list .admin-reply:hover{
    border-radius: 50%;
    border: 2px solid #999;
}
    .faq-list .admin-reply svg{
        fill: #999;
    }
.faq-list .item{
    padding: 25px;
    line-height: 1.3;
    margin-bottom: 2%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
    .faq-list .title{
    color: #333;
    font-weight: bold;
    padding-right: 40px;
    text-transform: uppercase;
    }
    .faq-list .date{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    }
    .faq-list .quest{
        color: #666;
    }
    .faq-list .reply-show{
        display: table;
        color: #e22c23;
        border-bottom: 1px solid transparent;
    }
    .faq-list .reply-show:hover{
        border-color: #e22c23;
    }
    .faq-list .reply{
        display: none;
        margin-top: 10px;
    }
       .faq-list .reply h3{
            color: #333;
            font-weight: bold;
            text-transform: uppercase;
        }
        .faq-list .reply-text{
            color: #666;
        }
    .faq-list .reply-empty{
        color: #e22c23;
    }

/* Поиск */
#search_form form{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#search_form .input,
#search_form select{
    height: auto;
    padding: 0;
    margin: 0 5px 5px 0;
}
#search_form .input{
    height: 26px;
}

/* Соц сети */
.social{
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    z-index: 100;
    height: 310px;
    position: fixed;
}
    .social a{
        width: 70px;
        height: 70px;
        padding: 20px;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
        .social a:before{
            content: "";
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            visibility: hidden;
            background: rgba(0,0,0,.20);
        }
        .social a:hover:before{
            opacity: 1;
            visibility: visible;
        }
    .social .facebook{
        background: #3b5998;
    }
    .social .insta{
        background: #5b7aa8;
    }
    .social .vk{
        background: url(../img/soc-insta-bg.png) no-repeat center;
    }
    .social .whatsapp{
        margin-bottom: 0;
        overflow: visible;
        background: #2ab200;
    }
        .social .whatsapp span{
            top: 0;
            width: 0;
            bottom: 0;
            color: #fff;
            z-index: -1;
            right: 50px;
            height: 44px;
            margin: auto;
            display: block;
            font-size: 22px;
            overflow: hidden;
            font-weight: bold;
            position: absolute;
            background: #38c10e;
            padding: 6px 0 8px 0;
            line-height: initial;
            box-sizing: border-box;
            transition: .2s linear;
            border-radius: 4px 0 0 4px;
        }
        .social .whatsapp:hover span{
            width: 234px;
            padding: 6px 25px 8px 15px;
        }
        .social svg{
            fill: #fff;
        }
/* Карта, контакты - футер */
.foot_info{
	position: relative;
	margin-top: 60px;
}
	.foot_map{
		height: 310px;
	}
	.foot_info .wrp{
		position: relative;
		bottom: 310px;
	}
.foot_contacts{
    background-color: rgba(53, 134, 183, 0.73);
	width: 360px;
	height: 320px;
	padding: 40px;
	box-sizing: border-box;
	font-size:14px;
	position: absolute;
	right: 0;
}


	
	.foot_contacts ul{
		margin-bottom: 19px;
	}
		.foot_contacts h3{
			color: #fff;
			text-transform: uppercase;
			font-weight: 600;
			
			display: flex;
			justify-content: space-between;
			margin-bottom: 5px;
		}
			.foot_contacts i{
				display: flex;
			}
		.foot_contacts li{
			color: #e6f2f8;
			line-height: 1.3;;
		}
/* Эффекты при наведении на картинки в услугах */		
.ch-item {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left:40px;
}
.ch-item img{
	width: 150px;
	height: 150px;
}

.ch-info {
	position: absolute;
	width:150px;
	height:150px;
	border-radius: 50%;
	opacity: 0;
	
	box-shadow: 
		inset 0 0 0 110px rgba(200,95,66, 0.4),
		inset 0 0 0 6px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
	margin-top:-152px;
}

.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
