.cSettingTable .cButton{
    margin: 3px 0;
}

.inp {
    opacity:0;
    filter:alpha(opacity:0);
    cursor:pointer;
    margin:-90px;
    border:none;
}	

.cTabBlock {
    padding-top: 25px;
    padding-left: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cTabBlock a {
    text-decoration: none;
}

.cTabBlock a > span {
    background: linear-gradient(135deg, #ff9f1c, #ff4e00);
    color: white;
    display: inline-block;
    height: auto;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    text-shadow: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 78, 0, 0.2);
}

.cTabBlock a > span > span {
    display: inline-block;
    vertical-align: middle;
}

/* Полный сброс старых CSS-нарезок */
.cTabBlock a > span::before,
.cTabBlock a > span::after,
.buyBt > span::before,
.buyBt > span::after,
.cSettingTitle > span > span::before,
.cSettingTitle > span > span::after {
    display: none !important;
}

#nextpay_buy_link_6563 span {
    background: linear-gradient(135deg, #a2cf00, #6ca600) !important;
    box-shadow: 0 4px 10px rgba(108, 166, 0, 0.2) !important;
}

#supportLinck {
    float: right;
    padding: 0 0 5px 25px;
    background: url("/images/supportIco.png") no-repeat;
    color: #ff9f1c;
}

.cSettingTable {
    width: 100%;   
}

.cSettingTitle {
    text-align: center;
    margin-bottom: 20px;
}

.cSettingTitle > span {
    background: rgba(30, 18, 12, 0.9);
    border: 1px solid rgba(255, 159, 28, 0.3);
    border-radius: 4px;
    color: white;
    height: auto;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}

.cSettingTitle2 > span {
    margin-right: 0;
    padding: 10px;
}

.cSettingTable tr:nth-child(2) > td {
    vertical-align: top;
}

.cSettingTable tr:nth-child(2) > td > div {
    text-align: center;
}

.cSettingTable tr:nth-child(2) > td > div:nth-child(1) {
    border: 4px solid rgba(255, 159, 28, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 10px auto;
    padding: 10px;
    width: 150px;
    height: auto;
}

.buyBt {
    background: linear-gradient(135deg, #a2cf00, #6ca600);
    color: white;
    height: auto;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(108, 166, 0, 0.2);
}

.buyBt:hover {
    background: linear-gradient(135deg, #b5e600, #7cb200);
    box-shadow: 0 6px 15px rgba(108, 166, 0, 0.4);
    color: white;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.bl_sale {
    display: inline-block;
}

.svbtn a > span {
    background: linear-gradient(135deg, #ff9f1c, #ff4e00);
    color: white;
    display: inline-block;
    height: auto;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.svbtn a > span:hover {
    background: linear-gradient(135deg, #ffb03a, #ff621e);
}