@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

h1,
.h1 {
  font-size: 83px;
  font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
  font-weight: 500;
  line-height: 86px;
  letter-spacing: -0.0003614458emem;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
}
@media (min-width: 2200px) {
  h1,
  .h1 {
    font-size: 100px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 500;
    line-height: 110px;
    letter-spacing: -0.0003emem;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}
@media (max-width: 1539px) {
  h1,
  .h1 {
    font-size: 64px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -0.00046875emem;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 40px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.00075emem;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}
@media (max-width: 690px) {
  h1,
  .h1 {
    font-size: 41px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}

body {
  font-size: 17px;
  font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.0125em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}
body {
  background: #000000;
  color: #fff;
  padding: 0 var(--padding-right) 0 0;
}

body.homepage {
  height: 100dvh;
  overflow: hidden;
}
body.homepage h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.homepage h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
  }
}

.header {
  position: fixed;
  padding: 25px 50px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 18px 16px 0;
  }
}
.header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 98px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: -1;
}
.header .logo {
  gap: 12px;
}
@media (max-width: 992px) {
  .header .logo.mobile {
    margin-bottom: 48px;
  }
}
.header .logo img {
  max-width: 48px;
}
@media (max-width: 590px) {
  .header .logo img {
    max-width: 32px;
  }
}
.header .logo p {
  font-size: 24px;
  line-height: 1.16;
  font-weight: bold;
  margin-bottom: 1px;
}
@media (max-width: 590px) {
  .header .logo p {
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 1;
  }
}
.header .logo span {
  line-height: 1;
  font-size: 14px;
}
@media (max-width: 590px) {
  .header .logo span {
    font-size: 10px;
  }
}
@media (max-width: 476px) {
  .header .logo:not(.mobile) .logo__text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .logo:not(.mobile) .logo__text span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .logo {
    gap: 8px;
  }
}
.header .burger {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M3 18H21M3 6H21' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
@media (min-width: 992px) {
  .header .burger {
    display: none;
  }
}
.header .header__mobile-lang {
  display: none;
}
@media (max-width: 992px) {
  .header .header__mobile-lang {
    display: block;
  }
  .header .header__mobile-lang ul {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.06em;
    color: #fff;
    display: flex;
  }
  .header .header__mobile-lang ul li {
    position: relative;
  }
  .header .header__mobile-lang ul li.parent > a {
    padding-right: 26px;
  }
  .header .header__mobile-lang ul li.parent > a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50% no-repeat;
    transition: transform 0.3s;
  }
  .header .header__mobile-lang ul li.parent.active > a::before {
    transform: translateY(-50%) rotate(-180deg);
  }
  .header .header__mobile-lang ul li.parent.active ul.langs {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header .header__mobile-lang ul ul.langs {
    position: absolute;
    border-radius: 16px;
    left: 0;
    top: calc(100% + 10px);
    padding: 8px;
    backdrop-filter: blur(12.3000001907px);
    background: rgba(0, 0, 0, 0.64);
    transform: translateY(-10px);
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    letter-spacing: -0.02em;
    transition-duration: 0.3s;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .header .header__mobile-lang ul ul.langs li a {
    display: block;
    gap: 4px;
    align-items: center;
    padding: 1px 8px 2px 8px;
    white-space: nowrap;
  }
  .header .header__mobile-lang ul ul.langs li a span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .header .header__mobile-lang ul ul.langs li a span img.emoji {
    order: -1;
    margin: 0 !important;
    width: 1.2em !important;
    height: auto !important;
    max-width: 1.2em;
  }
}
@media (max-width: 992px) and (max-width: 590px) {
  .header .header__mobile-lang ul ul.langs li a {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .header .header__mobile-lang ul ul.langs li img {
    order: -1;
    margin: 0 !important;
    width: 18px !important;
    height: auto !important;
    vertical-align: top;
  }
}
@media (max-width: 399px) {
  .header .header__mobile-lang ul li.parent > a {
    padding-right: 0;
  }
  .header .header__mobile-lang ul li.parent > a::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__menu .hideOnMobile {
    display: none !important;
  }
}
.header__menu ul {
  gap: 48px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #fff;
}
@media (max-width: 992px) {
  .header__menu ul {
    flex-direction: column;
  }
}
.header__menu ul li {
  position: relative;
}
.header__menu ul li.parent > a {
  padding-right: 26px;
}
.header__menu ul li.parent > a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50% no-repeat;
}
@media (max-width: 992px) {
  .header__menu ul li.parent > a::before {
    height: 40px;
  }
}
.header__menu ul li.parent.active > a::before {
  transform: rotate(-180deg);
  transition-duration: 0.3s;
}
.header__menu ul li.parent.active ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu ul ul {
  position: absolute;
  border-radius: 16px;
  left: 0;
  top: calc(100% + 10px);
  padding: 8px;
  backdrop-filter: blur(12.3000001907px);
  background: rgba(0, 0, 0, 0.64);
  transform: translateY(-50px);
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  letter-spacing: -0.02em;
  transition-duration: 0.3s;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
}
.header__menu ul ul li a {
  display: block;
  gap: 4px;
  align-items: center;
  padding: 1px 8px 2px 8px;
  white-space: nowrap;
}
.header__menu ul ul li a span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.header__menu ul ul li a span img.emoji {
  order: -1;
  margin: 0 !important;
  width: 1.2em !important;
  height: auto !important;
  max-width: 1.2em;
}
@media (max-width: 590px) {
  .header__menu ul ul li a {
    padding: 0;
  }
}
.header__menu ul ul.langs li img {
  order: -1;
  margin: 0 !important;
  width: 18px !important;
  height: auto !important;
  vertical-align: top;
}
@media (max-width: 992px) {
  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    backdrop-filter: blur(20.3999996185px);
    background: rgba(0, 0, 0, 0.92);
    max-height: 100dvh;
    height: auto;
    min-height: 100dvh;
    overflow-y: auto;
    width: 100%;
    max-width: 450px;
    transform: translateY(-30%);
    transition-duration: 0.7s;
    visibility: hidden;
    opacity: 0;
    padding: 25px 50px;
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .header__menu {
    padding: 18px 16px;
  }
}
@media (max-width: 992px) {
  .header__menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header__menu .btn {
    width: 100%;
  }
  .header__menu__close {
    backdrop-filter: blur(48px);
    border-radius: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 18px;
    background: rgba(255, 255, 255, 0.14) url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.27295 15.2245C4.90479 14.8627 4.91748 14.2216 5.26025 13.8788L8.89111 10.2479L5.26025 6.62978C4.91748 6.28066 4.90479 5.64589 5.27295 5.27773C5.64111 4.90322 6.28223 4.91591 6.625 5.26504L10.2495 8.88955L13.874 5.26504C14.2295 4.90957 14.8516 4.90957 15.2197 5.27773C15.5942 5.64589 15.5942 6.26797 15.2324 6.62978L11.6143 10.2479L15.2324 13.8725C15.5942 14.2343 15.5879 14.85 15.2197 15.2245C14.8579 15.5927 14.2295 15.5927 13.874 15.2372L10.2495 11.6127L6.625 15.2372C6.28223 15.5863 5.64746 15.5927 5.27295 15.2245Z' fill='white' /%3E%3C/svg%3E") 50% 50% no-repeat;
  }
}
@media (max-width: 992px) and (min-width: 590px) {
  .header__menu__close {
    top: 32px;
  }
}
@media (max-width: 992px) {
  .header__menu ul {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    gap: 12px;
    flex-direction: column;
    letter-spacing: -0.06em;
    align-items: flex-start;
  }
  .header__menu ul ul {
    position: static;
    gap: 24px;
    width: auto !important;
    height: 0;
    padding: 0 12px;
    background: #141414;
    border-radius: 12px;
    width: 257px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #fff;
  }
  .header__menu ul li.parent.active ul {
    padding: 12px;
  }
  .header__menu ul li a {
    display: inline-block;
    position: relative;
    padding: 8px 0;
    white-space: normal !important;
  }
  .header__menu ul li.active ul {
    height: auto;
  }
  .header__menu > ul {
    margin-bottom: 28px;
  }
  .header__menu .header__social {
    margin-bottom: 32px;
    display: flex;
    gap: 8px;
  }
  .header__menu .header__social a {
    border: 1px solid #222;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    background: #141414;
    justify-content: center;
    align-items: center;
  }
  .header__menu .header__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
  }
}
.header__right {
  gap: 19px;
}
@media (max-width: 576px) {
  .header__right {
    margin-left: auto;
  }
}
.header__btns {
  gap: 13px;
}
.header__btns img {
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
@media (max-width: 590px) {
  .header__btns img {
    box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 1100px) {
  .header__btns {
    gap: 6px;
  }
  .header__btns img {
    max-height: 32px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .header__btns.mobile a {
    max-width: calc(50% - 4px);
  }
  .header__btns.mobile img {
    max-height: none !important;
    max-width: 100%;
  }
}

.flex {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.btn {
  border-radius: 16px;
  padding: 0 16px;
  width: 253px;
  height: 54px;
  font-weight: 600;
  font-size: 15px;
  line-height: 54px;
  display: inline-block;
  background: #fff;
  color: #000;
  transition-duration: 0.2s;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
}
.btn:hover {
  box-shadow: 0 0 10px 10px rgba(115, 18, 125, 0.25);
}
@media (max-width: 767px) {
  .btn {
    border-radius: 14px;
    padding: 14px;
    width: 198px;
    height: 48px;
    font-size: 13px;
    line-height: 20px;
  }
}

.panel {
  background: #000;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  transform: none !important;
}
.panel.active {
  opacity: 1;
  z-index: 777;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 2239px) {
  .container {
    max-width: 1800px;
  }
}

#welcome {
  overflow: hidden !important;
}

.welcome {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  padding-bottom: 5vh;
}
.welcome > .container {
  position: relative;
  height: 100%;
}
@media (min-width: 590px) {
  .welcome > .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.welcome__main {
  z-index: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 590px) {
  .welcome__main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1339px) {
  .welcome__main {
    margin-top: 6.6vh;
  }
}
@media (max-width: 1100px) {
  .welcome__main {
    margin-top: 0;
  }
}
.welcome__main__img {
  border-radius: 100%;
  position: relative;
}
.welcome__main__img__video {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
.welcome__main__img video {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.13);
  display: block;
}
.welcome__main__img img {
  aspect-ratio: 1.0250377986;
  border-radius: 100%;
  transform: scale(1.13);
  clip-path: circle(44% at 50% 50%);
}
.welcome__main__img img,
.welcome__main__img video {
  max-height: 410px;
  display: block;
}
@media (max-width: 1339px) {
  .welcome__main__img img,
  .welcome__main__img video {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .welcome__main__img img,
  .welcome__main__img video {
    max-width: 77vw;
    max-height: none;
  }
}
@media (max-width: 386px) {
  .welcome__main__img img,
  .welcome__main__img video {
    max-width: 80vw;
  }
}
.welcome__main__img::before {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  filter: blur(28px);
  border-radius: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  height: 120%;
  z-index: -1;
  mix-blend-mode: plus-lighter;
  transform: translate3d(-50%, -50%, 0);
}
.welcome__main__img::after {
  background: rgba(115, 18, 125, 0.54);
  filter: blur(38px);
  border-radius: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 160%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  height: 160%;
  z-index: -2;
}
.welcome__main__text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome__main__text__top {
  position: absolute;
  bottom: calc(100% + 38px);
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
  opacity: 0.32;
}
@media (max-width: 1339px) {
  .welcome__main__text__top {
    font-size: 20px;
    bottom: calc(100% + 24px);
  }
}
@media (max-width: 767px) {
  .welcome__main__text__top {
    font-size: 24px;
  }
}
.welcome__main__text__bottom {
  position: absolute;
  top: calc(100% + 24px);
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-shadow: 0 0 3px #fff, 0 0 41px #fff;
}
@media (max-width: 1339px) {
  .welcome__main__text__bottom {
    font-size: 20px;
    top: calc(100% + 24px);
  }
}
@media (max-width: 767px) {
  .welcome__main__text__bottom {
    font-size: 24px;
    white-space: normal;
    width: 111%;
  }
}
.welcome .h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.welcome .h1 img {
  max-width: 150%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1339px) {
  .welcome .h1 {
    transform: translateY(-57%);
  }
  .welcome .h1 img {
    max-width: 175%;
  }
}
@media (max-width: 1100px) {
  .welcome .h1 {
    max-height: 420px;
  }
  .welcome .h1 img {
    max-width: 150%;
  }
}
@media (max-width: 767px) {
  .welcome .h1 img {
    max-width: 111%;
  }
}
.welcome .h1 .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  margin-bottom: -32px;
  width: 180px;
  text-transform: none;
  letter-spacing: -0.06em;
}
@media (max-width: 1339px) {
  .welcome .h1 .btn {
    margin-bottom: -24px;
  }
}
.welcome .featured {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 24px;
  font-size: 15px;
  line-height: 21px;
  z-index: 55;
  opacity: 0.31;
}
@media (max-width: 1339px) {
  .welcome .featured {
    bottom: 20px;
  }
}
.welcome .featured > p {
  margin-bottom: 14px;
}
.welcome .featured__list {
  justify-content: center;
  gap: 57px;
}
@media (max-width: 1339px) {
  .welcome .featured__list {
    gap: 43px;
  }
  .welcome .featured__list img {
    max-height: 24px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .welcome .featured {
    text-align: center;
  }
  .welcome .featured__list {
    justify-content: space-between;
    gap: 0;
    margin-top: 7px;
  }
}
@media (max-width: 767px) and (max-width: 386px) {
  .welcome .featured__list img {
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
@media (max-width: 590px) {
  .welcome .featured {
    left: 16px;
    right: 16px;
  }
  .welcome .featured__list img {
    max-height: 19px;
    width: auto;
  }
}

@keyframes pulse-scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse-scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-scale3 {
  0% {
    transform: translate(-50%, 0) scale(1);
  }
  50% {
    transform: translate(-50%, 0) scale(1.05);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}
#religions {
  overflow-x: hidden !important;
}
#religions:has(.religionsList.hidden) {
  overflow-y: hidden !important;
}
@media (min-width: 767px) {
  #religions {
    overflow-y: hidden !important;
  }
}

.religions {
  padding-top: 25vh;
  flex-grow: 1;
  position: relative;
  z-index: 9;
}
@media (min-width: 2200px) {
  .religions {
    padding-top: 25vh;
  }
}
@media (max-width: 1539px) {
  .religions {
    padding-top: 20vh;
  }
}
@media (max-width: 920px) {
  .religions {
    padding-top: 26vh;
  }
}
@media (max-width: 690px) {
  .religions {
    padding-top: 18vh;
  }
}
@media (max-height: 740px) and (max-width: 400px) {
  .religions {
    padding-top: 90px;
  }
}
.religions::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%);
  z-index: 33;
  transform: rotate(-180deg);
}
.religions .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.religions .h1 {
  margin-bottom: 45px;
  position: relative;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1439px) {
  .religions .h1 {
    margin-bottom: 33px;
  }
}
@media (max-width: 590px) {
  .religions .h1 {
    font-size: 41px;
    line-height: 44px;
    width: calc(100vw - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
}
.religions__text {
  position: relative;
  text-align: center;
  z-index: 33;
}
.religions__text > * {
  z-index: 33;
}
.religions .notify {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 590px) {
  .religions .notify {
    bottom: 100px;
    width: calc(100vw - 30px);
  }
}
@media (max-width: 386px) {
  .religions .notify {
    bottom: 90px;
  }
}

.religionsOrb {
  width: 1180px;
  height: 1180px;
  position: absolute;
  bottom: 110px;
  left: -55px;
  transform-origin: center;
  cursor: grab;
}
.religionsOrb * {
  outline: none !important;
}
@media (min-width: 2200px) {
  .religionsOrb {
    width: 1300px;
    height: 1300px;
    left: 0px;
    bottom: 200px;
  }
}
.religionsOrb__wrap {
  width: 1180px;
  height: 590px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  margin-top: 5vh;
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.3s, transform 0.7s ease-in-out 0.3s;
}
.religionsOrb__wrap.hidden {
  transition-delay: 0s !important;
}
@media (min-width: 2200px) {
  .religionsOrb__wrap {
    width: 1460px;
    height: 750px;
  }
}
@media (max-width: 1100px) {
  .religionsOrb__wrap {
    margin-top: 0;
    margin-top: 5vh;
  }
}
.religionsOrb__wrap .clickTo {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.5;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 66%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-duration: 0.7s;
}
@media (max-width: 1350px) {
  .religionsOrb__wrap .clickTo {
    top: 52%;
  }
}
@media (max-width: 690px) {
  .religionsOrb__wrap .clickTo {
    top: 42%;
  }
}
@media (max-width: 386px) {
  .religionsOrb__wrap .clickTo {
    top: 40%;
  }
}
.religionsOrb__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  will-change: transform;
  text-transform: uppercase;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.religionsOrb__item > * {
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.religionsOrb__item.list {
  transform: none !important;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.religionsOrb__item * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.religionsOrb__item__icon {
  position: relative;
  background-size: 100% 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px;
}
@media (min-width: 2200px) {
  .religionsOrb__item__icon {
    width: 148px;
    height: 148px;
  }
}
@media (max-width: 476px) {
  .religionsOrb__item.magic:not(.clone) {
    display: none !important;
  }
  .religionsOrb__item.magic.clone p {
    white-space: normal !important;
  }
}
.religionsOrb__item video {
  display: block;
  aspect-ratio: 1;
  border-radius: 100%;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  will-change: transform;
  will-change: width, height;
  backface-visibility: hidden;
  perspective: 1000px;
  opacity: 0;
  display: none;
  width: 108px;
  height: 108px;
}
@media (min-width: 2200px) {
  .religionsOrb__item video {
    width: 148px;
    height: 148px;
  }
}
.religionsOrb__item img.logo {
  border-radius: 100%;
  width: 91%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  aspect-ratio: 1;
  transition: opacity 1s ease-in-out;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: width, height;
  backface-visibility: hidden;
  perspective: 1000px;
  user-drag: none;
  -webkit-user-drag: none;
}
.religionsOrb__item p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% + 40px);
  margin: 14px -20px 0;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  will-change: width, font-size;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}
.religionsOrb__item .answer {
  display: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  text-transform: none !important;
}
.religionsOrb__item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 125%;
  aspect-ratio: 1;
  border-radius: 100%;
  z-index: -1;
  filter: blur(38px);
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.religionsOrb__item .religionsOrb__item__glow {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  pointer-events: none;
}
.religionsOrb__item .religionsOrb__item__glow::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 108.4%;
  height: 108.4%;
  border-radius: 100%;
  mix-blend-mode: plus-lighter;
  background: #ffe690;
  filter: blur(28px);
}
.religionsOrb__item .religionsOrb__item__glow::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  width: 143%;
  height: 143%;
  border-radius: 100%;
  filter: blur(38px);
  z-index: -1;
}
.religionsOrb__item.glow .religionsOrb__item__glow, .religionsOrb__item.active:not(.clone) .religionsOrb__item__glow {
  opacity: 0.6;
}
.religionsOrb__item.glow::before, .religionsOrb__item.active:not(.clone)::before {
  opacity: 1;
}
.religionsOrb__item video {
  transform: scale(1.04);
}
.religionsOrb__item.daoism::before {
  background: rgba(255, 255, 255, 0.2);
}
.religionsOrb__item.daoism .religionsOrb__item__glow::before {
  background: #850424 !important;
}
.religionsOrb__item.daoism .religionsOrb__item__glow::after {
  background: rgba(226, 226, 226, 0.36);
}
.religionsOrb__item.daoism video {
  transform: scale(1.11);
}
.religionsOrb__item.armenian_apostolic_church::before {
  background: rgba(49, 110, 255, 0.2);
}
.religionsOrb__item.armenian_apostolic_church .religionsOrb__item__glow::after {
  background: rgba(187, 29, 58, 0.5);
}
.religionsOrb__item.armenian_apostolic_church video {
  transform: scale(1.12);
  transform: scale(1.26);
}
.religionsOrb__item.anglicanism::before {
  background: rgba(210, 206, 203, 0.2);
}
.religionsOrb__item.anglicanism .religionsOrb__item__glow::after {
  background: rgba(187, 29, 58, 0.5);
}
.religionsOrb__item.anglicanism video {
  transform: scale(1.08);
  transform: scale(1.22);
}
.religionsOrb__item.jainism::before {
  background: rgba(52, 189, 183, 0.2);
}
.religionsOrb__item.jainism .religionsOrb__item__glow::before {
  background: #93bf9a;
}
.religionsOrb__item.jainism .religionsOrb__item__glow::after {
  background: rgba(21, 124, 31, 0.5);
}
.religionsOrb__item.jainism video {
  transform: scale(1.05);
  transform: scale(1.13);
}
.religionsOrb__item.bahai::before {
  background: rgba(136, 192, 226, 0.2);
}
.religionsOrb__item.bahai .religionsOrb__item__glow::before {
  background: #6ab4b6;
}
.religionsOrb__item.bahai .religionsOrb__item__glow::after {
  background: rgba(17, 15, 103, 0.5);
}
.religionsOrb__item.bahai video {
  transform: scale(1.13);
}
.religionsOrb__item.buddhism::before {
  background: rgba(217, 193, 99, 0.2);
}
.religionsOrb__item.buddhism .religionsOrb__item__glow::before {
  background: #e5a0a0;
}
.religionsOrb__item.buddhism .religionsOrb__item__glow::after {
  background: rgba(101, 90, 15, 0.5);
}
.religionsOrb__item.buddhism video {
  transform: scale(1.11);
}
.religionsOrb__item.catholic_christianity::before {
  background: rgba(219, 218, 152, 0.2);
}
.religionsOrb__item.catholic_christianity .religionsOrb__item__glow::before {
  background: #ff8e7f;
  filter: blur(28px);
}
.religionsOrb__item.catholic_christianity .religionsOrb__item__glow::after {
  background: rgba(106, 94, 14, 0.5);
}
.religionsOrb__item.catholic_christianity video {
  transform: scale(1.1);
}
.religionsOrb__item.orthodox_christianity::before {
  background: rgba(148, 118, 249, 0.2);
}
.religionsOrb__item.orthodox_christianity .religionsOrb__item__glow::before {
  background: #b3b5e8;
}
.religionsOrb__item.orthodox_christianity .religionsOrb__item__glow::after {
  background: rgba(144, 124, 24, 0.5);
}
.religionsOrb__item.orthodox_christianity video {
  transform: scale(1.1);
}
.religionsOrb__item.confucianism::before {
  background: rgba(180, 215, 253, 0.2);
}
.religionsOrb__item.confucianism .religionsOrb__item__glow::before {
  background: #ffd3e7;
}
.religionsOrb__item.confucianism .religionsOrb__item__glow::after {
  background: rgba(97, 18, 164, 0.5);
}
.religionsOrb__item.confucianism video {
  transform: scale(1.3);
}
.religionsOrb__item.magic::before {
  background: rgba(180, 215, 253, 0.2);
}
.religionsOrb__item.magic .religionsOrb__item__glow::before {
  background: #ffd3e7;
}
.religionsOrb__item.magic .religionsOrb__item__glow::after {
  background: rgba(97, 18, 164, 0.5);
}
.religionsOrb__item.magic video {
  transform: scale(1.13);
}
.religionsOrb__item.hinduism::before {
  background: rgba(235, 118, 106, 0.2);
}
.religionsOrb__item.hinduism .religionsOrb__item__glow::before {
  background: #f79f93;
}
.religionsOrb__item.hinduism .religionsOrb__item__glow::after {
  background: rgba(154, 40, 26, 0.5);
}
.religionsOrb__item.hinduism video {
  transform: scale(1.1);
}
.religionsOrb__item.islam::before {
  background: rgba(68, 170, 151, 0.2);
}
.religionsOrb__item.islam .religionsOrb__item__glow::before {
  background: #b7736a;
}
.religionsOrb__item.islam .religionsOrb__item__glow::after {
  background: rgba(15, 101, 81, 0.5);
}
.religionsOrb__item.islam video {
  transform: scale(1.1);
}
.religionsOrb__item.judaism::before {
  background: rgba(133, 124, 212, 0.2);
}
.religionsOrb__item.judaism .religionsOrb__item__glow::before {
  background: #6a9db7;
}
.religionsOrb__item.judaism .religionsOrb__item__glow::after {
  background: rgba(29, 15, 102, 0.5);
}
.religionsOrb__item.judaism video {
  transform: scale(1.1);
}
.religionsOrb__item.mormonism::before {
  background: rgba(99, 189, 189, 0.2);
}
.religionsOrb__item.mormonism .religionsOrb__item__glow::before {
  background: #627675;
}
.religionsOrb__item.mormonism .religionsOrb__item__glow::after {
  background: rgba(66, 113, 114, 0.5);
}
.religionsOrb__item.mormonism video {
  transform: scale(1.1);
}
.religionsOrb__item.protestant_christianity::before {
  background: rgba(236, 217, 190, 0.2);
}
.religionsOrb__item.protestant_christianity .religionsOrb__item__glow::before {
  background: #dccec0;
}
.religionsOrb__item.protestant_christianity .religionsOrb__item__glow::after {
  background: rgba(132, 117, 93, 0.5);
}
.religionsOrb__item.protestant_christianity video {
  transform: scale(1.07);
}
.religionsOrb__item.sikhism::before {
  background: rgba(183, 113, 233, 0.2);
}
.religionsOrb__item.sikhism .religionsOrb__item__glow::before {
  background: #b0b5e7;
}
.religionsOrb__item.sikhism .religionsOrb__item__glow::after {
  background: rgba(117, 100, 12, 0.53);
}
.religionsOrb__item.sikhism video {
  transform: scale(1.1);
}
.religionsOrb__item.shinto::before {
  background: rgba(247, 156, 120, 0.2);
}
.religionsOrb__item.shinto .religionsOrb__item__glow::before {
  background: #ffe6c6;
}
.religionsOrb__item.shinto .religionsOrb__item__glow::after {
  background: rgba(163, 102, 19, 0.5);
}
.religionsOrb__item.shinto video {
  transform: scale(1.1);
}
.religionsOrb__item.yoruba::before {
  background: rgba(219, 143, 135, 0.2);
}
.religionsOrb__item.yoruba .religionsOrb__item__glow::before {
  background: #ff8e7f;
}
.religionsOrb__item.yoruba .religionsOrb__item__glow::after {
  background: rgba(103, 25, 15, 0.5);
}
.religionsOrb__item.yoruba video {
  transform: scale(1.13);
}
.religionsOrb__item.zoroastrianism::before {
  background: rgba(206, 204, 149, 0.2);
}
.religionsOrb__item.zoroastrianism .religionsOrb__item__glow::before {
  background: #ff8e7f;
}
.religionsOrb__item.zoroastrianism .religionsOrb__item__glow::after {
  background: rgba(166, 182, 135, 0.5);
}
.religionsOrb__item.zoroastrianism video {
  transform: scale(1.13);
}
.religionsOrb__item.clone {
  max-width: 420px;
  width: 420px;
  z-index: 99;
  position: absolute !important;
  left: 50% !important;
  top: 55% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  background-image: none;
  background: none;
  transition: opacity 0.7s ease;
  z-index: 997;
  cursor: pointer;
}
@media (max-width: 1339px) {
  .religionsOrb__item.clone {
    max-width: 360px;
    width: 360px;
  }
}
@media (max-width: 767px) {
  .religionsOrb__item.clone {
    max-width: 77vw;
    width: 77vw;
    top: 50%;
  }
}
@media (max-width: 386px) {
  .religionsOrb__item.clone {
    max-width: 80vw;
    width: 80vw;
  }
}
@media (max-width: 380px) {
  .religionsOrb__item.clone {
    top: 47% !important;
  }
}
.religionsOrb__item.clone .religionsOrb__item__icon {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  position: relative;
}
.religionsOrb__item.clone .religionsOrb__item__icon::before {
  position: absolute;
  z-index: 77;
  transition: opacity 1s ease-in-out;
  transform: translate(-50%, -50%);
  content: "PLAY TO EXPLORE";
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding-top: 86px;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 79px;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg width='79' height='79' viewBox='0 0 79 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_916_2868)'%3E%3Cpath d='M57.3711 35.3051L30.2694 50.9523L30.2694 19.6579L57.3711 35.3051Z' fill='white'/%3E%3Ccircle cx='39.3044' cy='35.3051' r='33.2458' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_916_2868' x='0.558594' y='0.559326' width='77.4922' height='77.4916' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_916_2868'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_916_2868' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") 50% 0 no-repeat;
}
@media (max-width: 590px) {
  .religionsOrb__item.clone .religionsOrb__item__icon::before {
    height: 59px;
    background-size: 59px 59px;
    padding-top: 65px;
    font-size: 13px;
  }
}
.religionsOrb__item.clone.readyToPlay .religionsOrb__item__icon::before {
  opacity: 1;
}
.religionsOrb__item.clone.readyToPlay .religionsOrb__item__icon img {
  opacity: 0;
}
.religionsOrb__item.clone video {
  background-image: none !important;
  opacity: 0;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.religionsOrb__item.clone video.show {
  opacity: 1;
}
.religionsOrb__item.clone p {
  font-size: 40px;
  line-height: 1.01;
  margin-top: 70px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .religionsOrb__item.clone p {
    margin-top: 40px;
  }
}
@media (max-width: 1350px) {
  .religionsOrb__item.clone p {
    font-size: 32px;
  }
}
@media (max-width: 476px) {
  .religionsOrb__item.clone p {
    margin-top: 8vh;
  }
}
@media (max-width: 476px) {
  .religionsOrb__item.clone p {
    margin-top: 30px;
    font-size: 24px !important;
  }
}
.religionsOrb__item.clone p .name {
  display: block;
}
.religionsOrb__item.clone p .altPhrase {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: none !important;
  display: block;
  width: 100vw;
  max-width: calc(90vw - 1px);
  transition-duration: 0.7s;
  transition-delay: 0.5s !important;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .religionsOrb__item.clone p .altPhrase {
    font-size: 28px !important;
  }
}
@media (max-width: 590px) {
  .religionsOrb__item.clone p .altPhrase {
    font-size: 20px !important;
    line-height: 1.1;
  }
  .religionsOrb__item.clone p .altPhrase br {
    display: none !important;
  }
}
.religionsOrb__item.clone p.change .name {
  opacity: 0;
  transition-duration: 0.7s;
}
.religionsOrb__item.clone p.change .altPhrase {
  opacity: 1 !important;
}
@media (min-width: 2200px) {
  .religionsOrb__item.clone p {
    font-size: 54px;
    width: 690px;
  }
}
.religionsOrb__item.clone p .question {
  display: none;
}
.religionsOrb__item.clone p .answer {
  display: block;
}
.religionsOrb__item.clone .scroll {
  font-weight: 500;
  font-size: 14px;
  line-height: 116%;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1430px) {
  .religionsOrb__item.clone .scroll {
    font-size: 12px;
  }
}
.religionsOrb__item.clone .scroll.hide {
  opacity: 0 !important;
  transition-duration: 0.7s !important;
}
@media (max-width: 476px) {
  .religionsOrb__item.clone .scroll {
    font-size: 10px;
    margin-top: 13px;
  }
}
.religionsOrb__item video {
  position: relative;
}

.religionsList {
  width: 100%;
  transition-duration: 1s;
  position: relative;
  z-index: 44;
}
@media (max-width: 2200px) {
  .religionsList {
    max-width: 1500px;
  }
}
@media (max-width: 1500px) {
  .religionsList {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .religionsList {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.religionsList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  /* 5 строк (18 элементов / 4 колонки = 4.5, округляем до 5) */
  gap: 22px;
  height: auto;
}
.religionsList.hidden {
  height: 10px !important;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .religionsList {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .religionsList {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, auto);
  }
}
@media (max-width: 590px) {
  .religionsList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, auto);
    gap: 10px 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 476px) {
  .religionsList {
    margin-right: 20px;
    width: calc(100% - 20px);
  }
}
.religionsList .religionsOrb__item {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  transform: none;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.religionsList .religionsOrb__item::before {
  display: none !important;
}
.religionsList .religionsOrb__item .religionsOrb__item__glow {
  width: auto;
  height: 100%;
  transition: opacity 0.6s ease-in-out !important;
}
@media (any-hover: hover) {
  .religionsList .religionsOrb__item:hover .religionsOrb__item__glow {
    opacity: 1 !important;
  }
}
.religionsList .religionsOrb__item.clone {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  text-align: center;
}
.religionsList .religionsOrb__item.clone p {
  font-size: 49px;
  line-height: 1.01;
  width: 540px;
}
@media (min-width: 2200px) {
  .religionsList .religionsOrb__item.clone p {
    font-size: 54px;
  }
}
@media (max-width: 1550px) {
  .religionsList .religionsOrb__item.clone p {
    font-size: 44px;
  }
}
@media (max-width: 1350px) {
  .religionsList .religionsOrb__item.clone p {
    font-size: 36px;
  }
}
@media (max-width: 396px) {
  .religionsList .religionsOrb__item.clone p {
    font-size: 30px !important;
  }
}
.religionsList .religionsOrb__item__icon {
  filter: blur(0.5px);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  margin-right: 6px;
}
@media (max-width: 1339px) {
  .religionsList .religionsOrb__item__icon {
    margin-right: 2px;
  }
}
@media (max-width: 2200px) {
  .religionsList .religionsOrb__item__icon {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 1339px) {
  .religionsList .religionsOrb__item__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .religionsList .religionsOrb__item__icon {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 590px) {
  .religionsList .religionsOrb__item__icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 2200px) {
  .religionsList .religionsOrb__item video {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 1339px) {
  .religionsList .religionsOrb__item video {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .religionsList .religionsOrb__item video {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 590px) {
  .religionsList .religionsOrb__item video {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 590px) {
  .religionsList .religionsOrb__item video {
    background-image: none !important;
  }
}
.religionsList .religionsOrb__item p {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .religionsList .religionsOrb__item p {
    font-size: 12px;
  }
}
@media (max-width: 590px) {
  .religionsList .religionsOrb__item p {
    font-size: 11px;
  }
}

.religions:has(.religionsOrb__item.large) .religionsOrb,
.religions:has(.religionsOrb__item.clone.active) .religionsOrb {
  cursor: default !important;
}
.religions:has(.religionsOrb__item.large) .religionsOrb__item:not(.large):not(.clone)::before,
.religions:has(.religionsOrb__item.large) .religionsOrb__item:not(.large):not(.clone) > *,
.religions:has(.religionsOrb__item.large) .h1,
.religions:has(.religionsOrb__item.large) .btn,
.religions:has(.religionsOrb__item.large) .notify,
.religions:has(.religionsOrb__item.large) .clickTo,
.religions:has(.religionsOrb__item.clone.active) .religionsOrb__item:not(.large):not(.clone)::before,
.religions:has(.religionsOrb__item.clone.active) .religionsOrb__item:not(.large):not(.clone) > *,
.religions:has(.religionsOrb__item.clone.active) .h1,
.religions:has(.religionsOrb__item.clone.active) .btn,
.religions:has(.religionsOrb__item.clone.active) .notify,
.religions:has(.religionsOrb__item.clone.active) .clickTo {
  opacity: 0;
}
.religions:has(.religionsOrb__item.large) .religionsOrb__item:not(.clone),
.religions:has(.religionsOrb__item.clone.active) .religionsOrb__item:not(.clone) {
  pointer-events: none !important;
}

@media (max-width: 1200px) {
  #features .container,
  #reviews .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#features.active .features__item,
#features.active .reviews__item,
#reviews.active .features__item,
#reviews.active .reviews__item {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 576px) {
  .features .swiper {
    overflow: visible;
  }
}
.features__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1167px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 156px;
  padding-bottom: 120px;
}
@media (max-width: 590px) {
  .features__list {
    padding-bottom: 60px;
    margin-top: 125px;
  }
}
.features__item {
  position: relative;
  width: 355px;
  height: 336px;
  perspective: 1000px;
  margin-bottom: 58px;
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.features__item:nth-child(1) {
  transition-delay: 0.3s;
}
.features__item:nth-child(2) {
  transition-delay: 0.4s;
}
.features__item:nth-child(3) {
  transition-delay: 0.5s;
}
.features__item:nth-child(4) {
  transition-delay: 0.6s;
}
.features__item:nth-child(5) {
  transition-delay: 0.7s;
}
.features__item:nth-child(6) {
  transition-delay: 0.8s;
}
.features__item:nth-child(n+7) {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .features__item {
    flex: 0 0 30%;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .features__item {
    flex: 0 0 46%;
  }
}
@media (max-width: 690px) {
  .features__item {
    flex: 0 0 100%;
    max-width: calc(100vw - 100px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
@media (min-width: 800px) {
  .features__item:nth-child(3n+2):not(:last-child) {
    top: 58px;
  }
}
.features__item__icon {
  width: 236px;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -14px;
  position: relative;
}
.features__item__icon::before {
  position: absolute;
  opacity: 0.5;
  content: "";
  left: 0;
  top: 0;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.features__item__icon img {
  position: relative;
}
.features__item__icon.red::before {
  background: radial-gradient(50% 50% at 50% 50%, #ff1717 19.23%, rgba(230, 65, 65, 0) 100%);
}
.features__item__icon.yellow::before {
  background: radial-gradient(50% 50% at 50% 50%, #ffd24d 19%, rgba(255, 213, 92, 0) 100%);
}
.features__item__icon.gray::before {
  background: radial-gradient(50% 50% at 50% 50%, #fff 19%, rgba(255, 255, 255, 0) 100%);
}
.features__item__icon.green::before {
  background: radial-gradient(50% 50% at 50% 50%, #7ea032 19%, rgba(71, 92, 27, 0) 100%);
}
.features__item h3,
.features__item .h3 {
  font-size: 24px;
  font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
}
@media (max-width: 768px) {
  .features__item h3,
  .features__item .h3 {
    font-size: 20px;
    font-family: "Inter", "Noto Sans Arabic", "Noto Sans Devanagari", "Noto Sans SC", sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
  }
}
.features__item h3,
.features__item .h3 {
  text-align: center;
}
@media (max-width: 1200px) {
  .features__item h3,
  .features__item .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.features__item .h3 {
  margin-bottom: 35px;
}
.features__item-front, .features__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.8s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: #231f20;
  color: white;
}
.features__item-back {
  transform: rotateY(180deg);
}
@media (max-width: 1199px) {
  .features__item-back {
    padding: 35px 25px;
  }
}
.features__item.active .features__item-front {
  transform: rotateY(180deg);
}
.features__item.active .features__item-back {
  transform: rotateY(0);
}
@media (any-hover: hover) {
  .features__item:hover .features__item-front {
    transform: rotateY(180deg);
  }
  .features__item:hover .features__item-back {
    transform: rotateY(0);
  }
}

.hidden {
  opacity: 0 !important;
  pointer-events: none;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  visibility: hidden;
}

.reviews {
  padding-top: 156px;
}
@media (max-width: 590px) {
  .reviews {
    padding-top: 125px;
  }
}
.reviews__list {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  -moz-column-count: 3;
       column-count: 3;
  gap: 16px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .reviews__list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 850px) {
  .reviews__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 590px) {
  .reviews__list {
    -moz-column-count: unset;
         column-count: unset;
    max-width: 300px;
    padding-bottom: 100px;
  }
}
.reviews__item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: #231f20;
  color: white;
  padding: 24px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(60px);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.reviews__item:nth-child(1) {
  transition-delay: 0.3s;
}
.reviews__item:nth-child(2) {
  transition-delay: 0.4s;
}
.reviews__item:nth-child(3) {
  transition-delay: 0.5s;
}
.reviews__item:nth-child(4) {
  transition-delay: 0.6s;
}
.reviews__item:nth-child(5) {
  transition-delay: 0.7s;
}
.reviews__item:nth-child(6) {
  transition-delay: 0.8s;
}
.reviews__item:nth-child(n+7) {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .reviews__item {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (max-width: 476px) {
  .reviews__item {
    padding: 25px;
  }
}
.reviews__item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reviews__item__content video,
.reviews__item__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 13px;
}
.reviews__item .video {
  position: relative;
  cursor: pointer;
}
.reviews__item .video::before {
  transition-duration: 0.2s;
  position: absolute;
  content: "";
  opacity: 0.6;
  left: calc(50% - 25px);
  top: calc(50% - 35px);
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='49' viewBox='0 0 50 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_675_67)'%3E%3Cpath d='M0.519531 23.1328C1.67917 2.69669 27.4061 -6.99522 42.2686 7.62988C57.0978 22.2223 47.2757 47.2906 26.3887 48.5H23.5312L19.8037 47.958C9.88289 45.8988 2.02511 37.6304 0.723633 27.7656V27.7637C0.684787 27.4781 0.671155 27.1898 0.646484 26.8594C0.624467 26.5645 0.591471 26.2457 0.520508 25.9307C0.538022 25.4534 0.524951 24.9789 0.512695 24.5273C0.49967 24.0474 0.490032 23.5896 0.519531 23.1367V23.1328ZM41.2744 37.9531C53.3611 23.7252 42.0927 2.55581 23.3887 3.7373H23.3516L23.3359 3.73926C8.19731 4.69919 -1.01252 21.1408 6.15039 34.3447C13.3048 47.5328 31.632 49.324 41.2754 37.9541L41.2744 37.9531Z' fill='white' stroke='%23fff'/%3E%3Cpath d='M21.1868 32.8227C21.0829 32.7208 20.9997 32.5171 20.9166 32.3745L20.875 17.0327C21.1869 15.8713 22.0185 15.7083 22.9956 16.2992C26.4467 18.3366 29.7523 21.4539 33.2035 23.5728C33.8688 24.1229 33.9103 24.8564 33.3074 25.488L22.8708 32.9246C22.3927 33.2505 21.6442 33.2302 21.2076 32.8227H21.1868Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_675_67'%3E%3Crect width='50' height='49' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 100% auto;
}
.reviews__item .video:hover::before {
  opacity: 1;
}
.reviews__item .video.playing::before {
  opacity: 0;
}
.reviews__item__author {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  align-items: flex-end;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #a5a3a3;
  line-height: 1.1;
}
.reviews__item__ava img {
  border-radius: 20px;
}

#footer {
  overflow: hidden !important;
}
#footer::before {
  display: none !important;
}
#footer.active .sphere {
  bottom: 0;
}

.footer {
  width: 100%;
  position: relative;
  overflow: hidden !important;
}
.footer .container {
  height: 100%;
  padding: 0 45px;
  position: relative;
  z-index: 5;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
.footer .praymory {
  padding-top: 40px;
  padding-top: 10vh;
  margin-bottom: 10px;
  position: relative;
  z-index: 555;
  display: flex;
  justify-content: center;
}
.footer .praymory .btn {
  display: none;
}
.footer .praymory img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 767px) {
  .footer .praymory {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .footer .praymory {
    padding-top: 6vh;
  }
}
@media (min-width: 2200px) {
  .footer .praymory {
    padding-top: 15vh;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-width: 1400px) {
  .footer .praymory {
    margin-bottom: 25px;
  }
  .footer .praymory img {
    max-width: 640px;
  }
}
@media (max-width: 992px) {
  .footer .praymory {
    padding-top: 20vh;
  }
}
@media (max-width: 476px) {
  .footer .praymory {
    padding-top: 12vh;
    flex-direction: column;
  }
  .footer .praymory .btn {
    display: block;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 476px) {
  .footer .social {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 24px;
  }
}
.footer__btns {
  position: absolute;
  left: 50%;
  top: 63%;
  transform: translate(-50%, -50%);
  gap: 20px 13px;
  display: flex;
  flex-wrap: wrap;
  max-width: 253px;
}
@media (min-width: 2200px) {
  .footer__btns {
    top: 70%;
  }
}
@media (max-width: 992px) {
  .footer__btns {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .footer__btns {
    margin-top: 48px;
  }
  .footer__btns a:not(.btn) {
    display: none;
  }
}
@media (max-width: 476px) {
  .footer__btns {
    display: none;
  }
}
.footer__btns .btn {
  flex-grow: 1;
  width: 100%;
}
.footer .bottom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  text-shadow: 0 0 5px black;
}
.footer .bottom > div {
  gap: 48px;
  display: flex;
}
@media (max-width: 1339px) {
  .footer .bottom {
    gap: 80px;
  }
}
@media (max-width: 1100px) {
  .footer .bottom > div {
    flex-direction: column;
    gap: 12px;
  }
  .footer .bottom > div.bottom__right {
    text-align: right;
  }
}
@media (max-width: 476px) {
  .footer .bottom {
    bottom: 24px;
    flex-direction: column;
    gap: 12px;
  }
  .footer .bottom .hidden {
    display: none;
  }
}
.footer .sphere {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: 3;
  border-radius: 100% 100% 0 0;
  transition-duration: 5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
}
@media (max-width: 1550px) {
  .footer .sphere {
    transform: translate(-50%, 25%);
  }
}
@media (max-width: 1100px) {
  .footer .sphere {
    transform: translate(-50%, 15%);
  }
}
@media (max-width: 920px) {
  .footer .sphere {
    transform: translate(-50%, -25%);
  }
}
@media (max-width: 476px) {
  .footer .sphere {
    transform: translate(-50%, 15%);
  }
}
@media (max-width: 389px) {
  .footer .sphere {
    transform: translate(-50%, 25%);
  }
}
.footer .sphere img {
  position: absolute;
  aspect-ratio: 1.0250377986;
  border-radius: 100%;
  transform: scale(1.13);
  clip-path: circle(44% at 50% 50%);
}
.footer .sphere__video {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.footer .sphere video {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.13);
  display: block;
}
.footer .sphere img {
  position: absolute;
  aspect-ratio: 1.0250377986;
  border-radius: 100%;
  transform: scale(1.13);
  clip-path: circle(44% at 50% 50%);
}
.footer .sphere img,
.footer .sphere video {
  max-height: 770px;
  display: block;
}
@media (max-width: 1500px) {
  .footer .sphere img,
  .footer .sphere video {
    max-height: 560px;
  }
}
@media (max-width: 1339px) {
  .footer .sphere img,
  .footer .sphere video {
    max-height: 490px;
  }
}
@media (max-width: 767px) {
  .footer .sphere img,
  .footer .sphere video {
    max-width: 77vw;
    max-height: none;
  }
}
@media (max-width: 476px) {
  .footer .sphere img,
  .footer .sphere video {
    max-width: 141vw;
    width: 141vw;
  }
}
.footer .sphere::before {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  filter: blur(28px);
  border-radius: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 120%;
  left: -10%;
  top: -10%;
  aspect-ratio: 1;
  height: auto;
  z-index: -1;
  mix-blend-mode: plus-lighter;
}
.footer .sphere::after {
  background: rgba(115, 18, 125, 0.54);
  filter: blur(38px);
  border-radius: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 160%;
  left: -30%;
  top: -30%;
  aspect-ratio: 1;
  height: auto;
  z-index: -2;
}

#features {
  overflow: hidden !important;
}

#religions.active .religionsOrb__wrap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* CSS */
.panel-pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 990;
}
@media (max-width: 476px) {
  .panel-pagination {
    right: 12px;
  }
}

.pagination-dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.dot.active {
  background: #fff;
}

@media (min-width: 992px) {
  body:has(#footer.active) .header {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .header .logo {
    transition-duration: 0.3s;
  }
  body:has(#footer.active) .header .logo {
    opacity: 0;
  }
}
body.homepage .header:not(.show),
body.homepage .featured:not(.show),
body.homepage .panel-pagination:not(.show),
body.homepage .welcome__main__text:not(.show),
body.homepage .welcome__main__img:not(.show) {
  opacity: 0;
}
body.homepage .header,
body.homepage .featured,
body.homepage .panel-pagination,
body.homepage .welcome__main__text,
body.homepage .welcome__main__img {
  transition-duration: 1.1s;
}

.delete .flex {
  gap: 155px;
}
@media (max-width: 767px) {
  .delete .flex {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}
@media (max-width: 476px) {
  .delete__img img {
    width: 268px;
    height: auto;
  }
}
@media (max-width: 476px) {
  .delete__text {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.delete h1 {
  text-align: center;
  margin-bottom: 60px !important;
}
@media (min-width: 476px) {
  .delete h1 {
    font-size: 40px !important;
  }
}

.features {
  padding-top: 70px;
  display: flex;
  align-items: center;
  --swiper-navigation-sides-offset: 40px;
}
@media (max-width: 1439px) {
  .features {
    padding-top: 20px;
    --swiper-navigation-sides-offset: 20px;
  }
}
@media (max-width: 992px) {
  .features {
    --swiper-navigation-sides-offset: 0px;
  }
}
@media (max-width: 590px) {
  .features {
    padding-top: 20px;
  }
}
@media (max-height: 740px) and (max-width: 400px) {
  .features {
    padding-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.features h2 {
  position: relative;
  z-index: 111;
}
.features .custom-pagination {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.02em;
}
.features__slider {
  z-index: 99;
  max-width: 966px;
  overflow: visible;
}
@media (min-width: 1439px) {
  .features__slider {
    max-width: 1029px;
  }
}
@media (min-width: 1676px) {
  .features__slider {
    max-width: 1200px;
  }
}
@media (max-width: 1439px) {
  .features__slider {
    max-width: 799px;
  }
}
@media (max-width: 1139px) {
  .features__slider {
    max-width: 729px;
  }
}
@media (max-width: 992px) {
  .features__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .features__slider {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.features__slider .swiper-slide video {
  opacity: 0;
  transition-duration: 0.5s;
}
.features__slider .swiper-slide .features__slide__img {
  filter: blur(15px);
}
@media (max-width: 590px) {
  .features__slider .swiper-slide .features__slide__img {
    filter: blur(7.3px);
  }
}
.features__slider .swiper-slide .features__slide__text {
  transition-duration: 0.5s;
  opacity: 0;
}
.features__slider .swiper-slide-active video {
  opacity: 1;
}
.features__slider .swiper-slide-active .features__slide__img {
  filter: blur(0);
}
.features__slider .swiper-slide-active .features__slide__text {
  opacity: 1;
}
.features__swiper {
  color: #fff;
}
@media (min-width: 1100px) {
  .features .swiper-slide-active + .swiper-slide {
    transform: scale(1);
    opacity: 1;
  }
}
.features__slide {
  display: flex;
  gap: 266px;
  text-align: center;
  transition-duration: 0.9s;
  transition-property: opacity, transform, filter !important;
  opacity: 1;
  transform: scale(1);
  justify-content: center;
}
@media (max-width: 2000px) and (min-width: 1100px) {
  .features__slide.swiper-slide-prev .features__slide__img {
    transform: translateX(5vw);
  }
  .features__slide.swiper-slide-next .features__slide__img {
    transform: translateX(-5vw);
  }
}
@media (max-width: 1500px) and (min-width: 1350px) {
  .features__slide {
    gap: 206px;
  }
  .features__slide.swiper-slide-prev .features__slide__img {
    transform: translateX(8vw);
  }
  .features__slide.swiper-slide-next .features__slide__img {
    transform: translateX(-8vw);
  }
}
@media (max-width: 1300px) {
  .features__slide {
    gap: 106px;
  }
}
@media (max-width: 992px) {
  .features__slide {
    gap: 66px;
  }
}
@media (max-width: 590px) {
  .features__slide {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .features__slide.swiper-slide-prev .features__slide__img {
    transform: translateX(18vw);
  }
}
@media (max-width: 590px) and (max-height: 740px) and (max-width: 400px) {
  .features__slide.swiper-slide-prev .features__slide__img {
    transform: translateX(15vw);
  }
}
@media (max-width: 590px) {
  .features__slide.swiper-slide-next .features__slide__img {
    transform: translateX(-18vw);
  }
}
@media (max-width: 590px) and (max-height: 740px) and (max-width: 400px) {
  .features__slide.swiper-slide-next .features__slide__img {
    transform: translateX(-15vw);
  }
}
.features__slide.swiper-slide-prev {
  z-index: 99;
}
.features__slide.swiper-slide-active .features__slide__img {
  transform: translateX(0%);
}
.features__slide__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 99;
}
@media (min-width: 590px) {
  .features__slide__text {
    max-width: 306px;
  }
}
.features__slide__title {
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 0 0 3px #fff, 0 0 41px #fff;
  font-size: 24px;
  line-height: 116%;
  text-align: center;
}
@media (max-width: 590px) {
  .features__slide__title {
    font-size: 20px;
    line-height: 100%;
  }
}
@media (max-height: 740px) and (max-width: 400px) {
  .features__slide__title {
    margin-bottom: 8px;
  }
}
.features__slide__desc {
  font-size: 14px;
  line-height: 142.8%;
  letter-spacing: -0.02em;
}
@media (max-height: 740px) and (max-width: 400px) {
  .features__slide__desc {
    font-size: 12px;
    line-height: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.features__slide__img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transition-duration: 1s !important;
  transition-timing-function: ease;
  will-change: transform;
  margin-left: 160px;
}
@media (max-width: 1100px) {
  .features__slide__img {
    margin-left: 10px;
  }
}
@media (max-width: 590px) {
  .features__slide__img {
    margin-bottom: 73px;
    margin-left: 0px;
  }
}
.features__slide__img img,
.features__slide__img video {
  max-height: calc(100vh - 120px - 80px);
  width: auto;
}
@media (max-width: 767px) {
  .features__slide__img img,
  .features__slide__img video {
    max-height: 312px;
  }
}
.features__slide__img video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 216px;
  border-radius: 34px;
}
@media (max-width: 1439px) {
  .features__slide__img video {
    border-radius: 25px;
  }
}
.features__slide__img video.bigger {
  max-width: 319%;
  width: 319%;
  max-height: unset;
}
@media (max-width: 1476px) {
  .features__slide__img video.bigger {
    max-width: 310%;
  }
}
@media (max-width: 576px) {
  .features__slide__img video.bigger {
    max-width: 230%;
  }
}

.container--features {
  margin-left: 50px;
  margin-right: 50px;
  max-width: calc(100vw - 120px);
  position: relative;
}
@media (min-width: 1600px) {
  .container--features {
    max-width: 1320px;
  }
}
@media (max-width: 767px) {
  .container--features {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100vw - 0px);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 99;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  width: 160%;
  height: 120%;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: #D9D9D9 !important;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.3s ease;
  width: 16px;
}

.swiper-button-next:hover {
  transform: translateX(4px);
}

.swiper-button-prev:hover {
  transform: translateX(-4px);
}

/* Стили для пагинации Swiper */
.swiper-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 17px;
  z-index: 99;
  gap: 79px;
  align-items: center;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .swiper-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    align-items: flex-start;
  }
}
@media (max-height: 740px) and (max-width: 400px) {
  .swiper-nav {
    gap: 7px;
  }
}
.swiper-nav .swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 333;
}
@media (max-width: 767px) {
  .swiper-nav .swiper-pagination {
    gap: 4px;
    display: flex;
    top: 347px !important;
    position: absolute;
  }
}
@media (min-width: 767px) {
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    transform: none !important;
    margin: 0 !important;
    top: 126px !important;
  }
}
@media (max-width: 767px) {
  .swiper-nav .swiper-button-prev {
    left: 16px;
  }
}
@media (max-width: 767px) {
  .swiper-nav .swiper-button-next {
    right: 16px;
  }
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.48);
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}
/* Если нужно убрать стандартные стили Swiper */
.swiper-pagination-bullet {
  margin: 0 !important;
  /* Убираем стандартные отступы */
}

/* Для горизонтального расположения */
.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}

@media (min-width: 992px) {
  .onlyTab {
    display: none !important;
  }
}
.hidden {
  opacity: 0;
  visibility: hidden;
}

.topBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  filter: blur(73px);
}
@media (max-width: 476px) {
  .topBg {
    filter: blur(33px);
  }
}
.topBg img {
  max-width: 100%;
}

.pageInfo {
  margin-bottom: 47px;
  opacity: 0.6;
}

.pagecontent {
  padding-top: 198px;
  padding-bottom: 88px;
  position: relative;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
@media (max-width: 476px) {
  .pagecontent {
    padding-top: 130px;
    font-size: 12px;
    line-height: 18px;
  }
}
.pagecontent:has(.delete) {
  padding-top: 120px;
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .pagecontent:has(.delete) {
    padding-top: 15vh;
  }
}
.pagecontent h1 {
  margin-bottom: 47px;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #fff;
}
@media (max-width: 476px) {
  .pagecontent h1 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.pagecontent h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.06em;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 48px;
}
.pagecontent p {
  margin-bottom: 24px;
}
.pagecontent .container {
  max-width: 778px;
  padding-left: 116px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .pagecontent .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 476px) {
  .pagecontent .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagecontent a {
  text-decoration: underline;
}
.pagecontent a:hover {
  text-decoration: none;
}
.pagecontent ul li {
  list-style: disc inside;
}

html, body {
  overscroll-behavior: none;
}

.soon {
  position: relative;
  width: 100%;
}
.soon img {
  width: 100%;
}
@media (max-width: 992px) {
  .soon {
    margin-top: -20vh;
    position: relative;
    z-index: 1;
  }
}
.soon__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff, 0 0 41px #fff;
  font-weight: 600;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
}
@media (max-width: 476px) {
  .soon__title {
    top: 40%;
    font-size: 64px;
  }
}

.soon::before,
.soon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px; /* высота фейда сверху/снизу */
  pointer-events: none; /* чтобы не мешать кликам */
  z-index: 10;
}

.soon::before {
  top: 0;
  background: linear-gradient(to bottom, black, transparent);
}

.soon::after {
  bottom: 0;
  background: linear-gradient(to top, black, transparent);
}

@media (max-width: 476px) {
  .soon img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 60%;
       object-position: 30% 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bottomlinks {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  gap: 96px;
  align-items: center;
  text-shadow: 0 0 5px black;
}
.bottomlinks .delete {
  margin-left: auto;
}
@media (max-width: 1339px) {
  .bottomlinks {
    gap: 80px;
  }
}
@media (max-width: 920px) {
  .bottomlinks {
    bottom: 30px;
    justify-content: space-between;
    gap: 0;
  }
  .bottomlinks .delete {
    margin-left: 0;
  }
}
@media (max-width: 476px) {
  .bottomlinks {
    bottom: 24px;
    flex-direction: column;
    gap: 24px;
    position: static;
    align-items: flex-start;
    margin-bottom: 28px;
    margin-left: 28px;
  }
  .bottomlinks .hidden {
    display: none;
  }
}

.panel.static {
  position: static;
}

.presentation__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 146px;
  padding-bottom: 48px;
  text-align: center;
}
@media (max-width: 1500px) {
  .presentation__title {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media (max-width: 476px) {
  .presentation__title {
    padding-top: 72px;
    padding-bottom: 0;
  }
}
.presentation__title h1 {
  font-weight: 700;
  font-size: 150px;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media (max-width: 1539px) {
  .presentation__title h1 {
    font-size: 100px;
  }
}
@media (max-width: 1339px) {
  .presentation__title h1 {
    font-size: 90px;
  }
}
@media (max-width: 1100px) {
  .presentation__title h1 {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  .presentation__title h1 {
    font-size: 72px;
  }
}
@media (max-width: 476px) {
  .presentation__title h1 {
    font-size: 56px;
  }
}
.presentation__title__arrow {
  position: relative;
}
@media (max-width: 1300px) {
  .presentation__title__arrow svg {
    width: 128px;
    height: auto;
  }
}
@media (max-width: 476px) {
  .presentation__title__arrow svg {
    width: 72px;
    height: auto;
  }
}
.presentation__section {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 476px) {
  .presentation__section {
    height: auto;
    aspect-ratio: 393/852;
  }
}
.presentation__section.section-0 .presentation__bg img {
  right: auto;
  left: 0;
}
.presentation__bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.presentation__bg img {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  width: auto;
}
.presentation__bg picture.clone img {
  transform: scaleX(-1) translateX(calc(100% - 1px));
}
@media (max-width: 1100px) {
  .presentation__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    background: linear-gradient(to right, #000 0%, transparent 100%);
    z-index: 1;
  }
}
@media (max-width: 900px) {
  .presentation__bg::before {
    left: calc(100vw - 590px);
    width: 25%;
  }
  .presentation__bg img {
    position: absolute;
    top: auto;
    bottom: 0;
    max-width: 590px;
    height: auto;
    max-height: none;
    width: 100%;
  }
}
.presentation__text {
  padding: 40px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
  height: 100%;
}
@media (max-width: 476px) {
  .presentation__text {
    padding: 48px 20px 20px;
  }
}
.presentation__text__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-bottom: 3%;
}
@media (max-width: 992px) {
  .presentation__text__inner {
    gap: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 900px) {
  .presentation__text__inner {
    margin-top: 48px;
    justify-content: flex-start;
    flex-grow: 0;
  }
  .presentation__text__inner.double {
    margin-top: 12px;
  }
  .presentation__text__inner.double:not(:last-child) {
    margin-bottom: 48px;
  }
}
.presentation__text h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 1540px) {
  .presentation__text h2 {
    font-size: 64px;
  }
}
@media (max-width: 1439px) {
  .presentation__text h2 {
    font-size: 60px;
  }
}
@media (max-width: 1349px) {
  .presentation__text h2 {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .presentation__text h2 {
    font-size: 60px;
  }
}
@media (max-width: 476px) {
  .presentation__text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #fff;
  }
  .presentation__text h2 br {
    display: none;
  }
}
.presentation__text .aftitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 1540px) {
  .presentation__text .aftitle {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media (max-width: 1439px) {
  .presentation__text .aftitle {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1349px) {
  .presentation__text .aftitle {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .presentation__text .aftitle {
    font-size: 20px;
  }
}
@media (max-width: 476px) {
  .presentation__text .aftitle {
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 12px;
  }
}
.presentation__text p {
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 896px;
}
@media (max-width: 1540px) {
  .presentation__text p {
    font-size: 30px;
    max-width: 700px;
  }
}
@media (max-width: 1439px) {
  .presentation__text p {
    font-size: 26px;
    max-width: 600px;
  }
}
@media (max-width: 1349px) {
  .presentation__text p {
    font-size: 20px;
    max-width: 400px;
  }
}
@media (max-width: 900px) {
  .presentation__text p {
    font-size: 26px;
    max-width: 450px;
  }
}
@media (max-width: 476px) {
  .presentation__text p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #fff;
  }
}

body:has(.presentation) .panel {
  height: 100vh !important;
}

a.more {
  width: -moz-fit-content;
  width: fit-content;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 32px auto 0;
  gap: 8px;
  text-shadow: 0 0 10px 0 #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
a.more .arrow {
  transition-duration: 0.2s;
  left: 0;
  width: 20px;
  height: 20px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.37687 10.0092C3.37687 9.70944 3.47371 9.46734 3.6674 9.28288C3.85647 9.09842 4.1078 9.00618 4.42139 9.00618L12.0927 9.00618L14.6936 9.10994L14.3062 9.68408L11.9889 7.67806L10.4395 6.12166C10.3472 6.02943 10.2711 5.92337 10.2112 5.80347C10.1558 5.68818 10.1282 5.55675 10.1282 5.40918C10.1282 5.1371 10.2181 4.90883 10.3979 4.72436C10.5778 4.54451 10.8107 4.45459 11.0966 4.45459C11.3641 4.45459 11.6039 4.55835 11.816 4.76587L16.3261 9.26904C16.4183 9.36127 16.4898 9.47195 16.5405 9.60107C16.5959 9.73481 16.6235 9.87085 16.6235 10.0092C16.6235 10.1429 16.5959 10.2767 16.5405 10.4104C16.4898 10.5441 16.4183 10.6571 16.3261 10.7493L11.816 15.2525C11.6039 15.46 11.3641 15.5638 11.0966 15.5638C10.8107 15.5638 10.5778 15.4716 10.3979 15.2871C10.2181 15.1073 10.1282 14.8813 10.1282 14.6092C10.1282 14.4616 10.1558 14.3279 10.2112 14.208C10.2711 14.0881 10.3472 13.9843 10.4395 13.8967L11.9889 12.3334L14.3062 10.3274L14.6936 10.9015L12.0927 11.0053L4.42139 11.0053C4.1078 11.0053 3.85647 10.9131 3.6674 10.7286C3.47371 10.5441 3.37687 10.3043 3.37687 10.0092Z' fill='white' style='fill:white;fill-opacity:1;'/%3E%3C/svg%3E%0A");
}
a.more:hover .arrow {
  left: 5px;
}
@media (max-width: 576px) {
  a.more {
    margin: 16px auto 0;
  }
}

@media (max-height: 660px) {
  body:has(#features.active) .header__btns {
    display: none !important;
  }
}
.rtl .welcome .h1 img {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
.rtl .religionsList .religionsOrb__item {
  text-align: right;
}
.rtl a.more .arrow {
  transform: rotate(180deg);
}
.rtl a.more:hover .arrow {
  right: 5px;
}
.rtl .swiper-nav .swiper-button-next, .rtl .swiper-nav .swiper-button-prev {
  transform: rotate(180deg) !important;
}
.rtl .swiper-pagination-custom {
  display: flex;
}
@media (max-width: 767px) {
  .rtl .swiper-nav .swiper-button-next {
    right: auto;
    left: 16px;
  }
  .rtl .swiper-nav .swiper-button-prev {
    left: auto;
    right: 16px;
  }
}

.page-template-page-doc #footer, .page-template-page-delete #footer, .page-template-page-presentation #footer {
  display: none !important;
}

body.rtl .presentation__bg img {
  left: 0;
  right: auto;
}

body.rtl .presentation__section.section-0 .presentation__bg img {
  left: auto;
  right: 0;
}

body.rtl .presentation__bg picture.clone img {
  transform: scaleX(-1) translateX(calc(-100% + 1px));
}/*# sourceMappingURL=style.css.map */