@font-face {
font-family: 'OpenSans';
src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap; }

@font-face {
font-family: 'OpenSans';
src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap; }

@font-face {
font-family: 'OpenSans';
src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
font-display: swap; }

@font-face {
font-family: 'TrajanPro3';
src: url("../fonts/TrajanPro3Regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: swap; }

* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }

body {
font-family: 'OpenSans', sans-serif;
font-weight: normal;
-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
font-feature-settings: 'pnum' on, 'lnum' on;
min-width: 320px;
overflow-x: hidden;
position: relative;
margin: 0; }
body.mnu-active {
overflow: hidden; }

a {
display: inline-block;
text-decoration: none;
color: #fff; }
a:hover, a:focus, a:active {
text-decoration: none;
outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
line-height: normal; }

ul {
margin: 0;
padding: 0; }

input,
button,
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none; }

img {
max-width: 100%;
height: auto;
vertical-align: top; }

.c-container {
width: 1330px;
margin: auto;
position: relative; }

/* Header */
.header {
background-color: #222e54; }
.header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.header-logo {
width: 370px;
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-logo img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px; }
.header-logo-title {
display: block;
font-size: 17px;
font-family: "TrajanPro3", sans-serif;
color: #fff;
margin-bottom: 10px; }
.header-logo-desc {
display: block;
font-size: 14px;
color: #fff; }
.header-quote {
width: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.header-quote img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px; }
.header-quote-author {
font-size: 14px;
font-weight: bold;
color: #fff;
margin-bottom: 5px; }
.header-quote-text {
font-size: 14px;
line-height: 1.6;
color: #fff; }
.header-links {
background-color: #192648;
padding: 25px 50px 30px 25px; }
.header-links li {
display: block;
padding-left: 20px;
position: relative;
margin-bottom: 10px; }
.header-links li:before {
content: '';
width: 13px;
height: 1px;
background-color: #ffd54d;
position: absolute;
top: 50%;
left: 0; }
.header-links li:last-child {
margin-bottom: 0; }
.header-links a {
font-size: 14px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-links a:hover {
color: #ffd54d; }
.header-mnu li {
display: inline-block;
margin-right: 30px;
position: relative; }
.header-mnu li:last-child {
margin-right: 15px; }
.header-mnu li.header-mnu-item {
margin-right: 15px; }
.menu-item-has-children {
padding-right: 15px; }
.header-mnu li a {
position: relative; }
.header-mnu li a:before {
content: '';
width: 100%;
height: 1px;
background-color: #ff9600;
position: absolute;
bottom: -5px;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-mnu li a:after {
content: '';
width: 100%;
height: 1px;
background-color: #ff9600;
position: absolute;
bottom: -9px;
left: 0;
opacity: 0;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-mnu .current-menu-item a:before, .header-mnu .current-menu-item a:after {
opacity: 1; }
.header-mnu-item {
cursor: pointer;
padding-right: 15px;
position: relative; }
.menu-item-has-children:after {
content: '';
width: 8px;
height: 7px;
background: url("../img/arrow-down.png") no-repeat center;
position: absolute;
right: 0;
top: 9px; }
/*.sub-menu {
position: absolute;
left: -15px;
padding-top: 16px;
z-index: 100;
display: none; }*/
.sub-menu {
	position: absolute;
left: -15px;
padding-top: 16px;
z-index: 100;
display: none;
width: 185px;
background-color: #f3c83b;
padding: 15px 15px 25px;
-webkit-box-shadow: 10px 7px 26px 0.54px rgba(0, 0, 2, 0.16);
box-shadow: 10px 7px 26px 0.54px rgba(0, 0, 2, 0.16); }
.menu-item-has-children:hover .sub-menu{
	display: block;
}
@media only screen and (max-width: 1023px){
.sub-menu{
position: relative;
padding: 10px 0 0 10px;
    left:auto;
    box-shadow:none;
    display: block;
    background: none;
}	
}

.sub-menu li {
display: block;
margin-right: 0;
padding-left: 10px;
margin-bottom: 5px; }
.sub-menu li:before {
content: '';
width: 5px;
height: 1px;
background-color: #222e54;
position: absolute;
top: 50%;
left: 0; }
.sub-menu li:last-child {
margin-bottom: 0; }
.sub-menu a:before, .sub-menu a:after {
display: none; }
.header-mnu a {
font-size: 14px;
color: #222e54;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-mnu a:hover {
color: #314278; }
.header-mnu-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.header-mnu-wrapper {
background-color: #ffd54d;
padding: 10px 0; }
.header-donate-btn {
background-color: #222e54;
padding: 10px 15px;
font-size: 14px;
line-height: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.header-donate-btn:hover {
background-color: #314278; }

.toggle-nav {
display: none; }

.body-dark {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
z-index: -1;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s; }
.body-dark.active {
opacity: 1;
z-index: 999; }

.mnu li {
display: block;
margin-bottom: 10px; }
.mnu li:last-child {
margin-bottom: 0; }

.mnu-drop {
padding-left: 10px;
padding-top: 10px;
display: none; }

.mnu-wrapper {
position: fixed;
top: 0;
right: -100%;
width: 300px;
height: 100%;
background-color: #222e54;
padding: 40px 30px;
z-index: 99999;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.mnu-wrapper.active {
right: 0; }

.mnu-close {
width: 30px;
height: 30px;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
cursor: pointer; }

/* Sidebar */
.page {
padding: 20px 0 100px; }
.page-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-right: 20px; }
.page-content {
width: 970px; }
.page-subtitle {
font-size: 24px;
font-family: "TrajanPro3", sans-serif;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 35px; }
.page-title {
font-size: 24px;
font-family: "TrajanPro3", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: normal; }

.p-text {
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px; }

.crumbs {
margin-bottom: 60px; }
.crumbs li {
display: inline-block;
padding-right: 7px;
position: relative; }
.crumbs li:after {
content: '';
width: 4px;
height: 1px;
background-color: #999;
position: absolute;
top: 60%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0; }
.crumbs li:last-child {
padding-right: 0; }
.crumbs li:last-child:after {
display: none; }
.crumbs a {
font-size: 13px;
color: #999;
text-decoration: underline;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.crumbs a:hover {
color: #ffd54d; }

.sidebar {
width: 300px; }
.sidebar-subtitle {
font-size: 18px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 15px; }
.sidebar-download {
background: #ffd54d url("../img/main-about-icon-4.png") no-repeat 20px center;
padding: 20px 20px 20px 80px;
font-weight: 600;
font-size: 14px;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-bottom: 50px; }
.sidebar-download:hover {
background-color: #222e54;
color: #fff; }
.sidebar-download span {
font-weight: bold; }
.sidebar-mnu {
margin-bottom: 50px;
padding-left: 40px; }
.sidebar-mnu-list li {
display: block;
position: relative;
margin-bottom: 10px; }
.sidebar-mnu-list li:before {
content: '';
width: 14px;
height: 1px;
background-color: #ffd54d;
position: absolute;
top: 12px;
left: -25px; }
.sidebar-mnu-list li:last-child {
margin-bottom: 0; }
.sidebar-mnu-list a {
font-size: 14px;
color: #222e54;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.sidebar-mnu-list a:hover {
color: #e6b000; }
.sidebar-topics {
background: url("../img/topics-icon.png") no-repeat left top; }
.sidebar-donate {
background-color: #222e54;
padding: 15px 15px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-bottom: 50px; }
.sidebar-donate:hover {
background-color: #314278; }
.sidebar-donate img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px; }
.sidebar-donate-title {
display: block;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px; }
.sidebar-donate-text {
display: block;
font-size: 14px;
line-height: 1.4; }
.sidebar-materials {
background: url("../img/materials-icon.png") no-repeat left top; }
.sidebar-books {
background: url("../img/books-icon.png") no-repeat left top; }
.sidebar-store {
background-color: #ffd54d;
padding: 20px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-bottom: 50px; }
.sidebar-store:hover {
background-color: #222e54; }
.sidebar-store:hover .sidebar-store-title {
color: #fff; }
.sidebar-store:hover .sidebar-store-text {
color: #fff; }
.sidebar-store img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px; }
.sidebar-store-title {
display: block;
font-size: 14px;
font-weight: bold;
color: #000;
margin-bottom: 5px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.sidebar-store-text {
font-size: 14px;
line-height: 1.4;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }

.urgent {
background: url("../img/urgent-icon.png") no-repeat left top;
padding-left: 40px;
margin-bottom: 30px; }
.urgent-list li {
display: block;
padding-left: 10px;
position: relative;
margin-bottom: 8px; }
.urgent-list li:before {
content: '';
width: 4px;
height: 1px;
background-color: #222e54;
position: absolute;
top: 50%;
left: 0; }
.urgent-list li:last-child {
margin-bottom: 0; }
.urgent-list a {
font-size: 16px;
color: #222e54;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.urgent-list a:hover {
color: #314278; }

/* Footer */
.footer {
background-color: #222e54;
padding: 30px 0; }
.footer-copy {
font-size: 13px;
color: #dedede;
line-height: 1.6;
margin-bottom: 20px; }
.footer-copy span {
font-weight: bold; }
.footer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.footer-info-item {
font-size: 13px;
color: #dedede;
margin-right: 12px;
padding-right: 12px;
position: relative; }
.footer-info-item:after {
content: '';
width: 2px;
height: 100%;
background-color: #dedede;
position: absolute;
top: 0;
right: 0; }
.footer-info-item:last-child {
margin-right: 0;
padding-right: 0; }
.footer-info-item:last-child:after {
display: none; }
.footer-info-item a {
color: #dedede;
text-decoration: underline; }

.main-articles {
margin-bottom: 60px; }
.main-articles-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-articles-item {
width: 47%;
margin-bottom: 40px; }
.main-articles-item-img {
padding-right: 40px; }
.main-articles-item-img img {
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.main-articles-item-title {
margin: 25px 0;
font-size: 15px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal; }
.main-articles-item-desc {
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px; }
.main-articles-item-link {
font-size: 14px;
font-weight: 600;
text-decoration: underline;
color: #222e54;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-articles-item-link:hover {
color: #ffd54d;
text-decoration: underline; }
.main-articles-more {
background-color: #222e54;
padding: 15px 35px;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-articles-more:hover {
background-color: #ffd54d;
color: #000; }

.main-news {
margin-bottom: 60px; }
.main-news-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px; }
.main-news-top .page-subtitle {
margin-bottom: 0; }
.main-news-more {
background-color: #222e54;
padding: 12px 20px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-news-more:hover {
background-color: #ffd54d;
color: #000; }
.main-news-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.main-news-item {
width: 29%; }
.main-news-item-img img {
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.main-news-item-title {
margin: 20px 0 15px;
font-size: 14px;
font-weight: 600;
line-height: 1.4; }
.main-news-item-desc {
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px; }
.main-news-item-link {
font-size: 14px;
color: #222e54;
font-weight: 600;
text-decoration: underline;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-news-item-link:hover {
color: #ffd54d;
text-decoration: underline; }

.team {
margin-bottom: 60px; }
.team .page-subtitle {
margin-bottom: 60px; }
.team-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -50px; }
.team-item {
width: 25%;
text-align: center;
margin-bottom: 50px; }
.team-item-name, .team-item-name a {
margin: 5px 0 10px;
font-size: 16px;
font-weight: 600;
color:#333;}
.team-item-desc {
font-size: 14px;
line-height: 1.6;
padding: 0 20px; }

.cathedral {
background-color: #ffd54d;
padding: 40px;
margin-bottom: 60px; }
.cathedral-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cathedral-list li{
	width: 48%;
}
@media only screen and (max-width: 720px){
	.cathedral-list li{
margin-right: 0;
width: 100%; }
}
.cathedral-list li {
display: block;
padding-left: 20px;
position: relative;
margin-bottom: 10px; }
.cathedral-list li:last-child {
margin-bottom: 0; }
.cathedral-list li:before {
content: '';
width: 15px;
height: 1px;
background-color: #222e54;
position: absolute;
top: 10px;
left: 0; }
.cathedral-list a {
color: #000; }
.cathedral-list-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }

.main-about {
margin-bottom: 60px; }
.main-about-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -20px; }
.main-about-item {
width: 33%;
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.main-about-item:hover .main-about-item-text {
color: #222e54; }
.main-about-item-icon {
width: 45px;
text-align: center;
margin-right: 20px;
-ms-flex-negative: 0;
flex-shrink: 0; }
.main-about-item-text {
font-size: 14px;
color: #000;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }

.main-articles-other {
background-color: #25345d;
padding: 40px; }
.main-articles-other .page-subtitle {
color: #fff; }
.main-articles-other-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none; }
.main-articles-other-list li {
padding-right: 20px;
width: 50%;
margin-bottom: 10px;
position: relative;
padding-left: 20px; }
.main-articles-other-list li:before {
content: '';
width: 15px;
height: 1px;
background-color: #fff;
position: absolute;
top: 10px;
left: 0; }

/* Category page */
.category-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 50px; }
.category-item:last-of-type {
margin-bottom: 0; }
.category-item-img {
width: 240px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 25px; }
.category-item-img img {
width: 100%;
-o-object-fit: cover;
object-fit: cover; }
.category-item-info {
width: 100%; }
.category-item-title {
font-size: 18px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal;
margin-bottom: 10px; }
.category-item-title a {
color: #333;}
.category-item-desc {
font-size: 14px;
line-height: 1.6;
margin-bottom: 12px; }
.category-item-link {
font-size: 14px;
color: #222e54;
text-decoration: underline;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.category-item-link:hover {
color: #ffd54d;
text-decoration: underline; }

/* Publish page */
.publish-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -12px 20px; }

.publish-item {
width: 30.9%;
margin: 0 12px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;
border: 1px solid #d7d7d7;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.publish-item:hover {
border-color: #222e54;
color: #222e54; }
.publish-item-icon {
width: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0; }
.publish-item-text {
display: block;
font-size: 14px;
font-family: "TrajanPro3", sans-serif;
color: #000;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }

/* Article page */
.article-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 25px; }
.article-block-info {
width: 100%; }
.article-block-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.article-block-reverse .article-img {
margin-left: 20px;
margin-right: 0; }

.article-img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px; }

.article-subtitle {
font-size: 20px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal;
margin-bottom: 15px; }

/* Vacancies page */
.vacancies-desc {
font-size: 18px;
line-height: 1.6;
margin-bottom: 35px; }

.vacancies-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: -30px; }

.vacancies-item {
width: 48%;
border: 1px solid #d7d7d7;
padding: 20px 20px 40px;
margin-bottom: 30px; }
.vacancies-item-title {
font-size: 18px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 10px; }
.vacancies-item-desc {
font-size: 14px;
margin-bottom: 20px; }
.vacancies-item-subtitle {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px; }
.vacancies-item-list {
margin-bottom: 20px; }
.vacancies-item-list li {
display: block;
font-size: 14px;
margin-bottom: 5px; }
.vacancies-item-list li:last-child {
margin-bottom: 0; }
.vacancies-item-btn {
background-color: #222e54;
padding: 13px 20px;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.vacancies-item-btn:hover {
background-color: #ffd54d;
color: #000; }

/* Contacts page */
.contacts-form {
width: 890px;
margin-top: 40px; }
.contacts-form-title {
font-size: 20px;
font-family: "TrajanPro3", sans-serif;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 15px; }
.contacts-form-inputs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.wpcf7-form-control-wrap{
	width: 31%;
}
.contacts-form-bottom{
	width: 100%;
}
.contacts-form-input, .contacts-form-textarea {
width: 100%;
height: 40px;
background-color: #fff;
border: 1px solid #d7d7d7;
padding: 0 12px;
font: 14px 'OpenSans', sans-serif;
color: #000;
margin-bottom: 20px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.contacts-form-input:focus, .contacts-form-textarea:focus {
border-color: #000; }
.contacts-form ::-webkit-input-placeholder {
color: #6f6f6f; }
.contacts-form-textarea {
width: 100%;
height: 135px;
max-width: 100%;
max-height: 100%;
padding: 12px; }
.contacts-form-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 5px; }
.contacts-form-btn {
background-color: #222e54;
padding: 14px 35px;
border: none;
font: 12px 'OpenSans', sans-serif;
text-transform: uppercase;
color: #fff;
cursor: pointer;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s; }
.contacts-form-btn:hover {
background-color: #ffd54d;
color: #000; }
.contacts-form-text {
margin-left: 20px;
padding-left: 20px;
background: url("../img/form-icon.png") no-repeat left center;
font-size: 12px;
color: #999; }
.contacts-form-text a {
display: block;
color: #999;
text-decoration: underline; }

/* Adaptive */
@media only screen and (max-width: 1350px) {
.c-container {
width: 100%;
padding: 0 3%; }
.header-logo img {
margin-right: 10px; }
.header-logo-title {
font-size: 15px; }
.header-links {
padding: 25px 10px; }
.header-mnu li {
margin-right: 4px; }
.sidebar {
width: 30%; }
.page-content {
width: 65%; }
.page-wrapper {
padding-right: 0; }
.publish-items {
margin: 0 -7px 20px; }
.publish-item {
margin: 0 7px 20px; }
.publish-item-text {
font-size: 12px; }
.article-block {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.article-block-reverse .article-img {
margin: 0; }
.article-img {
margin: 0; }
.contacts-form {
width: 100%; } }

@media only screen and (max-width: 1023px) {
.header-wrapper {
padding: 10px 0; }
.header-links {
display: none; }
.header-logo {
width: 35%; }
.header-logo-title {
font-size: 14px; }
.header-logo-desc {
font-size: 12px; }
.header-quote {
width: 62%; }
.header-quote-text {
font-size: 12px; }
.header-mnu {
display: none; }
.header-mnu-wrap {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.toggle-nav {
display: block; }
.page {
padding-bottom: 20px; }
.page-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.page-content {
width: 100%; }
.sidebar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 50px;
border-top: 1px solid #222e54; }
.sidebar-download {
width: 48%; }
.sidebar-mnu {
width: 48%; }
.sidebar-donate {
width: 48%; }
.sidebar-store {
width: 48%; }
.urgent {
width: 48%; }
.page {
padding: 40px 0; }
.page-content {
margin-bottom: 30px; }
.crumbs {
margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
.header-logo img {
width: 40px; }
.header-logo-title {
font-size: 10px;
margin-bottom: 0; }
.header-logo-desc {
font-size: 8px; }
.header-donate-btn {
font-size: 12px; }
.header-quote img {
width: 50px;
margin-right: 10px; }
.header-quote-author {
font-size: 12px; }
.header-quote-text {
font-size: 9px; }
.header-mnu-wrapper {
padding: 5px 0; }
.mnu a {
font-size: 14px; }
.sidebar-subtitle {
font-size: 14px;
margin-bottom: 10px; }
.sidebar-download {
background: #ffd54d;
font-size: 12px;
padding: 15px; }
.sidebar-mnu-list a {
font-size: 12px; }
.sidebar-donate-title {
font-size: 12px; }
.sidebar-donate-text {
font-size: 12px; }
.sidebar-store-title {
font-size: 12px; }
.sidebar-store-text {
font-size: 12px; }
.urgent-list a {
font-size: 12px; }
.footer-copy {
font-size: 12px; }
.footer-info-item {
font-size: 12px; }
.page-subtitle {
font-size: 20px;
margin-bottom: 20px; }
.page-title {
font-size: 22px; }
.main-articles-items {
display: block; }
.main-articles-item {
width: 100%; }
.main-news-items {
display: block; }
.main-news-item {
width: 100%;
margin-bottom: 30px; }
.main-news-item:last-of-type {
margin-bottom: 0; }
.team .page-subtitle {
margin-bottom: 20px; }
.team-item {
width: 50%; }
.cathedral-list {
margin-right: 0;
margin-bottom: 10px; }
.cathedral-list:last-of-type {
margin-bottom: 0; }
.cathedral-list-wrapper {
display: block; }
.main-about-item {
width: 50%; }
.main-about-item-icon {
margin-right: 10px; }
.main-articles-other-list li {
width: 100%; }
.category-item {
display: block; }
.category-item-img {
margin-bottom: 15px; }
.publish-items {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0;
margin-bottom: 20px; }
.publish-item {
width: 48%;
margin: 0;
margin-bottom: 20px; }
.article-subtitle {
font-size: 18px; }
.vacancies-desc {
font-size: 16px; }
.vacancies-item {
width: 100%; }
.contacts-form-input {
width: 100%; }
.wpcf7-form-control-wrap{
	width: 100%;
}
.contacts-form-inputs {
display: block; } }

@media only screen and (max-width: 479px) {
.header-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.header-logo {
width: 70%; }
.header-quote {
width: 100%;
margin-top: 15px; }
.header-quote-author {
font-size: 10px;
margin-bottom: 3px; }
.header-quote-text {
font-size: 8px; }
.mnu a {
font-size: 12px; }
.urgent {
width: 100%;
margin-bottom: 30px; }
.sidebar-download {
width: 100%;
background: #ffd54d url("../img/download-icon.png") no-repeat 10px center;
padding-left: 70px;
margin-bottom: 30px; }
.sidebar-mnu {
width: 100%;
margin-bottom: 30px; }
.sidebar-donate {
width: 100%;
margin-bottom: 30px; }
.sidebar-store {
width: 100%;
padding: 15px 10px;
margin-bottom: 30px; }
.footer {
padding: 20px 0; }
.footer-copy {
font-size: 11px; }
.footer-info {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.footer-info-item {
width: 48%;
font-size: 11px;
margin-right: 0;
padding-right: 0;
margin-bottom: 10px; }
.footer-info-item:after {
display: none; }
.footer-info-item:last-of-type {
width: 100%;
margin-bottom: 0; }
.mnu-wrapper {
width: 250px; }
.page {
padding: 20px 0 40px; }
.page-content {
margin-bottom: 40px; }
.page-subtitle {
font-size: 17px; }
.page-title {
font-size: 20px; }
.main-articles-item-img {
padding-right: 0; }
.main-articles-item-title {
font-size: 14px;
margin: 10px 0; }
.main-articles-item-desc {
font-size: 13px; }
.main-articles-more {
width: 100%;
text-align: center;
font-size: 13px;
padding: 12px; }
.main-news-top {
display: block; }
.main-news-more {
margin-top: 20px;
padding: 10px 30px; }
.team-item {
width: 100%; }
.cathedral {
padding: 30px 20px; }
.cathedral-list li:before {
top: 12px; }
.cathedral-list a {
font-size: 14px; }
.main-about-item {
width: 100%; }
.main-articles-other {
padding: 30px 20px; }
.main-articles-other-list li:before {
top: 12px; }
.main-articles-other-list a {
font-size: 14px; }
.crumbs a {
font-size: 11px; }
.category-item-img {
width: 100%;
margin-right: 0; }
.publish-item {
width: 100%; }
.p-text {
font-size: 13px; }
.contacts-form-title {
font-size: 17px; }
.contacts-form-bottom {
display: block; }
.contacts-form-btn {
width: 100%; }
.contacts-form-text {
margin-left: 0;
margin-top: 10px; } }
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  font-size: 10px !important;
  position: absolute !important;
  bottom: 5px !important;
  height: 10px !important;
}
/*.wpcf7 form .wpcf7-response-output {
  display: none !important;
}*/
.wpcf7-spinner{
display: none !important;
}
.wp-pagenavi a {
	color: #000;
}
#system-readmore {
	margin: 20px 0;
}
.page-content img {
	margin: 0px 15px 15px 0px!important;
	float: left!important;
}
.page-content p, .page-content p span {
	text-align: left !important;
	margin: 10px 0;
	font-size: 16px !important;
	line-height: 1.5;
}
.team-item-img img {
	float: none !important;
}
.team-item p {
	text-align: center !important;
	margin: 0;
}
.article .page-content a {
	color: #000;
	text-decoration: underline;
}
.page-content p a {
	display: block;
}
.sidebar-store {
	display: none;
}
.cat-desc {
	margin-bottom: 50px;
}

form.header-mnu-wrapper{
	background:white;
}
form.header-mnu-wrapper .header-mnu-wrap{
	display:flex;
}
form.header-mnu-wrapper .header-mnu-wrap input{
	width:100%;
	height:34px;
	box-sizing:border-box;
	padding:10px 15px;
	border:1px solid #999;
}
form.header-mnu-wrapper .header-mnu-wrap button{
	background:#ffd54d;
	color:black;
	height:34px;
	padding:10px 15px;
	border:0;
	cursor:pointer;
}
.search {
	padding-top: 30px;
}