#screen-wrap {
  position: fixed;
  z-index: 999999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #F3EDDF;
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
}
#screen-wrap #screen-wings-left,
#screen-wrap #screen-wings-right {
  position: absolute;
  top: 50%;
  width: 88px;
  height: 344px;
  overflow: hidden;
  transform: translateY(-50%);
  transform-style: preserve-3d;
}
#screen-wrap #screen-wings-left svg,
#screen-wrap #screen-wings-right svg {
  display: block;
  width: 176px;
  height: 344px;
}
#screen-wrap #screen-wings-left {
  left: calc(50% - 88px);
}
#screen-wrap #screen-wings-right {
  left: 50%;
}
#screen-wrap #screen-wings-right svg {
  transform: translateX(-88px);
}
#screen-wrap #screen-text {
  position: absolute;
  top: 50%;
  left: 50.4%;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
}
#screen-wrap .wing-base {
  opacity: 0;
}
#screen-wrap .wing-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#screen-wrap .wing-flight-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#screen-wrap .wing-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 344px;
  overflow: hidden;
  display: block;
  opacity: 0;
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}
#screen-wrap .wing-layer svg {
  display: block;
  width: 176px;
  height: 344px;
}
#screen-wrap .wing-layer-right svg {
  transform: translateX(-88px);
}
@media (min-width: 1025px) {
  #screen-wrap #screen-wings-left,
  #screen-wrap #screen-wings-right {
    width: 132px;
    height: 516px;
  }
  #screen-wrap #screen-wings-left svg,
  #screen-wrap #screen-wings-right svg {
    width: 264px;
    height: 516px;
  }
  #screen-wrap #screen-wings-left {
    left: calc(50% - 132px);
  }
  #screen-wrap #screen-wings-right svg {
    transform: translateX(-132px);
  }
  #screen-wrap .wing-layer {
    width: 132px;
    height: 516px;
  }
  #screen-wrap .wing-layer svg {
    width: 264px;
    height: 516px;
  }
  #screen-wrap .wing-layer-right svg {
    transform: translateX(-132px);
  }
  #screen-wrap #screen-text svg {
    width: 144px;
    height: 124.18px;
  }
}
@media (max-width: 1024px) {
  #screen-wrap #screen-text {
    transform: translate(-50%, 82%);
  }
  #screen-wrap #screen-text svg {
    width: 105px;
    height: 94px;
  }
}

.app strong, .app b {
  font-weight: 600;
}
.app .swiper-wrapper {
  height: auto;
}
.app .swiper-wrapper.home-about-slides, .app .swiper-wrapper.news-article-slider__track {
  height: 100%;
}
.app .app-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app .app-text a {
  transition: color 0.3s ease, border-color 0.3s ease;
  color: #ab5524;
  border-bottom: 1px solid rgba(171, 85, 36, 0.35);
}
.app .app-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app .app-text li {
  position: relative;
  padding-left: 18px;
}
.app .app-text li + li {
  margin-top: 10px;
}
.app .app-text li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2f7476;
}
@media (max-width: 1024px) {
  .app .app-text li::before {
    top: 7px;
  }
}
@media (max-width: 743px) {
  .app .app-text li::before {
    top: 6px;
  }
}
.app .app-blocks_news-gap {
  display: grid;
  min-width: 0;
  gap: 24px;
}
.app .app-blocks_news-gap > * {
  min-width: 0;
}
@media (max-width: 1024px) {
  .app .app-blocks_news-gap {
    gap: 22px;
  }
}
@media (max-width: 743px) {
  .app .app-blocks_news-gap {
    gap: 18px;
  }
}
.app .home-about__text {
  grid-row: auto;
}
.app .home-about__more-wrapper {
  grid-column: 1;
  grid-row: auto;
}
.app .news-article .app-text .news-article__subtitle,
.app .news-article__section .news-article__subtitle,
.app .news-article__quote_mission .news-article__subtitle {
  position: relative;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.08;
}
@media (max-width: 1024px) {
  .app .news-article .app-text .news-article__subtitle,
  .app .news-article__section .news-article__subtitle,
  .app .news-article__quote_mission .news-article__subtitle {
    font-size: 30px;
  }
}
@media (max-width: 743px) {
  .app .news-article .app-text .news-article__subtitle,
  .app .news-article__section .news-article__subtitle,
  .app .news-article__quote_mission .news-article__subtitle {
    margin-bottom: 8px;
    font-size: 25px;
  }
}
.app .news-article__lead._is-complex-image-text .news-article__lead-media {
  background: transparent;
  align-self: start;
}
.app .news-article__lead._is-complex-image-text .news-article__lead-zoom {
  height: auto;
}
.app .news-article__lead._is-complex-image-text .news-article__lead-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.app .news-article__lead._is-complex-image-text._photo-float, .app .news-article__lead._is-complex-image-text._text-float {
  display: block !important;
}
.app .news-article__lead._is-complex-image-text._photo-float::after, .app .news-article__lead._is-complex-image-text._text-float::after {
  content: "";
  display: table;
  clear: both;
}
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-media, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-media {
  float: left;
  width: var(--lead-image-width, 44%);
  max-width: 100%;
  margin: 0 18px 12px 0;
}
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-text,
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-text_stack, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-text,
.app .news-article__lead._is-complex-image-text._text-float .news-article__lead-text_stack {
  display: block !important;
}
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-text._lead-text-float, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-text._lead-text-float {
  display: block !important;
}
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-text._lead-text-float::after, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-text._lead-text-float::after {
  content: "";
  display: table;
  clear: both;
}
.app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-text p + p, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-text p + p {
  margin-top: 14px;
}
.app .news-article__lead._is-complex-image-text._photo-float._photo-right .news-article__lead-media, .app .news-article__lead._is-complex-image-text._text-float._photo-right .news-article__lead-media {
  float: right;
  margin: 0 0 12px 18px;
}
.app .news-article__lead._photo-left .news-article__lead-media {
  order: 1;
}
.app .news-article__lead._photo-left .news-article__lead-text {
  order: 2;
}
.app .news-article__lead._photo-right .news-article__lead-media {
  order: 2;
}
.app .news-article__lead._photo-right .news-article__lead-text {
  order: 1;
}
.app .news-article__lead._photo-middle, .app .news-article__lead._photo-center {
  align-items: center;
}
.app .news-article__lead._photo-bottom {
  align-items: end;
}
.app .news-article__lead._photo-top {
  align-items: start;
}
@media (max-width: 743px) {
  .app .news-article__lead {
    grid-template-columns: 1fr !important;
  }
  .app .news-article__lead .news-article__lead-media {
    order: 1;
  }
  .app .news-article__lead .news-article__lead-text {
    order: 2;
  }
  .app .news-article__lead._is-complex-image-text._photo-float .news-article__lead-media, .app .news-article__lead._is-complex-image-text._text-float .news-article__lead-media {
    float: none;
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.app .news-card__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  line-height: normal;
}
.app .content-container > .container > .news-page__title {
  margin: 28px 0 0;
}
@media (max-width: 1024px) {
  .app .content-container > .container > .news-page__title {
    margin-top: 24px;
  }
}
@media (max-width: 743px) {
  .app .content-container > .container > .news-page__title {
    margin-top: 20px;
  }
}
.app .mb-4 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .app .mb-4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 743px) {
  .app .mb-4 {
    padding-bottom: 15px;
  }
}
.app .schedule-page__card.schedule-card_today {
  box-shadow: inset 0 0 0 3px #2f7476;
}
.app .schedule-card.schedule-card_holiday {
  border: 1px solid #ef6656;
  border-left-width: 5px;
  border-right-width: 3px;
}
.app .schedule-card__left > p > strong {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 0.05em;
  background: #e7dfd3;
  border-radius: 0.22em 0.14em 0.2em 0.28em;
  box-shadow: -0.05em 0.02em 0 #e7dfd3, 0.06em -0.01em 0 #e7dfd3;
  transform: rotate(-0.8deg);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.1;
}
.app .schedule-card__right.schedule-card__right_not-today {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  align-self: start;
  padding-top: 10px;
  padding-left: 0;
  border-left: 0;
}
.app .schedule-card__right.schedule-card__right_not-today::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(43, 47, 51, 0.22);
}
.app .app-grid-type2-2.clergy-page__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}
.app .app-grid-type2-2.clergy-page__grid .clergy-card {
  flex: 0 1 350px;
  width: auto;
  margin: 0;
}
@media (max-width: 743px) {
  .app .app-grid-type2-2.clergy-page__grid {
    gap: 12px;
  }
  .app .app-grid-type2-2.clergy-page__grid .clergy-card {
    flex-basis: 100%;
  }
}
.app .news-article__quote_mission {
  border-left-width: 5px;
  border-right-width: 3px;
}
@media (max-width: 1279px) {
  .app .container .home-section_news {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    border-radius: 0;
  }
}
.app .news-article__gallery {
  border: 5px solid #ffffff;
  background: #ffffff;
}
.app .inner-hero__nav-link.active, .app .inner-hero__nav-link._active, .app .inner-hero__nav-link[aria-current=page] {
  color: #2f7476;
  border-color: rgba(47, 116, 118, 0.4);
  pointer-events: none;
}
@media (max-width: 743px) {
  .app .news-article .app-text p {
    font-size: 18px;
    line-height: normal;
  }
}
.app .news-article iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 853/480;
}
.app .inner-breadcrumbs__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 40px), transparent 100%);
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 40px), transparent 100%);
}
.app .inner-breadcrumbs__list::-webkit-scrollbar {
  display: none;
}
.app .inner-breadcrumbs__list > * {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .app .news-article__paragraph {
    font-size: 18px;
    line-height: normal;
  }
}

.home-menu__panel .home-menu__link.active, .home-menu__panel .home-menu__link._active, .home-menu__panel .home-menu__link[aria-current=page] {
  color: #2f7476;
  pointer-events: none;
}

.home-menu__social-wrap {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 0;
}

.home-menu__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.home-menu__social {
  display: block;
  line-height: 0;
}
.home-menu__social img {
  display: block;
  width: 50px;
  height: 50px;
}

.home-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=overstyles.css.map */
