.FooterActive_ative_wrap__1k0hk {
    background: #f7f7f7;
}

.skeleton-block,
.skeleton-text {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite linear;
    border-radius: 4px;
}

.skeleton-text {
    color: transparent !important;
    user-select: none;
    cursor: default;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}

img.skeleton-block {
    visibility: hidden;
}

.special-item img.skeleton-block {
    width: 60px;
    height: 60px;
    visibility: visible;
}

.feature-item img.skeleton-block {
    width: 50px;
    height: 50px;
    visibility: visible;
}

.skeleton-text-multiline div {
    height: 1em;
    margin-bottom: 0.5em;
    width: 100%;
}

.skeleton-text-multiline div:last-child {
    width: 75%;
}

.news_item img.skeleton-block {
    width: 210px;
    height: 140px;
    visibility: visible;
    flex-shrink: 0;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-size: 16px;
    color: #333;
}