*, 
*: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%;
}

.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;
}

.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%);
}

input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {color: #fff; opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {color: #fff; opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {color: #fff; opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {color: #fff; 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: #fff; opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {color: #fff; opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {color: #fff; opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {color: #fff; 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: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	color: #000;
	background: #fff;
    overflow-x: hidden;	
    position: relative;
}



.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px){
	.container {
	    width: 750px;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}


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

header{
	position: absolute;
	left: 0;
	top: 27px;
	width: 100%;
	z-index: 2;
}
.header-box{
	position: relative;
}
.header-box:after{
	content: '';
	display: table;
	clear: both;
}
.header-logo{
	float: left;
}
.header-logo > a{
	display: inline-block;
	vertical-align: top;
}
.header-logo > a > img{
	display: block;
	height: 40px;
}	
.header-right{
	float: right;
}

.header-right > a{
	float: left;
}
a.phone-number{
	display: inline-block;
	vertical-align: top;
  	font-size: 20px;
  	font-weight: 400;
  	color: #ffffff;	
  	line-height: 24px;
  	padding: 8px 0;
  	margin-right: 32px;
}

a.btn-login{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
 	font-weight: 600;
 	line-height: 20px;
  	color: #ffffff;	
  	text-transform: uppercase;
  	padding: 10px 32px;
  	background: #105bff;
  	-webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
  	box-shadow: 0 0 8px 0 rgba(16,91,255,1);
  	position: relative;
}
a.btn-login:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.5);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );	
	opacity: 0;
	-webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}	
a.btn-login:hover:after{
	opacity: 1;
}





@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){


}



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

.bgvideo {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -540px;
    width: 1920px;
    height: auto;
}

.b-1{
	background: #030921;
	padding-top: 380px;
	padding-bottom: 110px;
	position: relative;
}
h1{
  font-size: 88px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.b-1 h1{
	margin-bottom: 40px;
}
.b-1-btns > a{
	display: inline-block;
	vertical-align: middle;
}
.b-1-btns > a:first-child{
	margin-right: 45px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #105bff;
	-webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
  	box-shadow: 0 0 8px 0 rgba(16,91,255,1);
  	padding: 18px 40px;
  	-webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}	
.b-1-btns > a:first-child:hover{
	background: #105bff; 
}	
.b-1-btns > a:first-child > span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}	
.b-1-btns > a:first-child > img{
	display: inline-block;
	vertical-align: middle;
}	
.b-1-btns > a:first-child:hover > img{
	filter: invert(97%) sepia(2%) saturate(82%) hue-rotate(60deg) brightness(370%) contrast(81%);
}	

.b-1-btns > a:last-child{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #105bff;
	text-transform: uppercase;	
	border-bottom: 1px solid #105bff;
	-webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
}	
.b-1-btns > a:last-child:hover{
	border-color: transparent;
}	

@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-1 {
	    padding-top: 285px;
	    padding-bottom: 100px;
	}

}


@media (max-width: 767px){

	.b-1 {
	    padding-top: 200px;
	    padding-bottom: 55px;
	}
	.header-logo > a > img {
	    display: block;
	    height: 22px;
	}
	a.phone-number {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 12px;
	    font-weight: 400;
	    color: #ffffff;
	    line-height: 16px;
	    padding: 4px 0;
	    margin-right: 6px;
	}
	a.btn-login {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 10px;
	    font-weight: 600;
	    line-height: 14px;
	    color: #ffffff;
	    text-transform: uppercase;
	    padding: 5px 16px;
	    background: #105bff;
	    -webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
	    box-shadow: 0 0 8px 0 rgba(16,91,255,1);
	    position: relative;
	}
	h1 {
	    font-size: 50px;
	    font-weight: 900;
	    font-style: normal;
	    line-height: 60px;
	    color: #ffffff;
	    padding: 0;
	    margin: 0;
	    text-transform: uppercase;
	}
	.b-1 h1{
		margin-bottom: 30px;
	}

	.b-1-btns > a:first-child > img{
		display: none;
	}
	.b-1-btns > a:first-child > span {
	    margin-right: 0px;
	    vertical-align: top;
	}
	.b-1-btns > a:first-child {
	    margin-right: 20px;
	    font-size: 12px;
	    line-height: 16px;
	    padding: 10px 16px;
	}
	.b-1-btns > a:last-child {
	    font-size: 12px;
	    line-height: 16px;
	    margin: 11px 0;
	}  
	/*  
	.bgvideo{
		display: none;
	}
	*/



}




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

.b-2{
	background: #030921;
	padding-top: 160px;
	padding-bottom: 120px;
}
.b-2-box{
	position: relative;
	padding-left: 285px;
}
.b-2-box > p{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
}
h2{
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.b-2-box > h2{
	position: absolute;
	left: 0;
	top: 0;
}
.b-2-box > h2 span{
	position: relative;
	z-index: 2;
}	
.b-2-box > h2:before{
	content: '';
	width: 215px;
	height: 140px;
	background: url(../img/number-01.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -70px;
	z-index: 1;
}	



@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-2{
		padding-top: 115px;
		padding-bottom: 80px;
	}
	.b-2-box {
	    position: relative;
	    padding-left: 240px;
	}



	.b-2-box > p{
		font-size: 18px;
		line-height: 1.5;
	}
	h2{
		font-size: 48px;
	}
	.b-2 h2{
		line-height: 1;
	}
	.b-2-box > h2:before{
		width: 200px;
		height: 130px;
		margin-top: -65px;
	}	

}


@media (max-width: 767px){


	.b-2{
		padding-top: 190px;
		padding-bottom: 80px;
	}
	.b-2-box {
	    position: relative;
	    padding-left: 0px;
	}



	.b-2-box > p{
		font-size: 16px;
		line-height: 1.5;
	}
	h2{
		font-size: 40px;
	}
	.b-2 h2{
		line-height: 48px;
		top: -105px;
	}
	.b-2-box > h2:before{
		width: 160px;
		height: 106px;
		margin-top: -53px;
	}	

}




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

.b-3{
	padding-top: 125px;
	padding-bottom: 80px;
}
.b-3-box{
	position: relative;
	margin: 0 -88px;
}
.b-3-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-3-img{
	float: left;
	width: 50%;
	position: relative;
	border-bottom: 2px solid #105bff;
}
.b-3-img > img{
	z-index: 2;
	position: relative;
	display: block;
	width: 100%;
}	
.b-3-img:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 15px;
	top: -8px;
	width: 628px;
	height: 628px;
	border-radius: 50%;
	background: rgba(16,92,255,1);
	background: -moz-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,92,255,1)), color-stop(100%, rgba(3,10,32,1)));
	background: -webkit-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
	background: -o-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
	background: linear-gradient(to bottom, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105cff', endColorstr='#030a20', GradientType=0 );
}

.b-3-info{
	float: left;
	width: 50%;
	padding-left: 95px;
	padding-right: 100px;
}

.b-3-info > img{
	display: block;
	margin-bottom: 15px;
}
.b-3 h2{
	color: #030a20;
	margin-bottom: 40px;
}
.b-3-info > p{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #030a20;
	margin-bottom: 32px;
}
.b-3-info > p:last-child{
	margin-bottom: 0;
}	



@media (max-width: 1349px){

	.b-3-box {
	    position: relative;
	    margin: 0px;
	}
	.b-3-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 15px;
	    top: -8px;
	    width: 540px;
	    height: 540px;
	}
	.b-3-info {
	    float: left;
	    width: 50%;
	    padding-left: 70px;
	    padding-right: 0px;
	}

}



@media (max-width: 1199px){

	.b-3-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 15px;
	    top: -8px;
	    width: 440px;
	    height: 440px;
	}
	.b-3-info {
	    float: left;
	    width: 50%;
	    padding-left: 70px;
	    padding-right: 0px;
	}
	.b-3-info > p {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.b-3 h2 {
	    margin-bottom: 20px;
	}


}


@media (max-width: 991px){

	.b-3-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 15px;
	    top: -8px;
	    width: 330px;
	    height: 330px;
	}
	.b-3-info {
	    float: left;
	    width: 50%;
	    padding-left: 27px;
	    padding-right: 0px;
	}
	.b-3-info > p {
	    font-size: 16px;
	    margin-bottom: 16px;
	}
	.b-3 h2 {
	    margin-bottom: 20px;
	}
	.b-3-info > img {
	    display: block;
	    width: 85px;
	    margin-bottom: 8px;
	}
	.b-3 {
	    padding-top: 95px;
	    padding-bottom: 45px;
	}


}


@media (max-width: 767px){

	.b-3 {
	    padding-top: 70px;
	    padding-bottom: 32px;
	}
	.b-3-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 15px;
	    top: -8px;
	    width: 234px;
	    height: 234px;
	}
	.b-3-img {
	    float: none;
	    width: 100%;
	    max-width: 264px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	    position: relative;
	    border-bottom: 2px solid #105bff;
	}
	.b-3-info {
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	}

}




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

.b-4{
	padding-top: 80px;
	padding-bottom: 50px;
}
.b-4-box > img{
	display: block;
	margin-bottom: 15px;
}
.b-4 h2 {
    color: #030a20;
    margin-bottom: 40px;
}
.b-4-box > div{
	padding-left: 95px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;	
}
.b-4-box > div p{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #030a20;
	margin-bottom: 0;
}	

@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-4{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.b-4-box > img{
		display: block;
		width: 85px;
		margin-bottom: 8px;
	}
	.b-4 h2 {
	    margin-bottom: 24px;
	}
	.b-4-box > div{
		padding-left: 0px;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 30px;
	    -moz-column-gap: 30px;
	    column-gap: 30px;	
	}
	.b-4-box > div p{
		font-size: 16px;
	}	

}


@media (max-width: 767px){

	.b-4{
		padding-top: 30px;
		padding-bottom: 32px;
	}
	.b-4-box > div {
	    padding-left: 0px;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0px;
	}
	.b-4-box > div p{
		font-size: 16px;
		margin-bottom: 16px;
	}	
	.b-4-box > div > p:last-child{
		margin-bottom: 0;
	}	

}



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

.b-5{
	padding-top: 50px;
	padding-bottom: 160px;
}

.b-5-box{
	position: relative;
}
.b-5-box:after{
	content: '';
	display: table;
	clear: both;
}	
.b-5-box-inf{
	float: left;
	width: 50%;
	padding-right: 65px;
	padding-top: 180px;
}

.b-5-box-inf > img{
	display: block;
	margin-bottom: 15px;
}
.b-5 h2 {
    color: #030a20;
    margin-bottom: 40px;
}
.b-5-box-inf p{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #030a20;
	margin-bottom: 0;
}
.b-5-box-inf p a{
	color: #105bff;
	border-bottom: 1px solid #105bff;
}	

.b-5-box-img{
	float: right;
	width: 50%;
	position: relative;
    border-bottom: 2px solid #105bff;	
}
.b-5-box-img:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 80px;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(16,92,255,1);
    background: -moz-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,92,255,1)), color-stop(100%, rgba(3,10,32,1)));
    background: -webkit-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
    background: -o-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
    background: linear-gradient(to bottom, rgba(16,92,255,1) 0%, rgba(3,10,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105cff', endColorstr='#030a20', GradientType=0 );
}
.b-5-box-img > img {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
}




@media (max-width: 1199px){

	.b-5-box-inf {
	    float: left;
	    width: 50%;
	    padding-right: 50px;
	    padding-top: 100px;
	}
	.b-5-box-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 30px;
	    top: 80px;
	    width: 440px;
	    height: 440px;
	}    


}


@media (max-width: 991px){

	.b-5{
		padding-top: 45px;
		padding-bottom: 95px;
	}
	.b-5-box-inf {
	    float: left;
	    width: 50%;
	    padding-right: 15px;
	    padding-top: 95px;
	}
	.b-5-box-inf > img {
	    display: block;
	    width: 90px;
	    margin-bottom: 8px;
	}
	.b-5-box-inf p {
	    font-size: 16px;
	}
	.b-5 h2 {
	    margin-bottom: 24px;
	}
	.b-5-box-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 30px;
	    top: 45px;
	    width: 330px;
	    height: 330px;
	}

}


@media (max-width: 767px){

	.b-5{
		padding-top: 30px;
		padding-bottom: 70px;
	}
	.b-5-box-img {
	    float: none;
	    width: 100%;
	    max-width: 255px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	    position: relative;
	    border-bottom: 2px solid #105bff;
	}
	.b-5-box-img:before {
	    content: '';
	    position: absolute;
	    z-index: 1;
	    left: 30px;
	    top: 35px;
	    width: 225px;
	    height: 225px;
	}
	.b-5-box-inf {
	    float: none;
	    width: 100%;
	    padding-right: 0px;
	    padding-top: 0px;
	}


}







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

.b-6{
	background: rgba(4,12,42,1);
	background: -moz-linear-gradient(top, rgba(4,12,42,1) 0%, rgba(2,6,20,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,12,42,1)), color-stop(100%, rgba(2,6,20,1)));
	background: -webkit-linear-gradient(top, rgba(4,12,42,1) 0%, rgba(2,6,20,1) 100%);
	background: -o-linear-gradient(top, rgba(4,12,42,1) 0%, rgba(2,6,20,1) 100%);
	background: -ms-linear-gradient(top, rgba(4,12,42,1) 0%, rgba(2,6,20,1) 100%);
	background: linear-gradient(to bottom, rgba(4,12,42,1) 0%, rgba(2,6,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040c2a', endColorstr='#020614', GradientType=0 );
	padding-top: 120px;
	padding-bottom: 90px;
}
.b-6-head > img{
	display: block;
	margin-bottom: 15px;
}
.b-6 h2{
	margin-bottom: 70px;
}
.b-6-box{
	position: relative;
	margin: 0 -15px;
}
.b-6-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-6-item{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 72px;
}
.b-6-item-img{
	margin-bottom: 32px;
}
.b-6-item-img > img{
	display: block;
}
h3{
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}
.b-6-item > p{
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}




@media (max-width: 1199px){




}


@media (max-width: 991px){


	.b-6{
		padding-top: 95px;
		padding-bottom: 30px;
	}
	.b-6-head > img {
	    display: block;
	    width: 85px;
	    margin-bottom: 20px;
	}
	h3 {
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 16px;
	}
	.b-6-item > p {
	    font-size: 16px;
	}

}


@media (max-width: 767px){

	.b-6{
		padding-top: 72px;
		padding-bottom: 0px;
	}
	.b-6-head > img {
	    display: block;
	    width: 85px;
	    margin-bottom: 12px;
	}
	.b-6 h2 {
	    margin-bottom: 50px;
	}
	.b-6-box {
	    position: relative;
	    margin: 0px;
	}
	.b-6-item {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    margin-bottom: 72px;
	}



}





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

.b-7{
	background: #020615;
	position: relative;
	border-top: 2px solid #105bff;
	border-bottom: 2px solid #105bff;
	-webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    overflow: hidden;
}

.b-7-box{
	position: relative;
	padding: 120px 0;
}
.b-7-box-out{
	position: relative;
}
.b-7-box-out:before{
	content: '';
	background: #105bff;
	width: 1000px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 80px;
}	
.b-7-box-out:after{
	content: '';
	background: #105bff;
	width: 1000px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 80px;
}


.b-7-box:after{
	content: '';
	display: table;
	clear: both;	
}
.b-7-left{
	float: left;
	width: 43%;
	padding-right: 95px;
}
.b-7-left h2{
	margin-bottom: 16px;
}
.b-7-left p{
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}

.b-7-right{
	float: left;
	width: 57%;
}
.jq-selectbox, .jq-select-multiple {
    position: relative;
    display: block;
}
.jq-selectbox__select {
    height: auto;
    padding: 12px 24px;
    padding-right: 48px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    border-left: 0;
    background: url(../img/blue-arrow-down.svg) no-repeat center center;
}
.jq-selectbox__trigger-arrow{
	display: none;
}
.jq-selectbox__select:hover {
    background: transparent;
    border-color: #105bff;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    border: 1px solid #105bff;
    border-radius: 0px;
    background: #105bff;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
}
.jq-selectbox li.selected {
    background: #276afe;
    color: #FFF;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 12px 24px;
    color: #fff;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}
.jq-selectbox li:hover {
    background: #276afe;
    color: #FFF;
}
.jq-selectbox__select:active {
    background: transparent;
    box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select{
	border-color: #105bff;
	outline: none;
}
.jq-selectbox .jq-selectbox__select:focus{
	border-color: #105bff;
	outline: none;
}

.opened .jq-selectbox__trigger{
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.form-group{
	margin-bottom: 24px;
}
.form-group-double{
	margin: 0 -12px;
	position: relative;
}
.form-group-double:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-double > .form-group{
	float: left;
	width: 50%;
	padding: 0 12px;
}


.form-control {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 24px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.form-control:hover, .form-control:focus{
	border-color: #105bff;
}	


.btn {
	position: relative;
    -webkit-appearance: none;
    display: inline-block;
    padding: 15px 32px;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #105bff;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    box-shadow: 0 0 8px 0 rgba(16,91,255,1);
}
.btn:hover:after {
    opacity: 1;
}
.btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}




@media (max-width: 1199px){


	.b-7-left {
	    float: left;
	    width: 43%;
	    padding-right: 65px;
	}


}


@media (max-width: 991px){

	.b-7{
		background: #105bff;
	}
	.b-7-box-out {
		background: #020615;
	    position: relative;
	    width: 100%;
	    max-width: 636px;
	    padding: 0 70px;
	    margin: 0 auto;
	}
	.b-7-box {
	    position: relative;
	    padding: 80px 0;
	}
	.b-7-left {
	    float: none;
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 40px;
	}
	.b-7-right {
	    float: none;
	    width: 100%;
	}
	.form-group-double {
	    margin: 0px;
	    position: relative;
	}
	.form-group-double > .form-group {
	    float: none;
	    width: 100%;
	    padding: 0px;
	}
	.b-7-left p {
	    font-size: 16px;
	}

}


@media (max-width: 767px){

	.b-7-box-out {
	    background: #020615;
	    position: relative;
	    width: 100%;
	    max-width: 768px;
	    padding: 0 30px;
	    margin: 0 auto;
	}
	.b-7-left{
		margin-bottom: 30px;
	}
	.jq-selectbox__select {
	    height: auto;
	    padding: 8px 15px;
	    padding-right: 48px;
	    font-size: 14px;
	}
	.form-control {
	    padding: 8px 15px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.b-7-box {
	    position: relative;
	    padding: 70px 0;
	}
	.jq-selectbox li {
	    min-height: 18px;
	    padding: 9px 15px;
	}    
	.jq-selectbox__dropdown {
	    font-size: 14px;
	    line-height: 22px;
	}
.btn {
    position: relative;
    -webkit-appearance: none;
    display: inline-block;
    padding: 10px 32px;
}
.form-group {
    margin-bottom: 15px;
}    

}





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

footer{
	background: #020615;
	padding-top: 80px;
	padding-bottom: 70px;
}
.footer-box{
	position: relative;
}
.footer-box:after{
	content: '';
	display: table;
	clear: both;
}
.footer-nav{
	float: left;
	width: 50%;
	padding-right: 15px;
}
.footer-title{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #105bff;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.footer-nav > ul{
	list-style: none;
	margin-bottom: 0;
	position: relative;
}
.footer-nav > ul:after{
	content: '';
	display: table;
	clear: both;
}	
.footer-nav > ul > li{
	float: left;
	width: 33.3333%;
	padding: 5px 0;
}	
.footer-nav > ul > li > a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;	
}
.footer-nav > ul > li > a:hover{	
	color: #105bff;
}	


.footer-t{
	float: left;
	width: 50%;
}
.footer-contcts{
	float: left;
	width: 45%;
}
.footer-copyr{
	float: left;
	width: 55%;
}
a.footer-number{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
a.footer-number:hover{
	color: #105bff;
}	
a.footer-email{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #105bff;
	border-bottom: 1px solid #105bff;
	-webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
a.footer-email:hover{
	border-color: transparent;
}	
.footer-contcts .footer-title{
	margin-bottom: 11px;
}

.footer-copyr{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
}
.footer-copyr > p{
	margin-bottom: 12px;
}
.footer-copyr > p:last-child{
	margin-bottom: 0px;
}	




@media (max-width: 1199px){


	.footer-contcts {
	    float: left;
	    width: 43%;
	}
	.footer-copyr {
	    float: left;
	    width: 57%;
	}

}


@media (max-width: 991px){

	.footer-nav > ul > li {
	    float: left;
	    width: 50%;
	    padding: 5px 0;
	}
	.footer-contcts {
	    float: left;
	    width: 50%;
	}
	.footer-copyr {
	    float: left;
	    width: 50%;
	}
	.footer-nav > ul > li > a {
	    font-size: 14px;
	    line-height: 18px;
	}
	a.footer-number {
	    font-size: 14px;
	    line-height: 18px;
	}  
	a.footer-email {
	    font-size: 12px;
	    line-height: 16px;
	}
	.footer-copyr {
	    font-size: 12px;
	    line-height: 16px;
	}

}


@media (max-width: 767px){

	.footer-nav > ul > li {
	    float: none;
	    width: 100%;
	    padding: 5px 0;
	}
	.footer-contcts {
	    float: none;
	    width: 100%;
	    margin-bottom: 15px;
	}
	.footer-copyr {
	    float: none;
	    width: 100%;
	}
	footer {
	    padding-top: 55px;
	    padding-bottom: 60px;
	}


}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~LOGIN~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-form{
	background: #020615;
}
.page-form .header-logo {
    float: none;
    text-align: center;
}
.b-form-out{
	display: table;
	width: 100%;
	height: 100vh;
}
.b-form{
	display: table-cell;
	vertical-align: middle;	
}
.b-form-inn{
	background: #105bff;
	border-top: 2px solid #105bff;
	border-bottom: 2px solid #105bff;
    -webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    box-shadow: 0 0 8px 0 rgba(16,91,255,1);	
}
.b-form-box{
	width: 812px;
	margin: 0 auto;
	background: #020615;
	padding: 60px 130px;
	position: relative;
}
a.cls{
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
a.cls img{
	display: block;
}	
a.cls:hover{
	opacity: 0.8;
}	
.b-form-box h2{
	font-weight: 900;
	margin-bottom: 30px;
}
.form-group-btn-double{
	position: relative;
}
.form-group-btn-double:after{
	content: '';
	display: table;
	clear: both;
}
.form-group-btn-double > .form-group-btn{
	float: left;
}
.form-group-btn-double > .form-group-opts{
	float: right;
}
.form-group-opts{
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	text-align: right;
}
.form-group-opts a{
	color: #105bff;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.form-group-opts a:hover{
	color: #6696ff;
}	




@media (max-width: 1199px){




}


@media (max-width: 991px){

	.b-form-box {
	    width: 594px;
	    margin: 0 auto;
	    background: #020615;
	    padding: 120px 65px;
	    position: relative;
	}

}


@media (max-width: 767px){

	.b-form-box {
		width: 100%;
	    max-width: 594px;
	    margin: 0 auto;
	    background: #020615;
	    padding: 40px 35px;
	    position: relative;
	}
	a.cls{
		display: none;
	}
	.form-group-btn-double > .form-group-btn {
	    float: none;
	    margin-bottom: 30px;
	}
	.form-group-btn-double > .form-group-opts {
	    float: none;
	}
	.form-group-opts {
	    font-size: 14px;
	    line-height: 18px;
	    text-align: left;
	}
	.page-form header {
	    top: 15px;
	}

}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~FORGOT~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-form-box h2 span{
	display: block;
	padding-top: 15px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	text-transform: none;
	color: #fff;
}

@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){

.b-form-box h2 span {
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
}
.b-form-box-forgot h2 {
    font-size: 34px;
}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~SIGN-UP~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.form-group-opts-solo > div{
	padding: 12px 0;
}
.check-item{
	position: relative;
	padding-top: 12px;
	margin-bottom: 34px;
}


input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label, 
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: transparent;
}

input[type="checkbox"]:not(:checked) + label:hover:before,
input[type="radio"]:not(:checked) + label:hover:before {
	border-color: #105bff;
}	


input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 0px;
}

input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}


input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before, 
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
}

input[type="checkbox"]:checked + label:before {
    background: url(../img/path-copy.svg) no-repeat center center;
}

input[type="radio"]:checked + label:before {
    background: #134c9d;
}


.check-item > a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #105bff;	
}
.check-item > a:hover{
	color: #6696ff;
}	









@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){

.form-group-opts-solo > div {
    padding: 0px 0;
}

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~404~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-404-t{
	display: table;
	height: 100vh;
	width: 100%;
}
.b-404{
	display: table-cell;
	vertical-align: middle;
}
.b-404-line{
	background: url(../img/404-line.svg) repeat-x center center, url(../img/404.svg) no-repeat center center;
	height: 200px;
}
.b-404-line > span{
	display: block;
	text-align: center;
}
.b-404-text{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.b-404-btn{
	text-align: center;
}
.b-404-btn > a{
display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 32px;
    background: #105bff;
    -webkit-box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    box-shadow: 0 0 8px 0 rgba(16,91,255,1);
    position: relative;	
}
.b-404-btn > a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.b-404-btn > a:hover:after {
    opacity: 1;
}










@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){

.b-404-line {
    background: url(../img/404.svg) no-repeat center center;
    background-size: contain;
    height: 112px;
    margin-bottom: 16px;
}
.b-404-text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~POLITICS~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-politic header {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    background: #020615;
    padding-top: 27px;
    padding-bottom: 95px;
}
.page-politic .header-logo {
    float: none;
    margin-bottom: 95px;
}
.b-politics-box{
	padding: 80px 95px;
}

.b-politics-box p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	margin-bottom: 80px;
}

.b-politics-box ol{
	list-style-type: none;
	counter-reset: number;
}
.b-politics-box ol li:before{
	content:counters(number,'.') '.';
	counter-increment: number;
}	
ol.politics-list > li{
	position: relative;
	padding-left: 48px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #040c28;
	text-transform: uppercase;
	margin-bottom: 80px;
}
ol.politics-list > li > ol > li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	position: relative;
	padding-left: 45px;
	margin-bottom: 16px;
}	
ol.politics-list > li:before {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;
}

ol.politics-list > li > ol > li:before {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;
}

ol.politics-list > li > ol{
	list-style-type: none;
	text-transform: none;
	padding-top: 16px;
}
ol.politics-list > li > ol > li > ol{
	list-style-type: none;
	counter-reset: wordn;	
	text-transform: none;
	padding-top: 16px;
}

ol.politics-list > li > ol > li > ol > li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	position: relative;
	padding-left: 33px;
}
ol.politics-list > li > ol > li > ol > li:before {
	content: counter(wordn, lower-alpha) ')';
	counter-increment: wordn;	
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-politics{
	padding-bottom: 24px;
}
.footer-politics-copyr{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #040c28;
	margin-bottom: 12px;
}
.footer-politics-text{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #040c28;	
}
.footer-politics-cont{
	position: absolute;
	right: 15px;
	bottom: 0;
}

.footer-politics-cont a.footer-number{
	color: #040c28;
}
.footer-politics-cont a.footer-number:hover {
    color: #105bff;
}



@media (max-width: 1199px){

	.b-politics-box {
	    padding: 70px 65px;
	}


}


@media (max-width: 991px){

	.b-politics-box {
	    padding: 80px 0px;
	}
	ol.politics-list > li {
	    padding-left: 35px;
	    font-size: 24px;
	    line-height: 32px;
	    margin-bottom: 80px;
	}
	ol.politics-list > li:before {
	    font-size: 24px;
	    line-height: 32px;
	}
	ol.politics-list > li > ol > li {
	    font-size: 16px;
	    line-height: 24px;
	    padding-left: 41px;
	    margin-bottom: 16px;
	}
	ol.politics-list > li > ol > li:before {
	    font-size: 16px;
	    line-height: 24px;
	}
	ol.politics-list > li > ol > li > ol > li {
	    font-size: 16px;
	    line-height: 24px;
	    padding-left: 32px;
	}
	ol.politics-list > li > ol > li > ol > li:before {
	    font-size: 16px;
	    line-height: 24px;
	}
	.b-politics-box > p {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 80px;
	}




}


@media (max-width: 767px){

	.page-politic header {
	    padding-top: 17px;
	    padding-bottom: 56px;
	}
	.page-politic h1 {
	    font-size: 44px;
	    line-height: 54px;
	}
	.page-politic .header-logo {
	    float: none;
	    margin-bottom: 56px;
	}
	.b-politics-box {
	    padding: 55px 0px;
	}
	.b-politics-box > p {
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 55px;
	}

	ol.politics-list > li {
	    padding-left: 35px;
	    font-size: 20px;
	    line-height: 28px;
	    margin-bottom: 55px;
	}
	ol.politics-list > li:before {
	    font-size: 20px;
	    line-height: 28px;
	}
	ol.politics-list > li > ol > li {
	    font-size: 14px;
	    line-height: 20px;
	    padding-left: 35px;
	    margin-bottom: 16px;
	}
	ol.politics-list > li > ol > li:before {
	    font-size: 14px;
	    line-height: 20px;
	}

	ol.politics-list > li > ol > li > ol > li {
	    font-size: 14px;
	    line-height: 20px;
	    padding-left: 20px;
	}
	ol.politics-list > li > ol > li > ol > li:before {
	    font-size: 14px;
	    line-height: 20px;
	}

	.footer-politics-cont {
	    position: absolute;
	    right: 15px;
	    bottom: auto;
	    top: 0;
	}
	.footer-politics-copyr {
	    font-size: 12px;
	    line-height: 16px;
	    margin-bottom: 36px;
	}
	.footer-politics-text {
	    font-size: 12px;
	    line-height: 16px;
	}
	.footer-politics-text br{
		display: none;
	}	


}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~POLITIC~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-politics-box-text{
	margin-bottom: 80px;
}
.b-politics-box-text p{
	margin-bottom: 16px;
}	

.b-politics h3{
	color: #040c28;
	margin-bottom: 16px;
}
.b-politics-box2{
	padding: 80px 95px;
}
ol.latin-list{
	list-style-type: none;
	counter-reset: section;
}
ol.latin-list > li{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	position: relative;
	padding-left: 31px;
	margin-bottom: 32px;
}
ol.latin-list > li:before{
	counter-increment: section;
	content: counter(section, upper-alpha) '.';
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;	
}	
ol.latin-list > li > span{
	display: block;
	font-weight: 600;
	padding-top: 32px;
}
ol.latin-list > li > div{
	padding-top: 32px;
}	

ol.number-list{
	list-style-type: none;
	counter-reset: section-one;
	padding-top: 16px;	
}
ol.number-list > li{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	position: relative;
	padding-left: 31px;	
}
ol.number-list > li:before{
	counter-increment: section-one;
	content: counter(section-one) '.';
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;	
}

ol.number-list-kav{
	list-style-type: none;
	counter-reset: section-two;	
	padding-top: 16px;
}
ol.number-list-kav > li{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;
	position: relative;
	padding-left: 31px;	
}
ol.number-list-kav > li:before{
	counter-increment: section-two;
	content: counter(section-two) ')';
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #105bff;
	position: absolute;
	left: 0;
	top: 0;	
}

.b-politics h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #201f21;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}


.b-politics ul{
	list-style-type: none;
	margin-bottom: 80px;
}
.b-politics ul > li{
	position: relative;
	padding-left: 32px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;	
}	
.b-politics ul > li:before{
	content: '';
	width: 7px;
	height: 7px;
	background: #105bff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}	

.b-politics-box2 p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #040c28;	
	margin-bottom: 16px;	
}
.b-politics-box2 p a{
	color: #105bff;
	border-bottom: 1px solid transparent;
}
.b-politics-box2 p a:hover{	
	border-color: #105bff;
}	


.mb80{
	margin-bottom: 80px;
}


@media (max-width: 1199px){

.b-politics-box2 {
    padding: 80px 65px;
}


}


@media (max-width: 991px){

.b-politics-box2 {
    padding: 80px 0px;
}

.b-politics-box2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

ol.latin-list > li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 31px;
    margin-bottom: 32px;
}
ol.latin-list > li:before {
    font-size: 16px;
    line-height: 24px;
}
ol.number-list > li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 31px;
}
ol.number-list > li:before {
    font-size: 16px;
    line-height: 24px;
}
ol.number-list-kav > li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 31px;
}
ol.number-list-kav > li:before {
    font-size: 16px;
    line-height: 24px;
}
.b-politics h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.b-politics ul > li {
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px;
}
.b-politics ul > li:before {
    top: 8px;
}


}


@media (max-width: 767px){

.b-politics-box2 {
    padding: 55px 0px;
}
.b-politics-box2 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.b-politics-box2 p b{
	font-weight: 300;
}	
.b-politics-box-text {
    margin-bottom: 55px;
}
ol.latin-list > li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 23px;
    margin-bottom: 24px;
}
ol.latin-list > li:before {
    font-size: 14px;
    line-height: 20px;
}
ol.number-list > li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 23px;
}
ol.number-list > li:before {
    font-size: 14px;
    line-height: 20px;
}
ol.number-list-kav > li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 23px;
}
ol.number-list-kav > li:before {
    font-size: 14px;
    line-height: 20px;
}
ol.latin-list > li > div {
    padding-top: 16px;
}
ol.latin-list > li > span {
    display: block;
    font-weight: 600;
    padding-top: 24px;
}
.b-politics ul > li {
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.b-politics ul > li:before {
    top: 6px;
}
.b-politics ul {
    list-style-type: none;
    margin-bottom: 55px;
}


}



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


@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){


}



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


@media (max-width: 1199px){




}


@media (max-width: 991px){



}


@media (max-width: 767px){


}