.peopleBlock {
  overflow: hidden;
  min-height: 500px;
  position: relative;
  margin: 100px 0 50px 0;
}
.peopleBlock .bigTitle {
  text-align: center;
  width: 100%;
}
.peopleBlock .buttonWrapper {
  text-align: center;
  width: 100%;
  margin-bottom: -20px;
  margin-top: 30px;
}
.peopleBlock .peoples {
  position: absolute;
  height: 100%;
  width: 2240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.peopleBlock .peoples .item {
  position: absolute;
  background: black;
  color: #ffffff;
  margin: 0 5px;
  width: 310px;
  height: 310px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  -webkit-box-shadow: 0 32px 49px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 32px 49px rgba(0, 0, 0, 0.15);
  box-shadow: 0 32px 49px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 11s, opacity 11s;
  -moz-transition: transform 11s, opacity 11s;
  -ms-transition: transform 11s, opacity 11s;
  -o-transition: transform 11s, opacity 11s;
  transition: transform 11s, opacity 11s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}
.peopleBlock .peoples .item.transNull {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.peopleBlock .peoples .item.first-state {
  opacity: 0.5;
  -webkit-transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  -o-transform: translate3d(320px, 0, 0);
  -ms-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
}
.peopleBlock .peoples .item.second-state {
  opacity: 1;
  -webkit-transform: translate3d(640px, 50px, 0);
  -moz-transform: translate3d(640px, 50px, 0);
  -o-transform: translate3d(640px, 50px, 0);
  -ms-transform: translate3d(640px, 50px, 0);
  transform: translate3d(640px, 50px, 0);
}
.peopleBlock .peoples .item.third-state {
  opacity: 1;
  -webkit-transform: translate3d(960px, 100px, 0);
  -moz-transform: translate3d(960px, 100px, 0);
  -o-transform: translate3d(960px, 100px, 0);
  -ms-transform: translate3d(960px, 100px, 0);
  transform: translate3d(960px, 100px, 0);
}
.peopleBlock .peoples .item.fourth-state {
  opacity: 1;
  -webkit-transform: translate3d(1280px, 50px, 0);
  -moz-transform: translate3d(1280px, 50px, 0);
  -o-transform: translate3d(1280px, 50px, 0);
  -ms-transform: translate3d(1280px, 50px, 0);
  transform: translate3d(1280px, 50px, 0);
}
.peopleBlock .peoples .item.fifth-state {
  opacity: 0.5;
  -webkit-transform: translate3d(1600px, 0, 0);
  -moz-transform: translate3d(1600px, 0, 0);
  -o-transform: translate3d(1600px, 0, 0);
  -ms-transform: translate3d(1600px, 0, 0);
  transform: translate3d(1600px, 0, 0);
}
.peopleBlock .peoples .item.fadeOut {
  opacity: 0;
  -webkit-transform: translate3d(1920px, 0, 0);
  -moz-transform: translate3d(1920px, 0, 0);
  -o-transform: translate3d(1920px, 0, 0);
  -ms-transform: translate3d(1920px, 0, 0);
  transform: translate3d(1920px, 0, 0);
}
.peopleBlock .peoples .item.setNull {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.peopleBlock .peoples .item .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.peopleBlock .peoples .item .gradient {
  height: 50%;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  background: red;
  bottom: 0;
  background: #0d597a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d597a), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, #0d597a, transparent);
  background: -moz-linear-gradient(center bottom, #0d597a 0%, transparent 100%);
  background: -o-linear-gradient(transparent, #0d597a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#0d597a', GradientType=0);
  opacity: 1;
}
.peopleBlock .peoples .item .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.peopleBlock .peoples .item .info .name {
  display: block;
  margin-bottom: 5px;
}
.peopleBlock .peoples .item .info .job {
  display: block;
}
@media all and (max-width: 767px) {
  .peopleBlock .bigTitle {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
  }
}
/*# sourceMappingURL=people_block.css.map */