.list-honeycomb {
    padding: 0rem;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(11, 1fr 2fr) 1fr;
    grid-auto-rows: 1fr 1fr;
    grid-gap: 7px 14px;
    --counter: 1;
}

.list-honeycomb-item {
    position: relative;
    grid-column: 1 / span 3;
    grid-row: calc(var(--counter) + var(--counter))/span 2;
    /*-webkit-filter: drop-shadow(0 0 10px rgba(68, 68, 68, 0.04));
    filter: drop-shadow(0 0 10px rgba(68, 68, 68, 0.04));*/
    height: 0;
    padding-bottom: 90%;
}

.honeycomb-item-inside {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7D352B;
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    text-align: center;
    padding: 10% 15%;
    letter-spacing: 1px;
}

.honeycomb-item-inside,
.honeycomb-item-inside a {
    font-family: sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.honeycomb-item-inside a,
.honeycomb-item-inside div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honeycomb-item-inside img {
    max-width: 85%;
    max-height: 70%;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
    -o-object-position: center;
    object-fit: contain;
    object-position: center;
    user-select: none;
}

.list-honeycomb {
    /*-webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;*/
	will-change: contents;
}

.list-honeycomb .honeycomb-item-inside {
    -webkit-transform: rotateY(0);
        transform: rotateY(0);
}

.list-honeycomb-item.hover .honeycomb-item-inside {
	-webkit-transition: transform 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    	transition: transform 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
}

.list-honeycomb-item:nth-of-type(1) {
    opacity: 1;
    grid-column: 11 / span 3;
    grid-row: 1  / span 2;
}

.list-honeycomb-item:nth-of-type(2) {
    opacity: 1;
    grid-column: 9 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(3) {
    opacity: 1;
    grid-column: 13 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(4) {
    opacity: 1;
    grid-column: 11 / span 3;
    grid-row: 3 / span 2;
}

.list-honeycomb-item:nth-of-type(5) {
    opacity: 1;
    grid-column: 7 / span 3;
    grid-row: 1  / span 2;
}

.list-honeycomb-item:nth-of-type(6) {
    opacity: 1;
    grid-column: 15 / span 3;
    grid-row: 1  / span 2;
}

.list-honeycomb-item:nth-of-type(7) {
    opacity: 1;
    grid-column: 5 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(8) {
    opacity: 1;
    grid-column: 17 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(9) {
    opacity: 1;
    grid-column: 3 / span 3;
    grid-row: 1  / span 2;
}

.list-honeycomb-item:nth-of-type(10) {
    opacity: 1;
    grid-column: 19 / span 3;
    grid-row: 1  / span 2;
}

.list-honeycomb-item:nth-of-type(11) {
    opacity: 1;
    grid-column: 1 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(12) {
    opacity: 1;
    grid-column: 21 / span 3;
    grid-row: 2  / span 2;
}

.list-honeycomb-item:nth-of-type(13) {
    opacity: 1;
    grid-column: 7 / span 3;
    grid-row: 3  / span 2;
}

.list-honeycomb-item:nth-of-type(14) {
    opacity: 1;
    grid-column: 15 / span 3;
    grid-row: 3  / span 2;
}

.list-honeycomb-item:nth-of-type(15) {
    opacity: 1;
    grid-column: 3 / span 3;
    grid-row: 3  / span 2;
}

.list-honeycomb-item:nth-of-type(16) {
    opacity: 1;
    grid-column: 19 / span 3;
    grid-row: 3  / span 2;
    color: green;
}

.list-honeycomb-item:nth-of-type(n+17) {
    grid-row: calc(var(--row) + var(--row))/span 2;
}

.list-honeycomb-item:nth-of-type(11n+22) {
    grid-column: 1 / span 3;
}

.list-honeycomb-item:nth-of-type(11n+26) {
    grid-column: 3 / span 3;
    grid-row: calc(var(--row) + var(--row) + 1)/span 2;
}

.list-honeycomb-item:nth-of-type(11n+20) {
    grid-column: 5 / span 3;
}

.list-honeycomb-item:nth-of-type(11n+24) {
    grid-column: 7 / span 3;
    grid-row: calc(var(--row) + var(--row) + 1)/span 2;
}

.list-honeycomb-item:nth-of-type(11n+17) {
    grid-column: 9 / span 3;
}

.list-honeycomb-item:nth-of-type(11n+19) {
    grid-column: 11 / span 3;
    grid-row: calc(var(--row) + var(--row) + 1)/span 2;
}

.list-honeycomb-item:nth-of-type(11n+18) {
    grid-column: 13 / span 3;
}

.list-honeycomb-item:nth-of-type(11n+25) {
    grid-column: 15 / span 3;
    grid-row: calc(var(--row) + var(--row) + 1)/span 2;
}

.list-honeycomb-item:nth-of-type(11n+21) {
    grid-column: 17 / span 3;
}

.list-honeycomb-item:nth-of-type(11n+27) {
    grid-column: 19 / span 3;
    grid-row: calc(var(--row) + var(--row) + 1)/span 2;
}

.list-honeycomb-item:nth-of-type(11n+23) {
    grid-column: 21 / span 3;
}

.list-honeycomb .list-honeycomb-item:nth-child(n+17):nth-child(-n+27) {
    /* 样式规则适用于位置在 17 到 27 之间的元素 */
    --row: 2;
}

.list-honeycomb .list-honeycomb-item:nth-child(n+28):nth-child(-n+38) {
    /* 样式规则适用于位置在 28 到 38 之间的元素 */
    --row: 3;
}

.list-honeycomb .list-honeycomb-item:nth-child(n+39):nth-child(-n+49) {
    /* 样式规则适用于位置在 39 到 49 之间的元素 */
    --row: 4;
}

.list-honeycomb .list-honeycomb-item:nth-child(n+50):nth-child(-n+60) {
    /* 样式规则适用于位置在 50 到 60 之间的元素 */
    --row: 5;
}


@media (min-width: 1600px) {
    .honeycomb-container {
        max-width: 1560px !important;
    }

    .honeycomb-item-inside,
    .honeycomb-item-inside a {
        font-size: 18px !important;
    }

    .list-honeycomb {
        grid-gap: 10px 20px;
    }
}

@media (min-width: 576px) {
    .honeycomb-container {
        /*padding-right: 0;*/
        /*padding-left: 0;*/
    }
}

@media (max-width: 1399px) {

    .honeycomb-item-inside,
    .honeycomb-item-inside a {
        font-size: 14px !important;
    }

    .honeycomb-item-inside {
        padding: 10% 10% !important;
    }

    .list-honeycomb {
        grid-gap: 5px 10px;
    }
}

@media (max-width: 1199px) {

    .honeycomb-item-inside,
    .honeycomb-item-inside a {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .list-honeycomb {
        grid-template-columns: repeat(7, 1fr 2fr) 1fr;
        grid-gap: 3px 6px;
    }

    .list-honeycomb-item:nth-of-type(1) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 1  / span 2;
    }

    .list-honeycomb-item:nth-of-type(2) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(3) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(4) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 3 / span 2;
    }

    .list-honeycomb-item:nth-of-type(5) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 1  / span 2;
    }

    .list-honeycomb-item:nth-of-type(6) {
        opacity: 1;
        grid-column: 11 / span 3;
        grid-row: 1  / span 2;
    }

    .list-honeycomb-item:nth-of-type(7) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(8) {
        opacity: 1;
        grid-column: 13 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(9) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 3  / span 2;
    }

    .list-honeycomb-item:nth-of-type(10) {
        opacity: 1;
        grid-column: 11 / span 3;
        grid-row: 3  / span 2;
    }

    .list-honeycomb-item:nth-of-type(11) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(12) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(13) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 5  / span 2;
    }

    .list-honeycomb-item:nth-of-type(14) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(15) {
        opacity: 1;
        grid-column: 13 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(16) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 5 / span 2;
    }

    .list-honeycomb-item:nth-of-type(17) {
        opacity: 1;
        grid-column: 11 / span 3;
        grid-row: 5 / span 2;
    }


    .list-honeycomb-item:nth-of-type(18) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(19) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(20) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 7  / span 2;
    }

    .list-honeycomb-item:nth-of-type(21) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(22) {
        opacity: 1;
        grid-column: 13 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(23) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 7 / span 2;
    }

    .list-honeycomb-item:nth-of-type(24) {
        opacity: 1;
        grid-column: 11 / span 3;
        grid-row: 7 / span 2;
    }

    .list-honeycomb-item:nth-of-type(n+11) {
        grid-row: calc(var(--row) + var(--row))/span 2;
    }

    .list-honeycomb-item:nth-of-type(7n+14) {
        grid-column: 1 / span 3;
    }

    .list-honeycomb-item:nth-of-type(7n+16) {
        grid-column: 3 / span 3;
        grid-row: calc(var(--row) + var(--row) + 1)/span 2;
    }

    .list-honeycomb-item:nth-of-type(7n+11) {
        grid-column: 5 / span 3;
    }

    .list-honeycomb-item:nth-of-type(7n+13) {
        grid-column: 7 / span 3;
        grid-row: calc(var(--row) + var(--row) + 1)/span 2;
    }

    .list-honeycomb-item:nth-of-type(7n+12) {
        grid-column: 9 / span 3;
    }

    .list-honeycomb-item:nth-of-type(7n+17) {
        grid-column: 11 / span 3;
        grid-row: calc(var(--row) + var(--row) + 1)/span 2;
    }

    .list-honeycomb-item:nth-of-type(7n+15) {
        grid-column: 13 / span 3;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+11):nth-child(-n+17) {
        /* 样式规则适用于位置在 11 到 17 之间的元素 */
        --row: 2;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+18):nth-child(-n+24) {
        /* 样式规则适用于位置在 18 到 24 之间的元素 */
        --row: 3;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+25):nth-child(-n+31) {
        /* 样式规则适用于位置在 25 到 31 之间的元素 */
        --row: 4;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+32):nth-child(-n+38) {
        /* 样式规则适用于位置在 32 到 38 之间的元素 */
        --row: 5;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+39):nth-child(-n+45) {
        /* 样式规则适用于位置在 39 到 45 之间的元素 */
        --row: 6;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+46):nth-child(-n+52) {
        /* 样式规则适用于位置在 46 到 52 之间的元素 */
        --row: 7;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+53):nth-child(-n+59) {
        /* 样式规则适用于位置在 53 到 59 之间的元素 */
        --row: 8;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+60):nth-child(-n+66) {
        /* 样式规则适用于位置在 53 到 59 之间的元素 */
        --row: 9;
    }
}

@media (max-width: 767px) {
    .list-honeycomb {
        grid-template-columns: repeat(5, 1fr 2fr) 1fr;
        grid-gap: 2px 4px;
    }

    .list-honeycomb-item:nth-of-type(1) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 1  / span 2;
    }

    .list-honeycomb-item:nth-of-type(2) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 1  / span 2;
    }

    .list-honeycomb-item:nth-of-type(3) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(4) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 2 / span 2;
    }

    .list-honeycomb-item:nth-of-type(5) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 2  / span 2;
    }

    .list-honeycomb-item:nth-of-type(6) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 3  / span 2;
    }

    .list-honeycomb-item:nth-of-type(7) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 3  / span 2;
    }

    .list-honeycomb-item:nth-of-type(8) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(9) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(10) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 4  / span 2;
    }

    .list-honeycomb-item:nth-of-type(11) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 5  / span 2;
    }

    .list-honeycomb-item:nth-of-type(12) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 5  / span 2;
    }

    .list-honeycomb-item:nth-of-type(13) {
        opacity: 1;
        grid-column: 5 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(14) {
        opacity: 1;
        grid-column: 1 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(15) {
        opacity: 1;
        grid-column: 9 / span 3;
        grid-row: 6  / span 2;
    }

    .list-honeycomb-item:nth-of-type(16) {
        opacity: 1;
        grid-column: 3 / span 3;
        grid-row: 7 / span 2;
    }

    .list-honeycomb-item:nth-of-type(17) {
        opacity: 1;
        grid-column: 7 / span 3;
        grid-row: 7 / span 2;
    }


    .list-honeycomb-item:nth-of-type(n+3) {
        grid-row: calc(var(--row) + var(--row))/span 2;
    }

    .list-honeycomb-item:nth-of-type(5n+4) {
        grid-column: 1 / span 3;
    }

    .list-honeycomb-item:nth-of-type(5n+1) {
        grid-column: 3 / span 3;
        grid-row: calc(var(--row) + var(--row) - 1)/span 2;
    }

    .list-honeycomb-item:nth-of-type(5n+3) {
        grid-column: 5 / span 3;
    }

    .list-honeycomb-item:nth-of-type(5n+2) {
        grid-column: 7 / span 3;
        grid-row: calc(var(--row) + var(--row) - 1)/span 2;
    }

    .list-honeycomb-item:nth-of-type(5n+5) {
        grid-column: 9 / span 3;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+1):nth-child(-n+5) {
        /* 样式规则适用于位置在 3 到 7 之间的元素 */
        --row: 1;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+1):nth-child(-n+5) .honeycomb-item-inside {
        /*background-color: #a9a9a9;*/
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+6):nth-child(-n+10) {
        /* 样式规则适用于位置在 6 到 10 之间的元素 */
        --row: 2;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+11):nth-child(-n+15) {
        /* 样式规则适用于位置在 11 到 15 之间的元素 */
        --row: 3;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+16):nth-child(-n+20) {
        /* 样式规则适用于位置在 16 到 20 之间的元素 */
        --row: 4;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+21):nth-child(-n+25) {
        /* 样式规则适用于位置在 21 到 25 之间的元素 */
        --row: 5;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+26):nth-child(-n+30) {
        /* 样式规则适用于位置在 26 到 30 之间的元素 */
        --row: 6;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+31):nth-child(-n+35) {
        /* 样式规则适用于位置在 31 到 35 之间的元素 */
        --row: 7;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+36):nth-child(-n+40) {
        /* 样式规则适用于位置在 36 到 40 之间的元素 */
        --row: 8;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+41):nth-child(-n+45) {
        /* 样式规则适用于位置在 41 到 45 之间的元素 */
        --row: 9;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+46):nth-child(-n+50) {
        /* 样式规则适用于位置在 46 到 50 之间的元素 */
        --row: 10;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+51):nth-child(-n+55) {
        /* 样式规则适用于位置在 51 到 55 之间的元素 */
        --row: 11;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+56):nth-child(-n+60) {
        /* 样式规则适用于位置在 56 到 60 之间的元素 */
        --row: 12;
    }
}

@media (max-width: 420px) {
    .honeycomb-item-inside {
        /*padding: 10% 7% !important;*/
    }
}

@media (max-width: 350px) {
    .honeycomb-item-inside {
        /*padding: 10% 10% !important;*/
    }
}

/*==========个数响应 优化  27 38 40 43 45 47  52 ============*/
@media (min-width: 992px) {
    .list-honeycomb-17 .list-honeycomb-item:nth-child(17) {
        display: none !important;
    }

    .list-honeycomb-20 .list-honeycomb-item:nth-child(20) {
        display: none !important;
    }

    .list-honeycomb-22 .list-honeycomb-item:nth-child(22) {
        display: none !important;
    }

    .list-honeycomb-24 .list-honeycomb-item:nth-child(24) {
        display: none !important;
    }

    .list-honeycomb-26 .list-honeycomb-item:nth-child(26) {
        display: none !important;
    }

    .list-honeycomb-28 .list-honeycomb-item:nth-child(28) {
        display: none !important;
    }

    .list-honeycomb-31 .list-honeycomb-item:nth-child(31) {
        display: none !important;
    }

    .list-honeycomb-33 .list-honeycomb-item:nth-child(33) {
        display: none !important;
    }

    .list-honeycomb-35 .list-honeycomb-item:nth-child(35) {
        display: none !important;
    }

    .list-honeycomb-37 .list-honeycomb-item:nth-child(37) {
        display: none !important;
    }

    .list-honeycomb-39 .list-honeycomb-item:nth-child(39) {
        display: none !important;
    }

    .list-honeycomb-42 .list-honeycomb-item:nth-child(42) {
        display: none !important;
    }

    .list-honeycomb-44 .list-honeycomb-item:nth-child(44) {
        display: none !important;
    }

    .list-honeycomb-46 .list-honeycomb-item:nth-child(46) {
        display: none !important;
    }

    .list-honeycomb-48 .list-honeycomb-item:nth-child(48) {
        display: none !important;
    }

    .list-honeycomb-50 .list-honeycomb-item:nth-child(50) {
        display: none !important;
    }

    .list-honeycomb-53 .list-honeycomb-item:nth-child(53) {
        display: none !important;
    }

    .list-honeycomb-55 .list-honeycomb-item:nth-child(55) {
        display: none !important;
    }

    .list-honeycomb-57 .list-honeycomb-item:nth-child(57) {
        display: none !important;
    }

    .list-honeycomb-59 .list-honeycomb-item:nth-child(59) {
        display: none !important;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+61) {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px ) {
    .list-honeycomb-18 .list-honeycomb-item:nth-child(18) {
        display: none !important;
    }

    .list-honeycomb-21 .list-honeycomb-item:nth-child(21) {
        display: none !important;
    }

    .list-honeycomb-23 .list-honeycomb-item:nth-child(23) {
        display: none !important;
    }

    .list-honeycomb-25 .list-honeycomb-item:nth-child(25) {
        display: none !important;
    }

    .list-honeycomb-28 .list-honeycomb-item:nth-child(28) {
        display: none !important;
    }

    .list-honeycomb-30 .list-honeycomb-item:nth-child(30) {
        display: none !important;
    }

    .list-honeycomb-32 .list-honeycomb-item:nth-child(32) {
        display: none !important;
    }

    .list-honeycomb-35 .list-honeycomb-item:nth-child(35) {
        display: none !important;
    }

    .list-honeycomb-37 .list-honeycomb-item:nth-child(37) {
        display: none !important;
    }

    .list-honeycomb-39 .list-honeycomb-item:nth-child(39) {
        display: none !important;
    }

    .list-honeycomb-42 .list-honeycomb-item:nth-child(42) {
        display: none !important;
    }

    .list-honeycomb-44 .list-honeycomb-item:nth-child(44) {
        display: none !important;
    }

    .list-honeycomb-46 .list-honeycomb-item:nth-child(46) {
        display: none !important;
    }

    .list-honeycomb-49 .list-honeycomb-item:nth-child(49) {
        display: none !important;
    }

    .list-honeycomb-51 .list-honeycomb-item:nth-child(51) {
        display: none !important;
    }

    .list-honeycomb-53 .list-honeycomb-item:nth-child(53) {
        display: none !important;
    }

    .list-honeycomb-56 .list-honeycomb-item:nth-child(56) {
        display: none !important;
    }

    .list-honeycomb-58 .list-honeycomb-item:nth-child(58) {
        display: none !important;
    }

    .list-honeycomb-60 .list-honeycomb-item:nth-child(60) {
        display: none !important;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+60) {
        display: none;
    }
}

@media (max-width: 767px) {
    .list-honeycomb-19 .list-honeycomb-item:nth-child(19) {
        display: none !important;
    }

    .list-honeycomb-21 .list-honeycomb-item:nth-child(21) {
        display: none !important;
    }

    .list-honeycomb-24 .list-honeycomb-item:nth-child(24) {
        display: none !important;
    }

    .list-honeycomb-26 .list-honeycomb-item:nth-child(26) {
        display: none !important;
    }

    .list-honeycomb-29 .list-honeycomb-item:nth-child(29) {
        display: none !important;
    }

    .list-honeycomb-31 .list-honeycomb-item:nth-child(31) {
        display: none !important;
    }

    .list-honeycomb-34 .list-honeycomb-item:nth-child(34) {
        display: none !important;
    }

    .list-honeycomb-36 .list-honeycomb-item:nth-child(36) {
        display: none !important;
    }

    .list-honeycomb-39 .list-honeycomb-item:nth-child(39) {
        display: none !important;
    }

    .list-honeycomb-41 .list-honeycomb-item:nth-child(41) {
        display: none !important;
    }

    .list-honeycomb-44 .list-honeycomb-item:nth-child(44) {
        display: none !important;
    }

    .list-honeycomb-46 .list-honeycomb-item:nth-child(46) {
        display: none !important;
    }

    .list-honeycomb-49 .list-honeycomb-item:nth-child(49) {
        display: none !important;
    }

    .list-honeycomb-51 .list-honeycomb-item:nth-child(51) {
        display: none !important;
    }

    .list-honeycomb-54 .list-honeycomb-item:nth-child(54) {
        display: none !important;
    }

    .list-honeycomb-56 .list-honeycomb-item:nth-child(56) {
        display: none !important;
    }

    .list-honeycomb-59 .list-honeycomb-item:nth-child(59) {
        display: none !important;
    }

    .list-honeycomb .list-honeycomb-item:nth-child(n+61) {
        display: none;
    }
}
