html {
	overflow-y: scroll;
	font-size: 16px;
}
body{
	margin: 0;
	padding: 0;
}
header {
	width: 1200px;
	margin: auto;
}
.wrapper {
	width: 1200px;
	margin: auto;
}
.flex {
	display: flex;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.topcontainer {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 140px 350px 0.5fr 1.5fr;
	grid-template-rows: 70px 60px;
	height: 130px;
}
.top-menu-mobile,
.mobile-nav {
	display: none;
}
.logo {
	grid-row: 1 / 3;
}
.logo a {
	margin-top: 4px;
	background-repeat: no-repeat;
	display: block;
	margin-left: 0px;
	width: 135px;
	height: 106px;
	text-indent: -3000px;
}
.logo a.logo-ru{
	background-image: url(../img/logo.webp),none;
}
.logo a.logo-en{
	background-image: url(../img/logo.webp),none;
}
.logo a.logo-fr{
	background-image: url(../img/logo.webp),none;
}
.logotoptext a {
	font-family: merriweather-bold;
	font-size: 7em;
	text-decoration: none;
	line-height: 95px;
	color: #574497;
}
.logobottomtext {
	padding-top: 18px;
}
.logobottomtext a {	
	font-family: merriweather-bold;
	font-size: 1.4rem;
	text-decoration: none;
	white-space: nowrap;
	color: #574497;
}
.top-search {
	padding-top: 3px;
	grid-column: 3 / -1;
}
.language-selector {
	padding-top: 3px;
}
.language-selector a{
	font-size: 1.75rem;
	color: #574497;	
	margin-right: 2px;
	margin-left: 2px;
	text-align: right;
	text-decoration: none;
	padding: 3px;
	text-decoration: underline;
	font-family: solido-medium;
}
.language-selector .language-selector-en {
	margin-left: 0px;
	padding-left: 0px;
}
.language-selector a.sel{
	font-family: solido-bold;
	text-decoration: none;
	font-weight: 550;
}
.top-socials {
	padding-top: 3px;
	font-family: merriweather-light-italic;
	color: #574497;
	font-size: 28px;
	text-align: right;
}
.top-socials a{
	text-decoration: none;
}
.top-socials i {
	font-style: normal;
}
.top-socials-gab::before {
	background: url(../img/socialicons/gab.webp);
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.top-socials-x::before {
	background: url(../img/socialicons/x.webp);
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.top-socials-vk::before {
	background: url(../img/socialicons/vk.webp);
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.top-socials-ok::before {
	background: url(../img/socialicons/ok.webp);
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.top-socials-tg::before {
	background: url(../img/socialicons/tg.webp);
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 30px;
}
.search-block-input {
	background-color: #e0d9f7;
	border: 1px solid #574497;
	width: 565px;
	box-sizing: border-box;
	height: 37px;
}
.search-block-button {
	height: 37px;
	width: 37px;
	border: 0;
	background-color: #574497;
	box-sizing: border-box;
}
.search-block-button i {
	font-style: normal;
}

div.top-nav {
	padding-top: 2px;
	padding-bottom: 5px;
	height: 46px;
	font-family: merriweather;
}
div.top-nav::after {
	padding-top: 6px;
	content: '';
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 380px;
	border-bottom: 1px solid;
	margin: 0 auto; left: 0; right: 0;
	color: #cabff0;
}
nav.top-menu {
	display: flex;
	justify-content: center;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu li{
	padding-left: 14px;
	padding-right: 14px;
}
#menu-top-menu > li.menu-item,
#menu-top-menu-franczuzskij > li.menu-item,
#menu-top-menu-russian > li.menu-item {
	float: left;
	position: relative;
}
#menu-top-menu > li.menu-item:before,
#menu-top-menu-franczuzskij > li.menu-item:before,
#menu-top-menu-russian > li.menu-item:before {
	display: block;
	float: left;
	width: 2px;
	background: url('../img/horizontal-gradients_blue.png') -2px -88px repeat-x;
}
#menu-top-menu a,
#menu-top-menu-franczuzskij a,
#menu-top-menu-russian a {
	display: block;
	color: #574497;
	line-height: 46px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
}
#menu-top-menu > li > a,
#menu-top-menu-franczuzskij > li > a,
#menu-top-menu-russian > li > a {
	font-size: 1.7em;
	letter-spacing: 0px;
	margin-top: -1px;
	padding-bottom: 1px;
}
.top-nav .current-menu-item,
.top-nav .current-post-ancestor{
	background-color: #cabff0;
}
#menu-top-menu .menu-item-237264,
#menu-top-menu-franczuzskij .menu-item-252200,
#menu-top-menu-russian .menu-item-237267{
	font-weight: bold;
}
.top-socials .fa-brands{
	color: #574497;
}
.fa-brands {
	font-family: fontawesome-brands;
}
.fa-solid {
	font-family: fontawesome-solid;	
}
.top-search .fa-solid{
	color: #fff;
}
.fa-vk:before {content: "\f189";}
.fa-odnoklassniki:before {content: "\f263";}
.fa-telegram:before {content: "\f2c6";}
.fa-play::before {content: "\f04b";}

.category-posts-category {
	color: #574497;
}
.category-posts-category h1 {
	padding-top: 5px;
	font-size: 3.3em;
	margin: 0;
}
.latest-articles-1 h2 {
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.7rem;
	line-height: 1.2em;
}
.latest-articles-2 h2 {
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.5rem;
	line-height: 1.24em;
}
.latest-articles .category-posts-title {
	padding-top: 11px;
}
.category-posts-title a {
	text-decoration: none;
	color: #574497;
}
.latest-articles {
	margin-top: 15px;
	display: grid;
	grid-template-columns: 40% 30% 30%;
	padding-bottom: 10px;
}
.latest-articles a{
	text-decoration: none;
	color: #574497;
}
.latest-articles .category-posts-content a {
	display: inline-block;
}
.latest-articles .category-posts-content::first-letter,
.latest-articles .category-posts-content a::first-letter {
	initial-letter: 3;
}
.latest-articles .category-posts-content {
	font-family:  merriweather;
	color: #574497;
	margin-right: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
	font-weight: 600;
}
.latest-articles-1 .category-posts-content a{
	text-align: left !important;
	font-size: 1.1rem;
	line-height: 1.25em;
}
.latest-articles-2 .category-posts-content a{
	text-align: left !important;
	font-size: 1.0rem;
	line-height: 1.16em;
}
.latest-articles-1 .category-posts-container {
	padding-right: 40px;
}
.latest-articles-1 .category-posts-content {
	padding-right: 40px;
}
.latest-articles-1 .category-posts-thumbnail img{
	width: 100% !important;
    height: auto !important;
}
.latest-articles-2 .category-posts-container {
	padding-right: 40px;
	padding-bottom: 20px;
}
.latest-articles-2 .category-posts-thumbnail img{
	width: 100% !important;
    height: auto !important;
}
.latest-articles-quote {
	background-image: url("../img/quotes.png");
	background-repeat: no-repeat;
	background-size: 55px;
	font-size: 2.1em;
	color: #574497;
}
.latest-articles-quote-text {	
	font-family: merriweather-italic;
	padding: 29px 0px 23px 20px;
}
.latest-articles-quote-sign {
	font-family: merriweather-bold;
	text-align: right;
	padding-bottom: 38px;
	font-size: 1.9rem;
}
.latest-articles-quote-fav-post {
	padding-bottom: 7px;
}
.latest-articles-quote-fav-post h2 {
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	line-height: 0.45em;
	margin-bottom:-3px;
}
.quote-fav-link a{
	font-family:  merriweather-bold;
	font-size: 1.45rem;
	text-decoration: none;
	color: #574497;
	line-height: 0.75rem;
}
.quote-fav-author {
	font-family:  solido-bold;
	color: #574497;
	font-size: 0.9rem;
}
.quote-fav-author-ru {
	font-family:  solido-bold;
	color: #574497;
	font-size: 0.9rem;
	font-weight: 700;
}
.quote-fav-category {
	font-family:  solido-medium;
	color: #574497;
	font-size: 0.9rem;
}
.category-posts-content {
	margin-bottom: 5px;
}
.spotlight {
	background-color: #574497;
	width: 100%;
	padding-bottom: 20px;
}
.spotlight-head {
	color: #fff;
	font-family:  merriweather-bold;
	font-size: 2.8rem;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
	display: flex;
}
.spotlight-tag {
	color: #fff;
	font-family:  merriweather-bold;
	font-size: 2.8rem;
	padding-left: 25px;
	padding-bottom: 20px;
}
.spotlight-grid {	
	display: grid;
	grid-template-columns: 1% 18% 80% 1%;
}
.spotlight-grid .category-posts-content {
	font-family:  merriweather;
	color: #574497;
	margin-right: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
	font-weight: 600;
}
.spotlight-grid-col-2 ul{
	padding: 0;
	margin: 0;
	list-style-type:  none;
	display: block;
	width: 100%;
}
.spotlight-grid-col-2 li{
	width: 100%;
	display: block;
	font-family:  merriweather;
	font-size: 1.2rem;
	text-decoration: none;
	color: #e0d9f7;
	line-height: 1.5rem;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.spotlight-grid-col-2 li.active{
	background-color: #e0d9f7;
	text-decoration: underline;
	color: #574497;
}
.spotlight-grid-col-3 {
	background-color: #e0d9f7;
}
.spotlight-grid-col-3-sl-1,
.spotlight-grid-col-3-sl-2,
.spotlight-grid-col-3-sl-3,
.spotlight-grid-col-3-sl-4 {
	display: grid;
	grid-template-columns: 60% 40%;
}
.spotlight-grid-col-3-1 h2 {
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.7rem;
	line-height: 1.2em;
}
.spotlight-grid-col-3-2 h2 {
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.5rem;
	line-height: 1.24em;
}
.spotlight-grid-col-3-1 .category-posts-content a,
.spotlight-grid-col-3-2 .category-posts-content a{
	text-decoration: none;
	color: #574497;	
}
.spotlight-grid-col-3-1 .category-posts-content p{
	text-align: left !important;
	font-size: 1.1rem;
	line-height: 1.25em;
}
.spotlight-grid-col-3-2 .category-posts-content p{
	text-align: left !important;
	font-size: 1.0rem;
	line-height: 1.16em;
}
.spotlight-grid-col-3-1 .category-posts-container {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.spotlight-grid-col-3-1 .category-posts-content {
	padding-right: 40px;
}
.spotlight-grid-col-3-1 .category-posts-thumbnail img{
	width: 100% !important;
    height: auto !important;
}
.spotlight-grid-col-3-2 .category-posts-container {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.spotlight-grid-col-3-2 .category-posts-thumbnail img{
	width: 100% !important;
    height: auto !important;
}

.home-posts-author {
	font-family:  solido-bold;
	color: #574497;
	font-size: 1.1rem;
}
.home-posts-author-ru {
	font-family:  solido-bold;
	color: #574497;
	font-size: 1.1rem;
	font-weight: 700;
}
.home-posts-category {
	font-family:  solido-medium;
	color: #574497;
}
.home-bottom-columns {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 23% 2% 23% 2% 23% 2% 23%;
	background-color: #fff;
}
.home-bottom-posts-container {
	padding-bottom: 14px;
	overflow-wrap: break-word;
}
.home-bottom-column-category {
	font-family:  solido-bold;
	font-size: 2.5rem;
	color: #574497;
	text-align: center;
	padding-bottom: 29px;
}
.home-bottom-column-thumbnail {
	padding-bottom: 9px;
}
.home-bottom-column-thumbnail img{
	width: 100% !important;
    height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}
.home-bottom-column-post-title{
	padding-top: 5px;
}
.home-bottom-column-post-title a{
	font-family:  merriweather-bold;
	font-size: 1.45rem;
	text-decoration: none;
	color: #574497;
	line-height: 1.65rem;
}
.home-bottom-column-post-author {
	padding-top: 4px;
	font-family: solido-bold;
	color: #574497;
	font-size: 0.9rem;
}
.home-bottom-column-post-author-ru {
	padding-top: 4px;
	font-family: solido-bold;
	color: #574497;
	font-size: 0.9rem;
	font-weight: 700;
}
.home-bottom-column-1 {
	padding-left: 20px;
}
.home-bottom-line {
	margin-top: 200px;
	margin-left: 50%;
	height: 500px;
	width: 1px;
	background-color: #cabff0;
}
.category-name h1{
	padding-top: 5px;
	font-size: 3.3em;
	margin: 0;
	color: #574497;
}
.category-author-description {
	padding-left: 5px;
	color: #574497;
	font-size: 1.5rem;
	padding-bottom: 10px;
}
.single-post-category-name h2{
	padding-top: 5px;
	font-size: 3.3em;
	margin: 0;
	color: #574497;
}
.category-row-1 {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 30.66% 4% 30.66% 4% 30.66%;
}
.category-row-2 {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 16.8% 4% 16.8% 4% 16.8% 4% 16.8% 4% 16.8%;
}
.category-row-1 img{
	width: 100% !important;
    height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}
.category-row-2 img{
	width: 100% !important;
    height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}
.category-title a {
	text-decoration: none;
	color: #574497;
}
.category-row-1 .category-title {
	padding-top: 30px;
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.7rem;
	line-height: 1.24em;
}
.category-row-2 .category-title {
	padding-top: 22px;
	padding-bottom: 7px;
	font-family: merriweather-bold;
	font-weight: normal;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-size: 1.3rem;
	line-height: 1.24em;
}
.category-row-1 .category-content {
	font-family:  merriweather;
	color: #574497;
	margin-right: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	margin-bottom: 5px;
}
.category-row-1 .category-content p{
	text-align: left !important;
	font-size: 1.0rem;
	line-height: 1.17em;
	max-height: 8.3em;
	color: #574497;
}
.category-row-1 .category-content p a{
	text-decoration: none;
	color: #574497;
}
.category-row-1 .category-author {
	font-family: solido-bold;
	color: #574497;
	font-size: 1.0rem;
}
.category-row-2 .category-author {
	font-family: solido-bold;
	color: #574497;
	font-size: 1.0rem;
}
.category-row-1 .category-author-ru {
	font-family: solido-bold;
	color: #574497;
	font-size: 1.0rem;
	font-weight: 700;
}
.category-row-2 .category-author-ru {
	font-family: solido-bold;
	color: #574497;
	font-size: 1.0rem;
	font-weight: 700;
}
.category-row-1-column-1 a,
.category-row-1-column-2 a,
.category-row-1-column-3 a{
	text-decoration: none;
	color: #574497;
}

.category-row-1 .category-content p,
.category-row-2 .category-content p,
.category-row-1-column-1 p,
.category-row-1-column-2 p,
.category-row-1-column-3 p{
	margin-block-start: 0;
    margin-block-end: 0;
}

.pagination {
	display: block;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: solido-medium;
	display: flex;
	justify-content: center;
}
.pagination a.next {
	text-decoration: none;
	color: #574497;
}
.pagination a.prev {
	text-decoration: none;
	color: #574497;
}
.pagination a:link {
	color: #574497;
}
.pagination a:visited {
	color: #574497;
}
.pagination .current {
	color: #574497;
	background-color: #cabff0;
}
a.page-numbers, span.page-numbers {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 2px;
	display: inline-block;
}
.page-content {
	color: #574497;
	font-family: merriweather;
	font-size: 1.1rem;
}
.single-post-content img{
	padding-top: 28px;
	width: 100% !important;
    height: auto !important;
}
.single-post-content ul {
	font-family: merriweather;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #574497;
}
.single-post-content ol {
	font-family: merriweather;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #574497;
}
h1.single-post-title{
	padding-top: 10px;
	font-family: merriweather-bold;
	font-size: 2.5rem;
	text-decoration: none;
	color: #574497;
	line-height: 2.5rem;
	color: #574497;
}
.single-post-top-container {
	font-family: solido-bold;
	font-size: 1.8rem;
}
.single-post-top-container-ru {
	font-family: solido-bold;
	font-size: 1.8rem;
	font-weight: 700;
}
.single-post-top-container span.author a:link,
.single-post-top-container-ru span.author a:link{
	color: #574497;
}
.single-post-top-container span.author a:visited,
.single-post-top-container-ru span.author a:visited{
	color: #574497;
}
.single-post-content .wp-caption {
	width: 100% !important;
}
.single-post-content .wp-caption-text {
	font-family: solido-medium;
	font-size: 1.7rem;
	margin-top: 15px;
	margin-bottom: 44px;
}
span.date {
	padding-left: 73px;
	font-family: solido-bold;
	font-size: 1.8rem;
	color: #574497;
}
.single-post-content p,
.single-post-content .bigletter2,
.single-post-content .bigletter3,
.single-post-content .bigletter4{
	font-family: merriweather;
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #574497;
}
.single-post-content p a,
.single-post-content a,
.single-post-content .bigletter2 a,
.single-post-content .bigletter3 a,
.single-post-content .bigletter4 a{
	font-family: merriweather-bold;
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #574497;
}
.single-post-tags {
	font-family: merriweather;
	color: #574497;
	padding-bottom: 10px;
}
.single-post-tags a{
	font-family: merriweather-bold;
	color: #574497;
}
.single-post-grid {
	display: grid;
	grid-template-columns: 73% 27%;
}
.single-post-similar {
	padding-top:  12px;
	padding-left: 70px;
}
.single-post-similar-head {
	color: #574497;
	font-family: solido-bold;
    font-size: 2.7rem;
	line-height: 3.25rem;
	padding-bottom: 21px;
}
.single-post-similar-post {
	padding-top: 17px;
	font-family: merriweather-bold;
}
.single-post-similar-post a{
	text-decoration: none;
	color: #574497;
	font-size: 1.4rem;
}
.similar-post-author {
	font-family:  solido-bold;
	color: #574497;
	font-size: 0.8rem;
}
.similar-post-author-ru {
	font-family:  solido-bold;
	color: #574497;
	font-size: 0.8rem;
	font-weight: 700;
}
.single-post-quote {
	margin-right: -150px;
	float: right;
	width: 300px;
	background-image: url("../img/quotes.png");
	background-repeat: no-repeat;
	background-size: 55px;
	font-size: 2.1em;
	color: #574497;
}
.single-post-quote-text {	
	font-family: merriweather-italic;
	padding: 38px 0px 23px 15px;
	font-size: 2.1rem;	
}
.single-post-quote-sign {
	font-family: merriweather-bold;
	text-align: right;
	padding-bottom: 38px;
	font-size: 2.0rem;
	
}
/* Авторы */
.page-authors-container {
	margin-top: 10px;
}
.page-authors-block {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.page-authors-title {
	color: #574497;
	font-family: merriweather;
	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;
}
dl.one-letter {
	color: #574497;
	font-family: merriweather;
	margin-block-start: 0px;
	margin-block-end: 0px;
}
dd.list-autors {
	margin-inline-start: 10px;
}
.list-autors a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
}
.list-autors a:hover {
	text-decoration: underline;
}
.footer-1,
.footer-2 {
	background-color: #e0d9f7;
}
.footer-1::before {
	content: '';
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 380px;
	border-top: 1px solid;
	margin: 0 auto; left: 0; right: 0;
	color: #cabff0;
}
.footer-1 {
	padding-top: 20px;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.footer-1 ul {
	list-style-type: none;
}
.footer-col-1 li a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}
.footer-col-2 li a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}
.footer-col-3 li a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}
.footer-col-4 li a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}
.footer-col-5 li a {
	color: #574497;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}
.footer-2 {
	padding-top: 10px;
	display: grid;
	grid-template-columns: 85% 15%;
}
.footer-2-col-1 {
	font-family: merriweather;
	font-size: 1.1rem;
    color: #574497;
	padding-left: 40px;
	margin-top: 10px;
}
.category-data a {
	text-decoration: none;
	font-family: merriweather-bold;
	color: #574497;
}
.bigletter2::first-letter {
	initial-letter: 2;
}
.bigletter3::first-letter {
	initial-letter: 3;
}
.bigletter4::first-letter {
	initial-letter: 4;
}
.category-books-main-container {
	display: flex;
}
.category-books-container {
	margin-top: 10px;
	width: 50%;
}
.category-books-container picture img {
	float: left;
	margin-right: 10px;
	width: 300px !important;
    height: auto !important;
    aspect-ratio: 118 / 167;
}
.category-books-main-container a {
	text-decoration: none;
	font-family: merriweather-bold;
	color: #574497;
}
.category-books-text {
	margin-right: 10px;
	font-size: 1.1rem;
	line-height: 1.3rem;
}