@charset "UTF-8";
@font-face {
	font-family: 'AncientKyivNormal';
	src: url(../../../../../../../../../themes/azbyka/assets/fonts/AncientKyivNormal.otf) format("opentype"); 
	font-display: swap;
}
@font-face {
	font-family: 'CyrillicOld';
	src: url(../../../../../../../../../themes/azbyka/assets/fonts/CyrillicOld/CyrillicOld.eot);
	src: local("CyrillicOld"), url("../../../../../../../../../themes/azbyka/assets/fonts/CyrillicOld/CyrillicOld.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/azbyka/assets/fonts/CyrillicOld/CyrillicOld.woff) format("woff"), url(../../../../../../../../../themes/azbyka/assets/fonts/CyrillicOld/CyrillicOld.ttf) format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.hidden {
	display: none !important; 
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; 
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit; 
}

.invisible {
	visibility: hidden; 
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table; 
}

.clearfix:after {
	clear: both; 
}

/* ============================
GRID
============================ */
.container {
	width: 100%;
	padding-right: 1.3333rem;
	padding-left: 1.3333rem;
	margin-right: auto;
	margin-left: auto; 
}
.container-fluid {
	width: 100%;
	padding-right: 1.3333rem;
	padding-left: 1.3333rem;
	margin-right: auto;
	margin-left: auto; 
}
@media (min-width: 576px) {
	.container {
		max-width: 540px; 
	} 
}
@media (min-width: 768px) {
	.container {
		max-width: 720px; 
	} 
}
	@media (min-width: 960px) {
	.container {
		max-width: 960px; 
	} 
}
@media (min-width: 1200px) {
	.container {
		max-width: 1000px; 
	} 
}

/* ============================
MAIN
============================ */
html {
	font-size: 12px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1667rem;
	font-weight: normal;
	line-height: 1.2;
	color: #222;
	background-color: #fefefe; 
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	outline: none;
	border: none; 
}

::-moz-selection {
	text-shadow: none;
	color: #fefefe;
	background: #222; 
}

::selection {
	text-shadow: none;
	color: #fefefe;
	background: #222; 
}

html {
	box-sizing: border-box; 
}

*,
*::before,
*::after {
	box-sizing: inherit; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block; 
}

audio,
canvas,
progress,
video {
	display: inline-block; 
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc; 
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle; 
}

/* ============================
TYPOGRAPHY
============================ */
a {
	text-decoration: none;
	color: #90694a; 
/*
	color: #18530B;
	color: #2B9614;
*/
	outline: none; 
}
a:hover, a:visited:hover,
a:active, a:visited:active,
a:focus a:visited:focus {
	text-decoration: underline;
	color: #90694a;  
/*
	color: #18530B;
	color: #2B9614;
*/
}
a:visited {
	text-decoration: none;
	color: #90694a;  
/*
	color: #18530B;
	color: #2B9614;
*/
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	margin-top: 0;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: #90694a; 
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
h1 a:visited:hover,h2 a:visited:hover,h3 a:visited:hover,h4 a:visited:hover,h5 a:visited:hover,h6 a:visited:hover,
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color: inherit; 
}

h1 {
	font-size: 2.5rem; 
}

h2 {
	font-size: 2rem; 
}

h3 {
	font-size: 1.6667rem; 
}

h4 {
	font-size: 1.5rem; 
}

h5 {
	font-size: 1.3333rem; 
}

h6 {
	font-size: 1.1667rem; 
}

.article-single h2 {
	font-size: 120%; 
}


.article-single h3 {
	font-size: 110%; 
}


.article-single h4 {
	font-size: 100%; 
}


.article-single h5 {
	font-size: 90%; 
}

.article-single h6 {
	font-size: 70%; 
}

p {
	margin-top: 0; 
}

blockquote {
	margin: 0;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 5px solid #90694a; 
}
blockquote p:last-child {
	margin-bottom: 0; 
}

ul {
	margin: 0 0 1.4em 0; 
}

ol {
	margin: 0 0 1.4em 0; 
}

b,
strong,
.strong {
	font-weight: bold; 
}

table {
	display: table;
	border-collapse: collapse; 
}

.main-area-content h1 {
	margin-top: 0;
	margin-bottom: 1.6667rem;
	font-size: 2rem; 
}

.section-title {
	margin-top: 0; 
}

.section-caption {
	margin-top: 0; 
}

.all-posts-count {
	display: block;
	margin-bottom: 10px;
	font-size: 1.3333rem;
	text-align: center;
	color: #808080; 
}

.main-page-content a {
	font-weight: bold; 
}

.main-page-content ul {
	margin: 1.3333rem 0;
	padding: 0;
	list-style: none; 
}
.main-page-content ul li {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2; 
}
.main-page-content ul li::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-right: 5px;
	border: 4px solid transparent;
	border-left-color: #90694a; 
}
.main-page-content ul li h1,
.main-page-content ul li h2,
.main-page-content ul li h3,
.main-page-content ul li h4,
.main-page-content ul li h5,
.main-page-content ul li h6,
.main-page-content ul li p {
	display: inline;
	margin: 0;
	vertical-align: middle; 
}
.main-page-content ul ul {
	margin: 5px 0;
	padding: 0; 
}
.main-page-content ul ul li {
	padding-left: 1.3333rem; 
}

.main-box {
	width: 100%;
	max-width: 85rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.6667rem;
	padding-right: 1.6667rem; 
}
@media screen and (max-width: 480px) {
	.main-box {
		padding-left: 10px;
		padding-right: 10px; 
	} 
}

.text-center {
	text-align: center; 
}

.text-white {
	color: #fefefe; 
}

.text-dark {
	color: #222; 
}
ul li a, ul li a:hover, ul li a:visited:hover, ul li a:visited {
	color: #90694a; 
}

/* ============================
Alignments
============================ */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/* ============================
BUTTONS
============================ */
.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	outline: none; 
}
.btn-small {
	padding: 4px 20px;
	font-size: 12px;
	text-align: center; 
}
.btn-orange {
	text-decoration: none;
	color: #fefefe;
	background: #ee972f;
	background: -moz-linear-gradient(to top, #ee972f 0%, #f26b23 100%);
	background: -webkit-linear-gradient(to top, #ee972f 0%, #f26b23 100%);
	background: linear-gradient(to bottom, #ee972f 0%, #f26b23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee972f', endColorstr='#f26b23',GradientType=0 );
	border: 1px solid #c6734a;
	border-radius: 4px; 
}
.btn-orange:hover, .btn-orange:visited:hover, .btn-orange:focus, .btn-orange:visited:focus {
	text-decoration: none;
	color: #fefefe;
	background: #f26b23;
	background: -moz-linear-gradient(to top, #f26b23 0%, #ee972f 50%, #f26b23 100%);
	background: -webkit-linear-gradient(to top, #f26b23 0%, #ee972f 50%, #f26b23 100%);
	background: linear-gradient(to bottom, #f26b23 0%, #ee972f 50%, #f26b23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26b23', endColorstr='#f26b23',GradientType=0 ); 
}
.btn-orange:active, .btn-orange:visited:active {
	text-decoration: none;
	color: #fefefe;
	background: #f26b23; 
}
.btn-orange:visited {
	text-decoration: none;
	color: #fefefe; 
}
.btn-gray {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: #222;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all 0.4s ease; 
}
.btn-gray:hover, .btn-gray:visited:hover, .btn-gray:focus, .btn-gray:visited:focus {
	text-decoration: none;
	color: #222;
	background: #eaeaea;
	border-color: #eaeaea; 
}
.btn-gray:active, .btn-gray:visited:active {
	text-decoration: none;
	color: #222;
	background: #bfbfbf;
	border-color: #bfbfbf; 
}
.btn-gray:visited {
	text-decoration: none;
	color: #222; 
}
.btn-rect {
	border-radius: 0; 
}
.btn-full {
	width: 100%;
}

/* Зелёная кнопка */
.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;
}
.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(to top, #76b347, #5e9e2e);
	background-image: -moz-linear-gradient(to top, #76b347, #5e9e2e);
	background-image: -ms-linear-gradient(to top, #76b347, #5e9e2e);
	background-image: -o-linear-gradient(to top, #76b347, #5e9e2e);
	background-image: linear-gradient(to 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;
}
.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(to top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(to top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(to top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(to top, #7fbf4d, #63a62f);
	background-image: linear-gradient(to 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: #fefefe;
	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: 140px;
}

/* Оранжевая кнопка */
button.cupid-orange {
	background-color: #ee972f;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee972f), color-stop(100%, #f26b23));
	background-image: -webkit-linear-gradient(to top, #ee972f, #f26b23);
	background-image: -moz-linear-gradient(to top, #ee972f, #f26b23);
	background-image: -ms-linear-gradient(to top, #ee972f, #f26b23);
	background-image: -o-linear-gradient(to top, #ee972f, #f26b23);
	background-image: linear-gradient(to top, #ee972f, #f26b23);
	border: 1px solid #c6734a;
	border-bottom: 1px solid #c6734a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 0 #c6734a;
	-moz-box-shadow: inset 0 1px 0 0 #c6734a;
	-ms-box-shadow: inset 0 1px 0 0 #c6734a;
	-o-box-shadow: inset 0 1px 0 0 #c6734a;
	box-shadow: inset 0 1px 0 0 #c6734a;
	color: #fefefe;
	font: 400 1.3333rem "Helvetica", "Arial", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 0 7px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #c6734a;
	width: 140px;
	font-family: arial;
	font-size:1.0833rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

button.cupid-orange:hover {
	background-color: #f26b23;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f26b23), color-stop(100%, #ee972f));
	background-image: -webkit-linear-gradient(to top, #f26b23, #ee972f);
	background-image: -moz-linear-gradient(to top, #f26b23, #ee972f);
	background-image: -ms-linear-gradient(to top, #f26b23, #ee972f);
	background-image: -o-linear-gradient(to top, #f26b23, #ee972f);
	background-image: linear-gradient(to top, #f26b23, #ee972f);
	-webkit-box-shadow: inset 0 1px 0 0 #ce973f;
	-moz-box-shadow: inset 0 1px 0 0 #ce973f;
	-ms-box-shadow: inset 0 1px 0 0 #ce973f;
	-o-box-shadow: inset 0 1px 0 0 #ce973f;
	box-shadow: inset 0 1px 0 0 #ce973f;
	cursor: pointer;
}
button.cupid-orange:active {
	border: 1px solid #d1840c;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #ca5711, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #ca5711, 0 1px 0 0 #eeeeee;
	-ms-box-shadow: inset 0 0 8px 4px #ca5711, 0 1px 0 0 #eeeeee;
	-o-box-shadow: inset 0 0 8px 4px #ca5711, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #ca5711, 0 1px 0 0 #eeeeee;
}


/* ============================
FORMS
============================ */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;
	outline: none; 
}
input[type="text"]::-webkit-input-placeholder, 
input[type="text"]::-moz-placeholder, 
input[type="text"]:-ms-input-placeholder, 
input[type="text"]:-moz-placeholder, 
input[type="text"]::placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="email"]::-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="url"]::-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="password"]::-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="search"]::-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]::placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="number"]::-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="range"]::-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]::placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="date"]::-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]::placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="month"]::-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]::placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="week"]::-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]::placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="time"]::-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="color"]::-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder,
textarea::placeholder {
	color: #ccc; 
}

textarea {
	min-height: 4.2rem; 
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	vertical-align: middle;
	outline: none;
	cursor: pointer; 
}

select {
	display: inline-block;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer; 
}

textarea {
	display: inline-block;
	width: 100%;
	resize: vertical;
	outline: none; 
}

label {
	cursor: pointer; 
}

form {
	position: relative; 
}

[disabled] {
	cursor: default; 
}

.form-full-width {
	width: 100%; 
}

.form-center {
	text-align: center; 
}

/* ============================
LAYOUT: HEADER
============================ */
.header {
	padding-top: 0.625em;
	padding-bottom: 0.625em; 
}
.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 10px; 
}
.header-breadcrumbs {
	display: block; 
}
.header-search {
	display: block;
	padding-right: 10px; 
}
.header-back {
	display: block; 
}
.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px; 
}
.header-settings {
	display: block;
	text-align: right; 
}
.header-logo {
	text-align: center;  
	margin-bottom: 0; 
	width: 100%; 
}
.logo a {
	position: relative;
	display: inline;
	width: 100%;
	font-family: 'AncientKyivNormal', sans-serif;
	font-size: 4.6rem;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #90694a;

	border-bottom: 1px solid transparent; 
}
.logo a:hover, .logo a:visited:hover, 
.logo a:focus, .logo a:visited:focus, 
.logo a:active,.logo a:visited:active {
	text-decoration: none;
	color: #90694a;

	border-bottom-color: #90694a; 
}
.logo a:visited {
	text-decoration: none;
	color: #90694a; 

}

.header-decor {
	display: block;
	width: 100%;
	height: 2rem;
	background: transparent url(../../../../../../../../../themes/azbyka/assets/images/decor.svg) 50% 50% no-repeat;
	background-size: contain; 
}
.header-login {
	font-size: 0.875em;
	margin-right: 10px;
	text-align: right; 
}
.header-subtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Verdana','Helvetica','Arial',sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	color: #696969;
}
.header-epigraph {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: .875em;
	text-align: center;
	color: maroon;
}

@media screen and (max-width: 960px) {
	.header-main {
		width: 100%; 
		display: block;
	} 
    .header-search {
		width: 100%;
		padding: 0; 
	}
    .logo {
		display: block;
	}
   .header-settings {
		float: right;
	}
}	
@media screen and (max-width: 480px) {
    .logo a {
		font-size: 42px;
	}
}

/* ============================
LAYOUT: NAV
============================ */
@media screen and (min-width: 959px) {
	ul.nav {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		font-size: 1.0833rem;
		list-style: none; 
	}
	ul.nav ul {
		list-style: none; 
		margin: 0;
		padding: 0;
	}
	ul.nav li {
		border: 1px solid transparent;
		border-radius: 3px; 
		color: #000;
	}
	ul.nav > li {
		display: inline-block;
		position: relative;
		cursor: default;
	}
	ul.nav > li:last-child {
		margin-right: 0;
	}
	.nav a:hover, 
	.nav a {
		display: block;
		padding: 2px 4px;
		white-space: nowrap;
		outline: none;
		text-decoration: none;
		color: inherit;
	}
	.nav li:hover,  .nav li:visited:hover, 
	.nav li:focus,	.nav li:visited:focus, 
	.nav li:active,	.nav li:visited:active {
		text-decoration: none;
		color: #fefefe;
		background: #4fd979;
		border-color: #999; 
		border-radius: 0px 0px 3px 3px; 
		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(to top, #76b347, #5e9e2e);
		background-image: -moz-linear-gradient(to top, #76b347, #5e9e2e);
		background-image: -ms-linear-gradient(to top, #76b347, #5e9e2e);
		background-image: -o-linear-gradient(to top, #76b347, #5e9e2e);
		background-image: linear-gradient(to top, #76b347, #5e9e2e);
	}
	ul.nav li ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 100%;
		background-color: #fefefe;
		z-index: 10;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		display: none;
	}
	ul.nav li:hover ul {
		display: block;
		border: 1px solid #999;
		border-radius: 2px; 
	}

	.nav i.fa[aria-hidden="true"] {
		display: none;
	}
}
@media screen and (max-width: 960px) {
/*
	.nav .sub-menu {
		display: block; 
	}
*/
	.nav {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.75rem;
		list-style: none; 
	}
	.nav li {
		line-height: 42px; 
		display: block; 
		color: #9D7B5F;
		background-color: #F8F4EB;	
		margin: 0;
		padding: 0;
	}
	.nav li > a {
		padding: 2px 4px;
		white-space: nowrap;
		text-decoration: none;
		background-color: transparent;
		border: 1px solid transparent;
	}
	.nav li:hover, 	.nav li:visited:hover, 
	.nav li:focus, 	.nav li:visited:focus, 
	.nav li:active,	.nav li:visited:active {
		text-decoration: none;
		background: #FEFEFE;
		color: #000000;
		line-height: 42px; 
	}
	  
	.nav i.fa {
		margin-right: 5px;
		padding: 0px;
		color: darkred;
		width: 20px;
		text-align: center;
	}
	.nav li:before {
		content: ' ';
		float: left;
		padding-right: 2rem;
		padding-left: 12px;
		color: darkred;
	}
	.nav > li > ul {
		text-decoration: none;
		background: #FEFEFE;
		padding: 0px;
		margin: 0;
	}
	.nav > li > ul > li {
		padding-left: 30px;
	}
	.nav > li.menu-item-has-children > a {
		font-weight:bold;
	}
/*
	.nav > li.menu-item-has-children > a {
		display: none;
	}
*/
}

/* ============================
LAYOUT: FOOTER
============================ */
footer.footer {
	align-items: center;
	margin: 10px;
	padding: 1.3333rem 1.6667rem;
	font-size: 12px;
	font-weight: normal;
	color: #90694a;
	background: #f8f4eb;
	border: 1px solid #e3c5ae;
	border-radius: 6px; 
}
.footer-info {
	width: 100%;
	margin-bottom: 10px;
	text-align: center; 
}
.footer-box {
	width: 100%; 
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center; 
}
.footer-copy {
	text-align: center; 
	margin: 0 auto;
	margin-bottom: 5px; 
}
.footer-copy p {
	margin-bottom: 5px; 
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.footer-nav > li {
	display: inline;
	padding-right: 5px;
	font-weight: bold; 
}
.footer-nav > li > a {
	display: inline;
	text-decoration: none;
	color: #90694a; 

}
.footer-nav > li > a:hover, .footer-nav > li > a:visited:hover, 
.footer-nav > li > a:focus, .footer-nav > li > a:visited:focus, 
.footer-nav > li > a:active, .footer-nav > li > a:visited:active {
	text-decoration: underline;
	color: #90694a; 

}
.footer-nav > li > a:visited {
	text-decoration: none;
	color: #90694a; 

}
.footer-btn {
	padding: 10px 20px;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: normal; 
}
@media screen and (max-width: 960px) {
	footer.footer {
		width: auto; 
	}
	.footer-info, .footer-box {
		width: 100%;
		text-align: center; 
	}
	.footer-info {
		margin-bottom: 10px; 
	} 
}
@media screen and (max-width: 480px) {
	.footer-btn {
		padding: 8px 16px;
		text-transform: uppercase;
		font-weight: normal; 
	} 
}

/* ============================
COMPONENT: ARTICLE
============================ */
.article {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px; 
}
.article-image {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px; 
}
.article-image img {
	display: inline-block;
	width: 105px;
	box-shadow: 8px 8px 6px -5px rgba(0, 0, 0, 0.5); 
}
.article-content {
	display: block;
	flex: 1; 
}
.article-categories {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
	list-style: none; 
}
.article-categories > li {
	display: inline;
	color: #000; 
}
.article-categories > li > a {
	display: inline;
	text-decoration: none;
	color: #90694a; 
}
.article-categories > li > a:hover, 
.article-categories > li > a:visited:hover, 
.article-categories > li > a:focus, 
.article-categories > li > a:visited:focus, 
.article-categories > li > a:active, 
.article-categories > li > a:visited:active {
	text-decoration: underline;
	color: #90694a; 
}
.article-categories > li > a:visited {
	text-decoration: none;
	color: #90694a; 

}
.article-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5rem;
	line-height: 1; 
}
.article-title a {
	text-decoration: none;
	color: #90694a; 

}
.article-title a:hover, .article-title a:visited:hover, 
.article-title a:focus, .article-title a:visited:focus, 
.article-title a:active, .article-title a:visited:active {
	text-decoration: underline;
	color: #90694a; 

}
.article-title a:visited {
	text-decoration: none;
	color: #90694a; 

}
.article-excerpt {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3333rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	color: #000; 
}
.article-excerpt p {
	margin-bottom: 0; 
}
.article-footer {
	width: 100%;
	margin-top: 10px;
	padding: 0;
	background: #f8f4eb;
	border-top: 1px solid #e3c5ae;
	border-bottom: 1px solid #e3c5ae;
	border-radius: 6px; 
}
.article-bar {
	margin: 0;
	padding: 0;
	font-size: 1.1667rem;
	font-weight: normal;
	list-style: none; 
}
.article-bar::before, .article-bar::after {
	content: '';
	display: table;
	clear: both; 
}
.article-bar > li {
	float: right;
	padding: 4px 12px;
	color: #90694a; 
}
.article-bar > li > a {
	text-decoration: none;
	color: #90694a; 

}
.article-bar > li > a:hover, .article-bar > li > a:visited:hover, 
.article-bar > li > a:focus, .article-bar > li > a:visited:focus, 
.article-bar > li > a:active, .article-bar > li > a:visited:active {
	text-decoration: underline;
	color: #90694a; 

}
.article-bar > li > a:visited {
	text-decoration: none;
	color: #90694a; 

}
.article-bar > li.left {
	float: left; 
}
.article-bar-has-menu {
	position: relative; 
}
.article-bar-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	display: none;
	width: 125px;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	border: 1px solid #d3d3d3;
	list-style: none; 
}
.article-bar-submenu > li {
	display: block;
	border-bottom: 1px solid #d3d3d3; 
}
.article-bar-submenu > li:last-child {
	border-bottom: none; 
}
.article-bar-submenu > li > a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #90694a; 

}
.article-bar-submenu > li > a:hover, .article-bar-submenu > li > a:visited:hover, 
.article-bar-submenu > li > a:focus, .article-bar-submenu > li > a:visited:focus, 
.article-bar-submenu > li > a:active, .article-bar-submenu > li > a:visited:active {
	text-decoration: underline;
	color: #90694a;

	background: #fefefe; 
}
.article-bar-submenu > li > a:visited {
	text-decoration: none;
	color: #90694a; 

}
.article-single {
	display: block; 
}
.article-single-header {
	position: relative;
	display: flex; 
}
.article-single-image {
	margin-top: 0;
	margin-right: 1.3333rem;
	margin-bottom: 10px; 
}
.article-single-image img {
	display: inline-block;
	width: 105px;
	box-shadow: 8px 8px 6px -5px rgba(0, 0, 0, 0.5); 
}
.article-single-info {
	position: relative;
	flex: 1; 
}
.article-single-header h1 {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	color: #90694a; 
}
.article-rating {
	display: block;
	margin-bottom: 10px; 
}
.article-single-content {
	display: block;
	margin-top: 20px;
	font-size: 1.3333rem;
	font-weight: normal;
	text-align: left;
	line-height: 1.4; 
}
.article-single-share {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px; 
}
@media screen and (max-width: 960px) {
	.article-excerpt,
	.article-single-content {
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
.article-image {
width: 100%;
margin-bottom: 15px;
text-align: center; 
}
.article-bar > li {
padding: 4px 8px; 
} 
}
@media screen and (max-width: 450px) {
	.article-bar {
		font-size: 12px; 
	}
	.article-single-header {
		flex-wrap: wrap; 
	}
	.article-single-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center; }
	.article-single-info {
		width: 100%; 
	} 
}

/* ============================
COMPONENT: BACK BUTTON
============================ */
.back-button {
	display: inline-block;
	font-size: 45px;
	text-decoration: none;
	color: #d3d3d3;
	transition: all 0.4s ease; 
}
.back-button:hover, .back-button:visited:hover, 
.back-button:focus, .back-button:visited:focus, 
.back-button:active, .back-button:visited:active {
	text-decoration: none;
	color: #800000; 
}
.back-button:visited {
	text-decoration: none;
	color: #d3d3d3; 
}

/* ============================
COMPONENT: SEARCH FORM
============================ */
.search-form {
	position: relative;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto; 
}
.search-form-field {
	display: inline-block;
	width: 100%;
	height: 2.7rem;
	padding: 5px 10px;
	padding-right: 30px;
	font-size: 1.5rem;
	line-height: 2rem;
	background: #fefefe;
	border: 1px solid #d3d3d3;
	border-radius: 6px; 
}
.search-form-button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 2.7rem;
	border: 1px solid transparent;
	background: transparent url(../../../../../../../../../themes/azbyka/assets/images/icons/search.svg) 45% 50% no-repeat;
	background-size: 1.1667rem; 
}
@media screen and (max-width: 960px) {
	.search-form-button,
	.search-form-field {
		 height: 3rem;
	}
}

/* ============================
COMPONENT: TOP PANEL
============================ */
.top-panel {
	display: block;
	margin-bottom: 5px;
	background: #fefefe;
	border-bottom: 1px solid #d3d3d3; 
}

/* ============================
COMPONENT: WIDGET
============================ */
.widget {
margin-bottom: 20px; 
}
.widget-title {
margin-bottom: 5px;
font-size: 1.5rem;
font-weight: normal;
line-height: 1.2;
color: #90694a; 
}
.widget-item {
	display: block;
	margin: 0;
	padding: 8px;
	background: #fdfcf6;
	border-radius: 6px; 
}
.widget-inner {
	display: block;
	padding: 5px;
	background: #f8f4eb;
	border: 1px solid #fefefe; 
}
.widget-inner-in-menu {
	margin-top: 10px; 
}

.widgets-sidebar {
	margin-bottom: 20px; 
}

.widgets-area .widget:last-child {
	margin-bottom: 0; 
}

.widget-item .bg-az-top-posts li a {
	color: #90694a;
}
/* ============================
COMPONENT: MOST POPULAR
============================ */
.wpp-list {
	margin: 0;
	padding: 0;
	font-size: 1.1667rem;
	list-style: none; 
}
.wpp-list > li {
	position: relative;
	padding: 5px;
	text-decoration: none;
	line-height: 1.2;
	color: #999;
	transition: all 0.4s ease; 
}
.wpp-list > li .count {
	font-size: 1.1667rem;
	font-weight: normal; 
}
.wpp-list > li:hover {
	background: #fefefe; 
}
.wpp-list > li:hover .count {
	color: #e88f57; 
}
.wpp-list > li::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	vertical-align: middle;
	background: #90694a;
	border: none;
	border-radius: 50%; 
}
.wpp-list li a {
	vertical-align: middle;
	text-decoration: none;
	color: #000; 

}
.wpp-list li a:hover, .wpp-list li a:visited:hover, 
.wpp-list li a:focus, .wpp-list li a:visited:focus, 
.wpp-list li a:active, .wpp-list li a:visited:active {
	text-decoration: underline;
	color: #90694a; 

}
.wpp-list li a:visited {
	text-decoration: none;
	color: #000; 

}
.wpp-list-clear {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.1667rem;
	font-weight: bold;
	text-align: center; 
}
.wpp-list-forum-btn {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center; 
}

/* ============================
COMPONENT: LAST COMMENTS
============================ */
.last-comments {
	overflow: hidden; 
}
.last-comments-item {
	margin: 0;
	padding: 5px;
	font-size: 1.25rem;
	line-height: 1.2;
	transition: all 0.4s ease; 
}
.last-comments-item:hover {
	background: #fefefe; 
}
.last-comments-item:last-child {
	margin-bottom: 0; 
}
.last-comments-author {
	font-weight: bold; 
}
.last-comments-text a {
	text-decoration: none;
	color: #90694a; 

}
.last-comments-text:hover, .last-comments-text:visited:hover, 
.last-comments-text:focus, .last-comments-text:visited:focus, 
.last-comments-text:active, .last-comments-text:visited:active {
	text-decoration: underline;
	color: #90694a; 

}
.last-comments-text:visited {
	text-decoration: none;
	color: #90694a; 

}

/* ============================
COMPONENT: SUBSCRIBE
============================ */
.subscribe {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #d3d3d3; 
}
.subscribe-caption {
	margin-bottom: 10px;
	font-size: 1.25rem; 
}
.subscribe-field {
	width: 80%;
	margin-bottom: 5px;
	padding: 5px; 
}
.subscribe-submit {
	width: 80%;
	padding: 5px 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	color: #222;
	background: #ccc;
	border: 1px solid #ccc;
	transition: all 0.4s ease; 
}
.subscribe-submit:hover, .subscribe-submit:visited:hover, 
.subscribe-submit:focus, .subscribe-submit:visited:focus {
	text-decoration: none;
	color: #222;
	background: #dad8d8; 
}
.subscribe-submit:active, .subscribe-submit:visited:active {
	text-decoration: none;
	color: #222;
	background: #b9b9b9;
	border-color: #b9b9b9; 
}
.subscribe-submit:visited {
	text-decoration: none;
	color: #222; 
}

/* ============================
COMPONENT: LEFT NAV
============================ */
/*
.sub-menu,
.sub-menu-closed {
	display: none; 
}
*/

#left-navigation>li>ul {
	display: none; 
}

.left-nav {
	margin: 0;
	padding: 0;
	border: 1px solid #fefefe;
	list-style: none; 
}
.left-nav > li {
	display: block;
	font-size: 1.1667rem;
	font-weight: bold;
	color: #000; 
}
.left-nav > li > a {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000;

	border-bottom: 1px solid #fefefe;
	background: #f8f4eb;
	transition: all 0.4s ease; 
}
.left-nav > li > a:hover, .left-nav > li > a:visited:hover, 
.left-nav > li > a:focus, .left-nav > li > a:visited:focus, 
.left-nav > li > a:active, .left-nav > li > a:visited:active {
	text-decoration: none;
	color: #90694a; 

	background-color: #fefefe; 
}
.left-nav > li > a:visited {
	text-decoration: none;
	color: #000; 

}
.left-nav > li:last-child > a {
	border-bottom: none; 
}
.left-nav > li:last-child > ul.sub-menu {
	border-bottom: none; 
}
.left-nav > li.menu-item-has-children > a {
	position: relative; 
}
.left-nav > li.menu-item-has-children > a::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #90694a; 
}
.left-nav > li > ul.sub-menu {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fefefe;
	list-style: none; 
}
.left-nav > li > ul.sub-menu > li {
	display: block;
	font-size: 1.1667rem;
	font-weight: normal;
	color: #000; 
}
.left-nav > li > ul.sub-menu > li > a {
	display: block;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
	text-decoration: none;
	color: #000;

	background: #edecec;
	transition: all 0.4s ease; 
}
.left-nav > li > ul.sub-menu > li > a:hover, .left-nav > li > ul.sub-menu > li > a:visited:hover, 
.left-nav > li > ul.sub-menu > li > a:focus, .left-nav > li > ul.sub-menu > li > a:visited:focus, 
.left-nav > li > ul.sub-menu > li > a:active, .left-nav > li > ul.sub-menu > li > a:visited:active {
	text-decoration: none;
	color: #90694a;

	background-color: #fefefe; 
}
.left-nav > li > ul.sub-menu > li > a:visited {
	text-decoration: none;
	color: #000; 

}
.left-nav > li > ul.sub-menu > li a {
position: relative; 
}
.left-nav > li > ul.sub-menu > li a::before {
	content: '';
	position: relative;
	top: -1px;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	vertical-align: middle;
	background: #90694a;
	border: none;
	border-radius: 50%; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li {
	display: block;
	font-size: 1.1667rem;
	font-weight: normal;
	color: #000; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000;

	background: #e7e6e6;
	transition: all 0.4s ease; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a::before {
	width: 3px;
	height: 3px; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover, .left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:visited:hover, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:focus, .left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:visited:focus, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:active, .left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:visited:active {
	text-decoration: none;
	color: #90694a;

	background-color: #fefefe; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:visited {
	text-decoration: none;
	color: #000; 

}
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li {
	display: block;
	font-size: 1.1667rem;
	font-weight: normal; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a {
	display: block;
	padding-top: 3px;
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000;

	background: #edecec;
	transition: all 0.4s ease; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:hover, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:visited:hover, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:focus, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:visited:focus, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:active, 
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:visited:active {
	text-decoration: none;
	color: #90694a;

	background-color: #fefefe; 
}
.left-nav > li > ul.sub-menu > li > ul.sub-menu ul.sub-menu > li > a:visited {
	text-decoration: none;
	color: #000; 

}
@media screen and (max-width: 960px) {
	.left-nav > li {
		font-size: 1.3333rem; 
	} 
}

/* ============================
COMPONENT: TAGS CLOUD
============================ */
.tags-cloud {
	padding: 5px; 
}
.tags-cloud a {
	text-decoration: none;
	color: #90694a; 
}
.tags-cloud a:hover, .tags-cloud a:visited:hover, .tags-cloud a:focus, .tags-cloud a:visited:focus, .tags-cloud a:active, .tags-cloud a:visited:active {
	text-decoration: underline;
	color: #90694a; 
}
.tags-cloud a:visited {
	text-decoration: none;
	color: #90694a; 

}

/* ============================
COMPONENT: SCROLL TOP
============================ */
.scroll-top {
	position: fixed;
	right: 1.6667rem;
	bottom: 1.6667rem;
	display: block;
	display: none;
	width: 4.5rem;
	height: 4.5rem;
	background: transparent url(../../../../../../../../../themes/azbyka/assets/images/uparrow.png) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0.4;
	border: none;
	transition: all 0.4s ease; 
}
.scroll-top:hover, .scroll-top:focus {
	opacity: 1; 
}

/* ============================
COMPONENT: RELATED POSTS
============================ */
.related-posts {
	margin-bottom: 0px; 
}
.related-posts-item {
	display: block;
	margin: 0 -8px 1.4em;
	line-height: 1.2; 
}
.related-posts-item a {
	text-decoration: none;
	color: #90694a; 

}
.related-posts-item a:hover, 
.related-posts-item a:visited:hover, 
.related-posts-item a:focus, 
.related-posts-item a:visited:focus, 
.related-posts-item a:active, 
.related-posts-item a:visited:active {
	text-decoration: underline;
	color: #90694a; 
}
.related-posts-item a:visited {
	text-decoration: none;
	color: #90694a; 

}
.related-posts-title {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.6667rem;
	font-weight: 700;
	color: #444;
	border-bottom: 1px dotted #ccc; 
}
.related-posts-list {
	position: relative;
	margin: 0 0 1.4em; 
	padding: 0 33px;
	list-style: none;
	counter-reset: num; 
}

/* ============================
COMPONENT: COMMENTS
============================ */
.comments {
	margin-top: 1.6667rem;
	margin-bottom: 1.6667rem; 
}
.comments-heading {
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	color: #90694a; 
}
.comments-list {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.comments-list ul,
.comments-list ol {
	margin: 0;
	margin-left: 35px;
	padding: 0;
	list-style: none; 
}
.comments-go-form {
	float: right;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.7;
	text-transform: lowercase;
	text-decoration: none;
	color: #ccc; 
}
.comments-go-form:hover, 
.comments-go-form:visited:hover, 
.comments-go-form:focus, 
.comments-go-form:visited:focus, 
.comments-go-form:active, 
.comments-go-form:visited:active {
	text-decoration: underline;
	color: #ccc; 
}
.comments-go-form:visited {
	text-decoration: none;
	color: #ccc; 
}
.comments-navigation {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px; 
}
.comments-navigation::before, 
.comments-navigation::after {
	content: '';
	display: table;
	clear: both; 
}
.comments-navigation-prev {
	float: left; 
}
.comments-navigation-next {
	float: right; 
}
.comments-send {
	display: block;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
	color: #90694a; 
}
.comments-send-gravatar {
	position: relative;
	float: right;
	padding-left: 20px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.7;
	text-transform: lowercase;
	text-decoration: none;
	color: #ccc; 
}
.comments-send-gravatar::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 1.3333rem;
	height: 1.3333rem;
	background: url(../../../../../../../../../themes/azbyka/assets/images/icons/icon-gravatar.png) 50% 50% no-repeat;
	background-size: contain; 
}
.comments-send-gravatar:hover, 
.comments-send-gravatar:visited:hover, 
.comments-send-gravatar:focus, 
.comments-send-gravatar:visited:focus, 
.comments-send-gravatar:active, 
.comments-send-gravatar:visited:active {
	text-decoration: underline;
	color: #ccc; 
}
.comments-send-gravatar:visited {
	text-decoration: none;
	color: #ccc; 
}
.comments-send-text {
	font-size: 1.5rem;
	font-weight: normal; 
}
.comments-area {
	margin-top: 20px;
	margin-bottom: 20px; 
}

.comment {
	padding-top: 10px;
	border-top: 1px dashed #ccc; 
}
.comment-content {
	padding-bottom: 10px; 
}
.comment-info {
	margin-bottom: 5px; 
}
.comment-author {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3333rem;
	font-weight: bold;
	color: #000; 
}
.comment-date {
font-size: 12px;
	font-weight: normal; 
}
.comment-message {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1667rem; 
}
.comment-respond {
	margin-bottom: 15px; 
}
.comment-reply-link {
	text-decoration: none;
	color: #90694a; 
}
.comment-reply-link:hover, 
.comment-reply-link:visited:hover, 
.comment-reply-link:focus, 
.comment-reply-link:visited:focus, 
.comment-reply-link:active, 
.comment-reply-link:visited:active {
	text-decoration: underline;
	color: #90694a; 
}
.comment-reply-link:visited {
	text-decoration: none;
	color: #90694a; 

}
.comment-input-item {
	display: block;
	max-width: 320px;
	padding: 3px;
	font-size: 12px;
	text-align: right;
	color: #90694a;
	background: #f8f4eb;
	border-top: 1px solid #e3c5ae;
	border-bottom: 1px solid #e3c5ae;
	border-radius: 6px; 
}
.comment-input-item label {
	display: inline;
	font-weight: bold; 
}
.comment-field {
	width: 200px;
	padding: 5px;
	margin-left: 5px;
	background: #fefefe;
	border: 1px solid #fefefe; 
}
.comment-form-main {
	margin-top: 15px;
	margin-bottom: 15px; 
}
.comment-reply-title {
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1667rem;
	font-weight: 700;
	color: #616161; 
}
.comment-notes {
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #616161; 
}
.comment-form-comment {
	margin-bottom: 5px; 
}
.comment-form-comment label {
	display: block;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1667rem;
	font-weight: bold;
	color: #90694a; 
}
.comment-main-box {
	display: block;
	border: 2px solid #DFDFDF; 
}
.comment-main-box textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: none; 
}

.form-submit {
	margin: 0; 
}

.form-submit .submit {
	padding: 8px 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1667rem;
	text-decoration: none;
	color: #222;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all 0.4s ease; 
}
.form-submit .submit:hover, 
.form-submit .submit:visited:hover, 
.form-submit .submit:focus, 
.form-submit .submit:visited:focus {
	text-decoration: none;
	color: #222;
	background: #eaeaea;
	border-color: #eaeaea; 
}
.form-submit .submit:active, 
.form-submit .submit:visited:active {
	text-decoration: none;
	color: #222;
	background: #bfbfbf;
	border-color: #bfbfbf; 
}
.form-submit .submit:visited {
	text-decoration: none;
	color: #222; 
}

#cancel-comment-reply-link {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 1.1667rem; 
}
#cancel-comment-reply-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../../../../../../../../themes/azbyka/assets/images/icons/icon-cross.png) 50% 50% no-repeat;
	background-size: contain; 
}

.akismet_comment_form_privacy_notice {
	display: none; 
}

/* ============================
COMPONENT: PAGINATION
============================ */
.wp-pagenavi {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	text-align: center; 
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 2px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #90694a;
	background: #f8f4eb;
	border: 1px solid #e3c5ae;
	border-radius: 3px; 
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #90694a; 
}

.wp-pagenavi span.current {
	font-weight: bold; 
}

/* ============================
COMPONENT: BREADCRUMBS
============================ */
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.breadcrumbs > li {
	position: relative;
	display: inline;
	font-size: 12px; 
}
.breadcrumbs > li::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #90694a; 
}
.breadcrumbs > li:last-child::after {
	display: none; 
}
.breadcrumbs > li > a {
	display: inline;
	padding-right: 5px; 
}

/* ============================
COMPONENT: SETTINGS
============================ */
.settings {
	display:flex;
	position: relative;
	margin-right: 10px;
	line-height:30px;
}
.settings-mask {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	display: none; 
	opacity: 0.5; 
	z-index: 98; 
	background: #fefefe;
}
.settings-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
}
.settings-button svg{
	width: 100%;
	height: 100%;
	background-color: white;
	fill: #B69C88;
	color: #B69C88;
	cursor: pointer;
}
.settings-button:hover {
	opacity: 0.6; 
}
.settings-box {
	position: fixed;
	left: calc(50vw - 125px);
	top: 190px;
	font-size: 14px;
	line-height:16px;
	z-index: 100;
	display: block;
	display: none;
	width: 350px;
	height: auto;
	padding: 10px;
	text-align: left;
	background: #f8f4eb;
	border: 8px solid #fdfcf6;
	border-radius: 6px;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
	cursor: pointer;
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */}
.settings-item {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px; 
}
.settings-caption {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
	font-weight: normal; 
	width: 105px;
}
.settings-color-box {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: middle;
	background: #000; 
	border: 1px solid #000; 
	border-radius: 6px;
}
}
.settings-text {
	margin-right: 5px; 
}
.settings-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: transparent;
	opacity: 0.3;
transition: all 0.4s ease; 
}
.settings-close:hover {
	opacity: 1; 
}
.settings-close:before, .settings-close:after {
	content: ' ';
	position: absolute;
	left: 10px;
	width: 2px;
	height: 20px;
	background-color: #222; 
}
.settings-close:before {
	transform: rotate(45deg); 
}
.settings-close:after {
	transform: rotate(-45deg); 
}
.settings-reset {
	display: inline-block;
	background: url(../../../../../../../../../themes/azbyka/assets/images/delete.png) no-repeat; 
	padding-left: 1.2em;
	background-size: 1em; 
	margin-top: 5px;
	font-weight: bold; 
	float: right;
}
.selectedBox {
	border: 3px solid darkred;
	width: 36px;
	height: 36px;
}
.selectedLink {
	color: darkred;
	font-weight: bold;
	text-decoration: none; 
}
.letter-size {
	display: inline-block;
	color: darkred;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
	height: 36px;
	line-height: 30px;
	width: 36px;
	font-size: 1.3333rem;
	border: 3px solid transparent;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
/* Кнопки изменения размера шрифта */
.letter-button {
	display: inline-block;
	color: #f8f8f8;
	background-color: #90694a;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	width: 36px;
	font-size: 18px;
	border-radius: 6px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.main-nav-list span.selected-button,
.letter-button {
	background-color: #90694a;
	color: #f8f8f8;
}
.letter-button {
	position: relative;
	top: 0;
	left: 0;
}

.letter-button:active {
	box-shadow: 1px 1px #f8f8f8, 2px 2px #90694a;
	top: 2px;
	left: 2px;
}
a.letter-button,
a.letter-button:focus,
a.letter-button:hover,
a.letter-button:visited {
	color: #f8f8f8;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	.settings-box {
		top: 42px;
		left: calc(100vw - 351px);
	}
	#settings-full,
	.settings-close {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.settings-box {
		top: 42px;
		left: 0px;
		width: 100%;
	}
}
/* ============================
COMPONENT: SITE
============================ */
.az-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 2px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	outline: none; 
}
.az-icon-audio {
	background-image: url(../../../../../../../../../themes/azbyka/assets/images/icons/audio.svg); 
}
.az-icon-video {
	background-image: url(../../../../../../../../../themes/azbyka/assets/images/icons/video.svg); 
}
.az-icon-rss {
	background-image: url(../../../../../../../../../themes/azbyka/assets/images/icons/rss.svg); 
}

.pdf,
a[href$=".pdf"] {
padding-left: 20px;
background: url(../../../../../../../../../themes/azbyka/assets/images/icons/pdf.svg) no-repeat;
background-size: contain; 
}

.djvu,
a[href$=".djvu"] {
	padding-left: 20px;
	background: url(../../../../../../../../../themes/azbyka/assets/images/icons/djvu.svg) no-repeat;
	background-size: contain; 
}

.bg_forreaders .extButton {
	margin: 0px 6px 0px 0px;
	padding: 0px 95px 53px 0px;
	background: url(../../../../../../../../../themes/azbyka/assets/images/icons/extension.png) no-repeat 50% 50%;
	background-size: contain; 
}

.orphus-box {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px; 
}

.h3 {
	margin-left: 40px; 
}

.h4 {
	margin-left: 80px; 
}

.h5 {
	margin-left: 120px; 
}

.h55 {
	margin-left: 160px; 
}

.h555 {
	margin-left: 200px; 
}

.greek_font {
	font-family: "Palatino Linotype","Old Standard TT","Theano Didot","DejaVu Serif","Tahoma";
	font-size: 1.6667rem; 
}

.synopsis {
	font-size: 1.0833rem;
	vertical-align: top;
	text-align: left;
	padding: 2px 4px; 
}

.synopsind {
	font-size: 0.8333rem;
	vertical-align: top;
	text-align: left;
	color: navy;
	position: relative;
	bottom: 0.2rem; 
}

.SVD {
	text-align: left;
	font-size: 1.6667rem;
	border-right: 0px solid red;
	width: 100%; 
}

.synRaskr {
	vertical-align: bottom;
	padding-right: 4px;
	border-left: 0px;
	font-size: 1.0833rem;
	font-family: Times;
	font-weight: bold;
	color: brown;
	border-color: black;
	cursor: pointer; 
}

.kuplet {
	font-size: 1.0833rem;
	text-align: left;
	margin: 3px 0 3px 9em;
	text-indent: 0; 
}

.kupletS {
	font-size: 1.0833rem;
	text-align: left;
	margin: 0 0 3px 5em;
	text-indent: 0; 
}

.KupletPod {
	font-size: 1.0833rem;
	text-align: left;
	margin: 0 0 6px 10em;
	font-style: italic;
	text-indent: 0; 
}

.podpisR {
	margin: 4px 0 12px 0;
	text-indent: 0;
	text-align: right;
	font-size: 1.0833rem;
	font-style: italic; 
}

.podpis {
	margin: 4px 0 3px 0;
	text-indent: 0;
	text-align: left;
	font-size: 1.0833rem;
	font-style: italic; 
}

.predis {
	margin: 0 10px 0 10px;
	font-size: 1.0833rem; 
}

.oglav {
	text-align: left; 
}

.vd {
	font-size: 1rem;
	margin: 30px 30px 3px 30px; 
}

.vd:before {
	content: "Источник: ";
	font-weight: bold;
	font-style: italic; 
}

p.vd > a.ext {
	font-size: 1rem; 
}

.format_notes {
	padding: 10px 0px 0px 60px;
	display: block;
	margin-top: 25px;
	width: 80%; 
}

/* ============================
SECTIONS
============================ */
.section--default {
	padding-top: 1.2em;
	padding-bottom: 1.2em; 
}

.section--small {
	padding-top: 1em;
	padding-bottom: 1em; 
}

.section--medium {
	padding-top: 2em;
	padding-bottom: 2em; 
}

.section--large {
	padding-top: 3em;
	padding-bottom: 3em; 
}

.section--white {
	background: #fefefe; 
}

/* ============================
SECTION: MAIN AREA
============================ */
.main-area {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0.8333rem;
	background: #fefefe; 
}
.main-area-sidebar {
	width: 24rem;
}
.main-area-content {
	width: calc(100% - 24rem);
	padding-left: 2rem; 
}
.main-area-full {
	width: 100%;
}
@media screen and (max-width: 960px) {
	.main-area-sidebar {
		width: 100%;
		margin-bottom: 15px; 
	}
	.main-area-content {
		width: 100%;
		padding-left: 0; 
	} 
}
@media screen and (max-width: 480px) {
	.main-area {
		padding-left: 10px;
		padding-right: 10px; 
	} 
}

/* ============================
SECTION: NO RESULTS
============================ */
.no-results-title {
	font-size: 1.6667rem;
	color: #222; 
}

.no-results-caption {
	font-size: 1.1667rem;
	font-weight: normal; 
}

.no-results-form {
	padding: 10px;
	margin-bottom: 20px;
	background: #90694a; 
}
.retypos-banner {
	margin: 10px 25px;
}


/*** НАЧАЛО: меню мобильной версии сайта ***/  
/* ============================
SECTION: MOBILE MENU
============================ */
div.main-nav-list {
	text-align: center;
	align-items: center;
	background: #F8F4EB;	/*добавляем фон к пункту меню (заменив этот параметр, вы поменяете цвет всех пунктов меню)*/
	color: darkred;		/*меняем цвет ссылок*/
	margin: 0 auto;
	width: 100%;
	min-width: 310px;
	border-bottom: 2px solid #fefefe;
	z-index: 9999;
}

.main-nav-list ul {
	list-style: none; 	/*убираем маркеры списка*/
	margin: 0px auto; 	/*убираем отступы*/
	padding: 0px;			/*убираем отступы*/
	height: 42px;			/*задаем высоту*/
	width: 100%;
	display: table;
}

.main-nav-list ul > li {
	float:left; 		/*Размещаем список горизонтально для реализации меню*/
	border-right: 1px solid #fefefe; /*добавляем бордюр справа*/
	display: table-cell;
	text-align: center;
	width: calc(100% / 6);
}

.main-nav-list span {
	display: block;		/*оформляем как блок*/
	text-decoration: none;/*убираем подчеркивание текста ссылок*/
	background: #F8F4EB;	/*добавляем фон к пункту меню (заменив этот параметр, вы поменяете цвет всех пунктов меню)*/
	color: darkred;		/*меняем цвет ссылок*/
	padding: 0px 5px;		/*добавляем отступ*/
	font-family: arial;	/*меняем шрифт*/
	font-size: 24px;		/*размер шрифта*/
	line-height: 42px; 	/*ровняем меню по вертикали*/
	-moz-transition: all 0.3s 0.01s ease; /*делаем плавный переход*/
	-o-transition: all 0.3s 0.01s ease;
	-webkit-transition: all 0.3s 0.01s ease;
	cursor: pointer;
}

.fixed_on_top {
	position: fixed;
	right: 0; top: 0;
	width: 100% !important;
	z-index: 9999;
}

@media screen and (min-width: 959px) {
	.main-nav-list ul{
		display: none;
	}
}
@media screen and (max-width: 960px) {
	div.header-back,
	nav.top-panel, 
	div.header-breadcrumbs,
	div.header-search, 
	button.settings-button,
	footer.footer,
	div#widgets-sidebar,
	div#widgets-sidebar2,
	div.widget-navi {
		display: none;
	}
}
*/*** КОНЕЦ: меню мобильной версии сайта ***/


/* ============================
PLUGINS
============================ */
.wppb-form-field ul li::before,
.anycomment-socials ul li::before {
	border: 0;
}
.wppb-user-forms {
	margin-bottom: 20px;
}