@charset "UTF-8";
:root {
  --font-family: "GolosTextWeb", sans-serif;
  --content-width: 1216px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --primary: #002C7D;
  --blue: #004DE8;
  --text: #404040;
  --red: #D61D3B;
  --red-shadow: #A3162D;
  --green: #27AE60;
  --muted: #C6C7C7;
  --middle: #7A7A7A;
  --yellow: #FFC700;
  --dark-grey: #ADADAE;
  --light-grey: #EAEAEA;
  --light-grey2: #F5F5F5;
  --grey: #f5f5f5;
  --drop-shadow: 0 0 20px rgba(18, 18, 18, 0.4);
  --menu-drop-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  src: url("../fonts/Golos-Text_Black.eot");
  src: url("../fonts/Golos-Text_Black.woff2") format("woff2"), url("../fonts/Golos-Text_Black.woff") format("woff"), url("../fonts/Golos-Text_Black.ttf") format("truetype");
  font-family: "GolosTextWeb";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Golos-Text_Bold.eot");
  src: url("../fonts/Golos-Text_Bold.woff2") format("woff2"), url("../fonts/Golos-Text_Bold.woff") format("woff"), url("../fonts/Golos-Text_Bold.ttf") format("truetype");
  font-family: "GolosTextWeb";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Golos-Text_DemiBold.eot");
  src: url("../fonts/Golos-Text_DemiBold.woff2") format("woff2"), url("../fonts/Golos-Text_DemiBold.woff") format("woff"), url("../fonts/Golos-Text_DemiBold.ttf") format("truetype");
  font-family: "GolosTextWeb";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Golos-Text_Medium.eot");
  src: url("../fonts/Golos-Text_Medium.woff2") format("woff2"), url("../fonts/Golos-Text_Medium.woff") format("woff"), url("../fonts/Golos-Text_Medium.ttf") format("truetype");
  font-family: "GolosTextWeb";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url("../fonts/Golos-Text_Regular.eot");
  src: url("../fonts/Golos-Text_Regular.woff2") format("woff2"), url("../fonts/Golos-Text_Regular.woff") format("woff"), url("../fonts/Golos-Text_Regular.ttf") format("truetype");
  font-family: "GolosTextWeb";
  font-weight: 400;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
  line-height: 130%;
  color: var(--text);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  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;
  min-height: 100dvh;
}
.site-container main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-container footer {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

textarea {
  background-image: url("../img/svg/icon-corner-message.svg");
  background-position: bottom 8px right 8px;
  background-size: 12px;
  background-repeat: no-repeat;
}

textarea:focus {
  outline: 1px solid var(--primary);
}

select:focus {
  outline: 1px solid var(--primary);
}

.main-title {
  margin: 0;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 73px);
  line-height: 100%;
}

h1,
.h1-title {
  margin: 0;
  font-weight: 500;
  font-size: 42px;
  line-height: 110%;
  color: var(--primary);
}

h2,
.h2-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
}

h3,
.h3-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 115%;
}

h4,
.h4-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}

h5,
.h5-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
}

.btn-primary {
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
}
.btn-primary .icon {
  fill: currentcolor;
}
.btn-primary:hover {
  background: var(--blue);
}

.btn-danger {
  border-radius: 32px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
}
.btn-danger .icon {
  fill: currentcolor;
}
.btn-danger:hover {
  background: var(--red-shadow);
}

.btn-transparent {
  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;
  border: 1px solid #fff;
  border-radius: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  background: rgba(18, 18, 18, 0.3);
  gap: 12px;
}
.btn-transparent .icon {
  fill: currentcolor;
}
.btn-transparent:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.btn-round-border {
  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;
  border: 1px solid var(--primary);
  border-radius: 32px;
  padding: 0 16px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-round-border:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.btn-round-border.red {
  border-color: var(--red);
}
.btn-round-border.red:hover {
  border-color: var(--red-shadow);
  color: var(--red-shadow);
}

.btn-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary);
  gap: 4px;
}

.btn-booking {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 40px;
  padding: 8px 16px;
  height: 36px;
  font-weight: 500;
  color: #fff;
  background: var(--red);
}

.btn-primary-transparent {
  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;
  border: 1px solid var(--primary);
  border-radius: 32px;
  width: 235px;
  height: 52px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  gap: 4px;
  max-width: 100%;
}
.btn-primary-transparent .icon {
  width: 25px;
  height: 25px;
  fill: currentcolor;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.55;
}

.swiper-button-prev,
.swiper-button-next {
  width: 42px;
  height: 42px;
}

.swiper-button-prev {
  background-image: url("../../img/svg/swiper-arrow-left.svg");
}

.swiper-button-next {
  background-image: url("../../img/svg/swiper-arrow-right.svg");
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.send-rev-btn {
  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;
  border-radius: 12px;
  color: var(--primary);
  background: #fff;
  gap: 12px;
}

.load-more {
  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;
  margin: auto;
  border: 1px solid var(--primary);
  border-radius: 32px;
  width: 214px;
  height: 49px;
  font-weight: 500;
  color: var(--primary);
  gap: 4px;
}
.load-more .icon {
  width: 25px;
  height: 25px;
  fill: currentcolor;
}

.radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  cursor: pointer;
  gap: 4px;
}
.radio-button .error {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.radio-button input {
  display: none;
  width: 0;
  height: 0;
}

.radio-button span:not(.error) {
  position: relative;
  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;
  margin-right: 5px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #fff;
}

.radio-button:hover span:not(.error) {
  background-color: var(--light-grey);
}

.radio-button input:checked + span:not(.error)::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
}

.radio-button:hover input:checked + span:not(.error) {
  background-color: var(--light-grey);
}

.radio-button input:checked + span:not(.error) {
  background-color: #fff;
}

.radio-button input:disabled + span:not(.error) {
  background-color: #e5e5e5;
}

.red {
  color: var(--red);
}

.control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  gap: 12px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
}

.control:hover .control_indicator {
  background: var(--light-grey2);
}

.control input:checked ~ .control_indicator::before {
  background: var(--primary);
}

.control_indicator::after {
  content: "";
  position: absolute;
  display: none;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

.control input:checked ~ .control_indicator::after {
  display: block;
}

.control-checkbox .control_indicator::after {
  left: 10px;
  top: 13px;
  z-index: 2;
  width: 19px;
  height: 14px;
  background-image: url("../../img/svg/check-icon.svg");
}

.control_indicator::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
}

.back-page {
  display: none;
  padding-top: 24px;
  color: var(--blue);
}

#prepaymentForm .btn-primary {
  padding: 0 16px;
  height: 48px;
}

p.green {
  color: var(--green);
}

p.red {
  color: var(--red);
}

.radio__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
}
.radio__link::before {
  content: "";
  margin-right: 8px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.radio__link:hover {
  color: var(--primary);
}
.radio__link:hover::before {
  background-color: var(--light-grey);
}
.radio__link-active::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: var(--primary);
}

@media screen and (width <= 768px) {
  .back-page {
    display: block;
  }
  .container {
    padding: 0 24px;
  }
}
.content > img,
.content .article__figure {
  margin: 40px 0 30px;
  max-width: 100%;
}
.content h3,
.content .h3-title {
  margin: 20px 0 15px;
}

.article .content h1,
.article .content .h1-title {
  margin: 30px 0;
}
.article .content h1 + img,
.article .content .h1-title + img {
  margin-top: 0;
  border-radius: 12px;
  aspect-ratio: 16/9;
}
.article .content > p {
  line-height: 130%;
}
.article .content > p + img {
  margin-top: 24px;
  border-radius: 12px;
  aspect-ratio: 16/9;
}
.article .content > img + p {
  margin-top: 0;
}
.article .content > p + p {
  margin-top: 12px;
}
.article .content > .article__figure img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 16/9;
}

.article .article__author {
  margin-top: 32px;
}

.article .article__author a{
  color: var(--primary);
  padding-left: 8px;
}

.itc-select {
  position: relative;
  width: 100%;
}

.itc-select__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.itc-select__toggle::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
  background-size: cover;
}

.itc-select__toggle:focus {
  outline: none;
}

.itc-select_show .itc-select__toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.itc-select__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.9rem;
  z-index: 2;
  display: none;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  background-color: #fff;
}

.itc-select_show .itc-select__dropdown {
  display: block;
}

.itc-select_show .itc-select__backdrop {
  display: block;
}

.itc-select__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.itc-select__option {
  padding: 0.375rem 0.75rem;
}

.itc-select__option_selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e1f5fe;
}

.itc-select__option_selected::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  color: #0277bd;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
  background-size: cover;
}

.itc-select__option:hover {
  background-color: #f5f5f5;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  cursor: pointer;
}

.header {
  /* .header__top */
  /* .header__top-nav */
  /* .header__center */
  /* .header__bottom */
  /* .header__nav */
}
.header__burger, .header__burger-mobile {
  position: relative;
  border-radius: 40px;
  padding: 0 12px;
  cursor: pointer;
}
.header__burger:hover, .header__burger-mobile:hover {
  background: var(--light-grey2);
}
.header__burger.active .burger__line, .header__burger-mobile.active .burger__line {
  background: var(--primary);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header__burger.active .burger__line::before, .header__burger-mobile.active .burger__line::before {
  top: 0;
  background: var(--red);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__burger.active .burger__line::after, .header__burger-mobile.active .burger__line::after {
  display: none;
}
.header__burger.active .header__burger-menu, .header__burger-mobile.active .header__burger-menu {
  opacity: 1;
  pointer-events: all;
}
.header__burger-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 6;
  border-radius: 12px;
  width: 320px;
  -webkit-box-shadow: var(--menu-drop-shadow);
  box-shadow: var(--menu-drop-shadow);
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.header__burger-menu a, .header__burger-menu span {
  display: block;
  padding: 13px 16px;
  font-size: 16px;
  text-transform: none;
  color: var(--text);
}
.header__burger-menu a:hover, .header__burger-menu span:hover {
  color: var(--blue);
  background: var(--light-grey2);
  cursor: pointer;
}
.header__burger-menu li.highlight {
  color: var(--blue);
  background: var(--light-grey2);
}
.header__burger-menu li.highlight span, .header__burger-menu li.highlight a {
  color: var(--blue);
}
.header__burger-menu .lang-item {
  border-top: 1px solid var(--light-grey);
}
.header__burger-menu .lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__burger-menu .lang-item a:hover {
  color: var(--blue);
}
.header__burger-menu .lang-item a:hover::after {
  color: var(--blue);
}
.header__burger-menu .lang-item a::after {
  content: attr(data-lang);
  color: var(--primary);
}
.header__top {
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header__top-nav {
  padding-top: 8px;
}
.header__top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}
.header__top-nav a {
  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;
  width: 156px;
  height: 36px;
  font-size: 14px;
  color: #fff;
}
.header__top-nav .nav__link--active {
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  color: var(--primary);
  background: #fff;
}
.header__center-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  gap: 16px;
}
.header__logo img {
  width: 233px;
}
.header__bottom {
  height: 64px;
  background: var(--primary);
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 64px;
}
.header__nav li {
  width: 100%;
}
.header__nav .nav__list > li.highlight {
  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;
  height: 100%;
  color: #fff;
  background: var(--blue);
}
.header__nav .nav__list > li.highlight .nav__link--active {
  text-transform: uppercase;
}
.header__nav .dropdown__menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  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;
  height: auto;
  -webkit-box-shadow: var(--menu-drop-shadow);
  box-shadow: var(--menu-drop-shadow);
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.header__nav .dropdown__menu a, .header__nav .dropdown__menu .nav__link--active {
  display: block;
  padding: 13px 16px;
  min-width: 197px;
  font-size: 16px;
  text-transform: none;
  color: var(--text);
}
.header__nav .dropdown__menu a:hover, .header__nav .dropdown__menu .nav__link--active:hover {
  color: var(--blue);
  background: var(--light-grey2);
}
.header__nav .dropdown__menu .nav__link--active {
  color: var(--blue);
  background: var(--light-grey2);
}
.header__nav > ul .nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  gap: 6px;
}
.header__nav > ul .nav__item:hover {
  background: var(--blue);
}
.header__nav > ul .nav__item:hover .dropdown__menu {
  opacity: 1;
  pointer-events: all;
}
.header__nav li.dropdown::after {
  content: "";
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #fff transparent transparent;
  width: 0;
  height: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header__nav a {
  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;
  height: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.header__inner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 39%;
  flex: 1 39%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.header__inner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 39%;
  flex: 1 39%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: var(--text);
  gap: 8px;
}
.header__phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../img/svg/icon-phone.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.header__phone img {
  width: 24px;
  height: 24px;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--text);
  gap: 10px;
}

.burger {
  height: 48px;
  /* .burger__line */
  text-transform: uppercase;
}
.burger__line {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  background: var(--red);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 28px;
  height: 3px;
  background: var(--primary);
}
.burger__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 3px;
  background: var(--primary);
}

.search form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--light-grey);
  border-radius: 24px;
  padding: 4px 5px;
  max-width: 255px;
}
.search form:hover {
  border: 1px solid var(--primary);
}
.search form:hover .btn-clear {
  opacity: 1;
}
.search button {
  padding: 7px 12px;
}
.search input {
  outline: none;
  border: none;
  padding-right: 35px;
  max-width: 164px;
}
.search .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  fill: var(--red);
}
.search .btn-clear {
  position: absolute;
  right: 60px;
  top: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 0;
  width: 24px;
  height: 24px;
  background: var(--light-grey);
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search .btn-clear .icon {
  width: 10px;
  height: 10px;
  fill: var(--text);
}
.search .btn-clear .icon:hover {
  fill: var(--red);
}

.search-mobile {
  display: none;
}
.search-mobile .icon {
  width: 32px;
  height: 32px;
  fill: var(--red);
}

.search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
}
.search-item a, .search-item .nav__link--active {
  width: 100%;
}
.search-item .icon {
  width: 24px;
  height: 24px;
  fill: var(--primary);
}

.search-icon {
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.search-icon .icon {
  width: 32px;
  height: 32px;
  fill: var(--red);
}

.default .header__phone::before {
  background-image: url("../../img/svg/ewt-phone-icon.svg");
}

.header__nav > ul .nav__item:first-child {
  background: var(--red);
}

@media screen and (width >= 1025px) {
  .header__burger-mobile {
    display: none;
  }
  .header__nav > ul > .nav__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__nav > ul > .nav__item > a {
    text-align: center;
  }
}
@media screen and (width <= 1024px) {
  .header__burger,
  .header__phone,
  .header__bottom {
    display: none;
  }
  .search-icon {
    display: -ms-grid;
    display: grid;
  }
  .search {
    position: fixed;
    left: 50%;
    top: 150px;
    z-index: 5;
    border-radius: 32px;
    width: 98%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    margin-inline: auto;
  }
  .search input {
    width: 100%;
    max-width: 100%;
  }
  .search form {
    width: 100%;
    max-width: 100%;
  }
  .search.active {
    opacity: 1;
    pointer-events: all;
  }
  .header__center-inner {
    height: 75px;
  }
  .header__center {
    border-bottom: 1px solid var(--light-grey);
  }
  .header__nav .nav__link--active {
    margin: 0;
  }
}
.header__mobile {
  position: absolute;
  left: -999%;
  top: 50px;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.header__mobile.active:not(.sub-menu.active) {
  left: 0;
}
.header__mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-grey);
  padding: 8px 16px;
}
.header__mobile-top img {
  max-width: 152px;
}
.header__mobile .nav {
  /* .nav__list */
  /* .nav__item */
  /* .nav__link */
}
.header__mobile .nav__item:first-child, .header__mobile .nav__item.search-item {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
.header__mobile .nav__item.toggle-item {
  background-image: url("../../img/svg/icon-shevron.svg");
  background-image: none;
  background-position: 99% center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.header__mobile .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
  height: 48px;
  color: var(--text);
}
.header__mobile .nav__link .icon {
  width: 24px;
  height: 24px;
  fill: var(--text);
}
.header__mobile .sub-menu {
  position: absolute;
  right: -100%;
  top: 69px;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.header__mobile .sub-menu.active {
  right: 0;
}
.header__mobile .sub-menu .nav__item:first-child {
  border: none;
}
.header__mobile .nav-back {
  position: absolute;
  right: 20px;
  top: -67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 155px;
  height: 60px;
  background: #fff;
}
.header__mobile .nav-back::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../img/svg/icon-shevron.svg") no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__mobile:has(.sub-menu.active) nav > .nav__list > a {
  display: none;
}

.nav.hidden-links > ul > li > a,
.nav.hidden-links > ul > li > span {
  display: none;
}

.footer {
  padding: 45px 0 60px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 32px;
}
.footer__logo {
  display: block;
  margin-bottom: 20px;
}
.footer__logo img {
  display: block;
  margin-left: -9px;
  width: 211px;
}
.footer__logo + span {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 202px;
  flex: 1 202px;
}
.footer__col .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  gap: 16px;
}
.footer__col .social img {
  width: 32px;
}
.footer__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 280px;
  flex: 1 280px;
}
.footer__col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 435px;
  flex: 1 435px;
}
.footer__col:last-child a {
  color: var(--primary);
}
.footer__col:last-child a + p,
.footer__col:last-child p + p {
  margin-top: 6px;
  margin-bottom: 0;
}
.footer__col:last-child p:last-child,
.footer__col:last-child p + a {
  margin-top: 16px;
}
.footer__col .nav__item + .nav__item {
  margin-top: 6px;
}
.footer__col .nav__link {
  line-height: 100%;
  color: var(--text);
}
.footer__col-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--light-grey);
  padding-top: 15px;
}
.footer__copy {
  font-size: 14px;
  line-height: 135%;
}
.footer__developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 135%;
  gap: 16px;
}
.footer__developer img {
  display: block;
  width: 92px;
}

.order-error .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  gap: 32px;
}
.order-error .h2-title {
  margin-top: 0;
  text-align: center;
  color: var(--primary);
}
.order-error p {
  text-align: center;
}
.order-error .btn-primary,
.order-error .btn-danger {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0 16px;
  height: 48px;
}

@media screen and (width <= 1024px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (width <= 768px) {
  .footer {
    padding-bottom: 0;
  }
  .footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 40%;
    flex: 1 40%;
  }
  .footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -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;
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 23px;
  }
  .footer__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    border-top: 1px solid var(--light-grey);
    padding: 24px 0 0;
  }
  .footer__bottom {
    -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-top: 0;
  }
  .footer__bottom .footer__copy {
    border-bottom: 1px solid var(--light-grey);
    padding: 24px 0;
    width: 100%;
    text-align: center;
  }
  .footer__bottom .footer__developer {
    padding: 24px 0;
  }
}
.hero {
  /* .hero__section */
  /* .hero__section-inner */
}
.hero__section {
  min-height: 412px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__section-inner {
  padding: 47px 0;
}
.hero__section-inner h1,
.hero__section-inner .h1-title {
  margin-top: 159px;
  max-width: 70%;
  font-size: 72px;
  text-shadow: var(--drop-shadow);
  color: #fff;
}

@media screen and (width <= 768px) {
  .hero__section-inner {
    padding: 48px 0 24px;
  }
  .hero__section-inner h1,
  .hero__section-inner .h1-title {
    margin-top: 95px;
  }
}
@media screen and (width <= 560px) {
  .hero__section {
    min-height: 180px;
  }
  .hero__section-inner {
    padding: 48px 0 24px;
    min-height: 180px;
  }
  .hero__section-inner h1,
  .hero__section-inner .h1-title {
    margin-top: 70px;
    font-size: 34px;
  }
}
.search__tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search__tour .form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 24px 24px 0;
  padding: 0 27px 0 18px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  gap: 2px;
}
.search__tour .form__btn .icon {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.search__tour .form__btn:hover {
  background: var(--red-shadow);
}
.search__tour .itc-select__toggle {
  border: 1px solid var(--muted);
  border-right: 0;
  border-radius: 0;
  padding: 0 16px;
  height: 48px;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  color: var(--text);
}
.search__tour .itc-select:first-of-type .itc-select__toggle {
  border-right: 1px;
  border-radius: 24px 0 0 24px;
}

.itc-select__toggle::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  margin-left: 0;
  width: 0.77rem;
  background-image: url("../../img/sprite.svg#arrow-down");
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(7444%) hue-rotate(213deg) brightness(91%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(7444%) hue-rotate(213deg) brightness(91%) contrast(105%);
}

@media screen and (width <= 768px) {
  .search__tour {
    display: none;
  }
}
.tours__cards {
  padding: 42px 0;
  background: var(--light-grey);
}
.tours__cards-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
.tours__cards .card__small {
  -webkit-box-flex: 1;
  -ms-flex: 1 31.5%;
  flex: 1 31.5%;
  max-width: 100%;
}

@media screen and (width <= 768px) {
  .tours__cards .card__small {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
.card {
  /* .card__small */
  /* .card__small-title */
  /* .card__small-text */
}
.card__small {
  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;
  border-radius: 12px;
  max-width: 384px;
  background: #fff;
}
.card__small-img {
  display: block;
  width: 100%;
  max-height: 252px;
}
.card__small-box {
  padding: 12px 20px 23px;
}
.card__small-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 100%;
  color: var(--primary);
}
.card__small-day {
  display: block;
  margin: 16px 0;
  font-size: 14px;
  line-height: 135%;
  color: var(--middle);
}
.card__small-text {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-size: clamp(14px, 4vw, 16px);
  line-height: 130%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media screen and (width <= 540px) {
  .card__small-img {
    height: 220px;
  }
}
.section {
  /* .section__about */
  /* .section__about-head */
  /* .section__about-title */
  /* .section__about-text */
}
.section__about {
  padding: 40px 0;
}
.section__about-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section__about-title {
  margin: 0;
  max-width: 784px;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 110%;
  text-transform: uppercase;
  color: var(--red);
}
.section__about-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.section__about-text a {
  color: var(--primary);
}
.section__about-text a:hover {
  text-decoration: underline;
}
.section__about-text img {
  display: block;
  border-radius: 12px;
  width: 100%;
}
.section__about-text img + p,
.section__about-text p + img {
  margin-top: 28px;
}
.section__about-text p:has(img) {
  margin-top: 0;
  margin-bottom: 20px;
}
.section__about-text p + p:has(img) {
  margin-top: 28px;
}
.section__about-text p {
  margin: 18px 0;
}

.flags-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 6px;
  max-width: 176px;
  gap: 16px;
}
.flags-block img {
  width: 32px;
  height: 21px;
}

@media screen and (width <= 768px) {
  .section__about {
    overflow: hidden;
    padding: 36px 0;
  }
  .section__about-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .section__about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__about-text p + img {
    margin-top: 48px;
  }
  .section__about-text p:nth-last-child(-n+5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section__about-text img:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section__about-text img {
    margin: 32px 0;
    border-radius: 0;
    -o-object-fit: initial;
    object-fit: initial;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .section__about-text img + p {
    margin-top: 48px;
  }
}
.testimonials {
  padding: 48px 0;
  background: var(--grey);
  /* .testimonials__block */
  /* .testimonials__head */
  /* .testimonials__title */
  /* .testimonials__icons */
  /* .testimonials__content */
  /* .testimonials__quotes */
  /* .testimonials__author */
  /* .testimonials__links */
  /* .testimonials__link */
  /* .testimonials__trustpilot */
  /* .testimonials__bottom */
  /* .testimonial__text */
  /* .testemonials__trustpilot-mark */
}
.testimonials__block {
  border-radius: 16px;
  background: #fff;
}
.testimonials__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 48px 5px;
}
.testimonials__title {
  margin: 0;
  font-size: 28px;
  line-height: 115%;
  color: var(--primary);
}
.testimonials__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}
.testimonials__icons .icon {
  margin-right: -1px;
  width: 32px;
  height: 24px;
}
.testimonials__icons .icon:nth-child(odd) {
  fill: var(--primary);
}
.testimonials__icons .icon:nth-child(even) {
  fill: var(--red);
}
.testimonials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 48px 32px;
  gap: 72px;
}
.testimonials__quotes {
  -webkit-box-flex: 1;
  -ms-flex: 1 888px;
  flex: 1 888px;
}
.testimonials__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--red);
  gap: 16px;
}
.testimonials__author::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../img/svg/icon-quote.svg");
}
.testimonials__links {
  padding: 16px 0 4px;
}
.testimonials__links a + a,
.testimonials__links span + span,
.testimonials__links span + a {
  margin-left: 32px;
}
.testimonials__link {
  color: var(--primary);
}
.testimonials__trustpilot {
  -webkit-box-flex: 0;
  -ms-flex: 0 160px;
  flex: 0 160px;
  padding: 8px 0;
  text-align: center;
}
.testimonials__trustpilot img:first-child {
  width: 160px;
}
.testimonials__trustpilot img:last-of-type {
  margin-top: 3px;
  width: 131px;
  height: 24px;
}
.testimonials__trustpilot a {
  color: var(--primary);
}
.testimonials__trustpilot p {
  margin: 0;
  margin-top: 6px;
}
.testimonials__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 48px 20px;
}
.testimonials__bottom img {
  width: 148px;
}
.testimonials__bottom span {
  font-size: 14px;
  line-height: 135%;
}
.testimonials__text {
  margin: 10px 0 8px;
  font-size: 16px;
  line-height: 130%;
}
.testimonials__trustpilot-marks span:last-child {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}
.testimonials__trustpilot-mark {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 99px;
  line-height: 87%;
  color: var(--middle);
}
.testimonials__slider {
  display: none;
}
.testimonials:has(.testimonials__content) .testimonials__bottom {
  border-top: 1px solid var(--light-grey);
}

.default .testimonials__author::before {
  background-image: url("../../img/svg/ewt-icon-quote.svg");
}

@media screen and (width <= 1024px) {
  .testimonials__bottom {
    display: none;
  }
  .testimonials__slider {
    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;
    margin: 24px;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    gap: 16px;
  }
  .testimonials__slider .swiper-slide img {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (width <= 768px) {
  .testimonials {
    position: relative;
    padding: 0;
    padding-bottom: 1px;
  }
  .testimonials::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 96%;
    height: 1px;
    background: var(--light-grey);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonials__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 36px 24px 24px;
    gap: 16px;
  }
  .testimonials__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 24px 36px;
    gap: 36px;
  }
  .testimonials__quotes {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .testimonials__trustpilot {
    max-width: 160px;
    margin-inline: auto;
  }
  .testimonials .container {
    padding: 0;
  }
}
.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.breadcrumbs li {
  color: var(--primary);
}
.breadcrumbs a {
  padding-right: 5px;
  color: var(--middle);
}
.breadcrumbs a::after {
  content: "→";
  padding-left: 5px;
  font-family: var(--font-family);
}

@media screen and (width <= 768px) {
  .breadcrumbs {
    display: none;
  }
}
.tour__head-inner,
.tours__head-inner {
  position: relative;
  padding-bottom: 48px;
}
.tour__head-inner:has(h2) {
  padding-bottom: 70px;
}
.tour__head-inner h2 {
  color: var(--primary);
}
.tour__head-inner p + p {
  margin-top: 20px;
}
.tour__head .h1-title,
.tours__head .h1-title {
  margin: 48px 0 24px;
  color: var(--primary);
}
.tour__head p,
.tours__head p {
  margin: 0;
  font-size: 18px;
  line-height: 130%;
}
.tour__head .dropdown-box,
.tours__head .dropdown-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tour__head .dropdown-box .itc-select__toggle,
.tours__head .dropdown-box .itc-select__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  padding: 11px 15px;
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
  color: var(--text);
  gap: 4px;
}
.tour__head .dropdown-box .itc-select__toggle::after,
.tours__head .dropdown-box .itc-select__toggle::after {
  margin-left: 6px;
}
.tour__head .dropdown-box .itc-select__toggle::before,
.tours__head .dropdown-box .itc-select__toggle::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../img/svg/icon-sorting.svg");
}

@media screen and (width <= 768px) {
  .tour__head .h1-title {
    margin: 36px 0 24px;
    font-size: 34px;
    line-height: 120%;
  }
}
.tour {
  /* .tour__card */
  /* .tour__card-labels */
  /* .tour__card-label */
  /* .tour__card-info */
  /* .tour__card-title */
  /* .tour__card-stars */
  /* .tour__card-days */
  /* .tour__card-day */
  /* .tour__card-night */
  /* .tour__card-list */
}
.tour__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 384px;
  background: #fff;
}
.tour__card .btn-transparent {
  position: absolute;
  left: 50%;
  top: 176px;
  width: 276px;
  height: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tour__card .btn-transparent .icon {
  width: 24px;
  height: 24px;
}
.tour__card .btn-transparent:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(18, 18, 18, 0.5);
}
.tour__card .btn-primary {
  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;
  margin-top: 24px;
  width: 174px;
  height: 48px;
  margin-inline: auto;
}
.tour__card .btn-primary .icon {
  width: 24px;
  height: 24px;
}
.tour__card-labels {
  position: absolute;
  left: 0;
  top: 0;
}
.tour__card-label {
  border-radius: 0 24px 24px 0;
  padding: 10px 12px 10px 40px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background-position: 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: var(--green);
}
.tour__card-image {
  display: block;
  width: 100%;
  height: 252px;
}
.tour__card-info {
  padding: 19px 24px 32px;
}
.tour__card-title {
  margin: 0;
  margin-bottom: 8px;
  color: var(--primary);
}
.tour__card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tour__card-stars .icon {
  width: 24px;
  height: 24px;
  fill: var(--muted);
}
.tour__card-stars[data-stars="1"] .icon:first-child {
  fill: var(--yellow);
}
.tour__card-stars[data-stars="2"] .icon:nth-child(-n+2) {
  fill: var(--yellow);
}
.tour__card-stars[data-stars="3"] .icon:nth-child(-n+3) {
  fill: var(--yellow);
}
.tour__card-stars[data-stars="4"] .icon:nth-child(-n+4) {
  fill: var(--yellow);
}
.tour__card-stars[data-stars="5"] .icon:nth-child(-n+5) {
  fill: var(--yellow);
}
.tour__card-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  gap: 24px;
}
.tour__card-days .icon {
  width: 32px;
  height: 32px;
}
.tour__card-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.tour__card-day .icon {
  fill: var(--red);
}
.tour__card-night {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.tour__card-night .icon {
  fill: var(--primary);
}
.tour__card-list, .tour__card-stars + ul {
  list-style: none;
  padding-left: 0;
}
.tour__card-list li::before, .tour__card-stars + ul li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.tour__card-list li + li, .tour__card-stars + ul li + li {
  margin-top: 12px;
}
.tour__card-list-days {
  margin-top: 8px;
}
.tour__card-list-days li {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--light-grey);
  padding: 11px 0;
  font-size: 16px;
  line-height: 130%;
}
.tour__card-list-days li:nth-child(-n+3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour__card-list-days.active li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tour__card-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  color: var(--primary);
}
.tour__card-list-btn::before {
  content: attr(data-more);
}
.tour__card-list-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../img/svg/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.tour__card-list-btn.active::before {
  content: attr(data-less);
}
.tour__card-list-btn.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tour__card-price {
  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;
  margin-top: 24px;
  gap: 8px;
}
.tour__card-price span {
  font-weight: 500;
  font-size: 28px;
  line-height: 115%;
  color: var(--red);
}
.tour__card-subprice {
  margin-top: 2px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 135%;
  text-align: center;
  color: var(--middle);
}

.sold::after {
  content: attr(data-label);
  margin-left: 4px;
  border-radius: 4px;
  padding: 2px 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  color: #fff;
  background: var(--red);
}
.sold::after:empty {
  opacity: 0;
}

.default .tour__card-list-btn::after {
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
}

@media screen and (width <= 768px) {
  .tour__card-image {
    height: 252px;
  }
  .tour__head .dropdown-box {
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tour__head .dropdown-box button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tour__cards .h2-title {
    font-size: 28px;
    line-height: 115%;
  }
}
.tour__cards {
  margin-top: -32px;
  padding: 48px 0;
  background: var(--grey);
}
.tour__cards-inner > p {
  margin-bottom: 0;
}
.tour__cards .h2-title {
  margin: 0;
  margin-bottom: 20px;
  color: var(--primary);
}
.tour__cards-wrapper {
  display: -ms-grid;
  display: grid;
  place-items: start center;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 27px;
  gap: 32px;
}
.tour__cards-wrapper > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 33%;
  flex: 1 33%;
}

@media screen and (width <= 1000px) {
  .tour__cards-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 768px) {
  .tour__cards-wrapper {
    place-items: center;
  }
  .tour__cards-wrapper > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
@media screen and (width <= 700px) {
  .tour__cards-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq {
  padding: 48px 0;
  /* .faq__inner */
  /* .faq__head */
  /* .faq__text */
  /* .faq__image */
}
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.faq h2,
.faq .h2-title {
  margin: 0;
  color: var(--red);
}
.faq__text {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-bottom: 32px;
}
.faq__text h3,
.faq__text h4,
.faq__text h5 {
  margin: 0;
  color: var(--primary);
}
.faq__image img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 2.03/1;
}

@media screen and (width <= 768px) {
  .faq__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .faq__text h3 {
    font-size: 22px;
    line-height: 120%;
  }
  .faq__image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.content table {
  margin: 26px 0;
  border-collapse: collapse;
}
.content thead th {
  border-top: 1.5px solid var(--red);
  border-bottom: 1.5px solid var(--primary);
  padding: 2.5px 0;
  font-weight: 500;
}
.content table tbody td {
  border-bottom: 1px solid var(--light-grey);
  padding: 7px 0;
  font-size: 16px;
  line-height: 130%;
}
.content table th {
  text-align: left;
}
.content table th:first-child {
  width: 15%;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--primary);
}
.content > p {
  margin: 15px 0;
}
.content > ul {
  list-style: none;
  margin: 0;
  margin: 25px 0 0;
  padding-left: 0;
}
.content > ul li {
  position: relative;
  padding-left: 20px;
}
.content > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.content > ul li + li {
  margin-top: 8px;
}

.tour__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 37px 0 25px;
}
.tour__head h2,
.tour__head .h2-title {
  margin: 0;
  color: var(--primary);
}

.tour__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66.6% 31%;
  grid-template-columns: 66.6% 31%;
  padding-bottom: 32px;
  gap: 32px;
}

.tour__content .accordion {
  margin-top: 40px;
}

.tour__aside .tour__card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  gap: 13px;
}
.tour__aside .tour__card-price span {
  font-size: 34px;
  line-height: 63%;
}
.tour__aside .aside-block:first-child {
  margin-top: 0;
}

.tour__slider {
  margin-bottom: 30px;
  max-width: 800px;
}
.tour__slider .swiper-slide img {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  aspect-ratio: 2/1.12;
}
.tour__slider .swiper-button-prev,
.tour__slider .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 15px);
  right: auto;
}
.tour__slider .swiper-button-next,
.tour__slider .swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 15px);
}

.mobile-slider {
  display: none;
  margin: 0 calc(50% - 50vw) 24px;
}
.mobile-slider img {
  width: 100%;
}

.tours__mobile {
  display: none;
}

.map-tour-modal iframe {
  padding-top: 15px;
  width: 100%;
  aspect-ratio: 4/3;
}

@media screen and (width <= 768px) {
  .mobile-slider {
    display: block;
    aspect-ratio: 4/3;
  }
  .mobile-slider img {
    height: 100%;
  }
  .tour__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
    gap: 24px;
  }
  .tour__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tour__wrapper aside {
    background: var(--grey);
  }
  .tour__wrapper .tour__slider {
    display: none;
  }
  .tour__aside {
    padding: 0 24px 24px;
  }
  .tour__aside .tour__card-price,
  .tour__aside .aside__tour-reviews {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tour__aside .aside__tours {
    display: none;
  }
  .tours__mobile {
    display: block;
    padding: 24px 0;
    background: var(--grey);
  }
  .tours__mobile .aside__tours {
    border: none;
  }
  .tours__mobile + .testimonials::before {
    display: none;
  }
  .tours__mobile + .testimonials .testimonials__slider {
    margin-top: 0;
  }
}
.accordion {
  /* .accordion__body */
  /* .accordion__head */
  /* .accordion__title */
  /* .accordion__item */
  /* .accordion__item-title */
  /* .accordion__item-day */
  /* .accordion__item-content */
  /* .accordion__item-list */
}
.accordion__body {
  position: relative;
  margin-left: 8px;
  padding-left: 24px;
}
.accordion__body::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  display: block;
  width: 1px;
  height: calc(100% - 90px);
  background: var(--primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.accordion__title {
  margin: 0;
  font-size: 28px;
}
.accordion__item {
  position: relative;
}
.accordion__item:last-child::after {
  content: "";
  position: absolute;
  left: -26px;
  bottom: 0;
  z-index: 2;
  width: 4px;
  height: calc(100% - 45px);
  background: #fff;
}
.accordion__item.active .accordion__item-title::before {
  left: -31px;
  z-index: 3;
  width: 13px;
  height: 13px;
  background: var(--red);
}
.accordion__item.active .accordion__item-title .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__item.active .accordion__item-content {
  overflow: visible;
  padding: 4px 0 32px;
  max-height: 100%;
}
.accordion__item.active .accordion__item-content ul {
  list-style: none;
  padding-left: 0;
}
.accordion__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--light-grey);
  padding: 29px 0;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: var(--primary);
  gap: 4px;
}
.accordion__item-title .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  margin-left: auto;
  width: 12px;
  height: 8px;
  fill: var(--primary);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.accordion__item-title span {
  white-space: nowrap;
  color: var(--red);
}
.accordion__item-title::before {
  content: "";
  position: absolute;
  left: -29.5px;
  top: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--primary);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.accordion__item-content {
  overflow: hidden;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height, padding 0.35s ease-out;
  transition: max-height, padding 0.35s ease-out;
}
.accordion__item-content p {
  margin: 16px 0;
  text-align: justify;
}
.accordion__item-content p:first-child {
  margin-top: 0;
}
.accordion__item-content ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.accordion__item-content ul li {
  position: relative;
  border: 0;
  padding: 0 0 0 20px;
  padding-left: 20px;
}
.accordion__item-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.accordion__item-content ul li + li {
  margin-top: 6px;
}
.accordion__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
}
.accordion__item-list li img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}

.expand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.5px;
  color: var(--primary);
}
.expand-btn::before {
  content: attr(data-expand);
}
.expand-btn.active::before {
  content: attr(data-collapse);
}

.block-with-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  padding: 32px 0;
  line-height: 130%;
  gap: 32px;
}
.block-with-img > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 48%;
  flex: 1 48%;
}
.block-with-img + .block-with-img {
  border-top: none;
  border-bottom: 1px solid var(--light-grey);
}
.block-with-img.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.block-with-img p:not(.block-with-img-title) {
  margin: 7px 0;
}
.block-with-img img {
  border-radius: 12px;
}

.block-with-img-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: var(--primary);
}

@media screen and (width <= 1024px) {
  .block-with-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-with-img.img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reviews {
  margin-top: 40px;
  border-top: 1px solid var(--light-grey);
}
.reviews .h3-title {
  color: var(--text);
}
.reviews__items.active .reviews__item {
  display: block;
}
.reviews__item {
  display: none;
  padding: 12px 0;
}
.reviews__item:nth-child(-n+3) {
  display: block;
}
.reviews__item-title {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--primary);
}
.reviews__day {
  color: var(--middle);
}
.reviews__author {
  margin: 16px 0;
}
.reviews__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.reviews__all,
.reviews .tour__card-list-btn, .reviews__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  color: var(--primary);
}
.reviews__send {
  gap: 8px;
}

@media screen and (width <= 768px) {
  .reviews__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .reviews__btns .tour__card-list-btn,
  .reviews__btns .reviews__all {
    -webkit-box-flex: 1;
    -ms-flex: 1 40%;
    flex: 1 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .reviews__btns .reviews__send {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-inline: auto;
  }
}
.aside-block {
  margin-top: 32px;
  border: 1px solid var(--muted);
  border-radius: 12px;
  padding: 23px;
}
.aside-block .h3-title {
  margin: 0;
  line-height: 100%;
  color: var(--primary);
}
.aside-block .h3-title.red {
  color: var(--red);
}
.aside-block:has(.tour__card-days) {
  margin-top: 16px;
}
.aside-block .list-markers.tour__card-list-days {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.aside-block .list-markers.tour__card-list-days li {
  position: relative;
  border: 0;
  padding: 0 0 0 20px;
  padding-left: 20px;
}
.aside-block .list-markers.tour__card-list-days li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.aside-block .list-markers.tour__card-list-days li + li {
  margin-top: 6px;
}
.aside-block .tour__card-days {
  margin-top: 0;
  margin-bottom: 19px;
  gap: 26px;
}
.aside-block .tour__card-day span {
  letter-spacing: 1px;
}
.aside-block .tour__card-list-days li:nth-child(-n+5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aside-block .tour__card-list-days li {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aside-block .tour__card-list-days li span:nth-child(2) {
  margin-right: 40px;
  font-size: 18px;
}
.aside-block .aside-list li.expand {
  height: 40px;
}
.aside-block .aside-list li.expand .list-days-booking {
  display: none;
}
.aside-block .aside-list li:has(.list-days-booking)::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 15px;
  display: block;
  width: 16px;
  height: 10px;
  background: url("../../img/svg/arrow-down-blue.svg") no-repeat;
  background-size: cover;
}
.aside-block .list-days-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.aside-block .list-days-booking p {
  padding: 6px 0 0;
  font-size: 16px;
  line-height: 100%;
}
.aside-block .list-days-booking p span {
  display: block;
  font-size: 14px;
  color: var(--middle);
}
.aside-block .tour__card-list-btn {
  margin-top: 5px;
  margin-inline: auto;
}
.aside-block .btn-primary-transparent {
  margin: 27px auto 0;
}
.aside-block .accordion__item:last-child::after,
.aside-block .accordion__item-title::before {
  position: initial;
  display: none;
}
.aside-block .accordion__item-title img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.aside-block .accordion__item-title .icon {
  width: 16px;
  height: 10px;
}
.aside-block .accordion__item:first-child .accordion__item-title {
  border-top: 0;
}
.aside-block .accordion__item .accordion__item-title {
  padding: 19px 8px 19px 3px;
  gap: 8px;
}
.aside-block .accordion__item.active .accordion__item-content {
  padding: 0 0 24px;
}
.aside-block .accordion__item.active .accordion__item-content p {
  margin-bottom: 0;
}
.aside-block .btn-booking {
  margin-top: 5px;
}

.default .aside-block .aside-list li:has(.list-days-booking)::after {
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
}

.aside__tour-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.aside__tour-reviews a, .aside__tour-reviews a:last-of-type {
  text-decoration: underline;
  color: var(--primary);
  cursor: pointer;
}

.aside__map {
  display: block;
  margin-top: 32px;
  width: 100%;
  max-width: 100%;
}
.aside__map img {
  display: block;
  border-radius: 12px;
  width: 100%;
}

.aside__rate-titles {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
}
.aside__rate .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside__rate .tabs__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  margin-top: 20px;
  border-top: 1px solid var(--light-grey);
  padding-top: 20px;
}
.aside__rate .tabs__nav {
  overflow: hidden;
  margin-left: auto;
  border: 1px solid var(--primary);
  border-radius: 32px;
}
.aside__rate .tabs__nav-btn {
  width: 70px;
  height: 34px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary);
}
.aside__rate .tabs__nav-btn--active {
  color: #fff;
  background: var(--primary);
}
.aside__rate .tabs__panel--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 24px;
}
.aside__rate-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 46%;
  flex: 1 1 46%;
}
.aside__rate-item span {
  display: block;
  color: var(--red);
}
.aside__rate-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0;
  gap: 4px;
}
.aside__rate-item p[data-person="1"]::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: url("../../img/svg/icon-user.svg") no-repeat;
}
.aside__rate-item p[data-person="2"]::after {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  background: url("../../img/svg/icon-user-2.svg");
}
.aside__rate-item p[data-person="3"]::after {
  content: "";
  display: block;
  height: 16px;
  width: 44px;
  background: url("../../img/svg/icon-user-3.svg");
}

.aside__options .toggle-list ul {
  padding-left: 0;
}
.aside__options .list-markers li {
  display: none;
}
.aside__options .list-markers li:nth-child(-n+7) {
  display: block;
}
.aside__options .list-markers.active li {
  display: block;
}
.aside__options .list-markers ul {
  list-style: none;
  padding-left: 0;
}

.aside__ship {
  margin-top: 32px;
  border-radius: 12px;
  padding: 21px 24px 0;
  background: #cae1fd;
}
.aside__ship a {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.aside__ship .h3-title {
  line-height: 100%;
  color: var(--primary);
}
.aside__ship .h5-title {
  line-height: 100%;
  color: var(--text);
}
.aside__ship p {
  margin: 0;
}

.aside__block-head {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 14px;
}

.aside__note ul,
.aside__note .list-markers.tour__card-list-days {
  margin-top: 16px;
}
.aside__note .tour__card-list-btn {
  margin-top: 20px;
}
.aside__note .list-markers li {
  display: none;
}
.aside__note .list-markers li:nth-child(-n+7) {
  display: block;
}
.aside__note .list-markers.active li {
  display: block;
}
.aside__note .list-markers ul {
  list-style: none;
  padding-left: 0;
}

.aside__tour {
  display: block;
  border-top: 1px solid var(--light-grey);
}
.aside__tour:first-child {
  border-top: 0;
}
.aside__tour a {
  display: block;
  padding: 15px 0;
}
.aside__tour img {
  display: block;
  margin: 11px 0 14px;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 14/9;
}
.aside__tour a > span {
  color: var(--primary);
}
.aside__tour .tour__card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 4px;
  color: var(--text);
  gap: 9px;
}
.aside__tour .tour__card-price span {
  font-size: 28px;
}

.aside__block-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.aside__block-text.active {
  overflow: visible;
  -webkit-line-clamp: initial;
}

.list-markers {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-markers li {
  position: relative;
  border: 0;
  padding: 0 0 0 20px;
  padding-left: 20px;
}
.list-markers li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.list-markers li + li {
  margin-top: 12px;
}

.ship__info {
  padding-bottom: 28px;
  background: var(--light-grey2);
}
.ship__info .tour__slider {
  margin-bottom: 0;
}
.ship__info .tour__slider .swiper-slide img {
  aspect-ratio: 2/1.14;
}
.ship__info .tour__head {
  margin-top: -24px;
  padding-top: 62px;
}

.two__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.two__columns-one {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66.5%;
  flex: 1 1 66.5%;
}
.two__columns-two {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 32%;
  flex: 1 1 32%;
}
.two__columns-two .send-rev-btn {
  margin-top: 21px;
  width: 100%;
  height: 56px;
}

.ship__aside {
  border-radius: 12px;
  padding: 17px 24px 32px;
  background: #fff;
}
.ship__aside-head h3,
.ship__aside-head .h3-title {
  margin: 0;
}
.ship__aside-head .h3-title,
.ship__aside-head .h3-title:visited {
  color: var(--red);
}
.ship__aside-head h3.red,
.ship__aside-head .h3-title.red {
  color: var(--red);
}
.ship__aside .ship__info-list {
  margin-top: 12px;
  border-top: 1px solid var(--light-grey);
  padding-top: 17px;
}
.ship__aside .ship__info-list li {
  margin: 10px 0;
  letter-spacing: 1px;
}
.ship__aside .ship__info-list li:first-child {
  margin-top: 0;
}
.ship__aside .ship__info-list li:last-child {
  margin-bottom: 0;
}
.ship__aside .ship__info-list span {
  font-weight: 600;
}

.about__ship {
  background: var(--light-grey2);
}
.about__ship-inner {
  border-radius: 16px;
  padding: 25px 32px 31px;
  background: #fff;
}
.about__ship-inner h3:first-child,
.about__ship-inner .h3-title:first-child {
  margin-top: 0;
  margin-bottom: 16px;
}
.about__ship h3,
.about__ship .h3-title {
  margin-top: 22px;
  margin-bottom: 21px;
  color: var(--primary);
}
.about__ship h3 + .swiper,
.about__ship .h3-title + .swiper {
  margin-top: -24px;
}
.about__ship ul {
  list-style: none;
  padding-left: 0;
}
.about__ship ul li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url("../../img/svg/icon-bullet.svg") no-repeat;
  background-size: cover;
}
.about__ship ul li + li {
  margin-top: 7px;
}

.cabine__info {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.cabine__info h5,
.cabine__info .h5-title {
  color: var(--primary);
}
.cabine__info img {
  border-radius: 12px;
  aspect-ratio: 4/2.3;
}
.cabine__info > * {
  gap: 32px;
}
.cabine__info-text p:first-child {
  margin-bottom: 7px;
}
.cabine__info-text p:not(:first-child) {
  margin: 7px 0;
}

.ship-deck .swiper-slide p {
  text-align: center;
}

.ship-accordion .accordion__item::after {
  display: none;
}
.ship-accordion .accordion__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 3px 20px 0;
  text-align: left;
  gap: 8px;
}
.ship-accordion .accordion__item-title .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 10px;
}
.ship-accordion .accordion__item-title::before {
  content: attr(data-deck);
  position: initial;
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--primary);
  background: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ship-accordion .accordion__item.active .accordion__item-title::before {
  width: 32px;
  height: 32px;
  background: inherit;
}
.ship-accordion .accordion__item-content p:empty {
  display: none;
}
.ship-accordion .accordion__item.active .accordion__item-content {
  padding: 4px 0 17px;
}

@media screen and (width <= 768px) {
  .two__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .ship__info .tour__head {
    margin: 0 calc(50% - 50vw);
    margin-top: initial;
    padding: 36px 24px;
    background: #fff;
  }
  .tour__slider {
    margin: 0 calc(50% - 50vw);
  }
  .tour__slider .swiper-slide img {
    border-radius: 0;
  }
  .ship__aside {
    padding: 24px;
  }
  .about__ship-inner {
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .cabine__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 calc(50% - 50vw);
  }
  .cabine__info img {
    border-radius: 0;
    width: 100%;
  }
  .cabine__info .cabine__info-text {
    padding: 0 24px;
  }
  .slider__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    gap: 70px;
  }
  .ship-deck .swiper-button-next,
  .ship-deck .swiper-button-prev {
    position: initial;
  }
  .ship-deck .swiper-button-next {
    background-image: url("../../img/svg/icon-next-slide.svg");
  }
  .ship-deck .swiper-button-prev {
    background-image: url("../../img/svg/icon-prev-slide.svg");
  }
  .list-markers + .h3-title {
    text-align: center;
  }
  .ship-deck {
    margin: 0 calc(50% - 50vw);
  }
}
.blog {
  margin-top: -24px;
  padding-top: 24px;
  background: var(--light-grey2);
}
.blog h2, .blog .h2-title {
  color: var(--primary);
  margin: 28px 0;
}
.blog__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
  gap: 32px;
}
.blog .card__small {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.blog .card__small-img {
  height: 252px;
}
.blog .card__small-text {
  text-align: justify;
}

@media screen and (width <= 768px) {
  .blog {
    margin-top: -43px;
    padding-bottom: 56px;
  }
  .blog .card__small {
    max-width: 100%;
  }
  .blog h2, .blog .h2-title {
    padding-top: 10px;
  }
  .blog + .testimonials::before {
    display: none;
  }
  .blog + .testimonials .testimonials__slider {
    margin-top: 0;
  }
}
.load-more {
  margin-top: 32px;
}

.pagination-nav {
  margin-top: 32px;
}

.pagination {
  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;
  /* .pagination__item */
  /* .pagination__link */
  /* .pagination__item-next */
}
.pagination__item {
  margin-right: 8px;
}
.pagination__link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 24px;
  padding: 0 24px;
  width: 56px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary);
  background: #fff;
}
.pagination__link.is-active {
  color: #fff;
  background: var(--blue);
}
.pagination__item-next, .pagination__item-prev, .pagination__item-start, .pagination__item-end {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 24px;
  width: 42px;
  height: 42px;
}
.pagination__item-next a, .pagination__item-prev a {
  padding: 0;
  width: inherit;
  height: inherit;
}
.pagination__item-next a::before, .pagination__item-prev a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../img/svg/pagination-right.svg") no-repeat;
  background-position: center;
}
.pagination__item-start, .pagination__item-end {
  display: none;
}
.pagination__item-start a, .pagination__item-end a {
  padding: 0;
  width: inherit;
  height: inherit;
}
.pagination__item-start a::before, .pagination__item-end a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination__item-start a::before {
  background-image: url("../../img/svg/icont-to-start.svg");
}
.pagination__item-end a::before {
  background-image: url("../../img/svg/icont-to-end.svg");
}
.pagination__item-prev a::before {
  background: url("../../img/svg/pagination-left.svg") no-repeat;
}

.default .pagination__item-next a::before,
.default .pagination__item-prev a::before {
  -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(1284%) hue-rotate(175deg) brightness(100%) contrast(101%);
}

@media screen and (width <= 540px) {
  .pagination > li:nth-child(n+4):nth-last-child(n+4) {
    display: none;
  }
  .pagination__item-start, .pagination__item-end {
    display: -ms-grid;
    display: grid;
  }
  .pagination__item .pagination__link.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
    padding: 0;
    width: initial;
    text-transform: initial;
    color: var(--text);
    background: transparent;
    gap: 5px;
  }
  .pagination__item .pagination__link.is-active::before {
    content: "Page ";
    display: inline-block;
  }
  .pagination__item:nth-last-child(3) .pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    padding: 0;
    width: initial;
    text-transform: initial;
    color: var(--text);
    background: transparent;
    gap: 5px;
  }
  .pagination__item:nth-last-child(3) .pagination__link::before {
    content: "from";
    display: inline-block;
  }
}
.latest {
  /* .latest__post */
  /* .latest__post-img */
  /* .latest__post-text */
  /* .latest__post-title */
}
.latest__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 0;
  gap: 12px;
}
.latest__post a {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.latest__post + .latest__post {
  border-top: 1px solid var(--light-grey);
  padding-top: 16px;
}
.latest__post-img {
  display: block;
  border-radius: 8px;
  width: 96px;
  height: 96px;
}
.latest__post-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--middle);
}
.latest__post-title,
.latest .h5-title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 2px;
  text-overflow: ellipsis;
  color: var(--primary);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article .aside__block-head {
  padding-bottom: 20px;
}

.article {
  /* .article__tour */
  /* .article__tour-block */
}
.article__tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 40px 0;
  border-radius: 12px;
  background: var(--light-grey2);
}
.article__tour img {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
  max-width: 280px;
}
.article__tour-block {
  padding: 24px;
}
.article__tour-block .h3-title {
  color: var(--primary);
}
.article__tour-block .btn-primary {
  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;
  width: 174px;
  height: 48px;
  gap: 12px;
}
.article__tour-block .btn-primary .icon {
  width: 24px;
  height: 24px;
}

@media screen and (width <= 768px) {
  .article__tour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__tour img {
    width: 100%;
    max-width: 100%;
    max-height: 220px;
  }
}
.article {
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 48px;
}
.article .breadcrumbs {
  margin: 20px 0 40px;
}
.article aside {
  margin-top: 3px;
}
.article aside .aside-block:first-child {
  margin-top: 0;
}
.article .aside-block .h3-title {
  line-height: 80%;
}
.article .content > p {
  text-align: justify;
}

.publication-day {
  margin: 0;
  line-height: 100%;
  color: var(--middle);
}

.article__nav {
  margin-top: 56px;
}
.article__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.article__nav li a {
  color: var(--primary);
}

@media screen and (width <= 768px) {
  .article .h1-title {
    font-size: 34px;
    line-height: 120%;
  }
  .article__nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article__nav ul li:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: center;
  }
  .article .back-page {
    padding-bottom: 24px;
  }
  aside {
    margin: 0 calc(50% - 50vw);
    background: var(--light-grey);
  }
  .aside-block {
    background: #fff;
  }
  .aside__tours {
    margin: 24px;
  }
  .article .content > img {
    border-radius: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .article .aside-block:first-child {
    border: none;
    border-radius: 0;
  }
  .article .aside-block:first-child .aside__block-head {
    text-align: center;
  }
}
.about__aside-item h5,
.about__aside-item .h5-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--primary);
}
.about__aside-item:last-child {
  margin-top: 9px;
  border-top: 1px solid var(--light-grey);
  padding-top: 16px;
}
.about__aside-item span {
  display: inline-block;
  color: var(--mutted);
}

.about .aside-block {
  margin-top: 9px;
}
.about .aside-block .h5-title {
  line-height: 100%;
}

.about .two__columns-one .h1-title {
  margin-bottom: 26px;
}
.about .two__columns-one p {
  font-size: 18px;
  line-height: 130%;
}

.about .breadcrumbs {
  margin-bottom: 33px;
}

.testimonial h1,
.testimonial .h1-title {
  margin: 38px 0;
}
.testimonial .reviews__item {
  display: block;
}

.testimonial__wrapper {
  padding: 32px 0;
  background: var(--light-grey2);
}
.testimonial__wrapper .reviews__item {
  border-radius: 16px;
  padding: 18px 32px 28px;
  background: #fff;
}
.testimonial__wrapper .reviews__item + .reviews__item {
  margin-top: 32px;
}

.main.about .two__columns{
  padding-bottom: 32px;
}

@media screen and (width <= 768px) {
  .about .back-page {
    margin: 24px 0;
    padding: 0;
  }
  .testimonial__wrapper {
    background: #fff;
  }
  .testimonial__wrapper .reviews__item {
    padding: 0;
  }
}
.meet__staf {
  padding-bottom: 32px;
}
.meet__staf h2, .meet__staf .h2-title {
  margin-top: 35px;
  color: var(--primary);
}
.meet__staf-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  margin-top: 37px;
  gap: 28px 48px;
}
.meet__staf-item img {
  display: block;
  float: left;
  margin: 0 16px 0 0;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.meet__staf-item h5, .meet__staf-item .h5-title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: var(--red);
}
.meet__staf-item span {
  display: block;
}
.meet__staf-item a {
  display: inline-block;
  margin-top: 6px;
  color: var(--primary);
}
.meet__staf-item p {
  margin-top: 23px;
}

@media screen and (width <= 768px) {
  .meet__staf-wrap {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.recommend {
  padding-bottom: 64px;
  background: var(--light-grey2);
}
.recommend h2, .recommend .h2-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  color: var(--primary);
}

.page-404 {
  padding: 64px 0 18px;
  background: var(--light-grey2);
}

.center-position {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.center-position h5, .center-position .h5-title {
  margin: 23px 0 19px;
  color: var(--primary);
}
.center-position p {
  margin-top: 0;
  margin-bottom: 17px;
}
.center-position .nav {
  margin-bottom: 23px;
}
.center-position .nav a:visited {
  color: var(--blue);
}
.center-position .nav ul {
  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;
  gap: 24px;
}
.center-position .btn-primary {
  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;
  height: 48px;
  min-width: 123px;
  text-transform: initial;
}

@media screen and (width <= 768px) {
  .center-position .nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-404 {
    background: #fff;
  }
  .page404 .back-page {
    padding-left: 24px;
  }
  .recommend {
    padding-top: 24px;
  }
}
@media screen and (width <= 540px) {
  .center-position .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recommend .card__small {
    max-width: 100%;
  }
}
.booking h1,
.booking .h1-title {
  margin: 32px 0 42px;
}

.booking__forms {
  padding: 32px 0;
  background: var(--light-grey2);
}

.form-wrap {
  margin-bottom: 32px;
  border-radius: 16px;
  padding: 31px 32px 32px;
  background: #fff;
}
.form-wrap .btn-round-border.red {
  display: none;
}
.form-wrap .btn-primary {
  text-transform: initial;
}
.form-wrap.disable {
  opacity: 0.5;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  pointer-events: none;
}
.form-wrap:not(.edit) .btn-edit {
  display: none;
}
.form-wrap.success .form-wrap-title .h3-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../img/svg/icon-done.svg") no-repeat;
}
.form-wrap.success input,
.form-wrap.success select {
  pointer-events: none;
}
.form-wrap.success .h3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.form-wrap.success .btn-primary {
  display: none;
}
.form-wrap.success .btn-round-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrap h3,
.form-wrap .h3-title {
  margin: 0;
  color: var(--primary);
}
.form-wrap .inputs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px 28px;
}
.form-wrap .inputs__wrapper > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 25%;
  flex: 1 25%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.form-wrap .form__label span {
  display: block;
}
.form-wrap .form__label span:first-child {
  margin-bottom: 7px;
}
.form-wrap input {
  border: 1px solid var(--muted);
  border-radius: 8px;
  padding: 0 12px 0 16px;
  width: 100%;
  height: 48px;
}
.form-wrap input:focus {
  outline: none;
}

.input__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.input__block input:focus-within {
  border-color: var(--primary);
}
.input__block input:focus-within + label {
  color: var(--primary);
}

.input__block input:required + .form__label > span::after {
  content: " *";
  display: inline-block;
  color: currentcolor;
}

.form-wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  gap: 8px;
}
.form-wrap-title::before {
  content: attr(data-count);
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50px;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--green);
}

.form-wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23px;
}
.form-wrap-bottom button {
  margin-top: 4px;
  padding: 0 16px;
  height: 48px;
}

.form__bottom-text {
  font-size: 18px;
  color: var(--primary);
}

.form__bottom-block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.tour__option-name span {
  color: var(--red);
}

.select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
}
.select-group > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
}

.select-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 3px;
  border: 1px solid var(--muted);
  padding: 0 12px 0 16px;
  width: 100%;
  height: 48px;
  font-size: 18px;
  background: url("../../img/svg/arrow-down.svg") no-repeat top 50% right 16px;
  background-size: 12px;
}
.select-field span {
  color: var(--primary);
}
.select-field + .select-field select {
  border-left-width: 0;
}
.select-field:first-child select {
  border-radius: 8px 0 0 8px;
}
.select-field:last-child select {
  border-radius: 0 8px 8px 0;
}

.form-wrap-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  color: var(--red);
  gap: 8px;
}
.form-wrap-info::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../img/svg/icon-note.svg") no-repeat;
}

.traveler {
  border-top: 1px solid var(--primary);
  padding-top: 12px;
}
.traveler:not(:first-child) {
  margin-top: 20px;
}
.traveler .select-field select {
  background: url("../../img/svg/arrow-down.svg") no-repeat 90%;
}
.traveler__wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}
.traveler__first-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 22px 0 18px;
  gap: 30px;
}
.traveler__first-col > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 33%;
  flex: 1 33%;
}
.traveler__col1 .select-group {
  margin-top: 2px;
  margin-bottom: 23px;
}
.traveler__col1 .select-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 4px 0;
}
.traveler__col1 .input__block:not(:last-child) {
  margin-bottom: 17px;
}
.traveler__col1 .form__label span {
  margin-bottom: 5px;
}
.traveler__col2 .select-group {
  margin-top: 0;
  margin-bottom: 24px;
}
.traveler__col2 .select-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 4px 0;
}
.traveler__col2 .input__block:not(:last-child) {
  margin-bottom: 21px;
}
.traveler__col1-label, .traveler__col2-label {
  margin: 0;
  color: var(--primary);
}
.traveler.complet .form-wrap-bottom .btn-primary,
.traveler.complet .form-wrap-bottom .btn-round-border {
  display: none;
}
.traveler.complet .form-wrap-bottom .btn-round-border.red {
  display: block;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 55px;
  gap: 16px;
}
.radio-group > span {
  color: var(--primary);
}
.radio-group:has(.error) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio-group .radio-button {
  max-width: 45%;
}

.contact__info.form-wrap .input__block:last-child .form__label span::after {
  display: none;
}

#step2 .form-wrap-title,
#step3 .form-wrap-title {
  margin-bottom: 23px;
}

#step3 .form-wrap-bottom {
  margin-top: 21px;
}

.has-error .error {
  color: var(--red);
}
.has-error span {
  color: var(--red);
}
.has-error select,
.has-error input {
  border-color: var(--red);
}

@media screen and (width <= 768px) {
  .form-wrap .h3-title.tour__option-name {
    display: block;
    text-align: left;
  }
  .select-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .select-group > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .select-group select {
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    width: 100%;
  }
  .form-wrap .inputs__wrapper {
    gap: 20px;
  }
  .form-wrap .inputs__wrapper > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .traveler__first-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .traveler__first-col > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
  }
  .traveler__col1 .select-group,
  .traveler__col2 .select-group {
    gap: 0;
  }
  .traveler__col1 .select-field select,
  .traveler__col2 .select-field select {
    border-radius: 0;
  }
  .traveler__col1 .select-field:first-child select,
  .traveler__col2 .select-field:first-child select {
    border-radius: 8px 8px 0 0;
  }
  .traveler__col1 .select-field:last-child select,
  .traveler__col2 .select-field:last-child select {
    border-radius: 0 0 8px 8px;
  }
  .traveler__col1 select,
  .traveler__col2 select {
    margin: 0;
  }
  .traveler__option .form-wrap-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 8px;
  }
  .traveler__option .form-wrap-info {
    margin-left: 0;
  }
}
.order-review {
  padding: 32px 0;
  background: var(--light-grey2);
}

.order__inner {
  border-radius: 16px;
  padding: 32px;
  background: #fff;
}
.order__inner h2, .order__inner h3, .order__inner h4, .order__inner h5, .order__inner .h2-title, .order__inner .h3-title, .order__inner .h4-title, .order__inner .h5-title {
  margin: 0;
  margin-bottom: 16px;
  color: var(--primary);
}
.order__inner table {
  border-collapse: collapse;
  width: 100%;
}
.order__inner table thead td {
  border-top: 1.5px solid var(--primary);
  border-bottom: 1.5px solid var(--red);
  height: 27px;
  font-weight: 500;
}
.order__inner table thead td:not(:first-child) {
  width: 18%;
  text-align: center;
}
.order__inner table tbody tr td {
  border-bottom: 1px solid var(--light-grey);
  height: 35px;
}
.order__inner table tbody tr td:not(:first-child) {
  text-align: center;
}
.order__inner table tbody tr:nth-last-child(2) td {
  color: var(--green);
}
.order__inner table tbody tr:last-child td {
  color: var(--red);
}

.order__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--primary);
  padding-top: 32px;
  gap: 128px;
}
.order__bottom .btn-primary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 16px;
  height: 48px;
  text-transform: initial;
}

.order__wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}
.order__wrap:not(:first-child) {
  margin: 32px 0;
  border-top: 1px solid var(--primary);
  padding-top: 32px;
}
.order__wrap p {
  margin: 16px 0;
  line-height: 100%;
}
.order__wrap p span {
  color: var(--primary);
}

.order__col p:last-child {
  margin-bottom: 0;
}
.order__col h4:not(:first-child), .order__col .h4-title:not(:first-child) {
  margin-top: 32px;
}

textarea {
  margin-bottom: 32px;
  border: 1px solid var(--muted);
  border-radius: 8px;
  padding: 16px 8px 8px 16px;
  width: 100%;
}
textarea::-webkit-resizer {
  margin: 3px;
}

.scroll-block {
  overflow-y: scroll;
  margin-bottom: 32px;
  border: 1px solid var(--muted);
  border-radius: 8px;
  padding: 24px;
  max-height: 261px;
}
.scroll-block p {
  margin-top: 0;
  margin-bottom: 16px;
}
.scroll-block p:last-child {
  margin-bottom: 0;
}

.review__form h3, .review__form .h3-title {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--primary);
}
.review__form h5, .review__form .h5-title {
  margin: 8px 0 24px;
  color: var(--primary);
}
.review__form .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 0 16px;
  height: 48px;
  text-transform: initial;
  gap: 4px;
}
.review__form .btn-primary .icon {
  width: 24px;
  height: 24px;
}
.review__form .input__block {
  margin-bottom: 24px;
}
.review__form .input__block input {
  margin-top: 8px;
  border: 1px solid var(--light-grey);
  border-radius: 6px;
  padding: 0 16px;
  height: 48px;
}

.reviews-modal {
  border-radius: 16px;
  padding: 36px 32px;
  max-width: 584px;
}
.reviews-modal .graph-modal__close {
  width: 40px;
  height: 40px;
  background-image: url("../../img/svg/icon-close-modal.svg");
}

.search__head {
  padding: 48px 0 24px;
}
.search__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0;
  border: 1px solid var(--muted);
  border-radius: 32px;
  padding: 3px 5px 3px 12px;
  gap: 12px;
}
.search__block > .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  fill: var(--red);
}
.search__block input {
  outline: none;
  border: none;
  width: 60%;
  height: 100%;
}
.search__block .btn-primary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 16px;
  height: 48px;
  text-transform: initial;
}
.search__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.search__bottom .radio-group {
  margin-top: 0;
}
.search__result {
  font-weight: 500;
  font-size: 18px;
}
.search__content {
  padding: 32px 0;
  background: var(--grey);
}
.search__content-inner {
  border-radius: 16px;
  padding: 36px 32px;
  background: #fff;
}
.search__item:first-child {
  padding-bottom: 24px;
}
.search__item h5,
.search__item .h5-title {
  margin: 0;
  color: var(--primary);
}
.search__item p {
  margin-bottom: 0;
}
.search__item + .search__item {
  border-top: 1px solid var(--light-grey);
  padding: 24px 0;
}
.search__item mark {
  background: var(--yellow);
}

.clear-input {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  padding: 4px;
  width: 24px;
  height: 24px;
  background: var(--light-grey2);
  cursor: pointer;
}
.clear-input .icon {
  width: 10px;
  height: 10px;
  fill: var(--text);
}
.clear-input:hover .icon {
  fill: var(--red);
}

.section_author-info {
  margin-top: 24px;
  padding-bottom: 16px;
}

.about__author-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin: 16px 0 32px;
  padding-top: 2px;
}

.about__author-wrap .meet__staf-item:first-child {
  flex: 1 1 300px;
}

.about__author-wrap .meet__staf-item:last-child {
  flex: 1 1 66%;
}

.about__author-wrap .meet__staf-item:last-child p {
  margin-top: 0;
}

@media screen and (width <= 768px) {
  .search-block {
    margin: 24px 0;
  }
  .search__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search__content {
    padding-top: 0;
  }
  .search__content-inner {
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    padding: 36px 24px;
  }
}
@media print {
  body {
    margin: 0 auto;
    padding: 20px;
    max-width: 1440px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.6;
    background-color: #fff; /* Ensure background is white for printing */
  }
  body > *:not(main),
  .breadcrumbs,
  .search__tour {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .block-with-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-with-img.img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accordion__item-content {
    overflow: visible;
    padding: 4px 0 32px;
    max-height: 1000px;
  }
  *,
  *::before,
  *::after {
    /* Black prints faster */
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #000;
    background: #fff;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.contacts__inner {
  padding: 32px 0;
  background: var(--light-grey2);
}
.contacts__inner .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding: 28px 32px 32px;
}
.contacts__inner .btn-primary {
  margin-top: 0;
  margin-left: auto;
  padding: 0 16px;
  height: 48px;
  min-width: 215px;
}
.contacts__inner .select-field span {
  color: var(--text);
}
.contacts__inner .select-field select {
  border-radius: 8px;
}
.contacts__inner h5,
.contacts__inner .h5-title {
  margin: 0 0 12px;
  color: var(--primary);
}
.contacts__inner .form-wrap .form__label span:first-child {
  margin-bottom: 3px;
}
.contacts__inner textarea {
  margin-bottom: 26px;
  padding: 12px 16px;
  min-height: 127px;
}
.contacts__inner textarea::-webkit-input-placeholder {
  letter-spacing: 1px;
}
.contacts__inner textarea::-moz-placeholder {
  letter-spacing: 1px;
}
.contacts__inner textarea:-ms-input-placeholder {
  letter-spacing: 1px;
}
.contacts__inner textarea::-ms-input-placeholder {
  letter-spacing: 1px;
}
.contacts__inner textarea::placeholder {
  letter-spacing: 1px;
}

.inputs__two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 23px 0;
  gap: 28px;
}
.inputs__two-col > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.error {
  font-size: 14px;
  color: var(--red);
}

.input__block:has(.error:not(:empty)) span {
  color: var(--red);
}
.input__block:has(.error:not(:empty)) input,
.input__block:has(.error:not(:empty)) select {
  border-color: var(--red);
}

@media screen and (width <= 560px) {
  .inputs__two-col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts__inner .btn-primary {
    margin-inline: auto;
  }
}
.reviews-modal.single {
  padding: 24px 32px 32px;
  width: 100%;
  max-width: 1216px;
}

.review__form.single .select-field span {
  color: var(--text);
}
.review__form.single h2, .review__form.single .h2-title {
  margin-top: 0;
  margin-bottom: 25px;
  color: var(--primary);
}
.review__form.single .select-field select {
  border-radius: 8px;
}
.review__form.single .input__block {
  margin-bottom: 0;
}
.review__form.single .inputs__two-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 21px 0 19px;
}
.review__form.single input, .review__form.single select {
  border-color: var(--muted);
  height: 48px;
}
.review__form.single h5, .review__form.single .h5-title {
  margin-top: 24px;
  margin-bottom: 6px;
}
.review__form.single textarea {
  min-height: 127px;
}
.review__form.single .btn-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 174px;
}

.rating input {
  display: none;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.rating img {
  width: 42px;
  height: 42px;
}
.rating label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 42px;
}

.rating input:checked + label img {
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.main.booking .two__columns {
  margin-bottom: 32px;
}

.contact__item {
  flex: 1 1 48%;
}

.contact__item .h4-title,
.contact__item h4 {
  color: var(--primary);
}

.contact__item span {
  display: block;
}

.section_author-info .social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section_author-info .social__item img {
  width: 32px;
  height: auto;
  margin: 0;
}

.text_block a {
  color: var(--text);
  text-decoration: underline;
}

@media screen and (width <= 560px) {
  .radio-block {
    gap: 8px;
  }
  .rating {
    gap: 6px;
  }
  .reviews-modal.single {
    padding: 24px;
    max-width: 352px;
  }
  .review__form.single h2, .review__form.single .h2-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
  }
  .review__form.single .btn-primary {
    margin-inline: auto;
  }
}