.pkp_structure_footer_wrapper{
  background: #365C9B;
}

/*Цвет шапки и горизонтального меню*/
.pkp_site_name {
    padding-bottom: 20px; 
 }
   @media (min-width: 992px){
.pkp_site_nav_menu {
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
}
@media (max-width: 992px){
.pkp_navigation_primary_wrapper {
  display: block !important;
}
.pkp_site_nav_menu--isOpen {
    display: block;
    background: #a5b3bd;
}
}
a#pkpDropdown2, a#pkpDropdown1 {
    background: rgb(25, 25, 25, 0.2);
}
/*Центрирование элементов*/
.pkp_navigation_primary_wrapper {
  display: flex;
  justify-content: space-between;
}
.pkp_navigation_primary > li > a {
  text-transform: uppercase;
  margin-right: 50px;
}

/* Логотип университета в шапке */
header .pkp_site_name .is_text {
    text-transform: uppercase;
}

header .pkp_site_name .is_text:before {
    display: inline-flex;
    align-items: center;
    vertical-align: middle; 
}

header .pkp_site_name .is_text:before {
    content: '';
    width: 95px;
    height: 115px;
    margin-right: 25px;
    background-image: url(https://physics-vestnik.ksu.kz/files/img/logos/logo_footer.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
/*Чуть расширила выпадающее меню в шапке*/
	.pkp_navigation_user ul {
  		width: 11.1em;
	}
	
@media (max-width: 992px) {
	header .pkp_site_name .is_text {
	   white-space: break-spaces;
	   min-height:100px;
	   line-height:1rem;
	}
    header .pkp_site_name .is_text:before {
        width: 0px; 
        height: 0px;
        margin-right: 0px;
    }
    .pkp_head_wrapper {
	  position: relative;
	  min-height: 1rem;
	}
}
   @media (min-width: 992px) {
    .pkp_navigation_user a {
        background: rgb(25, 25, 25, 0.2);
    }
    .pkp_nav_list ul li a {
        background: white;
    }
}
/* Расширение блоков правого меню */
.content {
  text-align: center;
}

.pkp_block .content ul li {
  line-height: 1.3rem;
  padding: .357rem 0;
  /*border: #365C9B 1px double;*/
  padding: 0px 8px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 19rem;
  display: inline-block;
  min-width: 18rem;
  font-size: 12px;
  box-shadow: 0px -2px 7px -1px rgba(2, 21, 121, 0.29);
}
.pkp_block {
  padding: 1rem;
}

/* Для списка журналов на правой панели */
.pkp_block .content ul a {
  background-image: linear-gradient(
    to right,
    #b7b7b7,
    #b7b7b7 50%,
    #737373 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-family: arial;
  font-weight: 700;
}

.pkp_block .content ul a:before{
  content: '';
  background: gray;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.pkp_block .content ul a:hover {
 background-position: 0;
}

.pkp_block .content ul a:hover::before{
  width: 100%;
}

/*Для элементов горизонтального меню*/
.pkp_navigation_primary > li > a{
position: relative;
  text-decoration: none;
  border-bottom: 0px solid transparent;
}
.pkp_navigation_primary > li > a::before {
   content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.pkp_navigation_primary > li > a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.pkp_navigation_primary > li > a:hover {
  outline: 0;
}

/*Ширина баннеров правой панели*/
.pkp_block .content p img {
  max-width: 300px;
}

/*Отображение таблиц-----------*/
table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid black; 
}

th, td {
  padding: 8px; 
  text-align: left; 
}
/*-----------------------------*/
/*Кнопка отправки материала----*/
.block_make_submission_link {
	font-family: arial;
	color:gray !important;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid gray !important;
	padding: 7px 15px !important;
	transition: all 0.3s ease-in-out;
	background: none !important;
}
.block_make_submission_link:hover {
	background: rgb(0, 0, 0, 0.2) !important;
	color: white !important;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid white !important;
	border-top: 2px solid white !important;
}
.block_make_submission_link:active {
	color: black !important;
	transition: all 0.3s ease-in-out;
	background: white !important;
}
/*-----------------------------*/

.page_search .submit button {
    position: none;
    border-right: none;
    padding: 7px 12px !important;
    border: 2px gray solid;
    color: gray;
    background: white;
    transition: all 0.3s ease-in-out;
}
.submit button:hover {
    color:white;
    background: rgb(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    transition: all 0.3s ease-in-out;
}
.submit button:active {
	color: black !important;
	transition: all 0.3s ease-in-out;
	background: white !important;
}
.page_search .submit button:after {
    display:none !important;
}


/*Span DOI, Views--------------*/

.doiInSummary img {
    vertical-align: middle;
    margin-bottom: 5px;
}

span.views img {
    vertical-align: middle;
    margin: 0 3px 5px 3px;
}
/*-----------------------------*/
