.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: none;
	color: #ffffff;
	border-color: #ffffff;
}
.dropdown-menu {
	background-color: #4b4f83;
	color: #333;
}
.header-menu-item .dropdown-menu a {
	color: #fff !important;
}
.logo-title a {
	color: #fff;
}
.header-menu-item a {
	color: #fff;
	text-decoration: unset;
	padding: 0 5px;
}
#other-links:hover {
	color: #333;
}
.article-details-block .dropdown-header {
	color: #fff;
}
.btn-pink span {
	color: white !important;
}
.circle {
	margin-top: 40px;
}
.change-font-size {
	font-size: 18px;
}
.big {
	background-color: transparent;
	border: unset;
	font-weight: 600;
	color: #fff;
}
.controller-text:hover .big,
.controller-text:hover .small {
	color: #333;
}
.small {
	background-color: transparent;
	border: unset;
	font-weight: 600;
	color: #fff;
}
li.x-nav-tabs-item.active label:after {
	height: 18px !important;
}
li.x-nav-tabs-item.active label {
	opacity: 0.8 !important;
}
.article-details-block .dropdown-menu {
	transform: unset !important;
	top: unset !important;
	border-radius: 5px;
	grid-template-columns: 300px 300px;
}
.article-details-block.article-details-how-to-cite .dropdown-menu.show {
	display: grid;
}
.wide-row {
	margin-top: 100px;
}
.right-sidebar .card-link {
	padding-left: 25px;
}
.dropdown-item:hover,
.dropdown-item:focus {
	background: #4b4f83;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-top: unset;
	border-left: unset;
	border-right: unset;
}
.downl-issue {
	display: flex;
	max-width: 65px;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: unset;
	font-weight: 100 !important;
}
.downl-issue .language {
	width: 100%;
}
.zs1 {
	display: none;
}
.default-langage-selected,
.dropdown-item.controller-language {
	font-size: 18px;
}
.default-langage-selected {
	color: rgb(211, 211, 211);
}
#languageLargeNav
	.btn.dropdown-toggle.controller-language
	.default-langage-selected:hover {
	color: #333;
}
.dropdown-toggle::after {
	color: rgb(134, 134, 134);
}

.dropdown-item.controller-language {
	display: block;
	transition-duration: 0.5s;
}
/* #languageLargeNav {
	position: relative;
	display: inline-block;
} */
.lang-list.dropdown {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0);
	padding: 12px 16px;
	z-index: 1;
}
#languageLargeNav:hover .lang-list.dropdown {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.dropdown-item.controller-language.dropdown-content a {
	color: #fff;
}
.dropdown-item.controller-language.dropdown-content:hover a {
	color: #333;
}
.form-control {
	background-color: #fff;
}
.modal-content {
	background-color: #fff;
}
.top-site-controller .controller-profile .controller-item {
	padding: 15px;
}
.top-site-controller .controller-profile .controller-item a {
	padding: 15px;
}
.icon-search .controller-search {
	color: #333 !important;
}
.header-left-wrapper #header-menu li {
	text-align: left;
}
.header-left-wrapper #header-menu li:nth-child(2) {
/* 	left: -40px; */
}
html:lang(en-US) .header-left-wrapper #header-menu li:nth-child(2) {
	left: 10px;
}
html:lang(kz-KZ) .header-left-wrapper #header-menu li:nth-child(2) {
	left: 10px;
}
html:lang(kz-KZ) .header-left-wrapper #header-menu li:nth-child(3) {
	left: 30px;
}
@media (min-width: 992px) {
	.language-toggle {
		position: unset;
		top: unset;
		left: unset;
	}
}
