.lp-text-25 {
  position: relative;
}
.lp-text-25 .lp-block-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-text-25 .lp-block-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
}
.lp-text-25__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-text-25__img-wrap {
  padding: 32px 16px 0;
}
.lp-text-25__img-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  grid-auto-rows: calc((200px - 16px)/2);
}
.lp-text-25__img {
	position: relative;
}

.lp-text-25__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-text-25__img:nth-child(3n+1) {
  grid-row: span 2;
}
.lp-text-25__img:nth-child(3n+1):nth-last-child(1) {
  grid-column: span 2;
}
.lp-text-25__img:nth-child(3n+2):nth-last-child(1) {
  grid-row: span 2;
}
.lp-text-25__content {
  padding: 32px 16px;
}
.lp-text-25__text {
  margin-top: 8px;
  letter-spacing: 0.02em;
}
.lp-text-25__button-wrap {
  margin: 16px -8px -16px;
  flex-wrap: wrap;
  display: flex;
}

.lp-text-25__button {
  width: 100%;
  letter-spacing: .01em;
  margin: 0 8px 16px;
  
}
.lp-text-25._reverse .lp-text-25__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.lp-text-25._reverse .lp-text-25__img-wrap {
  padding-top: 0;
  padding-bottom: 32px;
}

@media all and (min-width: 600px) {
  .lp-text-25__img-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }
  .lp-text-25__img-items {
    grid-gap: 32px;
    grid-auto-rows: calc((560px - 32px)/2);
  }
  .lp-text-25__content {
    padding: 64px;
  }
  .lp-text-25__text {
    margin-top: 16px;
  }
  .lp-text-25__button-wrap {
    margin-top: 24px;
  }
  .lp-text-25__button {
    width: auto;
  }
}
@media all and (min-width: 960px) {
  .lp-text-25__img-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media all and (min-width: 1200px) {
  .lp-text-25__wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lp-text-25__img-wrap {
    width: 50vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px 12px;
  }
  .lp-text-25__img-items {
    min-height: 600px;
    height: auto;
    grid-auto-rows: calc((600px - 32px)/2);
  }
  .lp-text-25__content {
    -ms-flex-item-align: center;
        align-self: center;
    width: 50vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px calc((100vw - 12*24px)/12 + 36px);
  }
  .lp-text-25__text {
    margin-top: 24px;
  }
  .lp-text-25._reverse .lp-text-25__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lp-text-25._reverse .lp-text-25__img-wrap {
    padding-top: 32px;
  }
}
@media all and (min-width: 1380px) {
  .lp-text-25__img-wrap {
    padding: 32px 16px;
  }
  .lp-text-25__content {
    padding: 80px calc((100vw - 12*32px)/12 + 48px);
  }
}

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