@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;
}
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 li .breadcrumbs a {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
}
.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 h2 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.map p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.map__code {
  margin-top: 70px;
  height: 550px;
}
.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 {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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;
}
.page-main .main-content {
  padding-top: 0;
}
.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;
}
.form-item:focus-visible .form-item:focus .form-item:active {
  outline: none;
}
.main-hero {
  background: #d5b594;
  min-height: 550px;
  height: 100vh;
  padding: 107px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-hero__title *,
.main-hero__title h1 {
  text-align: center;
  color: #fff;
  font-size: 162px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.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-hero__btn {
  margin: 0 auto;
  margin-top: 20px;
}
.main-about {
  margin: 100px 0;
}
.main-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.main-about__content h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 26px;
}
.main-about__content h2 span {
  color: #d5b594;
}
.main-about__content > p {
  max-width: 556px;
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
}
.main-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-about__item {
  max-width: 140px;
  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;
  gap: 6px;
}
.main-about__item img {
  width: 32px;
  height: 32px;
}
.main-about__item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.main-about__image {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  margin-bottom: -180px;
  flex: 0 0 auto;
  max-width: 552px;
  width: 100%;
  height: 659px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 62px 43px;
  gap: 25px;
}
.main-about__text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  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;
  gap: 6px;
}
.main-about__text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.main-about__text p:first-child {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-about__bottom {
  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;
  gap: 60px;
}
.main-about__images {
  position: relative;
}
.main-about__images img {
  -o-object-fit: cover;
  object-fit: cover;
}
.main-about__images img:last-child:not(:only-child) {
  width: 239px;
  height: 195px;
  position: absolute;
  top: 45px;
  right: -45px;
}
.main-about__images img:first-child:not(:only-child) {
  max-width: 459px;
  width: 100%;
  height: 100%;
}
.main-about__images img:last-child:only-child {
  position: realtive;
  top: auto;
  left: auto;
  aspect-ratio: 1/0.8;
  object-fit: cover;
  max-width: 100%;
}
.main-about__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 552px;
  flex: 0 0 552px;
  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: 20px;
}
.main-about__block h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 10px;
}
.main-about__block h2 span {
  color: #d5b594;
}
.main-about__block p {
  max-width: 556px;
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
}
.main-about__block p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.main-about__btn {
  margin-top: 30px;
}
.main-gallary {
  position: relative;
}
.main-gallary__slider {
  overflow: hidden;
}
.main-gallary .container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-top: 60px;
}
.main-gallary__item {
  position: relative;
  max-height: 754px;
}
.main-gallary__item::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: 730px;
  background: linear-gradient(
    229deg,
    rgba(0, 0, 0, 0) 51.12%,
    rgba(0, 0, 0, 0.7) 84.12%
  );
}
.main-gallary__item img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: 100%;
  height: 730px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-gallary__content {
  color: #fff;
  max-width: 400px;
}
.main-gallary__content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.main-gallary__content p {
  font-size: 18px;
}
.slider-btn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  z-index: 80;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.slider-btn:hover {
  background: #45a3bc;
}
.main-gallary-button-next,
.main-gallary-button-prev {
  height: 100%;
  width: 160px;
  top: 0;
  margin-top: 0;
  z-index: 9999;
}
.main-gallary-button-next::after,
.main-gallary-button-next::before,
.main-gallary-button-prev::after,
.main-gallary-button-prev::before {
  display: none;
}
.main-gallary-button-prev {
  left: 0;
}
.main-gallary-button-prev .slider-btn {
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  transform: translateX(-160px);
}
.main-gallary-button-next {
  right: 0;
}
.main-gallary-button-next .slider-btn {
  -webkit-transform: translateX(160px);
  -ms-transform: translateX(160px);
  transform: translateX(160px);
}
.main-gallary__slider .swiper-slide {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.swiper-button-next:hover
  + .swiper-button-prev
  + .swiper-wrapper
  .swiper-slide-active {
  margin-left: -200px;
  z-index: 10 !important;
}
.swiper-button-next:hover .slider-btn {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.swiper-button-prev:hover + .swiper-wrapper .swiper-slide-prev {
  margin-left: 200px;
  z-index: 100 !important;
}
.swiper-button-prev:hover .slider-btn {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.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-offer {
  margin: 70px 0;
}
.main-offer__wrapper {
  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;
  gap: 60px;
}
.main-offer__images {
  position: relative;
}
.main-offer__images img {
  -o-object-fit: cover;
  object-fit: cover;
}
.main-offer__images img:first-child {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.main-offer__images img:last-child {
  width: 239px;
  height: 195px;
  position: absolute;
  bottom: -25px;
  right: -45px;
}
.main-offer .main-offer__images img:only-child:last-child {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  aspect-ratio: 1/0.8;
  object-fit: cover;
  max-width: 100%;
  width: auto;
  height: auto;
}
.main-offer__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 552px;
  flex: 0 0 552px;
  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: 20px;
}
.main-offer__form h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 10px;
}
.main-offer__form h2 span {
  color: #d5b594;
}
.main-offer__form p {
  max-width: 556px;
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
}
.main-offer__form p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.main-commands {
  margin: 150px 0;
}
.main-commands__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;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-commands__header h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 10px;
}
.main-commands__header h2 span {
  color: #d5b594;
}
.main-commands__header p {
  max-width: 656px;
  font-size: 18px;
  font-weight: 100;
  line-height: normal;
}
.main-commands__header p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.main-commands__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-commands__button-next,
.main-commands__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-commands__button-next:hover,
.main-commands__button-prev:hover {
  background: #45a3bc;
  border: 1px solid #45a3bc;
}
.main-commands__button-next:hover path,
.main-commands__button-prev:hover path {
  stroke: white;
}
.main-commands__button-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-commands__wrapper {
  margin-top: 50px;
  overflow: hidden;
}
.main-commands__card {
  width: 100%;
}
.main-commands__photo {
  position: relative;
  width: 100%;
  padding-top: 120.77%;
}
.main-commands__photo img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-commands__content h3 {
  color: #5e7d80;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}
.main-commands__content p {
  color: #8a8a8a;
  margin-top: 5px;
}
.main-commands__descr {
  margin-top: 20px;
}
.main-commands__descr p {
  font-size: 14px;
  opacity: 0.8;
  text-align: justify;
  padding-bottom: 20px;
}
.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);
}
.seo-block__wrapper {
  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: 30px;
  margin-top: 30px;
}
.seo-block__title {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3a3030;
  margin-bottom: 10px;
}
.seo-block__title span {
  color: #d5b594;
}
.accordion-item.active .accordion-header::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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%;
}
.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__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__price .tours-card__oldprice {
  text-decoration: line-through;
  text-decoration-color: red;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.tour-day__content h4 {
  font-size: 29px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 20px;
  color: #000;
}
.individual-tour__form form .checkbox span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
}
.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 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");
  }
  .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;
  }
  .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) {
  .main-hero__title *,
  .main-hero__title h1 {
    font-size: 135px;
  }
  .main-about {
    margin: 60px 0;
  }
  .main-about__image {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    max-width: 452px;
    height: 559px;
    margin-bottom: -150px;
  }
  .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;
  }
  .partners {
    gap: 30px;
  }
  .partners__form {
    max-width: 480px;
  }
}
.page-template-page-reklama .main-commands {
  margin: 0;
}
@media (max-width: 1023.8px) {
  .map h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .map p {
    font-size: 16px;
  }
  .map__code {
    margin-top: 50px;
    height: 350px;
  }
  .main-hero__title *,
  .main-hero__title h1 {
    font-size: 108px;
  }
  .main-about {
    margin: 60px 0;
  }
  .main-about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-about__image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .main-about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-about__images img:last-child:not(:only-child) {
    max-width: 339px;
    width: 100%;
    height: 295px;
    top: 20px;
    right: 10px;
  }
  .main-about__images img:first-child:not(:only-child) {
    max-width: calc(100% - 120px);
    width: 100%;
    height: 100%;
  }
  .main-about__images img:last-child:only-child {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-about__block {
    padding-top: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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;
  }
  .main-offer {
    margin: 60px 0;
  }
  .main-offer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-offer__images img:first-child {
    max-width: calc(100% - 120px);
    width: 100%;
    height: 100%;
  }
  .main-offer__images img:last-child {
    max-width: 339px;
    width: 100%;
    height: 295px;
    bottom: -20px;
    right: 10px;
  }
  .main-offer__form {
    padding-top: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .main-commands {
    margin: 70px 0;
  }
  .main-commands__header h2 {
    font-size: 24px;
  }
  .main-commands__header p {
    font-size: 16px;
  }
  .main-commands__btns {
    display: none;
  }
  .main-commands__wrapper {
    margin-top: 40px;
  }
  .main-commands__content h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .main-commands__content p {
    color: #8a8a8a;
    margin-top: 5px;
    font-size: 14px;
  }
  .commands__wrapper {
    gap: 10px;
  }
  .commands__wrapper .main-commands__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .seo-block {
    margin: 40px 0;
  }
  .seo-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .seo-block__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .seo-block__title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3a3030;
    margin-bottom: 10px;
  }
  .seo-block__title span {
    color: #d5b594;
  }
  .seo-block h3 {
    font-size: 20px;
  }
  .seo-block p,
  .seo-block li {
    font-size: 16px;
  }
  .contacts__wrapper {
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contacts__col p {
    font-size: 16px;
  }
  .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%;
  }
  .tour-day__content h4 {
    font-size: 25px;
  }
  .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;
  }
  .map h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .map p {
    font-size: 16px;
  }
  .map__code {
    margin-top: 50px;
    height: 150px;
  }
  .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-hero__title *,
  .main-hero__title h1 {
    font-size: 64.8px;
  }
  .main-about {
    margin: 40px 0;
  }
  .main-about__content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main-about__content > p {
    font-size: 16px;
  }
  .main-about__list {
    gap: 20px;
    margin-top: 40px;
  }
  .main-about__image {
    padding: 24px 15px;
    gap: 25px;
    width: calc(100% + 40px);
    max-width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .main-about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-about__images img:last-child:not(:only-child) {
    max-width: 140px;
    width: 100%;
    height: 140px;
    top: 20px;
    right: 10px;
  }
  .main-about__images img:first-child:not(:only-child) {
    max-width: calc(100% - 40px);
    width: 100%;
    height: 250px;
  }
  .main-about__images img:last-child:only-child {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-about__block {
    padding-top: 40px;
    gap: 5px;
  }
  .main-about__block h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main-about__block p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main-gallary .container {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .main-gallary__item {
    position: relative;
    min-height: 540px;
    max-height: 60vh;
    height: 100%;
  }
  .main-gallary__item img {
    min-height: 540px;
    max-height: 60vh;
    height: 100%;
  }
  .main-gallary__content h2 {
    font-size: 24px;
  }
  .main-gallary__content p {
    font-size: 16px;
  }
  .slider-btn {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .slider-btn:hover {
    background: 0 0;
  }
  .main-gallary-button-next,
  .main-gallary-button-prev {
    width: 60px;
  }
  .main-gallary-button-prev {
    left: 0;
  }
  .main-gallary-button-prev .slider-btn {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
  }
  .main-gallary-button-next {
    right: 0;
  }
  .main-gallary-button-next .slider-btn {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
  }
  .main-gallary__slider .swiper-slide {
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
  }
  .swiper-button-next:hover
    + .swiper-button-prev
    + .swiper-wrapper
    .swiper-slide-active {
    margin-left: 0;
  }
  .swiper-button-next:hover .slider-btn {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
  }
  .swiper-button-prev:hover + .swiper-wrapper .swiper-slide-prev {
    margin-left: 0;
  }
  .swiper-button-prev:hover .slider-btn {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
  }
  .main-offer__images img:first-child {
    max-width: calc(100% - 40px);
    width: 100%;
    height: 250px;
  }
  .main-offer__images img:last-child {
    max-width: 140px;
    width: 100%;
    height: 140px;
    bottom: -20px;
    right: 10px;
  }
  .main-offer__form {
    padding-top: 40px;
    gap: 5px;
  }
  .main-offer__form h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main-offer__form p {
    font-size: 16px;
    margin-top: 10px;
  }
  .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-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%;
  }
  .main-hero__title *,
  .main-hero__title h1 {
    font-size: 50px;
  }
}
.tour-single .faq__accordions.active {
  display: block;
}
.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);
}
