*{
  border-collapse:collapse;
}
html{
	background:#636363;
}
body{
	position:relative;
	min-height:100%;
  width:950px;
  margin:0 auto;
	font:14px normal normal;
	font-family:'Verdana', sans-serif;
  background:#fff;
	color:#373737;
}
fieldset{
	padding:10px 0;
	border:none;
}
h1{
	margin:10px 0 20px;
	padding:0;
	font-family:'Arial', sans-serif;
	font-size:24px;
	color:#333;
}

h2, .h2{
	margin:10px 0 20px;
	padding:0;
	font-family:'Arial', sans-serif;
	font-size:22px;
	color:#333;
}

hr{
	height:1px; color:#b4b4b4; margin-top:0px; margin-bottom:10px; margin-right:24px;
	
}


li{
}

a{
	word-wrap:break-word;
	color:#eb5656;
}
p a{color:#8b0404;}

table{
	text-align:left;
	border:0px;
	border-collapse:collapse;
}


table.banners{/*
	position:absolute;*/
	background:none;
	width:200px;/*
	left:0;
	bottom:80px;
  top:-180px;*/
	z-index:5;
  margin:0 8px 20px;
	border-collapse:collapse;
	text-align:left;
}
table.banners img{
  display:block;
}

table.photo{
	text-align:left;
	vertical-align:top;
	border:0px;
	border-collapse:collapse;
	margin-top:16px;
	margin-bottom:16px;
	padding:0px;
	background-color:#FFFFFF;
}

table.form{
	text-align:left;
	border:0px;
	border-collapse:collapse;
	margin-top:4px;
	margin-bottom:4px;
	padding:0px;
	background-color:white;
}

image{
	border:none;
}

image.pre{
	margin-top:8px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:8px;
	padding:0;/*
	border:5px solid #a80000;*/
}
.text table.photo img.photo{
	border:5px solid #dddddd;
	background-color:#dddddd;
	margin:0 16px 0 0;
}
.text{
	font-size:100%;
	font-weight:normal;
	line-height:140%;
	padding-top:26px;
	padding-left:33px;
	padding-right:24px; 
	padding-bottom:30px;
	vertical-align:top;
}

.intro{
	padding:0 0 30px;
}
.text .intro img{
  margin-bottom:10px;
}
p{
	line-height:140%;
}

p.newsheader{
	margin-top:36px;
	padding:8px 10px;
	font-family:'Arial', sans-serif;
	font-size:20px;
	background:#b3b3b3;
	font-weight:bold;
	color:#FFF;
}
@media(max-width:720px){
	p.newsheader{
		margin:36px -10px 10px -10px;
	}
}

p.news{
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:84%;
	color:#000;
	padding-right:24px; 
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}


p.ist{
	font-size:70%;
	font-style:italic;
	color:#515151;
	padding-bottom:0px;
	margin-top:10px;
	padding-left:16px;
}

p.name{
	font-size:1.5ex;
	font-style:italic;
	color:#515151;
}

#container{
	position:relative;
	width:950px;
	top:0px;
	left:0px;
	margin-left:0px;
	background:#fff;
}

.form{
	border:1px solid #b4b4b4;
	background-color:none;
}

input[type="text"]{
	box-sizing:border-box;
	max-width:100%;
	height:40px;
	padding:5px 10px;
	border-radius:6px !important;
	border:1px solid #b4b4b4;
}
textarea{
	box-sizing:border-box;
	max-width:100%;
	padding:5px 10px;
	border-radius:6px !important;
	border:1px solid #b4b4b4;
}
#askSearch{
	padding:25px 0 22px;
}
#askSearch>p{
	margin:0;
	font-weight:bold;
}
@media(min-width:720px){
	#askSearch fieldset{
		display:flex;
		align-items:center;
		justify-content:space-between;
		column-gap:20px;
	}
}
#askSearch .inputSearch{
	flex-grow:1;
}
#askSearch .inputSearch input[type="text"]{
	width:100%;
}
@media(max-width:720px){
	#askSearch .radioList{
		padding:28px 0;
	}
	#askSearch .submit input{
		width:100%;
	}
}
.button{
	background-color:#e9e9e9;
	border:1px solid #b4b4b4;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#808080;
}

#leftcol{
	position:absolute;
	left:0px;
	top:254px;
	padding-left:10px;
	padding-top:10px;
	margin-left:0px;
	margin-top:0px;
	width:276px;
	height:100%;
	background-color:white;  
}

#rightcol{
	position:absolute;
	left:0px;
 	top:254px;
	margin-left:276px;
 	background-color:white; 
 	width:634px;
	padding-top:26px;
	padding-left:16px;
	padding-right:24px; 
	padding-bottom:30px;
}


#nav{
	position:absolute;
	right:0px;
	top:-25px;
	margin:0px;
}
#nav ul{
	display:flex;
	margin:0;
	padding:0;
	width:100%;
	background:#212A6B;
}
#nav li{
	flex-grow:1;
	list-style:none;
	border-right:1px solid #fff;
	background:#A80000;
}
#nav li:last-child{
	border:none;
}
#nav a, #nav a:link, #nav a:visited, #nav span{
	position:relative;
	display:block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	min-height:41px;
	padding:13px 10px;
	text-align:center;
	line-height:1;
	white-space:nowrap;
	text-decoration:none;
	background:#A80000;
	color:#fff !important;
}
#nav a:hover, #nav span{
	color:#FFBF25 !important;
}
#nav a:hover:before, #nav span:before{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-6px;
  border-right:6px solid transparent;
  border-left:6px solid transparent;
  border-top:6px solid #FFD200;
}
@media (max-width:720px){
  #nav{
    position:static;
    width:100%;
  }
}

.news-wrap{
	margin:0;
	padding:10px 0px 20px;
	border-top:1px solid #a80000;
}
.newsheader+.news-wrap{
	border:none;
}
.news-h{
	clear:both;
	margin:0px 0 0;
	padding:20px 0 15px;
	line-height:1.2;
	font-size:18px;
	color:#a80000;
}
.news-wrap img{
	margin-bottom:20px;
}
.news-date{
	clear:both;
	font-style:italic;
}
@media(max-width:360px){
	#nav li a, #nav li span{
		white-space:normal;
	}
}


#header-stars{
	display:none;
	background:url('/img/pic_header.jpg') no-repeat 0% 100%;
}
@media(max-width:720px){
	#header-stars{
		display:block;
		min-height:228px;/*
		height:103vw;*/
		background-size:cover;
	}
}
/*@media(max-width:360px){
	#header-stars{
		background:url('/images/header-stars.png') no-repeat 50% 50%;
	}
}*/

#header{
	position:relative;
	margin-left:0px;
	margin-top:25px;
	left:0;
	width:950px;
}
#logo{
	display:block;
}
#logo img{
	width:100%;
	height:auto;
}
#left{/*
	display:table-cell;*/
	float:left;
	width:250px;/*
	margin-left:-100%;*/
	padding:6px 0 10px 9px;
	vertical-align:top;
	background:#fff;
}
#left table{
	width:250px;
}
#hamburger{
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-18px;
}
#hamburger a{
	display:block;
	width:32px;
	height:32px;
	font-size:18px;
	font-family:Tahoma, sans-serif;
	text-decoration:none;
	border:3px solid #a80000;
	border-radius:50%;
	background:url('/images/hamburger.png') no-repeat 50%;
	color:#a80000;
}
#main{
	float:right;
	max-width:690px;
	display:flex;
	flex-direction:column;
	background:#fff;
}
#content{
	vertical-align:top;
	font-size:100%;
	font-weight:normal;
	line-height:1.2;
	padding:26px 24px 30px 30px;
	vertical-align:top;
	background:#fff;
}
#banner{
	position:absolute;
	left:12px;
	top:376px;
	width:250px;
	background:none;
	margin:0 0 0 0;
}

#rose{
	position:absolute;
	background:none;
	width:172px;
  right:0;
	bottom:240px;
	bottom:0;
	z-index:5;
}

/*Просьбы о помощи*/
.h_bg{
	margin:10px 0 0px -9px;
	padding:8px 10px;
	font-family:'Arial', sans-serif;
	font-size:20px;
	background:#a80000;
	color:#fff;
}
.asks{
}
.ask-wrap{
	padding:67px 0 10px;
	border-top:1px solid #D35F5F;
	background:url('/images/quote-trans.png') 0 22px no-repeat;
}
.ask-wrap:first-child, .submenu+.ask-wrap{
	border:none;
}
.ask-text{
	padding:0 0 25px;
}
.ask-date{
	margin:0px 0 12px;
	font-size:18px;
	font-weight:500;
	color:#D35F5F;
}
.ask-author{
	margin:0px 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#D35F5F;
}
.ask-resp{
	font-size:16px;
	font-weight:bold;
	color:#D35F5F;
}
.asks-more{
	font-size:16px;
}
#asks-more{
	display:block;
	margin:0 auto 10px;
	padding:8px 27px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	border-radius:5px;
	background:#a80000;
	color:#fff;
}
@media(max-width:720px){
	.h_bg{
		margin:10px -10px 0px -10px;
	}
	#asks-more{
		width:70%;
		min-width:240px;
		padding:8px 0;
	}
}
.pager{
	padding:10px 0 35px;
}
.pager span{
	display:inline-block;
	width:1.2em;
	padding:8px;
	text-align:center;
	border-radius:50%;
	background:#a80000;
	color:#fff;
}
.pager a{
	display:inline-block;
	margin:8px 2px;
}
.submenu{
	padding:20px 0 30px;
	font-size:19px;
	font-weight:bold;
}

#bottom{
	clear:both;
	padding:5px 180px 5px 270px;
	background:#fff;
}
#footer{
	padding:0;
	font-size:14px;
	background:#000000;
	border-top:2px solid #A80000;
}
#footer a{
	color:#fff;
}
#footermenu{
	padding:20px 20px 14px 20px;
}
#footermenu ul{
	margin:0 0 25px -10px;
	padding:0;
	list-style:none;
}
#footermenu li{
	padding:0 10px;
}
@media(min-width:720px){
	#footermenu ul{
		display:flex;
		flex-wrap:wrap;
	}
	#footermenu li{
		margin:0 0 10px 0;
		border-right:1px solid #fff;
	}
	#footermenu li:last-child{
		border:none;
	}
}
.copy{
	margin:0;
	padding:20px 20px 40px 20px;
	line-height:140%;
	background:#fff;
}
#start .copy{
	padding:20px 180px 40px 20px;
}
@media(max-width:960px){
	#start .copy{
		padding:20px 50px 40px 20px;
	}
}
@media(max-width:720px){
	#footer{
		font-size:12px;
	}
	#footermenu ul{
		column-count:2;
	}
	#footermenu li{
		margin:0 0 8px 0;
	}
	#footermenu li a{
		text-decoration:none;
	}
	.copy{
		padding-right:20px;
	}
}


#footer .copy a{
	color:#000;
}
/*поиск*/
#ya-site-form0 .ya-site-form__input{
	margin:0 14px 0 !important;
	padding:58px 0 42px !important;
	border-bottom:1px solid #fff;
}
#footer #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
	height:27px;
	padding:1px 44px 2px 14px;
	font-size:14px !important;
	border-radius:5px !important;
	border:none !important;
}
.ya-site-form__submit{
	position:relative;
	width:0 !important;
	height:18px;
	padding:0 0 0 18px;
	margin:14px 0 0 -44px !important;
	border:none;
	background:url('/images/search.png') no-repeat 0 0;
}
@media(max-width:720px){
	#footer #ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
		font-size:12px !important;
	}
}
input[type="submit"]{
	padding:10px 15px;
	font-size:16px;
	font-weight:600;
	border:none;
	border-radius:6px;
	background:#676ea5;
	color:#fff;
}

#content input[name="code"]{
	width:180px !important;
	vertical-align:middle;
}


div.clear{
	height:11px;
	clear:both;
	overflow:hidden;
}

#navibar ul{
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
#navibar li{
	width:218px;
	min-height:20px;
	margin:0 0 5px;
	padding:5px 0 0 32px;
	font-size:12px;
	font-color:#015A1D;
	color:#015a1d;
}
.leftmenu{
	border:1px solid #C1C1C1;
	border-radius:0 10px 10px 0;
	background:url('/images/left_menu_bg.png') no-repeat 8px 50%;
}
.leftmenu_a{
	border:1px solid #C1C1C1;
	border-radius:0 10px 10px 0;
	background:url('/images/left_menu_bg.png') no-repeat 8px 50% #a80000;
}
.leftmenu a:link{color:#000000;text-decoration:none;}
.leftmenu a:visited{color:#000000;text-decoration:none;}
.leftmenu a:hover{color:#A80000;text-decoration:none;}
.leftmenu_a a{
	color:#fff;
	text-decoration:none;
}
hr{
 clear:both;
}

.adminComm{
  margin:0 0 10px 45px;
  padding:5px 10px 5px 15px;/*
  border:3px solid #a80000;*/
  background:#fbcd5e;
}
.adminComm p{
  margin:0;
  line-height:1.2;
}
.adminComm address{
  margin:0;
  font-weight:bold;
  font-size:70%;
}

.razdel_link{
	margin:0 0 20px;
	font-family:'Arial', sans-serif;
	font-size:24px;
	font-weight:bold;
}




/*Лучшее и важное*/
#best-wrapper{
	float:right;
	max-width:660px;
}
#best-important{
	float:right;
  display:table;
  margin:25px 24px 10px 0;
  text-align:left;
	table-layout:fixed;
  font-family:'Tahoma', sans-serif;
}
#important, #best-news{
  display:table-cell;
  width:50%;
}
#important h3, #best-news h3{
	margin:0;
	padding:8px 10px;
	font-family:'Arial', sans-serif;
	font-size:20px;
	color:#fff;
}
#important a, #best-news a{
  color:#252525;
}
#important a:hover, #best-news a:hover{
  text-decoration:none;
  color:#444242;
}
#important{
  padding:0 12px 0 0;
}
#important h3{
  background:#3e3e3e;
}
.anonse{
  margin:10px 0 0;
  padding:10px 0 1px;
}
.anonse{
	margin:10px 0 0;
	padding:10px 0 1px;
}
@media(max-width:720px){
	.anonse{
		margin:10px 10px 0;
	}
}
#best-news{
  background:#faf0f0;
}
#best-news h3{
  background:#a80000;
}
#best-news .anonse{
	margin:0;
	padding:10px 20px 10px;
	border-top:1px solid #fff;
}
#best-important .anonse{
	margin:0;
	padding:10px 20px 10px;
	border-top:1px solid #fff;
}
@media(max-width:720px){
	#best-important .anonse{
		padding:10px 10px 10px;
	}
}
#best-important h3+.anonse{
	border:none;
}
#best-important h5{
	margin:5px 0 15px;
	line-height:1.2;
	font-size:14px;
	color:#7d7d7d;
}
#best-important h5 a, #best-important h5 a:hover{
	color:#7d7d7d;
}
#best-important .anonse address{
	color:#3e3e3e;
}
#best-important img{
  margin:5px 10px 5px 0;
}
#best-important h4{
	clear:both;
	margin:10px 0 0;
	padding:40px 0 15px;
	line-height:1.2;
	font-size:18px;
	color:#a80000;
}
#important h4{
	background:url('/images/quote.png') no-repeat 0 0;
}
#best-news h4{
	background:url('/images/quote-trans.png') no-repeat 0 0;
}
#best-important h4 a, #best-important h4 a:hover{
	text-decoration:none;
	font-weight:normal;
	font-size:18px;
	color:#a80000;
}
#best-important .anonse p{
	font-size:14px;
}

.cleaner{
	clear:both;
	margin:0 !important;
}


#donate{
  text-align:center;
}
#donate iframe{
  max-width:100%;
}
.video-container{
    position:relative;
    padding-bottom:48.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#content .ytp-cued-thumbnail-overlay-image{
	background-size:contain !important;
}
.table{
	display:table;
}
.tr{
	display:table-row;
}
.td{
	display:table-cell;
	padding:5px 5px 0 0;
	vertical-align:top;
}
.mobile, #header .mobile{
	display:none !important;
}
#lovetest h4{
	font-size:16px;
}
#lovetest ul{
	margin:10px 0 15px;
	padding:0;
}
#lovetest li{
	min-height:25px;
	margin:0 0 3px;
	list-style:none;
	color:#000;
}
#lovetest input[type="radio"]{
	display:none;
}
#lovetest label{
	position:relative;
	padding:1px 0 3px 30px;
}
#lovetest label:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:21px;
	height:21px;
	background:url('/images/radio.gif') no-repeat 0 0;
}
#lovetest input:checked+label:before{
	background:url('/images/radio.gif') no-repeat 100% 0;
}

#scrolltoTop{
	position:fixed;
	right:20px;
	bottom:100px;
	z-index:10000;
	width:73px;
	height:73px;
	width:45px;
	height:45px;
	cursor:pointer;
	opacity:.8;
	background:url('../images/scrolltoTop.png') no-repeat;
	background-size:cover;
}
#scrolltoTop:hover{
	opacity:1;
}
@media(max-width:960px){
	body, #header, #logo, #container{
		width:auto;
	}
	#left{
		margin-left:-100%;
	}
	#main{
		float:left;
		width:100%;
		max-width:100%;
	}
	#content{
		margin-left:270px;
	}
	#best-important{
		float:none;
	}
@-moz-document url-prefix(){
	#best-wrapper{
		max-width:100%;
	}
	#best-important{
		margin-left:300px;
	}
}
	#bottom{
		padding:5px 20px 5px;
		text-align:center;
	}
	#rose{
		display:none;
	}
	object, embed{
		width:95%;
	}
	#content img{
		max-width:95%;
	}
	.td{
		display:block;
	}
	#best-important .anonse address{
		display:block;
		margin-bottom:10px;
	}
	#scrolltoTop{
		bottom:30px;
	}
	#best-important .anonse address{
		display:block;
		margin-bottom:10px;
	}
}
@media(min-width:960px){
	#scrolltoTop{
		display:none;
	}
}
@media(max-width:960px) and (min-width:720px){
	#best-important{
		display:-moz-flex; 
		display:-o-flex; 
		display:-webkit-flex; 
		display:flex;
		flex-direction:column-reverse;
	}
	#important, #best-news{
		display:block;
		width:auto;
		margin-bottom:20px;
		padding-right:0;
	}
}
@media(max-width:800px){
	#left table.banners{
		position:static;
		border-collapse:collapse;
		text-align:left;
	}
	#best-important{
		margin-left:20px;
	}
	#best-important{
		margin-left:300px;
	}
}
@media(max-width:720px){
	body{
		text-align:left;
	}
	#header{
		margin:0;
	}
	.desktop{
		display:none !important;
	}
	.mobile, #header .mobile{
		display:block !important;
	}
	.nomobile{
		display:none !important;
	}
	p{
		text-align:left;
	}
	#logo{
		display:inline-block;
		width:100%;
	}
	#logo img{
		display:none;
		width:auto;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}
#logo img.mobile{
	display:inline !important;
	vertical-align:text-bottom !important;
}
	#main.start{
		display:-moz-flex; 
		display:-o-flex; 
		display:-webkit-flex; 
		display:flex;
		flex-direction:column;
	}
	#main, #best-important{
		float:none;
		max-width:auto;
	}
	#best-wrapper{
		max-width:100%;
	}
	#best-important{
		margin:25px 0px 10px;
	}
	#left, #content{
		display:block;
		float:none;
		width:auto;
		max-width:auto;
		margin:0;
		padding:26px 10px 30px 10px;
	}
	#navibar{
		display:table-cell;
		padding:0 10px 0 0;
		vertical-align:top;
	}
	#banners{
		display:table-cell;
		padding:0;
		vertical-align:top;
	}
	table.banners{
		position:static;
	}
	#bottom{
		display:none;
	}
	#aksSearch label{
		display:block;
	}
	.td{
		display:table-cell;
	}
}
@media(max-width:680px){
	#best-important{
		display:-moz-flex; 
		display:-o-flex; 
		display:-webkit-flex; 
		display:flex;
		flex-direction:column-reverse;
	}
	#important, #best-news{
		display:block;
		width:auto;
		margin-bottom:20px;
		padding-right:0;
	}
	#scrolltoTop{
		bottom:100px;
	}
}
@media(max-width:540px){
	#navibar, #banners{
		display:block;
		width:auto;
	}
	#navibar li{
		width:auto;
		padding:3px 0 2px 32px;
		font-size:14px;
	}
	#nav li{
		display:inline-block;
		margin:0;
		padding:0;
	}
	#nav li:last-child{
		border-right:1px solid #000;
	}
	#left table{
		width:auto;
	}
	.table{
		display:block;
	}
	.tr{
		display:block;
	}
	.td{
		display:block;
	}
	.td input[type="text"], .td textarea{
		width:95% !important;
	}
}
/*@media(max-width:480px){
	#important, #best-news{
		display:block;
		width:auto;
	}
}*/

/*врезки*/
#content blockquote{
  position:relative;
  margin:0 0 20px;
  padding:20px 0 7px;
  line-height:1.2;
  font-size:160%;
  background:url('/images/diagonal.gif') repeat-x 0 0;
}
#content blockquote:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:6px;
  background:url('/images/diagonal.gif') repeat-x 0 0;
}
#content blockquote p{
  margin:0 0 20px;
}
/*Блок "Помогите нам"*/
#rate{
	max-width:317px;
	margin:50px auto 25px;
}
#donate-block{
	max-width:347px;
	margin:20px auto;
	padding:10px 0;
	text-align:center;
	border:2px solid #ddd;
}
#donate-block p{
	padding-right:0;
	text-align:center;
	font-size:140%;
}
#donate-title{
	margin:0 0 5px;
	padding:0 15px 10px !important;
	text-align:center;
	line-height:120%;
	font-size:180% !important;
	border-bottom:2px solid #ddd;

}
#donate-link{
	display:block;
	width:200px;
	height:157px;
	margin:0 auto;
	background:url('/images/donate.jpg') no-repeat 100% 0;
	background-size:cover;
}
#donate-link:hover{
	background-position:0 0;
}
#article-share{
	padding:0px 15px 20px;
	border-top:2px solid #ddd;

}
#article-share>table, #article-share>div{
	display:inline-block;
	margin:0 5px 5px 0;
	vertical-align:top;
}
.fb_iframe_widget span{
	vertical-align:top !important;
}
#vkshare0 td:first-child a div{
	margin:4px 0 2px !important;
}
#vkshare0 td:nth-child(2) a{
	height:14px !important;
}
#vkshare0 td:nth-child(3) a{
	line-height:14px !important;
}
#donate-text-link{
	margin:0 !important;
	padding:20px 15px;
	text-align:center;
	font-size:140%;
	border-top:2px solid #ddd;
}


.volunteer-buttons input,
.volunteer-checkbox,
.volunteer-banner p,
.volunteer-banner-no-auth p{
}
.volunteer-banner,
.volunteer-banner-no-auth{/*
	display:none;*/
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:0;
	z-index:9999;
	text-align:center;
	box-shadow:0 0 10px #000;
	opacity:0.94;
	background:#fff;
}
.volunteer-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
	z-index:1;
}
.volunteer-buttons input{
	display:inline-block;
	width:210px;
	min-height:37px;
	margin:10px 20px 5px;
	padding:0;
	text-align:center;
	vertical-align:top;
	line-height:25px;
	border-radius:8px;
	border:none;
	font-family:'Verdana', sans-serif;
	font-size:14px;
	cursor:pointer;
}
.volunteer-buttons input:hover{
	margin:11px 20px 4px;
}
.volunteer-buttons #vol-yes{
	background:-webkit-linear-gradient(to bottom, #ada3a3 0, #ae0006 50%, #ae0006 100%);
	background:-moz-linear-gradient(to bottom, #ada3a3 0, #ae0006 50%, #ae0006 100%);
	background:-o-linear-gradient(to bottom, #ada3a3 0, #ae0006 50%, #ae0006 100%);
	background:linear-gradient(to bottom, #ada3a3 0, #ae0006 50%, #ae0006 100%);
	color:#fff;
}
.volunteer-buttons #vol-no{
	background:-webkit-linear-gradient(to bottom, #fafafa 0, #b7b7b7 70%, #b7b7b7 100%);
	background:-moz-linear-gradient(to bottom, #fafafa 0, #b7b7b7 70%,  #b7b7b7 100%);
	background:-o-linear-gradient(to bottom, #fafafa 0, #b7b7b7 70%,  #b7b7b7 100%);
	background:linear-gradient(to bottom, #fafafa 0, #b7b7b7 70%,  #b7b7b7 100%);
	color:#000;
}
#volunteer h3{
	margin:0;
	padding:10px 20px;
	font-size:18px;
}




input[type="submit"]{
	padding:10px 15px;
	font-size:16px;
	font-weight:600;
	border:none;
	border-radius:6px;
	background:#a80000;
	color:#fff;
}
@media(min-width:310px){
	.anonse-author{
		display:flex;
		column-gap:10px;
	}
}
.anonse-author .author-photo-circle{
	position:relative;
	width:115px;
	height:115px;
	overflow:hidden;
	border-radius:50%;
	border:1px solid #a80000;
}
.anonse-author .author-photo img{
	position:absolute;
	display:block;
	width:115px !important;
	height:115px !important;
	object-fit:cover;
	margin:0 !important;
}
.author-name{
	align-self:center;
	font-size:18px;
	font-weight:bold;
	color:#a80000;
}

#best-important .anonse p{
	font-size:14px;
	color:#555555;
}
.anonse-more{
	font-size:14px;
	color:#D35F5F;
}

.warning-p{
	font-size:18px;
}
.warning-p strong{
	color:#ea0900;
}
.warning{
	color:#f00;
}




#first_talk{
	margin:0 0 40px;
	padding:20px 20px 0;
	background:#faf0f0;
}
#first_talk+#talks{
	margin-top:-40px;
}
@media(max-width:720px){
	#first_talk{
		margin:0 -10px 40px;
		padding:20px 10px 0;
	}
}
.intro{
	padding:0 0 30px;
}

.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon, .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon{
	height:40px !important;
	width:40px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size:30px 30px !important;
}
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
	background-color:#a80000 !important;
}

#unicounter{
	margin:0 0 15px;
	padding:0 0 20px;
	border-bottom:3px double #a80000;
}
@media(max-width:720px){
	#unicounter{
		margin:0 -10px 15px;
	}
}
#unicounter>div{
	margin:0 auto;
}

.reply{
	padding:40px 0 10px;
}
.reply a{
	margin:0 20px 0 0;
	font-size:16px;
	font-weight:bold;
}

#other{
	padding:30px 0 0;
}
#other h3{
	margin:0;
	padding:8px 10px;
	font-family:'Arial', sans-serif;
	font-size:20px;
	background:#a80000;
	color:#fff;
}
@media(max-width:720px){
	#other h3{
		margin:0 -10px;
	}
}
#other ul{
	margin:20px 0 0;
	padding:0;
	list-style:none;
}
#other li{
	margin:0 0 10px;
}

h4{
	font-family:'Arial', sans-serif;
	font-size:24px;
	font-weight:bold;
}
h4 a:link{color:#eb5656;} 
#responces h4{
	color:#333;
}
.prev-next{
	display:flex;
	justify-content:space-between;
	padding:15px 0 40px;
	border-top:1px solid #9B682C;
}
#unicounter+.prev-next{
	border-top:none;
}
.next-link{
	text-align:right;
}
.prev-next a{
	display:flex;
	align-items:center;
	text-decoration:none;
	font-weight:bold;
	color:#a80000;
}
.prev-next a:before, .prev-next a:after{
	display:inline-block;
	width:1.2em;
	padding:6px 8px 10px;
	text-align:center;
	font-size:18px;
	border-radius:50%;
	background:#a80000;
	color:#fff;
}
.prev-link a:before{
	content:'\2190';
	margin:0 5px 0 0;
}
.next-link a:after{
	content:'\2192';
	margin:0 0 0 5px;
}
.backToSection{
	font-weight:bold;
}
#form{
	margin:0 0px 40px;
	padding:15px 20px 20px;
	background:#faf0f0;
}
#form h4{
	margin-top:0;
	color:#9B682C;
}
@media(max-width:720px){
	#form{
		margin:0 -10px 40px;
		padding:20px 10px;
	}
	textarea, input[type="text"]{
		margin:0 0 10px;
	}
	input[type="submit"]{
		width:100%;
	}
}