@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:regular,500,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:regular&display=swap);
@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff) format("woff"),
    url(../fonts/icons.woff2#icons) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" _icon-"]:before,
[class^="_icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" _icon-"]:before,
[class^="_icon-"]:before {
  display: block;
}
._icon-arrow:before {
  content: "\e900";
}
._icon-arrow-left:before {
  content: "\e901";
}
._icon-arrow-right:before {
  content: "\e902";
}
._icon-arrow-spollers:before {
  content: "\e903";
}
._icon-arrows-top-bottom:before {
  content: "\e904";
}
._icon-check:before {
  content: "\e907";
}
._icon-check-c:before {
  content: "\e908";
}
._icon-check-soc:before {
  content: "\e909";
}
._icon-check-x:before {
  content: "\e90a";
}
._icon-coffe:before {
  content: "\e90c";
}
._icon-conference:before {
  content: "\e90d";
}
._icon-day:before {
  content: "\e90e";
}
._icon-e-soc:before {
  content: "\e90f";
}
._icon-instagram:before {
  content: "\e912";
}
._icon-location:before {
  content: "\e913";
}
._icon-map-location:before {
  content: "\e914";
}
._icon-night:before {
  content: "\e915";
}
._icon-nutrition:before {
  content: "\e916";
}
._icon-pdf:before {
  content: "\e917";
}
._icon-persons:before {
  content: "\e919";
}
._icon-swimming:before {
  content: "\e91b";
}
._icon-tea:before {
  content: "\e91c";
}
._icon-telegram:before {
  content: "\e91d";
}
._icon-viber:before {
  content: "\e91f";
}
._icon-whatsapp:before {
  content: "\e920";
}
._icon-wi-fi:before {
  content: "\e921";
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #333;
  line-height: 1;
  font-family: Rubik;
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Rubik;
  font-size: inherit;
  outline: 0;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  font-weight: 400;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
.page {
  padding-bottom: 2.5rem;
}
[class*="__container"] {
  max-width: 80rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.form__error {
  padding-right: 0.5rem;
  color: red;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  font-family: Rubik;
  font-weight: 700;
  line-height: 154%;
  font-size: 20px;
  color: #fff;
  background-color: #ff6a00;
  border-radius: 0.625rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn:active {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb4701;
}
.btn.fw {
  width: 100%;
}
.btn.btn--blue {
  background-image: linear-gradient(313.3deg, #017ac3 -53.88%, #65cff0 119.28%);
  background-size: 300%;
  background-position: 0 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn.btn--blue:active {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb4701;
}
.btn.btn--light {
  color: #0587d6;
  background: #e7f2ff;
}
.btn--pdf span {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="time"]::-webkit-inner-spin-button {
  display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.input {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #666;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #cee5ff;
}
@supports (font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .input {
    font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)
) {
  .input {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(2.75rem, 2.5075757576rem + 1.2121212121vw, 3.1rem)) {
  .input {
    height: clamp(2.75rem, 2.5075757576rem + 1.2121212121vw, 3.1rem);
  }
}
@supports not (
  height: clamp(2.75rem, 2.5075757576rem + 1.2121212121vw, 3.5rem)
) {
  .input {
    height: calc(2.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.item-form--tel .input {
  text-align: left;
}
textarea.input {
  min-height: 5rem;
  resize: none;
}
.item-form._form-error .input {
  border: 1px solid red;
}
.input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c2c2c2;
  border-radius: 0.625rem;
  background-color: #fff;
}

.input-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem)) {
  .input-item__icon {
    width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem);
  }
}
@supports not (width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem)) {
  .input-item__icon {
    width: calc(2.5rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.input-item__icon svg {
  width: 0.875rem;
  height: 0.5rem;
}
.input-item__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.input-item__input input {
  font-weight: 400;
  color: #666;
  padding: 15px 13px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #C2C2C2;
}

.input-item__icon-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.0625rem solid #c2c2c2;
}
@supports (width: clamp(3.125rem, 2.922979798rem + 1.0101010101vw, 3.75rem)) {
  .input-item__icon-calendar {
    width: clamp(3.125rem, 2.922979798rem + 1.0101010101vw, 3.75rem);
  }
}
@supports not (
  width: clamp(3.125rem, 2.922979798rem + 1.0101010101vw, 3.75rem)
) {
  .input-item__icon-calendar {
    width: calc(3.125rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .input-item__icon-calendar svg {
    width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .input-item__icon-calendar svg {
    width: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .input-item__icon-calendar svg {
    height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .input-item__icon-calendar svg {
    height: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.item-form--number .calendar-box-info__arrow svg {
  width: 0.9375rem;
  height: 1.5rem;
}
.inputs-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border: 0.0625rem solid #cee5ff;
  border-radius: 0.625rem;
}
@supports (height: clamp(2.75rem, 2.4267676768rem + 1.6161616162vw, 3.75rem)) {
  .inputs-city {
    height: clamp(2.75rem, 2.4267676768rem + 1.6161616162vw, 3.75rem);
  }
}
@supports not (
  height: clamp(2.75rem, 2.4267676768rem + 1.6161616162vw, 3.75rem)
) {
  .inputs-city {
    height: calc(2.75rem + 1 * (100vw - 20rem) / 61.875);
  }
}
.item-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.item-city__icon {
  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: 3.75rem;
  padding-left: 0.3125rem;
}
@supports (width: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .item-city__icon svg {
    width: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem);
  }
}
@supports not (width: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .item-city__icon svg {
    width: calc(0.75rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .item-city__icon svg {
    height: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem);
  }
}
@supports not (height: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .item-city__icon svg {
    height: calc(0.75rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.item-city__input {
  position: relative;
  text-align: right;
  
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 8px 0;
}
.item-city__input input {
  width: 100%;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  color: #444;
}
.btn-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.75rem;
  flex: 0 0 3.75rem;
  width: 3.75rem;
  background-color: #fff;
  border-left: 0.0625rem solid #cee5ff;
  border-right: 0.0625rem solid #cee5ff;
}
@supports (width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem)) {
  .btn-city {
    width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem);
  }
}
@supports not (width: clamp(2.5rem, 2.095959596rem + 2.0202020202vw, 3.75rem)) {
  .btn-city {
    width: calc(2.5rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.btn-city svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
}
@supports (width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .btn-city svg {
    width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .btn-city svg {
    width: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .btn-city svg {
    height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .btn-city svg {
    height: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.item-city__label {
  font-size: 0.875rem;
  color: #666;
  pointer-events: none;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
}
.item-city__input input:not(:-moz-placeholder-shown) ~ .item-city__label {
  transform: translateY(-15px) translateX(10px) scale(1);
}
.item-city__input input:not(:-ms-input-placeholder) ~ .item-city__label {
  -ms-transform: translateY(-15px) translateX(10px) scale(1);
  transform: translateY(-15px) translateX(10px) scale(1);
}
.item-city__input input:focus ~ .item-city__label,
.item-city__input input:not(:placeholder-shown) ~ .item-city__label {
  -webkit-transform: translateY(-15px) translateX(10px) scale(1);
  -ms-transform: translateY(-15px) translateX(10px) scale(1);
  transform: translateY(-15px) translateX(10px) scale(1);
}
.input-item__input--time input {
  padding-right: 0;
}
.input-item {
  position: relative;
}
.input-item__input._form-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid red;
  border-radius: 0.625rem;
  pointer-events: none;
}
.item-city--wrapper {
  position: relative;
}
.item-city--wrapper .form__error {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.input-file,
.input-file__label {
  cursor: pointer;
}
#myfile {
  display: none;
}
.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
  background: #ff6a00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMzE2IDAuMjM4OTU2QzEzLjgwNzQgLTAuMDc5NjUxNyAxMy4yODUxIC0wLjA3OTY1MjEgMTIuOTYwOCAwLjIzODk1NUw2LjQ4MDkzIDYuNjA2MDVDNi4zMzE4NCA2Ljc1MjU1IDYuMDg2NjYgNi43NTI1NSA1LjkzNzU2IDYuNjA2MDVMMy4wMzM3MSAzLjc1MjY5QzIuNzE1NzQgMy40NDAyNSAyLjIwNiAzLjQzMzQ2IDEuODc5NjYgMy43MzY2NEwwLjI2MzU2MyA1LjIzODA0Qy0wLjA4MDk0NjMgNS41NTgxOCAtMC4wODg5NTAyIDYuMDk4ODcgMC4yNDY4MDMgNi40Mjg3OUw1LjY3MzQyIDExLjc2MUM1Ljk5NzY3IDEyLjA3OTcgNi41MiAxMi4wNzk3IDYuODQ0MjUgMTEuNzYxTDE1Ljc1MzIgMy4wMDdDMTYuMDgyMyAyLjY4MzY3IDE2LjA4MjMgMi4xNTU2NyAxNS43NTMyIDEuODMyMzRMMTQuMTMxNiAwLjIzODk1NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0.625rem;
}
.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #c2c2c2;
  background-color: #fff;
}
.checkbox__text {
  font-size: 16px;
  line-height: 128%;
  color: #333;
  text-align: left;
}

.checkbox__text a {
  color: #0587d6;
}
.checkbox._form-error .checkbox__label:before {
  border: 1px solid red;
}
.checkbox._form-error .form__error {
  display: none;
}
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.options__input:focus + .options__label:before {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.options__input:checked + .options__label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  /*-webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;*/
  cursor: pointer;
  gap: 0.75rem;
}
.options__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 4px;
  border: 1px solid #a7a9ac;
}
.options__label:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 4px;
  background-color: #ff6a00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4xMzE2IDAuMjM4OTU2QzEzLjgwNzQgLTAuMDc5NjUxNyAxMy4yODUxIC0wLjA3OTY1MjEgMTIuOTYwOCAwLjIzODk1NUw2LjQ4MDkzIDYuNjA2MDVDNi4zMzE4NCA2Ljc1MjU1IDYuMDg2NjYgNi43NTI1NSA1LjkzNzU2IDYuNjA2MDVMMy4wMzM3MSAzLjc1MjY5QzIuNzE1NzQgMy40NDAyNSAyLjIwNiAzLjQzMzQ2IDEuODc5NjYgMy43MzY2NEwwLjI2MzU2MyA1LjIzODA0Qy0wLjA4MDk0NjMgNS41NTgxOCAtMC4wODg5NTAyIDYuMDk4ODcgMC4yNDY4MDMgNi40Mjg3OUw1LjY3MzQyIDExLjc2MUM1Ljk5NzY3IDEyLjA3OTcgNi41MiAxMi4wNzk3IDYuODQ0MjUgMTEuNzYxTDE1Ljc1MzIgMy4wMDdDMTYuMDgyMyAyLjY4MzY3IDE2LjA4MjMgMi4xNTU2NyAxNS43NTMyIDEuODMyMzRMMTQuMTMxNiAwLjIzODk1NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
@supports (width: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)) {
  .options__label svg {
    width: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem);
  }
}
@supports not (width: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)) {
  .options__label svg {
    width: calc(1.25rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)) {
  .options__label svg {
    height: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem);
  }
}
@supports not (
  height: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)
) {
  .options__label svg {
    height: calc(1.25rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.options__item .form__error {
  display: none;
}
.options__item._form-error .options__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 4px;
  border: 1px solid red;
}
.select {
  position: relative;
  
}
.select__body {
  position: relative;
}
.select__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 128%;
  text-align: right;
  color: #c2c2c2;
  text-align: left;
  border: 0.0625rem solid #c2c2c2;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 0.625rem;
}
.select__value {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
  padding: 16px 12px;
  gap: 0.625rem;
}
.select__value > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.9375rem;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('/local/templates/shomoltour/img/icons/arrow_drop_down.svg');
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  
  color: #000;
  position: absolute;
  top: 2.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 0.0625rem solid #c2c2c2;
  border-top: 0;
  padding: 0.625rem 0 0.3125rem 0;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  cursor: pointer;
  padding: 0.3125rem 0.9375rem;
  color: inherit;
  text-align: left;
}
.select__option._select-selected {
  background-color: #eee;
}
.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select._select-open {
  z-index: 5;
}
._select-tag {
  cursor: pointer;
}
.number-guests .select__title {
  border: 1px solid #cee5ff;
}
.number-guests .select__options {
  top: 0;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  border: 0.125rem solid #cee5ff;
  border-radius: 0.625rem;
  max-height: 15.75rem;
  overflow: auto;
}
.number-guests .select__option {
  width: 100%;
  text-align: right;
  cursor: pointer;
  padding: 0.3125rem 0.75rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1.185;
  color: #444;
}
.select__options::-webkit-scrollbar {
  overflow-y: scroll;
  width: 0.625rem;
  background-color: #e7f2ff;
}
.select__options::-webkit-scrollbar-thumb {
  background-color: #0587d6;
  border-radius: 2.5rem;
}
.full-stars .rating-group {
  
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.full-stars input {
  position: absolute;
  left: -9999px;
}
.full-stars label {
  margin: 0;
  cursor: pointer;
}
.full-stars label svg {
  margin: 0.125rem;
  fill: #c2c2c2;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@supports (width: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem)) {
  .full-stars label svg {
    width: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem);
  }
}
@supports not (width: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem)) {
  .full-stars label svg {
    width: calc(1.375rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem)) {
  .full-stars label svg {
    height: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem);
  }
}
@supports not (height: clamp(1.375rem, 1.172979798rem + 1.0101010101vw, 2rem)) {
  .full-stars label svg {
    height: calc(1.375rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.full-stars input:checked ~ label svg {
  fill: #ff6a00;
}
.quantity {
  width: 116px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quantity__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: relative;
  cursor: pointer;
}
.quantity__button::after,
.quantity__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 -5.5px;
  background-color: #000;
  width: 12px;
  height: 2px;
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #444;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 0.4375rem;
}
.noUi-horizontal .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  right: -0.9375rem;
  top: -0.625rem;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  width: 90%;
  margin: 0 auto;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #0587d6;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: 3px solid #dcdcdc;
}
.noUi-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.875rem;
  width: 0.875rem;
  background: #0587d6;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 46.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
}
@supports (padding-top: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem)) {
  .popup__content {
    padding-top: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem);
  }
}
@supports not (
  padding-top: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem)
) {
  .popup__content {
    padding-top: calc(1.5rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem)
) {
  .popup__content {
    padding-bottom: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem);
  }
}
@supports not (
  padding-bottom: clamp(1.5rem, 1.3383838384rem + 0.8080808081vw, 2rem)
) {
  .popup__content {
    padding-bottom: calc(1.5rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.875rem, 1.2285353535rem + 3.2323232323vw, 3.875rem)
) {
  .popup__content {
    padding-left: clamp(1.875rem, 1.2285353535rem + 3.2323232323vw, 3.875rem);
  }
}
@supports not (
  padding-left: clamp(1.875rem, 1.2285353535rem + 3.2323232323vw, 3.875rem)
) {
  .popup__content {
    padding-left: calc(1.875rem + 2 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(2.0625rem, 1.4766414141rem + 2.9292929293vw, 3.875rem)
) {
  .popup__content {
    padding-right: clamp(2.0625rem, 1.4766414141rem + 2.9292929293vw, 3.875rem);
  }
}
@supports not (
  padding-right: clamp(2.0625rem, 1.4766414141rem + 2.9292929293vw, 3.875rem)
) {
  .popup__content {
    padding-right: calc(2.0625rem + 1.8125 * (100vw - 20rem) / 61.875);
  }
}
.lock .popup__content {
  visibility: visible;
}
.popup__close {
  position: absolute;
  right: 2rem;
  font-size: 2rem;
}
@supports (top: clamp(0.3125rem, -0.3541666667rem + 3.3333333333vw, 2.375rem)) {
  .popup__close {
    top: clamp(0.3125rem, -0.3541666667rem + 3.3333333333vw, 2.375rem);
  }
}
@supports not (
  top: clamp(0.3125rem, -0.3541666667rem + 3.3333333333vw, 2.375rem)
) {
  .popup__close {
    top: calc(0.3125rem + 2.0625 * (100vw - 20rem) / 61.875);
  }
}
@supports (right: clamp(0.8125rem, 0.4286616162rem + 1.9191919192vw, 2rem)) {
  .popup__close {
    right: clamp(0.8125rem, 0.4286616162rem + 1.9191919192vw, 2rem);
  }
}
@supports not (
  right: clamp(0.8125rem, 0.4286616162rem + 1.9191919192vw, 2rem)
) {
  .popup__close {
    right: calc(0.8125rem + 1.1875 * (100vw - 20rem) / 61.875);
  }
}
@supports (width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .popup__close svg {
    width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  width: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .popup__close svg {
    width: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)) {
  .popup__close svg {
    height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  height: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .popup__close svg {
    height: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.popup__title {
  font-weight: 700;
  line-height: 1.185;
  color: #242440;
  
  text-align: left;
}
@supports (
  font-size: clamp(1.375rem, 1.0921717172rem + 1.4141414141vw, 2.25rem)
) {
  .popup__title {
    font-size: clamp(1.375rem, 1.0921717172rem + 1.4141414141vw, 2.25rem);
  }
}
@supports not (
  font-size: clamp(1.375rem, 1.0921717172rem + 1.4141414141vw, 2.25rem)
) {
  .popup__title {
    font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.popup__title--center {
  text-align: center;
}
@supports (
  padding-top: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)
) {
  .popup__body {
    padding-top: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 1.1691919192rem + 0.404040404vw, 1.5rem)
) {
  .popup__body {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@supports (gap: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)) {
  .form-popup {
    gap: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem);
  }
}
@supports not (
  gap: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)
) {
  .form-popup {
    gap: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 61.875);
  }
}

.form-popup__item .input {
  border: 0.0625rem solid #c2c2c2;
}
@supports (height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem)) {
  .form-popup__item .input {
    height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem);
  }
}
@supports not (
  height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem)
) {
  .form-popup__item .input {
    height: calc(2.375rem + 1.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)
) {
  .form-popup__item .input:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem);
  }
}
@supports not (
  margin-bottom: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)
) {
  .form-popup__item .input:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 61.875);
  }
}
.form-popup__item .form__error {
  margin-top: -0.625rem;
}
.form-popup__item .select__value {
  min-height: 3.75rem;
  padding-left: 1.4375rem;
}
.form-popup__options {
  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;
  text-align: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (gap: clamp(0.625rem, 0.0189393939rem + 3.0303030303vw, 2.5rem)) {
  .form-popup__options {
    gap: clamp(0.625rem, 0.0189393939rem + 3.0303030303vw, 2.5rem);
  }
}
@supports not (gap: clamp(0.625rem, 0.0189393939rem + 3.0303030303vw, 2.5rem)) {
  .form-popup__options {
    gap: calc(0.625rem + 1.875 * (100vw - 20rem) / 61.875);
  }
}
.form-popup__btn {
  width: 100%;
}
.form-popup__policy {
  font-size: 16px;
  font-weight: 400;
  line-height: 128%;
}
@supports (font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .form-popup__policy {
    font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)
) {
  .form-popup__policy {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.form-popup__policy a {
  color: #0587d6;
}
@supports (
  padding-top: clamp(1.5rem, 1.0757575758rem + 2.1212121212vw, 2.8125rem)
) {
  .popup__content--dev {
    padding-top: clamp(1.5rem, 1.0757575758rem + 2.1212121212vw, 2.8125rem);
  }
}
@supports not (
  padding-top: clamp(1.5rem, 1.0757575758rem + 2.1212121212vw, 2.8125rem)
) {
  .popup__content--dev {
    padding-top: calc(1.5rem + 1.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.5rem, 0.8737373737rem + 3.1313131313vw, 3.4375rem)
) {
  .popup__content--dev {
    padding-bottom: clamp(1.5rem, 0.8737373737rem + 3.1313131313vw, 3.4375rem);
  }
}
@supports not (
  padding-bottom: clamp(1.5rem, 0.8737373737rem + 3.1313131313vw, 3.4375rem)
) {
  .popup__content--dev {
    padding-bottom: calc(1.5rem + 1.9375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.3409090909rem + 4.5454545455vw, 4.0625rem)
) {
  .popup__content--dev .popup__body {
    padding-top: clamp(1.25rem, 0.3409090909rem + 4.5454545455vw, 4.0625rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.3409090909rem + 4.5454545455vw, 4.0625rem)
) {
  .popup__content--dev .popup__body {
    padding-top: calc(1.25rem + 2.8125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .popup__content--dev .popup__body {
    padding-bottom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .popup__content--dev .popup__body {
    padding-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.popup__content--dev .popup__title {
  text-align: center;
}
.form-popup__check-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-popup__check-popup svg {
  width: 5.1875rem;
  height: 3.9375rem;
}
.form-popup__item--wrapper .form__error {
  -webkit-transform: translateX(13%);
  -ms-transform: translateX(13%);
  transform: translateX(13%);
  margin-top: 0.625rem;
}
.form-popup__item--wrapper .form-popup__item._form-error {
  position: relative;
}
.form-popup__item--wrapper .form-popup__item._form-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid red;
  border-radius: 0.625rem;
  pointer-events: none;
}
.form-popup__item--wrapper .form-popup__item._form-error .form__error {
  position: absolute;
  bottom: -20px;
  right: 10px;
}
.popup__content--wrapper {
  position: relative;
  overflow: hidden;
}
.popup__content--wrapper .number-guests {
  overflow: auto;
}
.item-form--number--wrapper {
  position: relative;
}
.item-form--number--wrapper .item-form._form-error {
  border: 0.0625rem solid red;
}
.item-form--number--wrapper .form__error {
  position: absolute;
  bottom: -1.25rem;
  right: 0.625rem;
}
.item-choice .form__error {
  position: absolute;
  bottom: -1.25rem;
  right: 0.625rem;
}
.spollers {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}
.spollers__item {
  font-size: 1.25rem;
  border: 2px solid #cee5ff;
  border-radius: 0.625rem;
}
.spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  cursor: default;
  text-align: left;
  border-radius: 0.3125rem;
  position: relative;
}
@supports (
  padding-top: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)
) {
  .spollers__title {
    padding-top: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem);
  }
}
@supports not (
  padding-top: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)
) {
  .spollers__title {
    padding-top: calc(0.375rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)
) {
  .spollers__title {
    padding-bottom: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem);
  }
}
@supports not (
  padding-bottom: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)
) {
  .spollers__title {
    padding-bottom: calc(0.375rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .spollers__title {
    padding-left: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  padding-left: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .spollers__title {
    padding-left: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem)
) {
  .spollers__title {
    padding-right: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem);
  }
}
@supports not (
  padding-right: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem)
) {
  .spollers__title {
    padding-right: calc(0.875rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
._spoller-init .spollers__title {
  cursor: pointer;
}
.spollers__body {
  padding: 0 1.5rem 1.25rem 1.625rem;
  border-radius: 0.3125rem;
}
.spollers__content {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.spollers__content::before {
  content: "";
  float: left;
  width: 56.6%;
  height: 0.0625rem;
  background: #cee5ff;
  margin-bottom: 1.25rem;
}
.spollers__title-left {
  
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
  color: #666;
  text-align: center;
  padding: 0.625rem 1.25rem;
  border-radius: 0.4375rem;
  background-color: #e8e4e4;
}
.spollers__title-right {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  color: #242440;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .spollers__title-right {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .spollers__title-right {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.spollers__title-right::before {
  content: "";
  position: absolute;
  right: -0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.625rem;
  flex: 0 0 2.625rem;
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 0.4375rem;
  background-color: #e7f2ff;
  z-index: 1;
}
.spollers__title-right svg {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-left: 20px;
  z-index: 2;
}
._spoller-active .spollers__title-right svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.content-spollers__item {
  text-align: right;
  width: 100%;
}
.content-spollers__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.content-spollers__text p {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: right;
}
@supports (
  margin-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .content-spollers__text p:not(:last-child) {
    margin-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  margin-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .content-spollers__text p:not(:last-child) {
    margin-bottom: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.content-spollers__text ol {
  
  padding-right: 1.5625rem;
}
.content-spollers__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.info-spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 1.875rem;
}
.action-spollers {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}
.action-spollers__item {
  width: 100%;
}
.action-spollers__btn {
  width: 100%;
}
.descp-spollers {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.descp-spollers__table .table-articles__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.185;
}
.descp-spollers__table .table-articles__label svg {
  margin-left: 0.5rem;
}
.descp-spollers__table .table-articles__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.descp-spollers__table .table-articles__value {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.185;
}
.descp-spollers__table .table-articles__value svg {
  margin-left: 0.5rem;
}
.descp-spollers__table .table-articles__value:not(:last-child) {
  margin-bottom: 0.625rem;
}
.spollers__title.--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5.73px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 5.73px 0 rgba(0, 0, 0, 0.1019607843);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 0.75rem;
  height: 1.125rem;
}
.swiper-button-next {
  right: -0.8rem;
}
.swiper-button-prev {
  left: -0.8rem;
}
.typical-slider__container {
  position: relative;
}
.typical-slider__container:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.swiper-pagination {
  display: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.375rem;
}
.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #c2c2c2;
}
.swiper-pagination-bullet-active {
  background: #242440;
}
.typical-slider__swiper-pagination {
  margin-top: 0.875rem;
}
.breadcrumbs {
  left: auto;
  top: auto;
  max-width: unset;
  margin: 0;
  justify-content: start;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  display: none;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__list .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__list .breadcrumbs__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.breadcrumbs__list .breadcrumbs__link:first-child {
  margin-left: 0;
}
.breadcrumbs__list .breadcrumbs__current {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
}
.paggination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paggination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background: #e7f2ff;
  border-radius: 50%;
  margin: 0 12px;
}
.paggination__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.625rem;
  fill: #0587d6;
}

.paggination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paggination__list li:not(:last-child) {
  margin-right: 0.75rem;
}
.paggination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.paggination__item._active {
  border: 1px solid #cee5ff;
}
.air-datepicker-global-container {
  z-index: 150 !important;
}
.air-datepicker.-inline- {
  border: 0.0625rem solid #cee5ff;
  border-radius: 0.625rem;
}
.air-datepicker-nav--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.375rem !important;
  height: 2.375rem;
  border-radius: 50% !important;
  background: #e7f2ff;
  overflow: hidden;
}
.air-datepicker-nav--action path {
  stroke: #0587d6 !important;
}
.air-datepicker-nav {
  border: none !important;
}
.air-datepicker--buttons,
.air-datepicker--time {
  border: none !important;
}
.air-datepicker-button {
  color: #0587d6;
}
.air-datepicker-nav--title {
  font-family: Rubik !important;
  text-transform: uppercase;
  color: #242440 !important;
  font-weight: 500;
}
.air-datepicker-nav--title i {
  color: #666;
  font-weight: 500;
}
.air-datepicker-button {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.air-datepicker-cell.-range-to-.-range-from- {
  background-color: #ff6a00 !important;
  border-radius: 1rem 0 0 1rem !important;
  font-family: Rubik !important;
}
.air-datepicker-cell.-selected- {
  color: #fff;
  background-color: #ff6a00 !important;
  border-radius: 1rem 0 0 1rem !important;
  border-right: 0.0625rem solid #fff !important;
  font-family: Rubik !important;
}
.air-datepicker-cell.-range-to- {
  border: none !important;
  border-radius: 0 1rem 1rem 0 !important;
  background-color: #ff6a00 !important;
  color: #fff !important;
  border-left: 0.0625rem solid #fff !important;
  font-family: Rubik !important;
}
.air-datepicker-cell.-in-range- {
  color: #242440 !important;
  background-color: #cee5ff !important;
  font-family: Rubik !important;
}
.air-datepicker-body--cells.-days- {
  grid-row-gap: 0.3125rem !important;
}
.air-datepicker-body--day-name {
  font-family: Rubik !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.185 !important;
  text-align: center !important;
  color: #242440 !important;
  margin-bottom: 0.625rem !important;
  text-transform: none !important;
}
.air-datepicker-button.custom-button-classname {
  color: #fff !important;
  background-color: #0587d6 !important;
  border-radius: 0.4375rem !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.air-datepicker--buttons,
.air-datepicker--time {
  padding: 0 2.8125rem 1.5rem 2.8125rem !important;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
[class*="-ico"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[class*="-ico"] svg {
  width: 1.5rem;
  height: 1.5rem;
}
.title {
  text-align: center;
  color: #0587d6;
}
.title span {
  padding-bottom: 0.1875rem;
  border-bottom: 1px dashed #0587d6;
}
.title-right {
  text-align: right;
}
.title--dark {
  color: #242440;
}
.phone-contact--big {
  font-size: 2.5rem;
}
::-webkit-scrollbar {
  overflow-y: scroll;
  width: 7px;
  background-color: #f9f9fd;
}
::-webkit-scrollbar-thumb {
  background-color: #0587d6;
}
.phone-contact--blue {
  color: #0587d6;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.nuar-blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4588235294);
  z-index: 5;
}
.icon-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.icon-social svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 100%;
}
.share {
  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;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 1rem;
  border-top: 1px solid #e7f2ff;
  border-bottom: 1px solid #e7f2ff;
}
@supports (
  padding-top: clamp(1.375rem, 1.1931818182rem + 0.9090909091vw, 1.9375rem)
) {
  .share {
    padding-top: clamp(1.375rem, 1.1931818182rem + 0.9090909091vw, 1.9375rem);
  }
}
@supports not (
  padding-top: clamp(1.375rem, 1.1931818182rem + 0.9090909091vw, 1.9375rem)
) {
  .share {
    padding-top: calc(1.375rem + 0.5625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.375rem, 1.1325757576rem + 1.2121212121vw, 2.125rem)
) {
  .share {
    padding-bottom: clamp(1.375rem, 1.1325757576rem + 1.2121212121vw, 2.125rem);
  }
}
@supports not (
  padding-bottom: clamp(1.375rem, 1.1325757576rem + 1.2121212121vw, 2.125rem)
) {
  .share {
    padding-bottom: calc(1.375rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.share__link {
  font-size: 1rem;
  font-weight: 400;
}
.share__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 1.0625rem;
}
.share__text {
  font-weight: 400;
  line-height: 23.7px;
  line-height: 1.185;
  text-align: right;
  color: #666;
}
@supports (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .share__text {
    font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .share__text {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (gap: clamp(0.25rem, 0.1691919192rem + 0.404040404vw, 0.5rem)) {
  .social-share {
    gap: clamp(0.25rem, 0.1691919192rem + 0.404040404vw, 0.5rem);
  }
}
@supports not (gap: clamp(0.25rem, 0.1691919192rem + 0.404040404vw, 0.5rem)) {
  .social-share {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.social-share__icon {
  width: 2.5rem;
  height: 2.5rem;
}
@supports (width: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)) {
  .social-share__icon {
    width: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem);
  }
}
@supports not (
  width: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)
) {
  .social-share__icon {
    width: calc(1.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)) {
  .social-share__icon {
    height: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem);
  }
}
@supports not (
  height: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)
) {
  .social-share__icon {
    height: calc(1.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.tizers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3125rem;
}
.tizers__text {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #0587d6;
}
.tizers__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}
.tizers__img img {
  height: 100%;
}
.item-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-form__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  color: #333;
}
.item-form__label span {
  color: red;
}
.item-form__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cat-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cat-button__btn {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.185;
  line-height: 18.96px;
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-radius: 0.4375rem;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cat-button input[type="radio"]:checked + .cat-button__btn {
  background-color: #e7f2ff;
}
.control-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
@supports (gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)) {
  .control-page {
    gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem);
  }
}
@supports not (
  gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)
) {
  .control-page {
    gap: calc(0.625rem + 0.9375 * (100vw - 20rem) / 61.875);
  }
}
.control-page__form {
  gap: 1.25rem;
}
.control-page-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
@supports (gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)) {
  .control-page-popup__inner {
    gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem);
  }
}
@supports not (
  gap: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)
) {
  .control-page-popup__inner {
    gap: calc(0.625rem + 0.9375 * (100vw - 20rem) / 61.875);
  }
}
.header-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-page__breadcrumbs:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.header-page__breadcrumbs .breadcrumbs__current,
.header-page__breadcrumbs .breadcrumbs__item::after,
.header-page__breadcrumbs .breadcrumbs__link {
  color: #333;
}
.header-page__title {
  color: #242440;
}
.info-detail__middle {
  max-width: 52.9375rem;
  margin: 0 auto;
}
.box-cost-table {
  
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.625rem 1fr;
  grid-template-columns: 32.625rem 1fr;
  text-align: right;
  border: 1px solid #cee5ff;
  border-bottom: none;
  border-radius: 0.625rem;
  overflow: hidden;
}
.box-cost-table__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
  padding: 0.9375rem 1.25rem;
  border-left: 1px solid #cee5ff;
  border-bottom: 1px solid #cee5ff;
  min-height: 121px;
}
@supports (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .box-cost-table__label {
    font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .box-cost-table__label {
    font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.box-cost-table__label span {
  font-weight: 700;
  color: #3c4061;
}
.box-cost-table__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.185;
  color: #0587d6;
  padding: 0.9375rem 1.25rem;
  border-bottom: 1px solid #cee5ff;
  min-height: 121px;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .box-cost-table__value {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .box-cost-table__value {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.box-cost-table__label--bg,
.box-cost-table__value--bg {
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3c4061;
  background: #e7f2ff;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .box-cost-table__label--bg,
  .box-cost-table__value--bg {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .box-cost-table__label--bg,
  .box-cost-table__value--bg {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.cost-table--center .box-cost-table__label,
.cost-table--center .box-cost-table__value {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-item {
  font-weight: 500;
  line-height: 107%;
  font-size: 26px;
  color: #0587D6;
}
@supports (
  font-size: clamp(1.625rem, 1.422979798rem + 1.0101010101vw, 2.25rem)
) {
  .price-item {
    font-size: clamp(1.625rem, 1.422979798rem + 1.0101010101vw, 2.25rem);
  }
}
@supports not (
  font-size: clamp(1.625rem, 1.422979798rem + 1.0101010101vw, 2.25rem)
) {
  .price-item {
    font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.box-banner__img:not(:last-child) {
  margin-bottom: 1.25rem;
}
.img-box-banner-ibg {
  padding-bottom: 27.5%;
  border-radius: 0.625rem;
  background-color: #c2c2c2;
  overflow: hidden;
}
.box-banner__footnote {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
}
.list-special li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding-right: 1.25rem;
  padding-left: 25px;
}
.list-special li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.list-special li::before {
  position: absolute;
  top: 0.8125rem;
  left: 0;
  content: "";
  float: left;
  width: 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ff6a00;
}
.descp-details__cost-table:not(:last-child) {
  margin-bottom: 3.5rem;
}
.price-filter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.1875rem;
}
.price-filter__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.125rem 8.125rem;
  grid-template-columns: 8.125rem 8.125rem;
  gap: 0.625rem;
}
.price-filter__inputs input {
  width: 100%;
}
.price-filter__input-label {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.5rem;
  gap: 0.5rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid #c2c2c2;
  border-radius: 0.4375rem;
}
.price-filter__input-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #666;
}
.price-filter__input {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
}
.actions__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@supports (gap: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)) {
  .actions__inner {
    gap: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem);
  }
}
@supports not (gap: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)) {
  .actions__inner {
    gap: calc(0.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.box-actions {
  position: relative;
  background: #eff7ff;
  border: 1px solid #cee5ff;
  border-radius: 0.625rem;
}
@supports (padding: clamp(1.125rem, 0.6805555556rem + 2.2222222222vw, 2.5rem)) {
  .box-actions {
    padding: clamp(1.125rem, 0.6805555556rem + 2.2222222222vw, 2.5rem);
  }
}
@supports not (
  padding: clamp(1.125rem, 0.6805555556rem + 2.2222222222vw, 2.5rem)
) {
  .box-actions {
    padding: calc(1.125rem + 1.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.875rem, 1.7133838384rem + 0.8080808081vw, 2.375rem)
) {
  .box-actions {
    padding-bottom: clamp(1.875rem, 1.7133838384rem + 0.8080808081vw, 2.375rem);
  }
}
@supports not (
  padding-bottom: clamp(1.875rem, 1.7133838384rem + 0.8080808081vw, 2.375rem)
) {
  .box-actions {
    padding-bottom: calc(1.875rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.box-actions .input-item {
  border: 1px solid #cee5ff;
}
.box-actions .input-item__icon-calendar {
  border-left: 1px solid #cee5ff;
}
.box-actions--size-m .box-actions__wrapper {
  max-width: 59.6875rem;
  margin: 0 auto;
}
.box-actions__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    171.22deg,
    rgba(221, 238, 255, 0.156) 2.84%,
    rgba(0, 162, 229, 0.6) 128.75%
  );
}
.box-actions__title {
  font-weight: 600;
  line-height: 1.185;
  color: #0587d6;
  text-align: center;
}
@supports (
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem)
) {
  .box-actions__title {
    font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem)
) {
  .box-actions__title {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem)
) {
  .box-actions__title:not(:last-child) {
    margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem);
  }
}
@supports not (
  margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem)
) {
  .box-actions__title:not(:last-child) {
    margin-bottom: calc(1rem + 1.375 * (100vw - 20rem) / 61.875);
  }
}
.box-actions__subtitle {
  font-weight: 400;
  line-height: 1.185;
  line-height: 26.07px;
  text-align: center;
}
@supports (font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem)) {
  .box-actions__subtitle {
    font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem)
) {
  .box-actions__subtitle {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem)
) {
  .box-actions__subtitle:not(:last-child) {
    margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem);
  }
}
@supports not (
  margin-bottom: clamp(1rem, 0.5555555556rem + 2.2222222222vw, 2.375rem)
) {
  .box-actions__subtitle:not(:last-child) {
    margin-bottom: calc(1rem + 1.375 * (100vw - 20rem) / 61.875);
  }
}
.form-box-actions {
  position: relative;
  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;
  gap: 1.625rem;
}
.form-box-actions .checkbox__label:before {
  background-color: #fff;
}
.form-box-actions__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.0625rem 1fr 1fr;
  grid-template-columns: 15.0625rem 1fr 1fr;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@supports (gap: clamp(0.875rem, 0.4103535354rem + 2.3232323232vw, 2.3125rem)) {
  .form-box-actions__col {
    gap: clamp(0.875rem, 0.4103535354rem + 2.3232323232vw, 2.3125rem);
  }
}
@supports not (
  gap: clamp(0.875rem, 0.4103535354rem + 2.3232323232vw, 2.3125rem)
) {
  .form-box-actions__col {
    gap: calc(0.875rem + 1.4375 * (100vw - 20rem) / 61.875);
  }
}
.form-box-actions__line .input-item {
  border: 1px solid #cee5ff;
}
.form-box-actions__line .input-item input {
  font-size: 1.25rem;
  color: #c2c2c2;
}
.form-box-actions__label {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
  color: #242440;
}
.form-box-actions__label:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.form-box-actions__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.3125rem;
}
.form-box-actions__btn {
  font-size: 1.5rem;
}
@supports (
  padding: clamp(0.3125rem, 0.2316919192rem + 0.404040404vw, 0.5625rem)
) {
  .form-box-actions__btn {
    padding: clamp(0.3125rem, 0.2316919192rem + 0.404040404vw, 0.5625rem);
  }
}
@supports not (
  padding: clamp(0.3125rem, 0.2316919192rem + 0.404040404vw, 0.5625rem)
) {
  .form-box-actions__btn {
    padding: calc(0.3125rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.result-box-actions {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
  text-align: center;
  padding: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #cee5ff;
  background-color: #fff;
  color: #c2c2c2;
}
@supports (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .result-box-actions {
    font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .result-box-actions {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem)) {
  .result-box-actions {
    height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem);
  }
}
@supports not (
  height: clamp(2.375rem, 1.9305555556rem + 2.2222222222vw, 3.75rem)
) {
  .result-box-actions {
    height: calc(2.375rem + 1.375 * (100vw - 20rem) / 61.875);
  }
}
.input-box-actions {
  padding: 1.25rem;
  border: 1px solid #cee5ff;
  background-color: #fff;
  border-radius: 0.625rem;
}
.input-box-actions__line {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 3.5rem;
  max-width: 33.125rem;
  margin: 0 auto;
}
.input-box-actions__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.219;
  color: #6b748b;
}
.input-box-actions__btn {
  font-size: 1rem;
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem;
}
.form-box-actions__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (gap: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)) {
  .form-box-actions__options {
    gap: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (gap: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)) {
  .form-box-actions__options {
    gap: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.form-box-actions__options .options__label:before {
  background-color: #fff;
}
audio {
  width: 100%;
  height: 100%;
}
audio::-webkit-media-controls-panel {
  background-color: #e7f2ff;
  border-radius: 0.625rem;
}
audio::-webkit-media-controls-mute-button {
  display: none;
}
audio::-webkit-media-controls-play-button {
  background-color: #0587d6;
  border-radius: 50%;
}
audio::-webkit-media-controls-current-time-display {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 0.625rem;
  margin-right: 0.1875rem;
}
audio::-webkit-media-controls-time-remaining-display {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #788196;
}
audio::-webkit-media-controls-volume-slider-container {
  display: none;
}
audio::-webkit-media-controls-volume-slider {
  display: none;
}
audio::-webkit-media-controls-seek-back-button {
  display: none;
}
audio::-webkit-media-controls-seek-forward-button {
  display: none;
}
audio::-webkit-media-controls-fullscreen-button {
  display: none;
}
audio::-webkit-media-controls-rewind-button {
  display: none;
}
audio::-webkit-media-controls-return-to-realtime-button {
  display: none;
}
audio::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}
.choice__item {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.item-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #cee5ff;
  background-color: #e7f2ff;
  border-radius: 16px;
  gap: 32px;
}
.item-choice .input-item {
  border: 1px solid #cee5ff;
}

.item-choice__row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.item-choice__col {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.item-choice__btn {
  padding: 12px;
}
.item-choice__notification {
  font-size: 20px;
  line-height: 120%;
  color: #666;
}
.control-page__mob {
  display: none;
}
.mob-control {
  -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: 0.5rem;
}
.mob-control__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
}
.mob-control__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
}
.mob-control__button svg {
  width: 100%;
  height: 100%;
}
.number-guests {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  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;
  gap: 16px;
  padding: 32px 16px;
  border-radius: 0.625rem;
  border: 2px solid #cee5ff;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.number-guests._active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.number-guests__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.number-guests__adults {
  font-size: 1.25rem;
  line-height: 1.185;
  text-align: right;
}
.number-guests__under {
  font-size: 1rem;
  line-height: 1.185;
  text-align: right;
  color: #666;
}
.item-result {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  border: 1px solid #cee5ff;
  border-radius: 0.625rem;
  padding: 12px 16px;
}
.number-guests__result {
  display: none;
}
.number-guests__result._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-result__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-result__btn svg {
  width: 24px;
  height: 24px;
}
.item-result__text {
  font-size: 1.25rem;
  line-height: 1.185;
  text-align: right;
}
.header {
  position: relative;
  z-index: 50;
  background-color: #fff;
}
@supports (
  padding-top: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)
) {
  .header {
    padding-top: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(0.9375rem, 0.7556818182rem + 0.9090909091vw, 1.5rem)
) {
  .header {
    padding-top: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 61.875);
  }
}
.header._header-scroll {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
}
.header._header-show {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header__main:not(:last-child) {
  margin-bottom: 1rem;
}
.IsAdmin #panel {
  position: static !important;
  z-index: 5000;
  width: 100%;
}
.IsAdmin #panel:not(:last-child) {
  margin-bottom: 1.25rem;
}
.main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.main-header__contacts {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.contacts-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.contacts-header__btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 8px;
}
.contacts-header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #0587d6;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contacts-header__email svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.contacts-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contacts-header__phone span {
  border-bottom: 1px dashed #333;
}
.contacts-header__phone svg {
  height: 24px;
  width: 24px;
  margin-right: 0.5rem;
}
.phone-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.phone-contact span {
  border-bottom: 1px dashed #333;
}

.phone-contact--email {
  font-weight: 400;
}
.actions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.actions-header__burger {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  padding: 0.8125rem 0.75rem;
  border-radius: 0.4375rem;
  background: linear-gradient(313.3deg, #017ac3 -53.88%, #65cff0 119.28%);
}
.actions-header__logo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 160px;
}


.logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.logo__name {
  font-family: Rubik;
  font-weight: 600;
  line-height: 0.9014285714;
  color: #1c85b2;
}

.logo__subtext {
  color: #4bb5e6;
}
.logo__icon {
  width: 100%;
  height: 100%;
}
.navigation-header {
  padding: 1.1rem 0 1.1rem 0;
  background-color: #004495;
}
.navigation-header ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navigation-header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation-header a {
  font-family: Rubik;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.185;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.icon-menu {
  display: none;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1.75rem;
  border-top: 1px solid #dcdbdb;
}
.footer__contacts {
  padding-bottom: 1rem;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.375rem;
  background: #004495;
}
@supports (
  padding-top: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem)
) {
  .footer__copyright {
    padding-top: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem);
  }
}
@supports not (
  padding-top: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem)
) {
  .footer__copyright {
    padding-top: calc(0.625rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem)
) {
  .footer__copyright {
    padding-bottom: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem);
  }
}
@supports not (
  padding-bottom: clamp(0.625rem, 0.3825757576rem + 1.2121212121vw, 1.375rem)
) {
  .footer__copyright {
    padding-bottom: calc(0.625rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.footer__copyright-text {
  direction: ltr;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@supports (font-size: clamp(0.875rem, 0.8345959596rem + 0.202020202vw, 1rem)) {
  .footer__copyright-text {
    font-size: clamp(0.875rem, 0.8345959596rem + 0.202020202vw, 1rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.8345959596rem + 0.202020202vw, 1rem)
) {
  .footer__copyright-text {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 61.875);
  }
}
.contacts-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@supports (gap: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem)) {
  .contacts-footer__contacts {
    gap: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem);
  }
}
@supports not (gap: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem)) {
  .contacts-footer__contacts {
    gap: calc(0.875rem + 1.125 * (100vw - 20rem) / 61.875);
  }
}
.contacts-footer__contacts:not(:last-child) {
  margin-bottom: 1.125rem;
}
.contacts-footer__item {
  font-size: 20px;
  gap: 12px;
}

.contacts-footer__item.phone-contact--email {
  font-size: 18px;
}

.contacts-footer__text {
  
  font-weight: 400;
  line-height: 1.5428571429;
  text-align: center;
  max-width: 31.375rem;
  margin: 0 auto;
}
@supports (
  font-size: clamp(0.875rem, 0.7941919192rem + 0.404040404vw, 1.125rem)
) {
  .contacts-footer__text {
    font-size: clamp(0.875rem, 0.7941919192rem + 0.404040404vw, 1.125rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.7941919192rem + 0.404040404vw, 1.125rem)
) {
  .contacts-footer__text {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.navigation-footer__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 34% 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 1.125rem 0 2.75rem 0;
}
.navigation-footer .navigation-footer__col {
  direction: ltr;
}

.navigation-footer .navigation-footer__col p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik';
    line-height: 1.4;
}

.navigation-footer .navigation-footer__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.navigation-footer .navigation-footer__title:not(:last-child) {
  margin-bottom: 0.875rem;
}
.navigation-footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-footer ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.navigation-footer ul a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.185;
  color: #0587d6;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-banner {
  position: relative;
  background-size: cover !important;
}
.main-banner__slider {
  position: relative;
  background-size: cover !important;
}
.main-banner__container {
  width: 100%;
}
.main-banner__descp {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (
  padding-top: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem)
) {
  .main-banner__descp {
    padding-top: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem)
) {
  .main-banner__descp {
    padding-top: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem)
) {
  .main-banner__descp {
    padding-bottom: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 3.75rem)
) {
  .main-banner__descp {
    padding-bottom: calc(1.25rem + 2.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  min-height: clamp(11.875rem, 6.178030303rem + 28.4848484848vw, 29.5rem)
) {
  .main-banner__descp {
    min-height: clamp(11.875rem, 6.178030303rem + 28.4848484848vw, 29.5rem);
  }
}
@supports not (
  min-height: clamp(11.875rem, 6.178030303rem + 28.4848484848vw, 29.5rem)
) {
  .main-banner__descp {
    min-height: calc(11.875rem + 17.625 * (100vw - 20rem) / 61.875);
  }
}
.main-banner__body {
  max-width: 52.6875rem;
  width: 100%;
  text-align: center;
}
.main-banner__body h1,
.main-banner__body h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@supports (font-size: clamp(1.375rem, 0.5265151515rem + 4.2424242424vw, 3rem)) {
  .main-banner__body h1,
  .main-banner__body h2 {
    font-size: clamp(1.375rem, 0.5265151515rem + 4.2424242424vw, 3rem);
  }
}
@supports not (
  font-size: clamp(1.375rem, 0.5265151515rem + 4.2424242424vw, 4rem)
) {
  .main-banner__body h1,
  .main-banner__body h2 {
    font-size: calc(1.375rem + 2.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.375rem, -0.2310606061rem + 3.0303030303vw, 2.25rem)
) {
  .main-banner__body h1:not(:last-child),
  .main-banner__body h2:not(:last-child) {
    margin-bottom: clamp(0.375rem, -0.2310606061rem + 3.0303030303vw, 2.25rem);
  }
}
@supports not (
  margin-bottom: clamp(0.375rem, -0.2310606061rem + 3.0303030303vw, 2.25rem)
) {
  .main-banner__body h1:not(:last-child),
  .main-banner__body h2:not(:last-child) {
    margin-bottom: calc(0.375rem + 1.875 * (100vw - 20rem) / 61.875);
  }
}
.main-banner__top-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.185;
  text-align: right;
  color: #fff;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .main-banner__top-title {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .main-banner__top-title {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.main-banner small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.185;
  text-align: right;
  color: #fff;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .main-banner small {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .main-banner small {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.main-banner--inner .main-banner__descp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@supports (
  min-height: clamp(11.875rem, 6.3396464646rem + 27.6767676768vw, 29rem)
) {
  .main-banner--inner .main-banner__descp {
    min-height: clamp(11.875rem, 6.3396464646rem + 27.6767676768vw, 29rem);
  }
}
@supports not (
  min-height: clamp(11.875rem, 6.3396464646rem + 27.6767676768vw, 29rem)
) {
  .main-banner--inner .main-banner__descp {
    min-height: calc(11.875rem + 17.125 * (100vw - 20rem) / 61.875);
  }
}
.main-banner--inner .main-banner__header {
  text-align: right;
}
.main-banner--inner .main-banner__body {
  max-width: 100%;
}
.main-banner--inner .main-banner__body h1 {
  text-align: left;
}
.main-banner--inner .main-banner__body h2 {
  text-align: left;
}
.main-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.main-banner__img img {
  height: 100%;
}
.main-banner__subtitle {
  font-weight: 700;
  line-height: 1.185;
  text-align: center;
  color: #fff;
}
@supports (
  font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .main-banner__subtitle {
    font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .main-banner__subtitle {
    font-size: calc(0.875rem + 1.625 * (100vw - 20rem) / 61.875);
  }
}
.main-banner__body--center {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-banner__body--center small {
  font-weight: 700;
  line-height: 1.185;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@supports (
  font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .main-banner__body--center small {
    font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .main-banner__body--center small {
    font-size: calc(0.875rem + 1.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-top: clamp(0.9375rem, 0.5536616162rem + 1.9191919192vw, 2.125rem)
) {
  .main-banner__body--center small {
    margin-top: clamp(0.9375rem, 0.5536616162rem + 1.9191919192vw, 2.125rem);
  }
}
@supports not (
  margin-top: clamp(0.9375rem, 0.5536616162rem + 1.9191919192vw, 2.125rem)
) {
  .main-banner__body--center small {
    margin-top: calc(0.9375rem + 1.1875 * (100vw - 20rem) / 61.875);
  }
}
@supports (font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)) {
  .top-title--size-m {
    font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)
) {
  .top-title--size-m {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)) {
  .main-banner__body--size-m small {
    font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)
) {
  .main-banner__body--size-m small {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)) {
  .main-banner__body--size-m .main-banner__top-title {
    font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)
) {
  .main-banner__body--size-m .main-banner__top-title {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.main-banner__slide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-banner__slide img {
  height: 100%;
}
.page__ui {
  padding: 3.4375rem 0;
}
.ui__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.125rem;
}
.ui__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui__item h3:not(:last-child) {
  margin-bottom: 1.25rem;
}
.ui__col_directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.125rem;
}
.modal-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.info__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
}
.info__inner--big {
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 15.625rem));
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.40625rem;
}
.info__img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
@supports (
  max-width: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem)
) {
  .info__img {
    max-width: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem);
  }
}
@supports not (
  max-width: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem)
) {
  .info__img {
    max-width: calc(5.1875rem + 3.4375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  height: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem)
) {
  .info__img {
    height: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem);
  }
}
@supports not (
  height: clamp(5.1875rem, 4.0763888889rem + 5.5555555556vw, 8.625rem)
) {
  .info__img {
    height: calc(5.1875rem + 3.4375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.375rem, 0.2537878788rem + 0.6060606061vw, 0.75rem)
) {
  .info__img:not(:last-child) {
    margin-bottom: clamp(0.375rem, 0.2537878788rem + 0.6060606061vw, 0.75rem);
  }
}
@supports not (
  margin-bottom: clamp(0.375rem, 0.2537878788rem + 0.6060606061vw, 0.75rem)
) {
  .info__img:not(:last-child) {
    margin-bottom: calc(0.375rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.info__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.info__text {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #0587d6;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .info__text {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .info__text {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.partners__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcdbdb;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
@supports (
  min-height: clamp(4rem, 3.0707070707rem + 4.6464646465vw, 6.875rem)
) {
  .partners__slide {
    min-height: clamp(4rem, 3.0707070707rem + 4.6464646465vw, 6.875rem);
  }
}
@supports not (
  min-height: clamp(4rem, 3.0707070707rem + 4.6464646465vw, 6.875rem)
) {
  .partners__slide {
    min-height: calc(4rem + 2.875 * (100vw - 20rem) / 61.875);
  }
}
.partners__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@supports (
  padding: clamp(0.625rem, 0.523989899rem + 0.5050505051vw, 0.9375rem)
) {
  .partners__slide img {
    padding: clamp(0.625rem, 0.523989899rem + 0.5050505051vw, 0.9375rem);
  }
}
@supports not (
  padding: clamp(0.625rem, 0.523989899rem + 0.5050505051vw, 0.9375rem)
) {
  .partners__slide img {
    padding: calc(0.625rem + 0.3125 * (100vw - 20rem) / 61.875);
  }
}
.partners__banners {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}
@supports (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .partners__banners {
    gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .partners__banners {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.partners__banners .partners__slide {
  padding-bottom: 26.2%;
}
.partners__wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}
@supports (
  margin-bottom: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .tours__banners {
    margin-bottom: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  margin-bottom: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .tours__banners {
    margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.banners-tours {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}
@supports (gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)) {
  .banners-tours {
    gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .banners-tours {
    gap: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.card-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0.625rem;
}
@supports (padding-top: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem)) {
  .card-banner {
    padding-top: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem);
  }
}
@supports not (
  padding-top: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem)
) {
  .card-banner {
    padding-top: calc(1rem + 1 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem)
) {
  .card-banner {
    padding-bottom: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem);
  }
}
@supports not (
  padding-bottom: clamp(1rem, 0.6767676768rem + 1.6161616162vw, 2rem)
) {
  .card-banner {
    padding-bottom: calc(1rem + 1 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem)
) {
  .card-banner {
    padding-left: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem);
  }
}
@supports not (
  padding-left: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem)
) {
  .card-banner {
    padding-left: calc(1rem + 1.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem)
) {
  .card-banner {
    padding-right: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem);
  }
}
@supports not (
  padding-right: clamp(1rem, 0.5151515152rem + 2.4242424242vw, 2.5rem)
) {
  .card-banner {
    padding-right: calc(1rem + 1.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  min-height: clamp(14.5rem, 10.297979798rem + 21.0101010101vw, 27.5rem)
) {
  .card-banner {
    min-height: clamp(14.5rem, 10.297979798rem + 21.0101010101vw, 27.5rem);
  }
}
@supports not (
  min-height: clamp(14.5rem, 10.297979798rem + 21.0101010101vw, 27.5rem)
) {
  .card-banner {
    min-height: calc(14.5rem + 13 * (100vw - 20rem) / 61.875);
  }
}
.card-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.card-banner__img img {
  height: 100%;
}
.card-banner__descp {
  color: #fff;
  z-index: 5;
  direction: ltr;
  text-align: right;
  width: 100%;
}
.card-banner__city {
  font-weight: 400;
  line-height: 2;
  text-align: right;
}
@supports (font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem)) {
  .card-banner__city {
    font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem)
) {
  .card-banner__city {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.card-banner__excursion {
  font-weight: 400;
  line-height: 51.2px;
  line-height: 1.1;
  text-align: left;
}
@supports (font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)) {
  .card-banner__excursion {
    font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem);
  }
}
@supports not (
  font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)
) {
  .card-banner__excursion {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.card-banner__prices {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  position: absolute;
  top: 20px;
  color: #fff;
}
@supports (
  font-size: clamp(1.5rem, 1.2575757576rem + 1.2121212121vw, 2.25rem)
) {
  .card-banner__prices {
    font-size: clamp(1.5rem, 1.2575757576rem + 1.2121212121vw, 2.25rem);
  }
}
@supports not (
  font-size: clamp(1.5rem, 1.2575757576rem + 1.2121212121vw, 2.25rem)
) {
  .card-banner__prices {
    font-size: calc(1.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.card-banner__time {
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
}
@supports (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .card-banner__time {
    font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .card-banner__time {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.card-banner .card-banner__img-ibg img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.icons-card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  gap: 1.25rem;
}
.typical-slider .card-banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@supports (
  min-height: clamp(14.25rem, 13.0378787879rem + 6.0606060606vw, 18rem)
) {
  .typical-slider .card-banner {
    min-height: clamp(14.25rem, 13.0378787879rem + 6.0606060606vw, 18rem);
  }
}
@supports not (
  min-height: clamp(14.25rem, 13.0378787879rem + 6.0606060606vw, 18rem)
) {
  .typical-slider .card-banner {
    min-height: calc(14.25rem + 3.75 * (100vw - 20rem) / 61.875);
  }
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.article__slider .card-banner {
  padding: 0;
}
@supports (
  min-height: clamp(11.875rem, 11.6527777778rem + 1.1111111111vw, 12.5625rem)
) {
  .article__slider .card-banner {
    min-height: clamp(11.875rem, 11.6527777778rem + 1.1111111111vw, 12.5625rem);
  }
}
@supports not (
  min-height: clamp(11.875rem, 11.6527777778rem + 1.1111111111vw, 12.5625rem)
) {
  .article__slider .card-banner {
    min-height: calc(11.875rem + 0.6875 * (100vw - 20rem) / 61.875);
  }
}
.article__slider .card-banner__img-ibg {
  width: 100%;
  height: 100%;
  background-color: #c2c2c2;
  overflow: hidden;
}
.hotels__slider .card-banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@supports (
  min-height: clamp(19.75rem, 17.7297979798rem + 10.101010101vw, 26rem)
) {
  .hotels__slider .card-banner {
    min-height: clamp(19.75rem, 17.7297979798rem + 10.101010101vw, 26rem);
  }
}
@supports not (
  min-height: clamp(19.75rem, 17.7297979798rem + 10.101010101vw, 26rem)
) {
  .hotels__slider .card-banner {
    min-height: calc(19.75rem + 6.25 * (100vw - 20rem) / 61.875);
  }
}
.article-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid #cee5ff;
}
.article-card__img-ibg {
  background: #c2c2c2;
  padding-bottom: 72%;
  overflow: hidden;
}
.article-card__img-ibg img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.article-card__descp {
  
  text-align: right;
}
@supports (
  padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .article-card__descp {
    padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .article-card__descp {
    padding-top: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .article-card__descp {
    padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .article-card__descp {
    padding-bottom: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .article-card__descp {
    padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem);
  }
}
@supports not (
  padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .article-card__descp {
    padding-left: calc(0.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .article-card__descp {
    padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem);
  }
}
@supports not (
  padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .article-card__descp {
    padding-right: calc(0.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.article-card__title {
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: #0587d6;
}
@supports (font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)) {
  .article-card__title {
    font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem);
  }
}
@supports not (
  font-size: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)
) {
  .article-card__title {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.article-card__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.article-card__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  color: #666;
}
.article-card__subtitle:not(:last-child) {
  margin-bottom: 0.625rem;
}
.article-card__item {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}
.regions__slider .card-banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: right;
}
@supports (
  min-height: clamp(11.375rem, 12.202020202rem + -1.0101010101vw, 12rem)
) {
  .regions__slider .card-banner {
    min-height: clamp(11.375rem, 12.202020202rem + -1.0101010101vw, 12rem);
  }
}
@supports not (
  min-height: clamp(11.375rem, 12.202020202rem + -1.0101010101vw, 12rem)
) {
  .regions__slider .card-banner {
    min-height: calc(12rem + -0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-top: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-bottom: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem);
  }
}
@supports not (
  padding-left: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-left: calc(0.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem);
  }
}
@supports not (
  padding-right: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .regions__slider .card-banner {
    padding-right: calc(0.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.regions__slider .card-banner__excursion {
  font-size: 1.5rem;
  line-height: 1.2;
}
.item-articles__rating:not(:last-child) {
  margin-bottom: 0.75rem;
}
.rating-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.8125rem;
}
.rating-articles__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  color: #ff6a00;
}
.rating-articles__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-articles__rating svg {
  width: 2rem;
  height: 2rem;
}
.location-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.location-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.location-articles__item svg {
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
}
.location-articles__text {
  font-size: 1.25rem;
  line-height: 1.185;
  text-align: right;
  color: #666;
}
.item-articles__location {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@supports (
  margin-bottom: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)
) {
  .item-articles__location {
    margin-bottom: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem);
  }
}
@supports not (
  margin-bottom: clamp(0.625rem, 0.321969697rem + 1.5151515152vw, 1.5625rem)
) {
  .item-articles__location {
    margin-bottom: calc(0.625rem + 0.9375 * (100vw - 20rem) / 61.875);
  }
}
.available-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.item-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.item-available svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.item-available__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 18.96px;
  line-height: 1.185;
  text-align: right;
}
.icons-card-banner__item-ico {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@supports (gap: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)) {
  .icons-card-banner__item-ico {
    gap: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem);
  }
}
@supports not (
  gap: clamp(0.375rem, 0.2941919192rem + 0.404040404vw, 0.625rem)
) {
  .icons-card-banner__item-ico {
    gap: calc(0.375rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.icons-card-banner__item-ico:nth-child(1) {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.icons-card-banner__item-ico:nth-child(1) svg {
  width: 1.875rem;
  height: 1.875rem;
}
.icons-card-banner__item-ico:nth-child(2) svg {
  width: 2.1875rem;
  height: 1.25rem;
}
.box-application {
  position: relative;
  display: -ms-grid;
  display: grid;
  background-color: #E7F2FF;
  background-image: url('/local/templates/shomoltour/img/guides/form-back.png');
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #cee5ff;
  grid-template-columns: 1fr 455px;
  gap: 20px;
  padding: 35px 80px;
}

.box-application__descp {
  text-align: right;
}
.box-application__title {
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #0587D6;
  margin-bottom: 8px;
  margin-left: 38px;
}
.box-application__subtitle {
  margin-left: 38px;
  font-weight: 500;
  line-height: 107%;
  font-size: 26px;
  color: #333;
  text-align: left;
}

.box-application__img {
  position: absolute;
  bottom: 0;
  left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 650px;
  width: 100%;
  background-size: cover !important;
}
.box-application__img img {
  width: 80%;
}
.form-application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@supports (gap: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)) {
  .form-application {
    gap: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (gap: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)) {
  .form-application {
    gap: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.form-application .checkbox__label:before {
  border: 0.0625rem solid #ff6a00;
}
.main-template {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1.25rem;
}
.main-template__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.main-template__body--middle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53rem;
  flex: 0 1 53rem;
}
.page-tour-detail .main-template__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46.1875rem;
  flex: 0 1 46.1875rem;
  overflow: hidden;
}
.main-template__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.0625rem;
  flex: 0 0 19.0625rem;
}
.page-tour-detail .main-template__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.75rem;
  flex: 0 0 25.75rem;
  z-index: 5;
}
.sidebar-template__body {
  position: sticky;
  top: 2.1875rem;
}
.template__requesites {
  margin-top: 3.75rem;
}
.contacts-sidebar {
  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;
  gap: 16px;
}

.contacts-sidebar__item {
  font-size: 27px;
  font-weight: 500;
  line-height: 107%;
  width: 100%;
}
.contacts-sidebar .phone-contact--big {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 100%;
}
.contacts-sidebar .phone-contact--blue {
  font-size: 24px;
}
.sidebar-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-template__item {
  position: relative;
  border-radius: 0.625rem;
  border: 0.125rem solid #cee5ff;
}
.sidebar-template__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sidebar-template__col {
  padding: 1.3rem 1rem;
}
.sidebar-template__col:nth-child(2) {
  border-top: 1px solid #cee5ff;
}
.sidebar-template__tizers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebar-template__item--banner {
  overflow: hidden;
}
.sidebar-template__item--over {
  overflow: hidden;
}
.articles__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}

.articles__btn {
  line-height: 154%;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 2rem;
}

.item-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  border: 2px solid #cee5ff;
  overflow: hidden;
}
.item-articles__descp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@supports (
  padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-articles__descp {
    padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-articles__descp {
    padding-top: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-articles__descp {
    padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  padding-bottom: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-articles__descp {
    padding-bottom: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .item-articles__descp {
    padding-left: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem);
  }
}
@supports not (
  padding-left: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .item-articles__descp {
    padding-left: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .item-articles__descp {
    padding-right: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem);
  }
}
@supports not (
  padding-right: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .item-articles__descp {
    padding-right: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.item-articles__title {
  font-weight: 700;
  line-height: 1.185;
  color: #0587d6;
}

.item-articles__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 107%;
}

.item-articles__item {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
  
}
.item-articles__img-ibg {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25.875rem;
  flex: 0 1 25.875rem;
  padding-bottom: 31.35%;
  background: #c2c2c2;
  overflow: hidden;
}

.table-articles__value--row {
  display: -webkit-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-inner-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background-color: #E7F2FF;
  padding: 12px 24px;
}

.item-articles__img-ibg img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-articles--tour .item-articles__item {
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
@supports (font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)) {
  .item-articles--tour .item-articles__item {
    font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.6691919192rem + 0.404040404vw, 1rem)
) {
  .item-articles--tour .item-articles__item {
    font-size: calc(0.75rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.item-articles--tour .item-articles__descp {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-articles--tour .item-articles__img-ibg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
}
.item-articles__descp-inner {
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 24px;
}

.title--dark {
  color: #333;
}
.panel-articles {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: #e7f2ff;
  overflow: hidden;
}
.panel-articles__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel-articles__link {
  width: 100%;
}
@supports (font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem)) {
  .panel-articles__link {
    font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8787878788rem + 0.6060606061vw, 1.375rem)
) {
  .panel-articles__link {
    font-size: calc(1rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .panel-articles__link {
    padding-top: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem);
  }
}
@supports not (
  padding-top: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .panel-articles__link {
    padding-top: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .panel-articles__link {
    padding-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem);
  }
}
@supports not (
  padding-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .panel-articles__link {
    padding-bottom: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 61.875);
  }
}
.panel-articles__info {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.panel-articles__prices {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.185;
  text-align: right;
  color: #0587d6;
  white-space: nowrap;
}
.duration-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 1rem;
}
.duration-panel__name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.185;
  text-align: right;
  color: #242440;
}
.item-duration {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}
.item-duration svg {
  width: 1.5rem;
  height: 1.5rem;
}
.item-duration__name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  
}
.panel-articles--light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.annotation {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  text-align: right;
  gap: 1.25rem;
  margin-left: auto;
}
.annotation__author {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.annotation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.annotation__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.annotation__date:not(:last-child) {
  margin-bottom: 0.75rem;
}
.annotation__date svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  height: 2rem;
}
.annotation__text {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.annotation__text span {
  margin-left: 0.5rem;
}
.author-annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@supports (gap: clamp(0.625rem, -0.1224747475rem + 3.7373737374vw, 2.9375rem)) {
  .author-annotation {
    gap: clamp(0.625rem, -0.1224747475rem + 3.7373737374vw, 2.9375rem);
  }
}
@supports not (
  gap: clamp(0.625rem, -0.1224747475rem + 3.7373737374vw, 2.9375rem)
) {
  .author-annotation {
    gap: calc(0.625rem + 2.3125 * (100vw - 20rem) / 61.875);
  }
}
.author-annotation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.author-annotation__value {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  color: #666;
  
}
.author-annotation__value:not(:last-child) {
  margin-bottom: 0.75rem;
}
.author-annotation__name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
}
.author-annotation__avatar {
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
@supports (width: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem)) {
  .author-annotation__avatar {
    width: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem);
  }
}
@supports not (
  width: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem)
) {
  .author-annotation__avatar {
    width: calc(2.75rem + 1.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (height: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem)) {
  .author-annotation__avatar {
    height: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem);
  }
}
@supports not (
  height: clamp(2.75rem, 2.1843434343rem + 2.8282828283vw, 4.5rem)
) {
  .author-annotation__avatar {
    height: calc(2.75rem + 1.75 * (100vw - 20rem) / 61.875);
  }
}
.list-attractions {
  text-align: right;
}
.list-attractions__item {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.185;
  text-align: right;
  color: #0587d6;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e7f2ff;
  padding-right: 1.25rem;
}
.list-attractions__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fw-70 {
  font-weight: 700;
}
.item-articles__table:not(:last-child) {
  margin-bottom: 0.875rem;
}
.table-articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-top: 16px;
  row-gap: 8px;
}
.table-articles__label {
  font-size: 20px;
  line-height: 120%;
  color: #666;
  margin-inline-end: 32px;
}
.table-articles__value {
  font-size: 20px;
  line-height: 120%;
  color: #333;
}
.item-articles__list:not(:last-child) {
  margin-bottom: 0.875rem;
}
.player-articles {
  display: -ms-grid;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.player-articles__text {
  font-size: 1.25rem;
  line-height: 1.185;
  color: #788196;
  white-space: nowrap;
}
.player-articles__player {

}
.player {
  width: 100%;
  height: 56px;
  background: #e7f2ff;
  border-radius: 8px;
  border: 1px solid #CEE5FF;
  overflow: hidden;
}
.item-price {
  padding: 14px 24px 14px 0;
  font-weight: 500;
  line-height: 107%;
  font-size: 26px;
  color: #0587D6;
}

#content h2:not(:last-child),
#content h3:not(:last-child),
#content h4:not(:last-child),
#content h5:not(:last-child),
#content h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
#content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}
#content p:not(:last-child) {
  margin-bottom: 2rem;
}
@supports (
  margin-bottom: clamp(1.25rem, 0.9267676768rem + 1.6161616162vw, 2.25rem)
) {
  #content ul:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.9267676768rem + 1.6161616162vw, 2.25rem);
  }
}
@supports not (
  margin-bottom: clamp(1.25rem, 0.9267676768rem + 1.6161616162vw, 2.25rem)
) {
  #content ul:not(:last-child) {
    margin-bottom: calc(1.25rem + 1 * (100vw - 20rem) / 61.875);
  }
}
#content ul li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
  color: #444;
}
@supports (
  margin-bottom: clamp(0.5rem, 0.3585858586rem + 0.7070707071vw, 0.9375rem)
) {
  #content ul li:not(:last-child) {
    margin-bottom: clamp(0.5rem, 0.3585858586rem + 0.7070707071vw, 0.9375rem);
  }
}
@supports not (
  margin-bottom: clamp(0.5rem, 0.3585858586rem + 0.7070707071vw, 0.9375rem)
) {
  #content ul li:not(:last-child) {
    margin-bottom: calc(0.5rem + 0.4375 * (100vw - 20rem) / 61.875);
  }
}
#content img {
  border-radius: 0.625rem;
}
@supports (
  margin-bottom: clamp(1rem, 0.1919191919rem + 4.0404040404vw, 3.5rem)
) {
  #content img:not(:last-child) {
    margin-bottom: clamp(1rem, 0.1919191919rem + 4.0404040404vw, 3.5rem);
  }
}
@supports not (
  margin-bottom: clamp(1rem, 0.1919191919rem + 4.0404040404vw, 3.5rem)
) {
  #content img:not(:last-child) {
    margin-bottom: calc(1rem + 2.5 * (100vw - 20rem) / 61.875);
  }
}
.notification-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
  padding: 1.125rem 1.5rem 1.125rem 1.5rem;
  border-radius: 0.625rem 0 0 0.625rem;
  background-color: #e7f2ff;
  overflow: hidden;
  border-right: 0.25rem solid #0587d6;
  
}
.notification-content q::before {
  display: none;
}
.notification-content q::after {
  display: none;
}

.images-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.images-detail__img-ibg {
  width: 100%;
  height: 100%;
  background-color: #c2c2c2;
  border-radius: 0.625rem;
  padding-bottom: 100%;
  overflow: hidden;
}
.images-detail__img-ibg img {
  height: 100%;
}
.detail-page__player {
  width: 100%;
}

.detail-page__player .player {
  height: 3rem;
}
.types-visas__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
@supports (gap: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)) {
  .types-visas__inner {
    gap: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)) {
  .types-visas__inner {
    gap: calc(0.75rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas {
  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;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@supports (
  padding-top: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .item-types-visas {
    padding-top: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem);
  }
}
@supports not (
  padding-top: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .item-types-visas {
    padding-top: calc(1.125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .item-types-visas {
    padding-bottom: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem);
  }
}
@supports not (
  padding-bottom: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .item-types-visas {
    padding-bottom: calc(1.125rem + 2 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem)
) {
  .item-types-visas {
    padding-left: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem);
  }
}
@supports not (
  padding-left: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem)
) {
  .item-types-visas {
    padding-left: calc(1.875rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem)
) {
  .item-types-visas {
    padding-right: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem);
  }
}
@supports not (
  padding-right: clamp(1.875rem, 1.470959596rem + 2.0202020202vw, 3.125rem)
) {
  .item-types-visas {
    padding-right: calc(1.875rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas:hover {
  -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.1019607843);
}
.item-types-visas__img-ibg {
  max-width: 8.75rem;
  width: 100%;
  border-radius: 50%;
}
@supports (height: clamp(6.25rem, 5.4419191919rem + 4.0404040404vw, 8.75rem)) {
  .item-types-visas__img-ibg {
    height: clamp(6.25rem, 5.4419191919rem + 4.0404040404vw, 8.75rem);
  }
}
@supports not (
  height: clamp(6.25rem, 5.4419191919rem + 4.0404040404vw, 8.75rem)
) {
  .item-types-visas__img-ibg {
    height: calc(6.25rem + 2.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .item-types-visas__img-ibg:not(:last-child) {
    margin-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem);
  }
}
@supports not (
  margin-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .item-types-visas__img-ibg:not(:last-child) {
    margin-bottom: calc(1.125rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas__img-ibg img {
  -o-object-fit: contain;
  object-fit: contain;
}
.item-types-visas__title {
  font-weight: 700;
  line-height: 1.92;
  text-align: center;
  color: #242440;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@supports (font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)) {
  .item-types-visas__title {
    font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem);
  }
}
@supports not (
  font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .item-types-visas__title {
    font-size: calc(1.125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .item-types-visas__title {
    margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem);
  }
}
@supports not (
  margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .item-types-visas__title {
    margin-bottom: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas__subtitle {
  
  font-weight: 400;
  line-height: 1.92;
  text-align: center;
  color: #666;
}
@supports (font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)) {
  .item-types-visas__subtitle {
    font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem);
  }
}
@supports not (
  font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .item-types-visas__subtitle {
    font-size: calc(1.125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .item-types-visas__subtitle {
    margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem);
  }
}
@supports not (
  margin-bottom: clamp(0.3125rem, 0.211489899rem + 0.5050505051vw, 0.625rem)
) {
  .item-types-visas__subtitle {
    margin-bottom: calc(0.3125rem + 0.3125 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas__price {
  
  font-weight: 700;
  line-height: 1.92;
  text-align: center;
  color: #0587d6;
}
@supports (font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)) {
  .item-types-visas__price {
    font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem);
  }
}
@supports not (
  font-size: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .item-types-visas__price {
    font-size: calc(1.125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(0.625rem, 0.5037878788rem + 0.6060606061vw, 1rem)
) {
  .item-types-visas__price {
    margin-bottom: clamp(0.625rem, 0.5037878788rem + 0.6060606061vw, 1rem);
  }
}
@supports not (
  margin-bottom: clamp(0.625rem, 0.5037878788rem + 0.6060606061vw, 1rem)
) {
  .item-types-visas__price {
    margin-bottom: calc(0.625rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.item-types-visas__btn {
  font-weight: 700;
  width: 100%;
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .item-types-visas__btn {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .item-types-visas__btn {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.box-tour-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #76dbf0;
  overflow: hidden;
}
@supports (
  padding-top: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-top: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-top: calc(1.25rem + 3.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-bottom: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-bottom: calc(1.25rem + 3.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-left: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem);
  }
}
@supports not (
  padding-left: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-left: calc(1.25rem + 3.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-right: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem);
  }
}
@supports not (
  padding-right: clamp(1.25rem, 0.1792929293rem + 5.3535353535vw, 4.5625rem)
) {
  .box-tour-banner {
    padding-right: calc(1.25rem + 3.3125 * (100vw - 20rem) / 61.875);
  }
}
.box-tour-banner__descp {
  z-index: 5;
}
.box-tour-banner__title {
  text-align: right;
}
@supports (
  margin-bottom: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)
) {
  .box-tour-banner__title:not(:last-child) {
    margin-bottom: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem);
  }
}
@supports not (
  margin-bottom: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)
) {
  .box-tour-banner__title:not(:last-child) {
    margin-bottom: calc(0.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.box-tour-banner__subtitle {
  line-height: 1.4;
}
@supports (font-size: clamp(1rem, 0.7575757576rem + 1.2121212121vw, 1.75rem)) {
  .box-tour-banner__subtitle {
    font-size: clamp(1rem, 0.7575757576rem + 1.2121212121vw, 1.75rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.7575757576rem + 1.2121212121vw, 1.75rem)
) {
  .box-tour-banner__subtitle {
    font-size: calc(1rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.box-tour-banner__img {
  position: absolute;
  top: 0;
  right: 0;
}
.descp-details__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25.8125rem 1fr;
  grid-template-columns: 25.8125rem 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.25rem;
}
@supports (
  margin-bottom: clamp(1.25rem, 0.5227272727rem + 3.6363636364vw, 3.5rem)
) {
  .descp-details__inner:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.5227272727rem + 3.6363636364vw, 3.5rem);
  }
}
@supports not (
  margin-bottom: clamp(1.25rem, 0.5227272727rem + 3.6363636364vw, 3.5rem)
) {
  .descp-details__inner:not(:last-child) {
    margin-bottom: calc(1.25rem + 2.25 * (100vw - 20rem) / 61.875);
  }
}
.box-info {
  position: relative;
  width: 100%;
  border: 0.125rem solid #cee5ff;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  z-index: 5;
}
.box-info .input {
  height: 48px;
  border: 1px solid #c2c2c2;
}
.box-info input {
  width: 100%;
}
.sidebar-template .box-info {
  border: none;
}
.header-box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  
}
.header-box-info__price {
  
}
.header-box-info__notification {
  line-height: 18.96px;
  line-height: 1.185;
  text-align: right;
}
.header-box-info__calendar {
  direction: ltr;
  height: 3rem;
}
.header-box-info__calendar input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-box-info__calendar input::-moz-placeholder {
  color: #c2c2c2;
}
.header-box-info__calendar input:-moz-placeholder {
  color: #c2c2c2;
}
.header-box-info__calendar input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-box-info__btn {
  width: 100%;
}
.header-box-info__duration {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.duration-panel--reverse {
  direction: ltr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.calendar-box-info {
  
  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;
  border: 1px solid #cee5ff;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
}
.calendar-box-info__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar-box-info__arrow svg {
  width: 0.9375rem;
  height: 0.5625rem;
}
.calendar-box-info__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
@supports (
  padding-top: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem)
) {
  .box-info__header {
    padding-top: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.5113636364rem + 1.8181818182vw, 2rem)
) {
  .box-info__header {
    padding-top: calc(0.875rem + 1.125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem)
) {
  .box-info__header {
    padding-bottom: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem);
  }
}
@supports not (
  padding-bottom: clamp(0.875rem, 0.6325757576rem + 1.2121212121vw, 1.625rem)
) {
  .box-info__header {
    padding-bottom: calc(0.875rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .box-info__header {
    padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem);
  }
}
@supports not (
  padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .box-info__header {
    padding-left: calc(1.125rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .box-info__header {
    padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem);
  }
}
@supports not (
  padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .box-info__header {
    padding-right: calc(1.125rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.body-box-info {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.body-box-info__item {
  width: 100%;
  border-bottom: 1px solid #cee5ff;
}
@supports (
  padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .body-box-info__item {
    padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .body-box-info__item {
    padding-top: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .body-box-info__item {
    padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-bottom: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .body-box-info__item {
    padding-bottom: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .body-box-info__item {
    padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem);
  }
}
@supports not (
  padding-left: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .body-box-info__item {
    padding-left: calc(1.125rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .body-box-info__item {
    padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem);
  }
}
@supports not (
  padding-right: clamp(1.125rem, 0.8825757576rem + 1.2121212121vw, 1.875rem)
) {
  .body-box-info__item {
    padding-right: calc(1.125rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.body-box-info__item:last-child {
  border-bottom: none;
}
.rating-box-info {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5rem;
}
.rating-box-info .item-duration__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
}
.rating-box-info__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.185;
  text-align: right;
  color: #242440;
}
.item-duration--star svg {
  width: 33px;
  height: 32px;
}
.body-box-info__duration {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.body-box-info__calendar {
  
}
.box-info--bg {
  background-color: #e7f2ff;
}
.box-info--detail .box-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 32px 30px 26px 30px;
}
.box-info--detail .box-info__body .body-box-info__item {
  padding: 0;
  border: none;
}
.body-box-info__label {
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.219;
  text-align: right;
  color: #242440;
}
.body-box-info__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.body-box-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}
.rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-box svg {
  width: 2rem;
  height: 2rem;
}
.descp-details__text {
  /*
  text-align: right;
  line-height: 2rem;*/
}
.descp-details__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.descp-details__text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.descp-details__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.descp-details__text h3:not(:last-child) {
  margin-bottom: 2rem;
}
@supports (
  margin-bottom: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .descp-details__text ul:not(:last-child) {
    margin-bottom: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem);
  }
}
@supports not (
  margin-bottom: clamp(1.125rem, 0.8421717172rem + 1.4141414141vw, 2rem)
) {
  .descp-details__text ul:not(:last-child) {
    margin-bottom: calc(1.125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.descp-details__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  /*text-align: right;*/
}
.descp-details__text ul li svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2px;
  margin-right: 8px;
}
.item-full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.item-small {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.banners-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@supports (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .banners-detail {
    gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .banners-detail {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.content-spollers__banners:not(:last-child) {
  margin-bottom: 0.75rem;
}
@supports (gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem)) {
  .content-spollers__banners {
    gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem)) {
  .content-spollers__banners {
    gap: calc(0.5rem + 0.125 * (100vw - 20rem) / 61.875);
  }
}
.banners-detail__col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@supports (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .banners-detail__col {
    gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .banners-detail__col {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem)) {
  .content-spollers__banners .banners-detail__col {
    gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.4595959596rem + 0.202020202vw, 0.625rem)) {
  .content-spollers__banners .banners-detail__col {
    gap: calc(0.5rem + 0.125 * (100vw - 20rem) / 61.875);
  }
}
.banners-detail__item-ibg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: #c2c2c2;
  padding-bottom: 64%;
  overflow: hidden;
}
.banners-detail__item-ibg img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.banners-detail__item-ibg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.banners-detail__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 1.3916666667;
  text-align: center;
  color: #fff;
  z-index: 5;
  padding: 0.625rem;
}
@supports (
  font-size: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)
) {
  .banners-detail__title {
    font-size: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.5075757576rem + 1.2121212121vw, 1.5rem)
) {
  .banners-detail__title {
    font-size: calc(0.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .content-spollers__banners .banners-detail__title {
    font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .content-spollers__banners .banners-detail__title {
    font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.sale-banner {
  padding-bottom: 35.3%;
  overflow: hidden;
  background-color: #c2c2c2;
}
.schedule-excursions__item:not(:last-child) {
  margin-bottom: 3.5rem;
}
.schedule-excursions__title {
  text-align: right;
}
.schedule-excursions__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.schedule-excursions__btn {
  width: 100%;
}
.schedule-excursions__btn:not(:last-child) {
  margin-bottom: 1.5rem;
}
.btn--pdf {
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffd3b3;
}
.btn--pdf span {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #0587d6;
}
@supports (font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem)) {
  .btn--pdf span {
    font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.9191919192rem + 0.404040404vw, 1.25rem)
) {
  .btn--pdf span {
    font-size: calc(1rem + 0.25 * (100vw - 20rem) / 61.875);
  }
}
.btn--pdf span::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  width: 100%;
  border-bottom: 1px dashed #0587d6;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn--pdf svg {
  width: 2.25rem;
  height: 2.5rem;
  margin-left: 0.625rem;
}
.schedule-excursions .spollers__content::before {
  width: 100%;
}
.schedule-excursions__text {
  text-align: right;
}
.schedule-excursions__text:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.schedule-excursions__text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}
.schedule-excursions__text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.schedule-excursions__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #017ac3;
}
.schedule-excursions__subtitle:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.table-spollers {
  padding: 1.5rem 1.25rem;
}
@supports (padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .table-spollers {
    padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .table-spollers {
    padding-top: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .table-spollers {
    padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .table-spollers {
    padding-top: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .table-spollers {
    padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .table-spollers {
    padding-left: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .table-spollers {
    padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  padding-left: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .table-spollers {
    padding-left: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.table-spollers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.table-spollers__inner:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.table-spollers__item {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.table-spollers__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  line-height: 28px;
  color: #242440;
}
@supports (
  margin-bottom: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .table-spollers__title:not(:last-child) {
    margin-bottom: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem);
  }
}
@supports not (
  margin-bottom: clamp(0.625rem, 0.3421717172rem + 1.4141414141vw, 1.5rem)
) {
  .table-spollers__title:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.table-spollers__list {
  
}
.list-table-spollers__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: right;
}
.list-table-spollers__item svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.info-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.875rem;
  border: 2px solid #cee5ff;
  background-color: #e7f2ff;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 1.5rem;
}
@supports (
  padding-top: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .info-board {
    padding-top: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .info-board {
    padding-top: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-botom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .info-board {
    padding-botom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem);
  }
}
@supports not (
  padding-botom: clamp(1.25rem, 1.047979798rem + 1.0101010101vw, 1.875rem)
) {
  .info-board {
    padding-botom: calc(1.25rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem)
) {
  .info-board {
    padding-left: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem);
  }
}
@supports not (
  padding-left: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem)
) {
  .info-board {
    padding-left: calc(1.5rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem)
) {
  .info-board {
    padding-right: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem);
  }
}
@supports not (
  padding-right: clamp(1.5rem, 1.3787878788rem + 0.6060606061vw, 1.875rem)
) {
  .info-board {
    padding-right: calc(1.5rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
.header-info-board {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
}
.header-info-board__title {
  font-weight: 600;
  line-height: 1.185;
  text-align: right;
}
@supports (font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem)) {
  .header-info-board__title {
    font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem)
) {
  .header-info-board__title {
    font-size: calc(1.5rem + 1 * (100vw - 20rem) / 61.875);
  }
}
.table-body-info-board__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr 1fr;
  grid-template-columns: 300px 1fr 1fr;
  text-align: right;
  padding: 1.25rem 0;
}
@supports (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .table-body-info-board__row {
    gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .table-body-info-board__row {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.table-body-info-board__row:not(:last-child) {
  border-bottom: 1px solid #cee5ff;
}
.table-body-info-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table-body-info-board__checbox .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
}
.table-body-info-board__checbox .checkbox__text {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.table-body-info-board__checbox .checkbox__label:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.table-body-info-board__checbox .checkbox__label {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-body-info-board__text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
}
.table-body-info-board__value {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}
.footer-info-board {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
}
.header-info-board__buttons {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.625rem;
  width: 100%;
}
.header-info-board__btn {
  width: 100%;
}
.action-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 3.125rem;
  border: 2px solid #cee5ff;
  background: #e7f2ff;
  border-radius: 0.625rem;
}
@supports (gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)) {
  .action-board {
    gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem);
  }
}
@supports not (
  gap: clamp(0.875rem, 0.7537878788rem + 0.6060606061vw, 1.25rem)
) {
  .action-board {
    gap: calc(0.875rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .action-board {
    padding-top: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem);
  }
}
@supports not (
  padding-top: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .action-board {
    padding-top: calc(1.125rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .action-board {
    padding-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.125rem, 1.0037878788rem + 0.6060606061vw, 1.5rem)
) {
  .action-board {
    padding-bottom: calc(1.125rem + 0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .action-board {
    padding-left: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem);
  }
}
@supports not (
  padding-left: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .action-board {
    padding-left: calc(1.125rem + 2 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .action-board {
    padding-right: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem);
  }
}
@supports not (
  padding-right: clamp(1.125rem, 0.4785353535rem + 3.2323232323vw, 3.125rem)
) {
  .action-board {
    padding-right: calc(1.125rem + 2 * (100vw - 20rem) / 61.875);
  }
}
.action-board__item {
  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-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  gap: 1rem;
}
.action-board__btn {
  padding: 0.3125rem 1.875rem;
  min-height: 3rem;
}
.spoller-box__title {
  padding-top: 0.625rem;
  padding-bottom: 1rem;
  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;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
.spoller-box__title svg {
  fill: #c2c2c2;
  stroke: #c2c2c2;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.spoller-box__title._spoller-active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spoller-box__body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.spoller-box__btn-reset {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #0587d6;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.box-info--catalog {
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
  overflow: visible;
}
.box-info--catalog .body-box-info__item {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  padding-top: 0;
  padding-bottom: 0;
}
.spoller-box__body .price-filter__body {
  padding-bottom: 16px;
}
.cards-transfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
.cards-transfer__item {
  max-width: 1063px;
}
.item-cards-transfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-cards-transfer__img-ibg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
  padding-bottom: 30%;
  background: #d9d9d9;
  border-radius: 0.625rem 0 0 0.625rem;
  overflow: hidden;
}
.item-cards-transfer__img-ibg img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-cards-transfer__descp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 1px solid #cee5ff;
  border-left: none;
  border-radius: 0 0.625rem 0.625rem 0;
  text-align: right;
}
@supports (
  padding-top: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-top: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.625rem, 1.3421717172rem + 1.4141414141vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-top: calc(1.625rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(2.5rem, 2.9962121212rem + -0.6060606061vw, 2.875rem)
) {
  .item-cards-transfer__descp {
    padding-bottom: clamp(2.5rem, 2.9962121212rem + -0.6060606061vw, 2.875rem);
  }
}
@supports not (
  padding-bottom: clamp(2.5rem, 2.9962121212rem + -0.6060606061vw, 2.875rem)
) {
  .item-cards-transfer__descp {
    padding-bottom: calc(2.875rem + -0.375 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-left: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-left: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem);
  }
}
@supports not (
  padding-left: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-left: calc(1.4375rem + 1.0625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-right: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-right: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem);
  }
}
@supports not (
  padding-right: clamp(1.4375rem, 1.0940656566rem + 1.7171717172vw, 2.5rem)
) {
  .item-cards-transfer__descp {
    padding-right: calc(1.4375rem + 1.0625 * (100vw - 20rem) / 61.875);
  }
}
.item-cards-transfer__title {
  font-weight: 700;
  line-height: 1.185;
  color: #242440;
}
@supports (font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem)) {
  .item-cards-transfer__title {
    font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(1.5rem, 1.1767676768rem + 1.6161616162vw, 2.5rem)
) {
  .item-cards-transfer__title {
    font-size: calc(1.5rem + 1 * (100vw - 20rem) / 61.875);
  }
}
.item-cards-transfer__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.item-cards-transfer__text {
  font-weight: 400;
  line-height: 1.6;
  
}
@supports (font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)) {
  .item-cards-transfer__text {
    font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(1rem, 0.8383838384rem + 0.8080808081vw, 1.5rem)
) {
  .item-cards-transfer__text {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.item-cards-transfer__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.item-cards-transfer--rtl .item-cards-transfer__img-ibg {
  border-radius: 0 0.625rem 0.625rem 0;
}
.item-cards-transfer--rtl .item-cards-transfer__descp {
  text-align: left;
  border: 1px solid #cee5ff;
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
}
.transfer__cards:not(:last-child) {
  margin-bottom: 3.5rem;
}
.transfer__cards .item-cards-transfer {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.transfer__cards .item-cards-transfer--rtl {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.notification-transfer__title {
  
}
.notification-transfer__title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.trains-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@supports (gap: clamp(0.75rem, 0.1843434343rem + 2.8282828283vw, 2.5rem)) {
  .trains-info__inner {
    gap: clamp(0.75rem, 0.1843434343rem + 2.8282828283vw, 2.5rem);
  }
}
@supports not (gap: clamp(0.75rem, 0.1843434343rem + 2.8282828283vw, 2.5rem)) {
  .trains-info__inner {
    gap: calc(0.75rem + 1.75 * (100vw - 20rem) / 61.875);
  }
}
.item-trains-info {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  padding: 1.25rem;
  border: 1px solid #cee5ff;
}
.item-trains-info__title {
  color: #242440;
}
.item-trains-info__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.item-trains-info__descp {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #242440;
}
.item-trains-info__descp p:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.box-stages__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@supports (gap: clamp(0.875rem, 0.6527777778rem + 1.1111111111vw, 1.5625rem)) {
  .box-stages__inner {
    gap: clamp(0.875rem, 0.6527777778rem + 1.1111111111vw, 1.5625rem);
  }
}
@supports not (
  gap: clamp(0.875rem, 0.6527777778rem + 1.1111111111vw, 1.5625rem)
) {
  .box-stages__inner {
    gap: calc(0.875rem + 0.6875 * (100vw - 20rem) / 61.875);
  }
}
.box-stages__vertical-line {
  position: absolute;
  top: 51.3%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -51.8%);
  -ms-transform: translate(-50%, -51.8%);
  transform: translate(-50%, -51.8%);
}
@supports (
  width: clamp(0.8125rem, 0.5296717172rem + 1.4141414141vw, 1.6875rem)
) {
  .box-stages__vertical-line {
    width: clamp(0.8125rem, 0.5296717172rem + 1.4141414141vw, 1.6875rem);
  }
}
@supports not (
  width: clamp(0.8125rem, 0.5296717172rem + 1.4141414141vw, 1.6875rem)
) {
  .box-stages__vertical-line {
    width: calc(0.8125rem + 0.875 * (100vw - 20rem) / 61.875);
  }
}
.box-stages__vertical-line img {
  height: 100%;
}
.item-box-stages {
  position: relative;
  max-width: 46.4%;
  width: 100%;
}
.item-box-stages::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  float: left;
  height: 0.125rem;
  background: #dfdfdf;
}
@supports (width: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)) {
  .item-box-stages::before {
    width: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (width: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)) {
  .item-box-stages::before {
    width: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.item-box-stages__inner {
  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;
  width: 100%;
  gap: 1.25rem;
  padding: 1.5625rem;
  background: #fffcf4;
  border-radius: 0.625rem;
  border: 2px solid #fee9b3;
  overflow: hidden;
}
@supports (
  min-height: clamp(4.75rem, 3.5378787879rem + 6.0606060606vw, 8.5rem)
) {
  .item-box-stages__inner {
    min-height: clamp(4.75rem, 3.5378787879rem + 6.0606060606vw, 8.5rem);
  }
}
@supports not (
  min-height: clamp(4.75rem, 3.5378787879rem + 6.0606060606vw, 8.5rem)
) {
  .item-box-stages__inner {
    min-height: calc(4.75rem + 3.75 * (100vw - 20rem) / 61.875);
  }
}
.item-box-stages__text {
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
@supports (
  font-size: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-box-stages__text {
    font-size: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem);
  }
}
@supports not (
  font-size: clamp(0.875rem, 0.672979798rem + 1.0101010101vw, 1.5rem)
) {
  .item-box-stages__text {
    font-size: calc(0.875rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
.item-box-stages__number {
  font-weight: 700;
  line-height: 1.185;
  text-align: center;
  color: #ff8731;
}
@supports (
  font-size: clamp(1.75rem, 1.1035353535rem + 3.2323232323vw, 3.75rem)
) {
  .item-box-stages__number {
    font-size: clamp(1.75rem, 1.1035353535rem + 3.2323232323vw, 3.75rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.1035353535rem + 3.2323232323vw, 3.75rem)
) {
  .item-box-stages__number {
    font-size: calc(1.75rem + 2 * (100vw - 20rem) / 61.875);
  }
}
@supports (width: clamp(1.875rem, 0.8648989899rem + 5.0505050505vw, 5rem)) {
  .item-box-stages__number {
    width: clamp(1.875rem, 0.8648989899rem + 5.0505050505vw, 5rem);
  }
}
@supports not (width: clamp(1.875rem, 0.8648989899rem + 5.0505050505vw, 5rem)) {
  .item-box-stages__number {
    width: calc(1.875rem + 3.125 * (100vw - 20rem) / 61.875);
  }
}
.box-stages__item {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.box-stages__item::before {
  left: auto;
}
@supports (
  right: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem)
) {
  .box-stages__item::before {
    right: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem);
  }
}
@supports not (
  right: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem)
) {
  .box-stages__item::before {
    right: calc(-0.3125rem + -2.125 * (100vw - 20rem) / 61.875);
  }
}
.box-stages__item:nth-child(2n) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.box-stages__item:nth-child(2n)::before {
  right: auto;
}
@supports (
  left: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem)
) {
  .box-stages__item:nth-child(2n)::before {
    left: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem);
  }
}
@supports not (
  left: clamp(-2.4375rem, 0.3743686869rem + -3.4343434343vw, -0.3125rem)
) {
  .box-stages__item:nth-child(2n)::before {
    left: calc(-0.3125rem + -2.125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  min-height: clamp(25rem, 12.8787878788rem + 60.6060606061vw, 62.5rem)
) {
  .box-stages--air {
    min-height: clamp(25rem, 12.8787878788rem + 60.6060606061vw, 62.5rem);
  }
}
@supports not (
  min-height: clamp(25rem, 12.8787878788rem + 60.6060606061vw, 62.5rem)
) {
  .box-stages--air {
    min-height: calc(25rem + 37.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .box-stages--air .box-stages__inner {
    gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem);
  }
}
@supports not (gap: clamp(0.5rem, 0.2575757576rem + 1.2121212121vw, 1.25rem)) {
  .box-stages--air .box-stages__inner {
    gap: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.box-stages--air .item-box-stages__inner {
  background-color: #e7f2ff;
  border: 1px solid #cee5ff;
}
.box-stages--air .box-stages__vertical-line {
  display: none;
}
.box-stages--air .box-stages__item {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.box-stages--air .box-stages__item:nth-child(2n) {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.box-stages--air .box-stages__item::before {
  display: none;
}
.box-stages--air .item-box-stages__number {
  color: rgba(5, 135, 214, 0.6980392157);
}
#plane {
  -webkit-transform: translate(45%, 94%);
  -ms-transform: translate(45%, 94%);
  transform: translate(45%, 94%);
}
.box-stages__trajectory {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 110%;
  left: 0;
}
@supports (top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem)) {
  .box-stages__trajectory {
    top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem);
  }
}
@supports not (
  top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem)
) {
  .box-stages__trajectory {
    top: calc(3.125rem + 5.3125 * (100vw - 20rem) / 61.875);
  }
}
.box-stages__trajectory svg {
  width: 100%;
  height: 100%;
}
.box-stages__trajectory .trajectory {
  display: none;
  height: 100%;
}
.box-stages__trajectory .trajectory-mob {
  display: none;
}
.text-info {
  
}
.text-info__descp p {
  line-height: 32px;
  line-height: 1.6;
  text-align: right;
}
@supports (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .text-info__descp p {
    font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .text-info__descp p {
    font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
.text-info__descp p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.text-info__descp-size-m {
  max-width: 73%;
}
.banners-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.item-banners-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: #c2c2c2;
}
.item-banners-img__image {
  width: 100%;
  height: 100%;
}
.item-banners-img__image img {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-banners-img__descp {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 0.3125rem;
  z-index: 5;
  width: 100%;
}
@supports (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .item-banners-img__descp {
    font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem);
  }
}
@supports not (
  font-size: clamp(0.75rem, 0.5883838384rem + 0.8080808081vw, 1.25rem)
) {
  .item-banners-img__descp {
    font-size: calc(0.75rem + 0.5 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding: clamp(0.3125rem, 0.1306818182rem + 0.9090909091vw, 0.875rem)
) {
  .item-banners-img__descp {
    padding: clamp(0.3125rem, 0.1306818182rem + 0.9090909091vw, 0.875rem);
  }
}
@supports not (
  padding: clamp(0.3125rem, 0.1306818182rem + 0.9090909091vw, 0.875rem)
) {
  .item-banners-img__descp {
    padding: calc(0.3125rem + 0.5625 * (100vw - 20rem) / 61.875);
  }
}
.item-banners-img__descp.active {
  display: block;
}
.banners-img__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 12px);
  flex: 0 1 calc(25% - 12px);
}
.banners-img__item:nth-child(1),
.banners-img__item:nth-child(7n) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 0 1 calc(50% - 12px);
}
.banners-img__item:nth-child(2),
.banners-img__item:nth-child(8n) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 calc(50% - 12px);
}
h1 {
  font-family: Rubik;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
h2 {
  font-family: Rubik;
  font-weight: 700;
  line-height: 1.1666666667;
}

h4 {
  font-family: Rubik;
  font-weight: 700;
  line-height: 1.1666666667;
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2rem);
}

h5 {
  font-family: Rubik;
  font-weight: 700;
  line-height: 1.1666666667;
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 1.6rem);
}

@supports (font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)) {
  h2 {
    font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.345959596rem + 2.0202020202vw, 3rem)
) {
  h2 {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
h3 {
  font-family: Rubik;
  font-weight: 700;
  line-height: 1.25;
}
@supports (
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem)
) {
  h3 {
    font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem);
  }
}
@supports not (
  font-size: clamp(1.75rem, 1.5075757576rem + 1.2121212121vw, 2.5rem)
) {
  h3 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1.25rem, 0.6843434343rem + 2.8282828283vw, 3rem)
) {
  .page__title {
    margin-bottom: clamp(1.25rem, 0.6843434343rem + 2.8282828283vw, 3rem);
  }
}
@supports not (
  margin-bottom: clamp(1.25rem, 0.6843434343rem + 2.8282828283vw, 3rem)
) {
  .page__title {
    margin-bottom: calc(1.25rem + 1.75 * (100vw - 20rem) / 61.875);
  }
}
.page__info {
  padding: 4rem 0 40px 0;
}
@supports (
  padding-top: clamp(2.8125rem, 2.4286616162rem + 1.9191919192vw, 4rem)
) {
  .page__info {
    padding-top: clamp(2.8125rem, 2.4286616162rem + 1.9191919192vw, 4rem);
  }
}
@supports not (
  padding-top: clamp(2.8125rem, 2.4286616162rem + 1.9191919192vw, 4rem)
) {
  .page__info {
    padding-top: calc(2.8125rem + 1.1875 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info-double {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info-double {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info-double {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__info-double {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__partners {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__partners {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__partners {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__partners {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tours {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tours {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tours {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tours {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__hotels {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__hotels {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__hotels {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__hotels {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__events {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__events {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__events {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__events {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__articles {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__articles {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__articles {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__articles {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__regions {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__regions {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__regions {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__regions {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__application {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__application {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__application {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__application {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .page__template {
    padding-top: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(0.875rem, 0.3497474747rem + 2.6262626263vw, 2.5rem)
) {
  .page__template {
    padding-top: calc(0.875rem + 1.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__template {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__template {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(2.5rem, 2.1767676768rem + 1.6161616162vw, 3.5rem)
) {
  .page__content:not(:last-child) {
    margin-bottom: clamp(2.5rem, 2.1767676768rem + 1.6161616162vw, 3.5rem);
  }
}
@supports not (
  margin-bottom: clamp(2.5rem, 2.1767676768rem + 1.6161616162vw, 3.5rem)
) {
  .page__content:not(:last-child) {
    margin-bottom: calc(2.5rem + 1 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(2.25rem, 1.8257575758rem + 2.1212121212vw, 3.5625rem)
) {
  .page__notification-content:not(:last-child) {
    margin-bottom: clamp(2.25rem, 1.8257575758rem + 2.1212121212vw, 3.5625rem);
  }
}
@supports not (
  margin-bottom: clamp(2.25rem, 1.8257575758rem + 2.1212121212vw, 3.5625rem)
) {
  .page__notification-content:not(:last-child) {
    margin-bottom: calc(2.25rem + 1.3125 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)
) {
  .page__annotation:not(:last-child) {
    margin-bottom: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem);
  }
}
@supports not (
  margin-bottom: clamp(1.25rem, 1.0075757576rem + 1.2121212121vw, 2rem)
) {
  .page__annotation:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 61.875);
  }
}
.page__attractions:not(:last-child) {
  margin-bottom: 2.75rem;
}
.page__paggination {
  margin-top: 1.5rem;
}
.page__control:not(:last-child) {
  margin-bottom: 2rem;
}
@supports (
  margin-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__header {
    margin-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  margin-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__header {
    margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  margin-bottom: clamp(1.75rem, 1.3863636364rem + 1.8181818182vw, 2.875rem)
) {
  .page__share {
    margin-bottom: clamp(1.75rem, 1.3863636364rem + 1.8181818182vw, 2.875rem);
  }
}
@supports not (
  margin-bottom: clamp(1.75rem, 1.3863636364rem + 1.8181818182vw, 2.875rem)
) {
  .page__share {
    margin-bottom: calc(1.75rem + 1.125 * (100vw - 20rem) / 61.875);
  }
}
.page-visa .main-banner--inner .main-banner__body h1,
.page-visa .main-banner--inner .main-banner__body h2 {
  text-align: center;
}
.page-visa .main-banner__top-title,
.page-visa small {
  text-align: center;
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__types-visas {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__types-visas {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__types-visas {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__types-visas {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tour-banner {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tour-banner {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tour-banner {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__tour-banner {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__cost-table {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__cost-table {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__cost-table {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__cost-table {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page-template__modal {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page-template__modal {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page-template__modal {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page-template__modal {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .page__descp-details {
    padding-top: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem);
  }
}
@supports not (
  padding-top: clamp(0.625rem, 0.422979798rem + 1.0101010101vw, 1.25rem)
) {
  .page__descp-details {
    padding-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__descp-details {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__descp-details {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__banner-box {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__banner-box {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__banner-box {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__banner-box {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.page__schedule-excursions:not(:last-child) {
  margin-bottom: 3.5rem;
}
.page__info-board:not(:last-child) {
  margin-bottom: 24px;
}
.page__action-board:not(:last-child) {
  margin-bottom: 2.5rem;
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__transfer {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__transfer {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__transfer {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__transfer {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__trains-info {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__trains-info {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__trains-info {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__trains-info {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.middle-container {
  max-width: 61rem;
  margin: 0 auto;
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__stages {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__stages {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__stages {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__stages {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__actions {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__actions {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__actions {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__actions {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__article-sl {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__article-sl {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.swiper-slide,
swiper-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@supports (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__text-info {
    padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-top: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__text-info {
    padding-top: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
@supports (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__text-info {
    padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem);
  }
}
@supports not (
  padding-bottom: clamp(1.25rem, 0.845959596rem + 2.0202020202vw, 2.5rem)
) {
  .page__text-info {
    padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 61.875);
  }
}
.typical-slider {
  padding: 2px;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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)
      format("woff2"),
    url(data:font/woff;base64,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)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
    -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear,
    -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: 0;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}
.no-webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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)
    no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s,
    -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: 0 0;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
  -webkit-transition: all var(--adp-transition-duration)
    var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (var(--adp-day-cell-width)) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid;
}
.air-datepicker-body--cells.-days- {
  -ms-grid-columns: (var(--adp-day-cell-width)) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--action,
.air-datepicker-nav--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: 0 0;
}
.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}
.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: 0;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: 0;
  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: 100%;
  height: 100%;
}
.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(var(--adp-time-track-color)),
      to(var(--adp-time-track-color))
    )
    left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(
      to right,
      var(--adp-time-track-color),
      var(--adp-time-track-color)
    )
    left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:focus {
  outline: 0;
}
.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}
.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (-webkit-max-content) [4];
  -ms-grid-rows: (max-content) [4];
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  -webkit-transition: opacity var(--adp-transition-duration)
      var(--adp-transition-ease),
    -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),
    -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease),
    -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateY(calc(var(--adp-transition-offset) * -1));
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
  -ms-transform: translateX(var(--adp-transition-offset));
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
  -ms-transform: translateY(var(--adp-transition-offset));
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateX(calc(var(--adp-transition-offset) * -1));
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  -webkit-transition: none;
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
  -ms-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  -webkit-transition: none;
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    left 0s, height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    left 0s, height 0s, width 0s;
  -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  transition-delay: 0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    height 0s, width 0s;
  transition: opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    height 0s, width 0s;
}
@media (min-width: 33.75em) {
  .inputs-city._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 33.8125em) {
  .box-tour-banner {
    border-radius: 0.625rem;
  }
}
@media (min-width: 48em) {
  .articles--guides .panel-articles__link {
    min-width: 12.5rem;
  }
}
@media (min-width: 62em) {
  .footer__contacts .footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7.625rem;
    grid-template-columns: 1fr 7.625rem;
    gap: 0.9375rem;
  }
  .page-tour-detail .main-template__sidebar {
    -webkit-transform: translateY(-230px);
    -ms-transform: translateY(-230px);
    transform: translateY(-230px);
  }
  .annotation {
    max-width: 46.125rem;
  }
  .attractions--short {
    max-width: 44.125rem;
    margin-left: auto;
  }
  .descp-details__box-info {
    -webkit-transform: translateY(-230px);
    -ms-transform: translateY(-230px);
    transform: translateY(-230px);
  }
}
@media (min-width: 64em) {
  .air-datepicker-global-container {
    position: absolute !important;
  }
  .air-datepicker {
    min-width: 22.0625rem !important;
    width: 100%;
  }
  .air-datepicker--navigation {
    padding: 0.75rem 2.8125rem 0.5rem 2.8125rem;
  }
  .air-datepicker--content {
    padding: 0.75rem 2.8125rem 1.5rem 2.8125rem !important;
  }
  .navigation-footer .navigation-footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 85em) {
  .swiper-button-next {
    right: 0.625rem;
  }
  .swiper-button-prev {
    left: 0.625rem;
  }
}
@media (max-width: 80em) {
  .partners__container {
    padding: 0;
  }
}
@media (max-width: 64em) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .box-stages__trajectory {
    top: 20px;
    height: 113%;
  }
  .box-stages__trajectory svg {
    display: none;
  }
  .box-stages__trajectory .trajectory {
    display: block;
  }
}
@media (max-width: 1024px) {
  .sidebar-template__body {
    position: static;
  }
}
@media (max-width: 991px) {
  .main-template {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .main-template__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .main-template__body--middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .page-tour-detail .main-template__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .main-template__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .page-tour-detail .main-template__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 60em) {
  .item-articles__panel .panel-articles__buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 48em) {
  .content-spollers__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-page__breadcrumbs {
    display: none;
  }
  .box-cost-table {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .form-box-actions__col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .result-box-actions {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .images-detail {
    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;
  }
  .banners-detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .transfer__cards .item-cards-transfer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .transfer__cards .item-cards-transfer .item-cards-transfer__img-ibg {
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .transfer__cards .item-cards-transfer .item-cards-transfer__descp {
    border-left: 1px solid #cee5ff;
    border-radius: 0 0 10px 0.625rem;
  }
  .transfer__cards .item-cards-transfer--rtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .transfer__cards .item-cards-transfer--rtl .item-cards-transfer__descp {
    border-right: 1px solid #cee5ff;
  }
  .banners-img {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
  .page__paggination {
    display: none;
  }
  .page__descp-details .sale-banner {
    margin-top: 2.5rem;
  }
  .page-tour-detail .sidebar-template__item:nth-child(1) {
    display: none;
  }
  .page-tour-detail .sidebar-template__item:nth-child(2) {
    display: none;
  }
  .page_tour-catalog .sidebar-template__item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 480px) {
  .breadcrumbs__list .breadcrumbs__link {
    font-size: 0.75rem;
  }
  .breadcrumbs__list .breadcrumbs__current {
    font-size: 0.75rem;
  }
}
@media (max-width: 30em) {
  .banners-detail__col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-spollers__banners .banners-detail__col {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .banners-detail__item-ibg.item-full {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 65.625em) {
  .banners-img__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
  }
}
@media (max-width: 61.9375em) {
  .price-filter__inputs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contacts-footer__logo {
    display: none;
  }
  .tours__slider {
    padding: 0 0.9375rem;
  }
  .typical-slider__container {
    padding: 0;
  }
  .box-application {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .box-application__img {
    position: static;
    margin: 0 auto;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  .box-application__img img {
    max-width: 100%;
  }
  .sidebar-template__col:nth-child(2) {
    display: none;
  }
  .sidebar-template__tizers {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 1.25rem;
  }
  .sidebar-template__tizers .tizers__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidebar-template__item--banner {
    border-radius: 1.25rem;
  }
  .sidebar-template__item--mob {
    margin: 0 0.9375rem;
  }
  .descp-details__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .text-info__descp-size-m {
    max-width: 100%;
  }
  .banners-img {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  }
  .banners-img__item {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .page__descp-details .box-info {
    margin-top: 2.5rem;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
  }
  .page_tour-catalog .box-info--catalog:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 57.5em) {
  .main-header__contacts {
    gap: 0.625rem;
  }
}
@media (max-width: 55.625em) {
  .main-header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 1rem;
  }
  .main-header__contacts {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top: 1px solid #c2c2c2;
    padding-top: 1rem;
    gap: 0.625rem;
  }
  .contacts-header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contacts-header__phone svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .actions-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 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;
    flex-direction: row-reverse;
  }
  .actions-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-header {
    top: 0 !important;
    background-color: inherit;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .menu-open .navigation-header {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .navigation-header .header__container {
    padding: 0;
  }
  .navigation-header ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .navigation-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .navigation-header li {
    width: 100%;
  }
  .navigation-header li:not(:last-child) {
    margin-right: 0 !important;
    border-bottom: 1px solid #cee5ff;
  }
  .navigation-header a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.185;
    color: #444;
    text-align: left;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .navigation-header ul {
    position: absolute;
    top: 4.5625rem;
    right: 0.9375rem;
    z-index: 5;
    min-width: 13.125rem;
    border-radius: 0.625rem;
    border: 2px solid #cee5ff;
    background-color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
  }
  .menu-open .navigation-header ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 0.875rem;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
    width: 0.6875rem;
    left: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
  }
}
@media (max-width: 45.625em) {
  .item-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .item-articles__img-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 55%;
  }
  .item-articles--tour .item-articles__img-ibg {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 43.75em) {
  .item-choice__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .panel-articles--light {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .panel-articles--light .panel-articles__buttons {
    width: 100%;
  }
  .table-spollers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .action-board {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .action-board__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 39.375em) {
  .form-box-actions__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .input-box-actions__text {
    display: none;
  }
  .form-box-actions__row--actions .form-box-actions__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .annotation__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .author-annotation__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.3125rem;
  }
  .table-body-info-board__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 38.25em) {
  @supports (
    min-height: clamp(31.25rem, 15.0883838384rem + 80.8080808081vw, 81.25rem)
  ) {
    .box-stages--air {
      min-height: clamp(31.25rem, 15.0883838384rem + 80.8080808081vw, 81.25rem);
    }
  }
  @supports not (
    min-height: clamp(31.25rem, 15.0883838384rem + 80.8080808081vw, 81.25rem)
  ) {
    .box-stages--air {
      min-height: calc(31.25rem + 50 * (100vw - 20rem) / 61.875);
    }
  }
  .box-stages__trajectory .trajectory {
    height: 85%;
  }
}
@media (max-width: 33.75em) {
  .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .share__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .control-page-popup {
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem;
  }
  .control-page-popup .control-page-popup__inner {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -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;
    gap: 0.75rem;
    max-width: 20rem;
    width: 100%;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1019607843);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .control-page-popup .cat-button {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: none;
    transition: none;
  }
  .control-page-popup .cat-button__btn {
    padding: 0;
    width: 100%;
    text-align: right;
    position: relative;
    -webkit-transition: none;
    transition: none;
  }
  .control-page-popup
    .cat-button
    input[type="radio"]:checked
    + .cat-button__btn {
    background-color: #fff;
  }
  .control-page-popup
    .cat-button
    input[type="radio"]:checked
    + .cat-button__btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 0.8125rem;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCAxLjMyOTQ5TDYuMTMyIDEzTDAgNi45NzAwNUwxLjM1MTk5IDUuNjQwNTVMNi4xMzIgMTAuMzQxTDE2LjY0OCAwTDE4IDEuMzI5NDlaIiBmaWxsPSIjNDQ0NDQ0Ii8+Cjwvc3ZnPgo=);
  }
  .control-page__name--mob {
    display: none;
  }
  .control-page__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .control-page._active .control-page-popup,
  .control-page._active .control-page-popup__inner {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .form-box-actions__label.label--city {
    display: none;
  }
  .form-box-actions__city-inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
  }
  .form-box-actions__city-inputs .item-city {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    height: 52px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .form-box-actions__city-inputs .item-city:nth-child(3) {
    width: 100%;
    border-top: 1px solid #cee5ff;
  }
  .form-box-actions__city-inputs .btn-city {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
  }
  .navigation-footer__inner {
    grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  }
  .tour-banner__container {
    padding: 0;
  }
  .box-tour-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-tour-banner__img {
    position: static;
  }
  .box-stages__trajectory {
    height: 100%;
  }
  .banners-img {
    grid-template-columns: repeat(auto-fit, minmax(8.125rem, 1fr));
  }
  .actions__container {
    padding: 0;
  }
}
@media (max-width: 32.1875em) {
  .spollers__content::before {
    width: 100%;
  }
  .spollers__title-left:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .spollers__title-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .contacts-footer__item.phone-contact--email {
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
  }
  .contacts-footer__item.phone-contact--main {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }
  .box-application__img img {
    width: 100%;
  }
  .schedule-excursions__item .spollers__title-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .box-stages__vertical-line {
    display: none;
  }
  .item-box-stages {
    max-width: 100%;
  }
  .item-box-stages__text {
    text-align: right;
  }
  .box-stages__item::before {
    display: none;
  }
  .box-stages__item:nth-child(2n)::before {
    display: none;
  }
  .box-stages__trajectory {
    top: 0;
  }
  @supports (
    top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem)
  ) {
    .box-stages__trajectory {
      top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem);
    }
  }
  @supports not (
    top: clamp(3.125rem, 1.4078282828rem + 8.5858585859vw, 8.4375rem)
  ) {
    .box-stages__trajectory {
      top: calc(3.125rem + 5.3125 * (100vw - 20rem) / 61.875);
    }
  }
  .box-stages__trajectory .trajectory {
    display: none;
  }
  .box-stages__trajectory .trajectory-mob {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (max-width: 25.875em) {
  .item-choice__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .navigation-header {
    top: 4.0625rem;
  }

  .info__inner {
    grid-template-columns: repeat(auto-fill, minmax(8.125rem, 8.125rem));
  }
  .available-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .panel-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .table-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .types-visas__inner {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
  .banners-img {
    grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  }
}
@media (max-width: 23.4375em) {
  .partners__slide img {
    height: 90%;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #0587d6;
  }
  .btn.btn--blue:hover {
    background-position: 100% 0;
  }
  .btn.btn--light:hover {
    color: #fff;
    background-color: #004495;
  }
  .btn--pdf:hover span {
    color: #fff;
  }
  .select__option:hover {
    background: #d9d9d9;
  }
  .number-guests .select__option:hover {
    background: #e7f2ff;
  }
  .quantity__button:hover::after,
  .quantity__button:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .breadcrumbs__list .breadcrumbs__link:hover {
    color: #004495;
  }
  .paggination__item:hover {
    background: #f0f2f8;
  }
  .air-datepicker-nav--action:hover {
    background: #e7f2ff !important;
  }
  .air-datepicker-nav--title:hover {
    background-color: #fff !important;
  }
  .air-datepicker-button:hover {
    color: #fff !important;
    background-color: #0587d6 !important;
    border-radius: 0.4375rem !important;
  }
  .phone-contact--blue:hover {
    color: #444;
  }
  .cat-button__btn:hover {
    background-color: #e7f2ff;
  }
  .contacts-header__email:hover {
    color: #000;
  }
  .contacts-header__phone:hover {
    color: #004495;
  }
  .phone-contact:hover {
    color: #004495;
  }
  .navigation-header a:hover {
    color: #017ac3;
  }
  .navigation-footer .navigation-footer__title:hover {
    color: #0587d6;
  }
  .navigation-footer ul a:hover {
    color: #444;
  }
  .card-banner:hover .card-banner__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .card-banner:hover .card-banner__img-ibg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .article-card:hover .article-card__img-ibg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .item-articles:hover .item-articles__img-ibg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .btn--pdf:hover span::before {
    border-bottom: 1px dashed #fff;
  }
  .spoller-box__btn-reset:hover {
    color: #444;
  }
  .item-cards-transfer:hover .item-cards-transfer__img-ibg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .item-banners-img:hover .item-banners-img__image {
    width: 100%;
    height: 100%;
  }
  .item-banners-img:hover .item-banners-img__image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==)
    no-repeat scroll center center transparent;
}

@media (max-width: 1366px) {
  .breadcrumbs {
    width: calc(100% - 15px);
    right: 15px;
    transform: none;
    left: auto;
  }
}

.item-banners-img__more-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  z-index: 50;
  width: 100%;
}

.item-banners-img--hidden {
  display: none;
}


.footer__navigation.navigation-footer .main_side {
    grid-column: 1 / 2;
}

.footer__navigation.navigation-footer .left_side {
    grid-column: 2 / 3; /* Занимает вторую колонку */
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 колонки в ряду */
    grid-auto-rows: minmax(120px, auto); /* Минимальная высота строк */
    gap: 12px; /* Отступы между элементами */
}


.about_company_footer {
    width: 257px;
    margin-top: 20px;
    display: flex;
    text-align: center;
    border: 2px solid #333333;
    border-radius: 8px;
    font-size: 14px;
    padding: 4px 8px;
}

.navigation-footer .navigation-footer__col .about_company_footer p {
    font-size: 14px;
    margin-right: auto;
}

.about_company_footer p {
    width: 80%;
}

.mobile {
  display: none;
}

.contacts-header__email span {
  border-bottom: 1px dashed #0587d6;
}

.contacts-header__phone--big {
  line-height: 105%;
  font-size: 26px;
}

.contacts-footer__contacts svg {
  width: 24px;
  height: 24px;
}

.bread__container {
  margin-bottom: -41px;
  position: relative;
  z-index: 2;
  padding-top: 25px;
}

@media (max-width: 890px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .logo {
    width: 44px;
  }
}

@media (max-width: 768px) {
  .wrapper .footer__navigation.navigation-footer .main_side {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #CEE5FF;
    position: relative;
  }

  .wrapper .footer__navigation.navigation-footer .main_side::before {
    content: "";
    height: 1px;
    width: calc(100% + 30px);
    position: absolute;
    top: 0;
    left: -15px;
    background-color: #C2C2C2;
  }

  .wrapper .footer__navigation.navigation-footer .left_side {
    grid-column: 1 / 1;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper .navigation-footer__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }

  .wrapper .contacts-footer__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .wrapper .footer__contacts {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    background: white;
    padding: 0 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.10);
  }

  .wrapper .contacts-footer__item,
  .wrapper .contacts-footer__item.phone-contact--email{
    font-size: 0;
    gap: 0;
    width: 56px;
    height: 56px;
    justify-content: center;
  }

  .wrapper .contacts-footer__item span {
    font-size: 0;
  }

  .wrapper .contacts-footer__contacts svg {
    width: 32px;
    height: 32px;
  }

  .wrapper .main-header__contacts, .wrapper .bread__container {
    display: none;
  }

  .wrapper .contacts-header__btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 154%;
    border-radius: 10px;
    padding: 10px 32px;
    width: max-content;
  }

  .wrapper .contacts-header__buttons {
    position: absolute;
    transform: translateX(-50%);
    margin-left: calc(50% - 15px);
    top: 18px;
  }
}

@media (max-width: 400px) {
  .wrapper .contacts-header__btn {
    padding: 10px 6px;
  }

  .wrapper .contacts-header__buttons {
    top: 14px;
  }
}