.ce_CeIdsHistory h2{
    font-size: 35px;
    font-weight: bold;
    margin-top: -12px;
    margin-bottom: 4px;
    color: #000;
}
.ce_CeIdsHistory .timeline{
    position: relative;
    height: 5px;
    margin: 20px 5px 103px;
    padding: 0 calc((100% - 130px) / 2);
}
.ce_CeIdsHistory a.next{
    position: absolute;
    top: -15px;
    left: -15px;
    width: 36px;
    height: 36px;
    padding: 10px;
}
.ce_CeIdsHistory .article{
    padding: 30px 15px;
}
#main .ce_CeIdsHistory .article .block{
    margin-top: 10px;
    margin-bottom: 10px;
}
#main .ce_CeIdsHistory .content-text.block > p{
    margin-bottom: 10px;
}
#main .ce_CeIdsHistory h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
.ce_CeIdsHistory .article p{
    line-height: 20px
}
.ce_CeIdsHistory a.prev{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    padding: 10px;
}
.ce_CeIdsHistory a.next div{
    width: 16px;
    height: 16px;
    background-size: 10px 10px;
    background-position: 2px 3px;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.ce_CeIdsHistory a.next div.active{
    margin-top: -3px;
    width: 22px;
    height: 22px;
    background-size: 13px 13px;
    background-position: 5px 5px;
    border-radius: 50%;
}
.ce_CeIdsHistory a.prev div{
    width: 16px;
    height: 16px;
    background-size: 10px 10px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.ce_CeIdsHistory a.prev div.active{
    margin-top: -3px;
    width: 22px;
    height: 22px;
    background-size: 13px 13px;
    background-position: 6px 5px;
    border-radius: 50%;
}
.ce_CeIdsHistory .timeline .years{
    position: relative;
    display: flex;
}
.ce_CeIdsHistory .timeline .yearscontainer{
    position: absolute;
    height: 126px;
    top: -18px;
    width: calc(130px);
    overflow: hidden;
}
.ce_CeIdsHistory .timeline .years span{
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 12px;
    display: none;
}
.ce_CeIdsHistory .timeline .years a.active{
    background-size: 41px 41px;
    background-position: center 0px;
    color: var(--black);
}
.ce_CeIdsHistory .timeline .years a.active span{
    display: block;
}
.ce_CeIdsHistory .timeline .years a.active div{
    width: 34px;
    height: 17px;
    position: absolute;
    top: 109px;
    left: 3px;
    background-image: url(/files/layout/icons/gen/triangle-ids-machine-vision-cameras-white.svg);
    background-size: 100% 100%;
}
.ce_CeIdsHistory .timeline .years a{
    display: block;
    height: 66px;
    width:41px;
    min-width: 41px;
    margin: 0 44px;
    padding-top: 44px;
    text-align: center;
    background-size: 19px 19px;
    background-position: center 11px;
    background-repeat: no-repeat;
    position: relative;
    color: var(--dark-grey);
}
.ce_CeIdsHistory .images{
    position: relative;
    padding-top: calc(100% / 3 * 2 + 60px);
}

.ce_CeIdsHistory figure{
    position: absolute;
    margin: 15px;
    width: calc(100% - 30px);
    display: none;
    top: 0;
    left: 0;
}
/*SM*/
@media (min-width:576px) { 
    .ce_CeIdsHistory .timeline .years a{
        margin: 0 34.5px;
    }  
    .ce_CeIdsHistory .timeline{
        padding: 0 85px;
    }
    .ce_CeIdsHistory .timeline .yearscontainer{
        width: calc(100% - 170px);
    }
    .ce_CeIdsHistory .images{
        padding-top: calc(100% / 3 * 2 + 100px);
    }
    .ce_CeIdsHistory figure{
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        left: 50%;
    }
    .ce_CeIdsHistory figure{
        width: 480px;
        margin-top: -160px;
        margin-left: -240px;
    }
}

/*MD*/
@media (min-width:768px) {
    .ce_CeIdsHistory .images{
        padding-top: calc(100% / 3 * 2 + 60px);
    }
    .ce_CeIdsHistory figure{
        width: 572px;
        margin-top: -180px;
        margin-left: -286px;
    }
    .ce_CeIdsHistory .timeline .years a{
        margin: 0 43.25px;
    }
}

/*LG*/
@media (min-width:992px) {
    .ce_CeIdsHistory .images{
        padding-top: 0;
        min-height: 500px;
    }
    .ce_CeIdsHistory figure{
        width: 392px;
        margin-top: -120px;
        margin-left: -196px;
    }
    .ce_CeIdsHistory .timeline .years a{
        margin: 0 42px;
    }
}

/*XL*/
@media (min-width:1200px) { 
    .ce_CeIdsHistory figure{
        width: 482px;
        margin-top: -150px;
        margin-left: -241px;
    }
    .ce_CeIdsHistory .timeline .years a{
        margin: 0 45.9px;
    }
}

/*XXL*/
@media (min-width:1800px) { 
    .ce_CeIdsHistory figure{
        width: 572px;
        margin-top: -180px;
        margin-left: -286px;
    }
    .ce_CeIdsHistory .timeline .years a{
        margin: 0 44px;
    }
}