 /* timeline */
 .section--timeline {
    min-height: 280vh
}

.timeline__sticky {
    position: sticky;
    top: 0;
    display: flex;
    overflow: hidden;
    padding-top: 107px;
    padding-right: 80px;
    padding-left: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.timeline__lines-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lines__line.mod--timeline-1 {
    width: 340px;
}

.lines__line.mod--timeline-2 {
    left: 20px;
    right: auto;
    width: 980px;
}
.lines.mod--timeline {
    left: 320px;
    top: 0;
    right: auto;
    bottom: auto;
}
.swiper {
    overflow: hidden;
    width: 100%;
}

.swiper.swiper--reviews {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 320px;
    flex: 1;
}

.swiper.swiper--reviews-numb {
    overflow: visible;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
}

.swiper-slide {
    position: relative;
    display: block;
    height: auto;
    justify-content: center;
    align-items: stretch;
}

.swiper-slide.slide--reviews {
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 62px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 auto;
}
.timeline__year {
    flex: 0 0 auto;
    transition: .3s;
    font-size: 200px;
    line-height: 1em;
}
.timeline__col {
    justify-content: flex-end;
    flex: 1;
}

.timeline__col.mod--1 {
    justify-content: flex-start;
    flex: 0 auto;
}

.timeline__col.mod--2 {
    width: 100%;
    max-width: 700px;
    margin-top: -6px;
    justify-content: flex-start
}

.timeline__col.mod--4 {
    width: 100%;
    max-width: 790px;
    justify-content: flex-start
}

.timeline__ico {
    margin-bottom: 15px
}

.timeline__ico-title {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

.timeline__line2 {
    width: 100%;
    height: 1px;
    padding: 0;
    background-color: #101010
}
.timeline__p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.6em;
}
.timeline__subp{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
}
.mod--timeline2 {
    overflow: hidden;
}

#w-node-_17ccf322-9ac2-0251-09ed-c0029068ab2f-e6addd56,#w-node-_183ab98d-d3a0-ab4e-946f-f8774a6f1f95-e6addd56,#w-node-_3a046066-9999-d1e5-ffb5-e9322450f0b3-e6addd56,#w-node-bc9b2085-073a-7028-0027-2906839b04b7-e6addd56 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 4
}
.swiper-slide-active {
                    font-weight: 700;
                }