.section-histoy {
    background: white;
    padding: 120px 30px;
}

.inner-history-section {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle-history * {
    font-weight: 300;
    position: absolute;
}

.actve-history-text {
    padding-top: 70px;
}

.history-title {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 500;
}

.history-content {
    max-width: 500px;
    margin-top: 30px;
    font-weight: 300;
}


.currnet-history-info {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #D9D9D9;
    padding-bottom: 70px;
    cursor:pointer;
}

.current-history-title {
    margin-bottom: 0;
    color: #D9D9D9;
    font-size: 20px;
    font-weight: 500;
}

.green-circle-history {
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    position: absolute;
    border-radius: 50%;
    left: -9px;
    top: 0;
}

.white-circle-history {
    width: 38px;
    height: 38px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: -19px;
    top: -10px;
    opacity:0;
    border:1px solid #6ea58d;
}

.currnet-history-info:has(.green-text) .green-circle-history {
    background: #6ea58d;
}


.currnet-history-info:has(.green-text) .white-circle-history {
    opacity:1
}

.history-years {
    padding-left: 20px;
    padding-right: 20px;
}
    
@media screen and (max-width:1300px) {    
    .history-title {
        font-size: 3.5rem;
    }  
    .current-history-title {
        font-size: 16px;
    }
}


    
@media screen and (max-width:1024px) {   
    
    .history-content {
        max-width: 100%;
    }
    
    .actve-history-text {
        padding-top: 40px;
    }
    
    .subtitle-history * {
        position: relative;
    }
    
    .all-history-years {
        margin: 30px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 5px;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom:15px;
        position:relative;
    }
    
    .currnet-history-info {
        border: 0;
    }
    
    .history-years {
        padding-left: 0;
        padding-right: 0;
    }
    
    .currnet-history-info {
        padding-left: 0;
        padding-bottom: 0;
        height: 40px;
    }
    
    .green-circle-history {
        width: 7px;
        height: 7px;
        top: auto;
        bottom: -19px;
        background: #D9D9D9;
        left:50%;
        transform:translateX(-50%);
    }
    
    
    .white-circle-history {
        width:15px;
        height:15px;
        top: auto;
        bottom: -23px;
        left:50%;
        transform:translateX(-50%);
    }
    
    .all-history-years:before, .all-history-years:after {
        content: "";
        width: 10px;
        height: 10px;
        background: #ffffff;
        position: absolute;
        bottom: -4px;
        left: 0;
    }
    
    .all-history-years:after {
        left:auto;
        right:0;
        width:15px;
    }
    
    
}


@media screen and (max-width:640px) {
        
    .current-history-title {
        font-size: 12px;
    }
    
    .all-history-years:after {
        width: 10px;
    }
    
}