.accordeon-rules ul li input[type=checkbox]:checked~p {
margin-top: 0;
max-height: 0;
opacity: 0;
transform: translate(0,50%);
display: block;
}
.accordeon-rules ul li input[type=checkbox]:checked~p {
margin-top: 0;
max-height: 0;
transform: translate(0,50%);
display: none;
}
footer {
padding: 80px 0;
}