body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	font-weight: normal;
	color: #2c2c2c;
	background: url(img/bg.png), #eeeeee;
	font-size: 14px;
}
a{
	outline: none;
	text-decoration: none;
	color: #2c2c2c;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
p{
	line-height: 22px;
}
.container{
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.header{
	margin-bottom: 10px;
}
.header-top{
	background: #fff;
	padding: 10px 0 ;
}
.header-items{
    display: flex;
    align-items: center;
}
.item-logo{
	margin-bottom: -64px;
}
.item-logo a{
	display: inline-block;
}
.item-logo img{
	max-width: 130px;
}
.item-address{
	background: url(img/location.png) no-repeat left;
	padding-left: 30px;
	margin-right: 20px;
}
.item-time{
	background: url(img/clock.png) no-repeat left;
	padding-left: 40px;
	margin-right: 25px;
}
.item-contact{
	margin-left: auto;
	background: url(img/phone.png) no-repeat left;
	padding-left: 20px;
}
.item-contact a{
	font-size: 20px;
	font-weight: 600;
}
.item-contact span{
	color: #6c6c6c;
	font-size: 15px;
}
.item-callback{
	margin-left: auto;
}
.item-callback > a{
    width: 170px;
    border: 2px solid #85c226;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
	transition: all 0.3s;
	background: #fff;
	font-size: 15px;
}
.item-callback > a:hover{
	background: #85c226;
	color: #fff;
}
.item-link > a{
    width: 170px;
    border: 2px solid #85c226;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
	transition: all 0.3s;
	background: #fff;
	font-size: 16px;
}
.item-link > a:hover{
	background: #85c226;
	color: #fff;
}
.header-main-menu{
	background: #85c226;
}
.main_menu{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main_menu div {
    flex: 0 0 45%;
}
.header-main-menu div > ul{
	display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
    margin: 0;
}
.header-main-menu div > ul > li{
	list-style: none;
	position: relative;
	transition: all 0.3s;
}
.header-main-menu div > ul > li:hover{
	background: #78a037;
}
.header-main-menu div > ul > li > a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
	padding: 12px 14px;
}
.header-main-menu div > ul > li:hover ul.sub-menu{
	display: block;
}
.header-main-menu ul li ul.sub-menu{
	display: none;
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 999999;
    max-width: 300px;
    width: 100%;
    left: 0;
    background: #fff;
	border: 2px solid #85c226;
	border-top: none;
}
.header-main-menu ul li ul.sub-menu li{
    padding: 10px 20px;
	border-bottom: 1px solid #85c226;
	position: relative;
}
.header-main-menu ul li ul.sub-menu li:last-child{
	border-bottom: none;
}
.header-main-menu ul li ul.sub-menu li a{
	font-size: 17px;
	transition: all .3s;
	display: block;
}
.header-main-menu ul li ul.sub-menu li a:hover{
	color: #b7f753;
}
footer{
	border-top: 8px solid #85c226;
    background: #fff;
	padding: 20px 0;
	margin-top: 10px;
}
.footer-items{
	display: flex;
	justify-content: space-between;
}
.foot-logo img {
    max-width: 130px;
}
.footer-menus-items{
	display: flex;
    justify-content: space-between;
    flex: 0 0 55%;
}
.footer-menu span{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	margin-bottom: 10px;
}
.footer-menu span:after{
	content: '';
	width: 80px;
	height: 3px;
	background: #85c226;
	left: 0;
	bottom: 0;
	position: absolute;
}
.footer-menu-first {
	flex: 0 0 65%;
}
.footer-menu-first ul{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 30%;
}
.footer-menu-first ul li{
	flex: 0 0 49.9%;
}
.footer-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu ul li{
	margin: 5px 0;
}
.footer-menu ul li a{
	font-size: 15px;
}
.footer-menu ul li a:hover{
	color: #85c226;;
}
.foot-items-info{
	display: flex;
	flex-direction: column;
}
.foot-items-info .item-contact{
	margin-top: 10px;
}
.foot-address{
	background: url(img/location.png) no-repeat left;
    padding-left: 35px;
	margin-left: 5px;
}
.foot-time{
	background: url(img/clock.png) no-repeat left;
	padding-left: 40px;
	margin: 15px 0;
}
.copy{
	border-top: 1px solid #85c226;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #7c7c7c;
}
.content{
	background: #fff;
	padding: 10px;
	margin: 20px 0;
}
.main_inner{
	max-width: 1150px;
	margin: 0 auto;
}
.main_slider .item{
	background: url(img/slide.jpg) no-repeat left/cover;
    padding: 60px;
}
.slide_info{
	width: 37%;
}
.slide_title{
	font-size: 29px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:30px;
	border-bottom: 3px solid #85c226;
}
.slide_txt{
	font-size: 20px;
	margin: 30px 0;
}
.services_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_item{
    margin: 6px;
}
li.service_item a {
    background: #f4f9ec;
    border: 1px solid #85c226;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    transition: all .3s;
    height: 100px;
    width: 195px;
	font-weight: bold;
}
li.service_item a:hover{
	transform: scale(0.9);
}
.main_slider .owl-dots{
	position: absolute;
	left: 60px;
	bottom: 15px;
	display: flex;
}
.main_slider .owl-dots .owl-dot{
	width: 25px;
	height: 8px;
	background: #626262;
	margin-right: 10px;
	outline: none;
	border: none;
}
.main_slider .owl-dots .owl-dot.active{
	background: #85c226;
}
.main_block{
	margin: 20px 0;
}
.title_h2, .h2{
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.title_h2:after, .h2:after{
	content: '';
	width: 80px;
	height: 3px;
	background: #85c226;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.h2{
	text-align: left;
}
 .h2:after{
	 left: 40px;
 }
.popup{
	max-width: 300px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    border: 8px solid #85c226;
}
.form_inner_popup input{
	border: 1px solid #85c226;
    background: #f4f9ec;
    width: 100%;
	box-sizing: border-box;
    height: 40px;
    padding-left: 20px;
    margin: 8px auto;
	outline: none;
}
.form_inner_popup input[type='submit']{
	width: 170px;
    border: 2px solid #85c226;
    padding: 10px 0;
    display: block;
    text-align: center;
    transition: all 0.3s;
    background: #fff;
    margin: 20px auto 0;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
}
.form_inner_popup input[type='submit']:hover{
	background: #85c226;
	color: #fff;
}
.hidden-menu-ticker {
	display: none;
}
.btn-menu {
	display: none;
	color: #85c226;
    background-color: #fff;
    padding: 10px 9px;
    cursor: pointer;
    width: 25px;
    border: 2px solid #85c226;
}
.btn-menu span {
	display: block;
    height: 3px;
    background-color: #85c226;
    margin: 5px 0 0;
    transition: all .1s linear .1s;
    position: relative;
}
.btn-menu span.first {
	margin-top: 0;
}
.btn-menu.active span.first {
	-webkit-transform: rotate(45deg);
	top: 8px;
}
.btn-menu.active span.second {
	opacity: 0;
}
.btn-menu.active span.third {
	-webkit-transform: rotate(-45deg);
	top: -8px;
}
/*style page*/
.breadcrumbs{
	background: #ebffcb;
	padding: 2px 0 2px 25px;
	color: #a3a3a3;
	font-size: 12px;
	margin-bottom: 10px;
}
.breadcrumbs .breadcrumbs__separator img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.breadcrumbs a{
	color: #a3a3a3;
	font-size: 12px;
}
.breadcrumbs span:first-child a{
	background: url(img/home.png) no-repeat left;
	padding-left: 15px;
}
.content-page{
	display: flex;
}
.sidebar{
	flex: 0 0 20%;
	margin-right: 10px;
}
.content-block{
	background: #fff;
	padding: 20px 40px;
}
.sidebar > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar > ul > li{
	margin-bottom: 15px;
	background: #fff;
}
.sidebar > ul > li > a{
	display: block;
	font-weight: bold;
	padding: 15px;
	border-bottom: 3px solid #85c226;
}
.sidebar > ul > li > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar > ul > li > ul > li > a{
	display: block;
	padding: 15px;
	border-bottom: 1px solid #c2c2c2;
}
.sidebar > ul > li > ul > li:last-child > a{
	border-bottom: none;
}
.sidebar a{
	transition: all .3s;
}
.sidebar a:hover{
	background: #ebffcb;
}
/**/