.rules_card {
	display: flex;
}

.rules_pravo {
    display: block;
    color: #d7d9dc;
    padding: 10px 11px;
    border-radius: 7px;
    margin-bottom: 8px;
    font-weight: bold;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
}

.rules_pravo:hover {
	color:#6080ff;
	background: #d3dcff08;
}

.rules_card_left {
	margin-right: 0px;
	padding-right: 10px;
}

.rules_gl {
	display: none;
	width: 100%;
}

.rules_gl>p {
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 10px 20px 25px;
	margin: 10px 0;
}

.rules_gl>a {
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    justify-content: center;
}

.rules_text_pravilo {
	color:#888b8f;
	font-weight: bold;
	font-size: 13px;
}

.rules_text_nakaz {
	color:#ff6044;
	font-weight: bold;
	font-size: 13px;
}

.rules_warning {
	color:#6080ff;
	font-weight: bold;
	font-size: 13px;
}

.aktiv_pravo {
		background: #d3dcff08;
		color: #6080ff;
}

.rules_card_header {
	float: left;
	margin: 5px 0px 0px 10px;
}

.rules_card_right {
	width: 100%;
}

.rules_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(https://www.xsclan.cn/files/imgs/support.png);
    padding: 76px 0 76px;
}

.rules_header h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #6080ff;
}

.rules_header h2 {
    font-weight: 900;
    font-size: 39px;
    line-height: 46px;
    margin: -5px 0 27px;
    text-transform: uppercase;
}

.card_rules {
    background: #11171f;
    border-radius: 10px;
    padding: 25px 0px 0px 12px;
    width: 100%;
}

.razdel {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 11px;
    margin-top: -20px;
}

.numer_rules {
	background: #19212c;
	border-radius: 4px;
	padding: 3px 7px;
	margin-right: 10px;
}

.rules_title {
    font-weight: 800;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    padding: 12px 25px;
    letter-spacing: 1.2px;
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.7),
                 0 0 24px rgba(255, 255, 255, 0.4),
                 0 0 36px rgba(255, 255, 255, 0.2),
                 0 2px 4px rgba(0, 0, 0, 0.3);
    filter: brightness(1.15);
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.08) 0%, 
        rgba(139, 92, 246, 0.06) 50%,
        rgba(236, 72, 153, 0.08) 100%);
    border-radius: 10px;
    margin: 0 auto 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    text-align: center;
    width: fit-content;
    max-width: 100%;
}

.rules_title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(99, 102, 241, 0.8) 0%, 
        rgba(139, 92, 246, 0.8) 50%,
        rgba(236, 72, 153, 0.8) 100%);
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.rules_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(99, 102, 241, 0.8) 0%, 
        rgba(139, 92, 246, 0.8) 100%);
    transition: width 0.4s ease;
    box-shadow: 0 0 8px rgba(99, 102, 241, 0.6);
}

.rules_title:hover {
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.9),
                 0 0 36px rgba(255, 255, 255, 0.6),
                 0 0 54px rgba(255, 255, 255, 0.4),
                 0 2px 4px rgba(0, 0, 0, 0.3);
    filter: brightness(1.3);
    transform: translateX(4px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rules_title:hover::after {
    width: 100%;
}

.time_change {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

.time_change_obuu {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

.time_change_zapret {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

@media (max-width: 575.98px) {
	.time_change_obuu {
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		right: 95px;
		top: 54px;
		color: #888b8f;
	}

	.time_change_zapret {
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		right: 95px;
		top: 90px;
		color: #888b8f;
	}	
}

@media (max-width: 768px) {
	.rules_card {
		display: block
	}
	.choose {
		display: none;
	}
	.rules_card_left {
		padding: 0;
		border: none;
		min-width: auto;
	}

	.rules_header h5 {
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		color: #6080ff;
	}
	
	.rules_header h2 {
		font-weight: 900;
		font-size: 26px;
		line-height: 46px;
		margin: -5px 0 27px;
		text-transform: uppercase;
	}
}

.outer-support {
    display: flex;
}

.outer-support-left {
    user-select: none;
    position: -webkit-sticky;
    position: sticky;
    width: 25%;
    top: 30px;
    height: min-content;
    padding: 20px;
}
.outer-support-right {
    margin-left: 30px;
    padding: 20px;
    width: 75%;
}
    .outer-support-left-cat-item-title {
        cursor: pointer;
        padding: 15px 15px;
        border-radius: 10px;
        transition: color .3s;
    }
    .outer-support-left-cat-item-title.active {
        color: #fff;
        background-color: #171d27;
        transition: color .3s;
    }
    .outer-support-left-cat-item-title:hover {
        color: #fff;
        transition: color .3s;
    }
    .outer-support-left-cat-item-title > i {
        margin-right: 10px;
    }
        .outer-support-left-cat-item-outher {
            border-left: 1px solid rgb(75, 75, 85);
            cursor: pointer;
            padding: 15px 10px 10px 20px;
            margin: 0 0 10px 20px;
            display: block;
        } 
        .outer-support-left-cat-item-outher.disable {
            display: none;
        } 
    .outer-support-left-cat-item-outher-text {
        font-weight: 350;
        letter-spacing: 0.5px;
        transition: color 0.3s;
        color: var(--custom-text-color);
        padding: 5px 0 5px 0;
    }
        .outer-support-left-cat-item-outher-text:hover {
            color: var(--span-color);
            transition: color 0.3s;
        }
        .outer-support-left-cat-item-outher-text.active {
            color: var(--span-color);
            transition: color 0.3s;
        }
        .outer-support-left-cat-item-outher-text.active:hover {
            color: var(--span-color);
            transition: color 0.3s;
        }


.support-right-content {
    padding: 10px 20px 20px 20px;
    display: block;
}
    .support-right-content h3 {
        opacity: 0.5;
        margin-bottom: 30px;
    }
    .support-right-content.disable {
        display: none;
    }
    .support-right-main-title {
        display: block;
        padding: 20px 0px 0 20px;
    }
    .support-right-main-title.disable {
        display: none;
    }
        .support-right-content-spisor-outer-item {
            display: flex;
            margin: 20px 0 5px 0;

        }
            .support-right-content-spisor-number {
                border-radius: 5px;
                padding: 5px 10px 5px 10px;
                margin-right: 15px;
                background: #141517;
                display: inline-block;
                text-align: center;
                color: rgb(255, 255, 255);
                font-weight: 900;
                display: block;
                height: max-content;
            }
            .support-right-content-spisor-text {
                color: rgb(141 140 149)
            }
    .support-right-content-termins-outer-item {
        margin: 8px 0 5px 0;
    }
    .support-right-content-temins-span {
        display: inline-block;
        border-radius: 5px;
        padding: 10px;
        margin-right: 5px;
        background: #121216;
        color: #00dcd1;
    }


.support-flexotext {
    
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
    background: #121216;
    color: #00dcd1;
}

.support-right-button-content {
    display: block;
    padding: 10px 20px 10px 20px;
    background: #6262ff;
    width: max-content;
    border-radius: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #fff;
}














@media (max-width: 1025px) {

    .outer-support-left {
        width: 33%;
    }
    .outer-support-right {
        width: 67%;
    }
}
@media (max-width: 737px) {
	.outer-support {
        width: 100%;
        display: block;
    }
        .outer-support-left {
            top: 0;
            position: relative;
            width: 100%;
        }
        .outer-support-right {
            margin: 20px 0 0 0;
            width: 100%;
        }

}
@media (max-width: 667px) {

	.outer-support-right {
        padding: 10px 0 10px 10px;
    }
        .support-right-main-title  {
            padding: 10px 20px 0 20px;
        }
        .support-right-content {
            padding: 20px;
        }
}




.oferta_all_info {
	display: flex;
	flex-direction: column;
	padding-right: 45px;
}

.danger_info {
	text-align: center;padding: 14px;
	margin: 0 0 20px 0;
	border-radius: 8px;
	background: var(--bottom-line-table);
	font-size: 12px;
	color: var(--custom-text-color);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	letter-spacing: 0.5px;
}

.oferta_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.oferta_number {
    display: flex;
    position: absolute;font-size: 11px;
    padding: 9px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--bottom-line-table);
    color: #6080ff;
    font-weight: 700;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.oferta_content {
    background: #171d27;
    margin: 0 0 15px 53px;
    padding: 12px;
    border-radius: 8px;
    color: var(--custom-text-color);
    font-size: 12px;
	transition: .5s;
	letter-spacing: .5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
width: 100%;}

.oferta_content:hover {
    background: #222c3c;
    color: var(--default-text-color);
    box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 14%);
    transform: translateY(-2px);
    transition: .5s;
}

.oferta_razdel {
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--span-color);
}

.oferta_redaction {
    display: flex;
    position: absolute;
    right: 22px;
    bottom: 18px;
    font-weight: 700;text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--custom-text-color);
}

.oferta_views {
    display: flex;
    position: absolute;
    left: 22px;
    bottom: 18px;
    font-weight: 700;text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--custom-text-color);
}

.footer_oferta {
    margin: 19px;
}