html,
body {
  height: 100%;
  background-color: #fffdf1;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
}
A {
	color: #000; /* Цвет текста */
	text-decoration: none;
	}
A:visited {
	color: #000; /* Цвет посещенной ссылки */
}
p {
	text-indent: 25px;
}
.header_issn {
	font-size: 21px;
	color: white;
}
.header_link{
	height:100%;
}
.header_img {
	margin-top: 20px;
}
.header {
	background: url(strip.jpg);
	height: 160px;
}
.menu {
	font-size: 21px;

}
.menu ul {
	padding: 0;
}
.menu li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 15px;
}
.archive_item {
	padding: 5px;
}
.main_img{
	max-height: 300px;
	float:left;
	margin: 10px;
}
.archive_item img{
	max-height: 200px;
}
.ul_none_point {
	list-style-type: none;
}
.ul_circle_point {
	list-style-type: circle;
}
.p_no_margin {
	margin: 0;
}
.bold {
	font-weight: bold;
}
.footer_info {
	margin: 20px 0 5px 0;
	background: url(strip2.jpg);
	height: 160px;
	display: flex;
	flex-direction: column;
}
.footer_copyright {
	margin-top: 20px;
	margin-bottom: 15px;
}
.footer_info p {
	color: white;
}
.footer_info p a{
	color: white;
}
.vipusk_downlode {
	padding: 5px;
	border: 1px solid #a25e44;
	border-radius: 5px;
}
.article_downlode {
	padding: 5px;
	border: 1px solid #a25e44;
	border-radius: 5px;
	color: white !important;
	background-color: #a25e44;
}
.vipusk_img{
	max-height: 300px;
	margin: 10px;
}
.vipusk_header_block {
	display: flex;
	align-items: center;
}
.vipusk_main_block .link{
	padding: 10px 0;
	text-align: left;
}
.vipusk_main_block .link a,
.chief-page,
.language-link {
	color: #5674b9;
}
.spisok {
	text-align: center;
}
.font-style-italic {
	font-style: italic;
}
.chief-img{
	max-height: 300px;
	float:left;
	margin: 10px;
}
.language-block {
	position: absolute;
    right: 50px;
    bottom: -90px;
	z-index: 20;
}
