.section-steps {
    padding-bottom: 0;
}

.section-steps .container {
    position: relative;
}

.step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 56px 0;
    padding-left: 98px;
}

.ar .step {
    padding-left: 0;
    padding-right: 98px;
}

.step-1 {
    padding-top: 0;
}

.step-3 {
    padding-bottom: 0;
}

.step-text_block {
    width: 50%;
    position: relative;
    padding-right: 96px;
}

.ar .step-text_block {
    padding-right: 0;
    padding-left: 96px;
}

.step-1 .step-text_block:before,
.step-3 .step-text_block:before {
    content: '';
    position: absolute;
    top: -1014px;
    left: -100px;
    z-index: 3;
    width: 48px;
    height: 1000px;
    background-color: #fff;
}

.step-3 .step-text_block:before {
    top: 38px;
}

.step-title {
    margin-bottom: 16px;
}

.step-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.step-text .contact {
    font-size: 16px;
    margin-bottom: 16px;
}

.step-text a {
    color: #2585F4;
    text-decoration-line: underline;
    text-decoration-thickness: 0.7px;
    text-underline-position: from-font;
}

.step-text a:hover {
    color: #113C6E;
}

.step-btn {
    margin-top: 32px;
    margin-bottom: 16px;
}

.btn-read {
    color: #2585F4;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    background: none;
    border: none;
    padding: 16px 0 0;
}

.step-img_block {
    width: 50%;
}

.step-img_block img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

@media (max-width: 1199px) {
    .step {
        flex-direction: column;
        gap: 32px;
        padding: 48px 0;
        padding-left: 94px;
    }

    .ar .step {
        padding-left: 0;
        padding-right: 94px;
    }

    .step-1 {
        padding-top: 0;
    }

    .step-3 {
        padding-bottom: 0;
    }

    .step-text_block {
        width: 100%;
        padding-right: 0;
    }

    .ar .step-text_block {
        padding-left: 0;
    }

    .step-title {
        font-size: 24px;
        padding-top: 0;
    }

    .step-img_block {
        width: 100%;
    }

    .step-img_block img {
        max-width: 656px;
    }
}

@media (max-width: 640px) {
    .step {
        padding: 44px 0;
        padding-left: 90px;
    }

    .ar .step {
        padding-left: 0;
        padding-right: 90px;
    }

    .step-3 .step-text_block:before {
        top: 50px;
    }

    .step-1 {
        padding-top: 0;
    }

    .step-3 {
        padding-bottom: 0;
    }

    .step-text .contact {
        font-size: 14px;
    }
}









.scroll-container {
    position: absolute;
    left: 44px;
    top: 0;
    bottom: 0;
    width: 4px;
}

.ar .scroll-container {
    left: 0;
    right: 44px;
}

.scroll-line {
    width: 4px;
    height: 100%;
    background-color: #F5F5F5;
}

.scroll-line::before {
    content: '';
    position: absolute;
    top: 0;
    width: 4px;
    height: 64px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.scroll-progress {
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 0;
    background-color: #113C6E;
}

.scroll-point {
    position: absolute;
    top: -12px;
    left: -100px;
    z-index: 2;
}

.ar .scroll-point {
    left: 0;
    right: -100px;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #F4F9FF;
    background: #113C6E;
    box-shadow: 0px 0px 0px 2px #D0DBE8;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.active .circle {}

@media (max-width: 1199px) {
    .scroll-container {
        left: 40px;
    }

    .ar .scroll-container {
        left: inherit;
        right: 40px;
    }

    .scroll-point {
        left: -96px;
    }

    .ar .scroll-point {
        left: inherit;
        right: -96px;
    }
}

@media (max-width: 640px) {
    .scroll-container {
        left: 36px;
    }

    .ar .scroll-container {
        left: inherit;
        right: 36px;
    }

    .scroll-point {
        top: 0;
        left: -92px;
    }

    .ar .scroll-point {
        left: inherit;
        right: -92px;
    }
}