/* Баннер */


.banner-background {
	z-index: 99;
	
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	
	background-size: 100%;
	
	
	 opacity: 0.5;
	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}
  

#banner {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	z-index: 100;
	opacity: 1.0;
}
.carousel-desktop-main .slick-slide img {
    width: 100%;
    max-width: 1400px;
}

/*


.scroll-down {
	pointer-events: none;
	position: absolute;
	width: 150px;
	bottom: 2%;
	left: 50%;
	margin-left: -75px;
	z-index: 50;
	display: block;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
}
.scroll-down .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 26px;
  height: 44px;
  display: block;
  border-radius: 13px;
  border: 2px solid #FFFFFF;
  margin: 0 auto;
}
.scroll-down .icon:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 6px;
  height: 6px;
  -webkit-animation: scrollDownKnobAnimation 2s ease infinite;
  -moz-animation: scrollDownKnobAnimation 2s ease infinite;
  -o-animation: scrollDownKnobAnimation 2s ease infinite;
  animation: scrollDownKnobAnimation 2s ease infinite;
  position: absolute;
  top: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: '';
  left: 50%;
  margin-left: -3px;
}

.scroll-down span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: -90px;
  left: 3px;
  }
  */
  