.imageGridBlock {
  position: relative;
  margin-bottom: 50px;
}
.imageGridBlock:before {
  content: "";
  height: 200px;
  left: auto;
  position: absolute;
  top: -200px;
  width: calc(50% - 480px);
  right: 0;
  background: #000;
}
.imageGridBlock:after {
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  top: -200px;
  width: 0;
  right: calc(50% - 480px);
  border-left: 200px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 200px solid #000;
}
.imageGridBlock .grid {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
.imageGridBlock .grid.lessPadding {
  padding-bottom: 50px;
}
.imageGridBlock .grid .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.imageGridBlock .grid .image:first-child {
  width: calc(50% + 280px);
  margin-left: -100px;
  height: 575px;
}
.imageGridBlock .grid .image:nth-child(2) {
  width: 550px;
  height: 340px;
  margin-left: calc(50% + 120px);
  margin-top: -240px;
}
.imageGridBlock .grid .image:nth-child(3) {
  position: relative;
  z-index: 1;
  margin-left: calc(100% - 360px);
  width: 360px;
  height: 575px;
  margin-top: -240px;
}
.imageGridBlock .grid .videoWrapper {
  width: 50%;
  height: 575px;
  margin-top: -575px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.imageGridBlock .grid .videoWrapper.resp {
  display: none;
}
.imageGridBlock .grid .videoWrapper:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.imageGridBlock .grid .videoWrapper:hover:after {
  height: calc(100% - 60px);
  left: 30px;
  position: absolute;
  top: 30px;
  width: calc(100% - 60px);
}
.imageGridBlock .grid .videoWrapper.noVideo {
  cursor: default;
  pointer-events: none;
}
.imageGridBlock .grid .videoWrapper.noVideo:before,
.imageGridBlock .grid .videoWrapper.noVideo:after {
  display: none;
}
.imageGridBlock .grid .videoWrapper:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -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;
}
.imageGridBlock .grid .videoWrapper:after {
  content: "";
  height: calc(100% - 40px);
  left: 20px;
  position: absolute;
  top: 20px;
  width: calc(100% - 40px);
  border: 1px solid #fff;
  -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;
}
.imageGridBlock .grid .videoWrapper .code {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
  opacity: 0;
}
.imageGridBlock .grid .videoWrapper .innerWrapper {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.imageGridBlock .grid .videoWrapper .innerWrapper .playLabel {
  color: #fff;
}
.imageGridBlock .grid .videoWrapper .innerWrapper .icon {
  margin: 0 auto;
  width: 70px;
  margin-bottom: 20px;
}
.imageGridBlock .grid .videoWrapper .innerWrapper .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.imageGridBlock .grid .videoWrapper .innerWrapper .icon svg polygon,
.imageGridBlock .grid .videoWrapper .innerWrapper .icon svg path,
.imageGridBlock .grid .videoWrapper .innerWrapper .icon svg rect {
  fill: #fff;
}
.imageGridBlock .grid .innerContent {
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  width: calc(50% - 360px);
  right: 260px;
  bottom: 0;
  text-align: center;
}
.imageGridBlock .grid .innerContent .contentContainer {
  max-width: 420px;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
}
.imageGridBlock .grid .innerContent .contentContainer .extraTitle {
  margin-bottom: 40px;
  color: #000;
}
.imageGridBlock .grid .innerContent .contentContainer .buttons {
  margin-top: 40px;
}
.imageGridBlock .grid .titleWrapper {
  height: auto;
  left: auto;
  position: absolute;
  top: -119px;
  width: 550px;
  right: 0;
  text-align: right;
}
.imageGridBlock .grid .titleWrapper strong,
.imageGridBlock .grid .titleWrapper .white {
  color: #fff;
  display: block;
}
.imageGridBlock .grid .titleWrapper .white {
  color: #fff;
}
.imageGridBlock #js-flowbox-flow {
  margin-top: 50px;
}
.imageGridBlock .flowboxText {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 50px;
}
.imageGridBlock .flowboxText .text p {
  line-height: 24px;
  margin-bottom: 24px;
}
.imageGridBlock .flowboxText .text p:last-child {
  margin-bottom: 0;
}
.imageGridBlock .flowboxText .text a {
  color: #ff6500;
  text-decoration: underline;
  -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;
}
.imageGridBlock .flowboxText .text a:hover {
  color: #282828;
}
.imageGridBlock .flowboxText .buttons {
  margin-top: 20px;
}
.imageGridBlock .extraText {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.imageGridBlock .extraText .contentContainer {
  float: right;
  max-width: 420px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.02);
  margin: 0 auto;
  text-align: center;
}
.imageGridBlock .extraText .contentContainer .extraTitle {
  margin-bottom: 40px;
  color: #000;
}
.imageGridBlock .extraText .contentContainer .buttons {
  margin-top: 40px;
}
@media all and (max-width: 1670px) {
  .imageGridBlock:before {
    height: 200px;
    left: auto;
    position: absolute;
    top: -200px;
    width: calc(50% - 280px);
  }
  .imageGridBlock:after {
    right: calc(50% - 280px);
  }
}
@media all and (max-width: 1590px) {
  .imageGridBlock .grid .image:nth-child(2) {
    width: 400px;
  }
  .imageGridBlock .grid .image:nth-child(3) {
    width: 250px;
    height: 425px;
    margin-left: calc(100% - 250px);
  }
  .imageGridBlock .grid .videoWrapper {
    width: calc(50% - 50px);
    height: 425px;
    margin-top: -425px;
  }
  .imageGridBlock .grid .innerContent {
    width: calc(50% - 200px);
    right: 250px;
  }
}
@media all and (max-width: 1420px) {
  .imageGridBlock .grid .image:first-child {
    width: calc(50% + 220px);
  }
  .imageGridBlock .grid .image:nth-child(2) {
    width: 500px;
    margin-left: calc(50% + 50px);
  }
  .imageGridBlock .grid .image:nth-child(3) {
    margin-left: calc(100% - 125px);
  }
  .imageGridBlock .grid .innerContent {
    width: calc(50% - 75px);
    right: 125px;
  }
}
@media all and (max-width: 1375px) {
  .imageGridBlock:before {
    height: 150px;
    left: auto;
    position: absolute;
    top: -150px;
    width: calc(50% - 80px);
  }
  .imageGridBlock:after {
    height: 0;
    left: auto;
    position: absolute;
    top: -150px;
    width: 0;
    border-left: 150px solid transparent;
    border-bottom: 150px solid #000;
    right: calc(50% - 80px);
  }
  .imageGridBlock .grid .titleWrapper {
    width: 360px;
    top: -101px;
  }
}
@media all and (max-width: 1220px) {
  .imageGridBlock .grid .image:first-child {
    width: calc(50% + 180px);
    height: 500px;
  }
}
@media all and (max-width: 1120px) {
  .imageGridBlock .grid .image:first-child {
    height: 400px;
    width: calc(50% + 220px);
  }
  .imageGridBlock .grid .image:nth-child(2) {
    display: none;
  }
  .imageGridBlock .grid .image:nth-child(3) {
    margin-top: -50px;
    height: 325px;
  }
  .imageGridBlock .grid .videoWrapper {
    height: 325px;
    margin-top: -325px;
  }
}
@media all and (max-width: 1024px) {
  .imageGridBlock .grid .titleWrapper {
    top: -83px;
  }
  .imageGridBlock .grid .grid .image:first-child {
    width: calc(50% + 220px);
  }
  .imageGridBlock .grid .grid .image:nth-child(3) {
    margin-top: -150px;
  }
}
@media all and (max-width: 890px) {
  .imageGridBlock:before {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
  }
  .imageGridBlock:after {
    display: none;
  }
  .imageGridBlock .grid {
    padding-bottom: 0;
  }
  .imageGridBlock .grid.lessPadding {
    padding-bottom: 0;
  }
  .imageGridBlock .grid.lessPadding .titleWrapper {
    margin-top: -83px;
    margin-bottom: 30px;
  }
  .imageGridBlock .grid .titleWrapper {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .imageGridBlock .grid .image {
    display: none;
  }
  .imageGridBlock .grid .videoWrapper {
    height: 0;
    margin-top: 0;
    width: 100%;
    padding-bottom: 56.25%;
    /*                display:none;
                &.resp{*/
    display: block;
    background-position: left center;
    pointer-events: inherit;
    /*                }*/
  }
  .imageGridBlock .grid .videoWrapper:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    -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;
  }
  .imageGridBlock .grid .videoWrapper:after {
    content: "";
    height: calc(100% - 40px);
    left: 20px;
    position: absolute;
    top: 20px;
    width: calc(100% - 40px);
    border: 1px solid #fff;
    -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;
  }
  .imageGridBlock .grid .innerContent {
    position: relative;
    width: 100%;
    left: 0;
    right: auto;
    margin: 0 auto;
    bottom: auto;
    margin-top: 50px;
  }
  .imageGridBlock #js-flowbox-flow {
    margin-top: 20px;
  }
  .imageGridBlock .flowboxText {
    text-align: center;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .imageGridBlock .extraText {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .imageGridBlock .extraText .contentContainer {
    float: none;
    max-width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.02);
    margin: 0;
    text-align: center;
  }
  .imageGridBlock .extraText .contentContainer .extraTitle {
    margin-bottom: 40px;
    color: #000;
  }
  .imageGridBlock .extraText .contentContainer .buttons {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .imageGridBlock {
    margin-bottom: 50px;
  }
  .imageGridBlock:before {
    height: 70px;
  }
  .imageGridBlock .grid.lessPadding .titleWrapper {
    margin-top: -32px;
  }
  .imageGridBlock .grid .titleWrapper {
    margin-top: -32px;
    width: 100%;
    max-width: 400px;
  }
  .imageGridBlock .grid .titleWrapper .white {
    color: #000;
  }
}
@media all and (max-width: 450px) {
  .imageGridBlock .grid.lessPadding .titleWrapper {
    margin-top: -24px;
  }
  .imageGridBlock .grid .titleWrapper {
    margin-top: -24px;
  }
  .imageGridBlock .grid .videoWrapper {
    padding-bottom: 0;
    height: 300px;
  }
}
/*# sourceMappingURL=image_grid_block.css.map */