* {
	margin: 0;
	padding: 0;
	border: 0;
}
input:focus {outline: 0 none;}
button:focus {outline: 0 none;}
textarea:focus {outline: 0 none;}
html, body
{
	font-family: arial, tahoma;
	font-size: 14px;
}
html {
	scroll-behavior: smooth;
}
a
{
	color: #0080BD;
}
p, ul
{
	display: block;
	margin: 1em 0em 1em 0em;
}
ul
{
	margin-left: 20px;
}
li
{
	margin: 1em 0em 1em 0em;
}
.body
{
	min-width: 980px;
}
.header
{
	width: 100%;
	height: 216px;
	background: url('images/fon.jpg') top center repeat-x;
}
.subheader
{
	width: 980px;
	height: 216px;
	background: url('images/header.jpg') top center no-repeat;
	margin: auto;
	position: relative;
}
.logo
{
	width: 325px;
	height: 175px;
	position: absolute;
	top: 10px;
	left: 25px;
	display: block;
}
.top-header {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 10px 16px;
	gap: 16px;
}
.vk_soc
{
	width: 40px;
	height: 32px;
	background: url('images/vk.svg') center no-repeat;
	background-size: contain;
}
.rutube
{
	width: 70px;
	height: 32px;
	background: url('images/rutube.png') center no-repeat;
	background-size: contain;
}
/* @keyframes colorChange {
	0% {
		background: radial-gradient(center, yellow, #DB8E22);
	}
	100% {
		background: radial-gradient(right top, yellow, #DB8E22);
	}
} */
.header_donate_btn {
	padding: 10px 16px;
	border-radius: 16px;
	color: #4b2e24;
	text-decoration: none;
	font-weight: bold;
	transition: all .4s ease;
	background-color: #DB8E22;
}
.header_donate_btn:hover {
	/* animation: colorChange 1s; */
	/* background: radial-gradient(yellow, #DB8E22); */
	background-color: yellow;
}
.header_nav
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: table;
}
.main
{
	width: 900px;
	min-height: 216px;
	margin: auto;
	position: relative;
	padding: 20px 40px 20px 40px;
}
.main * {
	font-family: Arial !important;
}
.left, .right
{
	display: inline-block;
	vertical-align: top;
	min-height: 200px;
}
.left
{
	width: 630px;
}
.right
{
	width: 240px;
	margin-left: 20px;
}



.footer
{
	width: 100%;
	min-height: 180px;
	background: #4B2E24;
}
.subfooter
{
	width: 980px;
	min-height: 180px;
	background: #4B2E24;
	margin: auto;
	position: relative;
}
.f_left
{
	width: 715px;
	padding: 40px 0px 40px 40px;
	display: table;
	float: left;
	color: #fff;
}

.f_right
{
	padding-right: 40px;
	display: table;
	float: right;
	color: #fff;
	padding-top: 120px;
	font-size: 23px;
}

.zag_red
{
	background: #DB8E22;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-weight: 100;
}
.zag
{
	background: none;
	padding: 10px 15px 10px 0px;
	display: inline-block;
	text-transform: uppercase;
	color: #DB8E22;
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}
.sub_zag 
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.li_sub_zag
{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
}
.sub_zag div, .li_sub_zag div
{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.sub_zag .dl, .li_sub_zag .dl
{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 20px 3px 20px;
	background: #B25400;
	color: #fff;
	text-decoration: none;
}
.li_sub_zag .look
{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 15px 3px 25px;
	background: url(images/look.jpg) center left no-repeat;
	color: #000;
	text-decoration: none;
	margin-left: 15px;	
}
.li_sub_zag .comments
{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px 3px 25px;
	background: url(images/comments.jpg) center left no-repeat;
	color: #0080BD;
}


.header_nav a
{
	display: inline-block;
	margin: 0px 10px 0px 10px;
	color: #fff;
	text-decoration: none;
}
.page_img
{
	display: inline-block;
	width: 140px;
	height: 130px;
	margin: 0px 15px 15px 0px;
}
.img_formbox
{
	text-align: center;
}
.header_nav a:hover
{
	text-decoration: underline;
}
.li_body
{
	padding: 10px 0;
	margin-bottom: 45px;
	border-bottom: 2px solid #BFDCEA;
}
.li_date
{
	padding: 0px 0px 5px 0px;
}
.li_zag
{
	display: block;
	font-size: 18px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
}
.clear
{
	clear: both;
}


/* --- Стиль навигации --- */ 
.l_navigation
{
	background: #fff;
	//border: 1px solid #0C3C6A;
	margin: 10px 0px 25px 0px;
	padding: 0px 20px 0px 20px;
}
.block_nav
{
	text-align: center;
	margin: auto;
	display: table;
}
.active_nav, .noactive_nav, .etc, .next_page, .prev_page
{
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
	background: none;
	display: inline-block;
}
.active_nav
{
	color: #0080BD;
}
.etc
{
	color: #000;
}
.rzag
{
	background: none;
	padding: 10px 15px 10px 0px;
	display: inline-block;
	text-transform: uppercase;
	color: #563A32;
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}
.main_news
{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin: 0px 50px 0px 0px;
}
.r_body
{
	padding-bottom: 25px;
}
.m_body
{
	display: inline-block;
	padding: 0px 3% 25px 0px;
	width: 30%;
	vertical-align: top;
}
.r_zag
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.r_date
{
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
.r_razdel
{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 20px 3px 20px;
	background: #B25400;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
}
.r_dl
{
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px 3px 10px;
	background: #DC8D22;
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
}
.text
{
	width: 606px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 15px;
	font-family: arial, tahoma;
}
.form_1_alert
{
	display: none;
	text-align: center;
	color: #c32525;
	font-weight: bold;
	font-size: 20px;
}
.yellow_button
{
	background: #B75300;
	padding: 10px 15px 10px 15px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	font-weight: 100;
	cursor: pointer;
}
.last_pub
{
	margin-top: 25px;
}



.u_comment_zag
{
	background: #e5e5e5;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.u_comment_zag div
{
	padding: 5px 0px 5px 0px;
}
.u_user_photo
{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	vertical-align: middle;
	margin-right: 10px;
}
.u_user_name
{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;	
}
.u_user_name span
{
	color: #777;
	font-weight: normal;
}
.u_user_destroy
{
	display: table;
	position: absolute;
	top: 17px;
	right: 10px;
}
.u_user_delete
{
	display: table;
	position: absolute;
	top: 17px;
	right: 10px;
	cursor: pointer;
	color: #0080BD;
	text-decoration: underline;
}
.show_comments
{
	border: 1px solid #e5e5e5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.u_comment_message
{
	padding: 0px 10px 10px 10px;
}
.donate {
	margin: 40px 0;
}
.donate_qr {
	width: 200px;	
}
.donate_h2{
	text-align: center;
	font-size: 29px;
	margin: 24px 0;
}
.donate_qr img {
	width: 100%;
}