.history-list {
    margin-left: 20px;
    position: relative;
}

.history-block {
    position: relative;
    margin-bottom: 60px;
}

.hb-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #c5d1e0;
    background-color: #fff;
    left: -20px;
    border-radius: 100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.history-block:hover .hb-circle {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-color:#0051a1;
}

.history-list:before {
    content: '';
    position: absolute;
    background: url(../img/list-steps-dot.png) repeat-y center top;
    left: -1px;
    width: 3px;
    top: 5px;
    bottom: 0;
}

.hb-descr {
    margin-left: 30px;
}

.hb-descr h3 {
    color: #0051a1;
    font-weight: bold;
    font-family: sans-serif;
}

.hb-descr span {
    color: #0051a1;
    font-size: 16px;
    font-family: sans-serif;
}

.hb-descr p {
    margin-top: 15px;
    margin-bottom: -15px;
}

.hb-circle2 {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #0051a1;
    background-color: #fff;
    left: -10px;
    margin-top: 10px;
    border-radius: 100%;
}

.circle {
    position: absolute;
}