/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  overflow-y: auto;
}

a {
  display: block;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #fff;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

span {
  display: block;
  font-size: 14px;
}

span.starts-in {
	display: block;
	font-size: 16px;
	color: #ffb400;
}

p {
  font-size: 18px;
}

img {
  max-width: 100%;
}

body {
	position: relative !important; 
	font-size: 14px !important;
	color: #fff !important;
	background-color: #041017 !important;
	font-family: Philosopher !important;
	overflow: hidden !important;
}

a,
button {
	color: #fff;
	font-family: Philosopher;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.flex-c {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-s-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 221px;
	height: 47px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-image: url('../images/bg-button.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.button::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80%;
	height: 100%;
	box-shadow: 0 15px 15px -10px #000;
	transform: translateX(-50%);
	content: '';
}

.img-container {
	display: flex;
}

.img-container img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-container.icon-header-item {
	width: 26px;
	height: 26px;
	background-image: url('../images/icon-header-item.png');
}

.icon-container.server-on {
	width: 30px;
	height: 30px;
	background-image: url('../images/icon-server-on.png');
}

.icon-container.server-off {
	width: 30px;
	height: 30px;
	background-image: url('../images/icon-server-off.png');
}

.icon-container.server-1 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server.png');
}

.icon-container.server-2 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server-1.png');
}

.icon-container.server-3 {
	width: 35px;
	height: 35px;
	background-image: url('../images/icon-game-server-2.png');
}

.icon-container.navigation-icon {
	width: 40px;
	height: 40px;
	background-image: url('../images/icon-section.png');
}

.icon-container.facebook {
	width: 18px;
	height: 18px;
	background-image: url('../images/icon-facebook.png');
}

.icon-container.youtube {
	width: 24px;
	height: 18px;
	background-image: url('../images/icon-youtube.png');
}

.icon-container.discord {
	width: 22px;
	height: 18px;
	background-image: url('../images/icon-discord.png');
}

.hide-on-desktop {
	display: none !important;
}

.dropdown-custom {
	position: relative;
	display: inline-block;
	height: 100%;
}

.dropdown-custom-toggle {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	gap: 5px;
	outline: none;
	text-transform: uppercase;
}

.dropdown-custom.lang .img-container {
	margin-right: 15px;
}

.dropdown-custom-toggle:hover {
	color: #83e0fb;
}

.dropdown-custom-toggle svg {
	opacity: 0.3;
	transition: all 0.3s;
	transform: rotate(180deg);
	fill: transparent;
	stroke: #fff;
}

.dropdown-custom-toggle.active svg {
	opacity: 1;
	transform: rotate(0);
}

.dropdown-custom-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 5;
	display: flex;
	display: none;
	flex-direction: column;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgb(9 29 43 / 100%) 0%,
		rgb(9 29 43 / 77.4%) 79%,
		rgb(9 29 43 / 13.2%) 100%
	);
	transform: translateX(-50%);
}

.dropdown-custom-menu .dropdown-custom-item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.dropdown-custom-menu .dropdown-custom-item .img-container {
	margin-right: 20px;
}

.dropdown-custom-menu .dropdown-custom-item:hover {
	background-color: #5d95fa26;
}

.navigation {
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform: translateY(-50%);
	gap: 10px;
}

.navigation button:not(.event-btn) {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	text-transform: uppercase;
}

.navigation button:not(.event-btn)::after {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: -1;
	width: 237px;
	height: 78px;
	opacity: 0;
	transition: all 0.3s;
	transform: translateY(-45%);
	background-image: url('../images/text-underline.png');
	content: '';
}

.navigation button.active:not(.event-btn)::after,
.navigation button:hover:not(.event-btn)::after {
	opacity: 1;
}

.navigation button.active:not(.event-btn),
.navigation button:not(.event-btn):hover {
	color: #83e0fb;
}

.navigation button.active:not(.event-btn) .icon-container,
.navigation button:not(.event-btn):hover .icon-container {
	background-image: url('../images/icon-section-hover.png');
}

.section {
	position: relative;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 950px;
}

.section1 {
	background-image: url('../images/bg-section1.jpg');
	background-size: cover;
	min-height: 1080px;
}

.section2 {
	background-image: url('../images/bg-section-2.png');
	margin-top: 60px;
}

.section3 {
	background-image: url('../images/bg-section-3.jpg');
}

.section4 {
	margin: 0 auto;
	background-image: url('../images/bg-section-4.jpg');
	max-width: 1900px;
}

.section5 {
	background-image: url('../images/bg-section-5.jpg');
}

.section6 {
	background-image: url('../images/bg-section-2.png');
	margin-top: 60px;
}

.section7 {
	background-image: url('../images/bg-section-6.jpg');
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 90px;
  background: linear-gradient(
		180deg,
		rgb(9 29 43 / 100%) 0%,
		rgb(9 29 43 / 77.4%) 79%,
		rgb(9 29 43 / 13.2%) 100%
	);
}

.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 20px;
}

.nav {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-link:hover .icon-header-item,
.dropdown-custom-toggle:hover .icon-header-item {
	background-image: url('../images/icon-header-item-hover.png');
}

.nav .nav-item .nav-link,
.nav .nav-item .dropdown-custom {
	display: flex;
	align-items: center;
	padding: 15px 20px;
}

.nav .nav-item .nav-link:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.header-content .right-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.server-select .dropdown-custom-toggle,
.server-select .dropdown-custom-item {
	padding: 15px 20px;
}

.server-select .dropdown-custom-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.server-select .icon-server {
	position: relative;
	margin: 0 10px;
}

.server-select .dropdown-custom-toggle {
	transition: all 0.3s;
	gap: 0;
}

.server-select .dropdown-custom-toggle:hover,
.server-select .dropdown-custom-toggle.active {
	background: linear-gradient(
		0deg,
		rgb(162 172 248 / 100%) 13%,
		rgb(122 239 255 / 100%) 37%
	);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.server-status,
.dropdown-custom-item .server-name,
.server-info {
	display: flex;
	align-items: center;
}

.dropdown-custom-item .server-name {
	background: linear-gradient(
		0deg,
		rgb(162 172 248 / 100%) 13%,
		rgb(122 239 255 / 100%) 37%
	);
	background-clip: text;
	margin-bottom: 10px;
	margin-top: -15px;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.server-info {
	justify-content: space-between;
	width: 100%;
}

.server-bar {
	width: 60%;
	height: 6px;
	margin: 0 15px;
	border: 1px solid #051017;
	background-color: #051017;
}

.server-bar span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #1370d7;
}

.server-online {
	font-size: 16px;
	font-weight: 700;
	color: #dbdd0d;
	font-style: italic;
	margin-right: 15px;
}

.server-status {
	align-self: flex-end;
}

.server-status.offline {
	color: #f58987;
}

.server-select .icon-server::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 37px;
	transform: translate(-50%, -50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.header-content .dropdown-custom .img-container {
	position: relative;
	width: 20px;
	height: 20px;
}

.header-content .dropdown-custom .img-container::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 37px;
	transform: translate(-50%, -50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.dropdown-custom.lang .dropdown-custom-toggle {
	padding: 10px 30px;
}

.header-content .right-content .header-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-content .left-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.login-btn {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.login-btn:hover {
	text-decoration: none;
}

.button-separator {
	color: #8d9193;
}

.brightness:hover {
	filter: brightness(120%);
}

.top-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: -20px;
}

.top-buttons .button {
	position: relative;
	width: 409px;
	height: 83px;
	font-size: 24px;
	background-size: contain;
	text-transform: uppercase;
}

.top-buttons .button div {
	z-index: 1;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
}

.top-buttons .button.secondary {
	background-image: url('../images/bg-button-secondary.png');
}

.banner {
	display: flex;
	height: 300px;
	border: 1px solid #10222d;
	margin-top: 20px;
}

.banner .left-content {
	width: calc(100% - 380px);
	height: 100%;
	border-right: 1px solid #10222d;
	box-sizing: border-box;
}

.banner-slider {
	height: 100%;
}

.banner-slider .slick-list {
	height: 100%;
}

.banner-slider .slick-track {
	height: 100%;
}

.banner .left-content .banner-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 35px;
	gap: 10px;
}

.banner .banner-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.banner .banner-img::after {
	position: absolute;
	background: linear-gradient(
		180deg,
		rgb(4 16 23 / 31.4%) 70%,
		rgb(4 16 23 / 100%) 100%
	);
	content: '';
	inset: 0;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
}

.banner-title {
	font-size: 42px;
	font-weight: 400;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	font-family: OpenSans;
	letter-spacing: -2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.banner-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #71a7c5;
	max-width: 600px;
}

.banner .left-content .button {
	margin-bottom: 20px;
	margin-left: 35px;
	text-transform: uppercase;
}

.banner .slick-dots {
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.banner .slick-dots li button {
	display: flex;
	width: 10px;
	height: 10px;
	padding: 0;
	color: transparent;
	border: 1px solid #83e0fb;
	border-radius: 50%;
	opacity: 0.7;
	transition: 0.5s ease-out;
	background-color: transparent;
}

.banner .slick-dots li button:hover,
.banner .slick-dots .slick-active button {
	opacity: 1;
	background-color: #83e0fb;
}

.banner .right-content {
	position: relative;
	width: 380px;
	height: 100%;
	background-color: #071823;
	overflow-y: hidden;
}

.banner .banner-articles {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.banner .banner-article {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
	padding: 20px 30px;
	transition: all 0.3s;
	background-color: #06131c;
	background-image: url('../images/bg-banner-article.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner .banner-article::after {
	position: absolute;
	opacity: 0;
	transition: all 0.3s;
	background-image: url('../images/bg-banner-article-hover.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	inset: 0;
}

.banner .banner-article:hover {
	transform: translateX(-5px);
}

.banner .banner-article:hover::after {
	opacity: 1;
}

.banner-article-title {
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: 700;
	max-width: 210px;
	text-transform: uppercase;
}

.banner-article-date {
	font-size: 12px;
	font-weight: 700;
	color: #264658;
	align-self: flex-end;
	margin-bottom: -10px;
}

.banner-article-date::first-letter {
	color: #76c4ea;
}

/* section */
.section-container {
	height: 100%;
	margin: 0 auto;
	padding: 120px 17px;
	max-width: 1400px; /* 1234 Default */
	padding-bottom: 0;
}

.section-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	margin-left: 75px;
}

.section-title span {
	position: relative;
  right: 18px;
	z-index: 2;
	font-size: 20px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	text-transform: uppercase;
}

.section-title::after {
	position: absolute;
	top: -75px;
	left: -180px;
	z-index: 0;
	width: 409px;
	height: 195px;
	background-image: url('../images/section-title.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.news-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

.news-block-container {
	display: block;
	position: relative;
	border: 1px solid #0e5a702e;
	margin: 0 0 40px;
	padding: 1rem 1rem;
}

.news-container .slick-slide {
	margin: 0 15px;
	transition: all 0.3s;
	cursor: pointer;
	margin-top: 15px;
}

.news-container .slick-slide:hover {
	transform: translateY(-10px);
}

.news-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 380px;
	height: 500px;
	background-color: #06131c;
	background-image: url('../images/shadow-news-block.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.news-wrapper::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
	background-image: url('../images/block-line.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.news-wrapper::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
	background-image: url('../images/block-line.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.news-wrapper .img-container {
	width: 100%;
	height: 270px;
}

.news-wrapper .img-container img {
	object-fit: cover;
  border: 1px solid #0e5a702e;
}

.border-top-left {
	position: absolute;
	top: -8px;
	left: -17px;
	z-index: 5;
	width: 35px;
	height: 48px;
	background-image: url('../images/border-left.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.border-top-right {
	position: absolute;
	top: -8px;
	right: -17px;
	z-index: 5;
	width: 35px;
	height: 48px;
	background-image: url('../images/border-right.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.border-bottom-right {
	position: absolute;
	right: -17px;
	bottom: -8px;
	z-index: 5;
	width: 35px;
	height: 48px;
	transform: rotate(180deg);
	background-image: url('../images/border-left.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.border-bottom-left {
	position: absolute;
	bottom: -8px;
	left: -17px;
	z-index: 5;
	width: 35px;
	height: 48px;
	transform: rotate(180deg);
	background-image: url('../images/border-right.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.top-section {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

/* The container must be positioned relative: */
.custom-select {
  width: 300px;
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  display: flex;
  position: relative;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  background: #0e161d;
  color: #fbc430 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 15px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: #0c1216 url("../images/right-arrow.png") center no-repeat;
  transform: rotate(90deg);
  transition: 0.3s;
}

/* Point the arrow upwards when the select box is open (active): */
/*.select-selected.select-arrow-active:after {*/
/*    border-color: transparent transparent #fff transparent;*/
/*    top: 7px;*/
/*}*/

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 30px;
  border-top: 1px solid #172934;
  color: #889cad;
  letter-spacing: 1.5px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #0e161d;
  max-height: 500px;
  overflow-y: auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background: #0c1216;
  color: #02eae7 !important;
}

.news-title {
	display: flex;
	align-items: center;
	height: 75px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	text-transform: uppercase;
}

.news-title .news-title-container {
	width: 38px;
	height: 43px;
	background-image: url('../images/news-title-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.all-link {
	font-weight: 700;
	color: #8d9193;
	align-self: flex-start;
	text-transform: uppercase;
}

.all-link:hover {
	opacity: 0.5;
}

.news-bottom {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.news-des {
	padding: 60px 35px;
	font-size: 13px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 5px;
}

.publish-date {
	display: inline-block;
	padding: 0 35px;
	font-size: 12px;
	font-weight: 700;
	color: #264658;
	margin-bottom: 30px;
}

.publish-date::first-letter {
	color: #76c4ea;
}

.news-button {
	margin: 0 auto;
	text-transform: uppercase;
}

.news-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
}

.news-block .news-title {
	justify-content: center;
	margin-top: 20px;
}

.news-block .img-container {
	width: 100%;
	height: 390px;
	padding: 0 30px;
	margin-bottom: 20px;
}

.news-block .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-block .news-bottom {
	position: static;
}

.news-block .news-button {
	margin-bottom: 40px;
}

/* ranking */

.events-home {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 100px;
}

.events-home .event-h {
	width: 375px;
	background-color: #0c1c25;
}

.event-h .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	border-bottom: 1px solid #182e3b;
	padding-bottom: 15px;
}

.event-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	gap: 10px;
	text-transform: uppercase;
}

.event-icon {
	position: relative;
	display: inline-block;
	width: 49px;
	height: 37px;
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: -5px;
}

.event-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 26px;
	transform: translate(-50%, -50%);
	background-image: url('../images/icon-header-item-hover.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	margin-left: -1px;
	margin-top: -2px;
}

.event-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
}

.event-links .tab-link {
	color: #7ed1f9;
	cursor: pointer;
	text-decoration: underline;
}

.event-links .tab-link--active,
.event-links .tab-link:hover {
	color: #fff;
	text-decoration: none;
}

.event-info {
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 20px;
	min-height: 125px;
}

.event-info .img-container {
	width: 85px;
	height: 85px;
	filter: drop-shadow(0 0 13px #4376ff26);
}

.event-text {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #83e0fb;
}

.event-text span {
	color: #fff;
}

.event-des {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transform: translateY(-10px);
}

.event-owner {
	font-size: 14px;
	color: #8d9193;
}

.event-next {
	font-size: 12px;
	color: #83e0fb;
}

.tab-links {
	position: absolute;
	top: -30px;
	left: 300px;
	z-index: 5;
	display: flex;
	align-items: center;
}

.top-section .tab-link.tab-link--active,
.top-section .tab-link:hover,
.top-section .tab-link:hover::after,
.top-section .tab-link.tab-link--active::after {
	color: #6ec9eb;
}

.top-section .tab-link,
.section7 .tab-link {
	position: relative;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 700;
	color: #8d9193;
	transition: all 0.3s;
	cursor: pointer;
	text-transform: uppercase;
}

.section7 .tab-link:hover,
.top-section .tab-link:hover {
	color: #6ec9eb;
}

.tab-content {
	position: relative;
	z-index: 15;
	display: none;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeIn;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tab-content.active {
	display: block;
	overflow-x: auto;
}

.section3 .all-link {
	padding: 10px;
	align-self: flex-start;
	margin-top: -25px;
}

.top-players {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 10px;
	flex-wrap: wrap;
	gap: 10px;
}

.top-player-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 215px;
	height: 320px;
	border: 1px solid #092735;
	background-color: #031018;
	gap: 5px;
	overflow: hidden;
}

.option-name {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
	background-color: #031018;
	padding-bottom: 15px;
}

.option-name span {
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	text-transform: uppercase;
}

.top-player-option .char-img {
	position: relative;
	width: 145px;
	height: 145px;
	filter: drop-shadow(0 0 80px #0dd7144d);
	margin-bottom: 25px;
	margin-top: 15px;
}

.char-img-icon {
	position: absolute;
	bottom: -20px;
	left: 50%;
	display: inline-block;
	width: 49px;
	height: 37px;
	transform: translateX(-50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.char-img-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 26px;
	transform: translate(-50%, -50%);
	background-image: url('../images/icon-header-item-hover.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	margin-left: -1px;
	margin-top: -2px;
}

.option-char-name {
	font-size: 24px;
	font-weight: 700;
	color: #6ec9eb;
}

.option-value {
	text-transform: uppercase;
}

.rating-block {
	position: relative;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-bottom: 40px;
	padding-top: 65px;
}

.rating-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 1000px;
}

.row-wrapper {
	position: relative;
}

.rating-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s;
	gap: 20px;
	text-transform: uppercase;
}

.rating-heading-row {
	padding: 10px 20px;
	background-color: #4a98ce26;
}

.rating-heading-row span {
	font-size: 14px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
}

.rating-row:not(.rating-heading-row):hover {
	transform: translateX(-10px);
	background-color: #5d95fa29;
}

.rating-number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6%;
	font-weight: 700;
	min-width: 50px;
}

.rating-number .icon-container {
	position: relative;
	justify-content: center;
}

.rating-number .icon-container::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 37px;
	transform: translate(-50%, -50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.rating-icon {
	width: 8%;
	min-width: 75px;
}

.rating-icon-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rating-icon .img-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 49px;
	background-color: #264994;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	overflow: hidden;
}

.rating-icon .border-img {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	width: 78px;
	height: 58px;
	transform: translate(-50%, -50%);
	background-image: url('../images/ava-border.png');
}

.rating-icon .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rating-icon.guild .img-container img {
	width: 25px;
	height: 25px;
}

.rating-name {
	width: 17%;
	text-align: start;
	min-width: 150px;
	overflow: hidden;
}

.rating-guild-name {
	width: 50%;
	text-align: start;
	min-width: 300px;
}

.rating-score {
	width: 17%;
	text-align: start;
	min-width: 150px;
}

a.rating-name:hover,
a.rating-guild-name:hover {
	opacity: 0.5;
}

.rating-char {
	width: 17%;
	text-align: start;
	min-width: 150px;
}

.rating-guild {
	width: 17%;
	text-align: start;
	min-width: 150px;
}

.rating-reset {
	width: 12%;
	min-width: 50px;
}

.rating-ranks {
	width: 12%;
	min-width: 50px;
}

sup {
	position: relative;
	top: -5px;
	font-size: 12px;
	font-weight: normal;
	color: #f00;
}

.rating-status {
	width: 12%;
	min-width: 50px;
}

.rating-row:not(.rating-heading-row) .rating-status {
	color: #dbdd0d;
}

.rating-row:not(.rating-heading-row) .rating-status.off {
	color: #f22e6e;
}

/* characters */
.section4 {
	background-size: auto;
}

.section4 .section-container {
	height: max-content;
}

.charactersBlock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1900px;
}

.slider-for .slick-active .team-online-barBlock-bar span {
	width: 100%;
}

.slider-for-block {
	position: relative;
	margin: 0 auto;
	max-width: 1900px;
}

.slider-for-slide {
	height: 673px;
	padding-left: 350px;
	padding-right: 350px;
	padding-top: 221px;
}

.hero-icon-class {
	position: relative;
	display: inline-block;
	width: 194px;
	height: 142px;
	background: url('../images/hero-class-icon-1.png') no-repeat;
	margin-right: 20px;
}

.hero-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.hero-title_text {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	font-style: italic;
	max-width: 280px;
}

.hero-title_text span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.team-online-title {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.team-online-icon {
	position: relative;
	display: inline-block;
	width: 89px;
	height: 63px;
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.team-online-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 55px;
	height: 64px;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.team-online-icon-power::after {
	background-image: url('../images/char-icon-1.png');
}

.team-online-icon-defense::after {
	background-image: url('../images/char-icon-2.png');
}

.team-online-icon-dexterity::after {
	background-image: url('../images/char-icon-3.png');
}

.team-online-icon-speed::after {
	background-image: url('../images/char-icon-4.png');
}

.team-online-icon-mastery::after {
	background-image: url('../images/char-icon-5.png');
}

.team-online-block {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 2px 0;
	margin-right: 50px;
	max-width: 285px;
}

.team-online-block:nth-child(even) {
	margin-left: 15px;
}

.team-online-barBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 5px;
	margin-left: 8px;
	max-width: 200px;
}

.team-online-barBlock_title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	font-style: italic;
	margin-left: 10px;
	text-transform: uppercase;
}

.team-online-barBlock_title::first-letter {
	font-size: 20px;
}

.team-online-barBlock_percent {
	font-weight: 700;
	color: #73d1f4;
	font-style: italic;
}

.team-online-barBlock-bar {
	position: relative;
	height: 8px;
	border: 1px solid #000;
	transform: skew(-40deg);
	background-color: #000;
}

.team-online-barBlock-bar span {
	display: block;
	width: 0%;
	height: 6px;
	background: linear-gradient(
		90deg,
		rgb(6 15 23 / 100%) 0%,
		rgb(103 109 253 / 100%) 100%
	);
	transition: 2s;
}

.team-onlineBlock {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 80px 100px 80px;
  margin-right: 420px;
  right: 60px;
  position: relative;
}

.hero-img {
	position: absolute;
	width: 100%;
}

.slider-nav-slide-block {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	width: 100%;
	height: 155px;
	background: url('../images/hero-small-bg.png') center no-repeat;
	transition: 0.5s;
	margin-top: 10px;
}

.slider-nav-slide-block::after {
	position: absolute;
	bottom: 33px;
	left: 50%;
	width: 72px;
	height: 50px;
	background: url('../images/hero-small-bright-effect.png') center no-repeat;
	opacity: 0;
	transition: 0.5s;
	content: '';
	margin-left: -36px;
}

.slider-nav-slide-block img {
	position: absolute;
}

.hero-img {
	top: 50px;
	left: 50%;
}

.hero-img-2 {
	top: 0;
	left: 30%;
}

.hero-img-5 {
	top: 0;
}

.hero-img-7 {
	top: 0;
}

.hero-img-9 {
	top: -50px;
}

.hero-img-10 {
	left: 30%;
}

.hero-img-14 {
	top: -50px;
}

.hero-small {
	margin-left: 25px;
	margin-top: -50px;
}

.hero-small-1 {
	margin-left: 20px;
	margin-top: -45px;
}

.hero-small-2 {
	margin-left: 25px;
	margin-top: -50px;
}

.hero-small-3 {
	margin-left: 30px;
	margin-top: -40px;
}

.hero-small-5 {
	margin-left: 15px;
	margin-top: -50px;
}

.hero-small-6 {
	margin-left: -20px;
	margin-top: -55px;
}

.hero-small-7 {
	margin-left: 17px;
	margin-top: -36px;
}

.hero-small-8 {
	margin-left: 10px;
	margin-top: -40px;
}

.hero-small-9 {
	margin-left: 15px;
}

.hero-small-11 {
	margin-left: -30px;
	margin-top: -40px;
}

.hero-small-12 {
	margin-left: 15px;
}

.hero-small-13 {
	margin-left: 5px;
	margin-top: -45px;
}

.hero-small-15 {
	margin-left: 5px;
}

.slider-nav-block {
	height: 172px;
	background: url('../images/char-slide-active-border.png') center no-repeat;
	background-color: #020b10;
}

.slider-nav-slide {
	opacity: 0.5;
	transition: 0.5s;
	cursor: pointer;
}

.slider-nav-slide:hover {
	opacity: 1;
}

.slider-nav {
	margin: 0 auto;
	max-width: 1250px;
}

.slider-nav .slick-center {
	opacity: 1;
}

.slider-nav .slick-center .slider-nav-slide-block {
	background: url('../images/hero-small-hover-bg.png') center no-repeat;
}

.slider-nav .slick-center .slider-nav-slide-block::after {
	opacity: 1;
}

.slider-nav .slick-arrow,
.news-container .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	width: 30px;
	height: 20px;
	font-size: 0;
	opacity: 0.7;
	transition: 0.3s;
}

.slider-nav .slick-arrow:hover,
.news-container .slick-arrow:hover {
	opacity: 1;
	filter: drop-shadow(0 0 10px rgb(98 132 194 / 20%));
}

.slider-nav .slick-prev,
.news-container .slick-prev {
	left: -70px;
	background: url('../images/slick-arrow.png') no-repeat;
	transform: rotate(-180deg);
}

.slider-nav .slick-next,
.news-container .slick-next {
	right: -70px;
	background: url('../images/slick-arrow.png') no-repeat;
}

/* media */

.section7 .tab-links {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	margin-top: 35px;
}

.section7 .tab-links .tab-link {
	display: flex;
	align-items: center;
	color: #fff;
}

.section7 .tab-links .tab-link {
	color: #fff;
}

.section7 .tab-links .tab-link.tab-link--active,
.section7 .tab-links .tab-link:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.section7 .tab-links .tab-link.tab-link--active .icon-header-item,
.section7 .tab-links .tab-link:hover .icon-header-item {
	background-image: url('../images/icon-header-item-hover.png');
}

.media-slider {
	overflow: visible;
	perspective: 500px;
}

.media-slider .slick-list {
	padding: 20px 0 40px !important;
	overflow-y: visible;
}

.media-slider .media-slide {
	position: relative;
	width: 555px;
	margin: 0 -100px;
	box-shadow: 0 10px 20px 0 #060a0d;
	transition: 0.5s;
}

.media-slider .slick-slide.is-right {
	transform: translateX(-150px) skew(0deg, 1deg) scale(0.9);
}

.media-slider .slick-slide.is-right-2 {
	transform: scale(0.8);
	margin-left: -150px;
}

.media-slider .slick-slide.is-left {
	transform: translateX(150px) skew(0deg, -1deg) scale(0.9);
}

.media-slider .slick-slide.is-left-2 {
	transform: scale(0.8);
	margin-right: -150px;
}

.media-slider .media-slide.slick-center {
	z-index: 10;
}

.media-slide img {
	width: 100%;
	height: 340px !important;
	object-fit: cover;
}

.media-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 70;
	width: 47px;
	height: 47px;
	font-size: 0;
	opacity: 0.6;
	transform: translateY(-50%);
}

.media-slider .slick-arrow:hover {
	opacity: 1;
}

.media-slider .slick-next {
	right: 0;
	background: url('../images/slick-arrow-2.png') no-repeat;
	margin-right: -70px;
}

.media-slider .slick-prev {
	left: 0;
	background: url('../images/slick-arrow-2.png') no-repeat;
	transform: rotate(180deg) translateY(25px);
	margin-left: -65px;
}

.footerMenu {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.footerMenu-block {
	width: 25%;
}

.f-menu li {
	padding: 5px 0;
}

.f-menu li a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #5d7587;
}

.f-menu li a:hover {
	color: #83e0fb;
	text-decoration: underline;
}

.f-menu li:first-child {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.email-support {
	color: #5d7587;
}

.f-menu li .support-link {
	color: #fff;
}

.copyrights {
	display: flex;
	justify-content: center;
	width: max-content;
	margin: 0 auto;
	color: #5d7587;
	gap: 5px;
}

.copyrights a:hover {
	color: #83e0fb;
	text-decoration: underline;
}

/* burger menu */
.hamburger-menu {
	position: relative;
	top: 50%;
	left: 0;
	z-index: 15;
	display: block;
	width: 75px;
	height: 100%;
	transform: translateY(-50%);
	background-image: url('../images/menu.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hamburger-menu-close {
	display: block;
	padding: 15px 30px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.hamburger-menu-content {
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100vh;
	transition: all 0.3s;
	transform: translateX(-100%);
	background-color: #041017;
	max-height: 100vh;
	max-width: 620px;
	overflow-y: auto;
}

.hamburger-menu-content.active {
	transform: translateX(0);
}

.hamburger-menu-content .nav {
	flex-direction: column;
	align-items: flex-start;
	height: max-content;
}

.hamburger-menu-content .nav-item {
	display: flex;
	width: 100%;
}

.hamburger-menu-content .nav .nav-item .nav-link,
.hamburger-menu-content .nav .dropdown-custom-toggle {
	position: relative;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	font-size: 24px;
}

.hamburger-menu-content .nav .dropdown-custom {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
}

.hamburger-menu-content .nav-link:hover {
	color: #ffba36;
}

.hamburger-menu-content .dropdown-custom.lang,
.hamburger-menu-content .server-select {
	width: 100%;
	height: max-content;
}

.hamburger-menu-content .dropdown-custom .img-container {
	width: 20px;
	height: 20px;
}

.hamburger-menu-content .server-name {
	font-size: 20px;
}

.hamburger-menu-content .lang-name {
	font-size: 20px;
}

.hamburger-menu-content .dropdown-custom-menu {
	position: relative;
	background: #091d2b;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 95%);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto;
	padding: 75px 0;
	transform: translate(-50%, -50%);
	background-color: #041017;
	border-bottom: 1px solid #153046;
	max-width: 600px;
}

.modal-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	margin-top: -10px;
}

.modal-title span {
	position: relative;
	z-index: 2;
	font-size: 24px;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	margin-left: 75px;
	text-transform: uppercase;
}

.modal-title::after {
	position: absolute;
	top: -75px;
	left: 0;
	z-index: 0;
	width: 409px;
	height: 195px;
	background-image: url('../images/section-title.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.modal-title::after {
	left: -93px;
}

.modal-body {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	gap: 10px;
}

.modal-wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 10px auto;
  padding-top: 65px;
	max-width: 580px;
  max-height: 685px;
}

.modal .close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 150;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images/modal-close.png');
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.modal .close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 37px;
	transform: translate(-50%, -50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

#overlay {
	z-index: 998;
	position: fixed;
	background-color: rgba(14, 22, 29, 0.95);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

#swiper-modal {
	background: none;
	max-width: 1000px;
	left: calc(50% - 500px);
	box-shadow: none;
}

#swiper-modal .title {
	margin-bottom: 20px;
}

#swiper-modal .modal_close.cross {
	top: 0;
	right: 20px;
}

.main-swiper-block {
	position: relative;
	width: 100%;
	height: 600px;
}

.main-swiper-block .swiper-container {
	height: 100%;
}

.main-swiper-block .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
}

.main-swiper-navigation {
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(14, 22, 29, 0.7) linear-gradient(to right, rgba(57, 178, 204, 0.2), transparent);
	z-index: 1;
	padding: 0 40px;
}

.main-swiper-pagination {
	display: flex;
}

.main-swiper-navigation .swiper-pagination-bullet {
	font-family: "Open Sans", sans-serif;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffb830;
	background: #0e161d;
	opacity: 0.5;
	margin: 0 5px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}

.main-swiper-navigation .swiper-pagination-bullet-active {
	color: #ffb830;
	opacity: 1;
}

.main-swiper-buttons {
	gap: 15px;
}

.registration-text {
	font-size: 12px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	margin-left: 25px;
	text-transform: uppercase;
}

.registration-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 16px;
}

.registration-form .button {
	padding: 16px;
}

.form-group {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 5px;
	margin-bottom: 10px;
	max-width: 240px;
}

.form-input {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 12px;
	font-size: 14px;
	color: #fff;
	border: 1px solid transparent;
	transition: all 0.3s;
	background-color: #010910;
	clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
	outline: none;
}

.form-input-with-icon {
	padding-left: 60px;
}

.registration-label {
	display: flex;
	gap: 5px;
}

.input-container {
	position: relative;
}

.input-container .icon-container {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 15;
	transform: translateY(-50%);
	cursor: pointer;
}

.input-container .icon-container::after {
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	width: 49px;
	height: 37px;
	transform: translate(-50%, -50%);
	background-image: url('../images/bg-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.icon-container.icon-user {
	width: 26px;
	height: 25px;
	background-image: url('../images/icon-user.png');
}

.icon-container.icon-password {
	width: 24px;
	height: 26px;
	background-image: url('../images/icon-password.png');
}

.icon-container.icon-email {
	width: 26px;
	height: 22px;
	background-image: url('../images/icon-email.png');
}

.modal-info-submit {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-top: 20px;
}

.modal-info-submit .reg-btn {
	text-transform: uppercase;
}

.modal-info-submit .forum-btn {
	text-transform: uppercase;
}

.modal-link {
	color: #7cd1f9;
	text-decoration: underline;
}

.modal-link:hover {
	opacity: 0.5;
}

/* custom-checkbox */

.custom-checkbox {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
}

.custom-checkbox + label {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #4d7286;
	cursor: pointer;
	gap: 3px;
	padding-left: 30px;
	text-transform: uppercase;
	user-select: none;
}

.custom-checkbox + label::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	width: 14px;
	height: 14px;
	border: 2px solid #7cd5ee33;
	transition: all 0.3s;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
}

.custom-checkbox:hover + label::before {
	border: 2px solid #7cd5eeb3;
}

.custom-checkbox:checked + label::before {
	position: absolute;
	background-image: url('../images/checkbox.png');
	content: '';
}

.logo {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 215px;
	margin-bottom: 65px;
}

.logo img {
	width: 100%;
}

.footer-logo {
	display: flex;
	justify-content: center;
	width: 100%;
}

.footer-logo img {
	width: 315px;
}

.toTop {
	position: absolute;
	right: 0;
	bottom: 200px;
	z-index: 55;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 125px;
	height: 50px;
	border-radius: 25px;
	transition: all 0.3s;
	transform: rotate(-90deg);
	background-color: #031018b3;
	gap: 5px;
}

.toTop .icon-container {
	width: 47px;
	height: 47px;
	transform: rotate(90deg);
	background-image: url('../images/totop-button.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pages .section-container {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	padding-bottom: 0;
}

.pages .footerMenu {
	width: 100%;
}

.pages .section-container .logo {
	position: relative;
	z-index: 5;
	margin-bottom: 200px;
}

.pages .top-section {
	align-self: flex-start;
}

.pages .section-title {
	margin-left: 66px;
}

.pages .section6 {
	margin-top: -800px;
}

.main {
	position: relative;
}

.main-content {
	position: relative;
	z-index: 2;
	height: max-content;
	transform: translateY(-400px);
}

.main-content .news-block {
	height: 100%;
}

.pages .logo-section .section-container {
	justify-content: center;
}

.pages .news-title {
	position: relative;
	z-index: 15;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	margin-top: 20px;
	max-width: 80%;
}

.pages .news-date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 241px;
	height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #33576c;
	background-image: url('../images/news-date.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	gap: 5px;
	margin-bottom: 35px;
	margin-left: 35px;
	padding-left: 20px;
}

.pages .news-date span {
	font-size: 20px;
	color: #7cd1f9;
}

/* account-panel */

.pages .account-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-top: 75px;
}

.pages .home-block-subtitle {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.pages .account-setting {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.pages .account-setting_block {
	display: flex;
	align-items: center;
	width: calc(50% - 2px);
	height: 60px;
	padding: 0 25px;
}

.pages .account-setting_block:nth-child(1) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(2) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(1) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(5) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(6) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(9) {
	background-color: #031018;
}

.pages .account-setting_block:nth-child(10) {
	background-color: #031018;
}

.pages .account-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 21px;
	height: 21px;
	background-image: url('../images/account-setting-icons.png');
	background-repeat: no-repeat;
	margin-right: 35px;
}

.pages .account-icon-user {
	background-position: left top;
}

.pages .account-icon-member {
	background-position: left top -286px;
}

.pages .account-icon-email {
	background-position: left top -60px;
}

.pages .account-icon-last-login {
	background-position: left top -346px;
}

.pages .account-icon-rank {
	height: 18px;
	background-position: left top -119px;
}

.pages .account-icon-ip {
	background-position: left top -407px;
}

.pages .account-icon-server {
	height: 19px;
	background-position: left top -180px;
}

.pages .account-icon-current-ip {
	background-position: left top -467px;
}

.pages .account-icon-current-vip {
	background-position: left top -240px;
}

.pages .account-icon-current-vip-exp {
	background-position: left top -529px;
}

.pages .account-setting_f {
	display: block;
	width: 50%;
	font-weight: 700;
}

.pages .charOptions-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 36px;
}

.charOptions-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.pages .charOptions-col {
	padding: 12px;
}

.pages .charOptions-block {
	position: relative;
	display: flex;
	align-items: center;
	width: 374px;
	height: 125px;
	color: #6ec9eb;
	background: url('../images/option-bg.jpg') center no-repeat;
	background-size: cover;
	flex-wrap: wrap;
	font-style: italic;
	place-content: center center;
}

.pages .charOptions-block:hover {
	filter: brightness(120%);
}

.pages .charOptions-block p {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.pages-panel .lkBlock {
	position: relative;
}

.pages-panel .panel-active {
	position: relative;
	height: 90px;
	padding: 0 34px 0 12px;
	transition: 0.3s;
	cursor: pointer;
}

.pages-panel .panel-active:hover {
	background-color: #071621;
}

.pages .panel-active.active {
	background-color: #071621;
}

.pages-panel .panel-active img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
}

.pages-panel .panel-active::before {
	position: absolute;
	top: 42px;
	right: 7px;
	border: 7px solid transparent;
	border-top: 7px solid #6ec9eb;
	content: '';
}

.pages-panel .panel-dropdown {
	position: absolute;
	top: 100%;
	left: unset;
	display: none;
	width: max-content;
	transform: translateX(0);
	background-color: #031018;
	padding-top: 40px;
}

.pages-panel .panel-dropdown_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.pages-panel .panel-dropdown_my-block {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	font-weight: bold;
	color: #ffb400;
	margin-bottom: 20px;
}

.pages-panel .color-green {
	color: #b0d90e !important;
}
.color-green {
	color: #b0d90e !important;
}

.pages-panel .panel-dropdown_list {
	margin-bottom: 5px;
	max-height: 235px;
	overflow: auto;
}

.pages-panel .panel-dropdown_list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
}

.pages-panel .panel-dropdown_list li a:hover {
	background-color: #172f49;
}

.pages-panel .panel-dropdown_button {
	margin: 20px 0;
	padding: 0 20px;
	text-align: center;
}

/* rankings */

.pages .ranking-block,
.pages .events-block,
.pages .page-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-top: 75px;
  padding-bottom: 75px;
}

.pages .breadcrumbs {
	position: relative;
	z-index: 15;
	display: flex;
	align-items: center;
	margin: 0 40px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.pages .breadcrumbs ul {
	display: flex;
	align-items: center;
	margin-left: -15px;
}

.pages .breadcrumbs ul li {
	position: relative;
	padding: 15px;
}

.pages .breadcrumbs ul li::after {
	position: absolute;
	top: 50%;
	right: -8px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	content: '';
	margin-top: -4px;
}

.pages .breadcrumbs ul li:last-child::after {
	display: none;
}

.pages .breadcrumbs ul li a {
	color: #fff;
}

.pages .breadcrumbs ul li a:hover {
	color: #6ec9eb;
}

.pages .selectTop {
	display: flex;
	justify-content: flex-end;
	padding: 0 40px;
	margin-bottom: 40px;
}

.pages .topThree {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.pages .topThree-block {
	display: flex;
	height: 120px;
	max-width: 360px;
}

.pages .topThree-block_place {
	width: 78px;
}

.pages .first-place {
	background: url('../images/first-place-img.jpg') center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .second-place {
	background: url('../images/second-place-img.jpg') center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .third-place {
	background: url('../images/third-place-img.jpg') center bottom no-repeat;
	background-color: #0c0c0e;
}

.pages .topThree-block_class {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	background-color: #102a3b;
	overflow: hidden;
}

.pages .topThree-block_class .hero-small {
	margin-top: 0;
}

.pages .topThree-block_class .slider-nav-slide-block {
	width: 165px;
	background: url('../images/hero-small-hover-bg.png') center no-repeat;
	transform: scale(0.7);
	margin-top: 0;
}

.pages .topThree-block_class .slider-nav-slide-block::after {
	opacity: 1;
}

.pages .topThree-block_text {
	position: relative;
	padding: 20px 18px;
	background-color: #031018;
}

.pages .topThree-block_text-t p {
	font-weight: bold;
	color: #6ec9eb;
	margin-bottom: 10px;
}

.pages .topThree-block_text-b {
	position: absolute;
	bottom: 20px;
	left: 18px;
}

.pages .slider-nav-slide-block img {
	top: 0;
}

.pages .online {
	color: #b0d90e;
}

.pages .offline {
	color: #e91414;
}

select {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 0 40px 0 20px;
	font-size: 14px;
	color: #fff;
	background: #26272b;
	border: none;
	appearance: none !important;
	cursor: pointer;
	max-width: 290px;
	text-indent: 0.01px;
	text-overflow: '';
}

.select::before {
	position: absolute;
	top: 20px;
	right: 7px;
	border: 7px solid transparent;
	border-top: 7px solid #6ec9eb;
	content: '';
}

.select {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 45px;
	padding: 0 40px 0 20px;
	font-size: 14px;
	color: #fff;
	background-color: #031018;
	cursor: pointer;
	max-width: 290px;
	outline: none;
	user-select: none;
}


/* .select:focus .select_dropdown {
	display: block;
} */

.select.open .select_dropdown {
	display: block;
}

.select_dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 10;
	display: none;
	transition: 0.3s;
	background-color: #031018;
	list-style-type: none;
}

.select_option {
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 20px;
	color: #83e0fb;
	border-top: 1px solid #031018;
}

.select_option:hover {
	background-color: #071621;
}

.select_option a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.ranking-wrapper {
	width: 100%;
	overflow-x: auto;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	flex-wrap: wrap;
}

.pagination li {
	padding: 6px;
}

.number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 37px;
	color: #fff;
	background: url('../images/bg-icon.png') no-repeat;
	background-size: contain;
}

.number::after {
	position: absolute;
	z-index: -1;
	width: 35px;
	height: 30px;
	opacity: 0;
	transition: all 0.3s;
	background-color: #031018;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	content: '';
}

.number.active::after,
.number:hover::after {
	opacity: 1;
}

.number.active {
	filter: drop-shadow(0 0 10px rgb(98 132 194 / 20%));
}

.number:hover {
	filter: drop-shadow(0 0 10px rgb(98 132 194 / 20%));
}

.number-nav {
	display: block;
	width: 47px;
	height: 47px;
	background: url('../images/slick-arrow-2.png') no-repeat;
	opacity: 0.5;
}

.number-nav:hover {
	opacity: 1;
	filter: drop-shadow(0 0 10px rgb(98 132 194 / 20%));
}

.nav-prev {
	transform: rotate(180deg);
	margin-right: 30px;
}

.nav-next {
	margin-left: 30px;
}

/* download */

.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pages .download-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 50px 35px;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-top: 50px;
}

.d-block {
	margin-bottom: 50px;
	overflow: hidden;
}

.dTop {
	display: flex !important;
	flex-wrap: wrap !important;
}

.dTop-left {
	width: 60%;
	height: 270px;
}

.dTop-left > div {
	height: 100%;
}

.dTop-right {
	width: 40%;
	height: 270px;
}

.dTop-right > div {
	height: 100%;
}

.dTop-cat {
	width: 100%;
	padding: 3px;
}

.dTop-cat_title {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.dTop-cat_blocks {
	flex-wrap: wrap;
}

.dTop-cat_block {
	position: relative;
	display: block;
	width: calc(25% - 15px);
	height: 140px;
	margin: 3px;
	background-color: #020a0e;
}

.dTop-cat_block::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 2;
	width: 128px;
	height: 89px;
	opacity: 0;
	transition: 0.3s;
	content: '';
	margin-left: -64px;
}

.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;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	place-items: center center;
}

.dTop-cat_block-title {
	position: relative;
	z-index: 3;
	text-align: center;
	margin-top: -15px;
}

.dtop-update {
	text-align: center;
}

.dtop-update_title {
	font-size: 15px;
	font-weight: bold;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		0deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(255 255 255 / 76.5%) 100%
	);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.dtop-update_text {
	margin: 0 auto;
	line-height: 30px;
	color: #d5e7e8;
	margin-bottom: 30px;
	max-width: 330px;
}

.button-middle {
	margin: 0 auto;
}

.d-title {
	position: relative;
	width: max-content;
	margin: 0 auto;
	padding: 16px 30px 16px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #7cd1f9;
	margin-bottom: 40px;
}

.d-title::before {
	position: absolute;
	top: 50%;
	left: -100px;
	width: 130px;
	height: 23px;
	background: url('../images/separator-arrow.png') no-repeat;
	transform: translateY(-50%);
	background-size: contain;
	content: '';
}

.d-title::after {
	position: absolute;
	top: 50%;
	right: -120px;
	width: 130px;
	height: 23px;
	background: url('../images/separator-arrow.png') no-repeat;
	transform: translateY(-50%) rotate(180deg);
	background-size: contain;
	content: '';
}

.table-top-scroll {
	overflow-x: auto;
}

.pages table {
	width: 100%;
}

.pages table td {
	padding: 20px 30px;
	border-collapse: collapse;
	border-top: 1px solid #262525;
	vertical-align: middle;
}

.pages table th {
	padding: 20px 30px;
	font-weight: bold;
	color: #ffb400;
	text-align: left;
	border-collapse: collapse;
}

.pages table thead tr {
	background-color: #152530;
	border-top: 2px solid #1d2d39;
}

.table-download {
	border-top: 1px solid #1d2d39;
}

.table-download thead {
	font-weight: bold;
}

.table-download thead td {
	font-size: 15px;
	background-color: #152530;
}

.table-download td {
	text-align: center;
	border: 1px solid #1d2d39;
	background-color: #0f1f29;
}

.table-download td:first-child {
	width: 25%;
}

.driverBlock {
	display: block;
	padding: 12px;
}

.d-title-d {
	margin-bottom: 30px;
}

.faq-block_title {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #7cd1f9;
	margin-bottom: 30px;
	padding-left: 50px;
	text-decoration: underline;
}

.faq-block_title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	background: url('../images/icon-question.png') no-repeat;
	content: '';
	margin-top: -18px;
}

.faq-block_text {
	line-height: 30px;
}

.faq-block {
	margin-bottom: 50px;
}

.faq-block:last-child {
	margin-bottom: 0;
}

/* market page */

.pages .market-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-top: 75px;
}

.market-block .search-input {
	position: relative;
}

.market-block .search-input::after {
	position: absolute;
	top: calc(50% - 9.5px);
	right: 22px;
	width: 17px;
	height: 19px;
	background: url('../images/search-icon.png') center no-repeat;
	content: '';
	cursor: pointer;
}

.market-block .search-input input {
	width: 100%;
	height: 45px;
	padding: 0 32px;
	font-size: 16px;
	color: #fff;
	background: #031018;
	border: none;
	outline: none;
}

.market-block .search-input input::placeholder {
	color: #fff;
}

.market-block .deposit-top {
	margin: 0 40px;
}

.market-block .game-items {
	padding: 40px;
}

.market-block .filter-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.market-block .filter-item a {
	display: flex;
	align-items: center;
	font-size: 16px;
	opacity: 0.6;
	transition: 0.3s;
}

.market-block .filter-item a img {
	margin-right: 5px;
}

.market-block .filter-item.active a,
.market-block .filter-item:hover a {
	color: #6ec9eb;
	opacity: 1;
}

.market-block .search-block {
	gap: 10px;
	margin-top: 50px;
}

.market-block .search-block .left {
	width: 60%;
}

.market-block .search-block .right {
	justify-content: end;
	width: calc(40% - 10px);
}

.market-block .search-block .left,
.market-block .search-block .current-item {
	flex-wrap: nowrap;
}

.market-block .search-block .current-item-label {
	color: #6ec9eb;
	margin-left: 15px;
	text-transform: uppercase;
}

.market-block .search-block .input-wrap {
	width: 100%;
	margin-left: 30px;
	margin-right: auto;
}

.market-block .search-block .sort-by {
	flex-wrap: nowrap;
}

.market-block .search-block .sort-by p {
	font-size: 14px;
	margin-right: 40px;
	white-space: nowrap;
}

.market-block .search-block .sort-by .select {
	width: 100%;
}

.market-block .search-block .sort-by .select,
.market-block .search-block .sort-by .select a {
	font-size: 14px;
	color: #fff;
}

.market-block .items-content {
	padding: 0 40px;
	flex-wrap: wrap;
	gap: 15px;
}

.market-block .items-content .item-content:hover {
	box-shadow: 0 10px 30px #000000bf;
	transform: translateY(-10px);
}

.market-block .items-content .item-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 210px;
	border: 1px solid #062131;
	transition: 0.3s all;
	background-color: #031018;
	min-height: 320px;
}

.market-block .items-content .item-content .border-bottom-left,
.market-block .items-content .item-content .border-bottom-right,
.market-block .items-content .item-content .border-top-left,
.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-bottom-left,
.market-block .plan-items .plan-item .border-bottom-right,
.market-block .plan-items .plan-item .border-top-left,
.market-block .plan-items .plan-item .border-top-right {
	width: 20px;
	height: 20px;
}

.market-block .items-content .item-content .border-top-left,
.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-top-left,
.market-block .plan-items .plan-item .border-top-right {
	top: -3px;
	left: -8px;
}

.market-block .items-content .item-content .border-top-right,
.market-block .plan-items .plan-item .border-top-right {
	right: -13px;
	left: unset;
}

.market-block .items-content .item-content .border-bottom-left,
.market-block .plan-items .plan-item .border-bottom-left {
	bottom: -3px;
	left: -13px;
}

.market-block .items-content .item-content .border-bottom-right,
.market-block .plan-items .plan-item .border-bottom-right {
	right: -8px;
	bottom: -3px;
}

.market-block .items-content .title-item {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}

.market-block .items-content .icon-item {
	height: 170px;
}

.market-block .items-content .price-item {
	display: flex;
	align-items: center;
	color: #b0d90e;
	gap: 10px;
}

.price-item.border-r {
  border: 1px solid #083a6540;
  padding: 1rem;
  margin: 5px auto;
}

.market-block .item-content .price-item .icon-container.coin {
	background: url('../images/coin-icon-bordered.png') center/contain no-repeat;
}

.market-block .items-content .button,
.market-block .plan-items .button {
	width: 168px;
	height: 35px;
	margin-top: 22px;
}

.market-block .deposit-plan-block {
	padding: 40px;
}

.market-block .deposit-plan-title h2 {
	color: #6ec9eb;
	margin-left: 15px;
	text-transform: uppercase;
}

.market-block .plan-items {
	display: flex;
	justify-content: center;
	cursor: pointer;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}

.market-block .plan-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 235px;
	height: 360px;
	background: url('../images/plan-items-bg.jpg') center/cover no-repeat;
	border: 1px solid #062131;
	transition: 0.3s;
}

.market-block .plan-item .icon-item {
	max-width: 100%;
}

.market-block .plan-item:hover,
.market-block .plan-item.active {
	box-shadow: 0 10px 30px #000000bf;
	transform: translateY(-10px);
}

.market-block .plan-item .price-item {
	color: #b0d90e;
}

.market-block .plan-item.active .selected-elem {
	top: -29px;
	left: -29px;
	display: block;
}

.market-block .plan-item.selected button {
	background: url('../images/blue-button-bg.jpg') center no-repeat;
	border-radius: 5px;
	box-shadow: 0 10px 20px 0 rgb(98 223 234 / 40%);
	background-size: cover;
}

.market-block .plan-item-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	border: 1px solid rgb(109 251 195 / 15%);
}

.market-block .plan-item-content-bottom {
	position: absolute;
	bottom: 35px;
}

.market-block .plan-item .plan-amount {
	font-size: 18px;
	color: #fbc430;
	text-align: center;
}

.payment-methods {
	margin-top: 20px;
}

.market-block .plan-item button {
	margin-top: 20px;
}

.market-block .payment-method-block {
	padding: 40px;
}

.market-block .confirm-block {
	padding: 40px;
}

.market-block .confirm-block .content {
	padding: 30px 40px;
	background: #031018;
	margin-top: 20px;
}

.market-block .confirm-block .content > div {
	width: 25%;
}

.market-block .confirm-block .key {
	font-size: 14px;
	font-weight: bold;
	color: #889cad;
	margin-bottom: 8px;
}

.market-block .confirm-block .value {
	font-size: 18px;
}

.market-block .confirm-block .value span {
	display: inline;
	font-size: 18px;
}

.market-block .pagination {
	padding: 50px 0;
}

.back-btn {
	position: relative;
	padding-left: 20px;
}

.back-btn::before {
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 11px;
	height: 11px;
	background: url('../images/back-icon.png') center no-repeat;
	content: '';
}

.icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 69px;
	background: url('../images/input-elem-bg.png') center no-repeat;
}

.online-status {
	font-size: 16px;
	color: #cbff3f;
	text-shadow: 0 0 10px #cbff3f;
}

.deposit-top .content {
	position: relative;
	width: 100%;
	background: #102a3b;
}

.deposit-top .profile-deposit,
.deposit-top .deposit-amount,
.deposit-top .cart {
	padding: 0 30px;
}

.deposit-top .deposit-profile-image {
	width: 100px;
	height: 100px;
	margin-right: 35px;
}

.deposit-top .deposit-profile-info h2 {
	font-size: 14px;
	color: #6ec9eb;
}

.deposit-top .deposit-profile-info {
	font-size: 14px;
	line-height: 24px;
}

.deposit-top .deposit-profile-info a {
	display: block;
	color: #00fffc;
	margin-top: 10px;
	text-decoration: underline;
}

.deposit-top .deposit-amount {
	justify-content: center;
	width: 460px;
	background: #031018;
	gap: 20px;
	margin-left: auto;
	margin-right: 20px;
	min-height: 120px;
}

.deposit-top .deposit-amount .amount {
	font-size: 24px;
	color: #b0d90e;
	text-shadow: 0 0 10px #cbff3f;
}

.deposit-top .deposit-amount .button {
	text-transform: uppercase;
}

.deposit-top .deposit-amount img {
	width: 30px;
	height: 30px;
}

.deposit-top .cart {
	position: relative;
	margin-right: 50px;
}

.deposit-top .cart .icon-wrap {
	margin-right: 15px;
}

.deposit-top .cart p {
	font-size: 14px;
	color: #6ec9eb;
	margin-bottom: 5px;
}

.payment-method {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 275px;
	height: 135px;
	background: #031018;
	transition: 0.3s;
	cursor: pointer;
}

.payment-method.active,
.payment-method:hover {
	background: #00060a;
}

.payment-method.active .selected-elem {
	top: -30px;
	left: -30px;
	display: block;
}

.selected-elem {
	position: absolute;
	top: -22px;
	left: -22px;
	z-index: 10;
	display: none;
	border: 30px solid #36d1b4;
	transform: rotate(-45deg);
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
}

.selected-elem::after {
	position: absolute;
	top: 16px;
	left: -3px;
	z-index: 10;
	width: 10px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
}

.select-wrapper {
  position: relative;
  width: 100%;
  max-width: 290px;
}

.select-wrapper::before {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #6ec9eb;
  pointer-events: none;
  z-index: 99;
}

select {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #fff;
  background-color: #031018;
  border: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}
select option.select_option {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 20px;
  font-size: 14px;
  color: #fff;
  background-color: #031018;
  border: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.sparks {
	position: absolute;
	bottom: 300px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
}

.sparks > div {
	position: absolute;
}

.sparks .spark_1 {
	right: 0;
	bottom: -320px;
	width: 764px;
	height: 313px;
	background: url('../images/animation/spark_1.png') no-repeat;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 1s;
}

@keyframes spark-1 {
	0% {
		bottom: -320px;
		opacity: 1;
		transform: scale(0.6);
	}

	25% {
		bottom: -240px;
		opacity: 1;
		transform: scale(0.7);
	}

	50% {
		bottom: -160px;
		opacity: 1;
		transform: scale(0.8);
	}

	75% {
		bottom: -80px;
		opacity: 0.5;
		transform: scale(0.9);
	}

	100% {
		bottom: 0;
		opacity: 0;
		transform: scale(1);
	}
}

.sparks .spark_2 {
	right: 230px;
	bottom: -320px;
	width: 179px;
	height: 335px;
	background: url('../images/animation/spark_2.png') no-repeat;
	transform: scale(0.6);
	animation: spark-1 4s linear infinite;
	animation-delay: 2s;
}

.sparks .spark_3 {
	right: 280px;
	bottom: -140px;
	width: 128px;
	height: 165px;
	background: url('../images/animation/spark_3.png') no-repeat;
	transform: scale(0.6);
	animation: spark-3 4s linear infinite;
	animation-delay: 2s;
}

@keyframes spark-3 {
	0% {
		bottom: -140px;
		opacity: 1;
		transform: scale(0.6);
	}

	25% {
		bottom: -80px;
		opacity: 1;
		transform: scale(0.7);
	}

	50% {
		bottom: -20px;
		opacity: 1;
		transform: scale(0.8);
	}

	75% {
		bottom: 40px;
		opacity: 0.5;
		transform: scale(0.9);
	}

	100% {
		bottom: 100px;
		opacity: 0;
		transform: scale(1);
	}
}

.sparks .spark-big {
	right: 0;
	bottom: -180px;
	width: 794px;
	height: 176px;
	background: url('../images/animation/spark_4.png') no-repeat;
	transform: scale(0.6);
	animation: spark-5 4s linear infinite;
}

.sparks .spark_5 {
	right: 40px;
	animation-delay: 2s;
}

@keyframes spark-5 {
	0% {
		bottom: -180px;
		opacity: 1;
		transform: scale(0.6);
	}

	25% {
		bottom: -120px;
		opacity: 1;
		transform: scale(0.7);
	}

	50% {
		bottom: -60px;
		opacity: 1;
		transform: scale(0.8);
	}

	75% {
		bottom: 0;
		opacity: 0.5;
		transform: scale(0.9);
	}

	100% {
		bottom: 60px;
		opacity: 0;
		transform: scale(1);
	}
}

.animations {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 5;
	transform: translateX(-1225px);
}

.ray {
	position: absolute;
	top: 90px;
	left: 225px;
	width: 419px;
	height: 419px;
	background: url('../images/ray.png') no-repeat center/contain;
	opacity: 0.6;
	animation: ray 14s infinite linear;
	transform-origin: center;
}

.crystal-a {
	position: absolute;
	top: -50px;
	left: 790px;
	width: 181px;
	height: 239px;
	background: url('../images/crystal.png') no-repeat center/contain;
	animation: crystal 3s infinite linear;
	transform-origin: center;
}

@keyframes ray {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes crystal {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

/* market-block */
.main-market {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
}

.main-market .items-content {
	padding: 80px 5px 40px;
	flex-wrap: nowrap;
	overflow: hidden;
}

.main-market-btn {
	margin: 80px auto;
	margin-top: 40px;
}

/* event modals */
.hamburger-menu-content .event-btn {
	padding: 10px 30px;
}

.event-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.event-btn span {
	font-size: 14px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(0deg, #a9a0f7, #7aefff);
	text-transform: uppercase;
}

/* events modal */

#events-modal .modal-content {
	max-width: 500px;
}

#events-modal .modal-wrapper {
	width: 100%;
	max-width: unset;
}

.events-table {
	display: flex;
	flex-direction: column;
	max-height: 500px;
	overflow: auto;
}

.events-table li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 10px;
}

.event-name a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #c096ff;
	margin-bottom: 5px;
}

.event-name a:hover {
	opacity: 0.5;
}

.event-time {
	color: #94bfdc;
	text-align: right;
}

.event-time p {
	font-size: 14px;
	margin-bottom: 5px;
}

.events-table::-webkit-scrollbar {
	width: 5px;
}

.events-table::-webkit-scrollbar-track {
	background: #041017;
	border-radius: 5px;
}

.events-table::-webkit-scrollbar-thumb {
	background: #94bfdc;
	border-radius: 5px;
}

.yt_popup {
  background-image: url(../images/dv_youtube_2.png);
  height: 139px;
  position: fixed;
  bottom: 10px;
  z-index: 9;
  width: 230px;
  right: -190px;
  transition: 0.5s
}
.yt_popup.active {
  right: -25px;
}
#yt_btn {
  position: absolute;
  height: 104px;
  width: 50px;
  left: -50px;
  top: 35px;
  cursor: pointer;
  background-image: url(../images/dv_youtube_1.png);
}
#yt_popup_video {
  margin-left: 45px;
  width: 900px;
}
#yt_popup_video a {
  margin-left: -38px;
  margin-top: 10px;
  float: left;
  position: relative;
}
.angled-img {
  position: relative;
  display: block;
}
.angled-img .img {
  position: relative;
  overflow: hidden;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #160962;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#yt_popup_video a .img {
  border: solid rgba(255, 255, 255, 0.8) 2px;
  background: #000;
}
#yt_popup_video .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 213px;
  height: 124px;
  z-index: 100000;
}
#yt_popup_video iframe {
  opacity: 0.7;
  width: 203px;
  height: 114px;
  -webkit-transform: skew(7deg) scale(1.098);
  -ms-transform: skew(7deg) scale(1.098);
  -o-transform: skew(7deg) scale(1.098);
  transform: skew(7deg) scale(1.098);
  -o-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
#yt_btn i {
  margin-left: 30px;
  margin-top: 8px;
  font-size: 12px;
}
.fa-chevron-left {
  display: inline-block;
  background: url(../images/chevron-left.png) no-repeat;
  width: 8px;
  height: 12px;
  position: relative;
  transition: 0.3s;
}
.yt_btn.active .fa-chevron-left{
  transform: rotate(180deg);
}
.show_banner_btn {
  width: 47px;
  height: 41px;
  background-image: url(../images/show_banner_btn.png);
  position: fixed;
  bottom: 160px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.show_banner_btn:hover {
  background-image: url(../images/show_banner_btn_hover.png);
}
.show_banner_btn a {
  display: block;
  width: 47px;
  height: 41px;
}
.local-title-p {
  margin-bottom: 35px;
}
.rankings_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}

/* table */

table {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
}

tr {
	height: 65px;
}

tr:nth-child(2n - 1) {
	background: linear-gradient(
		180deg,
		rgb(9 29 43 / 100%) 0%,
		rgb(9 29 43 / 77.4%) 79%,
		rgb(9 29 43 / 13.2%) 100%
	);
}

tr:nth-child(2n) {
	background: #172934;
}

table thead tr {
	background: #0e161d !important;
}

table thead tr th {
	color: #00fffc !important;
	text-transform: uppercase !important;
}

td {
	position: relative;
	vertical-align: middle;
	padding-left: 45px;
	border: 1px solid #223642;
	padding-right: 30px;
}

table .first-three {
	color: #f7c130;
	font-weight: bold;
}

table .second-three {
	color: #f07700;
}

table.with-hover tr {
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

table.with-hover tbody tr:hover {
	z-index: 2;
	box-shadow: 0 0 15px 0 rgba(95, 223, 255, 0.23),
	inset 0 0 7px 0 rgba(106, 191, 255, 0.4);
	filter: brightness(1.1);
}

table td,
table th {
	border: 1px solid #223642;
	vertical-align: middle;
	text-align: left;
	padding: 0 25px;
}

table td.centered,
table th.centered {
	text-align: center;
}

table td.number-cell,
table th.number-cell {
	width: 66px;
	padding: 0;
	text-align: center;
}

.players-table {
	margin-top: 30px;
}

.players-table .first-cell {
	width: 65px;
	text-align: center;
}

.players-table .second-cell {
	position: relative;
	width: 25%;
	padding-left: 115px;
}

.players-table .online-status {
	position: absolute;
	left: 30px;
}

.players-table .third-cell {
	padding-left: 30px;
}

.players-table .forth-cell {
	position: relative;
	padding-left: 80px;
}

.players-table .ava {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #213237;
	top: calc(50% - 19px);
	left: 20px;
}

.players-table .ava img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.players-table .fifth-cell {
	width: 12%;
	text-align: center;
}

.players-table .six-cell {
	width: 14%;
	text-align: center;
}
.drops-item-tooltip {
	width: 375px;
	padding: 40px;
	background: rgba(14, 22, 29, 0.9);
	text-align: center;
}

.drops-item-tooltip h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #fbc430;
	margin-bottom: 35px;
}

.drops-item-tooltip li {
	border: 1px solid #223642;
	background: #0c1317;
	display: flex;
	margin-bottom: 4px;
}

.drops-item-tooltip li span {
	display: flex;
	align-items: center;
	width: 50%;
	height: 24px;
	border-right: 1px solid #223642;
	padding-left: 15px;
}

.drops-item-tooltip li span:last-child {
	border-right: none;
}
.styled-form_listing {
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 830px;
  gap: 20px;
  padding: 1rem;
}

.wrapper-content-links {
	width: 100%;
	overflow-x: auto;
}

.character-content-links {
	display: flex;
	border-bottom: 1px solid #1f343e;
	gap: 10px;
	min-width: 765px;
}

.character-content-links li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.character-content-links li .tab-link {
	position: relative;
	padding: 30px 45px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	text-transform: uppercase;
}

.character-content-links li .tab-link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 128px;
	height: 80px;
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50%);
	background-image: url('../images/guild/tab-link-hover.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.character-content-links li .tab-link--active,
.character-content-links li .tab-link:hover {
	color: #67bee0;
}

.character-content-links li .tab-link--active::after,
.character-content-links li .tab-link:hover::after {
	opacity: 1;
}

/* tooltips */
.has-tooltip,
.has-text-tooltip {
  cursor: pointer;
}
.item-tooltip {
  width: 470px;
  padding: 40px;
  background: rgba(14, 22, 29, 0.9);
  text-align: center;
  border-radius: 5px;
}

.item-tooltip .item-name {
  text-transform: uppercase;
  color: #fbc430;
  margin: 0;
}

.item-tooltip .durability {
  font-weight: 600;
  letter-spacing: 2px;
  color: #00fffc;
  margin: 25px 0;
}

.item-tooltip .abilities {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.item-tooltip .abilities li {
  display: flex;
  align-items: center;
  background: #238775;
  height: 18px;
  padding-left: 12px;
  color: #fff;
  font-size: 12px;
}
.item-tooltip .skill {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .luck {
  text-transform: uppercase;
  color: #1944d3ce;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .excellent {
  text-transform: uppercase;
  color: #fbc430;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .options-ex {
  color: #16c71f;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}
.item-tooltip .socket {
  text-transform: uppercase;
  color: #be0df4e2;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-1 {
  text-transform: uppercase;
  color: #96b49be0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-2 {
  text-transform: uppercase;
  color: #bfdf0de0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-3 {
  text-transform: uppercase;
  color: #8d1b0793;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-4 {
  text-transform: uppercase;
  color: #2d5f7c93;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-5 {
  text-transform: uppercase;
  color: #ad0707d7;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-6 {
  text-transform: uppercase;
  color: #151666cb;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-7 {
  text-transform: uppercase;
  color: #61067c93;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-8 {
  text-transform: uppercase;
  color: #01e00cd3;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-9 {
  text-transform: uppercase;
  color: #9e9696;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-10 {
  text-transform: uppercase;
  color: #800a3bd8;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-11 {
  text-transform: uppercase;
  color: #914f03ec;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-12 {
  text-transform: uppercase;
  color: #4a9b48b4;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-13 {
  text-transform: uppercase;
  color: #70086be8;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-14 {
  text-transform: uppercase;
  color: #08042293;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-15 {
  text-transform: uppercase;
  color: #d0ff00ec;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .mastery-bonus {
  text-transform: uppercase;
  color: #5c0050;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .mastery-options {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .harmony {
  text-transform: uppercase;
  color: #a5196bda;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .refine {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .can-equip-block {
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}

.item-tooltip .can-equip {
  color: #f3eaea;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}

.item-tooltip .info {
  color: #889cad;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
  font-size: 12px;
}

.tooltip-info {
  cursor: pointer;
}

.tippy-box[data-theme~='none'] {
  padding: 0;
  background-color: transparent;
}

.tippy-box[data-theme~='default'] {
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  background-color: #0e1720;
}

.notification {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -31px;
	right: 0px;
	left: 140px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.33);
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	padding: .8rem;
	border: 1px solid #1992bacc;
}

.messages-table {
	margin-top: 40px;
}

.messages-table td,
.messages-table th {
	border: none;
	transition: 0.3s;
}

.messages-table tr {
	border: 1px solid #223642;
}

.messages-table .first-cell {
	width: 100px;
	text-align: right;
}

.messages-table .second-cell {
	padding-left: 0;
}

.messages-table .third-cell {
	width: 15%;
	text-align: right;
}

.messages-table .message-icon {
	width: 42px;
	height: 45px;
	background: url("../images/messages-icon.png") center no-repeat;
	filter: grayscale(0.7);
	opacity: 0.3;
	transition: 0.3s;
	margin: auto;
}

.messages-table tr.unread .message-icon {
	filter: none;
	opacity: 1;
}

.messages-table tr.unread td {
	color: #fbc430;
}

.messages-page .message {
	position: relative;
	background: #15252e;
	padding: 50px;
	margin-top: 50px;
}

.messages-page .message .yellow-title {
	text-align: left;
}

.messages-page .message-content {
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0;
}

.messages-page .message-date {
	color: #fbc430;
	font-size: 14px;
}

.messages-page .message-date span {
	display: inline;
	font-size: 18px;
}

.ico-warning {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	z-index: 99;
	left: 335px;
	right: 0;
	bottom: 30px;
}

.dismissable {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	color: #fff;
	font-family: Philosopher;
	font-weight: bold;
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px auto;
	padding-bottom: .9rem;
}

.like {
  color: #cbff3f;
}

.dislike {
  color: #fe1515;
}

.like,
.dislike {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.like:before,
.dislike:before {
  content: '';
  display: block;
  width: 55px;
  height: 56px;
  background: url("../images/like-dislike-icons.png") left no-repeat;
  margin-right: -10px;
}

.like:before {
  margin-right: -14px;
}

.dislike:before {
  content: '';
  width: 55px;
  height: 56px;
  background-position: right;
}

.page .container.with-no-padding {
  padding: 0;
}

.page .page-content {
  padding: 50px;
}

.file-chosen {
  margin-left: 25px;
}

.styled-form h3 {
  margin-bottom: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.styled-form-block {
  padding: 10px;
  background: #15252e;
  border: 1px solid #223642;
  margin-top: -1px;
  display: flex;
  justify-content: space-between;
}

.styled-form-block input,
.styled-form-block textarea,
.styled-form-block .custom-select,
.styled-form-block .upload-block {
  min-width: 50%;
  width: 50%;
  outline: none;
  font-family: Philosopher;
  text-transform: uppercase;
}

.styled-form-block input {
  background: #0e161d;
  color: #fff !important;
}

.styled-form-block input::placeholder {
  color: #1e8fd6 !important;
}

.styled-form .custom-select .select-selected {
  color: #fff !important;
}

.styled-form .upload-block {
  height: 80px;
}

.styled-form .label {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 25px;
}

.styled-form label span {
  display: inline;
  color: #ff0000;
}

.styled-form input[type="submit"] {
  margin: 25px auto 0;
}

.add-message-form h3 {
  margin-bottom: 20px;
}

.add-message-form .styled-form-block {
  padding: 13px;
  background: #15252e;
  border: 1px solid #223642;
  margin-top: -1px;
}

.styled-form-block > label,
.add-message-form textarea {
  width: 100%;
}

.add-message-form .upload-block {
  padding: 10px 0;
}

.comments-table tbody td {
  padding: 30px;
}

.comments-table .first-cell {
  width: 40%;
}

.comments-table .third-cell {
  width: 25%;
}

.comments-table tbody .first-cell img {
  width: 130px;
  height: 130 pFx;
  border-radius: 50%;
  margin-right: 30px;
}

.comments-table .nickname {
  font-size: 28px;
  color: #fbc430;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-table .role {
  color: #00fffc;
  text-decoration: underline;
}

.comments-table .sent-ago {
  max-width: 50%;
  color: #fbc430;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

.comments-table .sent-ago span {
  font-size: 16px;
}

.comments-table tbody .first-cell,
.comments-table tbody .third-cell {
  background: #15252e;
}

.comments-table tbody .second-cell {
  background: #1c2c35;
  font-size: 16px;
  line-height: 30px;
}

.comments-table third-cell > div {
  max-width: 170px;
  margin: 0 auto;
}


.comments-block {
  padding-bottom: 15px;
  padding-top: 50px;
}

.comments-block > h3 {
  margin-bottom: 40px;
}

.selected-elem {
  display: none;
  top: -22px;
  left: -22px;
  position: absolute;
  border: 30px solid #36d1b4;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  z-index: 10;
}

.selected-elem:after {
  content: "";
  top: 16px;
  left: -3px;
  position: absolute;
  width: 10px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
}

.bordered-item {
  cursor: pointer;
  width: 270px;
  height: 460px;
  position: relative;
  padding: 8px;
  background: #16262f;
  transition: 0.3s;
}

.bordered-item .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(109, 251, 195, 0.15);
}

.bordered-item .overflow-hidden {
  text-align: center;
  width: 100%;
}

.bordered-item .overflow-hidden * {
  overflow: hidden;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.bordered-item .title-item {
  font-size: 16px;
}

.bordered-item .price-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fbc430;
}

.bordered-item .price-item:before {
  content: '';
  width: 24px;
  height: 21px;
  background: url('../images/coin-icon.png') center no-repeat;
  margin-right: 10px;
}

.styled-form input[type="text"],
.styled-form input[type="number"],
.styled-form input[type="password"],
.styled-form input[type="search"] {
    height: 60px;
    border: none;
    outline: none;
    color: #fff;
    background: #1e303a;
    font-size: 16px;
    padding: 0 32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    font-size: 16px;
    background: #0e161d;
    color: #fff;
    padding: 30px;
    border: none;
    resize: none;
}

textarea::placeholder {
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.trackers-page .trackers-page-title {
  color: #fbc430;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.trackers-page .trackers-table .first-cell {
  width: 66px;
}

.trackers-page .trackers-table .fifth-cell {
  width: 15%;
}

.trackers-page .status-item {
  width: fit-content;
  padding: 8px 16px;
  color: #0e161d;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
}

.trackers-page .status-item.new {
  background: linear-gradient(135deg, #cbff3f, #ff6c00);
}

.trackers-page .trackers-table .date {
  display: inline-block;
}

.trackers-page .trackers-table .time {
  display: inline-block;
  margin-left: 30px;
}

.trackers-page .status-item.closed {
  background: linear-gradient(135deg, #fb8d8d, #ff0000);
}

.trackers-page .status-item.refused {
  background: linear-gradient(135deg, #3fd4ff, #053ba7);
}

.trackers-page .status-item.development {
  background: linear-gradient(135deg, #bda0e7, #550a89);
}

.trackers-page .status-item.pending {
  background: linear-gradient(135deg, #cbff3f, #405d07);
}

.trackers-page .status-item.resolved {
  background: linear-gradient(135deg, #71ff3f, #0e6006);
}

.trackers-page .status-item.duplicated {
  background: linear-gradient(135deg, #f7afa6, #642f13);
}

.trackers-page .add-tracker-button {
  margin: 35px auto 0;
}

.trackers-page .trackers-version-table .third-cell,
.trackers-page .trackers-version-table .forth-cell {
  width: 15%;
  text-align: center;
}

.trackers-page .send-comment-form {
  background: #15252e;
  padding: 35px 0;
}

.trackers-page .send-comment-form input[type="submit"] {
  margin: 35px auto 0;
}

.trackers-page .send-comment-form h3 {
  margin-bottom: 40px;
  margin-top: 5px;
}

.trackers-page .textarea-wrap {
  padding: 8px;
  border: 1px solid #223642;
}

.trackers-page .textarea-wrap textarea {
  width: 100%;
}

.panel_control {
  width: 760px;
  margin: 0px auto;
  position: absolute;
  left: unset;
  right: -160px;
}
#yt_popup_video .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 213px;
  height: 124px;
  z-index: 100000;
}
#yt_popup_video iframe {
  opacity: 0.7;
  width: 203px;
  height: 114px;
  -webkit-transform: skew(7deg) scale(1.098);
  -ms-transform: skew(7deg) scale(1.098);
  -o-transform: skew(7deg) scale(1.098);
  transform: skew(7deg) scale(1.098);
  -o-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
#yt_btn i {
  margin-left: 30px;
  margin-top: 8px;
  font-size: 12px;
}
.fa-chevron-left {
  display: inline-block;
  background: url(../images/chevron-left.png) no-repeat;
  width: 8px;
  height: 12px;
  position: relative;
  transition: 0.3s;
}
.yt_btn.active .fa-chevron-left{
  transform: rotate(180deg);
}
.show_banner_btn {
  width: 47px;
  height: 41px;
  background-image: url(../images/show_banner_btn.png);
  position: fixed;
  bottom: 160px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.show_banner_btn:hover {
  background-image: url(../images/show_banner_btn_hover.png);
}
.show_banner_btn a {
  display: block;
  width: 47px;
  height: 41px;
}
.local-title-p {
  margin-bottom: 35px;
}
.rankings_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
}

/* table */

table {
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
}

tr {
	height: 65px;
}

tr:nth-child(2n - 1) {
	background: linear-gradient(
		180deg,
		rgb(9 29 43 / 100%) 0%,
		rgb(9 29 43 / 77.4%) 79%,
		rgb(9 29 43 / 13.2%) 100%
	);
}

tr:nth-child(2n) {
	background: #172934;
}

table thead tr {
	background: #0e161d !important;
}

table thead tr th {
	color: #00fffc !important;
	text-transform: uppercase !important;
}

td {
	position: relative;
	vertical-align: middle;
	padding-left: 45px;
	border: 1px solid #223642;
	padding-right: 30px;
}

table .first-three {
	color: #f7c130;
	font-weight: bold;
}

table .second-three {
	color: #f07700;
}

table.with-hover tr {
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

table.with-hover tbody tr:hover {
	z-index: 2;
	box-shadow: 0 0 15px 0 rgba(95, 223, 255, 0.23),
	inset 0 0 7px 0 rgba(106, 191, 255, 0.4);
	filter: brightness(1.1);
}

table td,
table th {
	border: 1px solid #223642;
	vertical-align: middle;
	text-align: left;
	padding: 0 25px;
}

table td.centered,
table th.centered {
	text-align: center;
}

table td.number-cell,
table th.number-cell {
	width: 66px;
	padding: 0;
	text-align: center;
}

.players-table {
	margin-top: 30px;
}

.players-table .first-cell {
	width: 65px;
	text-align: center;
}

.players-table .second-cell {
	position: relative;
	width: 25%;
	padding-left: 115px;
}

.players-table .online-status {
	position: absolute;
	left: 30px;
}

.players-table .third-cell {
	padding-left: 30px;
}

.players-table .forth-cell {
	position: relative;
	padding-left: 80px;
}

.players-table .ava {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #213237;
	top: calc(50% - 19px);
	left: 20px;
}

.players-table .ava img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.players-table .fifth-cell {
	width: 12%;
	text-align: center;
}

.players-table .six-cell {
	width: 14%;
	text-align: center;
}
.drops-item-tooltip {
  width: 375px;
  padding: 40px;
  background: linear-gradient(90deg, rgb(24 49 60 / 33%) 0%, rgb(3 16 24 / 62%) 100%);
  text-align: center;
  border: 1px solid #3a6b7a30;
  border-radius: .3rem;
}

.drops-item-tooltip h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #fbc430;
	margin-bottom: 35px;
}

.drops-item-tooltip li {
	border: 1px solid #223642;
	background: #0c1317;
	display: flex;
	margin-bottom: 4px;
}

.drops-item-tooltip li span {
	display: flex;
	align-items: center;
	width: 50%;
	height: 24px;
	border-right: 1px solid #223642;
	padding-left: 15px;
}

.drops-item-tooltip li span:last-child {
	border-right: none;
}
.styled-form_listing {
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 830px;
  gap: 20px;
  padding: 1rem;
}

.wrapper-content-links {
	width: 100%;
	overflow-x: auto;
}

.character-content-links {
	display: flex;
	border-bottom: 1px solid #1f343e;
	gap: 10px;
	min-width: 765px;
}

.character-content-links li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.character-content-links li .tab-link {
	position: relative;
	padding: 30px 45px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
	text-transform: uppercase;
}

.character-content-links li .tab-link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 128px;
	height: 80px;
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50%);
	background-image: url('../images/guild/tab-link-hover.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.character-content-links li .tab-link--active,
.character-content-links li .tab-link:hover {
	color: #67bee0;
}

.character-content-links li .tab-link--active::after,
.character-content-links li .tab-link:hover::after {
	opacity: 1;
}

/* tooltips */
.has-tooltip,
.has-text-tooltip {
  cursor: pointer;
}
.item-tooltip {
  width: 470px;
  padding: 40px;
  background: rgba(14, 22, 29, 0.9);
  text-align: center;
  border-radius: 5px;
}

.item-tooltip .item-name {
  text-transform: uppercase;
  color: #fbc430;
  margin: 0;
}

.item-tooltip .durability {
  font-weight: 600;
  letter-spacing: 2px;
  color: #00fffc;
  margin: 25px 0;
}

.item-tooltip .abilities {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.item-tooltip .abilities li {
  display: flex;
  align-items: center;
  background: #238775;
  height: 18px;
  padding-left: 12px;
  color: #fff;
  font-size: 12px;
}
.item-tooltip .skill {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .luck {
  text-transform: uppercase;
  color: #1944d3ce;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .excellent {
  text-transform: uppercase;
  color: #fbc430;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .options-ex {
  color: #16c71f;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}
.item-tooltip .options-ancient {
  text-transform: uppercase;
  color: #d0ff00ec;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .socket {
  text-transform: uppercase;
  color: #be0df4e2;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-1 {
  text-transform: uppercase;
  color: #96b49be0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-2 {
  text-transform: uppercase;
  color: #bfdf0de0;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-3 {
  text-transform: uppercase;
  color: #8d1b0793;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-4 {
  text-transform: uppercase;
  color: #2d5f7c93;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-5 {
  text-transform: uppercase;
  color: #ad0707d7;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-6 {
  text-transform: uppercase;
  color: #151666cb;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-7 {
  text-transform: uppercase;
  color: #61067c93;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-8 {
  text-transform: uppercase;
  color: #01e00cd3;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-9 {
  text-transform: uppercase;
  color: #9e9696;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-10 {
  text-transform: uppercase;
  color: #800a3bd8;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-11 {
  text-transform: uppercase;
  color: #914f03ec;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-12 {
  text-transform: uppercase;
  color: #4a9b48b4;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-13 {
  text-transform: uppercase;
  color: #70086be8;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-14 {
  text-transform: uppercase;
  color: #08042293;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.excellent-custom.excellent-custom-color-15 {
  text-transform: uppercase;
  color: #d0ff00ec;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .mastery-bonus {
  text-transform: uppercase;
  color: #5c0050;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .mastery-options {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .harmony {
  text-transform: uppercase;
  color: #a5196bda;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .refine {
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}
.item-tooltip .can-equip-block {
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}

.item-tooltip .can-equip {
  color: #f3eaea;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  font-size: 12px;
}

.item-tooltip .info {
  color: #889cad;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
  font-size: 12px;
}

.tooltip-info {
  cursor: pointer;
}

.tippy-box[data-theme~='none'] {
  padding: 0;
  background-color: transparent;
}

.tippy-box[data-theme~='default'] {
  font-size: 14px;
  padding: 0 10px;
  color: #fff;
  background-color: #0e1720;
}

.notification {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -31px;
	right: 0px;
	left: 140px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.33);
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	padding: .8rem;
	border: 1px solid #1992bacc;
}

.messages-table {
	margin-top: 40px;
}

.messages-table td,
.messages-table th {
	border: none;
	transition: 0.3s;
}

.messages-table tr {
	border: 1px solid #223642;
}

.messages-table .first-cell {
	width: 100px;
	text-align: right;
}

.messages-table .second-cell {
	padding-left: 0;
}

.messages-table .third-cell {
	width: 15%;
	text-align: right;
}

.messages-table .message-icon {
	width: 42px;
	height: 45px;
	background: url("../images/messages-icon.png") center no-repeat;
	filter: grayscale(0.7);
	opacity: 0.3;
	transition: 0.3s;
	margin: auto;
}

.messages-table tr.unread .message-icon {
	filter: none;
	opacity: 1;
}

.messages-table tr.unread td {
	color: #fbc430;
}

.messages-page .message {
	position: relative;
	background: #15252e;
	padding: 50px;
	margin-top: 50px;
}

.messages-page .message .yellow-title {
	text-align: left;
}

.messages-page .message-content {
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0;
}

.messages-page .message-date {
	color: #fbc430;
	font-size: 14px;
}

.messages-page .message-date span {
	display: inline;
	font-size: 18px;
}

.ico-warning {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	z-index: 99;
	left: 335px;
	right: 0;
	bottom: 30px;
}

.dismissable {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	color: #fff;
	font-family: Philosopher;
	font-weight: bold;
	letter-spacing: .1rem;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px auto;
	padding-bottom: .9rem;
}

.like {
  color: #cbff3f;
}

.dislike {
  color: #fe1515;
}

.like,
.dislike {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.like:before,
.dislike:before {
  content: '';
  display: block;
  width: 55px;
  height: 56px;
  background: url("../images/like-dislike-icons.png") left no-repeat;
  margin-right: -10px;
}

.like:before {
  margin-right: -14px;
}

.dislike:before {
  content: '';
  width: 55px;
  height: 56px;
  background-position: right;
}

.page .container.with-no-padding {
  padding: 0;
}

.page .page-content {
  padding: 50px;
}

.file-chosen {
  margin-left: 25px;
}

.styled-form h3 {
  margin-bottom: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.styled-form-block {
  padding: 10px;
  border: 1px solid #223642;
  margin-top: -1px;
  display: flex;
  justify-content: space-between;
  background: #031018;
  background: linear-gradient(90deg,rgb(24 49 60 / 40%) 0%,rgb(3 16 24 / 100%) 100%);
  transition: all 0.3s;
}

.styled-form-block input,
.styled-form-block textarea,
.styled-form-block .custom-select,
.styled-form-block .upload-block {
  min-width: 50%;
  width: 50%;
  outline: none;
  font-family: Philosopher;
  text-transform: uppercase;
}

.styled-form-block input {
  background: #0e161d;
  color: #fff !important;
}

.styled-form-block input::placeholder {
  color: #1e8fd6 !important;
}

.styled-form .custom-select .select-selected {
  color: #fff !important;
}

.styled-form .upload-block {
  height: 80px;
}

.styled-form .label {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 25px;
}

.styled-form label span {
  display: inline;
  color: #ff0000;
}

.styled-form input[type="submit"] {
  margin: 25px auto 0;
}

.add-message-form h3 {
  margin-bottom: 20px;
}

.add-message-form .styled-form-block {
  padding: 13px;
  background: #15252e;
  border: 1px solid #223642;
  margin-top: -1px;
}

.styled-form-block > label,
.add-message-form textarea {
  width: 100%;
}

.add-message-form .upload-block {
  padding: 10px 0;
}

.comments-table tbody td {
  padding: 30px;
}

.comments-table .first-cell {
  width: 40%;
}

.comments-table .third-cell {
  width: 25%;
}

.comments-table tbody .first-cell img {
  width: 130px;
  height: 130 pFx;
  border-radius: 50%;
  margin-right: 30px;
}

.comments-table .nickname {
  font-size: 28px;
  color: #fbc430;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-table .role {
  color: #00fffc;
  text-decoration: underline;
}

.comments-table .sent-ago {
  max-width: 50%;
  color: #fbc430;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

.comments-table .sent-ago span {
  font-size: 16px;
}

.comments-table tbody .first-cell,
.comments-table tbody .third-cell {
  background: #15252e;
}

.comments-table tbody .second-cell {
  background: #1c2c35;
  font-size: 16px;
  line-height: 30px;
}

.comments-table third-cell > div {
  max-width: 170px;
  margin: 0 auto;
}


.comments-block {
  padding-bottom: 15px;
  padding-top: 50px;
}

.comments-block > h3 {
  margin-bottom: 40px;
}

.selected-elem {
  display: none;
  top: -22px;
  left: -22px;
  position: absolute;
  border: 30px solid #36d1b4;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  z-index: 10;
}

.selected-elem:after {
  content: "";
  top: 16px;
  left: -3px;
  position: absolute;
  width: 10px;
  height: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
}

.bordered-item {
  cursor: pointer;
  width: 270px;
  height: 460px;
  position: relative;
  padding: 8px;
  background: #16262f;
  transition: 0.3s;
}

.bordered-item .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(109, 251, 195, 0.15);
}

.bordered-item .overflow-hidden {
  text-align: center;
  width: 100%;
}

.bordered-item .overflow-hidden * {
  overflow: hidden;
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.bordered-item .title-item {
  font-size: 16px;
}

.bordered-item .price-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fbc430;
}

.bordered-item .price-item:before {
  content: '';
  width: 24px;
  height: 21px;
  background: url('../images/coin-icon.png') center no-repeat;
  margin-right: 10px;
}

.styled-form input[type="text"],
.styled-form input[type="number"],
.styled-form input[type="password"],
.styled-form input[type="search"] {
    height: 60px;
    border: none;
    outline: none;
    color: #fff;
    background: #1e303a;
    font-size: 16px;
    padding: 0 32px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    font-size: 16px;
    background: #0e161d;
    color: #fff;
    padding: 30px;
    border: 1px solid #223642;
    resize: none;
}

textarea::placeholder {
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.trackers-page .trackers-page-title {
  color: #fbc430;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.trackers-page .trackers-table .first-cell {
  width: 66px;
}

.trackers-page .trackers-table .fifth-cell {
  width: 15%;
}

.trackers-page .status-item {
  width: fit-content;
  padding: 8px 16px;
  color: #0e161d;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
}

.trackers-page .status-item.new {
  background: linear-gradient(135deg, #cbff3f, #ff6c00);
}

.trackers-page .trackers-table .date {
  display: inline-block;
}

.trackers-page .trackers-table .time {
  display: inline-block;
  margin-left: 30px;
}

.trackers-page .status-item.closed {
  background: linear-gradient(135deg, #fb8d8d, #ff0000);
}

.trackers-page .status-item.refused {
  background: linear-gradient(135deg, #3fd4ff, #053ba7);
}

.trackers-page .status-item.development {
  background: linear-gradient(135deg, #bda0e7, #550a89);
}

.trackers-page .status-item.pending {
  background: linear-gradient(135deg, #cbff3f, #405d07);
}

.trackers-page .status-item.resolved {
  background: linear-gradient(135deg, #71ff3f, #0e6006);
}

.trackers-page .status-item.duplicated {
  background: linear-gradient(135deg, #f7afa6, #642f13);
}

.trackers-page .add-tracker-button {
  margin: 35px auto 0;
}

.trackers-page .trackers-version-table .third-cell,
.trackers-page .trackers-version-table .forth-cell {
  width: 15%;
  text-align: center;
}

.trackers-page .send-comment-form {
  background: #15252e;
  padding: 35px 0;
}

.trackers-page .send-comment-form input[type="submit"] {
  margin: 35px auto 0;
}

.trackers-page .send-comment-form h3 {
  margin-bottom: 40px;
  margin-top: 5px;
}

.trackers-page .textarea-wrap {
  padding: 8px;
  border: 1px solid #223642;
}

.trackers-page .textarea-wrap textarea {
  width: 100%;
}

.panel_control {
  width: 760px;
  margin: 0px auto;
  position: absolute;
  left: unset;
  right: -160px;
}

.rotation-char {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  width: 124px;
  top: 7px;
  position: absolute;
  left: 10px;
  border: 1px solid #316898;
  height: 129px;
  transform: rotate(43deg);
}

.rotation-guild {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  width: 124px;
  top: 7px;
  position: absolute;
  left: 10px;
  border: 1px solid #316898;
  height: 129px;
  transform: rotate(43deg);
}
.rotation-guild > svg {
  transform: rotate(0deg);
  position: absolute;
  left: 12px;
  top: 18px;
}
.rotation-char.p_guild {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  width: 124px;
  top: 9px;
  position: absolute;
  left: 2px;
  border: 1px solid #316898;
  height: 129px;
  transform: rotate(43deg);
}

.selectTop.topSelc {
  position: relative;
  width: 365px;
  right: 45px;
  margin-bottom: 10px;
  z-index: 99;
}
.selectTop.topSelQ {
  position: relative;
  width: 365px;
  right: 45px;
  margin-bottom: 10px;
  z-index: 80;
}
.selectTop ul {
  max-height: 260px;
  overflow-y: auto;
}

.hours-package-description {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -40px;
}
ul.list-hours {
  position: relative;
  top: -35px;
}
h3.title-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  font-weight: bold;
  font-family: 'Philosopher';
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #66bcdc;
  font-size: 22px;
}

.comments-table tbody td {
  padding: 30px;
}

.comments-table .first-cell {
  width: 40%;
}

.comments-table .third-cell {
  width: 25%;
}

.comments-table tbody .first-cell img {
  width: 130px;
  height: 130 pFx;
  border-radius: 50%;
  margin-right: 30px;
}

.comments-table .nickname {
  font-size: 28px;
  color: #fbc430;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-table .role {
  color: #00fffc;
  text-decoration: underline;
}

.comments-table .sent-ago {
  max-width: 50%;
  color: #fbc430;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

.comments-table .sent-ago span {
  font-size: 16px;
}

.comments-table tbody .first-cell,
.comments-table tbody .third-cell {
  background: #15252e;
}

.comments-table tbody .second-cell {
  background: #1c2c35;
  font-size: 16px;
  line-height: 30px;
}

.comments-table third-cell > div {
  max-width: 170px;
  margin: 0 auto;
}


.comments-block {
  padding-bottom: 15px;
  padding-top: 50px;
}

.comments-block > h3 {
  margin-bottom: 40px;
}

.button-view {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 120px;
  height: 25px;
  border-radius: 1rem;
  border: 1px solid #03101885;
  background: linear-gradient(90deg, rgb(69 109 127 / 40%) 0%, rgb(7 72 112) 100%);
  font-family: 'Philosopher';
  text-transform: uppercase;
  letter-spacing: .4rem;
  cursor: pointer;
}
.button-view:hover {
  background: linear-gradient(90deg, rgb(7 72 112) 100%) 0%, rgb(69 109 127 / 40%);
  filter: brightness(1.1);
}

.items-grid {
  position: relative;
  background: url("../images/cell_1.jpg") repeat;
  max-width: 257px;
  margin: 0 auto;
}

.items-grid .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/cell_2.jpg") repeat;
}

.item-feature-name.exellent {
  color: #c2ff31;
}

.item-feature-name.level {
  color: #00fffc;
}

.item-feature-name.jol {
  color: #ff1200;
}

.item-feature-name.luck {
  color: #42ff00;
}

.item-feature-name.skill {
  color: #ff9000;
}

.item-feature-name.harmony {
  color: #ffde00;
}

.item-feature-name.socket {
  color: #ff00e4;
}

.item-feature-name.refine {
  color: #3854ff;
}

.item-feature-name.element {
  color: #fe0060;
}

.item-feature-name.mastery {
  color: #ffcd92;
}

.item-feature-name.custom {
  color: #03d87b;
}

.item-feature-name.ruud {
  color: #4b97c5;
}

/* Tooltips */
/* tooltips */
.has-tooltip,
.has-text-tooltip {
        cursor: pointer;
}

.item-tooltip {
        width: 470px;
        padding: 40px;
        background: rgba(14, 22, 29, 0.9);
        text-align: center;
        border-radius: 5px;
}

.item-tooltip .item-name {
        text-transform: uppercase;
        color: #fbc430;
        margin: 0;
}

.item-tooltip .durability {
        font-weight: 600;
        letter-spacing: 2px;
        color: #00fffc;
        margin: 25px 0;
}

.item-tooltip .abilities {
        display: flex;
        flex-direction: column;
        gap: 2px;
}

.item-tooltip .abilities li {
        display: flex;
        align-items: center;
        background: #238775;
        height: 18px;
        padding-left: 12px;
        color: #fff;
        font-size: 12px;
}
.item-tooltip .skill {
        text-transform: uppercase;
        color: #7a7a7a;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .luck {
        text-transform: uppercase;
        color: #1944d3ce;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .excellent {
        text-transform: uppercase;
        color: #fbc430;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .options-ex {
        color: #16c71f;
        font-weight: 600;
        letter-spacing: 1px;
}
.item-tooltip .socket {
        text-transform: uppercase;
        color: #61067c93;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-1 {
        text-transform: uppercase;
        color: #96b49be0;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-2 {
        text-transform: uppercase;
        color: #bfdf0de0;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-3 {
        text-transform: uppercase;
        color: #8d1b0793;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-4 {
        text-transform: uppercase;
        color: #2d5f7c93;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-5 {
        text-transform: uppercase;
        color: #ad0707d7;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-6 {
        text-transform: uppercase;
        color: #151666cb;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-7 {
        text-transform: uppercase;
        color: #61067c93;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-8 {
        text-transform: uppercase;
        color: #01e00cd3;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-9 {
        text-transform: uppercase;
        color: #9e9696;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-10 {
        text-transform: uppercase;
        color: #800a3bd8;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-11 {
        text-transform: uppercase;
        color: #914f03ec;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-12 {
        text-transform: uppercase;
        color: #4a9b48b4;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-13 {
        text-transform: uppercase;
        color: #70086be8;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-14 {
        text-transform: uppercase;
        color: #08042293;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.excellent-custom.excellent-custom-color-15 {
        text-transform: uppercase;
        color: #d0ff00ec;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .mastery-bonus {
        text-transform: uppercase;
        color: #5c0050;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .mastery-options {
        text-transform: uppercase;
        color: #7a7a7a;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .harmony {
        text-transform: uppercase;
        color: #a5196bda;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .refine {
        text-transform: uppercase;
        color: #7a7a7a;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}
.item-tooltip .can-equip-block {
        color: #7a7a7a;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
}

.item-tooltip .can-equip {
        color: #f3eaea;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
}

.item-tooltip .info {
        color: #889cad;
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
}

.tooltip-info {
        cursor: pointer;
}

.tippy-box[data-theme~="none"] {
        padding: 0;
        background-color: transparent;
}

.tippy-box[data-theme~="default"] {
        font-size: 14px;
        padding: 0 10px;
        color: #fff;
        background-color: #0e1720;
}

.workshop-item-top h2 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(0deg, #a9a0f7, #7aefff);
	text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workshop-item-top h4 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(0deg, #a9a0f7, #7aefff);
	text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .5rem;
}
.work-option_use {
  display: flex;
  justify-content: center;
  align-items: center;
  left: -30px;
  margin: -15px auto;
  width: 60px;
  height: 40px;
  position: relative;
  padding-left: 20px;
  border-radius: .3rem;
}

/*Events tabs */
.character-content-links.events-spot {
  max-width: 450px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.wrapper-content-links.events {
  overflow: hidden auto;
  margin-bottom: 5px;
  max-width: 450px !important;
}

/* Button extra */
.button-tableInfo {
  width: 130px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  position: relative;
  margin: 5px auto;
  box-shadow: none !important;
  background: linear-gradient(180deg, rgb(9 29 43 / 100%) 0%, rgb(9 29 43 / 77.4%) 79%, rgb(9 29 43 / 13.2%) 100%);
  border: 1px solid #3a6b7a30;
  border-radius: .3rem;
  text-transform: uppercase;
}
.button-tableInfo:hover,
.button-tableInfo:active {
	background: linear-gradient(
		0deg,
		rgb(162 172 248 / 100%) 13%,
		rgb(122 239 255 / 100%) 37%
	);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.awards-modal {
  display: flex;
  justify-content: center;
  max-width: 780px;
  height: auto;
  align-items: center;
}

.img-container.diamond>svg {
  position: absolute;
  left: 15px;
  top: 15px;
  transform: scale(0.9) rotate(45deg);
}
.img-container.diamond .rotation-guild.p_guild>svg {
  position: absolute;
  left: -10px;
  top: 10px;
  transform: scale(1) rotate(45deg);
}
.package-list {
  position: relative;
  top: 60px;
  display: grid;
  grid-template-columns: 2fr;
  width: 70%;
  margin: -65px auto -15px;
}
span.description-package-list {
  color: #6ec9eb;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1rem;
}