.lp-text-19 {
  position: relative;
}
.lp-text-19__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-text-19__bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
}
.lp-text-19__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0;
}
.lp-text-19__content {
  background: rgba(255, 255, 255, 0.85);
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-text-19__content-text {
  margin-top: 8px;
}
.lp-text-19__content-button-wrap {
  margin-top: 16px;
}
.lp-text-19__content-button {
  width: 100%;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
}

.lp-text-19 .lp-block-bg {
    background-image: url(img/lp-text-19-bg.jpg);
}

@media all and (min-width: 600px) {
  .lp-text-19__wrap {
    padding: 56px 0;
  }
  .lp-text-19__content {
    padding: 32px;
  }
  .lp-text-19__content-button-wrap {
    margin-top: 24px;
  }
  .lp-text-19__content-button {
    width: auto;
    margin: 0 8px 16px;
  }
}
@media all and (min-width: 960px) {
  .lp-text-19__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 480px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-text-19__content {
    width: 592px;
  }
  .lp-text-19._right .lp-text-19__wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lp-text-19._left .lp-text-19__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media all and (min-width: 1200px) {
  .lp-text-19__wrap {
    min-height: 600px;
    padding: 80px 0;
  }
  .lp-text-19__content {
    width: 662px;
    padding: 40px;
  }
  .lp-text-19__content-text {
    margin-top: 16px;
  }
}
@media all and (min-width: 1380px) {
  .lp-text-19__content {
    width: 738px;
  }
}

/*# sourceMappingURL=main.css.map */