@media print {    body {        font: 13pt Georgia, "Times New Roman", Times, serif;        line-height: 1.3;        background: #fff !important;        color: #000;        margin: 0;        padding: 0;        counter-reset: chapternum;        margin: 30px;    }    .menu, header, .back_to_floor_btn, .info_price_know, .info_pdf_download {        display: none;    }    .print_header {    }    .print_header .content .left .title {        color: #000;    }    .another_floor_inf h1 {    }    .another_floor_inf {        color: #000;    }    @page {        size: auto;        margin: 0mm;    }    #footer {        display: none;    }    @page :right {        @bottom-left {            margin: 10pt 0 30pt 0;            border-top: .25pt solid #666;            content: "My book";            font-size: 9pt;            color: #333;        }    }    @page :right {        @bottom-right {            content: counter(page);        }    }    @page :left {        @bottom-left {            content: counter(page);        }    }    @page :right {        @top-right {            content: string(doctitle);            margin: 30pt 0 10pt 0;            font-size: 8pt;        }    }    .kemzise {        font-size: 25px;    }    .noprint {        display: none;    }    .form_kapa, .back_footer {        display: none;    }    .asterprinter img:first-child {        width: 750px;        display: block;        margin: 0 auto;        padding-top: 35px;    }    img {        width: auto;        display: block;        margin: 0 auto;        padding-bottom: 50px;        max-width: 700px!important;        max-height: 900px!important;    }    .sl_control {        display: none;    }}