.qa__toggle:checked~.qa__answer{
    max-height: 3500px;
}
@media (max-width:1280px){
    .header,.mainmain-page{
        overflow: hidden;
    }
    .contact-form{
        padding: 3px 0;
    }
    .contact-form__textarea{
        height: 100px;
    }
    .contact-form__input[type=text], .contact-form__input[type=tel], .contact-form__input[type=email]{
        min-height: 48px;
        font-size: 15px;
    }
    .contact-form__checkbox-label{
        font-size: 12px;
    }
    .contact-form__title{
        margin-bottom: 10px;
    }
    .contact-form__row .contact-form__field--half,
    .contact-form__consent{
        margin-top: 10px;
    }
    .equipment-section__title.fsz-30{
        font-size: 20px;
    }
    .post-project__content{
        order: 2;
    }
    .post-project__footer{
        margin-top: 19px;
    }
    .post-project__title{
        margin-bottom: 10px;
    }
    .qa__toggle:checked~.qa__answer{
        max-height: 1200px;   
    }
}