header .section__banner > * {
    background-image: url('/storage/assets/images/backgrounds/background_2.jpg');
}

main input[type='checkbox'] {
    display: none;
}

main input[type='checkbox'] + * {
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #5f5f63;
    margin-bottom: 40px;
}



main input[type='checkbox']:checked + * {
    max-height: max-content;
}


.class__7 label {
    padding: 20px 40px;
    background: #2D68C4;
    display: block;
    width: 100%;
}

.class__8::before {
    content: '+';
    font-size: 20px;
    margin-right: 10px;
}

.class__7 li {
    margin-bottom: 10px;
}

main .section__4 ul {
    padding-left: 20px;
}

main .section__4 li {
    margin-bottom: 10px;
}

main .section__4 li::marker {
    color: #5f5f63;
}
