@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.lock {
  overflow: hidden;
}

.vi-main {
  font-family: "Inter", sans-serif;
}

.vi-header {
  padding: 30px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vi-header h1 {
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  line-height: 120%;
}

.vi-header__subtitle {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 136%;
}

.vi-header > .mm_container {
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.vi-header .mm_breadcrumbs {
  padding-top: 0;
  padding-bottom: 54px;
  color: #fff;
}
.vi-header .mm_breadcrumbs a {
	color: #fff;
}
.vi-header .mm_breadcrumbs:hover a {
  color: inherit;
}

.mm_breadcrumbs {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 35px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 14px;
}

.vi-breadcrumbs__back {
  display: none;
}

.mm_breadcrumbs > div {
  margin: 5px!important;
  display:inline-flex;
  align-items:center;
}
.mm_breadcrumbs__element:not(:last-of-type)::after {
	display:none!important;
}
.mm_breadcrumbs__element:not(:first-of-type)::before {
  display: inline-block;
  width: 40px;
  margin: 0 11px 0 2px;
  content: "";
  vertical-align: middle;
  border-top: 1px solid currentColor;
  position:relative;
}

.mm_breadcrumbs > div a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.5);
}

.mm_breadcrumbs > div a:hover {
  color: #222;
}

.excursion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  padding-top: 57px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.excursion-list li:before {
	display:none!important;
}

.excursion-list.active > li:nth-child(n+7):not(.excursion-list__all) {
  display: none;
}

.excursion-list li {
  margin: 5px !important;
  padding: 0;
}

.excursion-list li a {
  display: inline-block;
  padding: 11px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 113%;
}

.excursion-list li a:hover,
.excursion-list li a.active {
  color: #222;
  background-color: #fff;
}

.excursion-list__all {
  cursor: pointer;
}

.excursion-list__all span {
  display: inline-block;
  font-size: 15px !important;
}

.excursion-list__all span::after {
  display: block;
  content: "";
  border-bottom: 1px dashed #fff;
}

.vi-warning {
  margin: 20px 0;
  color: #222;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
}

.vi-warning b {
  display: block;
  margin-top: 10px;
}

.vi-choice {
  width: 100%;
  margin-bottom: 140px;
  color: #222;
}

.vi-choice a {
  text-decoration: none;
}

.vi-choice__header {
  margin-bottom: 30px;
}

.vi-choice__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -5px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
}

.vi-choice__group > * {
  margin: 5px;
}

.vi-choice__group > input[type=submit]:hover {
  border-color: #000;
}

.vi-choice__group > input[type=submit].active {
  color: #fff;
  border-color: #76b312;
  background-color: #76b312;
}

.vi-choice__titel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.vi-choice__titel h2 {
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: bold;
}

.vi-choice__titel h2::before {
  margin-right: 9px;
  content: url(img/icons/gobbler.svg);
}

.vi-choice__sorting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
}

.vi-choice__sorting input[type=submit],
.vi-choice__sorting button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
}

.vi-choice__sorting--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.vi-choice__sorting--price svg {
  width: 9px;
  height: 14px;
  margin-left: 6px;
  line-height: 0;
}
.vi-choice__sorting--price.sort-desc svg {
  transform: rotate(180deg);
}

.vi-choice__sorting--price.advance svg path#advance {
  fill: #76b312;
}

.vi-choice__sorting--price.ebbing svg path#ebbing {
  fill: #76b312;
}

.vi-choice__sorting--filters {
  display: none;
}

.vi-choice__container {
  display: grid;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  grid-gap: 25px;
  grid-template-columns: 1fr;
}

.vi-filter__section + .vi-filter__section {
  margin-top: 53px;
}

.vi-filter__section h3 {
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: bold;
}

.vi-filter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -6px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.vi-filter__block > label {
  margin: 6px;
  font-size: 15px;
}

.vi-filter__clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  color: #76b312;
  border-bottom: 1px dashed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-top:0;
  border-left:0;
  border-right:0;
  padding-left:18px;
  background: url(img/icons/clear.svg) no-repeat left center;
  cursor:pointer;
}

/*.vi-filter__clear::before {
  margin-right: 9px;
  content: url(img/icons/clear.svg);
  line-height: 0;
}*/

.vi-filter__header {
  display: none;
}

.vi-filter__close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.vi-filter__close::before,
.vi-filter__close::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-top: 2px solid #76b312;
  border-radius: 5px;
}

.vi-filter__close::before,
.vi-filter__close::after {
  content: "";
}

.vi-filter__close::before {
  top: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vi-filter__close::after {
  bottom: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vi-filter.open {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 17px 22px 75px 22px;
  background-color: #fff;
}

.vi-filter.open .vi-filter__footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 20px 15px 20px;
  background-color: #fff;
}

.vi-filter.open .vi-filter__footer .ui-btn {
  width: 100%;
}

.vi-filter.open .vi-filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.vi-filter.open .vi-choice__titel {
  display: block;
}

.vi-filter.open .vi-choice__titel h2 {
  margin-bottom: 0;
}

.vi-filter.open .vi-filter__section {
  margin-top: 30px;
}

.vi-tour__list {
  display: grid;
  grid-gap: 20px;
}

.vi-tour--slider {
  overflow: hidden;
}

.vi-tour--slider .ui-btn__prev,
.vi-tour--slider .ui-btn__next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 34px);
  width: 34px;
  height: 34px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vi-tour--slider .ui-btn__prev.slick-disabled,
.vi-tour--slider .ui-btn__next.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.vi-tour--slider .ui-btn__prev {
  left: -17px;
}

.vi-tour--slider .ui-btn__next {
  right: -17px;
}

.vi-tour--slider .slick-slide {
  display: grid;
  margin: 0 10px;
}

.vi-tour--slider .slick-list {
  margin: 0 -10px;
}

.vi-tour--slider .slick-dots li:only-child {
  display: none;
}

.vi-tour--slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -2px -8px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.vi-tour--slider .slick-dots li {
  margin: 2px 8px;
  padding: 0;
  font-size: 0;
}

.slick-dots li:before, .tabs-header__item:before, .vi-table__map li:before {
	display:none!important;
}

.vi-tour--slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background-color: #d2d2d2;
}

.vi-tour--slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #76b312;
}

.tour-article {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 10px;
  background-color: #222;
}

.tour-article:hover .tour-article__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.tour-article:hover::after {
  opacity: 0.5;
}

.tour-article::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  pointer-events: none;
  background: -o-linear-gradient(90.11deg, rgba(0, 0, 0, 0.65) 0.1%, rgba(0, 0, 0, 0.4225) 31.63%, rgba(0, 0, 0, 0) 51.75%);
  background: linear-gradient(359.89deg, rgba(0, 0, 0, 0.65) 0.1%, rgba(0, 0, 0, 0.4225) 31.63%, rgba(0, 0, 0, 0) 51.75%);
}

.tour-article__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.tour-article__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.tour-article__link {
  text-decoration: none;
}

.tour-article__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.tour-article__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.tour-article__content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 122%;
}

.tour-article__price {
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.tour-article__price span {
  display: inline-block;
  padding: 6px 9px;
  letter-spacing: 0.03em;
  border-radius: 50px;
  background-color: #76b312;
  font-size: 11px;
  font-weight: 600;
}

.tour-article__price span b {
  font-size: 15px;
  font-weight: 600;
}

.tour-article__description {
  margin-top: 10px;
  color: #e3e3e3;
  font-size: 13px;
  line-height: 138%;
}

.tour-article__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}

.tour-article__footer > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.tour-article__date::before {
  margin-right: 8px;
  content: url(img/icons/calendar.svg);
  line-height: 0;
}

.tour-article__time::before {
  margin-right: 8px;
  content: url(img/icons/flag.svg);
  line-height: 0;
}

.tour-article__duration::before {
  margin-right: 8px;
  content: url(img/icons/clock.svg);
  line-height: 0;
}

.vi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.vi-pagination li {
  margin: 0 !important;
  padding: 0;
}

.vi-pagination li.active a {
  color: #fff;
  background-color: #76b312;
}

.vi-pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.75em;
  min-height: 2.75em;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.vi-pagination li a:hover {
  background-color: #dfdfdf;
}

.tour-info {
  display: grid;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  grid-gap: 30px 140px;
}

.tour-info__text {
	min-width:420px;
}
.tour-info__text h1 {
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  line-height: 143%;
}

.tour-info__subtitle {
  display: block;
  margin-bottom: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 16px;
}

.tour-info__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.tour-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.tour-info__price b {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
}

.tour-info__price span {
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight: normal;
  line-height: 112%;
}

.tour-info__img {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.tour-info__img picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
}

.tour-info__img picture img {
  width: 100%;
}

.tour-info__img .ui-btn__prev,
.tour-info__img .ui-btn__next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 21px);
}

.tour-info__img .ui-btn__prev {
  left: 22px;
}

.tour-info__img .ui-btn__next {
  right: 22px;
}

.tour-info__img .slick-dots {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -2px -8px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.tour-info__img .slick-dots li {
  margin: 2px 8px;
  padding: 0;
  font-size: 0;
}

.tour-info__img .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background-color: #fff;
}

.tour-info__img .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #76b312;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-wrap: wrap;
}

.tabs__wrapper {
  flex: 1 1 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
}

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.tabs-header__item {
  position: relative;
  padding: 11px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: bold;
}

.tabs-header__item.active,
.tabs-header__item:hover {
  color: #222;
  border-color: #76b312;
}

.tabs-content {
  width: 100%;
  margin: 30px 0 40px 0;
  padding: 0;
  background-color: #fff;
}

.tabs-content h2 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  line-height: 156%;
}

.tabs-content__item {
  margin: 0;
  padding: 0;
}

.tabs-content__item p {
  font-size: 16px;
  line-height: 175%;
}

.tabs-content__item p:not(:last-of-type) {
  margin-bottom: 15px;
}

.tabs-content__interest {
  margin-top: 110px;
}

.tabs-content__interest h2 {
  margin-bottom: 50px;
}

.tabs-content__description h2 {
  margin-bottom: 25px;
}

.tabs-content__description .ui-btn__download {
  margin-top: 60px;
}

.tabs-content__price {
  margin: 40px 0;
}

.section-price {
  padding: 30px;
  background-color: #f3f3f3;
}

.section-price h2 {
  margin-bottom: 20px;
}

.section-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: -3px -6px;
  -ms-flex-wrap: wrap;
}

.section-price__row > * {
  margin: 3px 6px;
}

.section-price__row + .section-price__row {
  margin-top: 25px;
}

.section-price__item {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.vi-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.vi-table__row + .vi-table__row {
  margin-top: 25px;
}

.vi-table__row li {
  font-size: 16px;
}

.vi-table__title {
  display: inline-block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.vi-table__date {
  margin: -4px;
}

.vi-table__date button, .vi-table__date a {
  display: inline-block;
  margin: 4px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  background-color: #fff;
}

.vi-table__date button span, .vi-table__date a span {
  display: inline-block;
  padding: 7px 12px;
}
.excursion-price__box .excursion-price__dates-date a span {
      padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #222222;
    border: 1px solid #EEEEEF;
    border-radius: 8px;
    background: var(--bg-white);
}
.excursion-price__box .excursion-price__dates-date a {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}
.excursion-price__box .excursion-price__dates-date a span:hover {
    border: 1px solid #d2d2d2;
}

.vi-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  -ms-flex-wrap: wrap;
}

.vi-table__list li {
  margin: 5px!important;
  padding: 0;
}

.vi-table__list li:first-child:before {
	display:none;
}

.vi-table__list li:not(:first-child)::before {
  display: inline-block;
  width: 26px;
  margin: 0 10px 0 0;
  content: "";
  vertical-align: middle;
  border-top: 1px solid currentColor;
  position:relative;
  top:auto;
  left:auto;
}

.vi-table__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin: -5px -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.vi-table__map li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 5px 15px!important;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.vi-table__map li svg {
  width: 13px;
  height: 16px;
  margin-right: 8px;
  line-height: 0;
}

.vi-table__map li a {
  text-decoration: none;
  color: #76b312;
}

.vi-table__map li a:hover {
  color: #599739;
}

.vi-table__description {
  font-size: 16px;
  line-height: 157%;
}

.tabs-mobile .section-price {
  margin: 60px 0 30px 0;
}

.tabs-mobile .vi-breadcrumbs {
  padding: 30px 0 0 0;
}

.tour-step h2 {
  margin-bottom: 50px;
}

.tour-step__list ul {
  counter-reset: num;
}

.tour-step__list ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 40px;
  padding: 0;
  line-height: 175%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.tour-step__list ul > li h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
}

.tour-step__list ul > li h3:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  padding: 10px;
  content: counter(num);
  counter-increment: num;
  color: #fff;
  border-radius: 50%;
  background: #76b312;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.tour-step__list ul > li p {
  font-size: 16px;
  -webkit-font-feature-settings: "ss11" on, "ss10" on, "ss07" on, "ss06" on;
  font-feature-settings: "ss11" on, "ss10" on, "ss07" on, "ss06" on;
}

.tour-step__list ul > li p:not(:last-of-type) {
  margin-bottom: 20px;
}

.tour-step__list ul > li + li {
  margin-top: 40px;
}

.tour-step__list ul {
  margin: 0;
}

.tour-step__list ul li {
  padding: 0;
}

.tour-step__list ul li:before {
	display:none;
}

.tour-booking del {
  text-decoration: none;
}

.tour-booking input[type=text],
.tour-booking textarea {
  padding: 10px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tour-booking input[type=text]:focus,
.tour-booking textarea:focus {
  border-color: #777778;
  outline: none;
}

.tour-booking textarea {
  width: 100%;
  line-height: 121%;
}

.tour-booking__list {
  margin: 0;
}

.tour-booking__list ul {
  display: block;
  width: 100%;
  margin: 0;
}

.tour-booking__list ul li {
  padding: 20px 0;
}

.tour-booking__list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tour-booking__list ul li:first-child {
  padding-top: 0;
}

.tour-booking__list ul li:last-child {
  padding-bottom: 0;
}

.tour-booking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 20px 28px;
}

.tour-booking__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tour-booking__item:last-child {
  padding-bottom: 0;
}

.tour-booking__item:first-child {
  padding-top: 0;
}

.tour-booking__item:before, .tour-booking__item ul li:before {
	display:none;
	margin-bottom:0;
}

.tour-booking__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px -16px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.tour-booking__group > * {
  margin: 8px 16px;
}

.tour-booking__group--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px -7px;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.tour-booking__group--input input[type=number] {
  padding: 10px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  background: #fff;
}

.tour-booking__group--input input[type=number]:focus {
  border-color: #777778;
  outline: none;
}

.tour-booking__group--input > * {
  margin: 4px 7px;
}

.tour-booking__group--full > input {
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

.tour-booking__info {
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  color: #777778;
  font-size: 14px;
}

.tour-booking__title {
  font-size: 16px;
  font-weight: bold;
}

.tour-booking__add {
  padding-top: 20px;
}

.tour-booking__add div + div {
  padding-top: 12px;
}

.tour-booking__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -9px -15px;
  margin-top: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
}

.tour-booking__footer > * {
  margin: 9px 15px;
}

.tour-booking__price {
  font-size: 18px;
  font-weight: bold;
}

.tour-booking__price span {
  margin-left: 10px;
}

.tour-booking__consent {
  flex: 1 1 100%;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
}

.tour-booking__consent a {
  text-decoration: none;
  color: #76b312;
}

/* ----- Модальное окно ----- */

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
/*  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);*/
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Inter", sans-serif;
  --transition-time: 0.3s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.modal-container {
  position: relative;
  width: 80%;
  max-width: 1045px;
  margin: 50px auto;
  cursor: default;
  background-color: #fff;
}

.modal-header {
  position: relative;
  overflow: hidden;
  padding: 64px 60px 56px 60px;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-header::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
/*  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;*/
  pointer-events: none;
  background: -o-linear-gradient(90.11deg, rgba(0, 0, 0, 0.65) 0.1%, rgba(0, 0, 0, 0.4225) 31.63%, rgba(0, 0, 0, 0) 51.75%);
  background: linear-gradient(359.89deg, rgba(0, 0, 0, 0.65) 0.1%, rgba(0, 0, 0, 0.4225) 31.63%, rgba(0, 0, 0, 0) 51.75%);
}

.modal-header__content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.modal-header__content span {
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
}

.modal-header__content h2 {
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  line-height: 133%;
}

.modal-content {
  padding: 30px 60px 50px 60px;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0;
  background: 0 0;
 
}

.modal-close:after,
.modal-close:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 24px;
  margin: 0 auto;
  content: "";
/*  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;*/
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
  background-color: white;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-effect--1 .modal-container {
  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.modal-effect--1.open .modal-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*.modal.exc-form {
  display: none;
}
.modal.open.exc-form {
  display: flex;
}*/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
    --active-inner: #fff;
    --background: #fff;
    --border: #c7c7c7;
    --color-accent: #76b312;
    --disabled: #f6f8ff;
    --focus: 2px rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  input[type=checkbox].switch,
  input[type=radio].switch {
    min-width: 37px;
    min-height: 21px;
    border-radius: 11px;
  }

  input[type=checkbox].switch:after,
  input[type=radio].switch:after {
    position: absolute;
    right: 0;
    left: 0;
    width: var(--wh);
    height: var(--wh);
    margin-left: var(--ml);
    border-radius: 50%;
    background: var(--ab, var(--border));
    --ml: 3px;
    --wh: 13px;
  }

  input[type=checkbox].switch:checked,
  input[type=radio].switch:checked {
    --ab: var(--active-inner);
  }

  input[type=checkbox].switch:checked:after,
  input[type=radio].switch:checked:after {
    margin-left: calc(100% - (var(--wh) + var(--ml)));
  }

  input[type=checkbox].switch:disabled:not(:checked):after,
  input[type=radio].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=checkbox]:not(.switch) {
    margin: 0 14px 0 0;
    border-radius: 3px;
  }

  input[type=checkbox]:not(.switch):after {
    width: 12px;
    height: 12px;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L7 11L16 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  input[type=radio]:not(.switch) {
    margin: 0 8px 0 0;
    border-radius: 50%;
  }

@media (max-width: 575.98px) {
    input[type=radio]:not(.switch) {
      min-width: 20px;
      min-height: 20px;
    }
}

  input[type=radio]:not(.switch):after {
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
  }

  input[type=number] {
    cursor: auto !important;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
  }

  input[type=number]:hover,
  input[type=number]:focus {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
  }
input[type=number] {
  -moz-appearance: textfield;
}
  input[type=checkbox],
  input[type=radio] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-self: baseline;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    min-height: 24px;
    cursor: pointer;
    -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    vertical-align: top;
    border: 1px solid var(--bc, var(--border));
    outline: none;
    background: var(--b, var(--background));
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-item-align: baseline;
    -ms-flex-pack: center;
  }

  input[type=checkbox]:after,
  input[type=radio]:after {
    display: block;
    content: "";
    -webkit-transition: margin 0.5s cubic-bezier(0.2, 0.85, 0.32, 1.2), opacity 0.3s;
    -o-transition: margin 0.5s cubic-bezier(0.2, 0.85, 0.32, 1.2), opacity 0.3s;
    transition: margin 0.5s cubic-bezier(0.2, 0.85, 0.32, 1.2), opacity 0.3s;
    opacity: 1;
  }

  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--color-accent);
    --bc: var(--color-accent);
  }

  input[type=checkbox]:checked::after,
  input[type=radio]:checked::after {
    opacity: 1;
  }

  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    cursor: not-allowed;
    opacity: 0.9;
    --b: var(--disabled);
  }

  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }

  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--color-accent);
  }
}

.ui-btn {
  display: inline-block;
  padding: 1.0625em 1.875em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 64px;
  background: #76b312;
  font-size: 15px;
  font-weight: 600;
}

.ui-btn--small {
  padding: 0.9375em 1.5625em;
}

.ui-btn:hover {
  background-color: #599739;
}

.ui-btn__map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #76b312;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ui-btn__map:hover {
  color: #599739;
}

.ui-btn__map svg {
  width: 13px;
  height: 16px;
  margin-right: 8px;
}

.ui-btn__map svg path {
  fill: currentColor;
}

.ui-btn__next,
.ui-btn__prev {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33828 1.15381L1.57715 5.91494L6.33828 10.6761' stroke='%232D2D2F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 8px;
}

.ui-btn__next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-btn__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ui-btn__date::before {
  margin-right: 10px;
  content: url(img/icons/date.svg);
  line-height: 0;
}

.ui-btn__date::after {
  margin-left: auto;
  padding-left: 28px;
  content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
  line-height: 0;
}

.ui-btn__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #76b312;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ui-btn__download:hover {
  color: #599739;
}

.ui-btn__download::before {
  display: inline-block;
  width: 42px;
  height: 54px;
  margin-right: 27px;
  content: "";
  vertical-align: middle;
  background-image: url(img/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ui-img {
  position: relative;
  overflow: hidden;
}

.ui-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-tab-content {
  display: none;
  scroll-margin: 200px;
}

.js-tab-content.active {
  display: block;
}

.ui-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

.ui-number input[type=number] {
  width: 34px;
  height: 34px;
  padding: 0 5px;
  text-align: center;
  color: #777778;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.ui-number button {
  padding: 0 11px;
  cursor: pointer;
  color: #fff;
  border: 0;
  background-color: #76b312;
  transition: background .3s ease;
}

.ui-number button:first-child {
  border-radius: 2px 0 0 2px;
}

.ui-number button:last-child {
  border-radius: 0 2px 2px 0;
}

@media (min-width: 575.98px) {
  .is-mobile__hidden-min--sm {
    display: none !important;
  }

  .vi-warning {
    margin: 30px 0 40px 0;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: rgba(196, 196, 196, 0.3);
    line-height: 173%;
  }

  .vi-warning b {
    margin-top: 1px;
  }

  .tour-info__price {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 30px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .tour-info__img {
    max-width: 100%;
    border-radius: 5px;
  }

  .tour-booking input[type=text],
  .tour-booking textarea {
    min-width: 220px;
    min-height: 50px;
    padding: 8px 12px;
  }

  .tour-booking .ui-btn__date {
    min-height: 50px;
  }

  .tour-booking__group--input input[type=number] {
    width: 107px;
    min-height: 50px;
    padding: 8px 12px;
  }
}

@media (min-width: 767.98px) {
  .is-mobile__hidden-min--md {
    display: none !important;
  }

  .vi-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    padding-top: 27px;
    padding-bottom: 47px;
    color: rgba(34, 34, 34, 0.5);
    -ms-flex-wrap: wrap;
  }

  .vi-choice__header {
    display: grid;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-gap: 25px;
    grid-template-columns: 1fr;
    grid-template-columns: 275px 1fr;
  }

  .vi-choice__header > div {
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .vi-choice__container {
    grid-template-columns: 275px 1fr;
  }

  .vi-tour__list {
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .tabs__wrapper {
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px;
  }

  .tabs-header {
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    -ms-flex-wrap: wrap;
  }

  .tabs-header__item {
    margin: 0 !important;
    padding: 20px 75px;
    font-size: 17px;
  }

  .tabs-header__item:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 36px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #cdcdcd;
  }

  .tabs-content {
    margin: 0;
    padding: 65px 75px;
    -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 991.98px) {
  .tour-info {
    grid-template-columns: 1fr minmax(auto, 100%);
  }

  .section-price__item + .section-price__item {
    margin-left: 35px;
  }

  .vi-table__row {
    display: grid;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    grid-gap: 25px 55px;
    grid-template-columns: minmax(200px, 20%) repeat(auto-fit, minmax(200px, 100%));
  }

  .tour-step__list ul > li {
    padding-left: 10%;
  }

  .tour-step__list ul > li:not(:last-child)::after {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 2px;
    height: 100%;
    content: "";
    border-right: 2px dashed #76b312;
  }

  .tour-step__list ul > li h3 {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .tour-step__list ul > li h3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }

  .tour-booking__checkbox {
    padding-left: 16px;
  }
}

@media (max-width: 1170px) {
  .vi-header h1 {
    font-size: calc(
		22px + 23 * ((100vw - 320px) / 850)
		);
  }

  .vi-header__subtitle {
    font-size: calc(
		14px + 4 * ((100vw - 320px) / 850)
		);
  }

  .excursion-list li a {
    font-size: calc(
		13px + 2 * ((100vw - 320px) / 850)
		);
  }

  .vi-warning {
    font-size: calc(
		12px + 3 * ((100vw - 320px) / 850)
		);
  }

  .vi-choice {
    margin-bottom: calc(
		10px + 130 * ((100vw - 320px) / 850)
		);
  }

  .tour-article {
    min-height: calc(
		320px + 80 * ((100vw - 320px) / 850)
		);
  }

  .tour-article__content h3 {
    font-size: calc(
		16px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-article__price span {
    font-size: calc(
		10px + 1 * ((100vw - 320px) / 850)
		);
  }

  .tour-article__price span b {
    font-size: calc(
		14px + 1 * ((100vw - 320px) / 850)
		);
  }

  .vi-pagination li a {
    font-size: calc(
		14px + 1 * ((100vw - 320px) / 850)
		);
  }

  .tour-info {
    margin-bottom: calc(
		20px + 80 * ((100vw - 320px) / 850)
		);
  }
  
  .tour-info__text {
	  min-width:auto;
  }

  .tour-info__text h1 {
    font-size: calc(
		22px + 20 * ((100vw - 320px) / 850)
		);
  }

  .tour-info__subtitle {
    font-size: calc(
		12px + 4 * ((100vw - 320px) / 850)
		);
  }

  .tour-info__price b {
    font-size: calc(
		16px + 5 * ((100vw - 320px) / 850)
		);
  }

  .tour-info__price span {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tabs-header__item {
    font-size: calc(
		13px + 3 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content h2 {
    font-size: calc(
		16px + 10 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content__item p {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content__interest {
    margin-top: calc(
		60px + 50 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content__interest h2 {
    margin-bottom: calc(
		20px + 30 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content__description h2 {
    margin-bottom: calc(
		10px + 15 * ((100vw - 320px) / 850)
		);
  }

  .tabs-content__description .ui-btn__download {
    margin-top: calc(
		40px + 20 * ((100vw - 320px) / 850)
		);
  }

  .vi-table__row li {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .vi-table__title {
    font-size: calc(
		13px + 2 * ((100vw - 320px) / 850)
		);
  }

  .vi-table__description {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-step__list ul > li h3 {
    font-size: calc(
		13px + 7 * ((100vw - 320px) / 850)
		);
  }

  .tour-step__list ul > li p {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-step__list ul > li + li {
    margin-top: calc(
		30px + 10 * ((100vw - 320px) / 850)
		);
  }

  .tour-booking input[type=text],
  .tour-booking textarea {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-booking__info {
    font-size: calc(
		12px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-booking__title {
    font-size: calc(
		14px + 2 * ((100vw - 320px) / 850)
		);
  }

  .tour-booking__consent {
    font-size: calc(
		12px + 2 * ((100vw - 320px) / 850)
		);
  }

  .modal-header__content span {
    font-size: calc(
		12px + 3 * ((100vw - 320px) / 850)
		);
  }

  .modal-header__content span {
    margin-bottom: calc(
		16px + 9 * ((100vw - 320px) / 850)
		);
  }

  .modal-header__content h2 {
    font-size: calc(
		16px + 14 * ((100vw - 320px) / 850)
		);
  }

  .ui-btn {
    font-size: calc(
		14px + 1 * ((100vw - 320px) / 850)
		);
  }

  .ui-btn__download {
    font-size: calc(
		13px + 7 * ((100vw - 320px) / 850)
		);
  }

  .ui-btn__download::before {
    height: calc(
		34px + 20 * ((100vw - 320px) / 850)
		);
  }

  .ui-btn__download::before {
    width: calc(
		26px + 16 * ((100vw - 320px) / 850)
		);
  }

  .ui-btn__download::before {
    margin-right: calc(
		12px + 15 * ((100vw - 320px) / 850)
		);
  }
}

@media (max-width: 991.98px) {
  .section-price__row {
    margin: -9px;
  }

  .section-price__row > * {
    margin: 9px;
  }

  .vi-table__title {
    margin-bottom: 12px;
  }

  .tour-booking__add div + div {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .is-mobile__hidden--md {
    display: none !important;
  }

  .vi-breadcrumbs__back {
    display: block;
    width: 100%;
    text-align: center;
  }

  .vi-breadcrumbs__back a {
    text-decoration: none;
  }

  .vi-breadcrumbs > span:not(.vi-breadcrumbs__back), .mm_breadcrumbs {
    display: none;
  }
  .vi-breadcrumbs__back {
	width: 100%;
    padding-top: 20px;
    padding-bottom: 35px;
    color: #76b312;
    font-size: 14px;  
  }
  

  .vi-choice__group {
    display: none;
  }

  .vi-choice__titel {
    display: none;
  }

  .vi-choice__sorting {
    justify-content: space-between;
    padding: 20px 0;
    background-color: rgba(196, 196, 196, 0.3);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .vi-choice__sorting::before,
  .vi-choice__sorting::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: inherit;
  }

  .vi-choice__sorting::before {
    left: -100%;
  }

  .vi-choice__sorting::after {
    right: -100%;
  }

  .vi-choice__sorting input[type=submit],
  .vi-choice__sorting button {
    padding: 12px;
  }

  .vi-choice__sorting--filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .vi-choice__sorting--filters::after {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    content: url(img/icons/filters.svg);
    line-height: 0;
  }

  .vi-choice__sorting .ui-btn__date {
    flex: 0 1 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
  }

  .vi-filter {
    display: none;
  }

  .tour-info__text h1 {
    line-height: 136%;
  }

  .tabs__wrapper {
    max-width: 100%;
  }

  .tabs-header {
    flex-direction: column;
    width: 100%;
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .tabs-header__item {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
  }

  .tabs-header__item + .tabs-header__item {
    margin-top: 10px;
  }

  .tabs-content__price {
    margin: 20px 0 40px 0;
  }

  .vi-table__map {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .modal-container {
    width: 100%;
    margin: 0;
  }

  .modal-header {
    padding: 20px 20px 35px 20px;
  }

  .modal-content {
    padding: 20px 20px 35px 20px;
  }
}

@media (max-width: 575.98px) {
  .is-mobile__hidden--sm {
    display: none !important;
  }

  .vi-header h1 {
    text-align: center;
  }

  .vi-header__subtitle {
    text-align: center;
  }

  .vi-header .vi-breadcrumbs, .vi-header .mm_breadcrumbs {
    display: none;
  }

  .excursion-list {
    justify-content: center;
    padding-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .favorites-list .excursion-list {
    justify-content: start;
            max-width: 98%;
  }

  .excursion-list li a {
    padding: 10px 15px;
  }
  .favorites-list .excursion-list a:not(.btn) {
        padding: 7px 14px;
        font-size: 14px; 
  }
  .favorites-list .excursion-list li {
    margin: 0 !important;
  }
  .vi-choice__body.vi-tour.favorites-list {
    margin-right: 0;
  }
  .favorites-list .excursion-list {
    padding-top: 0px;
    margin-bottom: 24px;
  }
  .favorites-list .excursions-list.grid {
    display: block;
  }
  .favorites-list .excursions-list .excursions-item__box {
    margin-bottom: 8px;
  }

  .excursion-list__all {
    flex: 0 0 100%;
    padding-top: 20px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
  }

  .vi-pagination {
    margin: 30px 0;
  }

  .tour-info__text {
    text-align: center;
  }

  .tour-info__footer {
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .tour-info__price > * {
    margin: 0 4px;
  }

  .tour-info__img {
    margin-right: -10px;
    margin-left: -10px;
  }

  .section-price {
    padding: 20px 15px;
  }

  .section-price__row {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  .section-price__row + .section-price__row {
    margin-top: 20px;
  }

  .section-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
  }

  .section-price__item b {
    font-size: 16px;
  }

  .section-price--list > span:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tour-booking del {
    display: none;
  }

  .tour-booking textarea {
    min-height: 82px;
  }

  .tour-booking__item {
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    gap: 14px 20px;
  }

  .tour-booking__item label {
    font-size: 14px;
  }

  .tour-booking__group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .tour-booking__group--input {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .tour-booking__group--input > * {
    width: 100%;
  }

  .tour-booking__group--full {
    width: 100%;
  }

  .tour-booking__footer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
  }

  .tour-booking__footer .ui-btn {
    margin: 12px 0 14px 0;
  }

  .tour-booking__footer > * {
    margin: 0;
  }

  .tour-booking__price {
    order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .modal-header__content {
    padding-right: 25px;
  }

  .ui-btn {
    width: 100%;
  }

  .ui-btn__date {
    width: 100%;
    padding: 12px;
  }
}

.vi-main {
  font-family: "Inter", sans-serif !important;
}

.vi-main .mm_breadcrumbs {
  padding-bottom: 25px;
}

.vi-main .vi-table__row + .vi-table__row {
  margin-top: 16px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.mm_light-header h1 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #222;
  font-size: 45px;
  font-weight: 700;
}

.light-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex: 1 1 auto;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  gap: 5px 10px;
}

.light-header__flex h1 {
  margin: 0;
}

.events-calendar__link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #777778;
}

.events-calendar__link a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  font-weight: 400;
}

.events-calendar__link::before {
  margin-right: 5px;
  font-size: 20px;
}

.poster {
  position: relative;
  min-width: 0;
  margin-bottom: 50px;
}

.poster__slider {
  border-radius: 10px;
}

.poster__item {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 422px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #222;
}

.poster__item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  pointer-events: none;
  background: -o-linear-gradient(88.97deg, rgba(0, 0, 0, 0.65) 0.88%, rgba(0, 0, 0, 0.4225) 34.13%, rgba(0, 0, 0, 0) 55.35%);
  background: linear-gradient(1.03deg, rgba(0, 0, 0, 0.65) 0.88%, rgba(0, 0, 0, 0.4225) 34.13%, rgba(0, 0, 0, 0) 55.35%);
  inset: 0;
}

.poster__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 40px 35px;
}

.poster__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  inset: 0;
}

.poster__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.poster-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-flex-wrap: wrap;
  gap: 20px;
}

.poster-content__text h2 {
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 700;
}

.poster-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -ms-flex-wrap: wrap;
}

.poster-content__info > span + span {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}

.poster-content__right {
  text-align: right;
}

.poster-content__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #76b312;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.poster-content__link::before {
  margin-right: 10px;
  font-size: 22px;
}

.poster-content__link::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  inset: 0;
}

.filter {
  margin-bottom: 30px;
  width: 100%;
}

.filter-labels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  -ms-flex-wrap: wrap;
}

.filter-labels-list li {
  margin: 5px;
  padding: 0;
}

.filter-labels-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.filter-labels-list li.active a {
  color: #fff;
  background-color: #76b312;
}

.filter-labels-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 6px 12px;
  -webkit-transition: background-color 0.2s, ease-color 0.3s ease;
  -o-transition: background-color 0.2s, ease-color 0.3s ease;
  transition: background-color 0.2s, ease-color 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  background-color: #f0f0f0;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.filter-labels-list li .icon-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.filter-labels-list li .icon-star::before {
  margin-right: 8px;
  color: currentColor;
  font-size: 20px;
}

.filter-sorting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-wrap: wrap;
  gap: 10px;
}

.filter-sorting a,
.filter-sorting select {
  display: inline-block;
  min-height: 33px;
  padding: 5px 12px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  text-decoration: none;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.filter-sorting a.active {
  color: #fff;
  border-color: transparent;
  background-color: #76b312;
}

.filter-sorting select {
  padding-right: 35px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-sorting input,
.filter-sorting select {
  outline: none;
}

.filter-sorting--right {
  margin-left: auto;
}

.filter-sorting .ui__date {
  height: 33px;
}

.filter-sorting .ui__date .ui__date-input[type=text] {
  min-height: 100%;
}

.poster-list {
  display: grid;
  width: 100%;
  margin: 0px 0 60px 0;
  grid-gap: 40px 20px;
}

.poster-item {
  position: relative;
}

.poster-item__link::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  inset: 0;
}

.poster-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 275px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  border-radius: 10px;
  background-color: #222;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.poster-item picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  inset: 0;
}

.poster-item picture img {
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.poster-item h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.poster-item__info {
  margin-top: 13px;
}

.poster-item__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.poster-item__info span::before {
  margin-right: 6px;
  color: #76b312;
  font-size: 15px;
}

.poster-item__info span + span {
  margin-top: 6px;
}

.poster-item-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 12px 14px 12px;
  line-height: initial;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex: 1 1 auto;
  -ms-flex-direction: column;
}

.poster-item-img__top {
  margin-bottom: auto;
}

.poster-item-img__top .icon-star {
  color: #76b312;
  font-size: 26px;
  line-height: 0;
}

.poster-item-img__top,
.poster-item-img__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 10px;
}

.poster-label {
  padding: 4.2px 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background-color: rgba(34, 34, 34, 0.8);
  font-size: 13px;
  font-weight: 600;
}

.poster-label--price {
  background-color: #76b312;
}

.poster-label--danger {
  background-color: #c4300f;
}

.poster-list--not {
  margin: 70px 0;
}

.poster-list--not h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.poster-list--not input[type=reset] {
  padding: 12px 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #76b312;
  border: 1px solid #76b312;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
}

.content-poster {
  width: 100%;
  margin-bottom: 130px;
  padding: 40px 50px 60px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.3);
}

.content-poster__header {
  display: grid;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 30px 50px;
}

.content-poster__img picture {
  position: relative;
  display: block;
  overflow: hidden;
  height: 402px;
  border: 0px solid #e7e7e7;
  border-radius: 5px;
}

.content-poster__img picture::before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  padding: 17px 20px;
  content: "\e906";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.4);
  font-family: "icons";
  font-size: 15px;
}

.content-poster__img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-poster__description h1 {
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #222;
  font-size: 34px;
  font-weight: 700;
}

.content-poster__text {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.content-poster__text p + p {
  margin-top: 20px;
}

.content-poster__text a {
  text-decoration: none;
}

.content-poster__slider {
  max-width: 1000px;
  margin-top: 50px;
}

.content-poster__table {
  margin-top: 50px;
}

.content-interest {
  width: 100%;
  margin-bottom: 80px;
}

.content-interest > h2 {
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.poster-description__labels {
  margin-bottom: 30px;
}

.poster-description__labels ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 10px;
}

.poster-description__labels ul li {
  margin: 0;
  padding: 5px 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #76b312;
  border: 1px solid #76b312;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.poster-description__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #474747;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 4px 20px;
}

.poster-description__date span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 6px;
}

.poster-description__date span a {
  text-decoration: none;
  color: #76b312;
  border-bottom: 1px solid currentColor;
  line-height: 1;
}

.poster-description__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 15px 20px;
}

.poster-description__status {
  margin-bottom: 29px;
}

.order-price__price {
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #222;
  font-size: 21.3933px;
  font-weight: 700;
}
.order-price__price_sm {
  font-size: 18px;
}
.excursion-price__box .section-price__item div.order-price__price_sm, .excursion-reservation__box .tour-booking__group label b.order-price__price_sm {
  font-size: 16px;
}

.order-price__subtitle {
  margin: 0;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.vi-table-ul {
  margin: 0;
  margin-left: 17px;
  list-style: disc;
}

.vi-table-ul li {
  padding: 0 0 0 5px;
}

.vi-table-ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.vi-tour--slider .ui-btn__prev,
.vi-tour--slider .ui-btn__next {
  /*top: 125px;*/
}

ul li::before {
  content: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.2));
  border-radius: 50%;
  background-color: #fff;
  --swiper-navigation-size: 14px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #222;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  right: -30px;
}

.swiper-button-prev {
  left: -30px;
}

hr.hr {
  width: 100%;
  margin: 25px 0;
  opacity: 0.15;
  border-top: 1px solid #000;
}

.button-order {
  display: inline-block;
  padding: 17px 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #76b312;
  border-radius: 50px;
  background-color: #76b312;
  font-size: 16px;
  font-weight: 600;
}

.button-order:hover {
  background-color: #599739;
}

.button-order[disabled] {
  color: #d2d2d2;
  border-color: #d2d2d2;
  background-color: #fff;
}

.ui-btn__map::before {
  margin-right: 5px;
}

.ai-s {
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.zoom {
  cursor: pointer;
}

.zoom-popup {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.zoom-popup__bg {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
}

.zoom-popup__bg::before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\e902";
  cursor: pointer;
  color: #fff;
  font-family: "icons";
}

.zoom-popup__img {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (min-width: 47.99875em) {
  .poster-list {
    grid-gap: 60px 20px;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }
}

@media (min-width: 61.99875em) {
  .poster__item {
    border-radius: 10px;
  }

  .content-poster__header {
    grid-template-columns: minmax(290px, 397px) 1fr;
  }
}

@media (min-width: 1200px) {
  .poster-content__text {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }

  .poster-content__right {
    flex: 0 0 max-content;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 max-content;
  }
}

@media (max-width: 1200px) {
  .poster-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column-reverse;
  }

  .poster-content__info {
    font-size: 14px;
  }

  .poster-content__link {
    font-size: 14px;
  }

  .poster-content__link::before {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .vi-main .vi-breadcrumbs__back {
    padding-bottom: 20px;
  }
}

@media (max-width: 61.99875em) {
  .poster-content__text h2 {
    font-size: 24px;
  }

  .content-poster {
    margin-bottom: 50px;
  }

  .content-poster__description {
    order: -1;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .poster-description__labels ul {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .poster-description__date {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .poster-description__order {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 47.99875em) {
  .mm_light-header h1 {
    font-size: 22px;
  }

  .light-header__flex {
    margin: 25px 0;
  }

  .events-calendar__link a {
    font-size: 14px;
  }

  .events-calendar__link::before {
    font-size: 18px;
  }

  .poster {
    display: none;
  }

  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
  }

  .filter > hr.hr {
    display: none;
  }

  .filter > * + * {
    margin-bottom: 18px;
  }

  .filter-labels-list {
    overflow: auto;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .filter-labels-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .filter-labels-list--clear {
    order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
  }

  .filter-sorting {
    padding: 18px 0;
    background-color: rgba(196, 196, 196, 0.3);
  }

  .filter-sorting::after {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: inherit;
  }

  .filter-sorting::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: inherit;
  }

  .filter-sorting a {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }

  .filter-sorting--right {
    flex: 1;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
  }

  .poster-item h3 {
    margin-top: 10px;
  }

  .poster-item__info {
    margin-top: 8px;
  }

  .poster-list--not {
    margin-top: 30px;
  }

  .content-poster {
    padding: 25px 20px 40px 20px;
    border-radius: 10px;
  }

  .content-poster__img picture {
    height: 340px;
  }

  .content-poster__description h1 {
    font-size: 22px;
  }

  .content-poster__text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 157%;
  }

  .content-poster__slider {
    margin-top: 30px;
  }

  .content-poster__table {
    margin-top: 40px;
  }

  .content-interest > h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .poster-description__date {
    font-size: 15px;
  }

  .poster-description__order {
    margin-top: 25px;
  }

  .order-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 12px;
  }

  .order-price__price {
    font-size: 16px;
  }

  .order-price__subtitle {
    font-size: 14px;
  }

  .content-poster--slider {
    border-radius: 10px;
  }

  .content-poster--slider .ui-btn__prev {
    left: -13px;
  }

  .content-poster--slider .ui-btn__next {
    right: -13px;
  }

  .content-poster--slider .ui-btn__next,
  .content-poster--slider .ui-btn__prev {
    width: 34px;
    height: 34px;
    background-position: 13px center;
    background-size: 7px;
  }

  .content-poster--slider ul.slick-dots {
    bottom: 15px;
  }

  .content-poster--slider ul.slick-dots li button {
    width: 38px;
    height: 2px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .content-poster--slider ul.slick-dots li.slick-active button {
    width: 38px;
    height: 2px;
    background-color: #fff;
  }

  .button-order {
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .events-calendar__link:hover {
    color: #76b312;
  }

  .poster__item:hover .poster__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .poster__item:hover .poster__img img::after {
    opacity: 0.5;
  }

  .poster-content__link:hover {
    background-color: #599739;
  }

  .filter-labels-list li a:hover {
    color: #fff;
    background-color: #599739;
  }

  .filter-sorting a:hover,
  .filter-sorting select:hover {
    border-color: #777778;
  }

  .poster-item:hover .poster-item__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .poster-list--not input[type=reset]:hover {
    color: #000;
    border-color: #000;
  }
}

.poster {
    min-width: 100%;
}