@charset "UTF-8";
table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
thead {
  border-radius: 10px;
}
th {
  padding: 20px;
  text-align: left;
  border: none;
}
tr {
  border-radius: 10px;
}
td {
  padding: 15px;
  text-align: left;
}
tr td:first-child,
tr th:first-child {
  border-radius: 10px 0 0 10px;
}
tr td:last-child,
tr th:last-child {
  border-radius: 0 10px 10px 0;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
mark {
  background: #dabc98;
  color: #fff;
}
blockquote {
  margin: 0 0 1em;
  padding: 0.5em 20px;
  border-left: 5px solid #dabc98;
  background: rgba(94, 125, 129, 0.1);
  color: #fff;
}
blockquote p {
  margin: 0;
}
blockquote cite {
  font-size: 0.8rem;
}
picture {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs-block {
  background: #dabc98;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  list-style: none;
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis;
  color: #fff;
}
.breadcrumbs li .breadcrumbs a {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
}
.breadcrumbs li a,
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs__separator {
  width: 15px;
  height: 15px;
  z-index: 1;
  transform: rotate(90deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 15.2803C5.76256 15.5732 6.23744 15.5732 6.53033 15.2803L12 9.81066L17.4697 15.2803C17.7626 15.5732 18.2374 15.5732 18.5303 15.2803C18.8232 14.9874 18.8232 14.5126 18.5303 14.2197L12.5303 8.21967C12.2374 7.92678 11.7626 7.92678 11.4697 8.21967L5.46967 14.2197C5.17678 14.5126 5.17678 14.9874 5.46967 15.2803Z' fill='%23d9d9d9'/%3E%3C/svg%3E")
    center center/15px no-repeat;
}
.breadcrumbs__current {
  opacity: 0.8;
}
.page-title {
  margin-bottom: 60px;
  margin-top: 40px;
  font-size: 60px;
  color: #dabc98;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
.text-content img {
  width: 100%;
}
.text-content h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 700;
}
.map__code iframe {
  height: 100% !important;
}
.popup.show {
  visibility: visible;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-main .header.scrolled {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.header-menu .menu-item.menu-show > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-popup-menu-bg.show {
  opacity: 1;
  visibility: visible;
}
.header-popup-menu-bg.show .header-popup-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.footer-top__header p {
  font-size: 18px;
  font-weight: 300;
}
.footer-bottom__contacts h3 {
  color: #dabc98;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn_big {
  font-size: 24px;
  background: #45a3bc;
}
.btn_big.btn_link::after {
  width: 40px;
  height: 40px;
}
.btn-outline {
  border: 1px solid rgba(94, 125, 129, 0.4);
  background: 0 0;
  color: #dabc98;
}
.form-item:focus-visible .form-item:focus .form-item:active {
  outline: none;
}
.main-hero__title-top *,
.main-hero__title-top h1 {
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-hero__text-top {
  max-width: 817px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .main-hero__title-top *,
  .main-hero__title-top h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .main-hero__text-top {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .main-hero__title-top *,
  .main-hero__title-top h1 {
    font-size: 40px;
  }
  .main-hero__text-top {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .main-hero__title-top *,
  .main-hero__title-top h1 {
    font-size: 23px;
  }
  .main-hero__text-top {
    font-size: 14px;
  }
}
.main-about__btn {
  margin-top: 30px;
}
.main-gallary__content p {
  font-size: 18px;
}
.main-tours {
  margin: 150px 0;
}
.main-tours__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main-tours__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  overflow: auto;
  padding-bottom: 20px;
}
.main-tours__link {
  color: rgba(0, 0, 0, 0.3);
  background: 0 0;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-tours__link.active {
  color: #d5b594;
}
.main-tours__wrapper {
  margin-top: 30px;
  overflow: hidden;
}
.main-tours .swiper-slide {
  max-width: 265px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-tours .swiper-slide:hover {
  max-width: 550px;
}
.main-tours .swiper-slide:hover .main-tours__icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.main-tours__card {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 568px;
  padding: 30px 20px;
  border-radius: 5px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.main-tours__card::after {
  content: "";
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.main-tours__tags {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-tours__tag {
  padding: 10px;
  background: rgba(69, 163, 188, 0.3);
  border-radius: 5px;
  border: 1px rgba(69, 163, 188, 0.5) solid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: white;
  font-size: 14px;
  font-weight: 600;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
}
.main-tours__tag::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-tours__tag.icon-date::before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0833 2.33337H2.91667C2.27233 2.33337 1.75 2.85571 1.75 3.50004V11.6667C1.75 12.311 2.27233 12.8334 2.91667 12.8334H11.0833C11.7277 12.8334 12.25 12.311 12.25 11.6667V3.50004C12.25 2.85571 11.7277 2.33337 11.0833 2.33337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33398 1.16675V3.50008' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66602 1.16675V3.50008' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75 5.83337H12.25' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-tours__tag.location {
  background: rgba(69, 163, 188, 0.3);
}
.main-tours__tag.location::before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.25 5.83337C12.25 9.91671 7 13.4167 7 13.4167C7 13.4167 1.75 9.91671 1.75 5.83337C1.75 4.44099 2.30312 3.10563 3.28769 2.12106C4.27226 1.1365 5.60761 0.583374 7 0.583374C8.39239 0.583374 9.72774 1.1365 10.7123 2.12106C11.6969 3.10563 12.25 4.44099 12.25 5.83337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.58337C7.9665 7.58337 8.75 6.79987 8.75 5.83337C8.75 4.86688 7.9665 4.08337 7 4.08337C6.0335 4.08337 5.25 4.86688 5.25 5.83337C5.25 6.79987 6.0335 7.58337 7 7.58337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-tours__bottom {
  width: 100%;
  gap: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-tours__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 11px;
}
.main-tours__name {
  max-width: 250px;
  color: white;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-tours__price {
  font-size: 40px;
  font-weight: 300;
  color: white;
}
.main-tours__icon {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 100px;
  border: 1px white solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-tours__footer {
  margin-top: 50px;
}
.main-tours__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.main-tours__button-next,
.main-tours__button-prev {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #b3b3b3;
  z-index: 80;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-tours__button-next:hover,
.main-tours__button-prev:hover {
  background: #45a3bc;
  border: 1px solid #45a3bc;
}
.main-tours__button-next:hover path,
.main-tours__button-prev:hover path {
  stroke: white;
}
.main-tours__button-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-commands__header p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.commands__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
.commands__wrapper .main-commands__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-item {
  width: 100%;
  background: 0 0;
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
  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;
}
.accordion-item.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-header {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.accordion-header span {
  font:
    600 18px/31px "Mulish",
    serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #3a3030;
}
.accordion-header::after {
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 15.2803C5.76256 15.5732 6.23744 15.5732 6.53033 15.2803L12 9.81066L17.4697 15.2803C17.7626 15.5732 18.2374 15.5732 18.5303 15.2803C18.8232 14.9874 18.8232 14.5126 18.5303 14.2197L12.5303 8.21967C12.2374 7.92678 11.7626 7.92678 11.4697 8.21967L5.46967 14.2197C5.17678 14.5126 5.17678 14.9874 5.46967 15.2803Z' fill='%23d9d9d9'/%3E%3C/svg%3E")
    center center/24px no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.accordion-body {
  display: none;
  width: 90%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
}
.faq {
  margin: 0 0 100px;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px 150px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__col {
  max-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.contacts__col p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.contacts__col p a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.blog {
  padding-bottom: 120px;
}
.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.blog-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 35px);
  flex: 0 0 calc(33.333% - 35px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  background: #fdfdfd, #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-card__cover {
  width: 100%;
  padding-top: 61.22%;
  position: relative;
}
.blog-card__cover img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 25px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.blog-card__content h2 a,
.blog-card__content h3 a {
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.blog-card__descr {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-card .btn {
  margin-top: auto;
  padding: 8px 22px;
  background: 0 0;
  color: #dabc98;
  font-size: 12px;
  border: 1px solid rgba(94, 125, 129, 0.4);
}
.blog-card .btn::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.blog-card .btn:hover {
  background: #dabc98;
  color: #fff;
}
.blog-card .btn:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.single-cover {
  background: #d5b594;
  height: 400px;
  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;
  position: relative;
}
.single-cover::after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.single-cover h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.single-content {
  max-width: 910px;
  padding-top: 40px;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.single-footer {
  margin: 100px 0;
}
.single-footer h2 {
  color: #3a3030;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
.single-footer__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tours-header {
  background: #d5b594;
  min-height: 400px;
  padding-bottom: 120px;
  padding-top: 50px;
  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;
  position: relative;
}
.tours-header::after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.tours-header h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.tours-header .text-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tours-header .text-content * {
  color: #fff;
}
.tours-header.left {
  padding: 40px 0;
}
.tours-header.left h1 {
  text-align: left;
}
.tours-header.left .text-content {
  margin-left: 0;
}
.tours-header.left .text-content p {
  line-height: 153.5%;
}
.tours-header__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.tours-header__price {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.tours-filters {
  margin-top: -112px;
}
.tours-filters__card {
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #edf4f6;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.tours-filters__label {
  text-align: center;
  font-weight: 700;
  color: #dabc98;
  padding-bottom: 12px;
}
.tours-filters__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}
.tours-filters__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.tours-filters__select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 316px;
}
.tours-filters__select .select {
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 184px;
}
.tours-filters__select .select::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip1002_1165'%3E%3Crect id='chevron-down' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='chevron-down' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip1002_1165)'%3E%3Cpath id='Vector' d='M6 9L12 15L18 9' stroke='%23000000' stroke-opacity='1.000000' stroke-width='1.000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A")
    center center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  z-index: 1;
}
.tours-filters__select .select._active {
  z-index: 15;
}
.tours-filters__select .select._active .select__options {
  display: block;
}
.tours-filters__select .select._active::before {
  -webkit-transform: translateY(-50%) rotateX(-180deg);
  transform: translateY(-50%) rotateX(-180deg);
}
.tours-filters__select .select__body {
  position: relative;
}
.tours-filters__select .select__title {
  width: 100%;
  border: 1px solid rgba(94, 125, 129, 0.6);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  color: #dabc98;
}
.tours-filters__select .select__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 17px;
  color: #dabc98;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tours-filters__select .select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tours-filters__select .select__input {
  background: 0 0;
  width: 100%;
  height: 100%;
}
.tours-filters__select .select__options {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(94, 125, 129, 0.6);
  border-radius: 4px;
  display: none;
  overflow: auto;
  max-height: 180px;
  z-index: 99999;
}
.tours-filters__select .select__scroll {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tours-filters__select .select__option {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 17px;
  color: #dabc98;
  border-bottom: 1px solid rgba(94, 125, 129, 0.6);
}
.tours-filters__select .select__option:last-child {
  border: none;
}
.tours-filters__select .select__option:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tours-filters__select .select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tours-filters__select .select ._select-tag {
  cursor: pointer;
}
.tours-filters__range {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.tours-filters__range p {
  color: #dabc98;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.tours-filters__range .ui-widget.ui-widget-content {
  border: 1px solid rgba(94, 125, 129, 0.6);
  border-radius: 5px;
}
.tours-filters__range .ui-state-default,
.tours-filters__range .ui-widget-content .ui-state-default,
.tours-filters__range .ui-widget-header .ui-state-default,
.tours-filters__range .ui-button,
.tours-filters__range html .ui-button.ui-state-disabled:hover,
.tours-filters__range html .ui-button.ui-state-disabled:active {
  border-radius: 100px;
  border: 1px solid rgba(94, 125, 129, 0.6);
}
.tours-filters__range .ui-widget-header {
  background: rgba(94, 125, 129, 0.6);
}
.tours-filters__range .ui-state-active {
  background: #dabc98;
}
.tours-filters__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tours-filters__dates {
  display: flex;
  gap: 10px;
  color: #dabc98;
  align-items: center;
}
.tours-filters__dates input {
  max-width: 100px;
  padding: 10px 14px;
  border: 1px solid rgba(94, 125, 129, 0.6);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #dabc98;
}
.tours-filters__btn {
  border-radius: 5px;
  background: rgba(164, 145, 93, 0.7);
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  margin-left: auto;
}
@media (max-width: 767.8px) {
  .tours-filters__footer {
    flex-direction: column;
    gap: 10px;
  }
  .tours-filters__btn {
    width: 100%;
  }
  .tours-filters__dates {
    flex-wrap: wrap;
  }
}
.filters-radio {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 165px;
  width: 100%;
}
.filters-radio__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.filters-radio__input:checked + .filters-radio__item {
  background: rgba(94, 125, 129, 0.2);
}
.filters-radio__item {
  cursor: pointer;
  height: 100%;
  width: 100%;
  max-width: 165px;
  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;
  gap: 4px;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  padding: 10px 5px;
  color: #dabc98;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767.8px) {
  .filters-radio,
  .filters-radio__item {
    max-width: 100%;
  }
}
.tours-content {
  padding: 50px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px 30px;
}
.tours-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 29px);
  flex: 0 0 calc(33.333% - 29px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
}
.tours-card__cover {
  width: 100%;
  padding-top: 61.22%;
  position: relative;
}
.tours-card__cover img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tours-card__content {
  padding: 15px 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: 23px;
  height: 100%;
}
.tours-card__content .title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: black;
  text-decoration: none;
}
.tours-card__content .location {
  margin-top: 12px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
.tours-card__content .location svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tours-card__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tours-card__col {
  position: relative;
}
.tours-card__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.tours-card__time {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.tours-card__footer > .tours-card__col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.tours-card__footer > .tours-card__col:last-child {
  text-align: right;
  justify-content: flex-end;
}
.tours-card__date {
  background: 0 0;
  font-weight: 600;
  font-size: 12px;
}
.tours-card__date-popup {
  position: absolute;
  top: 140%;
  right: -27px;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  background: #fff;
  width: 315px;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.tours-card__date-popup.active {
  visibility: visible;
  opacity: 1;
}
.tours-card__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}
.tours-card__btn {
  margin-top: auto;
  padding: 8px 10px;
  text-transform: none;
  background: 0 0;
  color: #dabc98;
  font-size: 12px;
  border: 1px solid rgba(94, 125, 129, 0.4);
}
.tours-card__btn::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.tours-card__btn:hover {
  background: #dabc98;
  color: #fff;
}
.tours-card__btn:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.tours-card__price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.tours-card__price .tours-card__oldprice {
  text-decoration: line-through;
  text-decoration-color: red;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.tour-single {
  margin: 90px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  position: relative;
  min-height: 500px;
}
.tour-single__content {
  -webkit-box-flex: 10;
  -ms-flex: 10 0 auto;
  flex: 10 0 auto;
  max-width: calc(100% - 415px);
}
.tour-single__content h2 {
  color: #3a3030;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.tour-single__location {
  color: #dabc98;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.tour-single__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
}
.tours-header.left {
  min-height: 700px;
}
.tour-day {
  max-width: 100%;
  margin-bottom: 30px;
}
.tour-day__header {
  padding-top: 48px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tour-day__header h3 {
  color: #dabc98;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
}
.tour-day__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.tour-day__button-next,
.tour-day__button-prev {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  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;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #dabc98;
  z-index: 80;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tour-day__button-next path,
.tour-day__button-prev path {
  stroke: #dabc98;
}
.tour-day__button-next:hover,
.tour-day__button-prev:hover {
  background: #45a3bc;
  border: 1px solid #45a3bc;
}
.tour-day__button-next:hover path,
.tour-day__button-prev:hover path {
  stroke: white;
}
.tour-day__button-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tour-day__slider {
  max-width: 100%;
  overflow: hidden;
}
.tour-day__slide {
  max-width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  width: 100%;
  /* padding-top: 80.77%; */
}
.tour-day__slide img {
  width: 100%;
}
.tour-day__slide img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour-day__content {
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.tour-day__content h4 {
  font-size: 29px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 20px;
  color: #000;
}
.tour-day__content p {
  font-size: 14px;
  line-height: 160%;
  margin: 10px 0;
}
.tour-day__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
}
.tour-day-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  border-radius: 5px;
  margin-top: 20px;
  background: #edf4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
}
.tour-day-label__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tour-day-label__content h3 {
  color: #000;
  font-family: "Mulish", serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.tour-day-label__content p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.tour-day-label__content .text-content {
  margin: 0;
  padding: 0;
}
.tour-day-label__content .text-content h3,
.tour-day-label__content .text-content h2,
.tour-day-label__content .text-content h4,
.tour-day-label__content .text-content h5 {
  font:
    bold 18px "Mulish",
    serif;
  color: #000;
  margin-bottom: 5px;
}
.tour-day-label__content .text-content p {
  font-size: 16px;
  line-height: 140%;
}
.label-box,
.tour-single .faq {
  margin: 60px 0;
}
.selection-tickets {
  margin: 60px 0;
}
.selection-tickets h3 {
  color: #3a3030;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.selection-tickets p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.selection-tickets__code {
  margin-top: 30px;
  width: 100%;
}
.individual-tour {
  border-radius: 5px;
  background: #dabc98;
  padding: 44px 47px;
}
.individual-tour__header h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  text-transform: uppercase;
}
.individual-tour__header p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  margin-top: 11px;
}
.individual-tour__form {
  margin-top: 45px;
}
.individual-tour__form form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.individual-tour__form form .form-btn {
  font-size: 16px;
  padding: 16px 20px;
  background: #f90;
  border: none;
}
.individual-tour__form form .form-btn:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.individual-tour__form form .form-btn:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.individual-tour__form form .checkbox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
}
.individual-tour__form form .checkbox span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
}
.tour-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.tour-sidebar .tour-day-label .text-content h3 {
  font-size: 14px;
}
.tour-sidebar .tour-day-label .text-content p {
  font-size: 12px;
}
.tour-sidebar .tour-day-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tour-sidebar__days p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  padding-bottom: 12px;
}
.tour-sidebar__days div.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #dabc98;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
  padding: 10px;
}
.tour-sidebar__btns {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 14px;
}
.tour-sidebar__tariffs {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 14px;
}
.tour-sidebar__card {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 24px;
  padding-bottom: 20px;
}
.tour-sidebar__icon {
  width: 56px;
  height: 56px;
  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;
}
.tour-sidebar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.tour-sidebar__content h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
}
.tour-sidebar__content p {
  width: 90%;
  font-size: 14px;
  font-weight: 300;
  line-height: 154.5%;
}
.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 60px;
}
.partners__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 580px;
  width: 100%;
}
.partners__form h4 {
  font-size: 32px;
  font-weight: 600;
  color: #dabc98;
  margin-bottom: 30px;
  text-align: center;
}
.partners p {
  margin: 20px 0;
}
.partners-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}
.partners-user__photo img {
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.partners-user__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners-user__content h3 {
  font-size: 25px;
  font-weight: 600;
  color: #dabc98;
}
.partners-user__content p {
  margin-top: 10px;
}
.partners-user__links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.partners-user__links a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.calendar {
  background: #fff;
  margin: 0 auto;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-spacing: 0 10px;
  border-radius: 5px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 296px;
  max-width: 315px;
  position: relative;
}
.calendar div {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px);
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.calendar-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}
.calendar-name span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}
.week-header,
.calendar-week {
  background: #fff;
  margin: 5px 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-day,
.week-day {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}
.week-day {
  font-weight: 700;
}
.calendar-week:first-child .calendar-day {
  font-size: 20px;
  font-weight: 700;
  border-left: none;
  border-top: none;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.calendar-day:last-child,
.calendar-day:nth-child(6),
.weekend {
  color: #dabc98;
}
.calendar-day.data-start {
  background: rgba(94, 125, 129, 0.7);
  color: #fff;
}
.calendar-day.fora {
  color: rgba(0, 0, 0, 0.08) !important;
  background: rgba(0, 0, 0, 0.07) !important;
  border: none !important;
}
.calendar-day.fora.data-tour,
.calendar-day.fora.data-start {
  background: rgba(0, 0, 0, 0.07) !important;
  border: none !important;
}
.calendar-day {
  color: rgba(0, 0, 0, 0.7);
  padding: 8px 3px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.calendar-btn-prev,
.calendar-btn-next {
  font-size: 18px;
  font-weight: 700;
  text-shadow: inherit;
  line-height: 1px;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  border-radius: 100%;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%231B1919' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center center/contain no-repeat;
}
.calendar-btn-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#amount,
#amount2 {
  background: #fff;
  color: #2e4e56 !important;
  font-weight: 900 !important;
  font-size: 16px;
  max-width: 120px;
  border: 1px solid rgba(94, 125, 129, 0.6);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.amount-inputs {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #2e4e56 !important;
}
.amount-inputs b {
  font-weight: 900;
}
@supports (-webkit-appearance: none) {
  .checkbox-item:checked + .checkbox-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.3332 6L7.99984 13.3333L4.6665 10' stroke='%235D95A4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .main-tours__tag.icon-date::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0833 2.33337H2.91667C2.27233 2.33337 1.75 2.85571 1.75 3.50004V11.6667C1.75 12.311 2.27233 12.8334 2.91667 12.8334H11.0833C11.7277 12.8334 12.25 12.311 12.25 11.6667V3.50004C12.25 2.85571 11.7277 2.33337 11.0833 2.33337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33398 1.16675V3.50008' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66602 1.16675V3.50008' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75 5.83337H12.25' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .main-tours__tag.location::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.25 5.83337C12.25 9.91671 7 13.4167 7 13.4167C7 13.4167 1.75 9.91671 1.75 5.83337C1.75 4.44099 2.30312 3.10563 3.28769 2.12106C4.27226 1.1365 5.60761 0.583374 7 0.583374C8.39239 0.583374 9.72774 1.1365 10.7123 2.12106C11.6969 3.10563 12.25 4.44099 12.25 5.83337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.58337C7.9665 7.58337 8.75 6.79987 8.75 5.83337C8.75 4.86688 7.9665 4.08337 7 4.08337C6.0335 4.08337 5.25 4.86688 5.25 5.83337C5.25 6.79987 6.0335 7.58337 7 7.58337Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .accordion-header::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 15.2803C5.76256 15.5732 6.23744 15.5732 6.53033 15.2803L12 9.81066L17.4697 15.2803C17.7626 15.5732 18.2374 15.5732 18.5303 15.2803C18.8232 14.9874 18.8232 14.5126 18.5303 14.2197L12.5303 8.21967C12.2374 7.92678 11.7626 7.92678 11.4697 8.21967L5.46967 14.2197C5.17678 14.5126 5.17678 14.9874 5.46967 15.2803Z' fill='%23d9d9d9'/%3E%3C/svg%3E")
      center center/24px no-repeat;
  }
  .blog-card .btn::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center center/contain no-repeat;
  }
  .blog-card .btn:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center center/contain no-repeat;
  }
  .tours-filters__select .select::before {
    background: url("data:image/svg+xml,%3Csvg width='24.000000' height='24.000000' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip1002_1165'%3E%3Crect id='chevron-down' width='24.000000' height='24.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='chevron-down' width='24.000000' height='24.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip1002_1165)'%3E%3Cpath id='Vector' d='M6 9L12 15L18 9' stroke='%23000000' stroke-opacity='1.000000' stroke-width='1.000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A")
      center center/contain no-repeat;
  }
  .tours-card__btn::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='%235E7D81' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center center/contain no-repeat;
  }
  .tours-card__btn:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7H17V17' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center center/contain no-repeat;
  }
  .calendar-btn-prev,
  .calendar-btn-next {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%231B1919' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      center center/contain no-repeat;
  }
}
@media (max-width: 1299.8px) {
  .accordion-item {
    margin-bottom: 15px;
    padding: 20px 15px;
  }
  .accordion-header span {
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 14px;
  }
  .blog {
    padding-bottom: 100px;
  }
  .blog__wrapper {
    gap: 20px;
  }
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    overflow: hidden;
  }
  .blog-card__content {
    padding: 20px 25px;
  }
  .blog-card__content h2 a {
    font-size: 18px;
  }
  .tours-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tours-card__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tours-card__btn {
    width: 100%;
  }
  .partners {
    gap: 30px;
  }
  .partners__form {
    max-width: 480px;
  }
}
.page-template-page-reklama .main-commands {
  margin: 0;
}
@media (max-width: 1023.8px) {
  .main-tours {
    margin: 70px 0;
  }
  .main-tours__header {
    gap: 20px;
  }
  .main-tours__links {
    gap: 20px;
    padding-bottom: 10px;
  }
  .main-tours__link {
    font-size: 24px;
  }
  .main-tours__wrapper {
    margin-top: 20px;
  }
  .main-tours .swiper-slide {
    max-width: 254px;
  }
  .main-tours .swiper-slide:hover {
    max-width: 254px;
  }
  .main-tours__card {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 245px;
    padding: 18px 16px;
  }
  .main-tours .swiper-slide {
    margin-right: 10px !important;
  }
  .main-tours__tags {
    gap: 5px;
  }
  .main-tours__tag {
    padding: 3px;
    font-size: 12px;
  }
  .main-tours__bottom {
    gap: 10px;
  }
  .main-tours__content {
    gap: 7px;
  }
  .main-tours__name {
    font-size: 16px;
  }
  .main-tours__price {
    font-size: 18px;
  }
  .main-tours__footer {
    margin-top: 30px;
    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;
  }
  .main-tours__btns {
    display: none;
  }
  .commands__wrapper {
    gap: 10px;
  }
  .commands__wrapper .main-commands__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .contacts__wrapper {
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contacts__col p {
    font-size: 16px;
  }
  .tours-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .tours-filters {
    margin-top: -112px;
  }
  .tours-filters__card {
    padding: 28px;
    gap: 20px;
  }
  .tours-filters__radios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tours-filters__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tours-filters__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tours-header.left {
    min-height: auto;
  }
  .tours-header__controll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tour-single {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .tour-single__content {
    max-width: 100%;
  }
  .tour-single__content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .tour-single__location {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .tour-single__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tour-day__header {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  .tour-day__header h3 {
    font-size: 23px;
  }
  .tour-day__content h4 {
    font-size: 25px;
  }
  .tour-day__content p {
    font-size: 14px;
    line-height: 160%;
    margin: 10px 0;
  }
  .tour-day__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .tour-day-label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .selection-tickets {
    margin: 20px 0;
  }
  .selection-tickets h3 {
    font-size: 25px;
  }
  .selection-tickets p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
  }
  .individual-tour {
    margin-top: 30px;
    padding: 22px 20px;
  }
  .individual-tour__header h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .individual-tour__header p {
    font-size: 14px;
  }
  .individual-tour__form {
    margin-top: 35px;
  }
  .individual-tour__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners__form {
    max-width: 100%;
  }
}
.indv-features {
  padding: 70px 0 150px;
}
.indv-features__title {
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
  color: #3a3030;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.indv-features__title span {
  color: #d5b594;
}
.indv-features__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px;
}
.indv-features__item {
  flex: 0 0 calc(50% - 40px);
  display: flex;
  gap: 30px;
}
.indv-features__cover {
  max-width: 237px;
  flex: 0 0 auto;
  width: 100%;
  height: 243px;
}
.indv-features__cover img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.indv-features__content h3 {
  font-size: 25px;
  font-weight: 600;
  color: #d5b594;
  margin-bottom: 22px;
}
.indv-features__content p {
  font-size: 18px;
  color: #3a3030;
}
@media (max-width: 1100px) {
  .indv-features__item {
    flex: 0 0 100%;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .indv-features__item {
    flex-direction: column;
    gap: 15px;
  }
  .indv-features__title {
    font-size: 25px;
  }
  .indv-features__cover,
  .indv-features__cover img {
    max-width: 100%;
  }
  .indv-features__content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .indv-features__content p {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .amount-inputs b {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .page-title {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 28px;
  }
  .footer-top__header h3 {
    font-size: 24px;
  }
  .footer-top__header p {
    font-size: 14px;
    font-weight: 300;
  }
  .btn_big {
    font-size: 16px;
  }
  .btn_big.btn_link::after {
    width: 24px;
    height: 24px;
  }
  .main-gallary__content p {
    font-size: 16px;
  }
  .accordion-item {
    margin-bottom: 10px;
    padding: 15px 10px;
  }
  .accordion-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
  .accordion-header span {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
  }
  .accordion-body p {
    font-size: 12px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: 0%;
  }
  .blog {
    padding-bottom: 50px;
  }
  .blog__wrapper {
    gap: 20px;
  }
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    border: none;
  }
  .blog-card img {
    border-radius: 5px;
  }
  .blog-card__content {
    padding: 10px 0;
  }
  .blog-card__content h2 a {
    font-size: 16px;
  }
  .single-cover {
    height: 250px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .single-cover::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .single-cover h1,
  .single-cover h2 {
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
    opacity: 1;
  }
  .single-content {
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .tours-header {
    min-height: 250px;
    padding: 30px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tours-header::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .tours-header h1 {
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
  }
  .tours-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .tours-filters {
    margin-top: 0;
  }
  .tours-filters__card {
    padding: 20px 10px;
    gap: 20px;
  }
  .tours-filters__radios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .partners h3,
  .partners h4 {
    font-size: 23px;
  }
  .partners p {
    font-size: 14px;
  }
  .partners a {
    font-size: 14px;
  }
  .partners-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners-user__photo img {
    max-width: 230px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
  }
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #dabc98;
  color: #fff;
  font-weight: 700;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #dabc98;
  background: #fff;
  font-weight: 700;
  color: #dabc98;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dabc98;
  background: #dabc98;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  table {
    overflow-x: auto;
  }
}
@media (max-width: 479.8px) {
  .header-popup-navigation h3 {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .header-popup__contacts .header-socials {
    margin-top: 20px;
    gap: 10px;
  }
  .header-popup__contacts .header-socials a {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .header-popup__contacts .header-socials a img {
    width: 100%;
    height: 100%;
  }
}
.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-single .faq__accordions {
  display: none;
}
.tour-single .faq__accordions.active {
  display: block;
}
.faq-toggle-button {
  border: 1px solid #d5b594;
  border-radius: 100px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 15.2803C5.76256 15.5732 6.23744 15.5732 6.53033 15.2803L12 9.81066L17.4697 15.2803C17.7626 15.5732 18.2374 15.5732 18.5303 15.2803C18.8232 14.9874 18.8232 14.5126 18.5303 14.2197L12.5303 8.21967C12.2374 7.92678 11.7626 7.92678 11.4697 8.21967L5.46967 14.2197C5.17678 14.5126 5.17678 14.9874 5.46967 15.2803Z' fill='%235D95A4'/%3E%3C/svg%3E")
    center center/24px no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  transform: rotate(180deg);
}
.faq-toggle-button.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(360deg);
}
.opisanie_nizhnee {
  margin-bottom: 20px;
}
.opisanie_nizhnee p {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.opisanie_nizhnee h2 {
  font-size: 27px;
  margin-top: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.opisanie_nizhnee h3 {
  font-size: 23px;
  margin-top: 10px;
}
.opisanie_nizhnee li {
  line-height: 1.7;
}
.opisanie_nizhnee ul {
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 420px) {
  .opisanie_nizhnee h2 {
    text-transform: inherit;
  }
}
.tags-header h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: black;
  padding: 5px 20px;
}
.tags-plus-filter-plus-tour {
  display: grid;
  grid-template-columns: minmax(15em, 25%) auto;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .tags-plus-filter-plus-tour {
    display: block;
  }
  .tags-plus-filter-plus-tour > * {
    width: 100%;
  }
  @media (max-width: 1500px) and (min-width: 768px) {
    .tags-header h3 {
      font-size: 12px;
    }
  }
}
.tags-container_main {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 1em;
  width: 100%;
  min-width: 15em;
}
.tags-container {
  display: block;
  width: 90%;
  height: fit-content;
  margin: 0 0.2em 1em;
  padding: 0, 2em;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
}
.tags-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid rgba(94, 125, 129, 0.3);
  border-radius: 5px;
}
.tags-list {
  display: none;
  padding: 10px;
  background-color: #fff;
}
.tag {
  width: 16em;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.tag:hover {
  border: 1px solid #dabc98;
  border-radius: 5px;
}
.faq-toggle-button.rotated {
  transform: rotate(360deg);
}
.title_h3 {
  color: #000;
  font-family: "Mulish", serif;
  font-weight: 700;
  margin-bottom: 5px;
}
