.statistic {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 10px;
}


.statistic__block {
    justify-content: flex-start;
}

.statistic__icon {
    background-image: url(../image/statistic_icon_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 54px;
    height: 54px;
    box-shadow: 6px 1px 7px 1px black;
    border-radius: 50%;
    z-index: 2;
}

.statistic__image {
    margin: auto;
}

.statistic__content {
    background-image: url(../image/statisric_desc_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    padding: 10px 0;
    margin-left: -10px;
}

.statistic__quantity {
    font-size: 18px;
    margin-bottom: 0;
    margin: 0 9px 0 20px;
}

.statistic__quantity-online {
    color: #8aff44;
}

.statistic__quantity-kill-today {
    color: #e2002b;
}

.statistic__quantity-kill-npc {
    color: #1bd7ff;
}

.statistic__desc {
    font-size: 12px;
    color: #a35f32;
    margin-bottom: 0;
    margin-right: 19px;
    line-height: 12px;
}

@media (max-width: 1023px) {
    .statistic {
        width: 100%;
    }
    .statistic__icon {
        display: none;   
    }
    .statistic__content {
        background-image: none;
    }

}
