p.title-rules-text {
    color: #B3B8CC;

    font-size: 16px;
    
    font-weight: 500;
    line-height: 19px; /* 118.75% */
}

p.rules-object-text {
    color: #B3B8CC;

    font-size: 12px;
    
    font-weight: 500;
    line-height: 19px;
}

cb {
    color: #7B8592;
}

.group-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

ul.ul-rules-object.rules-a {
    margin-top: 10px;
}

.groups-rules {
    border-radius: 8px;
    background: #141414bd;
    padding: 30px 50px;
    margin-top: 27px;
}

ul.ul-rules-object {
    margin-left: 18px;
    display: grid;
    gap: 2px;
}

.rules-object {
    display: grid;
    gap: 15px;
}

.group-rules-object-b {
    display: grid;
    gap: 5px;
}

p.rules-object-text.rules-a {
    color: #7B8592;
    
    font-size: 12px;
    
    font-weight: 500;
    line-height: 31px;
}

thead > tr > th {
    background: rgba(240, 38, 75, 0.15);
    color: #CDCDCD;
    text-align: center;
    font-size: 12px;
    
    font-weight: 500;
    height: 50px;
    padding: 6px;
}

thead > tr > th:first-child {
    border-radius: 10px 0px 0px 0px;
    color: white;
}

thead > tr > th:last-child {
    border-radius: 0px 10px 0px 0px;
}

thead > tr {
}

.left-block {
    border-radius: 12px;
    background: #1B1B1B;
}

.contnet-block-a {
    padding-bottom: 0px;
}

.left-block {
    gap: 0px;
}

.block-info-donate {
    background: #161616;
    margin: 0px 49px;
    padding: 36px;
    border-radius: 15px;
    margin-bottom: 49px;
}

table {
    border-collapse: separate;
    border-spacing: 6px;
    width: calc(100% + 12px);
    margin-left: -8px;
}

tr:last-child > td:first-child {
    border-radius: 0px 0px 0px 10px;
}

tr:last-child > td:last-child {
    border-radius: 0px 0px 10px 0px;
}

p.description-main-p {
    line-height: 25px;
    color: #979AA0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

tbody > tr > td {
    background: #1E1E1E;
    text-align: center;
    color: #979AA0;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    min-height: 50px;
}

tbody > tr > td:first-child {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    padding: 0px 20px;
    gap: 25px;
}

tbody > tr > td:first-child > code {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    white-space: pre;
}

.info-donate-list {display: grid;gap: 15px;margin-top: 15px;}

p.title-info-donate {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
     /* 477.778% */
}

p.title-object-donate-a {
    color: #979AA0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

p.description-object-donate-a {
    color: #979AA0;
    font-size: 12px;
    font-weight: 600;
}

code {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.top-info-object-donate-a {
    display: flex;
    gap: 14px;
    width: 100%;
    flex-direction: column;
}

.object-donate-a {
    display: grid;
    gap: 13px;
}

.list-donates-a {
    display: grid;
    gap: 25px;
}

.group-donate-list-a {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}

p.title-donate-name {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

p.table-name {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
}

a.red-button-a {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    transition: 0.3s;
    position: relative;
    font-weight: 500;
    line-height: 42px;
    text-decoration: none;
    height: 44px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    outline: 4px solid rgba(240, 38, 75, 0);
    background: #F0264B;
    color: white;
    text-transform: uppercase;
    margin-top: 9px;
    transition: 0.3s;
}

.buy-donate {
    margin-bottom: 20px;
}

a.red-button-a:hover {
    outline: 4px solid rgba(240, 38, 75, 0.26);
}

a.red-button-a:active {
    transform: scale(0.9);
}

.command-item {
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #979AA0;
    font-size: 12px;
    border-radius: 8px;
    font-weight: 500;
    opacity: 0;
    line-height: 19px;
    transition: all 0.2s ease;
}

.command-item.show {
  opacity: 1;
}

.mobile-privileges {
    display: none;
}

.commands-list {
    display: grid;
    gap: 9px;
    margin-top: 15px;
}

button.tab-btn {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    transition: 0.3s;
    position: relative;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(50, 53, 57, 0.54);
    height: 44px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #1b1b1b;
    cursor: pointer;
    transition: 0.3s;
}

.privileges-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

button.tab-btn.active {
    color: white;
    background: #f0264b!important;
}

button.tab-btn:hover {
    background: #212121;
}

.command-item > code {
    margin-left: 15px;
    white-space: pre;
}

.object-donates-b.active {
    display: block;
}

@media (max-width: 1175px) {
    .object-donates-b{
        display: none;
    }
    .contnet-block-a {
        padding: 20px;
        padding-bottom: 0px;
    }
    h1.main-h1 {
        font-size: 18px;
    }
    .group-buttons {
        gap: 15px;
    }
    .groups-rules {
        padding: 18px;
    }

    .table-wrapper {
        display: none;
    }
    .mobile-privileges {
        display: block;
    }
    .block-info-donate {
        margin: 0;
        border-radius: 0px;
        padding: 20px;
    }
}

@media (max-width: 800px) {

    .group-donate-list-a {
        grid-template-columns: repeat(1, 1fr);
    }

    .privileges-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
    .block-info-donate {
        padding: 0px;
        padding-top: 22px;
    }
}

@media (max-width: 600px) {
    .privileges-tabs {
        grid-template-columns: repeat(2, 1fr);
    }
}