

/* Start:/faq/style.css?17555012744618*/
.section-faq *,
.section-answer * {
    box-sizing: border-box;
}

.section-faq .wrapper,
.section-myaccount .wrapper {
    max-width: 940px;
}

.section-title.faq-title,
.section-title.answer-title {
    margin: 0 0 40px 0;
}

.section-title.faq-title h2,
.section-title.answer-title h2 {
    color: var(--font-color-new);
    font-family: var(--font-title);
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.answer-title__back {
    position: absolute;
    left: 40px;
    top: 168px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.answer-title__back>p {
    color: var(--font-color-new);
    font-family: var(--font-title);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.faq-items {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
}

.faq-item {
    background-color: #F0F0F0;
    max-width: calc(33% - 16px);
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 53px 0;
    min-width: 292px;
    border-bottom: none !important;
}

.faq-item:hover {
    border-bottom: none !important;
    background-color: #F5F5F5;
}

.faq-item img {
    margin-top: 0 !important;
}

.faq-item h2 {
    margin-top: 0 !important;
    margin-bottom: 0;
    font-family: var(--font-default);
    text-transform: unset;
    color: var(--font-color-new);
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
}

.answer-items {
    display: flex;
    flex-flow: column;
    margin-bottom: 160px;
}

.answer-item__content {
    display: none;
    padding-top: 14px;
}

.answer-item {
    border-bottom: 1px solid rgb(213, 213, 213);
    padding: 14px 0;
}

.answer-item__title h2 {
    color: var(--font-color-new);
    font-family: var(--font-default);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    text-transform: unset;
    cursor: pointer;
}

.answer-item__title h2::after {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7L9 13L15 7" stroke="%231A1B1C" stroke-linecap="square"/></svg>');
    width: 18px;
    height: 18px;
}

.answer-item .answer-item__title.active h2::after {
    transform: rotate(180deg);
}


.answer-item .answer-item__content p,
.answer-item .answer-item__content li {
    color: rgb(67, 67, 67);
    font-family: var(--font-default);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}

.answer-item .answer-item__content p {
    margin-top: 8px;
}

.answer-item__content ul {
    padding: 6px 0 0 0px;
}

.answer-item .answer-item__content li {
    color: rgb(116, 116, 116);
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.answer-item .answer-item__content li p {
    margin-top: 0;
}

.answer-item .answer-item__content li::before {
    content: '—';
    width: 14px;
    height: 22px;
}

.answer-item__content-block {
    margin-bottom: 16px;
}

.answer-item .answer-item__content-block > h2,
.answer-item .answer-item__content-block > p {
    margin: 0;
}

@media screen and (max-width: 1280px) {
    .answer-title__back {
        top: 107px;
    }
}

@media screen and (max-width: 736px) {
    .answer-title__back {
        top: 92px;
        left: 20px;
    }
}

@media screen and (max-width: 576px) {

    .section-title.myaccount-title {
        margin: 84px 0 28px 0;
    }

    .section-title.faq-title {
        margin: 0 0 28px 0;
    }

    .section-title.faq-title h2,
    .section-title.myaccount-title h2 {
        font-size: 24px;
    }

    .answer-items {
        margin-bottom: 60px;
    }

    .faq-item h2 {
        font-size: 14px;
    }

    .answer-item .answer-item__content p,
    .answer-item .answer-item__content li {
        font-size: 14px;
    }

    .answer-item__content {
        padding-top: 12px;
    }

    .answer-item {
        padding: 12px 0;
    }

    .answer-item .answer-item__content p {
        margin-top: 6px;
    }

    .answer-title__back>p {
        display: none;
    }

    .answer-title__back {
        left: 15px;
        top: 94px;
    }

    .answer-title__back svg {
        width: 18px;
        height: 18px;
    }
}
/* End */
/* /faq/style.css?17555012744618 */
