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

.lp-steps-5-buttons._inner {
    display: none;
}

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

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

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

@media all and (min-width: 960px) {
    .lp-steps-5-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

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

@media all and (min-width: 960px) {
    .lp-steps-5-buttons {
        display: none;
    }

    .lp-steps-5-buttons._inner {
        display: block;
    }

    .lp-steps-5-header {
        position: -webkit-sticky;
        position: sticky;
        top: 64px;
        width: 432px;
    }
}

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

@media all and (min-width: 1380px) {
    .lp-steps-5-header {
        width: 628px;
        top: 80px;
    }
}

.lp-steps-5-title {
    margin: 0 0 8px;
}

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

.lp-steps-5-subtitle {
    margin: 0 0 32px;
    padding-top: 0;
}

@media all and (min-width: 600px) {
    .lp-steps-5-subtitle {
        margin-bottom: 48px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-5-subtitle {
        margin-bottom: 32px;
    }
}

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

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

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

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

.lp-steps-5-items__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
}

@media all and (min-width: 600px) {
    .lp-steps-5-items__item {
        padding-bottom: 48px;
    }
}

@media all and (min-width: 960px) {
    .lp-steps-5-items__item {
        padding-bottom: 32px;
    }
}

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

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

@media all and (min-width: 1200px) {
    .lp-steps-5-items__item-icon {
        width: 48px;
        height: 48px;
        margin-right: 32px;
    }
}

.lp-steps-5-items__item-content-title {
    margin: 0 0 4px;
}

.lp-steps-5-items__item-content-text {
    padding-top: 0;
}

/*.lp-steps-5-items__item:before {
    content: '';
    position: absolute;
    top: 48px;
    left: 24px;
    bottom: 0;
    width: 2px;
    background-color: var(--primary-color-a-01);
    margin-left: -1px;
}

@media all and (min-width: 1200px) {
    .lp-steps-5-items__item:before {
        top: 64px;
        left: 32px;
    }
}*/

@media all and (min-width: 600px) {
    .lp-steps-5-items__item:last-child {
        padding-bottom: 32px;
    }
}

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

.lp-steps-5-items__item:last-child:before {
    display: none;
}

.lp-steps-5-buttons {
    margin-bottom: -8px;
    text-align: left;
}

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

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

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

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

.lp-steps-5-buttons__item {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}

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