.logo {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--tt-fade-0) !important;
    font-family: Comic Sans MS, Helvetica, Arial, sans-serif !important;
    text-transform: none !important;
}

.sect:not(:last-child) {
    margin-bottom: 40px !important;
}

.sect__header:has(.sect__tabs) {
    margin-bottom: 15px !important;
}

.message-info {
    margin-bottom: 40px !important;
}

.collections {
    cursor: pointer;
    float: left;
    height: 200px;
    position: relative;
    width: 360px;
    box-shadow: 0px 0px 1px 1px rgb(121 193 66);
    border-radius: 5px;
}

.coll-box #dle-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.coll-box #dle-content .pagination {
    width: 100%;
}

.coll-vo {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 3px;
    font-weight: 500;
    background-color: var(--accent);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
}

.coll-title-box {
    background-color: var(--accent);

    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    text-align: center;
}

.coll-title {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
}

.collections-full {
    cursor: pointer;
    float: left;
    position: relative;
    width: 208px;
}

.collections img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.page__subtitle {
    color: var(--grey);
}

.img-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.active::before {
    bottom: 10% !important;
}

.header__menu {
    margin: 0 10px !important;
}

.c-gap-20 {
    column-gap: 15px !important;
}

@media screen and (max-width: 950px) {
    .collections {
        width: 380px;
    }

    .collections-full {
        width: 180px;
    }

}