.ws_timeline_block {
    margin: 0 -15px
}
.ws_timeline_block > * {
    padding: 0 15px;
}
.ws_timeline_wrap {
  position: relative;
  margin-bottom: 1.5rem;
}
.ws_timeline_wrap .ws_timeline_item {
  position: relative;
  padding-left: 5.5rem;
  padding-bottom: 3.25rem;
  margin-bottom: 1rem;
}
.ws_timeline_wrap.item_dot  .ws_timeline_item {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}
.ws_timeline_wrap .ws_timeline_item:last-child {
  margin-bottom: 0;
  padding-bottom:0;
}
.ws_timeline_wrap .ws_timeline_item .ws_timeline_item_icon {
    content:'';
    position: absolute;
    top:0;
    left: 0;
    width: 3rem;
    height:3rem;
    text-align: center;
}
.ws_timeline_wrap .ws_timeline_item .ws_timeline_item_icon i {
    color: var(--akzent);
    font-size: 36px;
    line-height: 3rem;
}
.ws_timeline_wrap.item_dot .ws_timeline_item .ws_timeline_item_icon {
    top: 0.325rem;
    left: .65rem;
    width: 0.75rem;
    height: 0.75rem;
    z-index: 1;
}
.item_dot_selector {
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--akzent);
    border: 1px solid #FFF;
    border-radius: 50%
}
.ws_timeline_wrap .ws_timeline_item:after {
    content:'';
    position: absolute;
    top:4rem;
    left: calc(1.5rem - 2px);
    width: 2px;
    bottom:0;
    background: var(--akzent);
}
.ws_timeline_wrap.item_dot .ws_timeline_item:after  {
    left: .95rem;
}
/* change akzent color to brand */
.ws_timeline_wrap.timeline-brand .ws_timeline_item .ws_timeline_item_icon i {
    color: var(--brand);
}
.ws_timeline_wrap.timeline-brand .ws_timeline_item:after {
    background: var(--brand);
}
.timeline-brand .item_dot_selector {
    background-color: var(--brand);
}
/**/
.ws_timeline_wrap:not(.item_dot) .ws_timeline_item:last-child:after {
    display:none;
}
.ws_timeline_wrap.item_dot .ws_timeline_item:after {
    top: 0;
    bottom: -2rem;
}
.ws_timeline_wrap.item_dot .ws_timeline_item:last-child:after {
    bottom:0
}
.ws_timeline_item_title {
    /* font-family: Satoshi Variable; */
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.04313rem;
    /* color: var(--headings); */
    margin-bottom: .62rem
}
.ws_timeline_wrap.item_dot .ws_timeline_item_title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
}
.ws_timeline_item_text {
    min-height: 4.1875rem
}
.ws_timeline_wrap.item_dot .ws_timeline_item_text {
    min-height: unset
}
.ws_timeline_block .text-two-images-block.position-left .text-two-images-block-img {
    flex-direction: row;
    justify-content: flex-start;
}
.ws_timeline_block .text-two-images-block.position-right .text-two-images-block-img {
    flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
    .ws_timeline_wrap {
        margin-bottom: 4rem;
    }
    .ws_timeline_descr {
        margin-bottom: 2rem;
    }
    .ws_timeline_wrap .ws_timeline_item {
        padding-left: 4rem
    }
    .ws_timeline_block .text-two-images-block.position-left .text-two-images-block-img:not(.no-lower-img) > div.upper-img {
        margin-right: 1rem;
    }
    .ws_timeline_block .text-two-images-block.position-left .text-two-images-block-img > div.lower-img {
        margin-right: 0;
    }
    .ws_timeline_wrap.item_dot .ws_timeline_item {
        padding-left: 1rem;
    }
    .ws_timeline_wrap.item_dot .ws_timeline_item .ws_timeline_item_icon {
        left: -0.45rem;
    }
    .ws_timeline_wrap.item_dot .ws_timeline_item:after {
        left: -0.12rem;
    }
}
@media only screen and (min-width:768px) {
    .ws_timeline_block {
        display: flex;
        align-items: center; /*flex-start;*/
        justify-content: flex-end;
    }
    .ws_timeline_block.position-right {
        justify-content: flex-start;
/*		flex-direction: row-reverse;*/
    }
    .ws_timeline_descr {
        flex-basis: 50%;
        top:auto;
        left: auto;
    }
    .ws_timeline_descr.fixed {
        position: fixed;
        top: 10rem;
        left: calc(4.44% - 15px); /* 15px - pads on vc */
        width: calc(50% - 4.44% + 1rem);
    }
    .ws_timeline_block.position-right .ws_timeline_descr.fixed {
        left: auto;
        right: calc(4.44% - 15px);
    }

    .ws_timeline_wrap {
        flex-basis: 50%;
    }
}
@media only screen and (min-width:1921px) {
    .ws_timeline_descr.fixed {
        left: calc(50vw - 47.25rem - 15px); /* 15px - pads on vc */
        width: 39.82rem;
    }
    .ws_timeline_block.position-right .ws_timeline_descr.fixed {
        left: auto;
        right: calc(50vw - 47.25rem - 15px); /* 15px - pads on vc */
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .ws_timeline_descr .h2 {
        font-size: 3rem
    }
    .ws_timeline_block .text-two-images-block.position-left .text-two-images-block-img > div.upper-img {
        margin-right: 1rem;
    }
    .ws_timeline_block .text-two-images-block .text-two-images-block-img .upper-img {
        margin-top:-5.25%
    }
    .ws_timeline_block .text-two-images-block .text-two-images-block-img .lower-img {
        margin-top:5.25%
    }

}
