/*************main style*************/
select,
input,
textarea { outline:none !important;
}
html,
body {
	min-height: 100%;
	margin:0px;
	padding:0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:13px;
	width: 100%;
	line-height:20px;
	background:#fffcf1;
}
@media (min-width: 1000px) {
	body { overflow-x: hidden;
	}
}
@media (max-width: 1000px) {
	.wrapper { overflow-x: hidden;
	}
}
a {
	color:#3169d8;
	text-decoration:underline;
	outline:none;
}
a:hover {color:#000;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
}
.fleft {float:left;
}
.fright {float:right;
}
p {
	margin:0px;
	padding:0 0 20px;
}
ul {
	padding:0px;
	margin:0px;
}
ul li {margin: 0 0 3px 15px;
}
ol {padding: 0 0 0 21px;
}
sup {
    font-size: 12px;
    line-height: 10px;
}
.wrapper {
	width:100%;
	background:#fff;
    width: 100%;
	position:relative;
} 
.wrap {
	width:970px;
	min-width:970px;
	margin:0px auto;
	*zoom:1;
} 
.text-center {text-align:center;
}
/***/

h1,h2,h3,h4,h5 {
	margin-top:0px;
}
h1,h2 {
	font-size:35px;
	font-weight:normal;
	line-height:40px;
	margin-bottom: 23px;
}
h3 {
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	margin-bottom: 21px;
}
b {font-weight:700;
}
.text-center {
	text-align:center;
}
/*--------------------------------------------------------------

1.index page

--------------------------------------------------------------*/

/***top panel***/
.top_panel {
	min-height:20px;
	padding:18px 0 9px;
	background:#e6e6e6;
	border-bottom:#d6d6d6 solid 1px;
	background: -moz-linear-gradient(top, #f1f1f1, #e6e6e6);
	background: -webkit-linear-gradient(top, #f1f1f1, #e6e6e6);
	background: -o-linear-gradient(top, #f1f1f1, #e6e6e6);
	background: -ms-linear-gradient(top, #f1f1f1, #e6e6e6);
	background: linear-gradient(top, #f1f1f1, #e6e6e6);
	transition:padding 0.1s ease;
	-moz-transition:padding 0.1s ease;
	-webkit-transition:padding 0.1s ease;
}
.top_panel .logo {
	border:none;
	float:left;
	margin:-1px 0 0;
}
.top_panel .logo img {
	border:none;
}
.top_panel .btn-gray {float:right;
}
.top_panel .menu {
	float:right;
	margin:0 61px 0 0;
	padding:6px 0 6px;
}
.top_panel .menu ul li {
	display:inline-block;
	margin:0px 11px 0 14px;
	list-style:none;
}
.top_panel .menu a {
	text-decoration:none;
	border-bottom:#a1b8e4 dashed 1px;
}
#header {
	width:100%;
	left:0px;
	right:0px;
	z-index:300;
}
.is-sticky .top_panel {
	padding: 8px 0 0;
}
.gray_bg {
	background:#e6e6e6;
}

/******btn*****/
.btn {
	border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;
	color:#000;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}
.btn:hover {
	opacity:0.6;
}
.btn-gray {
	padding:5px 15px 6px;
	border:#e2e2e2 solid 1px;
	background:#f9f9f9;
	background: -moz-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -webkit-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -o-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: -ms-linear-gradient(top, #fdfdfd, #f9f9f9);
	background: linear-gradient(top, #fdfdfd, #f9f9f9);
	box-shadow:1px 1px 0 0 rgba(0,0,0,0.15); 
	-webkit-box-shadow:1px 1px 0 0 rgba(0,0,0,0.15); 
}
.btn-yellow {
	border-radius:7px;
	-webkit-border-radius:7px;
	font-size:15px;
	font-weight:bold;
	padding:17px 33px 15px;
	border:#f0c11e solid 2px;
	background:#fbbb19;
	background: -moz-linear-gradient(top, #fdde33, #fbbb19);
	background: -webkit-linear-gradient(top, #fdde33, #fbbb19);
	background: -o-linear-gradient(top, #fdde33, #fbbb19);
	background: -ms-linear-gradient(top, #fdde33, #fbbb19);
	background: linear-gradient(top, #fdde33, #fbbb19);
}
.btn-lg {
	padding:26px 36px 26px;
}

/********video block*********/
.video-block {
	padding:51px 0 79px;
	background:url(../images/first.jpg) no-repeat center top;
	background-size:cover;
}
.video-block h1,
.video-block h2 {
	color:#000;
	font-weight: bold;
	font-size:34px;
}
.video-block .video-wrap {
	float:right;
	margin-right:-11px;
}
.video-block .cont {
	float:left;
	width:412px;
	margin:-4px 0 0;
	font-size:15px;
}
.video-block .cont p {
	padding-bottom:32px;
}
.video-wrap {
	border:#ededed solid 1px;
	padding:10px;
	background:#fff;
}
.video-wrap iframe {display:block;
}

/********advantage********/
.advantage-block {
	border-top:#f1cccc solid 1px;
	border-bottom:#f1cccc solid 1px;
	padding:55px 0 26px;
	margin-bottom:30px;
}
.table_advantage {
	width:100%;
	font-size:15px;
}
.table_advantage td {
	width:33.333%;
}
.table_advantage img {
	float:left;
	margin:0 0 0 -23px;
}
.table_advantage .cont {
	padding:17px 0 0 124px;
}


/********img block*********/
.img-block {
	padding:35px 0 48px;
	margin-bottom:30px;
	border-bottom:#f1cccc solid 1px;
}
.img-block2 {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.img-block .img-wrap {
	float:left;
}
.img-block h1, .img-block h2 {
	margin-bottom:54px;
}
.img-block .img-wrap {
	float:left;
	margin:0 0 0 -129px;
	padding-bottom:25px;
	text-align: right;
    width: 710px;
}
.img-block2 .img-wrap {
	padding-bottom:21px;
}
.img-block .cont {
	float:right;
	width:315px;
	padding:67px 28px 25px 0;
}
.img-block2 .cont {
    padding-top:40px;
}
.img-block .cont .btn {
	max-width:198px;
	margin-top: 27px;
}
.brand-full {
	background:url(../images/brand-full.jpg) no-repeat center top;
	height:160px;
}

/**********savings-block*******/
.savings-block {
	padding:35px 0 60px;
	/*fix style*/
	margin-bottom:0px;
	/*fix style end*/
	background:url(../images/bg/gray_bg.png) repeat-x left bottom;
}
.savings-block h1, .savings-block h2 {
	margin-bottom:46px;
}
.savings-item {
	position:relative;
	width:242px;
	display:inline-block;
	margin: 0 -3px 55px 0;
	vertical-align:top;
}
.savings-item:nth-child(2):before,
.savings-item:nth-child(3):before,
.savings-item:nth-child(4):before {
	content:'';
	position:absolute;
	background:url(../images/savings/plus.png) no-repeat;
	width:33px;
	height:33px;
	top:27%;
	right:-16px;
}
.savings-item:nth-child(4):before {
	background:url(../images/savings/equally.png) no-repeat;
}
.savings-item .title,
.savings-item .price {
	font-weight:bold;
	margin-bottom:22px;
	font-size:15px;
}
.savings-item .price {
	color:#7ac559;
	font-size:25px;
}
.savings-item img {
	margin-bottom:8px;
}
.savings-item p {
	padding:0 40px 0;
}
.savings-item big {
	padding:6px 20px 0;
	display:block;
	font-size:25px;
	line-height:30px;
}

/**********savings-block*******/
.writer-block {
	padding:41px 0 40px;
	margin-bottom:30px;
}
.writer-block h1, .writer-block h2 {
	margin-bottom:49px;
}
.writer-block .cont {
	width:185px;
}
.writer-block .cont span {
	display:block;
	margin-bottom:11px;
	font-weight:bold;
	font-size:15px;
}
.writer-block .cont .item {
	margin-bottom:23px;
}
.writer_cont {
	width:500px;
	margin:-5px auto 0;
	border:#c5c5c5 solid 1px;
	border-bottom:none;	
	border-radius:7px 7px 0 0;
	position:relative;
	min-height: 265px;
}
.writer_cont:before,
.writer_cont:after {
	content:'';
	position:absolute;
	background:url(../images/bg/border-shadow.png) no-repeat left bottom;
	width:1px;
	height:162px; 
	bottom:0px;
}
.writer_cont:after {right:-1px;
}
.writer_cont:before {left:-1px;
}
.writer_cont .company {
	background:url(../images/bg/rad.png) no-repeat 9px 9px;
	padding:4px 20px 5px;
	min-height:20px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
.writer_cont .title_color {
	/*fix style*/
	background:#9fb3c1;
	/*fix style end*/
	color:#fff;
	padding:13px 24px 21px;
	font-size:35px;
	line-height:36px;
	border-top:#c5c5c5 solid 1px;
	margin-bottom:19px;
}
.writer_cont .text_cont {
	padding:0 10px 0 25px;
	overflow:hidden;
}
.writer_cont .text_cont .item {
	margin-bottom:29px;
	overflow: hidden;
}
.writer_cont .text_cont .col_left {
	float:left;
	width:290px;
}
.writer_cont .text_cont .col_right {
	float:right;
	width:145px;
	color:#8b8b8b;
}
.writer_cont .text_cont .col_right span {
	font-size:15px;
	color:#000;
	display:block;
}
.writer-block .brand {
	margin:38px 0 0;
}
.writer-block .brand  h1, .writer-block .brand  h2 {
    margin-bottom: 61px;
}
b.writer {
	background:none;
	display:none;
}
.writer {
	display: inline;
	background:rgba(255,241,184,0.5);
} 


/****************team-block***************/
.team-block {
	background:url(../images/bg/bg-parallax.jpg) repeat center top fixed;
	min-height:200px;
	padding:60px 0 55px;
	margin-bottom:30px;
	position:relative;
}
.item_team  {
	vertical-align:top;
	display:inline-block;
	margin:0 -3px 0 0;
	width:303px;
	padding:0 20px 0 0;
}
.item_team .head {
	overflow:hidden;
	margin-bottom:20px;
}
.item_team .head .img {
	float:left;
	border-radius:150px;
}
.item_team .head .name {
	padding:18px 0 0 92px;
}
.item_team .head .name b {
	display:block;
	font-size:15px;
}
.item_team .cont {
	padding:0 0 0 92px;
	font-size:15px;
	position:relative;
}
.item_team .cont:before {
	content:'';
	position:absolute;
	background:url(../images/bg/quotes.png) no-repeat;
	width:19px;
	height:15px;
	top:1px;
	left:56px;
}



/*********link-block**********/
.link-block {
	padding:35px 0 33px;
}
.link-block  h1, .link-block  h2 {
    margin-bottom: 45px;
}
.link-block .item {
	vertical-align:top;
	display:inline-block;
	margin:0 60px 20px;
	text-align:left;
}
.link-block a {
	font-size:15px;
	text-decoration:none;
	border-bottom:#d6e1f7 solid 1px;
}
.link-block a:hover {
	color:#000;
}
.separator {
	background:url(../images/bg/separator.png) repeat-x;
	height:19px;
	width:100%;
	margin-bottom:40px;
}



/********works-block*************/
.works-block {
	padding:25px 0 16px;
}
.works-block .item {
	vertical-align:top;
	display:inline-block;
	width:180px;
	margin:0 70px 40px;
	text-align:left;
	font-size:15px;	
}
.works-block .item .img {
	width:128px;
	height:128px;
	background:#7ac559;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:16px;
}
.works-block .item .number {
	float:left;
	width:24px;
	text-align:right;
}
.works-block .item .cont {
	padding:0 0 0 28px;
}
.wrap-works-block {
	background:url(../images/bg/works-block-line.png) no-repeat 109px 49px;
}


/**********advantage2-block**************/
.advantage2-block {
	padding:25px 0 30px;
}
.advantage2-block h1, .advantage2-block h2 {
    margin-bottom: 28px;
}
.advantage2-block .table_advantage img {
	margin:0 0 0 22px;
}
.advantage2-block .table_advantage .cont {
	padding-top:25px;
}


/*********start_now*****************/
.start_now {
	/*fix style*/
	background: #fbf1d5;
	/*fix style end*/
	padding:65px 0 60px;
}
.start_now h1, .start_now h2 {
    margin-bottom: 54px;
	color:#d70a0a;
}

/********** press-release-on-news-sites fix style  *******/
.press-release-on-news-sites {
	/*fix style*/
	background: #fbf1d5;
	/*fix style end*/
	padding:65px 0 80px;
}
.press-release-on-news-sites h1, .press-release-on-news-sites h2 {
	margin-bottom: 35px;
	color:#000000;
}
.press-release-on-news-sites span{
	width: 337px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
}
.press-release-on-news-sites .btn{
	margin-top: 77px;
}

/**********press-release-on-news-sites  fix styler end*******/

/*************platform_block*************/
.platform_block {
	padding:65px 0 0;
}
.platform_items {
	padding:31px 0 0;
	margin:0 -30px;
}
.platform_item {
	display:inline-block;
	vertical-align:top;
	width:287px;
	margin:0 25px 13px 26px;
}
.platform_item .cont {
	border:#ccc solid 1px;
	padding:15px 13px 16px;
	text-align:left;
	margin-bottom:22px;
	position:relative;
	background:#fff;
}
.platform_item .cont:before,
.platform_item .cont:after {
	content:'';
	position:absolute;
	height:2px;
	border:#ccc solid 1px;
}
.platform_item .cont:before {
	width:275px;
	bottom:-4px;
	left:50%;
	margin:0 0 0 -138.5px;
}
.platform_item .cont:after {
	width:265px;
	bottom:-7px;
	left:50%;
	margin:0 0 0 -134.5px;
}

/**************banking***************/
.banking {
	border-bottom:#ccc solid 1px;
	border-top:#ccc solid 1px;
	background:#fff;
}
.banking img {
	display:block;
}


/***************footer****************/
.footer {
	background:url(../images/bg/bg_shadow.png) repeat-x left top #fffcf1;
	min-height:50px;
	padding:35px 0 20px;
	line-height:17px;
}
.footer .title {
	font-weight:bold;
	font-size:15px;
	margin-bottom:18px;
}
.footer .title img {
	margin: 0 0 -5px 5px;
}
.footer ul li {
	list-style:none;
	margin:0 0 13px;
}
.footer ul li a {
	text-decoration:none;
	border-bottom: 1px solid #d6e1f7;
}
.footer .col260 {
	margin:0 0 0 71px;
}
.col400 {width:400px;
}
.col185 {width:185px;
}
.col260 {width:260px;
}
.footer .social {
	font-size:11px;
	padding:5px 0;
}
.footer .social img {
	border:none;
}
.footer .social a:hover {
	opacity:0.6;
}
.footer .social span {
	display:block;
	min-width: 35px;
}
.footer .social td {
	padding:0 8px 0 0;
}


.how-much-list {
	font-size: 0;
	margin-top: -15px;
}

.how-much-list .item {
	display: inline-block;
	box-sizing:border-box;
	position: relative;
	vertical-align: middle;
}
.how-much-list .item p {
	padding: 10px 0 10px 0;
	font-size: 13px;
	line-height: 20px;
	position: relative;
}
.how-much-list .item p.no-line:before {
	display: none;
}
.how-much-list .item p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 1px;
	width: 225px;
	background: #e0e0e0;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.how-much-list .item.business {
	padding: 55px 0 25px 0;
	border-radius: 4px;
	width: 348px;
	border: solid #c5c5c5;
	border-width: 0 1px 1px 1px;
	box-shadow: 0 3px 30px 8px #efeeec;
}
.how-much-list .item.business:before {
	content: '';
	position: absolute;
	height: 20px;
	top: 0;
	left: -1px;
	right: -1px;
	background: #7ac559;
	border-radius: 4px 4px 0 0;
}
.how-much-list .item.business .title {
	padding-bottom: 37px;
}
.how-much-list .item.business .price {
	padding: 18px 0 21px 0;
	margin-bottom: 16px;
	font-size: 36px;
	color: #7ac559;
	font-weight: 300;
	border: solid #e0e0e0;
	border-width: 1px 0;
}
.how-much-list .item .title {
	font-size: 26px;
	font-weight: 300;
}
.how-much-list .item.econom {
	padding: 45px 0 15px 0;
	width: 324px;
	border-bottom: 1px solid #c5c5c5;
}
.how-much-list .item.econom:before {
	content: '';
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
	background: #e0e0e0;
}
.how-much-list .item.econom .title {
	padding-bottom: 37px;
}
.how-much-list .item.econom .price {text-align: center;}
.how-much-list .item.econom .price span {
	padding: 18px 10px 21px;
	min-width: 114px;
	margin:0 auto 16px auto;
	font-size: 36px;
	color: #7ac559;
	font-weight: 300;
	border:1px solid #e0e0e0;
	display: inline-block;
}
.how-much-list .item.garant {
	padding: 45px 0 15px 0;
	width: 294px;
	border: solid #c5c5c5;
	border-width: 0 1px 1px 1px;
	border-radius:0 4px 0 0;
	overflow: hidden;

}
.how-much-list .item.garant:before {
	content: '';
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
	background: #c5c5c5;
	
}
.how-much-list .item.garant .title {
	padding-bottom: 37px;
}
.how-much-list .item.garant .price {text-align: center;}
.how-much-list .item.garant .price span {
	padding: 18px 10px 21px;
	min-width: 114px;
	margin:0 auto 16px auto;
	font-size: 36px;
	color: #7ac559;
	font-weight: 300;
	border:1px solid #e0e0e0;
	display: inline-block;
}
.title-wrap {
	display: inline-block;
}

.slider{position: relative;box-sizing: content-box;padding: 80px 0 30px;}
.sp-slides{position: relative;}
.sp-mask{position: relative;overflow: hidden;}
.sp-slides-container {position: relative;}
.sp-slide {position: absolute;}
.sp-image-container {overflow: hidden;}
.sp-image {
    border: medium none;
    display: block;
    position: relative;
}
.sp-layer {position: absolute;top: 0;}
.sp-image {
    border: medium none;
    display: block;
    margin: 0 80px 0 90px !important;
    position: relative;
    width: 263px !important;
}
.sp-layer.text2 {
    font-size: 15px;
    left: 43% !important;
    top: 44% !important;
}
.sp-layer.text1 {
    display: block;
    font-size: 35px;
    left: 43% !important;
    line-height: 45px;
    top: 15% !important;
    width: 500px;
}
.sp-layer.text2 span {
    display: block;
    height: 40px;
    line-height: 20px;
    color: #414141;
}
.sp-buttons {
    bottom: 9%;
    position: absolute;
    right: 34%;
}
.sp-button {
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin-right: 15px;
    width: 12px;
	cursor: pointer;
}
.sp-selected-button{background-color: #c5c5c5}



/*************css3 eff**************/
.footer .social a,
.btn,
.ss,
.ss span {
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;	
}
a {
	transition:color 0.4s ease, border 0.4s ease;
	-moz-transition:color 0.4s ease, border 0.4s ease;
	-webkit-transition:color 0.4s ease, border 0.4s ease;	
}
/***/