.timeline .__item {
    position: relative
}

.timeline .__item--active .__point {
    border-color: #43c1a8
}

.timeline .__item--active .__point:before {
    content: ""
}

.timeline .__item--current .__point {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.timeline .__point {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #a3abb6;
    padding: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline .__point:before {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.timeline .__line--active {
    margin: 0;
    background-color: #43c1a8;
    border: none!important
}

.timeline .__text {
    display: block;
    line-height: 1;
    font-size: 1.5rem
}

.timeline .__text--first {
    font-weight: 500
}

.timeline--light-color {
    color: #fff
}

.timeline--light-color .__text--second {
    color: inherit
}

.timeline--light-color .__point:before {
    background-color: #fff
}

.timeline--dark-color .__point:before {
    background-color: #43c1a8
}

.timeline--style-1 {
    padding-top: 60px;
    padding-bottom: 150px;
    text-align: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.timeline--style-1 .__item--current+.__line {
    margin-left: 7px
}

.timeline--style-1 .__line {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    margin: 0 5px;
    border-top: 2px dashed #a9b1bb;
    border-bottom: 2px dashed #a9b1bb
}

.timeline--style-1 .__text {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline--style-1 .__text--first {
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem
}

.timeline--style-1 .__text--second {
    top: 100%;
    margin-top: 5px;
    font-weight: 400
}

.timeline--style-1 .__text--second:before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: rgba(255, 255, 255, .18);
    margin: 0 auto 20px
}

.timeline--style-2 .__item {
    margin-left: auto;
    padding-left: 30px;
    padding-bottom: 25px
}

.timeline--style-2 .__item--active .__line--active {
    top: 18px;
    bottom: 0;
    left: 8px
}

.timeline--style-2 .__item--current .__line {
    top: 27px
}

.timeline--style-2 .__item:last-child {
    padding-bottom: 0
}

.timeline--style-2 .__point {
    position: absolute;
    top: 0;
    left: 0
}

.timeline--style-2 .__line {
    position: absolute;
    top: 25px;
    left: 7px;
    bottom: 5px;
    width: 2px;
    border-left: 2px dashed #a9b1bb;
    border-right: 2px dashed #a9b1bb
}

.timeline--style-2 .__text--first {
    color: #fb8c00;
}