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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  scroll-behavior: smooth;
  touch-action: auto;
   overscroll-behavior:contain;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

.container-block {
  /*background-color: #e6ffc3;*/
  border-radius: 20px;
  max-width: 1280px;
  margin: 0 auto;
 /* -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);*/
}

.gutenberg {
  color: #FFFFFF;
}



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

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

@font-face {
  font-family: "EuropeDream";
  src: url("../fonts/EuropeRegDream.woff2") format("woff2"), url("../fonts/EuropeRegDream.woff") format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: "EuropeDream";
  src: url("../fonts/EuropeBoldDream.woff2") format("woff2"), url("../fonts/EuropeBoldDream.woff") format("woff");
  font-style: bold;
  font-weight: 800
}

@font-face {
  font-family: "AverageRegulaDreamr";
  src: url("../fonts/AverageRegulaDreamr.woff2") format("woff2"), url("../fonts/AverageRegulaDreamr.woff") format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: "ArialNovaDream";
  src: url("../fonts/ArialNovaDream.woff2") format("woff2"), url("../fonts/ArialNovaDream.woff") format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: "CambriaDream";
  src: url("../fonts/CambriaBoldDream.woff2") format("woff2"), url("../fonts/CambriaBoldDream.woff") format("woff");
  font-style: bold;
  font-weight: 800
}

@font-face {
  font-family: "CambriaDream";
  src: url("../fonts/CambriaBoldItalicDream.woff2") format("woff2"), url("../fonts/CambriaBoldItalicDream.woff") format("woff");
  font-style: italic;
  font-weight: 800
}

@font-face {
  font-family: raleway_f;
  src: url(../fonts/raleway-regular.woff2);
}
@font-face {
  font-family: raleway_f;
  src: url(../fonts/raleway-black.woff2);
  font-weight: 900;
}

.green {
  color: #839d8a
}

.white {
  color: #fff
}

.greendark {
  color: #2d4223
}

.black {
  color: #000
}

.reddark {
  color: #800020
}

html {
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 1.5
}

body {
  background-color: #dadada;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "ArialNovaDream";
  font-size: clamp(.8rem, 4vw, 1.25rem);
  line-height: 1.2
}

.card-shadow {
  background-color: #fff;
  border-radius: 20px;
  padding: calc((1vw + 1vh)*1.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .17)
}

.graybg {
  background-color: #4c4c4d
}

.main {
  flex-grow: 1
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px
}

.section-brr {
  border-radius: 20px;
}

.bookly-justify-center {
  flex-wrap: wrap;
}


:root {
  --index: calc(1vw + 1vh);
  --text: #e7e7e0;
  --transition: transform .75s cubic-bezier(.075, .5, 0, 1);
}

body {
  font-family: raleway_f, sans-serif;
  line-height: 1.55;
}
.main-header {
  height: 100vh;
  position: relative;

}
.main-header::after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  height: calc(var(--index) * 10);
  background-image: var(--dynamic-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: calc(var(--index) * -4.5);

}
.layers {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.layer {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 2;
  transition: var(--transition);
}
.layers__base {
  transform: translate3d(0, calc(var(--scrollTop) / 1.6), 0);
  z-index: 0;
}
.layers__middle {
  transform: translate3d(0, calc(var(--scrollTop) / 2.5), 0);
}
.layers__front {
  transform: translate3d(0, calc(var(--scrollTop) / 5.7), 0);
}
.layer__header {
  z-index: 1;
  transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
  transition: var(--transition);
  will-change: transform;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--text);
  text-shadow: 0 0 15px #9d822b;
}
.layers__title {
  font-size: calc(var(--index) * 2.65);
  letter-spacing: calc(var(--index) / 2.25);
}
.layers__caption {
  font-size: calc(var(--index) / 1.175);
  letter-spacing: calc(var(--index) / 3.5);
  margin-top: calc(var(--index) * -.75);
}
.main-article {
  --main-article-transform: translate3d(0, calc(var(--scrollTop) / -7.5), 0);
  height: 102vh;
  background-size: cover;
  background-position: center;
  color: var(--text);
  justify-content: center;
  align-items: center;
  text-align: center;
  /* Update: */
  top: -1px;
  z-index: 10;
  position: sticky;
  top: 0;
  z-index: -1;
  background-attachment: fixed;
}

.problempoint {
  height: 1px;
  width: 1px;
  position: absolute;
  bottom: 50px;
  left:50px
}


/* Основной контейнер */
.side {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6); /* Полупрозрачный фон для матового стекла */
  backdrop-filter: blur(9px);
  overflow: hidden;
}

.pageback{
  filter: blur(4px);
  position: fixed;
  background: no-repeat center;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  inset: -5px;
  z-index: -23;
}

.bottom__border__head {
  position: absolute;
  z-index: 5;
  bottom: -174px;
  width: 100%;
  height: 351px;
  filter: blur(17px) grayscale(0.8)
}

.page-title {
  color: #FFFFFF;
}

/* Плавающие искры */
.side::before,
.side::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: calc((1vh + 1vw) * 10);
  height: calc((1vh + 1vw) * 10);
  background: radial-gradient(circle, rgba(250, 147, 9, 0.8), transparent 171%);
  filter: blur( calc((1vh + 1vw) * 2) );
  opacity: 0.5;
  animation: floatBlobs 15s infinite alternate ease-in-out;
  pointer-events: none;
}

/* Индивидуальные параметры для искр */
.side::before {
  top: 10%;
  left: 10%;
  animation-duration: 9s;
  animation-delay: 0s;
}

.side::after {
  bottom: 15%;
  right: 15%;
  animation-duration: 20s;
  animation-delay: 5s;
}

/* Анимация "порхания" */
@keyframes floatBlobs {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translate(-20px, 30px) scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: translate(20px, -30px) scale(1.2);
    opacity: 0.6;
  }
  75% {
    transform: translate(-30px, -20px) scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: translate(30px, 20px) scale(1);
    opacity: 0.7;
  }
}




.content {
  will-change: transform;
}

.scroll-swiper-card {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-container {
  overflow: hidden; /* По умолчанию прокрутка отключена */
  height: 100vh;
}

.main-article.active .scroll-container {
  overflow-y: scroll; /* Активируем прокрутку при достижении верха */
  height: 100vh;
  scroll-snap-type: y mandatory;
}




.scroll-container {
  -ms-overflow-style: none;  /* Скрыть полосу прокрутки в IE и Edge */
  scrollbar-width: none;     /* Скрыть полосу прокрутки в Firefox */
}

.scroll-container::-webkit-scrollbar {
  display: none;             /* Скрыть полосу прокрутки в Chrome, Safari и Opera */
}



.indexdream {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

}



.burger {
  cursor: pointer;
  display: block;
  z-index: 1001;
  position: fixed;
  top: 20px;
  right: 20px
}

.burger__logo {
  width: 100%;
  display: block;
  margin: 0 auto
}

@keyframes colorCycle {
  0% {
    background-color: #2d4223
  }

  50% {
    background-color: #800020
  }

  100% {
    background-color: #2d4223
  }
}

.menu-bar {
  width: 45px;
  height: 5px;
  margin: 7px 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  transform-origin: center;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  position: relative
}

.menu-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: #2d4223;
  animation: colorCycle 5s infinite ease-in-out
}

@keyframes topBarOpen {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(12px)
  }

  100% {
    transform: translateY(12px) rotate(45deg)
  }
}

@keyframes bottomBarOpen {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }

  100% {
    transform: translateY(-12px) rotate(135deg)
  }
}

@keyframes middleBarOpen {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.5)
  }

  51% {
    transform: scale(0)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes topBarClose {
  0% {
    transform: translateY(12px) rotate(45deg)
  }

  50% {
    transform: translateY(12px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes bottomBarClose {
  0% {
    transform: translateY(-12px) rotate(135deg)
  }

  50% {
    transform: translateY(-12px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes middleBarClose {
  0% {
    transform: scale(0)
  }

  50% {
    transform: scale(0)
  }

  51% {
    transform: scale(0.5)
  }

  100% {
    transform: scale(1)
  }
}

.is-open .menu-bar:first-child {
  animation-name: topBarOpen
}

.is-open .menu-bar:last-child {
  animation-name: bottomBarOpen
}

.is-open .menu-bar:nth-child(2) {
  animation-name: middleBarOpen
}

.is-closed .menu-bar:first-child {
  animation-name: topBarClose
}

.is-closed .menu-bar:last-child {
  animation-name: bottomBarClose
}

.is-closed .menu-bar:nth-child(2) {
  animation-name: middleBarClose
}

.sidebar {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 300px;
  height: 100%;

  color: #fff;
  padding: 20px;
  transition: right .3s ease;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  -webkit-box-shadow: -17px 0px 6px -13px rgba(0, 0, 0, .27);
  -moz-box-shadow: -17px 0px 6px -13px rgba(0, 0, 0, .27);
  box-shadow: -17px 0px 6px -13px rgba(0, 0, 0, .27)
}

.sidebar.visible {
  right: 0;
  z-index: 1000
}

.elmar {
  height: 30px;
  clear: both
}

.sectmar {
  height: 50px;
  clear: both
}

h1 {
  font-family: "EuropeDream";
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: clamp(1.5rem, 4vw, 2.5rem)
}

h2 {
  font-family: "CambriaDream";
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  font-style: italic;
  font-weight: 800;
  text-align: center
}

h3 {
  font-family: "CambriaDream";
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  font-style: normal
}

h4 {
  font-family: "CambriaDream";
  font-size: clamp(.8rem, 4vw, 1.25rem);
  font-weight: 800
}

h5 {
  font-family: "CambriaDream";
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-style: italic;
  font-weight: 800
}

h6 {
  font-family: "CambriaDream";
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  font-style: normal;
  font-weight: 500
}

p {
  font-family: "AverageRegulaDreamr";
  font-size: clamp(.8rem, 4vw, 1.25rem);
  line-height: 1.2
}

p span {
  font-family: "ArialNovaDream";
  font-style: normal;
  font-weight: 800;
  font-size: clamp(.8rem, 4vw, 1.25rem);
  line-height: 1.2;
  color: #839d8a
}

.whitecolor {
  color: #fff
}

.fontcardtitle {
  font-family: "CambriaDream";
  font-size: clamp(.8rem, 4vw, 1.2rem);
  font-style: bold;
  font-weight: 800
}

.navigation {
  font-family: "CambriaDream";
  font-size: clamp(.8rem, 4vw, 1.25rem);
  color: #839d8a
}

.flexcolumn {
  display: flex;
  flex-direction: column;
  gap: calc((1vw + 1vh)*1);
  justify-content:space-between;
}

.flexrow {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between
}

.flexrow__center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center
}

.btnfill {
  font-family: "AverageRegulaDreamr";
  text-align: center;
  background-color: #2d4223;
  padding: calc((1vw + 1vh)*.35) calc((1vw + 1vh)*1.5);
  border: calc((1vw + 1vh)*.1) solid #2d4223;
  border-radius: 8px;
  color: #fff;
  transition: all .3s ease-in-out;
  font-size: clamp(.8rem, 4vw, 1.25rem);
  display: inline-block
}

.btnfill:focus,
.btnfill:hover {
  background-color: #fff;
  border: calc((1vw + 1vh)*.1) solid #2d4223;
  color: #2d4223
}

.btnstroke {
  font-family: "AverageRegulaDreamr";
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: calc((1vw + 1vh)*.35) calc((1vw + 1vh)*1.5);
  border: calc((1vw + 1vh)*.1) solid #839d8a;
  border-radius: 30px;
  color: #2d4223;
  transition: all .3s ease-in-out;
  font-size: clamp(.8rem, 4vw, 1.25rem);
  display: inline-block
}

.btnstroke:focus,
.btnstroke:hover {
  background-color: #2d4223;
  border: calc((1vw + 1vh)*.1) solid #2d4223;
  color: #fff
}

.swiper-wrapper {
  box-sizing: border-box
}

.glasseffect {
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(9px);
}


.feedback-form {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(9px);
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
}

.navigation {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap
}

.navigation__item {
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-wrap: nowrap;
  transition: all .3s ease-in-out;
  cursor: pointer
}

.navigation__item:hover {
  background-color: #000;
  color: #000;
  background-color: #fff
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1002;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: opacity .3s ease
}

.gallery-modal.show {
  display: flex;
  align-items: center;
  opacity: 1
}

.gallery-modal-content {
  margin: auto;
  display: block;
  border-radius: 20px;
  max-width: 80vw;
  max-height: 80vh
}

.gallery-modal-close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer
}

.popup-container {
  z-index:1002;
}

.bookly_pop {
  display: none; /* Оставляем только это свойство */
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .55);
  z-index:1003;
}

.close-btn-pop {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: darkred;
  z-index: 1003;
  }

.gallery__ind {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.gallery__ind__pic {
  flex: 1 1 auto;
  min-width: 150px;
  height: 300px;
  border-radius: 20px;
  background-size: cover;
  background-position: center
}

.gallery__img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

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

ul {
  list-style: none
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-family: inherit;
  cursor: pointer
}

body {
  position: relative
}

.greenbg {
  background-color: #839d8a
}

.header {
  position: relative
}

.headerhero {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 100vw;
  height: auto
}

.notdisp {
  display: none
}

.header-not-index {
  position: relative
}

.layers-noindex {
  height: calc((1vw + 1vh)*10);
  overflow: hidden;
  width: 100%
}

.layers__container-noindex {
  height: calc((1vw + 1vh)*10);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(var(--move-y)) rotateY(var(--move-x));
  transform: rotateX(var(--move-y)) rotateY(var(--move-x));
  will-change: transform;
  -webkit-transition: -webkit-transform .2s var(1.5s cubic-bezier(0.05, 0.5, 0, 1));
  transition: -webkit-transform .2s var(1.5s cubic-bezier(0.05, 0.5, 0, 1));
  transition: transform .2s var(1.5s cubic-bezier(0.05, 0.5, 0, 1));
  transition: transform .2s var(1.5s cubic-bezier(0.05, 0.5, 0, 1)), -webkit-transform .2s var(1.5s cubic-bezier(0.05, 0.5, 0, 1))
}

.layers__item-noindex {
  position: absolute;
  inset: -5vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.layers-noindex {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden
}

.layer-4-noindex {
  -webkit-transform: translateZ(190px) scale(1);
  transform: translateZ(190px) scale(1)
}

.layer-5-noindex {
  -webkit-transform: translateZ(300px) scale(1);
  transform: translateZ(300px) scale(1);
  pointer-events: none;
  background-position: left center
}

.layers {
	perspective: 1200px;
	overflow: hidden;
}
.layers__container {
	height: 100vh;
	min-height: 500px;
	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);
}
.layers__item {
	position: absolute;
	inset: -5vw;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layer-1 {
	transform: translateZ(-55px) scale(1.3);
}
.layer-2 {
	transform: translateZ(80px) scale(1);
}
.layer-3 {
	transform: translateZ(180px) scale(1);
}
.layer-4 {
	transform: translateZ(190px) scale(1);
}
.layer-5 {
	transform: translateZ(300px) scale(1);
}
.layer-6 {
	transform: translateZ(380px);
}

.layer-4, .layer-5, .layer-6 {
	pointer-events: none;
}


.hero-content {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

.hero-content h1 {
  font-size: clamp(3.1rem, 4vw, 5.5rem);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.hero-content span {
  display: block
}

.navigation__link {
  -webkit-transition: color .3s ease-in-out, font-size .3s ease-in-out;
  transition: color .3s ease-in-out, font-size .3s ease-in-out
}

.navigation__link:hover {
  font-size: clamp(1rem, 4vw, 1.4rem);
  color: darkred
}

.bron {
  text-align: center
}

.plugin-bron {
  /*background-color: #d3d3d3;*/
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.plugin-bron__img {
  min-width: 300px;
  display: block;
  width: 50%;
  max-width: 1280px;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.plugin-bron__plug {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

.plugin-bron__plug a {
  display: block;
}

.infograf {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4c4c4d;
  color: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
}

.infografic__item {
  padding: 0 20px;
  position: relative
}



.bestcamp__card {
  color: #FFFFFF;
  /*background-color: #fff;*/
  border-radius: 15px;
  padding: calc((1vw + 1vh)*.6);
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
}

.bestcamp__card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(26, 26, 26, .5);
  box-shadow: 0px 0px 10px 1px rgba(26, 26, 26, .5)
}

.bestcamp__card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.bestcamp__card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-height: 1.2;
  max-height: 6rem
}

.faq {
  /*background-color: #4c4c4d;*/
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
}

.accordion .accordion-item {
  border-bottom: 1px solid #839d8a
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #000
}

.accordion .accordion-btn {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none
}

.accordion .accordion-btn:hover,
.accordion .accordion-btn:focus {
  cursor: pointer;
  color: #839d8a
}

.accordion .accordion-btn:hover::after,
.accordion .accordion-btn:focus::after {
  cursor: pointer;
  color: #2d4223;
  border: 1px solid #2d4223
}

.accordion .accordion-btn .accordion-title {
  padding: 1em 1.5em 1em 0
}

.accordion .accordion-btn .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px
}

.accordion .accordion-btn .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor
}

.accordion .accordion-btn .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor
}

.accordion button[aria-expanded=true] {
  color: #2d4223
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height
}

.accordion .accordion-content p {
  margin: 2em 0
}

.bth-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.about-picture {
  display: block;
  min-width: 240px;
  max-width: 400px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  float: left;
  shape-outside: circle();
  margin-right: 20px
}

.gazebo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.appart__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.appart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}

.appart-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*background-color: #fff;*/
  border-radius: 20px;
  gap: 20px;
  padding: calc((1vw + 1vh)*1.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .17);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .17)
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.contact-item svg {
  fill: #800020;
  height: 50px;
  width: 50px
}

.appart-card__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}

.appart-card__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px
}

.rooms-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 20px;
}








@media (max-width: 1000px) {
  .rooms-card {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}

@media (max-width: 750px) {
  .rooms-card {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }

  .indexdream {
    grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width: 530px) {
  .indexdream {
    grid-template-columns: repeat(1, 1fr);

  }
}


@media (max-width: 500px) {
  .rooms-card {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}


.appart-card__item__left {
  min-width: 240px;
  max-width: 100%;
  min-height: 200px;
  max-height: 450px;
  overflow: hidden;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.appart-card__item__right {
  min-width: 240px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.appart-card__item__pic {
  width: 100%;
  height: 350px;
  object-position: center;
  object-fit: cover;
}

.appart-card__pictogramm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px
}

.appart-card__pictogramm img {
  height: 55px;
  fill: #800020
}

.appart-card__item__dl {
  text-align: center
}

.appart-card__item__dl dd {
  color: #800020
}

.otherservice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px
}

.otherservice__card {
  max-width: 400px;
  gap: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #fff;*/
  height: 100%;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .17);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .17)
}

.otherservice__card__img {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.otherservice__pic {
  width: 80px;
  height: 80px;
  fill: #800020
}

.otherservice__desc {
  text-align: center;
  margin-top: 10px
}

.contact-content {
  position: relative;
  background-size: 300px;
  overflow: hidden
}

.contactsss {
  z-index: 2
}

.contact-sect-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 640px;
  z-index: 0;
  opacity: 40%
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  /*background-color: #2d4223;*/
  color:white;
}

.footer-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.nav-footer,
.footer-contacts{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-mybusines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index:500;
}

@media(max-width: 1000px) {
  .layer-4 {
    transform: translateZ(205px) scale(0.8)
  }

  .bestcamp__card__price {
    flex-direction: column
  }
}

@media(max-width: 961px) {
  .bestcamp__card__price {
    flex-direction: row
  }
}

@media(max-width: 800px) {


  .bestcamp__card__price {
    flex-direction: column
  }
}

@media(max-width: 720px) {
  .navigation {
    display: none
  }

  .burger {
    display: block
  }
}

@media(max-width: 620px) {
  .about-picture {
    height: auto;
    border-radius: 20px;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
  .plugin-bron__img {
    width: 100%;
    max-width: none
  }

  .plugin-bron__plug {
    margin-bottom: 30px;
  }
}

@media(max-width: 555px) {
  .layer-5 {
    transform: translateZ(300px) scale(0.55);
    background-position-x: -55px;
    left: -55px
  }

  .layer-4 {
    transform: translateZ(215px) scale(0.8)
  }

  .otherservice__card {
    max-width: 100%
  }
}



@media(max-width: 490px) {
  .bestcamp__card__price {
    flex-direction: row
  }
}

@media(max-width: 455px) {
  .bestcamp__card__price {
    flex-direction: row
  }

  .layer-5 {
    transform: translateZ(300px) scale(0.5);
    background-position-x: -115px;
    left: -115px
  }
}

@media(max-width: 370px) {
  .layer-5 {
    background-position-x: -145px;
    left: -145px
  }
}