html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 120%;
	color: #3e3e3e;
	width: 100%;
}

.justify {text-align: justify;}
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.clear { clear: both; margin: 0px; padding: 0px;}

.container {
	margin: 0 auto;
	width: 1200px;
}



.hr {
	margin: 40px 0px 20px 0px;
	border-top: 1px #222 dashed;
}


.header {
	width: 100%;
	height: 670px;
	background: url(/tpl/img/header.jpg) repeat-y #c4c4c4;
	background-position: center;
}


.header .top{
	
}


.header .top .logo{
	width: 289px;
	height: 147px;
	margin-top: 40px;
	margin-left: 100px;
}

.header .text_big {
	margin: -100px 0px 20px 100px;
	
}

.header .text_big {
	color: #fff;
	padding: 5px;
	background-color: rgba( 72, 132, 0, 0.5);
	text-transform: uppercase;
	font-weight: bold;
}

.header .text_big h1{
	font-size: 450%;
	margin: 0px; padding: 0px;
}

.header .text_big h2{
	font-size: 150%;
	margin: 0px; padding: 0px;
}

.header .text {
	
	//font-size: 80%;
	color: #c4c4c4;
	width: 60%;
}


.header .info {
	
	margin-top: 80px;
	//background: url(/tpl/img/header_mobile.png) no-repeat;
	padding-left: 70px;
	
}

.header .info h2 {
	color: #555;
	font-size: 130%;

	font-weight: 100;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px dashed;

	
}

.header .info a {
	font-size: 160%;
	color: #222;
	text-decoration: none;
}

.content {
	
	margin: 80px 0px;
	
}

.content h2 {
	
	//color: #3f67fb;
	font-size: 200%;
	text-transform: uppercase;
	
}

.content .text {
	margin-top: 20px;
	width: calc(50% - 50px);
}

.content .text h2 {
	color: #3d3d3d;
	font-size: 150%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.content .description {
	height: 160px;
}

.content .description h3 {
	
	color: #6ba328;
	font-size: 110%;
	text-transform: uppercase;
	
}


.content .ik_01 {
	background: url(/tpl/img/ik_01.png) no-repeat;
	padding-left: 100px;
}

.content .ik_02 {
	background: url(/tpl/img/ik_02.png) no-repeat;
	padding-left: 100px;
}

.content .ik_03 {
	background: url(/tpl/img/ik_03.png) no-repeat;
	padding-left: 100px;
}

.content .ik_04 {
	background: url(/tpl/img/ik_04.png) no-repeat;
	padding-left: 100px;
}

.content .ik_00 {
	background: url(/tpl/img/ik_00.png) no-repeat;
	padding-left: 100px;
}






.form {
	height: 785px;
	background: url(/tpl/img/form_bg.jpg) repeat-y #94c954;
	background-position: center;
	color: #fff;
	
}

.form h2 {
	color: #fff;
	font-size: 200%;
	text-transform: uppercase;
	padding: 80px 0px 40px 0px;
	
}

.form .form_part {
	width: calc(50% - 30px);
}


.form .form_part input {
	
	padding: 20px;
	width: 100%;
	font-size: 150%;
	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #e5ffc5;
	border: 1px solid #fff;
	
}


.form .form_part input.submit {
	
	padding: 20px;
	width: 100%;
	font-size: 150%;
	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #488400;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	
}

.form .form_part textarea {
	
	resize: none;
	//padding: 20px;
	width: 100%;
	font-size: 150%;
	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	height: 330px;
	border: 1px solid #00b9ee;
}


.form .form_part div {
	margin-top: 20px;
	line-height: 1.8;
}


@media  (max-width : 1024px){

	.container {width:980px;}
	
	.header .text_big h1 {
		font-size: 300%;
	}
	
	.content .description {
		height: 350px;
	}

}

@media  (max-width : 768px){

	.container {width:680px;}
	
	.header .text_big h1 {
		font-size: 300%;
	}
	
	.content .description {
		height: 350px;
	}

}

@media screen and (max-width: 414px) {
	
	

.header .text_big {
	margin: 20px 0px;
	
}

	
	.container {width:300px;}
	
	.header {
		background-image: none;
		background: #94c954;
		
		height: auto;
		padding: 20px 0px;
	}
	
	
	.header .text_big h1 {
		font-size: 300%;
	}
	
	.header .text_big h2 {
		font-size: 100%;
	}
	
	
	
	.header .top .logo{
		margin-top: 20px;
		margin-left: 0px;
	}
	
	
	.header .top .logo {
		width: 100px;
		height: 50px;
		margin-top: 0px;
	}
	
	.header .top .logo img{
		width: 100px;
		height: 50px;
	}

	.header .info {
		font-size: 70%;
		background: none;
		padding-left: 0px;
		margin-top: 0px;
	}
	
.header .info h2, .header .info a {
	color: #fff;
	
}

	
	.header .text {
		
		font-size: 80%;
		color: #fff;
		width: 100%;
		
	}
	
	

	
	
	
	
	
	
.content {
	
	margin: 40px 0px;
	
}
	
	
	.content h2 {
		
		font-size: 130%;
		margin: 0px 0px 20px 0px;
		color: #222;
		text-align: left;
		
	}
	
	.content .text {
		width: 100%;
	}
	
	.content .text h2 {
		font-size: 130%;
		margin: 40px 0px;
		display: none;
	}
	
	.content .description {
		margin-top: 20px;
		height: auto;
	}
	


	.content .ik_01, .content .ik_02, .content .ik_03, .content .ik_04, .content .ik_00 {
		background: none;
		padding-left: 0px;
	}
	
	.form {
		height: auto;
		background: ##94c954;
		background-image: none;
		padding-bottom: 20px;
	}
	
	.form h2 {
		font-size: 150%;
		padding: 40px 0px 0px 0px;
	}

	.form .form_part{
		width: 100%;
		float: left;
	}

	.form .form_part input{
		width: calc(100% - 40px);
	}
	
	.form .form_part input.submit {
		width: 100%;
		float: left;
		font-size: 100%;
	}

}

