.projectNewestBlock {
  position: relative;
  margin: 100px 0 200px 0;
}
.projectNewestBlock.is-inview .intro .smallTitle,
.projectNewestBlock.is-inview .intro .button {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectNewestBlock .intro {
  margin-bottom: 50px;
}
.projectNewestBlock .intro .smallTitle {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
}
.projectNewestBlock .intro .button {
  float: right;
  margin-top: -5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s, background 0.3s 0s, color 0.3s 0s;
  -moz-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s, background 0.3s 0s, color 0.3s 0s;
  -ms-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s, background 0.3s 0s, color 0.3s 0s;
  -o-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s, background 0.3s 0s, color 0.3s 0s;
  transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s, background 0.3s 0s, color 0.3s 0s;
}
.projectNewestBlock .contentWrapper {
  height: 100%;
}
.projectNewestBlock .contentWrapper .innerWrapper {
  height: 100%;
  position: relative;
  -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);
}
.projectNewestBlock .contentWrapper .innerWrapper .projects {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-bottom: -50px;
  position: relative;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 50px);
  height: auto;
  margin: 0 25px;
  margin-bottom: 50px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, pointer-events 0.6s 0.3s;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project.is-inview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project:hover .innerProject .projectInfo .background {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  opacity: 0.4;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project:hover .innerProject .projectInfo .normalTitle {
  bottom: 20px;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject {
  display: block;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  width: 100%;
  background: #2d2d2c;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo .background {
  height: 102%;
  left: -1%;
  position: absolute;
  top: -1%;
  width: 102%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo .innerContent {
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  padding: 50px 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo .innerContent .text {
  display: block;
  margin-top: 10px;
}
@media all and (max-width: 1024px) {
  .projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo .normalTitle {
    font-size: 40px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  .projectNewestBlock .intro .button {
    float: none;
    margin-top: 20px;
    display: block;
  }
  .projectNewestBlock .contentWrapper .innerWrapper .projects {
    width: 100%;
    margin: 0 auto;
  }
  .projectNewestBlock .contentWrapper .innerWrapper .projects .project {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 500px) {
  .projectNewestBlock .contentWrapper .innerWrapper .projects .project .innerProject .projectInfo .normalTitle {
    font-size: 30px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=project_newest_block.css.map */