.coop-path {
    margin-top: 120px;
}

.container {
    margin: 0 auto;
}

.coop-path-mobile-container {
    display: none;
}

.coop-path-dektop-title-container {
    margin-bottom: 80px;
}

.coop-path-desktop {
    position: relative;
    width: 1169px;
    height: 593px;
    margin: 0 auto;
}

.coop-path-desktop .hide-in-pc {
    display: none;
}

.coop-path-desktop__stage {
    width: 300px;
    height: 76px;
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(40px);
    border-radius: 8px;
    position: absolute;
    display: flex;
    align-items: center;
}

.coop-path-desktop__stage-name {
    display: flex;
    height: fit-content;
}

.coop-path-desktop__stage svg {
    width: 5px;
    height: 8px;
    fill: #ff8036;
    position: absolute;
}

.coop-path-desktop__stage p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;

    color: #ffffff;
}

.coop-path-desktop__stage span {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-right: 8px;
}

.coop-path-desktop__lines-from-1-to-2-3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 33px;
    left: 301px;
}

.coop-path-desktop__lines-from-2-3-to-4 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 33px;
    left: 701px;
}

.coop-path-desktop__lines-from-6-7-to-8 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 300px;
    left: 501px;
}

.coop-path-desktop__lines-from-4-to-5 {
    position: absolute;
    top: 127px;
    left: 916px;
}

.coop-path-desktop__lines-from-5-to-6 {
    position: absolute;
    top: 243px;
    left: 901px;
}

.coop-path-desktop__lines-from-5-to-7 {
    position: absolute;
    top: 243px;
    left: 901px;
}

.coop-path-desktop__lines-from-8-to-9 {
    position: absolute;
    top: 347px;
    left: 146px;
}

.coop-path-desktop__lines-from-9-to-10 {
    position: absolute;
    top: 493px;
    left: 146px;
}

.coop-path-desktop__lines-from-10-to-11 {
    position: absolute;
    top: 545px;
    left: 501px;
}

.coop-path-desktop__lines-from-11-to-finish {
    position: absolute;
    top: 545px;
    left: 901px;
}

#coop-path-stage__1 {
    top: 50px;
    left: 1px;
}

#coop-path-stage__2 {
    top: 0px;
    left: 371px;
    width: 330px;
}

#coop-path-stage__2 svg {
    top: 50%;
    left: -4px;
    transform: translateY(-52%);
}

#coop-path-stage__3 {
    top: 100px;
    left: 371px;
    width: 330px;
}

#coop-path-stage__3 svg {
    top: 50%;
    left: -4px;
    transform: translateY(-47%);
}

#coop-path-stage__4 {
    top: 51px;
    left: 771px;
}

#coop-path-stage__4 svg {
    top: 50%;
    left: -4px;
    transform: translateY(-56%);
}

#coop-path-stage__5 {
    top: 167px;
    left: 869px;
}

#coop-path-stage__5 svg {
    top: -5px;
    left: 50%;
    transform: translateX(-103%) rotate(90deg);
}

#coop-path-stage__6 {
    top: 268px;
    left: 571px;
    width: 330px;
}

#coop-path-stage__6 svg {
    top: 50%;
    right: -4px;
    transform: translateY(-55%) rotate(180deg);
}

#coop-path-stage__7 {
    top: 367px;
    left: 571px;
    width: 330px;
}

#coop-path-stage__7 svg {
    top: 50%;
    right: -4px;
    transform: translateY(-50%) rotate(180deg);
}

#coop-path-stage__8 {
    top: 317px;
    left: 201px;
}

#coop-path-stage__8 svg {
    top: 50%;
    right: -4px;
    transform: translateY(-50%) rotate(180deg);
}

#coop-path-stage__9 {
    top: 417px;
    left: 0;
    width: 301px;
}

#coop-path-stage__9 svg {
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

#coop-path-stage__10 {
    top: 517px;
    left: 201px;
}

#coop-path-stage__10 svg {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}

#coop-path-stage__11 {
    top: 517px;
    left: 571px;
    width: 330px;
}

#coop-path-stage__11 svg {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}

#coop-path-stage__finish {
    top: 517px;
    left: 1000px;
    width: 76px;
    height: 76px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#coop-path-stage__finish svg {
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
}

#coop-path-stage__finish img {
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 1439px) {
    .coop-path {
        margin-top: 120px;
    }

    .coop-path-desktop {
        width: 945px;
        height: 577px;
        margin: 0 auto;
    }

    .coop-path-dektop-title-container {
        margin-bottom: 60px;
    }

    .coop-path-desktop .hide-in-laptop {
        display: none;
    }

    .coop-path-desktop .hide-in-pc {
        display: block;
    }

    .coop-path-desktop__stage {
        width: 250px;
    }

    .coop-path-desktop__lines-from-1-to-2-3 {
        left: 252px;
    }

    .coop-path-desktop__lines-from-2-3-to-4 {
        left: 623px;
    }

    .coop-path-desktop__lines-from-4-to-5 {
        top: 127px;
        left: 809px;
    }

    .coop-path-desktop__lines-from-5-to-6 {
        top: 227px;
        left: 778px;
    }

    .coop-path-desktop__lines-from-5-to-7 {
        top: 227px;
        left: 778px;
    }

    .coop-path-desktop__lines-from-6-7-to-8 {
        top: 284px;
        left: 408px;
    }

    .coop-path-desktop__lines-from-8-to-9 {
        top: 336px;
        left: 123px;
    }

    .coop-path-desktop__lines-from-9-to-10 {
        top: 477px;
        left: 123px;
    }

    .coop-path-desktop__lines-from-10-to-11 {
        top: 529px;
        left: 408px;
    }

    .coop-path-desktop__lines-from-11-to-finish {
        top: 529px;
        left: 778px;
    }

    #coop-path-stage__1 {
        top: 50px;
        left: 1px;
    }

    #coop-path-stage__2 {
        top: 0px;
        left: 322px;
        width: 300px;
    }

    #coop-path-stage__3 {
        top: 100px;
        left: 322px;
        width: 300px;
    }

    #coop-path-stage__4 {
        top: 51px;
        left: 693px;
    }

    #coop-path-stage__5 {
        top: 151px;
        left: 693px;
    }

    #coop-path-stage__5 svg {
        transform: translateX(-30%) rotate(90deg);
    }

    #coop-path-stage__6 {
        top: 251px;
        left: 478px;
        width: 300px;
    }

    #coop-path-stage__6 svg {
        transform: translateY(-85%) rotate(180deg);
    }

    #coop-path-stage__7 {
        top: 351px;
        left: 478px;
        width: 300px;
    }

    #coop-path-stage__8 {
        top: 301px;
        left: 158px;
    }

    #coop-path-stage__9 {
        top: 401px;
        left: 0;
        width: 252px;
    }

    #coop-path-stage__10 {
        top: 501px;
        left: 158px;
    }

    #coop-path-stage__11 {
        top: 501px;
        left: 478px;
        width: 300px;
    }

    #coop-path-stage__finish {
        top: 501px;
        left: 868px;
    }
}

@media only screen and (max-width: 991px) {
    .coop-path-desktop {
        display: none;
    }

    .coop-path-dektop-title-container {
        display: none;
    }

    .coop-path-mobile-container {
        display: block;
    }

    .coop-path-mobile {
        display: block;
        margin-top: 55px;
    }

    .coop-path-mobile__stage {
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(40px);
        border-radius: 12px;

        padding: 36px 44px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .coop-path-mobile__stage:last-child {
        margin-bottom: 0;
    }

    .coop-path-mobile__stage-name {
        display: flex;
        align-items: center;
        justify-content: flex-start;

        width: 50%;
    }

    .coop-path-mobile__stage-name p {
        font-weight: 600;
        font-size: 24px;
        line-height: 128%;

        color: #ffffff;
    }

    .coop-path-mobile__stage-name svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        margin-right: 16px;
        fill: #ffffff;
    }

    .coop-path-mobile__stage-parts {
        width: 50%;
        list-style: none;
    }

    .coop-path-mobile__stage-part-item::before {
        content: "\2022";
        color: #ff8036;
        font-weight: bold;
        display: inline-block;
        width: 6px;
        margin-right: 12px;
    }

    .coop-path-mobile__stage-part-item {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #dad8e4;

        margin-bottom: 12px;
    }

    .coop-path-mobile__stage-part-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .coop-path {
        margin-top: 60px;
    }

    .coop-path-mobile {
        margin-top: 40px;
    }

    .coop-path-mobile__stage {
        justify-content: start;
        padding: 32px;
    }

    .coop-path-mobile__stage-name {
        width: fit-content;
        margin-right: 53px;
    }

    .coop-path-mobile__stage-parts {
        width: max-content;
    }
}

@media only screen and (max-width: 575px) {
    .coop-path-mobile__stage {
        padding: 24px 23px 32px;
        display: block;
    }

    .coop-path-mobile__stage-name {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #403445;
    }

    .coop-path-mobile__stage-parts {
        width: 100%;
    }
}
