html, body {height: 100%;}
.wrapper {position: relative; min-height: 100%;}
body {font-family: 'Open Sans', sans-serif;}
a{color: #ff3f00;} a:hover {color: #e03700;}
.header {background: ; width: 100%; height: auto; color: #293d31; padding-top: 10px;}
.logo {background: url(../images/logo.png); width: 170px; height: 88px; display: block;}
.right {text-align: right;}
.contacts {line-height: 15px; font-size: 13px; margin-top: 28px;}
.contacts a {color:#000000; font-size: 13px; margin-left: 18px; text-decoration: none;}
.navigation {background: #5cb800;}
.lang {margin-bottom: 25px;}
.content {margin-top: 20px; margin-bottom: 15px;  padding-bottom: 135px;}
.footer { position: absolute; left: 0; bottom: 0; min-height: 60px; max-height: auto; height: auto; background: #454545; color: #ffffff; padding-top: 20px; padding-bottom: 20px; width: 100%;}
.slider {
	height: 100%;
}
.logo-footer {background: url(../images/logo-footer.png); width: 162px; height: 84px; display: block;}
.copyright {text-align: right; font-size: 12px; color: #c8c8c8;}
.about { font-size: 13px; color: #c8c8c8;}

.mainmenu {list-style-type: none; margin: 0; padding: 0; margin-top: 15px;}
.mainmenu li {float: left;}
.mainmenu li a {display: block; padding: 13px 18px 13px 18px; text-decoration: none; color: #293d31; font-weight: 600; font-size: 14px; margin-right: 5px;}
.mainmenu li:last-child  {margin-left: 0;}
.mainmenu > .current > a,.mainmenu > .current > a:hover,.mainmenu > .current > a:focus,.mainmenu > li a:hover {background: #098200; color: #ffffff;}

.mainmenu  > li > .nav-child {
	display: none;
	position: absolute;
	
}

.mainmenu > li:hover > .nav-child,
.mainmenu > li:focus > .nav-child {
	margin: 0; padding: 0;
	display: block;
	list-style-type: none;
	margin: 0;
	background: #098200;
	z-index: 100000;
}

.current.item-102 , .item-110 > .current , .item-109 >.current  {
	background: none;
}

.mainmenu > .item-102 a,
.mainmenu > .item-110 a,
.mainmenu > .item-109 a {background: none; color: #293d31;}


.nav-child > li {
	float: none;
	margin: 0;
}

.nav-child  li > a { 
	display: block;
	width: 250px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #0d9e02;
}

.nav-child  li > a:hover > .mainmenu> .parent > a {background: red;}