@font-face {
	font-family: Beaufort-Regular; 
	src: url(../fonts/beaufortforlol-regular.otf);
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 14px;
	font-family: Beaufort-Regular, 'sans-serif';
}
/*Flex box*/
.f-a{
	display: flex;
	justify-content: space-around;
}
.f-b{
	display: flex;
	justify-content: space-between;
}
.f-c{
	display: flex;
	justify-content: center;
}
.f-e{
	display: flex;
	justify-content: flex-end;
}
.f-s{
	display: flex;
	justify-content: flex-start;
}
.f-dr{
	flex-direction: column;
}
.wrap{
	margin: 0 auto;
}
/*Header*/
#header{
	color: #fff;
}
.header_line{
	height: 5px;
	background: #1e5d92;
}
.header_block{
	background: #040415;
}
.header_logotype{
	padding: 0px 20px;
	background: rgb(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 21px;
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
}
.header_logotype:hover{
	opacity: 0.7;
}
.header_menubtn{
	margin: 0 20px;
	display: none;
}
.menubtn_item{
	text-decoration: none;
	transition: 0.2s;
}
.menubtn_item_icon span{
	width: 18px;
	height: 2px;
	margin: 3px;
	background: #1e5d92;
	display: block;
	position: relative;
	transition: 0.2s;
}
.menubtn_item_icon span:after {
	content: '';
	width: 2px;
	height: 2px;
	background: #1e5d92;
	position: absolute;
	right: -4px;
	transition: 0.2s;
}
.menubtn_item_name{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(255, 255, 255, 0.5);
	position: relative;
	margin-left: 8px;
	top: -1px;
	transition: 0.2s;
}
.menubtn_item:hover .menubtn_item_name{
	color: #fff;
}
.menubtn_item:hover .menubtn_item_icon span:after{
	background: #fff;
}
.menubtn_item:hover .menubtn_item_icon span{
	background: #fff;
}
.header_headpage{
	text-align: center;
	height: 100%;
}
.headpage_link{
	color: #fff;
	background: #1e5d92;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 20px 20px;
	transition: 0.2s;
	margin-left: 1px;
}
.headpage_link i {
	position: relative;
	top: 4px;
	transition: 0.2s;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-top: -9px;
	margin-right: 10px;
}
.headpage_link:hover {
	background: transparent;
}
.headpage_link:hover i {
	color: #fff;
	background: rgb(255 255 255 / 10%);
}
.social_block {
	height: 30px;
	background: rgb(255, 255, 255, 0.1);
	padding: 8px 15px;
	border-radius: 5px;
}
.social_name{
	text-transform: uppercase;
	color: rgb(255, 255, 255, 0.5);
	font-size: 12px;
}
.social_items{
	margin-left: 10px;
	position: relative;
	top: 1px;
}
.social_item{
	margin: 3px;
	text-decoration: none;
	position: relative;
	top: 2px;
	transition: 0.2s;
}
.social_item:hover{
	filter: brightness(120%);
}
.header_lang{
	margin-left: 20px;
}
.lang_name {
	text-transform: uppercase;
	font-size: 12px;
	color: rgb(255, 255, 255, 0.5);
	margin-right: 10px;
}
.lang_selector {
	position: relative;
	margin-left: 5px;
	height: 100%;
}
.language-select {
	display: inline-flex;
	flex-direction: column;
	color: #fff;
	margin: -9px;
	position: absolute;
	text-transform: uppercase;
	height: 32px;
	overflow: hidden;
	cursor: pointer;
	left: -25px;
	top: 0;
	transition: 0.2s;
	z-index: 9;
}
.language-select:hover{
	opacity: 0.7;
}
.language-select li {
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgb(255, 255, 255, 0.1);
	order: 2;
	padding: 5px;
}
.language-select li:hover {
	cursor: pointer;
	background: rgb(255, 255, 255, 0.2);
}

.language-select.open {
	height: auto;
}

.language-select li.active {
	order: 1;
	pointer-events: none;
}
/* ads */
.mainimg_block {
	width: 100%;
	position: relative;
	display: flex;
}
.mainimg_block img{
	width: 100%;
}
.mainimg_informer {
	background: #040415;
	color: rgb(255 255 255 / 50%);
	padding: 15px 0px;
	position: relative;
}
.mainimg_informer_marq{
	display: flex;
}
.mainimg_informer_marq span{
	padding: 0px 10px;
	margin: 0px 1px;
	border:1px solid rgb(255 255 255 / 20%);
}
/*main*/
.main_block {
	background: rgb(0 0 0 / 2%);
	/*	padding: 0px 0px 0px 25px;*/
}
.main_menu {
	width: 260px;
	background: #040415;
	box-shadow: 10px 0px 0px rgb(0 0 0 / 6%);
}
.main_menu:before {
	content: '';
	background: url('../img/menu_line.png');
	width: 53px;
	height: 92px;
	position: absolute;
}
.menu_name {
	background: rgb(255 255 255 / 10%);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 15px;
	margin-top: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.menu_nav {
	margin-top: 35px;
}
.menu_nav_dropdown ul, .menu_nav_dropdown li {
	margin: 0;
	padding: 0;
}
.menu_nav_dropdown ul {
	list-style: none;
	width: 100%;
	margin-top: 20px;
}
.menu_nav_dropdown li {
	position: relative;
	width:auto;
	margin: 2px 0;
}
.menu_nav_dropdown a {
	background: rgb(255 255 255 / 5%);
	color: rgb(255 255 255 / 70%);
	border-left: 4px solid rgb(255 255 255 / 20%);
	display: block;
	padding: 15px 25px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.menu_nav_dropdown li:hover a {
	background: #1e5d92;
	border-left: 4px solid rgb(255 255 255 / 70%);
}
#submenu {
	opacity: 0; 
	position: absolute;
	top: 0px;
	visibility: hidden; 
	z-index: 1;
	left: 260px;
	margin-top: 0px;
	background: rgb(0 0 0 / 10%);
	padding: 0px 5px;
}
li:hover ul#submenu {
	opacity: 1;
	visibility: visible;
}
#submenu li {
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: rgb(17 17 17);
	border-left: 4px solid rgb(255 255 255);
}
#submenu a {
	background-color: rgb(28 144 242);
}
.menu_nav_title{
	display: inline-block;
	width: 95%;
}
/*Main*/
.main_container {
	width: calc(100% - 260px);
	background: rgb(0 0 0 / 2%);
}
/*Search*/
.main_search{
	padding: 20px;
	background: rgb(255 255 255 / 50%);
}
.search_dline{
	margin-right: 16px;
	margin-top: 8px;
}
.search_dline span{
	display: inline-block;
	width: 1px;
	height: 80%;
	background: rgb(0 0 0 / 10%);
	margin: 2px 1px;
}
.search_form form{
	margin: 0;
}
.search-input {
	background: rgb(44 44 56);
	width: 260px;
	padding: 20px;
	border: none;
	border-left: 4px solid #1e5d92;
	font-family: Beaufort-Regular, 'sans-serif';
	text-transform: uppercase;
	box-shadow: 0px 5px rgb(0 0 0 / 6%);
	margin: 0;
	color: #fff;
	outline: none;
	font-size: 12px;
}
.search-input:focus {
	background: rgb(4 4 21);
	border-left: 4px solid #8e8f93;
}
.search-input:hover {
	box-shadow: 0px 5px rgb(0 0 0 / 10%);
}

.search-button{
	font-family: Beaufort-Regular, 'sans-serif';
	outline: none;
	padding: 0 20px;
	text-transform: uppercase;
	background: #1e5d92;
	border: none;
	color: #fff;
	cursor: pointer;
	box-shadow: 0px 5px rgb(0 0 0 / 6%);
	transition: 0.2s;
}
.search-button:hover {
	background: rgb(0 0 0 / 70%);
	box-shadow: 0px 5px rgb(0 0 0 / 10%);
	color: #f5f5f5;
}
.search-button i{
	font-size: 16px;
	margin-right: 10px;
	transition: 0.2s;
	width: 18px;
	padding: 5px;
}
.search-button:hover i {
	color: #ffffff;
	background: rgb(255 255 255 / 10%);
	padding: 5px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.search_description{
	margin-left: 35px;
	letter-spacing: 1px;
}
.search_description_title{
	font-size: 24px;
	color: #6e6e6e;
	text-transform: uppercase;
}
.search_description_title span{
	color: #a7a7a7;
}
.search_description_text{
	color: #a7a7a7;
}
/*main blocks*/
.main_blocks {
	padding-right: 25px;
	padding-left: 35px;
	margin-bottom: 20px;
}
/*quests*/
.main_quests{
	margin-top: 45px;
}
.main_quests_title{
	font-size: 26px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.main_quests_button{
	background: #1e5d92;
	padding: 15px;
	box-shadow: 0px 5px rgb(0 0 0 / 6%);
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
}

.main_quests_button i{
	margin-right: 10px;
	transition: 0.2s;
}
.main_quests_button:hover {
	background: #040415;
}
.main_quests_button:hover i {
	margin-right: 20px;
}
.main_quests_block{
	background: #fff;
	padding: 15px;
	margin-top: 15px;
	border-bottom: 4px solid #1e5d92;
}
.quests_block_quest{
	margin-top: 3px;
}
.quests_block_title{
	color: #6e6e6e;
	text-transform: uppercase;
}
.quests_block_items {
	margin-top: 10px;
	margin-right: 40px;
}
.quest_desc_link{
	color: #6e6e6e;
	margin-left: 5px;
}
.quest_desc_link:hover{
	color: #1e1e1e;
}

.quest_desc_icon{
	padding: 1px;
	margin-left: 2px;
	background: #fff;
	border: 1px solid rgb(0 0 0 / 10%);
}
.quest_dline{
	margin-right: 16px;
	margin-top: 8px;
}
.quest_dline span{
	display: inline-block;
	width: 1px;
	height: 50%;
	padding: 10px 0px;
	background: rgb(0 0 0 / 10%);
	margin: 0px 1px;
}
/*manual*/
.main_manual {
	margin-top: 35px;
}
.main_manual_title{
	font-size: 26px;
	text-transform: uppercase;
	color: #6e6e6e;
}
.main_manual_add a{
	color: #6e6e6e;
	text-decoration: underline;
}
.main_manual_add a:hover{
	color: #1e5d92;
}
.main_manual_button {
	background: #1e5d92;
	padding: 15px;
	box-shadow: 0px 5px rgb(0 0 0 / 6%);
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
	margin-left: 20px;
	height: 18px;
}
.main_manual_button i{
	margin-right: 10px;
	transition: 0.2s;
}
.main_manual_button:hover {
	background: #040415;
}
.main_manual_button:hover i {
	margin-right: 20px;
}
.main_manual_title span{
	font-size: 14px;
	color: #000;
	opacity: 0.5;
}
.main_manual_blocks{
	margin-top: 15px;
}
.main_manual_item {
	background: #fff;
	border-bottom: 4px solid #1e5d92;
	margin: 0px 10px;
}
.main_manual_item:first-child {
	margin: 0px 10px 0px 0px;
}
.main_manual_item:last-child {
	margin: 0px 0px 0px 10px;
}
.manual_img{
	width: 100%;
	height: 209px;
	position: relative;
}
.manual_img img{
	width: 100%;
	height: 100%;
	position: relative;
}
.manual_img:before{
	content: '';
	background: url('../img/manual/manual_over.png');
	width: 290px;
	height: 209px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
.manual_description{
	padding: 10px;
}
.manual_title{
	color: #6e6e6e;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: underline;
	transition: 0.2s;
}
.main_manual_item .manual_title:hover {
	color: #040415;
	text-decoration: none;
}
.main_manual_item:hover .manual_img:before {
	opacity: 0;
	transition: 0.3s;
}
.manual_text{
	color: #a7a7a7;
	margin: 5px 0px;
}
.manual_autor{
	margin-top: 10px;
}
.manual_autor_name{
	color: #6e6e6e;
	font-size: 12px;
}
.manual_autor_name span{
	background: rgb(0 0 0 / 6%);
	padding: 2px 5px;
	margin-left: 5px;
}
.manual_dline span{
	display: inline-block;
	width: 1px;
	height: 100%;
	background: rgb(0 0 0 / 10%);
	margin: 0px 1px;
}
/*class prof*/
.main_prof {
	margin-top: 45px;
	/*	border-bottom: 1px solid rgb(0 0 0 / 5%);*/
}
.main_prof_title {
	font-size: 18px;
	text-transform: uppercase;
	color: #040415;
	padding: 0px 10px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li {
	transition: 0.2s;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #fff;
	color: rgb(0 0 0 / 70%);
	overflow: hidden;
	position: relative;
	border: 1px #1e5d92;
	border-style: dashed;
	margin-left: 5px;
	/* text-transform: uppercase; */
}

ul.tabs li:hover {
	background-color: transparent;
	color: #1e5d92;
}

ul.tabs li.active {
	border: 1px #1e5d92;
	border-style: solid;
	box-shadow: 2px 2px 0px 0px #1e5d92;
	margin-left: 10px;
}
.tabs img{
	height: 34px;
	width: 34px;
}
.tabs span{
	font-size: 14px;
	margin-left: 10px;
}
.tab_container {
	border-top: none;
	clear: both;
	overflow: auto;
	box-shadow: 0 0 10px 1px #0000000f;
}

.tab_content {
	/*margin: 30px 0px;*/
	display: none;

}
.tab_head {
	background: #1e5d92;
	padding: 5px;
	box-shadow: 0 5px rgb(0 0 0 / 5%);
}
.tab_head img {
	height: 40px;
	width: 40px;
	background: rgb(255 255 255 / 25%);
	padding: 3px;
	border-radius: 5px;
}
.tab_head span{
	color: #fff;
	font-size: 18px;
	/*	text-transform: uppercase;*/
	margin-left: 10px;
}
.class_mainclass {
	width: 50%;
	background: #fff;
	padding: 10px;
	border-right: 1px solid rgb(0 0 0 / 10%);
}
.class_item{
	text-decoration: none;
	text-align: center;
	margin: 10px;
	position: relative;
}
.class_item_name {
	background: #1e5d92;
	padding: 5px;
	color: #fff;
	display: block;
	border-radius: 10px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	margin: 2px auto;
	font-size: 11px;
	min-width: 75px;
	text-transform: unset;
	transition: 0.2s;
}
.class_item:hover .class_item_name{
	background: #040415;
	color: #fff;
}
.class_item:hover .class_img {
	background: #00000014;
	box-shadow: 0 0 0 1px #00000038;
}
.class_category {
	margin-top: 35px;
	width: 100%;
}
.class_line_horizontal {
	background: rgb(0 0 0 / 10%);
	height: 1px;
	width: 67%;
	display: block;
	margin: 0 auto;
}
.class_block {
	margin: 0 auto;
	/*padding: 0px 0px 10px;*/
	width: 100%;
}
.main_prof_header.f-b,
.main_prof_header.f-s {
	margin-bottom: 20px;
	background: #ffffff91;
	padding: 5px 6px;
}
.class_item{
	display: block;
}
.class_img {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 4px;
	background: #00000014;
	border-radius: 15px;
	transition: 0.2s;
}
.class_item_img{
	position: relative;
}
.class_item_img:before{
	content: '';
	background: rgb(0 0 0 / 10%);
	height: 50%;
	width: 1px;
	display: block;
	top: -40px;
	position: absolute;
	left:50%;
	transform: translate(-50%, 0);
	z-index: 1;
}
.class_block{
	position: relative;
}
.class_category .f-c .class_block:after{
	content: '';
	background: rgb(0 0 0 / 10%);
	height: 1px;
	width: 100%;
	display: block;
	top: -30px;
	position: absolute;
	left:50%;
	transform: translate(-50%, 0);
	z-index: 1;
}
.class_category .f-c .class_block:first-child:after{
	content: '';
	background: rgb(0 0 0 / 10%);
	height: 1px;
	width: 50%;
	display: block;
	position: absolute;
	left:50%;
	transform: translate(0%, 0);
	z-index: 1;
}
.class_category .f-c .class_block:last-child:after{
	content: '';
	background: rgb(0 0 0 / 10%);
	height: 1px;
	width: 50%;
	display: block;
	position: absolute;
	left:0%;
	transform: translate(0%, 0);
	z-index: 1;
}
.class_category .f-c .last_prof:after{
	display: none !important;
}
.tab_drawer_heading { display: none; }

/*seo*/
.seo_container{
	margin: 35px 0;
}
.seo_block_over {
	width: 55%;
	background: rgb(255 255 255 / 50%);
	padding: 10px;
	border-left: 4px solid #1e5d92;
}
.seo_block{
	color: #6e6e6e;
	height: 160px;
	overflow: auto;
	padding: 0px 10px;
}
.seo_block h2{
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.seo_block::-webkit-scrollbar {
	width: 0.15em;
}

.seo_block::-webkit-scrollbar-thumb {
	background: #1e5d92;
}

.seo_block::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.seo_block {
	scrollbar-face-color: #1e5d92;
	scrollbar-track-color: rgba(0, 0, 0, 0.1);
}
.seo_block_small{
	width: 38%;
}
/*footer*/
#footer{
	background: #040415;
	border-top: 3px solid #1e5d92;
}
.footer_logo {
	background: rgb(255 255 255 / 10%);
	padding: 5px 15px;
	transition: 0.2s;
}
.footer_logo:hover {
	opacity: 0.7;
}
.footer_projectinfo{
	width: 250px;
	color: #6e6e6e;
	margin-left: 20px;
	line-height: 21px;
}
.footer_link_item{
	text-decoration: none;
	padding: 10px;
	border: 1px dashed rgb(255 255 255 / 10%);
	color: #fff;
	margin: 0px 5px;
	transition: 0.2s;
}
.footer_link_item:hover {
	border: 1px solid rgb(255 255 255 / 10%);
	background: rgb(255 255 255 / 10%);
}
.lang-footer{
	height: 32px;
	border: 1px dashed rgb(255 255 255 / 10%);
	position: relative;
	padding: 0;
	background: transparent;
}
.lang-footer li{
	padding: 8px;
	background: transparent;
	color: #6e6e6e;
	font-size: 12px;
	transition: 0.2s;
}
.footer_totop a {
	height: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background: #1e5d92;
	padding: 0px 20px;
	transition: 0.2s;
}
.footer_totop a:hover {
	background: rgb(255 255 255 / 10%);
	color: #1e5d92;
}
.footer_studio{
	margin-right: 30px;
}
.footer_studio a{
	opacity: 0.5;
	transition: 0.2s;
}
.footer_studio a:hover{
	opacity: 0.7;
}
/*decorate elements*/
.decorate_element {
	position: fixed;
	top: 30%;
	z-index: 1;
	color: rgb(189 189 189 / 50%);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.dec_element_name{
	transform: rotate(-90deg);
	left: -50px;
}
.dec_element_lines {
	right: 40px;
	top: 20%;
}
.dec_elements_line{
	width: 1px;
	height: 200px;
	background: rgb(189 189 189 / 50%);
}
.dec_elements_oval{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid rgb(189 189 189 / 50%);
	margin-left: -5px;
	margin-top: 3px;
}
/*ads*/
.menu_adsblock {
	width: 240px;
	text-align: center;
	padding: 4px;
	margin: 20px auto;
	background: rgb(255 255 255 / 10%);
	border: 1px dashed #1e5d92;
}
.menu_adsblock a{
	width: 240px;
}
.menu_adsblock a img{
	width: 100%;
}

.uk-container.uk-container-center {
	background: #fff;
	padding: 10px;
}
ul.uk-breadcrumb {
	background: #1e5d92;
	padding: 10px;
	list-style: none;
	color: #fff;
	font-size: 14px;
	display: flex;
}
.uk-panel.uk-panel-box {
	background: #fff;
	padding: 0px;
	margin-bottom: 10px;
}
ul.uk-breadcrumb li {
	/*margin-left: 15px;*/
	background: #ffffff1f;
	padding: 5px 15px;
}
ul.uk-breadcrumb li:nth-child(1) {
	margin-left: 0px;
}
ul.uk-tab {
	display: flex;
	list-style: none;
	background: rgb(0 0 0 / 2%);
	padding: 5px 15px;
}
ul.uk-tab li {
	background: #efefef;
	padding: 5px;
	margin: 2px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid rgb(0 0 0 / 10%);
}
ul.uk-tab li > a{
	color: #1e1e1e;
	text-decoration: none;
}
ul.uk-tab li:hover{
	filter: brightness(1.1);
}

li.uk-active > a {
	color: #fff !important; 
}
ul#levels {
	list-style: none;
	background: #f5f5f5;
	margin: 0;
	padding: 0;
}
table.uk-table {
	background: #fff;
	margin-top: 10px;
	/* width: auto !important; */
}
thead {
	background: #fafafa;
	/* color: #fff; */
	font-weight: normal;
	font-size: 12px;
	/* padding: 1px; */
	/* margin: 2px; */
}
td.uk-text-center {
	text-align: center;
	margin: 0 auto;
}
td.uk-text-left {
	background: #fbfbfb;
	padding: 10px;
	transition: 0.2s;
}
td.uk-text-left:hover {
	background: #fff;
}
ul.uk-tab li a {
	padding: 0px !important;
}
.filter_npc {
	background: #00000000;
	padding: 15px;
	border: 1px solid #0000000f;
	border-left: 3px solid #1e5d92;
}
.filters_npc_list{
	flex-wrap: wrap;
}
.filter_lvl {
	background: #f27f1c14;
	/* width: 100%; */
	display: block;
	padding: 5px;
	margin: 5px 0px;
}
.filter_race {
	background: #641cf214;
	/* width: 100%; */
	display: block;
	padding: 5px;
	margin: 5px 0px;
}
.filters_npc_list a {
	padding: 6px;
	margin: 1px;
	border: 1px solid #afafaf4a;
	transition: 0.2s;
}
.filters_npc_list a:hover {
	padding: 6px;
	margin: 1px;
	background: #afafaf4a;
	text-decoration: none;
}
a.filter_btn {
	background: #f9f9f9;
	padding: 8px;
	margin-top: 8px;
	display: block;
	text-align: center;
	border: 1px solid #e8e8e8;
	width: 150px;
}
td.uk-text-center {
	text-align: center;
	margin: 0 auto;
	background: #e2fde96b;
	/* color: #f5f5f5; */
	border: 1px solid #e0e0e0;
}
table.uk-table tr {
	/* margin: 1px; */
	/* width: 100%; */
	border: 1px solid #e0e0e0;
}
ul.uk-tab .uk-active {
	background: #404040;
}
.uk-text-primary {
	color: #a7a7ae!important;
	font-size: 18px;
}
img.icon.uk-box-shadow {
	background: #eaeaea;
	padding: 2px;
	border: 1px solid rgb(122 0 255 / 28%);
}
.uk-text-right {
	background: #efefef;
	min-width: 100px;
	text-align: center !important;
}
.uk-text-left:hover{
	text-decoration: underline;
	color: #0060c3;
}
.search_num {
	background: #fafafa;
	width: 30px;
	display: block;
	margin: 0 auto;
}
.uk-alert.uk-box-shadow{
	min-width: auto !important;
}
.uk-tab-center .uk-tab {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
span.uk-icon-star {
	margin-left: -10px;
	position: relative;
	right: 20px;
	color: #753cff;
	top: 12px;
}
a.settings {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #1e1e2d;
	width: 30px;
	text-align: center;
	margin: 15px 25px;
	border-radius: 50%;
}
a.settings:hover span {
	filter:brightness(1.3);
}
a.header_logotype.f-c.f-dr img {
	height: 60px;
}
.uk-form-controls select {
	width: 300px !important;
	height: 36px !important;
	background: #f5f5f5 !important;
	border: 1px solid #1e5d92 !important;
}
.uk-form-row {
	text-align: center;
}
label.uk-form-label {
	background: #f7f7f7;
	display: block;
	margin: 5px;
	padding: 5px;
}
.savebtn {
	background: #1e5d92;
	color: #ffffff;
	border: none;
	padding: 15px;
	width: 200px;
	font-family: inherit;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: 0.2s;
}
.savebtn:hover {
	background: #040415;
	cursor: pointer;
}
.mainnews {
	position: absolute;
	display: flex;
	justify-content: center;
	right: 25px;
	max-width: 500px;
	height: 100%;
	flex-direction: column;
	z-index: 99;
}
.mainnews_over {
	background: rgb(0 173 255 / 10%);
	padding: 20px;
	color: #ffffffa1;
	font-size: 16px;
	border-right: 2px dashed #1e5d92;
}
.mainnews_title h1 {
	color: #fafafa;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 28px;
	text-transform: uppercase;
}
.mainnews_over a {
	display: block;
	background: #1e5d92;
	width: 160px;
	text-align: center;
	margin: 15px 0px 0px;
	padding: 10px;
	color: #fff;
	transition: 0.2s;
}
.mainnews_over a:hover {
	color: #f5f5f5;
	background: rgb(255 255 255 / 13%);
}
.mainnews_over i {
	color: #fff;
	margin-right: 5px;
	transition: 0.2s;
}
.mainnews_over a:hover > i {
	color: #fff;
	margin-right: 10px;
}
.footer_logo img {
	height: 60px;
}

.videobg {
	position: relative;
	width: 100%;
	height: 400px;
}
.videobg__video {
	width: 100%;
	object-fit: cover;
	height: 400px;
	position: relative;
}
.videobg__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: url(../img/video__overlay_2.png) no-repeat;
	background-size: cover;
}
.videobg:after {
	display: block;
	content: "";
	background: url(../img/bg__leaves.png) no-repeat;
	width: 100%;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	z-index: 20;
}
.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #040415;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

/**===== nest3 =====*/
#nest3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 2px solid transparent;
    border-top-color: #000000;
    box-shadow: 0 0 2px 2px #006088;
    border-radius: 25%;
    -webkit-animation: spin9 1.5s ease infinite;
    animation: spin9 1.5s ease infinite;
}

#nest3:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #000000;
    box-shadow: 0 0 0px 2px rgb(255 255 255 / 70%);
    -webkit-animation: spin9_x 1s linear infinite;
    animation: spin9_x 1s linear infinite;
}

#nest3:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #000000;
    box-shadow: 0 0 0px 2px #009eea;
    -webkit-animation: spin9 1.5s linear infinite;
    animation: spin9 1.5s linear infinite;
}
@-webkit-keyframes spin9 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin9 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes spin9_x {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes spin9_x {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
/* ===== Preloader (logo + bar) ===== */
.preloader-background {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #0d1b2a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.preloader-logo {
    max-height: 70px;
    width: auto;
    animation: preloader-pulse 1.8s ease-in-out infinite;
    filter: drop-shadow(0 0 18px rgba(30, 93, 146, 0.7));
}
@keyframes preloader-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.75; transform: scale(0.96); }
}
.preloader-bar {
    width: 220px;
    height: 4px;
    background: rgba(255,255,255,0.12);
    border-radius: 4px;
    overflow: hidden;
}
.preloader-bar-fill {
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, #1e5d92, #4db6e8, #1e5d92);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: preloader-slide 1.4s linear infinite;
}
@keyframes preloader-slide {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.preloader-txt {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

/* ===== SEO heading structure ===== */
.mainnews_tagline {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
}
h1.wiki-page-title {
    font-size: 18px;
    font-weight: bold;
    color: #1e5d92;
    margin: 0 0 8px 0;
    padding: 0;
    text-align: left;
    line-height: 1.3;
    border-left: 4px solid #1e5d92;
    padding-left: 10px;
}
/* Tab labels wrapped in h2 for SEO — visually identical to original tabs */
h2.wiki-tab-label {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: inherit;
}
h2.wiki-section-title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #1e5d92;
    margin: 0 0 6px 0;
    padding: 4px 8px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 3px;
}
h3.wiki-subsection-title {
    font-size: 12px;
    font-weight: bold;
    color: #1e5d92;
    margin: 8px 0 2px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ===== Quest Catalog (Homepage) ===== */
.quest_catalog {
    padding: 10px 0 6px;
}
.quest_catalog_title {
    font-size: 18px;
    font-weight: bold;
    color: #1e5d92;
    margin: 0 0 14px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #1e5d92;
    letter-spacing: 0.5px;
}
.quest_catalog_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.quest_col {
    flex: 1 1 200px;
    min-width: 180px;
}
.quest_group_title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #1e5d92;
    padding: 5px 10px;
    margin: 10px 0 4px;
    border-radius: 3px;
    letter-spacing: 0.4px;
}
.quest_col:first-child .quest_group_title:first-child {
    margin-top: 0;
}
.quest_list {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 0;
}
.quest_list li {
    padding: 3px 0;
    border-bottom: 1px solid #f0f0f0;
}
.quest_list li:last-child {
    border-bottom: none;
}
.quest_list li a {
    color: #2e6da4;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 2px 4px;
    border-radius: 2px;
    transition: background 0.15s, color 0.15s;
}
.quest_list li a:hover {
    background: #eaf2fb;
    color: #1e5d92;
    text-decoration: none;
}
.quest_list li a .fa {
    width: 16px;
    text-align: center;
    color: #1e5d92;
    opacity: 0.75;
    margin-right: 4px;
}
.quest_link_promo {
    display: inline-block;
    color: #c0392b !important;
    font-size: 13px !important;
    text-decoration: none;
    padding: 6px 14px;
    border: 2px solid #c0392b;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}
.quest_link_promo .fa {
    color: #c0392b !important;
    opacity: 1 !important;
    margin-right: 5px;
}
.quest_link_promo:hover {
    background: #c0392b !important;
    color: #fff !important;
    text-decoration: none;
}
.quest_link_promo:hover .fa {
    color: #fff !important;
}
@media (max-width: 700px) {
    .quest_catalog_grid {
        flex-direction: column;
    }
    .quest_col {
        min-width: unset;
    }
}