

/* Start:/local/components/wemake/price.explorer/templates/.default/style.css?178720453316647*/
.wm-price {
    --wm-accent: #9d0a0f;
    --wm-accent-dark: #7a070b;
    --wm-accent-soft: rgba(157, 10, 15, 0.08);
    --wm-text: #1d1d1d;
    --wm-muted: #7b8189;
    --wm-line: #e6e8ec;
    --wm-bg: #f6f7f9;
    --wm-radius: 14px;

    display: block;
    margin: 0 0 40px;
    color: var(--wm-text);
    font-size: 15px;
    line-height: 1.5;
}

.wm-price *,
.wm-price *::before,
.wm-price *::after {
    box-sizing: border-box;
}

.wm-price-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.wm-price-lead,
.wm-price-date {
    margin: 0;
}

.wm-price-lead {
    max-width: 720px;
}

.wm-price-date {
    margin-top: 6px;
    font-size: 13px;
    color: var(--wm-muted);
}

.wm-price-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--wm-accent);
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.wm-price-pdf:hover {
    background: var(--wm-accent-dark);
}

.wm-price-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    height: auto;
    margin-bottom: 14px;
}

.wm-price-families {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    height: auto;
}

.wm-price-search {
    display: block;
    min-width: 0;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

.wm-price-search-label {
    display: none;
}

.wm-price-filter-label {
    font-size: 13px;
    color: var(--wm-muted);
    user-select: none;
}

.wm-price input.wm-input {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--wm-line);
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 42px;
    color: var(--wm-text);
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.wm-price input.wm-input:focus {
    border-color: var(--wm-accent);
    box-shadow: 0 0 0 3px var(--wm-accent-soft);
}

.wm-price-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid var(--wm-line);
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--wm-text);
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
}

.wm-price-chip:hover,
.wm-price-chip[data-selected="true"] {
    border-color: var(--wm-accent);
}

.wm-price-chip[data-selected="true"] {
    background: var(--wm-accent-soft);
    box-shadow: inset 0 0 0 1px var(--wm-accent);
}

.wm-price-chip:disabled {
    background: var(--wm-bg);
    border-color: var(--wm-line);
    color: #b5b9bf;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 1;
}

.wm-price-chip:disabled:hover {
    border-color: var(--wm-line);
}

.wm-price-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-bottom: 12px;
}

.wm-price-filter {
    min-width: 0;
}

.wm-price-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.wm-price-mini {
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
}

.wm-price-extra {
    margin: 0 0 10px;
}

.wm-price-calc {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--wm-accent);
    text-decoration: none;
}

.wm-price-calc:hover {
    color: var(--wm-accent-dark);
}

.wm-price-count {
    margin: 0 0 10px;
    font-size: 13px;
    color: var(--wm-muted);
}

.wm-price-calc {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--wm-accent);
    text-decoration: none;
}

.wm-price-calc:hover {
    color: var(--wm-accent-dark);
}

.wm-price-table-wrap {
    overflow: auto;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-radius);
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #d3d7dd transparent;
}

.wm-price-table-wrap::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.wm-price-table-wrap::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #d3d7dd;
}

.wm-price-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 16px;
    align-items: start;
}

.wm-price-main {
    min-width: 0;
}

.wm-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.wm-price-table th,
.wm-price-table td {
    padding: 8px 10px;
    border-bottom: 1px solid var(--wm-line);
    border-right: 1px solid var(--wm-line);
    text-align: left;
    vertical-align: top;
}

.wm-price-table th:last-child,
.wm-price-table td:last-child {
    border-right: none;
}

.wm-price-table th {
    position: sticky;
    top: 0;
    background: var(--wm-bg);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--wm-muted);
}

.wm-price-table td.wm-price-num {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.wm-price-table tbody tr:hover td {
    background: var(--wm-accent-soft);
}

.wm-price-name {
    display: block;
    font-weight: 600;
    color: var(--wm-text);
    text-decoration: none;
}

.wm-price-name:hover {
    color: var(--wm-accent);
}

.wm-price-sub {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--wm-muted);
    font-weight: 400;
}

.wm-price-empty,
.wm-price-note {
    font-size: 13px;
    color: var(--wm-muted);
}

.wm-price-note {
    margin-top: 14px;
}

.wm-price-stock {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
}

.wm-price-stock[data-stock="1"] {
    background: #e8f6ec;
    color: #1f7a3a;
}

.wm-price-stock[data-stock="0"] {
    background: #f4eee4;
    color: #8a5a12;
}

.wm-price-add {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    font-weight: 700;
    color: var(--wm-accent);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wm-price-add:hover {
    color: var(--wm-accent-dark);
}

.wm-price-cart {
    position: sticky;
    top: 16px;
    padding: 12px;
    border: 1px solid var(--wm-line);
    border-radius: var(--wm-radius);
    background: #fff;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.3s;
}

.wm-price-cart.is-flash {
    box-shadow: 0 0 0 3px var(--wm-accent-soft);
}

.wm-price-cart-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.wm-price-cart-hint {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.4;
    color: var(--wm-muted);
}

.wm-price-cart-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    max-height: calc(100vh - 320px);
    overflow: auto;
}

.wm-price-cart-item {
    padding: 8px;
    border: 1px solid var(--wm-line);
    border-radius: 8px;
    background: var(--wm-bg);
}

.wm-price-cart-item.is-added {
    border-color: var(--wm-accent);
    background: var(--wm-accent-soft);
}

.wm-price-cart-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.wm-price-cart-item-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.wm-price-cart-item-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.wm-price-cart-unit {
    font-size: 11px;
    color: var(--wm-muted);
    white-space: nowrap;
}

.wm-price-qty {
    display: inline-flex;
    align-items: center;
    height: 28px;
    border: 1px solid var(--wm-line);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.wm-price-qty button {
    width: 24px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 15px;
    line-height: 28px;
    color: var(--wm-text);
    cursor: pointer;
}

.wm-price-qty input {
    width: 72px;
    height: 28px;
    margin: 0;
    padding: 0 4px;
    border: 0;
    border-left: 1px solid var(--wm-line);
    border-right: 1px solid var(--wm-line);
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: var(--wm-text);
}

.wm-price-qty-lg {
    height: 44px;
    border-radius: 10px;
    width: 100%;
}

.wm-price-qty-lg button {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
}

.wm-price-qty-lg input {
    flex: 1 1 auto;
    width: auto;
    height: 44px;
    font-size: 18px;
}

.wm-price-cart-sum {
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.wm-price-cart-remove {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    color: var(--wm-muted);
    cursor: pointer;
}

.wm-price-cart-remove:hover {
    color: var(--wm-accent);
    background: var(--wm-accent-soft);
}

.wm-price-cart-empty {
    margin: 10px 0 0;
    font-size: 12px;
    color: var(--wm-muted);
}

.wm-price-cart-foot {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--wm-line);
}

.wm-price-cart-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
    font-size: 12px;
}

.wm-price-cart-total {
    margin-top: 8px;
    font-size: 15px;
}

.wm-price-print,
.wm-price-cart-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 10px 0 0;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.wm-price-print {
    background: var(--wm-accent);
    color: #fff;
}

.wm-price-print:hover {
    background: var(--wm-accent-dark);
}

.wm-price-cart-clear {
    margin-top: 8px;
    background: transparent;
    color: var(--wm-muted);
    font-weight: 600;
}

.wm-price-cart-clear:hover {
    color: var(--wm-accent);
}

.wm-price-cart-fab {
    display: none;
}

.wm-print,
.wm-print-logo {
    display: none;
}

.wm-price-modal[hidden] {
    display: none !important;
}

.wm-price-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.wm-price-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 22, 26, 0.48);
}

.wm-price-modal-box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 22px 22px 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 22, 26, 0.22);
}

.wm-price-modal-x {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 22px;
    line-height: 32px;
    color: var(--wm-muted);
    cursor: pointer;
}

.wm-price-modal-x:hover {
    color: var(--wm-text);
    background: var(--wm-bg);
}

.wm-price-modal-title {
    margin: 0 28px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.wm-price-modal-detail {
    margin: 6px 0 0;
    font-size: 13px;
    color: var(--wm-muted);
}

.wm-price-modal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
}

.wm-price-modal-label {
    display: block;
    margin: 16px 0 8px;
    font-size: 13px;
    color: var(--wm-muted);
}

.wm-price-modal-sum {
    margin: 12px 0 4px;
    font-size: 16px;
    font-weight: 700;
}

.wm-price-modal-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--wm-muted);
}

.wm-price-modal .wm-price-print {
    margin-top: 14px;
}

body:has(.wm-price) .download-price {
    display: none;
}

@media print {
    body * {
        visibility: hidden !important;
    }

    .wm-print,
    .wm-print * {
        visibility: visible !important;
    }

    .wm-print {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
    }

    .wm-print-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--wm-accent, #9d0a0f);
    }

    .wm-print-brand {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .wm-print-logo-box {
        width: 130px;
    }

    .wm-print-logo-box svg {
        width: 100%;
        height: auto;
    }

    .wm-print-logo-box > div {
        height: auto !important;
    }

    .wm-print-company {
        font-size: 11px;
        line-height: 1.5;
        color: #333;
    }

    .wm-print-contact {
        padding: 8px 12px;
        border: 1px solid #d5d8dd;
        border-radius: 6px;
        line-height: 1.5;
        text-align: right;
    }

    .wm-print-contact-title {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #8a8f96;
    }

    .wm-print-manager-name {
        font-size: 13px;
        font-weight: 700;
    }

    .wm-print-date {
        margin-top: 4px;
        font-size: 10px;
        color: #8a8f96;
    }

    .wm-print-title {
        margin: 14px 0 0;
        font-size: 18px;
    }

    .wm-print-section {
        margin-top: 14px;
    }

    .wm-print-section h3 {
        margin: 0 0 6px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #55595f;
    }

    .wm-print-table {
        width: 100%;
        border-collapse: collapse;
    }

    .wm-print-table th,
    .wm-print-table td {
        padding: 5px 8px;
        border: 1px solid #b8bcc2;
        text-align: left;
        vertical-align: middle;
    }

    .wm-print-table th {
        background: #f0f1f3;
        font-size: 10px;
        text-transform: uppercase;
    }

    .wm-print-table td.wm-print-num,
    .wm-print-table th.wm-print-num {
        text-align: right;
        white-space: nowrap;
    }

    .wm-print-sub {
        margin-top: 2px;
        font-size: 9px;
        color: #6d7278;
    }

    .wm-print-total {
        margin-top: 12px;
        font-size: 15px;
        font-weight: 700;
        text-align: right;
    }

    .wm-print-permeter {
        font-size: 10px;
        color: #6d7278;
        text-align: right;
        margin-top: 6px;
    }

    .wm-print-footer {
        margin-top: 14px;
        padding-top: 8px;
        border-top: 1px solid #d5d8dd;
        font-size: 9px;
        color: #6d7278;
    }

    @page {
        margin: 12mm;
    }
}

@media (max-width: 1100px) {
    .wm-price-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .wm-price-cart {
        position: static;
    }

    .wm-price-cart-list {
        max-height: none;
    }

    .wm-price-cart-fab {
        display: flex;
        position: fixed;
        right: 16px;
        bottom: 16px;
        z-index: 40;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 0 16px;
        border-radius: 999px;
        background: var(--wm-accent);
        color: #fff !important;
        font-weight: 700;
        text-decoration: none !important;
        box-shadow: 0 8px 24px rgba(157, 10, 15, 0.28);
    }

    .wm-price-cart-fab[hidden] {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .wm-price-pdf {
        width: 100%;
    }

    .wm-price-toolbar {
        flex-wrap: wrap;
        height: auto;
    }

    .wm-price-families {
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .wm-price-search {
        flex: 1 1 100%;
        height: 44px;
    }

    .wm-price-table {
        min-width: 620px;
    }
}

/* End */


/* Start:/bitrix/templates/prom_s1/components/bitrix/news.detail/price/style.css?1787137825360*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail.price{
	text-align: center;
}
div.news-detail img.detail_picture
{
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
div.download-price{
	margin-bottom: 50px;
}
div.download-price a span{
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight:500;
	font-size: 17px;
}
/* End */
/* /local/components/wemake/price.explorer/templates/.default/style.css?178720453316647 */
/* /bitrix/templates/prom_s1/components/bitrix/news.detail/price/style.css?1787137825360 */
