.lp-steps-12 {
  position: relative;
}
.lp-steps-12__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-steps-12__bg-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
}
.lp-steps-12__wrap {
  padding: 32px 0;
}

.lp-steps-12__item-title, .lp-steps-12__item-text {
	width: 100%;
}

.lp-steps-12__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px;
}
.lp-steps-12__text {
  margin-top: 8px;
}
.lp-steps-12__item {
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
}

/*.lp-steps-12__item:not(._text-part) {background: #fff;}*/

.lp-steps-12__item--card {
	background: #fff;
}

.lp-steps-12-items__item-icon-inner {
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    max-width: 100px;
}
.lp-steps-12__item:first-child {
  margin-bottom: 24px;
}
.lp-steps-12__item-header {
  background: var(--primary-color-a-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.lp-steps-12__item-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-steps-12__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-steps-12__item-header-title {
  color: var(--primary-color-a-03);
}
.lp-steps-12__item-content {
  border: 1px solid var(--primary-color-a-01);
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: content-box;
}
.lp-steps-12__item-text {
  margin-top: 8px;
  color: var(--text-color-a-06);
  margin-bottom: auto;
}
.lp-steps-12__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px -8px -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-steps-12__item-button {
  width: 100%;
  letter-spacing: 0.01em;
  margin: 0 8px 16px;
}

@media all and (min-width: 600px) {
  .lp-steps-12__wrap {
    padding: 56px 0;
  }
  .lp-steps-12__content {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -24px;
  }
  .lp-steps-12__item {
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
    width: 276px;
  }
  .lp-steps-12__item:first-child {
    margin-bottom: 32px;
    width: 100%;
  }
  .lp-steps-12__item-header {
    padding: 24px;
  }
  .lp-steps-12__item-icon {
    width: 32px;
    height: 32px;
  }
  .lp-steps-12__item-content {
    padding: 24px;
    
  }
  .lp-steps-12__item-button {
    width: auto;
  }
}
@media all and (min-width: 960px) {
  .lp-steps-12__content {
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: -48px;
  }
  .lp-steps-12__item {
    margin-bottom: 48px;
    margin-left: 24px;
    margin-right: 24px;
    width: 432px;
  }
  .lp-steps-12__item:first-child {
    width: 432px;
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	
  ._text-part ~ .lp-steps-12__item:nth-child(2) {
  	align-self: flex-end;
  }
}
@media all and (min-width: 1200px) {
  .lp-steps-12__wrap {
    padding: 80px 0;
  }
  .lp-steps-12__content {
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -32px;
  }
  .lp-steps-12__text {
    margin-top: 16px;
  }
  .lp-steps-12__item {
    margin-bottom: 32px;
    margin-left: 12px;
    margin-right: 12px;
    width: 368px;
  }
  ._text-part ~ .lp-steps-12__item:nth-child(3) {
  	align-self: flex-end;
  }
  .lp-steps-12__item:first-child {
    width: 368px;
    margin-bottom: 32px;
  }

  .lp-steps-12__item-header {
    padding: 24px 32px;
  }
  .lp-steps-12__item-content {
    padding: 32px;
  }
}
@media all and (min-width: 1380px) {
  .lp-steps-12__content {
    margin-right: -16px;
    margin-left: -16px;
  }
  .lp-steps-12__item {
    margin-left: 16px;
    margin-right: 16px;
    width: 408px;
  }
  .lp-steps-12__item:first-child {
    width: 408px;
  }
}

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