*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-4{
	padding-left: 4px;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-right-5{
	padding-right: 5px;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {color: #959595; opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



body{
	font-family: 'DIN Pro';
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: #212121;
	background: #fff;
    overflow-x: hidden;	
}

.svgs img{
	display: block;
	width: 150px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-box{
	position: relative;
	padding: 20px 0;
}
.header-box:after{
	content: '';
	display: table;
	clear: both;
}
.header-logo {
    float: left;
    padding-top: 3px;
}
.header-logo > img{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 40px;
}
.header-logo > span{
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 22px;
	color: #212121;
}
.header-right{
	float: right;
}
.header-right > div{
	display: inline-block;
	vertical-align: bottom;
}
.header-ph-em{
	margin-right: 25px;
	padding-top: 8px;
}
.header-ph-em > div{
	text-align: right;
}
.header-ph-em > div:first-child > a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #212121;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.header-ph-em > div:first-child > a:hover{
	opacity: 0.7;
}	

.header-ph-em > div:last-child > a{
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #ff4f00;
	text-decoration: underline;
	-webkit-transition: text-decoration-color .3s;
    -moz-transition: text-decoration-color .3s;
    -o-transition: text-decoration-color .3s;
    transition: text-decoration-color .3s;
}
.header-ph-em > div:last-child > a:hover{
	text-decoration-color: transparent;
}	

a.link-btn{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	background: #ff4f00;
	border-radius: 7px;
	padding: 15px 27px;
	-webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
a.link-btn:hover{
	-webkit-box-shadow: 0 0 20px 0 rgba(255,79,0,0.3);
	box-shadow: 0 0 20px 0 rgba(255,79,0,0.3);
}	



@media (max-width: 1199px){


}

@media (max-width: 991px){

	.header-logo > img {
	    margin-right: 15px;
	    height: 36px;
	}
	.header-logo > span {
	    font-size: 16px;
	    line-height: 20px;
	}
	.header-ph-em {
	    margin-right: 15px;
	    padding-top: 4px;
	}
	.header-ph-em > div:first-child > a {
	    font-size: 18px;
	    line-height: 22px;
	}
	.header-ph-em > div:last-child > a {
	    font-size: 16px;
	    line-height: 16px;
	}
	a.link-btn {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 12px 25px;
	}

	.header-logo {
	    padding-top: 4px;
	}



}

@media (max-width: 767px){

	.header-logo > img{
		display: block;
		margin-right: 0;
	    height: 36px;
	    margin-bottom: 13px;
	}
	.header-logo > span{
		display: block;
		font-size: 13px;
	    line-height: 17px;
	}
	.header-right > div {
	    display: block;
	}
	.header-box {
	    position: relative;
	    padding: 15px 0;
	}
	.header-ph-em {
	    margin-right: 0;
	    margin-bottom: 7px;
	}
	.header-ph-em > div:first-child > a {
	    font-size: 16px;
	    line-height: 20px;
	}
	.header-ph-em > div:last-child > a {
	    font-size: 16px;
	    line-height: 22px;
	}
	a.link-btn {
	    font-size: 13px;
	    line-height: 18px;
	    padding: 10px 10px;
	}



}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-1~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.b-1{
	background: url(../img/b-1-bg.jpg) no-repeat center center;
	background-size: cover;
}
.b-1-box{
	padding: 167px 0;
}
.b-1-title{
	font-size: 58px;
	line-height: 62px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-bottom: 65px;
}
.b-1-title:after{
	content: '';
	width: 98px;
	height: 3px;
	background: #ff4f00;
	position: absolute;
	left: 0;
	bottom: -30px;
}	
.b-1-title span{
	display: block;
	font-size: 46px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	padding-top: 10px;
}	
.b-1-title-sub{
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 40px;
}
.btn-connect{
	text-align: center;
}
.b-1 .btn-connect{
	text-align: left;
}
.btn-connect > a{
	display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #ff4f00;
    border-radius: 7px;
    padding: 19px 65px;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;	
}
.btn-connect > a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255,79,0,0.3);
    box-shadow: 0 0 20px 0 rgba(255,79,0,0.3);
}




@media (max-width: 1199px){




}


@media (max-width: 991px){

}


@media (max-width: 767px){

	.b-1-box {
	    padding: 90px 0;
	}
	.b-1-title {
	    font-size: 32px;
	    line-height: 36px;
	    margin-bottom: 47px;
	}
	.b-1-title span {
	    font-size: 28px;
	    line-height: 32px;
	    padding-top: 10px;
	}
	.b-1-title:after {
	    bottom: -25px;
	}
	.b-1-title-sub {
	    font-size: 17px;
	    line-height: 21px;
	    color: #fff;
	    margin-bottom: 30px;
	}
	.btn-connect > a {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 15px 35px;
	}    

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-2~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2{
	background: #f1f3f6;
	padding: 65px 0;
}
.title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #212121;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.title:after{
	content: '';
	width: 70px;
	height: 2px;
	background: #ff4f00;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -27px;
}
.title-sub{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #212121;
	text-align: center;
	margin-bottom: 35px;
}
.b-2-box{
	position: relative;
	margin: 0 -15px;
}
.b-2-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-2-box > div{
	float: left;
	width: 25%;
	padding: 15px;
}
.b-2-item{
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: 240px;
}

.b-2-item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(38,47,72,0.86);
	background: -moz-linear-gradient(45deg, rgba(38,47,72,0.86) 0%, rgba(32,34,39,0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(38,47,72,0.86)), color-stop(100%, rgba(32,34,39,0)));
	background: -webkit-linear-gradient(45deg, rgba(38,47,72,0.86) 0%, rgba(32,34,39,0) 100%);
	background: -o-linear-gradient(45deg, rgba(38,47,72,0.86) 0%, rgba(32,34,39,0) 100%);
	background: -ms-linear-gradient(45deg, rgba(38,47,72,0.86) 0%, rgba(32,34,39,0) 100%);
	background: linear-gradient(45deg, rgba(38,47,72,0.86) 0%, rgba(32,34,39,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262f48', endColorstr='#202227', GradientType=1 );
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.b-2-item:hover:before, .b-2-item.hover:before{
	opacity: 0;
}	

.b-2-item:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgba(255,81,0,0.86);
	background: -moz-linear-gradient(45deg, rgba(255,81,0,0.86) 0%, rgba(255,81,0,0.86) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,81,0,0.86)), color-stop(100%, rgba(255,81,0,0.86)));
	background: -webkit-linear-gradient(45deg, rgba(255,81,0,0.86) 0%, rgba(255,81,0,0.86) 100%);
	background: -o-linear-gradient(45deg, rgba(255,81,0,0.86) 0%, rgba(255,81,0,0.86) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,81,0,0.86) 0%, rgba(255,81,0,0.86) 100%);
	background: linear-gradient(45deg, rgba(255,81,0,0.86) 0%, rgba(255,81,0,0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5100', endColorstr='#ff5100', GradientType=1 );
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;

}
.b-2-item:hover:after, .b-2-item.hover:after{
	opacity: 1;
}



.b-2-item > img{
	display: block;	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-2-item > div{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	padding: 0 20px;
	margin-top: -45px;
	-webkit-transition: top .3s;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}
.b-2-item:hover > div, .b-2-item.hover > div {
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-2-item > div > span{
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.b-2-item:hover > div > span, .b-2-item.hover > div > span{
	margin-bottom: 10px;
}	
.b-2-item > div > ul{
	margin-bottom: 0;
	list-style: none;
}	
.b-2-item > div > ul > li{
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}	


@media (max-width: 1199px){

	.b-2-box > div {
	    float: left;
	    width: 50%;
	    padding: 15px;
	}


}


@media (max-width: 991px){

}


@media (max-width: 767px){

	.b-2 {
	    padding: 40px 0;
	}	
	.title {
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 40px;
	}
	.title:after {
	    bottom: -20px;
	}
	.title-sub {
	    font-size: 18px;
	    line-height: 22px;
	    margin-bottom: 25px;
	}

	.b-2-box {
	    position: relative;
	    margin: 0 -8px;
	}
	.b-2-box > div {
	    float: left;
	    width: 50%;
	    padding: 8px;
	}

}

@media (max-width: 580px){

	.b-2-box {
	    position: relative;
	    margin: 0px;
	}
	.b-2-box > div {
	    float: none;
	    width: 100%;
	    padding: 8px 0;
	}

}	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-3~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-3{
	padding-top: 70px;
	padding-bottom: 0px;
}
.b-3 .title{
	margin-bottom: 60px;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0;
    width: 16.6666%;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding: 0px 15px;
    padding-bottom: 20px;
    background-color: #f1f3f6;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #ff4f00;
    border: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #ff4f00;
}
.nav-tabs > li:first-child > a {
	border-radius: 4px 0px 0px 4px;
}	
.nav-tabs > li:last-child > a {
	border-radius: 0px 4px 4px 0px;
}
.nav-tabs > li > a:hover > .tab-ic img, .nav-tabs > li.active > a:hover > .tab-ic img, .nav-tabs > li.active > a > .tab-ic img{
	filter: invert(50%) sepia(63%) saturate(2584%) hue-rotate(326deg) brightness(258%) contrast(161%);
}
.nav-tabs > li > a > .tab-ic img{
	display: inline-block;
	vertical-align: middle;
	max-height: 62px;
}	
.nav-tabs > li > a > .tab-ic{
	text-align: center;
	height: 110px;
	line-height: 110px;
}
.nav-tabs > li > a > span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.nav-tabs > li.active > a > span, .nav-tabs > li.active > a:hover > span, .nav-tabs > li > a:hover > span{
	color: #fff;
}	



.tab-pane{
	position: relative;
}
.tab-pane:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(38,47,72,0.35);
	background: -moz-linear-gradient(left, rgba(38,47,72,0.35) 0%, rgba(32,34,39,0.35) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,47,72,0.35)), color-stop(100%, rgba(32,34,39,0.35)));
	background: -webkit-linear-gradient(left, rgba(38,47,72,0.35) 0%, rgba(32,34,39,0.35) 100%);
	background: -o-linear-gradient(left, rgba(38,47,72,0.35) 0%, rgba(32,34,39,0.35) 100%);
	background: -ms-linear-gradient(left, rgba(38,47,72,0.35) 0%, rgba(32,34,39,0.35) 100%);
	background: linear-gradient(to right, rgba(38,47,72,0.35) 0%, rgba(32,34,39,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262f48', endColorstr='#202227', GradientType=1 );
}
.tabs-t{
	display: table;
	width: 100%;
	height: 500px;
}
.tabs-tc{
	display: table-cell;
	vertical-align: middle;
}
.tabs-title{
	font-size: 46px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.tabs-text{
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	text-align: center;	
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.b-3 .container {
    width: 100%;
}
.b-3 .col-xs-12 {
    padding: 0;
}

@media (max-width: 1199px){

	.nav-tabs > li > a > span {
	    font-size: 13px;
	    line-height: 21px;
	}  
	.nav-tabs > li > a{
		padding: 0 15px;
		padding-bottom: 15px;
	}  


}


@media (max-width: 991px){

	.nav-tabs > li > a > span {
	    font-size: 11px;
	    line-height: 19px;
	}
	.nav-tabs > li > a > .tab-ic img {
	    display: inline-block;
	    vertical-align: middle;
	    max-height: 52px;
	}
	.nav-tabs > li > a {
	    padding: 0 10px;
	    padding-bottom: 15px;
	}
	.nav-tabs > li > a > .tab-ic {
	    text-align: center;
	    height: 90px;
	    line-height: 90px;
	}
	.tabs-t {
	    display: table;
	    width: 100%;
	    height: 440px;
	}

}


@media (max-width: 767px){

	.b-3 .title{
		margin-bottom: 50px;
	}
	.nav-tabs > li {
	    float: left;
	    margin-bottom: 0;
	    width: 50%;
	}
	.nav-tabs > li:first-child > a {
	    border-radius: 4px 0px 0px 0px;
	}
	.nav-tabs > li:nth-child(2) > a {
	    border-radius: 0px 4px 0px 0px;
	}
	.nav-tabs > li:nth-child(5) > a {
	    border-radius: 0px 0px 0px 4px;
	}
	.nav-tabs > li:last-child > a {
	    border-radius: 0px 0px 4px 0px;
	}
	.nav-tabs > li > a > span {
	    font-size: 12px;
	    line-height: 18px;
	}
	.nav-tabs > li > a > .tab-ic {
	    text-align: center;
	    height: 70px;
	    line-height: 70px;
	}
	.nav-tabs > li > a > .tab-ic img {
	    display: inline-block;
	    vertical-align: middle;
	    max-height: 42px;
	}
	.tabs-title {
	    font-size: 28px;
	    line-height: 32px;
	    margin-bottom: 10px;
	}
	.tabs-text {
	    font-size: 18px;
	    line-height: 24px;
	}
	.tabs-t {
	    display: table;
	    width: 100%;
	    height: 300px;
	}

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-4~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-4{
	background: #f1f3f6;
	padding-top: 65px;
	padding-bottom: 85px;
}
.b-4-t{
	display: table;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 60px;
}
.b-4-tc{
	display: table-cell;
	vertical-align: middle;
}
.b-4-t > .b-4-tc:first-child{
	padding-right: 15px;
	width: 58%;
}
.b-4-t > .b-4-tc:last-child{
	padding-left: 15px;
	width: 42%;
	text-align: right; 
}

.b-4-tc > ul{
	list-style: none;
	margin-bottom: 0;
}
.b-4-tc > ul > li{
	font-size: 19px;
	line-height: 24px;
	font-weight: 400;
	color: #212121;
	position: relative;
	padding-left: 14px;
	margin: 12px 0;
}	
.b-4-tc > ul > li:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #ff4f00;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}	


@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){

	.b-4 {
	    background: #f1f3f6;
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.b-4-t {
	    display: block;
	    width: 100%;
	    padding-top: 0px;
	    margin-bottom: 30px;
	}
	.b-4-tc {
	    display: block;
	    width: 100%;
	}
	.b-4-t > .b-4-tc:first-child{
		padding-right: 0px;
		margin-bottom: 30px;
		width: 100%;
	}
	.b-4-t > .b-4-tc:last-child{
		padding-left: 0px;
		width: 100%;
	}
	.b-4-t > .b-4-tc:last-child > img{
		display: block;
		margin: 0 auto;
	}	
	.b-4-tc > ul > li {
	    font-size: 17px;
	    line-height: 22px;
	    padding-left: 14px;
	    margin: 12px 0;
	}	
	.b-4-tc > ul > li:before {
	    top: 8px;
	}	

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-5~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-5{
	padding-top: 70px;
	padding-bottom: 0px;
}
.b-5 .title{
	margin-bottom: 60px;
}
.b-5 .nav-tabs > li {
    width: 20%;
}

.b-5-after .tabs-tc > ul{
	list-style: none;
	margin-bottom: 20px;
	max-width: 765px;
}
.b-5-after .tabs-t ul > li{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	position: relative;
	text-indent: 20px;
	margin: 10px 0;
}
.b-5-after .tabs-t ul > li:before{	
	content: '•';
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #ff4f00;
	position: absolute;
	left: -20px;
	top: 0;
}
.b-5-after .tabs-title{
	text-align: left;
	margin-bottom: 20px;
}

.b-5-after{
	padding-bottom: 45px;
}

.b-5 .container {
    width: 100%;
}
.b-5 .col-xs-12 {
    padding: 0;
}

.b-5-after .tabs-tc .btn-connect {
    text-align: left;
}

@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-5-after .tabs-tc > ul {
	    max-width: 100%;
	}
	.b-5-after .tabs-t ul > li {
	    font-size: 18px;
	    line-height: 22px;
	    text-indent: 20px;
	    margin: 10px 0;
	}
	.b-5-after .tabs-t ul > li:before {
	    content: '•';
	    font-size: 18px;
	    line-height: 22px;
	}


}


@media (max-width: 767px){


	.b-5-after{
		padding-bottom: 20px;
	}
	.b-5 .title{
		margin-bottom: 50px;
	}
	.b-5 .nav-tabs > li {
	    width: 33.3333%;
	}
	.b-5 .nav-tabs > li:nth-child(4) {
	    width: 50%;
	}
	.b-5 .nav-tabs > li:nth-child(5) {
	    width: 50%;
	}
	.b-5 .nav-tabs > li:nth-child(2) > a {
	    border-radius: 0px;
	}
	.b-5 .nav-tabs > li:nth-child(3) > a {
	    border-radius: 0px 4px 0px 0px;
	}

	.b-5 .nav-tabs > li > a > span {
	    font-size: 11px;
	    line-height: 17px;
	}

	.b-5-after .tabs-t ul > li {
	    font-size: 14px;
	    line-height: 18px;
	    text-indent: 20px;
	    margin: 10px 0;
	}
	.b-5-after .tabs-t ul > li:before {
	    font-size: 14px;
	    line-height: 18px;
	}
	.b-5-after .tabs-t {
	    display: table;
	    width: 100%;
	    height: auto;
	    padding: 15px 0;
	    min-height: 300px;
	}
	.b-5 {
	    padding-top: 40px;
	    padding-bottom: 0px;
	}

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-6~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-6{
	padding-top: 45px;
	padding-bottom: 90px;
}
.b-6-box{
	position: relative;
	margin: 0 -25px;
}
.b-6-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-6-item{
	float: left;
	width: 33.3333%;
	padding: 0 25px;
	text-align: center;
}
.b-6-item > div{
	height: 120px;
	line-height: 120px;
}	
.b-6-item > div > img{
	display: inline-block;
	vertical-align: middle;
	max-height: 78px;
}	
.b-6-item > p{
	margin-bottom: 0;
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #212121;
}

@media (max-width: 1199px){

	.b-6-box{
		margin: 0 -15px;
	}
	.b-6-item{
		padding: 0 15px;
	}


}


@media (max-width: 991px){

	.b-6-item > p {
	    font-size: 16px;
	    line-height: 22px;
	}

}


@media (max-width: 767px){

	.b-6 {
	    padding-top: 20px;
	    padding-bottom: 25px;
	}
	.b-6-box {
	    margin: 0px;
	}
	.b-6-item {
	    float: none;
	    width: 100%;
	    padding: 0;
	    margin-bottom: 15px;
	}

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-7~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-7{
	background: #f1f3f6;
	padding: 100px 0;
}
.b-7-box{
	position: relative;
	margin: 0 -15px;
	padding-top: 70px;
}
.b-7-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-7-box > div{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}
.b-7-item{
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	padding-top: 65px;
	position: relative;
}
.b-7-item > span{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
	text-align: center;
}
.b-7-item > p{
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #212121;
	margin-bottom: 0px;
	opacity: 0.8;
	text-align: center;
}
.b-7-item > div{
	width: 100px;
	height: 100px;
	background: #ff4f00;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	line-height: 100px;
	text-align: center;
}
.b-7-item > div > img{
	display: inline-block;
	vertical-align: middle;
	max-height: 62px;
}	










@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-7-item > span {
	    font-size: 18px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.b-7-item {
	    padding: 15px;
	    padding-top: 65px;
	}
	.b-7-item > p {
	    font-size: 15px;
	    line-height: 21px;
	}

}


@media (max-width: 767px){

	.b-7-box {
	    margin: 0px;
	    padding-top: 70px;
	}
	.b-7-box > div {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    margin-bottom: 70px;
	}
	.b-7 {
	    background: #f1f3f6;
	    padding: 40px 0;
	    padding-bottom: 0;
	}

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-8~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-8{
	padding-top: 100px;
	padding-bottom: 80px;
}
.b-8-box{
	position: relative;
	margin: 0 -15px;
}
.b-8-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-8-item{
	float: left;
	width: 25%;
	padding: 0 15px;
	text-align: center;
	position: relative;
}
.b-8-item:after{
	content: '';
	width: 24px;
	height: 17px;
	background: url(../img/arrow-pointing-to-right.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: -12px;
	top: 44px;
}	
.b-8-box > .b-8-item:last-child:after{
	content: none;
}
.b-8-item > span{
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
}
.b-8-item > p{
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #646464;
	margin-bottom: 0px;
}
.b-8-item > div{
	height: 108px;
	line-height: 108px;
}	
.b-8-item > div > img{
	display: inline-block;
	vertical-align: middle;
	max-height: 78px;
}	




@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-8-item {
	    float: left;
	    width: 50%;
	    padding: 0 15px;
	    text-align: center;
	    position: relative;
	    margin-bottom: 30px;
	}
	.b-8-box > .b-8-item:nth-child(2):after{
		content: none;
	}

}


@media (max-width: 767px){

	.b-8 {
	    padding-top: 40px;
	    padding-bottom: 10px;
	}
	.b-8-item {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    text-align: center;
	    position: relative;
	    margin-bottom: 30px;
	}
	.b-8-box > .b-8-item:after{
		content: none;
	}
	.b-8-box {
	    position: relative;
	    margin: 0px;
	}

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-9~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-9{
	background: #f1f3f6;
	padding: 100px 0;
}
.b-9-box{
	position: relative;
	margin: 0 -15px;
}
.b-9-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-9-box > div{
	float: left;
	width: 33.3333%;
	padding: 15px 15px;
}
.b-9-item{
	background: #fff;
	border-radius: 3px;
	padding: 0 25px;
	padding-bottom: 20px;
	padding-top: 30px;
	position: relative;
}
.b-9-item:before{
	content: '';
	width: 78px;
	height: 54px;
	background: url(../img/q.png) no-repeat center center;	
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 20px;
}	


.b-9-item > span{
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
.b-9-item > p{
	display: block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #212121;
	opacity: 0.8;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
.b-9-slider{
	margin: 0 -15px;
}
.b-9-slider .slick-slide{
	padding: 15px;
}
.slick-slide:focus{
	outline: none;
}	



.slick-dots {
    position: absolute;
    bottom: -30px;
    right: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ff4f00;
    border-radius: 50%;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 79, 0, 0.75);
	box-shadow: 0 0 0 3px rgba(255, 79, 0, 0.75);
}	



@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-9-box {
	    position: relative;
	    margin: 0px;
	}
	.b-9-box > div {
	    float: none;
	    width: 100%;
	    padding: 15px 0px;
	}


}


@media (max-width: 767px){

	.b-9 {
	    padding: 40px 0;
	    padding-bottom: 60px;
	}
	.b-9-item {
	    padding: 0 15px;
	    padding-bottom: 15px;
	    padding-top: 20px;
	}
	.b-9-item > span {
	    font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.b-9-item > p {
	    font-size: 15px;
	    line-height: 21px;
	    margin-bottom: 0px;
	}
	.slick-dots {
	    position: absolute;
	    bottom: -19px;
	}    

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-10~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-10{
	background: url(../img/b-10-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 110px;
}
.b-10 .title{
	color: #fff;
	margin-bottom: 60px;
}
.form{
	position: relative;
	max-width: 828px;
	margin: 0 auto;
}
.form-group-float{
	position: relative;
}
.form-group-float:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-left{
	float: left;
	width: 50%;
	padding-right: 7px;
}
.form-group-right{
	float: left;
	width: 50%;
	padding-left: 7px;
}
.form .form-group{
	margin-bottom: 14px;
}
.form .form-control {
	-webkit-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 17px 20px;
    font-family: 'DIN Pro';
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form textarea.form-control {
	resize: none;
	height: 196px;
}	


.form-group-btn{
	text-align: center;
	padding-top: 16px;
}
.form .btn {
	-webkit-appearance: none;
    display: inline-block;
    padding: 19px 38px;
    margin-bottom: 0;
    font-family: 'DIN Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 7px;
    background: #ff4f00;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.form .btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255,79,0,0.8);
    box-shadow: 0 0 20px 0 rgba(255,79,0,0.8);
}


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}




@media (max-width: 1199px){




}


@media (max-width: 991px){

}


@media (max-width: 767px){

	.form-group-left{
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.form-group-right{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.b-10 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.b-10 .title {
	    color: #fff;
	    margin-bottom: 45px;
	}

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-FOOTER~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-footer{
	padding-top: 31px;
	position: relative;
}
.b-footer:after{
	content: none;
	width: 100%;
	height: 1px;
	background: #d9dbde;
	position: absolute;
	left: 0;
	top: 31px;
}
.b-footer .header-box {
    padding-top: 37px;
    padding-bottom: 42px;
}
footer{
	background: #f1f3f6;
	padding: 11px 0;
}
.footer-left{
	float: left;
}
.footer-left a{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #212121;
	text-decoration: underline;
	-webkit-transition: text-decoration-color .3s;
    -moz-transition: text-decoration-color .3s;
    -o-transition: text-decoration-color .3s;
    transition: text-decoration-color .3s;
}
.footer-left a:hover{
	text-decoration-color: transparent;
}	
.footer-right{
	float: right;
}
.footer-right span{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #212121;	
	margin-right: 10px;
}
.footer-right img{
	display: inline-block;
	vertical-align: middle;
	height: 28px;
}
.footer-right a{
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.footer-right a:hover{
	opacity: 0.7;
}	

@media (max-width: 1199px){




}


@media (max-width: 991px){

}


@media (max-width: 767px){

.footer-left{
	float: none;
	text-align: center;
	margin-bottom: 15px;
}
.footer-right{
	float: none;
	text-align: center;
}

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.modal-wind{
	display: none;
	max-width: 500px;
	width: 100%;
}
.fancybox-content{
	padding: 60px 50px;
	border-radius: 3px;
	background: #fff;
}
.modal-wind .title:after {
    bottom: -18px;
}
.modal-wind .form .form-control {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
}


.modal-wind .fancybox-button {
    width: 34px;
    height: 34px;
    color: #777;
    padding: 0;
}

.modal-wind.modal-wind-politic{
	max-width: 900px;
	width: 100%;
}
.modal-wind-politic.fancybox-content{
	padding: 60px 25px;
	padding-bottom: 40px;
}


.modal-text{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #212121;
}
.modal-text > p{
	margin-bottom: 15px;
}
.modal-text > p:last-child{
	margin-bottom: 0;
}	

@media (max-width: 767px){

	.modal-text{
		font-size: 14px;
		line-height: 20px;
	}
	.fancybox-content {
	    padding: 30px 15px;
	    border-radius: 3px;
	}
	.modal-wind-politic.fancybox-content {
	    padding: 30px 15px;
	    padding-bottom: 20px;
	}

}	



#back-to-top {
    width: 78px;
    height: 78px;
    background: url(../img/up.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    /*right: 12%;
    bottom: 173px;*/
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px){

	#back-to-top {
	    width: 52px;
	    height: 52px;
	    /*right: 8%;
	    bottom: 146px;*/
	    right: 20px;
    	bottom: 20px
	}

}	
@media (max-width: 767px){

	#back-to-top {
	    width: 36px;
	    height: 36px;
	    right: 15px;
	    bottom: 15px;
	}

}	