.homeAboutBlock {
  background: #edbbd1;
  padding: 100px 0;
}
.homeAboutBlock .cols {
  position: relative;
}
.homeAboutBlock .cols.is-inview .col .normalTitle,
.homeAboutBlock .cols.is-inview .col .text,
.homeAboutBlock .cols.is-inview .col .buttons,
.homeAboutBlock .cols.is-inview .col .image {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.homeAboutBlock .cols .col {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: #2d2d2c;
}
.homeAboutBlock .cols .col:first-child {
  position: relative;
  z-index: 1;
}
.homeAboutBlock .cols .col:last-child {
  width: 40%;
  padding-left: 20px;
}
.homeAboutBlock .cols .col .normalTitle {
  display: block;
  color: #4b6ba4;
  margin-bottom: 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -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;
}
.homeAboutBlock .cols .col .text {
  max-width: 615px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s;
  -moz-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s;
  -ms-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s;
  -o-transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s;
  transition: opacity 0.6s 0.45s, transform 0.6s 0.45s, pointer-events 0.6s 0.45s;
}
.homeAboutBlock .cols .col .buttons {
  position: relative;
  opacity: 0;
  pointer-events: none;
  margin-top: 40px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, pointer-events 0.6s 0.6s;
  -moz-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, pointer-events 0.6s 0.6s;
  -ms-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, pointer-events 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, pointer-events 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, pointer-events 0.6s 0.6s;
}
.homeAboutBlock .cols .col .image {
  width: 100%;
  margin-top: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s 0.75s, transform 0.6s 0.75s, pointer-events 0.6s 0.75s;
  -moz-transition: opacity 0.6s 0.75s, transform 0.6s 0.75s, pointer-events 0.6s 0.75s;
  -ms-transition: opacity 0.6s 0.75s, transform 0.6s 0.75s, pointer-events 0.6s 0.75s;
  -o-transition: opacity 0.6s 0.75s, transform 0.6s 0.75s, pointer-events 0.6s 0.75s;
  transition: opacity 0.6s 0.75s, transform 0.6s 0.75s, pointer-events 0.6s 0.75s;
}
.homeAboutBlock .cols .col .image .innerImage {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homeAboutBlock .cols .col .image .icon {
  height: 45px;
  left: auto;
  position: absolute;
  top: auto;
  width: 430px;
  right: 150px;
  bottom: 30px;
}
.homeAboutBlock .cols .col .image .icon svg {
  height: 100%;
  width: 100%;
}
.homeAboutBlock .cols .col .image .icon svg polygon {
  fill: #f7d670;
}
@media all and (max-width: 800px) {
  .homeAboutBlock {
    margin-top: -50px;
  }
  .homeAboutBlock .cols .col {
    width: 100%;
    display: block;
  }
  .homeAboutBlock .cols .col:last-child {
    display: none;
  }
  .homeAboutBlock .cols .col .buttons .icon {
    display: none;
  }
}
/*# sourceMappingURL=home_about_block.css.map */