header{
	background: transparent;
}
#banner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -2;
}
#banner .slick-arrow{
	display: none!important;
}
#banner-tint{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-color: #101820;
	opacity: 0.5;
}
.slider,
.slider img{
	width: 100%;
	height: 100vh;
}
.slider img{
	
}
#banner-front{
	width: 100%;
	height: calc(100vh - 140px);
}
.banner-title{
	width: 100%;
	text-align: center;
}
.banner-title h1{
	text-transform: uppercase;
	animation-delay: 0.2s;
	opacity: 0;
}
.banner-title h3{
	margin-top: 15px;
	animation-delay: 0.5s;
	opacity: 0;
}

.scroll-down{
	bottom: 45px;
	width: 30px;
	height: 40px;
}
#scroll-content{
	background: #101820;
}
#wheel{
	top: 14px;
	animation: mouseWheel 1.5s ease infinite;
}
@keyframes mouseWheel{
	0%{
		top: 14px;
		opacity: 1;
	}
	100%{
		top: 25px;
		opacity: 0;
	}
}
#block-pic{
	padding: 7.5px 0
}
.menu-block,
.search-block{
	background: transparent;
}
.search-block-open,
.header-fixed,
.header-fixed .menu-block,
.header-open{
	background: #101820;
}

@media (max-width: 991px){
	
}
@media (max-width: 769px){
	
	#banner-front{
		height: calc(100vh - 100px);
	}
	.news-item{
		width: calc(100% - 15px);
		margin: 0px 7.5px 2px 7.5px;
	}
	#block-pic{
		padding: 2px 0;
	}
	.scroll-down{
		bottom: 60px;
	}
	.col-4{
		width: calc(100% - 15px);
		margin: 0 7.5px;
	}
	#block-pic > div > div.row.row2 > div.col-4.relative > div:nth-child(2){
		margin-top: 0!important;
	}
	.block-type-2{
		margin: 0;
	}
	#margin-not-show{
		display: none;
	}
	.row2, .row1{
		padding: 0;
		margin: 0 -25px;
	}
	
}
@media (max-width: 550px){
/*	#banner{
		height: 100vh;
	}*/
}