@font-face {
	src: url('../fonts/albertusbold_regular.otf');
	font-family: 'Albertus';
}

/* ===== ВК БЛОК СООБЩЕСТВА ===== */
.vk-news-block {
    margin-bottom: 20px;
    background: #181d22;
    overflow: hidden;
}
/* Выравнивание виджета VK в правой колонке */
.vk-widget-wrapper {
    width: 100%;
    margin-bottom: 20px;
    background: #181d22;
    overflow: hidden;
}

.vk-widget-wrapper #vk_groups {
    width: 100% !important;
}



/* ===== ВЕБ-ВИТРИНА СЕРЁГИ ===== */
.store-top{
    margin-bottom:30px;
}

.store-points{
    font-size:20px;
    margin-bottom:25px;
    color:#fff;
}

.store-tabs{
    display:flex;
    align-items:center;
    gap:0;
    flex-wrap:wrap;
    border-bottom:2px solid #2a2f36;
    margin-bottom:25px;
}

.store-tab{
    position:relative;
    padding:14px 28px;
    background:#1a1f25;
    color:#8b949e;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
    border:1px solid #2a2f36;
    border-bottom:none;
    transition:0.25s;
    margin-right:4px;
}

.store-tab:hover{
    background:#242b33;
    color:#fff;
}

.store-tab.active{
    background:#101519;
    color:#ffb400;
    border-top:2px solid #ffb400;
    transform:translateY(2px);
}

/* ===== БЛОК СКАЧИВАНИЯ ===== */
.download-section {
    background: #181d22;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.download-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.download-icon {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
    opacity: 0.7;
}

.download-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e0e0e0;
    letter-spacing: 1px;
    margin: 0.3rem 0;
    text-transform: uppercase;
}

.download-size {
    font-size: 0.75rem;
    color: #888;
    letter-spacing: 0.3px;
}

.download-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.download-card {
    flex: 1;
    min-width: 240px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #1f262e;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.download-card:hover {
    background: #252e38;
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

/* ИКОНКИ СКАЧИВАНИЯ*/
.download-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
}

.download-card-info {
    flex: 1;
}

.download-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ddd;
    letter-spacing: 0.5px;
    margin-bottom: 0.3rem;
}

.download-card-speed {
    font-size: 0.7rem;
    color: #777;
}

.download-card-arrow {
    font-size: 1.2rem;
    color: #777;
    transition: all 0.2s;
}

.download-card:hover .download-card-arrow {
    color: #aaa;
    transform: translateX(3px);
}

@media (max-width: 600px) {
    .download-section { padding: 1.2rem; }
    .download-title { font-size: 1.1rem; }
    .download-card { min-width: 100%; padding: 0.9rem 1.2rem; }
    
    /* Уменьшаем иконки на мобильных */
    .download-card-icon {
        width: 40px;
        height: 40px;
    }
    .card-icon-img {
        width: 36px;
        height: 36px;
    }
}

/* Профиль: сетка 2 колонки */
.profile-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

/* Основная часть (таблицы) */
.profile-main {
    flex: 3;
    min-width: 260px;
}

/* Боковая панель (ссылки) */
.profile-sidebar {
    flex: 1;
    min-width: 240px;
}

.profile-banners {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .profile-layout {
        flex-direction: column;
    }
}

.html {
	scroll-behavior: auto !important;
}

body {
	width: 100%;
	background: url(../images/bg.jpg) center top no-repeat;
	background-color: #03080d;
	font-family: 'Albertus', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	min-height: 100vh;
	overflow: hidden;
}

.page-content {
	background: #03080d url(../images/bg.jpg) center top no-repeat;
}

.container {
	max-width: 1225px;
}

.top-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-s {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.modal-open,
#login-modal {
	padding-right: 0 !important;
}

.custom-button {
	display: flex;
	background: url(../images/button.png) center no-repeat;
	background-size: contain;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

a,
button {
	transition: all 0.3s ease;
	text-decoration: none;
	color: white;
	border: none;
	font-weight: 700;
}

a:hover,
button:hover {
	opacity: 0.7;
}

.header {
	height: 90px;
	position: relative;
	z-index: 10;
}

.header-wrapper-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu {
	display: flex;
	align-items: center;
}
.header-menu li {
	position: relative;
	padding: 0px 15px;
}
.header-menu li a {
	display: flex;
	align-items: center;
	position: relative;
	height: 90px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px;
}

.header-icon {
	display: block;
	position: relative;
	background-image: url(../images/menu-icons-sprite.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 45px;
}

.header-icon-home {
	background-position: left -3px top;
}

.header-icon-files {
	background-position: left -138px top;
}

.header-icon-gifts {
	background-position: left -268px top;
}

.header-icon-stats {
	background-position: left -398px top;
}

.header-icon-rules {
	background-position: left -580px top;
}

.header-icon-as {
	background-position: left -717px top;
}

.header-wrapper_right {
	display: flex;
	align-items: center;
}

.lang-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon-eng.png);
	background-repeat: no-repeat;
	background-position: center;
}

.lang-icones {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/es.png);
	background-repeat: no-repeat;
	background-position: center;
}

.lang-iconpt {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/br.png);
	background-repeat: no-repeat;
	background-position: center;
}

.langBlock {
	position: relative;
}

.langBlock-active {
	position: relative;
	display: flex;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
	height: 90px;
	margin-right: 30px;
}

.langBlock-select {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 50px;
	display: none;
}

.header-wrapper_right-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	right: 150px;
	top: 0px;
}

.login-and-reg {
	display: flex;
	align-items: center;
	gap: 35px;
}

.sing-up-button {
	color: #ffc100;
	background-color: transparent;
}

.login-button {
	width: 205px;
	height: 65px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.logo > a:hover {
	opacity: 1;
}

.logo-link > img {
	object-fit: contain;
}

.logo-link:hover {
	opacity: 1;
	filter: brightness(120%);
}

.logo {
	display: flex;
	justify-content: center;
	margin-top: 245px;
	margin-bottom: 40px;
}

.servers-container {
	position: relative;
	z-index: 15;
	gap: 15px;
	justify-content: center;
}

.server-bg {
	position: relative;
}

.new::after {
	content: '';
	position: absolute;
	width: 75px;
	height: 50px;
	top: -5px;
	left: -2px;
	background: url(../images/new-icon.png) center top no-repeat;
	background-size: contain;
}

.text-container {
	z-index: 11;
	position: absolute;
	top: 0;
	width: 100%;
	flex-direction: column;
	text-transform: uppercase;
	font-size: 12px;
}

.server-title {
	color: #ffc100;
	font-size: 18px;
	margin-top: 15px;
}

.server-status {
	color: #b4ff00;
	margin-top: 15px;
}

.server-status.off {
	color: #f33939;
}

.server-icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.server-icon-1 {
	background: url(../images/server-icon-1.png) center 110px no-repeat;
}

.server-icon-2 {
	background: url(../images/server-icon-2.png) center 110px no-repeat;
}
.server-icon-3 {
	background: url(../images/server-icon-3.png) center 110px no-repeat;
}
.server-icon-4 {
	background: url(../images/server-icon-4.png) center 109px no-repeat;
}

/* section news */

section {
	padding-bottom: 10px;
}

.section-title {
	position: relative;
	width: max-content;
	font-size: 30px;
	font-weight: 700;
	margin: 70px auto;
	text-transform: uppercase;
	background: linear-gradient(to top, #103745 33%, #11889d 50%, #12defb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.section-separator::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 228px;
	height: 33px;
	background: url(../images/section-separator.png) center no-repeat;
	transform: rotate(180deg);
}
.section-separator::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 228px;
	height: 33px;
	background: url(../images/section-separator.png) center no-repeat;
}

article {
	display: flex;
}
.news-content-container {
	gap: 15px;
}

.news-center-content,
.news-right-content,
.news-left-content {
	position: relative;
	transition: 0.3s all;
}

.news-center-content:hover {
	transform: translateY(-10px);
}

.news-center-content::before {
	content: '';
	position: absolute;
	display: flex;
	top: -71px;
	left: -33px;
	width: 507px;
	height: 732px;
	background: url(../images/news-hero-1.png) no-repeat;
}

.news-center-content img {
	max-width: 100%;
}
.news-center-content {
	box-shadow: 0px 50px 100px black;
}
.news-right-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 660px;
	padding-top: 68px;
	align-self: flex-start;
}

.all-news-link {
	position: absolute;
	right: 0;
	top: 35px;
	text-decoration: underline;
	color: #49535a;
	font-weight: 700;
}

.article-text-container {
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	z-index: 50;
	right: 40px;
	bottom: 100px;
	max-width: 325px;
	text-transform: uppercase;
	text-align: end;
	gap: 10px;
}

.news-center-content .article-text-container {
	align-items: center;
	text-align: center;
	bottom: 45px;
	right: 50%;
	transform: translate(50%);
	gap: 20px;
	width: 100%;
}

.article-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: end;
	gap: 15px;
	max-width: 418px;
	text-transform: uppercase;
}

.article-right:hover img {
	transform: scale(1.1);
}

.article-right img {
	max-width: 100%;
	transition: all 0.3s;
}

.article-title {
	font-size: 18px;
	font-weight: 700;
	color: #ffc100;
}

.article-text {
	font-size: 14px;
	font-weight: 700;
	color: white;
}

.article-date,
.events-date {
	font-size: 14px;
	font-weight: 700;
	color: #49535a;
	text-transform: none;
}

.news-button {
	width: 142px;
	height: 46px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.news-slider {
	max-width: 421px;
}

/* Родительский контейнер — разрешаем перенос */
.info-content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.events-block {
    flex: 1 1 400px;       /* Базовый размер 400px, может сжиматься */
    min-width: 250px;      /* Минимальная ширина — меньше не становится */
	min-height: 750px;
    background-color: #101519;
}


.events-block .flex-c {
	justify-content: center;
}

.rank-tabs,
.server-tabs {
	display: flex;
	width: 100%;
}

.rank-tabs button,
.server-tabs button {
	width: 50%;
	height: 88px;
	text-transform: uppercase;
	border: none;
	background-color: #0f1113;
	color: #5b5a58;
	font-size: 16px;
	font-weight: 700;
}

.rank-tabs button:hover,
.server-tabs button:hover {
	color: #ffc100;
	transition: 0.7s;
	background-color: transparent;
}

.rank-tabs .active,
.server-tabs .active {
	background-color: transparent;
	color: #ffc100;
}

.rank-tabs .pk-button,
#player-tab-2,
#player-tab-3,
#player-tab-4,
#guild-tab-2,
#guild-tab-3,
#guild-tab-4 {
	border-left: 1px #000 solid;
}

.separator {
	margin: 0;
	color: #1c2125;
	opacity: 1;
	width: 100%;
}

.tab-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	flex-grow: 1;
	position: relative;
}

#player-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	display: none;
}

#player-content.active {
	display: flex;
}

.sub-tab-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rank-text-btn {
	max-width: 50px;
}

.table-top-rank {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.table-top-rank td,
.table-top-rank th {
    white-space: nowrap;
    padding: 8px 15px;
}

.table-guild {
	position: relative;
}

td.table-guild::before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 15%;
	left: -20%;
	background-size: cover;
}

td.table-guild.class-1::before {
    background-image: url(../images/player-ava_1.png);
}

td.table-guild.class-2::before {
    background-image: url(../images/player-ava_2.png);
}

td.table-guild.class-3::before {
    background-image: url(../images/player-ava_3.png);
}

td.table-guild.class-4::before {
    background-image: url(../images/player-ava_4.png);
}

td.table-guild.class-5::before {
    background-image: url(../images/player-ava_5.png);
}

td.table-guild.class-6::before {
    background-image: url(../images/player-ava_6.png);
}

td.table-guild.class-7::before {
    background-image: url(../images/player-ava_7.png);
}

td.table-guild.class-8::before {
    background-image: url(../images/player-ava_8.png);
}

.table-top-rank th {
	color: #5b5a58;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.table-top-rank .table-rank {
	padding-left: 45px;
}

.table-top-rank .table-lvl {
	padding-right: 45px;
	text-align: end;
}

.highlighted-text {
	color: #ffc100;
}

.events-title {
	display: flex;
	align-items: center;
	height: 88px;
	font-size: 16px;
	color: #ffc100;
	text-transform: uppercase;
	font-weight: 700;
}

.events-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
	padding: 5px 40px;
}

.events-articles {
	width: 100%;
}

.events-text {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.event-left,
.event-right {
	display: flex;
	flex-direction: column;
}

.event-right {
	align-items: flex-end;
}

.starts-in {
	color: #5b5a58;
	font-size: 13px;
}

.event-time {
	color: #6a6a69;
}

.remain-event-time {
	color: #49535a;
	font-size: 13px;
}

.events-btn {
	width: 100%;
	height: 46px;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

/* Блок виджета и баннеров — будет занимать 60% на широких */
.links-block {
    flex: 1 1 450px;       /* Базовый размер 450px, может сжиматься */
    min-width: 300px;      /* Виджету ВК нужно место */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-block {
	position: relative;
	display: flex;
	width: 100%;
	height: 393px;
}

.play-button {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	background: url(../images/play-button.png) center top no-repeat;
}

.play-button:hover {
	transform: scale(1.25) translate(-40%, -40%);
	transition: 0.7s;
}

.video-img:hover {
	opacity: 1;
}

.video-img {
	position: absolute;
	left: -9px;
	top: -57px;
	width: 100%;
	height: 450px;
}

.video-img img {
	width: 145%;
}

.banner-1,
.banner-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-size: cover;
	font-size: 18px;
	transition: all 0.3s;
	gap: 0;
    /* ФИКСИРУЕМ ОДИНАКОВУЮ ШИРИНУ ФОНА БАННЕРА */
    width: 330px; /* Задайте нужную ширину */
    min-width: 330px;
    max-width: 330px;
    /* Центрируем текст */
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
	margin: 0 auto;
}

.banners-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-shrink: 0;
}

.links-profile-block {
    flex-shrink: 0;
}

.banner-1:hover,
.banner-2:hover {
	gap: 10px;
}

.banner-1 {
	background: url(../images/profile.png) center no-repeat;
}

.banner-2 {
	background: url(../images/profile.png) center no-repeat;
}

.banner-title {
	font-size: 28px;
	text-transform: uppercase;
	color: #ffc100;
}

/* ===== ссылка на дс на главной ===== */
.banner-ds:hover {
	gap: 10px;
}
.banner-title-ds {
	font-size: 30px;
	text-transform: uppercase;
	color: #ffc100;
}
.banner-ds {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-size: cover;
	font-size: 18px;
	transition: all 0.3s;
	gap: 0;
	
}
.banner-ds {
	background: url(../images/profile.png) center no-repeat;
}
/* =================================== */

.social-links {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-grow: 1;
	margin-top: -15px;
}

.social-link {
	width: 35px;
	height: 35px;
}

.social-link.insta {
	background: url(../images/insta-icon.png) center no-repeat;
}
.social-link.fb {
	background: url(../images/facebook-icon.png) center no-repeat;
}
.social-link.discord {
	background: url(../images/discord.png) center no-repeat;
}
.social-link.tg {
	background: url(../images/telegram-icon.png) center no-repeat;
}

.section-characters {
	padding: 0;
}

.section-characters > .section-title {
	margin-bottom: 0;
}

.media-block .title {
	margin-bottom: 30px;
}

.media-block .slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 155px !important;
	overflow-y: visible;
}

.media-slide {
	position: relative;
	transition: 0.5s;
	height: 390px !important;
	width: 403px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.media-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #03080d;
	transition: 0.5s;
	opacity: 0.7;
}

.media-slide.slick-center {
	transform: scale(1.5);
	z-index: 10;
	box-shadow: 0 20px 50px 0 #060a0d;
}

.media-slide img {
	width: 100%;
}

.media-slide.slick-center img {
	box-shadow: 0 20px 50px 0 #060a0d;
}

.media-slide.slick-center:after {
	opacity: 0;
}

#media-dots {
	position: relative;
	top: -45px;
	z-index: 10;
	width: 660px;
	margin: 0 auto;
}

.about-server-block {
	width: 100%;
	background-color: #101519;
}

.about-server-title > div {
	width: 100%;
	padding: 30px 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-server-date {
	color: #5b5a58;
}

.about-server-post {
	display: flex;
	flex-direction: column;
}

.about-server-post img {
	width: 100%;
	margin-bottom: 30px;
}

.about-server-post-text {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}

.toTop {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: url('../images/toTop-button.png') center no-repeat;
	border-radius: 5px;
	margin: 0 auto;
}

.footer {
	margin-top: 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.footer::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 245px;
	background: url(../images/bg-footer.png) no-repeat;
	background-position: center;
}

.footer-content {
	position: relative;
	height: 165px;
}

.footer-container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.footer-logo {
	width: 259px;
	height: 145px;
}

.footer-logo img {
	max-width: 100%;
}

.footer-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 12px;
	color: #5b5a58;
	max-width: 225px;
}

.footer-rights {
	display: flex;
	flex-direction: column;
	font-size: 15px;
}

.copyright,
.footer-highlighted {
	color: #ffc100;
}

.footer-message {
	text-transform: uppercase;
}

.studio-info {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #5b5a58;
}

.studio-icon {
	display: flex;
	width: 55px;
	height: 55px;
	background: url(../images/studio-icon.png) no-repeat;
}

.studio-info-container {
	display: flex;
	flex-direction: column;
}

/****************************************** Download ******************************************/
.download-wrapper {
	padding: 40px;
	background-color: #101519;
}

.dTop-left {
	width: 60%;
	background-color: #20252a;
	border-right: 1px solid #20252a;
	height: 270px;
}
.dTop-left > div {
	height: 100%;
}

.dTop-right {
	width: 40%;
	height: 270px;
	background-color: #161c22;
}
.dTop-right > div {
	height: 100%;
}

.dTop-cat {
	padding: 10px;
	width: 100%;
}

.dTop-cat_title {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.dTop-cat_block {
	width: calc(25% - 6px);
	display: block;
	margin: 3px;
	background-color: #100f0f;
	height: 140px;
	position: relative;
}
.dTop-cat_block:before {
	content: '';
	position: absolute;
	width: 128px;
	height: 89px;
	left: 50%;
	margin-left: -64px;
	bottom: -10px;
	z-index: 2;
	transition: 0.3s;
	opacity: 0;
}
.dTop-cat_block:hover:before {
	opacity: 1;
}

.dTop-cat_block-blue:before {
	background: url(../images/hover-blue.png) no-repeat;
}

.dTop-cat_block-green:before {
	background: url(../images/hover-green.png) no-repeat;
}

.dTop-cat_block-orange:before {
	background: url(../images/hover-orange.png) no-repeat;
}

.dTop-cat_block-turquoise:before {
	background: url(../images/hover-turquoise.png) no-repeat;
}

.dTop-cat_block-img {
	display: flex;
	align-items: center;
	justify-items: center;
	max-width: 115px;
	height: 115px;
	margin: 0 auto;
}

.dTop-cat_block-img img {
	width: 100%;
}

.dTop-cat_block-title {
	text-align: center;
	position: relative;
	margin-top: -15px;
	z-index: 3;
}

.dtop-update {
	text-align: center;
}

.dtop-update_button .custom-button {
	height: 66px;
}

.dtop-update_title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.dtop-update_text {
	color: #d5e7e8;
	line-height: 30px;
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.d-title {
	color: #f9b001;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 60px auto;
	margin-bottom: 30px;
	width: max-content;
}

.d-title::after {
	content: '';
	position: absolute;
	left: 100%;
	top: -3px;
	width: 90px;
	height: 23px;
	background: url(../images/download-separator.png) center no-repeat;
	transform: rotate(180deg);
}
.d-title::before {
	content: '';
	position: absolute;
	right: 100%;
	top: -3px;
	width: 90px;
	height: 23px;
	background: url(../images/download-separator.png) center no-repeat;
}

.dSystem {
	overflow: auto;
}
.table-download {
	border-top: 1px solid #2b2f33;
}
.table-download thead {
	font-weight: bold;
}
.table-download thead td {
	padding: 15px;
	color: #fff;
	background-color: #1d242a;
	font-size: 15px;
}
.table-download td {
	padding: 15px;
	color: #fff;
	text-align: center;
	border: 1px solid #2b2f33;
	background-color: #181d22;
}
.table-download td:first-child {
	width: 25%;
}

.driverBlock {
	display: block;
	padding: 12px;
}

.driverBlock img {
	width: 100%;
}

.faq-block_title {
	color: #f9b001;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 30px;
	position: relative;
	padding-left: 50px;
}
.faq-block_title:before {
	content: '';
	position: absolute;
	background: url(../images/icon-question.png) no-repeat;
	width: 36px;
	height: 36px;
	left: 0px;
	top: 50%;
	margin-top: -18px;
}

.faq-block_text {
	line-height: 30px;
}

.faq-block {
	margin-bottom: 50px;
}
.faq-block:last-child {
	margin-bottom: 0px;
}

/****************************************** Top Players ******************************************/

.pageContent {
	background-color: #101519;
	padding: 30px;
}

.page-content .table-top-rank-s {
	width: 100%;
}
.page-content .table-top-rank-s td {
	border-collapse: collapse;
	padding: 20px 30px;
	border-top: 1px solid #262525;
	vertical-align: middle;
}
.page-content .table-top-rank-s th {
	border-collapse: collapse;
	padding: 20px 30px;
	text-align: left;
	color: #ffb400;
	font-weight: bold;
}
.page-content .table-top-rank-s thead tr {
	background-color: #1d242a;
	border-top: 2px solid #313236;
}

.breadcrumbs {
	position: relative;
	margin-left: -15px;
	margin-bottom: 30px;
}
.breadcrumbs ul {
	display: flex;
	align-items: center;
}
.breadcrumbs ul li {
	position: relative;
	padding: 15px;
}
.breadcrumbs ul li:after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -4px;
	border: 5px solid transparent;
	border-left: 5px solid #88dceb;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
.breadcrumbs ul li a {
	color: #fff;
}
.breadcrumbs ul li a:hover {
	color: #ffb400;
}

.selectTop {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}

select {
	background: #1d242a;
	width: 100%;
	max-width: 290px;
	border: none;
	color: #fff;
	padding: 0px 40px 0px 20px;
	height: 45px;
	font-size: 14px;
	position: relative;
	-webkit-appearance: none;
	background-image: url(../images/arrow-v.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	cursor: pointer;
}

.select {
	width: 100%;
	max-width: 290px;
	height: 45px;
	padding: 0px 40px 0px 20px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	outline: none;
	position: relative;
	cursor: pointer;
	user-select: none;
	background: url(../images/arrow-v.png) right 20px center no-repeat;
	background-color: #1d242a;
}

.select:focus .select_dropdown {
	display: block;
}

.select_dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	list-style-type: none;
	background-color: #1d242a;
	display: none;
	z-index: 10;
	transition: 0.3s;
}

.select_option {
	height: 45px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #1a1919;
	color: #f0e7aa;
}

.select_option:hover {
	background-color: gray;
}

.topThree {
	margin-bottom: 70px;
}

.topThree-block {
	width: 100%;
	max-width: 360px;
	height: 120px;
	display: flex;
}

.topThree-block_place {
	width: 78px;
}

.first-place {
	background: url(../images/first-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.second-place {
	background: url(../images/second-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.third-place {
	background: url(../images/third-place-img.jpg) center bottom no-repeat;
	background-color: #0c0c0e;
}

.topThree-block_class {
	background-color: #151518;
	overflow: hidden;
	position: relative;
	width: 134px;
}
.topThree-block_class .slider-nav-slide-block {
	width: 165px;
	background: url(../images/hero-small-hover-bg.png) center no-repeat;
	transform: scale(0.8);
	margin-top: -15px;
}
.topThree-block_class .slider-nav-slide-block:after {
	opacity: 1;
}

.topThree-block_text {
	flex-grow: 1;
	background-color: #1d242a;
	padding: 20px 18px;
	position: relative;
}

.topThree-block_text-t p {
	color: #e5d9a5;
	font-weight: bold;
	margin-bottom: 10px;
}

.topThree-block_text-b {
	position: absolute;
	left: 18px;
	bottom: 20px;
}

.online {
	color: #b0d90e;
}

.offline {
	color: #e91414;
}

.table-top-rank-s {
	min-width: 800px;
}
.table-top-rank-std {
	padding: 10px 30px;
}
.table-top-rank-s td img {
	filter: drop-shadow(0px 0px 10px #ffb400);
}

.table-top-rank-s tbody tr {
	position: relative;
	left: 0px;
	transition: 0.3s;
}
.table-top-rank-s tbody tr td {
	height: 65px;
}
.table-top-rank-s tbody tr:after {
	content: '';
	background: url(../images/news-hover-effect.png) no-repeat;
	width: 55px;
	height: 65px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -32.5px;
	opacity: 0;
	transition: 0.3s;
}
.table-top-rank-s tbody tr:hover {
	background: #060501;
	left: -10px;
}
.table-top-rank-s tbody tr:hover:after {
	opacity: 1;
}

.table-top-scroll {
	overflow: auto;
}
.pagination {
	margin-bottom: 20px;
}
.pagination li {
	padding: 6px;
}

.number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/squad-bg.png) no-repeat;
	width: 54px;
	height: 54px;
	color: #fff;
}
.number.active {
	filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2));
	color: #ffe696;
}
.number:hover {
	filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2));
	color: #ffe696;
}

.nav-prev,
.nav-next {
	width: 62px;
	height: 62px;
	background: url(../images/slick-prev-hero.png) no-repeat;
}

.nav-prev {
	transform: rotate(180deg);
}

.nav {
	opacity: 0.5;
}
.nav:hover {
	opacity: 1;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 1));
}

/****************************************** News ******************************************/
.news-block {
	width: 100%;
	background-color: #101519;
}

.news-title {
	min-height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news-title h3 {
	font-size: 16px;
	font-weight: 700;
	color: #ffc100;
	text-transform: uppercase;
}

.news-title > div {
	width: 100%;
	padding: 30px 45px;
	display: flex;
	justify-content: space-between;
}

.news-date {
	color: #5b5a58;
}

.news-post {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.news-post img {
	width: 100%;
	margin-bottom: 30px;
}

.news-post-text {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}

.text-and-image {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.text-and-image img {
	object-fit: contain;
	max-width: 530px;
}

.post-link {
	color: #ffc100;
	text-decoration: underline;
}

.post-date {
	z-index: 2;
	position: relative;
	margin: 0 auto;
	color: #49535a;
	font-size: 14px;
	padding: 0px 10px;
}

.post-date::before,
.post-date::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	width: 320px;
	background: linear-gradient(
		90deg,
		rgba(17, 25, 29, 0) 0%,
		rgba(27, 39, 45, 1) 100%
	);
}

.post-date::after {
	left: 100%;
	transform: rotate(180deg);
}

/*************animations***************/

.animations {
	content: '';
	position: absolute;
	top: -250px;
	left: -525px;
}

.ray {
	background: url(../images/ray.png) no-repeat;
	width: 419px;
	height: 419px;
	position: absolute;
	left: 487px;
	top: 153px;
	animation: ray 14s infinite linear;
	transform: rotate(0deg);
	opacity: 0.6;
}
@keyframes ray {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.rainbow {
	background: url(../images/rainbow.png) no-repeat;
	background-size: 150px 142px;
	width: 445px;
	height: 422px;
	position: absolute;
	left: 615px;
	top: 294px;
	animation: rainbow 5s infinite linear;
}
@keyframes rainbow {
	0% {
		background: url(../images/rainbow.png) no-repeat;
		background-size: 150px 142px;
		opacity: 0;
	}
	30% {
		opacity: 0.2;
	}
	90% {
		background: url(../images/rainbow.png) no-repeat;
		background-size: 445px 422px;
		opacity: 0.2;
		left: 553px;
		top: 235px;
	}
	100% {
		background: url(../images/rainbow.png) no-repeat;
		background-size: 445px 422px;
		opacity: 0;
		left: 553px;
		top: 235px;
	}
}

.highlight-highlight {
	position: absolute;
    left: 480px;
	top: 450px;
}

.highlight {
	width: 133px;
	height: 133px;
	position: absolute;
	left: 645px;
	bottom: 129px;
	animation: highlight 10s infinite linear;
	opacity: 0;
	transform: scale(0);
}
.highlight .highlight-3 {
	width: 133px;
	height: 133px;
	background: url(../images/highlight-3.png) no-repeat;
	position: absolute;
	transform: rotate(0deg);
	animation: highlight-3 10s infinite linear;
}
.highlight .highlight-4 {
	width: 133px;
	height: 133px;
	background: url(../images/highlight-4.png) center no-repeat;
	position: absolute;
	transform: rotate(0deg);
	animation: highlight-4 10s infinite linear;
}
@keyframes highlight-3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes highlight-4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes highlight {
	0% {
		left: 480px;
		bottom: 50px;
		opacity: 0;
		transform: scale(0);
	}
	20% {
		left: 465px;
		bottom: 99px;
		opacity: 1;
		transform: scale(1);
	}
	80% {
		left: 465px;
		bottom: 99px;
		opacity: 1;
		transform: scale(1);
	}
	100% {
		left: 465px;
		bottom: 99px;
		opacity: 0;
		transform: scale(0);
	}
}

.sparks {
	position: absolute;
	width: 1200px;
	left: 0;
	top: 600px;
	z-index: 1;
}
.sparks > div {
	position: absolute;
}
.sparks .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	width: 764px;
	height: 313px;
	right: 0;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.sparks .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	width: 179px;
	height: 335px;
	right: 230px;
	bottom: -320px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-1 4s linear infinite;
	animation: spark-1 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks .spark_3 {
	background: url(../images/spark_3.png) no-repeat;
	width: 128px;
	height: 165px;
	right: 280px;
	bottom: -140px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-3 4s linear infinite;
	animation: spark-3 4s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks .spark-big {
	background: url(../images/spark_4.png) no-repeat;
	width: 794px;
	height: 176px;
	right: 0;
	bottom: -180px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: spark-5 4s linear infinite;
	animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	right: 40px;
}

.sparks_2 .spark_1 {
	background: url(../images/spark_1.png) no-repeat;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.sparks_2 .spark_2 {
	background: url(../images/spark_2.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.sparks_2 .spark_3 {
	background: url(../images/spark_3.png) no-repeat;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.sparks_2 .spark-big {
	background: url(../images/spark_4.png) no-repeat;
}
.sparks_2 .spark_5 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.sparks_2 {
	margin-left: -725px;
}

@-webkit-keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -240px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -160px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: -80px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 0px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-3 {
	0% {
		bottom: -140px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -80px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -20px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 40px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 100px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes spark-5 {
	0% {
		bottom: -180px;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	25% {
		bottom: -120px;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 1;
	}
	50% {
		bottom: -60px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	75% {
		bottom: 0px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		bottom: 60px;
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.buybutton {
	background: #ffb400;
	color: #000;
	padding: 12px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.3s ease, transform 0.2s ease;
	margin-right: 5px;
}

.buybutton:hover {
	background: #e4a106;
	transform: scale(1.1);
}

.buybutton:active {
	background: #e4a106;
}

.color-select {
	width: 150px;
	padding: 5px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

th, td{
	text-align: center !important;
}

.rules-page {
	background-color: #1d242a;
	color: #fff;
	font-family: 'Arial', sans-serif;
	padding: 50px 20px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.rules-title {
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #f1c40f;
}

.rules-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.rule-item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 20px;
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: background-color 0.3s ease-in-out;
}

.rule-item:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.rule-item h3 {
	font-size: 24px;
	color: #f1c40f;
	margin-bottom: 10px;
}

.rule-item p {
	font-size: 18px;
	color: #ecf0f1;
	margin: 5px 0;
}

.rule-item .rule-icon {
	font-size: 30px;
	color: #f39c12;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.rules-title {
		font-size: 28px;
	}

	.rule-item {
		font-size: 16px;
	}

	.back-button {
		font-size: 16px;
	}
}

input[type="number"] {
	background: #444;
	border: 2px solid #ffb400;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	width: 80px;
	transition: background 0.3s ease;
}

input[type="number"]:focus {
	background: #555;
	outline: none;
}

.buybutton2 {
	background: #014421;
	color: #fff;
	padding: 12px 20px;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.3s ease, transform 0.2s ease;
}

.buybutton2:hover {
	background: #027238;
	transform: scale(1.1);
}

.buybutton2:active {
	background: #027238;
}

#clock {
    position: absolute;
    top: 250px;
    left: 50%;
	text-align: center;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
	text-shadow: 
		0 0 5px rgba(255, 193, 0, 0.4),
		0 0 10px rgba(255, 193, 0, 0.3),
		0 0 15px rgba(255, 193, 0, 0.2);
    padding: 10px 20px;
    border-radius: 10px;
}

/* ===== ВКЛАДКИ ДЛЯ СТРАНИЦЫ РАНГОВ ===== */
.rankings-top {
    margin-bottom: 30px;
}

.rankings-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    border-bottom: 2px solid #2a2f36;
    margin-bottom: 25px;
}

.rankings-tab {
    position: relative;
    padding: 14px 28px;
    background: #1a1f25;
    color: #8b949e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #2a2f36;
    border-bottom: none;
    transition: 0.25s;
    margin-right: 4px;
    cursor: pointer;
}

.rankings-tab:hover {
    background: #242b33;
    color: #fff;
}

.rankings-tab.active {
    background: #101519;
    color: #ffb400;
    border-top: 2px solid #ffb400;
    transform: translateY(2px);
}

@media (max-width: 1007px) {
    #clock {
        top: 210px;
    }
}

@media (max-width: 773px) {
    #clock {
        top: 320px;
    }
}


/* =============БЛОК ПЕРСОНАЖЕЙ В ПРОФИЛЕ============= */
.char-block {
    width: 430px;
    min-height: 700px;
    height: auto;
    background-color: #101519;
    display: flex;
    flex-direction: column;
	margin-bottom: 20px;
}

.char-block .tab-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.char-block .tab-pane#player-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
}

/* Контейнер с таблицами растягивается */
.char-block .sub-tab {
    flex: 1 !important;
}

/* Обертка для кнопок - прижимаем к низу */
.char-block .server-tabs-wrapper {
    margin-top: auto !important;
    flex-shrink: 0;
    width: 100%;
}

.char-block .server-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    width: 100%;
}

.char-block .sub-tab-button {
    margin: 0;
    padding: 8px 16px;
}

/* Переопределяем Bootstrap-стили, которые могут мешать */
.tab-pane.fade {
    display: none !important;
}

.tab-pane.fade.show.active {
    display: flex !important;
}

.tab-pane {
    display: none;
}

.tab-pane.show.active {
    display: flex;
}

.profile-title {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px; /* добавит отступ после текста */
}

.profile-title-text {
    font-size: 24px;
    font-weight: bold;
    color: #ffc100;
}

.user-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.change-pass-label,
.points-label {
    display: inline-block;
}

.points-label {
    margin-left: 200px;
}
/* ===== АДАПТИВ БАННЕРОВ ДЛЯ ПРОФИЛЯ ===== */

/* Базовые стили */
.banners-wrapper {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.info-content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.points-label {
    margin-left: 200px;
}

/* БОЛЬШИЕ И СРЕДНЕ-БОЛЬШИЕ ЭКРАНЫ (>1000px) - баннеры В РЯД справа */
@media (min-width: 1179px) {
    .banners-wrapper {
        flex-direction: row;
    }
    
    .info-content-container {
        flex-direction: row;
        justify-content: flex-start;
    }
}

/* СРЕДНИЕ ЭКРАНЫ (750px - 1000px) - баннеры В СТОЛБИК справа */
@media (min-width: 750px) and (max-width: 1178px) {
    .info-content-container {
        flex-direction: row;
        justify-content: center;
    }
    
    .banners-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

/* МАЛЕНЬКИЕ ЭКРАНЫ (<750px) - баннеры В СТОЛБИК ПОД таблицей */
@media (max-width: 749px) {
    .info-content-container {
        flex-direction: column;
        align-items: center;
    }
    
    .banners-wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
    
    .points-label {
        margin-left: 0 !important;
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .change-pass-label {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .banner-1,
    .banner-2 {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        height: 90px;
    }
    
    .banner-title {
        font-size: 22px;
    }
    
    .char-block {
        width: 100%;
        max-width: 430px;
    }
    
    .char-block .server-tabs {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .sub-tab-button {
        width: 90%;
    }
}

/* ОЧЕНЬ МАЛЕНЬКИЕ ЭКРАНЫ (<480px) */
@media (max-width: 480px) {
    .banner-1,
    .banner-2 {
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        height: 80px;
    }
    
    .banner-title {
        font-size: 18px;
    }
}

/* ===== СТРАНИЦА ПРАВИЛ ===== */
.rules-block {
    background: #101519;
    border-radius: 12px;
    padding: 25px;
}

.rules-intro {
    background: rgba(241, 143, 15, 0.08);
    border: 1px solid rgba(241, 143, 15, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.rules-intro p {
    color: #f18f0f;
    font-size: 18px;
    margin: 0;
}

.rules-section {
    margin-bottom: 30px;
    background: #1a1f25;
    border: 1px solid #2a2f36;
    border-radius: 12px;
    padding: 20px;
}

.rules-section-title {
    font-size: 1.3rem;
    color: #f18f0f;
    letter-spacing: 2px;
    border-bottom: 2px solid #2a2f36;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.rules-item {
    padding: 15px 20px;
    margin-bottom: 12px;
    background: #0d1117;
    border: 1px solid #2a2f36;
    border-radius: 8px;
}

.rules-item:last-child {
    margin-bottom: 0;
}

.rules-item h4 {
    color: #ffd700;
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-weight: bold;
}

.rules-item p {
    color: #c8c8d0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.rules-punishment {
    color: #ff6b6b;
    font-size: 0.9rem;
    padding: 8px 12px;
    background: rgba(255, 107, 107, 0.08);
    border-radius: 6px;
    border-left: 3px solid #ff6b6b;
}

.rules-punishment strong {
    color: #ffd700;
}

@media (max-width: 700px) {
    .rules-block {
        padding: 15px;
    }
    .rules-section {
        padding: 15px;
    }
    .rules-item {
        padding: 12px 15px;
    }
    .rules-section-title {
        font-size: 1.1rem;
    }
}

/* ===== ДРОП-ЛИСТ ===== */
.droplist-block {
    background: #101519;
    border-radius: 12px;
    padding: 20px;
}

/* Легенда монет (вверху) */
.drop-legend {
    background: #1a1f25;
    border: 1px solid #2a2f36;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
    text-align: center;
}

.drop-legend-title {
    color: #ffb400;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.drop-legend-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
}

.drop-legend-items span {
    color: #c8c8d0;
    font-size: 0.9rem;
}

/* Секции дропа */
.drop-section {
    margin-bottom: 16px;
    background: #1a1f25;
    border: 1px solid #2a2f36;
    border-radius: 10px;
    overflow: hidden;
}

.drop-header {
    background: #2a2f36;
    color: #ffb400;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid #3a3f46;
}

.drop-content {
    padding: 10px 16px 14px;
}

.drop-group {
    margin-top: 8px;
}

.drop-group:first-child {
    margin-top: 0;
}

.drop-group-title {
    color: #d0d0ff;
    font-size: 0.85rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #ffb400;
    margin-bottom: 2px;
}

.drop-list {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 14px;
}

.drop-list li {
    color: #c8c8d0;
    font-size: 0.82rem;
    padding: 2px 0;
    border-bottom: 1px solid rgba(42, 47, 54, 0.25);
}

.drop-list li:last-child {
    border-bottom: none;
}

@media (max-width: 700px) {
    .droplist-block {
        padding: 12px;
    }
    .drop-header {
        font-size: 0.95rem;
        padding: 6px 12px;
    }
    .drop-content {
        padding: 8px 12px 10px;
    }
    .drop-list li {
        font-size: 0.78rem;
    }
    .drop-legend-items {
        gap: 5px 15px;
    }
    .drop-legend-items span {
        font-size: 0.8rem;
    }
}

/* ============================================
   DONATE PAGE - СТРОГИЙ СТИЛЬ
   ============================================ */

/* Контейнер доната */
.donate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 20px 0;
}

/* Карточка доната */
.donate-box {
    background: #101519;
    padding: 35px 40px 40px;
    border-radius: 12px;
    border: 1px solid #2a2a3e;
    width: 100%;
    max-width: 480px;
    transition: border-color 0.3s ease;
}

.donate-box:hover {
    border-color: #3a3a5e;
}

/* Заголовки секций */
.donate-section-title {
    color: #8a8aa0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Сетка выбора суммы */
.donate-sum-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
}

/* Кнопки выбора суммы */
.donate-sum-option {
    display: block;
    background: transparent;
    border: 1px solid #2a2a3e;
    border-radius: 8px;
    padding: 12px 10px;
    text-align: center;
    color: #c8c8d4;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 400;
    font-size: 15px;
    user-select: none;
}

.donate-sum-option:hover {
    border-color: #ffd700;
    color: #fff;
}

.donate-sum-option input[type="radio"] {
    display: none;
}

/* Активная (выбранная) сумма */
.donate-sum-option.active {
    border-color: #ffd700;
    color: #ffd700;
    background: rgba(255, 215, 0, 0.05);
}

/* Контейнер способов оплаты */
.donate-payment-methods {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* Способы оплаты */
.donate-payment-method {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8a8aa0;
    cursor: pointer;
    font-size: 13px;
    transition: color 0.2s ease;
}

.donate-payment-method:hover {
    color: #c8c8d4;
}

.donate-payment-method input[type="radio"] {
    accent-color: #ffd700;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/* Кнопка оплаты */
.donate-submit-btn {
    width: 100%;
    padding: 14px;
    background: #ffd700;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #0d0d1a;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.donate-submit-btn:hover {
    background: #e6c200;
    transform: translateY(-1px);
}

.donate-submit-btn:active {
    transform: translateY(0px);
    background: #ccb000;
}

/* Защита */
.donate-security {
    margin-top: 18px;
    text-align: center;
    color: #4a4a5a;
    font-size: 11px;
    letter-spacing: 0.5px;
}

/* Разделительная линия */
.donate-divider {
    border: none;
    border-top: 1px solid #2a2a3e;
    margin: 20px 0 25px;
}

/* Адаптивность */
@media (max-width: 480px) {
    .donate-box {
        padding: 25px 20px 30px;
    }
    
    .donate-sum-grid {
        gap: 8px;
    }
    
    .donate-sum-option {
        padding: 10px 8px;
        font-size: 14px;
    }
    
    .donate-submit-btn {
        font-size: 14px;
        padding: 13px;
    }
}