
* {
    box-sizing: border-box;
    outline: 0;
}

:root {
    --color-red: #C33131;
    --color-black: rgba(29, 44, 60, 1);
    --height-header-home: 540px;
    --height-header-other: 390px;
}

input, textarea, select {
    border-radius: 0;
    vertical-align: middle;
}

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input::-webkit-clear-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, sans-serif;
}

body {
    background-color: #fff; 
    color: var(--color-black);
}

html {
    margin: 0 !important;
}

a {
    color: #adadad;
    text-decoration: none;
}

img {
    max-width: 100%; 
    object-fit: cover; 
    height: auto;
}


.container {
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}


.document,
.wrap__header {
	width: 100%;
	max-width: 3000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

body.admin-bar .wrap__header {
	margin-top: var(--wp-admin--admin-bar--height);
}

.header__bg {
    background-image: url(../img/bg__header-any.jpg);
    background-image: linear-gradient(182.82deg, #385CB8 2.48%, #9DB1CB 97.8%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: var(--height-header-other);
    left: 0;
    top: 0;
}

.header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
    height: var(--height-header-other);
}

body.home .header {
    height: var(--height-header-home);
}

body.home .header__bg {
    height: var(--height-header-home);
    background-image: url(../img/bg__header-home.jpg);
}



.wrap__header-other .header {
    background-image: url(../svg/logo-header.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 220px;
}


.header__top {
    display: flex;
    justify-content: space-between;
}

.site__desc-mobile, 
.h-button {
    display: none;
}

.header__h1 {
    margin: 0 auto;
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    font-family: 'Philosopher';
    text-transform: uppercase;
}

.header__h1 span {
	display: block;
    color: #fff;
}

.header__h1 span:last-child {
    font-size: 24px;
}

body.home .header__h1 span:first-child {
    color: var(--color-red);
}

body.home .header__h1 span:last-child {
    color: var(--color-black);
}


.header__search, .header__social {
    padding: 15px;
    background-color: #ffffff73;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 16px;
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 270px;
}
.header__search {
	padding: 10px;
	gap: 10px;
}

.header-efir,
.header-socials {
	display: flex;
	gap: 10px;
}

.header-efir {
	gap: 15px;
}

.link-icon {
	font-size: 13px;
	line-height: 100%;
	color: #213040; 
	text-decoration: none;
}

.ic::before, 
.link-icon::before {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: sub;
    background-position: center;
}
.link-icon:hover {
	opacity: .8;
}

.link-icon-tg::before {
	background-image: url(../svg/ic-tg.svg);
}
.link-icon-vk::before {
	background-image: url(../svg/ic-vk.svg);
}
.link-icon-ok::before {
	background-image: url(../svg/ic-ok.svg);
}
.link-icon-x::before {
	background-image: url(../svg/ic-x.svg);
}
.link-icon-rss::before {
	background-image: url(../svg/ic-rss.svg);
}
.link-icon-yt::before {
	background-image: url(../svg/ic-yt.svg);
}
.link-icon-tv::before {
	background-image: url(../svg/ic-tv.svg);
}
.link-icon-radio::before {
	background-image: url(../svg/ic-radio.svg);
}
.link-icon-archive::before {
    background-image: url(../svg/ic-archive.svg);
}
.link-icon-search::before {
    background-image: url(../svg/ic-search.svg);
}


.ic-6plus::before {
    width: 30px;
    height: 30px;
    background-image: url(../svg/ic-6plus.svg);
}

.link-icon span {
	margin-left: 8px;
}


.search__buttons {
    display: flex;
    gap: 10px;
}

.link-button {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 6px;
    justify-content: center;
}

.search__buttons .link-button {
    width: calc(50% - 5px);
}

.site__gops {

}
.site__gops span {
    display: inline-block;
    line-height: 120%;
    font-size: 13px;
}


.footer__nav,
.header__bottom {
    padding: 0 20px;
    background-color: #ffffff99;
    backdrop-filter: blur(3px);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}

.footer__nav {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 50px 0;
}

.footer__nav .menu,
.header__bottom .menu {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    justify-content: space-between;
    margin: 0;
}
.footer__nav .menu li,
.header__bottom .menu li {
    padding: 12px 0;
    position: relative;
}

.header__bottom .sub-menu li {
    padding: 0;
}

.header__bottom .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    border-bottom: 1px solid #385CB8;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.footer__nav .menu li a, 
.header__bottom .menu li a {
    font-family: 'Philosopher';
    font-size: 18px;
    color: #213040;
    display: block;
    padding: 8px 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.header__bottom .menu li.menu-item-has-children:hover > a {
    background-color: #fff;
    border-top: 1px solid #385CB8;
    border-radius: 10px 10px 0 0;
}

.header__bottom .menu > li.current-menu-item > a {
    border-color: #C33131 !important;
    border-radius: 10px;
    color: #C33131;
}

.header__bottom .sub-menu li a:hover {
    background-color: #efefef;
}

.footer__nav .menu li a {
    color: #fff;
}

.header__bottom .menu-item-has-children > a::after {
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    background-position: center;
    background-image: url(../svg/ic-arr-down.svg);
    margin-left: 6px;
}

.header__bottom .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.footer__nav .menu li a:hover,
.header__bottom .menu li a:hover {
    opacity: .8;
}

.footer__nav .sub-menu,
.header__bottom .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
}

.block__news {
    margin: 50px 0;
    display: flex;
    gap: 20px;
}
.block__news-item {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}


.bread-pc, 
.bread-mobile {
    display: none;
}

.block-breadcrumbs {
    padding: 15px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(26, 39, 73, 1);
    position: relative;
    z-index: 1;
}

.block-breadcrumbs .lt {
    display: inline-block;
    height: 14px;
    width: 10px;
    background-image: url(../svg/ic-lt-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.block-breadcrumbs a {
    color: rgba(26, 39, 73, 1);
}





.posts__filter {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.posts__filter .label {
    display: block;
    margin-bottom: 10px;
}

.posts__filter .input-select {
    display: inline-block;
}

.posts__filter .input-date {
    display: inline-block;
}

.posts__filter button[type="submit"] {
    color: #fff;
    background-color: #385CB8;
    border: 1px solid #1A2749;
    box-shadow: 0px 4px 0px 0px #1A2749;
    border-radius: 8px;
    padding: 11px 15px;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 100%;
    height: 42px;
}
.posts__filter button[type="submit"]:hover {
    opacity: .8;
}

.posts__filter .datefromto, 
.posts__filter select {
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    border: 1px solid rgba(157, 177, 203, 1);
    border-radius: 8px;
    color: #6A7F8A;
    padding: 10px;
    height: 42px;
}


.posts__filter .datefromto {
    display: flex;
    gap: 10px;
    align-items: center;
}

.posts__filter .datefromto span {
    display: inline-block;
    width: 10px;
    height: 14px;
    background-image: url(../svg/ic-lt.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.posts__filter input[type="date"] {
    border: unset;
    background: unset;
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 100%;
    color: #6A7F8A;

}

.posts__filter select {
    display: block;
    max-width: 566px;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 100%;
}




.pager {
    display: flex;
    margin: 20px 0;
    gap: 10px;
}

.pager nav {
    display: flex;
    gap: 10px;
}

.pager a, .pager span:not(.dots) {
    font-size: 16px;
    font-family: 'Philosopher';
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    border: 1px solid rgba(157, 177, 203, 1);
    border-radius: 8px;
    display: inline-flex;
    padding: 2px 15px;
    line-height: 200%;
    color: #1A2749;
    gap: 10px;
    align-items: center;
}

.pager a.first-last-link.disabled {
    color: #6A7F8A;
}
.pager a.first-last-link:not(.disabled) {
    color: #fff;
    background-color: #385CB8;
    border: 1px solid #1A2749;
    box-shadow: 0px 4px 0px 0px #1A2749;
}
.pager span.current {
    color: #385CB8;
    border: 1px solid #1A2749;
    box-shadow: 0px 4px 0px 0px #1A2749;
}
.pager span.page-numbers.dots {
    display: inline-block;
    padding: 9px 10px;
}


.pager a.first-last-link.begin::before, 
.pager a.first-last-link.end::after {
    display: inline-block;
    content: '';
    background-image: url(../svg/ic-arrow-right-white.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pager a.first-last-link.begin::before {
    transform: rotate(-180deg);
}

.pager a.first-last-link.begin.disabled::before, 
.pager a.first-last-link.end.disabled::after {
    background-image: url(../svg/ic-arrow-right-dark.svg);
    opacity: .7;
}


.h1__title {
    font-family: 'Philosopher';
    font-size: 44px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A2749;
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: normal;
}

.calendar-widget h2.title, 
.h2__title, 
.h3__title {
    font-family: 'Philosopher';
    font-size: 23px;
    line-height: 100%;
    text-transform: uppercase;
    color: #373737;
    margin: 0 0 20px 0;
    display: block;
}

.h2__title {
    font-size: 32px;
}

.h2__title a,
.h3__title a {
    color: rgba(55, 55, 55, 1);
}

.card {
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    border: 1px solid rgba(157, 177, 203, 1);
    border-radius: 16px;
    padding: 15px;
    transition: all 200ms;
    display: flex;
    flex-direction: column;
}

.card:hover {
    box-shadow: 0px 4px 0px 0px rgb(56 92 184);
    border: 1px solid rgb(56 92 184);
}

.card-big {
    flex: auto;
}

.card-horisontal {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background-color: #F6FCFF;
    flex-direction: row;
}

.card-horisontal .card__info-title {
    font-size: 16px;
    font-weight: normal;
    color: #373737;
}

.single__image, 
.card__image {
    position: relative;
    display: block;
    padding-top: 56%;
}

.card-horisontal .card__info,
.card-horisontal .image_50 {
    width: calc(50% - 8px);
}

.single__image img, 
.card__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card__image.vertical {
    padding-top: 156%;
}

.single__image img {
    border-radius: 0;
}

.card__info {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.card__info p {
    color: #5E7086;
    margin: 0;
}

.card__info-date {
    color: #5E7086;
    font-family: 'Philosopher';
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
    height: 24px;
}

.is-media {
    display: flex;
    gap: 5px;
}

.is-media-gallery, 
.is-media-video {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../svg/ic-video.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.is-media-gallery {
    background-image: url(../svg/ic-image.svg);
}

.card__info-title {
    font-size: 20px;
    color: #1A2749;
    font-weight: 600;
    line-height: 120%;
    display: block;
    margin: 0px 0 10px 0;
}

.card-big .card__info-title {
    font-size: 24px;
}

.post-meta-link {
    border-top: 1px solid #9db1cb;
    border-bottom: 1px solid #9db1cb;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 10px;
    color: #385cb8;
    margin-top: auto;
}

.link-category .post-meta-link {
    width: 100%;
    text-align: center;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.posts .card {
    width: calc(100% / 3 - 10px);
}

.posts-fd .card:nth-of-type(1),
.posts-fd .card:nth-of-type(2) {
    width: calc(100% / 2 - 10px);
}




.posts-saints {
    margin-bottom: 50px;
}
.posts-saints .card {
    width: calc(100% / 4 - 11px);
}

.posts-saints .card__image {
    padding-top: 130%;
}

.posts-saints .card__info-title {
    text-align: center;
    font-family: 'Philosopher';
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
}







.saints__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.saints__list-item {
    width: calc(100% / 3 - 10px);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.saints__list-item::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-flower.png);
    background-position: center;
    background-repeat: no-repeat;

}
.saints__list-link {
    color: #1A2749;
    font-size: 16px;
    width: calc(100% - 26px);
    margin-top: -1px;
}
.saints__list-link:hover {
    opacity: .8;
}







.block__double {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}
.block__double-item {
    width: calc(50% - 10px);
}


.slider-box {
    position: relative;
    width: 100%;
}


.sliders-nav {
    position: absolute;
    right: 0;
    top: -45px;
    display: flex;
    gap: 17px;
}

.sliders-nav button {
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    background-image: url(../svg/ic-arrow.svg);
    width: 28px;
    height: 28px;
    border: unset;
    background-size: contain;
    background-color: unset;
}

.sliders-nav button[data-slide='prev'] {
    transform: rotate(180deg);
}
.sliders-nav button[data-slide='next'] {

}

.sliders-nav button.disabled {
    opacity: 0.5;
    cursor: not-allowed; 
}

.sliders {
    position: relative;
    height: inherit;
}

.sliders__item {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.block__double-item .sliders__item .card {
    min-height: 370px;
}

.sliders__item.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}


.slider-dotted {
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 5px;
    display: none;
}
.slider-dotted .dot {
    display: inline-block;
    background: #6A7F8A;
    border: unset;
    width: 8px;
    height: 8px;
    border-radius: 7px;
    padding: 0;
    transition: width 300ms;
}
.slider-dotted .active {
    background-color: #1A2749;
    width: 80px;
}


.blue__menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 35px;
    background: #385CB8;
    border-radius: 16px;
    margin: 50px 0;
}

.blue__menu a {
    display: block;
    position: relative;
    padding-left: 50px;
    color: #fff;
    line-height: 130%;
}


.blue__menu a:hover {
    opacity: .8;
}


.blue__menu a::before {
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
}

.blue__menu a.blue__menu-radio::before {
    background-image: url(../svg/blue-radio.svg);
}
.blue__menu a.blue__menu-news::before {
    background-image: url(../svg/blue-news.svg);
}
.blue__menu a.blue__menu-list::before {
    background-image: url(../svg/blue-list.svg);
}
.blue__menu a.blue__menu-phone::before {
    background-image: url(../svg/blue-phone.svg);
}

.blue__menu a span {
    display: block;
}
.blue__menu a span:last-child {
    font-family: 'Philosopher';
}



.block__flex {
    display: flex;
    gap: 14px;
}

.block__flex-content {
    width: calc(100% - 331px);
}
.block__flex-side {
    width: 317px;
}



.archi__shedule {
    background-color: #F6FCFF;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #9db1cb;
    box-shadow: 0px 4px 0px 0px #9db1cb;
    margin-bottom: 20px;
}

.archi__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 0;
}

.archi__list .one-day {
    padding: 10px 15px;
    border-bottom: 1px solid #6A7F8A;
    border-top: 1px solid #6A7F8A;
    border-radius: 8px;
    color: #213040;
    transition: all 200ms;
    background-color: transparent;
}

.archi__list .day-desc {
    padding-top: 10px;
    display: none;
}

/*
.archi__list .one-day.active .day-desc {
    display: block;
}
*/

.archi__list .temple-fame {
    color: #737373;
}

.archi__list .adv-info {
    margin-top: 5px;
}

.archi__list .time-events {
    margin-bottom: 5px;
}

.archi__list .click-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.posts-more::after,
.archi_shedule-more::after,
.archi__list .click-date::after {
    display: inline-block;
    content: '';
    background-image: url(../svg/ic-arrow-right-dark.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.archi__list .click-date::after {
    transition: all 400ms;
}

.archi__list .one-day.active .click-date::after {
    transform: rotate(90deg);
}

.posts-more, 
.archi_shedule-more {
    display: flex;
    justify-content: space-between;
    background-color: #385CB8;
    padding: 10px 15px;
    color: #fff;
    border-radius: 8px;
    align-items: center;
    transition: all 200ms;
}

.posts-more:hover,
.archi_shedule-more:hover {
    opacity: .8;
}

.posts-more::after,
.archi_shedule-more::after {
    background-image: url(../svg/ic-arrow-right-white.svg);
}


.posts-more {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
    border: 1px solid #1A2749;
    box-shadow: 0px 4px 0px 0px rgba(26, 39, 73, 1);
}



.actual__analitics {

}

.actual__analitics .rssSummary,
.actual__analitics .rss-widget-feed {
    display: none;
}
.actual__analitics ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.actual__analitics ul li {
    background-color: #F6FCFF;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #9db1cb;
    box-shadow: 0px 4px 0px 0px #9db1cb;
    display: flex;
    flex-direction: column-reverse;
}


.actual__analitics ul li .rsswidget {
    color: rgba(55, 55, 55, 1);
    display: block;
}

.actual__analitics .rss-date {
    display: block;
    color: #5E7086;
    font-family: 'Philosopher';
    margin-bottom: 8px;
}




.orthodox-calendar {
    background-color: #F6FCFF;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #9db1cb;
    box-shadow: 0px 4px 0px 0px #9db1cb;
    margin: 20px 0;
}
.orthodox-calendar h2.title {
    font-weight: normal;
    margin: 0;
}
.orthodox-calendar .saints-photo {
    text-align: center;
}
.orthodox-calendar .saints {
    color: #5E7086;
    margin: 10px 0 0px 0;
    font-size: 13px;
    line-height: 110%;
}

.orthodox-calendar .saints a {
    color: #5E7086;
}
.orthodox-calendar .week-post {
    font-family: 'Philosopher';
    color: #1A2749;
    font-size: 13px;
    margin: 10px 0;
}
.orthodox-calendar .new-old-date {
    font-size: 13px !important;
    margin: 10px 0 !important;
    line-height: 110%;
}



.scroll-up { 
    text-align: center;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 17px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 3px;
    bottom: 30px;
    transition: bottom 2s;
    position: fixed;
    right: 30px;
    bottom: -500px;
    cursor: pointer;
    z-index: 10;
}

.scroll-up.active {
    bottom: 30px;
}

.scroll-up::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #b7b7b7;
    display: block;
    width: 0px;
    margin: 4px auto;
    margin-top: -6px;
}



footer {
    background-color: #385CB8;
    color: #fff;
    padding: 60px 0;
    margin-top: 50px;
}

.logo__link {
    display: block;
    margin: 0 auto;
    width: fit-content;
}


.footer__menu {
    margin: 50px 0;
}

.footer__menu .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
    padding: 0;
}
.footer__menu .menu li {
    width: calc(100% / 5 - 16px);
}
.footer__menu .menu li a {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-family: 'Philosopher';
}

.footer__menu .menu li a:hover {
    color: #c5d4f9;
}

.footer__menu .sub-menu {
    display: none;
}


.copyright {
    display: flex;
    justify-content: space-between;
}
.copyright__text {

}
.copyright__menu {
    display: flex;
    gap: 15px;
}
.copyright__menu a {
    color: #fff;
    text-decoration: underline; 
}


.home__banner {
    margin: 50px auto;
}

.home__banner img {
    display: block;
    margin: 0 auto;
}

.home__banner img.image-banner-tablet,
.home__banner img.image-banner-mobile {
    display: none; 
}


.single__post {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    border: 1px solid rgba(157, 177, 203, 1);
    padding: 10px;
    border-radius: 13px;
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
}

.single__post-content {
    font-size: 18px;
    line-height: 140%;
}

.single__title {
    max-width: 1320px;
    margin: 0 auto;
}
.single__title h1 {
    font-family: 'Philosopher';
    font-size: 32px;
    line-height: 120%;
    color: #213040;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.single__panel {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.single__panel .date {
    color: #5E7086;
    font-size: 16px;
    font-family: 'Philosopher';
}
.single__panel .post_draft {
    color: #5E7086;
    background: #F6FCFF;
    padding: 10px 15px;
    border: 1px solid #9db1cb;
    border-radius: 8px;
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    font-size: 13px;
    font-family: 'Philosopher';
}
.single__panel .is-media {
    width: 100px;
    justify-content: flex-end;
}

.single__post .su-heading-style-default {
    padding: 10px 15px;
    border-top: 0;
    border-bottom: 1px solid rgba(40, 63, 88, 1);
    color: rgba(40, 63, 88, 1);
    font-size: 22px !important;
    text-align: center !important;
    border-radius: 6px;
    line-height: 120%;
    width: fit-content;
    margin: 10px auto;
}

.single__post .su-heading-style-default .su-heading-inner {
    border: unset;
    padding: unset;
}

#gallery-2 .gallery-item {

}
#gallery-2 img {
    border: unset !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery .gallery-item {
    float: unset !important;
    margin-top: unset !important;
    width: 100% !important;
    margin: 0 !important;
}


.gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 10px) !important;
}
.gallery.gallery-columns-3 .gallery-item {
    width: calc(100% / 3 - 14px) !important;
}
.gallery.gallery-columns-4 .gallery-item {
    width: calc(100% / 4 - 15px) !important;
}
.gallery.gallery-columns-5 .gallery-item {
    width: calc(100% / 5 - 16px) !important;
}
.gallery.gallery-columns-6 .gallery-item {
    width: calc(100% / 6 - 17px) !important;
}
.gallery.gallery-columns-7 .gallery-item {
    width: calc(100% / 7 - 18px) !important;
}
.gallery.gallery-columns-8 .gallery-item {
    width: calc(100% / 8 - 19px) !important;
}
.gallery.gallery-columns-9 .gallery-item {
    width: calc(100% / 9 - 20px) !important;
}

.gallery-icon.landscape {

}
.gallery br {
    display: none !important;
}

.gallery .gallery-icon a {
    display: block;
    position: relative;
    padding-top: 56%;
}
.gallery .gallery-icon a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}


.ya-share2 {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.ya-share2::before {
    content: 'Поделиться';
    display: block;
    background-color: #385CB8;
    color: #fff;
    font-family: 'Philosopher';
    font-size: 16px;
    line-height: 130%;
    padding: 10px 50px 10px 20px;
    border: 1px solid rgba(26, 39, 73, 1);
    box-shadow: 0px 4px 0px 0px rgba(26, 39, 73, 1);
    border-radius: 8px;
    background-image: url(../svg/ic-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}

.ya-share2 .ya-share2__badge {
    border: 1px solid rgba(157, 177, 203, 1);
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    background: #fff !important;
    border-radius: 8px;
}

.ya-share2 .ya-share2__container_size_m .ya-share2__icon {
    height: 42px;
    width: 42px;
    background-size: 38px 38px;
    filter: invert(1);
    background-position: center;
}


h2.clergy__title,
h1.clergy__title {
    font-size: 44px;
    font-family: 'Philosopher';
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    line-height: 100%;
}

h1.clergy__title {
    margin-top: 40px;
}

h2.clergy__title {
    font-size: 23px;
}

.sorting-filter {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}
.sorting-filter .item {
    min-width: 160px;
}
.sorting-filter .item a {
    background: #EDF0F8;
    display: block;
    padding: 10px;
    border: 1px solid rgba(157, 177, 203, 1);
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    font-family: 'Philosopher';
    font-size: 16px;
    line-height: 120%;
    color: #1A2749;
    border-radius: 8px;
    transition: all 400ms;
    text-align: center;
}
.sorting-filter .item:not(.item-nekropol) a:hover {
    box-shadow: 0px 4px 0px 0px rgb(56 92 184);
    border: 1px solid rgb(56 92 184);
}
.sorting-filter .active a {
    background-color: #385CB8;
    border: 1px solid rgba(26, 39, 73, 1);
    box-shadow: 0px 4px 0px 0px rgba(26, 39, 73, 1);
    color: #fff;
}

.saints__nekropol,
.sorting-filter .item.item-nekropol.active a,
.sorting-filter .item.item-nekropol a:hover {
    filter: grayscale(1);
}


.alphabeth {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 724px;
    justify-content: center;
}
.alphabeth li a {
    background: #EDF0F8;
    display: block;
    padding: 10px 12px;
    border: 1px solid rgba(157, 177, 203, 1);
    box-shadow: 0px 4px 0px 0px rgba(157, 177, 203, 1);
    font-family: 'Philosopher';
    font-size: 16px;
    line-height: 100%;
    color: #1A2749;
    border-radius: 8px;
    transition: all 400ms;
    text-align: center;
    text-transform: uppercase;
}

.alphabeth li a.active {
    border: 1px solid rgba(26, 39, 73, 1);
    box-shadow: 0px 4px 0px 0px rgba(26, 39, 73, 1);
} 
.alphabeth li a:hover {
    box-shadow: 0px 4px 0px 0px rgb(56 92 184);
    border: 1px solid rgb(56 92 184);
}



.hrames,
.saints {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0;
    justify-content: center;
}


.saint-title {
    font-family: 'Philosopher';
    color: rgba(55, 55, 55, 1);
    line-height: 120%;
    text-align: center;
    margin-top: 10px;
}

.saints .card {
    width: calc(100% / 5 - 12px);
}


.hrames {
    justify-content: flex-start;
}

.hrames .card__info-title {
    margin-top: 10px;
    min-height: 75px;
}

.hrames > .card {
    width: calc(100% / 3 - 10px);
    position: relative;
}

.hrames__saints {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}
.hrames__saints > .card {
    padding: 10px;
    width: calc(100% / 3 - 7px);
    box-shadow: 0px 2.69px 0px 0px rgba(157, 177, 203, 1);
}
.hrames__saints > .card:hover {
    box-shadow: 0px 2.69px 0px 0px rgb(56 92 184);
}

.toggle__saints {
    width: 100%;
    font-size: 16px;
    font-family: 'Philosopher';
    line-height: 120%;
    background: unset;
    border: unset;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.toggle__saints::after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 10px;
    background-image: url(../svg/ic-arr-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
}

.hrames__saints-1 {
    display: none;
}

.toggle__saints.active::after {
    transform: rotate(180deg);
}

.toggle__saints.active ~ .hrames__saints-1 {
    display: flex;
}




.more__posts {
    margin: 40px 0;
}

.more__posts .card {
    width: calc(100% / 4 - 11px);
}

.more__posts h2 {
    font-size: 32px;
    color: rgba(55, 55, 55, 1);
    line-height: 120%;
    font-family: 'Philosopher';
    font-weight: normal;
    text-transform: uppercase;
}
