

/* Start:/prices/include/style.css?17835028884121*/
.price-list-page {
    margin: 0 0 40px;
    width: 100%;
    max-width: none;
}

.price-list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    align-items: center;
}

.price-list-actions .btn-default.orange-btn {
    border: 1px solid #e66200;
    width: 130px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #fff;
    padding: auto;
    box-sizing: border-box;
    cursor: pointer;
    color: #e66200;
    transition: all .3s ease;
}

.price-list-actions .btn-default.orange-btn:hover {
    color: #fff;
    background: #e66200;
}

.price-list-document {
    background: #fff;
    padding: 16px 0;
    border: 1px solid #e5e5e5;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

/* Шапка — таблица (надёжнее flex при печати) */
.price-list-header-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 16px;
    table-layout: fixed;
}

.price-list-header-table td {
    border: none;
    vertical-align: top;
    padding: 0;
    color: #000;
}

.price-list-header-table .ph-logo {
    width: 18%;
    padding-right: 18px;
}

.price-list-header-table .ph-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
}

.price-list-header-table .ph-qr {
    width: 22%;
    text-align: center;
    vertical-align: middle;
}

.price-list-header-table .ph-qr img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    display: inline-block;
}

.price-list-header-table .ph-contacts {
    width: 60%;
    text-align: right;
    font-size: 12px;
    line-height: 1.4;
    padding-left: 8px;
    color: #000;
}

.price-list-header-table .ph-contacts div {
    margin: 0 0 2px;
    color: #000;
}

.price-list-header-table .ph-contacts a {
    color: #0000ee;
    text-decoration: underline;
}

/* Заголовки */
.price-list-title-row {
    display: table;
    width: 100%;
    margin: 8px 0 4px;
    table-layout: fixed;
}

.price-list-title {
    display: table-cell;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    vertical-align: bottom;
    width: 70%;
}

.price-list-date {
    display: table-cell;
    text-align: right;
    font-size: 13px;
    vertical-align: bottom;
    white-space: nowrap;
    width: 30%;
    padding-bottom: 2px;
}

.price-list-subtitle {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    margin: 0 0 12px;
}

/* Таблица */
.price-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
}

.price-list-table col.col-num {
    width: 4%;
}

.price-list-table col.col-measure {
    width: 9%;
}

.price-list-table col.col-price {
    width: 13%;
}

.price-list-table col.col-name {
    width: auto;
}

.price-list-table th,
.price-list-table td {
    border: 1px solid #000;
    padding: 5px 6px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000;
}

.price-list-table th {
    background: #d9d9d9;
    font-weight: 700;
    text-align: center;
}

.price-list-table .col-num {
    text-align: center;
}

.price-list-table .col-measure {
    text-align: center;
}

.price-list-table .col-price {
    text-align: right;
    white-space: nowrap;
}

.price-list-empty {
    text-align: center;
    padding: 20px;
}

.price-list-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.price-list-footer p {
    margin: 6px 0;
}

.middle .container .price-list-page,
.content-md .price-list-page,
.maxwidth-theme .price-list-page {
    max-width: none;
}

@media print {
    .no-print {
        display: none !important;
    }
}

/* End */
/* /prices/include/style.css?17835028884121 */
