.visually_hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form_status {
    min-height: 20px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
}

.form_status.success { color: #b9e7c5; }
.form_status.error { color: #ffb5ad; }

.file_unavailable {
    cursor: default;
    opacity: .58;
}

.legal_page {
    min-height: 100vh;
    background: #f4f4f0;
    color: #111;
}

.legal_header,
.legal_footer {
    padding: 28px 0;
    background: #111;
    color: #fff;
}

.legal_header .wrap,
.legal_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.legal_header .legal_logo {
    display: block;
    width: 126px;
}

.legal_header .legal_logo img { width: 100%; }

.legal_header nav,
.legal_footer .legal_links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.legal_header a,
.legal_footer a { color: inherit; }

.legal_content {
    max-width: 960px;
    overflow-wrap: anywhere;
    margin: 0 auto;
    padding: 80px 24px 120px;
}

.legal_content h1 {
    margin: 24px 0 48px;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 1;
}

.legal_content h2 {
    margin: 48px 0 18px;
    font-size: 28px;
    line-height: 1.2;
}

.legal_content p,
.legal_content li {
    font-size: 18px;
    line-height: 1.65;
}

.legal_content ul { padding-left: 22px; }
.legal_content .updated { color: #6b6b67; }

@media (max-width: 700px) {
    .legal_header .wrap,
    .legal_footer .wrap {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal_content { padding: 56px 16px 80px; }
    .legal_content h1 { margin-bottom: 36px; }

    .legal_content p,
    .legal_content li { font-size: 16px; }
}


/* brume-catalog:start */
.brume-product-placeholder,
.brume-collection-placeholder {
    background: #dce2dc;
    color: #161816;
    overflow: hidden;
}

.brume-product-placeholder {
    display: flex;
    min-height: 190px;
    aspect-ratio: 4 / 3;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.brume-product-placeholder::before,
.brume-collection-placeholder::before {
    position: absolute;
    content: "";
    top: 15%;
    right: 8%;
    width: 56%;
    height: 70%;
    background: url(../icons/logo_m.svg) center / contain no-repeat;
    opacity: .16;
}

.brume-product-placeholder::after { display: none !important; }

.brume-product-placeholder > *,
.brume-collection-placeholder > * {
    position: relative;
    z-index: 1;
}

.brume-product-placeholder strong {
    max-width: 100%;
    margin: 34px 0 4px;
    font-size: 26px;
    line-height: 1;
    overflow-wrap: anywhere;
}

.brume-product-placeholder small {
    margin-top: 14px;
    font-size: 12px;
    text-transform: uppercase;
}

.brume-product-brand {
    font-size: 12px;
    font-weight: 700;
}

.brume-product { cursor: default !important; }
.brume-product .name_wrap { min-height: 142px; }
.brume-product .copy_value {
    display: inline-flex !important;
    align-items: center;
    opacity: 1;
    visibility: visible;
}

.brume-product .copy_value {
    padding: 0 20px 0 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
}

.brume-product-specs {
    min-height: 38px;
    margin-top: 10px;
    color: #676b67;
    font-size: 13px;
    line-height: 19px;
}

.brume-product-price {
    display: inline-block;
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.brume-collection-placeholder {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.brume-collection-placeholder strong {
    margin: auto 0 8px;
    font-size: clamp(34px, 4vw, 72px);
    line-height: .95;
}

.brume-collection-placeholder span,
.brume-collection-placeholder small { font-size: 13px; }

.brume-collection-description {
    max-width: 520px;
    margin: 0 0 24px;
    line-height: 1.45;
}

.brume-collection-page .collection_section,
.brume-inaccurate-demo { display: none !important; }

.brume-documents .column_list { align-items: stretch; }
.brume-documents .item_column { min-width: 0; }
.brume-documents .file { overflow-wrap: anywhere; }
.column_list .file[href] { opacity: 1; }

@media (max-width: 992px) {
    .brume-product-placeholder {
        min-height: 155px;
        padding: 16px;
    }

    .brume-product-placeholder strong {
        margin-top: 24px;
        font-size: 20px;
    }

    .brume-product .name_wrap { min-height: 132px; }
    .brume-product-specs { min-height: 54px; }
    .brume-collection-placeholder { padding: 20px; }
}
/* brume-catalog:end */
