/* 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: 40px;
}

.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: 140px;
}

.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;
	margin: 100px auto;
}

.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: 140px;
}

.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: 496px;
}

.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;
}

@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;
}

.side-news {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 15px;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: var(--light-gray-color);
	z-index:9999;
}
#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	display:none;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:710px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}
.modal-header, .modal-header2 {
	background-color: var(--dark-color);
	padding: 18px 18px 14px 18px;
	border:0;
	border-radius: 0;
}
.modal-header h2, .modal-header2 h2 { 
	font-size: 2em; 
	font-weight: 700; 
	margin-bottom: 3px; 
}
#buy_windows .modal-header h2, #add_to_card_windows .modal-header h2{
	font-size: 1.5em; 
}
.close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/close.png);
	z-index: 2;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 1 !important;
}

.add_to_card {
	font-size:12px;
	background:var(--light-gray-color);
	width:100%;
	color: #fff;
}
.add_to_card th {
	padding:15px 20px 16px 20px;
	border-top:1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.add_to_card th:first-child {
	text-align: left;
	padding-left:20px;
}
.add_to_card tr {
	text-align: center;
	padding-left:20px;
}
.add_to_card td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.add_to_card td {
	padding:10px;
	border-top: 1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	border-left: 1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.add_to_card tr.even td {
	background: var(--light-dark-color);
}
.add_to_card tr:last-child td {
	border-bottom:0;
}
.ticket {
	font-size:12px;
	background:var(--light-dark-color) !important;
	color: #fff;
}
.ticket th {
	padding:15px 10px 16px 0px;
	border-top:1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.ticket th:first-child {
	text-align: left;
	padding-left:10px;
}
.ticket tr {
	text-align: center;
	padding-left:20px;
}
.ticket td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.ticket td {
	padding:10px;
	border:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.ticket tr.even td {
	background: var(--light-gray-color);
}
.ticket tr:last-child td {
	border-bottom:0;
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.PriorityZero {
	background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}

.QapTcha {width:215px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {
	width: 215px;
	height: 31px;
	border: 1px solid var(--light-dark-color) !important;
	background-color: var(--light-dark-color) !important;
}
.QapTcha .slider {width:30px;height:30px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;background-size:30px 30px;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .txtStatus {width:215px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;padding-bottom: 10px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}


#exception{
	width: 100%;
	height: 0 auto;
	line-height: 25px;
	min-height:25px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	display: none;
	background-color:red;
	position:fixed;
	z-index: 9999;
}

.f16 .flag{display:inline-block;height:16px;width:16px;vertical-align:text-top;line-height:16px;background:url(../images/flags.png) no-repeat;}
.f16 ._African_Union{background-position:0 -16px;}
.f16 ._Arab_League{background-position:0 -32px;}
.f16 ._ASEAN{background-position:0 -48px;}
.f16 ._CARICOM{background-position:0 -64px;}
.f16 ._CIS{background-position:0 -80px;}
.f16 ._Commonwealth{background-position:0 -96px;}
.f16 ._England{background-position:0 -112px;}
.f16 ._European_Union, .f16 .eu{background-position:0 -128px;}
.f16 ._Islamic_Conference{background-position:0 -144px;}
.f16 ._Kosovo{background-position:0 -160px;}
.f16 ._NATO{background-position:0 -176px;}
.f16 ._Northern_Cyprus{background-position:0 -192px;}
.f16 ._Northern_Ireland{background-position:0 -208px;}
.f16 ._Olimpic_Movement{background-position:0 -224px;}
.f16 ._OPEC{background-position:0 -240px;}
.f16 ._Red_Cross{background-position:0 -256px;}
.f16 ._Scotland{background-position:0 -272px;}
.f16 ._Somaliland{background-position:0 -288px;}
.f16 ._Tibet{background-position:0 -304px;}
.f16 ._United_Nations{background-position:0 -320px;}
.f16 ._Wales{background-position:0 -336px;}
.f16 .ad{background-position:0 -352px;}
.f16 .ae{background-position:0 -368px;}
.f16 .af{background-position:0 -384px;}
.f16 .ag{background-position:0 -400px;}
.f16 .ai{background-position:0 -416px;}
.f16 .al{background-position:0 -432px;}
.f16 .am{background-position:0 -448px;}
.f16 .ao{background-position:0 -464px;}
.f16 .aq{background-position:0 -480px;}
.f16 .ar{background-position:0 -496px;}
.f16 .as{background-position:0 -512px;}
.f16 .at{background-position:0 -528px;}
.f16 .au{background-position:0 -544px;}
.f16 .aw{background-position:0 -560px;}
.f16 .ax{background-position:0 -576px;}
.f16 .az{background-position:0 -592px;}
.f16 .ba{background-position:0 -608px;}
.f16 .bb{background-position:0 -624px;}
.f16 .bd{background-position:0 -640px;}
.f16 .be{background-position:0 -656px;}
.f16 .bf{background-position:0 -672px;}
.f16 .bg{background-position:0 -688px;}
.f16 .bh{background-position:0 -704px;}
.f16 .bi{background-position:0 -720px;}
.f16 .bj{background-position:0 -736px;}
.f16 .bm{background-position:0 -752px;}
.f16 .bn{background-position:0 -768px;}
.f16 .bo{background-position:0 -784px;}
.f16 .br{background-position:0 -800px;}
.f16 .bs{background-position:0 -816px;}
.f16 .bt{background-position:0 -832px;}
.f16 .bw{background-position:0 -848px;}
.f16 .by{background-position:0 -864px;}
.f16 .bz{background-position:0 -880px;}
.f16 .ca{background-position:0 -896px;}
.f16 .cg{background-position:0 -912px;}
.f16 .cf{background-position:0 -928px;}
.f16 .cd{background-position:0 -944px;}
.f16 .ch{background-position:0 -960px;}
.f16 .ci{background-position:0 -976px;}
.f16 .ck{background-position:0 -992px;}
.f16 .cl{background-position:0 -1008px;}
.f16 .cm{background-position:0 -1024px;}
.f16 .cn{background-position:0 -1040px;}
.f16 .zh{background-position:0 -1040px;}
.f16 .co{background-position:0 -1056px;}
.f16 .cr{background-position:0 -1072px;}
.f16 .cu{background-position:0 -1088px;}
.f16 .cv{background-position:0 -1104px;}
.f16 .cy{background-position:0 -1120px;}
.f16 .cz{background-position:0 -1136px;}
.f16 .de{background-position:0 -1152px;}
.f16 .dj{background-position:0 -1168px;}
.f16 .dk{background-position:0 -1184px;}
.f16 .dm{background-position:0 -1200px;}
.f16 .do{background-position:0 -1216px;}
.f16 .dz{background-position:0 -1232px;}
.f16 .ec{background-position:0 -1248px;}
.f16 .ee{background-position:0 -1264px;}
.f16 .eg{background-position:0 -1280px;}
.f16 .eh{background-position:0 -1296px;}
.f16 .er{background-position:0 -1312px;}
.f16 .es{background-position:0 -1328px;}
.f16 .et{background-position:0 -1344px;}
.f16 .fi{background-position:0 -1360px;}
.f16 .fj{background-position:0 -1376px;}
.f16 .fm{background-position:0 -1392px;}
.f16 .fo{background-position:0 -1408px;}
.f16 .fr{background-position:0 -1424px;}  
.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:0 -1424px;}
.f16 .ga{background-position:0 -1440px;}
.f16 .gb{background-position:0 -1456px;}  
.f16 .sh{background-position:0 -1456px;}
.f16 .gd{background-position:0 -1472px;}
.f16 .ge{background-position:0 -1488px;}
.f16 .gg{background-position:0 -1504px;}
.f16 .gh{background-position:0 -1520px;}
.f16 .gi{background-position:0 -1536px;}
.f16 .gl{background-position:0 -1552px;}
.f16 .gm{background-position:0 -1568px;}
.f16 .gn{background-position:0 -1584px;}
.f16 .gp{background-position:0 -1600px;}
.f16 .gq{background-position:0 -1616px;}
.f16 .gr{background-position:0 -1632px;}
.f16 .gt{background-position:0 -1648px;}
.f16 .gu{background-position:0 -1664px;}
.f16 .gw{background-position:0 -1680px;}
.f16 .gy{background-position:0 -1696px;}
.f16 .hk{background-position:0 -1712px;}
.f16 .hn{background-position:0 -1728px;}
.f16 .hr{background-position:0 -1744px;}
.f16 .ht{background-position:0 -1760px;}
.f16 .hu{background-position:0 -1776px;}
.f16 .id{background-position:0 -1792px;}
.f16 .mc{background-position:0 -1792px;}
.f16 .ie{background-position:0 -1808px;}
.f16 .il{background-position:0 -1824px;}
.f16 .im{background-position:0 -1840px;}
.f16 .in{background-position:0 -1856px;}
.f16 .iq{background-position:0 -1872px;}
.f16 .ir{background-position:0 -1888px;}
.f16 .is{background-position:0 -1904px;}
.f16 .it{background-position:0 -1920px;}
.f16 .je{background-position:0 -1936px;}
.f16 .jm{background-position:0 -1952px;}
.f16 .jo{background-position:0 -1968px;}
.f16 .jp{background-position:0 -1984px;}
.f16 .ke{background-position:0 -2000px;}
.f16 .kg{background-position:0 -2016px;}
.f16 .kh{background-position:0 -2032px;}
.f16 .ki{background-position:0 -2048px;}
.f16 .km{background-position:0 -2064px;}
.f16 .kn{background-position:0 -2080px;}
.f16 .kp{background-position:0 -2096px;}
.f16 .kr{background-position:0 -2112px;}
.f16 .ko{background-position:0 -2112px;}
.f16 .kw{background-position:0 -2128px;}
.f16 .ky{background-position:0 -2144px;}
.f16 .kz{background-position:0 -2160px;}
.f16 .la{background-position:0 -2176px;}
.f16 .lb{background-position:0 -2192px;}
.f16 .lc{background-position:0 -2208px;}
.f16 .li{background-position:0 -2224px;}
.f16 .lk{background-position:0 -2240px;}
.f16 .lr{background-position:0 -2256px;}
.f16 .ls{background-position:0 -2272px;}
.f16 .lt{background-position:0 -2288px;}
.f16 .lu{background-position:0 -2304px;}
.f16 .lv{background-position:0 -2320px;}
.f16 .ly{background-position:0 -2336px;}
.f16 .ma{background-position:0 -2352px;}
.f16 .md{background-position:0 -2368px;}
.f16 .me{background-position:0 -2384px;}
.f16 .mg{background-position:0 -2400px;}
.f16 .mh{background-position:0 -2416px;}
.f16 .mk{background-position:0 -2432px;}
.f16 .ml{background-position:0 -2448px;}
.f16 .mm{background-position:0 -2464px;}
.f16 .mn{background-position:0 -2480px;}
.f16 .mo{background-position:0 -2496px;}
.f16 .mq{background-position:0 -2512px;}
.f16 .mr{background-position:0 -2528px;}
.f16 .ms{background-position:0 -2544px;}
.f16 .mt{background-position:0 -2560px;}
.f16 .mu{background-position:0 -2576px;}
.f16 .mv{background-position:0 -2592px;}
.f16 .mw{background-position:0 -2608px;}
.f16 .mx{background-position:0 -2624px;}
.f16 .my{background-position:0 -2640px;}
.f16 .mz{background-position:0 -2656px;}
.f16 .na{background-position:0 -2672px;}
.f16 .nc{background-position:0 -2688px;}
.f16 .ne{background-position:0 -2704px;}
.f16 .ng{background-position:0 -2720px;}
.f16 .ni{background-position:0 -2736px;}
.f16 .nl{background-position:0 -2752px;}  
.f16 .bq{background-position:0 -2752px;}
.f16 .no{background-position:0 -2768px;}  
.f16 .bv, .f16 .nq, .f16 .sj{background-position:0 -2768px;}
.f16 .np{background-position:0 -2784px;}
.f16 .nr{background-position:0 -2800px;}
.f16 .nz{background-position:0 -2816px;}
.f16 .om{background-position:0 -2832px;}
.f16 .pa{background-position:0 -2848px;}
.f16 .pe{background-position:0 -2864px;}
.f16 .pf{background-position:0 -2880px;}
.f16 .pg{background-position:0 -2896px;}
.f16 .ph{background-position:0 -2912px;}
.f16 .pk{background-position:0 -2928px;}
.f16 .pl{background-position:0 -2944px;}
.f16 .pr{background-position:0 -2960px;}
.f16 .ps{background-position:0 -2976px;}
.f16 .pt{background-position:0 -2992px;}
.f16 .pw{background-position:0 -3008px;}
.f16 .py{background-position:0 -3024px;}
.f16 .qa{background-position:0 -3040px;}
.f16 .re{background-position:0 -3056px;}
.f16 .ro{background-position:0 -3072px;}
.f16 .rs{background-position:0 -3088px;}
.f16 .ru{background-position:0 -3104px;}
.f16 .rw{background-position:0 -3120px;}
.f16 .sa{background-position:0 -3136px;}
.f16 .sb{background-position:0 -3152px;}
.f16 .sc{background-position:0 -3168px;}
.f16 .sd{background-position:0 -3184px;}
.f16 .se{background-position:0 -3200px;}
.f16 .sg{background-position:0 -3216px;}
.f16 .si{background-position:0 -3232px;}
.f16 .sk{background-position:0 -3248px;}
.f16 .sl{background-position:0 -3264px;}
.f16 .sm{background-position:0 -3280px;}
.f16 .sn{background-position:0 -3296px;}
.f16 .so{background-position:0 -3312px;}
.f16 .sr{background-position:0 -3328px;}
.f16 .st{background-position:0 -3344px;}
.f16 .sv{background-position:0 -3360px;}
.f16 .sy{background-position:0 -3376px;}
.f16 .sz{background-position:0 -3392px;}
.f16 .tc{background-position:0 -3408px;}
.f16 .td{background-position:0 -3424px;}
.f16 .tg{background-position:0 -3440px;}
.f16 .th{background-position:0 -3456px;}
.f16 .tj{background-position:0 -3472px;}
.f16 .tl{background-position:0 -3488px;}
.f16 .tm{background-position:0 -3504px;}
.f16 .tn{background-position:0 -3520px;}
.f16 .to{background-position:0 -3536px;}
.f16 .tr{background-position:0 -3552px;}
.f16 .tt{background-position:0 -3568px;}
.f16 .tv{background-position:0 -3584px;}
.f16 .tw{background-position:0 -3600px;}
.f16 .tz{background-position:0 -3616px;}
.f16 .ua{background-position:0 -3632px;}
.f16 .ug{background-position:0 -3648px;}
.f16 .us, .f16 .en{background-position:0 -3664px;}
.f16 .uy{background-position:0 -3680px;}
.f16 .uz{background-position:0 -3696px;}
.f16 .va{background-position:0 -3712px;}
.f16 .vc{background-position:0 -3728px;}
.f16 .ve{background-position:0 -3744px;}
.f16 .vg{background-position:0 -3760px;}
.f16 .vn{background-position:0 -3776px;}
.f16 .vi{background-position:0 -3792px;}
.f16 .vu{background-position:0 -3808px;}
.f16 .ws{background-position:0 -3824px;}
.f16 .ye{background-position:0 -3840px;}
.f16 .za{background-position:0 -3856px;}
.f16 .zm{background-position:0 -3872px;}
.f16 .zw{background-position:0 -3888px;}
.f16 .sx{background-position:0 -3904px;}
.f16 .cw{background-position:0 -3920px;}
.f16 .ss{background-position:0 -3936px;}
.f16 .nu{background-position:0 -3952px;}

.ref-reward-dropdown {
	position: relative;
	display: inline-block;
}

.ref-reward-dropdown-content {
	display: none;
	position: relative;
	background-color: #f9f9f9;
	min-width: 150px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:2500;
	overflow-y: auto;
	max-height:500px;
}

.ref-reward-dropdown-content a {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
}

.ref-reward-dropdown-content a:hover {background-color: #f1f1f1}

.ref-reward-dropdown:hover .ref-reward-dropdown-content {
	display: block;
}

.item_size_12{
	font-size: 12px;
}

.item_font_family{
	font-family: tahoma;
}

.item_white{
	color:#FFFFFF;
}

.item_light_green{
	color:#00FF00;
}

.item_light_blue{
	color:#80B2FF;
}

.item_light_blue_2{
	color:#3366FF;
}

.item_blue{
	color:#0066FF;
}

.item_pink{
	color:#FF1493;
}

.item_yellow{
	color:#FADE09;
}

.item_yellow_2{
	color:#FFCC00;
}

.item_red{
	color:#FF0000;
}

.item_dark_red{
	color:#800000;
}

.item_dark_red_background{
	background-color:#800000;
}

.item_purple{
	color: #800080;
}

.item_socket{
	color: #B266FF;
}

.item_grey{
	color: #808080;
}

.item_yellow_title{
	color: #FFCC19;
}
.item_luck{
	color:#80B2FF;
}
.item_exe_title{
	color: #008000;
}

.item_socket_title{
	color: #B266FF;
}

.item_socket_exe_title{
	color: #7401DF;
}

.item_ancient_title{
	color: #01DF01;
}

.item_ancient_background{
	background-color: #0000FF;
}

#inventoryc {
    background-image:url('../../default_assets/images/inventoryc_brown.png?v2');
    width:398px;
    height:320px;
	text-align:center;
	display: inline-block;
	position:relative; 
}
#inventoryc > img {
	position: absolute;
    top: 90px; left: 145px;
    border-radius: 50%;
    border: 3px solid var(--light-dark-color);
	width: 110px;
	height: 110px;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; background-size: contain !important;}
#in_shield { width:60px;height:136px;bottom:0;right:8px; background-size: contain !important;}
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; background-size: contain !important;}
#in_pants { width:68px;height:68px;bottom:8px;left:82px; background-size: contain !important;}
#in_gloves { width:68px;height:68px;top:116px;right:54px; background-size: contain !important;}
#in_boots { width:68px;height:68px;bottom:8px;right:82px; background-size: contain !important;}
#in_wings { width:138px;height:102px;top:8px;right:-2px; background-size: contain !important;}
#in_zoo { width:42px;height:42px;top:15px;left:10px; background-size: contain !important;}
#in_pendant { width:38px;height:38px;top:20px;right:136px; background-size: contain !important;}
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; background-size: contain !important;}
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; background-size: contain !important;}
#in_pentagram { width:64px;height:64px;bottom:8px;right:169px; background-size: contain !important;}
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; background-size: contain !important;} 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; background-size: contain !important;} 
 .cworkshop{
	display: table;
	margin:  50px auto;
}
.cworkshop .inventoryy{
	background-image: url("../../default_assets/images/inv.png");
	height: 610px;
	width: 311px;
	display:block;
}
.cworkshop .equipment{
	background-image: url("../../default_assets/images/equipment.png?v1");
	height: 340px;
	width: 311px;
	display:block;
}
.cworkshop .item{
	position: absolute;
	/*top: 0px;*/
	margin-top:10px;
	margin-left:3px;
}
.cworkshop .item>div{
	cursor: pointer;
	border: solid 2px transparent;
}
div[id*="item-slot-occupied-"] img {
	background-color: rgba(31, 31, 31, 0.73);
	
}

div[id*="item-slot-occupied-"] img:hover {
	background-color: rgba(154, 60, 45, 0.43);
}
.cworkshop .item>div.selected{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}

.cworkshop .item .hover_inv:hover{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}
.cworkshop .title{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.aOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.aModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.aBackground{
	height: 349px; 
	width: 305px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/artifact/background.png'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}
.pentaOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.pentaModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.pentaBackground{
	height: 349px; 
	width: 311px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/elements2.png?v1'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}
.ranking-table th, .ranking-table td, .half table td{
	border: 1px solid #1A1D21; 
}

form table td, .item_table td, .each_item td, .full td, .form table td{
	border: 0px;
}

.ranking-table img{
	vertical-align: top !important;
	margin: 0;
	padding: 0;
	border: 0;
}
.ranking-table a{
	color: #ffd399 !important;
}
.frcms-langIcon {
	width: 48px;
	height: 48px;
	pointer-events: none;
}

.rankings-player-class-img{
    height:auto
}
.rounded-image-corners{
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    -khtml-border-radius:50%
}
.dropdown-menu > button.btn{
    padding:0!important
}
.dropdown-menu > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
		text-decoration: none;
}
.dropdown-menu > li > a:hover{
    color: #fff !important
}
.dmn-sidebar-box {
	padding: 32px 28px;
	background-color: var(--light-dark-color) !important;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.06);
}
.dmn-sidebar-box-items{
	margin-top: 10px;
}
.dmn-sidebar-box-items a{
	display:block;
	line-height: 20px;
	text-decoration: none;
}
/*
.dmn-sidebar-box-items a:hover, .login_form a:hover, .registration_form a:hover, .additional-links a:hover{
	color: #ca9619;
}*/
.dmn-download-button, .dmn-donate-button{
	width: 100%;
}

.dmn-vault-grid-modern{
    position:relative;
    background-color:#0c0c0a;
    background-image:url(../../default_assets/images/vault-grid-bg.jpg);
    width:321px;
    min-height:600px;
    max-height:600px;
    border:1px solid #302f2a
}
.dmn-grid-item-modern{
    position:absolute;
    border-right:1px solid #171717;
    border-bottom:1px solid #171717;
    background-repeat:no-repeat;
    background-position:center
}
.nav-tabs {
	border-bottom: 1px solid #2D3137;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #2D3137;
	color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #2D3137;
	border-color: #2D3137;
}
.list-group-item-action:focus, .list-group-item-action:hover {
	background-color: transparent;
}

#timers {
	text-align: center;
	margin: 0 auto;
}
#timer_div_title {
	height: 45px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: var(--default-color);
}
#timer_div_time {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.timmer_inner_block {
	width: 70px;
	height: 80px;
	background-color: var(--light-dark-color);
	margin: 2px;
	opacity: 1;
	padding: 2px;
}
#timer_div_time .timmer_inner_block .title{
	text-align:center;
	font-size: 14px;
	color: var(--default-color);
}

#timer_div_time .timmer_inner_block .count{
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	padding-top:10px;
	color: var(--default-color);
}
.vbagde {
	position: absolute;
	top: -10px;
	right: -20px;
	padding: 2px;
	border-radius: 50px;
	color: #fff;
	font-size: 8px;
}
.vbadgeBronze{
	background-color: #CD7F32;
}
.vbadgeSilver{
	background-color: #C0C0C0;
}
.vbadgeGold{
	background-color: #FFD700;
}
.vbadgePlatinum{
	background-color: #0096ff;
}

.btn-primary {
	color: #fff;
	background: linear-gradient(to top, #080A0B, #2D3137);
	border: none !important;
	border-radius: 0  !important;
	box-shadow: none !important;
}
.nav-pills{
	opacity: 1 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	
	color: #fff;
	background: linear-gradient(to top, #080A0B, #2D3137);
	border: none !important;
	border-radius: 0  !important;
	box-shadow: none !important;
}
.shop-product-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop-product-list-item{
	display: inline-block;
	width: 30%;
	padding: 15px;
	margin: 5px;
	margin-top: 0;
	background-color: var(--light-dark-color) !important;
}
.shop-product-list-item .thumb{
	height: 180px;	
}
.shop-product-list-item .thumb > img {
	vertical-align: middle;
}
.shop-product-list-item .detail {
  padding-top: 15px;
  border-top: solid 1px #393749;
}
.shop-product-list-item .detail .price {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
.card{
	background-color: transparent;
}
.list-group-item-action{
	color: #9b9b9b !important;
}
.list-group-item{
	color: #9b9b9b !important;
}

.add_to_card input[type=checkbox], .dmn-sidebar-box input[type=checkbox]{
    appearance: none;
    background-color: var(--white-color) !important;
    position: relative;
    cursor: pointer;
    display:inline-block;
    vertical-align:middle;
    width:15px;
    height:15px;
}
.dmn-sidebar-box input[type=radio]{
    appearance: none;
    background-color: var(--white-color) !important;
    position: relative;
    cursor: pointer;
    display:inline-block;
    vertical-align:middle;
    width:15px;
    height:15px;
	border-radius: 50%;
}
.add_to_card input[type="checkbox"]:checked, .dmn-sidebar-box input[type=checkbox]:checked, .dmn-sidebar-box input[type=radio]:checked {
      appearance: revert;
      accent-color: rgb(0, 0, 0);
}
.alertable-message{
	color: #000 !important;
}
.alertable-prompt .form-group{
	max-width: 260px !important;
}
.alertable-input{
	color: #000 !important;
}

.panel-default .panel-heading{
	background-color: var(--dark-color);
	padding: 5px;
}
.dropdown-toggle::after {
  border: none;
  font-family: var(--icon-font);
  content: "\f078";
  vertical-align: 0;
  font-weight:700;
}
.boss-points-scrollbar {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%!important;
	height: 350px!important;
}
.boss-points-scrollbar {
  scrollbar-height: thin!important;
  scrollbar-color: #fff #1B7FCC!important;
}
.boss-points-scrollbar::-webkit-scrollbar {
    width: 24px;
}
.boss-points-scrollbar::-webkit-scrollbar-track {
    background-color: none !important;
}
.boss-points-scrollbar::-webkit-scrollbar-thumb {
    width: 24px;
    height: 52px;
}
.boss-points-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.boss-points-scroll {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.block-boss-ava span {
	position: relative;
	top: 10px;
	left: -98px;
	background: #0a238a;
	border-radius: 25px;
	height: 30px;
	box-shadow: 0 4px 0 0 rgb(0 0 0/50%);
	color: #fff;
}
.block-boss-ava span i{
	padding: 1px 4px 2px;
	color: #fff;
}
.arrow {
  position: absolute;
  top: 24px;
  width: 40px;
  height: 38px;
  padding: 0;
  border: none;
  display: block;
}
.arrow.prev.active {
  top: 25px!important;	
  left: -35px!important;
  background: url(../images/prev-button.png) no-repeat;
}
.arrow.prev.disabled {
  left: -35px!important;
  top: 25px!important;
  background: url(../images/prev-button.png) no-repeat;
  cursor: default;
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}
.arrow.next {
  top: 25px!important;
  right: -20px!important;
  background: url(../images/next-button.png) no-repeat;
}
.arrow:focus {
  outline: none;
}
.fieldGroup {
    position: relative;
    margin: 20px 0
}
.fieldGroup input {
    width: 100%;
    height: 100%
}
.fieldGroup span {
	position: absolute;
	color: #696868;
	font-size: 11px;
	z-index: 1;
	display: block;
	padding: 5px;
	background: #040609;
	left: 10px;
	top: -12px;
	text-transform: uppercase
}
.fieldGroup:hover span {
	color: #fc9162;
	text-shadow: 1px 1px 10px #fc9162, -1px -1px 10px #fc9162
}

.news-content tr, .news-content td, .news-content th{
	border-width:thin !important;
}
.block-boss-rank span {
    font-size: 18px;
    position: relative;
    top: -8px;
    left: 4px;
    background: var(--default-color);
    border-radius: 25px;
    height: 10px;
    padding-left: 4px;
    padding-right: 4px;
    box-shadow: 0 4px 0 0 rgb(0 0 0/50%);
    color: #fff;
}
.ClassAvatar {
    position: relative;
    display: inline-flex;
    align-items: center
}
.ClassAvatar img {
	width: 45px;
	height: 46px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-radius: 50%;
	top: 38px;
	right: 30px;
}
.ClassAvatar-frame-boss.ClassAvatar-top1 {
    background-image: url(../images/icons/rating1.webp);
}
.ClassAvatar-frame-boss.ClassAvatar-top2 {
    background-image: url(../images/icons/rating2.webp);
}
.ClassAvatar-frame-boss.ClassAvatar-top3 {
    background-image: url(../images/icons/rating3.webp);
}
.ClassAvatar-frame-boss.ClassAvatar-top30 {
    background-image: url(../images/icons/rating30.webp);
}
.ClassAvatar-frame-boss {
	width: 107px;
	height: 107px;
	background-size: cover;
	background-position: 50%;
	z-index: 1;
}
.text-boss-end {
    text-align: right!important;
}
.text-boss-start {
    text-align: left!important;
}

.text-boss-muted {
    color: #ff9f4a!important;
	white-space: nowrap;
}
#week option {
	font-size: 13px;
}
#week optgroup {
	font-size: 13px;
}
.monster-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 600px;
}
#monsters	{
	box-sizing: border-box;
	overflow-x: hidden;
	display: flex;
	.mitem {
		display: block;
		outline: 1px dotted gray;
		padding: 1em;
		box-sizing: border-box;
	}
}
.paddle {
	position: absolute;
	top: 15px;
	bottom: 0;
}
#left-paddle {
	left: 0;
}
#right-paddle {
	right: 0;
}
.mitem {
	white-space: nowrap;
	float: left;
    list-style-type: none;
	width: 100px;
}
.payment-modal {
	display: none;
	position: fixed;
	z-index: 9999; 
	top: 0;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgba(0, 0, 0, 0); 
	border: 0;
	padding-top:0 !important;
}
#inventoryc {
    background-image:url('../../default_assets/images/inventoryc_brown.png?v2');
    width:398px;
    height:320px;
	text-align:center;
	display: inline-block;
	position:relative; 
}
#inventoryc > img {
	position: absolute;
    top: 90px; left: 145px;
    border-radius: 50%;
    border: 3px solid var(--light-dark-color);
	width: 110px;
	height: 110px;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; background-size: contain !important;}
#in_shield { width:60px;height:136px;bottom:0;right:8px; background-size: contain !important;}
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; background-size: contain !important;}
#in_pants { width:68px;height:68px;bottom:8px;left:82px; background-size: contain !important;}
#in_gloves { width:68px;height:68px;top:116px;right:54px; background-size: contain !important;}
#in_boots { width:68px;height:68px;bottom:8px;right:82px; background-size: contain !important;}
#in_wings { width:138px;height:102px;top:8px;right:-2px; background-size: contain !important;}
#in_zoo { width:42px;height:42px;top:15px;left:10px; background-size: contain !important;}
#in_pendant { width:38px;height:38px;top:20px;right:136px; background-size: contain !important;}
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; background-size: contain !important;}
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; background-size: contain !important;}
#in_pentagram { width:64px;height:64px;bottom:8px;right:169px; background-size: contain !important;}
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; background-size: contain !important;} 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; background-size: contain !important;} 
 .cworkshop{
	display: table;
	margin:  50px auto;
}
.cworkshop .inventoryy{
	background-image: url("../../default_assets/images/inv.png");
	height: 610px;
	width: 311px;
	display:block;
}
.cworkshop .equipment{
	background-image: url("../../default_assets/images/equipment.png?v1");
	height: 340px;
	width: 311px;
	display:block;
}
.cworkshop .item{
	position: absolute;
	/*top: 0px;*/
	margin-top:10px;
	margin-left:3px;
}
.cworkshop .item>div{
	cursor: pointer;
	border: solid 2px transparent;
}
div[id*="item-slot-occupied-"] img {
	background-color: rgba(31, 31, 31, 0.73);
	
}

div[id*="item-slot-occupied-"] img:hover {
	background-color: rgba(154, 60, 45, 0.43);
}
.cworkshop .item>div.selected{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}

.cworkshop .item .hover_inv:hover{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}
.cworkshop .title{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.aOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.aModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.aBackground{
	height: 349px; 
	width: 305px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/artifact/background.png'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}
.pentaOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.pentaModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.pentaBackground{
	height: 349px; 
	width: 311px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/elements2.png?v1'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}

.rendering-inventory
{
  width: 522px;
  height: 421px;
  padding-top: 95px;
  margin-left: calc(50% - 260px);
}

.item_size_12{
	font-size: 12px;
}

.item_font_family{
	font-family: tahoma;
}

.item_white{
	color:#FFFFFF;
}

.item_light_green{
	color:#00FF00;
}

.item_light_blue{
	color:#80B2FF;
}

.item_light_blue_2{
	color:#3366FF;
}

.item_blue{
	color:#0066FF;
}

.item_pink{
	color:#FF1493;
}

.item_yellow{
	color:#FADE09;
}

.item_yellow_2{
	color:#FFCC00;
}

.item_red{
	color:#FF0000;
}

.item_dark_red{
	color:#800000;
}

.item_dark_red_background{
	background-color:#800000;
}

.item_purple{
	color: #800080;
}

.item_socket{
	color: #B266FF;
}

.item_grey{
	color: #808080;
}

.item_yellow_title{
	color: #FFCC19;
}
.item_luck{
	color:#80B2FF;
}
.item_exe_title{
	color: #008000;
}

.item_socket_title{
	color: #B266FF;
}

.item_socket_exe_title{
	color: #7401DF;
}

.item_ancient_title{
	color: #01DF01;
}

.item_ancient_background{
	background-color: #0000FF;
}

#inventoryc {
    background-image:url('../../default_assets/images/inventoryc_brown.png?v2');
    width:398px;
    height:320px;
	text-align:center;
	display: inline-block;
	position:relative; 
}
#inventoryc > img {
	position: absolute;
    top: 90px; left: 145px;
    border-radius: 50%;
    border: 3px solid var(--light-dark-color);
	width: 110px;
	height: 110px;
}
#inventoryc > div {
    position:absolute;
    background-repeat:no-repeat;
    background-position:center center;
}
#in_weapon { width:90px;height:136px;bottom:0;left:-6px; background-size: contain !important;}
#in_shield { width:60px;height:136px;bottom:0;right:8px; background-size: contain !important;}
#in_helm { width:68px;height:68px;top:2px;left:66px; }
#in_armor { width:72px;height:110px;top:72px;left:40px; background-size: contain !important;}
#in_pants { width:68px;height:68px;bottom:8px;left:82px; background-size: contain !important;}
#in_gloves { width:68px;height:68px;top:116px;right:54px; background-size: contain !important;}
#in_boots { width:68px;height:68px;bottom:8px;right:82px; background-size: contain !important;}
#in_wings { width:138px;height:102px;top:8px;right:-2px; background-size: contain !important;}
#in_zoo { width:42px;height:42px;top:15px;left:10px; background-size: contain !important;}
#in_pendant { width:38px;height:38px;top:20px;right:136px; background-size: contain !important;}
#in_ring1 { width:38px;height:38px;bottom:92px;left:96px; background-size: contain !important;}
#in_ring2 { width:38px;height:38px;bottom:92px;right:96px; background-size: contain !important;}
#in_pentagram { width:64px;height:64px;bottom:8px;right:169px; background-size: contain !important;}
#in_ear1 {  width:32px;height:32px;top:72px;left:0px; background-size: contain !important;} 
#in_ear2 {  width:32px;height:32px;top:72px;left:115px; background-size: contain !important;} 
 .cworkshop{
	display: table;
	margin:  50px auto;
}
.cworkshop .inventoryy{
	background-image: url("../../default_assets/images/inv.png");
	height: 610px;
	width: 311px;
	display:block;
}
.cworkshop .equipment{
	background-image: url("../../default_assets/images/equipment.png?v1");
	height: 340px;
	width: 311px;
	display:block;
}
.cworkshop .item{
	position: absolute;
	/*top: 0px;*/
	margin-top:10px;
	margin-left:3px;
}
.cworkshop .item>div{
	cursor: pointer;
	border: solid 2px transparent;
}
div[id*="item-slot-occupied-"] img {
	background-color: rgba(31, 31, 31, 0.73);
	
}

div[id*="item-slot-occupied-"] img:hover {
	background-color: rgba(154, 60, 45, 0.43);
}
.cworkshop .item>div.selected{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}

.cworkshop .item .hover_inv:hover{
	background-color: rgba(154, 60, 45, 0.43);
	border: solid 2px rgba(154, 60, 45, 0.44);
}
.cworkshop .title{
	margin-top: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.aOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.aModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.aBackground{
	height: 349px; 
	width: 305px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/artifact/background.png'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}
.pentaOverlay{
	z-index:998;
	position:fixed;
	background-color:#070a11;
	opacity:.8;
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none
}
.pentaModal{
	top: 20%;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 422px;
	height: 445px; 
	background-color:rgba(0,0,0,0);
	position:fixed;
	display:none;
	opacity:0;
	z-index:999;
	padding: 0px 60px;
}
.pentaBackground{
	height: 349px; 
	width: 311px; 
	border: 1px solid black; 
	margin-left: -2px; 
	margin-top: -2px; 
	padding: 0; 
	background: url('../../default_assets/images/elements2.png?v1'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	float: left; 
	position: relative; 
	text-align: center; 
	color: gold; 
	padding-top: 15px;
}

#tooltip {
	position: absolute;
	z-index: 11001;
	border: 1px solid #111;
	background-color: #221f28;
	padding: 5px;
	opacity: 0.90;
	font: normal 10px Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#tooltip h3, 
#tooltip div {
	margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: var(--light-gray-color);
	z-index:9999;
}
#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	display:none;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:710px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}
.modal-header, .modal-header2 {
	background-color: var(--dark-color);
	padding: 18px 18px 14px 18px;
	border:0;
	border-radius: 0;
}
.modal-header h2, .modal-header2 h2 { 
	font-size: 2em; 
	font-weight: 700; 
	margin-bottom: 3px; 
}
#buy_windows .modal-header h2, #add_to_card_windows .modal-header h2{
	font-size: 1.5em; 
}
.close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/close.png);
	z-index: 2;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 1 !important;
}

.add_to_card {
	font-size:12px;
	background:var(--light-gray-color);
	width:100%;
	color: #fff;
}
.add_to_card th {
	padding:15px 20px 16px 20px;
	border-top:1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.add_to_card th:first-child {
	text-align: left;
	padding-left:20px;
}
.add_to_card tr {
	text-align: center;
	padding-left:20px;
}
.add_to_card td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.add_to_card td {
	padding:10px;
	border-top: 1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	border-left: 1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.add_to_card tr.even td {
	background: var(--light-dark-color);
}
.add_to_card tr:last-child td {
	border-bottom:0;
}
.ticket {
	font-size:12px;
	background:var(--light-dark-color) !important;
	color: #fff;
}
.ticket th {
	padding:15px 10px 16px 0px;
	border-top:1px solid var(--dark-color);
	border-bottom:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.ticket th:first-child {
	text-align: left;
	padding-left:10px;
}
.ticket tr {
	text-align: center;
	padding-left:20px;
}
.ticket td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.ticket td {
	padding:10px;
	border:1px solid var(--dark-color);
	background: var(--light-dark-color);
}
.ticket tr.even td {
	background: var(--light-gray-color);
}
.ticket tr:last-child td {
	border-bottom:0;
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.PriorityZero {
	background-color: rgb(230, 138, 138);
}
.PriorityOne {
    background-color: rgb(204, 64, 64);
}
.PriorityTwo {
    background-color: rgb(255, 0, 0);
}
.PriorityThree {
    background-color: rgb(153, 0, 0);
}

.QapTcha {width:215px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {
	width: 215px;
	height: 31px;
	border: 1px solid var(--light-dark-color) !important;
	background-color: var(--light-dark-color) !important;
}
.QapTcha .slider {width:30px;height:30px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;background-size:30px 30px;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .txtStatus {width:215px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;padding-bottom: 10px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
