.zigzag {
    position: relative;
    width: 100%;
    height: 780px;
    @media (max-width: 600px) {
        display: none;
    }
}

.zigzag_cont {
    display: flex;
}

.line_wr {
    width: 100%;
    height: 20px;
    padding: 120px 0;
    position: relative;
}

.line {
    background-color: #C0EBF6;
    width: 100%;
    height: 20px;
    position: relative;
}

.line_br1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.line_br2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rotate_wr {
    width: 260px;
    height: 260px;
    position: absolute;
    top: 0;
    background-color: white;
    overflow: hidden;
    z-index: 2;
}

.rotate_wr13 {
    right: -120px;
}

.rotate_wr24 {
    left: -120px;
}

.rotate {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 20px solid #C0EBF6;
    position: absolute;

}

.rotate1 {
    bottom: -120px;
    left: -120px;
}

.rotate2 {
    bottom: -120px;
    right: -120px;
}

.rotate3 {
    top: -120px;
    left: -120px;
}

.rotate4 {
    top: -120px;
    right: -120px;
}

.line_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    text-align: center;

    > h4 {
        font-size: 36px;
        color: #C96065;
        font-weight: 700;
    }

    > p {
        font-size: 16px;
        color: #4B8D9D;
    }
    @media (max-width: 900px) {
        >h4 {
            font-size: 24px;
        }
        > p {
            font-size: 14px;
        }
    }
}
.dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #C0EBF6;
    position: absolute;
    z-index: 3;
    top: -3px;
    margin: 0 auto 0 50px;
    border: 5px solid #8cc3d1;
}

.lct {
    top: -85px;
}

.lcb {
    top: 30px;
}

/*1рая линия*/
.lct1 {
}

.lct2 {
    left: 30%;
}

.lct3 {
    left: 60%;
}

.lcb1 {
    left: 15%;
}

.lcb2 {
    left: 45%;
}

.lcb3 {
    left: 77%;
}

/*2рая линия*/
.lct4 {
    left: 17%;
}

.lct5 {
    left: 45%;
}

.lct6 {
    left: 76%;
}

.lcb4 {
    left: 3%;
}

.lcb5 {
    left: 31%;
}

.lcb6 {
    left: 65%;
}

/*3рая линия*/
.lct7 {
    left: 8%;
}

.lct8 {
    left: 35%;
}

.lct9 {
    left: 68%;
}

.lcb7 {
    left: 20%;
}

.lcb8 {
    left: 48%;
}
.ml35{
    margin-left: 35px;
}
.ml76 {
    margin-left: 76px;
}
.ml90 {
    margin-left: 90px;
}

.dot_fix{
    @media (max-width: 700px) {
        display: none;
    }
}

.dot_fix2 {
    @media (max-width: 780px) {
        top: -12px;
    }
    @media (max-width: 700px) {
        display: none;
    }
}

.line_gray{
    background-color: #D9D9D9;
    width: 26%;
    height: 20px;
    position: absolute;
    z-index: 3;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rocket{
    position: absolute;
    z-index: 4;
    top: -30px;
    margin: 0 auto 0 -6px;
}

.zigzag_mob {
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: none;
    @media (max-width: 600px) {
        display: flex;
    }
}

.dates{
    list-style-type: none;
    > li {
        margin-top: 10px;
        display: flex;
        align-items: center;
        position: relative;
    }
    > li div {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #C0EBF6;
        margin: 0 16px;
    }
    > li h4 {
        margin-right: 10px;
        width: 45px;
        font-size: 16px;
        color: #C96065;
    }
    > li p {
        font-size: 14px;
        color: #4B8D9D;
        font-weight: 500;
    }
}

.liner {
    position: absolute;
    margin-top: 20px;
    height: 95%;
    width: 3px;
    left: 21px;
    background-color: #C0EBF6;
}

