
.accordion-item-proc
{
    border:none !important;
}
.accordion-button-proc {
    font-size: unset;
    color: unset !important;
    padding: 0px !important;
    padding-top: 5px !important;
}

.accordion-body-proc 
{
    padding: 0px !important;
    padding-right:50px !important;
}

.accordion-button-proc:not(.collapsed) {
    color: unset !important;
    background-color: #ffffff !important;
    box-shadow: unset !important;
}

.accordion-button-proc:not(.collapsed)::after {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button-proc::after {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.75rem;
}

.accordion-button-proc:focus {
    z-index: 3;
    background-color: #ffffff !important;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.cont {
    max-width:768px;
}

.number-process {
    background-color: #ffffff;
    color: #8c5955;
    border: 1px solid #8c5955;
    font-size: 26px;
    line-height: 44px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
    font-weight: 700 !important;
    display: inline-block;
    font-family: 'bebas_neueregular', sans-serif;
    left: 20px;
    position: relative;
}

.process-red {
    color: #8c5955 !important;
    border: 1px solid #8c5955 !important;
}

.process-blue {
    color: #0686be !important;
    border: 1px solid #0686be !important;
}

.pros-number {
    padding-top: 30px;
    position: relative;
}


.pros-number:before {
    content: "";
    border: 1px dashed #cbcbcb;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 55px;
}

.pro-text {
    padding-top: 30px;
}


.cont .pros-number:nth-last-child(2):before {
    border: none;
}


@media(max-width: 767px) {
    .pros-number:before {
        border: none;
        left: 60px;
    }

    .pro-text {
        padding-top: 10px;
    }

    .number-process {
        left: 0px;
    }

}

