@import "bootstrap.min.css";
@import "normalize.css";
@import "buttons.css";
@import "icons.css";
@import "fonts.css";
@import "owl.carousel.min.css";
@import "animation.css";
@import "jquery.fancybox.min.css";
@import "jquery.formstyler.css";
@import "slick.css";

body{
	font-family: "PFIsotextPro-Light", sans-serif;
	background: #000;
	padding-top: 87px;
}
.centering{
	width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.header{
	height: 87px;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	background: #000;
}

[class*="icon-"]{
	display: inline-block;
	vertical-align: middle;	
}
.header__icons{
	float: left;
}
.header__icons a{
	text-decoration: none;
}

.icon-fc{
	background: url(../img/general/icons.png) no-repeat 0 0;
	width: 27px;
	height: 27px;
}

.icon-gl{
	background: url(../img/general/icons.png) no-repeat 0 -28px;
	width: 27px;
	height: 27px;	
}

.icon-in{
	background: url(../img/general/icons.png) no-repeat 0 -56px;
	width: 27px;
	height: 27px;	
}

.icon-pn{
	background: url(../img/general/icons.png) no-repeat 0 -84px;
	width: 27px;
	height: 27px;	
}

.icon-tw{
	background: url(../img/general/icons.png) no-repeat 0 -111px;
	width: 27px;
	height: 27px;	
}
.logo{
	float: left;
	width: 125px;
	position: relative;
	height: 38px;
}

.logo-img{
	margin-right: 24px;
}

.logo-text{
	display: block;
	margin-top: 16px;
}

.logo .logo-inner{
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease-out 0s;
	text-align: center;
}

.logo-inner img{
	transition: all 0.2s ease-out 0s;
}

.header-scroll .logo-inner{	
	top: -165px;
}

.header-scroll .logo-inner .logo-img{
	opacity: 0;
}

.nav{
	float: left;
	margin-right: 34px;
}
.nav ul li{
	list-style: none;
	float: left;
	position: relative;
	padding: 0 18px 0 23px; 
}

.nav ul li:last-child{
	padding-right: 23px;
}

 .nav ul li:before{
	content: "";	
	background: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50px;	
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	
}

.nav ul li:last-child:after{
	content: "";		
	background: #fff;	
	width: 6px;
	height: 6px;
	border-radius: 50%;	
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
}

.nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;	
	transition: all 0.2s ease-out 0s;
}

.nav ul li a:hover{
	text-shadow: 0 0 10px #fff;
}

.banner{
	height: 690px;
	background: url(../img/general/banner.png) no-repeat center top;	
	position: relative;
	transition: background 0.4s ease-out 0s;
}

.banner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/general/grid.png) center top;
}

.title{
	padding: 50px 0;
	font-size: 30px;
	color: #bb83f0;
}
.info{
	color: #9f9f9f;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 100px;
}
.info .col-md-4 p:first-child{
	font-size: 23px;
	line-height: 23px;

}

.info .col-md-5 p:first-child{
	padding-top: 5px;
}
.info__copy {
	font-size: 55px;
	color: #a24ca7;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}

.info span a{
	text-decoration: underline;
	color: #a384c6;
}

/* .gallery{
	width: 100%;
	overflow: hidden;
}*/

.gallery-inner{
	max-width: 1920px;
	margin: 0 auto;
}

.gallery__item{
	background: #000;	

}

.gallery__item img{
	transition: all 0.4s ease-out 0s;

}

.gallery__item:hover img{
	opacity: 0.5;
}

.contacts{
	background: url(../img/general/contacts-bg.jpg) no-repeat center -250px;
	height: 780px;
	padding: 95px 0;
	transition: background 0.4s ease-out 0s;
}

.request {
	width: 435px;
	display: inline-block;
	font-size: 25px;
	background: rgba(3,7,19, 0.8);
	padding: 30px;
}

.request .title{
	margin-bottom: 10px;
}

.contacts .title{
	padding: 0;
}

.gallery .row{
	margin: 0;

}

.gallery [class*="col-"]{
	padding: 0;
}

.form-group{
	margin-bottom: 10px;
}

.form-control{
	background: none;
	border-radius: 0px;
	font: 25px "PFIsotextPro-Light", sans-serif;
	color: #fff;
	height: 41px;
	border: 1px solid #595964;
	border-radius: none;
}

.send{
	margin-top: 20px;
}

.btn{
	font: 25px "PFIsotextPro-Light", sans-serif;
}

.btn-default{	
	color: #fff;	
	border: 1px solid #156e96;
	padding: 5px 134px;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	border-radius: 0;
	transition: all 0.2s ease-out 0s;
}
.btn-default:hover{
	background: #146e96;
	color: #fff;
	border-color: #146e96;
}

.form-control::-webkit-input-placeholder {color:#fff; opacity: 1;}
.form-control::-moz-placeholder          {color:#fff; opacity: 1;}/* Firefox 19+ */
.form-control:-moz-placeholder           {color:#fff; opacity: 1;}/* Firefox 18- */
.form-control:-ms-input-placeholder      {color:#fff; opacity: 1;}

.soc{
	float: right;
	display: inline-block;
	clear: right;

}
.soc a{
	text-decoration: none;
}
.icon-vk{
	background: url(../img/general/vk.png) no-repeat 0 -73px;
	width: 66px;
	height: 66px;
}
.icon-fb{
	background: url(../img/general/icons.png) no-repeat 0 -138px;
	width: 66px;
	height: 66px;
}
.icon-gplus{
	background: url(../img/general/icons.png) no-repeat 0 -203px;
	width: 66px;
	height: 66px;
}
.icon-yb{
	background: url(../img/general/icons.png) no-repeat 0 -267px;
	width: 66px;
	height: 66px;
}

.icon-ig{
	background: url(../img/general/icons.png) no-repeat 0 -333px;
	width: 66px;
	height: 66px;
}

.number {
	display: inline-block;
	font-size: 42px;
	color: #000;
	float: right;
	padding-top: 360px;
}
.dowload-link{
	font-size: 30px;
	float: right;
	clear: right;
	padding-top: 0;
	display: inline;
	color: #000;
}


.number__point{
	position: relative;
	padding: 0 15px;
}

.number__point:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	top: 20px;
	left: 5px;
	border-radius: 50px;
}
.number__point:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #000;
	bottom: 20px;
	right: 5px;
	border-radius: 50px;
}
.footer{
	background: #030713;
}
.footer ul li{
	list-style: none;
	display: inline-block;
	padding: 90px 19px 40px 19px;
	font-size: 25px;
	color: #4d4f54;
	position: relative;

}

.footer ul li:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 137px;
	top: 30px;
	left: 0;
	background: url(../img/general/separator.png);
}
.footer ul li:last-child:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 137px;
	top: 30px;
	right: 0;
	background: url(../img/general/separator.png);
}

.tooltype{
	position: absolute;	
	background: rgba(0,0,0,0.5);
	padding: 1px 12px 0;
	font-size: 27px;
	color: #fff;
	z-index: 200;
	margin: -50px 0 0 -170px;
}

.video{	
	background: url(../img/general/grid-video.png);
	padding: 136px 0;
}

.video-header{
	margin-bottom: 16px;
}

.video-title{
	font-size: 30px;
	color: #bb83f0;
	float: left;
}

.video-nav{
	float: right;
	color: #fff;
	font-size: 25px;
	margin-top: 7px;
}

.video-nav span{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 28px;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.cycle-pager-active{
	color: #6d6d6d;
	cursor: default !important;
}

.video-list{
	position: relative;
}

.video-prev{
	position: absolute;
	left: 84px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/general/icon-prev.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 200;
}

.video-next{
	position: absolute;
	right: 84px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/general/icon-next.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 200;
}

.checkbox-wrap{
	padding: 2px 7px;
	height: 41px;
	border: 1px solid #5b5c65;
	display: block;
	font: 25px "PFIsotextPro-Light", sans-serif;
	color: #fff;
	cursor: pointer;
}

.checkbox-wrap .jq-checkbox{
	float: right;
	margin: 6px 0 0 0;
}

.success-ms{
	height: 476px;
	font-size: 45px;
	color: #bb83f0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.success-ms span{
	display: block;
	text-align: center;
}

.red .form-control{
	border-color: #cb2424;
}

.msg-error{
	color: #cb2424;
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

form.error .msg-error{
	display: block;
}

.video-slider{
	height: 594px;
}

textarea{
	resize: vertical;
}


