body{
	font-family: 'Open Sans', Arial;
	font-size:13px;
	color:#747474;
	background-color:#fff;
}

header{
	background:#fbfbfb url(../images/header.jpg) repeat-x scroll 0 0;
	height:205px;
}

.clear{
	clear:both;
}

.wrapper{
	box-sizing: border-box;
	min-height:100%;
}

.content{
	width:960px;
	margin: 0 auto;
}

.logo{
	background: transparent url(../images/header.png) no-repeat scroll 0 0;
	width:659px;
	height:205px;
}

.content .right{
	float:left;
	width:298px;
	border-top: 4px solid #bd4446;
	margin-top: -205px;
	background-color:#fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.16);
}

.content .right .contacts{
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}

.content .right .contacts a{
	color:#747474;
}

.content .right .contacts .email{
	background:transparent url(../images/eta.png) no-repeat scroll 0 center;
	padding-left:25px;
	margin-right: 3px;
}

.content .right .contacts .phone{
	background:transparent url(../images/phone.png) no-repeat scroll 0 center;
	padding-left:20px;
}

.content .right .form{
	padding: 25px;
}

.content .right .form .flag1{
	background:transparent url(../images/flags.png) no-repeat scroll 0 0;
	width: 14px;
	height: 11px;
	float:left;
	margin-left: 6px;
}

.content .right .form .flag2{
	background:transparent url(../images/flags.png) no-repeat scroll -20px 0;
	width: 14px;
	height: 11px;
	float:left;
	margin-left: 6px;
}

.content .right .form .flag3{
	background:transparent url(../images/flags.png) no-repeat scroll -40px 0;
	width: 14px;
	height: 11px;
	float:left;
	margin-left: 6px;
}

.content .right .form .langs{
	float:right;
}

.content .right .form .langs a{
	opacity:0.3;
}

.content .right .form .langs a.active{
	opacity: 1;
}

.content .right .form input[type="text"], .content .right .form input[type="password"]{
	width:100%;
	border: 1px solid #e7e7e7;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.07) inset;
	padding: 7px;
	box-sizing: border-box;
	margin: 5px 0;
}

.content .right .form input.username{
	background: transparent url(../images/person.png) no-repeat scroll 5px 5px;
}

.content .right .form input.password{
	background: transparent url(../images/password.png) no-repeat scroll 5px 5px;
}

.content .right .form input[type="text"]:focus, .content .right .form input[type="text"]:active, .content .right .form input[type="password"]:focus, .content .right .form input[type="password"]:active{
	background: 0 none;
}

.content .right .form input[type="submit"]{
	background-color:#d56562;
	border: 1px solid #a64643;
	box-shadow: 0px 0px 3px #e38886;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding: 7px 0;
	margin: 15px 0 5px 0;
	text-shadow: 1px 1px 1px #a53a37;
}

.content .right .form input[type="submit"]:hover{
	cursor:pointer;
	background-color:#e37b78;
}

.content .right .form .remind{
	text-align:center;
	margin-top: 10px;
}
.content .right .form .remind a{
	color:#d56a67;
}

.services{
	background-color:#f8f8f8;
	margin:0px;
	padding: 25px;
	border-top: 1px solid #e5e5e5;
}

.services li{
	list-style:none;
	padding-left:45px;
	padding-bottom:25px;
	color:#000;
}
.arrow{
	background: transparent url(../images/arrow.png) no-repeat scroll 0 0;
	width:26px;
	height:14px;
	float:left;
	margin-left: 140px;
}
.services li:last-child{
	padding-bottom:0px;
}

.services li.service1{
	background: transparent url(../images/icons.png) no-repeat scroll 0 4px;
}

.services li.service2{
	background: transparent url(../images/icons.png) no-repeat scroll 0 -62px;
}

.services li.service3{
	background: transparent url(../images/icons.png) no-repeat scroll 0 -127px;
}

.services li.service4{
	background: transparent url(../images/icons.png) no-repeat scroll 0 -184px;
}

.content .left{
	float:left;
	width: 659px;
	box-sizing: border-box;
	padding-right:20px;
}

.content .left h1{
	font-size:20px;
	color:#000;
	font-weight:normal;
}

.content .left .text{
	line-height: 24px;
	text-align:justify;
	margin-bottom: 45px;
}

.remind_form{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

footer .content{
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
	margin-top: 20px;
}

footer .content .rights{
	float:left;
	color:#000;
}

footer .content .rights span{
	color:#747474;
}

footer .content .solution{
	float:right;
}

footer .content .solution a{
	color:#d56a67;
}