/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "e-Ukraine";
  font-weight: 300;
  src: url("../fonts/e-Ukraine-Light.eot");
  src: url("../fonts/e-Ukraine-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/e-Ukraine-Light.ttf") format("truetype"), url("../fonts/e-Ukraine-Light.woff") format("woff"), url("../fonts/e-Ukraine-Light.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-weight: 400;
  src: url("../fonts/e-Ukraine-Regular.eot");
  src: url("../fonts/e-Ukraine-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/e-Ukraine-Regular.ttf") format("truetype"), url("../fonts/e-Ukraine-Regular.woff") format("woff"), url("../fonts/e-Ukraine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-weight: 500;
  src: url("../fonts/e-Ukraine-Medium.eot");
  src: url("../fonts/e-Ukraine-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/e-Ukraine-Medium.ttf") format("truetype"), url("../fonts/e-Ukraine-Medium.woff") format("woff"), url("../fonts/e-Ukraine-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "e-Ukraine";
  font-weight: 700;
  src: url("../fonts/e-Ukraine-Bold.eot");
  src: url("../fonts/e-Ukraine-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/e-Ukraine-Bold.ttf") format("truetype"), url("../fonts/e-Ukraine-Bold.woff") format("woff"), url("../fonts/e-Ukraine-Bold.woff2") format("woff2");
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s ease;
  padding: 50px;
}
@media only screen and (max-width: 1024px) {
  .modal {
    padding: 60px 0;
  }
}

.modal__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.success-popup-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: var(--white, #fff);
  backdrop-filter: blur(40px);
  z-index: 3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .success-popup-content {
    width: 95%;
  }
}

.success-popup-close {
  position: absolute;
  right: 0;
  top: -55px;
}

.success-popup-icon {
  width: 250px;
  margin-bottom: 50px;
}
.success-popup-icon img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .success-popup-icon {
    width: 200px;
    margin-bottom: 40px;
  }
}

.success-popup-icon2 {
  width: 96px;
  margin-bottom: 50px;
}
.success-popup-icon2 img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .success-popup-icon2 {
    width: 64px;
    margin-bottom: 40px;
  }
}

.success-popup-title {
  color: var(--brand-black, #000);
  font-family: Leleka;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 666px) {
  .success-popup-title {
    font-size: 24px;
  }
}

.success-popup-text {
  color: var(--brand-black, #000);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  margin-bottom: 50px;
  text-align: center;
}
.success-popup-text a {
  color: #0000b4;
}

.success-popup-victory {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black, #000);
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}

.relevant-popup-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 64px;
  background: #f6f6f6;
  backdrop-filter: blur(40px);
  z-index: 3;
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-content {
    padding: 40px;
    width: 95%;
    border-radius: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .relevant-popup-content {
    padding: 24px;
  }
}

.relevant-popup-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-top {
    margin-bottom: 40px;
  }
}

.relevant-popup-title {
  width: 50.929054%; /* 603/1184 */
  color: #000;
  font-family: Leleka;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-title {
    width: 90%;
  }
}
@media only screen and (max-width: 666px) {
  .relevant-popup-title {
    font-size: 30px;
  }
}

.relevant-popup-down {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-down {
    flex-direction: column;
  }
}

.relevant-popup-down-left {
  width: 50.929054%; /* 603/1184 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-down-left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.relevant-popup-down-left-text {
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-down-left-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .relevant-popup-down-left-text {
    font-size: 18px;
  }
}

.relevant-popup-down-left-btn {
  color: var(--white, #fff);
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.308px;
  border-radius: 99999px;
  background: var(--brand-blue, #0000b4);
  padding: 16px 64px;
}
@media only screen and (max-width: 666px) {
  .relevant-popup-down-left-btn {
    width: 100%;
  }
}

.relevant-popup-down-right {
  width: 35.557432%; /* 421/1184 */
  height: 372px;
}
.relevant-popup-down-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  .relevant-popup-down-right {
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .relevant-popup-down-right {
    height: 197px;
  }
  .relevant-popup-down-right img {
    border-radius: 20px;
  }
}

.new-expert-popup-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background: var(--white, #fff);
  backdrop-filter: blur(40px);
  z-index: 3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 666px) {
  .new-expert-popup-content {
    width: 95%;
  }
}

.new-expert-popup-close {
  position: absolute;
  top: -49px;
  right: 0px;
}

.menu-wrapper {
  width: 50%;
  height: 100dvh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 30;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  background: #ebebe8;
}
.menu-wrapper.show {
  right: 0;
}
@media only screen and (max-width: 666px) {
  .menu-wrapper {
    width: 100%;
  }
}

.menu-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 130px 48px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 666px) {
  .menu-content {
    padding: 150px 16px 16px 16px;
  }
}

.menu-content-top-lang {
  position: absolute;
  top: 46px;
  left: 46px;
  color: #111;
  font-family: "Noto Serif";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 666px) {
  .menu-content-top-lang {
    top: 16px;
    left: 16px;
    font-size: 24px;
  }
}

.menu-content-close {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 46px;
  right: 46px;
}
@media only screen and (max-width: 666px) {
  .menu-content-close {
    top: 16px;
    right: 16px;
  }
}

.menu-content-link {
  color: #111;
  font-family: "Noto Serif";
  font-size: 3.033333vw; /* 64/1920 */
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 35px;
}
.menu-content-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 666px) {
  .menu-content-link {
    font-size: 32px;
  }
}

.menu-content-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-content-social-link {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #3b141a;
}
.menu-content-social-link:hover {
  background: #3b141a;
}
.menu-content-social-link:hover svg path {
  fill: #fff;
}

.menu-content-top-lang {
  position: absolute;
  top: 46px;
  left: 46px;
  color: #111;
  font-family: "Noto Serif";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 666px) {
  .menu-content-top-lang {
    top: 16px;
    left: 16px;
    font-size: 24px;
  }
}

.home-main {
  width: 100%;
}

.home-hero {
  width: 100%;
  height: 627px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-hero {
    height: 455px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero {
    height: 100dvh;
  }
}

.home-hero-text {
  position: absolute;
  left: 80px;
  bottom: 127px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-text {
    left: 24px;
    bottom: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-text {
    left: 30px;
    bottom: 130px;
  }
}

.home-hero-text-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-text-title {
    max-width: 500px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .home-hero-text-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.home-hero-text-subtitle {
  max-width: 610px;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 666px) {
  .home-hero-text-subtitle {
    max-width: 276px;
    font-size: 16px;
    line-height: 26px;
  }
}

.home-hero-picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-support {
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 73px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-support {
    padding: 38px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 666px) {
  .home-support {
    padding: 44px 6.133333vw; /* 23/375 */
    gap: 4.333333vw; /* 20/375 */
  }
}

@media only screen and (max-width: 1024px) {
  .home-support-item img {
    width: 100%;
  }
  .home-support-item:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  .home-support-item:nth-child(2) {
    width: 244px;
  }
  .home-support-item:nth-child(3) {
    width: 167px;
  }
  .home-support-item:nth-child(4) {
    width: 162px;
  }
}
@media only screen and (max-width: 666px) {
  .home-support-item:nth-child(2) {
    width: 35.733333vw; /* 134/375 */
  }
  .home-support-item:nth-child(3) {
    width: 21.866667vw; /* 82/375 */
  }
  .home-support-item:nth-child(4) {
    width: 21.333333vw; /* 80/375 */
  }
}

.home-support-item-title {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
@media only screen and (max-width: 666px) {
  .home-support-item-title {
    font-size: 20px;
  }
}

.home-history {
  background: #40453f;
  padding: 100px 120px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-history {
    padding: 60px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .home-history {
    padding: 40px 0 20px 0;
  }
}

.home-history-left {
  width: 15.486111vw; /* 223/1440 */
}
@media only screen and (max-width: 1024px) {
  .home-history-left {
    width: 100%;
  }
}

.home-history-left-title {
  color: #ccab2c;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  text-wrap: balance;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .home-history-left-title {
    padding: 0 24px;
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-left-title {
    font-size: 22px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-history-left-artifacts {
    display: none;
  }
}

.home-history-left-artifacts-item {
  margin-bottom: 40px;
}
.home-history-left-artifacts-item.hidden {
  display: none;
}

.home-history-right {
  width: 65.625vw; /* 945/1440 */
}
@media only screen and (max-width: 1024px) {
  .home-history-right {
    width: 100%;
  }
}

.home-history-timeline {
  padding: 23px 0 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.home-history-timeline::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4f564e;
  border-radius: 24px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-history-timeline {
    display: none;
  }
}

.home-history-timeline-top {
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  margin-bottom: 16px;
}

.home-history-timeline-top-item {
  position: relative;
  z-index: 2;
}

.home-history-timeline-markers {
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  margin-bottom: 16px;
}

.home-history-timeline-item-marker {
  background: #ccab2c;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-bottom: 19px;
}

.first-marker {
  position: relative;
}
.first-marker::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 1920px;
  height: 1px;
  background: linear-gradient(90deg, #ffffff 0%, #5c645b 100%);
  z-index: -1;
}

.home-history-timeline-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  margin-bottom: 16px;
}

.home-history-timeline-bottom-item {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.home-history-timeline-item-date {
  color: #ccab2c;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.home-history-timeline-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.home-history-timeline-item-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 1024px) {
  .home-history-right-longread {
    padding: 40px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-right-longread {
    padding: 20px 10px;
  }
}

.home-history-right-longread-small {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 666px) {
  .home-history-right-longread-small {
    padding: 0 10px;
  }
}

.home-history-right-longread-big {
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.home-history-right-longread-big p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .home-history-right-longread-big {
    padding: 0 10px;
  }
}

.home-history-right-longread-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 13px 16px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #40453f;
  border: 2px solid #ccab2c;
  gap: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .home-history-right-longread-more-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.home-history-right-longread-less-btn,
.home-history-potter-right-longread-less-btn,
.home-history-church-right-longread-less-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 13px 16px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 2px solid #ccab2c;
  gap: 16px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 666px) {
  .home-history-right-longread-less-btn,
  .home-history-potter-right-longread-less-btn,
  .home-history-church-right-longread-less-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.home-history-youtube {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.home-history-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 40px;
}
@media only screen and (max-width: 666px) {
  .home-history-youtube iframe {
    border-radius: 20px;
  }
}

.home-history-potter {
  background: #492121;
  padding: 100px 8.333333vw;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-history-potter {
    padding: 60px 0 0 0;
    flex-direction: column;
  }
}

.home-history-potter-timeline {
  padding: 23px 0 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.home-history-potter-timeline::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #391717;
  border-radius: 24px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-history-potter-timeline {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-history-potter-right-longread {
    padding: 40px 24px;
  }
}

.home-history-potter-right-longread-small {
  font-size: 16px;
  line-height: 30px;
}

.home-history-potter-right-longread-big {
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.home-history-potter-right-longread-big p {
  margin-bottom: 40px;
}

.home-history-potter-right-longread-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 13px 16px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 2px solid #ccab2c;
  gap: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 666px) {
  .home-history-potter-right-longread-more-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.home-history-potter-slider,
.home-history-church-slider {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .home-history-potter-slider,
  .home-history-church-slider {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-potter-slider,
  .home-history-church-slider {
    padding-left: 20px;
  }
}
.home-history-potter-slider .swiper,
.home-history-church-slider .swiper {
  width: 73.958333vw; /* 1065/1440 */
}
@media only screen and (max-width: 1024px) {
  .home-history-potter-slider .swiper,
  .home-history-church-slider .swiper {
    width: 100%;
  }
}
.home-history-potter-slider .swiper-slide,
.home-history-church-slider .swiper-slide {
  height: 30vw; /* 432/1440 */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-history-potter-slider .swiper-slide,
  .home-history-church-slider .swiper-slide {
    height: 424px;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-potter-slider .swiper-slide,
  .home-history-church-slider .swiper-slide {
    height: 199px;
  }
}
.home-history-potter-slider .swiper-slide a,
.home-history-church-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 666px) {
  .home-history-potter-slider .swiper-slide a,
  .home-history-church-slider .swiper-slide a {
    border-radius: 16px;
  }
}
.home-history-potter-slider .swiper-slide img,
.home-history-church-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: bottom;
}
.home-history-potter-slider .swiper-button-next,
.home-history-potter-slider .swiper-button-prev,
.home-history-church-slider .swiper-button-next,
.home-history-church-slider .swiper-button-prev {
  color: #fff;
}
@media only screen and (max-width: 666px) {
  .home-history-potter-slider .swiper-button-next,
  .home-history-potter-slider .swiper-button-prev,
  .home-history-church-slider .swiper-button-next,
  .home-history-church-slider .swiper-button-prev {
    display: none;
  }
}
.home-history-potter-slider .swiper-pagination-bullet,
.home-history-church-slider .swiper-pagination-bullet {
  background: #d0d0d0;
  opacity: 0.5;
}
.home-history-potter-slider .swiper-pagination-bullet-active,
.home-history-church-slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.home-history-potter-slider .swiper-button-next:after,
.home-history-potter-slider .swiper-button-prev:after,
.home-history-church-slider .swiper-button-next:after,
.home-history-church-slider .swiper-button-prev:after {
  display: none;
}
.home-history-potter-slider .swiper-button-prev,
.home-history-church-slider .swiper-button-prev {
  left: 30px;
}
.home-history-potter-slider .swiper-button-next,
.home-history-church-slider .swiper-button-next {
  right: 30px;
}

.lg-container .lg-image {
  border-radius: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 666px) {
  .lg-container .lg-image {
    border-radius: 16px;
  }
}

.lg-container .lg-inner,
.lg-container .lg-item {
  border-radius: 29px;
  overflow: hidden;
  background: #000;
}

.home-history-church {
  background: #40453f;
  padding: 100px 8.333333vw;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-history-church {
    padding: 60px 0 0 0;
    flex-direction: column;
  }
}

.home-history-church-timeline {
  padding: 23px 0 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.home-history-church-timeline::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4f564e;
  border-radius: 24px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-history-church-timeline {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-history-church-right-longread {
    padding: 40px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-church-right-longread {
    padding: 40px 20px;
  }
}

.home-history-church-right-longread-small {
  font-size: 16px;
  line-height: 30px;
}

.home-history-church-right-longread-big {
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.home-history-church-right-longread-big p {
  margin-bottom: 40px;
}

.home-history-church-right-longread-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 16px 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #40453f;
  border: 2px solid #ccab2c;
  gap: 16px;
  cursor: pointer;
  margin-top: 40px;
}
@media only screen and (max-width: 666px) {
  .home-history-church-right-longread-more-btn {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.home-bottom-youtube {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.home-bottom-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  z-index: 2;
  position: relative;
}
.home-bottom-youtube.hide {
  display: none;
}

.home-history-mob-timeline {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home-history-mob-timeline {
    display: block;
    border-radius: 24px;
    background: #4f564e;
    padding: 47px 24px;
  }
  .home-history-mob-timeline.dark {
    background: #391717;
  }
}
@media only screen and (max-width: 666px) {
  .home-history-mob-timeline {
    padding: 29px 21px;
  }
}

.home-history-mob-timeline-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-history-mob-timeline-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.home-history-mob-timeline-item.last::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 14px;
  width: 1px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.5019607843);
  z-index: 1;
}
@media only screen and (max-width: 666px) {
  .home-history-mob-timeline-item.last::before {
    left: 11px;
  }
}

.home-history-mob-timeline-item-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ccab2c;
  margin-right: 24px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 666px) {
  .home-history-mob-timeline-item-marker {
    width: 23px;
    height: 23px;
    margin-right: 14px;
  }
}

.home-history-mob-timeline-item-col2 {
  width: 32.25%; /* 225/720 */
  margin-right: 10%; /* 80/720 */
}

.home-history-mob-timeline-item-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #ccab2c;
}

.home-history-mob-timeline-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.home-history-mob-timeline-item-col3 {
  width: 50%; /* 360/720 */
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.home-history-mob-artifact {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home-history-mob-artifact {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}

html,
body {
  font-family: "e-Ukraine";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
/*# sourceMappingURL=main.css.map */
