
.line-years-wrapper {
    position: relative;
}
.line-years-wrapper .prev, .line-years-wrapper .next {
    color: #4f5551; /*#3277ab;*/
    display: none;
    font-size: 70px;
    left: 0;
    line-height: 0.5;
    position: absolute;
    text-decoration: none;
    top: 0;
}
.line-years-wrapper .prev:hover, .line-years-wrapper .next:hover {
    color: #078810; /*#993333;*/
}
.line-years-wrapper .next {
    left: auto;
    right: 0;
}
.line-years-wrapper.scroll .prev, .line-years-wrapper.scroll .next {
    display: block;
    border: none;
}
.line-years-wrapper .prev.disable, .line-years-wrapper .next.disable, .line-years-wrapper .prev.disable:hover, .line-years-wrapper .next.disable:hover {
    color: #dedede;
    cursor: default;
    /*display: none;*/
    border: none;
}
.line-years {
    height: 90px;
    margin: 30px 0 56px 0;
    overflow: hidden;
    position: relative;
}
.scroll .line-years {
    margin-left: 40px;
    margin-right: 40px;
}
.scroll .line-years.no-margin{
    margin-left: 0;
    margin-right: 0;
}
.scroll .line-years-movie{
    width: 1200px;
}
.line-years-movie {
    font-size: 0;
    left: 0;
    text-align: justify;
    position: relative;
}
.line-years-movie:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}
.line-years-movie i{
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 21px;
    background: #078810;
    border-radius: 6px 0 0 6px;
}
.line-years-movie::before, .line-years-movie .line-select {
    background-color: transparent;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}
.scroll .line-years-movie::before, .scroll .line-years-movie i{
    /* margin-left: 30px;
     margin-right: 30px;*/
}
.line-years-movie::before, .line-years-movie i{

}
.line-years-movie .line-select {
    background-color: #b6cd2d;
    width: auto;
    z-index: 1;
}
.line-years-movie a {
    color: #3277ab;
    cursor:default;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    margin: 60px 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: none;
}
.line-years-movie .last{
    margin-right: 6px;
}
.line-years-movie a {
    cursor: pointer;
    color:#4f5551;
}
.line-years-movie a.active span {
    border-bottom: medium none;
}

.line-years-movie a:hover {
    color: #078810; /*#9e0521;*/
    text-decoration: none;
}
.line-years-movie a.active {
    color: #078810; /*#9e0521;*/
}

.dline-years-movie a:before {
    background-color: #999;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    top: -30px;
    width: 0;
}
.line-years-movie a:before {
    background-color: #999;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -18px;
    width: 1px;
}
.line-years-movie a.active:before{
    background-color: #078810;
}

.dline-years-movie a:after {
    border: 7px solid transparent;
    border-radius: 41px;
    content: "";
    height: 41px;
    left: 45%;
    margin-left: -15px;
    position: absolute;
    top: -56px;
    width: 41px;
    z-index: 2;
    -ms-touch-action: none;
    touch-action: none;
}
.line-years-movie a:after {
    border: 7px solid transparent;
    border-radius: 41px;
    content: "";
    height: 30px;
    left: 49%;
    margin-left: -15px;
    position: absolute;
    top: -51px;
    width: 30px;
    z-index: 2;
    -ms-touch-action: none;
    touch-action: none;
}
.line-years-movie a.active:after {
    background-color: #E2E2E2;
    border: 1px solid #078810;
}
.line-years-tabs {
    background: #F5F5F5;
    padding: 30px 40px;
}
.line-years-tabs .tab {
    display: none;
}
.line-years-tabs .tab.active {
    display: block;
}
.line-years-tabs .tab img{
    height: auto;
    width: 215px;
}
.history-date {
    font-size: 72px;
    color: #078810; /*#993333;*/
    line-height:1;
}

.history-date span{
    border-bottom: 7px solid #D9D9D9;
}

.history-subscription {
    margin:10px 2px;
    font-style:italic;
}
