

/* Start:/local/templates/gourmeria/css/faq.css?17828159711994*/

.zcontainer__body  .faq__block h3 {
    margin-bottom: 26px;
}

.faq__block {
    margin-bottom: 57px;
}

.faq__block .faq-item:last-child {
    margin-bottom: 0;
}

.faq-item {
    background: #F9F9F9;
    padding: 23px 25px 19px 31px;
    border-radius: 10px;
    margin-bottom: 24px;
}

.faq-item__head-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
        cursor: pointer;
}

.faq-item__head-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.faq-item__body {
    margin-top: 15px;
    margin-bottom: 3px;
    display: none;
    max-width: 1054px;
}

.zcontainer__body  .faq-item__body p {
    font-size: 16px;
    color: #414141;
    line-height: 26px;
    margin-bottom: 10px;
}

.zcontainer__body  .faq-item__body p:last-child {
    margin-bottom: 0;
}

.faq-item__head-title.is-active .faq-item__icon {
    transform: rotate(180deg);
}

.faq-item__icon {
    transition: transform .24s ease;
}



@media screen and (max-width: 767px) {
    .faq-item {
        padding: 23px 9px 23px 15px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .faq-item__head-text {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }

    .faq-item__body {
        margin-top: 15px;
        margin-bottom: 0;
        max-width: 95%;
    }

    .faq-item__body p {
        font-size: 14px;
        line-height: 1.3;
    }

    .faq__block {
        margin-bottom: 26px;
    }

    .zcontainer__body .faq__block h3 {
        margin-bottom: 16px;
        font-weight: 500;
    }

    .zcontainer__body .faq-item__body p {
        font-size: 14px;
    }

}
/* End */
/* /local/templates/gourmeria/css/faq.css?17828159711994 */
