@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
*, *::before, *::after {
	box-sizing: border-box
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0
}
ul[role='list'], ol[role='list'] {
	list-style: none
}
body {
	min-height: 100vh;
	line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
	line-height: 1.1
}
h1, h2, h3, h4 {
	text-wrap: balance
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor
}
img, picture {
	max-width: 100%;
	display: block
}
input, button, textarea, select {
	font: inherit
}
textarea:not([rows]) {
	min-height: 10em
}
:target {
	scroll-margin-block: 5ex
}
html, body {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: normal;
	padding: 0;
	position: relative;
}
body .lino * {
	font-family: 'Palatino Linotype';
}
body .lino-it * {
	font-family: 'Palatino Linotype';
	font-style: italic;
}
body.home {
	background: url(../img/back-min.png) no-repeat center center;
	/* Обеспечиваем совместимость со старыми версиями браузеров */
	-webkit-background-size: cover;
	/* Для Safari 3-4 */
	-moz-background-size: cover;
	/* Для старых версий Firefox */
	-o-background-size: cover;
	/* Для старых версий Opera */
	/* Стандартное свойство */
	background-size: cover;
	overflow-x: hidden;
}
body.home:before {
	position: absolute;
	content: '';
}
.content *, .kama_breadcrumbs {
	font-family: 'Montserrat';
	font-size: 18px;
}
.content.big * {
	font-size: 28px;
}
.content.big h3 {
	font-size: 32px;
}
h2.to_post {}
h2.to_post a {}
h2.to_post a:hover {}
.bread {
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}
.bread .plus {
	margin: 0 0 0 50px;
}
.bread .plus button {
	font-size: 24px;
	color: #84806e;
	background: transparent;
	margin: -5px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
.bread .plus button:before {
	position: absolute;
	content: '';
	width: 28px;
	height: 37px;
	background: url(../img/plus.png) no-repeat center;
	left: 0;
	top: 0;
}
.kama_breadcrumbs a, .kama_breadcrumbs span {
	color: #424c8e;
}
.content p {
	margin: 0 0 30px;
}
.content h2, .content h3, .content h4 {
	margin: 0 0 20px;
	font-weight: bold;
}
.content h2 {
	font-size: 26px;
}
.content h3 {
	font-size: 24px;
	font-family: 'Palatino Linotype';
	font-style: italic;
}
.content h4 {
	font-size: 22px;
}
.content ul {
	margin: 0 0 30px;
}
.content ul li {
	margin: 0 0 5px;
}
main {
	position: relative;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: anchor-center;
}
section {
	padding: 50px 0;
	position: relative;
	width: 100%;
}
a, button {
	border: none;
	transition: all 0.3s ease;
	cursor: pointer;
	outline: none;
}
input, textarea {
	padding: 5px 10px;
	border: 1px solid #c5c2b4;
	outline: none;
}
input.wpcf7-submit {
	background: #c6c3b6;
	font-size: 20px;
	font-weight: bold;
	color: #605a4b;
	cursor: pointer;
}
form label {
	font-size: 16px;
}
.container {
	width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
}
.home header {
	padding: 20px 0;
}
header .inner {}
header .logoline {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 10px;
}
header .navline {}
header .navline ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 24px;
}
header .navline li {
	position: relative;
	/* padding: 0 80px 0 0; */
}
header .navline li:after {
	position: absolute;
	content: '/';
	color: #fff6d0;
	right: -32px;
}
header .navline li:last-child {
	padding: 0;
}
header .navline li:last-child:after, header .navline ul.sub-menu li:after, .home footer .navy {
	display: none;
}
header .navline a {
	color: #fff6d0;
	position: relative;
	z-index: 7777;
}
header .navline a:hover, header .current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
header .navline ul.sub-menu {
	display: none;
	position: absolute;
	margin: -50px 0 0;
	padding: 60px 0 0;
	z-index: 6666;
	width: 250px;
}
body:not(.home) header .navline ul.sub-menu {
	padding: 70px 0 0;
}
ul.sub-menu li, ul.sub-menu li:last-child {
	position: relative;
	background: #fff;
	padding: 5px 0 10px 30px;
	margin: 0 0 0 -30px;
}
.home ul.sub-menu li {
	background: transparent;
}
ul.sub-menu li:before {
	position: absolute;
	content: '.';
	color: #000;
	left: 10px;
	font-size: 50px;
	bottom: 5px;
}
.home ul.sub-menu li:before {
	color: #fff;
}
.home li:hover ul.sub-menu a {
	color: #fff;
}
.ins ul.sub-menu li:before {
	position: absolute;
	content: '.';
	color: #fff6d0;
	left: 10px;
	font-size: 50px;
	bottom: 5px;
}
.ins ul.sub-menu li a {
	color: #000;
	text-decoration: none;
}
.ins ul.sub-menu li a:hover {
	text-decoration: underline;
}
body:not(.home) header .navline ul.sub-menu li:before {
	color: #222954;
}
header .navline li:hover ul.sub-menu {
	display: block;
}
.home .person {
	position: relative;
	overflow: hidden;
	bottom: -250px;
	left: 300px;
}
.home footer {
	margin: 0 0 -150px;
	width: 100%;
	position: relative;
}
.home footer:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	box-shadow: 1px -20px 40px 40px #00000070;
	background: #00000070;
	bottom: 0;
}
.home .person p {
	color: #fff6d0;
}
.home .person p:last-child {
	font-size: 22px;
	padding: 100px 0 0;
}
footer .bottomline {
	color: #fff6d0;
	font-size: 18px;
	position: relative;
	z-index: 6666;
	padding: 5px 0;
	border-top: 1px solid #fff;
	text-align: center;
}
header.ins {
	background: url(/wp-content/uploads/2025/06/head-bg-min.jpg) no-repeat center / cover;
	position: relative;
}
header.ins:after {
	position: absolute;
	content: '';
	background: url(../img/head-bg-over.png) no-repeat center / cover;
}
header.ins .logoline {
	display: block;
	transition: all .3s ease;
}
header.ins .topline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ins main {
	display: block;
}
.ins main footer {
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	background: url(../img/footer.png) no-repeat center / cover;
	padding: 15px 0;
}
.ins footer .bottomline {
	border: none;
}
.titleline h1 {
	font-family: 'Great Vibes';
	color: #424c8e;
	font-size: 50px;
}
.content h2 {font-family: 'Great Vibes'; color:#84806e; font-size:32px; font-weight:normal; word-spacing:22px;}
.exline p {
	color: #414c8d;
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0;
}
.radioitem {background:url(../img/becor.png) no-repeat center bottom; padding-bottom:30px; margin-bottom:80px; text-align:center; }
.radioitem audio {width:80%;}
header .navline .sub-menu a {
	color: #000;
}
header.ins .navline {
	background: linear-gradient(to bottom, rgb(238, 236, 232) 0%, rgb(197, 194, 180) 100%);
	padding: 16px 0;
	border-top: 2px solid #fff;
	margin: 20px 0 0;
}
header.ins .navline a {
	color: #222954;
}
header.ins .navline a:hover, header.ins .current-menu-item a {
	color: #909090;
}
header.ins .navline li:after {
	color: #222954;
}
.catlist {
	display: flex;
	flex-wrap: wrap;
}
.catlist.sd {
	justify-content: space-between;
}
.catlist .list-item {
	flex: 0 0 23%;
	margin: 0 2.5% 50px 0;
	text-align: center;
	padding: 0 0 35px;
	background: url(../img/becor.png) no-repeat center bottom;
}
.catlist .list-item img {
	width: 100%;
	height: inherit;
}
.catlist.sd .list-item {
	margin: 0 0 50px;
}
.list-item:hover a.button2 {
	color: #e0d5a8;
}
.list-item:hover a.button1 {
	opacity: .8;
}
.list-item a.button1 {
	display: block;
	/* height: 430px; */
	transition: all .3s ease;
}
.list-item a.button1>div {
	height: 100%;
	width: 100%;
}
.list-item a.button2 {
	font-size: 28px;
	color: #000;
	padding: 10px 0 0;
	display: block;
}
ul.bottom-menu {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-type: none;
	margin: 70px 0;
	padding: 0;
	width: 400px;
}
ul.bottom-menu li {
	position: relative;
	margin: 0 0 5px;
}
ul.bottom-menu li a {
	color: #fff6d0;
	font-family: 'Montserrat';
	font-size: 20px;
	position: relative;
	padding: 0 0 0 15px;
}
ul.bottom-menu li a:before {
	position: absolute;
	content: '-';
	left: 0;
	bottom: 1px;
}
ul.bottom-menu li a:hover {
	color: #fff;
}
ul.post-list {}
ul.post-list li {
	list-style-type: disc;
	color: #222954;
	font-size: 20px;
}
ul.post-list a {
	color: #222954;
	font-size: 24px;
	font-family: 'Palatino Linotype';
	font-style: italic;
	font-weight: bold;
}
ul.post-list a:hover {
	color: #000;
	text-decoration: underline;
}
.category h1.int {
	display: none;
}
button.sound {
	position: absolute;
	top: 0;
	right: 20px;
	width: 50px;
	height: 90px;
	background: transparent;
}
button.sound.play {
	animation: animate_grow 2s infinite;
}
@keyframes animate_grow {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.09, 1.09, 1.09);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}
button.sound.pouse:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff6d0;
	left: 0;
	transform: rotate(45deg);
	top: 42px;
}
.s-forem {
	margin: 20px 0 0;
}
.search-form {
	display: flex;
	align-items: center;
	position: relative;
}
.search-form .form-group {
	position: relative;
	width: 350px;
}
.search-form input {
	border: 1px solid #414c8d;
	border-radius: 22px;
	font-size: 20px;
	color: #222954;
	padding: 10px 40px 10px 20px;
	width: 100%;
}
.search-form button {
	width: 23px;
	height: 32px;
	background: url(../img/serch.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 7px;
}
.srch h1 {
	font-size: 28px;
	margin: 0 0 20px;
}
.srch h1 em {
	font-size: 20px;
	margin: 0 0 0 10px;
	color: #222954;
}
.page-id-43 .bread .plus {
	display: none;
}
.navline .s-forem {
	display:none;
}
.error404 .big {
	color: #c6c3b5;
}
.error404 .big h1 {
	font-size:78px;
}
.error404 a.gohome {
color: #222954;	
margin:15px 0 0 ;
display: block;
}
.error404 a.gohome:hover {
	color: #000;
	text-decoration:underline;
}
ul.pagination {
	display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination li {
	font-size: 22px;
	font-family: 'Montserrat';
	    margin: 0 7px;
}
ul.pagination a {
	font-size: 22px;
	text-decoration:underline;
	color:#000;
}
ul.pagination a:hover {
	color: #ddb285;
	text-decoration:none;
}
ul.pagination span {
	color: #ddb285;
	font-size: 22px;
}
ul.pagination span.txts {
	color: #000;
	margin:0 9px 0 0;
}



.content article h1 {
	font-size: 49px;
    padding: 15px 0 25px;
font-family: "Great Vibes", cursive;
  font-weight: bold;
  font-style: normal;
	color:#424c8e;
}
.content.big article h1 {
	font-size: 38px;
}
.content article p>a {
	color: #5667cd;
	font-size:12px;
}
.single-post header h1.int {
	display:none;
}
.single-post .content p {
	margin: 0;
}
.single-post .content .pdf {
	
	margin:20px 0 0;
	    display: inline-block;
    text-align: center;
}
.single-post .content .pdf img, .single-post .content .pdf picture {
	display: block;
    margin: 0 auto;
}
.single-post .content .pdf a {
	color:#424c8e;
	font-size:18px;
	font-weight: bold;
}
.single-post .content .pdf a:hover {
	opacity:.8;
}
@media all and (max-width:1414px) {
	.container {
		width: 1200px;
	}
	.catlist .list-item {
		flex: 0 0 48%;
	}
	header .navline li:after {
		right: -25px;
	}
	body.home {
		background: url(../img/back-min_cr.png) no-repeat center/cover;
	}
	.home .person {
		width: 500px;
	}
}
@media all and (max-width:1200px) {
	.container {
		width: 1000px;
	}
	header .navline li:after {
		right: -15px;
	}
	footer .bottomline {
		font-size: 16px;
	}
}
@media all and (max-width:1023px) {
	header .navline {
		display: none;
	}
	article {background:none;}
	.container {
		width: 95%;
	}
	.home .person {
		width: 100%;
		left: 0;
		bottom: -100px;
	}
	.home footer {
		margin: 0 0 -30px;
	}
	.home .person p:last-child, footer .bottomline {
		font-size: 14px;
	}
	.home .person .picture, .home .person img {
		width: 100px;
	}
	html #wpadminbar, .audio-controls {
		height: 46px;
		min-width: 240px;
		display: none;
	}
	header.ins .logoline {
		display: block;
		margin: 30px 0 0;
	}
	header.ins .titleline, header.ins .exline {
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
	header.ins .exline {
		margin: 0 0 20px;
	}
	header.ins .logoline .s-forem {
		display: none;
	}
	button.burg {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		border: none;
		background: transparent;
		height: 25px;
		padding: 0;
		margin: 0;
		z-index: 9999;
	}
	button.burg span {
		width: 100%;
		height: 2px;
		display: block;
		background: #fff;
	}
	button.burg.open span {
		opacity: 0;
	}
	button.burg:before, button.burg:after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		border: none;
		background: #fff;
		transition: all .3s ease;
	}
	button.burg:after {
		top: auto;
		bottom: 0;
	}
	button.burg.open:before {
		transform: rotate(45deg);
		top: 12px;
		background: #000;
	}
	button.burg.open:after {
		transform: rotate(135deg);
		bottom: 11px;
		background: #000;
	}
	header.ins .navline a, header.ins .navline a:hover, header.ins .current-menu-item a, .ins ul.sub-menu li a {
		color: #000;
	}
	body.hd {
		/* overflow: hidden; */
	}
	header .navline.open li:after {
		display: none;
	}
	header .navline.open {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100vh;
		background: #fff;
		z-index: 8888;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-default {
		padding:40px 0;
	}
	header.ins .navline.open {
		background: #bcbab5;
	}
	header .navline.open ul {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	header .navline li {
		flex: 0 0 100%;
		margin: 0 0 15px;
		position: relative;
	}
	header .navline .navbar ul li.menu-item-has-children:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		right: 0;
		top: 10px;
		background: url(../img/angle_down.png) no-repeat center / contain;
		transition: all .3s ease;
	}
	header .navline .navbar ul li.menu-item-has-children.active:before {
		transform: rotate(180deg);
	}
	header .navline li ul.sub-menu, body:not(.home) header .navline ul.sub-menu {
		position: relative;
		width: 100%;
		font-size: 16px;
		padding: 0;
		margin: 15px 0 0;
	}
	ul.sub-menu li, ul.sub-menu li:last-child {
		margin: 0;
	}
	header .navline .navbar li ul.sub-menu li {
		background: transparent;
		list-style-type: none;
		padding: 0;
		margin: 10px 0;
	}
	header .navline li:hover ul.sub-menu li:before, ul.sub-menu li:before, .kama_breadcrumbs {
		display: none;
	}
	.home li:hover ul.sub-menu a, header .navline a {
		color: #000;
	}
	body.hd .logoline {
		position: relative;
		/* z-index: 9999; */
	}
	.navline .s-forem {
		width: 100%;
		margin: 0 0 40px;
		display: block;
	}
	.navline .s-forem .form-group {
		width: 100%;
	}
	header .navline li:hover ul.sub-menu {
		display: none;
	}
	.bread .plus {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.list-item a.button2 {
    font-size: 18px;
	}
	ul.bottom-menu {
		width:100%;
	}
}

@media all and (max-width:400px) {
	ul.bottom-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    list-style-type: none;
    margin: 70px 0;
    padding: 0;
}
ul.bottom-menu li a, header .navline a {
    font-size: 18px;
} 
}