.lp-steps-19 .lp-block-bg {
    background-color: var(--text-color-l-65);
    line-height: 0;
}

.lp-steps-19 .lp-block-bg img {
    display: block;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.lp-steps-19 .lp-block-overlay {
    background-color: rgba(255, 255, 255, 0);
}

.lp-steps-19-wrapper {
    padding: 32px 16px;
    position: relative;
    z-index: 2;
}

.lp-steps-19-items {
    margin-top: 24px;
}

.lp-steps-19-item {
    display: flex;
    margin-bottom: 24px;
}

.lp-steps-19-item__number {
    flex-shrink: 0;
    margin-right: 16px;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    align-self: flex-start;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-steps-19-item-content {
    align-self: center;
}

.lp-steps-19-item__text {
    margin-top: 8px;
}

.lp-steps-19-item:last-child {
    margin-bottom: 0;
}

.lp-steps-19-buttons {
    margin-top: 32px;
}

.lp-steps-19__button {
    width: 100%;
}

.lp-steps-19__button:first-child {
    margin-bottom: 16px;
}

@media all and (min-width: 600px) {

    .lp-steps-19__block-bg {
        height: 340px;
    }

    .lp-steps-19-wrapper {
        padding: 64px 0;
        margin: 0 auto;
        width: calc(((100vw - (24px * 6)) / 6) * 4 + (24px * 3));
    }

    .lp-steps-19-items {
        margin-top: 48px;
    }

    .lp-steps-19-item {
        margin-bottom: 32px;
    }

    .lp-steps-19-item__number {
        width: 64px;
        height: 64px;
    }

    .lp-steps-19-buttons {
        margin: 48px -8px 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .lp-steps-19__button {
        width: auto;
        margin: 0 8px;
    }

    .lp-steps-19__button:nth-child(n) {
        margin: 0 8px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-19 {
        padding: 0 24px;
    }

    .lp-steps-19__block-bg {
        height: 100%;
        width: calc(((100vw - (48px * 6)) / 6) * 3 + (48px * 2) + 24px);
    }

    .lp-steps-19-wrapper {
        margin: 0 0 0 auto;
        width: calc(((100vw - (48px * 6)) / 6) * 3 + (48px * 2));
    }

    .lp-steps-19._reverse .lp-steps-19-wrapper {
        margin: 0 auto 0 0;
    }

    .lp-steps-19._reverse .lp-block-bg img {
        margin-left: auto;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-19 {
        padding: 0 12px;
    }

    .lp-steps-19__block-bg {
        width: 50%;
    }

    .lp-steps-19-wrapper {
        padding: 80px 0;
        width: calc(((100vw - (24px * 12)) / 12) * 4 + (24px * 3));
        margin-left: calc(((100vw - (24px * 12)) / 12) * 7 + (24px * 7));
    }

    .lp-steps-19-items {
        margin-top: 64px;
    }

    .lp-steps-19-item {
        margin-bottom: 40px;
    }

    .lp-steps-19-buttons {
        margin-top: 64px;
    }

    .lp-steps-19._reverse .lp-steps-19-wrapper {
        margin-left: calc(((100vw - (24px * 12)) / 12) * 1 + (24px * 1));
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-19 {
        padding: 0 16px;
    }

    .lp-steps-19-wrapper {
        width: calc(((100vw - (32px * 12)) / 12) * 4 + (32px * 3));
        margin-left: calc(((100vw - (32px * 12)) / 12) * 7 + (32px * 7));
    }

    .lp-steps-19._reverse .lp-steps-19-wrapper {
        margin-left: calc(((100vw - (32px * 12)) / 12) * 1 + (32px * 1));
    }
}

._reverse .lp-steps-19__block-bg {
    right: 0;
    left: auto;
}

.lp-steps-19__block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  

.lp-steps-19__block-bg {
	position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    height: 220px;
}

@media all and (min-width: 600px) {
    .lp-steps-19__block-bg {
        height: 340px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-19__block-bg {
        height: 100%;
        position: absolute;
    }
}