* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

:root {
  --button-red: #ca2316;
  --button-red-hover: #e53628;
  --button-white: #ffffff;
  --button-white-hover: #f6efd9;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  padding-top: 80px;
}

body.home,
body.page-template-page-about,
body.page-template-page-b2b {
  padding-top: 0;
}

@media (max-width: 900px) {
  body {
    padding-top: 80px;
  }

  body.home,
  body.page-template-page-about,
  body.page-template-page-b2b {
    padding-top: 0;
  }
}

body.camp_page {
  padding-top: 0;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.h1, .h2, .h3, .h4, .h5 {
  font-family: "Roboto Flex", Arial, sans-serif;
  font-optical-sizing: auto;
  font-stretch: 35%;
  font-variation-settings: "GRAD" 0, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 550, "YTUC" 760, "wdth" 35, "opsz" 70;
}

.red {
  color: #AA2B21;
}

.gray {
  color: #0a090760;
}

.h1 {
  font-size: 100px;
  line-height: 80%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 60px;
  }
}

.h2 {
  font-size: 100px;
  line-height: 80%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 60px;
  }
}

.h3 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .h3 {
    font-size: 50px;
  }
}

.h4 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .h4 {
    font-size: 40px;
  }
}

.h5 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 80%;
  font-weight: 500;
}
@media (max-width: 900px) {
  .h5 {
    font-size: 30px;
  }
}

.container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 20px;
}
@media (max-width: 900px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.header {
  width: 100%;
  height: 80px;
  padding: 0 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p1 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 440;
}
@media (max-width: 900px) {
  .p1 {
    font-size: 16px;
    line-height: 22px;
  }
}

.p2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 440;
}
@media (max-width: 900px) {
  .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.a1 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  transition: ease 0.3s;
  font-weight: 440;
}
.a1:hover {
  opacity: 50%;
}
@media (max-width: 900px) {
  .a1 {
    font-size: 16px;
    line-height: 22px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background-color: var(--button-red);
  box-shadow: inset 0px 0px 32px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0px 0px 32px color(display-p3 1 1 1/0.35);
  border-radius: 100px;
  padding: 30px 60px;
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 900px) {
  .button {
    font-size: 16px;
    line-height: 22px;
    padding: 24px 40px;
  }
}
.button:hover,
.button:focus-visible {
  background-color: var(--button-red-hover);
}

.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background-color: var(--button-red);
  box-shadow: inset 0px 0px 32px rgba(255, 255, 255, 0.35);
  box-shadow: inset 0px 0px 32px color(display-p3 1 1 1/0.35);
  border-radius: 100px;
  padding: 16px 32px;
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 900px) {
  .button-small {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
  }
}
.button-small:hover,
.button-small:focus-visible {
  background-color: var(--button-red-hover);
}

.hero_overlap_group {
  position: relative;
  z-index: 1;
}

.hero_sticky_screen {
  position: relative;
}

.index_overlap_chain {
  position: relative;
}

.home_intro_overlap_chain,
.home_intro_overlap_chain > .home_camps_overlap_block {
  background: #ffffff;
}

.index_overlap_chain > .wrapper {
  position: relative;
  background: #ffffff;
}

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 80px 0;
}

.hero_img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  transform: translateY(0);
  text-align: left;
}
.hero_content .h1, .hero_content .p1 {
  max-width: 645px;
  margin-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 900px) {
  .hero {
    height: 100vh;
    height: 100svh;
    padding: 130px 0 60px;
  }

  .hero_content {
    transform: translateY(0);
  }
  .hero_content .h1 {
    margin-bottom: 28px;
  }
}
.camps_item {
  border-top: 1px solid #0a090730;
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 900px) {
  .camps_item {
    flex-direction: column;
  }
}

.camp_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
  width: 100%;
  padding: 80px 0px 80px 80px;
}
@media (max-width: 1330px) {
  .camp_content {
    padding: 80px 0px 80px 20px;
  }
}
@media (max-width: 900px) {
  .camp_content {
    padding: 20px 20px 80px 20px;
    max-width: fit-content;
  }
}

.camp_img {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .camp_img {
    order: -1;
    flex: none;
    width: 100%;
    aspect-ratio: 16/10;
  }
}
.camp_img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (min-width: 901px) {
  .camps_item:hover .camp_img img {
    transform: scale(1.05);
  }
}
.camp_img_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.51%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .camp_img_overlay {
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 61.51%);
  }
}

.camp_state {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.camp_state .p1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.camp_state_point {
  width: 10px;
  height: 10px;
  background-color: #6C9D6A;
  border-radius: 10px;
}

.budge {
  padding: 4px 18px;
  background-color: #ffffff;
  border-radius: 4px;
  border-color: 1px solid #AA2B21;
}

.camp_attributes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.camp_budge {
  padding: 4px 18px;
  border-radius: 12px;
  border: 1px solid #AA2B21;
  background-color: #ffffff;
  color: #AA2B21;
}

.camp_budge_archive {
  border-color: #0A0907;
  color: #0A0907;
}

.camp_features {
  display: flex;
  gap: 20px;
}

.camp_single_feature {
  background: #ffffff;
  padding: 12px 18px;
  border: 1px solid #0a090730;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.camp_single_feature img {
  width: 32px;
  height: 32px;
}

.camp_cities {
  display: flex;
  gap: 8px;
}

.camp_content_title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.camp_single_city {
  display: flex;
  gap: 8px;
  align-items: center;
}
.camp_single_city img {
  width: 10px;
  height: 20px;
}
.camp_single_city:last-child img {
  display: none;
}

.footer {
  background: #ffffff;
}
.footer .a1 {
  color: #0a0907;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer .p1 {
  color: #0a0907;
}
.footer .container {
  min-height: 167px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 40px;
}

.footer_content .p1,
.footer_content .a1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.social_icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.footer_social .social_icon {
  color: #0a0907;
}

.social_icon:hover {
  opacity: 50%;
  transition: ease 0.3s;
}

@media (max-width: 900px) {
  .footer .container {
    min-height: 0;
    padding: 32px 20px;
    gap: 24px;
  }

  .footer_content {
    flex-direction: column;
    gap: 12px;
  }

  .footer_social {
    gap: 20px;
  }
}
.text_page_wrapper {
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5E8 100%);
}

.text_page {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.text_page_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
}

.text_page_content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}

.text_page_wysiwyg h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 80%;
  font-weight: 500;
  margin-bottom: 18px;
}
.text_page_wysiwyg h2:not(:first-child) {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #0a090730;
}
.text_page_wysiwyg p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 440;
  max-width: 1040px;
}
.text_page_wysiwyg h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 90%;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 14px;
}
.text_page_wysiwyg p + p {
  margin-top: 10px;
}
@media (max-width: 900px) {
  .text_page_wysiwyg h2 {
    font-size: 30px;
  }
  .text_page_wysiwyg h3 {
    font-size: 24px;
  }
  .text_page_wysiwyg p {
    font-size: 16px;
    line-height: 22px;
  }
}

.service_page {
  min-height: calc(100vh - 120px);
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5E8 100%);
}

.service_page_container {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.service_page_container .p1 {
  max-width: 680px;
}

@media (max-width: 900px) {
  .text_page {
    gap: 48px;
  }

  .text_page_content {
    gap: 40px;
  }

  .service_page,
.service_page_container {
    min-height: calc(100vh - 90px);
  }
}
.faq {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 900px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.faq_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.faq_title .h2 {
  text-align: center;
}
@media (max-width: 900px) {
  .faq_title {
    padding: 0 20px;
  }
}

.faq_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.faq_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(10, 9, 7, 0), rgba(10, 9, 7, 0.15) 24%, rgba(10, 9, 7, 0.3) 50%, rgba(10, 9, 7, 0.15) 76%, rgba(10, 9, 7, 0));
  pointer-events: none;
}
.faq_item:hover .faq_item_title .p1 {
  color: #AA2B21;
}
.faq_item img {
  width: 52px;
  height: 52px;
}

.faq_item_title {
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.faq_item_title img {
  width: 52px;
  height: 52px;
}
@media (max-width: 900px) {
  .faq_item_title img {
    width: 36px;
    height: 36px;
  }
}
.faq_item_title .p1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .faq_item_title .p1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.faq_item_content {
  max-width: 1040px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}
.faq_item_content .p1 {
  padding-bottom: 2px;
}

.faq_opened {
  background: #FAF5E9;
}
.faq_opened .faq_item_content {
  opacity: 1;
  padding: 20px;
}

.scroll_gallery_section {
  position: relative;
  padding: 120px 0;
  overflow: clip;
}
@media (max-width: 900px) {
  .scroll_gallery_section {
    padding: 80px 0;
  }
}

.scroll_gallery_header {
  padding-top: 0;
  padding-bottom: 60px;
}

@media (max-width: 900px) {
  .scroll_gallery_header {
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.scroll_gallery_slider {
  position: relative;
  overflow: visible;
}

.scroll_gallery {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.scroll_gallery_track {
  --gallery-item-width: calc((100vw - 80px) / 4.5);
  --gallery-item-height: calc(var(--gallery-item-width) * 1.333333);
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  transition: transform 0.3s ease;
  will-change: transform;
}

.scroll_gallery_item {
  flex: 0 0 var(--gallery-item-current-width, var(--gallery-item-width));
  width: var(--gallery-item-current-width, var(--gallery-item-width));
  height: var(--gallery-item-height);
  overflow: hidden;
  transition: flex-basis 0.2s cubic-bezier(0.22, 1, 0.36, 1), width 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 900px) {
  .scroll_gallery_track {
    --gallery-item-width: 300px;
    --gallery-item-height: 400px;
  }

  .scroll_gallery_item {
    flex-basis: var(--gallery-item-width);
    width: var(--gallery-item-width);
  }
}
.scroll_gallery_item img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scroll_gallery_controls {
  max-width: 1330px;
  width: 100%;
  margin: 32px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.scroll_gallery_controls .scroll_gallery_button {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  flex: 0 0 54px;
  transform: none;
}

.scroll_gallery_controls .scroll_gallery_button:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.scroll_gallery_controls .scroll_gallery_pagination {
  display: none;
}

@media (max-width: 900px) {
  .scroll_gallery_controls {
    margin-top: 24px;
    justify-content: flex-end;
  }
}

.review {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 900px) {
  .review {
    gap: 20px;
  }
}

.review_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.review_title .p1 {
  max-width: 400px;
}
@media (max-width: 900px) {
  .review_title {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

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

.review_viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.review_content {
  width: 100%;
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  will-change: transform;
}

.review_item {
  flex: 0 0 calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 0;
  width: calc((100% - 40px) / 3);
}

.review_slider_button,
.city_gallery_button,
.scroll_gallery_button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 1px solid #AA2B21;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.review_slider_button::before,
.city_gallery_button::before,
.scroll_gallery_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #AA2B21;
  border-right: 2px solid #AA2B21;
}
.review_slider_button:hover,
.city_gallery_button:hover,
.scroll_gallery_button:hover {
  background-color: #fff6f5;
}
.review_slider_button:disabled,
.city_gallery_button:disabled,
.scroll_gallery_button:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.scroll_gallery_controls .scroll_gallery_button:disabled {
  opacity: 0.35;
}

.review_slider_button_prev,
.city_gallery_button_prev,
.scroll_gallery_button_prev {
  left: clamp(-82px, calc(20px - ((100vw - 1330px) / 2)), 20px);
}
.review_slider_button_prev::before,
.city_gallery_button_prev::before,
.scroll_gallery_button_prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.review_slider_button_next,
.city_gallery_button_next,
.scroll_gallery_button_next {
  right: clamp(-82px, calc(20px - ((100vw - 1330px) / 2)), 20px);
}
.review_slider_button_next::before,
.city_gallery_button_next::before,
.scroll_gallery_button_next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.review_pagination,
.city_gallery_pagination,
.scroll_gallery_pagination {
  display: none;
}

.review_slider.is_static .review_slider_button,
.review_slider.is_static .review_pagination {
  display: none;
}

.city_gallery.is_static .city_gallery_button,
.city_gallery.is_static .city_gallery_pagination {
  display: none;
}

.scroll_gallery_slider.is_static .scroll_gallery_controls {
  display: none;
}

.review_video {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.review_video::before, .review_video::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.review_video::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.review_video::after {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background-color: #ffffff;
  clip-path: polygon(24% 12%, 24% 88%, 88% 50%);
  transform: translate(-42%, -50%);
}
.review_video.is_playing::before, .review_video.is_playing::after {
  opacity: 0;
}
.review_video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review_name {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.review_name .p1 {
  width: 100%;
}

body.review_modal_open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.review_modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.review_modal.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.review_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 7, 0.78);
}

.review_modal_dialog {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: calc(100vw - 40px);
  max-height: min(620px, calc(100vh - 80px));
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.review_modal_video {
  display: block;
  width: auto;
  max-width: calc(100vw - 40px);
  height: auto;
  max-height: min(620px, calc(100vh - 80px));
  background: transparent;
}

.review_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(10, 9, 7, 0.55);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.review_modal_close::before,
.review_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform-origin: center;
}

.review_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.review_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.review_modal_close:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(10, 9, 7, 0.8);
}

@media (max-width: 900px) {
  .review_slider_button,
.city_gallery_button {
    display: none;
  }

  .review_item {
    flex-basis: 100%;
    width: 100%;
  }

  .review_video {
    width: 100%;
  }

  .review_modal {
    padding: 20px;
  }

  .review_modal_dialog,
  .review_modal_video {
    max-width: calc(100vw - 40px);
    max-height: min(620px, calc(100vh - 40px));
  }

  .review_modal_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .review_pagination,
.city_gallery_pagination,
.scroll_gallery_pagination,
.gallery_pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
  }

  .gallery_pagination {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .review_pagination_button,
.city_gallery_pagination_button,
.gallery_pagination_button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #0a090730;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .review_pagination_button.is_active,
.city_gallery_pagination_button.is_active,
.gallery_pagination_button.is_active {
    background-color: #AA2B21;
    transform: scale(1.2);
  }
}
header.wrapper {
  --header-hide-distance: 190px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 80px;
  overflow: visible;
  background-color: #ffffff;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  will-change: transform;
}

header.wrapper.header_fixed {
  position: fixed;
}

header.wrapper.header_hidden {
  opacity: 0;
  transform: translateY(calc(-1 * var(--header-hide-distance)));
  pointer-events: none;
}

body.camp_page header.wrapper {
  position: relative;
  z-index: 20;
  transform: none;
  transition: none;
  will-change: auto;
}

.header_navitation {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header_navitation .a1 {
  color: #0A0907;
  font-weight: 600;
  text-decoration: none;
}
.header_navitation .a1:hover {
  color: #AA2B21;
  opacity: 100%;
}
.header_navitation .a1.is_active,
.header_navitation .a1[aria-current="page"] {
  color: #AA2B21;
}

.header_logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: top 0.25s ease, transform 0.25s ease;
}

.header_logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  transition: width 0.25s ease, height 0.25s ease;
}

header.wrapper.header_compact .header_logo {
  top: 12px;
  transform: translateX(-50%);
}

header.wrapper.header_compact .header_logo img {
  width: 100px;
  height: 100px;
}

.header_social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_social .social_icon,
.header_mobile_menu .social_icon {
  color: #0A0907;
}

.header_language {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header_language_mobile {
  display: none;
}

.header_language_desktop {
  display: inline-flex;
  margin-right: 16px;
}

.header_language_select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  padding: 0 22px 0 0;
  border: none;
  outline: none;
  background: transparent;
  color: #0A0907;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.header_language:hover .header_language_select,
.header_language_select:focus-visible {
  color: #AA2B21;
}

.header_language_select::-ms-expand {
  display: none;
}

.header_language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0A0907;
  border-bottom: 1.5px solid #0A0907;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
  transition: border-color 0.3s ease;
}

.header_language:hover::after {
  border-color: #AA2B21;
}

.header_social svg [stroke],
.header_mobile_menu svg [stroke] {
  stroke: #0A0907 !important;
}
.header_social svg [fill]:not([fill=none]),
.header_mobile_menu svg [fill]:not([fill=none]) {
  fill: #0A0907 !important;
}
.header_social svg [style*=stroke],
.header_mobile_menu svg [style*=stroke] {
  stroke: #0A0907 !important;
}
.header_social svg [style*=fill],
.header_mobile_menu svg [style*=fill] {
  fill: #0A0907 !important;
}

.header_burger {
  display: none;
}

.header_mobile_menu {
  display: none;
}

body.menu_opened {
  overflow: hidden;
}

@media (max-width: 900px) {
  header.wrapper {
    --header-hide-distance: 130px;
    height: 80px;
  }

  .header {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header > .header_navitation,
.header > .header_social {
    display: none;
  }

  .header .header_language_desktop {
    display: none;
  }

  .header_language_mobile {
    position: relative;
    z-index: 45;
    display: inline-flex;
  }

  .header_language_select {
    font-size: 16px;
    line-height: 22px;
  }

  .header_logo {
    top: 8px;
  }

  .header_logo img {
    width: 100px;
    height: 100px;
  }

  .header_burger {
    position: relative;
    z-index: 45;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .header_burger span {
    display: block;
    width: 32px;
    height: 2px;
    margin: 0 auto;
    background-color: #0A0907;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .header_burger.is_active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header_burger.is_active span:nth-child(2) {
    opacity: 0;
  }
  .header_burger.is_active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .header_mobile_menu {
    position: fixed;
    inset: 0;
    z-index: 35;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 150px 20px 40px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .header_mobile_menu.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header_mobile_menu_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .header_mobile_menu .header_navitation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .header_mobile_menu .header_navitation .a1 {
    font-size: 24px;
    line-height: 32px;
  }
  .header_mobile_menu .header_social {
    display: flex;
    gap: 18px;
  }
}
.contacts {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 900px) {
  .contacts {
    gap: 40px;
  }
}

.contacts_title {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 600px;
}
@media (max-width: 900px) {
  .contacts_title {
    gap: 20px;
  }
}

.contacts_item {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #0a090730;
  text-decoration: none;
}
.contacts_item svg {
  flex: 0 0 auto;
  width: 41.25px;
  height: 41.25px;
}

@media (max-width: 900px) {
  .contacts_item svg {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 901px) {
  .contacts_item:hover {
    background: linear-gradient(90deg, #ffffff 0%, #FAF5E9 50%, #ffffff 100%);
  }
}
.cta {
  position: relative;
  overflow: visible;
  background-color: #2D2B29;
  color: #ffffff;
  background-image: url("../pattern.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

.cta_container {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
}

.cta_title {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.cta_title .h2 {
  text-transform: uppercase;
}

.cta_title .h2 span {
  color: #AA2B21;
}

.cta_content {
  width: 100%;
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.form_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.form_field input,
.form_field textarea {
  width: 100%;
  height: 70px;
  padding: 28px 0 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  outline: none;
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  resize: none;
  transition: border-color 0.2s ease;
}

.form_field label {
  position: absolute;
  top: 20px;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 30px;
  pointer-events: none;
  transition: top 0.2s ease, font-size 0.2s ease, line-height 0.2s ease, color 0.2s ease;
}

.form_field input:focus,
.form_field textarea:focus {
  border-bottom-color: #ffffff;
}

.form_field input:focus + label,
.form_field input:not(:placeholder-shown) + label,
.form_field textarea:focus + label,
.form_field textarea:not(:placeholder-shown) + label {
  top: 2px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 20px;
}

.form_field.has_error input,
.form_field.has_error textarea {
  border-bottom-color: #AA2B21;
}

.form_error {
  margin-top: 6px;
  color: #ff8f87;
  font-size: 14px;
  line-height: 20px;
}

.form_error:empty {
  display: none;
}

.form_messengers {
  display: flex;
  align-items: start;
  gap: 20px;
  margin: 20px 0 20px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .form_messengers {
    flex-direction: column;
  }
}

.form_messengers_title {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.form_messengers_list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.form_checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}
.form_checkbox input {
  appearance: none;
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.form_checkbox input::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}
.form_checkbox input:checked {
  border-color: #AA2B21;
  background-color: #AA2B21;
}
.form_checkbox input:checked::after {
  opacity: 1;
}
.form_checkbox span {
  font-size: 16px;
  line-height: 24px;
}

.form_actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.form_consent {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.78);
}
.form_consent a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form_consent.has_error {
  color: #ff8f87;
}

.form_error_consent {
  margin-top: -10px;
}

.form_success {
  min-height: 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 900px) {
  .cta_container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cta .button {
    width: 100%;
  }

  .form_field input,
.form_field textarea {
    height: 70px;
  }

  .form_field label {
    font-size: 16px;
    line-height: 22px;
  }

  .form_field label {
    top: 24px;
  }

  .form_messengers_list {
    gap: 14px;
  }
}
.tour_wrapper {
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF5E8 100%);
}

.tour_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 900px) {
  .tour_content {
    gap: 40px;
  }
}

.tour_wrapper .camp_content_title {
  gap: 0;
}

.tour_wrapper .camp_content_title > .h5 {
  margin-bottom: 10px;
}

.tour_wrapper .camp_content_title > .h2 + .p1 {
  margin-top: 32px;
}

.tour_wrapper .camp_content_title > .p1 + .button,
.tour_wrapper .camp_content_title > .h2 + .button {
  margin-top: 40px;
}

.tour_single_feature {
  padding: 10px 30px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #0a090730;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tour_single_feature .p2 {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.tour_single_feature .h4 {
  text-align: center;
}

.tour_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 200px;
}
@media (max-width: 900px) {
  .tour_container {
    grid-template-columns: 1fr;
  }
  .tour_container .button {
    align-self: stretch;
    width: 100%;
  }
}

.tour_img {
  width: 100%;
  max-width: 645px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 25%;
}
@media (max-width: 900px) {
  .tour_img {
    width: 100%;
    max-width: none;
    height: 400px;
    aspect-ratio: auto;
    border-radius: 100px;
  }
}
.tour_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.city_section {
  position: relative;
}

.city_sticky_nav {
  position: sticky;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border-top: 1px solid #0a090730;
  border-bottom: 1px solid #0a090730;
}

.city_sticky_nav.is_hidden {
  display: none;
}

.city_sticky_nav_inner {
  position: relative;
  max-width: 1330px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city_nav_up {
  position: absolute;
  top: 50%;
  left: 20px;
  display: flex;
  width: 54px;
  height: 54px;
  border: 1px solid #0A0907;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.city_nav_up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #0A0907;
  border-left: 2px solid #0A0907;
  transform: translate(-50%, -30%) rotate(45deg);
  transition: border-color 0.2s ease;
}
.city_nav_up:hover {
  border-color: #AA2B21;
  background-color: #fff6f5;
}
.city_nav_up:hover::before {
  border-color: #AA2B21;
}

.city_nav_links {
  max-width: calc(100% - 160px);
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px;
  overflow-x: auto;
  scrollbar-width: none;
}
.city_nav_links::-webkit-scrollbar {
  display: none;
}

.city_nav_link {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #0A0907;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
.city_nav_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #AA2B21;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.city_nav_link:hover, .city_nav_link.is_active {
  color: #AA2B21;
}
.city_nav_link.is_active::after {
  transform: scaleX(1);
}

.city_item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 20px;
  border-bottom: 1px solid #0a090730;
  scroll-margin-top: 100px;
}
@media (max-width: 900px) {
  .city_item {
    padding: 60px 0px;
    scroll-margin-top: 92px;
  }
}

.city {
  display: flex;
  flex-direction: column;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (max-width: 900px) {
  .city {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .city {
    gap: 0px;
  }
}

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

.city_gallery_viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.city_gallery_content {
  width: 100%;
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  will-change: transform;
}

.city_gallery_item {
  flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  min-width: 0;
  aspect-ratio: 430/320;
  overflow: hidden;
  border-radius: 20px;
}
.city_gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 900px) {
  .city_content {
    grid-template-columns: 1fr;
  }
}


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

.city_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 40px;
}

.city_plan {
  padding-top: 135px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .city_plan {
    padding-top: 0px;
  }
}

.city_plan_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.city_plan_item {
  position: relative;
  padding-left: 26px;
}
.city_plan_item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #AA2B21;
}

@media (max-width: 900px) {
  .city_section.city_nav_fixed {
    padding-top: 80px;
  }

  .city_section.city_nav_fixed .city_sticky_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }

  .city_sticky_nav {
    height: 80px;
  }

  .city_sticky_nav_inner {
    padding: 0 16px;
  }

  .city_nav_up {
    left: 16px;
    width: 44px;
    height: 44px;
  }

  .city_nav_links {
    max-width: calc(100% - 72px);
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .city_nav_links::-webkit-scrollbar {
    display: none;
  }

  .city_nav_link {
    min-width: max-content;
    font-size: 14px;
    line-height: 20px;
  }
  .city_nav_link::after {
    left: 0;
    right: 0;
  }

  .city_gallery_item {
    flex-basis: 100%;
    width: 100%;
  }
}
.leader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) {
  .leader {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}

.leader_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 900px) {
  .leader_content {
    gap: 20px;
  }
}

.leader_description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.leader_description p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 440;
}
@media (max-width: 900px) {
  .leader_description p {
    font-size: 16px;
    line-height: 22px;
  }
}

.leader_img img {
  border-radius: 25%;
  aspect-ratio: 1/1;
}
@media (max-width: 900px) {
  .leader_img img {
    border-radius: 100px;
  }
}

.prices_wrapper {
  background: #2D2B29;
  background-image: url("../pattern.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

.prices_container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
}
.prices_container .h2, .prices_container .p1, .prices_container .p2 {
  color: #ffffff;
}
@media (max-width: 900px) {
  .prices_container {
    gap: 40px;
  }
}

.prices_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 40px;
  background: #ffffff05;
  border: 1px solid #ffffff10;
}
@media (max-width: 900px) {
  .prices_item {
    gap: 10px;
  }
}
.prices_item img {
  width: 100px;
  height: 100px;
}
@media (max-width: 900px) {
  .prices_item img {
    width: 50px;
    height: 50px;
  }
}
.prices_item .p1 {
  font-family: "Roboto Flex", Arial, sans-serif;
  font-optical-sizing: auto;
  font-stretch: 35%;
  font-variation-settings: "GRAD" 0, "XOPQ" 80, "XTRA" 421, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 550, "YTUC" 760, "wdth" 35, "opsz" 70;
  font-size: 40px;
  line-height: 80%;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .prices_item .p1 {
    font-size: 30px;
  }
}

.prices_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.prices_title {
  display: flex;
  justify-content: space-between;
}

.euro {
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 2px 4px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.prices_number {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prices_value {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .prices_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .prices_title .button {
    width: 100%;
  }

  .prices_number {
    flex-wrap: wrap;
  }

  .prices_content {
    grid-template-columns: 1fr;
  }
}
