.slider {
  position: relative;
  overflow: hidden;
  margin: 30px -30px 0 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  width: 100%;
  outline: none;
}

.slider--index-page {
  margin-top: 0 !important;
}

.slider--initialized {
  margin-right: 0;
  transform: translateY(0);
  padding-bottom: 30px;
  box-sizing: content-box;
  opacity: 1 !important;
}

.slider--initialized .slider__sweep {
  margin-right: -30px;
}

.slider--initializing {
  opacity: 0;
  transition: opacity 0s linear, transform 0s ease-out;
}

.slider__sweep {
  position: relative;
  left: 0;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
}

.slider__item {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px 30px 0;
  height: 400px;
 
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.slider--initialized {
  padding-bottom: 30px;
}

.slider--initialized .slider__item {
  padding-bottom: 0;
}

.slider__item img {
  height: 100%;
}

.slider__caption {
	position: absolute;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	
	bottom: 0px;
	text-align: center;
	width: 100%;
/*	text-shadow: 0 0 6px #9b9b9b;*/
}

.slider__caption p {
	font-family: 'Circe Bold';
	font-weight: normal;
	font-size: 32px;
	line-height: 1;
	margin-top: 14px;
	color: white;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.slider--clients .client__item img {
	margin: 20px 15px 20px 15px !important;
}

.slider--clients .slider__points {
  display: block;
}

.slider--clients .slider__sweep {
  min-height: 100px;
}

.slider--index-page {
    opacity: 0;
    margin-top: 0;
}

.slider--index-page .slider__item { 
    width: 100% !important; 
    
}

.slider--index-page .slider__points {
    display: block !important; 
    bottom: 0px;
}

.slider--index-page .slider__sweep { 
    padding-top: 40%; 
    transition: transform 0.[[*slider-sweep]]s ease-out;
}

.slider--index-page .slider__item {
    height: 630px;
    position: relative; 
    height: 100% !important;
    
} 

.slider--index-page .slider__item img {
    min-width: 100%;
}

.slider--index-page .slider__arrow--next, 
.slider--index-page .slider__arrow--prev {
    top: 50%;
    margin-top: -25px;
}


@media (max-width: 420px) {
  .slice--index-page .slider__sweep {
    height: 0 !important;
    padding-top: 67%;
  }

  .slice--index-page .slider__item {
    width: 100%;
    height: 100%;
  }
  .slider__sweep {
    height: 0 !important;
    padding-top: 67%;
  }

  .slider__item {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 740px) and (orientation: landscape) {
  .slice--index-page .slider__sweep {
    height: 0 !important;
    padding-top: 55%;
  }

  .slice--index-page .slider__item {
    width: 100%;
    height: 100%;
  }
  .slider__sweep {
    height: 0 !important;
    padding-top: 55%;
  }

  .slider__item {
    width: 100%;
    height: 100%;
  }
}

.slider__points {
  text-align: center;
  font-size: 0;
  line-height: 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slider__point {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #D8D8D8;
  cursor: pointer;
}

.slider__point--active {
  background-color: #1F1F1F;
  cursor: default;
}

.slider__point + .slider__point {
  margin-left: 15px;
}

.slider__arrow {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 43px;
}

.slider__arrow--next {
  background: url('../img/design/icon-next.svg');
  background-size: 35px;
  right: 25px;
  background-position: left top;
}

.slider__arrow--prev {
  background: url('../img/design/icon-prev.svg');
  background-size: 35px;
  left: 25px;
  background-position: left top;
}

.client__item {
	width: 100%;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	left: 0;
}

.slider--clients .slider__point {
	margin-bottom: 20px;
}

@media screen and (max-width: 420px), screen and (max-width: 740px) and (orientation: landscape) {
  .slider__points {
    display: block;
  }
}

@media screen and (max-width: 420px), screen and (max-width: 740px) and (orientation: landscape) {
  .slider__arrow {
    display: none;
  }
  .slider--index-page .slider__item {
    height: 100% !important;
  }
  .slider__points {
    display: block;
  }
	.slider--clients {
		margin-right: 0;
    margin-top: -20px;
	}
	.slider--clients .slider__sweep {
		margin-right: 0;
	}
	.slider--clients .slider__sweep {
		height: 100px !important;
	}
	.client__item {
		width: 300%;
	}
	.client__frame {
		display: inline-block;
		vertical-align: top;
		width: 16.6666%;
	}
	.slider--clients .client__item img {
		margin: 10px 5px !important;
	}
}

@media (max-width: 1375px) {
  .slider--index-page .slider__sweep {
    height: 0 !important;
    padding-top: 51%;
  }
}

@media (max-width: 768px) {
  .slider--clients .slider__sweep {
    padding-top: 0;
    min-height: 0;
  }
}