*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #FCF6F3;
  margin: 0;
  font-family: "Oxygen", sans-serif;
  color: #30362C;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
}

html {
  height: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

.wrapper_page {
  display: flex;
  flex-direction: column;
}

.footer {
  flex-shrink: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

@media (min-width: 1200px) {
  .container_lg {
    max-width: 1050px;
  }
}

@media (min-width: 992px) {
  .container_min {
    max-width: 590px;
  }
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5,
.col-6,
.col-7,
.col-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-min {
  margin-right: -8px;
  margin-left: -8px;
}

.col-min {
  padding-right: 8px;
  padding-left: 8px;
}

.row-dop {
  margin-right: -10px;
  margin-left: -10px;
}

.col-dop {
  padding-right: 10px;
  padding-left: 10px;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.order-1 {
  order: 1;
}

.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-12 {
    order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #000000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Source Serif 4", serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.36px;
}

@media (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 64px;
  }
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 52px;
  }
}

@media (max-width: 575.98px) {

  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.2px;
}

@media (max-width: 991.98px) {

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.25;
}

@media (max-width: 767.98px) {

  h3,
  .h3 {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {

  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.25;
}

@media (max-width: 767.98px) {

  h4,
  .h4 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {

  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 1.25;
}

.text,
p {
  font-size: 16px;
}

.text_min {
  font-size: 12px;
  line-height: 1.35;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

.italic {
  font-style: italic;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.color_white {
  color: #ffffff !important;
}

.color_black {
  color: #000000 !important;
}

.color_dark_green {
  color: var(--Neutral-Dark-Green, #30362C) !important;
}

.color_pale_medium {
  color: var(--Neutral-Pale-Medium, #F0D0D0);
}

.color_red {
  color: var(--CTA-Red, #8B0000) !important;
}

.color_red:hover {
  color: var(--CTA-Red, #ca2222) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pa-20 {
  padding: 20px;
}

.pa-40 {
  padding: 40px;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-04 {
  margin-left: 4px;
}

.ml-08 {
  margin-left: 8px;
} 

.ml-10 {
  margin-left: 10px;
}

.mr-04 {
  margin-right: 4px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-05 {
  margin-top: 5px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-04 {
  margin-bottom: 4px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mh-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mv-0 {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}

.w-100 {
  width: 100%;
}

.lh-15 {
  line-height: 1.5;
}

.h-auto {
  height: auto !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.header {
  background: var(--CTA-Red, #8B0000);
  position: fixed;
  z-index: 1021;
  top: 0;
  left: 0;
  width: 100%;
}

.header .nav {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 991.98px) {
  .header .nav {
    display: block;
    text-align: center;
  }
}

.header .nav .navbar_scroll_wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -15px;
}

.header .nav .navbar_nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

@media (max-width: 991.98px) {
  .header .nav .navbar_nav {
    margin-top: 16px;
  }
}

.header .nav .navbar_nav .nav_item {
  flex: 0 0 auto;
  margin-left: 16px;
}

.header .nav .navbar_nav .nav_item:first-child {
  margin-left: 0;
}

.header .nav .navbar_nav .nav_item .nav_link {
  white-space: nowrap;
  padding: 16px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.3s;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .header .nav .navbar_nav .nav_item .nav_link {
    padding: 0 4px;
  }
}

.header .nav .navbar_nav .nav_item .nav_link.active {
  color: var(--Accent-Gold, #FFD100);
}

.header .nav .navbar_nav .nav_item .nav_link:hover {
  color: var(--Accent-Gold, #FFD100);
}

@media (min-width: 992px) {
  .header .nav .navbar_nav .nav_item .nav_link:hover .arrow-menu {
    transform: rotate(0deg);
  }
}

.header .nav .navbar_nav .nav_item .nav_link:hover .arrow-menu path {
  stroke: #4F5B87 !important;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-brand {
  justify-content: start;
}

.top_home_block {
  padding-top: 72px;
  padding-bottom: 48px;
}

@media (max-width: 575px) {
  .top_home_block {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn {
  color: #fff;
  transition: all 0.3s;
  white-space: normal;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Oxygen";
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  height: 48px;
  padding: 12px 20px;
}

.btn.disabled {
  opacity: 0.6;
}

.btn-green {
  background: var(--Neutral-Dark-Green, #30362C);
}

.btn-green:hover,
.btn-green:focus {
  color: #ffffff;
  background-color: #30362C;
  border-color: #68765F;
}

.btn-red {
  background: var(--CTA-Red, #8B0000);
}

.btn-red:hover,
.btn-red:focus {
  color: #ffffff;
  border: 2px solid #4B0101;
  background: var(--CTA-Red, #8B0000);
}

.btn-md {
  width: 230px;
  max-width: 100%;
}

.main {
  padding-top: 64px;
  padding-bottom: 32px;
}

@media (max-width: 991.98px) {
  .main {
    padding-top: 104px;
  }
}

.wrapper-cities {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 574.98px) {
  .wrapper-cities {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
  }
}

.circle-img {
  object-fit: cover;
  width: 184px;
  height: 184px;
  border-radius: 200px;
}

@media (max-width: 574.98px) {
  .circle-img {
    height: 124px;
    width: 124px;
  }
}

.city-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.city-block:nth-child(1) {
  margin-right: -20px;
}

.city-block:nth-child(2) {
  z-index: 2;
}

.city-block:nth-child(3) {
  margin-left: -20px;
}

.city-tag {
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30362C;
  margin-top: -16px;
}

@media (max-width: 574.98px) {
  .city-tag {
    padding: 2px 10px;
    font-size: 13px;
  }
}

.wrapper-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wrapper-tags .item-tag {
  font-weight: 700;
  padding: 7px 20px;
  border-radius: 32px;
  border: 1px solid #30362C;
  background: #FFF;
  color: #30362C;
}

@media (max-width: 574.98px) {
  .wrapper-tags .item-tag {
    font-weight: 400;
    padding: 6px 10px;
    font-size: 13px;
  }
}

.section-city,
.section-info,
.section-advantages,
.section-founders {
  margin-bottom: 48px;
}

@media (max-width: 574.98px) {

  .section-city,
  .section-info,
  .section-advantages,
  .section-founders {
    margin-bottom: 40px;
  }
}

.info-block {
  display: flex;
  border-radius: 16px;
  background: #F0D0D0;
}

.contact-block {
  display: flex;
  border-radius: 16px;
}

@media (max-width: 574.98px) {
  .info-block {
    flex-direction: column;
  }

  .contact-block {
    flex-direction: column;
  }
}

.info-block-2 {
  background-color: #30362C;
  padding: 16px 24px;
}

@media (max-width: 574.98px) {
  .info-block-2 {
    padding: 24px 16px;
  }
}

@media (max-width: 574.98px) {
  .info-block-2 .info-content {
    padding: 0px 0px 24px 0px;
  }
}

.info-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 24px 16px;
  width: 77%;
}

.profile-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-right: 24px;
  padding-left: 24px;
  width: 80%;
}

@media (max-width: 991.98px) {
  .info-content {
    width: 60%;
  }
  .profile-content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 574.98px) {
  .info-content {
    width: 100%;
  }
  .profile-content {
    width: 100%;
  }
}

.wrapper-info-img {
  width: 33%;
}

.wrapper-contact-img {
  width: 50%;
}

@media (max-width: 991.98px) {
  .wrapper-info-img {
    width: 40%;
  }
}

@media (max-width: 574.98px) {
  .wrapper-info-img {
    width: 100%;
  }
}

.info-img {
  object-fit: cover;
  height: 296px;
  width: 100%;
  border-radius: 0px 16px 16px 0px;
}

.contact-img {
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 574.98px) {
  .info-img {
    height: 264px;
    border-radius: 0px 0px 16px 16px;
  }
}

.more-about {
  display: flex;
  align-items: center;
  gap: 8px;
}

.more-about:hover .circle-icon {
  margin-left: 4px;
}

.circle-icon {
  transition: all 0.3s;
}

.item-excursion {
  width: 100%;
}

.excursion-img {
  object-fit: cover;
  height: 320px;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

.video-container {
  flex: 1.5;
  max-width: 47%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 54, 44, 0.66);
  pointer-events: none;
  z-index: 2;
}

.play-button,
.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  /* transition: opacity 0.3s ease; */
}

.pause-button {
  opacity: 0;
  pointer-events: none;
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-player .video-thumbnail {
  display: none;
}

.video-playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.video-playing:hover .pause-button {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .journey-container {
    flex-direction: column;
  }

  .video-container {
    max-width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .all-advantages {
    margin-bottom: 24px;
  }
}

.item-advantages {
  display: flex;
  align-items: start;
  gap: 6px;
  margin-bottom: 20px;
}

.item-advantages:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .item-founder {
    margin-bottom: 24px;
  }
}

.guides-img {
  height: 320px;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 1360px) {
  .guides-img-1 {
    object-position: 0 -304px;
  }
}

@media (min-width: 1360px) {
  .guides-img-2 {
    object-position: 0 -105px;
  }
}

.section-st-top {
  padding-top: 24px;
}

.tour_wrapper {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  padding-bottom: 40px;
  min-height: 464px;
  max-height: 464px;
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 991.98px) {
  .tour_wrapper {
    min-height: 364px;
    max-height: 364px;
  }
}

@media (max-width: 767.98px) {
  .tour_wrapper {
    min-height: 264px;
    max-height: 264px;
  }
}

@media (max-width: 574.98px) {
  .tour_wrapper {
    min-height: 160px;
    max-height: 160px;
    padding-bottom: 24x;
    margin-left: -2px;
    margin-right: -2px;
  }
}

.tour_wrapper .tour_left {
  flex: 0 0 66.66666667%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 574.98px) {
  .tour_wrapper .tour_left {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.tour_wrapper .inner_tour_left,
.tour_wrapper .inner_tour_right {
  position: relative;
  height: 100%;
}

.tour_wrapper .tour_right {
  flex: 0 0 33.33333333%;
  padding-left: 16px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}

.tour_wrapper .tour_img {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1020;
  }
}

.sticky_block {
  border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
  background: #FFF;
  padding: 16px;
}

.section_block {
  padding-top: 40px;
  max-width: 600px;
}

.wrapper_tour_nav {
  width: 100%;
}

@media (max-width: 991.98px) {
  .wrapper_tour_nav {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.tour_nav {
  display: flex;
  gap: 4px;
  list-style: none;
  padding-left: 0;
}

.tour_nav li .page-scroll,
.tour_nav li .page-scroll-top {
  color: var(--CTA-Red, #8B0000) !important;
  border-radius: 32px;
  border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
  background: #FFF;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.tour_nav li.active .page-scroll,
.tour_nav li.active .page-scroll-top {
  background: var(--CTA-Red, #8B0000);
  border-color: #8B0000;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .tour_navs {
    display: none;
  }
}

.tour_navs_sticky {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(7, 39, 64, 0.1);
  z-index: 1021;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.tour_navs_sticky .wrapper_tour_nav {
  width: auto;
}

.tour_navs_sticky .tour_nav {
  margin-left: auto;
}

.tour_navs_sticky .inner_tour_navs {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 64px;
}

.tour_navs_sticky .inner_tour_navs .text {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .tour_navs_sticky .inner_tour_navs .text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .tour_navs_sticky .inner_tour_navs .text {
    font-size: 14px;
  }
}

.stars {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-right: 8px;
}

.rating {
  display: flex;
  align-items: center;
}

.inner_tour_navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner_tour_navs .text {
  display: none;
}

.itineraries {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .itineraries {
    margin-bottom: 24px;
  }
}

.item_itineraries {
  margin-bottom: 16px;
}

.item_itineraries:last-child {
  margin-bottom: 0;
}

.tour-content-img {
  object-fit: cover;
  height: 320px;
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .tour-content-img {
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .tour-content-img {
    height: 180px;
  }
}

.section-tour-content {
  padding-bottom: 40px;
}

.section-meeting-point {
  background: var(--Neutral-Dark-Green, #30362C);
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 48px;
}

.wrapper_maps_block {
  margin-top: 30px;
  border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 400px;
}

.wrapper_maps_block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio:before {
  display: block;
  padding-top: 44%;
  content: "";
}

@media (max-width: 767.98px) {
  .ratio:before {
    padding-top: 64%;
  }
}

@media (max-width: 574.98px) {
  .ratio:before {
    padding-top: 88%;
  }
}

.ratio-16x9 {
  --bs-aspect-ratio: 44%;
}

@media (max-width: 767.98px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 64%;
  }
}

@media (max-width: 574.98px) {
  .ratio-16x9 {
    --bs-aspect-ratio: 88%;
  }
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meeting-icon {
  opacity: 0;
  width: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.meeting-point:hover .meeting-icon {
  opacity: 1;
  width: auto;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .main_form {
    margin-top: 24px;
  }
}

.main_form .btn {
  height: 40px;
}

.form-control {
  border: 1px solid var(--Neutral-Pale-Medium, #F0D0D0);
  background: var(--Neutral-White, #FFF);
  color: rgba(48, 54, 44, 0.5);
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 12px;
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s;
  outline: none !important;
}

.form-control:focus {
  box-shadow: inset 0px 0 0 2px #68765F !important;
}

.wrapper-swiper-container {
  position: relative;
}

.swiper-container,
.swiper-container-1,
.swiper-container-2,
.swiper-container-3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container .swiper-wrapper,
.swiper-container-1 .swiper-wrapper,
.swiper-container-2 .swiper-wrapper,
.swiper-container-3 .swiper-wrapper {
  display: flex;
  gap: 24px 20px;
  padding-top: 24px;
}

.swiper-container .swiper-slide,
.swiper-container-1 .swiper-slide,
.swiper-container-2 .swiper-slide,
.swiper-container-3 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

@media (max-width: 574.98px) {
  .swiper-container {
    max-width: 285px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .swiper-container .swiper-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .wrapper-swiper-container {
    margin-right: -15px;
  }

  .wrapper-swiper-container .swiper-slide {
    width: 100%;
  }

  .wrapper-swiper-container .swiper-wrapper {
    gap: 16px;
  }

  .wrapper-swiper-container .swiper-pagination {
    display: inline-block;
    width: auto;
    position: absolute;
    top: -30px;
    right: 15px;
    left: auto;
    bottom: auto;
    padding: 4px 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    text-align: right;
    border-radius: 32px;
    background: var(--Neutral-Dark-Green, #30362C);
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .wrapper-swiper-container .swiper-wrapper {
    flex-wrap: wrap !important;
    align-items: start;
  }

  .wrapper-swiper-container .swiper-slide {
    width: calc(50% - 10px);
    height: auto;
  }

  .wrapper-swiper-container .swiper-pagination {
    display: none;
  }
}

@media (min-width: 992px) {
  .wrapper-swiper-container .swiper-slide {
    width: calc(25% - 15px);
    height: auto;
  }
}

.item-excursion {
  width: 100%;
}

.footer {
  background: var(--CTA-Red, #8B0000);
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer_link {
  display: block;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.footer_link:hover {
  color: #F0D0D0;
}

.footer-top {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .footer-top .h5 {
    margin-top: 16px;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright {
  font-size: 13px;
  line-height: 16px;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s;
  z-index: 23;
  opacity: 1;
  transform: rotate(180deg);
}

.blog-top {
  padding-top: 48px;
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
  .blog-top {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.blog-top-post {
  margin-bottom: 80px;
}

.date-article {
  font-size: 13px;
  line-height: 123.077%;
}

.article-img {
  object-fit: cover;
  height: 260px;
  width: 100%;
  border-radius: 16px;
}

.article-img-big {
  height: 380px;
}

@media (max-width: 767.98px) {
  .article-img-big {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .article-img {
    height: 224px;
  }
}

.item-article {
  display: inline-block;
  margin-bottom: 48px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .item-article {
    margin-bottom: 40px;
  }
}

.btn-back {
  position: absolute;
  left: 15px;
}

@media (max-width: 767.98px) {
  .btn-back {
    position: static;
  }
}

.poz-rel {
  position: relative;
}

.section-all-articles-bg {
  background: var(--Neutral-Pale-Medium, #F0D0D0);
  padding-top: 24px;
  padding-bottom: 32px;
}

.video-block {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.video-block .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768.1px) {
  .video-block {
    width: 60%;
  }
}

.profile-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
}
@media (min-width: 768.1px) {
  .profile-block {
    flex-direction: row;
    width: 90%;
  }
  .profile-block .wrapper-profile-img {
    width: 40%;
  }
  .img-fluid.profile-img {
    max-width: 300px;
    max-height: 300px;
  }
}

.wrapper-profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.profile-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* Make the buttons take the full height of the carousel */
.carousel-control-prev,
.carousel-control-next {
    height: 100%;
    width: 45px; /* Adjust width if needed */
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

/* Style for the icon inside the button */
.custom-prev-icon img,
.custom-next-icon img {
    opacity: 0.7; /* 70% visibility */
    transition: opacity 0.3s ease-in-out;
}

/* Hover effect */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(218, 216, 216, 0.5); /* Light gray background */
}

.carousel-control-prev:hover img,
.carousel-control-next:hover img {
    opacity: 1; /* 100% visibility on hover */
}

/* terms and conditions list styling */
ol {
  counter-reset: item;
  padding-left: 0;
  list-style-position: inside;
}

ol > li {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
}

ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
}

ol strong {
  display: inline-block;
  margin-bottom: 0;
}

/* style for main section descriptions (empty bullet) */
ol > li > p {
  margin-left: 2rem;
  margin-top: 0.5rem;
  list-style-type: circle;
  display: list-item;
}

.non-bullet {
  list-style: none;
}

/* style for subsection lists (filled bullet) */
ol ul {
  margin-left: 2rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

/* style for subsection descriptions (empty bullet) */
ol ul > li > p {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  list-style-type: circle;
  display: list-item;
}

/* remove extra spacing */
ol p {
  margin: 0;
}

/* ensure proper alignment for bullet points */
ol ul > li {
  display: list-item;
  margin-bottom: 0.5rem;
}

ol ul > li:last-child {
  margin-bottom: 0;
}

.bokunButton {
  cursor: pointer !important;
}

/*# sourceMappingURL=styles.css.map */