.page-title {
	background: #e8e8e8;
	padding: 60px 0;
}
.page-title h1 {
	
	color: #454545;
	font-size: 65px;
	text-align: center;
}
.page-title h1 span {
	display: block;
	color: #454545;
	font-size: 26px;
	font-weight: 400;
	font-family: 'Open Sans';
}
.upper-fold-txt {
	display: block;
	padding: 62px 0 00 0;
	position: relative;
}
.left {
	float: left;
	width: 530px;
}
.yellow-tip {
	background: #fff1d6;
	border: solid 1px #ffdfa3;
	border-radius: 8px;
	padding: 15px 40px;
	text-align: center;
}
.yellow-tip h3 {
	color: #454d59;
	font-size: 25px;
	font-family: 'helveticaneuecyrmedium';
}
.yellow-tip h4 {
	color: #de5235;
	font-size: 43px;
	padding: 5px 0;
	font-family: 'helveticaneuecyrmedium';
}
.yellow-tip p {
	color: #454d59;
	font-size: 17px;
}
.normal-txt {
	padding: 35px 0;
}
.normal-txt h3 {
	color: #454545;
	font-size: 26px;
	
	margin-bottom: 35px;
}
.normal-txt li {
	color: #454545;
	font-size: 16px;
	padding: 4px 0;
	margin-bottom: 20px;
	line-height: 1.2;
}
.normal-txt li strong {
	font-weight: 600;
}
.bad-online-form {
	position: absolute;
	right: 0;
	width: 439px;
	background: #f2f2f2;
	border: solid 1px #e3e3e3;
	border-radius: 8px;
}
.lighting-arrow {
	width: 71px;
	height: 63px;
	background: #de5235;
	position: absolute;
	left: -71px;
	top: 46px;
	border-radius: 8px 0px 0 8px;
}
.lighting-arrow span {
	background: url(../../img2/arrow-animation.png) no-repeat center center;
	background-size: 80% auto;
	width: 43px;
	height: 63px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.form-title {
	background: #e8e8e8;
	border-bottom: solid 1px #d1d1d1;
	padding: 30px;
	color: #454545;
	font-size: 26px;
	
	line-height: 1.2;
}
.bad-online-form form {
	padding: 30px;
	border-top: solid 1px #fff;
}
.bad-online-form form p {
	color: #505050;
	font-size: 15px;
	padding: 0 0 30px 0;
}
.bad-online-form form input[type="text"], .bad-online-form form textarea {
	font-family: 'Open Sans';
	background: #fff;
	height: 40px;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	border: solid 1px #d1d1d1;
	border-radius: 3px;
	color: #505050;
	padding: 0 10px;
	margin-top: 30px;
}
.bad-online-form form textarea {
	height: 230px;
}
 

.bad-online-form form .security_input{width: 152px;
	display: inline-block;
	vertical-align: top;
	margin:25PX 0 0 0; 
 }
 .bad-online-form form input[type="text"].security-code{ margin:0; height:35px;}
	
	
.captch-img, .refresh {
	display: inline-block;
	vertical-align: middle;margin-top:25px;
}



.bad-online-form form .captch-img #security_image{ margin:0 7px 0 5px;}

.bad-online-form form input[type="text"].nomargin{ margin:0px;}
.bad-online-form form input[type="submit"] {
	border-radius: 3px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	background: #5980ab;
	border: none;
	font-family: 'Open Sans';
	cursor: pointer;
	height: 40px; margin-top:25px;
}
.bad-online-form form label.error{ font-size:14px;}
.success-bar {
	background: #de5235;
	padding: 44px 0;
}
.reputation {
	width: 530px;
}
.success-bar h3 {
	color: #fff;
	font-size: 29px;
	
	margin-bottom: 20px;
	line-height: 1;
}
.success-bar li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 400;
	width: 32%;
	margin: 7px 0;
	padding: 0 0 0 16px;
}
.success-bar li:before {
	background: url(../../img2/bullet-flower.png) no-repeat 0 0;
	width: 8px;
	position: absolute;
	top: 2px;
	left: 0px;
	height: 12px;
	display: block;
	content: "";
}
.gurantee-bar {
	padding: 40px 0;
	background: #f2f2f2;
	display: block;
}
.gurantee-pic {
	float: left;
	margin-right: 22px;
}
.gurantee-bar h2 {
	padding: 15px 0 15px 0;
	color: #454d59;
	font-size: 38px;
	font-family: 'helveticaneuecyrmedium';
}
.gurantee-bar h2 span {
	font-size: 65px;
}
.gurantee-bar p {
	color: #505050;
	font-size: 16px;
}
.join-bar {
	padding: 40px 0;
}
.join-bar h3 {
	color: #454545;
	font-size: 36px;
	
	padding: 0px 0 35px 0;
	text-align: center;
}
.tbl-cells {
	font-size: 0;
}
.tbl-cells .cells {
	border: solid 3px #e8e8e8;
	border-radius: 8px;
	padding: 22px;
	margin: 0 0 0 1.7%;
	width: 32%;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.tbl-cells .cells:first-child {
	margin-left: 0px;
}
.tbl-cells .cells h4 {
	color: #454545;
	font-size: 29px;
	border-bottom: solid 1px #c7c7c7;
	font-weight: 400;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}
.tbl-cells .cells.one {
	background: url(../../img2/build.png) no-repeat 80% bottom;
}
.tbl-cells .cells.two {
	background: url(../../img2/repair.png) no-repeat 80% bottom;
}
.tbl-cells .cells.three {
	background: url(../../img2/moniter.png) no-repeat 80% bottom;
}
.tbl-cells .cells li {
	color: #505050;
	font-size: 16px;
	margin: 13px 0;
	position: relative;
	padding: 0 0 0 16px;
}
.tbl-cells .cells li:before {
	background: url(../../img2/bullet-flower-gray.png) no-repeat 0 0;
	width: 8px;
	position: absolute;
	top: 2px;
	left: 0px;
	height: 12px;
	display: block;
	content: "";
}
.cta-bottom {
	background: #f0efee;
	padding: 38px 0;
}
.cta-bottom h3 {
	width: 75%;
	vertical-align: top;
	color: #3b4244;
	font-size: 32px;
	
	display: table-cell;
}
.cta-bottom h3 span {
	font-family: 'helveticaneuecyrbold';
	display: block;
}
.cta-bottom a.btn-theme {
	vertical-align: middle;
	display: table-cell;
	font-size: 28px;
}

@media screen and (max-width: 800px) {
.page-title {
	padding: 30px 0;
}
.page-title h1 {
	font-size: 45px;
}
.upper-fold-txt {
	padding: 30px 0 0;
}
.left {
	float: none;
	width: auto;
}
.bad-online-form {
	position: relative;
	right: 0;
	width: auto;
	margin-bottom:30px;
}
.lighting-arrow {
	display: none;
}
.form-title {
	padding: 15px;
}
.bad-online-form form {
	padding: 15px;
}
.bad-online-form form input.captcha{ display:block; width:100%;}
.bad-online-form form input[type="submit"]{ margin-top:30px;}

.reputation {
    width: auto;
}
.success-bar li{ width:48%;}
.gurantee-pic {
    float: none;
    margin: 0 auto;
}
.tbl-cells .cells{ margin:10px auto; float:none; display: block; width:auto;}
.cta-bottom h3{ display:block; width: auto;}
.cta-bottom a.btn-theme{ display:block; width:auto; margin-top:10px;}
}

@media only screen and (min-width : 801px) and (max-width : 1024px) {
}
