@charset "UTF-8";
/*----------------------------- 16.01.24 about-company -----------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
	height: 100%;
	min-width: 320px;
}

body {
  font-family: "montserrat", sans-serif;
}
/* body #tents .tent-name {
  font-family: "montserrat", sans-serif;
} */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "montserrat", sans-serif;
}
body #tents .tent-name{
  font-size: 24px;
  letter-spacing: 2px;
}
ul {
  list-style: none;
}

#cover .desc {
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #cover .desc {
    margin-top: 30vh;
  }
  #cover .desc .header {
    font-size: 46px;
  }
  #cover .subHeader {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  #cover .desc {
    padding: 20px;
    margin-top: 14vh;
    width: 100%;
  }
  #cover .desc .header {
    font-size: 32px;
  }
  #cover .subHeader {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  #cover .desc {
    padding: 10px;
  }
  #cover .desc .header {
    font-size: 23px;
  }
  #cover .subHeader {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  #cover .desc {
    width: 80%;
  }
}

#whatCanBeDone .slide-text, #activity .slide-text, #comfort .slide-text, #territory .slide-text {
  top: 70%;
  max-width: 1100px;
  /* border-radius: 10px; */
  padding: 20px;
}
#whatCanBeDone .slide-text::before, #activity .slide-text::before, #comfort .slide-text::before, #territory .slide-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}
#whatCanBeDone .slide-text p, #activity .slide-text p, #comfort .slide-text p, #territory .slide-text p {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
#whatCanBeDone .slide-text p:not(:last-child), #activity .slide-text p:not(:last-child), #comfort .slide-text p:not(:last-child), #territory .slide-text p:not(:last-child) {
  margin-bottom: 12px;
}
#whatCanBeDone .slide-text .title, #activity .slide-text .title, #comfort .slide-text .title, #territory .slide-text .title {
  margin-top: 0;
}

#awards .awards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #awards .awards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#awards .reward_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 20px);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #awards .reward_wrap {
    width: 100%;
  }
}
#awards .image {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
#awards .image img {
  width: auto;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #awards .image {
    margin: 0;
  }
  #awards .image .reward_web {
    display: block;
  }
  #awards .image .reward_mob {
    display: none;
  }
}

.footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.rules {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding: 25px 0;
  font-size: 13px;
}
.rules ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center !important;
}
.rules li {
  width: calc(20% - 8px);
  min-width: 200px;
}
/* .rules li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.rules li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rules li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.rules li:nth-child(4) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rules li:nth-child(5) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
} */

@media only screen and (max-width: 768px) {
  #awards #good-place .image, #awards #booking .image {
    margin: 0;
  }
}
.footer-copy {
  border-top: 1px solid #fff;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

footer a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  footer a:hover {
    text-shadow: 0px 3px 5px rgba(255, 255, 255, 0.77);
  }
  img.o-bottom{
    object-position: bottom !important;
  }
}

@media (max-width: 650px) {
  footer div.contacts p {
    text-align: center;
  }
  footer .wrap > div {
    width: 100%;
    max-width: none;
  }
  footer .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu li {
    text-align: center;
  }
  footer .wrap > div {
    padding: 1rem 0 0;
  }
  .rules ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .social {
    text-align: center;
  }
}
footer .contacts {
  text-align: center;
}

.playlist_item a {
  border-radius: 4px;
}

@media screen and (max-width: 400px) {
  .playlists {
    max-width: 350px;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn-up {
  position: fixed;
  z-index: 100;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-up_hide {
  display: none;
}

header .navMobile nav.open {
  top: 70px;
  position: fixed;
  bottom: 0;
}

header {
  top: 0;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.error__block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0;
  gap: 20px;
}
.error__block img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .error__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 7rem;
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .error__block {
    margin-top: 5.5rem;
  }
}
.error .error__text a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .error .error__text a:hover {
    text-decoration: none;
  }
}

header {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}
header .wrap {
  gap: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
}

.navWeb {
  max-width: 47%;
  width: 100%;
}
.navWeb nav a {
  white-space: nowrap;
}
.navWeb nav ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.navWeb nav li {
  margin: 0;
}

@media (max-width: 1240px) {
  header .navWeb nav {
    display: block;
  }
  header .navWeb nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
header .navWeb nav li {
  margin-right: 0px;
}

@media (max-width: 900px) {
  header #logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .navWeb {
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .navWeb {
    display: none;
  }
}
.social .items *:not(:last-child) {
  margin-bottom: 20px;
}

body.lock {
  overflow: hidden;
}

.popup {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 11111;
}
.popup__img img {
  width: 100%;
  height: auto;
  max-height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__content {
  position: relative;
  background-color: #fff;
  color: #000;
  max-width: 600px;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__content_image {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .popup__content {
    max-width: 400px;
  }
}
.popup__block {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .popup__block {
    padding: 20px;
  }
}
.popup__image img {
  max-width: 100%;
}
.popup__close {
  font-size: 20px;
  font-size: 30px;
  color: #fff;
  line-height: 0;
}
.popup__button-close {
  position: absolute;
  right: -35px;
  top: -10px;
}
@media screen and (max-width: 600px) {
  .popup__button-close {
    border-radius: 50%;
    background-color: #20471F;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    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;
  }
}
.popup__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 1024px) {
  .popup__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.popup__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
.popup__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .popup__text {
    margin-bottom: 20px;
  }
}
.popup__button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .popup__button {
    width: 50%;
  }
}

.link-hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .link-hover:hover {
    text-decoration: none;
  }
}

.formWrap #btnReview {
  text-align: center;
  margin: 15px auto 0;
  display: block;
}

#reviews .button {
  text-align: center;
  margin: 3rem 0 0 0;
  margin-top: -22px;
}

/* (A) MATERIAL ICONS */
.material-icons {
  font-size: 28px;
  color: #fff;
}

/* (B) WRAPPER */
#vWrap {
  font-family: arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  background: #484848;
  border-radius: 0 0 5px 5px;
}

/* (C) VIDEO */
#vVid {
  width: 100%;
}

/* (D) PLAY/PAUSE BUTTON */
#vPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 5px;
}

/* (E) TIME */
#vCron {
  font-size: 14px;
  color: #cbcbcb;
  margin: 0 10px;
}

/* (F1) RANGE SLIDERS */
/* (F1) HIDE DEFAULT */
#vWrap input[type=range] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  /*appearance: none;*/
  /*border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;*/
  /*background: 0;*/
  cursor: pointer;
}

#vWrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

/* (F2) CUSTOM SLIDER TRACK */
#vWrap input[type=range]::-webkit-slider-runnable-track {
  border-radius: 10px;
}

#vWrap input[type=range]::-moz-range-track {
  border-radius: 10px;
}

/* (F3) CUSTOM SLIDER BUTTON */
#vWrap input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
}

#vWrap input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
}

/* (G) SEEK BAR */
#vSeek {
  width: 180px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* (H) VOLUME */
#vVolume {
  width: 100px;
}

#vVolIco {
  margin: 0 10px;
}

/* (I) PLAYLIST */
#vList {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  color: #7e7e7e;
  background: #20471F;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 70px;
  overflow: auto;
}

#vList::-webkit-scrollbar {
  height: 100%;
  width: 6px;
  background: #d0d0d0;
  border-radius: 6px;
}

#vList::-webkit-scrollbar-thumb {
  background-color: #fea;
  border-radius: 6px;
}

.vRow {
  cursor: pointer;
  padding: 10px 0;
}

.vRow.now {
  color: #fea;
}

.buttonExpand {
  display: none;
}

.buttonExpand svg {
  width: 24px;
  height: 24px;
}

.wrapperVideo {
  position: relative;
  width: 100%;
}

#vWrap.active {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000;
  max-width: 100%;
  padding-bottom: 130px;
}

#vWrap.active .managementBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0;
  right: 0;
  width: 100%;
}

body.body-no-scroll {
  overflow: hidden;
}

.buttonExpand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border: 1px solid;
}

.managementBlock {
  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;
  border-radius: 5px;
  padding: 10px;
  background: #20471F;
}

.managementBlockEl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #fff;
  padding-bottom: 10px;
  margin: 0 -10px;
  gap: 10px;
}

.video-player {
  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;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background-color: #20471F;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #20471F;
}

.slider-container {
  max-width: 100%;
  padding: 0px;
  position: relative;
  margin: 0 auto;
}

/* .swiper-slide {
  opacity: 0.3;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
} */

.card {
  padding: 0px;
  background-color: transparent;
  color: #111;
  font-size: 16px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  position: relative;
  margin-top: 30px;
}

.swiper-button-prev, .swiper-button-next {
  cursor: pointer;
  position: absolute;
  width:7.5%;
  height: 94%;
  background: transparent;
  top: 0;
  border: none;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev:hover svg, .swiper-button-next:hover svg {
    opacity: 0.5;
  }
}
.swiper-button-prev svg, .swiper-button-next svg {
  width: 40px;
  height: 40px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 0px;
}
.swiper-button-prev svg {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0px;
  top: auto;
}
@media screen and (max-width: 990px) {
  .swiper-button-prev svg {
    right: auto;
    left: 20px;
  }
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next svg {
  position: absolute;
  left: 0px;
  top: auto;
}
@media screen and (max-width: 990px) {
  .swiper-button-next svg {
    right: 20px;
    left: auto;
  }
}

.slider-container {
  margin: 40px 0;
}
.slider-container .swiper-wrapper {
  height: 85vh;
}
.slider-container .swiper-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-container .swiper-slide:after{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s;
}
.slider-container .swiper-slide-prev::after{
  opacity: 1;
}
.slider-container .swiper-slide-next::after{
  opacity: 1;
}
#whatCanBeDone .slide-text, #activity .slide-text, #territory .slide-text {
  top: auto;
  bottom: 2%;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .swiper-button-prev svg {
    left: 0px;
  }
  .swiper-button-next svg {
    right: 0px;
  }
}
.js-text__content {
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
  max-height: 130px; /* Изначальная высота */
  position: relative;
}

.js-text__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  height: 64px;
}

.js-text__content.active:before {
  display: none;
}

.text__paragraph {
  overflow: hidden;
}

.text__paragraph.visible {
  display: block;
}

.text__paragraph--expanded {
  display: block;
  max-height: none;
}

.js-text__more-button {
  margin-top: 10px;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: var(--unnamed, #E85022);
  border-bottom: 1px solid;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .js-text__more-button:hover {
    border-bottom: 1px solid transparent;
  }
}

.owl-carousel .owl-dots {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .slide-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper, .full-width, .itemWrap {
    margin-top: 2rem;
  }
  .button {
    text-align: center;
    margin: 2rem 0 0 0;
  }
}
.reviews {
  max-width: 600px;
  margin: 0 auto;
}

#reviews .button {
  margin-top: inherit;
}

@media screen and (min-width: 991px) {
  .mobi.js-text .js-text__more-button {
    display: none;
  }
  .mobi.js-text .js-text__content {
    max-height: 100%;
  }
  .mobi.js-text .js-text__content::before {
    display: none;
  }
}
.cover-awards {
  position: absolute;
  top: 18%;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;

  align-items: flex-start
  /* height: 200px; */
}
.cover-awards img {
  max-width: 100%;
  height: 100%;
  width: 7%;
}
.award-book{
  width: 12% !important;
}
.award-yandex, .award-2gis{
  margin-left: 2.5%;
}
@media (max-width: 1280px) {
    .award-book{
    width: 10% !important;
  }
  .cover-awards img {
  max-width: 100%;
  height: 100%;
  width: 5%;
}
}

@media (max-width: 960px) {
    .award-book{
    width: 14% !important;
  }
  .cover-awards img {
  max-width: 100%;
  height: 100%;
  width: 9%;
}

}
@media screen and (max-width: 768px) {
  .cover-awards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    width: 100%;
    right: auto;
    left: 20px;
    top: auto;
    bottom: 15%;
  }
  .cover-awards img{
  width: auto;
  }
  .award-book{
  width: auto !important;
}
.award-yandex, .award-2gis{
  margin-left: 0;
}
}
@media screen and (max-width: 640px) {
  .cover-awards {
    bottom: 8%;
  }
}

@media screen and (max-width: 768px) {
  #bnovoFrame {
    margin-top: -225px;
  }
}
.progress-container {
  width: 100%;
  height: 4px;
  background: #ccc;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.progress-bar {
  height: 4px;
  background: #20471F;
  width: 0%;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#services div.answers, #services div.questions {
  margin: 0;
  font-size: 16px;
  border: 1px solid #20471F;
  border-top: none;
}

#services div.answers:nth-child(1), #services div.questions:nth-child(1) {
  border-top: 1px solid #20471F;
}

#services .questions {
  background: #e8e8e8;
  padding: 16px 0 16px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  cursor: pointer;
}

#services .questions::after {
  content: "";
  background-image: url(../images/ico/cross.svg);
  background-repeat: no-repeat;
  padding-right: 16px;
  margin-top: 10px;
  float: right;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

#services .questions-open::after {
  -webkit-transform: translate(2px, -5px) rotate(0deg);
  -ms-transform: translate(2px, -5px) rotate(0deg);
  transform: translate(2px, -5px) rotate(0deg);
}

#services .answers {
  display: none;
  padding: 16px 0 16px 16px;
}
#services .answers strong {
  margin-right: 15px;
}
#services .answers b {
  margin-left: 15px;
}
.reward_2gis, .reward{
  width: 100px;
  
}
@media (max-width: 768px) {
  .reward_2gis{
    width: auto;
  }
}
@media (max-width: 340px) {
  #services div.questions, #services div.answers {
    font-size: 14px;
  }
}
body .lt-xbutton-main-wrapper {
  display: none;
}
@media screen and (min-width: 769px) {
  .reward_web {
    width: 180px;
  }
}
#tents .owl-item {
  max-height: 465px;
}
@media screen and (max-width: 1240px) {
  #tents .owl-item {
    max-height: 380px;
  }
}
@media screen and (max-width: 768px) {
  #tents .owl-item {
    max-height: 270px;
  }
}

@media screen and (max-width: 768px) {
  #tents .tent-name {
    bottom: 0;
    padding: 17px 20px;
  }
}
#services p {
  margin-top: 0;
}
#services p:not(:first-child) {
  margin-top: 10px;
}

body #certificates .item-price,body #certificates1 .item-price  {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #certificates .item-price .old-price,body #certificates1 .item-price .old-price {
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  body #certificates .item-price .old-price , body #certificates1 .item-price .old-price {
    font-size: 16px;
  }
}

.marquee-infinite {
  height: 60px;
  background: #20471F;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 15.5px 0;
}
@media screen and (max-width: 991px) {
  .marquee-infinite {
    display: none;
  }
}
.marquee-infinite__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  height: 100%;
  margin-right: 10px;
  /* width: 200%; */
  /* -webkit-animation: marquee-infinite 25s linear infinite;
  animation: marquee-infinite 25s linear infinite; */
}
.marquee-infinite__content { 
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-wrap: nowrap;
}
.marquee-infinite__content li {
  color: #fff;
  font-size: 18px;
  position: relative;
}
.marquee-infinite__content li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 10px;
}

/* @-webkit-keyframes marquee-infinite {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marquee-infinite {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
} */

.free p {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.free p:not(:last-child) {
  margin-bottom: 20px;
}
.free__items {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 80%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .free__items {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .free__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.free__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.free__img {
  width: 45px;
  height: 45px;
}
.free__content {
  padding-left: 20px;
}
.free__title {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
}
.free__text {
  font-size: 14px;
  line-height: 1.55;
}

.secondary--bg {
  background-size: 100%;
  height: 100%;
  padding-bottom: 50px;
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg.jpg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg.jpg);
  background-repeat: no-repeat;
}

#cover {
  position: static;
}

.cover {
  position: relative;
}

main {
  overflow: hidden;
}

#bnovoFrame {
  margin-top: -220px;
}
@media screen and (max-width: 960px) {
  #bnovoFrame {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  #bnovoFrame {
    margin-top: 0;
    position: static;
  }
}

@media screen and (max-width: 960px) {
  #_bn_widget_ {
    width: 100% !important;
  }
}
/*# sourceMappingURL=main.css.map */

/* //======================================================================================================================================================== */

.error__text h1 {
	text-align: left;
}

#certificates .certificates-slider .certificates-wrap,#certificates1 .certificates-slider .certificates-wrap {
	gap: 35px;
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); 
}
#certificates .certificates-slider .certificates-item,#certificates1 .certificates-slider .certificates-item  {
	/* width: 48%; */
	width: auto;
}

.navWeb {
	max-width: 35%;
}

header .wrap {
	padding: 10px 0;
}

.full-slide--map img {
	object-fit: contain;
	filter: brightness(1);
}

.footer {
	padding-bottom: 30px;
}

header .navWeb nav li {
	line-height: inherit;
}

#whatCanBeDone .slide-text, #activity .slide-text, #territory .slide-text {
	bottom: 0;
}

#whatCanBeDone .slide-text, #activity .slide-text, #comfort .slide-text, #territory .slide-text {
	max-width: 100%;
}
.slide-text__container {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 13px 0; */
}
#whatCanBeDone .slide-text p, #activity .slide-text p, #comfort .slide-text p, #territory .slide-text p {
	text-align: center;
}

/* .wrapper, .full-width {
	margin-top: 6rem;
} */

#whatCanBeDone .slide-text::before, #activity .slide-text::before, #comfort .slide-text::before, #territory .slide-text::before {
	background-color: inherit;
	/* -webkit-backdrop-filter: none;
	backdrop-filter: none; */
	background: #000;
	opacity: 0.4;
}

.secondary--bg {
	background-attachment: fixed;
}

.wrapper, .full-width {
	margin-top: 0;
	padding-top: 65px;
	padding-bottom: 65px;
}

.wrapper--marquee {
	padding: 0;
	margin-top: 5rem;
}
#bnovoFrame {
	padding: 0; 
} 

.map .slider-container {
	margin: 75px 0;
}

.footer .wrapper {
	margin-top: 0;
	padding: 0;
}

header #logo .logoImg {
	height: 66px;
  padding: 8px;
}

#bnovoFrame {
	margin-top: -300px;
}

.bnovoFrame-descp {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* background-color: #fff; */
	/* max-width: 1446px; */
	width: 78%;
	margin: 0 auto;
	padding: 15px 10px;
	transform: translateY(73px);
	border-radius: 3px;
}
/* .bnovoFrame-descp:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 103%;
	height: 200%;
	background-color: #fff;
	border-radius: 3px;
} */
.bnovoFrame-descp__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	z-index: 5;
}
.bnovoFrame-descp__subtitle {
	font-size: 12px;
	z-index: 5;
}

#booking_iframe {
	padding: 15px;
	background-color: #fff;
}






/* Media  */
@media (min-width: 769px){
	#tents .owl-item {
		height: 480px;
  }
}
@media (min-width: 541px){
	#certificates .certificates-slider .certificates-item,#certificates1 .certificates-slider .certificates-item {
		opacity: 1;
	}
}

.certificates-slider .certificates-item .button {
	margin-top: 0.5rem;
}
#certificates .certificates-slider .certificates-item .btn,#certificates1 .certificates-slider .certificates-item .btn  {
	display: inline-block;
}

@media (max-width: 1024px){
	.certificates-slider {
		padding: 25px 0;
	}
}

@media (max-width: 991px){
	.wrapper--marquee {
		padding: 0;
		margin-top: 0;
  }
}

@media (max-width: 960px){
	.bnovoFrame-descp {
		width: 95%;
  }
  #bnovoFrame {
	margin-top: -190px;
}
}

@media (max-width: 959px){
	#bnovoFrame {
		margin-top: 0px;
  }
}

@media (max-width: 860px){
	#certificates .certificates-slider .certificates-wrap,#certificates1 .certificates-slider .certificates-wrap {
		gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	}
}

@media (max-width: 768px){
	.map iframe {
		height: 350px;
	}
	header .navMobile nav.open {
		display: flex;
		justify-content: center;
		align-items: center;
  }
  header .navMobile nav ul li {
	font-weight: 700;
}
.wrapper, .full-width {
	margin-top: 0;
	padding-top: 55px;
	padding-bottom: 55px;
}
.wrapper--marquee {
	padding: 0;
	margin-top: 0;
}
#tents .owl-item {
	height: 275px;
}
.certificates-slider .certificates-item {
	padding-bottom: 0 !important;
}
.certificates-slider {
	padding-bottom: 0 !important;
}
}

@media (max-width: 650px){
	.footer {
		padding-top: 30px;
  }
  footer .wrap > div {
	padding-bottom: 15px;
}
}

@media (max-width: 630px){
	#tents .tent-name {
		bottom: 28px;
  }
}

@media (max-width: 540px){
	.certificates-slider {
		overflow: hidden;
		margin: 0 -16px;
		padding: 35px 16px;
	}
	#certificates .certificates-slider .certificates-wrap,#certificates1 .certificates-slider .certificates-wrap {
		display: flex;
		flex-wrap: nowrap;
		gap: 0px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	.full-slide img {
		height: 35vh;
  }
}

@media (max-width: 445px){
	  #conditions .wrapper, #conditions .full-width {
		padding-top: 15px;
  }
}

@media (max-width: 355px){
	#tents .tent-name {
		bottom: 45px;
  }
}
#whatCanBeDone .slide-text, #activity .slide-text, #comfort .slide-text, #territory .slide-text {
   

  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.3);
}
#whatCanBeDone .slide-text::before, #activity .slide-text::before, #comfort .slide-text::before, #territory .slide-text::before{
  display: none;
}
#tents .tent-name{
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  font-size: 16px;
  padding: 10px;
  letter-spacing: unset;
  transform: none;
  bottom: 0;
  /* text-transform: uppercase; */
  /* font-weight: 600; */
}
#tents .owl-dots{
  display: none;
}
@media (max-width:640px){
  #certificates .certificates-item:last-child, #certificates1 .certificates-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #territory .slide-text .title{
    margin-bottom: 0 !important;
  }
  #tents .owl-dots{
    display: block;
  }
  .m-vert .switch_mobiles .bnovo__fields{
    padding-bottom: 0 !important;
  }
  .wrapper, .full-width{
    padding-bottom: 40px;
  }
  .itemWrap .title > p{
    letter-spacing: unset;
  }
  .itemWrap{
    margin-top: 0;
  }
  .itemWrap + .itemWrap{
    margin-top: 10px;
  }
  h2{
    margin-bottom: 25px;
  }
  .button{
    margin-bottom: 20px;
  }
  .full-slide img{
    height:70vh;
  }
  #whatCanBeDone .slide-text .title, #activity .slide-text .title{
    margin-bottom: 0 !important;
  }
  /* #whatCanBeDone .owl-carousel .owl-dots{
    margin-bottom: 0;
  } */
  .owl-carousel .owl-dots,.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    margin-bottom: 0;
    margin-top: 16px;
  }
  #tents .desc > *:first-child{
    margin-top: 0;
  }
  #comfort > p{
    margin-top: 0;
    margin-bottom: 25px;
  }
  .itemWrap img.icon{
    flex-shrink: 0;
  }
  #comfort > p + p{
    margin-top: 10px;
    margin-bottom: 25px;
  }
  #faq .button{
     margin-bottom: 0;
  }
  #howToGet .wrap .method .title{
    letter-spacing: 0;
  }
  #playlists h3,.playlist_name{
    font-size: 16px;
  }
  .btn{
    letter-spacing: 0;
  }
  .playlist_name{
    margin-bottom: 20px;
    margin-top: 0;
  }
  .playlists-image{
    margin-top: 10px;
  }
  #playlists{
    margin-bottom: 10px;
  }
  .map .slider-container{
    margin: 40px 0;
  }
  .rules{
    margin-top: 0;
  }
  .footer-copy{
    padding-bottom: 0;
  }
  .footer{
    padding-bottom: 20px;
  }
  #services .button{
    margin-bottom: 0;
  }
  .certificates-slider{
    padding-top: 0;
    margin-top: -30px;
  }
 
}


.one-slide--auto-height .owl-item:first-child img{
  height: auto !important;
  max-width: 100%;
}
.map iframe{
  border: none;
}
.certificates-item .button{
  margin-bottom: 0;
}

@media (max-width:768px){
  #tents .tent-name{
    padding:20px;
    line-height: 1;
    bottom: 0;
  }
  #whatCanBeDone .slide-text p:not(:last-child), #activity .slide-text p:not(:last-child), #comfort .slide-text p:not(:last-child), #territory .slide-text p:not(:last-child){
    line-height: 1;
  }
}
.fancybox-button svg path{
  fill: #fff;
}
#territory  .owl-carousel .owl-nav.disabled {
  display: block;
}
@media (min-width:1024px){
  #conditions .itemWrap:first-child,#conditions .itemWrap:nth-child(2),#conditions .itemWrap:nth-child(3){
    margin-top: 0;
  }
  body h1, body h2, body h3, body h4, body h5, body h6{
    line-height: 1.6;
  }
  .text  p:first-child{
    margin-top: 0;
  }
  h1{
    margin-bottom: 40px;
  }
  .wrapper, .full-width{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  h2{
    margin-bottom: 30px;
  }
  .button{
    margin: 30px 0 0 0;
  }
  .owl-carousel .owl-dots{
    margin-bottom: 0;
  }
  #tents .desc p:first-child{
    margin-top: 0;
  }
  #tents .desc{
    margin-top: 30px;
  }
  #certificates .certificates-slider .certificates-wrap, #certificates1 .certificates-slider .certificates-wrap{
    padding-top: 0;
  }
  .itemWrap{
    margin-top: 30px;
  }

  #comfort h2 + p{
    margin-top: 0;
    margin-bottom: 35px;
  }
  #comfort > p + p{
    margin-top: -20px;
    margin-bottom:35px;
  }
  .wrapper--marquee{
    padding: 0;
  }
}
#howToGet .wrap .method .title{
  letter-spacing: 0;
}
@media (max-width:768px){
  .popup__body{
    padding: 0;
    align-items: flex-start;
  }
  .popup__content{
    height: 100svh;
    max-width: 100%;
  }
  .popup{
    height: 100svh;
    overflow: hidden;
  }
}
.bnovoFrame-descp--w100{
  width: 100%;
  max-width: 1200px;
  transform: none;
  margin-bottom: -94px;
  z-index: 500;
  background-color: transparent;
  padding-left: 36px;
}
.bnovoFrame-descp--w100:before{
  width: 100%;
  display: none;
}
@media (max-width:1240px){
  .bnovoFrame-descp--w100{
    padding-left: 18px;
    margin-bottom: -98px;
  }
}
@media (max-width:700px){
  .bnovoFrame-descp--w100{

    margin-bottom: -89px;
  }
}


#whatCanBeDone .slide-text p, #activity .slide-text p, #comfort .slide-text p, #territory .slide-text p{
  line-height: 1.6;
}
@media (max-width:768px){
  .popup__title{
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width:380px) {
  .bnovoFrame-descp__title{
    font-size: 16px;
  }
}
#certificates .certificates-slider .certificates-wrap,#certificates1 .certificates-slider .certificates-wrap{
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.certificates-slider{
  position: relative;
  overflow: hidden;
}
@media (min-width:1024px){
  #_bn_widget_{
    max-width: 1400px;
    width: 100% !important;
    padding-left: 250px;
    height: 88px;
    
  }
  #bnovoFrame #_bn_widget_ iframe{
      position: absolute;
  }
  #bnovoFrame .bnovoFrame-descp__title, #bnovoFrame .bnovoFrame-descp__subtitle{
    color: #fff;
    
  }
  #bnovoFrame{

    max-width: 1440px;
    margin: 0 auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(32, 71, 31, .4);
    /* border: 2px solid #20471F; */
    backdrop-filter: blur(2px);
  }
  #bnovoFrame .bnovoFrame-descp{
    position: absolute;
    left: 0;
    transform: none;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 20px;
  }
  
  .bnovoFrame-descp{
    /* background-color: rgba(32, 71, 31, .2);
    border: 1px solid #20471F;
    border-radius: 3px;
    padding: 30px ; */
  }
}



@media (max-width:960px){
  .bnovoFrame-descp{
    transform: translateY(20px);
  }
}
@media (max-width:640px){
  #tents .tent-name{
    bottom: 38px;
  }
  #services .answers b{
    margin-left: 0;
  }
  #services div.answer,#faq p.answer{
    padding-right: 15px;
  }
  #services .answers strong,#services .answers b{
    display: block;
  }
}

@media (max-width:640px) and (max-height:600px){
  #cover .desc{
    margin-top: 30%;
  }
}
@media (max-width:768px){
  .secondary .wrapper.wrapper--full{
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .bnovoFrame-descp{
    transform: translate(0);
  }
}

.header-booking{
  position: absolute;
}
.wrapper.wrapper--full #booking_iframe{
  
}

.bnovoFrame-descp{
  pointer-events: none;
}

@media (min-width:1024px){
  .first-slide  img{
    object-position: top;
  }
  .bottom-slide img{
    object-position: bottom;
  }
}
@media (min-width:991px){
  .peolpe-slider .swiper-slide{
    width:80%;
  }
  .slider-container .swiper-wrapper{
    height:85vh;
  }
}

@media (max-width: 640px){
  .slider-container .swiper-wrapper {
      height: 70vh;
  }
  
}

.full-slide img{
  width: 100%;
}
.tent .swiper-slide  img{
  display: block;
  width: 100%;
  object-fit: cover;
}
#tents .wrap .tent{
  height: 100%;
}

@media (min-width: 769px){
  .tent .swiper-slide {
    height: 450px;
  }
}
#activity .slide-text{
  left: 0;
  transform: none;
  width: 100%;
}
.one-slide .swiper-button-prev, .one-slide .swiper-button-next{
  top: 50%;
  height: auto;
}
.swiper-button-prev, .swiper-button-next{
  position: absolute;
  right: -65px;
  width: 50px;
  background-color: #e8e8e8;
  height: 50px !important;
  border-radius: 50%;
  outline: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

 .swiper-button-prev span,  .swiper-button-next span{
  font-size: 50px;
  line-height: 50px;
  color: #20471F;
  padding: 0 16px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  height: 50px;

}
.one-slide .swiper-button-next{
  right: 20px;
  /* padding: 0 1px 3px 4px; */
  /* padding-left: 4px;
  padding-bottom: 2px; */

}
.one-slide  .swiper-button-prev{
  left: 20px;
  /* padding: 1px 3px 2px 1px; */
  /* padding-right: 4px;
  padding-bottom: 2px; */


}
 .swiper-button-prev span,   .swiper-button-next span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span{
  color: #e8e8e8;
}

 .swiper-button-prev:hover, .swiper-button-next:hover{
 background-color: #20471F;
}
.one-slide .swiper-pagination{
  display: none;
}
@media (max-width:768px){
  .one-slide .swiper-pagination{
    display: block;
  }
  .one-slide .swiper-button-next,.one-slide .swiper-button-prev{
    display: none;
  }
  .secondary--bg{
    background-size: cover;
    padding-bottom: 0;
  }
  
  .one-slide .swiper-pagination{
    position: static;
    display: flex;
    justify-content: center;
  }
  .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .tent .swiper-slide{
    height: 320px;
  }
  #tents .tent-name{
    bottom: 27px;
  }

}


.peolpe-slider .swiper-button-prev,.peolpe-slider .swiper-button-next{
  top: calc(50% - 25px);
}
.peolpe-slider .swiper-button-prev{
  left: 20px;
}
.peolpe-slider .swiper-button-next{
  right: 20px;
}
.tent .swiper-slide img{
  height: 100%;
}
.bnovo__button{
    font-family: montserrat !important;
}
