@media print, (max-width: 1023px) {

    :root
    {
        --font_size: 22px;
        --font_size_title: 30px;
    }
    header {
        padding-top: 55px;
    }
    .first-section_title {
        font-size: 50px;
        max-width: 374px;
        margin-top: -169px;
        margin-left: 188px;
    }
    .first-section_text {
        margin: 75px auto 0;
        padding-right: 0;
        padding-left: 0;
        font-size: 27px;
    }
    .tabs {
        flex-direction: column;
    }
    .tabs button {
        justify-content: start;
        padding: 30px;
    }
    .tabs button:nth-child(2) .tabs_title {
        margin-left: 30px;
    }
    .text-block h2 br {
        display: none;
    }
    .text-block h2 {
        font-size: 40px;
        margin-bottom: 28px;
        margin-top: 46px;
        letter-spacing: normal;
    }
    .text-block h3 {
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .text-block p {
        margin-bottom: 20px;
    }
    .text-block ol li {
        margin-bottom: 20px;
    }
    .text-block ul li {
        margin-bottom: 20px;
    }
    .text-block blockquote {
        padding-left: 28px;
        font-size: 22px;
        line-height: 136%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .prev-link strong, 
    .next-link strong, 
    footer .index-link {
        font-size: 37px;
    }
    .prev-link, 
    .next-link {
        width: 250px;
        height: 250px;
    }
    footer .holder {
        padding: 105px 0 108px;
    }
    .next-link span {
        font-size: 20px;
        margin-top: 15px;
    }
    .next-link svg {
        width: 50px;
    }
    .prev-link strong {
        justify-content: end;
    }
    .text-block ol li br {
        display: none;
    }
    .text-block .footnote {
        font-size: 34px;
    }

    .header_logo a{
        height: 70px;
    }
    .logo_animation{
        display: none;
    }
    .slogan{
        margin-top: 0;
    }

    .header_new{
        padding-top: 20px;
    }

    .mobile_header{
        display: flex;
        background: #fff;
        padding: 20px 0;
        justify-content: center;
        align-items: center;
    }

    .mobile_header img{
        max-width: 300px;
    }

    header{
        padding-top: 0;
    }

}
