@media (max-width: 399px) {
    .accordion-button__top {
        padding: 12px 10px 5px 15px;
    }
}

@media (min-width: 499px) {
    .header__subtitle__btn {
        width: 300px;
    }
    .header__subtitle__button__btn {
        width: 250px;
        padding-top: 60px;
    }
    .header__question {
        padding-top: 50px;
    }
    .header__question br {
        display: none;
    }
}

@media (min-width: 699px) {
    .header__title__subtitle {
        font-size: 22px;
    }
    .header__title__subtitle br {
    display: none;
    }
    .header__subtitle__button__btn {
        padding-top: 35px;
    }
    .header__question {
        padding-top: 80px;
    }
    .header__subtitle__button__descr {
        font-size: 18px;
    }
    .header__subtitle__button__btn__text {
        font-size: 14px;
    }
}

@media (min-width: 799px) {
   
}

@media (min-width: 999px) {
  
}
