header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 320px;
	background: #fff;
	z-index: 1000;
	position: relative;
	will-change: auto
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}
.top-logo {
	background: #243992;
	width: 100%;
	height: 45px;
	text-align: center;
	margin-left: 0px !important;
	display: flex;
	position: fixed;
	top: 0px;
	z-index: 0;
}
.top-logo-left-column {
	width: 25%;
}
.logo {
	width: 50%;
	min-width: 200px;
}
.logo a {
	position: relative;
	width: 200px;	
	height: 45px;
	display: inline-block;
	margin: 0 auto;
	text-decoration: none;
	padding: 0;
	height: 44px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	white-space: nowrap;
}
.language-selector {
	width: 30%;
	margin-top: 12px;
	margin-bottom: 12px;
	min-width: 100px;
	right: 0;
	display: flex;
	justify-content: right;
}
.language-selector a{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-right: 7px;
	text-decoration: none;
	padding: 3px;
}
.language-selector a.sel{
	color: #000 !important;
	background-color: #fff;
}
.mobile-menu {
	width: 50px;
	height: 100%;
}
.menu-mobile-menu-container, .menu-mobile-menu-russian-container, .menu-mobile-menu-franczuzskij-container {
	background-color: #fff;
	position: fixed;
	top: 45px;
	height: auto;
	width: 200px;
}
.menu {
	margin: 0px;
}
#mobile-menu-open {
	color: #fff;
	font-size: 30px;
	text-align: left;
	padding-left: 5px;
	margin-top: 0px;
}
.header-menu {
	display: none;
}
.top-nav {
	display: none;
}
.mobile-nav {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: 0px;
	background: #ececec;	
}
.mobile-nav ul{
	list-style: none;
	padding-inline-start: 0px;
}
.mobile-menu {
	width: 100%;
}
.menu a{
	position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 12px 0;
    padding-left: 20px;
    border-top: 1px solid #e2e2e0;
    border-bottom: 1px solid #dcdcdb;
    color: #000;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;	
}
.sidebar-block {
	display: none;
}
.container {
	margin-left: 10px;
	margin-right: 10px;
	max-width: 100%;
}
.main-block {
	margin-top: 55px;
}
#wpadminbar {
	margin-top: 45px;
	position: absolute;
}
/* Главная */
.home-popular ul{
	text-indent: -5px;
	padding-inline-start: 10px;
	margin-block-start: 0px;
    margin-block-end: 0px;
	line-height: 18px;
}
.home-popular li{
	margin-bottom: 12px;
}
.home-popular a{
	color: #14397f;
	text-decoration: none;	
	font-size: 16px;
	padding-left: 5px;
}
.home-popular a.pos1{
	font-weight: bold;
}
.home-popular a:hover{
	text-decoration: underline;
}
/* Категории */
.category-posts-container {
	margin-bottom: 20px;
}
.category-posts-category {
	text-align: center;
	display:block;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 14px;
	font-size: 27px;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 8px;	
	border-bottom: 3px solid #e9e7e5;
}
.category-posts-head {
	border-bottom: 1px solid #CDCDCD;
	font-size: 11px;
}
.category-posts-date {
	background: #CDCDCD;
	color: #404040;
	padding: 2px 5px 2px 5px;
}
.category-posts-author {
	color: #606060;
	padding-left: 6px;
}
h2.category-posts-link a {
	color: #14397f;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}
h2.category-posts-link a:hover {
	text-decoration: underline;
}
h2.category-posts-link {
	color: #14397f;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	margin: 3px 0;
	font-weight: normal;
}
.category-posts-thumbnail{
	display: flex;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
.category-posts-thumbnail a{
	width: 100% !important;
}
.category-posts-thumbnail img{
	width: 100% !important;
	height: auto !important;
}
.category-posts-content {
	font-size: 15px;
}
.category-posts-content p {
	margin-block-start: 0px;
    margin-block-end: 0px;
}
.category-posts-content a {
	color: #14397f;
	text-decoration: none;
	font-weight: bold;
}
.category-posts-content a:hover {
	text-decoration: underline;
}
.category-data {
	margin-bottom: 10px;
}
.category-data a {
	color: #14397f;
	text-decoration: none;
	font-weight: bold;	
}
.category-data a:hover {
	text-decoration: underline;
}
/* Регионы */
.locations-data{	
	margin-left: 20px;
}
.locations-data li{	
	list-style-type: none;
	margin-bottom: 10px;
}
.locations-data a {
	color: #14397f;
	text-decoration: none;
	font-weight: bold;	
}
.locations-data a:hover {
	text-decoration: underline;
}
/* Авторы */
.page-authors-container {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
.page-authors-title {
	color: #14397f;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 2px;
	font-size: 27px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom: 3px solid #e9e7e5;
}
.page-authors-block {
    padding-bottom: 10px;
}
dl.one-letter {
	margin-block-start: 0px;
	margin-block-end: 0px;
}
dd.list-autors {
	margin-inline-start: 10px;	
}
.list-autors a {
	color: #14397f;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
}
.list-autors a:hover {
	text-decoration: underline;
}
/* Pagination */
.pagination {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 50px;
}
.pagination a.prev{
	display: block;
	position: absolute;
	left: 10px;
	top: 40px;
	padding: 2px;
}
.pagination a.next {
	display: block;
	position: absolute;
	right: 10px;
	top: 40px;
	padding: 2px;
}
.pagination a{
	text-decoration: none;
	color: #14397f;
	padding: 10px 7px 10px 7px;
}
.page-numbers.dots {
	color: #14397f;
	font-size: 14px;
}
.page-numbers.current {
	color: red;
	padding: 10px 7px 10px 7px;
}
/* Регионы */
.locations-data {
	padding-top: 8px;
}
/* Авторы */
.page-authors-title {
	color: #14397f;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom: 2px;
	font-size: 27px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;
}
.page-authors-content {
	border-top: 3px solid #e9e7e5;
    padding-top: 8px;
}
.single-post-top{
	margin-top: 10px;
	font-weight: 300;
	font-size: 11px;
	color: #606060;
	text-align: left;
	border-bottom: 1px solid #CDCDCD;
}
.single-post-top a{
	color: #606060;
	text-decoration: none;
}
.single-post-top .date{
	background: #CDCDCD;
    color: #000000;
    padding: 2px 5px 2px 5px;
}
.single-post-title {
	color: #14397f;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}
.single-post-content img {
	width: 100% !important;
	height: auto !important;	
}
.single-post-info {
	display: none;
}
.single-post-tags {
	margin-bottom: 10px;
}
.single-post-data a{
	color: #14397f;
	font-weight: bold;
	text-decoration: none;
}
.single-post-data a:hover {
	text-decoration: underline;
}

.single-post-related ul{
	text-indent: -5px;
	padding-inline-start: 10px;
	margin-block-start: 0px;
    margin-block-end: 0px;
	line-height: 18px;
}
.single-post-related li{
	margin-bottom: 14px;
}
.single-post-related a{
	color: #14397f;
	text-decoration: none;	
	font-size: 16px;
	padding-left: 5px;
	font-weight: normal;
}
.single-post-related a:hover{
	text-decoration: underline;
}

.footer {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.footer-left {
	width: 50px;
	padding: 10px;
}
.footer-center {
	width: auto;
	font-size: 12px;
	padding: 10px 10px 10px 0px;
}
.f-email {
	margin-bottom: 10px;
}
.f-email .textwidget {
	display: inline;
}
.f-email a {
	color: #14397f;
	font-weight: bold;
	text-decoration: none;
}
.f-email a:hover {
	text-decoration: underline;
}
.footer-right {
	display: none;
}
.eighteen-plus {
	width: 30px;
	height: 30px;
	padding-top: 5px;
	margin-bottom: 10px;
}