.headerBigBlock {
  position: relative;
}
.headerBigBlock.is-inview .background {
  opacity: 1;
}
.headerBigBlock.is-inview .bottomBar {
  right: 0;
}
.headerBigBlock.is-inview .innerContent .infoWrapper .bigTitle,
.headerBigBlock.is-inview .innerContent .infoWrapper .text,
.headerBigBlock.is-inview .innerContent .infoWrapper .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: inherit;
}
.headerBigBlock.is-inview .innerContent .infoWrapper .bigTitle:before,
.headerBigBlock.is-inview .innerContent .infoWrapper .text:before,
.headerBigBlock.is-inview .innerContent .infoWrapper .buttons:before {
  width: 80px;
}
.headerBigBlock .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.9s 0.6s ease-out;
  -moz-transition: opacity 0.9s 0.6s ease-out;
  -o-transition: opacity 0.9s 0.6s ease-out;
  transition: opacity 0.9s 0.6s ease-out;
}
.headerBigBlock .background .innerBackground {
  height: calc(100% + 200px);
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headerBigBlock .background:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.headerBigBlock .bottomBar {
  height: 100px;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: -1px;
  right: -200px;
  overflow: hidden;
  -webkit-transition: right 0.45s 0.6s ease-out;
  -moz-transition: right 0.45s 0.6s ease-out;
  -o-transition: right 0.45s 0.6s ease-out;
  transition: right 0.45s 0.6s ease-out;
}
.headerBigBlock .bottomBar:before {
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: calc(100% - 130px);
  right: -50%;
  background: #000;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.headerBigBlock .bottomBar:after {
  content: "";
  height: 200px;
  left: auto;
  position: absolute;
  top: 49px;
  width: 270px;
  right: calc(50% - 291px);
  -webkit-transform: rotate(53deg);
  -moz-transform: rotate(53deg);
  -o-transform: rotate(53deg);
  -ms-transform: rotate(53deg);
  transform: rotate(53deg);
  background: #000;
  -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;
}
.headerBigBlock .contentWrapper {
  position: relative;
}
.headerBigBlock .innerContent {
  padding: 350px 0 200px 0;
  position: relative;
}
.headerBigBlock .innerContent .bottomPlus {
  top: auto;
  bottom: 0;
  left: auto;
  right: -5px;
}
.headerBigBlock .innerContent .infoWrapper {
  max-width: 625px;
  width: 100%;
}
.headerBigBlock .innerContent .infoWrapper .contentPlus {
  top: -150px;
  left: -25px;
}
.headerBigBlock .innerContent .infoWrapper .bigTitle {
  display: block;
  margin-bottom: 30px;
  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.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -moz-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -ms-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -o-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
}
.headerBigBlock .innerContent .infoWrapper .bigTitle:before {
  width: 0;
  -webkit-transition: width 0.45s 0.45s ease-out;
  -moz-transition: width 0.45s 0.45s ease-out;
  -o-transition: width 0.45s 0.45s ease-out;
  transition: width 0.45s 0.45s ease-out;
}
.headerBigBlock .innerContent .infoWrapper .text {
  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.6s, transform 0.45s 0.6s, pointer-events 0.45s 0.6s;
  -moz-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s, pointer-events 0.45s 0.6s;
  -ms-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s, pointer-events 0.45s 0.6s;
  -o-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s, pointer-events 0.45s 0.6s;
  transition: opacity 0.45s 0.6s, transform 0.45s 0.6s, pointer-events 0.45s 0.6s;
}
.headerBigBlock .innerContent .infoWrapper .buttons {
  margin-top: 50px;
  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.75s, transform 0.45s 0.75s, pointer-events 0.45s 0.75s;
  -moz-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s, pointer-events 0.45s 0.75s;
  -ms-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s, pointer-events 0.45s 0.75s;
  -o-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s, pointer-events 0.45s 0.75s;
  transition: opacity 0.45s 0.75s, transform 0.45s 0.75s, pointer-events 0.45s 0.75s;
}
@media all and (max-width: 1280px) {
  .headerBigBlock .innerContent {
    padding: 250px 0 200px 0;
  }
  .headerBigBlock .innerContent .bottomPlus {
    right: 100px;
    bottom: -50px;
  }
  .headerBigBlock .innerContent .infoWrapper .contentPlus {
    right: 0;
    left: auto;
    top: -100px;
  }
}
@media all and (max-width: 767px) {
  .headerBigBlock .innerContent {
    padding: 200px 0 100px 0;
  }
  .headerBigBlock .innerContent .bottomPlus {
    right: calc(50% - 91px);
    bottom: -75px;
  }
  .headerBigBlock .innerContent .infoWrapper .contentPlus {
    top: -100px;
  }
}
/*# sourceMappingURL=header_big_block.css.map */