/* Fonts */
@font-face {
    font-family: 'metabookc';
    src: url('../fonts/metabookc-webfont.woff2') format('woff2'),
    url('../fonts/metabookc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'metabookc';
    src: url('../fonts/metabookc-italic-webfont.woff2') format('woff2'),
    url('../fonts/metabookc-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'metaboldc';
    src: url('../fonts/metaboldc-webfont.woff2') format('woff2'),
    url('../fonts/metaboldc-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'metablackc';
    src: url('../fonts/metablackc-webfont.woff2') format('woff2'),
    url('../fonts/metablackc-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Base */
html {
    font-size: 10px !important;
}

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

@media (max-width: 480px) {
    html {
        font-size: 8px !important;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 6px !important;
    }
}

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

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

/* Root */
.b-longread-root {
    margin: 54px 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #5f5f5f;
    background: #fff;
}

.b-longread-root:after {
    content: '';
    display: table;
    clear: both;
}

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

.b-longread-root *,
.b-longread-root *:before,
.b-longread-root *:after {
    max-width: none;
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

/* Background */
.b-longread-bg {
    float: left;
    width: 100%;
    color: #fff;
    background: #b3905c;
}

.b-longread-bg--inverted {
    color: #000;
    background: #fff
}

/* Placeholder */
.b-longread-placeholder {
    position: relative;
    max-width: 100%;
}

.b-longread-placeholder__spacing {
    content: '';
    display: block;
    width: 100%;
}

.b-longread-placeholder__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-longread-placeholder__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-placeholder__img[data-src] {
    opacity: 0;
    transition: opacity 3s;
}

.b-longread-placeholder__img[data-src].loaded {
    opacity: 1;
}

.b-longread-placeholder__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Intro */
.b-longread-intro {
    padding: 4em 0 8em;
}

.b-longread-intro__titles {
    max-width: 890px;
    margin: 0 auto 5em;
    padding: 0 15px;
    text-align: center;
    color: #c5a572;
}

.b-longread-intro__title {
    font: normal 900 7.2em/1 'metablackc', sans-serif;
    text-transform: uppercase;
}

.b-longread-intro__title span {
    font-size: calc(120 / 72 * 1em);
    line-height: 0.6;
}

.b-longread-intro__subtitle {
    font: normal 900 3.6em/1.1 'metablackc', sans-serif;
}

.b-longread-intro__img {
    margin: 0 0 4.5em;
}

.b-longread-intro__lead {
    position: relative;
    max-width: 865px;
    margin: 0 auto;
    padding: 0 15px;
    font: normal 700 2.6em/1.4 'metaboldc', sans-serif;
}

.b-longread-intro__lead:after {
    content: '';
    display: table;
    clear: both;
}

.b-longread-intro__lead span:first-child {
    float: left;
    margin: calc(-70 / 300 * 1em) 0 0 calc(-120 / 300 * 1em);
    font: normal 400 calc(300 / 26 * 1em)/calc(210 / 300 * 1em) Georgia, sans-serif;
    color: #c5a572;
}

.b-longread-intro__lead a {
    text-decoration: underline;
}

.b-longread-intro__lead a:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .b-longread-intro {
        font-size: 1vw;
    }

    .b-longread-intro__lead {
        font-size: 4em;
    }

    .b-longread-intro__lead span:first-child {
        margin-left: 0;
        font-size: 7.5em;
        line-height: 0.75em;
    }
}

/* Hero */
.b-longread-hero {
    margin: 0 0 2em;
}

.b-longread-hero__head {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 5em;
    max-width: 100%;
    width: 1980px;
    color: #fff;
    background: #181818 no-repeat 50% 50%;
    background-size: cover;
}

.b-longread-hero__head:before {
    content: '';
    width: 1px;
    height: 0;
    margin: 0 0 0 -1px;
    padding: calc(700 / 1980 * 100%) 0 0;
}

.b-longread-hero__head-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    width: 1060px;
    margin: 0 auto;
}

.b-longread-hero__head-title {
    max-width: calc(470 / 26 * 1em);
    font: normal 900 2.6em/1.4 'metablackc', sans-serif;
    text-transform: uppercase;
}

.b-longread-hero__head-title span {
    display: block;
    font: normal 700 calc(26 / 26 * 1em)/1.4 'metaboldc', sans-serif;
    text-transform: none;
    color: #c5a572;
}

.b-longread-hero__head-btn {
    position: absolute;
    bottom: 2em;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.b-longread-hero__head-btn-txt {
    display: block;
    margin: 0 0 calc(20 / 18 * 1em);
    font: normal 700 1.8em/1.4 'metaboldc', sans-serif;
    text-align: center;
}

.b-longread-hero__head-btn-svg {
    display: block;
    stroke: currentColor;
    fill: currentColor;
    transition: all 0.3s;
}

.b-longread-hero__head-btn--active .b-longread-hero__head-btn-svg {
    transform: rotate(180deg);
}

.b-longread-hero__head-ref {
    position: absolute;
    top: 100%;
    left: 50%;
    max-width: 1170px;
    width: 100%;
    margin: calc(10 / 18 * 1em) 0 0;
    font: italic 400 1.8em/1 'metabookc', sans-serif;
    text-align: right;
    color: #000;
    transform: translate(-50%, 0);
}

.b-longread-hero__body {
    padding: 5em 3em 5.5em;
}

.b-longread-hero__body > *:last-child {
    margin-bottom: 0;
}

.b-longread-hero__body-txt {
    max-width: 720px;
    margin: 0 auto 5.5em;
}

.b-longread-hero__body-txt a {
    text-decoration: underline;
}

.b-longread-hero__body-txt a:hover {
    text-decoration: none;
}

.b-longread-hero__body-txt p {
    font: normal 400 2.4em/1.25 'metabookc', sans-serif;
}

.b-longread-hero__body-txt p + p {
    margin-top: calc(30 / 24 * 1em);
}

.b-longread-hero__body-img {
    display: flex;
    justify-content: center;
    margin: 0 0 5.5em;
}

@media (max-width: 1060px) {
    .b-longread-hero__head {
        padding: 36em 3em 6em;
    }

    .b-longread-hero__head-content {
        align-items: center;
    }

    .b-longread-hero__head-title {
        margin-bottom: 3em;
        text-align: center;
    }

    .b-longread-hero__head-btn {
        position: static;
        transform: none;
    }

    .b-longread-hero__head-ref {
        text-align: center;
    }
}

/* Quote */
.b-longread-quote {
    max-width: 1120px;
    margin: 0 auto;
    color: #000;
}

.b-longread-quote__head {
    display: flex;
    align-items: center;
    margin: 0 0 3em;
}

.b-longread-quote__body {
    padding: 1.6em 2em 2em;
    border-left: 1.6em solid #c5a572;
}

.b-longread-quote--inverted .b-longread-quote__body {
    border-left-color: #fff;
}

.b-longread-quote__avatar {
    display: block;
    max-width: 100%;
    width: 10.8em;
    height: auto;
}

.b-longread-quote__titles {
    margin: 0 0 0 2em;
}

.b-longread-quote__title {
    font: normal 900 3em/1 'metablackc', sans-serif;
}

.b-longread-quote__subtitle {
    font: normal 400 2.4em/1 'metabookc', sans-serif;
    color: #c5a572;
}

.b-longread-quote--inverted .b-longread-quote__subtitle {
    color: #fff;
}

.b-longread-quote__txt {
    font: italic 400 2.6em/1.4 Georgia, sans-serif;
}

.b-longread-quote__txt p + p {
    margin-top: calc(15 / 26 * 1em);
}

/* Carousel */
.b-longread-carousel__arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.2em;
    height: 11.6em;
    color: #fff;
    background: #cfac6f;
    border-radius: 0.8em;
    transform: translate(0, -50%);
    transition: background 0.3s;
    cursor: pointer;
}

.b-longread-carousel__arrow:hover {
    background: #b3905c;
}

.b-longread-carousel__arrow--prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.b-longread-carousel__arrow--next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b-longread-carousel__arrow-svg {
    display: block;
    width: 3.7em;
    height: 6.6em;
    stroke: currentColor;
    fill: currentColor;
}

/* Slideshow */
.b-longread-slideshow__arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.2em;
    height: 11.6em;
    color: #b3905c;
    opacity: 0.5;
    transform: translate(0, -50%);
    transition: opacity 0.3s;
    cursor: pointer;
}

.b-longread-slideshow__arrow:hover {
    opacity: 1;
}

.b-longread-slideshow__arrow--prev {
    left: 0;
}

.b-longread-slideshow__arrow--next {
    right: 0;
}

.b-longread-slideshow__arrow-svg {
    display: block;
    width: 3.7em;
    height: 6.6em;
    stroke: currentColor;
    fill: currentColor;
}

.b-longread-slideshow__slides-wrap {
    position: relative;
    margin: 0 0 6.5em;
}

.b-longread-slideshow__content {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 15px;
    color: #000;
}

.b-longread-slideshow__content h3 {
    margin: 0 0 calc(35 / 24 * 1em);
    font: normal 900 2.4em/1.25 'metablackc', sans-serif;
}

.b-longread-slideshow__content p {
    font: normal 400 2.4em/1.25 'metabookc', sans-serif;
}

.b-longread-slideshow__content p + p {
    margin-top: calc(15 / 24 * 1em);
}

.b-longread-slideshow__content em {
    font-style: italic;
}

.b-longread-slideshow__slide-content {
    display: none;
}

/* Point */
.b-longread-point {
    position: relative;
    top: -3.85em;
    max-width: 950px;
    margin: 0 auto -3.85em;
    padding: 0 15px;
}

.b-longread-point:before {
    content: '';
    display: block;
    width: 7.7em;
    height: 7.7em;
    background: #ceac6f;
    border-radius: 50%;
}

.b-longread-point--inverted:before {
    background: #fff;
}

/* Point Carousel */
.b-longread-point-carousel {
    padding: 0 0 3em;
    color: #fff;
    background: #b3905c url('https://static.sobaka.ru/uploads/longread/84482/point-carousel-bg.jpg') no-repeat 0 50%;
    background-size: cover;
}

.b-longread-point-carousel__title {
    max-width: 720px;
    margin: 0 auto;
    font: normal 700 3.6em/1.16 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.b-longread-point-carousel__title small {
    display: inline-block;
    font-size: calc(24 / 36 * 1em);
    line-height: 1.25;
    text-transform: none;
}

@media (max-width: 640px) {
    .b-longread-point-carousel__title {
        padding: 0 15px 0 60px;
    }
}

/* Container */
.b-longread-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Text */
.b-longread-txt {
    color: #000;
}

.b-longread-txt a {
    text-decoration: underline;
}

.b-longread-txt a:hover {
    text-decoration: none;
}

.b-longread-txt p {
    font: normal 400 2.4em/1.25 'metabookc', sans-serif;
}

.b-longread-txt p + p {
    margin-top: calc(15 / 24 * 1em);
}

/* Button */
.b-longread-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(300 / 18 * 1em);
    height: calc(70 / 18 * 1em);
    font: normal 900 1.8em/1 'metablackc', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #cfac6f;
    border: calc(3 / 18 * 1em) solid currentColor;
    border-radius: calc(22 / 18 * 1em);
    transition: all 0.3s;
    cursor: pointer;
}

.b-longread-btn:hover {
    color: #cfac6f;
    background: #fff;
}

@media (max-width: 640px) {
    .b-longread-btn {
        font-size: 16px;
    }
}

/* Title */
.b-longread-title {
    padding: 0 15px;
    font: normal 900 4em/1.25 'metablackc', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ceac6f;
}

.b-longread-title--small {
    font-size: 3.6em;
}

.b-longread-title--large {
    font-size: 4.6em;
}

.b-longread-title--inverted {
    color: #fff;
}

@media (max-width: 640px) {
    .b-longread-title br {
        display: none;
    }
}

/* Video */
.b-longread-video {
    position: relative;
    font-size: 0.5vw;
    background: #000;
}

.b-longread-video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.b-longread-video__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.b-longread-video__title {
    margin: 0 0 calc(35 / 64 * 1em);
    font: normal 900 6.4em/1 'metablackc', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ceac6f;
}

.b-longread-video__play-btn {
    position: relative;
    width: 19.7em;
    height: 19.7em;
    margin: 0 auto;
    color: #ceac6f;
    background: rgba(0, 0, 0, 0.4);
    border: 0.3em solid currentColor;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.b-longread-video__play-btn:hover {
    color: #fff;
}

.b-longread-video__play-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4em 0 4em 7.5em;
    border-color: transparent transparent transparent currentColor;
    transform: translate(-35%, -50%);
}

@media (max-width: 640px) {
    .b-longread-video {
        font-size: 0.8vw;
    }
}

/* Map */
.b-longread-map {
    position: relative;
    max-width: 100%;
    width: 1980px;
    margin: 0 auto;
}

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

.b-longread-map__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.b-longread-map__point {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.b-longread-map__point:before {
    content: '';
    display: block;
    width: 100%;
}

.b-longread-map__point--1 {
    top: calc(120 / 903 * 100%);
    left: calc(363 / 1980 * 100%);
    width: calc(290 / 1980 * 100%);
    background-image: url('https://static.sobaka.ru/uploads/longread/84482/map-point-1.png');
}

.b-longread-map__point--1:before {
    padding: calc(132 / 290 * 100%) 0 0;
}

.b-longread-map__point--2 {
    top: calc(138 / 903 * 100%);
    left: calc(668 / 1980 * 100%);
    width: calc(498 / 1980 * 100%);
    background-image: url('https://static.sobaka.ru/uploads/longread/84482/map-point-2.png');
}

.b-longread-map__point--2:before {
    padding: calc(142 / 498 * 100%) 0 0;
}

.b-longread-map__point--3 {
    top: calc(613 / 903 * 100%);
    left: calc(905 / 1980 * 100%);
    width: calc(500 / 1980 * 100%);
    background-image: url('https://static.sobaka.ru/uploads/longread/84482/map-point-3.png');
}

.b-longread-map__point--3:before {
    padding: calc(145 / 500 * 100%) 0 0;
}

.b-longread-map__point--4 {
    top: calc(328 / 903 * 100%);
    left: calc(474 / 1980 * 100%);
    width: calc(278 / 1980 * 100%);
    background-image: url('https://static.sobaka.ru/uploads/longread/84482/map-point-4.png');
}

.b-longread-map__point--4:before {
    padding: calc(69 / 278 * 100%) 0 0;
}

@media (max-width: 640px) {
    .b-longread-map {
        overflow: hidden;
    }

    .b-longread-map__content {
        min-width: 640px;
        transform: translate(-15%, 0);
    }
}

@media (max-width: 320px) {
    .b-longread-map__content {
        min-width: 530px;
    }
}

/* Refs */
.b-longread-refs {
    padding: 4em 15px;
    border-top: 0.4em solid #b3905c;
    text-align: center;
}

.b-longread-refs p {
    font: italic 400 2.4em/1.25 'metabookc', sans-serif;
}