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

/* Root */
.b-longread-72499 {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
}

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

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

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

/* Hero Intro */
.b-longread-72499-hero-intro {
    background: #fce6cc no-repeat 50% 0;
}

.b-longread-72499-hero-intro__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 1.5em 3.5em;
}

.b-longread-72499-hero-intro__photo {
    order: -1;
}

.b-longread-72499-hero-intro__photo-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-longread-72499-hero-intro__texts {
    position: relative;
    max-width: 600px;
    z-index: 1;
}

.b-longread-72499-hero-intro__about {
    max-width: 620px;
    margin: 0 0 0 -1.375em;
    padding: 1em 1.375em;
    font-size: 2.4em;
    font-family: 'futurabookcregular', sans-serif;
    color: #fce6cc;
    background: url('https://static.sobaka.ru/uploads/longread/72499/hero-about-bg.png') no-repeat 0 50%;
    background-size: 100% auto;
}

.b-longread-72499-hero-intro__name {
    max-width: 7.5em;
    margin: 0 0 0.3472222222222222em;
    font-size: 6em;
    font-family: 'futurademicregular', sans-serif;
    text-transform: uppercase;
    color: #9f946a;
}

.b-longread-72499-hero-intro__text {
    font-size: 3em;
    line-height: 1.142857142857143;
    font-family: 'futurabookcregular', sans-serif;
    color: #fce6cc;
}

@media (min-width: 75rem) {
    .b-longread-72499-hero-intro__content {
        flex-direction: row;
        justify-content: center;
    }

    .b-longread-72499-hero-intro__name {
        font-size: 7.2em;
    }
    
    .b-longread-72499-hero-intro__text {
        font-size: 4.2em;
    }

    .b-longread-72499-hero-intro__photo {
        order: 0;
        margin: 4em 0 -13em;
    }

    .b-longread-72499-hero-intro__photo:first-child {
        margin-right: -17em;
    }

    .b-longread-72499-hero-intro__photo:last-child {
        margin-left: -19em;
    }
}

/* Hero Texts */
.b-longread-72499-hero-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 1.5em 3.5em;
    color: #000;
    background: #fce6cc url('https://static.sobaka.ru/uploads/longread/72499/hero-texts-bg.png') no-repeat 50% 50%;
    background-size: contain;
}

.b-longread-72499-hero-texts strong {
    font-family: 'metaboldcregular', sans-serif;
    text-transform: uppercase;
}

.b-longread-72499-hero-texts p {
    max-width: 41.5em;
    font-size: 2em;
    line-height: 1.3em;
    font-family: 'metabookcregular', sans-serif;
}

.b-longread-72499-hero-texts p:not(:last-child) {
    margin-bottom: 1.25em;
}

.b-longread-72499-hero-texts blockquote {
    max-width: 28.75em;
    font-size: 2.4em;
    line-height: 1.083333333333333em;
    font-family: 'futurademicregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #a3956b;
}

.b-longread-72499-hero-texts blockquote:not(:last-child) {
    margin-bottom: 3.25em;
}

.b-longread-72499-hero-texts__quote-art {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-longread-72499-hero-texts__quote-art:not(:last-child) {
    margin-bottom: 2em;
}

@media (min-width: 75rem) {
    .b-longread-72499-hero-texts {
        padding-top: 16em;
        padding-bottom: 12.5em;
        background-size: auto;
    }
}

/* Card */
.b-longread-72499-card {
    display: flex;
    flex-wrap: wrap;
}

.b-longread-72499-card__side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #103224;
    background: #dee0e0;
}

.b-longread-72499-card__side:not(.b-longread-72499-card__side--media) {
    padding: 1.5em;
}

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

.b-longread-72499-card__title {
    margin: 0 0 0.75em;
    font-size: 2.4em;
    line-height: 1.25em;
    font-family: 'futurademicregular', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.b-longread-72499-card__text {
    margin: 0 0 2.5em;
    font-size: 2em;
    line-height: 1em;
    font-family: 'futurabookcregular', sans-serif;
    text-align: center;
}

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

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

.b-longread-72499-card__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-longread-72499-card__link {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 3.5em;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
}

.b-longread-72499-card__link:hover {
    background-position: 0 101%;
}

.b-longread-72499-card__link:after {
    content: '';
    display: block;
    width: 100%;
}

.b-longread-72499-card__link--register {
    width: 50.4em;
    background-image: url('https://static.sobaka.ru/uploads/longread/72499/register-button.png?v=1');
}

.b-longread-72499-card__link--register:after {
    padding-top: calc(105 / 504 * 100%);
}

@media (max-width: 30rem) {
    .b-longread-72499-card__side {
        width: 100%;
    }

    .b-longread-72499-card__side--media {
        order: -1;
    }
}

/* Footer */
.b-longread-72499-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.5em 1.5em 6.5em;
    color: #fce6cc;
    background: #103426 url('https://static.sobaka.ru/uploads/longread/72499/footer-bg.jpg') no-repeat 50% 0;
    background-size: cover;
}

.b-longread-72499-footer__nav {
    margin: 0 0 9em;
}

.b-longread-72499-footer__logo {
    margin: 0 0 9em;
}

.b-longread-72499-footer__sign {
    font-size: 1.6em;
    font-family: 'futurabookcregular', sans-serif;
}

/* Footer Nav */
.b-longread-72499-footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-longread-72499-footer-nav__link {
    padding: 0 3em;
    color: #fce6cc;
    transition: all 0.3s ease-in-out;
}

.b-longread-72499-footer-nav__link:hover,
.b-longread-72499-footer-nav__link--active {
    color: #fff;
}

.b-longread-72499-footer-nav__link--active {
    pointer-events: none;
}

.b-longread-72499-footer-nav__link:after {
    content: '';
    display: block;
    width: 100%;
    height: 1em;
    margin: 1.5em 0 0;
    background: #ccbb86 url('https://static.sobaka.ru/uploads/longread/72499/footer-nav-item-pattern.png') no-repeat 50% 50%;
    opacity: 0;
    transition: inherit;
}

.b-longread-72499-footer-nav__link--active:after {
    opacity: 1;
}

.b-longread-72499-footer-nav__link-text {
    font-size: 1.8em;
    line-height: 1;
    font-family: 'futurabookcregular', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 30rem) {
    .b-longread-72499-footer-nav {
        flex-direction: column;
    }

    .b-longread-72499-footer-nav__link {
        margin-bottom: 3em;
        text-align: center;
    }

    .b-longread-72499-footer-nav__link:last-child {
        margin-bottom: 0;
    }
}

/* Footer Logo */
.b-longread-72499-footer-logo__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}