* {
	margin: 0;
	padding: 0;
	border: 0;

}

body {
	background-color: #F8EAF9;
	font-family: Verdana, Arial, Helvetica, Calibri, sans-serif;
}
	/* Container part */
.container {
	width: 1280px;
	margin: 0 auto;
	background-color: #B3DCF2;
	position:relative;
}
	/* Fixed part */
   /* Two_logotips_part*/
.head {
	width: 1280px;
	height: auto;
	position:fixed;
	z-index:1;
}   
.header {
	background: url(../images/header.jpg);
	width: 1280px;
	height: 150px;
	position:relative;
	z-index:2;
} 
.logo_nmu {
	background: url(../images/logo_nmu.png);
	width: 129px;
	height: 110px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:3;
} 
.logo_nmu a , .logo_prr a{
display: block;
height: 100%;
	}
.logo_prr {
	background: url(../images/logo_prr.png);
	width: 129px;
	height: 110px;
	position:absolute;
	top:20px;
	right:20px;
	z-index:3;
} 
.name_first{
	position:absolute;
	font-family: Calibri;
    font-size: 55px;
    font-weight: bold;
    font-style: italic;
	top:25px;
	right:320px;
	z-index:3;
} 

	/* Menu_of_site */
.nav_bar {
	position:absolute;
	top:90px;
	right:245px;
	z-index:3;
} 
.search {
width:750px;
	position:absolute;
	top:122px;
	right:260px;
	z-index:2;
} 

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#00A2D3;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#nav li a:hover{
	color:#fff;
	background:#00A2D3;
	background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#6b0c36;
	background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#333;
	background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
	/* Left vert_nav_bar */
.vert_nav_bar {
	background:#fff;
	width:146px;
	position:absolute;
	top:150px;
	left:0px;
	z-index:3;
} 
.vert_nav_bar_ul{
	list-style:none;
	font-weight:bold;
	}
.vert_nav_bar_ul li{
	display:block;
}
.vert_nav_bar_ul li a{
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.vert_nav_bar_ul li a:hover{
	color:#fff;
	background:#00A2D3;
	text-decoration:underline;
}

.journal_logo {
	background: url(../images/journal_logo.png);
	width: 146px;
	height: 206px;
	position:absolute;
	top:206px;
	z-index:1;
} 
.issn {
	width: 146px;
	height: 42px;
	position:absolute;
	top:412px;
	z-index:3;
	background-color:#fff;
	font-family: Calibri;
    font-size: 13px;
	text-align: center;
	
} 
.counter {
	width: 150px;
	height: 450px;
	position:absolute;
	top:452px;
	left:39px;
	z-index:3;
} 

	/* End of fixed part */
.content {
	background: #F5F5F5;
	width: 1134px;
	height: auto;
	position:absolute;
	top:150px;
	left:146px;
	z-index:0;
} 
.search_result {

	z-index:2;
} 
	/* board */
.content_board{
	width: 1134px;
	height: 300px;
	float:left;
}
.editors {
	margin-top:10px;
	width:550px;
	margin-left:10px;
    font-family:Arial;
    font-size:1.6em;
	
	}
.editors_wrap {
	margin-top:10px;
	width:550px;
	margin-left:10px;
    font-family:Arial;
    font-size:1.6em;
	}
	
.name {
	width:380px;
	margin-top:40px;
	margin-left:0px;
    font-family:Arial;
    font-size: 30px;
    
	float:left;
	}
.name a {
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	}
.university a {
	color:#000;
	text-decoration:none;
	}
.editors_content_board_text{
	width:380px;
	margin-left:10px;
    font-family:Arial;
    font-size: 20px;
	float:left;
	}

.editors_content_board_first{
	width:1124px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_bondarenko_img{
	background: url(../images/bondarenko.jpg);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_kovalevska_img{
	background: url(../images/kovalevska.jpg);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_lozynskyi_img{
	background: url(../images/lozynskyi.JPG);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_sai_img{
	background: url(../images/sai.jpg);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_demydov_img{
	background: url(../images/demydov.jpg);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_vedenska_img{
	background: url(../images/vedenska.JPG);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.editors_content_board_first_img{
	background: url(../images/journal_logo.png);
	width: 150px;
	height: 200px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
.all_editors {
	width:1124px;
	float:left;
	}
.editors_content_board_second{
	width:550px;
	margin-left:10px;
	float:left;
	}
	/* End_of_board */
	/* Info */
.info_h1{
	margin:10px;
	width:1124px;
	text-align:center;
    font-family:Arial;
    font-size: 25px;
    
	float:left;
	}
.info_text {
	margin:10px;
	width:1100px;
    font-family:Arial;
    font-size: 18px;
    
	float:left;
	}
.info_ul{
	margin-left:40px;
	width:1100px;
	text-align:left;
    font-family:Arial;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
	}
	/* Next_and_last_page_button */
/* .page_button {
	background:#F5F5F5;
	width:400px;
	height:50px;
    } 
.page_button_next {
	background:#F5F5F5;
	width:150px;
	height:50px;
	float:left;
    } 
.page_button_previous {
	background:#F5F5F5;
	width:220px;
	height:50px;
	float:left;
    } 
.page_button_previous  a, .page_button_next a{
	padding:5px;
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	}
.page_button_previous a:hover, .page_button_next a:hover{
	text-decoration:underline;
    } */
.arhive_block{
	margin-left:20px;
	width: 1100px;
	height: auto;
	float:left;
	}
.table_block_first_type{
	width: 1104px;
	height: 70px;
	float:left;
	border-bottom-width: 3px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: #000; /* Цвет линии внизу */
	}
.arhive_links, .arhive_links_next{
	width: 150px;
	height: 50px;
	float:left;
	margin:20px;
	text-align: center;
	}
.arhive_links a{
	padding:5px;
	color:#3CB7DC;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	}
.arhive_links a:hover{
	text-decoration:underline;
    }
.arhive_links_next a{
	padding:5px;
	color:#FF0000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	}
.arhive_links_next a:hover{
	text-decoration:underline;
    }
.arhive_year{
	margin-top:10px;
	text-align:center;
    font-family:Arial;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
	}
	
.arhive_text{
	margin-top:10px;
	text-align:left;
    font-family:Arial;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
	
	}
.arhive_block_text{
	width: 1134px;
	height: 70px;
	float:left;
	}
.border_text{
	margin-top:10px;
	width: 662px;
	height: 3px;
	background:#000;
	}
.table_block_second_type{
	width: 600px;
	height: 70px;
	float:left;
	border-bottom-width: 3px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: #000; /* Цвет линии внизу */
	}
.ethic_links {
	margin-left: 25px;
	width: 480px;
	height: 200px;
	background:#F5F5F5;
	float:left;
	} 
.ethic_links ul {
	list-style:none;
	}
.ethic_links li{
	margin-top: 10px;
	}
.ethic_links  a{
	padding:5px;
	color:#0000FF;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	}
.ethic_links  a:hover{
	text-decoration:underline;
    }
	
.arhive_autors{
	margin-top:10px;
	text-align:left;
    font-family:Arial;
    font-size: 22px;
	}
.article_block_first_type{
	width: 1104px;
	height: auto;
	float:left;
	border-bottom-width: 3px; /* Толщина линии внизу */
    border-bottom-style: solid; /* Стиль линии внизу */
    border-bottom-color: #000; /* Цвет линии внизу */
	}
.article_autors_links  a{
	padding:5px;
	color:#0000FF;
	font-family:Arial;
    font-size: 22px;
	text-decoration:none;
	
	}
.article_autors_links  a:hover{
	text-decoration:underline;
    }

	
.reviewers_links {
	margin-left: 25px;
	width: 450px;
	height: 200px;
	background:#F5F5F5;
	float:left;
	} 
.reviewers_links ul {
	list-style:none;
	}
.reviewers_links li{
	margin-top: 10px;
	}
.reviewers_links  a{
	padding:5px;
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); 
	}
.reviewers_links  a:hover{
	text-decoration:underline;
    }
.reviewers_table {
	width: 1134px;
	float:left;
	} 
.reviewers_td {
	width: 20%;
	background:#F5F5F5;
	} 
.reviewers_ul{
	margin-left:40px;
	width:1000px;
	text-align:left;
    font-family:Arial;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
	list-style:none;
	}
.other_board{
	width: 1134px;
	height: auto;
	float:left;
	}
.other_board table{
	margin-left:20px;
	height: auto;
	}
.other_board td{
	padding-left:12px;
	height: auto;
	}
.other_editors{
	width: 1134px;
	height: auto;
	text-align:left;
    font-family:Arial;
    font-size: 15px;
    font-style: italic;
	}
.maps {
	width: 650px;
	height: auto;
	float:left;
	}
.maps_text {
	width: 400px;
	height: auto;
	float:left;
	}
.indent{
	width: 1104px;
	height: auto;
	}
.indent p{
	margin-left: 25px;
	
	}
.indent p:first-letter{
	margin-left: -25px;
	}

.footer {
	background: #09A1E1;
	margin-top:15px;
	width: 1134px;
	height: auto;
	text-align:center;
    font-family:Arial;
	font-size: 15px;
    font-style: italic;
	font-weight: bold;
	float:left;
	}
.footer p {
	padding:5px;
	}
.footer a {
	color:#000;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75);
	}
.footer a:hover{
	color: #fff;
	text-decoration:underline;
    }