.num > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    letter-spacing: -0.1px;
    cursor: pointer;
    transition: 0.15s;
    text-decoration: none;
    padding: 10px;
    outline: 5px solid hsla(0, 0%, 0%, 0);
    border-radius: 6px;
    border: 1px solid #272727;
    background: #1C1C1C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    color: #9d9e9f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    &:hover {
        color: white;
        border: 1px solid #BF0AFF;
        background: rgba(191, 10, 255, 0.19);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    }
}

a {
    color: #BF0AFF;
    text-decoration: none;
}

.header.container {
    min-height: unset;
    height: 124px;
    display: flex;
    overflow: unset;
}

.content {
    background-image: none;
    min-height: 87vh;
    display: flex;
    justify-content: flex-start;
}

.content {
    margin-top: 0px;
}

.num.active > a {
    color: white;
    border: 1px solid #BF0AFF;
    background: rgba(191, 10, 255, 0.19);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    pointer-events: none;
}

.block-info_a {
    display: none;
}

tr {
    position: relative;
}

tr.inactive > td {
    opacity: 50%;
    transition-duration: 0.2s;
}

tr.inactive:hover > td {
    opacity: 100%;
}

td.slice {
    max-width: 250px;
}

tr:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #c3c3c329;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0.5;
    bottom: -20px;
}

svg.search-ico {
    position: absolute;
    top: 16px;
    left: 19px;
}

svg.ico-search-ico {
    position: absolute;
    top: 17px;
    left: 16px;
    z-index: 1;
}

input#banlist {
    height: 60px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    width: auto;
    padding-left: 63px;
    border-radius: 16px;
    background: #1C1C1C;
    border: none;
}

.object-search {
    position: relative;
    color: #858C95;
}

td.right-time {
    text-align: right;
}

.top-banlist {
    margin-bottom: 35px;
    margin-top: 35px;
}

h1.h1-text {
    color: #FFF;
    
    font-size: 22px;
    
    font-weight: 500;
}

p.p-text {
    color: #858C95;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    max-width: 1044.879px;
}

.nums {
    display: flex;
    align-items: center;
    gap: 14px;
    color: white;
}

th {
    color: #BBB;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

th.right-time {
    text-align: right;
}

.image-link {
    position: relative;
    color: #54bb31;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
    max-width: 90%; /* Ограничиваем ширину всплывающего изображения */
    max-height: 90%; /* Ограничиваем высоту всплывающего изображения */
    overflow: auto; /* Добавляем прокрутку, если изображение слишком большое */
}
.tooltip img {
    max-width: 100%; /* Изображение не будет выходить за пределы всплывающего окна */
    max-height: 100%;
}
.image-link {
    position: relative;
}

td.number_id {
    color: #858C95;
}

td {
    line-height: 18px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

img.avatar-user-banlist {
    width: 30px;
    height: 30px;
}

table.table-banlist {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 20px 40px;
    margin-left: -20px;
}

.list-pages {
    margin-top: 33px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mobi {
    display: none;
}

.user-info {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
}

.mobi {
    color: #858C95;
    font-size: 12px;
    font-weight: 400;
}

img.img_absolute {
    position: absolute;
    /* display: none; */
    left: 50%;
    opacity: 0;
    top: 25px;
    pointer-events: none;
    transform: translate(-50%, 0);
    max-width: 500px;
    border-radius: 5px;
    transition-duration: 0.3s;
    overflow: auto;
    z-index: 1000;
}

a.image-link:hover > img {
    opacity: 1;
}

.reason {
    font-size: 12px !important;
    color: #FFF;
    font-weight: 600;
    line-height: 18px;
}

.group-objects.banlist-input:after {
    width: 1px;
    background: #3B2E52;
    content: "";
    height: 30px;
    position: absolute;
    left: 52px;
    top: 15px;
}

.group-objects {
    display: flex;
    gap: 12px;
    position: relative;
    justify-content: flex-end;
}

.group-info-banlist-top {
    display: flex;
    align-items: flex-end;
}

.right-content-banlist-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

p.text-info-group-count {
    white-space: pre;
    color: #858C95;
    font-size: 16px;
    font-weight: 600;
}

.group-buttons-banlist {
    display: flex;
    gap: 15px;
    width: 100%;
}

.banlist-main {
    margin-bottom: 24px;
}
.header-content {
    display: none;
}

.header {
    min-height: 116px;
}

.left-absolute-pane {
    display: none;
}

img.background-header-a {
    display: none;
}

.header-image-terms {
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border-radius: 16px;
}

h1.terms-h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
}

p.text-terms-1 {
    max-width: 583px;
    opacity: 0.84;
    color: #FBFBFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

p.text-info-p {
    color: #B7BBCC;
    font-family: "Inter";
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
    margin-top: 19px;
}

p.date-terms-1 {
    font-size: 14px;
    
    font-weight: 500;
    color: #41A51E;
    
}

.text-info-a-terms {
    color: #B7BBCC;
    font-family: "Inter";
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
}

.content-text-a {
    display: grid;
    gap: 25px;
    margin-top: 25px;
}

.content.main-a {
    margin-top: 0px;
}

.left-object-terms-a-top {
    color: #FFF;
    
    font-size: 16px;
    
    font-weight: 500;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 22px;
}

num {
    color: #B7BBCC;

    font-size: 16px;
    
    font-weight: 700;
    line-height: 132.5%;
}

.object-info-open {
    margin-top: 30px;
}

.object-terms-a-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

svg.arrow-terms {
    color: #858C95;
    transform: rotate(180deg);
    transition: 0.3s;
}

.list-info-terms {
    margin-top: 25px;
    display: grid;
    gap: 25px;
}

svg.arrow-terms.active {
    transform: rotate(0deg);
    color: white;
}

.object-terms-a {
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 9px;
    border: 1px solid #323539;
    background: #212223;
    box-shadow: 0px 4px 39.7px -14px rgba(0, 0, 0, 0.25);
    padding: 25px;
    flex-direction: column;
}

li.info-object-li {
    font-size: 14px;
    color: #FFF;
    
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

em {
    color: #686868;
    font-family: "Inter";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 161%;
}

li.info-obj-li {
    display: flex;
}

ul.info-list-ul {
    display: grid;
    gap: 15px;
}

@media (max-width: 1180px) {
    .group-info-banlist-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 21px;
    }
    .right-content-banlist-info {
        display: flex;
        align-items: flex-start;
        gap: 30px;
        flex-direction: column;
    }
    .header.container {
        min-height: unset;
        height: 124px;
        display: flex;
        overflow: unset;
        overflow: hidden;
    }
    .object-search {
        width: 100%;
    }
    
    .right-content-banlist-info {
        width: 100%;
    }
    
    input#banlist {
        width: 100%;
    }
    .group-objects {
        display: flex;
        gap: 12px;
        position: relative;
        justify-content: flex-end;
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    p.text-terms-1 {
        font-size: 14px;
        line-height: 20px;
    }

    h1.terms-h1 {
        font-size: 16px;
    }

    p.date-terms-1 {
        font-size: 12px;
    }
    .text-info-a-terms {
        font-size: 13px;
    }
    li.info-object-li {
        font-size: 12px;
    }
    ul.info-list-ul {
        gap: 10px;
    }
    .object-info-open {
        margin-top: 20px;
    }
    .left-object-terms-a-top {
        font-size: 13px;
    }
    em {
        color: #858585;
        font-family: "Inter";
        font-size: 12px;
        font-style: italic;
        font-weight: 500;
        line-height: 161%;
    }
}

@media (max-width: 1150px) {
    button.custom-button-1.search {
        display: flex !important;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    thead {
        display: none;
    }
    .mobi {
        display: flex;
    }
    img.img_absolute {
        transform: unset;
        right: 0;
        left: unset;
    }
    table.table-banlist {
        display: grid;
    }
    table.table-banlist {
        margin-left: 0px;
    }
    .nums {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
    }

    p.p-text {
        font-size: 12px;
    }
    
    h1.h1-text {
        font-size: 17px;
    }
    
    tbody {
        display: grid;
        gap: 37px;
    }
    
    tr {
        display: grid;
        gap: 10px;
    }

    .banlist-main {
        margin-top: 40px;
    }

    td {
        display: flex;
        justify-content: space-between;
        text-align: right;
        gap: 25px;
        align-items: center;
    }
    td.slice {
        max-width: 100%;
    }
    .reason {
        max-width: 360px;
    }
    .block-info_a {
        display: flex;
        color: #a3a3a3;
    }
}