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

      html, body {
        margin: 0;
        padding: 0;
        height: 100%;
      }




img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #fff;
	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-right-zero{
	padding-right: 0;
}
.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.form-control::-webkit-input-placeholder       {color: rgba(0,0,0,0.72); opacity: 1; transition: opacity 0.3s ease;}
input.form-control::-moz-placeholder                {color: rgba(0,0,0,0.72); opacity: 1; transition: opacity 0.3s ease;}
input.form-control:-moz-placeholder                 {color: rgba(0,0,0,0.72); opacity: 1; transition: opacity 0.3s ease;}
input.form-control:-ms-input-placeholder            {color: rgba(0,0,0,0.72); opacity: 1; transition: opacity 0.3s ease;}
input.form-control:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input.form-control:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input.form-control:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input.form-control:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

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

textarea.form-control{
	resize: none;
	height: 152px;
}



body{
	font: 17px "Roboto", sans-serif;
	font-weight: 400;
	line-height: normal;
    /*overflow-x: hidden;	*/
    padding-top: 120px;
    min-width: 1140px;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-header {
    float: left;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	.container {
	    width: 1140px !important;
	}

/*
@media (min-width: 1200px){
	.container {
	    width: 1140px;
	}
}

@media (max-width: 991px){

	body{
		padding-top: 80px;
	}	

}	
*/

.b-1, .b-2, .b-5, .b-7, .b-12{
	position: relative;
}
.b-1before, .b-2before, .b-5before, .b-7before, .b-12before{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: -120px;
}	



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

header.fixed{
	position: fixed;
}	
header{
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1140px;
	background: #fff;
	z-index: 80;
	-webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0px;
    position: relative;
    min-height: 5px;
    margin-bottom: 0px;
    border: 0;
}
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}
.navbar-brand > img{
	display: block;
}	
.navbar-collapse{
	float: left;
	padding: 0 0;
}
.navbar-nav-main{
	padding: 40px 0;
}
.navbar-nav-main > li{
	padding: 0 30px;
}
.navbar-nav-main > li:after {
    content: '/';
    position: absolute;
    right: -3px;
    top: 0;
}
.navbar-nav-main > li:last-child:after {
    content: none;
}
.navbar-nav-main > li:last-child{
	padding-right: 0;
}
.navbar-nav-main > li > a{
	padding: 0;
	font-size: 16.82px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.navbar-nav-main > li > a:after{
	content: '';
	width: 0px;
	height: 1px;
	background: #202020;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width 0.4s ease;
    -ms-transition: width 0.4s ease;
    transition: width 0.4s ease;
}	
.navbar-nav-main > li > a:hover:after{
	width: 100%;
}	

.navbar-default .navbar-nav-main > li > a{
    color: #202002;
}


.navbar-right {
    float: right !important;
    margin: 0;
    padding: 36px 0;
}
.navbar-right > li > a{
	padding: 3px 8px;
	font-size: 15.51px;
	line-height: 20px;
	font-weight: 300;
	color: #202020;
	position: relative;
	display: block;
	background: #f7f9f9;
	border: 1px solid #e8e8e8;
	-webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.navbar-default .navbar-right>li>a {
    color: #202020;
}
.navbar-right > li:last-child > a{
	border-left: 0;
}	
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-right>li>a:hover, 
.navbar-default .navbar-right>li>a:focus {
    color: #202020;
    background-color: transparent;
}
a.lk{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: rgba(32,32,32,0.64);
	background: #f7f9f9;
	display: block;
	padding: 2px 8px;
	border: 1px solid transparent;
	position: absolute;
	right: 15px;
	top: -5px;
	z-index: 9;
	-webkit-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    -ms-transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
a.lk:hover{
	color: #202020;
	background: #fff;
	border: 1px solid #e8e8e8;
}	



/*

@media (max-width: 1199px){

	.navbar-nav-main > li {
	    padding: 0 18px;
	}
	.navbar-nav-main > li > a {
	    font-size: 14.82px;
	}    

}


@media (max-width: 991px){

	.navbar-nav-main > li {
	    padding: 0 10px;
	}
	.navbar-nav-main > li > a {
	    font-size: 12px;
	    line-height: 16px;
	}
	.navbar-nav-main > li:after {
	    content: none;
	}
	.navbar-brand{
		margin-right: 15px;
	}
	.navbar-brand > img {
	    height: 70px;
	}
	.navbar-right > li > a {
	    padding: 1px 6px;
	    font-size: 12.51px;
	}    
	.navbar-nav-main {
	    padding: 27px 0;
	}
	.navbar-right {
	    padding: 23px 0;
	}
	a.lk {
	    font-size: 13px;
	    line-height: 17px;
	    padding: 1px 8px;
	}    


}

	


@media (max-width: 767px){

	.navbar-brand > img {
	    height: 60px;
	}

	.navbar-header{
		float: left;
	}
	.navbar-toggle {
	    position: relative;
	    float: left;
	    margin-right: 15px;
	    padding: 10px 10px;
	    margin-top: 12px;
	    margin-bottom: 12px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.navbar-right {
	    padding: 18px 0;
	}
	.navbar-right > li{
		float: left;
	}
	.navbar-collapse {
	    position: absolute;
	    left: 0;
	    top: 100%;
	    margin-top: 5px;
	    width: 100%;
	    background: #fff;
	    z-index: 99;
	}
	.navbar-nav-main {
	    padding: 10px 0;
	    margin: 0;
	}
	a.lk{
		top: -10px;
	}
	.navbar-nav-main > li {
	    padding: 5px 15px;
	}
	header {
	    padding: 10px 0;
	}



}	

*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~B-1~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-1 {
    background: url(../img/b-1-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 120px 0;


    height: calc(100vh - 110px);
    min-height: 512px;
}
.title{
	font-size: 42.39px;
	line-height: normal;
	font-weight: 900;
	color: #202020;
	text-transform: uppercase;
}
.b-1 .title{
	color: #069ee3;
	margin-bottom: 7px;
}
.b-1-box-tc{
	padding: 0 60px;
}

.text{
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
}


.b-1-box{
	display: table;
	width: 100%;
	height: 100%;
}
.b-1-box-tc{
	display: table-cell;
	vertical-align: middle;
}
.b-1 .container, .b-1 .row, .b-1 .col-xs-6{
	height: 100%;
}

/*

@media (max-width: 1199px){

	.b-1-box-tc {
	    padding: 0;
	}

}	

@media (max-width: 991px){

	.title {
	    font-size: 34px;
	}
	.text {
	    font-size: 16px;
	    line-height: 24px;
	}

}	

@media (max-width: 767px){

	.b-1 {
	    background: url(../img/b-1-bg.jpg) no-repeat right bottom;
	    padding: 0;
	}
	.b-1-box {
	    min-height: 1px;
	    display: block;
	    width: 100%;
	}
	.b-1-box-tc {
	    display: block;
	    padding: 40px 0;
	}
	.title {
	    font-size: 24px;
	}
	.text {
	    font-size: 14px;
	    line-height: 20px;
	}


}	


*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~B-2~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2{
	padding-top: 105px;
	padding-bottom: 195px;
	background: url(../img/b-2-bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.b-2-box{
	width: 600px;
	position: relative;
	background: rgba(6,158,227,0.8);
	padding-top: 35px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.b-2-box:before{
	content: '';
	width: 1000px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background: rgba(6,158,227,0.8);
}	
.b-2 .title{
	color: #fff;
	margin-bottom: 10px;
}
.b-2 .text{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}


/*

@media (max-width: 991px){

	.b-2 .text {
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-2-box {
	    width: 400px;
	    padding-top: 35px;
	    padding-bottom: 20px;
	    padding-right: 20px;
	}


}


@media (max-width: 767px){

	.b-2 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	    background: url(../img/b-2-bg.jpg) no-repeat center bottom;
	    background-size: cover;
	}
	.b-2-box {
	    max-width: 400px;
	    width: 100%;
	    padding-top: 25px;
	    padding-bottom: 15px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.b-2-box:before {
		content: none;
	}	
	.b-2 .text {
	    font-size: 14px;
	    line-height: 18px;
	}

}	

*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~B-3~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-3{
	background: #f6f6f6;
	padding-top: 90px;
	padding-bottom: 40px;
}
.b-3 ul{
	list-style: none;
}
.b-3 ul > li{
	font-size: 26.18px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
}	
.b-3 ul > li:before{
	content: '•';
	margin-right: 50px;
}	


/*

@media (max-width: 991px){

	.b-3{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.b-3 ul > li{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.b-3 ul > li:before{
		content: '•';
		margin-right: 30px;
	}

}

@media (max-width: 767px){

	.b-3{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.b-3 ul > li{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.b-3 ul > li:before{
		content: '•';
		margin-right: 15px;
	}


}

*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~B-4~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-4{
	padding-top: 55px;
	padding-bottom: 45px;
}
.b-4-box{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	padding-left: 40px;
	margin-bottom: 30px;
	position: relative;
}
.b-4-box:before{
	content: '';
	width: 6px;
	height: 100%;
	background: #069ee3;
	position: absolute;
	left: 0;
	top: 0;
}
.b-4-box span{
	text-transform: uppercase;
	font-weight: 700;
}	

/*

@media (max-width: 991px){

	.b-4-box {
	    font-size: 16px;
	    line-height: 28px;
	}

}


@media (max-width: 767px){

	.b-4{
		padding: 40px 0;
	}	
	.b-4-box {
	    font-size: 14px;
	    line-height: 22px;
	    padding-left: 20px;
	}


}	

*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~B-5~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2.b-5{
	background: url(../img/b-5-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 180px;
}

/*

@media (max-width: 767px){

	.b-2.b-5 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


}
*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-6~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-6{
	padding: 45px 0;
}

.b-6-box{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	background: #f6f6f6;
	padding: 50px 75px;
	margin-bottom: 50px;
}

.b-6 .b-4-box {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}

/*
@media (max-width: 991px){

	.b-6-box {
	    font-size: 16px;
	    line-height: 28px;
	    padding: 30px 45px;
	    margin-bottom: 40px;
	}
	.b-6 .b-4-box {
	    font-size: 16px;
	    line-height: 22px;
	}

}

@media (max-width: 767px){

	.b-6 {
	    padding: 40px 0;
	}
	.b-6-box {
	    font-size: 14px;
	    line-height: 22px;
	    padding: 15px 15px;
	    margin-bottom: 30px;
	}
	.b-6 .b-4-box {
	    font-size: 14px;
	    line-height: 20px;
	}

}
*/






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-7~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2.b-7{
	background: url(../img/b-7-bg.jpg) no-repeat center bottom;
	background-size: cover;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-8~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-8{
	padding: 55px 0;
}
.b-8 .b-6-box{
	margin-bottom: 0;
}

/*
@media (max-width: 767px){

	.b-8{
		padding: 40px 0;
	}

}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-9~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-9{
	padding-top: 75px;
	padding-bottom: 10px;
	background: #f6f6f6;
}

.b-9-box{
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.b-9-tc{
	width: 33.333%;
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	border-left: 6px solid #069ee3;
	padding-left: 30px;
	padding-right: 40px;
}

.b-9 .b-4-box {
    padding-left: 0px;
}
.b-9 .b-4-box:before {
	content: none;
}	

/*
@media (max-width: 991px){

	.b-9-tc {
	    font-size: 16px;
	    line-height: 22px;
	    padding-left: 15px;
	    padding-right: 15px;
	}


}

@media (max-width: 767px){

	.b-9 {
	    padding-top: 40px;
	    padding-bottom: 10px;
	}
	.b-9-box {
	    display: block;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.b-9-tc {
	    width: 100%;
	    display: block;
	    vertical-align: top;
	    font-size: 14px;
	    line-height: 22px;
	    padding-right: 0px;
	    margin-bottom: 15px;
	}


}

*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-10~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-10{
	background: url(../img/b-10-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
.b-10 .title{
	color: #fff;
}
.b-10-box {
    display: inline-block;
    position: relative;
    background: rgba(6,158,227,0.8);
    padding: 55px 0;
    padding-right: 80px;
}
.b-10-box:before {
    content: '';
    width: 1000px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: rgba(6,158,227,0.8);
}
/*
@media (max-width: 767px){

	.b-10 {
	    padding: 40px 0;
	}

}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-11~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-11{
	background: #f6f6f6;
	padding-top: 35px;
	padding-bottom: 30px;
}
.b-11-box{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	background: #fff;
	padding: 15px 35px;
	margin-bottom: 15px;
}
.b-11-box span{
	text-transform: uppercase;
	display: block;
	font-weight: 700;
}	

/*
@media (max-width: 991px){

	.b-11-box {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 15px 25px;
	    margin-bottom: 15px;
	}


}

@media (max-width: 767px){

	.b-11{
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.b-11-box {
	    font-size: 14px;
	    line-height: 22px;
	    padding: 10px 15px;
	    margin-bottom: 15px;
	}

}
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-12~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2.b-12{
	background: url(../img/b-12-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 115px 0;
}

/*
@media (max-width: 767px){

	.b-2.b-12 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


}

*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~B-13~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-13{
	padding: 30px 0;
}
.b-13-box{
	position: relative;
}
.b-13-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-13-item{
	float: left;
}
.b-13-box > .b-13-item:nth-child(1){
	width: 44%;
}	
.b-13-box > .b-13-item:nth-child(2){
	width: 30%;
}	
.b-13-box > .b-13-item:nth-child(3){
	float: right;
}	
.b-13-item > span{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.b-13-item > div, .b-13-item > div a{
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
	color: #000;
}
.b-13-item > div img{
	margin-right: 8px;
}

.b-13-box > .b-13-item:nth-child(3) > div a{
	color: #4077ff;
}	

/*
@media (max-width: 1199px){

.b-13-item > span {
    font-size: 20px;
}
.b-13-item > div, .b-13-item > div a {
    font-size: 17px;
}

}


@media (max-width: 991px){

	.b-13-item > span {
	    font-size: 15px;
	    margin-bottom: 5px;
	}
	.b-13-item > div, .b-13-item > div a {
	    font-size: 14px;
	}
	.b-13-box > .b-13-item:nth-child(1) {
	    width: 47%;
	}
	.b-13-box > .b-13-item:nth-child(2) {
	    width: 27%;
	}

}

@media (max-width: 767px){

	.b-13-item{
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.b-13-box > .b-13-item:nth-child(1){
		width: 100%;
	}	
	.b-13-box > .b-13-item:nth-child(2){
		width: 100%;
	}	
	.b-13-box > .b-13-item:nth-child(3){
		float: none;
	}	
	.b-13-item > span {
	    font-size: 15px;
	    line-height: 19px;
	    margin-bottom: 5px;
	}

}

*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

footer{
	padding-bottom: 25px;
}
footer .cop, footer .cop-centr, footer .cop > a{
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	color: #000;
}
.cop{
	float: left;
}
.cop-centr{
	text-align: center;
}
/*
@media (max-width: 991px){

	.cop-centr{
		text-align: right;
	}

}

@media (max-width: 767px){

	.cop, .cop-centr{
		text-align: center;
	}
	.cop{
		float: none;
		margin-bottom: 15px;
	}


}	

*/