.parteneriat_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 32px;
}

.parteneriat_container {
    width: 50%;
}

.parteneriat_pas {
    background-color: green;
    width: 100%;
    height: 0;
    padding: 50% 0;
    border-radius: 50%;
    text-align: center;
    position: relative;
    box-shadow: 0px 6px 6px #888888;
    -webkit-transition: 0.3s box-shadow ease-out;
    transition: 0.3s box-shadow ease-out;
}

.parteneriat_pas:hover {
    box-shadow: 0px 12px 12px #888888;
}

.continut_faza {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #fff;
    font-weight: 300;
}

#faza3 .continut_faza {

    font-size: 11px;
}

.pasul1 .parteneriat_pas {
    background-color: rgba(18,39,84, 0.4);
}

#pas2.parteneriat_pas {
     background-color: rgba(18,39,84, 0.7)
}

#pas3.parteneriat_pas {
     background-color: rgba(18,39,84, 1.0)
}

.parteneriat_pas_box {
    position: absolute;
    width: 50px;
    left: 25px;
    height: 59%;
    border: 2px dashed rgba(18,39,84, 1.0);
    border-right: none;
    z-index: 50;
}

.parteneriat_box_text {
    position: absolute;
    height: 20px;
    font-weight: 700;
    color: #122754;
    background-color: #fff;
    z-index: 100;
    padding: 0 12px;
    font-size: 20px;

    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -48px;
}

#box1 {
    
    
}

#box2 {
    top: 60%;
    height: 19%;
}

#box3 {
    height: 20%;
    top: 80%;
}


.parteneriat_faza_box {
    position: absolute;
    width: 50px;
    height: 19%;
    text-align: center;
    border: 2px dashed #122754;
    border-left: none;
    z-index: 50;
    right: 25px;
}

#box1faza {
    top: 0;
}

#box2faza {
    top: 20%;
}

#box3faza {
    top: 40%;
}

#box4faza {
    top: 60%;
}

#box5faza {
    top: 80%;
    height: 20%;
}

.parteneriat_faza_box .parteneriat_box_text {
    right: -50px;
    left: auto;
    top: 50%;
    width: 100px;
}

@media screen and (min-width: 576px) {
    .parteneriat_container {
        width: 40%;
    }

    .parteneriat_pas_box {
        left: 75px;
        width: 100px
    }


    .parteneriat_faza_box {
        right: 65px;
        width: 100px;
    }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
    .parteneriat_main {
        flex-direction: row;
    }
    .parteneriat_container {
        width: 20%;
    }

    .parteneriat_pas_box {
        position: absolute;
        top: -32px;
        height: 32px;
        
        text-align: center;
        border: 2px dashed #122754;
        border-bottom: none;
        z-index: 50;
    }

    .parteneriat_box_text {
        position: absolute;
        top: -10px;
        height: 20px;
        font-weight: 700;
        color: #122754;
        background-color: #fff;
        z-index: 100;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 12px;
        font-size: 20px;
    }

    #box1 {
        width: 59%;
        left: 0;
    }

    #box2 {
        width: 19%;
        left: 60%;
        top: -32px;
    }
    #box2 .parteneriat_box_text,
    #box3 .parteneriat_box_text {
        width: 100px
    }

    #box3 {
        width: 20%;
        left: 80%;
        top: -32px;
    }


    .parteneriat_faza_box {
        position: absolute;
        bottom: -32px;
        height: 32px;
        width: 19%;
        text-align: center;
        border: 2px dashed #122754;
        border-top: none;
        z-index: 50;
    }

    #box1faza {
        left: 0;
        top: auto;
        bottom: -32px;
    }

    #box2faza {
        left: 20%;
        top: auto;
        bottom: -32px;
    }

    #box3faza {
        left: 40%;
        top: auto;
        bottom: -32px;
    }

    #box4faza {
        left: 60%;
        top: auto;
        bottom: -32px;
    }

    #box5faza {
        left: 80%;
        width: 20%;
        top: auto;
        bottom: -32px;
    }

    .parteneriat_faza_box .parteneriat_box_text {
        bottom: -10px;
        top: auto;
        left: 50%;
    }

}

@media screen and (min-width: 1200px) {} 