@media (min-width: 375px) {
    .c-statistics__item {
        width: calc(50% - 48px);
        margin: 0 24px;
    }
    .c-statistics__number-desc {
        padding-right: 15px;
    }
    .c-statistics__item:nth-child(3) {
        width: calc(50% - 48px);
        margin-left: 24px;
    }
}

@media screen and (max-width: 340px) {
    .footer__menu {
        max-height: 283px;
    }
    .c-container {
        overflow-x: hidden;
    }
}