

/* Start:/bitrix/templates/bizsolutions.factory/components/bitrix/news/news.timeline-v2/bitrix/news.list/.default/style.css?17560120962891*/
/*Timeline v2
------------------------------------*/
.timeline-v2 {
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.timeline-v2 > li{
    position: relative;
}

.timeline-v2:before {
    top: 0;
    bottom: 0;
    left: 22%;
    width: 4px;
    content: '';
    background: #f3f3f3;
    position: absolute;
    margin-left: -14px;
}

/* The date/time */
.timeline-v2 > li .cbp_tmtime {
    width: 25%;
    display: block;
    position: absolute;
    padding-right: 80px;
}

.timeline-v2 > li .cbp_tmtime span {
    top: 16px;
    display: block;
    text-align: right;
    position: relative;
    line-height: 1.20;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
    color: #999;
    font-size: 14px;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
    color: #585f69;
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

/* Right content */
.timeline-v2 > li .cbp_tmlabel {
    color: #fff;
    padding: 10px 20px 20px;
    background: #f3f3f3;
    line-height: 1.4;
    clear: both;
    position: relative;
    margin: 0 0 40px 25%;
}

.timeline-v2 > li .cbp_tmlabel li {
    padding: 0;
}

.timeline-v2 > li .cbp_tmlabel h2 {
    margin-top: 0px;
    font-size: 21px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.timeline-v2 > li .cbp_tmlabel .text-left {
    float: left;
}

/* The triangle */
.timeline-v2 > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f3f3f3;
    border-width: 10px;
    top: 18px;
}

/* The icons */
.timeline-v2 > li .cbp_tmicon {
    top: 22px;
    left: 22%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #72c02c;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #f3f3f3;
    -webkit-font-smoothing: antialiased;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .timeline-v2 > li .cbp_tmtime span:last-child {
        top: 4px;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .timeline-v2:before {
        display: none;
    }

    .timeline-v2 > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .timeline-v2 > li .cbp_tmtime span {
        top: 9px;
        text-align: left;
    }

    .timeline-v2 > li .cbp_tmlabel {
        padding: 1em;
        font-weight: 400;
        margin: 0 0 30px 0;
    }

    .timeline-v2 > li .cbp_tmlabel:after {
        left: 20px;
        top: -20px;
        right: auto;
        border-bottom-color: #f3f3f3;
        border-right-color: transparent;
    }

    .timeline-v2 > li .cbp_tmicon {
        left: auto;
        float: right;
        position: relative;
        margin: -55px 5px 0 0px;
    }
}
/* End */
/* /bitrix/templates/bizsolutions.factory/components/bitrix/news/news.timeline-v2/bitrix/news.list/.default/style.css?17560120962891 */
