* {
    box-sizing: border-box;
}

.tracker-mobile {
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    line-height: 1.02;
    color: #b2b2b2;
    padding-right: 25px;
}

.tracker-mobile__item {
    display: flex;
    padding: 8px 0;
    position: relative;
}
.tracker-mobile__item:after {
    content: '';
    display: none;
    width: 1px;
    background: #213c74;
    position: absolute;
    top: 12px;
    bottom: -12px;
    right: 6px;
}
.tracker-mobile__marker {
    border-radius: 100%;
    border: 1px solid #b2b2b2;
    width: 13px;
    height: 13px;
    position: relative;
    padding: 1px;
    background: #fff;
    z-index: 1;
    margin: 4px 0 0 14px;
}
.tracker-mobile__marker:before {
    content: '';
    display: none;
    background: #f1c40f;
    border-radius: 100%;
    width: 9px;
    height: 9px;
}
.tracker-mobile__item.completed {
    color: #213c74;
}
.tracker-mobile__item.completed .tracker-mobile__marker:before {
    display: block;
    background: #213c74;
}
.tracker-mobile__item.completed:after {
    display: block;
}
:nth-last-child(1 of .tracker-mobile__item.completed):after {
    display: none;
}
.tracker-mobile__item.active {
    color: #213c74;
    font-weight: bold;
}
.tracker-mobile__item.active .tracker-mobile__marker {
    border: 1px solid #213c74;
}
.tracker-mobile__item.active .tracker-mobile__marker:before {
    display: block;
    /*background: #f1c40f;
    background: #ffffff;*/
}

.tracker-mobile__item.active1 .tracker-mobile__marker:before {
    background: #ffc000;
}
.tracker-mobile__item.active2 .tracker-mobile__marker:before {
    background: #bfbfbf;
}
.tracker-mobile__item.active3 .tracker-mobile__marker:before {
    background: #7030a0;
}
.tracker-mobile__item.active4 .tracker-mobile__marker:before {
    background: #47d45a;
}
.tracker-mobile__item.active5 .tracker-mobile__marker:before {
    background: #ffffff;
}
.tracker-mobile__item.active6 .tracker-mobile__marker:before {
    background: #e59edd;
}
.tracker-mobile__item.active7 .tracker-mobile__marker:before {
    background: #85d7f1;
}
.tracker-mobile__item.active8 .tracker-mobile__marker:before {
    background: #ffff00;
}
