.G01__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 65px;
}
.G01__title {
      font-style: normal;
    font-weight: 600;
    /* font-size: 44px; */
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;

        max-width: 990px;
    margin: 0 auto;
    text-align: center;




font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 50px;
margin-bottom: 16px;

}

/* ── HEADLINE ── */
.G01__headline {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #A0A0A0;
    letter-spacing: -0.01em;
    margin-bottom: clamp(28px, 4vw, 48px);
    line-height: 1.5;
    padding: 0 8px;
}

/* ── GRIDS (desktop) ── */
.G01__grid-top,
.G01__grid-bottom {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}

.G01__grid-top {
    grid-template-columns: 49fr 23.5fr 23.5fr;
}

.G01__grid-bottom {
    grid-template-columns: 23.5fr 23.5fr 49fr;
}

@media (min-width: 992px) {
    .G01__dots {
        display: none;
    }

    .G01__carousel-mobile {
        display: block;
    }

}

/* ══════════════════════════════════════════════════
   MOBILE STICKY STACK
   JS вытаскивает все .G01__card в .G01__flat-stack.
   Здесь CSS применяется к уже плоскому списку.
══════════════════════════════════════════════════ */
@media (max-width: 991px) {

    .G01__title {
        line-height: 1.2;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 39px; */
    text-align: center;
    color: #000000;
    }

    /* Wrapper и carousel — никакого overflow:hidden,
     иначе position:sticky не работает совсем */
    .G01__wrapper,
    .G01__carousel-mobile {
        overflow: visible;
    }

    .G01__carousel-mobile {
        padding: 0;
    }

    /* Плоский контейнер, куда JS переносит карточки */
    .G01__flat-stack {
           display: flex;
        padding: 0 16px;
        overflow: visible;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    /* Все карточки — sticky */
    .G01__flat-stack .G01__card {
        position: sticky;
    


                width: 302px;
        height: 368px !important;


        margin-bottom: 15px;
        box-shadow:
            0 0px 0 rgba(0, 0, 0, 0.01),
            0 16px 50px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s;
    }




    /* Каждая следующая карточка наезжает на предыдущую:
     top чуть выше, z-index выше — видна "колода" */
    .G01__flat-stack .G01__card:nth-child(1) {
        z-index: 1;
        top: 75px;
    }

    .G01__flat-stack .G01__card:nth-child(2) {
        z-index: 2;
        top: 83px;
    }

    .G01__flat-stack .G01__card:nth-child(3) {
        z-index: 3;
        top: 91px;
    }

    .G01__flat-stack .G01__card:nth-child(4) {
        z-index: 4;
        top: 99px;
    }

    .G01__flat-stack .G01__card:nth-child(5) {
        z-index: 5;
        top: 107px;
    }

    .G01__flat-stack .G01__card:nth-child(6) {
        z-index: 6;
        top: 115px;
    }

    /* Точки не нужны */
    .G01__dots {
        display: none !important;
    }

    /* Тёмная карточка на мобилке не нужна */
    .G01__card-dark {
        display: none !important;
    }




}
@media (max-width: 768px) {

    .G01__title {
        line-height: 1.2;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 39px; */
    text-align: center;
    color: #000000;
    }

    /* Wrapper и carousel — никакого overflow:hidden,
     иначе position:sticky не работает совсем */
    .G01__wrapper,
    .G01__carousel-mobile {
        overflow: visible;
    }

    .G01__carousel-mobile {
        padding: 0;
    }

    /* Плоский контейнер, куда JS переносит карточки */
    .G01__flat-stack {
        display: block;
        padding: 0 16px;
        /* Нужен для sticky-контейнера: высота явная не нужна,
       но overflow должен быть visible */
        overflow: visible;
    }

    /* Все карточки — sticky */
    .G01__flat-stack .G01__card {
        position: sticky;
        width: 100%;
        height: 368px !important;
        margin-bottom: 15px;
        box-shadow:
            0 0px 0 rgba(0, 0, 0, 0.01),
            0 16px 50px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s;
    }




    /* Каждая следующая карточка наезжает на предыдущую:
     top чуть выше, z-index выше — видна "колода" */
    .G01__flat-stack .G01__card:nth-child(1) {
        z-index: 1;
        top: 75px;
    }

    .G01__flat-stack .G01__card:nth-child(2) {
        z-index: 2;
        top: 83px;
    }

    .G01__flat-stack .G01__card:nth-child(3) {
        z-index: 3;
        top: 91px;
    }

    .G01__flat-stack .G01__card:nth-child(4) {
        z-index: 4;
        top: 99px;
    }

    .G01__flat-stack .G01__card:nth-child(5) {
        z-index: 5;
        top: 107px;
    }

    .G01__flat-stack .G01__card:nth-child(6) {
        z-index: 6;
        top: 115px;
    }

    /* Точки не нужны */
    .G01__dots {
        display: none !important;
    }

    /* Тёмная карточка на мобилке не нужна */
    .G01__card-dark {
        display: none !important;
    }




}

/* ── CARD BASE ── */
.G01__card {
    background: #FAFAFA;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    position: relative;
    height: 399px;
}

.G01__card-inner {
    padding: clamp(16px, 2.2vw, 24px);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.G01__card-title {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    line-height: 1.3;


    
}

.G01__card-subtitle {
    font-size: clamp(11px, 1.05vw, 12.5px);
    font-weight: 400;
    color: #868686;
    line-height: 1.55;
}

.G01__card-footer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    align-items: center;
}

.G01__info-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.G01__footer-text {
    font-size: clamp(11px, 1.05vw, 13px);
    font-weight: 400;
    color: #000;
    line-height: 1.35;
}

.G01__accent-text {
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-top: 16px;



font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;


}

.G01__card-content-area {
    flex: 1;
    margin-left: calc(-1 * clamp(16px, 2.2vw, 24px));
    margin-right: calc(-1 * clamp(16px, 2.2vw, 24px));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.G01__card-bottom-area {
    flex: 1;
    margin-left: calc(-1 * clamp(16px, 2.2vw, 24px));
    margin-right: calc(-1 * clamp(16px, 2.2vw, 24px));
    margin-bottom: calc(-1 * clamp(16px, 2.2vw, 24px));
    overflow: hidden;
    display: flex;
    justify-content: end;
}

/* ── GLOW ── */
.G01__card-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 16px;
    pointer-events: none;
}

.G01__glow-blue {
    position: absolute;
    width: 200px;
    height: 400px;
    background: #3C4AFA;
    border-radius: 50%;
    filter: blur(180px);
    opacity: 0.06;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}

.G01__glow-pink {
    position: absolute;
    width: 200px;
    height: 400px;
    background: #FBE9F3;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.65;
    right: -80px;
    top: 30%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .G01__card-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .G01__card-subtitle {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #868686;
    }

    .G01__footer-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }




}





/* ══ STACK WRAPPER ══ */
.G01__stack-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.G01__sc {
    position: absolute;
    right: -60px;
    background: linear-gradient(90deg, #fff 0%, #F7F5F9 100%);
    border: 1px solid #E8E8E8;
    pointer-events: auto;
}

.G01__sc-back {
    left: 9.52%;
    top: 30.08%;
    height: 16.04%;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .04);
}

.G01__sc-mid {
    left: 6.80%;
    top: 34.09%;
    height: 16.04%;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
}

.G01__sc-front {
    left: 4.08%;
    top: 38.10%;
    bottom: 18.55%;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

@media (max-width: 991px) {


.G01__sc-back {
top: -17.92%;
}

.G01__sc-mid {

    top: -9.09%;
  
}



    .G01__stack-wrapper {
        position: relative;
        pointer-events: auto;
        margin: 14px calc(-1 * clamp(16px, 2.2vw, 24px)) 0;
        margin-top: 13%;
    }

    .G01__sc-back,
    .G01__sc-mid {
        display: none;
    }

    .G01__sc-front {
        display: flex;
        flex-direction: column;
        background: linear-gradient(90deg, #fff 0%, #F7F5F9 100%);
        border: 1px solid #E8E8E8;
        border-radius: 12px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
        overflow: visible;
    }

    .G01__sc-front {
        position: relative;
        top: initial;
        /* left: initial; */
        left: 5%;
        bottom: initial;
    }

    .G01__stepper {

        padding-left: 5px;
    }


    .G01__card-inner {
        padding: clamp(15px, 2.2vw, 24px);

    }

    .G01__card-content-area {
        flex: 1;
        margin-left: calc(-1 * clamp(16px, 2.2vw, 24px));
        margin-right: calc(-1 * clamp(16px, 2.2vw, 24px));
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: start;
        padding-left: 15px;
    }

}

/* ── STEPPER ── */
.G01__stepper-scroll {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-shrink: 0;
}

.G01__stepper-scroll::-webkit-scrollbar {
    display: none;
}

.G01__stepper {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    min-width: max-content;
    padding: 14px 16px 0 41px;
}

.G01__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 79px;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.G01__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 37px;
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
    height: 4px;
    border-radius: 2px;
    background: #EAEAEA;
    z-index: 0;
    transition: background .2s;
}

.G01__step.done:not(:last-child)::after {
    background: #00CA5E;
}

.G01__step-label {
   font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 15px;
color: #000000;
    margin-bottom: 6px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
    height: 13px;


}

.G01__step-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
    transition: background .2s, transform .15s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.G01__step.done .G01__step-icon {
    background: #00CA5E;
}

.G01__step.active .G01__step-icon {
    background: #FBB111;
}

.G01__step.wait .G01__step-icon {
    background: #A0A0A0;
}

.G01__step:hover .G01__step-icon {
    transform: scale(1.09);
}

.G01__stepper-sep {
    height: 1px;
    background: #F7F6FC;
    margin: 14px 32px 0;
    flex-shrink: 0;
}

.G01__stepper-legend {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 8px 16px 14px 32px;
    gap: 0;
}

.G01__legend-spacer-1 {
    width: 125px;
    flex-shrink: 0;
}

.G01__legend-spacer-2 {
    width: 130px;
    flex-shrink: 0;
}

@media (max-width:991px) {
    .G01__stepper-legend {
        gap: 16px;
        padding: 8px 16px 14px 16px;
        flex-wrap: nowrap;
        min-width: unset;
        overflow: visible;
    }

    .G01__legend-spacer-1,
    .G01__legend-spacer-2 {
        display: none;
    }

    .G01__stepper {

        padding-left: 5px;
    }

    .G01__step:not(:last-child)::after {
        height: 8px;
        top: 31px;
        left: calc(50% + 11px);
        right: calc(-50% + 11px);
    }

    .G01__step-icon {
        width: 30px;
        height: 30px;

    }

    .G01__step {

        width: 68px;

    }
}

.G01__legend-item {
    display: flex;
    align-items: center;
 font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #A0A0A0;
    white-space: nowrap;


}


.G01__legend-dot {
    width: 18px;
height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
 border: 1px solid #FFFFFF;

    margin-right: 6px;
}

.G01__legend-dot.done {
    background: #00CA5E;
}

.G01__legend-dot.active {
    background: #FBB111;
}

.G01__legend-dot.wait {
    background: #A0A0A0;
}

/* ── DARK CARD ── */
.G01__card-dark {
    background: #000 !important;
    border-color: #1a1a1a !important;
}

.G01__dark-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 16px;
}

.G01__dark-glow-blue {
    position: absolute;
    width: 200px;
    height: 440px;
    background: #3C4AFA;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .55;
    left: 22%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.G01__dark-glow-pink {
    position: absolute;
    width: 200px;
    height: 440px;
    background: #FBE9F3;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .75;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ── IMAGES ── */
.G01__card img {
    max-width: 100%;
    height: auto;
    display: block;
}

.G01__card-content-area img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.G01__card-bottom-area img {
    max-width: 100%;
    height: auto;
}