@font-face {
	font-family: DejaVuSerif;
	src: url('https://cajas.kz/public/fonts/DejaVuSerif.otf') format('opentype');
	font-style: normal;
}

@font-face {
	font-family: DejaVuSerif;
	src: url('https://cajas.kz/public/fonts/DejaVuSerif-Italic.otf')
		format('opentype');
	font-style: italic;
}
/* @font-face {
	font-family: 'PT Sans';
	src: url('/public/fonts/ptsans/PTSans-Narrow.woff') format('woff');
	font-style: normal;
} */

/* @font-face {
	font-family: 'PT Sans';
	src: url('/public/fonts/ptsans/PTSans-Narrow.eot?#iefix')
			format('embedded-opentype'),
		url('/public/fonts/ptsans/PTSans-Narrow.otf') format('opentype'),
		url('/public/fonts/ptsans/PTSans-Narrow.woff') format('woff'),
		url('/public/fonts/ptsans/PTSans-Narrow.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */

.list-m a {
	min-height: 50px;
}

html,
body {
	font-family: 'DejaVuSerif', sans-serif;
	background-color: unset;
}

#navigationPrimary {
	display: flex;
	justify-content: start;
	align-items: center;
}

#navigationPrimary .list-m {
	height: 5em;
}

#navigationPrimary .list-m > a {
	height: -webkit-fill-available;
	/*line-height: 60px;
	text-align: center; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
}

#navigationPrimary .list-m a span {
	/* text-align: center; */
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

em {
	font-family: 'DejaVuSerif', sans-serif;
}

body .pkp_structure_page h1 {
	font-size: 25px;
}

#navigationPrimary .list-m {
	font-weight: 900;
	font-size: 14px;
}
h1,
h2,
h3,
strong,
.pkp_structure_main h1,
.pkp_structure_main h3 {
	/*font-family: 'PT Sans', sans-serif;*/
	font-weight: 900;
	font-size: 14px;
}

.pkp_site_name .is_img:focus {
	outline: unset;
}

.pkp_navigation_primary > li > a {
	margin: unset;
}

.pkp_navigation_user li.profilelist-m {
	background-color: #ffb8b2;
}
.front-page {
	background-position-x: 25px;
}
.pkp_nav_list [aria-haspopup]:after {
	top: 10px;
}
.headerSearchPrompt.search_prompt {
	position: absolute;
	padding-top: 4px;
	padding-left: 12px;
}

a.headerSearchPrompt.search_prompt {
	text-decoration: none !important;
	background-color: #ffb8b2;
	height: 30px;
	padding-right: 10px;
}

.pkp_structure_head {
	background-image: url('/templates/images/header-bg-min.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: contain;
}
#navigationPrimary .list-m a:hover {
	color: #fff;
}
.red-text {
	color: #fff;
	background-color: #db2c1d;
	padding: 5px;
	display: grid;
}

.license-cc img {
	margin-left: 35%;
	margin-top: 15px;
}

.pkp_site_name a img {
	padding: 15px;
}

.cmp_form.register .fields .label .pkp_screen_reader {
	position: unset !important;
	padding-top: unset !important;
	color: #db2c1d !important;
}

.pkp_brand_footer {
	background-image: url('/public/site/images/manager/logo_kaznai_black.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.pkp_navigation_user {
	background-color: #ffffff80;
}

.pkp_site_name_wrapper > .pkp_screen_reader {
	position: unset !important;
	margin-top: 85px;
	padding-top: 18px;
	margin-left: 36%;
	color: #db2c1d;
	background: #f6f6f6;
	font-size: 39px;
	margin-bottom: 13px;
	box-shadow: 8px 0px 14px 16px #f6f6f6;
}

.pkp_site_name_wrapper {
	display: flex;
}

.pkp_site_nav_menu .pkp_nav_list {
	/* padding-left: 15px !important; */
	height: fit-content;
}

.pkp_site_name .is_img img {
	max-height: 145px;
}

.given_name .label .pkp_screen_reader {
	position: unset !important;
	padding-top: 85px !important;
	margin-left: unset !important;
	color: #db2c1d !important;
}

.country .label .pkp_screen_reader {
	position: unset !important;
	padding-top: 85px !important;
	margin-left: unset !important;
	color: #db2c1d !important;
}

.affiliation .label .pkp_screen_reader {
	position: unset !important;
	padding-top: 85px !important;
	margin-left: unset !important;
	color: #db2c1d !important;
}

.email .label .pkp_screen_reader {
	position: unset !important;
	padding-top: 85px !important;
	margin-left: unset !important;
	color: #db2c1d !important;
}

.username .label .pkp_screen_reader {
	position: unset !important;
	padding-top: 85px !important;
	margin-left: unset !important;
	color: #db2c1d !important;
}

.password .label .pkp_screen_reader {
	position: unset !important;
/* 	padding-top: 85px !important; */
	margin-left: unset !important;
	color: #db2c1d !important;
}

.front-page {
	background-image: url(https://cajas.kz/public/journals/cover-main.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 40%;
	position: relative;
}

.text-unique {
	border: 10px solid #ffb8b2;
	padding: 1px 15px 15px 15px;
}

.text-unique.color {
	border: 10px solid #b29bf9;
}

.front-button {
	color: #fff;
	font-weight: 600;
	background-color: #db2c1d;
	height: 40px;
	width: 50%;
	border: none;
	cursor: pointer;
}

.front-page:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 115%;
	left: 0;
	top: -7%;
	border: 15px solid rgba(219, 44, 29, 0.2);
	z-index: -1;
}

.pkp_block .title {
	/* font-family: 'PT Sans', sans-serif; */
	margin-top: -3px;
	font-size: 15px;
}

.pkp_navigation_primary_wrapper
	#navigationPrimary
	.list-m
	.dropdown-menu
	.list-um
	a {
	border-color: unset;
	padding-left: 10px;
}

.pkp_navigation_user_wrapper
	#navigationUser
	.profilelist-m
	.dropdown-menu
	.profilelist-um
	a {
	border-color: unset;
	padding-left: 10px;
}

.pkp_navigation_primary_wrapper #navigationPrimary .list-m ul.dropdown-menu {
	background-color: #db2c1d;
	color: #fff;
}

.pkp_navigation_user_wrapper #navigationUser .profilelist-m ul.dropdown-menu {
	background-color: #db2c1d;
	color: #fff;
}

.pkp_navigation_primary_wrapper
	#navigationPrimary
	.list-m
	ul.dropdown-menu
	.list-um
	a:hover {
	background-color: #e9695d;
}

.pkp_navigation_user_wrapper
	#navigationUser
	.profilelist-m
	.dropdown-menu
	.profilelist-um
	a:hover {
	background-color: #e9695d;
}

.pkp_navigation_primary_wrapper
	#navigationPrimary
	.list-m
	.dropdown-menu
	.list-um
	a {
	margin: 0px !important;
	color: #fff;
}

.pkp_navigation_user_wrapper
	#navigationUser
	.profilelist-m
	.dropdown-menu
	.profilelist-um
	a {
	color: #fff;
}

.pkp_navigation_primary_wrapper
	#navigationPrimary
	.list-m
	.dropdown-menu
	.list-um
	a:hover {
	background-color: #db2c1d;
	border-width: revert;
}

.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
	border-color: unset;
}

.pkp_nav_list ul a:hover {
	border-left: unset;
	border-bottom: 0.357rem solid;
}

.pkp_nav_list ul a {
	border-left: unset;
}

.pkp_navigation_primary > li > a:hover {
	color: #000;
	background-color: #db2c1d;
}
.pkp_site_nav_menu a:focus {
	color: #db2c1d;
}

.issues_archive li .obj_issue_summary h2 {
	min-height: 42px;
}

.pkp_search_desktop .search_controls {
	z-index: 99;
}

.pkp_search_desktop .search_prompt:hover,
.pkp_search_desktop .search_prompt:focus {
	color: #444;
}

.pkp_navigation_primary {
	max-width: 100%;
}

#navigationPrimary > li {
	max-width: 140px;
	vertical-align: middle;
	text-align: center;
}

#navigationPrimary > li:nth-child(1) > a {
	margin: 0;
}

#navigationPrimary > li:nth-child(3) {
	max-width: 100px;
}

#navigationPrimary > li:nth-child(5) {
	max-width: 93px;
	width: 80px;
}

#navigationPrimary > li:nth-child(7) {
	max-width: 110px;
}

#navigationPrimary > li:nth-child(9) {
	max-width: 215px;
}

.page_index_journal .current_issue {
	display: none;
}

.obj_issue_summary .description {
	display: none;
}

.pkp_navigation_primary > li:nth-child(11) a {
	background: #ffb8b2;
}

.pkp_brand_footer {
	display: none;
}

.pkp_navigation_primary > li:last-child a {
	width: 100%;
}

.pkp_navigation_primary > li:first-child a {
	width: 100%;
}

html:lang(ru-RU) #navigationPrimary > li:nth-child(9) {
	/* padding-left: 5px; */
}

html:lang(en-US) #navigationPrimary > li:nth-child(3) {
	padding-left: 5px;
}

html:lang(en-US) .pkp_navigation_primary > li:nth-child(11) a {
	height: 60px;
	padding-top: 20px;
}

.begin_row {
	margin-left: 45px;
}

.year-pkp {
	margin-left: 35px;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
	margin: 0px 0 20px;
}

.obj_issue_toc .galleys,
.obj_issue_toc .section {
	padding: 0 0 0 30px !important;
}

.obj_issue_toc .heading {
	display: none;
}

.obj_issue_toc .sections:not(:first-child) {
	margin: 0 !important;
}

.obj_issue_toc h3 {
	border-bottom: unset !important;
}

.cmp_button_wire,
.obj_galley_link {
	font-size: 10px !important;
	width: 100px;
	background: #db2c1d !important;
	border: 1px solid #db2c1d !important;
	color: #f6f6f6 !important;
}

.cmp_button_wire,
.obj_galley_link:hover {
	background: #f6f6f6 !important;
	color: #db2c1d !important;
}

/* .v-align {
	border-right: 1px solid #cec7c7;
	position: absolute !important;
	height: 50%;
	top: 20%;
} */

#navigationPrimary .v-align {
	border-right: 1px solid #cec7c7;
	/* position: absolute !important; */
	height: 5em;
}

#navigationPrimary .v-align:last-child {
	border-right: none;
}

html:lang(en-US) #navigationPrimary > li:nth-child(11) a {
	padding-top: 15px;
}

html:lang(ru-RU) #navigationPrimary > li:nth-child(7) {
	max-width: 125px;
}

html:lang(en-US) #navigationPrimary > li:nth-child(1) {
	/* padding-right: 5px; */
}

html:lang(en-US) #navigationPrimary > li:nth-child(7) {
	max-width: 80px;
}

html:lang(uk-UA) #navigationPrimary > li:nth-child(5) {
	width: 120px;
}

html:lang(en-US) #navigationPrimary > li:nth-child(11) {
	vertical-align: initial;
}

/* html:lang(en-US) #navigationPrimary > li:nth-child(11) a {
	height: 50px;
} */

.pkp_navigation_primary li .dropdown-menu li a {
	max-width: 100%;
	text-align: left;
}

@media screen and (min-width: 1537px) {
	.pkp_structure_head {
		background-position-y: -75px;
		background-position-x: 50%;
	}
}

@media screen and (min-width: 992px) {
	.page_issue_archive .issues_archive > li {
		width: 24%;
		display: inline-block;
		vertical-align: middle;
	}
}

@media screen and (min-width: 768px) {
	.obj_issue_summary .cover {
		width: 75%;
	}
}

@media screen and (max-width: 767px) and (min-width: 589px) {
	.col-md-2.footer_zerone {
		margin-left: 44% !important;
		padding-top: 0 !important;
	}

	.footer_zerone3 img {
		max-width: 88% !important;
	}

	.footer_zerone4 {
		width: 24% !important;
		padding-left: unset !important;
		padding-top: 2% !important;
	}

	.footer_zerone2 {
		margin-left: 22% !important;
		width: 20% !important;
	}

	.leftside {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pkp_structure_sidebar.left .kaznai {
		margin-top: 10px !important;
	}

	.pkp_structure_sidebar.left .journal {
		height: 119px !important;
		padding-left: 49% !important;
		padding-top: 17px !important;
	}

	.pkp_structure_sidebar.left .ebsco {
		height: 104px !important;
		padding-left: 35% !important;
		padding-top: 24px !important;
	}

	.pkp_structure_sidebar.left .strikeplagiarism {
		height: 126px !important;
		padding-left: 35% !important;
		padding-top: 33px !important;
	}

	.pkp_structure_sidebar.left .ncste {
		height: 126px !important;
		padding-left: 35% !important;
		padding-top: 0px !important;
	}

	.pkp_site_nav_menu a {
		color: #000;
	}

	.pkp_site_nav_menu a:hover,
	.pkp_site_nav_menu a:focus {
		color: #db2c1d !important;
	}

	.v-align {
		border-right: unset;
		position: unset;
		height: unset;
		top: unset;
	}

	.pkp_structure_head {
		background-image: url(/public/journals/header-bg.png) !important;
		background-size: cover;
	}

	.pkp_site_name_wrapper {
		height: 187px;
	}

	.pkp_site_name_wrapper > .pkp_screen_reader {
		background: unset;
		margin: unset;
		float: right;
		margin-bottom: 131px;
		margin-left: 36%;
		font-size: 24px;
		text-align: center;
		margin-top: 40px;
		padding-top: 0;
		background: #fff;
		box-shadow: 8px 0px 14px 16px #f6f6f6;
	}

	.pkp_site_name {
		left: unset;
		right: unset;
	}

	.leftside {
		margin-left: -8%;
	}

	.front-page {
		background-size: 35%;
		padding-right: 25px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.pkp_site_name_wrapper > .pkp_screen_reader {
		font-size: 31px;
		padding-top: 0;
		background-size: 1150px;
	}

	.pkp_site_name_wrapper {
		height: 120px;
	}

	.col-md-2.footer_zerone {
		margin-left: 43% !important;
	}

	.front-page {
		background-size: 35%;
		padding-right: 25px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	h1.pkp_screen_reader {
		line-height: initial;
	}

	.col-md-2.footer_zerone {
		margin-left: 44% !important;
		padding-top: 0 !important;
	}

	.footer_zerone3 img {
		max-width: 88% !important;
	}

	.footer_zerone4 {
		width: 24% !important;
		padding-left: unset !important;
		padding-top: 2% !important;
	}

	.footer_zerone2 {
		margin-left: 22% !important;
		width: 20% !important;
	}

	.leftside {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pkp_structure_sidebar.left .kaznai {
		margin-top: 10px !important;
	}

	.pkp_structure_sidebar.left .journal {
		height: 119px !important;
		padding-left: 49% !important;
		padding-top: 17px !important;
	}

	.pkp_structure_sidebar.left .ebsco {
		height: 104px !important;
		padding-left: 35% !important;
		padding-top: 24px !important;
	}

	.pkp_structure_sidebar.left .strikeplagiarism {
		height: 126px !important;
		padding-left: 35% !important;
		padding-top: 33px !important;
	}

	.pkp_structure_sidebar.left .ncste {
		height: 126px !important;
		padding-left: 35% !important;
		padding-top: 0px !important;
	}

	.pkp_site_nav_menu a {
		color: #000;
	}

	.pkp_structure_head {
		background-image: url(/templates/images/header-bg-min.jpg) !important;
		background-size: cover;
		background-position: -110px;
	}

	.pkp_site_name_wrapper {
		height: 187px;
	}

	.pkp_site_name_wrapper > .pkp_screen_reader {
		background: unset;
		margin: unset;
		float: right;
		margin-bottom: 131px;
		margin-left: 36%;
		font-size: 24px;
		text-align: center;
		margin-top: 40px;
		padding-top: 0;
		background: #f6f6f6;
	}

	.pkp_site_name {
		left: unset;
		right: unset;
	}

	.leftside {
		margin-left: -8%;
	}

	.pkp_site_nav_menu a:hover,
	.pkp_site_nav_menu a:focus {
		color: #db2c1d !important;
	}

	.front-page {
		background-size: 35%;
		padding-right: 25px;
	}
}

@media screen and (max-width: 588px) {
	h1.pkp_screen_reader {
		line-height: initial;
	}

	.pkp_site_name .is_img img {
		margin-left: -11%;
	}

	.pkp_site_name_wrapper > .pkp_screen_reader {
		padding: 0;
		margin: 10px 0 0 10%;
		font-size: 1.2em;
	}

	#navigationPrimary > li {
		width: 100%;
		text-align: left;
	}

	.pkp_site_nav_menu a {
		color: #000;
	}

	.pkp_structure_sidebar.left {
		display: flex;
		text-align: center;
		flex-direction: column;
	}

	.footer_zerone3 {
		width: 73px !important;
		position: absolute;
		padding-top: 2% !important;
		margin-left: 37%;
		display: none;
	}

	.footer_zerone4 {
		width: 50% !important;
		margin-bottom: 10%;
		padding-left: unset !important;
		text-align: center !important;
		margin-left: 25% !important;
		font-size: 18px !important;
	}

	.footer_zerone {
		display: contents !important;
		float: left !important;
		width: 50% !important;
		text-align: center !important;
		margin-left: 25% !important;
	}

	.footer_zerone2 {
		margin-left: 25% !important;
		padding-top: unset !important;
		text-align: center !important;
		width: 50% !important;
		font-size: 18px !important;
	}

	.col-md-2.footer_zerone .pkp_block.block_information .title {
		font-size: 20px;
	}

	.block_information a,
	.block_language_toggle a {
		font-size: 16px !important;
	}

	.col-xd-2.footer_zerone2 h3 {
		margin: unset !important;
	}

	.pkp_structure_footer_wrapper .pkp_structure_footer {
		height: 520px !important;
	}

	.pkp_structure_sidebar.left .journal {
	}

	.pkp_structure_sidebar.left .ebsco {
		height: 55px !important;
		/* width: 100%; */
	}

	.pkp_structure_sidebar.left .strikeplagiarism {
		height: 80px !important;
		/* width: 100%; */
	}

	.pkp_structure_head {
		background-image: url(/public/journals/header-bg.png) !important;
		background-size: cover;
	}

	.pkp_site_name_wrapper {
		height: 187px;
	}

	.pkp_site_name_wrapper > .pkp_screen_reader {
		background: unset;
		margin: unset;
		margin-bottom: 131px;
		margin-left: 36%;
		font-size: 24px;
		text-align: center;
		margin-top: 18px;
	}

	.pkp_site_name {
		left: unset;
		right: unset;
	}

	.leftside {
	}

	/* .pkp_site_nav_menu a:hover,
	.pkp_site_nav_menu a:focus {
		color: #db2c1d !important;
	} */

	.front-page {
		background-size: 35%;
		padding: 0 25px;
	}

	.v-align {
		border-right: unset;
		position: unset;
		height: unset;
		top: unset;
	}

	#navigationPrimary .list-m a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		max-height: 50px;
	}

	#navigationPrimary .list-um a {
		font-weight: unset;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#navigationPrimary .list-m a {
		/* font-family: 'PT Sans', sans-serif; */
		font-size: 17px;
		padding: 5px 10px !important;
		font-weight: 1000;
		width: 100%;
	}
	.pkp_navigation_user_wrapper {
		position: relative;
	}
	.headerSearchPrompt {
		position: absolute;
		top: 0;
		left: 0;
	}

	.pkp_navigation_user_wrapper .pkp_site_nav_menu .pkp_nav_list:last-child {
		margin: 10px 0 0 0;
	}

	html:lang(ru-RU) #navigationPrimary > li {
		max-width: 100% !important;
	}
	.pkp_site_nav_menu .pkp_nav_list {
		padding: 0 !important;
		margin: 10px 0 0 0;
	}
	#navigationPrimary > li:nth-child(5) {
		width: 100%;
	}
	#navigationPrimary > li:nth-child(3) {
		max-width: unset;
	}

	html:lang(ru-RU) #navigationPrimary > li:nth-child(9) {
		padding-left: unset;
	}

	#navigationUser {
		height: unset !important;
	}

	.front-page {
		background-position-x: center;
		background-size: 60%;
	}

	.front-page p:first-child {
		padding-top: 100%;
	}

	.pkp_page_issue .leftside {
		display: none;
	}

	.pkp_page_issue .begin_row {
		width: 90%;
	}
	#navigationPrimary > .list-m > a:nth-child(1) {
		background-color: #db2c1d;
		color: #fff;
		padding: 5px 10px !important;
	}
	#navigationPrimary > li {
		max-width: 100%;
	}
	.leftside div {
		margin: 60px 0 0 0 !important;
	}
	.search-button {
		background-color: #ffb8b2;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.search-button,
	.pkp_site_nav_menu a {
		padding: 5px 10px;
	}
}

.page.page_issue_archive .issues_archive li h2 {
	display: inline-block;
}

.page.page_issue_archive .issues_archive li h2 .title {
	display: none;
}

@media screen and (min-width: 992px) {
	#navigationPrimary.pkp_nav_list ul {
		/* top: 3.4em !important; */
		position: absolute;
		left: -20px !important;
	}

	#navigationUser ul {
		width: 15em !important;
	}

	/*New styles 03.11.2021*/
	.display_flex {
		display: flex;
	}

	.outer_class {
		margin-right: 10px;
	}

	/*End new styles*/
}

.dropdown-menu {
	transform: translate3d(20px, -1px, 0px) !important;
	display: none;
}

.z-lang {
	background-color: #db2c1d;
}

.z-languages a {
	color: white;
	text-decoration: none;
}

.lang {
	color: white !important;
}

@media only screen and (max-width: 390px) {
	.mail-z {
		margin-left: -73px !important;
	}
}

.budapesht-img {
	height: 75px;
	background-color: #ea841c;
	padding: 19px;
}

.block-img {
	width: 40%;
	height: 100%;
}

.leftside div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
}

.leftside {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.leftside div a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kokson-div {
	padding: 0 !important;
}

.width-60 {
	width: 60%;
}

.width-34 {
	width: 34%;
}

.width-57 {
	width: 57%;
}

@media only screen and (max-width: 991px) {
	#navigationPrimary {
		flex-direction: column;
	}
	.list-m:first-child {
		/* margin-bottom: 65px; */
	}
	.v-align {
		display: none;
	}
	#navigationPrimary > .list-m > a:nth-child(1) {
		background-color: #db2c1d;
		color: #fff;
		padding: 5px 10px !important;
	}
	#navigationPrimary > li {
		max-width: 100%;
	}
	html:lang(ru-RU) #navigationPrimary > li:nth-child(9) {
		/* padding-left: 5px; */
	}

	html:lang(en-US) #navigationPrimary > li:nth-child(3) {
		padding-left: 5px;
	}

	html:lang(en-US) .pkp_navigation_primary > li:nth-child(11) a {
		height: 60px;
		padding-top: 20px;
	}
	.pkp_site_nav_menu .pkp_nav_list {
		/* padding-left: 15px !important; */
		height: fit-content;
	}
	#navigationPrimary .list-m {
		height: auto !important;
	}
	a.headerSearchPrompt.search_prompt {
		position: relative;
		width: -webkit-fill-available;
	}
	.pkp_navigation_user_wrapper#navigationUserWrapper {
		margin-top: 15px;
	}
	#navigationPrimary .list-m > a {
		justify-content: space-evenly;
	}
}
