.lp-features-30 {
    position: relative;
}

.lp-features-30__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-features-30__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(31, 80, 161, 0.05);
}

.lp-features-30__wrap {
    padding: 32px 0;
}

.lp-features-30__content {
    background: #fff;
    padding: 24px 16px;
}

.lp-features-30__items {
    margin-top: 16px;
    margin-bottom: -16px;
}

.lp-features-30__item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-features-30__item-icon {
    width: 16px;
    height: 16px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid var(--primary-color-base);
    border-radius: 500px;
}

.lp-features-30__item-check-line {
    width: 9px;
    height: 2px;
    background: var(--primary-color-base);
    border-radius: 100px;
    position: absolute;
    transform: rotate(-45deg);
    top: 7px;
    left: 4px;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.lp-features-30__item-check-line:before {
    content: '';
    display: block;
    width: 4px;
    height: 2px;
    transform: rotate(90deg);
    background-color: inherit;
    top: -2px;
    left: -1px;
    position: absolute;
}

.lp-features-30__item-check {
    position: relative;
    width: 15px;
    height: 15px;
}

.lp-features-30 .lp-block-overlay {
    background-color: rgba(31, 80, 161, 0.05);
}

.lp-features-30__item-text {
    margin-top: 1px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp-features-30__img {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

.lp-features-30__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-features-30__form {
    background: #fff;
    padding: 24px 16px;
}

.lp-features-30__form-wrap {
    margin-top: 16px;
}

.lp-features-30 .lp-form-tpl__item-label {
    letter-spacing: .02em;
}

.lp-features-30__button {
    width: 100%;
    letter-spacing: .01em;
}

.lp-features-30__form-title {
  margin-bottom: 16px;
}

@media all and (min-width: 600px) {
  .lp-features-30__form-title {
    margin-bottom: 24px;
  }
  
    .lp-features-30__item-check {
        width: 21px;
        height: 21px;
    }

  .lp-features-30__item-check-line {
      width: 16px;
      height: 2px;
      top: 11px;
      left: 6px;
  }
  
  .lp-features-30__item-check-line:before {
      width: 9px;
      height: 2px;
      top: -4px;
      left: -4px;
  }
    
    .lp-features-30 {
        padding: 56px 0;
    }

    .lp-features-30__content {
        position: relative;
        padding: 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 100px -24px;
    }

    .lp-features-30__items {
        margin-top: 24px;
    }

    .lp-features-30__item-icon {
        width: 29px;
        height: 29px;
    }

    .lp-features-30__item-text {
        margin-top: 8px;
        margin-left: 16px;
    }

    .lp-features-30__form {
        padding: 32px;
        margin: -24px 100px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp-features-30__form-wrap {
        margin-top: 24px;
    }
}

@media all and (min-width: 960px) {
    .lp-features-30__content {
        margin: 0 160px -24px;
    }

    .lp-features-30__form {
        margin: -24px 160px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-features-30__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ._reverse .lp-features-30__wrap {
    flex-direction: row-reverse;
  }

    .lp-features-30__content {
        padding: 40px 32px;
        margin: 48px -74px 48px 0;
        width: 368px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ._reverse .lp-features-30__content {
        margin: 48px 0 48px -74px;
    }

    .lp-features-30__img {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 564px;
        min-height: calc(9/16*564px);
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .lp-features-30__form {
        padding: 40px 32px;
        margin: 48px 0 48px -74px;
        width: 368px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ._reverse .lp-features-30__form {
        margin: 48px -74px 48px 0;
    }
}

@media all and (min-width: 1380px) {
    .lp-features-30__content {
        margin-right: -78px;
        width: 408px;
    }
    
    ._reverse .lp-features-30__content {
        margin-right: 0;
        margin-left: -78px;
    }

    .lp-features-30__img {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 564px;
        min-height: calc(9/16*564px);
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .lp-features-30__form {
        margin-left: -78px;
        width: 408px;
    }

    ._reverse .lp-features-30__form {
        margin-left: 0;
        margin-right: -78px;
    }
}