#home.about_page{
    height: 835px;
}

.block-1{color: #222222; padding-top: 80px;padding-bottom: 80px;background-color: white}
.block-1 h2{font-size: 45px;margin-bottom: 50px}
.block-1 span.underlined{
    display: inline-block;
    border-bottom: 2px solid #ca982f;
}

.block-2{
    padding-top: 165px;
    padding-bottom: 165px;
    min-height: 800px;
}
#about-page{
    background: url('../../img/client/about/about-page-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-history{
    background: #222222;
    padding-top: 80px;
    padding-bottom: 100px;
}
.block-history .history-desc{
    padding-bottom: 83px;
}
.block-history div.custom-btn{
    height: 90px;
    width: 90px;
    margin: 83px auto 45px auto;
    line-height: 90px;
    font-size: 15px;
    padding: 0;
    background-color: #161616;
    z-index: 2;
}

.block-history .year-block{
    border: 4px solid #ca982f;
    min-height: 237px;
    padding: 65px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background-color: #222222;
}



.history-block-wrapp{
    position: relative;
}
.history-scheme{
    padding-top: 30px;
    padding-bottom: 65px;
    position: relative;
}
.history-scheme .vertical-line{
    width: 1px;
    height: 100%;
    background-color: #ffffff;

    position: absolute;
    top: 0;
    left: 49.9%;
    z-index: 1;
}

@media (min-width: 992px) {
    .history-scheme{
        padding-top: 50px;
        padding-bottom: 105px;
    }
    .history-scheme .row{margin-bottom: 10px}
    .history-scheme .col-md-6{
        /*outline: 1px solid white;*/
        padding: 0;
    }
    .block-history div.custom-btn{
        margin: 0;
        position: absolute;
        right: -45px;
        top: 50px;
    }
    .history-scheme div.custom-btn .part{
        border-width: 4px;
    }
    .history-scheme div.custom-btn:hover .part{
        height: 20%;
    }
    .history-scheme .row:nth-child(odd) div.custom-btn{
        right: auto;
        left: -45px;
    }
    .history-scheme .year-block{
        width: 82.5%;
    }
    .history-scheme .row:nth-child(odd){
        /*outline: 2px solid red;*/
    }
    .history-scheme .row:nth-child(odd) .year-block{
        float: right;
    }

    .history-scheme .horizontal-line{
        height: 1px;
        width: 17.5%;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 82.5%;
        z-index: 1;
    }
    .history-scheme .row:nth-child(odd) .horizontal-line{
        left: auto;
        right: 82.5%;
    }
}
