

/* Start:/local/templates/pakhomov/components/bitrix/news.list/faq/style.css?17752289031621*/
.faq {
    border-color: #f5f5f5;
    width: 100%;
    max-width: 900px;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.faq__item {
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 30px 40px 30px 45px;
    border-left: 10px solid #fff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.faq__item:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: relative;
    z-index: 1;
}

.faq__item:hover .faq__item__title__toggle-arrow__icon {
    background-color: #214aee;
    color: #fff;
}

.faq__item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.faq__item__title__text {
    font-size: 18px;
    white-space: normal;
    width: calc(100% - 40px);
    font-weight: 400;
}

.faq__item__title__toggle-arrow {
    width: 40px;
}

.faq__item__title__toggle-arrow > .faq__item__title__toggle-arrow__icon {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: flex;
    color: #222;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.faq__item_opened .faq__item__title__toggle-arrow__icon {
    transform: rotate(180deg);
}

.faq__item_opened {
    border-left: 10px solid #214aee;
}

.faq__item__body {
    font-size: 18px;
    margin-top: 10px;
}

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

    .faq__item {
        padding: 20px 20px 15px 22px;
    }
    
    .faq__item:hover {
        box-shadow: unset;
    }
}
/* End */
/* /local/templates/pakhomov/components/bitrix/news.list/faq/style.css?17752289031621 */
