

/* Start:/local/templates/lk/components/bitrix/news.list/faq.v3/style.css?17447136654184*/
.faq_list {
    position: relative;
}
.faq_list_item {
    position: relative;
}
.faq_list_item ul {
    list-style-type: disc;
    color: #121132;
}
.faq_list_item ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.faq_list_item::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 2px;
    background-color: #000;
    right: 50%;
    transform: translateX(50%);
    top: 0;
}
.faq_list::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 2px;
    background-color: #000;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

.faq_list_item::after {
    position: absolute;
    content: "";
    right: 40px;
    top: 30px;
    background: url(/imgs/arrow_faq.svg) no-repeat;
    width: 35px;
    height: 20px;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.faq_list_item.active::after {
    transform: rotate(180deg);
}

.faq_list_item_question {
    color: #121132;
    font-size: 24px;
    line-height: 38px;
    padding: 20px 0;
    cursor: pointer;
}
.faq_list_section {
    position: relative;
}
.faq_list_section_name {
    background: #121132;
    padding: 10px 0 10px 55px;
    border-radius: 50px;
    margin-bottom: 14px;
    position: relative;
    color: #E6E6F4;
    font-size: 31px;
    line-height: 38px;
    padding: 20px 0;
    cursor: pointer;
}
.faq_list_section_name::after {
    position: absolute;
    content: "";
    right: 40px;
    top: calc(50% - 10px);
    background: url(/imgs/arrow_faq_white.svg) no-repeat;
    width: 35px;
    height: 20px;
    pointer-events: none;
    transition: all .3s ease-in-out;
}
.faq_list_section.active .faq_list_section_name::after {
    transform: rotate(180deg);
}
.faq_list_section_list {
    display: none;
}

.faq_list_section_name span {
    padding-left: 50px;
}

.faq_list_item_answer {
    padding-bottom: 15px;
    display: none;
}

.faq_list_item_answer p {
    padding: 10px 0;
}
.faq_title{
    color: #131132;
    font-size: 63px;
    font-family: Montserrat;
    font-weight: 700;
    margin-bottom: 90px;
    position: relative;
    text-align: center;
}

.faq_list_item::before, .faq_list::after {
    background-color: unset !important;
}
.faq_list_item {
    background: #F2F2FF;
    padding: 0 0 0 55px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.faq_list_item_question {
    padding-right: 90px;
}
.faq_list_item_answer {
    padding-right: 90px;
}
.faq_search
{
    width: 100%;
    border: 1px solid #121132;
    height: 70px;
    border-radius: 50px;
    margin-bottom: 14px;
    color: #121132;
    font-size: 31px;
    line-height: 38px;
    padding: 20px 0;
    cursor: pointer;
    padding-left: 80px;
    background: transparent;
    position: relative;
    background: url(/imgs/search.svg) no-repeat;
    background-position: 25px 23px;
    background-size: 24px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .faq_title{
        color: #131132;
        font-size: 39px;
    }
    .faq_list_item {
        padding: 0;
    }
    .faq_list_item_question {
        font-size: 24px;
    }
    .faq_list_item_answer {
        padding: 0 35px 0 30px;
    }
    .faq_list_section_name span {
        font-size: 24px;
        line-height: 24px;
        display: block;
        padding: 0 35px 0 30px;
    }
    .faq_list_item_question {
        font-size: 21px;
        line-height: 24px;
        padding: 15px 45px 15px 30px;
    }
    .faq_search {
        font-size: 24px;
        height: 60px;
        background-position: 24px 19px;
        background-size: 20px;
    }
    .faq_list_section_name::after,
    .faq_list_item::after {
        width: 25px;
        height: 15px;
        background-size: contain;
        right: 25px;
        top: 23px;
    }
}

@media (max-width: 400px) {
    .faq_list_section_name span {
        font-size: 20px;
        padding: 0 35px 0 25px;
    }
    .faq_list_item_question {
        font-size: 18px;
    }
    .faq_list_item_answer {
        font-size: 16px;
    }
    .faq_list_section_name::after,
    .faq_list_item::after {
        width: 15px;
        height: 9px;
        background-size: contain;
        right: 20px;
    }
}

/* End */
/* /local/templates/lk/components/bitrix/news.list/faq.v3/style.css?17447136654184 */
