@media print, (max-width: 767px) {
    
    header nav {
        display: none;  
    }
    header nav > * {
        margin-left: 20px;
        margin-bottom: 10px;
        width: calc(100%/2 - 20px);
    }
    header nav .item {
        margin-right: 0;
    }
    header nav .item a {
        width: 100%;
    }
    .left_block {
        margin: 105px auto 0;
        padding-top: 15px;
    }
    .modal {
        padding: 40px 30px;
    }
    .modal_text {
        margin-bottom: 20px;
    }
    .header_name {
        display: none;
    }
    .patent_item {
        margin-bottom: 45px;        
    }
    .patent_item:last-child {
        margin-bottom: 0px;        
    }

    .header-mob {
        display: flex;
    }
    .header_photo-mob {
        width: 44px;
        height: 44px;
        margin-right: 9px;
    }
    .header_photo-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .header_name-mob {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Noto Serif';
        color: #333333;
    }
    .body_img {
        display: block;
        width: 163px;
        height: 78px;
    }
    header {
        left: 20px;
    }
    header::after {
        background: #F7F2E4;
        height: calc(100% + 50px);
    }
    

}
