section#howItWorksVideo {
  /*background-color: #1b1b1b;*/ }
section#manufacturing {
  background-color: #1b1b1b; }
  section#manufacturing section.slider, section#howItWorksVideo section.slider {
    padding-bottom: 42px;
    cursor: pointer; }
    section#manufacturing section.slider .slick-slide, 
	section#howItWorksVideo section.slider .slick-slide {
      opacity: .2;
      margin: 0 10px; }
    section#manufacturing section.slider .slick-active, 
	section#howItWorksVideo section.slider .slick-active {
      opacity: 1; }
    section#manufacturing section.slider .slick-slide img, section#howItWorksVideo section.slider .slick-slide img {
      display: block;
      cursor: grabbing; }
  section#manufacturing .prev, section#howItWorksVideo .prev  {
    position: absolute;
    top: 45%;
    left: 10px;
    z-index: 9999;
    height: 67px;
    width: 34px;
    cursor: pointer; }
  section#manufacturing .next, section#howItWorksVideo .next  {
    position: absolute;
    top: 45%;
    right: 10px;
    z-index: 9999;
    height: 67px;
    width: 34px;
    cursor: pointer; }
	

 .multiple-items .prev {
    position: absolute;
    top: 35%;
    left: 5px;
    z-index: 9999;
    height: 57px;
    width: 24px;
    cursor: pointer; }
  .multiple-items .next  {
    position: absolute;
    top: 35%;
    right: 5px;
    z-index: 9999;
    height: 57px;
    width: 24px;
    cursor: pointer; }	
	
	
	
.multiple-items .multiple-items__exempl img {
        width: 150px;
    height: 100px;
    margin: 0;
    border-radius: 0px;
	
}	
	
	
.multiple-items-one .multiple-items__exempl img {
   width: 100%;
    padding: 3px;
}



 .multiple-items-ome .prev {
    position: absolute;
    top: 35%;
    left: 5px;
    z-index: 9999;
    height: 57px;
    width: 24px;
    cursor: pointer; }
  .multiple-items-one .next  {
    position: absolute;
    top: 35%;
    right: 5px;
    z-index: 9999;
    height: 57px;
    width: 24px;
    cursor: pointer; }	
	
	
.slider-nav {
		background-color: #ebebeb;
       padding: 17px 0px 50px 35px;
        height: 100px;
        overflow: hidden;
	}	
	
.slider-nav-row {
background-color: #ebebeb;
    overflow-x: scroll;
    position: absolute;
    width: 870px;
    padding: 0;
    display: inline-flex;
	}
.slider-nav div {
float: left;
    margin-right: 5px;
      height: 150px;
}
.slider-nav div img.slide__nav {
    border: 3px solid #ebebeb;
}
.slider-nav div img.slide__nav.current, .slider-nav div img.slide__nav:hover {
    box-shadow: 0 0 4px #999;
    border: 3px solid #fff;
}
.slider-nav div img.slide__nav {
    cursor: pointer;
}

.slider-for {
	background-color: #ebebeb;
	overflow: hidden;
	    height: 450px;
		padding-top: 10px;
	}
.slider-for .slide__prev {
width: auto;
    padding: 3px;
    height: 450px !important;
    margin: 0 auto;
    display: block;
}	

.slider-nav .slide__nav {
padding-left: 36px;
    padding-right: 36px;
    background: #222;
    height: 90px;
    margin: 0;
    border-radius: 0px;
}
	
.slider-nav .slick-dots{
		background-color: #bfbfbf;
    left: 0px;
        height: 5px;
		bottom: 20px;
	}
	
.slider-nav .slick-dots li button:before{
	    font-size: 16px;	
    content: 'o';
	}
