@import "font-awesome.min.css";
@import "spinner.css";

@font-face {
	font-family: __BigBossIcon_5,sans-serif;; /* Имя шрифта */
	src: url(../fonts/bigbossicon.woff); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: days-one, sans-serif; /* Имя шрифта */
	src: url(../fonts/DaysOne-Regular.woff); /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: "days-one";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("days-one"),
       local("days-one"),
       url(https://kzaem.ru/fonts/DaysOne-Regular.woff2) 
       format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

body,html{
	font-family: days-one, sans-serif;
}
a{
	text-decoration: none !important;
	outline: none;
}
a:focus,
button:focus{
	outline: none!important;
}
/**
* Video BG
 */
#video-bg{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

/**
* Navbar
 */
nav {
	background: transparent !important;
	margin-top: 4px;
	width: 100%;
}
.navbar-toggler {
	border: 1px solid white;
	z-index: 100500;
	color: white;
	padding: 15px;
}
.navbar-nav {
	margin: 5px auto;
}
.navbar-nav li {
	position: relative;
	margin: 0 10px;
}
.navbar-nav .nav-link {
	color: white !important;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.navbar-nav .nav-link:hover {
	color: #9CDFFF !important;
	border-bottom: 4px solid #9CDFFF;
}
.navbar-nav .nav-link.turbine,
.navbar-nav .nav-link.turbine:hover{
	border-bottom: 0;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
	display: none;
	top: 38px;
	position: absolute;
	border: none;
	min-width: 230px;
	/*background: rgba(0,0,0, .7);*/
	background: rgba(0,93,169,.5);
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
	z-index: 100;
	padding: 0;
	border-radius: 0;
}
.dropdown:hover > .dropdown-menu {
	border-top: 4px solid #9CDFFF;
	display: block;
	opacity: 1;
	/*animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both*/
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: white !important;
	text-decoration: none;
	background: rgba(37,99,155,.8) !important;
}
.hvr-bounce-to-right {
	/*background: rgba(0,0,0, .8);*/
	background: rgba(0,93,169,.5);
	padding: 15px;
	color: white;
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
/*.hvr-bounce-to-right:before {
	color: white;
	background: rgba(156,223,255, .7) !important;
}
.hvr-bounce-to-right:hover {
	color: white;
	background: rgba(0,0,0, .8);
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, .8);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}*/
/* Animation */
@keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}
	
	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}
@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0,40px,0)
	}
	
	to {
		transform: translate3d(0,0,0);
		opacity: 1
	}
}

/*
* Button
 */
.btn-primary.stroke {
	background: transparent;
	border: 4px solid #9CDFFF;
	border-radius: 0;
	color: #9CDFFF;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
}
.btn-primary.stroke:hover {
	background: #ffffff;
	border: 4px solid #ffffff;
	color: #1d1e1f;
}

/**
* Bg image
 */
.background-image:before{
	position: fixed;
	width: 100%;
	height: 100%;
	content: '';
	background: transparent;
	z-index: 1;
}
.background-image:after{
	height:100%;
	width: 100%;
	position: fixed;
	content: '';
	background: url("/assets/images/texture.png");
	opacity: 0;
}
.background-image{
	background-size: cover;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}

/**
* Tabs
 */
.tab-content {
	height: 100%;
	overflow: hidden
}
.tab-pane.active {
	width: 100%;
	animation: slide-down 1s ease-out;
}
.tab-content .tab-pane {
	background: rgba(0,0,0,0.5) !important;
}

@keyframes slide-down {
	0% { opacity: 0; transform: translateY(100%); }
	100% { opacity: 1; transform: translateY(0); }
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs .nav-link{
	display: block;
	position: relative;
	background: rgba(0,0,0,0.3);
	width: 100%;
	text-align: left;
	/*padding: 0 0 10px;*/
	cursor: pointer;
	border-radius: 0;
	border: 4px solid transparent;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
	/*min-height: 224px;*/
	
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
	background: rgba(0,0,0,0.5);
	border: 4px solid #9CDFFF;
}

.nav-tabs .image{
	padding-left: 10px;
	width: 100%;
}
.nav-tabs .image img{
	width: 100%;
}
.nav-tabs .title{
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.tab-content{
	margin-top: 25px;
	display: block;
	position: relative;
	width: 100%;
	min-height: 261px;
	color: white;
	font-family: __BigBossIcon_5,sans-serif;
}
.tab-content .tab-pane{
	background: rgba(0,0,0,0.6);
}
.tab-content .team img{
	width: 100%;
}

/**
Footer
 */
section.footer{
	position: fixed;
	bottom: 10px;
	width: 100%;
	font-family: __BigBossIcon_5,sans-serif;
}
section.footer .items .icon i{
	position: relative;
	font-size: 39px;
	top: -7px;
}
section.footer .items .text{
	text-align: left;
}
section.footer .items .text p{
	color: white;
	line-height: 0.5;
	font-weight: 400;
}

/**
* OWL
 */
.owl-carousel{
	position: relative;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
}
.owl-theme .owl-nav .owl-prev {
	float: left;
	margin-left: 15px;
	padding: 15px;
	font-size: 28px;
	border-radius: 0;
	background: rgba(0, 0, 0, .5);
	transition: all 200ms ease-in;
}
.owl-theme .owl-nav .owl-prev:before{
	font-family: FontAwesome,sans-serif;
	content: '\f104';
}

.owl-theme .owl-nav .owl-next {
	float: right;
	margin-right: 15px;
	padding: 15px;
	font-size: 28px;
	border-radius: 0;
	background: rgba(0, 0, 0, .5);
	transition: all 200ms ease-in;
}
.owl-theme .owl-nav .owl-next:before{
	font-family: FontAwesome,sans-serif;
	content: '\f105';
}

/**
* Forms
 */
form input,
form textarea{
	background: #babdc6 !important;
	border: none !important;
	border-radius: 0 !important;
}
form label{
	color: #9CDFFF;
	font-family: play, sans-serif;
}
form button{
	cursor: pointer;
	font-family: play, sans-serif;
}
 /**
 * Touch hand
 **/
.touch-hand{
	display: none;
	background: url("/assets/images/touch.png") no-repeat center;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 50%;
	left: 40%;
}

#objects-map{
	height: 100%;
}