.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);
}
}
/*Центрирование элементов*/
.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 {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

header .pkp_site_name .is_text {
    text-transform: uppercase;
    background-image: url(https://physics-vestnik.ksu.kz/files/img/logos/logo_footer.png);
    background-repeat: no-repeat;
    background-size: 80px;
    padding-left: 130px; /* Регулируйте отступ слева в зависимости от ширины вашего изображения */
    line-height: 3rem;
    min-height: 150px;
}
/*Чуть расширила выпадающее меню в шапке*/
	.pkp_navigation_user ul {
  		width: 11.1em;
	}

@media (max-width: 992px) {
	header .pkp_site_name{ display:block;}
	header .pkp_site_name .is_text {
	   white-space: break-spaces;
	   min-height:100px;
	   line-height:1rem;
	   padding-left: 0px;
	   width: 0px; 
        height: 0px;
        margin-right: 0px;
        background-image:none;
	}
    .pkp_head_wrapper {
	  position: relative;
	  min-height: 1rem;
	}
	.pkp_navigation_primary_wrapper {
	  display: block;
	}
}

/* Расширение блоков правого меню */
.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;
}
/*-----------------------------*/

.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;
		}


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

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

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