.ark-block-step {
    --arkb-step-color: currentColor;
    counter-reset: step
}
.ark-block-step__item {
    margin: 0;
    position: relative
}
.ark-block-step__item:last-child:before {
    content: none !important
}
.ark-block-step__head {
    position: relative;
    z-index: 1
}
.ark-block-step__number {
    box-sizing: initial;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    line-height: 1;
    text-align: center
}
.ark-block-step__number .__label {
    display: block;
    font-size: 10px;
    padding-bottom: 1px
}
.ark-block-step__number:after {
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 20px
}
.ark-block-step__number[data-num]:after {
    content: attr(data-num)
}
.ark-block-step__number[data-num=""]:after, .ark-block-step__number[data-num=""]:empty {
    display: none
}
.ark-block-step__title {
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.6
}
.ark-block-step__body {
    margin-top: 1em
}
.ark-block-step.is-style-default {
    --arkb-step-color: var(--ark-color--main, #333)
}
.ark-block-step.is-style-default .ark-block-step__item {
    padding: 0 0 3em
}
.ark-block-step.is-style-default .ark-block-step__item:before {
    border-left: 1px dashed var(--ark-color--border, #c8c8c880);
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0
}
.ark-block-step.is-style-default>.ark-block-step__item:last-child {
    padding-bottom: 0
}
.ark-block-step.is-style-default .ark-block-step__head {
    display: flex
}
.ark-block-step.is-style-default .ark-block-step__number {
    background-color: var(--arkb-step-color);
    border-radius: 50%;
    color: #fff;
    height: 48px;
    margin-right: 16px;
    position: relative;
    width: 48px
}
.ark-block-step.is-style-default .ark-block-step__title {
    align-self: center
}
.ark-block-step.is-style-default .ark-block-step__body {
    margin-left: 64px
}
.is-style-big .ark-block-step__item {
    border-bottom: 1px dashed var(--ark-color--border, #c8c8c880);
    padding: 2em
}
.is-style-big .ark-block-step__item:first-child {
    border-top: 1px dashed var(--ark-color--border, #c8c8c880)
}
.is-style-big .ark-block-step__number {
    color: var(--arkb-step-color);
    margin: 0 0 1em
}
.is-style-big .__label {
    font-size: 12px
}
.is-style-big .ark-block-step__title {
    text-align: center
}
.is-style-card .ark-block-step__item {
    background: #fff;
    box-shadow: var(--arkb-shadow);
    padding: 2em
}
.is-style-card .ark-block-step__item:before {
    border: 12px solid #0000;
    border-top: 12px solid var(--ark-color--border, #c8c8c880);
    content: "";
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
    left: 50%;
    position: absolute;
    top: calc(100% + 28px);
    transform: translateX(-50%) translateY(-6px)
}
.is-style-card .ark-block-step__item:not(:first-child) {
    margin-top: 56px
}
.is-style-card .ark-block-step__head {
    align-items: center;
    display: flex
}
.is-style-card .ark-block-step__number {
    color: var(--arkb-step-color);
    margin-right: 1em;
    min-width: 2em
}
.is-style-card .__label {
    margin-right: .25em;
    min-width: 2em;
    padding: 2px 0 0
}
@media not all and (min-width:600px) {
    .ark-block-step.is-style-default .ark-block-step__item:before {
        left: 17px
    }
    .ark-block-step.is-style-default .ark-block-step__number {
        height: 36px;
        margin-right: 12px;
        width: 36px
    }
    .ark-block-step.is-style-default .ark-block-step__number:after {
        font-size: 16px;
        margin-top: -1px
    }
    .ark-block-step.is-style-default .__label {
        transform: scale(.75)
    }
    .ark-block-step.is-style-default .ark-block-step__body {
        margin-left: 48px
    }
}
@media not all and (min-width:1000px) {
    .is-style-big .ark-block-step__item, .is-style-card .ark-block-step__item {
        padding: 1.5em
    }
}
@media (min-width:1000px) {
    .is-style-big .ark-block-step__number:after, .is-style-card .ark-block-step__number:after {
        font-size: 24px
    }
}