/* Печать прайса: клиенты часто просят распечатать цены на приёме */

@page {
    margin: 15mm 12mm;
}

body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.4;
}

.vet-nav,
.vet-header__burger,
.vet-header__contacts .vet-header__hours,
.night-call__toggle,
.btn,
.hero__photo,
.service-card__text {
    display: none;
}

.vet-header {
    border-bottom: 1px solid #000;
}

.vet-header__inner,
.page,
.vet-footer__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.vet-header__name {
    color: #000;
    font-size: 14pt;
}

.page {
    background: #fff;
}

.night-call__body {
    display: block;
}

.price-table {
    width: 100%;
    font-size: 10pt;
    page-break-inside: auto;
}

.price-table th {
    background: #eee;
    border: 1px solid #777;
}

.price-table td {
    border: 1px solid #999;
}

.price-table tr {
    page-break-inside: avoid;
}

.vet-footer {
    background: #fff;
    color: #000;
    border-top: 1px solid #000;
    padding-top: 6px;
    font-size: 9pt;
}

.vet-footer a {
    color: #000;
    text-decoration: none;
}

a[href^="/"]:after {
    content: "";
}

.note,
.faq_fe4abb {
    page-break-inside: avoid;
}
