/* Ð¾Ð±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸*/

*::selection {
	color: #000;
	/* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
	background: rgba(42, 97, 165, 0.6);
	/* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
}

body {
	display: flex;
	min-height: 100vh;
	width: 100%;
	flex-direction: column;
	margin: 0px;
	font-family: Arial;
	text-decoration: none;
	background-size: 16px 16px;
}

h1 {
	font-size: 40px;
}

@media(max-width: 1400px) {
	h1 {
		font-size: 36px;
	}
}

@media(max-width: 1600px) {
	h1 {
		font-size: 38px;
	}
}

@media(max-width: 1200px) {
	h1 {
		font-size: 34px;
	}
}

@media(max-width: 1000px) {
	h1 {
		font-size: 32px;
	}
}

@media(max-width: 800px) {
	h1 {
		font-size: 30px;
	}
}

@media(max-width: 600px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-size: 34px;
}

@media(max-width: 1400px) {
	h2 {
		font-size: 30px;
	}
}

@media(max-width: 1600px) {
	h2 {
		font-size: 32px;
	}
}

@media(max-width: 1200px) {
	h2 {
		font-size: 28px;
	}
}

@media(max-width: 1000px) {
	h2 {
		font-size: 26px;
	}
}

@media(max-width: 800px) {
	h2 {
		font-size: 24px;
	}
}

@media(max-width: 600px) {
	h2 {
		font-size: 22px;
	}
}

h3 {
	font-size: 32px;
}

@media(max-width: 1600px) {
	h3 {
		font-size: 30px;
	}
}

@media(max-width: 1400px) {
	h3 {
		font-size: 28px;
	}
}

@media(max-width: 1200px) {
	h3 {
		font-size: 26px;
	}
}

@media(max-width: 1000px) {
	h3 {
		font-size: 24px;
	}
}

@media(max-width: 800px) {
	h3 {
		font-size: 22px;
	}
}

@media(max-width: 600px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 30px;
}

@media(max-width: 1600px) {
	h4 {
		font-size: 28px;
	}
}

@media(max-width: 1400px) {
	h4 {
		font-size: 26px;
	}
}

@media(max-width: 1200px) {
	h4 {
		font-size: 24px;
	}
}

@media(max-width: 1000px) {
	h4 {
		font-size: 22px;
	}
}

@media(max-width: 800px) {
	h4 {
		font-size: 20px;
	}
}

@media(max-width: 600px) {
	h4 {
		font-size: 19px;
	}
}

h5 {
	font-size: 28px;
}

@media(max-width: 1600px) {
	h5 {
		font-size: 26px;
	}
}

@media(max-width: 1400px) {
	h5 {
		font-size: 24px;
	}
}

@media(max-width: 1200px) {
	h5 {
		font-size: 22px;
	}
}

@media(max-width: 1000px) {
	h5 {
		font-size: 20px;
	}
}

@media(max-width: 800px) {
	h5 {
		font-size: 18px;
	}
}

@media(max-width: 600px) {
	h5 {
		font-size: 17px;
	}
}

h6 {
	font-size: 26px;
}

@media(max-width: 1600px) {
	h6 {
		font-size: 24px;
	}
}

@media(max-width: 1400px) {
	h6 {
		font-size: 22px;
	}
}

@media(max-width: 1200px) {
	h6 {
		font-size: 20px;
	}
}

@media(max-width: 1000px) {
	h6 {
		font-size: 18px;
	}
}

@media(max-width: 800px) {
	h6 {
		font-size: 16px;
	}
}

@media(max-width: 600px) {
	h6 {
		font-size: 15px;
	}
}

p,
a,
ul,
ol,
span,
td {
	font-size: 24px;
	text-align: justify;
}

@media(max-width: 1600px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 22px;
	}
}

@media(max-width: 1400px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 20px;
	}
}

@media(max-width: 1200px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 18px;
	}
}

@media(max-width: 1000px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 16px;
	}
}

@media(max-width: 800px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 14px;
	}
}

@media(max-width: 500px) {
	p,
	a,
	ul,
	ol,
	span,
	td {
		font-size: 12px;
	}
}

main {
	flex: 1;
	background-color: white;
}

main>div:first-child {
	display: block;
	width: 100%;
}

.wrapper {
	display: block;
	margin: auto;
	max-width: 1920px;
	width: 100%;
}


/*========================HEADER=============================*/

header.header {
	position: fixed;
	transition: 1.5s;
	width: 100%;
	height: 80px;
	/*position:absolute;z-index:10;*/
	background-color: #241084;
	background-size: 20px 20px;
}
header .wrapper {
	width: 100%;
	max-width: 1920px;
}
header .wrapper .fix {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media(max-width: 1080px) {
	header {
		height: 60px;
	}
}


/*--------------------HEADER:fix-----------------------------*/

.fixed {
	position: fixed;
	top: 0;
	transition: 1.5s;
}


/*-------------------HEADER:Ð›Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿-------------------------*/

div .logo {
	float: left;
	margin-left: 10px;
}

.logo img {
	width: 140px;
}

@media(max-width: 1080px) {
	.logo img {
		width: 150px;
	}
}


/*.click img{opacity: 0.8;}
.click img:hover{opacity: 1;}*/


/*-------------------HEADER:Ð¼ÐµÐ½ÑŽ-----------------------------*/


/*.menu-bk-container {height: 40px;position: relative;margin-left: 120px;}*/

.menu-bk-container ul {
	display: block;
	margin: 0 auto;
}

.top-menu li {
	float: left;
	list-style: none;
	padding: 10px 30px;
}

@media(max-width: 480px) {
	.top-menu li {
		padding: 10px 7px;
	}
}

.top-menu a {
	color: #fff;
	position: relative;
	text-transform: uppercase;
}

.top-menu>li a:hover {
	color: #000;
	transition: color 0.5s ease;
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}


/* Ð­Ñ„Ñ„ÐµÐºÑ‚ 12: ÐºÑ€ÑƒÐ³ Ð½Ð° Ñ„Ð¾Ð½Ðµ */

/*.top-menu a::before,*/
/*.top-menu a::after {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	width: 50px;*/
/*	height: 50px;*/
/*	border: 2px solid rgba(255, 1, 1, 0.3);*/
/*	border-radius: 50%;*/
/*	content: '';*/
/*	opacity: 0;*/
/*	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
/*	-moz-transition: -moz-transform 0.3s, opacity 0.3s;*/
/*	transition: transform 0.3s, opacity 0.3s;*/
/*	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);*/
/*	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);*/
/*	transform: translateX(-50%) translateY(-50%) scale(0.2);*/
/*}*/

#menu-item-27 {
	display: none
}

#menu-item-28 {
	display: none
}

#menu-item-31 {
	display: none
}

.top-menu a::after {
	width: 40px;
	height: 40px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

/*.top-menu a:hover::before,*/
/*.top-menu a:hover::after,*/
/*.top-menu a:focus::before,*/
/*.top-menu a:focus::after {*/
/*	opacity: 1;*/
/*	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);*/
/*	-moz-transform: translateX(-50%) translateY(-50%) scale(1);*/
/*	transform: translateX(-50%) translateY(-50%) scale(1);*/
/*}*/


/*--------------HEADER:ÐºÐ½Ð¾Ð¿ÐºÐ°_ÑÐºÐ¾Ñ€Ñ---------------------------------------*/

header>div:nth-child(1)>div:nth-child(2) {
	position: relative;
	height: 100%;
	width: 85px;
	float: right;
	margin-right: 30px;
}

@media(max-width: 1350px) {
	header>div:nth-child(1)>div:nth-child(2) {
		margin-right: 0px;
	}
}

@media(max-width: 768px) {
	header>div:nth-child(1)>div:nth-child(2) {
		margin-left: calc(100% - 100px);
		width: 55px;
	}
}

.to-top {
	display: none;
	font-size: 30px;
	padding: 20px 23px;
	position: fixed;
	bottom: 30px;
	border-radius: 100px;
	background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
	border: 1px #000 solid;
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}

@media(max-width: 1350px) {
	.to-top {
		bottom: 5px;
	}
}

@media(max-width: 768px) {
	.to-top {
		font-size: 20px;
		padding: 12px 14px;
	}
}

.to-top:hover {
	opacity: 1;
	color: red;
}

section.parallax {
	width: 100%;
	height: 55vh;
	box-sizing: border-box;
	background: url(/wp-content/uploads/bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	box-shadow: inset 0px -10px 17px 0px rgba(0, 0, 0, 0.75), inset 0px 10px 17px 0px rgba(0, 0, 0, 0.75);
	padding: 0 30px;
}

@media(max-width: 1250px) {
	section.parallax {
		height: 50vh;
	}
}

@media(max-width: 1100px) {
	section.parallax {
		height: 45vh;
	}
}

@media(max-width: 1080px) {
	section.parallax {
		background-position: 0 60px;
	}
}

@media(max-width: 900px) {
	section.parallax {
		height: 45vh;
	}
}

@media(max-width: 768px) {
	section.parallax {
		height: 40vh;
	}
}

@media(max-width: 650px) {
	section.parallax {
		height: 20vh;
	}
}

@media(max-width: 520px) {
	section.parallax {
		height: 15vh;
	}
}

@media(max-width: 390px) {
	section.parallax {
		height: 12vh;
	}
}

article.page {
	display: block;
}
article.page img {
    margin: 10px auto;
    border: 9px solid rgba(36, 16, 132, 0.7);
}
article.page img:hover {
    border: 9px solid rgba(36, 16, 132, 0.8);
}

.home main {
	width: calc(100% - 40px);
	padding: 5px 30px;
	margin: 0 auto;
	max-width: 1920px;
	border-left: 2px solid #241084;
	border-right: 2px solid #241084;
	box-sizing: border-box;
}

.home main h1 {
	margin: 20px;
	text-align: center;
}

div.breadcrumbs {
	border-bottom: 1px solid #eee;
	font-size: 24px;
	color: #000;
	padding: 10px 20px;
	min-height: 20px;
}

div.breadcrumbs span {}

.sep {
	/*Ð´Ð»Ñ Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»Ñ*/
}

.breadcrumbs span.current {
	/*Ð´Ð»Ñ Ñ‚ÐµÐºÑƒÑ‰ÐµÐ¹ Â«ÐºÑ€Ð¾ÑˆÐºÐ¸Â»*/
	color: #e01821;
}

.content-block {
	float: left;
	margin: 30px;
	border: 2px solid black;
	padding: 15px;
	box-shadow: -1px 0px 20px 0px rgb(0, 0, 0);
	border-radius: 10px;
}

@media(max-width: 768px) {
	.content-block {
		float: none;
	}
}

@media(max-width: 400px) {
	.content-block {
		margin: 0px;
	}
}

.title-content {
	text-align: center;
	font-weight: bold;
}

.content-block li:before {
	content: none;
}

.content-block li {
	border-bottom: 1px solid;
	padding: 2px;
}

.content-block li:hover {
	background-color: rgba(255, 0, 0, 0.4);
}

.content-block li a {}

.content-block li a:hover {}

.button {
	text-transform: uppercase;
	display: block;
	width: 420px;
	margin: 20px auto;
	padding: 15px 10px;
	border: 4px solid #241084;
	background-color: rgba(0, 0, 0, 1);
	text-align: center;
	color: #f1f1f1;
	font-weight: 800;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-shadow: inset 0px 0px 20px 0px rgb(255, 1, 1);
	clear: both;
}

@media(max-width:500px) {
	.button {
		width: 250px;
	}
}

.button:hover {
	background-color: #241084;
	border: 4px solid rgba(0, 0, 0, 1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-shadow: inset 0px 0px 20px 0px rgb(0, 0, 0, 1), 0px 0px 20px 0px rgb(0, 0, 0);
}

.topic {
	display: block;
	margin-top: -80px;
	padding-top: 80px
}

@media(max-width:1080px) {
	.topic {
		display: block;
		margin-top: -60px;
		padding-top: 60px
	}
}

.topic strong {
	border-left: 4px solid red;
	padding-left: 10px;
}
article.page {
	margin-top: 15px;
}

main.m_page {
    width: calc(100% - 40px);
    margin: 80px auto 0 auto;
    max-width: 1920px;
    border-left: 2px solid #241084;
    border-right: 2px solid #241084;
}
main.m_page article {
	padding: 0 20px 20px 20px;
}

footer {
	color: white;
	background-color: #241084;
	background-size: 20px 20px;
	padding: 20px;
}

footer p {
	text-align: center;
}
