

/* Start:/local/templates/completo/components/bitrix/news.list/faq/style.css?16887401891356*/
.faq-list {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fecc2f;
    width: 100%;
}
.faq-list__element {
    display: block;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #fecc2f;
    padding: 10px calc(10px + 10px + 13px) 10px 10px;
}
.faq-list__element:first-of-type {
    border-top: none;
}
.faq-list__element-title {
    position: relative;
    font-size: 18px;
}
.faq-list__element-answer {
    transition: all .4s;
    display: none;
}
.faq-list__element-answer a {
    color: #0082f9;
}
.faq-list__element-answer a:hover {
    opacity: .8;
    text-decoration: none;
}
/*.faq-list__element_open .faq-list__element-answer {*/
/*    height: auto;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.faq-list__element .faq-list__element-title:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    right: calc(-13px - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('/local/templates/completo/html/build/picture/upload/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .4s ease-out all;
}
.faq-list__element_open .faq-list__element-title:before {
    rotate: 180deg;
}
.timing__text {}
.timing__img {
    max-width: 100%;
}
/* End */
/* /local/templates/completo/components/bitrix/news.list/faq/style.css?16887401891356 */
