@font-face {
	font-family: 'Greek'; 

	src: url('/design/greek_regular.woff') format('woff'),
	     url('/design/greek_regular.ttf'); 
}

.greek {
font-family: 'Greek'; 

}	

.text p[align="center"] {
	text-align:center;
}
/*sidebutton begin*/
/*Plugin CSS*/
.knopikWrap { 
	position:fixed; 
	top:50%; 
	right:auto; 
	left:0; 
	max-width:500px;
	z-index:999
}
.knopikWrap.hidden { 
	right:100%; 
	left:auto;
}
.knopikWrap.sidePosRight {
	right:0; 
	left:auto;
}
.knopikWrap.sidePosRight.hidden {
	right:auto; 
	left:100%;
}
.knopikCont { 
	/*box-shadow:0 0 20px #dbffd3;*/
	border-radius:10px;
	padding:20px; 
	border:2px solid #2f912d;
	color:#47dc25;
	margin:0 10px 0 5px;
	margin-right: 15px;
	background-color:#F1E9D6;/*
	background-image: -webkit-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -moz-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -ms-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -o-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: linear-gradient(top, #1ec53e, #47dc25, #1ec53e);*/
	text-align:left;
	
}

.knopikCont ul li a {
	font-size:16px !important;
}


.knopikCont ul h4 {
	margin-top:20px;
}

.sidePosRight .knopikCont {
	margin:0 5px 0 3px;
}
.knopikBut { 
	padding:0; 
	position:absolute; 
	top:50%; 
	border:1px solid #2f912d;
	border-radius:0 10px 10px 0;
	cursor:pointer;
	background-color: #9ae5a8;/*
	background-image: -webkit-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -moz-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -ms-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: -o-linear-gradient(top, #1ec53e, #47dc25, #1ec53e);
	background-image: linear-gradient(top, #1ec53e, #47dc25, #1ec53e); */
}
.knopikBut:hover {
	background-color: #50f22b;
	background-image: -webkit-linear-gradient(top, #1ec53e, #50f22b, #1ec53e);
	background-image: -moz-linear-gradient(top, #1ec53e, #50f22b, #1ec53e);
	background-image: -ms-linear-gradient(top, #1ec53e, #50f22b, #1ec53e);
	background-image: -o-linear-gradient(top, #1ec53e, #50f22b, #1ec53e);
	background-image: linear-gradient(top, #1ec53e, #50f22b, #1ec53e); 
}
.sidePosRight .knopikBut{
	border-radius:10px 0 0 10px;
}
.knopikButPos {position:relative;}
.knopikButText {
	padding:7px 15px; 
	white-space:nowrap; 
	color:#fefefe; 
	text-transform:uppercase; 
	font:700 11px/1.2em Arial, Helvetica, sans-serif; 
	letter-spacing:2px
}

/*User Style*/
.kn_2 ul {
	padding:0;
	margin:0;
	list-style:none
}

.knopikCont a:hover {
	color:#fff;
}


.knopikClose {
	position:absolute;
	left:170px;
	top:12px;
	color:maroon;
	background: linear-gradient(#82d18d, #0c9c0d) repeat scroll 0 0 #0c9c0d;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -1px 1px #72de26 inset, 0 1px 1px #98ff98 inset, 0 0 0 1px #3caa3c, 0 2px 5px rgba(0, 0, 0, 0.3);
    color: rgb(245, 245, 245);
    display: inline-block;
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-size: .6em;
    font-weight: 700;
    outline: medium none;
    padding: 0.85em 1.55em;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.1);

}
.knopikClose:active {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3), 0 1px 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
}

.knopikClose:hover {
	cursor: pointer;
	color:#dc0000;
}

/*sidebutton end*/


* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#button_help_out{
	width:200px;
	height:41px;
	position:relative;
}
#help_a{
	position:absolute;
	top:0;
	display:none;
}

#help {
    background: url("/design/button1.svg") 0 0 no-repeat;
    height: 40px;
    width: 188px;
}
#help:hover {
    
    background: url("/design/button_a.svg") 0 0 no-repeat;
} 



body {
	background-color:#fff;
}

a:link          { font-family: Georgia, arial, "ms sans serif", sans-serif; /*font-weight: normal;*/ color: #18530B; font-size: 18px; text-decoration: none;}
a:visited       { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color: #18530B; font-size: 18px; text-decoration: none;}
a:hover                 { 
  outline: 0px;
  /*box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 18px;*/

}

td.path a:link          {     font-family: verdana, arial, "ms sans serif", sans-serif; font-weight: normal; color: #18530B; font-size: 14px !important; text-decoration: none; border-bottom: 1px solid;}

td.path a:visited               {     font-family: verdana, arial, "ms sans serif", sans-serif; font-weight: normal; color: #18530B; font-size: 14px !important; text-decoration: none;}
td.path a:hover                 {     font-family: verdana, arial, "ms sans serif", sans-serif; font-weight: normal; color: #2B9614; font-size: 14px !important; text-decoration: none; border-bottom:none; background: #fff4e5;box-shadow: 5px 5px 7px #CCCCCC;}

a.ext:link              { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color: #007666; font-size: 18px;} 
a.ext:visited   { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color: #007666; font-size: 18px; }
a.ext:hover     { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color: #00BBC8; font-size: 18px; text-decoration: none; }

a.bibref:link              { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color:  #18530B;; font-size: 16px; text-decoration: none; } 
a.bibref:visited   { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color:  #18530B;; font-size: 16px; text-decoration: none; }
a.bibref:hover     { font-family: Georgia, arial, "ms sans serif", sans-serif; font-weight: normal; color: #2B9614; font-size: 16px; text-decoration: none; }

.socials a {
	border-bottom:none;
}


TD, TD a { font-family: Georgia, arial, "ms sans serif", sans-serif; color: #805536; font-weight: normal; font-size: 18px; text-decoration: none; }
TD.molitvoslov          { font-family: Georgia, arial, "ms sans serif", sans-serif; color: #805536; font-weight: normal; font-size: 14px; text-decoration: none; }
TD.knigi			          { font-family: Georgia, arial, "ms sans serif", sans-serif; color: #805536; font-weight: normal; font-size: 14px; text-decoration: none; }
TD.text                         { font-family: "Times New Roman", Times, serif; color: #000000; font-weight: normal; font-size: 20px; text-decoration: none; text-align: justify; }
TD.text .penie                         { font:inherit; text-decoration: none; text-align: justify; }
TD.body                         { font-family: "Times New Roman", Times, serif; color: #000000; font-weight: normal; font-size: 20px; text-decoration: none; text-align: justify; margin:0; text-indent:30px;}
TD.razdel1                      { font-weight: bold; text-align: center; font-size: 18px; }
TD.banners                      { font-family: Georgia, arial, "ms sans serif", sans-serif; color: #805536; font-weight: normal; font-size: 01px; text-decoration: none; }

td.knigi h2			 { font-size: 28px; color: #660000; text-align: center;}

OL {margin-left:50;}
P { margin-bottom: 0px; margin-top: 10px; }
/* P { margin-bottom: 0px; margin-top: 7px; text-indent: 20 px; } */
.grek  {font-family:"Old Standard TT","Theano Didot","Palatino Linotype","DejaVu Serif","Tahoma"; color:navy;}
.grek1  {font-family:"Palatino Linotype"; color:green;}
.text1 {text-indent:1.5em; margin:0px;}

/* Headings */ 
h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #805536; text-decoration: none; }
h1, h2, h3 {padding-top: 6px; padding-bottom: 6px;}
h1 {	font-size: 22px; }
 .shemy h1 {	font-size: 22px !important; }
h2 { font-size: 20px; }
h3 {	font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

/* from inside styles*/
.project1       { font-size: 100%; font-weight: bold; } /* medium */ 
.project2       { font-size: 110%}                                                                                      /* large */
.project4       { color: #FF3300}
.project5       { color: #990000}
.project6       { color: #009933}
.project8       { color: #CC6633}
.project9       { color: #0066FF}
.project10      { color: #CC0033}
.project11      { color: #CC33CC}
.project12      { color: #66CC33}
.project13      { color: #FF3300}
.project15      { font-size: 110%}                                                                                      /* large */
.project16      { font-size: 110%; color: #0000FF;}             /* large */

.blagoQwert1234 {font-size: 80%} /*x-small*/
.stairsStyle1 {color: #990000}

.indexStyle1            { font-size: 90%; } /*small*/
.indexStyle2            { font-size: 70%; } /*xx-small*/
.indexStyle6    { font-size: 90%; color: #0000FF; } /*small*/
.indexStyle9            { font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
.stairsQwerty1  { font-size: 90%; font-style: italic; font-weight: normal; } /* small */
.stairsStyle3   { font-size: 80%; } /*x-small*/
/* DELETE */ .indexQwert1234    { font-size: 80%; } /*x-small*/
/* DELETE */ .indexStyle8               { font-size: 18px; }

/* new styles */
p.Valaam, p.Valaam a:link, p.Valaam a:visited, p.Valaam a:hover {
        color: #999999;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
}

table.ReadFull {
        width: 650px;
        background-position: center;
}

h1.bigtitle { font-size: 28px; margin-right:35px;}

#links {
        font-family: Georgia, arial, "ms sans serif", sans-serif;
        font-weight: normal;
        color: #333;				
        font-size: 11px;
        text-decoration: none;
}

#links a, #links a:link, #links a:hover, #links a:active, #links a:visited {
        font-family: Georgia, arial, "ms sans serif", sans-serif;
        font-weight: normal;
        color: #18530B;
        font-size: 11px;
        text-decoration: underline;
}

/* Социальные сети */
#my_bookmarks {
	position:relative;
}
#socialine {
	float:left;
	margin-left:40px;
	}
	#socialine a, 
	#socialmore a {
		float:left;
		padding:0 2px;
		cursor:pointer;
		}
		#socialine a span,
		#socialmore a span {
			display:block;
			width:16px;
			height:16px;
			line-height:16px !important;
			background:transparent url(../include/bookmark/socialicons.png) no-repeat scroll 0 0;
			}
	#socialine .separator  {
		float:left;
		line-height:16px;
		color:#aaa;
		clear: left;
		}
	#socialine a#socbtn {
		display:block;
		width:116px;
		height:16px;
		background:transparent url(../include/bookmark/socialbutton.png) no-repeat scroll 0 0;
		}
#socialmore {
	position:absolute;
	display:none;
	width:140px;
	padding:5px;
	border:1px solid #999;
	font:10px Georgia;
	color:#666;
	line-height:16px;
	z-index:1000;
	background-color:#fff;
	}
	#socialmore a {
		float:left;
		padding:1px;
		width:140px;
		height:16px;
		font:10px Georgia;
		overflow:hidden;
		text-decoration:none;
		color:#666;
		}
	#socialmore a:hover {
		background-color:#f0f0f0;
		}
		#socialmore a span {
			float:left;
			font:10px verdana;
			margin-right:5px;
			}
			
table.two_columns {
    width: 100%;
}

table.two_columns, table.two_columns tr td {
    border: 0px;
    border-collapse: collapse;
		padding-top: 15px;
}

table.two_columns thead tr th { 
    text-align: center;
    vertical-align: middle;
    width: 50%;
    font-weight: bold;
		padding-top: 10px;
}

table.two_columns tr td { 
		font-family: "Times New Roman", Times, serif; 
		color: #000000; 
		font-weight: normal; 
		font-size: 18px; 
		text-decoration: none; 
}
td.razdel1_red h1 {
      color: #900;
      font-size: 32px;
			text-align: center; 
}
td.razdel1_red h2 {
      color: #900;
      font-size: 24px;
			text-align: center; 
}
dt {
			font-weight: bold;
			margin-top: 1em;
}
td.main_bottom_menu div  {
	background: rgba(255, 255, 255, 0.4); /* Цвет фона и значение прозрачности */
	border: 1px solid black;
	margin-top: 10px;
	width:100%;
}
td.main_bottom_menu div table {
	text-align: left;
	width:100%;
	border-spacing: 25px;
}
 td.main_bottom_menu table tr td {
  vertical-align: top;
	width: 16%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #45161c;
}
 td.main_bottom_menu table tr td.col5 {
	padding-left:25px;
}

td.main_bottom_menu table tr td a:link,
td.main_bottom_menu table tr td a:visited,
td.main_bottom_menu table tr td a:active {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	color: #2e3b48;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
td.main_bottom_menu table tr td a:hover {
	color: #2e3b48;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
td.main_bottom_menu table tr td a.red:link,
td.main_bottom_menu table tr td a.red:visited,
td.main_bottom_menu table tr td a.red:active {
	color: #560319;
	text-decoration: underline;
}
td.main_bottom_menu table tr td a.red:hover {
	color: #560319;
	text-decoration: none;
}


H1 A {
font-size: 22px !important;
font-family: Arial,Helvetica,sans-serif !important;
font-weight: bold !important;
}

H2 A {
font-size: 20px !important;
font-family: Arial,Helvetica,sans-serif !important;
font-weight: bold !important;
text-decoration: none !important;
}

H3 A {
font-size: 18px !important;
font-family: Arial,Helvetica,sans-serif !important;
font-weight: bold !important;
text-decoration: none !important;
}

H4 A {
font-size: 16px !important;
font-family: Arial,Helvetica,sans-serif !important;
font-weight: bold !important;
text-decoration: none !important;
}


H5 A {
font-size: 14px !important;
font-family: Arial,Helvetica,sans-serif !important;
font-weight: bold !important;
text-decoration: none !important;
}

h5 a:hover  {text-decoration: underline !important;}
h4 a:hover  {text-decoration: underline !important;}
h3 a:hover  {text-decoration: underline !important;}
h2 a:hover  {text-decoration: underline !important;}
h1 a:hover  {text-decoration: underline !important;}

strong a {font-weight: bold;}
strong a:hover {font-weight: bold;}
b a {font-weight: bold;}
b a:hover {font-weight: bold;}



.greek_font {font-family:"Palatino Linotype","Old Standard TT","Theano Didot","DejaVu Serif","Tahoma";font-size:20px;}
.synopsis  {font-size:13pt; vertical-align:top; text-align:left; padding:2px 4px; }
.synopsind {font-size:10pt; vertical-align:top; text-align:left; color:navy; position:relative; bottom:0.2em; }
.SVD {text-align:left; font-size:14pt; border-right:0px solid red; width:100%; }
.synRaskr  {vertical-align:bottom; padding-right:4px; border-left:0px; font-size:13pt; font-family:Times; font-weight:bold; color:brown; border-color:black;cursor:pointer; }
.kuplet {font-size:13pt; text-align:left; margin:3pt 0 3pt 9em; text-indent:0;}
.kupletS {font-size:13pt; text-align:left; margin: 0 0 3pt 5em; text-indent:0;}
.KupletPod {font-size:13pt; text-align:left; margin:0 0 6pt 10em; font-style:italic; text-indent:0;}
.podpisR {margin: 4px 0 12px 0; text-indent:0;text-align:right; font-size:13pt; font-style:italic;}
.podpis {margin: 4px 0 3px 0; text-indent:0;text-align:left; font-size:13pt; font-style:italic;}
blockquote {margin: 4px 0 13px 55px; font-size:13pt; font-style:italic;}
.predis {margin:0 10px 0 10px; font-size:13pt; }
.oglav {text-align:left;}
a.foot {font-size:10pt; position:relative; bottom:0.5em; 
        font-weight:normal; font-style:normal;}
.vd     { font-size: 12pt; margin:30px 30px 3px 30px;}
.vd:before { 
	content:"Источник: ";
	font-weight: bold;
	font-style:italic;
	}
p.vd > a.ext {font-size: 12pt}

.h6 {
    font-size: 13.5pt;
    margin: 9px 3em 12px;
    text-align: justify;
    padding-left: 6px;
	font-style: italic;
}

.h6C {
    font-size: 13.5pt;
    margin: 9px 3em 12px;
    text-align: center;
    padding-left: 6px;
	font-style: italic;
}

.navigation {
    margin: 10px 40px 18px;
    text-indent: 0px;
    text-align: center;
    font-size: 13pt;
}

.downarch {background: url('/audio/wp-content/uploads/2012/10/download.png') no-repeat scroll 0 0 transparent; white-space:nowrap; width:24px; height:24px;}
.downarch a {padding-left:30px;}

.word {background: url('/design/doc.jpg') no-repeat scroll 0 0 transparent; 
white-space:nowrap; 
width:24px; 
height:24px;
padding-top:5px;
}
.word a {padding-left:30px;}

.rar {background: url('/design/rar.png') no-repeat scroll 0 0 transparent; 
white-space:nowrap; 
width:24px; 
height:23px;
padding-left:4px;
}
.rar a {padding-left:30px;}

.video, a[href *= "/video/metka/"] {background: url('/design/video.png') no-repeat scroll 0 0 transparent; white-space:nowrap; width:24px; height:24px;padding-left:22px;}

.audio, a[href *= "/audio/metka/"]  {background: url('/design/audio.png') no-repeat scroll 0 0 transparent; white-space:nowrap; width:24px; height:24px;padding-left:22px;}

.pdf, a[href $=".pdf"] {
	background: url('/design/pdf_icon.gif') no-repeat;
	padding-left:20px;
	}
	
.djvu, a[href $=".djvu"] {
	background: url('/design/djvu_icon.png') no-repeat;
	padding-left:20px;
	}
	
.mobi {
	background: url('/design/document-mobi.png') no-repeat;
	padding-left:20px;
	}
	
.epub {
	background: url(/design/document-epub.png) no-repeat;
	padding-left:20px;
	}
.fb2 {
	background: url('/design/document-fb2.png') no-repeat;
	padding-left:20px;
	}

div#ikona_molitvoslov {
	position:fixed;
	top:10px;
	left:10px;
	display: block;

}

div#ikona_molitvoslov  > img {
	width:inherit;
}

ul.strong > li > a {
	font-weight:bold;
}

#google-plus {
	position:relative;
	left:-55px;
	top:-5px;
}

.hr {
	width:300px;
	margin: 30px 0 15px 0;
	background:#000000;
	font-size:1px;
	height:1px;
	overflow:hidden;
}

.hr500 {
	width:500px;
	margin: 30px 0 15px 0;
	background:#000000;
	font-size:1px;
	height:1px;
	overflow:hidden;
}

/*Ридеры begin*/

.downloads {
display: inline-block !important;
}

.downloads span {
color: #18530B;
font-weight: bold;
font-size: 16px;
}
.downloads a {
font-size: 9pt;
line-height: 1.4;
margin-top: 5px;
display: inline-block !important;
position: relative;
padding: 3px;
margin-right: .1em;
text-decoration: none !important;
text-align: center;
cursor: pointer;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
border: 1px solid #CBC7BD;
background: #F8F7F6;
font-weight: bold;
width: 35px;
}
/*Ридеры end*/



/* cupid green
*******************************************************************************/
button.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 120px; }
  button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  button.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }

li {
	text-align:left;
}
sup a:link {
	text-decoration:none;
}


li.h3 {
	margin-left:40px;
	list-style-type: circle;
}
li.h4 {
	margin-left:80px;
	list-style-type: square;
}
li.h5 {
	margin-left:120px;
	list-style-type: square;

}
li.h55 {
	margin-left:160px;
	list-style-type: square;

}
li.h555 {
	margin-left:200px;
	list-style-type: square;

}

sup a:link {
	font-size:13px;
}

@font-face {
    font-family: "Akathistos Ucs";
    src: url("/spravochniki/slovar/fonts/akathucs8.eot");
}
@font-face {
    font-family: "Akathistos Ucs";
    src: url("/spravochniki/slovar/fonts/akathucs8.ttf") format("truetype");
	}
@font-face { font-family: "Loaded Knijitsa";  
             src: url("/design/knijitsa.ttf") format("truetype"); 
             font-style: normal; font-weight: normal;   
}

@font-face {
font-family: 'HirmosPonomar';
	src: url('/design/HirmosPonomarSIL.ttf') format('truetype'), 
	url('/design/fonts/HirmosPonomar.woff') format('woff'),
	url('/design/fonts/HirmosPonomar.otf') format('otf');
}

.csl-ponomar {
    font-family: "HirmosPonomar";
    font-size: 100%;
}

.csl-ponomar a {
    font-family: "HirmosPonomar";
    font-size: 100%;
}
.csl {
    font-family: "Akathistos Ucs";
    font-size: 100%;
}

.csl a {
    font-family: "Akathistos Ucs";
    font-size: 100%;
}

.cslK {font-family:"Knijitsa", "Loaded Knijitsa"; font-weight:normal;}

#arrow_right, #arrow_down {
 font-size:.7em;
 color:green;
 padding-left:3px;"
}

.yaform__input-text_hint {
background-image: url(/design/av-hint.png) !important;
}

.sear-page {
	width: 760px;
	margin: 0 auto;  
}


.decorator {
    position: relative;
    margin: 30px 0 60px 0;
    width: 100%;
}
.decorator:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px; 
}
.decorator:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -287px;
    width: 574px;
    height: 26px;
    background: url('long_dividers3.svg') no-repeat;
}

.main_bottom_menu {
  font-family: Arial, Helvetica, sans-serif;
  color: #805536;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.main_bottom_menu > div {
  background: rgba(255,255,255,0.4);
  border: 1px solid #000;
  margin-top: 10px;
  width: 100%;
}
.footer-top {
  padding: 0 20px;
  text-align: left;
}
.footer-top>div {
  float: left;
  vertical-align: top;
  width: 20%;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #45161c;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-top:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 1px;
}
.footer-bot:before {
  content: '';
  display: table;
  clear: both;
}
.footer-bot {
  padding: 20px;
}
.main_bottom_menu a:link, 
.main_bottom_menu a:visited, 
.main_bottom_menu a:active {
  font-family: verdana, arial, "ms sans serif", sans-serif;
  color: #2e3b48;
  font-size: 13px;
  font-weight: 700; 
}
.main_bottom_menu a:hover {
	text-decoration: none;
}
.text p {
	font-family: "Gergia",Times,serif;
	color: #000;
	font-weight: normal;
	font-size: 20px; 
	word-wrap: break-word;
}

.text a {
	word-wrap: break-word;
}

.text td p {
  padding: 8px 8px 0 8px;
  text-align: left;
  font-family: verdana,arial,"ms sans serif",sans-serif;
	color: #805536; 
	font-size: 16px;
}

#yandex-results-outer>iframe {
	min-width: 280px!important;
}

#formsear span {
	display: inline-block;
}
tr[align="right"] a, #help a, a[rel="nofollow"]{
	border-bottom:none;
	background:none;
}

a.back {
    position: absolute;
    top: 30px;
    left: 15px;
	z-index:3;
	display: block;
    background: transparent url("/wp-content/themes/azbykaadapt/images/pic/back.svg") no-repeat scroll 0% 0%;
    display: block;
    width: 49px;
    height: 48px;
    cursor: pointer;
	background-size: 49px;
	box-shadow:none;
	}
	.back:hover, .backmax:hover {
    background-position: 0 -49px; 
   }

   .mc-container {
   width: 50%;margin: auto;
   }
   
   .shemy .left_links {
	   float:left;
	   width: 50%;
	  padding-left: 30px;
   } 
   .shemy .right_links {
	   
   } 
   .shemy .left_links li, .shemy .right_links li {
		color: #805536; 
		text-align: left;
		    margin-left: -20px;
			line-height:1em;
   } 
   .shemy .left_links li a, .shemy .right_links li a{ 
		font-weight: bold; 
		 font-family: verdana, arial, "ms sans serif", sans-serif;
		font-size: 16px;
		text-decoration: none;
   }
   .shemy .right_links ul li:nth-child(2), .right_links ul li:nth-child(3) {
	   margin-left: 350px;
   }
   
   .shemy .single-page-wrapper .print { 
    width: 25%; 
	} 
   .shemy .single-page-wrapper .socials { 
    width: 45%; 
	}
	.shemy .decorator:before {
    border-bottom: none;
	}
   .main-ivliev {
	   width:710px;
   }
   .main-ivliev a#orphus:link {
	   border-bottom:none;
   }
   .ivliev-sitemap {
		float: left;
		width: 30%;
		text-align: left;
	}
   .ivliev-print {
		float: left;
		width: 35%;
		text-align: center;
	}
   .ivliev-socials {
		float: right;
		width: 35%;
		text-align: right;
	}
	/*.b-serp-item__number {
		left: 30px !important;
	}/
	
	.formsear-field { 
		height: 30px;
		
	}
	
	.sear-page .formsear-field {
		margin:20px 0;
	}
	/*
.links.search {
    position: absolute;
    top: -8px;
    right: -20px;
    text-align: right;
    padding-top: 10px;
    width: 320px;
}
.search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 25px;
    border: 1px solid transparent;
    background: transparent url(https://azbyka.ru/wp-content/themes/azbykaadapt/img/search.svg) 45% 50% no-repeat;
    background-size: 14px;
	opacity: 0.4;
}
.home .search-form-button, .tag .search-form-button {
    top: 10px;
}
.search-form-button:hover {
    opacity: 1;
}
.search-form-button:focus, .search-form-field:focus {
	outline: none;
}
.search-form-field {
    display: inline-block;
    width: 70%;
    height: 35px;
    padding: 5px 10px;
    padding-right: 30px;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}
	*/
@media screen and (max-width: 1024px) {
	.shemy .backmax {
		top:45px;
	}
}
@media screen and (max-width: 920px) {
	.footer-top>div {
		float: none;
		display: inline-block;
		width: 49%;
	}
}

@media screen and (max-width: 800px) {
	.sear-page {
		width: 100%;
		padding: 10px 0;
	}
	* {
		box-sizing: border-box;
	} 
	#formsear input {
		max-width: 85%;
	}
	.mc-container {
   width: 100%;
   margin: auto; 
   }
   
	.shemy .backmax {
		top:39px;
	} 
	.shemy .textmain li {
		line-height:1.5em;
	}
}
@media screen and (max-width: 690px) {
	
	.shemy .left_links {
	   float:none;
	   padding-left: 20px; 
	   width:100%;
	}
	.shemy .right_links { 
	   padding: 20px 0 0 20px ; 
	}
	.shemy .right_links ul li:nth-child(2), .shemy .right_links ul li:nth-child(3) {
	   margin-left: 10px;
   } 
   
   .main-ivliev {
	   width:100%;
   }
   .ivliev-print {
	   display: none;
   }
   .ivliev-socials{
	  width: 100%;
	  float:none;
   }
   
	.sear-page #formsear span {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.sear-page .left_block{
		float: left; 
	}
	
	.sear-page .right_block{
		margin-left: 160px;
	}
}

@media screen and (max-width: 480px) {
	.footer-top>div {
		width: 100%;
	}

	.formsear-field {
		width: 86%; 
	}
	.formsear-btn { 
    	color: transparent; 
		background: url("/wp-content/themes/azbykaadapt/images/search_ico_orange.png") no-repeat left top !important;
		height: 20px !important;
		width: 20px !important;
    	border: 0;
    	cursor: pointer;
	}
	
	.yaform__submit_image {
	  width: 30px;
	  height: 30px;
	  border: 1px #7f9db9 solid;
	  border-radius: 3px;
	  background-color: #efeeea;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-image: url('/wp-content/themes/azbykaadapt/img/search.png');
	  background-image: url('/wp-content/themes/azbykaadapt/img/search.png'), -webkit-linear-gradient(135deg, #e1dfd7, #fefefe);
	  background-image: url('/wp-content/themes/azbykaadapt/img/search.png'), -o-linear-gradient(135deg, #e1dfd7, #fefefe);
	  background-image: url('/wp-content/themes/azbykaadapt/img/search.png'), linear-gradient(-45deg, #e1dfd7, #fefefe);
	}
	.yaform-before-init {
		padding-top: 6px;
	}
	.yaform__submit_image {
	  color: transparent;
	  margin: 0 6px 0 5px; 
	}
	#yandexform0 .yaform__form .yaform__search,
	#yandexform0 .yaform__form .yaform__search td,
	#yandexform1 .yaform__form .yaform__search,
	#yandexform1 .yaform__form .yaform__search td {
	  background-color: transparent !important;
	}
	
	.decorator:after {
		margin-left: -137px;
		width: 274px;
		height: 26px;
	}
	.sear-page .decorator:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: -12px;
		margin-left: -120px;
		width: 250px;
		height: 26px;
		background: url(dividers_13.svg) no-repeat;
	}
	
}


@media screen and (max-width: 360px) {
	.sear-page .formsear-field {
		width: 230px;
	}
	.b-body-items {
    padding-left: 30px !important;
	}
	
}
@media screen and (max-width: 291px) {
	.formsear-field {
		width: 200px;
	}
}