.section-faq-list{position:relative}.section-faq-list .wrap{display:flex;gap:2em;align-items:center}.section-faq-list .wrap>*{flex:1 1 100%}.section-faq-list___content{display:flex;flex-direction:column;gap:2em}.section-faq-list__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0 auto}.section-faq-list__title h3{font-weight:300;display:flex;flex-direction:column;gap:10px;position:relative}.section-faq-list__title h3 span{display:block}.section-faq-list__title h3 strong{font-weight:500}.section-faq-list__entry--question{font-size:1.25em;font-weight:500;padding:1em 0;border-top:2px solid #1a1818;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.section-faq-list__entry--question .icon{display:flex;width:1.5em;height:1.5em;background:url(icon-close.svg) no-repeat 50% 50%;background-size:1.25em;transform:rotate(45deg);transition:transform linear .1s}.section-faq-list__entry--question.open .icon{transform:rotate(0)}.section-faq-list__entry--answer{display:none;padding-bottom:1.5em}.section-faq-list__entry--answer p{margin-bottom:10px}.section-faq-list__entry--answer p:last-of-type{margin-bottom:0}.section-faq-list__entry--answer ul{display:flex;flex-direction:column;gap:5px;padding-left:2em;margin-bottom:10px}.section-faq-list__entry--answer ul li{list-style:disc}.section-faq-list__entry--answer a{text-decoration:underline;font-weight:500}