

/* Start:/local/templates/index/components/bitrix/news.list/faq/style.css?17576171152293*/


.faqList > ul {
    list-style: none;
    padding: 0;
}

.faqList > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    position: relative;
    width: 100%;
}

.faqList > ul > li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    margin: 0;
}

.faqName {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    display: block;
    margin: 0;
    cursor: pointer;
    padding-right: 10%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.faqAnswer {
    font-weight: normal;
    font-size: 16px;
    line-height: 156.61%;
    color: #333333;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-left: 20px;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0,50%);
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqAnswer {
    max-height: 800px;
    opacity: 1;
    transform: translate(0,0);
    margin-top: 14px;
}

.faqList .faqName:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: .5s ease;
    transform: translateY(-50%);

}

.faqList .faqName:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transform: translateY(-50%) rotate(90deg);
    transition: .5s ease;
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqName:before {
    background: #25C7BD;
    transition: .5s ease;
    transform: translateY(-50%) rotate(-45deg);
}

.faqList > ul > li input[type=checkbox]:checked ~ .faqName:after {
    background: #25C7BD;
    transition: .5s ease;
    transform: translateY(-50%) rotate(45deg);
}


.faqList input[type=checkbox]:checked ~ .faqName {
    color: #25C7BD;
}

.faqList input[type=checkbox]:checked ~ .faqAnswer:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #25C7BD;
    left: 0;
    top: -45px;
}

.faqList input[type=checkbox]:checked ~ .faqAnswer {
    overflow: visible;
}
/* End */
/* /local/templates/index/components/bitrix/news.list/faq/style.css?17576171152293 */
