/*
 * Страница /faq/ — вопросы и ответы
 * Типографика как в LPC-блоке lpc-questions-2 (title-2 / title-4 / text-1)
 */

html.mw-faq {
    --mw-faq-accent: #EB4036;
    --mw-faq-accent-hover: #d6362c;
    --mw-faq-ink: #222222;
    --mw-faq-line: rgba(34, 34, 34, 0.1);
    --primary-color-base: #EB4036;
    --primary-color-l-5: #d6362c;
    --primary-color-d-5: #c42e25;
}

html.mw-faq,
html.mw-faq body {
    overflow-x: hidden;
}

html.mw-faq .mosaic-crumbs--u-il34i0uoy {
    margin-bottom: 20px;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-family: Rubik, sans-serif;
}

html.mw-faq .mosaic-crumbs__item_link--u-ik176n4nq {
    color: var(--mw-faq-accent);
    opacity: 1;
    text-decoration: none;
}

html.mw-faq .mosaic-crumbs__item_link--u-ik176n4nq:hover {
    color: var(--mw-faq-accent-hover);
}

html.mw-faq .mosaic-crumbs__last--u-id4cppw9k {
    color: var(--mw-faq-ink);
    opacity: 1;
}

html.mw-faq .page-title--u-id4ryxzo8 {
    color: var(--mw-faq-ink);
    max-width: 100%;
    overflow-wrap: anywhere;
    margin-bottom: 40px;
}

html.mw-faq .mosaic-popup__close--u-izbayip7a,
html.mw-faq .side-panel__button-close--u-iki0lgea4,
html.mw-faq .side-panel__button-open--u-izkrt33zv {
    background-color: #EB4036 !important;
    background-image: none !important;
}

html.mw-faq .div--u-i7w4ftx7p,
html.mw-faq .mosaic-form--u-if8bri88i .div--u-i7w4ftx7p,
html.mw-faq .div--u-ifqtfrgl2 {
    background-color: #EB4036 !important;
    background-image: none !important;
}

html.mw-faq .div--u-ijdnwz0fa,
html.mw-faq .div--u-i9r512qsz {
    background-color: #d6362c !important;
}

html.mw-faq .container--u-i8cpiytvm {
    width: 100%;
    max-width: 100%;
}

/* lp-header-title-2 */
.mw-faq-subtitle {
    margin: 0 0 32px;
    color: var(--mw-faq-ink);
    font-family: Unbounded, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.mw-faq-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.mw-faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
}

.mw-faq-item:first-child {
    margin-top: 0;
}

/* lp-header-title-4 */
.mw-faq-item__q {
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--mw-faq-ink);
    font-family: Unbounded, sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.mw-faq-item__line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px 0 0;
    background-color: var(--mw-faq-line);
}

/* lp-header-text-1 + indent like lpc-questions-2__answer */
.mw-faq-item__a {
    position: relative;
    margin: 24px 0 0;
    padding-left: 36px;
    width: 100%;
    box-sizing: border-box;
    color: var(--mw-faq-ink);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.mw-faq-item__a p {
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.mw-faq-item__a a {
    color: var(--mw-faq-accent);
    text-decoration: none;
}

.mw-faq-item__a a:hover {
    color: var(--mw-faq-accent-hover);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .mw-faq-subtitle {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .mw-faq-item {
        margin-top: 40px;
    }

    .mw-faq-item__q {
        font-size: 24px;
    }

    .mw-faq-item__line {
        margin-top: 20px;
    }

    .mw-faq-item__a {
        margin-top: 20px;
        padding-left: 28px;
        font-size: 18px;
        line-height: 1.667;
    }
}

@media (max-width: 767px) {
    html.mw-faq .page-title--u-id4ryxzo8 {
        margin-bottom: 28px;
    }

    .mw-faq-subtitle {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .mw-faq-item {
        margin-top: 32px;
    }

    .mw-faq-item__q {
        font-size: 20px;
    }

    .mw-faq-item__line {
        margin-top: 16px;
    }

    .mw-faq-item__a {
        margin-top: 16px;
        padding-left: 0;
        font-size: 17px;
        line-height: 1.53;
    }
}

@media (max-width: 479px) {
    .mw-faq-subtitle {
        font-size: 24px;
    }

    .mw-faq-item {
        margin-top: 24px;
    }

    .mw-faq-item__q {
        font-size: 20px;
    }

    .mw-faq-item__line {
        margin-top: 12px;
    }

    .mw-faq-item__a {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5;
    }
}
