.index-statistics__item-wrapper_popular{
    max-width: 20% !important;
    flex: 0 0 20% !important;
    height: 100px !important;
}

@media (max-width: 992px) {
    .index-statistics__item-wrapper_popular{
        height: 300px !important;
    }
}