/* Base */
body {
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Override */
.b-nav {
    background: #000 !important;
}

#top100counter {
    position: absolute;
    top: 0;
    left: 0;
}

/* Root */
.b-longread-77667 {
    margin: 54px 0;
    padding: 68px 0 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
}

.wrapper > .b-longread-77667 {
    margin: 0;
}

@media (max-width: 30rem) {
    .b-longread-77667 {
        font-size: 8px;
    }
}

@media (max-width: 20rem) {
    .b-longread-77667 {
        font-size: 6px;
    }
}

.b-longread-77667 *,
.b-longread-77667 *:before,
.b-longread-77667 *:after {
    margin: 0;
    padding: 0;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Title */
.b-longread-77667__title {
    margin: 0 0 0.5384615384615385em;
    font: normal 400 5.2em/1 'metaboldcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #d6181f;
}

/* Nav */
.b-longread-77667-nav__items {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto 4em;
}

.b-longread-77667-nav__item {
    width: calc(100% / 3);
    padding: 0 3.8em;
    text-align: center;
    color: #000;
    cursor: pointer;
    transition: all 0.25s;
}

.b-longread-77667-nav__item:hover,
.b-longread-77667-nav__item--active {
    color: #d6181f
}

.b-longread-77667-nav__item-content {
    display: inline-block;
    padding: 0 0 0.5em;
    border-bottom: 0.6em solid transparent;
    transition: all 0.25s;
}

.b-longread-77667-nav__item--active .b-longread-77667-nav__item-content {
    border-bottom-color: #d6181f;
}

.b-longread-77667-nav__item-title {
    font: normal 400 3.6em/1 'metaboldcregular', sans-serif;
}

@media (max-width: 940px) {
    .b-longread-77667-nav__items {
        font-size: 6px;
    }
}

@media (max-width: 640px) {
    .b-longread-77667-nav__items {
        font-size: 5px;
    }
}

@media (max-width: 375px) {
    .b-longread-77667-nav__items {
        font-size: 4px;
    }
}

/* Intro */
.b-longread-77667-intro {
    margin: 0 0 10em;
}

/* Routes */
.b-longread-77667-routes {
    margin: 0 0 9.2em;
}

.b-longread-77667-routes__route {
    margin: 0 0 13.5em;
}

.b-longread-77667-routes__route:last-child {
    margin-bottom: 0;
}

/* Route */
.b-longread-77667-route__title {
    margin: 0 0 0.75em;
    font: normal 400 5.2em/1 'metaboldcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #d6181f;
}

.b-longread-77667-route__map {
    display: flex;
    justify-content: center;
    margin: 0 0 6em;
}

.b-longread-77667-route__txt {
    max-width: 930px;
    margin: 0 auto 2.25em;
    padding: 0 0.625em;
    font: normal 400 2.4em/1.166666666666667 'metablackcregular', sans-serif;
    text-align: center;
}

.b-longread-77667-route__points {
    counter-reset: route-point-counter;
}

.b-longread-77667-route__download {
    display: flex;
    justify-content: center;
}

/* Route Point */
.b-longread-77667-route-point {
    counter-increment: route-point-counter;
}

.b-longread-77667-route-point__slideshow {
    margin: 0 0 5em;
}

.b-longread-77667-route-point__slides {
    margin: 0 0 2.6em;
}

.b-longread-77667-route-point__slide {
    position: relative;
    width: 1980px;
    max-width: 100%;
}

.b-longread-77667-route-point__slide:before {
    content: '';
    display: block;
    width: 100%;
    padding: calc(900 / 1980 * 100%) 0 0;
}

.b-longread-77667-route-point__slide:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    background: url('../img/spinner.gif') no-repeat 50% 50%;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.b-longread-77667-route-point__slide--loaded:after {
    display: none;
}

.b-longread-77667-route-point__slide-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.b-longread-77667-route-point__slide-bullets {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-longread-77667-route-point__slide-bullet {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.5em;
    border: 0.3em solid #d6181f;
    cursor: pointer;
}

.b-longread-77667-route-point__slide-bullet:first-child:last-child {
    display: none;
}

.b-longread-77667-route-point__slide-bullet:hover,
.b-longread-77667-route-point__slide-bullet--active {
    background: #d6181f;
}

.b-longread-77667-route-point__description {
    position: relative;
    max-width: 1000px;
    margin: -11.5em auto 0;
    padding: 11.5em 1.5em 10.5em 5.5em;
    border-left: 0.3em dashed #d6181f;
}

.b-longread-77667-route-point:last-child .b-longread-77667-route-point__description {
    padding-bottom: 4em;
}

.b-longread-77667-route-point__description:before {
    content: counter(route-point-counter);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -0.025em;
    z-index: 10;
    width: 1.5em;
    height: 1.777777777777778em;
    padding: 0 0 0.4166666666666667em;
    font: normal 400 3.6em/1 'metablackcregular', sans-serif;
    color: #d6181f;
    background: url('../img/num-box.svg') 50% 50% no-repeat;
    background-size: cover;
    transform: translate(-50%, 0);
}

.b-longread-77667-route-point__title {
    margin: 0 0 0.75em;
    font: normal 400 2em/1.3 'metablackcregular', sans-serif;
}

.b-longread-77667-route-point__txt {
    margin: 0 0 1.75em;
    font: normal 400 2em/1.8 'metabookcregular', sans-serif;
}

.b-longread-77667-route-point__txt:last-child {
    margin-bottom: 0;
}

.b-longread-77667-route-point__main-post-link {
    font: normal 400 2.4em/1.166666666666667 'metablackcregular', sans-serif;
    color: #d6181f;
}

.b-longread-77667-route-point__main-post-link a {
    display: inline-block;
    position: relative;
}

.b-longread-77667-route-point__main-post-link a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0833333333333333em;
    background: currentColor;
}

.b-longread-77667-route-point__main-post-link a:hover:after {
    content: none;
}

@media (max-width: 1000px) {
    .b-longread-77667-route-point__description {
        margin: 0 auto;
        padding: 6.5em 1.5em 5.5em;
        border-top: 0.3em dashed #d6181f;
        border-left: none;
    }

    .b-longread-77667-route-point__description:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}