body {
	/*font-family: 'IBM Plex Serif', serif;*/
	font-family: 'Noto Sans', sans-serif;
}

html,
body {
	height: 100%;
	line-height: normal;
	font-size: 18px;
	background: #dddddd url('http://expo.novarchiv.org/expo/2020/03/img/body_bg.jpg') no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
}

.wrapper {
	position: relative;
	min-height: 100%;
}

h1 {
	font-size: 30px;
}

.header {

}

@media (max-width: 768px) {

	.header .row {
		margin: 0;
	}
	
}

@media (max-width: 768px) {

	.header .col-md-12 {
		padding: 0;
	}
	
}



.header .container {
	padding: 0;
}

.header img {
	width: 100%;
}

@media (max-width: 992px) {

	.left_part {
		text-align: center;
		margin-bottom: 30px;
	}
	
}


/*Главная страница >>> */
.myrow {
	display: flex;
	align-items: stretch;
	align-content: center;
	text-align: center;
	justify-content: center;
}

@media (max-width: 768px) {

	.myrow {
		display: block;
	}
	
}

.chapter_select {
	margin-top: 15px;
	padding: 20px;	
	text-align: center;
	padding-bottom: 100px;
}

.chapter_select a {
	color: #fff;
	background: #5c5653;
	padding: 8px;
    margin: 0 8px 18px 8px;
}

.chapter_select a:hover {
	background: #3e291f;
	transition: background 0.5s;
}

@media (max-width: 768px) {

	.chapter_select a {
		display: block;
		max-width: 270px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
}

.chapter_wrapper {
	display: inline-block;
	/* width: 340px; */
	width: 250px;
  vertical-align: top;  
}

@media (max-width: 1200px) {

	.chapter_wrapper {
		width: 250px;
	}
	
}

@media (max-width: 992px) {

	.chapter_wrapper {
		width: 200px;
	}
	
}

@media (max-width: 768px) {

	.chapter_wrapper {
		width: 250px;
	}
	
}


.chapter_pic {

}

.chapter_pic img {
	width: 100%;
}

.chapter_text {
	font-size: 17px;
	padding: 10px;
}
/*Главная страница <<< */


/*Контент >>> */
.content {
	padding-bottom: 150px;
}

.content h1 {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'IBM Plex Serif', serif;
}

.content h2 {
	text-align: center;
	margin-bottom: 30px;
}

.container {
	background: #cacaca;
}

.item_title {
	color: #c53d28;
	font-size: 22px;
	font-family: 'IBM Plex Serif', serif;
}

.code {
	font-size: 14px;
}

.new_doc {
	color: #000;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	background: #fff;
}
/*Контент <<< */


/*Галерея внутри материалов >>> */
.gallery_wrapper {
	margin-top: 20px;
	margin-bottom: 30px;
}

.gallery_wrapper a.thumb {
	padding: 10px;
	border: solid 1px #fff;
	display: inline-block;	
	vertical-align: top;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery_wrapper.item_4 a.thumb {
	width: 170px;
}
.gallery_wrapper.item_5 a.thumb {
	width: 140px;
}
.gallery_wrapper.item_5 a.thumb img {
	width: 118px;
	height: 143px;
}


.gallery_wrapper a.thumb img {
	width: 100%;
}
/*Галерея внутри материалов <<< */


/*Боковое меню >>> */
.menu_wrapper {
	margin-top: 20px;
}

.menu_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu_wrapper ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: solid 2px #c16d61;
}

.menu_wrapper ul li a {
	color: #5f5656;
}

.menu_wrapper ul li a.active {
	font-weight: bold;
}

.all_projects {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	font-size: 22px;
}

.all_projects a {
	color: #2e353c;
}

/*Боковое меню <<< */


/*Пагинация
----------------------------*/
.pagination {
	margin-top: 0;
	margin-bottom: 20px;
}
.pagination a.active {
	background: #454344;
	color: #fff;
}

.pagination a.active:hover {
	background: #454344;
	color: #fff;
}


/*Footer >>> */
.footer {	
	position: relative;
	margin-top: -50px;
}

.footer .container {
	background: #454344;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #454344;
	color: #fff;	padding-top: 20px;
	padding-bottom: 20px;
	background: #454344;
	color: #fff;
	margin-top: 50px;
	line-height: normal;
}

.footer .container p {
	margin: 0;
	padding: 0;
}
/*Footer <<< */



