* {
	box-sizing:border-box;
	font-stretch:normal;
	letter-spacing:0px;
	word-spacing:0px;
	line-height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial;
}
.books_count {
	margin-bottom:10px;
}
.books_main {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
	margin-right:-10px;
}
.books_main:empty {
	display:none;
}
.books_thumb {
	width:calc(25% - 10px);
	margin-right:10px;
	margin-bottom:10px;
}
.books_thumb DIV {
	text-align:center;
	color:#6f6f6f;
}
.books_thumb DIV:hover {
	color:#5f1e28;
}
.books_thumb IMG {
	display:block;
	max-width:100%;
	max-height:30vh;
	margin-bottom:10px;
}
.book_full {
}
.book_full_share_icons {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	margin-bottom:20px;
}
.book_full_share_icons IMG {
	display:inline;
	height:18px;
}
.book_full_share_icons A {
	margin-right:20px;
}
.book_full_share_icons A:last-child {
	margin-right:0px;
}
.book_full_share_icons_title {
	font-weight:bold;
	margin-right:10px;
}
.book_full_author {
	margin-bottom:5px;
}
.book_full_author::before {
	content: "Автор - "
}
.book_full_author:empty {
	display:none;
}
.book_full_description {
	margin-top:10px;
	margin-bottom:20px;
}
.book_full_print {
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
.book_full_print SPAN {
	color:#5f1e28;
	text-decoration:underline;
}
.book_full_print SPAN:hover {
	color:#6f6f6f;
}
.book_full_image {
	width:33%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.book_full_image IMG {
	display:block;
	width:100%;
	border:#000000 solid 1px;
	border-radius:5px;
}
.book_full_publisher {
	margin-bottom:5px;
}
.book_full_publisher::before {
	content: "Издатель - "
}
.book_full_publisher:empty {
	display:none;
}
.book_full_title {
	color:#5f1e28;
	margin-bottom:10px;
}
.book_full_year {
	margin-bottom:5px;
}
.book_full_year::before {
	content: "Год издания - "
}
.book_full_year:empty {
	display:none;
}
.center_flex {
	display:flex;
	align-items:center;
	justify-content:center;
}
.cleared_input {
	border:0px;
	margin:0px;
	padding:0px;
	background:transparent;
	width:100%;
	height:100%;
	vertical-align:middle;
	font-size:16px;
	outline:none;
}
.clearfix::after {
	content:"";
	clear:both;
	display:table;
}
.content {
	padding:20px;
}
.copyright {
	font-size:16px;
	margin-bottom:5px;
}
.copyright_alert {
	font-size:15px;
	margin-bottom:5px;
}
.designed_by {
	font-size:14px;
}
.footer {
	padding:20px;
}
.header {
	padding:20px;
	display:flex;
	justify-content:space-between;
}
.header_logo {
}
.header_logo IMG {
	height:90px;
}
.header_info {
	flex:1 1 0px;
}
.hidden {
	display:none;
}
.menu {
	text-align:center;
}
.menu > DIV {
	display:inline-block;
	margin-right:30px;
}
.menu > DIV:last-child {
	margin-right:0px;
}
.menu_active A {
	color:#5f1e28;
	font-weight:bold;
}
.over_100 {
	font-size:22px;
	margin-bottom:10px;
	color:#5f1e28;
}
.pagers {
	margin-bottom:10px;
	text-align:center;
}
.pagers:empty {
	display:none;
}
.pager_active {
	display:inline-block;
	width:40px;
	background-color:#E5E5E5;
	border:#000000 solid 1px;
	border-radius:5px;
	border-style:outset;
	margin-left:5px;
	margin-right:5px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}
.pager_non_active {
	display:inline-block;
	width:40px;
	background-color:#FFFFFF;
	border:#000000 solid 1px;
	border-radius:5px;
	margin-left:5px;
	margin-right:5px;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}
.page_text {
	margin-bottom:20px;
}
.page_text:empty {
	display:none;
}
.page_text_index P:last-child {
	font-weight:bold;
	font-size:20px;
	color:#5f1e28;
}
.page_text_index A:hover {
	color:#6f6f6f !important;
}
.search_form {
	display:flex;
	justify-content:space-between;
	margin-top:10px;
	width:50%;
}
.search_submit {
	width:100px;
	border:#000000 solid 1px;
	border-radius:5px;
	margin-left:10px;
	padding:5px;
}
.search_value {
	flex:1 1 0px;
	border:#000000 solid 1px;
	border-radius:5px;
	padding:5px;
}
.site_title_container {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.site_title_logo {
	display:none;
}
.site_title_text {
	flex:1 1 0px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#5f1e28;
}
.site_width {
	max-width:1024px;
	width:100%;
	border:#000000 solid 1px;
	border-radius:5px;
}
.sub_menu {
	text-align:center;
	margin-bottom:10px;
}
.sub_menu DIV {
	display:inline-block;
	margin-right:25px;
}
.sub_menu DIV:last-child {
	margin-right:0px;
}
a {
	color:#6f6f6f;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#5f1e28;
}
.pseudo_link {
	color:#6f6f6f;
	outline:none;
	text-decoration:none;
	cursor:pointer;
}
.pseudo_link:hover {
	color:#5f1e28;
}
body {
	background-color:#fefefe;
	color:#363636;
	margin:10px;
}
div {
	text-align:left;
}
h1 {
	font-size:20px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:#5f1e28;
}
img {
	border:none;
	display:block;
}
p {
}
.contact_form {
}
.form_hint {
	text-align:left;
	font-size:18px;
	margin-bottom:5px;
}
.form_hint SPAN {
	font-weight:bold;
}
.form_input {
	background-color:#FFFFFF;
	border:#000000 solid 1px;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
}
.form_input INPUT {
	font-size:18px;
}
.form_input TEXTAREA {
	font-size:18px;
	line-height:21px;
}
.form_submit {
	width:200px;
}
.form_message {
	margin-bottom:15px;
	color:#5f1e28;
	font-size:18px;
}

@media screen and (max-width: 740px){
	.header_logo {
		display:none;
	}
	.books_thumb {
		width:calc(50% - 10px);
		margin-right:10px;
		margin-bottom:10px;
		border-radius:5px;
	}
	.books_thumb DIV {
		word-break:break-word;
	}
	.book_full_image {
		width:100%;
		margin-right:0px;
		margin-bottom:10px;
	}
	.menu {
		text-align:left;
	}
	.menu DIV {
		display:block;
		margin-bottom:5px;
	}
	.menu DIV:last-child {
		margin-bottom:0px;
	}
	.page_text {
		font-size:17px;
	}
	.search_form {
		width:100%;
	}
	.search_value INPUT::placeholder {
		visibility:hidden;
	}
	.site_title_logo {
		display:block;
		width:45px;
	}
	.site_title_logo IMG {
		width:100%;
	}
	.site_title_text {
		font-size:22px;
	}
	.book_full_share_icons IMG {
		height:24px;
	}
	.book_full_share_icons A {
		margin-right:15px;
	}
	.book_full_share_icons A:last-child {
		margin-right:0px;
	}
}