body {
    /*background: #f4f4f4;
    font-family: Roboto, Tahoma;*/

    background: #fff;
    font-family: Helvetica, Arial, Helvetica Neue, sans-serif;

    /*padding-top: 4.5rem;*/
    /*   color: #212529; */
    color: #000;
}

b, strong {
    font-weight: 500;
}

.navbar-top {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(205, 209, 218, .4);
    box-shadow: 0 4px 16px rgba(205, 209, 218, .4);
    z-index: 1020;
}

.navbar-light .navbar-toggler {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    outline: none !important;
}

.navbar.navbar-main {
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(205, 209, 218, .4);
    box-shadow: 0 4px 16px rgba(205, 209, 218, .4);
    z-index: 1020;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.25rem;
    color: #000;
    text-transform: uppercase;
}

.navbar-brand > .logo-wrap {
    background: #FFC40B;
    width: 56px;
    height: 56px;
    padding: 17px 14px;
}

.content-body {
    background: white;
}

article.post, article.page {
}

.article-meta {
    font-size: 95%;
}

.article-author {
    color: black;
}

.h1, h1 {
    /*   font-size: 2rem; */
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
}

.widget-title {
    font-weight: bold;
    /*   font-size: 1.2rem; */
    font-size: 1.17em;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget .menu-mobilnaja-versija-container ul li > a {
    display: block;
    margin-left: -15px;
    padding-left: 15px;
    font-size: 90%;
}

.widget .menu-mobilnaja-versija-container ul li.current-menu-item > a,
.widget .menu-mobilnaja-versija-container ul li > a:hover {
    border-left: 4px solid #FFC40B;
    text-decoration: none;
}

.widget ul li {
    margin-bottom: .5rem;
}

.widget ul li:last-child {
    margin-bottom: 0;
}

.widget ul a {
    color: initial;
    font-size: 95%;
}

.widget .fa-chevron-right {
    color: #b8b8b8;
    font-size: 90%;
}

.widget {
    margin-bottom: 2rem;
}

/* #vk_groups:empty {
	border: 0;
}
#vk_groups {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
} */

.article-content .card {
    background: #fffaf1;
    border: 0px;
}

dl, ol, ul {
}

.article-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-content .card-header:first-child {
    background: initial;
    border: 0;
}

.article-content .card .card-header h5 {
    font-size: 1rem;
    /*color: #000000;*/
}

.article-content .card .card-header h5 a {
    color: inherit;
}

.article-content ul a {
    color: rgba(152, 101, 25, 0.9);
}

.article-body h2 {
    font-size: 1.5rem;
}

blockquote {
    background-color: #fffaf1;
    padding: 1.25rem 1.5rem;
    /*font-size: 1rem;*/
}

blockquote footer p {
    margin-bottom: 0;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.wp-caption {
    margin-bottom: 1rem;
}

.wp-caption-text {
    margin-bottom: 0;
    margin-top: .6rem;
    font-size: 90%;
    line-height: 1.8;
}

article .article-body h2,
article .article-body h3,
article .article-body h4 {
    margin-bottom: 1rem;
}


.clearfix {
    clear: both;
}

.post-thumbnail > img {
    border-radius: 0.75rem;
}

article figure,
article img {
    max-width: 100%;
    height: auto;
}

.article-body ul li {
    margin-bottom: 1rem;
}

.article-body ul li:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 1rem 1.25rem;
}

.article-body {
    /*   font-size: 1rem; */
    /*   line-height: 1.8rem; */
    font-size: 90%;
    line-height: 1.4rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.article-body p,
.article-body h2,
.article-body h3,
.article-body h4 {
    text-align: left !important;
}

.article-body h2 {
    font-size: 1.65rem;
    line-height: 2.25rem;
}

.text-muted {
    color: #818181 !important;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
    padding-top: 70px;
    margin-top: -70px;
}

.article-content ul li {
    margin-bottom: 0;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 20px;
    font-size: 2rem !important;
    margin-top: -1rem;
    color: white !important;
}

.owl-next {
    position: absolute;
    right: 20px;
    font-size: 2rem !important;
    margin-top: -1rem;
    color: white !important;
    outline: none !important;
}

.article-body ol {
    padding-left: 1rem;
}

.article-body ol li {
    margin-bottom: 1rem;
}

article .no-singular {
    /*   font-size: 1.375rem; */
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1.875rem;
}

article .no-singular a {
    color: #212529;
    text-decoration: none !important;
}

.article-body.article-not_is_singular {
    line-height: 1.625rem;
}

article.article-not_is_singular {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 170ms ease;
    transition: box-shadow 170ms ease;
    transition: box-shadow 170ms ease, -webkit-box-shadow 170ms ease;
}

article.article-is_singular {
    background: white;
}

.widget .sub-menu {
    margin: 0.5rem 0 0.5rem 1rem;
}

.widget .sub-menu .fa-caret-right {
    color: #b8b8b8;
    font-size: 90%;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:hover {
    /*color: #e8a427;*/
    color: inherit;
}

article.article-not_is_singular:hover {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #e8e8e8;
}

.form-search-header * {
    outline: none !important;
    box-shadow: none !important;
}

.form-search-header .form-control {
    min-height: 2.5rem;
    font-size: 0.875rem;
    background: rgba(0, 0, 0, 0.05);
    border: 0;
}

.form-search-header .input-group-append {
    margin-left: 0;
}

.form-search-header .input-group-text {
    padding: 5px;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.05);
    border: 0;
}

.form-search-header .input-group-text .icon-search {
    display: inline-block;
    vertical-align: top;
    background: #FFC40B;
    width: 30px;
    height: 30px;
    padding: 7px 7px 8px 8px;
    border-radius: 50%;
}

.form-search-header .input-group-text .icon-search:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: url('../img/lupka.png') 0 0 no-repeat;
    background-size: 100%;
}

.form-search-header .form-control,
.form-search-header .input-group-text {
    border-radius: 1.25rem;
}

.form-search-header .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-search-header .input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
}

.page-header {
    background: white;
    padding: 20px;
}

.page-header h1 {
    font-size: 1.8rem;
    line-height: 2.1rem;
}

.page-description p:last-child {
    margin-bottom: 0;
}

.page-link {
    color: #212529;
}

.page-item.active .page-link {
    background-color: #a2732d;
    border-color: #a2732d;
}

.page-link:focus {
    outline: none !important;
    box-shadow: none;
}

.page-link:hover {
    color: #000000;
    background-color: #f7f7f7;
    border-color: #e2e2e2;
}

body.author .wp-user-avatar {
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}

.footer {
    background: #fff;
}

.text-primary {
    color: #a2732d !important;
}

.navbar .nav-item.dropdown > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar .nav-item.dropdown ul {
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
    background: rgb(242, 232, 214);
}

.navbar .nav-item.dropdown ul li {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .nav-item.dropdown ul li:first-child {
    margin-top: 0.25rem;
}

.navbar .nav-item.dropdown ul li:last-child {
    margin-bottom: 0.25rem;
}

.navbar .nav-item.dropdown ul li a {
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    .navbar .nav-item.dropdown ul {
        position: absolute;
    }
}

.embed-responsive {
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;;
    cursor: pointer;
}

.embed-responsive .fa-youtube {
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    fill: rgba(31, 31, 30, .81);
    -webkit-transition: fill 200ms cubic-bezier(0, 0, .2, 1);
    transition: fill 200ms cubic-bezier(0, 0, .2, 1);
}

#yt_video_play {
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    fill: rgba(31, 31, 30, .81);
    -webkit-transition: fill 200ms cubic-bezier(0, 0, .2, 1);
    transition: fill 200ms cubic-bezier(0, 0, .2, 1);
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
}

.embed-responsive:hover #yt_video_play {
    fill: red;
}

.site_block {
    margin-bottom: 20px;
}


.fix_post {
    top: 100%;
    position: fixed;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    left: 50%;
    z-index: 99;
    min-width: 100px;
    min-height: 50px;
    -moz-transform: translateY(0) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(0) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(0) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(0) translateX(-50%); /* Для Opera */
    transform: translateY(0) translateX(-50%);
}

.fix_post.show {
    -moz-transform: translateY(-100%) translateX(-50%); /* Для Firefox */
    -ms-transform: translateY(-100%) translateX(-50%); /* Для IE */
    -webkit-transform: translateY(-100%) translateX(-50%); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(-100%) translateX(-50%); /* Для Opera */
    transform: translateY(-100%) translateX(-50%);
}

.fix_post .content_post {
    border: 2px solid #000;
}

@media (min-width: 600px) {
    .fix_post.show {
        min-width: 320px;
        min-height: 100px;
    }
}

@media (max-width: 599px) {
    .fix_post.show {
        min-width: 320px;
        min-height: 100px;
    }
}

.fix_post.show.hide_s,
.popular_news.show.hide_s {
    display: none !important;
}

.fix_post .close {
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 34px;
    background: #000;
    display: block;
    cursor: pointer;
    z-index: 9;
}

.fix_post .close:after {
    content: "X";
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFF;
    width: 100%;
    font: bold 18px/34px Arial;
}

.flat__4_out.left .flat__4_cross, .flat__4_out.right .flat__4_cross {
    top: -34px;
}

@media (max-width: 992px) {
    .sticky-top-sm {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (max-width: 768px) {
    .sticky-top-sm {
        max-height: 100vh;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .navbar-top .navbar-light .navbar-nav .nav-link {
        line-height: 2.5rem;
        height: 3.5rem;
        padding-top: 0;
        margin-bottom: -1rem;
        padding-bottom: 1rem;
    }

    .navbar-top .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: 1px solid #000;
    }
}

#post-10239 .wp-caption-text{
	font-size: 100%;
}

.article-accordion-item .toc__listItem {
	padding: 0.3rem;
}

/* wp_breadcrumb  */
.wp-breadcrumbs {
    color: #495057;
    margin: 25px 25px 0 25px;
    padding: 6px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    font-size: 90%;
    list-style: none;
}
.wp-breadcrumbs li {
    display: inline;
}
.wp-breadcrumbs li::after {
    content: "/";
    padding: 0 5px;
}
.wp-breadcrumbs li:last-of-type::after {
    content: "";
}
/* wp_breadcrumb  */

#menu-item-19671 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .flat__4_out.left, .flat__4_out.right, .fix_post {
        display: none !important;
    }
}