

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_question-answer/style.css?16950382582160*/
.answer {
    position: relative;
    display: flex;
    padding: 24px 22px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;

    margin-bottom: 24px;

    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #F9F9F9;

    transition: all .2s linear;
}

.answer:hover {
    background: #EFF0F0;
}

.answer__content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.answer__text {
    color: #757575;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.ask__accordion {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 20px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
    overflow: hidden;

    margin-bottom: 24px;

    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);

    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */

    transition: all .2s linear;
}

.vertical-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    background: #1193B8;
}

.ask__accordion-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.answer__panel {
    display: none;
}

.answer__panel.active {
}

.expand__more-container {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 4px;
    background: #1193B8;
    border-radius: 50%;

    transition: all .2s linear;
}

.expand__more {
    width: 32px;
    height: 32px;
    color: #fff;
    transition: all .2s linear;
}

.ask__accordion.active {
    color: #fff;
    background: #1193B8;
    border-radius: 16px;
}

.active .expand__more {
    transform: rotate(180deg);
    color: #1193B8;
}

.active .expand__more-container {
    background: #fff;
}

.active .plus {
    display: none;
}

.active .minus {
    display: block !important;
}

.plus,
.minus {
    min-width: 28px;
    min-height: 28px;
}

@media screen and (max-width: 767px) {
    .expand__more-container {
        display: none;
    }
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_question-answer/style.css?16950382582160 */
