@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Basil';
  src: url('/fonts/Basil-Regular.eot?#iefix') format('embedded-opentype'),  
  url('/fonts/Basil-Regular.otf')  format('opentype'),
  url('/fonts/Basil-Regular.svg') format('svg'),
  url('/fonts/Basil-Regular.woff') format('woff'), 
  url('/fonts/Basil-Regular.ttf')  format('truetype');

  font-weight: normal;
  font-style: normal;
}
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
img{
	border: none;	
}
a{
	color: #fd7400;
	text-decoration: none;
}
a#mail{
	color: #fd7400;
	text-decoration: underline;
}
html, body{
	height: 100%;
	min-width: 1024px;	
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.clear{
	clear: both;	
}
h2{
	font-family: Basil;
	color: #2097bf;
	font-size: 36pt;
	text-align: center;
	margin: 0;
	padding: 40px 0;
}
.workarea{
	width: 1000px;
	margin: auto;
}
.main{
	min-height: 100%;
}
.header{
	background: #FFF;
    height: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	width: 100%;
	font-weight: 400;
	z-index: 9;
}
.logo{
	float: left;
	width: 250px;
	padding-top: 28px;
}
.top_menu{
	float: right;
}
.top_menu ul{
	margin: 0;
	padding: 0;
}
.top_menu li{
	list-style: none;
	float: left;
}
.top_menu a{
	display: block;
	color: #343F48;
	padding: 36px 5px;
	border-bottom: 7px solid transparent;
	height: 21px;
	margin: 0 5px;
}
.top_menu a:hover{
	border-color: #FD7400;
}
.top_menu li:last-child a{
	background: #F4932D;
	color: #FFF;
	padding: 40px 20px;
	border: none;
	height: 20px;
}
.top_menu li:last-child a:hover{
	background: #f3a730;
}
.top_menu a.selected{
	border-color: #FD7400;
}
.top_menu li:last-child a.selected{
	background: #f3a730;
}
.top_menu ul li.root:hover {
	background: rgb(250,250,250);	
}
.top_menu ul li ul{
	position: absolute;
	background: rgb(246,246,246) ;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: none;
}

.top_menu ul li:hover ul {
	display: block;
}
.top_menu ul li ul li:last-child {
	display: none;
}

.banner{

}
.banner .title_banner{
	font-size: 57px;
	font-family: Basil;
	margin: 30px 0;
}
.banner .text_banner{
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
}
.buttons_banner{
	position: absolute;
	width: 341px;
	left: 50%;
	margin-top: -80px;
	margin-left: -170px;
}
.introducing{
	height: 615px;	
	background: #f6f5f4 url(/images/introducing.png) bottom center no-repeat;
	padding: 1px 0;
}
.content_introducing{
	width: 55%;
	float: right;
}
.features{
	background-color: #ebe9e6;
	height: 810px;
}
.features_line{
	background: url(/images/features_line.png);
	height: 2px;
	width: 485px;
	margin: auto;
}
.features_block{
	width: 400px;
	float: left;
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 2;
}
.features_block:nth-child(even){
	padding-right: 200px
}
.features_title{
	font-weight: 700;
	font-size: 18px;
}
.features_block img{
	float: left;
	margin-right: 30px;
}
.use_title{
	background-color: #f6f4f3;
	height: 220px;
	font-size: 24px;
}
.use_title_b{
	border-bottom: 1px solid #fd7400;
	height: 69px;
}
.use_title_b .b_for{
	float: left;
	cursor: pointer;
	height: 33px;
	width: 240px;
	padding: 0 5px;
	font-weight: 400;
}
.use_title_b .use-select{
	color: #FD7400;
}
.title_line{
	width: 180px;
	height: 5px;
	background-color: #FD7400;
	margin-top: 31px;
}
.use_content{
	background-color: #FCFCFB;
	height: 370px;
	padding: 30px 0;
	line-height: 2;
}
.use_content_text{
	height: 370px;
	overflow: hidden;
}
.content_line{
	width: 4000px;
}
.use_content .content_block{
	height: 370px;
	width: 1000px;
	float: left;
}
.use_content ul{
	list-style-image: url(/images/point.png);
	margin: 0;
	padding: 0;
}
.use_content .picture{
	width: 270px;
	height: 270px;
	border-radius: 140px;
	overflow: hidden;
	float: left;
	margin: 20px 60px 20px 0;
}
.users_say{
	background: #27a7d2;
	height: 700px;
}
.user_says_line{
	height: 2px;
	width: 484px;
	background: url(/images/user_says_line.png);
	margin: 40px auto;
}
.users_say h2{
	color: #fff;	
}
.say_block{
	width: 300px;
	float: left;
	margin-right: 50px;
}
.users_say .comment_block{
	background: url(/images/kav1.png) no-repeat 2% 5%, #FFF url(/images/kav2.png) no-repeat 98% 93%;
	padding: 25px;
	border-radius: 3px;
}
.users_say .comment_text{
	height: 220px;
	overflow: hidden;
	text-align: justify;
}
@-moz-document url-prefix() {
	 .users_say .comment_text{height: 238px;}
}

.users_say .user_block{
	background: #209bca url(/images/user_says.png) no-repeat 12% top;
	padding: 20px 10px;
	border-radius: 0 0 3px 3px;
	color: #FFF;
	height: 80px;
	font-size: 13px;
}
.users_say .photo_user{
	width: 70px;
	height: 70px;
	border-radius: 40px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.users_say .name_user{
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 18px;
}

.hfooter{
	height: 350px;
	clear: both;
}
.footer{
	background-color: #273643;
	height: 350px;
	margin-top: -350px;
	color: #FFF;
}
.title_footer{
	background-color: #2a3946;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	font-family: Basil;
}
.title_footer .footer_block{
	padding-top: 38px;
}
.content_footer{
	font-size: 13px;
}
.content_footer .footer_block{
	padding: 30px 0;
	line-height: 2.5;
}
.footer_block{
	float: left;
	width: 220px;
	margin-right: 30px;
}
.footer_icon{
	background-image: url(/images/footer_icon.png);
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.phone{
	background-position: top;
}
.mail{
	background-position: center;
}
.adds{
	background-position: bottom;
}
.footer_block a{
	color: #FFF;
}
.footer_block a:hover{
	color: #fd7400;
}
.try_it{
	display: block;
	width: 158px;
	height: 40px;
	background: url(/images/try_it.png);
	cursor: pointer;
}
.try_it:hover{
	background-position: center;
}
.learn_more{
	display: block;
	width: 158px;
	height: 40px;
	background: url(/images/learn_more.png);
	float: left;
	margin-right: 25px;
	cursor: pointer;
}
.learn_more:hover{
	background-position: center;
}
.copyright{
	color: #8c97a0;	
}
.content{
	padding-top: 100px;
	background-color: #fcfcfb;
	color: #30373c;
}
.reg-form, .login-form{
	width: 600px;
	padding: 50px;
	margin: 0 auto 20px;
	border: 1px solid #efeeed;
}
.feedback-form{
	width: 360px;
	padding: 50px;
	margin: 0 auto 20px;
	border: 1px solid #efeeed;
}
.question_account{
	margin-top: 30px;
	font-size: 24px;
	font-weight: 600;
}
.sign_up_now{
	float: right; 
	margin-top: 35px;
	font-weight: 400;
}
.reg-form input[type="text"], .reg-form input[type="password"], .reg-form input[type="email"], .login-form input[type="text"], 
.login-form input[type="password"], .login-form select,
.feedback-form input[type="text"], .feedback-form input[type="password"], .feedback-form input[type="email"], .feedback-form textarea
{
	width: 560px;
	border: 1px solid #cbc8c8;
	border-radius: 2px;
	padding: 16px 20px;
	margin: 10px 0;
}
.feedback-form input[type="text"], .feedback-form input[type="password"], .feedback-form input[type="email"], .feedback-form textarea
{
	width: 320px;
}
.feedback-form input[type="submit"]
{
	width: 100%;
	background: #F90;
	color: white;
	padding: 20px;
	border: none;
	cursor: pointer;
	display: block;
}
.login-form select{
	width: 600px;
}
.agree, .keep-me{
	font-weight: 400;
	padding: 10px 0;
}
.agree input[type="checkbox"], .keep-me input[type="checkbox"]{
	margin: 0 10px 0 0;
	cursor: pointer;
}
.keep-me{
	text-align: left;	
}
.keep-me a.forgot{
	float: right;	
}
input[type="submit"]#signUp, input[type="submit"]#login{
	width: 600px;
	height: 50px;
	padding: 0;
	border: 0;
	background: url(/images/sign_up.png);
	cursor: pointer;
	margin-top: 20px;
}
input[type="submit"]#login{
	background: url(/images/login-main.png);
}
input[type="submit"]#signUp:hover, input[type="submit"]#login:hover{
	background-position: bottom;
}
.anchor{
	display: block; 
	height: 100px; 
	position: absolute; 
	margin-top: -100px;
}

.shadow {
	display: none;
	z-index: 998;
	background: radial-gradient(ellipse at center center , rgba(29, 58, 71, 0.75) 0px, #13141C 80%) repeat scroll 0% 0% transparent;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.popupWindow {
	position: fixed;
	z-index: 999;
	display: none;
	left: 50%;
	top: 20%;
	background: white;
	padding: 10px;
	margin-left: -200px;
	width: 400px;
	padding: 20px;
	box-shadow: rgba(255,255,255,0.5) 0px 0px 8px;
	font-size: 24pt;
}
.popupWindow h2{
	font-size: 24pt;
}

.popupWindow .btn-holder a {
	display: block;
	margin: auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: url(/images/sign_up.png);
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
}