/* Fonts */
@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Light.woff2') format('woff2'),
    url('../fonts/YS Text-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Light Italic.woff2') format('woff2'),
    url('../fonts/YS Text-Light Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Regular.woff2') format('woff2'),
    url('../fonts/YS Text-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Regular Italic.woff2') format('woff2'),
    url('../fonts/YS Text-Regular Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Medium.woff2') format('woff2'),
    url('../fonts/YS Text-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Medium Italic.woff2') format('woff2'),
    url('../fonts/YS Text-Medium Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Bold.woff2') format('woff2'),
    url('../fonts/YS Text-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    src: url('../fonts/YS Text-Bold Italic.woff2') format('woff2'),
    url('../fonts/YS Text-Bold Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

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

.b-longread {
    position: relative;
    max-width: 1920px;
    min-height: calc(1024em / 10);
    margin: 0 auto;
    font-size: 10px;
    background: #FEE043;
    overflow: hidden;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 1920px) {
    .b-longread {
        font-size: calc(10vw / 1920 * 100);
    }
}

.b-longread__intro {
    display: flex;
    position: relative;
}

.b-longread__intro-wrap {
    display: flex;
    flex-direction: column;
    margin: calc(109em / 10) 0 0 calc(195em / 10);
    max-height: calc(759em / 10);
}

.b-longread__intro-wrap-title {
    margin-bottom: calc(35em / 10);
}

.b-longread__intro-title {
    color: #000;
    margin-bottom: calc(26em / 10);
}

.b-longread__intro-title-text {
    font-style: normal;
    font-weight: 700;
    font-family: 'YS Text', serif;
    font-size: calc(96em / 10);
    line-height: calc(74em / 96);
    letter-spacing: 0.03em;
}

.b-longread__intro-subtitle {
    max-width: calc(815em / 10);
    color: #000;
}

.b-longread__intro-subtitle-text {
    font-style: normal;
    font-weight: 400;
    font-family: 'YS Text', serif;
    font-size: calc(40em / 10);
    line-height: calc(48em / 40);
}

.b-longread__intro-wrap-text {
    max-width: calc(575em / 10);
    margin-bottom: calc(47em / 10);
}

.b-longread__intro-text {
    color: #000;
}

.b-longread__intro-text p {
    font-style: normal;
    font-weight: 400;
    font-family: 'YS Text', serif;
    font-size: calc(18em / 10);
    line-height: calc(24em / 18);
    letter-spacing: 0.03em;
}

.b-longread__intro-text strong {
    font-weight: 700;
}

.b-longread__intro-text a {
    text-decoration: underline;
}

.b-longread__intro-wrap-actions {
    display: flex;
    align-items: center;
}

.b-longread__intro-button {
    display: flex;
    align-items: center;
}

.b-longread__intro-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(355em / 36);
    height: calc(92em / 36);
    font-style: normal;
    font-weight: 400;
    font-size: calc(36em / 10);
    line-height: calc(48em / 36);
    letter-spacing: 0.03em;
    font-family: 'YS Text', serif;
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: calc(50em / 36);
    transition: all 0.4s;
}

.b-longread__intro-btn:hover {
    background: #fff;
    color:#000;
    cursor: pointer;
    transition: all 0.4s;
}

.b-longread__yandex-logo {
    margin-left: calc(125em / 10);
    max-width: calc(355em / 10);
    max-height: calc(59em / 10);
}

.b-longread__yandex-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-longread__intro-img {
    max-width: calc(519em / 10);
    max-height: calc(979em / 10);
    margin-left: calc(80em / 10);
    margin-top: calc(41em / 10);
}

.b-longread__intro-img img {
    display: block;
    width: 100%;
    height: auto;
}

.b-longread__intro-bg-img {
    position: absolute;
    top: calc(-185em / 10);
    left: calc(1224em / 10);
    width: calc(808em / 10);
    height: calc(881em / 10);
}

.b-longread__intro-arrow {
    display: none;
}

@media (max-width: 428px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .b-longread {
        font-size: calc(10vw / 414 * 100);
        min-height: calc(1472em / 10);
    }

    .b-longread__intro-bg-img {
        left: calc(105em / 10);
        width: calc(439em / 10);
        height: calc(479em / 10);
    }

    .b-longread__intro {
        flex-direction: column;
    }

    .b-longread__intro-img {
        position: absolute;
        width: calc(382em / 10);
        height: calc(720em / 10);
        margin: calc(-144em / 10) 0 0 calc(65em / 10);
        transform: rotate(-37deg);
    }

    .b-longread__intro-wrap {
        position: relative;
        margin: calc(270em / 10) 0 0 calc(20em / 10);
        max-width: calc(374em / 10);
        max-height: calc(394em / 10);
    }

    .b-longread__intro-wrap-title {
        margin-bottom: calc(25em / 10);
    }

    .b-longread__intro-title {
        margin-bottom: calc(15em / 10);
    }

    .b-longread__intro-subtitle {
        max-width: calc(371em / 10);
        max-height: calc(94em / 10);
        color: #000;
    }

    .b-longread__intro-title-text {
        position: relative;
        font-style: normal;
        font-weight: 700;
        font-family: 'YS Text', serif;
        font-size: calc(64em / 10);
        line-height: calc(58em / 64);
        z-index: 2;
    }

    .b-longread__intro-subtitle-text {
        font-style: normal;
        font-weight: 400;
        font-family: 'YS Text', serif;
        font-size: calc(26em / 10);
        line-height: calc(30em / 26);
    }

    .b-longread__intro-text {
        padding: calc(83em / 10) 0 0 0;
        width: calc(368em / 10);
        color: #000;
    }

    .b-longread__intro-text p {
        font-style: normal;
        font-weight: 400;
        font-family: 'YS Text', serif;
        font-size: calc(18em / 10);
        line-height: calc(23em / 18);
    }

    .b-longread__intro-buttons {
        position: absolute;
        top: calc(1400em / 10);
        left: calc(82em / 10);
        display: flex;
        align-items: center;
    }

    .b-longread__intro-btn {
        width: calc(186em / 21);
        height: calc(50em / 21);
        font-size: calc(21em / 10);
        line-height: calc(26em / 21);
    }

    .b-longread__intro-btn:hover {
        background: #fff;
        color:#000;
        cursor: pointer;
        transition: all 0.4s;
    }

    .b-longread__yandex-logo {
        position: relative;
        margin-left: calc(3em / 10);
        z-index: 2;
    }

    .b-longread__yandex-logo img {
        display: block;
        width: calc(181em / 10);
        margin-bottom: calc(25em / 10);
        height: auto;
    }

    .b-longread__intro-arrow {
        display: block;
        margin: 0 auto;
        cursor: pointer;
    }

    .b-longread__intro-wrap-actions {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .b-longread__fullscrean {
        height: 100vh;
    }
}
