* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background-color: #1D9A04;
	font-family: Roboto, sans-serif;
	color: #3F3F3F;
	font-size:16px;
}
italic {
	font-weight: 400;
}
bold, strong {
	font-weight: 700;
}

a {
	color: #31F50A;
	text-decoration:none;
}
a:hover {
	color: #0D7C6E;
	text-decoration:underline;
}

header {
	width:100%;
	margin:auto;
	background-color: #0C4615;
	padding: 60px 20px 120px;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	
}
.logo {
	color: #F7BA9E;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing:-1px;
	font-size:60px;
	text-shadow: 6px 6px 0 #5F6B6A;
	margin: 0 auto;
	width: 1000px;
	text-align:center;	
}
header h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size:22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

main {
	width: 1000px;
	margin: 220px auto 0;
	padding: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #dbdbdb;
	position: relative;
	line-height: 160%;
	display:table;
}
main:after {
	content:"";
	display:table;
	clear:both;
}

footer {
	background: #fff;
	background-color: #0C4615;
	border: 1px solid #dbdbdb;
	border-top-width: 0;
	width: 1000px;
	margin: 0 auto 50px;
	padding: 30px;
        color: #fff;
}

nav {
	margin-bottom:50px;
}


nav ul, nav li {
	list-style: none;
	margin:0;
	padding:0;
}
nav ul {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 6px;
}
nav li {
	margin-bottom: 2px;
}
nav li a {
	display:block;
	line-height: 36px;
	text-indent:14px;
	font-family: 'Roboto Slab', serif;
	font-size:15px;
	background: #f3f3f3;
	position:relative;
	color: #0D7C6E;
	text-decoration: none;
	-webkit-transition: all 0.2s;
      transition: all 0.2s;
}

nav li a:after {
	content:"";
	width: 0;
	height: 0;	
	border-top: 5px solid transparent; 
	border-left: 6px solid #5eafa6; 
	border-bottom: 5px solid transparent; 
	position:absolute;
	bottom:13px;
	right:10px;
	-webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
}

nav li a:hover {
	background: #5eafa6;
	color: #000;
	text-decoration: none;
}
nav li a:hover:after {
	border-left-color: #fff;
}
nav li:last-child {
	margin-bottom:0;
}
aside {
	padding: 30px;
	width: 250px;
	border-right: 1px solid #dbdbdb;
	display:table-cell;
	background-color: #7ED450;


}
article {
	width:749px;
	padding: 30px;
	display:table-cell;
	background-color: #ECF7E7;


}
h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size:22px;
	letter-spacing: -1px;
	color: #000;
	margin-bottom:30px;
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size:20px;
	letter-spacing: -1px;
	color: #000;
	margin-top:50px;
	margin-bottom:30px;
}

figure {
	text-align: center;
	padding:20px;
	margin: 20px 0;
	background:#fff;
	border: 1px solid #dbdbdb;
}
figure img {
	width: 100%;
}
aside figure {
	padding:30px;
	width:310px;
	margin: 10px -30px 30px -30px;
	border-right-width: 0;
	border-left-width: 0;
}

figure.sx {
	width: 50%;
	float:left;
	margin: 10px 30px 20px 0;
}
figure.dx {
	width: 50%;
	float:right;
	margin: 10px 0 20px 30px;
}

.box-899 {
	width: 100%;
	width:310px;
	margin: 10px -30px 30px -30px;
	background:#7ED450;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0 30px 0;
	text-align:center;
	overflow:hidden;
	
}
.box-899 h4, .box-899 a.tel {
	color: #EF138F;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing:-1px;
	font-size:44px;
	text-shadow: 3px 3px 0 #CBF4EF;
	margin:0;
	margin-bottom:4px;
	padding:0;
	line-height:100%;
	text-align:center;	
}

.box-899 a.tel {
	display:none;
}

.box-899 p {
	font-size:14px;
	font-weight:700;
	text-align:center;
	margin:0;
	line-height:100%;
}

.box-899 img {
	width: 84%;
	margin: 10px 0 0;
}

@media (max-width: 999px) {
	main, footer, header h1, .logo {
		width: 100%;
		display:block;
	}
	.box-899 a.tel {
		display:block;
	}
	.box-899 h4.tel {
		display:none;
	}
}

@media (max-width: 700px) {
	main {
		width: 100%;
		display:block;
	}
	aside {
		width:100%;
		display:block;
		border-right-width: 0;
		border-bottom: 1px solid #dbdbdb;
	}
	aside figure, .box-899 {
		margin: 0 20px 20px 0;
		border: 1px solid #dbdbdb;
		float:left;
		
	}
	aside:after {
		content:"";
		display:table;
		clear:both;
	}
	article {
		width:100%;
		display:block;
		
	}
	
	.logo {
		font-size:50px;
	}
	
}

@media (max-width: 500px) {

	.logo {
		font-size:30px;
	}
	
	header h1 {
		font-size:15px;
	}
	
        aside,  article {
               padding-right: 15px;
               padding-left: 15px;
       }


	
	figure.sx, figure.dx {
		text-align: center;
		padding:20px;
		margin: 20px 0;
		width:100%;
		float:none;
	}
	
}

@media (max-width: 360px) {
       .box-899 {
               min-width:280px;
               width: 100%;
       }
}