
@media (min-width: 992px) {
.pkp_structure_content {
    padding-top: 0px;
	
	}
	
.pkp_structure_main {
    padding: 0px 50px 50px 40px !important;
}
}

@media (min-width: 768px) {
.obj_article_details .entry_details {
    width: 270px;
	text-align: left;
	}
	
	.page_contact .contact.support {
    padding-left: 50px;
}

.obj_issue_toc .section h2 {
    background: #007fc4;
    color: rgba(255, 255, 255, 0.9);
	text-align: left;
}

}

.pkp_site_nav_menu .pkp_nav_list {
    font-weight: 600;
  
}

.cmp_breadcrumbs {
    padding-top: 15px !important;
	text-align: left;
}

.sub_item:last-child ul {
    margin-bottom: 0;
	column-count: 3;
}
	
.pkp_block {
    padding: 10px 30px 10px 30px !important;
}
.pkp_head_wrapper {
    padding-top: 35px !important;

}
body {
    text-align: justify;
	}

	
body {
	background-image: url(/downloads/background.jpg);
	
}
.pkp_structure_main p {
    text-align: justify;
}


.pkp_brand_footer a {
    max-width: 100px;
}

.pkp_brand_footer {
    padding: 10px;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-line: none;
}

.obj_article_details .copyright a[rel="license"] + p {
    text-align: left;
}

.pkp_structure_main h3 {
    text-align: left;
}

.cmp_notification {
    border-left: 5px solid #254083;
}

.obj_issue_toc .cover img {
display: block;
max-height: 250px;
width: auto;
float: left;
margin-right: 30px;
}


.has_site_logo .pkp_head_wrapper {
    padding-top: 2.143rem;
    background-color: #ef453d;
}





.pkp_structure_content {
    padding-top: 0px;
    background-color: #fff;
}


.pkp_structure_head {
    background-image: url(/downloads/background.jpg);
    border-bottom: none;
	background-color: none;
}
.pkp_site_name_wrapper {
   
    padding-left: 13px;
	
}
.pkp_site_nav_menu {
border-bottom: 1px solid gainsboro;
    background-color: #fff;
    padding-left: 13px;
}


.pkp_site_name_wrapper {
   margin-top: -45px;
    min-height: 130px;
    padding-left: 13px;
}
.pkp_site_name {
   display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 36px;
}

.pkp_site_name .is_img img {
    max-height: 106px;
}

#ql ul {
		  margin: 10 !important;
		  padding: 0 0 0 30px !important;
		  list-style: square;
    text-align: left;
		}
		
		.pkp_structure_footer_wrapper {
    background: none;
    background-image: url(/downloads/background.jpg);
}

.pkp_footer_content {
        background-color: #ffd28f;
		border-top: 1px solid gainsboro;
}




@media screen and (max-width: 640px) {
	table {
		overflow-x: auto !important;
		display: block !important;
	}
	.description__content{
		flex-wrap: wrap;
	}
	.description__content-cover{
	margin: 0 auto;
	
	}
	.description__content-text {
		max-width: 100%;
	}

}

.description__blocks {
	margin-right: 0px; 
	display: flex; 
	justify-content: space-between;
	gap: 10px;
}

.description__block{
	padding-right: 0px;
	width: 25%;
	padding-bottom: 30px;
}

.description__block-title {
	font-size: 15px; 
	text-align: center !important; 
	background: #f03535; 
	margin-bottom: 0px !important; 
	color: aliceblue;
}
.description__block-text {
	font-size: 15px; 
	text-align: center !important; 
	color: black; 
	background: #334a7638; 
	margin-top: 1px !important; 
	padding-bottom: 10px; 
	padding-top: 10px;
}

.description__content {
	display:flex;
	justify-content: space-between;
	gap: 30px;
    align-items: flex-start;
}

.description__content-cover{
		width:40%;
}

.description__content-text {
	max-width: 60%;
}

.footer {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.footer__text {
	width: 100%;
}

.footer__logo{
	width: 750px
}