

/* Start:/local/components/lb/faq.list/templates/.default/style.css?178429184416120*/
@font-face {
    font-family: "FaqPalatino";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/main/assets/css/fonts/Palatino/Palatino.woff2") format("woff2");
}

.breadcrumbs {
    padding-top: 22px;
    background: #fff;
}

.breadcrumbs .container .breadcrumbs__title.breadcrumbs__title--small {
    margin: 8px 0 10px;
    color: #1f1e1c;
    font-family: "FaqPalatino", Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.08;
}
.faq__answer-content li {
    margin-bottom: 5px;
}
.wrap-content {
    background: #fff;
}

.faq {
    --faq-bg: #fbf8f4;
    --faq-surface: #fff;
    --faq-text: #1f1e1c;
    --faq-muted: #74706c;
    --faq-border: #e8dfd6;
    --faq-accent: #9a6e37;
    --faq-positive: #8b6235;
    --faq-positive-hover: #704922;
    --faq-negative: #f2e8dc;
    --faq-negative-hover: #e4d0ba;
    --faq-button-border: #cfb79d;
    color: var(--faq-text);
    padding: 0 0 64px;
}

.faq__lead {
    margin: 0 0 26px;
    color: var(--faq-muted);
    font-size: 16px;
    line-height: 1.5;
}

.faq__header {
    position: relative;
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 20px 28px;
    align-items: center;
    margin-bottom: 27px;
    padding: 28px 24px;
    border: 1px solid #f0e8df;
    border-radius: 12px;
    background: var(--faq-bg);
}

.faq__help {
    display: flex;
    gap: 20px;
    align-items: center;
}

.faq__help-icon {
    display: inline-flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #eee1d0;
    color: #27231f;
    font-size: 34px;
}

.faq__eyebrow {
    margin: 0 0 8px;
    color: var(--faq-text);
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.faq__intro {
    margin: 0;
    color: var(--faq-muted);
    font-size: 14px;
    line-height: 1.5;
}

.faq__search {
    min-width: 0;
}

.faq__search-label {
    display: block;
    margin-bottom: 8px;
    color: var(--faq-text);
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 14px;
}

.faq__search-control {
    position: relative;
    display: flex;
    min-width: 0;
}

.faq__search-icon.fa {
    display: none;
}

.faq__search-input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 18px;
    border: 1px solid #dfd3c5;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    background: var(--faq-surface);
    color: var(--faq-text);
    font: 14px/1.2 "LatoRegular", Arial, sans-serif;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.faq__search-input::placeholder {
    color: #a39e99;
    opacity: 1;
}

.faq__search-input:focus {
    border-color: #ad8b63;
    box-shadow: 0 0 0 3px rgba(154, 110, 55, .1);
    outline: 0;
}

.faq__search-button {
    flex: 0 0 90px;
    height: 48px;
    border: 1px solid #dfd3c5;
    border-radius: 0 7px 7px 0;
    background: #e8dac8;
    color: #5d5145;
    cursor: pointer;
    font: 12px/1 "LatoBold", Arial, sans-serif;
    text-transform: uppercase;
}

.faq__search-button:hover,
.faq__search-button:focus-visible {
    background: #deccb5;
}

.faq__search-status {
    position: absolute;
    right: 24px;
    bottom: 5px;
    min-height: 18px;
    margin: 0;
    color: var(--faq-muted);
    font-size: 12px;
}

.faq__navigation {
    margin-bottom: 30px;
}

.faq__navigation-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__navigation-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 7px 10px;
    border: 1px solid var(--faq-border);
    border-radius: 22px;
    background: var(--faq-surface);
    box-shadow: 0 2px 8px rgba(62, 48, 34, .04);
    color: #302d2a;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.faq__navigation-icon {
    color: #b8884e;
    font-size: 16px;
}

.faq__navigation-link:hover,
.faq__navigation-link:focus-visible,
.faq__navigation-link.is-active {
    border-color: #2c2b29;
    background: #2c2b29;
    color: #fff;
}

.faq__navigation-link:hover .faq__navigation-icon,
.faq__navigation-link:focus-visible .faq__navigation-icon,
.faq__navigation-link.is-active .faq__navigation-icon {
    color: #fff;
}

.faq__navigation-count,
.faq__category-count {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 13px;
    background: #f5efe8;
    color: #57514b;
    font-size: 12px;
}

.faq__navigation-link.is-active .faq__navigation-count,
.faq__navigation-link:hover .faq__navigation-count,
.faq__navigation-link:focus-visible .faq__navigation-count {
    background: #4a4845;
    color: #fff;
}

.faq__categories {
    scroll-margin-top: 120px;
}

.faq__category {
    margin-bottom: 42px;
    scroll-margin-top: 120px;
}

.faq__category-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.faq__category-title {
    margin: 0;
    color: var(--faq-text);
    font-family: "FaqPalatino", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.faq__list {
    border-top: 1px solid var(--faq-border);
}

.faq__item {
    border-bottom: 1px solid var(--faq-border);
    scroll-margin-top: 120px;
}

.faq__question {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 14px;
    align-items: center;
    min-height: 58px;
    padding: 13px 0;
    cursor: pointer;
    list-style: none;
}

.faq__question::-webkit-details-marker {
    display: none;
}

.faq__question:focus-visible {
    outline: 2px solid var(--faq-accent);
    outline-offset: 3px;
}

.faq__question-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f2e8dc;
    color: #292622;
    font-size: 13px;
}

.faq__question-title {
    margin: 0;
    color: var(--faq-text);
    font-family: "FaqPalatino", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.faq__details[open] .faq__question-title {
    font-family: "LatoBold", Arial, sans-serif;
    font-weight: 400;
}

.faq__question-icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: auto;
    border-radius: 50%;
    background: #f2e8dc;
}

.faq__question-icon::before,
.faq__question-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #37322d;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.faq__question-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq__details[open] .faq__question-icon::after {
    transform: translate(-50%, -50%);
}

.faq__answer {
    margin-bottom: 16px;
    padding: 20px 28px;
    border-radius: 8px;
    background: var(--faq-bg);
    color: var(--faq-muted);
    font-size: 14px;
    line-height: 1.55;
}

.faq__answer-content {
    column-count: 2;
    column-gap: 48px;
}

.faq__answer-content h3 {
    break-after: avoid;
    margin: 0 0 9px;
    color: var(--faq-accent);
    font-family: "LatoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.faq__answer-content ul,
.faq__answer-content ol,
.faq__answer-content p {
    break-inside: avoid;
    margin: 0 0 16px;
}

.faq__answer-content ul,
.faq__answer-content ol {
    padding-left: 18px;
}

.faq__answer-content ul li {
    list-style: disc;
}

.faq__answer-content ol li {
    list-style: decimal;
}

.faq__answer-content > :last-child {
    margin-bottom: 0;
}

.faq__answer a {
    color: var(--faq-text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq__helpful {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--faq-border);
}

.faq__helpful-label {
    margin-right: 4px;
    color: var(--faq-text);
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 13px;
}

.faq .faq__helpful-button.pol-btn {
    min-width: 48px;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid var(--faq-button-border);
    border-radius: 16px;
    cursor: pointer;
    box-shadow: none;
    font-family: "LatoRegular", Arial, sans-serif;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.faq__helpful-button {
    display: flex;
    justify-content: center;
}
.faq .faq__helpful-button.pol-btn[data-review="1"] {
    border-color: var(--faq-positive);
    background: var(--faq-positive);
    color: #fff;
}

.faq .faq__helpful-button.pol-btn[data-review="0"] {
    background: var(--faq-negative);
    color: #5b432a;
}

.faq .faq__helpful-button.pol-btn[data-review="1"]:hover,
.faq .faq__helpful-button.pol-btn[data-review="1"]:focus-visible,
.faq .faq__helpful-button.pol-btn[data-review="1"].active {
    border-color: var(--faq-positive-hover);
    background: var(--faq-positive-hover);
    color: #fff;
}

.faq .faq__helpful-button.pol-btn[data-review="0"]:hover,
.faq .faq__helpful-button.pol-btn[data-review="0"]:focus-visible,
.faq .faq__helpful-button.pol-btn[data-review="0"].active {
    border-color: #bd9f7e;
    background: var(--faq-negative-hover);
    color: #49341f;
}

.faq .faq__helpful-button.pol-btn:focus-visible {
    outline: 2px solid var(--faq-positive);
    outline-offset: 2px;
}

.faq__empty {
    margin: 28px 0;
    padding: 20px;
    border-radius: 8px;
    background: var(--faq-bg);
    color: var(--faq-muted);
}

.faq__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: 28px;
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    background: var(--faq-bg);
}

.faq__contact-title {
    margin: 0 0 6px;
    color: var(--faq-text);
    font-family: "FaqPalatino", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
}

.faq__contact-text {
    margin: 0;
    color: var(--faq-muted);
}

.faq__contact-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 22px;
    background: #2c2b29;
    color: #fff;
    font-family: "LatoBold", Arial, sans-serif;
    text-decoration: none;
}

.faq__contact-link:hover,
.faq__contact-link:focus-visible {
    background: #4a4641;
    color: #fff;
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-top: 24px;
    }

    .breadcrumbs__list {
        margin-bottom: 16px;
    }

    .breadcrumbs .container .breadcrumbs__title.breadcrumbs__title--small {
        margin: 0 0 22px;
        font-size: 40px;
        line-height: 1.08;
    }

    .faq {
        padding: 0 0 48px;
    }

    .faq__lead {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.55;
    }

    .faq__header {
        display: block;
        margin-bottom: 28px;
        padding: 20px;
        border-color: var(--faq-border);
        border-radius: 12px;
    }

    .faq__help {
        gap: 16px;
        align-items: flex-start;
    }

    .faq__help-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

    .faq__eyebrow {
        margin-top: 3px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .faq__intro {
        font-size: 14px;
        line-height: 1.45;
    }

    .faq__search {
        margin-top: 14px;
    }

    .faq__search-label {
        display: none;
    }

    .faq__search-icon.fa {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 18px;
        display: block;
        color: #b8a896;
        font-size: 20px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .faq__search-input {
        height: 46px;
        padding-right: 16px;
        padding-left: 50px;
        border-right: 1px solid #dfd3c5;
        border-radius: 8px;
        font-size: 16px;
    }

    .faq__search-button {
        display: none;
    }

    .faq__search-status {
        position: static;
        min-height: 0;
        margin: 8px 0 0;
    }

    .faq__search-status:empty {
        display: none;
    }

    .faq__navigation {
        margin-bottom: 42px;
    }

    .faq--searching .faq__navigation {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .faq__navigation-list {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
    }

    .faq__navigation-link {
        justify-content: center;
        width: 100%;
        min-height: 36px;
        padding: 5px 7px;
        font-size: 11px;
        white-space: nowrap;
    }

    .faq__navigation-icon {
        font-size: 13px;
    }

    .faq__navigation-item:nth-child(1) {
        grid-column: span 2;
    }

    .faq__navigation-item:nth-child(2) {
        grid-column: span 4;
    }

    .faq__navigation-item:nth-child(3),
    .faq__navigation-item:nth-child(4),
    .faq__navigation-item:nth-child(5) {
        grid-column: span 2;
    }

    .faq__navigation-item:nth-child(6),
    .faq__navigation-item:nth-child(7) {
        grid-column: span 3;
    }

    .faq__category {
        margin-bottom: 34px;
        scroll-margin-top: 96px;
    }

    .faq__item {
        margin-bottom: 9px;
        border: 0;
        scroll-margin-top: 96px;
    }

    .faq__category-heading {
        margin-bottom: 18px;
    }

    .faq__category-title {
        font-size: 22px;
        line-height: 1.18;
    }

    .faq__category-count {
        margin-top: 3px;
    }

    .faq__list {
        border: 0;
    }

    .faq__details {
        overflow: hidden;
        border: 1px solid var(--faq-border);
        border-radius: 10px;
        background: #fff;
    }

    .faq__details[open] {
        border-color: #e2d3c4;
    }

    .faq__question {
        grid-template-columns: 36px minmax(0, 1fr) 30px;
        gap: 14px;
        min-height: 68px;
        padding: 13px 16px;
    }

    .faq__question-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .faq__question-title {
        font-size: 18px;
        line-height: 1.28;
    }

    .faq__details[open] .faq__question-title {
        font-size: 17px;
        line-height: 1.42;
    }

    .faq__question-icon {
        width: 30px;
        height: 30px;
    }

    .faq__answer {
        margin: 0;
        padding: 4px 18px 24px 66px;
        border-radius: 0;
        background: #fff;
        font-size: 15px;
        line-height: 1.5;
    }

    .faq__answer-content {
        column-count: 1;
    }

    .faq__answer-content h3 {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.35;
    }

    .faq__answer-content h3:not(:first-child) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--faq-border);
    }

    .faq__answer-content ul,
    .faq__answer-content ol,
    .faq__answer-content p {
        margin-bottom: 16px;
    }

    .faq__helpful {
        flex-wrap: wrap;
    }

    .faq__helpful-label {
        flex-basis: 100%;
    }

    .faq__contact {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .faq__contact-link {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .faq__navigation-link {
        gap: 5px;
        font-size: 10px;
    }

    .faq__answer {
        padding-left: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq *,
    .faq *::before,
    .faq *::after {
        scroll-behavior: auto;
        transition-duration: .01ms;
    }
}
.faq__navigation-icon {
    display: none!important;
}

/* End */
/* /local/components/lb/faq.list/templates/.default/style.css?178429184416120 */
