body {
	background: url(../images/bg.png) center top;
	background: #fff;
}
body,
textarea,
input {
	font-size: 16px;
	font-family: 'Open sans', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
}
h1 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
}
tr + tr h1 {
	padding-top: 30px;
}
td + td {
	padding-left: 10px;
}
tr + tr td {
	padding-top: 15px;
}
td.top {
	vertical-align: top;
}
td.submit {
	text-align: right;
}
input[type='text'],
input[type='email'],
input[type='tel'] {
	height: 30px;
	padding: 0 10px;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
	font-size: 16px;
}
input[type='number'] {
	width: 50px;
	height: 20px;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
	font-size: 16px;
	text-align: right;
}
input[type='text']:focus {
	border-color: #9fc54d;
}
input[type='submit'] {
	padding: 10px 25px;
	border: none;
	border-radius: 3px;
	background: #9fc54d;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
select{
	height: 32px;
	padding: 0 4px;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
	font-size: 16px;
	box-sizing: border-box;
}
label {
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	padding-left: 20px;
	cursor: pointer;
}
label input {
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
	padding: 0;
}
textarea {
	width: 100%;
	height: 75px;
	box-sizing: border-box;
}
sup {
	vertical-align: top;
	font-size: 85%;
}
.introduces {
	width: 100%;
}
.introduces th {
	text-align: left;
}
.introduces input[type='text'],
.introduces input[type='email'] {
	width: 100%;
	box-sizing: border-box;
}
.comment {
	margin-top: 1em;
	padding: 15px 20px;
	border: solid 1px #ddd;
	background: #eee;
}
.center {
	margin: 0 auto;
	position: relative;
	width: 900px;
	box-sizing: border-box;
}
.error {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ed1f27;
	background: #fdc1c4;
}
input[name='hello_bot'] {
	display: none;
}
#header {
	width: 100%;
	height: 150px;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
}
.header-left {
	float: left;
}
.header-right {
	float: left;
	margin-left: 10px;
}
.header-left a,
.header-right a {
	color: #000;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
#logo img,
#logo2 img {
	display: block;
	left: 0px;
	height: 90px;
}
#language {
	position: absolute;
	top: 25px;
	right: 50px;
	text-align: right;
}
/*#back{
		position: absolute;
		right: 50px;
		top:59px;
		color: #000;
		font-size: 13px;
		line-height: 13px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
	}
	*/
#banner {
	display: block;
	margin-bottom: 24px;
	width: 100%;
	background-color: #9fc54d;
	padding: 40px 0;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	box-sizing: border-box;
}
#banner .center {
	/* padding: 0 50px; */
}
#banner span {
	font-size: 16px;
}
#container {
	/* padding: 50px; */
	background: #fff;
}
.loader{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loader.gif) no-repeat center rgba(0,0,0,.5);
	z-index:9;
}
