.faqs__wrapper{display:grid;gap:18px}.faq__elemment{background:rgba(0,0,0,.08);border-radius:8px;padding:16px 19px;position:relative}.faq__elemment>input[type=checkbox]{left:0;opacity:0;position:absolute;top:0}.faq__elemment__title{position:relative}.faq__elemment__title>label{box-sizing:border-box;cursor:pointer;display:block;font-weight:600;height:100%;padding-right:60px;position:relative;text-align:left;width:100%;z-index:1}.faq__elemment__title>svg{cursor:pointer;position:absolute;right:0;top:50%;transform:translatey(-50%) rotate(-90deg)}.faq__elemment>.thin__texts,.faq__elemment>.thin__texts *,.faq__elemment__title>svg{transition:all .25s ease-in-out}.faq__elemment>.thin__texts{margin-top:0;max-height:0;opacity:0;overflow:hidden;text-align:left}.faq__elemment .thin__texts *{font-family:Gilroy-Light;font-size:20px;font-weight:400;line-height:150%;max-height:0;opacity:0}.faq__elemment .thin__texts strong{font-family:Gilroy-Bold}.faq__elemment>input[type=checkbox]:checked~.faq__elemment__title>svg{transform:translatey(-50%) rotate(0deg)}.faq__elemment>input[type=checkbox]:checked~.thin__texts{margin-top:25px;max-height:unset;opacity:1}.faq__elemment>input[type=checkbox]:checked~.thin__texts *{max-height:unset;opacity:1}@media (min-width:768px){.faq__elemment>input[type=checkbox]:checked~.thin__texts{margin-top:44px}}@media (min-width:1100px){.faq__elemment{margin:0 auto;max-width:960px}.faq__elemment .thin__texts *{font-size:23px}}