.panel-characters-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #071924cc;
	border-bottom: 1px solid #153046;
	margin-top: -13px;
	padding-top: 75px;
}

.panel-characters-block .breadcrumbs {
	margin-bottom: 0;
}

.panel-characters-slider {
	padding: 0 45px;
	max-width: 100%;
}

.panel-characters-slider .slick-list {
	padding: 20px 10% !important;
}

.panel-characters-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 210px !important;
	height: 320px !important;
	margin: 0 7px;
	border: 1px solid #062131;
	transition: 0.3s all;
	background-color: #031018;
}

.panel-characters-item::after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background: url('../images/information/panel-char-item-shadow.png');
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

.panel-characters-item .img-container {
	height: 100%;
}

.panel-characters-item .img-container img {
	width: 100%;
	border: 1px solid #062131;
}

.panel-character-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.panel-character-content .name {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	text-align: center;
	background-clip: text;
	background-image: linear-gradient(0deg, #a9a0f7, #7aefff);
}

.panel-character-content .name::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 210px;
	height: 40px;
	transform: translate(-50%, -50%);
	background-image: url('../images/information/name-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

.panel-characters-item:hover {
	box-shadow: 0 10px 10px #000000bf;
	transform: translateY(-10px);
}

.panel-characters-item .border-bottom-left,
.panel-characters-item .border-bottom-right,
.panel-characters-item .border-top-left,
.panel-characters-item .border-top-right {
	width: 20px;
	height: 20px;
}

.panel-characters-item .border-top-left,
.panel-characters-item .border-top-right {
	top: -3px;
	left: -8px;
}

.panel-characters-item .border-top-right {
	right: -13px;
	left: unset;
}

.panel-characters-item .border-bottom-left {
	bottom: -3px;
	left: -13px;
}

.panel-characters-item .border-bottom-right {
	right: -8px;
	bottom: -3px;
}

.button-char {
	width: 165px;
	height: 35px;
	background-image: url('../images/information/button-char.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 100%;
}

.button-char span {
	font-size: 12px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		180deg,
		rgb(255 255 255 / 100%) 0%,
		rgb(122 239 255 / 100%) 100%
	);
	text-shadow: 0 0 15px #00c2ff;
	text-transform: uppercase;
}

.panel-characters-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 70;
	width: 47px;
	height: 47px;
	font-size: 0;
	opacity: 0.6;
	transform: translateY(-50%);
}

.panel-characters-slider .slick-arrow:hover {
	opacity: 1;
}

.panel-characters-slider .slick-next {
	right: 0;
	background: url('../images/slick-arrow-2.png') no-repeat;
}

.panel-characters-slider .slick-prev {
	left: 0;
	background: url('../images/slick-arrow-2.png') no-repeat;
	transform: rotate(180deg) translateY(25px);
}

.panel-characters-block .wrapper-content {
	padding: 15px 35px;
}

.panel-characters-block .wrapper-content .local-title {
	padding: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #6ec9eb;
	border-bottom: 1px solid #132b37;
	text-transform: uppercase;
}

.sidebar-navigation {
	margin-right: 25px;
	min-width: 300px;
}

.sidebar-navigation li {
	position: relative;
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 13px;
	background: #031018;
	transition: all 0.3s;
	cursor: pointer;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.sidebar-navigation li::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #566a7a;
	background: linear-gradient(
		90deg,
		rgb(24 49 60 / 100%) 0%,
		rgb(3 16 24 / 100%) 100%
	);
	opacity: 0;
	transition: all 0.3s;
	content: '';
}

.sidebar-navigation li a {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.sidebar-navigation li.active::after,
.sidebar-navigation li:hover::after {
	opacity: 1;
}

.sidebar-navigation li.active a,
.sidebar-navigation li:hover a {
	color: #6ec9eb;
}

.panel-characters-block .panel-character-info {
	display: flex;
	margin-top: 10px;
}

.panel-characters-block .content-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.panel-characters-block .content-title span {
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	background-clip: text;
	background-image: linear-gradient(
		180deg,
		rgb(122 239 255 / 100%) 0%,
		rgb(169 160 247 / 100%) 100%
	);
	text-transform: uppercase;
}

.panel-characters-block .content-title .icon-border {
	position: relative;
	display: flex;
	width: 78px;
	height: 69px;
	background-image: url('../images/guild/border-guild-img.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-characters-block .content-title .icon-border::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	filter: drop-shadow(0 0 5px #ae67f6b3) drop-shadow(0 0 10px #ae67f6b3);
}

.panel-characters-block .content-title .icon-border.title::after {
	width: 24px;
	height: 24px;
	background-image: url('../images/information/title-mark.png');
}

.panel-characters-block table {
	margin: 23px 0;
	font-size: 14px;
	color: #6ec9eb;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
}

.panel-characters-block table td {
	height: 45px;
	padding: 0 15px;
	border: none;
	background-color: #04131c;
}

.panel-characters-block table .online-td {
	display: flex;
	align-items: center;
}

.panel-characters-block table .online-td .online-status {
	font-size: 14px;
}

.panel-characters-block .content {
  width: calc(100% - 35px);
  border: 1px solid #3a6b7a30;
  border-radius: .1rem;
  padding: 1rem 1rem;
  margin: 0 auto 50px;
}

.panel-characters-block .character-info-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	margin: 23px 0;
	padding: 0 15px;
	font-size: 14px;
	color: #6ec9eb;
	background-color: #04131c;
}

.panel-characters-block .character-info-link a {
	color: #6ec9eb;
}

.panel-characters-block .character-info-link a:hover {
	opacity: 0.7;
}

@media (width <= 768px) {
	.panel-characters-block .panel-character-info {
		flex-direction: column;
	}

	.panel-characters-block .sidebar-navigation {
		margin-right: 0;
		max-width: 100%;
	}

	.panel-characters-block .content {
		width: 100%;
	}

	.panel-characters-block .content .panel-characters-slider {
		padding: 0;
	}

	.panel-characters-block .content .panel-characters-slider .slick-prev {
		left: -35px;
	}

	.panel-characters-block .content .panel-characters-slider .slick-next {
		right: -35px;
	}

	.panel-characters-block .wrapper-content {
		padding: 15px;
	}
}

.information-page .slider-characters .slick-list {
    padding: 110px 40px !important;
}

.information-page .slider-characters .slide-item {
    height: 460px;
    margin: 0 60px;
}

.information-page .slider-characters .item-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border: 1px solid rgba(109, 251, 195, 0.15);
    padding: 0 10px 35px;
}

.information-page .slider-characters .slide-info {
    margin-top: auto;
}

.information-page .slider-characters .slide-title {
    position: relative;
    color: #00fffc;
    text-transform: uppercase;
}

.information-page .slider-characters .slide-description {
    font-size: 16px;
    line-height: 24px;
    margin: 50px 0;
}

.information-page .slider-characters .more-button {
    margin: 0 auto;
}

.information-page .slider-characters .slide-image {
    max-width: inherit;
    position: absolute;
    left: -340px;
    top: -95px;
    width: 948px;
    height: 498px;
}

.information-page .cards {
    position: relative;
    z-index: 10;
    margin-top: -10px;
}

.information-page .cards .card {
    width: calc(33% - 33px) !important;
    height: 340px;
    background: linear-gradient(to bottom, #0e161d, #14242e);
    padding: 35px;
}

.information-page .card .block-title {
    width: fit-content;
}

.information-page .card .card-description {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.information-page .card .card-description span {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    letter-spacing: .1rem;
    line-height: 1.4;
}

.information-page .card span strong {
  font-weight: bold;
  text-decoration: none;
  color: #ffb400;

}

.information-page .card ul.ul-list li{
    font-size:16px;
    list-style-type:none;
    margin-bottom:5px
}
.information-page .card ul.ul-list li:after{
    color:#ccc;
    content:'» ';
    font-size:35px;
    font-weight:300;
    margin-top:-75px;
    float:left;
    margin-left:-20px;
    margin-right:-20px;
	  line-height: 3;
}
.information-page .card ul.ul-list li a{
    color:var(--body-color)
}
.information-page .card ul.ul-list li a:hover{
    color:#fff;
    text-shadow:0 0 5px #ccc
}

.information-page .faq {
    margin-top: 80px;
}

.information-page .faq h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.information-page .faq p {
    font-size: 16px;
    color: #889cad;
    line-height: 24px;
}

