.homeStepsBlock {
  margin-top: 150px;
  padding-bottom: 100px;
  min-height: 600px;
  position: relative;
  color: #474543;
}
.homeStepsBlock .background {
  height: calc(100% - 250px);
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: -150px;
  background: #FCECE3;
  z-index: -1;
}
.homeStepsBlock .contentWrapper {
  position: relative;
}
.homeStepsBlock .contentWrapper .intro {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
.homeStepsBlock .contentWrapper .intro.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.homeStepsBlock .contentWrapper .intro .normalTitle {
  color: #FAD7BE;
}
.homeStepsBlock .contentWrapper .steps {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
}
.homeStepsBlock .contentWrapper .steps.is-inview .step .innerStep {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.homeStepsBlock .contentWrapper .steps .step {
  display: inline-block;
  vertical-align: top;
  width: calc(35% - 60px);
  margin: 0 30px;
  margin-top: -20px;
}
.homeStepsBlock .contentWrapper .steps .step:nth-child(2) {
  width: calc(30% - 60px);
  margin-top: 80px;
}
.homeStepsBlock .contentWrapper .steps .step:nth-child(2) .innerStep {
  -webkit-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -moz-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -ms-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -o-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
}
.homeStepsBlock .contentWrapper .steps .step:nth-child(2) .innerStep .image {
  padding-bottom: 120%;
}
.homeStepsBlock .contentWrapper .steps .step:last-child {
  margin-top: 20px;
}
.homeStepsBlock .contentWrapper .steps .step:last-child .innerStep {
  -webkit-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -moz-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -ms-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -o-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
}
.homeStepsBlock .contentWrapper .steps .step .innerStep {
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
.homeStepsBlock .contentWrapper .steps .step .innerStep .image {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homeStepsBlock .contentWrapper .steps .step .innerStep .text {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .homeStepsBlock .background {
    height: calc(100% - 150px);
  }
}
@media all and (max-width: 767px) {
  .homeStepsBlock {
    margin: 0;
    margin: -top 50px;
  }
  .homeStepsBlock .contentWrapper .intro {
    margin-bottom: 50px;
  }
  .homeStepsBlock .contentWrapper .steps .step {
    width: calc(100% - 60px) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: block;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 50px;
  }
  .homeStepsBlock .contentWrapper .steps .step:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=home_steps_block.css.map */