/* 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: 'metablackcregular';
    src: url('../fonts/metablackc-webfont.woff2') format('woff2'),
    url('../fonts/metablackc-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni72citalic';
    src: url('../fonts/bodoni72c-italic-webfont.woff2') format('woff2'),
    url('../fonts/bodoni72c-italic-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;
}

/* Root */
.b-longread-70904 {
    font-size: 10px;
    margin: 55px 0;
    padding: 5em 0 0; /* 50px 0 0; */
    overflow: hidden;
}

@media (max-width: 798px) {
    .b-longread-70904 {
        margin: 0;
        font-size: 8px;
    }
}

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

/* Intro */
.b-longread-70904-intro {
    font-size: 10px;
    margin: 0 0 20em; /* 0 0 200px; */
    padding: 0 2.5em; /* 0 0 25px; */
}

.b-longread-70904-intro__title {
    margin: 0 0 0.069em; /* 0 0 5px; */
    font-weight: 400;
    font-size: 7.2em; /* 72px; */
    line-height: 1;
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ca0f09;
}

.b-longread-70904-intro__subtitle {
    margin: 0 0 0.714em; /* 0 0 30px; */
    font-weight: 400;
    font-size: 4.2em; /* 42px; */
    line-height: 1.285em; /* 54px; */
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.b-longread-70904-intro__image-container {
    margin: 0 -2.5em 5.5em; /* 0 -25px 55px; */
}

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

.b-longread-70904-intro__lead {
    font-weight: 400;
    font-size: 2.4em; /* 24px; */
    line-height: 1.25em; /* 30px; */
    font-family: 'metablackcregular', sans-serif;
    text-align: center;
}

@media (max-width: 798px) {
    .b-longread-70904-intro {
        margin-bottom: 7.5em; /* 60px; */
        font-size: 8px;
    }

    .b-longread-70904-intro br {
        display: none;
    }
}

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

/* Card */
.b-longread-70904-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto 20em; /* 0 auto 200px; */
    font-size: 10px;
}

.b-longread-70904-card__photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 3em /* 30px */
}

.b-longread-70904-card__texts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 2.5em; /* 0 25px; */
}

@media (min-width: 1200px) {
    .b-longread-70904-card--inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-longread-70904-card--inline .b-longread-70904-card__photo:nth-child(2) {
        margin-right: auto;
        margin-left: 45px;
    }

    .b-longread-70904-card--inline .b-longread-70904-card__texts:nth-child(1) {
        margin-left: 85px;
    }

    .b-longread-70904-card--inline .b-longread-70904-card__texts:nth-child(2) {
        margin-right: auto;
        margin-left: 45px;
    }

    .b-longread-70904-card--inline .b-longread-70904-card__photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 0;
    }

    .b-longread-70904-card--inline .b-longread-70904-card__texts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        max-width: 620px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 798px) {
    .b-longread-70904-card {
        margin-bottom: 7.5em; /* 60px; */
        font-size: 8px;
    }
}

/* Card Photo */
.b-longread-70904-card-photo {
    position: relative;
    font-size: 10px;
}

.b-longread-70904-card-photo__image {
    display: block;
    margin: 0 auto;
}

.b-longread-70904-card-photo__caption {
    position: relative;
    min-height: 6.5625em; /* 105px; */
    margin: -1.5625em 0 0 0; /* -25px 0 0 0; */
    padding: 2.5em 0 0 1.5625em; /* 40px 0 0 25px; */
    font-size: 1.6em; /* 16px; */
    line-height: 1.375em; /* 22px; */
    font-family: 'metabookcitalic', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-longread-70904-card-photo__caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3125em; /* 5px; */
    height: 6.5625em; /* 105px; */
    background: #ca0f0a;
}

.b-longread-70904-card-photo__caption strong {
    display: block;
    margin: 0 0 0.625em; /* 0 0 10px; */
    font-weight: 400;
    font-family: 'metablackcregular', sans-serif;
}

.b-longread-70904-card-photo__caption--large {
    min-height: 12.5em; /* 225px; */
    margin: -4.444em 0 0 0; /* -80px 0 0 0; */
    padding: 4.722em 0 0 2.777em; /* 85px 0 0 50px; */
    font-size: 1.8em; /* 18px; */
    line-height: 1.333em; /* 24px; */
}

.b-longread-70904-card-photo__caption--large:before {
    width: 1.111em; /* 20px; */
    height: 12.5em; /* 225px; */
}

@media (min-width: 1200px) {
    .b-longread-70904-card-photo__caption {
        margin-left: 85px;
    }
}

@media (max-width: 798px) {
    .b-longread-70904-card-photo {
        font-size: 8px;
    }
}

/* Card Texts */
.b-longread-70904-card-texts {
    font-size: 10px;
}

.b-longread-70904-card-texts p {
    margin: 0 0 1.5em; /* 0 0 30px; */
    font-size: 2em; /* 20px; */
    line-height: 1.3em; /* 26px; */
    font-family: 'metabookcregular', sans-serif;
}

.b-longread-70904-card-texts p:last-child {
    margin-bottom: 0;
}

.b-longread-70904-card-texts p strong {
    font-weight: 400;
    font-family: 'metablackcregular', sans-serif;
}

.b-longread-70904-card-texts blockquote {
    position: relative;
    max-width: 15em; /* 600px; */
    margin: 4.375em auto 1.75em; /* 175px auto 70px; */
    padding: 1.375em 0; /* 55px 0; */
    font-size: 4em; /* 40px; */
    line-height: 1;
    font-family: 'bodoni72citalic', serif;
    text-align: center;
    border: 1px solid #898989;
    border-right: none;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-longread-70904-card-texts blockquote:first-child {
    margin-top: 0;
}

.b-longread-70904-card-texts blockquote:last-child {
    margin-bottom: 0;
}

.b-longread-70904-card-texts blockquote:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 2.725em; /* 109px; */
    height: 1.975em; /* 79px; */
    background: url(https://static.sobaka.ru/uploads/longread/70904/quotes.svg) no-repeat 50% 50%;
    background-size: contain;
    -webkit-transform: translate(-50%, -1em);
    -ms-transform: translate(-50%, -1em);
    transform: translate(-50%, -1em); /* -50%, -40px */
}

@media (max-width: 798px) {
    .b-longread-70904-card-texts {
        font-size: 8px;
    }

    .b-longread-70904-card-texts blockquote {
        font-size: 2.4em;
    }
}

/* Staff */
.b-longread-70904-staff {
    font-size: 20px;
    line-height: 1;
    font-family: 'bodoni72citalic', serif;
    color: #5d5d5d;
}

.b-longread-70904-staff strong {
    font-weight: 400;
    font-size: 0.8em; /* 16px; */
    font-family: 'metabookcitalic', sans-serif;
    color: #000;
}

@media (min-width: 1200px) {
    .b-longread-70904-staff {
        margin-top: 705px;
    }
}

@media (max-width: 798px) {
    .b-longread-70904-staff {
        font-size: 16px;
    }
}

/* Footer */
.b-longread-70904-footer {
    padding: 4em 0 4.5em; /* 40px 0 45px; */
    font-size: 10px;
    border-top: 0.2em solid #363636; /* 2px */
}

.b-longread-70904-footer__brand-logo {
    margin: 0 0 6.5em; /* 0 0 65px; */
}

.b-longread-70904-footer__brand-stores {
    margin: 0 0 1.5em; /* 0 0 15px; */
}

.b-longread-70904-footer__brand-link {
    font-size: 1.8em; /* 18px; */
    line-height: 1.111em; /* 20px; */
    font-family: 'metabookcregular', sans-serif;
    text-align: center;
}

.b-longread-70904-footer__brand-link a {
    font-family: 'metablackcregular', sans-serif;
    text-decoration: none;
    color: #ca0f0a;
}

.b-longread-70904-footer__brand-link a:hover {
    text-decoration: underline;
}

@media (max-width: 798px) {
    .b-longread-70904-footer {
        font-size: 8px;
    }
}

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

/* Brand logo */
.b-longread-70904-brand-logo {
    text-align: center;
}

.b-longread-70904-brand-logo__image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Brand stores */
.b-longread-70904-brand-stores {
    font-size: 10px;
}

.b-longread-70904-brand-stores__group {
    margin: 0 0 5.5em; /* 0 0 55px; */
}

@media (min-width: 790px) {
    .b-longread-70904-brand-stores__groups {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-longread-70904-brand-stores__group {
        width: 300px;
    }
}

/* Brand stores group */
.b-longread-70904-brand-stores-group {
    font-size: 10px;
}

.b-longread-70904-brand-stores-group__title {
    margin: 0 0 0.555em; /* 0 0 10px; */
    padding: 0 0 0.555em; /* 0 0 10px; */
    font-size: 1.8em; /* 18px; */
    line-height: 1;
    font-family: 'metablackcregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.b-longread-70904-brand-stores-group__title:after {
    content: '';
    display: block;
    width: 5.833em; /* 105px; */
    height: 0.277em; /* 5px; */
    margin: 0.277em auto 0; /* 5px auto 0; */
    background: #ca0f0a;
}

.b-longread-70904-brand-stores-group__item:not(:last-child) {
    margin-bottom: 1em; /* 10px; */
}

@media (max-width: 798px) {
    .b-longread-70904-brand-stores-group {
        font-size: 8px;
    }
}

/* Brand store */
.b-longread-70904-brand-store {
    font-size: 10px;
}

.b-longread-70904-brand-store__name {
    font-size: 1.8em; /* 18px; */
    line-height: 1;
    font-family: 'metabookcregular', sans-serif;
    text-align: center;
}

.b-longread-70904-brand-store__address {
    font-size: 1.4em; /* 14px; */
    line-height: 1;
    font-family: 'metabookcitalic', sans-serif;
    text-align: center;
}

@media (max-width: 798px) {
    .b-longread-70904-brand-store {
        font-size: 8px;
    }
}