

/* Cuprum - переменный шрифт */
@font-face {
  font-family: 'Cuprum';
  src: url('/files/journals/62/fonts/Cuprum-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900; /* Диапазон поддерживаемых весов */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cuprum';
  src: url('/files/journals/62/fonts/Cuprum-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Raleway - переменный шрифт */
@font-face {
  font-family: 'Raleway';
  src: url('/files/journals/62/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('/files/journals/62/fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


div#header {
	background: url(/files/journals/62/logo/background.png) 100% 100% no-repeat;
	background-size: cover;
}

div#siteLogo {
	background: url(/files/journals/62/logo/logo.png) no-repeat;
	height: 100px !important;
	margin-left: 10px;
	background-size: contain;
}

div#siteLogo img {
	display: none;
}

div#onlineSubmissions {
	display: none;
}

#headerTitle a, #headerIssn span {
	color: rgb(54,82,158);
	text-shadow: none;
}



#content > .topBlock .titleAuthors li:nth-child(2), #currentIssueHome div.titleAuthors li:nth-child(2) {
    display: none;
}


div#notification {
	display: none;
}




/*Блоки для указания специальностей*/
.grid7 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.module7 {
  margin-left: 7px;
  margin-right: 7px;
}
.gr {
    padding: 7 !important; /* эквивалент 'cellpadding' */
}
/*Блоки для указания специальностей*/




/*Красные строки у статей*/
#tabs-2 > p {					/*Текст статьи*/
	text-indent: 33px;
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: justify
}
#articleAbstract p {			/*Текст аннотации*/
	text-align: justify
}
#articleCitations li {			/*Текст списка литературы*/
	text-align: justify
}
/*Красные строки у статей*/



h1 {
	font-family: Raleway !important;
}

h2 {
	font-family: Raleway !important;
	font-weight: 600 !important;
	font-size: 22px !important;
	margin-top: 22px !important;
	margin-bottom: 22px !important;
}




/*Стилизация таблиц*/
#tabs-2 > table {
	border: 1px solid #d0d0d0;
	margin: auto;
	overflow: hidden;
	
}
#tabs-2 table td {
	padding: 5px 10px;
	border: 1px solid #d0d0d0;
	text-align: center;
}
#tabs-2 table tbody tr:first-child {
	font-weight: bold;
}
#tabs-2 table tbody tr:nth-child(odd){
	background: #fff;
}
#tabs-2 table tbody tr:nth-child(even){
	background: #F7F7F7;
}
#tabs-2 table tbody tr:hover {
  background-color: #ffa;
}
/*Стилизация таблиц*/

#submitManuscriptBlock, #sidebarUser {
	display: none !important;
}
 
/*Порядок флагов*/
#languageToggle .ru_RU {
	order: 1 !important;
}
#languageToggle .en_US {
	order: 2 !important;
}
/*Порядок флагов*/


