@font-face {
	src: url('../fonts/albertusbold_regular.otf');
	font-family: 'Albertus';
}

.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: 46px;
	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 {
	justify-content: center;
	gap: 15px;
}

.rank-block,
.events-block {
	display: flex;
	flex-direction: column;
	width: 420px;
	min-height: 660px;
	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;
}

.table-top-rank td,
.table-top-rank th {
	padding: 10px;
}

.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 tr:hover {
	background-color: #000;
	color: #b4ff00;
	transition: 0.7s;
}

.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;
}

.links-block {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
	width: 100%;
	max-width: 330px;
	height: 660px;
}

.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;
}

.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: 30px;
	text-transform: uppercase;
	color: #ffc100;
}

.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;
}

@media (max-width: 1007px) {
    #clock {
        top: 210px;
    }
}

@media (max-width: 773px) {
    #clock {
        top: 320px;
    }
}