/* Fonts */
@font-face {
    font-family: 'metabookcregular';
    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: 'metabookcitalic';
    src: url('../fonts/metabookc-italic-webfont.woff2') format('woff2'),
    url('../fonts/metabookc-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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

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

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

p > a {
    text-decoration: underline;
}

p > a:hover {
    text-decoration: none;
}

/* Intro */
.b-longread-70907-intro {
    font-size: 10px;
    padding: 0 0 12em; /* 0 0 120px; */
}

.b-longread-70907-intro__image-container {
    position: relative;
    margin: 0 0 4em; /* 0 0 40px; */
}

.b-longread-70907-intro__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-longread-70907-intro__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    font-weight: 400;
    font-size: 7.2em; /* 72px; */
    line-height: 1.222em; /* 88px; */
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #c5a572;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.b-longread-70907-intro__text {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 4.5em; /* 0 45px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.b-longread-70907-intro__text p {
    max-width: 835px;
    margin: 0 auto 1.153em; /* 0 0 30px; */
    font-size: 2.6em; /* 26px */
    line-height: 1.153em; /* 30px; */
    font-family: 'metaboldcregular', sans-serif;
}

.b-longread-70907-intro__text p:first-child:first-letter {
    float: left;
    margin: -0.254em 0.047em 0 -0.286em; /* -80px 15px 0 -90px; */
    font-size: 12.076em; /* 314px; */
    line-height: 0.700em; /* 220px */
    font-family: Georgia, serif;
    color: #b3905c;
}

.b-longread-70907-intro__text h4 {
    margin: 1.785em auto; /* 0 0 50px;; */
    font-size: 2.8em; /* 28px; */
    line-height: 1.285em; /* 36px; */
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    color: #b3905c;
}

@media (max-width: 480px) {
    .b-longread-70907-intro {
        font-size: 6px;
    }

    .b-longread-70907-intro__title {
        font-size: 3.25em;
    }

    .b-longread-70907-intro__text {
        padding: 0 4em;
    }

    .b-longread-70907-intro__text p:first-child:first-letter {
        font-size: 8em;
    }

    .b-longread-70907-intro__text br {
        display: none;
    }
}

@media (max-width: 320px) {
    .b-longread-70907-intro {
        font-size: 6px;
    }
}

/* Section */
.b-longread-70907-section {
    position: relative;
    font-size: 10px;
    padding: 6em 0 10em; /* 60px 0 100px; */
    color: #cfac6f;
}

.b-longread-70907-section--bg-brand {
    color: #fff;
    background: #b3905c;
}

.b-longread-70907-section > *:last-child *:last-child {
    margin-bottom: 0 !important;
}

.b-longread-70907-section__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 3em; /* 0 30px; */
}

.b-longread-70907-section__container--sm {
    max-width: 720px;
}

.b-longread-70907-section__container--md {
    max-width: 960px;
}

.b-longread-70907-section__container--lg {
    max-width: 1170px;
}

.b-longread-70907-section__container--sm:first-child {
    position: relative;
}

.b-longread-70907-section__container--sm:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8.8em; /* 88px; */
    height: 8.8em; /* 88px; */
    margin: -6em 0 0; /* -60px 0 0; */
    background: #ceac6f;
    border-radius: 50%;
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
}

.b-longread-70907-section__coords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 5em; /* 0 0 50px; */
}

.b-longread-70907-section__title {
    margin: 0 auto 1.25em; /* 0 0 60px; */
    font-weight: 400;
    font-size: 4.8em; /* 48px; */
    line-height: 1.208em; /* 58px; */
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.b-longread-70907-section__text {
    margin: 0 auto 8em; /* 0 auto 80px; */
    font-family: 'metabookcregular', sans-serif;
    color: #000;
}

.b-longread-70907-section__text p {
    margin: 0 0 1.458em; /* 0 0 35px; */
    font-size: 2.4em; /* 24px; */
    line-height: 1.25em; /* 30px; */
}

.b-longread-70907-section__text *:last-child {
    margin-bottom: 0;
}

.b-longread-70907-section__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 8em; /* 80px; */
}

.b-longread-70907-section__note {
    margin: 0 auto 8em; /* 80px; */
}

.b-longread-70907-section__slideshow {
    margin: 0 0 8em; /* 80px; */
}

.b-longread-70907-section__video {
    margin: 0 0 8em; /* 80px; */
}

@media (max-width: 720px) {
    .b-longread-70907-section__container--sm {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media (max-width: 960px) {
    .b-longread-70907-section__container--md {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media (max-width: 1170px) {
    .b-longread-70907-section__container--lg {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .b-longread-70907-section {
        font-size: 6px;
    }
}


/* Coords */
.b-longread-70907-coords {
    display: inline-block;
    padding: 15px 25px; /* 15px 25px; */
    font-size: 10px;
    border: 0.3em solid currentColor;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.b-longread-70907-coords__content {
    font-weight: 700;
    font-size: 3.6em; /* 36px; */
    line-height: 1; /* 40px; */
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .b-longread-70907-coords {
        font-size: 6px;
    }
}

@media (max-width: 320px) {
    .b-longread-70907-coords {
        font-size: 4px;
    }
}

/* Note */
.b-longread-70907-note {
    font-size: 10px;
}

.b-longread-70907-note__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.5em; /* 0 0 25px; */
}

.b-longread-70907-note__author > div + div {
    margin: 0 0 0 2em; /* 0 20px 0 0; */
}

.b-longread-70907-note__author-avatar {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-longread-70907-note__author-name {
    font-weight: 400;
    font-size: 3em; /* 30px; */
    line-height: 1;
    font-family: 'metablackcregular', sans-serif;
    color: #000;
}

.b-longread-70907-note__author-text {
    font-size: 2.4em; /* 24px; */
    line-height: 1;
    font-family: 'metabookcregular', sans-serif;
    color: #f4dbb6;
}

.b-longread-70907-note__content {
    padding: 2em 0 2em 1.5em; /* 20px 0 20px 15px; */
    border-left: 1.5em solid currentColor; /* 15px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.b-longread-70907-note__text {
    font-style: italic;
    font-size: 2.6em; /* 26px; */
    line-height: 1.384615384615385em; /* 36px; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000;
}

@media (max-width: 480px) {
    .b-longread-70907-note {
        font-size: 6px;
    }
}

/* Slideshow map */
.b-longread-70907-slideshow-map {
    font-size: 10px;
    color: #fff;
    background-color: #b3905c;
}

.b-longread-70907-slideshow-map__content {
    padding: 2.5em 0; /* 25px 0; */
    text-align: center;
}

.b-longread-70907-slideshow-map__title {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 3.6em; /* 36px; */
    line-height: 1.166em; /* 42px; */
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.b-longread-70907-slideshow-map__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2.138em; /* 77px; */
    height: 2.138em; /* 77px; */
    margin: 0 0 0 -0.416em; /* 0 0 0 -15px; */
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
}

@media (max-width: 480px) {
    .b-longread-70907-slideshow-map {
        font-size: 6px;
    }
}

@media (min-width: 720px) {
    .b-longread-70907-slideshow-map {
        position: relative;
        width: 100%;
        height: 705px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .b-longread-70907-slideshow-map__slideshow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .b-longread-70907-slideshow-map__content {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 720px;
        text-align: left;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }

    .b-longread-70907-slideshow-map__title:before {
        -webkit-transform: translate3d(-100%, -100%, 0);
                transform: translate3d(-100%, -100%, 0);
    }
}

/* Slideshow */
.b-longread-70907-slideshow {
    position: relative;
    overflow: hidden;
}

.b-longread-70907-slideshow__slide-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-longread-70907-slideshow__nav-arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 116px;
    margin: -58px 0 0;
    background: #cfac6f url(https://static.sobaka.ru/uploads/longread/70907/slideshow_arrows.png) no-repeat;
    cursor: pointer;
}

.b-longread-70907-slideshow__nav-arrow:hover {
    background-color: #b3905c;
}

.b-longread-70907-slideshow__nav-arrow--prev {
    left: 0;
    background-position: 0 50%;
    border-radius: 0 8px 8px 0;
}

.b-longread-70907-slideshow__nav-arrow--next {
    right: 0;
    background-position: 100% 50%;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 640px) {
    .b-longread-70907-slideshow__slide {
        margin: 0;
    }

    .b-longread-70907-slideshow__nav-arrow {
        width: 50px;
        height: 86px;
        margin: -43px 0 0;
        background-size: 100px auto;
    }
}

/* Button */
.b-longread-70907-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 300px;
    height: 70px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #cfac6f;
    border: 3px solid currentColor;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}

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

.b-longread-70907-button--sm {
    min-width: 280px;
    height: 62px;
    font-size: 20px;
    border-radius: 15px;
}

@media (max-width: 480px) {
    .b-longread-70907-button {
        min-width: 100%;
    }
}

@media (max-width: 320px) {
    .b-longread-70907-button {
        height: 50px;
        font-size: 14px;
    }

    .b-longread-70907-button--sm {
        height: 42px;
        font-size: 16px;
    }
}

/* Video */
.b-longread-70907-video {
    position: relative;
    max-width: 100%;
    width: 1280px;
    height: auto;
    font-size: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0.3em solid #ceac6f; /* 3px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.b-longread-70907-video:before {
    content: '';
    display: block;
    width: 100%;
    padding: 56.25% 0 0; /* (720px / 1280px) 0 0; */
}

.b-longread-70907-video__iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.b-longread-70907-video__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19.7em; /* 197px; */
    height: 19.7em; /* 197px; */
    color: #ceac6f;
    background: rgba(0, 0, 0, 0.4);
    border: 0.3em solid currentColor; /* 3px; */
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.b-longread-70907-video__play-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -4em 0 0 -2.75em;  /* -40px 0 0 -27.5px; */
    border-style: solid;
    border-width: 4em 0 4em 7.5em; /* 40px 0 40px 75px; */
    border-color: transparent transparent transparent currentColor;
}

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

@media (max-width: 480px) {
    .b-longread-70907-video {
        font-size: 4px;
    }
}

/* Map */
.b-longread-70907-map {
    position: relative;
    max-width: 100%;
    width: 1980px;
    height: auto;
    background: url(https://static.sobaka.ru/uploads/longread/70907/map/background.jpg) no-repeat 50% 50%;
    background-size: contain;
    overflow: hidden;
}

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

.b-longread-70907-map__points {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-longread-70907-map__point {
    position: absolute;
}

.b-longread-70907-map__point-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.b-longread-70907-map__point--winter {
    top: 34.474%;
    left: 23.737%;
    width: 18.989%;
    height: 11.578%;
}

.b-longread-70907-map__point--terra {
    top: 7.895%;
    left: 17.980%;
    width: 14.646%;
    height: 17.368%;
}

.b-longread-70907-map__point--sortavala {
    top: 10.526%;
    left: 33.434%;
    width: 25.151%;
    height: 18.684%;
}

.b-longread-70907-map__point--priozersk {
    top: 73.026%;
    left: 45.454%;
    width: 25.252%;
    height: 19.078%;
}

/* Buttons panel */
.b-longread-70907-buttons-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7.5em 0; /* 75px 0; */
    font-size: 10px;
    color: #fff;
    background: #b38f5b;
}

.b-longread-70907-buttons-panel__button {
    padding: 0.75em; /* 7.5px; */
}

@media (max-width: 480px) {
    .b-longread-70907-buttons-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 6px;
    }
}

/* Credits */
.b-longread-70907-credits {
    padding: 7.5em 0; /* 75px 0; */
    font-size: 10px;

}

.b-longread-70907-credits__content {
    font-size: 2.4em; /* 24px; */
    line-height: 1.666em; /* 40px; */
    font-family: 'metabookcitalic', sans-serif;
    text-align: center;
}

@media (max-width: 480px) {
    .b-longread-70907-credits {
        font-size: 6px;
    }
}