.orderStage{
    margin: 30px 0 20px 0;
    padding-left: 0;
    overflow: hidden;
}
.orderStage-block{
    display: inline-block;
    padding-right: 10px;
}

/*.orderStage-block:first-child{*/
    /*padding-left: 0;*/
/*}*/

.orderStage-block-circle-active{
    border-radius: 40px;
    background: #009bdb;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.orderStage-block-circle{
    border-radius: 40px;
    background: #cccccc;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}



.orderStage-block-string{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #cccccc;
}

.orderStage-block-string-active{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}