@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');

body {
	font-family: Arial, sans-serif;;
	font-size: 14px;
}

.flat_pm_outgoing {
	min-width: 300px !important;
	z-index: 999999 !important;
	background: #fff;
}
.bott {
	clear: both;
	margin: 8px 0;
}

.sticky {
	position: fixed;
	z-index: 101;
}
.stop {
	position: relative;
	z-index: 101;
}

.container {
	max-width: 1200px;
	min-width: 390px;
	width: 100%;
	
}

.form-control,
.form-control:hover,
.form-control:focus {
	border-radius: 2px;
	box-shadow: none !important;
}

/* Btn */
.btn,
.btn:hover,
.btn:focus {
	border-radius: 2px;
	cursor: pointer !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.btn.btn-primary {
	border-color: #6e9f27;
	background: #6e9f27;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	border-color: #93b95d !important;
	background: #93b95d !important;
}

a {
	color: #4e7b0d;
}
a:focus,
a:hover {
	color: #406608;
	text-decoration: none;
}


/* Header */
.header {
	padding: 12px 0 13px;
	color: #333;
}
.header .navbar-toggler {
	display: none;
}
.header span.logo {
	cursor: default;
}
.header .logo {
	float: left;
	margin-top: -4px;
	display: inline-block;
	height: 70px;
	background: url('../images/logo.png') no-repeat 0 9px;
	background-size: 52px;
	padding-left: 65px;
	text-decoration: none;
}
.header .logo > span {
	float: left;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
	margin: 14px 0 0;
}
.header .logo > span.slogan {
	color: #666;
	font-size: 14px;
	margin-top: -5px;
	text-transform: none;
}

.header .search {
	float: right;
	margin-top: 12px;
	width: 30%;
	position: relative;
}
.header .search .form-control {
	background: #fff;
	font-size: 14px;
	padding: 8px 90px 8px 15px;
	width: 100%;
	border-radius: 8px;
	color: #444;
}
.header .search .btn {
	position: absolute;
	width: auto;
	padding: 9px 18px;
	border-radius: 0 2px 2px 0;
	right: 0;
	font-size: 14px;
	border: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}


.header .slogan {
	float: left;
	text-align: center;
	position: relative;
	top: 14px;
	margin-left: 70px;
	width: 30%;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}



/* Navbar */
.navbar {
	color: #fff;
	font-size: 13px;
	width: 100%;
	padding: 0;
	border-top: 1px solid #6e9f27;
	border-bottom: 1px solid #6e9f27;
	background: #6e9f27;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-bottom: 0;
    border-left: .25em solid transparent;
}
.navbar ul {
	float: left;
	padding: 0;
}
.navbar .navbar-nav > li {
	padding: 3px 8px;
	border-left: 1px solid #93b95d;
}
.navbar .navbar-nav > li:last-child {
	border-right: 1px solid #93b95d;
}
.navbar .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
}
.navbar .navbar-nav > li.active {
	background: #93b95d;
	border: 0;
	padding-left: 13px;
}
.navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar .navbar-nav > li:hover > a,
.navbar .navbar-nav > li.active > a {
	color: #fff;	
}
.navbar .dropdown-menu {
	left: 0;
	min-width: 205px;
	padding: 0;
	top: 43px;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #93b95d;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.navbar .dropdown-menu a.dropdown-item {
	font-size: 16px;
	padding: 10px 40px 9px 20px;
	background: #6e9f27;
	color: #fff;
	border-bottom: 1px solid #93b95d;
}
.navbar .dropdown-menu a.dropdown-item:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}
.navbar .dropdown-menu a.dropdown-item:hover {
	background: #93b95d;
	border-color: #93b95d;
}
.navbar .dropdown-menu a.dropdown-item:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.navbar .dropdown-toggle:after {
	position: relative;
	left: 3px;
	top: 2px;
}


.alpha {
	border-bottom: 1px solid #eee;
	padding: 15px 0 13px;
	text-align: center;
	font-size: 16px;
}
.alpha span {
	color: #333;
	margin-right: 5px;
}
.alpha a {
	margin: 0 2.5px;
	color: #476d10;
	font-weight: bold;
}
.alpha a:hover {
	color: #588e0a;
}



/* Content */
.content {
	clear: both;
	width: 100%;
	padding-top: 20px;
}
.content .column-main {
	float: left;
	width: 100%;
}


/* Main block */
.content .column-main {
	padding-right: 315px;
}
.content h1,
.content h2,
.content h3,
.content .b-title {
	font-size: 26px;
	margin: 0 0 23px;
	color: #222;
}
.content h2,
.content .b-title {
	font-size: 23px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.content .b-title {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 12px;
}
.content .b-title.black {
	color: #000;
}
.content .b-title span {
	display: inline-block;
	background: #86ab52;
	padding: 2px 13px;
}
.content .b-title.red span {
	background: #be4545 !important;
}
.content .b-title.orange span {
	background: #d89b24 !important;
}




/* Articles short */
.content .articles a:hover,
.content .articles a:focus {
	text-decoration: none;
}

.content .article-block-short {
	float: left;
	margin: 0 1% 1% 0;
	padding: 10px 15px 0 0;
	width: 49%;
	border-bottom: 1px solid #e5e5e5;
	height: 200px;
}
.content .article-block-short img {
	float: left;
	width: 105px;
	height: 105px;
	border: 0;
	margin: 0 20px 0 2px;
}
.content .article-block-short .title {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}
.content .article-block-short .title:hover {
	text-decoration: underline;
}


.content .article-block-cat {
	position: relative;
	z-index: 1;
	overflow: hidden;
	float: left;
	margin: 0 2% 2% 0 !important;
	padding: 0;
	width: 32%;
	height: 200px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.content .article-block-cat:nth-child(3n) {
	margin-right: 0 !important;
}
.content .article-block-cat:hover .title {
	text-decoration: underline;
}
.content .article-block-cat img {
	width: 280px;
	height: 280px;
}
.content .article-block-cat .title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	display: block;
	width: 100%;
	overflow-y: hidden;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	background: rgba(190,117,67,0.75);
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.content .article-block-cat .title:hover {
	text-decoration: underline;
}

/* Related */
.content .block-related .article-block-cat {
	width: 24%;
	margin: 1% 1% 0 0 !important;
	border: 0;
	box-shadow: none;
	border-radius: 2px;
}
.content .block-related .article-block-cat:last-child {
	width: 25%;
	margin-right: 0 !important;
}



/* Pagination */
.content .pagination {
	clear: both;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.content .pagination .nav-links {
	display: inline-block;
}
.content .pagination .page-numbers.current,
.content .pagination .page-numbers.dots,
.content .pagination a {
	float: none;
	border-radius: 2px;
	display: inline-block;
	background: #fff;
	padding: 7px 12px;
	margin-right: 2px;
	border: 1px solid #ddd;
}
.content .pagination a:hover {
	background: #f7f7f7;
	text-decoration: none;
}
.content .pagination .page-numbers.current,
.content .pagination .page-numbers.dots {
	background: #6e9f27;
	color: #fff;
	border-color: #6e9f27;
}
.content .pagination .page-numbers.dots {
	padding: 3px;
	color: #888;
	background: #fff;
	border-color: #fff;
}

.content .breadcrumbs {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}
.content .breadcrumbs i.fas {
	position: relative;
	top: -1px;
	margin: 0 8px;
	font-size: 9px;
	color: #888;
}
.content .breadcrumbs a:hover {
	text-decoration: underline;
}


/* Article text */
.article {
	font-size: 16px;
	line-height: 23px;
	color: #002751;
	counter-reset: section;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption img {
	display: block;
    margin: 5px auto 5px auto;
}

.article img {
	max-width: 100% !important;
	height: auto !important;
}

.aritcle .b-title,
.article h1 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 12px;
}

.article > h2,
.article > h3,
.aritcle > .b-title {
	clear: both;
	width: 100%;
	display: block;
	font-size: 28px;
	margin: 30px 0 15px;
}
.article > h3 {
	font-size: 24px;
}
.article p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
}
.article .wp-caption-text {
	padding: 7px 0 0;
	margin: 0;
	color: #000;
	font-size: 16.5px;
	text-align: center;
}
.article .wp-caption {
	margin: 10px 0;
	border-radius: 8px;
	padding: 12px 20px;
	background-color: #F7F1EC;
}
.article .toc_title {
	font-size: 16px;
	margin-bottom: 8px;
	color: #333;
}
.article #toc_container {
	clear: both;
	padding: 12px 20px 10px;
	margin: 20px 0;
	background: #F5EFEA;
	border-radius: 8px;
}
.article #toc_container ul {
	list-style: none;
	margin: 0 0 0 -46px;
}
.article #toc_container ul ul {
	margin: 7px 0 5px -43px;
}
#toc_container ul li:before {
	content: '';
	display: inline-block;
	position: relative;
    top: -3px;
    left: -12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #589303;
}
.article #toc_container ul li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.article #toc_container ul li a {
	border-bottom: 1px dotted #406608;
}
.article #toc_container ul li a:hover {
	border-bottom: 1px solid #406608;
}

.article > ul {
	background: #F7F1EC;
	border-radius: 8px;
	list-style: none;
	padding: 12px 0;
}
.article strong {
	color: #B2774F;
}
.article > ul li {
	padding: 0 15px 12px;
	margin: 0 0 10px;
	color: #000;
	font-size: 16.5px;
	border-bottom: 1px solid #fff;
}
.article > ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.article > ul li:before {
	content: '';
	display: inline-block;
	position: relative;
    top: 3px;
    margin: 0 10px 0 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url('../images/li.svg');
    background-size: 24px;
}
.article h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px;
	color: #be7543;
}
.content .article h2:before {
    counter-increment: section;
    content: counters(section,".") " ";
    font-size: 1.7em;
    font-family: Arial, verdana, Sans-Serif;
    letter-spacing: -7px;
    text-shadow: -1px -1px 0 #B2774F, 1px -1px 0 #B2774F, -1px 1px 0 #B2774F, 1px 1px 0 #B2774F;
    color: #fff;
    padding: 0 10px 0 5px;
    text-align: center;
    line-height: 1.3em;
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 12px;
    background: url('../images/h2o.svg') center center no-repeat;
}



.article > ol:not(.comment-list) {
	margin: 20px 0;
	list-style-type: none;
    counter-reset: num;
    background: #F7F1EC;
	border-radius: 8px;
	padding: 0;
}
.article > ol:not(.comment-list) li {
	padding: 12px 20px;
	color: #000;
	border-bottom: 1px solid #fff;
}
.article > ol:not(.comment-list) li:last-child {
	padding-bottom: 12px;
	border-bottom: 0;
	margin-bottom: 0;
}
.article > ol:not(.comment-list) li::before {
	content: counter(num) '. ';
	counter-increment: num;
	font-weight: bold;
	color: #C8071B;
	margin-right: 8px;
}

.article blockquote::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -5px 0 0 -10px;
    background: url('../images/quite_left.svg') 50% no-repeat;
}
.article blockquote {
	position: relative;
	z-index: 1;
	overflow: hidden;
	line-height: 22px;
	padding: 13px 15px 10px;
	margin: 15px 0;
	color: #C8071B;
	background: rgba(178,119,79,.2) url('../images/blockquote.svg') repeat;
	font-weight: bold;
	border-radius: 8px;
}
.article blockquote p {
	padding: 0 0 2px 70px;
}
.article blockquote p:last-child {
	margin-bottom: 0;
}

.article > .b-title {
	margin-top: 30px;
	color: #000;
}


.article table tr td {
	vertical-align: middle;
	background-color: #fff;
}
.article table tr th {
	vertical-align: middle;
	border-bottom: 1px solid #DEE2E6;
	background: #edf1f4;
}

.article table.textcenter2 tr td {
	text-align: center !important;
}
table.verticalcenter tr td,
table.verticalcenter tr th {
	text-align: center !important;
	vertical-align: middle !important;
}



.comment-list {
	padding: 0;
}
.comment-list li {
	list-style: none;
}
.comment-list .children li {
	padding: 0;
}
.comment-body {
	margin: 0 0 15px;
	padding: 7px 10px 0;
	border-radius: 3px;
	background: #fefefe;
	border: 1px solid #f1f1f1;
}

.content .comment p {
	clear: both;
	margin: -12px 0 5px;
	padding: 0 2px 6px;
	font-size: 14px;
}
 .comment-author.vcard {
	border-bottom: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	float: none;
	clear: both;
	height: 61px;
	padding: 0 10px;
	margin: 0 -10px;
}
.content .comment .comment-meta.commentmetadata {
	position: relative;
	top: -35px;
	left: 60px;
	width: 50%;
	font-size: 14px;
}
.content .comment img.avatar {
	float: left;
	width: 50px;
	margin-top: 2px;
	margin-right: 10px;
	border-radius: 3px;
}
.content .comment .says {
	display: none;
}
.content .comment cite.fn {
	float: left;
	padding-top: 5px;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
}
.comment-body .reply {
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	padding: 3px 10px 5px;
	margin: 0 -10px;
	border-radius: 0 0 2px 2px;
}
.article .comment-reply-link {
	font-size: 13px;
	text-transform: lowercase;
	border-radius: 12px;
	line-height: 18px;
	padding: 0 8px 1px;
	color: #fff;
}

.add-comment p {
	float: left;
	width: 50%;
}
.add-comment .form-control {
	font-size: 14px;
	padding: 8px 14px;
}
.add-comment p.fst {
	width: 49%;
	margin-right: 1%;
}
.add-comment .comment-notes {
	display: none;
}
.add-comment textarea {
	height: 110px;
	resize: none;
	margin-bottom: 10px;
}
.add-comment .btn {
	padding: 5px 25px;
}

#vk_comments {
	margin-bottom: 40px;
}



/* Sidebar */
.content .sidebar {
	float: right;
	position: relative;
	width: 300px;
	margin-left: -300px;
	padding-top: 4px;
}
.content .sidebar .block-fixed {
	margin-bottom: 20px;
}
.content .sidebar ul.list-group {
	border-radius: 8px;
}
.content .sidebar ul.list-group .list-group-item {
	padding: 11px 20px;
	background: #6e9f27;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #93B95D;
	border-radius: 0;
	margin: 0;
}
.content .sidebar ul.list-group li:last-child > a:not(.has-subcat),
.content .sidebar ul.list-group li:last-child:not(.has-subcat),
.content .sidebar ul.list-group > .list-group-item:last-child:not(.has-subcat) {
	border-radius: 0 0 8px 8px;
}
.content .sidebar ul.list-group li:last-child .subcat:last-child a {
	border-radius: 0 0 8px 8px;
}
.content .sidebar ul.list-group li:first-child > a,
.content .sidebar ul.list-group li:first-child,
.content .sidebar ul.list-group > .list-group-item:first-child {
	border-radius: 8px 8px 0 0;
}
.content .sidebar ul.list-group .list-group-item:hover {
	background: #7cad34;
	color: #fff;
}
.content .sidebar ul.list-group .list-group-item i {
	float: right;
	margin-top: 5px;
	color: #fff;
}
.content .sidebar ul.list-group li {
	list-style: none;
}
.content .sidebar ul.list-group li a i {
	display: none;
}
.content .sidebar ul.list-group li a.has-subcat i {
	display: block;
}
.content .sidebar ul.list-group .subcat .list-group-item {
	background: #93b95d;
	border-bottom: 1px solid #a5c972;
	color: #fff;
	padding: 7px 16px 7px 20px;
}
.content .sidebar ul.list-group .subcat .list-group-item:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}
.content .sidebar ul.list-group .subcat .list-group-item.active,
.content .sidebar ul.list-group .subcat .list-group-item:hover {
	background: #a5c972;
	color: #fff;
}
.content .sidebar ul.list-group .subcat .list-group-item.active {
	cursor: default;
}
.content .sidebar ul.list-group .list-group-item:hover i,
.content .sidebar ul.list-group .subcat .list-group-item:hover .badge {
	color: #eee;
}



/* Подняться наверх */
.go-top,
.go-top:focus,
.go-top:hover {
	display: none;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 30px;
	right: 40px;
	line-height: 40px;
	width: auto;
	padding: 0 20px;
	background: rgba(110,159,39,0.7);
	border: 1px solid rgba(255,255,255,0.1);
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
}
.go-top:hover {
	background: rgba(110,159,39,0.95);
}
.go-top i.far,
.go-top i.fas {
	position: relative;
	top: 1px;
	margin-right: 8px;
	font-size: 17px;
}


.cat-description {
	clear: both;
	margin-top: 30px;
}
.cat-description h2,
.cat-description h3 {
	font-size: 18px;
	margin: 10px 0;
}
.cat-description h2 {
	font-size: 21px;
}



/* Footer */
footer {
	clear: both;
	background: #6e9f27;
	padding: 0;
	color: #fff;
	margin-top: 50px;
	padding: 8px 0 10px;
	text-align: center;
}
footer span.logo-foo {
	cursor: default;
}
footer .logo-foo {
	display: inline-block;
	font-size: 16px;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: -1.1px;
	font-weight: bold;
	color: #f1f1f1;
}
footer .logo-foo:hover {
	color: #fff;
}
footer .copy {
	font-size: 12px;
	color: #eee;
}
footer p {
	margin: 0;
	padding: 0;
}

.alpha .container {display:none;}
@media (max-width:710px) {
.search {display:none;}
}