.headerBlock {
  margin: 250px 0 100px;
}
.headerBlock.is-inview .cols .col {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.headerBlock .cols {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
}
.headerBlock .cols .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.headerBlock .cols .col:last-child {
  padding: 0 50px;
  text-align: center;
  padding-bottom: 20px;
}
.headerBlock .cols .col .imageSliderWrapper {
  height: 600px;
  width: 100%;
  position: relative;
}
.headerBlock .cols .col .imageSliderWrapper .slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.headerBlock .cols .col .imageSliderWrapper .slider .slidesContainer {
  height: 100%;
}
.headerBlock .cols .col .imageSliderWrapper .slider .slidesContainer .slide {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.headerBlock .cols .col .normalTitle {
  margin: 50px 0 80px;
}
@media all and (max-width: 900px) {
  .headerBlock .cols .col .imageSliderWrapper {
    height: 400px;
  }
  .headerBlock .cols .col .normalTitle {
    margin: 25px 0 40px 0;
  }
}
@media all and (max-width: 767px) {
  .headerBlock {
    margin-bottom: 100px;
  }
  .headerBlock .cols {
    padding-bottom: 100px;
  }
  .headerBlock .cols .col {
    width: 100%;
  }
  .headerBlock .cols .col:first-child {
    margin-bottom: 100px;
  }
  .headerBlock .cols .col:last-child {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .headerBlock .cols .col .imageSliderWrapper {
    height: 0;
    padding-bottom: 60%;
  }
  .headerBlock .cols .col .normalTitle {
    margin: 10px 0 30px 0;
  }
}
/*# sourceMappingURL=header_block.css.map */