body > * {
    display: none;
}

/** {*/
    /*-webkit-print-color-adjust: exact !important; !*Chrome, Safari *!*/
    /*color-adjust: exact !important;  !*Firefox*!*/
/*}*/

body {
    position: relative;
}

body:after {
    /*content: url('../img/logo-svg.svg');*/
    /*content: '';*/
    /*height: 50px;*/
    /*width: 150px;*/
    /*background-image: url("../img/logo.png");*/
    /*background-size: contain;*/
    /*border: 1px solid red;*/
    /*position: absolute;*/
    /*top: 6px;*/
    /*right: 0;*/
    /*-webkit-transform: scale(0.5);*/
    /*-moz-transform: scale(0.5);*/
    /*-ms-transform: scale(0.5);*/
    /*-o-transform: scale(0.5);*/
    /*transform: scale(0.5);*/
    /*image-rendering: -moz-crisp-edges;         !* Firefox *!*/
    /*image-rendering:   -o-crisp-edges;         !* Opera *!*/
    /*image-rendering: -webkit-optimize-contrast;!* Webkit (non-standard naming) *!*/
    /*image-rendering: crisp-edges;*/
    /*-ms-interpolation-mode: nearest-neighbor;  !* IE (non-standard property) *!*/
}

body .print-style {
    padding-top: 30px!important;
    padding-bottom: 30px;
    width: 100%;
}

body .print-style:after {
    display: block!important;
}

body .print-style .header-main.header-margin-sm {
    margin-top: 0!important;
}

body .print-style,
body .print-style > * {
    display: inline-block;
}

body a[href]:after {
    content: none !important;
}

body .print-style .content-block-def h3 {
    margin-top: 34px;
}

body .print-style .content-block-def p {
    font-size: 14px;!important;
}

body .print-style ul li {
    padding-left: 0!important;
    font-size: 14px!important;
    padding-bottom: 2px!important;
    padding-top: 2px!important;
}

body .print-style em {
    font-size: 14px!important;
}

body .print-style ul li:before {
    display: none!important;
}

body .print-style ul {
    list-style: initial!important;
}

body .print-style .row.mt-40 {
    margin-top: 20px!important;
}

body .print-style .link-video-block {
    display: none;
}

body .print-style .content-block-def .table-regular+h2,
body .print-style .content-block-def .table-regular+h3,
body .print-style .content-block-def p+h2,
body .print-style .content-block-def p+h3,
body .print-style .content-block-def ul+h2,
body .print-style .content-block-def ul+h3 {
    margin-top: 20px!important;
}

.button-scroll-up {
    display: none!important;
}

.print-btn {
    display: none!important;
}

body .link-download {
    display: none!important;
}

body .print-style .section-hero {
    padding: 10px;
}

body .print-style .section-hero .header-hero {
    font-size: 22px;
}


body .print-style .table-regular td,
body .print-style .table-regular th {
    padding: 6px!important;
    font-size: 12px;
}

table tbody>tr>td {
    padding: 5px;
}