.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

.lp-steps-6 {
	position: relative;
}

.lp-steps-6  {
    background: rgba(68, 68, 68, 0.05);
}
.lp-steps-6 .lp-block-overlay {
    background: transparent;
}

.lp-steps-6-items__item-content {
    width: 100%;
}

@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-steps-6 {
    padding: 48px 0;
}

.lp-steps-6 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
    .lp-steps-6 {
        padding: 64px 0;
    }
}

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

.lp-steps-6-title {
    margin: 0 0 8px;
    text-align: center;
    letter-spacing: 0.02em;
}

@media all and (min-width: 600px) {
    .lp-steps-6-title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-6-title {
        width: 760px;
        margin: 0 auto;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-6-title {
        width: 848px;
    }
}

.lp-steps-6-subtitle {
    margin: 0 0 32px;
    padding-top: 0;
    text-align: center;
    letter-spacing: 0.01em;
}

@media all and (min-width: 1200px) {
    .lp-steps-6-subtitle {
        width: 760px;
        margin: 0 auto 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-6-subtitle {
        width: 848px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-6-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
    }
}

.lp-steps-6-content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lp-steps-6-img {
    height: 145px;
    width: 289px;
    margin: 0 auto 32px;
}

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

@media all and (min-width: 600px) {
    .lp-steps-6-img {
    	width: 576px;
        height: 288px;
    }
    
    .lp-steps-6 ._lp-max-width {max-width: 576px}
}

@media all and (min-width: 960px) {
    .lp-steps-6-img {
        width: 432px;
        height: 288px;
        margin-bottom: 0;
    }
    
    .lp-steps-6 ._lp-max-width {max-width: 432px}
}

@media all and (min-width: 1200px) {
    .lp-steps-6-img {
        width: 564px;
        height: 376px;
    }
    
    .lp-steps-6 ._lp-max-width {max-width: 564px}
}

@media all and (min-width: 1380px) {
    .lp-steps-6-img {
        width: 628px;
        height: 418px;
    }
    
    .lp-steps-6 ._lp-max-width {max-width: 628px}
}

@media all and (min-width: 960px) {
    .lp-steps-6-items {
        width: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-6-items {
        width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-steps-6-items {
        width: 628px;
    }
}

.lp-steps-6-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

@media all and (min-width: 1200px) {
    .lp-steps-6-items__item {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-6-items__item:last-child {
        margin-bottom: 0;
    }
}

.lp-steps-6-items__item-icon {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    line-height: 1.87;
    text-align: center;
    background-color: var(--primary-color-a-01);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    align-self: center;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 600px) {
    .lp-steps-6-items__item-icon {
        margin-right: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-steps-6-items__item-icon {
        min-width: 64px;
        min-height: 64px;
        line-height: 2.47;
    }
}

.lp-steps-6-items__item-content-title {
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}

.lp-steps-6-items__item-content-text {
    padding-top: 0;
    letter-spacing: 0.01em;
}

.lp-steps-6-buttons {
    margin-bottom: -8px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-steps-6-buttons {
        margin: 0 -4px -8px;
    }
}

.lp-steps-6-buttons__item {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .lp-steps-6-buttons__item {
        margin: 0 8px 16px;
        width: auto;
    }
}

.lp-steps-6-align-left .lp-steps-6-title, .lp-steps-6-align-left .lp-steps-6-subtitle {
    margin-left: 0;
    text-align: left;
}

.lp-steps-6-align-left .lp-steps-6-buttons {
    text-align: left;
}

.lp-steps-6-align-right .lp-steps-6-title, .lp-steps-6-align-right .lp-steps-6-subtitle {
    margin-right: 0;
    text-align: right;
}

.lp-steps-6-align-right .lp-steps-6-buttons {
    text-align: right;
}