/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    overflow-x: hidden!important;
}

@charset "UTF-8";
@font-face {
    font-family: "AncientKyivNormal";
    src: url('../fonts/AncientKyivNormal.woff2') format('woff2'), url('../fonts/AncientKyivNormal.woff') format('woff'), url("../fonts/AncientKyivNormal.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-my';
    src: url('../fonts/subset-Georgia-Bold.eot');
    src: url('../fonts/subset-Georgia-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-Georgia-Bold.woff2') format('woff2'), url('../fonts/subset-Georgia-Bold.woff') format('woff'), url('../fonts/subset-Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-my';
    src: url('../fonts/subset-Georgia.eot');
    src: url('../fonts/subset-Georgia.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-Georgia.woff2') format('woff2'), url('../fonts/subset-Georgia.woff') format('woff'), url('../fonts/subset-Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a,
button {
    cursor: pointer
}

script,
noscript,
.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-base-size: 15px;
    box-sizing: border-box;
    font-size: 15px;
    font-size: var(--font-base-size);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    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;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    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;
}

@media (min-width: 921px) {
    html {
        font-size: 12px;
        font-size: calc(var(--font-base-size) - 3px);
    }
}


/* ============================
TYPOGRAPHY
============================ */

a {
    text-decoration: none;
    color: #6b4f38;
    /*
	color: #18530B;
	color: #2B9614;
*/
    outline: none;
	text-underline-offset: 2px;
}

@media(hover) {
    a:hover,
    a:visited:hover,
    a:active,
    a:visited:active,
    a:focus a:visited:focus {
        text-decoration: underline;
        color: #6b4f38;
        /*
		color: #18530B;
		color: #2B9614;
	*/
    }
}

a:visited {
    text-decoration: none;
    color: #6b4f38;
    /*
	color: #18530B;
	color: #2B9614;
*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-title {
    margin-bottom: 0.5rem;
    margin-top: 0;
    clear: both;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    color: #6b4f38;
}

h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}

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 #6b4f38;
}

blockquote p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0 0 1.4em 0;
    padding: 0 0 0 1.3em;
}

ol {
    margin: 0 0 1.4em 0;
}

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

table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #ccc;
    padding: 2px 4px;
}

@media screen and (max-width:661px) {
    /* mobile tables */
    table {
        width: 100%;
        display: block;
        border: 0;
        overflow-x: auto;
    }
    table tbody {
        display: table;
        border-collapse: collapse;
    }
    /*
	table th:first-of-type, table td:first-of-type, table .narrow{
		min-width:unset;
	}
	*/
    table.narrow-mobile-columns th,
    table.narrow-mobile-columns td {
        min-width: unset;
    }
}

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

.main-area-content p {
    display: block;
}

.main-area-content ul,
.main-area-content table,
.main-area-content p {
    content-visibility: auto;
}

.scrolled .main-area-content ul,
.scrolled .main-area-content table,
.scrolled .main-area-content p {
    content-visibility: visible;
}

.main-area-content figure {
    max-width: 100%;
}

.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 .wsp-container .wsp-category-title a {
    font-weight: bold;
}

.main-page-content .wsp-container a,
.main-page-content li a.bg_hlnames {
    font-weight: normal;
}

.main-page-content>ul {
    margin: 1.3333rem 0;
}

.main-page-content ul {
    padding-left: 1.1em;
}

.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: #6b4f38;
}*/

.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: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 481px) {
    .main-box {
        padding-left: 1.6667rem;
        padding-right: 1.6667rem;
    }
}

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

.small {
    font-size: 12px!important
}

.text-white {
    color: #fefefe;
}

.text-dark {
    color: #222;
}

ul li a,
ul li a:hover,
ul li a:visited:hover,
ul li a:visited,
.article-single-content ul li a.fa,
.article-single-content ul li a.fa:hover,
.article-single-content ul li a.fa:visited:hover,
.article-single-content ul li a.fa:visited {
    color: #6b4f38;
}

.bg_bpub_toc {
    font-size: 1.5rem;
    color: maroon;
}

.bg_bpub_toc summary {
    display: block;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #AFAFAF;
    padding: 0 5px 1px;
    border-radius: 5px;
    cursor: pointer;
}

.bg_bpub_toc summary:after {
    font-family: FontAwesome;
    content: ' \f0d7';
    margin-left: 5px;
    vertical-align: middle;
    font-size: 80%;
}


/* ============================
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 1em 0.6em 0;
}

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

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;
}

img.alignright,
img.alignleft {
    width: 100%;
}

@media (min-width: 521px) {
    img.alignright,
    img.alignleft {
        width: auto;
    }
}


/* ============================
BUTTONS
============================ */

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    appearance: none;
    color: #65503F;
    border: 1.5px solid;
    border-radius: 5px;
    padding: .25em .5em;
}

.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: linear-gradient(to bottom, #ee972f 0%, #f26b23 100%);
    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: linear-gradient(to bottom, #f26b23 0%, #ee972f 50%, #f26b23 100%);
}

.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;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

.cupid-green:hover {
    background-color: #76b347;
    background-image: linear-gradient(to top, #76b347, #5e9e2e);
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

.cupid-green {
    background-color: #7fbf4d;
    background-image: linear-gradient(to top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    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 14px 8px 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    width: auto;
}


/* Оранжевая кнопка */

button.cupid-orange {
    background-color: #ee972f;
    background-image: linear-gradient(to top, #ee972f, #f26b23);
    border: 1px solid #c6734a;
    border-bottom: 1px solid #c6734a;
    border-radius: 6px;
    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 14px 7px 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #c6734a;
    width: auto;
    font-family: arial;
    font-size: 1.0833rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

button.cupid-orange:hover {
    background-color: #f26b23;
    background-image: linear-gradient(to top, #f26b23, #ee972f);
    box-shadow: inset 0 1px 0 0 #ce973f;
    cursor: pointer;
}

button.cupid-orange:active {
    border: 1px solid #d1840c;
    border-bottom: 1px solid #538c27;
    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::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder,
input::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 {
    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;
}

summary::marker {
    font-family: FontAwesome;
    content: '\f0da\a0';
}

details[open] summary::marker {
    content: '\f0d7\a0';
}

[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 {
    width: 100%;
    padding: 0;
}

.header-back {
    display: block;
}

.header-main {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.header-settings {
    text-align: right;
    position: absolute;
    right: 0;
    top: 75px;
}

.header-logo {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}

.logo a {
    position: relative;
    display: inline;
    width: 100%;
    font-family: "AncientKyivNormal", "League Gothic", "Myriad Pro Condensed", "Arial Narrow", sans-serif;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #6b4f38;
    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: #6b4f38;
    border-bottom-color: #6b4f38;
}

.logo a:visited {
    text-decoration: none;
    color: #6b4f38;
}

.header-decor,
.vignette {
    display: block;
    width: 100%;
    height: 2rem;
    background: transparent url("../images/decor.svg") 50% 50% no-repeat;
    background-size: contain;
}

.header-login {
    font-size: 0.875em;
    /*margin-top:-40px;*/
    margin-right: 1px;
    margin-top: -.3em;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.header-login .fa-sign-in {
    font-size: 115%;
}

.header-subtitle {
    margin-top: 0;
    margin-bottom: 10px;
    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: 10px;
    font-size: 0.875em;
    text-align: center;
    color: maroon;
}

.logo {
    display: block;
}

@media screen and (min-width: 961px) {
    .header-main {
        width: auto;
        display: flex;
    }
    .header-search {
        width: auto;
        padding-right: 10px;
    }
    .logo {
        display: initial;
    }
    .header-settings {
        display: block;
        position: static;
    }
    .header-login {
        margin-right: 10px;
        margin-top: 0;
    }
}

@media screen and (min-width: 481px) {
    .logo a {
        font-size: 4.6rem;
    }
}


/* ============================
LAYOUT: TOP MENU
============================ */

.pre-header-nav {
    padding: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -1px;
    color: #6B4F38;
    display: block;
    background: #F8F4EB;
    text-align: center;
}

#header-navigation {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    position: relative;
    z-index: 1;
}

#header-navigation,
#header-navigation ul {
    list-style: none;
    margin: 0;
}

#header-navigation .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    white-space: nowrap;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 4px 4px 10px -4px #3a3a3a3a;
    transition: opacity .3s ease, max-height .3s ease;
}

#header-navigation li .fa {
    width: 1.5em;
    text-align: center;
}

#header-navigation li>a {
    display: block;
    padding: .5em;
    color: #3a3a3a;
}

#header-navigation li.active .sub-menu {
    max-height: 100vh;
    opacity: 1;
    pointer-events: all;
}

#header-navigation li.active>a,
#header-navigation li:hover>a {
    color: #fff;
    background: linear-gradient(to top, #76b347, #5e9e2e);
    text-decoration: none;
}

@media(min-width:920px) {
    #nav-box {
        background: #f3ecdd;
    }
    #header-navigation {
        position: static;
        max-height: unset;
        overflow: visible;
        display: flex;
        justify-content: center;
        background: transparent;
        box-shadow: none;
    }
    #header-navigation li {
        position: relative;
    }
    #header-navigation .sub-menu {
        position: absolute;
        left: 0;
    }
    #header-navigation li>a {
        padding: .25em .5em .33em;
        color: #6B4F38;
    }
    #header-navigation li:hover .sub-menu {
        max-height: 100vh;
        opacity: 1;
        pointer-events: all;
    }
}


/* ============================
LAYOUT: FOOTER
============================ */

footer.footer {
    align-items: center;
    padding: 1.3333rem 1.6667rem;
    font-weight: normal;
    color: #6b4f38;
    background: #f8f4eb;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.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 .fa {
    margin-right: 0.3em;
}

.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: #6b4f38;
}

.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: #6b4f38;
}

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

.footer-btn {
    padding: 8px 16px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: normal;
}

@media screen and (min-width: 481px) {
    .footer-btn {
        padding: 10px 20px;
    }
}


/* ============================
COMPONENT: ARTICLE
============================ */

.article {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1.5rem;
}

.single .article {
    margin-bottom: 0;
}

.article-image {
    margin-top: 0;
    margin-left: 0px;
    margin-right: 16px;
    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 {
    width: 100%;
    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:after {
    content: "\2022";
    color: #6b4f38;
    display: inline-block;
}

.article-categories>li:first-child:after,
.article-categories>li:last-child:after {
    content: none;
}

.article-categories>li>a {
    display: inline;
    text-decoration: none;
    color: #6b4f38;
}

.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: #6b4f38;
}

.article-categories>li>a:visited {
    text-decoration: none;
    color: #6b4f38;
}

.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: #6b4f38;
}

.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: #6b4f38;
}

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

.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: .5rem;
    padding: 0;
    background: #f8f4eb;
    /*border-top: 1px solid #e3c5ae;
  border-bottom: 1px solid #e3c5ae;*/
    border-radius: 6px;
    clear: both;
}

.article-bar {
    margin: 0;
    padding: 0;
    font-size: 1.1667rem;
    font-weight: normal;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.article-bar>li {
    padding: 4px 12px;
    color: #6b4f38;
}

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

.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: #6b4f38;
}

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

.article-bar>li.left {
    float: left;
}

.article-bar-has-menu {
    position: relative;
}

.article-bar-submenu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    pointer-events: none;
    width: 125px;
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
    list-style: none;
    transition: max-height 1s ease, opacity .01s ease .9s;
}

.article-bar-has-menu:hover .article-bar-submenu {
    max-height: 700px;
    /*Достаточно?*/
    pointer-events: all;
    opacity: 1;
    transition: max-height 1s ease, opacity .01s ease 0s;
}

.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: #6b4f38;
}

.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: #6b4f38;
    background: #fefefe;
}

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

.article-post-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
}

.article-footer__read {
    margin-right: auto;
}

.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;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    margin-bottom: .5rem;
}

.article-single-info p,
.article-single-info #my_book {
    margin: 0;
}

.article-single-rating {
    margin-left: auto;
    text-align: right;
}

#bg_counter_rate_box+span {
    display: block;
    font-size: 12px;
}

.article-single-header h1 {
    display: block;
    width: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    color: #6b4f38;
}

.article-rating {
    display: block;
    margin-bottom: 10px;
}

.article-single-content {
    display: block;
    font-size: 1.3333rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.4;
}

.article-single-print {
    display: inline-block;
    padding: 10px;
}

.social-share__wrap {
    display: inline-block;
}

.social-links {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}

.social-links .social-links__tg {
    color: #429BC9;
}

.social-links .social-links__ig {
    color: #D0417F;
}

.article-single-content a,
.taxonomy-description a {
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

@media screen and (min-width: 961px) {
    .article-excerpt,
    .article-single-content {
        text-align: justify;
    }
}

@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: 1rem;
    }
    .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%;
    }
}


/* POEM */

.poem {
    padding-left: 2em;
}

@media(min-width:520px) {
    .poem {
        padding-left: 25%;
    }
}


/* ============================
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
============================ */

form#labnol {
    display: block;
}

.search-form {
    position: relative;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.search-form-field {
    display: inline-block;
    width: 100%;
    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;
    border: 1px solid transparent;
    background: transparent;
}

.search-form-button,
.search-form-field {
    height: 3rem;
}

@media screen and (min-width: 961px) {
    .search-form-button,
    .search-form-field {
        height: 2.7rem;
    }
}


/*--------------------------------------------------------------
# Голосовой поиск
--------------------------------------------------------------*/

.speech {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 25px;
    width: 32px;
    height: 100%;
    border: 1px solid transparent;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    transition: color .3s ease, background .3s ease, border .3s ease, transform .3s ease, box-shadow .3s ease;
    background: transparent;
}

.voice-search .speech {
    color: #800;
    background: #fff;
    border-radius: 40px;
    border-color: #800;
    border-width: 2px;
    box-shadow: 0 0 40px #d00;
    transform: scale(1.5);
}


/* ============================
COMPONENT: TOP PANEL
============================ */

.top-panel {
    display: block;
    background: #fefefe;
}

.fa-spoon {
    transform: rotate(180deg);
}


/* ============================
COMPONENT: WIDGET
============================ */

.widget {
    margin-bottom: 20px;
}

.widget-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
    color: #6b4f38;
}

.widget-item {
    display: block;
    margin: 0;
    padding: 8px;
    background: #f8f4eb;
}

.widget-item ul {
    margin-bottom: 0;
}

.widget-item ul ul {
    padding-left: 1em;
}

.widget-item li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.widget-item+.widget-item {
    margin-top: 20px;
}

.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: #6b4f38;
}

.widget-padding {
    background: #f8f4eb;
    /*border: 8px solid #f8f4eb;*/
    border-radius: 6px;
}


/*.widget-item, .widget-padding{
	border: .5px solid #6B4F3822;
}*/


/* ============================
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: #6b4f38;
    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: #6b4f38;
}

.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
============================ */

.comment-form-cookies-consent {
    display: none!important;
}

.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: #6b4f38;
}

.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: #6b4f38;
}

.last-comments-text:visited {
    text-decoration: none;
    color: #6b4f38;
}

@media screen and (max-width: 480px) {
    .comments-list ul,
    .comments-list ol {
        margin-left: 15px;
    }
}


/* ============================
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 ul {
    display: none;
}

.menu-expand .left-nav>li>.sub-menu {
    display: block!important;
}

.left-nav {
    margin: 0;
    padding: 0;
    /*border: 1px solid #fefefe;*/
    list-style: none;
}

.left-nav li {
    padding-top: 0;
    padding-bottom: 0;
}

.left-nav>li {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background: #f8f4eb;
}

.left-nav a {
    display: block;
    transition: background 0.4s ease, color 0.4s ease;
}

.left-nav .current-menu-item {
    font-weight: bold
}

.left-nav .sub-menu li.current-menu-item>a:before {
    /*content:'›';*/
    color: inherit;
    opacity: 1;
}

.left-nav>li>a {
    display: block;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #fefefe;*/
}

.left-nav>li>a:empty {
    background: transparent;
}

.left-nav a,
.left-nav a:visited {
    color: #000;
    background: transparent;
}

@media(hover) {
    .left-nav a:hover {
        color: #000;
        color: #6b4f38;
        text-decoration: none;
    }
}

.left-nav .sub-menu li>a {
    position: relative;
}

.left-nav .sub-menu li>a:before {
    content: '•';
    color: #6b4f38;
    opacity: .6;
    position: absolute;
    z-index: 1;
    margin-left: -1em;
    top: .25em;
}

@media(hover) {
    .left-nav a:hover,
    .left-nav a:visited:hover,
    .left-nav a:focus,
    .left-nav a:visited:focus,
    .left-nav a:active,
    .left-nav a:visited:active {
        background-color: #fefefe;
    }
}

.left-nav>li:last-child>a {
    border-bottom: none;
}

.left-nav>li:last-child>ul.sub-menu {
    border-bottom: none;
}

.left-nav>li>a {
    position: relative;
}

.left-nav>li>a::before {
	content: "";
    position: absolute;
    top: 1rem;
    left: 4.75px;
    display: inline-block;
	width: 7px;
    height: 7px;
	background-color: #ddc07a;
	border-radius:5px;
}

.left-nav>li.menu-item-has-children>a::before {
    top: 13px;
    left: .2rem;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #6b4f38;
	background-color: transparent;
	border-radius:0;
}

.left-nav .sub-menu {
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #fefefe;*/
    list-style: none;
    font-size: 1.1667rem;
    font-weight: normal;
}

.left-nav .sub-menu a {
    padding-top: 3px;
    padding-left: 24px;
    padding-right: 10px;
    padding-bottom: 3px;
    vertical-align: middle;
    transition: all 0.4s ease;
}

.left-nav .sub-menu>li>a:visited {
    text-decoration: none;
}

.left-nav .sub-menu>li a {
    position: relative;
}

.left-nav .sub-menu .sub-menu a {
    padding-left: 2.7em;
}

.left-nav .sub-menu .sub-menu .sub-menu {
    background: #edecec;
}

.left-nav .sub-menu .sub-menu .sub-menu a {
    padding-left: 3.6em;
}

.left-nav .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 4.6em;
}

.left-nav .sub-menu .menu-item-has-children>a:before {
    position: absolute;
    left: 1.3rem;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f055"
}

#left-navigation .sub-menu .menu-item-has-children>a.active:before {
    content: "\f056"
}

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

.left-nav .sub-menu .menu-item-has-children>a:before,
.left-nav .sub-menu .menu-item-has-children>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.left-nav .sub-menu .menu-item-has-children>a:before {
    position: absolute;
    content: "\f055";
}

.left-nav .sub-menu .menu-item-has-children>a:after {
    content: "\f105";
    margin-left: 8px;
}

.left-nav .sub-menu .menu-item-has-children>a.active:before {
    content: "\f056";
}


/* ============================
COMPONENT: TAGS CLOUD
============================ */

.tags-cloud {
    padding: 5px;
}

.tags-cloud a {
    text-decoration: none;
    color: #6b4f38;
}

.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: #6b4f38;
}

.tags-cloud a:visited {
    text-decoration: none;
    color: #6b4f38;
}


/* ============================
COMPONENT: SCROLL TOP
============================ */

.scroll-top {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    display: none;
    width: 4.5rem;
    height: 4.5rem;
    background: transparent url("../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;
    width: 100%;
}

.related-posts-item {
    display: block;
    /*margin: 0 -8px 1.4em;*/
    line-height: 1.2;
    padding-left: 1.2em;
}

.related-posts-item a {
    text-decoration: none;
    color: #6b4f38;
}

.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: #6b4f38;
}

.related-posts-item a:visited {
    text-decoration: none;
    color: #6b4f38;
}

.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;
    list-style: none;
    counter-reset: num;
}

@media (max-width: 768px) {
    .related-posts-item li+li {
        margin-top: 10px;
    }
}


/* ============================
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: #6b4f38;
}

.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: #6b4f38;
}

.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("../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 {
    width: 100%;
}

.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: #6b4f38;
}

.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: #6b4f38;
}

.comment-reply-link:visited {
    text-decoration: none;
    color: #6b4f38;
}

.comment-input-item {
    display: block;
    font-size: 14px;
    text-align: right;
    color: #6b4f38;
    /*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: #6b4f38;
}

.comment-main-box {
    display: block;
    border: 2px solid #dfdfdf;
}

.comment-main-box textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
}

.comment-message p a {
    text-decoration: underline;
    text-decoration-color: #ccc;
}

.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("../images/icons/icon-cross.png") 50% 50% no-repeat;
    background-size: contain;
}

.akismet_comment_form_privacy_notice {
    display: none;
}

@media (min-width:520px) {
    .comment-input-item {
        max-width: 320px;
        padding: 3px;
    }
}


/* ============================
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: #6b4f38;
    background: #f8f4eb;
    border: 1px solid #e3c5ae;
    border-radius: 3px;
}

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

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


/* ============================
COMPONENT: BREADCRUMBS
============================ */

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.breadcrumbs>li {
    position: relative;
    display: inline;
}

.breadcrumbs>li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #6b4f38;
    margin-left: .5em;
}

.breadcrumbs>li:last-child::after {
    display: none;
}

.breadcrumbs>li>a {
    display: inline;
}


/* ============================
COMPONENT: SETTINGS
============================ */

.settings {
    /*display: flex;
  position: relative;*/
    margin-right: 10px;
    margin-bottom: 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;
    font-size: 32px;
    opacity: 0.6;
    cursor: pointer;
}

.settings-button svg {
    width: 100%;
    height: 100%;
    background-color: white;
    fill: #b69c88;
    color: #b69c88;
    cursor: pointer;
}

.settings-button:hover {
    opacity: 1;
}

.settings-box {
    position: fixed;
    left: 50vw;
    top: 190px;
    font-size: clamp(12px, 1rem, 15px);
    line-height: 1;
    z-index: 100;
    display: block;
    display: none;
    width: auto;
    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);
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
    transform: translateX(-50%);
}

.settings-item {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.25em;
    white-space: nowrap;
}

.settings-caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: normal;
    width: 8em;
}

.settings-color-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: 0px;
    margin-right: 10px;
    vertical-align: middle;
    background: #000;
    border: 1px solid #000;
    border-radius: 6px;
    font-weight: bold;
}

.settings-color-box,
.settings-color-box:hover,
.settings-color-box:active {
    color: #f8f8f8;
    background-color: #6b4f38;
    text-decoration: none;
}

.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;
    padding-left: 1.2em;
    background-size: 1em;
    margin-top: 5px;
    font-weight: bold;
    float: right;
}

.selectedBox {
    border: 3px solid darkred;
    background-color: 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: #6b4f38;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
}

.main-nav-list span.selected-button,
.letter-button {
    background-color: #6b4f38;
    color: #f8f8f8;
}

.letter-button {
    position: relative;
    top: 0;
    left: 0;
}

.letter-button:active {
    box-shadow: 1px 1px #f8f8f8, 2px 2px #6b4f38;
    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 (min-width:961px) {
    .settings-item {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 960px) {
    .settings-box {
        top: 42px;
        left: 0;
        transform: none;
    }
    #settings-full,
    .settings-close {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .settings-box {
        top: 42px;
        left: 0px;
        width: 100%;
    }
}


/* ============================
COMPONENT: SITE
============================ */

.ext-link:after, a[data-external]:after,
.menu-item a[target="_blank"]:after{
	font-family:FontAwesome;
	content:'\f14c';
	color:#ccc;
	font-size:1rem;
	margin-left:.25rem;
	font-style:normal;
}

.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("../images/icons/audio.svg");
}

.az-icon-video {
    background-image: url("../images/icons/video.svg");
}

.az-icon-rss {
    background-image: url("../images/icons/rss.svg");
}

.pdf {
    padding-left: 20px;
    background: url("../images/icons/pdf.svg") no-repeat;
    background-size: contain;
}

h2 a[href$=".pdf"]:before,
h3 a[href$=".pdf"]:before,
p a[href$=".pdf"]:before,
ul a[href$=".pdf"]:before,
ol a[href$=".pdf"]:before {
    content: '\f1c1';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: .33em;
    /*padding-left: 20px;
	background: url("../images/icons/pdf.svg") no-repeat -4px/contain;*/
}

.djvu:before,
a[href$=".djvu"]:before {
    content: '';
    display: inline-block;
    height: 1em;
    background: url("../images/icons/djvu.svg") no-repeat right/contain;
}

div.bg_forreaders {
    display: flex;
    margin-bottom: 20px;
    height: auto;
}

div.bg_forreaders .pdf {
    background-image: url('../images/icons/document-pdf-opt.svg');
}

div.bg_forreaders .fb2 {
    background-image: url('../images/icons/document-fb2-opt.svg');
}

div.bg_forreaders .epub {
    background-image: url('../images/icons/document-epub-opt.svg');
}

div.bg_forreaders div a {
    padding: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 0em !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background-color: #D8EAF4!important;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1.5px solid #AFAFAF;
    border-radius: 5px;
    transition: background .4s ease;
}

div.bg_forreaders div a:hover {
    background-color: #F2F8FD!important;
}

.bg_forreaders+br {
    display: none
}

.bg_forreaders .extButton {
    margin: 0px 6px 0px 0px;
    padding: 0px 95px 53px 0px;
    background: url("../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%;
    background: #fefefe;
}


/* BZ доп поля */

#header,
.main-area {
    padding-left: 3rem;
    padding-right: 3rem;
}

.main-area-sidebar {
    width: 24rem;
    position: relative;
    transition: transform 1s ease, margin 1s ease, opacity 1s ease;
}

.full-page .main-area-sidebar {
    transform: translateX(-25rem);
    opacity: 0;
    position: absolute;
    z-index: 7;
}

.full-page .main-area-sidebar aside {
    position: relative;
}

.full-page .main-area-sidebar aside:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    background: #fff;
}

.full-page.sidebar-on .main-area-sidebar {
    transform: none;
    margin-left: 0;
    opacity: 1;
}

.full-page main:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 2rem;
    position: fixed;
    z-index: 3;
    left: 20px;
    top: 80px;
    width: 2rem;
    height: 2rem;
    transition: opacity 1s ease;
    pointer-events: none;
}

.full-page.sidebar-on main:before {
    opacity: 0;
}

.full-page .main-area-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.main-area-content {
    width: calc(100% - 24rem);
    padding-left: 4rem;
    margin-bottom: 5rem;
    word-break: break-word;
}

.main-area-full {
    width: 100%;
}


/*
@media screen and (min-width: 961px) {
	.main-area{
		padding: 0.8333rem;
	}
}
*/

@media screen and (max-width: 960px) {
    .main-area-sidebar {
        width: 100%;
        /*margin-bottom: 15px;*/
    }
    .main-area-content {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    #header,
    .main-area {
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .breadcrumbs {
        font-size: 14px;
        line-height: 1.5;
    }
    .main-area-content h1 {
        margin-top: 0;
    }
    #header,
    .header-main {
        padding-bottom: 0;
    }
    .header-top {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@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: #6b4f38;
}

.retypos-banner {
    margin: 10px 25px;
}


/*** НАЧАЛО: меню мобильной версии сайта ***/


/* ============================
SECTION: MOBILE MENU
============================ */

div.main-nav-list {
    position: sticky;
    top: 0;
    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% / 5);
}

.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;
    /*ровняем меню по вертикали*/
    transition: all 0.3s 0.01s ease;
    cursor: pointer;
}

@media screen and (min-width: 959px) {
    .main-nav-list {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .article-categories,
    div.header-back,
    nav.top-panel,
    div.header-search,
    .settings-button,
    div#widgets,
    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;
}

#xs-social-login-container {
    margin: 0;
}

#xs-social-login-container:before {
    content: 'Войти с помощью:'
}

.xs-login-global>ul {
    margin: -61px 0 0;
    text-align: right;
}

.logged-in #xs-social-login-container,
.logged-in .xs-login-global {
    display: none!important
}

#xs-social-login-container .met-social {
    line-height: unset;
}

#bg_counter_rate_box {
    display: inline-block;
    vertical-align: bottom;
}

#bg_counter_rate_box li {
    background-image: url(../images/stars.svg);
}


/* ============================
ECWID
============================ */

@media screen and (min-width: 959px) {
    div.showcase {
        float: right;
    }
}

#left-navigation>li .sub-menu.active {
    display: block;
}

details.main_menu {
    -webkit-tap-highlight-color: transparent;
}


/* TYPOGRAPHIC FIXES */


/*.bg_hlnames, .author-name{
	white-space:nowrap;
}*/


/* COMMON | Global */

.warning {
    color: #e00000;
}

.full-page .main-area-sidebar aside:before,
.widget-item,
.widget-padding,
.article-image img,
.article-single-image img,
footer {
    border-radius: 6px;
    box-shadow: 4px 4px 10px -4px #3a3a3a3a;
}

audio.no-player {
    display: none;
}

a.pluso-more {
    margin-right: 0!important;
}


/* MOBILE FIXES */

@media screen and (max-width: 480px) {
    .header-login,
    .bg_favorite,
    .article-categories {
        font-size: 1em;
    }
    div.pluso .pluso-wrap a {
        margin-left: 8px;
    }
}

@media screen and (min-width: 960px) {
    .m-show {
        display: none!important;
    }
    div.bg_forreaders div a {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 959px) {
    .m-hide {
        display: none!important;
    }
}


/* Chrome content visibility */

.article-single-print,
.article-single-share,
.related-posts,
.comments,
.comments-area {
    content-visibility: auto
}


/* Disable rating for pages */

.page .article-single-rating {
    display: none;
}


/* social share */

.social-share__wrap i {
    font-size: 1.3rem;
    line-height: 2rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
    vertical-align: middle;
    background: #6B4F38;
    color: #fff;
    border-radius: 3px;
    margin: 0 .2rem;
    cursor: pointer;
}

.social-share__wrap i:hover {
    background: #963D42;
}

.social-share__pre {
    margin-bottom: .2rem;
}

/* Fix external highlight */
a[href*="/biblia/"]:after,
a[href*="/menology/"]:after,
.bg_hlnames:after{
	content:none!important;
}

/* Всего записей - только для админов */
body:not(.admin-bar) .widget-item .bg-az-counter p:nth-of-type(3){
	display:none;
}

/* значки для плагина Вадима, остальные стили загрузятся отложенно */
.bgp-img-inline{
	width:1.2em;
	height:1.2em;
}