@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

html,
body {
  height: 100%;
  min-width: 320px; }

body {
  color: #000;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent; }

a {
  color: inherit;
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

svg {
  height: 1em;
  width: 1em; }

svg path {
  stroke: inherit;
  fill: inherit; }

html {
  scroll-behavior: smooth; }

body {
  font-weight: 400;
  color: #858585; }

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

img {
  max-width: 100%; }

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

@supports (overflow: clip) {
  .wrapper {
    overflow: clip; } }

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.wrapper > * {
  min-width: 0; }

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/
[class*=container-new] {
  max-width: 87.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem; }

.select {
  position: relative;
  margin-bottom: 15px; }

.select__body {
  position: relative; }

.select__body:before {
  content: url(/images/icon-user.png);
  position: absolute;
  top: 12px;
  left: 18px; }

.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  height: 43px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #828282; }

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.875rem;
  padding: 11px 60px 11px 44px;
  gap: 0.625rem; }

.select__value > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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; }

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5; }

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

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%; }

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0px 5px 0px; }

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 11px 60px 11px 44px;
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #828282; }

.select__option._select-selected {
  background-color: #eee; }

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.select._select-open {
  z-index: 5; }

._select-tag {
  cursor: pointer; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: 0;
  top: -7px;
  background-color: #1BBEF2; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background-color: #DBDBDB;
  border-radius: 4px; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #1BBEF2; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  cursor: default;
  width: 16px;
  height: 16px; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc; }

.noUi-marker-sub {
  background: #aaa; }

.noUi-marker-large {
  background: #aaa; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px; }

.spollers__item {
  font-size: 1.25rem; }

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative; }

._spoller-init .spollers__title {
  cursor: pointer;
  /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */ }

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 1px;
  width: 6px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg); }

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg); }

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg); }

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg); }

.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DBDBDB; }

.tabs__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: rgba(90, 90, 90, 0.5);
  padding: 10px 70px;
  position: relative; }

.tabs__title._tab-active {
  color: #5A5A5A; }

.tabs__title._tab-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #1AC9FF; }

.tabs__content {
  padding: 2.5rem 0rem; }

[data-showmore-button] span:last-child {
  display: none; }

._showmore-active [data-showmore-button] span {
  display: none; }

._showmore-active [data-showmore-button] span:last-child {
  display: block; }

[class*=-ibg] {
  position: relative; }

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover; }

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain; }

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #5A5A5A; }

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #5A5A5A;
  margin-bottom: 20px; }

h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #5A5A5A;
  margin-bottom: 20px; }

.h3-bold {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #5A5A5A; }

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #4F4F4F; }

.main-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #858585; }

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list-disc {
  margin-left: 15px; }

.list-disc li {
  list-style-image: url(/images/list-disc.png);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #858585;
  padding-left: 12px; }

.list-check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px; }

.list-check li {
  list-style-image: url(/images/list-check.png);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #858585;
  padding-left: 10px; }

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px; }

.breadcrumbs-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }

.breadcrumb-main {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-100 {
  margin-bottom: clamp(2.813rem, 5.565rem, 6.25rem); }

.uppercase {
  text-transform: uppercase; }

.unactive-rating {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #B9B9B9; }

.overview-slider {
  width: 96%;
  overflow: hidden; }

.p-rel {
  position: relative; }

.line {
  width: 100%;
  height: 1px;
  background-color: #E3E3E3; }

.line-vertical {
  width: 1px;
  height: 14px;
  background-color: #5A5A5A; }

.line-100 {
  width: 80%; }

.line-75 {
  width: 75%; }

.line-50 {
  width: 50%; }

.line-25 {
  width: 25%; }

.line-10 {
  width: 10%; }

.hidden {
  display: none; }

.svg-rotate {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
  margin-bottom: 30px; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

.rating__stars span:not(.checked) {
  color: #BCBCBC; }

.rating__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #5A5A5A; }

.checked {
  color: #FFC107; }

.tour {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.tour:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

.tour__img {
  border-radius: 8px 8px 0 0;
  width: 100%; }

.tour__img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.tour__content {
  padding: 15px 22px 23px 26px; }

.tour__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 128%;
  text-transform: capitalize;
  color: #5A5A5A;
  margin-bottom: 8px; }

.tour__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

.tour__option .option-icon {
  width: 23px;
  height: 25px; }

.tour__option .option-icon svg {
  width: 100%;
  height: 100%; }

.tour__option .option-icon svg path {
  fill: #E0E0E0; }

.tour__option .option-icon-active svg {
  width: 100%;
  height: 100%; }

.tour__option .option-icon-active svg path {
  fill: #1BBEF2; }

.tour__option .option-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #E0E0E0; }

.tour__option .option-text-active p {
  color: #5A5A5A; }

.tour__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.tour__link a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #1BBEF2; }

.tour__link a::after {
  content: url(/images/arrow-right.svg);
  margin-left: 9px; }

.ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.ticket:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); }

.ticket__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ticket__pic img {
  border-radius: 8px 0 0 8px;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain; }

.ticket__content {
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 26px 30px; }

.ticket__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 128%;
  text-transform: capitalize;
  color: #5A5A5A; }

.ticket__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #858585;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  position: relative; }

.ticket .more-btn {
  position: absolute;
  /* right: 50px;
  bottom: 75px; */
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-decoration-line: underline;
  color: #2D9CDB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.ticket .more-btn::after {
  content: url(/images/arrow-right-lil.svg);
  margin-left: 4px; }

.ticket__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }

.ticket__icons .ticket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

.ticket__icons .ticket__icon svg path {
  fill: #E0E0E0; }

.ticket__icons .ticket__icon-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #E0E0E0; }

.ticket__icons .ticket__icon-active svg path {
  fill: #1BBEF2; }

.ticket__icons .ticket__icon-active-red svg path {
  fill: red; }

.ticket__icons .ticket__icon-text--active {
  color: #5A5A5A; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 60px; }

.paging__btn {
  width: 38px;
  height: 38px;
  background-color: #F5F5F5;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  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;
  text-align: center;
  color: #5A5A5A;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.paging__btn:hover {
  background-color: #1BBEF2;
  color: #ffffff; }

.paging__arrow {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17); }

.paging__arrow:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.17); }

.paging__prev {
  margin-right: 11px; }

.paging__next {
  margin-left: 11px; }

.paging__next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.paging__btn-active {
  background-color: #1BBEF2;
  color: #ffffff; }

.slider-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%; }

.gallery-main {
  width: 580px;
  height: 408px; }

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
  position: absolute;
  height: 75px;
  width: 40px;
  color: #ffffff; }

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
  font-size: 12px; }

.gallery-main .swiper-button-prev {
  left: 0;
  top: 190px; }

.gallery-main .swiper-button-next {
  right: 40px;
  top: 190px; }

.gallery-main img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 540px;
  height: 408px; }

.gallery-thumbs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 159px;
  height: 408px; }

.gallery-thumbs .swiper-slide {
  width: 159px;
  opacity: 0.5; }

.gallery-thumbs .swiper-slide img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 159px;
  height: 99px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px; }

.gallery-thumbs .swiper-slide-active {
  opacity: 1; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.thumbs-btn {
  position: absolute;
  bottom: 16px;
  left: 39px;
  z-index: 20;
  color: #ffffff;
  background: -o-linear-gradient(right, #1BBEF2 -1.4%, #43D9E8 100%), -o-linear-gradient(0.15deg, #FBA94D -27.45%, #FF8600 99.81%);
  background: linear-gradient(270deg, #1BBEF2 -1.4%, #43D9E8 100%), linear-gradient(89.85deg, #FBA94D -27.45%, #FF8600 99.81%);
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 14px; }

/**
 * Optionnal
 */
.no-webp .sticker {
  background-image: url(/images/sticker.png); }

.sticker-red {
  background-image: url(/images/sticker-red.png); }

.sticker {
  background-repeat: no-repeat;
  width: 146px;
  height: 35px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  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: absolute;
  top: 14px;
  left: 0; }

.sticker-red {
  background-repeat: no-repeat;
  width: 146px;
  height: 35px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  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: absolute;
  top: 14px;
  left: 0; }

.buttons {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  width: 156px;
  position: absolute;
  top: 25px;
  left: -90px;
  z-index: 10;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.button {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5A5A5A; }

.button-copy {
  margin-bottom: 18px; }

.button-copy::before {
  content: url(/images/icon-copy.svg);
  margin-right: 10px; }

.button-share::before {
  content: url(/images/icon-share.svg);
  margin-right: 10px; }

.header-new {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
  border-bottom: 1px solid #DBDBDB; }

.navbar-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  width: 100%;
  height: 4.25rem;
  margin: 0 auto; }

.brand-new {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 800;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

.brand-new span {
  color: #1BBEF2; }

.dropdown-new {
  position: relative; }

.dropbtn-new {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px; }

.dropdown-content-new {
  display: none;
  position: absolute;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content-new a {
  color: #858585;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-new:hover .dropdown-content-new {
  display: block; }

.menu-inner-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }

.menu-link-new {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.menu-link-new:hover {
  color: #1BBEF2; }

.search-new {
  position: relative; }

.search-new__input-block-new {
  position: absolute;
  top: -15px;
  left: -70px; }

.search-new__input-new {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 11px 9px 11px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5A5A5A;
  width: 158px;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.search-new__input-new:focus {
  outline: none;
  width: 335px; }

.search-new__icon-new {
  position: absolute;
  top: 9px;
  left: 11px; }

/* clears the ‘X’ from Internet Explorer */
input[type=search-new]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search-new]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the ‘X’ from Chrome */
input[type=search-new]::-webkit-search-decoration,
input[type=search-new]::-webkit-search-cancel-button,
input[type=search-new]::-webkit-search-results-button,
input[type=search-new]::-webkit-search-results-decoration {
  display: none; }

.menu-contact-new p {
  font-size: 16px;
  font-weight: 300;
  line-height: 146.7%; }

.menu-contact-new a {
  font-size: 16px;
  font-weight: 600; }

.lang__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 134%;
  color: #A69389; }

.lang__link--unactive {
  color: rgba(166, 147, 137, 0.5); }

.lang p {
  font-weight: 500;
  font-size: 16px;
  line-height: 134%;
  color: #A69389; }

.burger-new {
  position: absolute;
  right: 22px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  transition: 0.35s ease; }

.burger-line-new {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #1BBEF2;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.burger-line-new:nth-child(1) {
  top: 0px; }

.burger-line-new:nth-child(2) {
  top: 0.5rem; }

.burger-line-new:nth-child(3) {
  top: 1rem; }

.burger-new.is-active .burger-line-new:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.burger-new.is-active .burger-line-new:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden; }

.burger-new.is-active .burger-line-new:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.on-scroll {
  background-color: red; }

.city-promo {
  margin-top: 70px;
  margin-bottom: 60px; }

.main-info__image {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 10px; }

.main-info__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2; }

.main-info__content {
  padding-top: 16px; }

.city-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #5A5A5A;
  margin-bottom: 16px; }

.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #858585;
  margin-bottom: 20px;
  min-height: 130px; }

.description p {
  margin-bottom: 15px; }

.description .moreText {
  display: none; }

.description .text.show-more .moreText {
  display: inline;
  -webkit-transition: display, 0.3s, ease-in;
  -o-transition: display, 0.3s, ease-in;
  transition: display, 0.3s, ease-in; }

.description .text.show-more .dots {
  display: none; }

.description button span {
  color: #1BBEF2; }

.description button span svg {
  width: 10px;
  height: 10px; }

.description button span svg path {
  fill: #1BBEF2; }

.location-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: capitalize;
  color: #2D9CDB; }

.location-link::before {
  content: url(/images/icon-location.svg);
  margin-right: 17px; }

.features-tabs {
  margin-bottom: 110px; }

.overview-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1111/518; }

.similar-tours {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 30px; }

.swiper-tags {
  position: relative; }

.swiper-tags .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.slide-link__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #DBDBDB;
  border-radius: 100px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: -0.0075em;
  color: #858585;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.slide-link__block:hover {
  border: 1px solid #1BBEF2;
  background-color: #1BBEF2;
  color: #ffffff; }

.nex-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1BBEF2;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.variants {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto 30px 73%;
  grid-template-columns: auto 73%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px 30px;
  grid-template-areas: ". ."; }

.spollers-filter {
  position: sticky;
  top: 100px; }

.spollers-filter__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #5A5A5A; }

.spollers-filter__body {
  padding-top: 20px;
  padding-bottom: 30px; }

.spollers-filter__body .spoller__text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #828282; }

.spollers-filter__body .spoller__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.spollers-filter__body .spoller__tag {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  padding: 5px 8px;
  border-radius: 20px; }

.spoller-tag-active {
  border: 1px solid #1bbef2;
  background-color: #1bbef2;
  color: #fff; }

.spoller-tag-inactive {
  border: rgba(219, 219, 219, 0.5);
  color: #828282;
  background-color: rgba(219, 219, 219, 0.5); }

.spollers-filter__checkboxes {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #858585; }

.spollers-filter__checkboxes .checkbox-label {
  cursor: pointer; }

.spollers-filter__checkboxes input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  line-height: 1em;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  margin-bottom: 12px;
  margin-right: 18px;
  vertical-align: top;
  text-align: center;
  border: 2px solid #CDCDCD;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  text-align: right;
  line-height: 1em;
  height: 20px;
  width: 100px;
  margin-top: 3px;
  margin-bottom: 12px;
  margin-right: 18px;
  vertical-align: top;
  text-align: center;
  border: 2px solid #cdcdcd;
  border-radius: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.spollers-filter__checkboxes input[type=checkbox]:focus,
.spollers-filter__checkboxes input[type=radio]:focus {
  outline: none; }

.spollers-filter__checkboxes input[type=checkbox]:before,
.spollers-filter__checkboxes input[type=radio]:before {
  content: "";
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.spollers-filter__checkboxes input[type=checkbox]:not(.switch):before {
  content: url(/images/check.png);
  left: 2px;
  width: 13px;
  height: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 65%;
  -ms-transform-origin: 50% 65%;
  transform-origin: 50% 65%; }

.spollers-filter__checkboxes input[type=checkbox]:not(.switch):checked {
  background-color: #1BBEF2;
  border-color: #1BBEF2; }

.spollers-filter__checkboxes input[type=checkbox]:not(.switch):checked:before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.range {
  width: 97%; }

.range__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.range__data p:first-child {
  color: #DBDBDB; }

.range__input {
  height: 2px; }

.breadcrumbs-block {
  margin-top: 70px;
  padding-top: 16px;
  margin-bottom: 30px; }

.tour-intro .tour-intro__wrapper {
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tour-intro__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }

.tour-intro__share {
  position: relative; }

.tour-intro__share .share-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5A5A5A; }

.tour-intro__share .share-btn::before {
  content: url(/images/icon-upload.svg);
  margin-right: 8px; }

.location-link--black {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: capitalize;
  color: #5A5A5A; }

.location-link--black::before {
  content: url(/images/icon-location-black.svg);
  margin-right: 6px; }

.order {
  background: #F5F5F5;
  border-radius: 6px;
  padding: 65px 22px 25px 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  position: relative; }

.order__price .price-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  text-transform: lowercase;
  color: #5A5A5A; }

.order__price .price-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%; }

.order__price .guarantee {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #828282; }

.order__select p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #5A5A5A; }

.order__content-strong {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #5A5A5A; }

.order__content-thin {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #858585; }

input[type=date] {
  background-color: #fff;
  padding: 11px 60px 11px 44px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #828282;
  border-radius: 6px;
  outline: none;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  height: 43px; }

.no-webp ::-webkit-calendar-picker-indicator {
  background: url(/images/icon-calendar.png) no-repeat; }

::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 13px;
  left: 18px;
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  width: 20px;
  height: 20px;
  border-width: thin; }

.send-form {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  color: #FFFFFF;
  background: -o-linear-gradient(right, #1BBEF2 -1.4%, #43D9E8 100%), -o-linear-gradient(0.15deg, #FBA94D -27.45%, #FF8600 99.81%);
  background: linear-gradient(270deg, #1BBEF2 -1.4%, #43D9E8 100%), linear-gradient(89.85deg, #FBA94D -27.45%, #FF8600 99.81%);
  border-radius: 50px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 11px; }

.tour-tabs {
  margin-bottom: 100px; }

.tour-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.tour-tabs__title {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  gap: 4px;
  border: 1px solid #DBDBDB;
  border-radius: 100px; }

.tour-tabs__title._tab-active {
  border: 1px solid #1BBEF2;
  color: #ffffff;
  background-color: #1BBEF2; }

.review-total__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

.review-total .__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #828282; }

.average-mark {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #4F4F4F; }

.review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 610px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.review-star__mark {
  width: 54px; }

.review-star__mark p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #4F4F4F;
  white-space: nowrap; }

.review-star__line {
  height: 7px;
  background-color: #FFC107; }

.review__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px; }

.review__data-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.review__data-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #4F4F4F; }

.review__date p {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #828282;
  margin-bottom: 13px; }

.review__text {
  max-width: 873px; }

.review__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #828282; }

.review__response {
  background-color: #F5F5F5;
  margin-bottom: 26px;
  padding: 13px 30px 22px 30px; }

.data-mark {
  width: 15px;
  height: 15px;
  background-color: rgba(27, 190, 242, 0.2);
  border: 1px solid #1BBEF2;
  border-radius: 50%;
  position: relative; }

.data-mark__core {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1BBEF2;
  position: absolute;
  top: 3.5px;
  left: 3px; }

.responce__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #4F4F4F;
  margin-bottom: 12px; }

.responce__title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #828282; }

.responce__title::before {
  content: url(/images/icon-response.png);
  margin-right: 7px; }

.responce__text {
  max-width: 873px; }

.responce__text .response-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #828282; }

.block__more--response {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #2D9CDB;
  position: relative; }

.block__more--response::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #2D9CDB; }

.footer-new {
  padding-bottom: 30px; }

.footer-new__data-new {
  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;
  margin-bottom: 24px; }

.data-new__links-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }

.data-new__links-new a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.data-new__links-new a:hover {
  color: #1BBEF2; }

.social-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }

.social-new__text-new {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #858585; }

.social-new__icons-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }

.footer-new__copyright-new p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #8F8F8F; }

@media only screen and (min-width: 1010px) {
  .menu-wrapper-new {
    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: 100px;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding-right: 0;
    margin-left: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .menu-wrapper-inner-new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin: 0 auto; }
  .menu-wrapper-link-new {
    text-transform: capitalize; }
  .menu-wrapper-block-new {
    margin-left: 2rem; }
  .burger-new {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 1009px) {
  .menu-wrapper-new {
    visibility: hidden; } }

@media (min-width: 1099px) {
  .ticket__icons .ticket__icon-text {
    display: none; } }

@media (max-width: 1150px) {
  .ticket__description {
    -webkit-line-clamp: 2;
    line-clamp: 2; }
  .menu-inner-new {
    gap: 20px; } }

@media (max-width: 1140px) {
  .slider-gallery {
    gap: 10px; } }

@media (max-width: 1135px) {
  .ticket .more-btn {
    right: 60px;
    bottom: 25px; } }

@media (max-width: 1115px) {
  .gallery-thumbs {
    display: none; }
  .thumbs-btn {
    display: none; } }

@media (max-width: 1100px) {
  .ticket .more-btn {
    left: 30px;
    bottom: 10px; }
  .ticket__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 1080px) {
  .menu-inner-new {
    gap: 15px; } }

@media (max-width: 1010px) {
  .menu-inner-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .search-new__input-block-new {
    left: 0; } }

@media (max-width: 980px) {
  .tabs__navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none; }
  .tabs__title {
    width: 100%; }
  .paging {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .variants {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
    gap: 30px 0;
    grid-template-areas: "." "."; } }

@media (max-width: 945px) {
  .footer-new__data-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; } }

@media (max-width: 930px) {
  .overview-slider {
    width: 100%; }
  .nex-btn {
    display: none; } }

@media (max-width: 870px) {
  .gallery-main {
    text-align: center;
    width: 100%;
    height: auto; }
  .gallery-main .swiper-button-prev {
    left: 20%; }
  .gallery-main .swiper-button-next {
    right: 20%; }
  .tour-intro .tour-intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; } }

@media (max-width: 820px) {
  .tour-tabs__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 800px) {
  .gallery-main .swiper-button-prev {
    left: 15%; }
  .gallery-main .swiper-button-next {
    right: 15%; } }

@media (max-width: 780px) {
  .features-tabs {
    margin-bottom: 60px; } }

@media (max-width: 730px) {
  .ticket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ticket__pic img {
    border-radius: 8px 8px 0 0;
    max-width: 100%; }
  .ticket .more-btn {
    left: 340px;
    bottom: 25px; } }

@media (max-width: 700px) {
  .data-new__links-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .footer-new__copyright-new p {
    text-align: center; } }

@media (max-width: 660px) {
  .gallery-main .swiper-button-prev {
    left: 10%; }
  .gallery-main .swiper-button-prev {
    left: 0; }
  .gallery-main .swiper-button-next {
    right: 10%; }
  .gallery-main .swiper-button-next {
    right: 0; } }

@media (max-width: 540px) {
  .flex-wrapper {
    display: block; }
  .buttons {
    left: 0; } }

@media (max-width: 500px) {
  .line-vertical {
    display: none; }
  .search-new__input-new:focus {
    width: 200px; }
  .tour-intro__data {
    -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: start;
    gap: 10px; } }

@media (max-width: 470px) {
  .ticket .more-btn {
    left: 245px; } }

@media (max-width: 375px) {
  .ticket .more-btn {
    left: 200px; } }

@media (max-width: 370px) {
  .tour {
    max-width: 320px; } }

@media (max-width: 61.99875em) {
  .columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; } }

@media (max-width: 47.99875em) {
  .main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px; }
  .main-info__image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
  .main-info__content {
    padding-left: 0;
    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; } }

@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9; } }

.webp .sticker {
  background-image: url(/images/sticker.webp); }

.webp ::-webkit-calendar-picker-indicator {
  background: url(/images/icon-calendar.webp) no-repeat; }

.included-item,
.excluded-item {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #858585;
  padding-left: 30px; }

.included-item::before,
.excluded-item::before {
  content: "";
  position: absolute;
  background-size: cover; }

.inclusions-content .included-item::before {
  background: url(../images/check-in-blue.svg) center no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  padding-left: 15px; }

.exclusions-content .excluded-item::before {
  background: url(../images/red-close.svg) center no-repeat;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 2px;
  padding-left: 15px; }

.departure-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #858585; }

.tour__link-watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px; }

.tour__link-watch a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #1BBEF2; }

.tour__link-watch a::after {
  content: url(/images/arrow-right.svg);
  margin-left: 9px; }

@media only screen and (max-width: 1100px) {
  .tour__link-watch {
    bottom: 0px; } }

@media only screen and (max-width: 1009px) {
  .ticket .more-btn {
    position: unset; } }
