.is-hide .numbers {
    box-sizing: content-box;
}

@media (min-width: 960px) {
    .is-hide .timer--fixed ~ .numbers {
        --padding-top: 22rem;
    }

    .is-hide .timer--fixed ~ .numbers .numbers__coins {
        margin-top: 6rem;
    }
}

@media (min-width: 1200px) {
    .is-hide .timer--fixed ~ .numbers {
        --padding-top: 25rem;
    }
}