/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@font-face {
  font-family: "Lora";
  src: url(../js/../fonts/Lora-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lora";
  src: url(../js/../fonts/Lora-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url(../js/../fonts/Forum.woff2) format("woff2"), url(../js/../fonts/Forum.woff) format("woff"), url(../js/../fonts/Forum.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito_Sans";
  src: url(../js/../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf) format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
}
:root {
  --color1: var(--wp--preset--color--color-1);
  --color2: var(--wp--preset--color--color-2);
  --color3: var(--wp--preset--color--color-3);
  --color4: var(--wp--preset--color--color-4);
  --color5: var(--wp--preset--color--color-5);
  --color6: var(--wp--preset--color--color-6);
  --color7: var(--wp--preset--color--color-7);
  --color8: var(--wp--preset--color--color-8);
  --white: #fff;
  --black: #333;
  --gray: #666;
  --lightgray: #f0f0f0;
  --radius: 10px;
  --font-family-display: "Lora", serif;
  --font-family-menu: "Forum", serif;
  --font-family-second: "Nunito_Sans", sans-serif;
  --font-size: 16px;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
}

html {
  font-size: var(--font-size);
  font-family: var(--font-family-second);
}

body {
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

main,
section,
article {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  main,
  section,
  article {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-display);
  font-weight: 400;
}

h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.25rem;
}

.yoast-breadcrumbs {
  font-size: 1rem;
}

.wp-block-table.is-style-stripes tbody tr {
  font-size: 1.25rem;
  font-family: var(--font-family-second);
  background-color: rgba(55, 77, 54, 0.05);
  height: 40px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(150, 108, 79, 0.1);
}

.is-reusable {
  width: 100%;
}

@media (max-width: 768px) {
  .wp-container-core-group-is-layout-acc8bb78 {
    grid-template-columns: 1fr !important;
  }
}

.btn,
.wp-block-button {
  border: unset;
  font-family: var(--font-family-second);
}
.btn .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.btn .wp-block-button__link img:first-child,
.wp-block-button .wp-block-button__link img:first-child {
  margin-right: 8px;
}
.btn .wp-block-button__link img:last-child,
.wp-block-button .wp-block-button__link img:last-child {
  margin-left: 8px;
}
.btn.is-style-fill .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link {
  background-color: rgba(78, 101, 72, 0.4);
  border: 1px solid rgba(78, 101, 72, 0.6);
}
.btn.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--color8);
  border: 1px solid rgba(243, 235, 233, 0.3);
}

@media (min-width: 992px) {
  .header__wrap {
    padding: 40px;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  color: var(--color8);
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .header__contacts {
    align-items: flex-end;
    width: unset;
  }
}
.header__contacts .phone {
  color: var(--color8);
  font-size: 1.25rem;
  font-family: var(--font-family-display);
  text-decoration: none;
}
.header__contacts .timetable {
  font-size: 0.8125rem;
  margin: 5px 0 0 0 !important;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer {
    padding: 40px;
  }
}

.menu__main {
  flex-grow: 2;
}
.menu__main .wp-block-navigation__responsive-container-open svg {
  filter: invert(1);
}
.menu__main .wp-block-navigation__container {
  justify-content: center;
  gap: 60px;
  padding: 20px;
}
@media (min-width: 992px) {
  .menu__main .wp-block-navigation__container {
    padding: 0;
  }
}
.menu__main .wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
  transition: 1.5s ease-out;
}
.menu__main .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  background-color: rgba(243, 235, 233, 0.2);
  border-radius: 100%;
  width: 3px;
  height: 3px;
}
.menu__main .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:after {
  content: "";
  position: absolute;
  left: -46px;
  top: -14px;
  background-color: transparent;
  border: 1px solid rgba(243, 235, 233, 0.06);
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.menu__main .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:hover:after {
  border-color: rgba(243, 235, 233, 0.1);
}
.menu__main .wp-block-navigation-item.has-child > .wp-block-navigation-item__content:hover:before {
  background-color: rgba(243, 235, 233, 0.6);
}
.menu__main .wp-block-navigation-item__content .wp-block-navigation-item__label {
  font-size: 1.25rem;
  font-family: var(--font-family-menu);
}
@media (min-width: 992px) {
  .menu__main .wp-block-navigation-item__content .wp-block-navigation-item__label {
    opacity: 0.8;
    color: var(--color8);
  }
}
.menu__main .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  opacity: 1;
}
.menu__main .wp-block-navigation__submenu-container {
  background-color: var(--color8) !important;
  border: unset !important;
}
.menu__main .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
  color: var(--color7);
  font-size: 1rem;
}

#waveCanvas {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
}

.archive__items {
  gap: 0;
  width: 100%;
}
.archive__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  transition: 0.7s ease-in;
}
@media (min-width: 992px) {
  .archive__item {
    height: 700px;
  }
}
.archive__item * {
  z-index: 2;
}
.archive__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(30, 41, 25, 0.2);
  width: 100%;
  height: 100%;
}
.archive__item:hover:after {
  display: none;
}
.archive__item-title {
  color: var(--color8);
  font-size: 1.8rem;
  text-align: center;
  max-width: 80%;
}
.archive__item-title a {
  color: var(--color8);
  text-decoration: none;
}
.archive__item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.archive__item-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--color8);
  font-size: 1rem;
  font-family: var(--font-family-second);
}
.archive__item-list li a {
  color: var(--color8);
  text-decoration: none;
}
.archive__item-list li a:hover {
  text-decoration: underline;
}
.archive__item-list li:after {
  content: "";
  display: block;
  background-color: var(--color8);
  border-radius: 100%;
  width: 3px;
  height: 3px;
}
.archive__item-list li:last-child:after {
  display: none;
}

.offer__wrap {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .offer__wrap {
    height: 80vh;
  }
}
.offer__wrap--full .offer__slider .swiper-slide {
  width: 100% !important;
}
.offer__wrap--full .offer__slider .swiper-slide.swiper-slide-active, .offer__wrap--full .offer__slider .swiper-slide.swiper-slide-next, .offer__wrap--full .offer__slider .swiper-slide.swiper-slide-prev {
  width: 100% !important;
}
.offer__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.offer__slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.offer__slider-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  height: 100%;
}
.offer__slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.offer__slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 33.333% !important;
  transition: width 1.5s ease-out, transform 0.3s ease-out;
}
.offer__slider .swiper-slide.swiper-slide-active {
  width: 66.666% !important;
}
.offer__slider .swiper-slide.swiper-slide-next, .offer__slider .swiper-slide.swiper-slide-prev {
  width: 33.333% !important;
}
.offer__slider--full .swiper-slide {
  width: 100% !important;
  transition: opacity 0.3s ease-out;
}
.offer__slider--full .swiper-slide.swiper-slide-active, .offer__slider--full .swiper-slide.swiper-slide-next, .offer__slider--full .swiper-slide.swiper-slide-prev {
  width: 100% !important;
}
.offer__slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.offer__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease-out;
  transform-origin: center center;
}
.swiper-slide-active .offer__wrap--split .offer__slider-item img {
  transform: scale(1);
}
.swiper-slide-next .offer__wrap--split .offer__slider-item img, .swiper-slide-prev .offer__wrap--split .offer__slider-item img {
  transform: scale(1.3);
}
.offer__wrap--full .offer__slider-item img {
  transform: scale(1);
  transition: transform 1.5s ease-out;
}
.swiper-slide-active .offer__wrap--full .offer__slider-item img {
  transform: scale(1.05);
}
.offer__slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 235, 233, 0.2);
  z-index: 2;
  pointer-events: none;
}
.offer__slider-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 767px) {
  .offer__wrap--split .offer__slider .swiper-slide {
    width: 100% !important;
  }
  .offer__wrap--split .offer__slider .swiper-slide.swiper-slide-active, .offer__wrap--split .offer__slider .swiper-slide.swiper-slide-next, .offer__wrap--split .offer__slider .swiper-slide.swiper-slide-prev {
    width: 100% !important;
  }
}
.gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery__item {
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}
.gallery__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gallery__navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.gallery__button-prev, .gallery__button-next {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.gallery__button-prev:hover, .gallery__button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery__button-prev {
  left: 10px;
}
.gallery__button-next {
  right: 10px;
}
.gallery__pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.gallery__pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}
.gallery__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery__editor-preview {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}
.gallery__editor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.gallery__editor-item {
  position: relative;
}
.gallery__editor-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.gallery__editor-item button {
  margin-top: 5px;
  width: 100%;
}
.gallery__placeholder-slide {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
  background: #f0f0f0;
  border-radius: var(--radius);
}
.gallery__placeholder-slide p {
  margin-bottom: 20px;
  color: #666;
}
.gallery__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gallery__item-overlay button {
  pointer-events: auto;
}
.gallery__item {
  position: relative;
}
.gallery__item:hover .gallery__item-overlay {
  opacity: 1;
}
.gallery__remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
  border: none !important;
}
.gallery__remove-button:hover {
  background: rgba(220, 50, 50, 0.9) !important;
}
.editor-styles-wrapper .gallery__item {
  height: auto;
  min-height: 200px;
  background: #e5e5e5;
}
.editor-styles-wrapper .gallery__image {
  max-height: 400px;
  object-fit: contain;
}

.about {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.about__rings {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;
}
.about__ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: var(--color8);
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(243, 235, 233, 0.4);
  transition: all 0.1s linear;
  width: 250px;
  height: 250px;
}
@media (min-width: 992px) {
  .about__ring {
    width: 600px;
    height: 600px;
  }
}
.about__ring-text {
  font-size: 1.5rem;
  font-family: var(--font-family-display);
  text-align: center;
  transition: opacity 0.3s ease;
}
.about__center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  width: 600px;
  height: 600px;
}
.about__center-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color8);
  font-size: 2.25rem;
  font-family: var(--font-family-display);
  text-align: center;
}
.about__center-text-dot {
  border-radius: 50%;
  background-color: var(--color8);
  width: 6px;
  height: 6px;
}
.about__sidebar {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}
@media (min-width: 992px) {
  .about__sidebar {
    top: 50%;
    transform: translate(0, -50%);
    width: calc((100% - 600px) / 2);
  }
}
.about__sidebar--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  top: 20px;
  color: var(--color8);
  font-size: 1.5rem;
  font-family: var(--font-family-menu);
  text-align: center;
}
@media (min-width: 992px) {
  .about__sidebar--left {
    gap: 40px;
    align-items: flex-end;
    justify-content: center;
    left: 40px;
    top: unset;
  }
}
.about__sidebar--right {
  bottom: 0;
  color: var(--color8);
  text-align: center;
}
@media (min-width: 992px) {
  .about__sidebar--right {
    right: 40px;
    bottom: unset;
    font-size: 1.25rem;
    text-align: left;
  }
}
.about__pulsing {
  position: absolute;
  animation: slowRotate 40s infinite linear;
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.scheme__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scheme__list--light > li:before {
  filter: invert(1);
}
.scheme__list > li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 22px;
}
.scheme__list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  background-image: url(../js/../images/scheme-list-marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.scheme__list > li > ul {
  list-style: none;
  border-left: 1px solid var(--color1);
}
.scheme__list > li > ul > li {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.yandex-map__block {
  width: 100%;
}
.yandex-map__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.yandex-map__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
