/* BREAKPOINTS
------------------------- */
@layer base, component, mod;
/* COLORS
------------------------ */
/* EFFECTS
------------------------ */
:root {
  /* SECTION SPACING  */
  /* FONTS  */
  --font-primary: "Inter", sans-serif, -apple-system, blinkmacsystemfont,
    roboto, ubuntu, "Droid Sans", "Helvetica Neue", arial, sans-serif,
    "Apple Color Emoji";
  --font-secondary: "IgraSans", sans-serif, -apple-system, blinkmacsystemfont,
    roboto, ubuntu, "Droid Sans", "Helvetica Neue", arial, sans-serif,
    "Apple Color Emoji";
}

:root {
  /* COLORS
  ------------------------- */
  --color-primary: #000;
  --color-primary--rgb: 0, 0, 0;
  --color-alt: #F4E7D7;
  --color-alt--rgb: 244, 231, 215;
  --color-blck: #000;
  --color-blck--rgb: 0, 0, 0;
  --color-whte: #fff;
  --color-whte--rgb: 255, 255, 255;
  --color-icon: #333333;
  --color-icon--rgb: 51, 51, 51;
  --color-text: #000;
  --color-text--rgb: 0, 0, 0;
  --color-text-alt: #a8a8a8;
  --color-text-alt--rgb: 168, 168, 168;
  --color-bg: #EFE0CD;
  --color-bg--rgb: 239, 224, 205;
  --color-bg-secondary: #E6D4BE;
  --color-bg-secondary--rgb: 230, 212, 190;
  --color-bg-blue: #4797FF;
  --color-bg-blue--rgb: 71, 151, 255;
  --color-success: #259243;
  --color-success--rgb: 37, 146, 67;
  --color-error: #f00;
  --color-error--rgb: 255, 0, 0;
  --font-size-default: 14px;
  /** Z-INDEX SYSTEM
  ------------------------- */
  --index-1: 100;
  --index-2: 200;
  --index-3: 1200;
  --index-4: 1300;
}

@layer base {
  * {
    margin: 0;
    padding: 0;
    border: 0;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  *::before,
  *::after {
    display: inline-block;
  }
  html,
  body {
    min-width: 320px;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-gutter: stable;
  }
  body {
    color: var(--color-primary);
    background: var(--color-bg);
    font-size: var(--font-size-default);
    font-family: var(--font-primary);
    line-height: 1;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    background: var(--color-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-alt);
    border-radius: 10px;
  }
  ::selection {
    color: var(--color-primary);
    background: var(--color-whte);
  }
  input,
  button,
  textarea {
    font-size: inherit;
    font-family: var(--font-primary);
    line-height: inherit;
  }
  button {
    color: inherit;
    font-family: var(--font-primary);
    background-color: transparent;
    outline: 0;
    cursor: pointer;
  }
  div[class*=__text] p:only-of-type,
  div[class*=__text] p:last-of-type,
  div[class*=__details] p:only-of-type,
  div[class*=__details] p:last-of-type,
  div[class*=__note] p:only-of-type,
  div[class*=__note] p:last-of-type {
    margin: 0;
  }
  [class*=image] img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  a {
    display: inline-block;
    color: var(--color-text);
    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;
  }
  address,
  cite {
    font-style: normal;
  }
  fieldset,
  dl,
  dd {
    margin: 0;
    padding: 0;
  }
  fieldset {
    border: none;
  }
}
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

@font-face {
  font-weight: 400;
  font-family: "IgraSans";
  font-style: normal;
  src: url("../fonts/IgraSans-400.woff2") format("woff2"), url("../fonts/IgraSans-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 100;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-100.woff2") format("woff2"), url("../fonts/Inter-100.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 200;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-200.woff2") format("woff2"), url("../fonts/Inter-200.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-300.woff2") format("woff2"), url("../fonts/Inter-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-400.woff2") format("woff2"), url("../fonts/Inter-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-500.woff2") format("woff2"), url("../fonts/Inter-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-600.woff2") format("woff2"), url("../fonts/Inter-600.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-700.woff2") format("woff2"), url("../fonts/Inter-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 800;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-800.woff2") format("woff2"), url("../fonts/Inter-800.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 900;
  font-family: "Inter";
  font-style: normal;
  src: url("../fonts/Inter-900.woff2") format("woff2"), url("../fonts/Inter-900.woff") format("woff");
  font-display: swap;
}
.icon-menu {
  position: relative;
  z-index: 5;
  display: block;
  width: 1.4375rem;
  height: 1rem;
  margin-right: 2px;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-icon);
  transition: all 0.3s ease 0s;
  content: "";
  border-radius: 5px;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  top: calc(50% - 0.0625rem);
}
.menu-open .icon-menu span {
  width: 0;
}
.menu-open .icon-menu::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.menu-open .icon-menu::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}

.header {
  background: var(--color-bg);
  padding: 15px 0;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--index-3);
}
.header.header--home {
  position: unset;
  display: block;
}
.header__img img,
.header__img picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.header__container {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 165px;
  height: 35px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.header.header--alt {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in 0s;
}
.header.header--alt.header--scroll {
  transform: translate(0);
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  overflow: auto;
  padding: 114px var(--pad) 50px;
  z-index: var(--index-2);
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease-in 0s;
}
.menu__logo {
  display: none;
}
.menu__logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}
.menu-open .menu {
  transform: translateX(0);
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu__link {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.menu__link.active {
  text-decoration: underline;
}
.menu__fact {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: auto;
  padding: 3px 26px 58px 0px;
}
.menu__fact::before {
  content: "";
  position: absolute;
  left: var(--pad-neg);
  width: calc(100% + var(--pad));
  height: 100%;
  z-index: -1;
  background: var(--color-alt);
}
.menu__fact-image {
  aspect-ratio: 1/1;
  width: 184px;
  margin-bottom: 3px;
}
.menu__fact-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu__fact-name {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 23px;
}
.menu__fact-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.menu__mob-image {
  margin-left: auto;
  margin-right: auto;
  width: 223px;
  height: 223px;
  margin-top: auto;
  display: block;
}

.footer {
  padding-bottom: 25px;
  margin-top: 130px;
}
.footer__menu {
  display: grid;
  margin-bottom: 92px;
}
.footer__group {
  display: grid;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.footer__temples {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer__temple {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 14px;
}
.footer__temple::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  background: currentColor;
  mask: var(--icon) center center/contain no-repeat;
}
.footer__map {
  margin-bottom: 14px;
  position: relative;
}
.footer__map #map {
  width: 100%;
  height: 430px;
}
.footer__decor {
  position: absolute;
  z-index: 2;
  left: 6px;
  width: 98px;
  height: 50px;
  bottom: calc(100% - 7px);
}
.footer__decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__info {
  font-size: 10px;
  opacity: 0.5;
}

#map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

/* stylelint-disable*/
@layer component {
  .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 23px;
    border: 1px solid var(--color-alt);
    font-family: var(--font-secondary);
    font-size: 12px;
    line-height: 1;
    background: var(--color-alt);
    transition: all 0.3s ease-in 0s;
  }
}
@layer mod {}
/* stylelint-enable*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

@layer base {
  [class*=__container],
  .container {
    --pad: 8px;
    --pad-neg: -8px;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 var(--pad);
  }
}
.page__container {
  display: grid;
}

.products {
  display: grid;
  justify-content: space-between;
  gap: 37px;
  grid-template-columns: repeat(1, 1fr);
}
.products__name {
  font-size: 16px;
  line-height: 1;
}
.products__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 37px;
}
.products__loadmore {
  margin-top: 60px;
}
.products__image {
  aspect-ratio: 374/251;
  overflow: hidden;
  display: block;
}
.products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__info {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 300;
}

.product-item {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.product-item__image {
  width: 100%;
  aspect-ratio: 374/251;
  overflow: hidden;
}
.product-item__image--tall {
  width: 276px;
  height: 346px;
  aspect-ratio: 276/346;
}
.product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in 0s;
}
.product-item__name {
  font-weight: 300;
  line-height: 1.3;
  font-size: 14px;
}
.product-item__name b {
  font-weight: 400;
  font-family: var(--font-secondary);
}

.product-article {
  font-size: 14px;
  line-height: 130%;
  font-weight: 300;
}
.product-article p:not(:last-child) {
  margin-bottom: 1em;
}
.product-article h1,
.product-article h2,
.product-article h3,
.product-article h4,
.product-article h5,
.product-article h6 {
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 1.3;
}
.product-article h1:not(:last-child),
.product-article h2:not(:last-child),
.product-article h3:not(:last-child),
.product-article h4:not(:last-child),
.product-article h5:not(:last-child),
.product-article h6:not(:last-child) {
  margin-bottom: 21px;
}
.product-article time {
  margin-top: 40px;
  font-family: var(--font-secondary);
  font-size: 12px;
  display: block;
}

.products__sliders {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 14px;
}
.products__main-slider {
  width: 100%;
}
.products__image {
  width: 100%;
}
.products__thumbs {
  width: 100%;
}
.products__thumb {
  cursor: pointer;
}
.products__thumb img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products__thumb.swiper-slide-thumb-active {
  cursor: default;
}
.products__thumb.swiper-slide-thumb-active img,
.products__thumb.swiper-slide-thumb-active picture {
  opacity: 1;
}

.sublinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sublinks__name {
  margin-bottom: 24px;
}
.sublinks__item a {
  display: block;
}

.timetable__title {
  margin-bottom: 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.timetable__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.timetable__items:not(:last-child) {
  margin-bottom: 65px;
}
.timetable__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  justify-content: space-between;
  gap: 30px;
}
.timetable__time {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
}
.timetable__info {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.intro {
  padding-bottom: 148px;
}
.intro__inner {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
}
.intro__gallery {
  min-width: 0;
}
.intro__gallery-info {
  min-height: 260px;
  display: flex;
  align-items: center;
  padding: 30px 24px 30px 39px;
  max-width: 434px;
  background: var(--color-alt);
  width: 100%;
}
.intro__gallery-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
.intro__gallery-sliders {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.intro__gallery-main {
  max-width: 100%;
}
.intro__gallery-img {
  aspect-ratio: 639/430;
}
.intro__gallery-img img,
.intro__gallery-img picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.intro__gallery-thumbs {
  width: 100%;
}
.intro__gallery-item {
  cursor: pointer;
}
.intro__gallery-item.swiper-slide-thumb-active {
  cursor: default;
}
.intro__gallery-item.swiper-slide-thumb-active img,
.intro__gallery-item.swiper-slide-thumb-active picture {
  opacity: 1;
}
.intro__gallery-image img,
.intro__gallery-image picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in 0s;
  opacity: 0.5;
}
.intro__about {
  position: relative;
  padding-bottom: 125px;
  margin-bottom: 53px;
}
.intro__about-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.intro__about-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
.intro__about-decor {
  position: absolute;
  right: -4px;
  bottom: 0;
}
.intro__about-decor img,
.intro__about-decor picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.intro__content-row {
  display: flex;
  flex-direction: column;
}
.column-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding: 54px 0px 0px;
}
.column-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 116px);
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.column-intro:nth-child(even)::before {
  content: "";
  background: var(--color-alt);
}
.column-intro__title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  display: flex;
  gap: 17px;
}
.column-intro__title span::after {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-primary);
  --size: 10px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
}
.column-intro__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.column-intro__item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
.column-intro__time {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  white-space: nowrap;
  padding-top: 5px;
}
.column-intro__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}

.guide {
  background: var(--color-bg-blue);
  padding: 18px 0px 40px;
}
.guide__container {
  position: relative;
}
.guide__img {
  position: absolute;
  top: -157px;
  left: 88px;
  width: 216.32px;
  height: 95.002px;
}
.guide__img img,
.guide__img picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.guide__inner {
  display: grid;
  justify-content: space-between;
  gap: 32px;
}
.guide__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.guide__info-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  color: var(--color-bg);
  display: flex;
  gap: 10px;
}
.guide__info-title::after {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-bg);
  --size: 10px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
}
.guide__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide__content-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
  color: var(--color-bg);
}
.guide__decor {
  display: block;
  width: 100%;
  aspect-ratio: 216/270;
}
.guide__decor img,
.guide__decor picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.mission__inner {
  max-width: 62.8571428571%;
}
.mission__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mission__column {
  position: relative;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  padding: 26px 0px 41px;
}
.mission__column:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 29px);
  height: 100%;
  background: var(--color-bg-secondary);
  z-index: -1;
  pointer-events: none;
}
.mission__column-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  display: flex;
  gap: 10px;
}
.mission__column-title::after {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: var(--color-primary);
  --size: 10px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
}
.mission__column-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mission__column-description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mission__column-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%; /* 16px */
}
.mission__column-decor {
  position: absolute;
  width: 224px;
  height: 170.5px;
}
.mission__column-decor img,
.mission__column-decor picture {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* stylelint-disable*/
/* IMPORTS
---------------------------- */
body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--index-3) - 1);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  content: "";
  pointer-events: none;
}

[data-popup].popup-open {
  pointer-events: none;
}

.popup-show body::after {
  opacity: 1;
}

@layer component {
  .popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 10px;
    visibility: hidden;
    transition: visibility 0.8s ease 0s;
    pointer-events: none;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show {
    z-index: var(--index-3);
    overflow: auto;
    visibility: visible;
    pointer-events: auto;
  }
  /* stylelint-disable-next-line selector-class-pattern */
  .popup_show .popup__content {
    transform: scale(1);
    visibility: visible;
  }
  .popup__wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
  }
  .popup__content {
    width: 100%;
    max-width: 900px;
    padding: 20px;
    background-color: #eee;
    border-radius: 20px;
    transform: scale(0);
    visibility: hidden;
    transition: transform 0.3s ease 0s;
  }
  .lock .popup__content {
    visibility: visible;
  }
}
@layer base {
  @font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
  }
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Slide styles end */
}
/* stylelint-enable*/
/* UTILS
---------------------------- */
/* stylelint-disable-next-line scss/percent-placeholder-pattern */
.font-alt {
  font-family: "IgraSans", sans-serif;
  font-weight: 400;
}

.back-link {
  display: inline-flex;
  gap: 10px;
}
.back-link::before {
  content: "";
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background: #000000;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 620.98px) {
  .footer__menu {
    gap: 28px;
    margin-bottom: 12px;
    grid-template-columns: 177px 1fr 240px;
  }
  .footer__group {
    grid-template-columns: 1fr;
  }
  .footer__decor {
    width: 143px;
    height: 74px;
    left: 3px;
  }
  @layer base{
    [class*=__container],
    .container {
      --pad: 20px;
      --pad-neg: -20px;
    }
  }
  .products {
    gap: 30px;
    grid-template-columns: 177px 1fr;
  }
  .products__items {
    gap: 38px;
  }
  .products__image {
    aspect-ratio: 497/279;
  }
  .product-item {
    gap: 9px;
  }
  .product-item__image {
    aspect-ratio: 497/279;
  }
  .timetable__title {
    margin-bottom: 48px;
  }
  .timetable__info {
    font-size: 16px;
  }
  .intro {
    padding-bottom: 117px;
  }
  .intro__about {
    padding-bottom: 83px;
    margin-bottom: 59px;
  }
  .intro__about-decor {
    right: 40px;
  }
  .column-intro {
    padding: 30px 0px 45px;
    gap: 34px;
  }
  .column-intro__item {
    grid-template-columns: 1fr 71.1647727273%;
    gap: 10px;
  }
  .guide {
    padding: 30px 0px 27px;
  }
  .guide__img {
    width: 273px;
    height: 119.893px;
    top: -171px;
    left: 202px;
  }
  .guide__inner {
    grid-template-columns: 23.1534090909% 1fr;
    gap: 40px;
  }
  .guide__decor {
    width: 154px;
    height: 193.058px;
    aspect-ratio: unset;
  }
  .mission__column {
    padding: 32px 0px 51px;
    grid-template-columns: 163px 1fr;
    gap: 40px;
  }
  .mission__column-decor {
    width: 240.422px;
    height: 182.999px;
  }
}
@media only screen and (min-width: 767.98px) {
  .header {
    padding: 24px 0;
  }
  .header__logo {
    width: 198px;
    height: 41px;
  }
  .products__info {
    margin-bottom: 40px;
  }
  .mission__column-decor {
    width: 312.688px;
    height: 238.007px;
    top: 41px;
    right: -207px;
  }
}
@media only screen and (min-width: 991.98px) {
  .guide__content-text {
    max-width: 444px;
  }
}
@media only screen and (min-width: 1023.98px) {
  .icon-menu {
    display: none;
  }
  .header {
    margin-bottom: 20px;
    display: none;
  }
  .header__logo {
    width: 273px;
    height: 58px;
  }
  .menu.menu--alt {
    display: none;
  }
  .header.header--alt {
    display: none;
  }
  .menu__logo {
    width: 273px;
    margin-bottom: 143px;
    height: 58px;
    display: block;
  }
  .menu {
    position: sticky;
    top: 0;
    left: 0;
    max-height: 100%;
    min-height: calc(100vh - 183px);
    transform: none;
    width: auto;
    gap: 30px;
    overflow: visible;
    padding: 15px 0px 40px 0px;
    background: none;
    justify-content: space-between;
  }
  .menu__mob-image {
    display: none;
  }
  .footer__menu {
    gap: 35px;
    grid-template-columns: 28.7601626016% 1fr 24.7967479675%;
  }
  .footer__group {
    gap: 20px;
    grid-template-columns: 1fr 338px;
  }
  .footer__decor {
    bottom: calc(100% - 10px);
    width: 191px;
    height: 99px;
    left: 97px;
  }
  .page__container {
    gap: 35px;
    grid-template-columns: 28.7601626016% 1fr 24.7967479675%;
  }
  .page__sidebar {
    position: relative;
  }
  .page__main {
    padding-top: 143px;
  }
  .page__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
  }
  .products {
    gap: 20px;
    grid-template-columns: 1fr 338px;
  }
  .products__items {
    gap: 40px;
  }
  .products__image {
    aspect-ratio: 338/190;
  }
  .products__info {
    font-size: 16px;
  }
  .product-item {
    gap: 20px;
  }
  .product-item__image {
    aspect-ratio: 338/190;
  }
  .products__sliders {
    gap: 10px;
  }
  .products__thumb {
    width: 89px;
    height: 60px;
  }
  .sublinks {
    position: sticky;
    top: 143px;
    right: 0;
    font-size: 14px;
    line-height: 1;
  }
  .sublinks {
    padding-right: 40px;
  }
  .timetable__title {
    font-size: 16px;
  }
  .timetable__items:not(:last-child) {
    margin-bottom: 87px;
  }
  .timetable__item {
    grid-template-columns: 50px 446px;
  }
  .intro {
    padding-bottom: 205px;
  }
  .intro__inner {
    gap: 21px 3.2520325203%;
    grid-template-columns: 44.1056910569% 1fr;
  }
  .intro__gallery {
    padding-top: 138px;
    grid-row-start: span 2;
  }
  .intro__gallery-info {
    padding: 30px 51px;
    max-width: 333px;
    min-height: 243px;
  }
  .intro__gallery-sliders {
    gap: 10px;
  }
  .intro__gallery-item {
    width: 89px;
    height: 60px;
  }
  .intro__about {
    padding-bottom: 94px;
    margin-bottom: 0;
  }
  .intro__about-decor {
    width: 311px;
    height: 248px;
    right: 19px;
  }
  .column-intro {
    padding: 36px 0px 41px;
    gap: 16px;
  }
  .column-intro::before {
    width: calc(100% + 102px);
  }
  .column-intro__item {
    grid-template-columns: 25.3411306043% 1fr;
    gap: 4.2884990253%;
  }
  .guide {
    padding: 25px 0px 27px;
    margin-bottom: 4px;
  }
  .guide__img {
    top: -282px;
    left: 109px;
    width: 344px;
    height: 151.076px;
  }
  .guide__inner {
    gap: 42px;
    margin-right: 48px;
    grid-template-columns: 17.4145299145% 1fr auto;
  }
  .mission__inner {
    max-width: 76.66015625%;
  }
  .mission__column {
    grid-template-columns: 21.5894039735% 1fr;
    gap: 42px;
    padding: 36px 0px 54px;
  }
  .mission__column-description {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1119.98px) {
  .footer__menu {
    grid-template-columns: 26.8292682927% 1fr 20.5284552846%;
  }
  .page__container {
    grid-template-columns: 26.8292682927% 1fr 20.5284552846%;
  }
}
@media only screen and (min-width: 1365.98px) {
  .header__logo {
    width: 353px;
    height: 75px;
  }
  .menu__logo {
    width: 353px;
    height: 75px;
  }
  .menu__fact {
    padding: 18px 53px 29px 0px;
  }
  .menu__fact-image {
    width: 248px;
    margin-bottom: 26px;
  }
  .menu__fact-name {
    margin-bottom: 16px;
  }
  .footer__menu {
    gap: 6.2142857143%;
    margin-bottom: 20px;
    grid-template-columns: 29.0714285714% 1fr 18.3571428571%;
  }
  .footer__group {
    gap: 30px;
    grid-template-columns: 1fr 366px;
  }
  .footer__links {
    font-size: 16px;
  }
  .footer__temple {
    font-size: 16px;
    gap: 16px;
  }
  .footer__decor {
    width: 256px;
    height: 134px;
    left: 80px;
    bottom: calc(100% - 20px);
  }
  .footer__info {
    font-size: 12px;
  }
  .page__container {
    gap: 6.2142857143%;
    grid-template-columns: 29.0714285714% 1fr 14.7857142857%;
  }
  .products {
    gap: 30px;
    grid-template-columns: 1fr 494px;
  }
  .products__items {
    gap: 42px;
  }
  .products__image {
    aspect-ratio: 366/206;
  }
  .products__info {
    margin-bottom: 60px;
  }
  .product-item {
    gap: 16px;
  }
  .product-item__image {
    aspect-ratio: 366/206;
    max-width: 366px;
  }
  .product-item__name {
    font-size: 16px;
  }
  .product-article {
    font-size: 16px;
  }
  .products__sliders {
    margin-bottom: 16px;
  }
  .products__sliders {
    gap: 20px;
  }
  .products__thumb {
    width: 125px;
    height: 84px;
  }
  .sublinks {
    padding-right: 30px;
  }
  .timetable__time {
    font-size: 16px;
  }
  .intro {
    padding-bottom: 267px;
  }
  .intro__inner {
    gap: 2.9285714286%;
    grid-template-columns: 45.6428571429% 1fr;
  }
  .intro__gallery {
    padding-top: 150px;
  }
  .intro__gallery-info {
    max-width: 434px;
    padding: 30px 24px 30px 39px;
    min-height: 260px;
  }
  .intro__gallery-sliders {
    gap: 20px;
  }
  .intro__gallery-item {
    width: 125px;
    height: 84px;
  }
  .intro__about {
    padding-bottom: 88px;
  }
  .intro__about-decor {
    width: 425px;
    height: 297px;
    right: 60px;
  }
  .intro__content-row {
    margin-top: 10px;
  }
  .column-intro {
    padding: 42px 0px;
  }
  .column-intro::before {
    width: calc(100% + 116px);
  }
  .column-intro__item {
    grid-template-columns: 27.3758865248% 1fr;
    gap: 8.5106382979%;
  }
  .guide {
    padding: 44px 0px 68px;
    margin-bottom: 40px;
  }
  .guide__img {
    top: -302px;
    left: 125px;
    width: 485.757px;
    height: 213.333px;
  }
  .guide__inner {
    margin-right: 183px;
    grid-template-columns: 13.393590797% 1fr auto;
    gap: 28px;
  }
  .guide__decor {
    width: 276px;
    height: 346px;
  }
  .mission__inner {
    max-width: 62.8571428571%;
  }
  .mission__column {
    grid-template-columns: 18.5227272727% 1fr;
    gap: 27px;
    padding: 52px 0px;
  }
  .mission__column-description {
    padding-right: 245px;
  }
  .mission__column-decor {
    width: 521.767px;
    height: 397.143px;
    top: -39px;
    right: -337px;
  }
}
@media (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media only screen and (max-width: 1023.98px) {
  .menu__list {
    margin-bottom: 8px;
  }
  .menu__fact {
    display: none;
  }
  .products__sliders {
    display: grid;
    grid-template-columns: 1fr 93px;
    gap: 8px;
  }
  .products__thumb {
    width: 93.118px;
    height: 62.776px;
  }
  .sublinks__name {
    display: none;
  }
  .intro__gallery-sliders {
    display: grid;
    grid-template-columns: 1fr 93px;
    gap: 8px;
  }
  .intro__gallery-item {
    width: 93.118px;
    height: 62.776px;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    text-decoration: underline;
  }
  .footer__links:hover {
    text-decoration: underline;
  }
  .footer__temple:hover {
    text-decoration: underline;
  }
  @layer component{
    .btn:hover {
      background: var(--color-whte);
    }
  }
  .product-item:hover img {
    transform: scale(1.05);
  }
  .sublinks__item a:hover {
    text-decoration: underline;
  }
  .intro__about-link:hover {
    text-decoration: underline;
  }
  .column-intro__title span:hover {
    text-decoration: underline;
  }
  .mission__column-title span:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 620.98px) {
  .footer__spacer {
    display: none;
  }
  .footer__temples {
    margin-top: 60px;
  }
  .intro__about-decor {
    width: 239px;
    height: 195px;
  }
  .column-intro::before {
    display: none;
  }
  .guide__info {
    gap: 35px;
  }
  .mission__column-decor {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023.98px) and (max-width: 620.98px) {
  .products__sliders {
    grid-template-columns: 1fr;
  }
  .intro__gallery-sliders {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  .intro__gallery-info {
    display: none;
  }
  .intro__about {
    display: grid;
    grid-template-columns: 1fr 71.1647727273%;
  }
  .intro__about::before {
    content: "";
  }
  .column-intro__title {
    display: grid;
    grid-template-columns: 1fr 71.1647727273%;
  }
  .column-intro__title::before {
    content: "";
  }
  .mission__inner {
    max-width: 100%;
  }
  .mission__column:nth-child(even)::before {
    right: -30px;
    width: calc(100% + 60px);
  }
  .mission__column-decor {
    position: static;
  }
}
@media only screen and (max-width: 1365.98px) {
  .intro__gallery-text {
    font-size: 14px;
  }
  .intro__gallery-text br {
    display: none;
  }
  .intro__about-list {
    gap: 6px;
  }
  .intro__about-link {
    font-size: 14px;
  }
  .column-intro__title span {
    font-size: 14px;
    gap: 25px;
  }
  .column-intro__time {
    font-size: 14px;
  }
  .column-intro__text {
    font-size: 14px;
  }
  .guide__info-title {
    font-size: 14px;
    gap: 25px;
  }
  .guide__content-text {
    font-size: 14px;
  }
  .mission__column-title {
    font-size: 14px;
    gap: 15px;
  }
  .mission__column-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 620.98px) {
  .intro__about {
    grid-template-columns: 1fr;
  }
  .intro__about::before {
    content: "";
    display: none;
  }
  .column-intro__title {
    grid-template-columns: 1fr;
  }
  .column-intro__title::before {
    content: "";
    display: none;
  }
}
@media only screen and (max-width: 1365.98px) and (max-width: 991.98px) {
  .guide__content-text {
    line-height: 130%;
    /* 16px */
  }
  .mission__column-title {
    gap: 25px;
  }
  .mission__column-text {
    line-height: 130%; /* 18.2px */
  }
}