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

.b-form input::-webkit-input-placeholder       {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form input::-moz-placeholder                {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form input:-moz-placeholder                 {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form input:-ms-input-placeholder            {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.b-form input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.b-form input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.b-form input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.b-form textarea::-webkit-input-placeholder       {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form textarea::-moz-placeholder                {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form textarea:-moz-placeholder                 {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form textarea:-ms-input-placeholder            {color: #fff; opacity: 0.5; transition: opacity 0.3s ease;}
.b-form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.b-form textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.b-form textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.b-form textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



body{
	font-family: 'Bicubik';
	/*font-family: 'Сapsmall_clean';*/
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	background: #181726;
    overflow-x: hidden;	
}
.b-wrapper{
	overflow: hidden;
}


@media (min-width: 1311px){

.container {
    width: 1310px;
}

}


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

header{
	padding: 28px 0;
	z-index: 5;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header.fnav{
	background: rgba(24,23,38,0.7);
	padding: 15px 0;
}
.logo{
	float: left;
}
.logo > a{
	display: inline-block;
	vertical-align: top;
}
.logo > a > img{
	display: block;
	height: 48px;
}
ul.menu{
	float: right;
	list-style-type: none;
	margin-bottom: 0;
	position: relative;
	padding-top: 12px;
}
ul.menu:after{
	content: '';
	display: table;
	clear: both;
}
ul.menu > li{
	float: left;
	margin-left: 60px;
}
ul.menu > li > a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #FFFFFF;	
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

ul.menu > li > a:hover{
	color: #A5A3CC;
}









@media (max-width: 1310px){




}

@media (max-width: 1199px){



}

@media (max-width: 991px){



}

@media (max-width: 767px){



}






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

.b-1{
	position: relative;
	height: 800px;
	overflow: hidden;
}
.b-1:after{
	content: '';
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(24,23,38,0);
	background: -moz-linear-gradient(top, rgba(24,23,38,0) 0%, rgba(24,23,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,23,38,0)), color-stop(100%, rgba(24,23,38,1)));
	background: -webkit-linear-gradient(top, rgba(24,23,38,0) 0%, rgba(24,23,38,1) 100%);
	background: -o-linear-gradient(top, rgba(24,23,38,0) 0%, rgba(24,23,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(24,23,38,0) 0%, rgba(24,23,38,1) 100%);
	background: linear-gradient(to bottom, rgba(24,23,38,0) 0%, rgba(24,23,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181726', endColorstr='#181726', GradientType=0 );	
}	

.b-1-bg-scene{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.b-1-bg{
	display: block;
	position: absolute;
	left: -10% !important;
	top: -10% !important;
	width: 120%;
	height: 120%;
	background: url(../img/b-1-bg.png) no-repeat center center;
	background-size: cover;
	
}

.b-1-bg > img{
	width: 100%;
	height: auto;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}
.b-1-box{
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 206px;
}
.b-1-logo > img{
	display: block;
	margin: 0 auto;
}
.b-1-logo{
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
}
.b-1-box > p{
	display: block;
	width: 100%;
	max-width: 720px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #FFFFFF;	
	margin: 0 auto;
	margin-bottom: 94px;
	position: relative;
	z-index: 2;
}
.mause{
	text-align: center;
}
.mause > div{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.mause > img{
	display: block;
}


.b-1-wave{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 185px;
	width: 100%;
	height: 300px;
}
.b-1-wave:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ED6062;
    position: absolute;
    right: calc(100% - 320px);
    bottom: 50%;
}
.b-1-wave:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ED6062;
    position: absolute;
    left: calc(100% - 320px);
    bottom: 50%;
}
.b-1-wave svg {
  width: 640px;
  height: 100%;
}

.b-1-wave line {
  stroke-width: 0;
  stroke: #3c3c3c;
}

.b-1-wave #wave {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ED6062;
}

.b-1-wave svg:not(:root) {
    overflow: visible;
}


@media (max-width: 1310px){

.b-1-wave:before {
    right: calc(100% - 250px);
}
.b-1-wave:after {
    left: calc(100% - 250px);
}


}

@media (max-width: 1199px){

.b-1-wave:before {
    right: calc(100% - 150px);
}
.b-1-wave:after {
    left: calc(100% - 150px);
}

}

@media (max-width: 991px){

.b-1-wave:before {
    right: calc(100% - 40px);
}
.b-1-wave:after {
    left: calc(100% - 40px);
}
ul.menu > li {
    float: left;
    margin-left: 35px;
}


}

@media (max-width: 767px){

.b-1 {
    position: relative;
    height: 570px;
    overflow: hidden;
}
header {
    padding: 18px 0;
}
header.fnav {
    padding: 9px 0;
}
ul.menu {
    float: none;
    text-align: center;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
}
ul.menu:after{
	content: none;
}
ul.menu > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
}
ul.menu > li:first-child{
	margin-left: 0;
}	
ul.menu > li:last-child{
	margin-right: 0;
}	
ul.menu > li > a {
    font-size: 12px;
    line-height: 24px;
}    
.logo{
	display: none;
}
.b-1-wave:before {
    content: none;
}
.b-1-wave:after {
    content: none;
}
.b-1-wave {
    z-index: 1;
    position: absolute;
    left: -15px;
    top: 45px;
    width: calc(100% + 30px);
    height: 300px;
}

.b-1-logo > img {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.b-1-box {
    padding-top: 130px;
}
.b-1-logo {
    margin-bottom: 40px;
}
.b-1-box > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 75px;
}
.mause > div > img{
	display: none;
}
.mause > div{
	position: relative;
	width: 27px;
	height: 17px;
}
.mause > div:after{
	content: '';
	width: 27px;
	height: 17px;
	background: url(../img/arr.svg) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

}





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

.b-2{
	padding-top: 75px;
	padding-bottom: 155px;
}
.title{
	font-family: 'Сapsmall_clean';
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	color: #FFFFFF;	
	margin-bottom: 16px;
}
.title > div{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
}	
.title > div > div{
	position: relative;
	z-index: 2;
}	
.title > div > span{
	display: block;
	width: 100%;
	height: 1px;
	background: #ED6062;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}	
.title-text{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #A5A3CC;	
	margin-bottom: 80px;
}
.b-2-video{
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	margin-bottom: 190px;
	position: relative;
	z-index: 3;
}
.b-2-video > a{
	display: block;
	position: relative;
}	
.b-2-video > a:before{
	content: '';
	width: 80px;
	height: 80px;
	background: url(../img/play.svg) no-repeat 0 0;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
	opacity: 0.75;
	z-index: 3;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}	
.b-2-video > a:hover:before{
	opacity: 1;
}	
.b-2-video > a > img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	margin-left: -8px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.b-2-video:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #A5A3CC;
	position: absolute;
	left: 12px;
	top: 20px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.b-2-video:hover > a > img{
	margin-left: 0;
	margin-right: -15px;
}
.b-2-video:hover:before{
	left: -15px;
	top: -20px;
}

.b-2-paralax{
	position: relative;
	height: 1px;
}
.b-2-paralax img{
	position: absolute;
	display: block;
	max-width: none;
}
img.t-1{
	left: 50% !important;
	margin-left: -429px;
	top: -515px !important;
}	
img.t-2{
	left: 50% !important;
	margin-left: -360px;
	top: -26px !important;
}	


.b-2-box{
	padding-top: 44px;
	position: relative;
	margin: 0 -15px;
}
.b-2-box:after{
	content: '';
	display: table;
	clear: both;
}	
.b-2-item.hidd{
	display: none;
}
.b-2-item{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 80px;
}

.b-2-item > a{
	display: inline-block;
	vertical-align: top;
}
.b-2-item > a > span{
	display: block;
	font-family: 'Сapsmall_clean';
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;	
	margin-bottom: 8px;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}	
.b-2-item > a:hover > span{
	color: #AEAEB3;
}	

.b-2-item > a > p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #AEAEB3;
	margin-bottom: 0;
}

.b-2-btn{
	text-align: center;
}
.b-2-btn > span{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #A5A3CC;	
	border: 1px solid #A5A3CC;
	padding: 8px 32px;
	padding-bottom: 6px;
	-webkit-transition: color .3s, border-color .3s;
    -moz-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}
.b-2-btn > span:hover{
	color: #fff;
	border-color: #fff;
}	


@media (max-width: 1310px){




}

@media (max-width: 1199px){



}

@media (max-width: 991px){

.b-2-item {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 80px;
}


}

@media (max-width: 767px){

.b-2 {
    padding-bottom: 100px;
}
.b-2-video{
	margin-bottom: 100px;
}

img.t-1{
	width: 540px;
	left: 50% !important;
	margin-left: -270px;
	top: -362px !important;
}	
img.t-2{
	width: 340px;
	left: 50% !important;
	margin-left: -170px;
	top: 200px !important;
}	
.title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}
.title-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 32px;
}
.b-2-video:before {
    left: 10px;
    top: 10px;
}
.b-2-video > a > img {
    margin-left: 0px;
}
.b-2-video:hover:before {
    left: 10px;
    top: 10px;
}
.b-2-video:hover > a > img {
    margin-left: 0;
    margin-right: 0px;
}
.b-2-video > a:before {
    content: '';
    width: 48px;
    height: 48px;
    background: url(../img/play.svg) no-repeat 0 0;
    background-size: cover;
    margin-left: -24px;
    margin-top: -24px;
}
.b-2-item {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
}
.b-2-box {
    padding-top: 8px;
    position: relative;
    margin: 0px;
}
.b-2-item > a > span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
}
.b-2-item > a > p {
    font-size: 15px;
    line-height: 22px;
}
.b-2-btn{
	padding-top: 12px;
}

}

@media (max-width: 700px){

img.t-2{
	width: 340px;
	left: 50% !important;
	margin-left: -170px;
	top: 100px !important;
}
}

@media (max-width: 570px){

img.t-2{
	width: 340px;
	left: 50% !important;
	margin-left: -170px;
	top: 50px !important;
}
}

@media (max-width: 500px){

img.t-2{
	width: 340px;
	left: 50% !important;
	margin-left: -170px;
	top: 0px !important;
}
}

@media (max-width: 400px){

img.t-2{
	width: 340px;
	left: 50% !important;
	margin-left: -170px;
	top: -40px !important;
}
}


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

.b-3{
	background: #212035;
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}
.sh{
	display: block;
	width: 120%;
	position: absolute;
	left: -10% !important;
	top: -64px !important;
}
.sh img{
	display: block;
	width: 100%;	
}	

.b-3-box{
	padding: 0 110px;
	margin-bottom: 80px;
	position: relative;
}
.b-3-box:after{
	content: '';
	display: table;
	clear: both;
}	
.b-3-item-img{
	float: left;
	width: 38%;
	position: relative;
	padding-bottom: 20px;
}
.b-3-item-img > div{
	position: relative;
}
.b-3-item-img > div > div{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #A5A3CC;
	left: 20px;
	top: 20px;
}
.b-3-item-img > div > img{
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}	
.b-3-item-inf{
	float: left;
	width: 62%;
	padding-left: 60px;
}
.b-3-item-inf > div{
	font-family: 'Сapsmall_clean';	
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;	
	margin-bottom: 4px;
}
.b-3-item-inf > span{
	display: block;
	font-family: 'Сapsmall_clean';	
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	opacity: 0.65;	
	margin-bottom: 24px;
}	
.b-3-item-inf > p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.b-3-item-inf > p:last-child{
	margin-bottom: 0;
}	
.b-3-item-inf a{
	color: #A5A3CC;
	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;
}	
.b-3-item-inf a:hover{
	text-decoration-color: transparent;
}	


.b-3-box2 > .b-3-item-img{
	float: right;
}
.b-3-box2  .b-3-item-inf {
    padding-left: 0px;
    padding-right: 60px;
}


@media (max-width: 1310px){

.b-3-box {
    padding: 0 80px;
    margin-bottom: 80px;
    position: relative;
}


}

@media (max-width: 1199px){

.b-3-box {
    padding: 0 0px;
    margin-bottom: 80px;
    position: relative;
}

}

@media (max-width: 991px){

.sh{
	width: 1200px;
}
.b-3-item-inf {
    float: left;
    width: 62%;
    padding-left: 45px;
}
.b-3-box2 .b-3-item-inf {
    padding-left: 0px;
    padding-right: 45px;
}
.b-3-item-inf > p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 14px;
}

}

@media (max-width: 767px){

.b-3{
	padding-top: 0;
	padding-bottom: 0;
}
.b-3-item-img {
    float: none;
    width: 100%;
    position: relative;
    padding-bottom: 34px;
}
.b-3-box2 > .b-3-item-img {
    float: none;
}
.b-3-item-inf {
    float: none;
    width: 100%;
}
.b-3-item-img > div > div {
    left: 10px;
    top: 10px;
}
.b-3-item-inf {
    padding-left: 0;
}
.b-3-box2 .b-3-item-inf {
    padding-left: 0px;
    padding-right: 0;
}
.b-3-item-inf > div {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
}
.b-3-item-inf > span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.b-3-item-inf > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.b-3-box {
    margin-bottom: 60px;
}

}





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

.b-4{
	background: #181726;
	padding-top: 120px;
	padding-bottom: 0px;
	position: relative;
}
.b-4 .sh{
	top: -125px !important;
}
.b-5-box{
	padding-top: 44px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 32px;
	width: 100%;
	max-width: 620px;
}
.b-5-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-5-box > div:first-child{
	float: left;
}
.b-5-box > div:last-child{
	float: right;
}
.b-5-box > div > span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #A5A3CC;	
	margin-bottom: 4px;
}
.b-5-box > div > a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.b-5-box > div > a:hover{
    color: #A5A3CC;
}	

.b-form{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 620px;	
}


.b-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 21px 24px;
    font-family: 'Bicubik';
    font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
    background-color: #212035;
    background-image: none;
    border: 1px solid #212035;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.b-form textarea.form-control {
	height: 192px;
	resize: none;
}	

.b-form .btn {
    display: block;
    width: 100%;
    padding: 21px 12px;
    margin-bottom: 0;
    font-family: 'Bicubik';
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.03em;
	color: #A5A3CC;
    border: 1px solid #A5A3CC;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: color .3s, border-color .3s;
    -moz-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}
.b-form .btn:hover{
	color: #fff;
	border-color: #fff;
}	
.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;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer{
	padding: 70px 0;
	text-align: center;
}
footer a{
	display: inline-block;
	vertical-align: top;
}


@media (max-width: 1310px){

.b-4 .sh {
    top: -90px !important;
}


}

@media (max-width: 1199px){



}

@media (max-width: 991px){

.b-4 .sh {
    top: -50px !important;
}

}

@media (max-width: 767px){

.b-5-box {
    padding-top: 16px;
    margin-bottom: 32px;
    text-align: center;
}
.b-5-box > div:first-child {
    float: none;
    margin-bottom: 24px;
}
.b-5-box > div:last-child {
    float: none;
}
.b-5-box > div > span {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 4px;
}
.b-5-box > div > a {;
    font-size: 15px;
    line-height: 22px;
}
.b-form .form-control {
    padding: 12px 16px;
    padding-top: 13px;
    font-size: 13px;
    line-height: 17px;
}
.b-form .btn {
    display: block;
    width: 100%;
    padding: 10px 12px;
    padding-top: 12px;
}    
footer {
    padding: 40px 0;
}
.b-4 .sh {
    top: -67px !important;
}
.b-4{
	padding-top: 85px;
}


}





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

@media (max-width: 1310px){




}

@media (max-width: 1199px){



}

@media (max-width: 991px){



}

@media (max-width: 767px){



}





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

@media (max-width: 1310px){




}

@media (max-width: 1199px){



}

@media (max-width: 991px){



}

@media (max-width: 767px){



}





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

@media (max-width: 1310px){




}

@media (max-width: 1199px){



}

@media (max-width: 991px){



}

@media (max-width: 767px){



}


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

.modal-wind .forma {
    width: 100%;
    max-width: none;
}


.modal-title{
	font-size: 18px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 0 -15px;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.modal-wind{
	display: none;
	width: 430px;
}
.fancybox-content{
	padding: 60px 34px;
	padding-top: 50px;
	border-radius: 4px;
	background: rgba(51,136,255,1);
	background: -moz-linear-gradient(45deg, rgba(51,136,255,1) 0%, rgba(9,103,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(51,136,255,1)), color-stop(100%, rgba(9,103,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(51,136,255,1) 0%, rgba(9,103,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(51,136,255,1) 0%, rgba(9,103,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(51,136,255,1) 0%, rgba(9,103,255,1) 100%);
	background: linear-gradient(45deg, rgba(51,136,255,1) 0%, rgba(9,103,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3388ff', endColorstr='#0967ff', GradientType=1 );
}


.modal-wind .fancybox-button {
	padding: 0;
    width: 40px;
    height: 40px;	
    color: #fff;
    right: 2px;
    top: 2px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}	
.modal-wind .fancybox-button:hover{
	opacity: 0.8;
}	


.modal-wind .forma .btn {
	background: rgba(104,232,255,1);
	background: -moz-linear-gradient(left, rgba(104,232,255,1) 0%, rgba(90,192,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(104,232,255,1)), color-stop(100%, rgba(90,192,255,1)));
	background: -webkit-linear-gradient(left, rgba(104,232,255,1) 0%, rgba(90,192,255,1) 100%);
	background: -o-linear-gradient(left, rgba(104,232,255,1) 0%, rgba(90,192,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(104,232,255,1) 0%, rgba(90,192,255,1) 100%);
	background: linear-gradient(to right, rgba(104,232,255,1) 0%, rgba(90,192,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e8ff', endColorstr='#5ac0ff', GradientType=1 );
    -webkit-box-shadow: 0 13px 29px 9px rgba(108,243,255,0.6);
    box-shadow: 0 13px 29px 9px rgba(108,243,255,0.6);
}
.modal-wind .forma .btn:hover {
    -webkit-box-shadow: 0 13px 29px 0px rgba(108,243,255,0.6);
    box-shadow: 0 13px 29px 0px rgba(108,243,255,0.6);
}


@media (max-width: 767px){

	.modal-wind{
		width: 290px;
	}
	.fancybox-content {
	    padding: 32px 12px;
	    padding-top: 50px;
	}    
	.modal-title {
	    font-size: 14px;
	    line-height: 24px;
	    margin: 0 -12px;
	    margin-bottom: 20px;
	    letter-spacing: 0.08em;
	}
	.modal-wind .fancybox-button {
	    width: 32px;
	    height: 32px;
	    right: 4px;
	    top: 2px;
	}

}	


.fancybox-caption__body{
	font-size: 16px;
	line-height: 22px;
}
.fancybox-caption__body b{
	font-size: 22px;
	line-height: 22px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: visible;
    pointer-events: all;
}


@media (max-width: 767px){

.fancybox-caption__body{
	font-size: 9px;
	line-height: 12px;
}
.fancybox-caption__body b{
	font-size: 12px;
	line-height: 12px;
}



}	