.section-history .section-history__container {
    background-color: var(--moerk-secondary);
    padding-top: 8rem;
    padding-bottom: 8rem;

}

.section-history__wrap {
    position: relative;
    z-index: 9;
    min-height: 19.3rem;
}

.section-history .js-button-slider__wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section-history .js-button-slider div {
    width: 193px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-history__year {
    cursor: pointer;
    margin: 0 10px;
    width: 17px;
    height: 17px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTMiIGhlaWdodD0iMTkzIiB2aWV3Qm94PSIwIDAgMTkzIDE5MyI+PGc+PGc+PHBhdGggZmlsbD0iI2ZmMDUyMCIgZD0iTS44MzMgOTYuODUyTDk3IC42ODZsOTYuMTY3IDk2LjE2Nkw5NyAxOTMuMDJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-size: cover;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    font-family: "Texta Heavy";
    letter-spacing: 1.95px;
    position: relative;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s
}

.section-history__year:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}



@media (max-width:767.98px) {
    .section-history .slider__next,
    .section-history .slider__prev {
        display: none
    }
}

.section-history__button {
    position: absolute;
    right: 0;
    left: 50%;
    z-index: 10;
    text-align: center;
    width: 193px;
    height: 193px;
    margin-left: -96.5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTMiIGhlaWdodD0iMTkzIiB2aWV3Qm94PSIwIDAgMTkzIDE5MyI+PGc+PGc+PHBhdGggZmlsbD0iI2ZmMDUyMCIgZD0iTS44MzMgOTYuODUyTDk3IC42ODZsOTYuMTY3IDk2LjE2Nkw5NyAxOTMuMDJ6Ii8+PC9nPjwvZz48L3N2Zz4=) no-repeat center/cover
}

@media (max-width:767.98px) {
    .section-history__button {
        width: 124px;
        height: 124px;
        margin-left: -62px;
    }
}

.section-history .js-button-slider {
    height: 193px;
}

@media (max-width:767px) {
    .section-history .js-button-slider .js-button-slider__item {
        height: 124px !important;
    }
}

@media (max-width:767px) {
    .section-history .js-button-slider div {
        width: 124px;
    }
}

@media (max-width:767px) {
    .section-history .js-button-slider div span {
        display: grid;
        justify-content: center;
    }
}

.section-history .js-button-slider .js-button-slider__item {
    height: 193px;
    display: flex !important;

}

.section-history .js-button-slider .js-button-slider__item > div {
    margin: auto;
    height: auto;
}

.section-history .js-button-slider .slick-slide,
.section-history__text {
    color: #fff;
    font-family: var(--moerk-font-family-heavy);
    font-size: 13px;
    letter-spacing: 1.95px;
    line-height: 23px;
    text-align: center;
}

.section-history__text p {
    color: var(--moerk-primary);
    font-size: 4.5rem;
    letter-spacing: 0;
    line-height: 1em;
    margin: 4rem auto 0;
    max-width: 66rem;
}

@media (max-width:767px) {
    .section-history__text {
        max-width: none;
        font-size: 3.5rem;
        line-height: 1em;
        margin-bottom: 4rem;
        padding: 0 2rem;
    }

    .section-history__text p {
        font-size: 3.5rem;
    }
}

@media (max-width: 575px) {
    .section-history__text p {
        font-size: 3rem;
    }
}

.section-history:hover .slick-arrow {
    opacity: 1;
}

.section-history .slick-arrow {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

@media (max-width:767px) {
    .section-history .slick-arrow {
        display: none !important;
    }
}



.section-history__slide {
    display: none;
    height: 193px;
}

@media (max-width:767px) {
    .section-history__slide {
        height: 124px;
    }
}

.section-history__slide div {
    height: 100%;
}

.section-history__slide.slick-initialized,
.section-history__slide.slick-initialized .section-history__item {
    display: block;
}

.section-history__item {
    display: none;
    text-align: center;
}

.section-history__item:first-child {
    position: relative;
}

.section-history__item:first-child:before {
    content: "";
    width: 1px;
    height: 14px;
    background: var(--moerk-body-color);
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
}

.section-history__item:last-child {
    position: relative;
}

.section-history__item:last-child:before {
    content: "";
    width: 1px;
    height: 14px;
    background: var(--moerk-body-color);
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
}

.section-history__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-history__item-wrap:before {
    content: "";
    display: inline-block;
    width: 88px;
    height: 1px;
    background: var(--moerk-body-color);
    vertical-align: middle;
}

@media (max-width:767px) {
    .section-history__item-wrap:before {
        width: 41px;
    }
}

.section-history__item-wrap:after {
    content: "";
    display: inline-block;
    width: 88px;
    height: 1px;
    background: var(--moerk-body-color);
    vertical-align: middle;
}

@media (max-width:767px) {
    .section-history__item-wrap:after {
        width: 41px;
    }
}